/*
    Theme Name: Amoeba
    Theme URL: https://bootstrapmade.com/free-one-page-bootstrap-template-amoeba/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/

/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Lato:400,300,700,900');
/* === fontawesome === */
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');
/*==========================================================================
  General
  ========================================================================== */
body {
	background: #f7f7f7;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 400;
	text-shadow: none;
}

.clear {
	clear: both;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Lato', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color:#222;
}

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	margin: 0 0 20px 0;
}
h1 { font-size: 40px; line-height: 30px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
.txt-light { font-weight: 300; }
.txt-regular { font-weight: 400; }
.txt-bold { font-weight: 700; }
.txt-uppercase { text-transform: uppercase; }

blockquote {
	font-family: Georgia, serif;
}

blockquote.bigquote {
	border: none;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.1em;
}

.text-bold {
	font-weight: 900;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}


small {
	font-size: 70%;
	font-weight: 100;
}

a:hover {
	text-decoration: none;
}

:focus {
	outline: none;
}

.color-white.txt-shadow {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.t-uppercase {
	text-transform: uppercase;
}

/*==========================================================================
  Misc & Adjust 
 ========================================================================== */
.row {
	z-index: 9999;
}

.big {
	font-size: 20pt;
	font-weight: 300;
}


.blink:hover {
	opacity: 0.9;
}

.half-offset {
	margin-bottom: 75px !important;
}

.no-offset {
	margin: 0 !important;
	padding: 0;
}

.content,.container {
	overflow: hidden;
}

.trans {
	border: 0 !important;
	background: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.nobg {
	background: 0;
	border: 0;
}

.noborder {
	border: 0 !important;
}

.color-white {
	color: #fff;
}

.theme-bg {
	background-color: #ff7701 !important;
}

.normalize-font-top {
	padding-top: 25px;
}



/* --- float --- */
.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* --- align --- */
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
	vertical-align:middle;
}

/* ---- padding ---- */
/* top */
.pad-top0 {
	padding-top: 0;
}
.pad-top5 {
	padding-top: 5px;
}

.pad-top10 {
	padding-top: 10px;
}

.pad-top15 {
	padding-top: 15px;
}
.pad-top20 {
	padding-top: 20px;
}
.pad-top25 {
	padding-top: 25px;
}
.pad-top30 {
	padding-top: 30px;
}
.pad-top35 {
	padding-top: 35px;
}
.pad-top40 {
	padding-top: 40px;
}
/* bottom */
.pad-bot0 {
	padding-bottom: 0;
}
.pad-bot5 {
	padding-bottom: 5px;
}

.pad-bot10 {
	padding-bottom: 10px;
}

.pad-bot15 {
	padding-bottom: 15px;
}
.pad-bot20 {
	padding-bottom: 20px;
}
.pad-bot25 {
	padding-bottom: 25px;
}
.pad-bot30 {
	padding-bottom: 30px;
}
.pad-bot35 {
	padding-bottom: 35px;
}
.pad-bot40 {
	padding-bottom: 40px;
}


/* ---- margin --- */
.mar-left5 { margin-left: 5px; }
.mar-left10 { margin-left: 10px; }
.mar-left15 { margin-left: 15px; }
.mar-left20 { margin-left: 20px; }
.mar-left25 { margin-left: 25px; }
.mar-left30 { margin-left: 30px; }

.mar-right5 { margin-right: 5px; }
.mar-right10 { margin-right: 10px; }
.mar-right15 { margin-right: 15px; }
.mar-right20 { margin-right: 20px; }
.mar-right25 { margin-right: 25px; }
.mar-right30 { margin-right: 30px; }

/* top */
.mar-top0 {
	margin-top: 0;
}
.mar-top5 {
	margin-top: 5px;
}

.mar-top10 {
	margin-top: 10px;
}

.mar-top15 {
	margin-top: 15px;
}
.mar-top20 {
	margin-top: 20px;
}
.mar-top25 {
	margin-top: 25px;
}
.mar-top30 {
	margin-top: 30px;
}
.mar-top35 {
	margin-top: 35px;
}
.mar-top40 {
	margin-top: 40px;
}


/* bottom */
.mar-bot0 {
	margin-bottom: 0;
}
.mar-bot5 {
	margin-bottom: 5px;
}

.mar-bot10 {
	margin-bottom: 10px;
}

.mar-bot15 {
	margin-bottom: 15px;
}
.mar-bot20 {
	margin-bottom: 20px;
}
.mar-bot25 {
	margin-bottom: 25px;
}
.mar-bot30 {
	margin-bottom: 30px;
}
.mar-bot35 {
	margin-bottom: 35px;
}
.mar-bot40 {
	margin-bottom: 40px;
}


/*===========================
  --- Sections ----
=========================== */

section.section {
	margin:0;
	padding: 80px 0 60px 0;
}

.bg-white {
	background-color: #fff;
}

/* --- section heading --- */
.section-header {
	text-align: center;
}
.section-header h2.section-heading {
	text-transform: uppercase;
	font-weight: 700;
}


/*===========================
  --- Header & menu ----
=========================== */
.navbar {
	line-height: 60px;
	height: 60px;
	/*background-color: rgba(0,0,0,0.3);*/
	background-color: rgb(78, 129, 123);
	display: block;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 0;
	padding-bottom:0;
}

.navbar .navbar-collapse {
	margin-bottom: 0;
	padding-bottom:0;
}

.navbar > .container .navbar-brand{
	margin-left: 0;
}

.nav li {
	height: 100%;
	line-height: 100%;
	margin-bottom: 0;
	padding-bottom:0;
}

.nav>li>a {
	display: table-cell;
	height: 100%;
	line-height: 100%;
	vertical-align: middle;
	color: #70B9B0;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: .1em;
	text-transform: uppercase;
	padding-top:5px;
}

.nav>li>a:hover {
	color: #fff;
	background: none;
}

.navbar-nav {
	float: right;
	margin-bottom: 0;
	padding-bottom:0;	
}

.navbar .navbar-nav > .active > a {
	color: #fff;
}

h1 a.navbar-brand {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	text-shadow: none;
}

.navbar-brand {
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	line-height: 60px;
}

.navbar-brand img {
	vertical-align: middle;
}

.navbar-toggle {
	padding: 0;
	margin: 0;
	width: 80px;
}

.navbar-collapse.in {
	margin-top: -5px !important;
}



/*===========================
  --- Featured section ----
=========================== */

section.featured {
	padding: 140px 0 30px;
	background: #70B9B0;
	color: #fdfdfd;
}

section.featured h2.slogan {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}
section.featured p{
	font-weight: bold;
	font-size: 16px;
	line-height: 28px;
}

section.tabs{
	padding: 120px 0;
	color:black;
}
 /* inner heading */
section.featured.inner {
	background: #eee;
	padding: 150px 0 50px;
}
  
  
/* --- Flexslider --- */
.flexslider {
	margin: 0;
	background: 0;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.flex-control-paging li a {
	width: 8px;
	height: 8px;
}

.flex-control-paging li a.flex-active {
	background: #fff;
}

.flex-control-nav {
	bottom: -25px;
}

.flexslider .slides img {
	width: auto;
	display: inline;
}

.flex-direction-nav a {
	display: block;
	width: 50px;
	height: 98px;
	margin: -29px -20px 0;
	position: absolute;
	top: 30%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}


.flex-direction-nav a.flex-next:before {
	content: none !important;
}

/* removing default arrows */
.flex-direction-nav a:before {
	content: none !important;
}

/* --- Revolution slider --- */

.featured .fullwidthbanner ul {
	list-style: none;
	padding:0;
}

.tp-rightarrow.large {
	margin-left: 0;
}


.fullwidthbanner-container {
	padding-top: 100px;
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 650px !important;
	overflow: hidden;
}

.fullwidthbanner {
	height: 650px;
}


.tp-caption.large_bold_white {
	font-size:60px;
	line-height:60px;
	font-weight:800;
	font-family:"Open Sans";
	color: #fff;
	text-decoration:none;
	background-color:transparent;
	text-shadow:none;
	margin:0px;
	padding:1px 4px 0px;
	border-width:0px;
	border-color:rgb(255, 214, 88);
	border-style:none;
}
.tp-caption.small_thin_white {
	font-size:18px;
	line-height:26px;
	font-weight:300;
	font-family:"Open Sans";
	color: #fff;
	text-decoration:none;
	background-color:transparent;
	padding:1px 4px 0px;
	text-shadow:none;
	margin:0px;
	border-width:0px;
	border-color:rgb(255, 214, 88);
	border-style:none;
}


.fullwidthbanner a.btn {
	color: #fff;
}

/*==========================
About
=========================== */

.member-photo {
	box-sizing:border-box;
	-webkit-border-radius:50%;
		-moz-border-radius:50%;
			border-radius:50%;	
	margin: 0 0 20px 0;
}
.member-photo img {
	-webkit-border-radius:50%;
		-moz-border-radius:50%;
			border-radius:50%;	
}

.team-detail h4 {
	font-weight: 700;
}


/*===========================
  Portfolio
============================ */
nav#filter a {
	background-color: #EEE;
	color:#555;
}
nav#filter a:hover, nav#filter a.current {
	background-color: #44BCDD;
	color:#fff;
}

/* ------- */

.isotopeWrapper article{
    margin-bottom: 30px;
}

#portfolio img  {
	width:100%;
}

#portfolio article p {
	margin-bottom:1.45em;/*set next row on the baseline*/
}
nav#filter {
	margin-bottom:1.5em;
}

nav#filter li {
	display:inline-block;
	margin:0 0 0 5px;
}
nav#filter a {
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
}


.portfolio-items article img {width:100%;} 

.portfolio-item {
	display: block;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.portfolio-item img {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;

}
.portfolio-item .portfolio-desc {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
	left: 0;
	top: 0;
	color: rgb(220, 220, 220);
}


.portfolio-item:hover .portfolio-desc {
	padding-top: 20%;
	height: 100%;
    transition: all 200ms ease-in-out 0s;
	opacity: 1;
}

.portfolio-item .portfolio-desc a {
	color: #fff;
}
.portfolio-item .portfolio-desc a:hover {
	/*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
	text-decoration: none;
}
.portfolio-item .portfolio-desc .folio-info {
	top:-20px;
	padding: 30px;
	height: 0;
    opacity: 0;
    position: relative;
}

.portfolio-item:hover .folio-info{
	height: 100%;
    opacity: 1;
    transition: all 500ms ease-in-out 0s;
	top:5px;
}



.portfolio-item .portfolio-desc .folio-info h5 {
	text-transform: uppercase;
}
.portfolio-item .portfolio-desc .folio-info p {
	color: #ffffff;
	font-size: 12px;
}


/*===========================
  --- Testimonial ----
=========================== */
#testimonals {
	padding-top: 20px;
	padding-bottom:40px;
	position:relative;
	margin-top:50px;
}
.testimonial i {
	color: #fff;
}
.testimonial span.author {
	color: #fff;
	font-weight: 700;
}

.testimonial h5 {
	color: #fff;
	font-size: 18px;
	font-family: Georgia, sans-serif;
	line-height: 1.5em;
}	

/*===========================
  --- Contact ----
=========================== */

.validation {
	display:none;
	margin: 0 0 20px;
	font-weight:400;
	font-size:13px;
}

#sendmessage {
	border:1px solid #fff;
	display:none;
	text-align:center;
	padding:15px 12px 15px;
	margin:10px 0;
	font-weight:600;
	margin-bottom:30px;
}

#errormessage {
    display:none;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

#contact-form {
	position: relative;
	z-index: 999;
}

#contact-form input[type=text],#contact-form input[type=email], .contactForm textarea {
	width: 100%;
	background: rgba(227, 231, 228, 1);
	font-family: 'Open Sans', sans serif;
	border: 0;
	font-size:14px;
	text-align: left;
	vertical-align: middle;
	padding:0 10px;

}
#contact-form input[type=text],#contact-form input[type=email] {
	height: 60px;
	margin-bottom:30px;
}
#contact-form input[type=submit] {
	color: #fff;
	width: 185px;
	height: 60px;
	text-shadow: none;
	font-size: 14px;
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0 0 20px 0;
	display: block;
	border: 0;
	text-transform: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#contact-form input[type=submit]:hover, #contact-form input[type=submit]:active {
	background: #43413e !important;
}
#contact-form textarea {
	padding-top: 1em;
}

textarea.form-control {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

div.cform-response-output {
	max-width: 60%;
	text-align: center;
	margin-left: 40% !important;
	margin-top: 0.5em !important;
	padding: 0.5em !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.cform-not-valid-tip {
	color: #888;
	border: 1px dotted #ad3729 !important;
	width: 100% !important;
	left: 0 !important;
	padding: 0.5em !important;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}


/*=========================
  Footer
 ================= */

section#footer {
	background: #242424;
	margin: 0;
}

section#footer .copyright {
	text-align: center;
}

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}

/* footer menu */
ul.footer-menu {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.footer-menu li {
	display: inline;
	margin: 0 5px;
}

a.scrollup{
	height:32px;
	width:32px;
	color:rgba(78, 129, 123, 0.72);
	font-size:18px;
	line-height:32px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:9999;
	opacity:0.5;
}
a.scrollup:hover{
	opacity:1;
	color: rgba(123, 203, 197, 0.72);
}

/*===========================
  --- Template Components ----
=========================== */

/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, 
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}


/* stats */
.stats .icon {
	margin: 0 0 20px 0;
}

.stats strong.number {
	font-size: 38px;
}

.stats span.text {
	font-weight: 700;
	font-size: 24px;
}

/* buttons */
.btn {
	border: 0;
}

.btn.bold {
	font-weight: 600;
}

.btn-cta {
	color: #ffffff;
	border-bottom: 4px solid;
}
.btn-cta:hover {
	color: #ffffff;
}

.btn-cta {
	border-bottom: 2px solid;
}
.btn-cta.btn-lg {
	border-bottom: 4px solid;
}

footer.mg{
	line-height: 50px;
	background-color: rgba(78, 129, 123, 0.72);
	width:100%;
	height:50px;
	position:absolute;
	overflow:hidden;
	bottom: 0;
}
footer p{
	color: whitesmoke;
	font-weight:bold;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size:14px;
}
html{
	position:relative;
	min-height:100%
}
.link-list{
	/*margin-top:30px;*/
	/*min-height:500px;*/
	/*background: url(../image/main.jpg) no-repeat center;*/
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-styled {
	top:60px;
	margin:0 auto
}
.list-styled li{
	color:#fff;
	font-size:0.8em;
	margin:10px auto;
	overflow:hidden;
	font-family:'Abel',sans-serif;
	/*text-transform:uppercase*/
}
.list-styled li:nth-child(1){
	-webkit-animation-delay:.60s;
	-moz-animation-delay:.60s;
	-ms-animation-delay:.60s;
	-o-animation-delay:.60s;
	animation-delay:.60s
}
.list-styled li:nth-child(2){
	-webkit-animation-delay:.90s;
	-moz-animation-delay:.90s;
	-ms-animation-delay:.90s;
	-o-animation-delay:.90s;
	animation-delay:.90s
}
.list-styled li:nth-child(3){
	-webkit-animation-delay:1.20s;
	-moz-animation-delay:1.20s;
	-ms-animation-delay:1.20s;
	-o-animation-delay:1.20s;
	animation-delay:1.20s
}

.list-styled li:nth-child(4){
	-webkit-animation-delay:1.50s;
	-moz-animation-delay:1.50s;
	-ms-animation-delay:1.50s;
	-o-animation-delay:1.50s;
	animation-delay:1.50s
}

.link-list img:nth-child(1){
	-webkit-animation-delay:.60s;
	-moz-animation-delay:.60s;
	-ms-animation-delay:.60s;
	-o-animation-delay:.60s;
	animation-delay:.03s
}

.link-list img:nth-child(2){
	-webkit-animation-delay:.60s;
	-moz-animation-delay:.60s;
	-ms-animation-delay:.60s;
	-o-animation-delay:.60s;
	animation-delay:.23s
}
.link-list img:nth-child(3){
	-webkit-animation-delay:.60s;
	-moz-animation-delay:.60s;
	-ms-animation-delay:.60s;
	-o-animation-delay:.60s;
	animation-delay:.33s
}
.link-list img:nth-child(4){
	-webkit-animation-delay:.60s;
	-moz-animation-delay:.60s;
	-ms-animation-delay:.60s;
	-o-animation-delay:.60s;
	animation-delay:.43s
}
.list-styled li span {
	background-color:rgba(0,0,0,0.4);
	padding:12px
}

.list-styled li i {
	padding:12px;
	margin-right:10px;
	-webkit-background-clip:border-box;
	-webkit-background-origin:padding-box;
	-webkit-background-size:auto;
	background-clip:border-box;
	background-image:none;
	background-origin:padding-box;
	vertical-align:baseline;
	display:inline-block;
	background-color:rgba(0,0,0,0.4);
	width:45px;
	text-align:center
}
.main-contents div{
	-webkit-animation-delay:.3s;
	-moz-animation-delay:.3s;
	-ms-animation-delay:.3s;
	-o-animation-delay:.3s;
	animation-delay:.3s
}
.main-contents{
	padding-bottom: 20px;
}

.main-btn{
	width: 100%;
	max-width: 150px;
	-webkit-border-radius:10em;
	border-radius:10em;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}

.aqua-gradient {
	background: -webkit-linear-gradient(50deg,#2096ff,#05ffa3) !important;
	background: -o-linear-gradient(50deg,#2096ff,#05ffa3) !important;
	background: linear-gradient(40deg,#2096ff,#05ffa3) !important;
}
.btn.aqua-gradient {
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	color: #fff;
}
.waves-effect {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	z-index: 1;
}

.btn.blue-gradient {
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	color: #fff;
}

.blue-gradient {
	background: -webkit-linear-gradient(50deg,#45cafc,#303f9f) !important;
	background: -o-linear-gradient(50deg,#45cafc,#303f9f) !important;
	background: linear-gradient(40deg,#45cafc,#303f9f) !important;
}
.btn.aqua-gradient:active,.btn.aqua-gradient:active:focus .btn.aqua-gradient.active,.btn.aqua-gradient:focus,.btn.aqua-gradient:hover {
	background:-webkit-linear-gradient(50deg,#3aa2ff,#1fffac);
	background:-o-linear-gradient(50deg,#3aa2ff,#1fffac);
	background:linear-gradient(40deg,#3aa2ff,#1fffac)
}
.btn.blue-gradient:active,.btn.blue-gradient:active:focus .btn.blue-gradient.active,.btn.blue-gradient:focus,.btn.blue-gradient:hover {
	background:-webkit-linear-gradient(50deg,#5ed1fc,#3647b3);
	background:-o-linear-gradient(50deg,#5ed1fc,#3647b3);
	background:linear-gradient(40deg,#5ed1fc,#3647b3)
}
.btn-outline-info {
	border: 2px solid whitesmoke !important;
	background-color: whitesmoke !important;
}

.mission{
	margin:50px auto;
}
.imageborder {
	padding: 5px;
	border: solid 1px #ddd;
}
.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.img-responsive {
	display: block;
	height: auto;
	max-width: 30%;
}
.p-lg {
	font-size: 1.1em;
	line-height: 180%;
	font-weight: 500;
}
.section-title {
	text-transform: uppercase;
	border-bottom: solid 1px #ddd;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 0;
	padding-top: 0;
	font-size: 26px;
	color:#12695D;
}
.alert-info {
	background-color: #dcecf2;
	color: #00708c;
	border-left: solid 5px #12695D;
}

.panel-title {
	color:#fff
}

.panel .panel-footer i {
	margin-left:8px
}
.panel .panel-heading i,.panel .panel-footer i {
	font-size:1.1em;
	margin-right:5px
}
.panel>.panel-body {
	background-color:#f7f7f7;
	margin:0
}
.panel .list-group .list-group-item {
	background-color:#f7f7f7
}
.panel-default>.panel-body {
	border-color:#ddd
}
.panel-default .panel-heading {
	border-bottom:solid 1px #ddd
}

.panel-default .panel-title {
	color:#000
}
.panel-group>.panel .panel-body {
	background-color:#f7f7f7;
	margin:0
}
.panel-group>.panel a {
	color: #6b6b6b
}
.panel-group>.panel .panel-heading {
	background-color:transparent;
	padding:0;
	border:0;
}
.panel-group>.panel .panel-heading a {
	display:block;

	padding:10px 15px;
	text-decoration:none;
	font-weight:400;
	font-size:.9em
}
.panel-group .panel>.panel-heading a.collapsed:before {
	font-family: 'Font Awesome\ 5 Free';
	content:"\f067";
	font-weight: 600;
	font-size:1.4em;
	margin-right:10px;
	vertical-align:middle;
	font-style:normal;
	text-decoration:inherit;
	*margin-right:.3em
}
.panel-group .panel>.panel-heading a:before {
	font-family:'Font Awesome\ 5 Free';
	content:"\f068";
	font-weight: 600;
	font-size:1.4em;
	margin-right:10px;
	vertical-align:middle;
	font-style:normal;
	text-decoration:inherit;
	*margin-right:.3em
}

/* ========================================
Tab Menus
========================================= */
.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.md-pills {
	border:0
}
.md-pills li {
	padding:.8rem 0;
}
.nav2{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.md-pills .show>.nav-link {
	-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
	box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
	color:#fff;
	background-color:#2bbbad
}
.md-pills .nav-link {
	-webkit-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s;
	-webkit-border-radius:2px;
	border-radius:2px;
	color:#666;
	text-align:center
}
.md-pills .nav-link.active {
	-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
	box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
	color:#fff;
	background-color:#2bbbad
}
.md-pills .nav-link.active:hover {
	-webkit-box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
	box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15)
}
.md-pills .nav-link:hover,.rgba-grey-light {
	background-color:rgba(158,158,158,.3)
}
.pills-primary .show>.nav-link {
	background-color:#2bbbad!important
}
.pills-primary .nav-link.active {
	background-color:#2bbbad!important
}
.tabs-primary {
	background-color:#2bbbad!important
}
.fade {
	transition: opacity .15s linear;
}
.nav-link {
	display:block;
	padding:.5rem 1rem
}
.nav-link:focus,.nav-link:hover {
	text-decoration:none
}
.nav-tabs {
	-webkit-box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
	box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
	border:0;
	padding:.7rem;
	margin-left:1rem;
	margin-right:1rem;
	margin-bottom:-20px;
	background-color:#2bbbad;
	z-index:2;
	position:relative;
	-webkit-border-radius:.25rem;
	border-radius:.25rem
}
.nav-tabs .nav-item+.nav-item {
	margin-left:0
}
.nav-tabs .nav-item.disabled {
	pointer-events:none!important
}
.nav-tabs .nav-item.disabled .nav-link {
	color:#6c757d
}
.nav-tabs .nav-link {
	-webkit-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s;
	border:0;
	color:#fff
}
.nav-tabs .nav-item.open .nav-link,.nav-tabs .nav-link.active {
	background-color:rgba(255,255,255,.2);
	color:#fff;
	-webkit-transition:all 1s;
	-o-transition:all 1s;
	transition:all 1s;
	-webkit-border-radius:.25rem;
	border-radius:.25rem
}
.nav-tabs .nav-item.show .nav-link {
	background-color:#2bbbad;
	color:#fff;
	-webkit-transition:all 1s;
	-o-transition:all 1s;
	transition:all 1s;
	-webkit-border-radius:.25rem;
	border-radius:.25rem
}
.nav-tabs .nav-item.show .nav-link.dropdown-toggle {
	background-color:rgba(255,255,255,.2)
}
.pill > li > a{
	font-weight: 700;
	font-size: 13px;
	letter-spacing: .1em;
}
.tab-content {
	padding: 1rem;
	padding-top: 2rem;
	z-index: 1;

}
.card {
	margin:.6rem 0;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
	font-weight: 400;
	position:relative;
	/*display:-ms-flexbox;*/
	/*display:flex;*/
	/*-ms-flex-direction:column;*/
	/*flex-direction:column;*/
	min-width:0;
	word-wrap:break-word;
	background-color:#fff;
	background-clip:border-box;
	border:1px solid rgba(0,0,0,.125);
	border-radius:.25rem
}

.modal-header-primary {
	color:#fff;
	padding:9px 15px;
	border-bottom:1px solid #eee;
	background-color: #007bff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.modal-header .close {
	margin: -35px -15px -15px auto;
	padding: 15px;
}
.close {
	float: right;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}
.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}
.modal-content {
	pointer-events: auto;
}
h5.modal-title {
	color: white;
	font-size: 1.8rem
}
/* ========================================
Media queries
========================================= */
@media (min-width: 959px) {
	.navbar-nav {
		margin-top: 20px;
	}
}

@media only screen and (min-device-width : 979px) and (max-device-width : 1024px)  {
	section.featured h2.slogan {
		color: #fff;
		font-size: 28px;
		font-weight: 600;
	}
	section.featured p{
		font-weight: bold;
		font-size: 18px;
		line-height: 28px
	}
	.navbar-nav {
		margin-top: 20px;
	}
}


@media only screen and (min-width: 768px) and (max-width: 959px) {
	section.featured h2.slogan {
		color: #fff;
		font-size: 26px;
		font-weight: 600;
	}
	section.featured p{
		font-weight: bold;
		font-size: 18px;
		line-height: 28px
	}
	.navbar-nav {
		margin-top: 20px;
	}
}
@media (max-width: 767px) {
	section.featured h2.slogan {
		color: #fff;
		font-size: 24px;
		font-weight: 600;
	}
	section.featured p{
		font-weight: bold;
		font-size: 18px;
		line-height: 28px
	}
	.navbar-nav {
		margin-top: 20px;
	}
	.navbar > .container .navbar-brand{
		margin-left: 20px;
	}
	.navbar.navbar-fixed-top {
		background-color:rgba(0,0,0,1);
	}
	.navbar .navbar-collapse ul.nav {
		background-color: #444;
		width: 100%;
		float: none;
		margin:0;
		padding:0;
	}
	.navbar .navbar-collapse ul.nav li {
		border-bottom: 1px solid #666;
	}
	
	.team-member,.col-lg-4 {
		margin-bottom: 30px;
	}
	
	.stats .col-md-3 {
		margin-bottom: 30px;
	}

	.list-styled li {
		font-size:0.6em;
		line-height:1.2em
	}
	.list-styled li span {
		padding:5px
	}
	.list-styled li i {
		width:42px;
		padding:5px
	}
}
@media (max-width: 350px) {
	section.featured {
		padding: 120px 0 90px;
		background: #70B9B0;
		color: #fdfdfd;
	}
	section.featured h2.slogan {
		color: #fff;
		font-size: 22px;
		font-weight: 600;
	}
	section.featured p{
		font-weight: bold;
		font-size: 14px;
		line-height: 28px
	}
}
/*NEW SLIDER STYLES FOR SCALE, ETC*/

/* slider widget */

.ui-slider {
	text-decoration: none !important;
}
.ui-slider .ui-slider-handle {
	overflow: visible !important;
}
.ui-slider .ui-slider-tooltip {
	display: none;
}
.ui-slider .ui-state-active .ui-slider-tooltip,
.ui-slider .ui-state-focus .ui-slider-tooltip,
.ui-slider .ui-state-hover .ui-slider-tooltip {
	display: block;
	position: absolute;
	bottom: 20px;
	text-align: center;
	padding: .01em;
	font-size: .7em;
	width: 7em;
	/*width: auto;*/
	margin-left: -4.5em;
	/*-ms-transform: rotate(30deg); !* IE 9 *!*/
	/*-webkit-transform: rotate(30deg); !* Safari 3-8 *!*/
	/*transform: rotate(30deg);*/
}
.ui-slider a {
	text-decoration: none;
}
.ui-slider ol,
.ui-slider li,
.ui-slider dl,
.ui-slider dd,
.ui-slider dt {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ui-slider ol,
.ui-slider dl {
	position: relative;
	top: 1.3em;
	width: 100%;
}
.ui-slider dt {
	top: 1.5em;
	position: absolute;
	padding-top: .2em;
	text-align: center;
	border-bottom: 1px dotted #ddd;
	height: .7em;
	color: #999;
}
.ui-slider dt span {
	background: #fff;
	padding: 0 .5em;
}
.ui-slider li,
.ui-slider dd {
	position: absolute;
	overflow: visible;
	color: #666;
}
.ui-slider li span.ui-slider-label,
.ui-slider dd span.ui-slider-label {
	display: none;
}
.ui-slider li span.ui-slider-label-show,
.ui-slider dd span.ui-slider-label-show {
	display: block;
}
.ui-slider span.ui-slider-tic {
	position: absolute;
	left: 0;
	height: .8em;
	top: -1.3em;
}
.ui-slider li span.ui-widget-content,
.ui-slider dd span.ui-widget-content {
	border-right: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-top: 0;
	border-bottom: 0;
}
.ui-slider .first .ui-slider-tic,
.ui-slider .last .ui-slider-tic {
	display: none;
}
.slider {
	margin-bottom: 50px;
	width: 95%;
	float: left;
}
.slider.sleep {
	/*background: #e2e2e2 url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;*/
}
.slider-controller {
	padding-top: 0;
}
.slider-controller select {
	width: 100px;
}
.ui-slider-handle.minimum,
a[data-temperature="minimum"]
/*.ui-slider-range.minimum */
{
	background: #f4141c;
}
.ui-slider-handle.saving,
a[data-temperature="saving"]
/*.ui-slider-range.saving*/
{
	background: #59f24f;
}
.ui-slider-handle.comfort,
a[data-temperature="comfort"]
/*.ui-slider-range.comfort */
{
	background: #1d1ce6;
}
.ui-slider-handle.sleep,
a[data-temperature="sleep"]
/*.ui-slider-range.sleep */
{
	background: #a3e5f4;
	-ms-transform: rotate(-30deg); /* IE 9 */
	-webkit-transform: rotate(-30deg); /* Safari 3-8 */
	transform: rotate(-30deg);
}

.rotate-30deg{
	-ms-transform: rotate(60deg); /* IE 9 */
	-webkit-transform: rotate(60deg); /* Safari 3-8 */
	transform: rotate(60deg);
}

.ui-slider-handle.leave,
a[data-temperature="leave"]
	/*.ui-slider-range.leave */
{
	background: #f2e079;
}
.ui-slider-handle.return,
a[data-temperature="return"]
	/*.ui-slider-range.return */
{
	background: #e6a235;
	-ms-transform: rotate(30deg); /* IE 9 */
	-webkit-transform: rotate(30deg); /* Safari 3-8 */
	transform: rotate(30deg);
}
.ui-slider-handle.wake,
a[data-temperature="wake"]
	/*.ui-slider-range.wake*/
{
	background: #e96223;
	-ms-transform: rotate(-10deg); /* IE 9 */
	-webkit-transform: rotate(-10deg); /* Safari 3-8 */
	transform: rotate(-10deg);

}
.temperature-wake {
	background-color: #e96223;
	color: #fff;
}
.temperature-leave {
	background-color: #f2e079;
}
.temperature-return {
	background-color: #e6a235;
	color: #fff;
}
.temperature-sleep {
	background-color: #a3e5f4;
}
.temperatures input {
	text-align: right;
}
.slider-tick-mark-main {
	display: inline-block;
	width: 1px;
	background: #bbb;
	height: 7px;
	position: absolute;
	top: 15px;
	font-size: 11px;
}
.slider-tick-mark-main-text {
	display: inline-block;
	width: 20px;
	height: 10px;
	position: absolute;
	top: 25px;
	font-size: 11px;
	text-align: center;
	margin-left: -9px;
}
.slider-tick-mark-side {
	display: inline-block;
	width: 1px;
	background: #ccc;
	height: 5px;
	position: absolute;
	top: 15px;
}
.slider-tick-mark-side-text {
	display: inline-block;
	width: 20px;
	height: 10px;
	position: absolute;
	top: 25px;
	font-size: 9px;
	text-align: center;
	margin-left: -9px;
}
.slider span.ui-slider-tooltip {
	width: auto;
}
.ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 0.3em ! important;
	height: 1.7em ! important;
	cursor: default;
	top:-.8em ! important;
}
.ui-slider-horizontal {
	height: .1em;
}
table.dataTable tbody td {
	padding: 5px 20px 30px 20px ! important;
}

table#modalTable tbody td{
	padding:5px 15px 30px 15px ! important;
}

.ui-slider-horizontal .ui-slider-handle{
	margin-left: -0.1em;
}


.timeline-container {
	max-width: 1024px;
	width: 90%;
	margin: 0 auto;
}

.timeline-item {
	padding: 1em 2em 2em;
	position: relative;
	color: rgba(0, 0, 0, 0.7);
	border-left: 2px solid rgba(0, 0, 0, 0.3);
}

.timeline-item::before {
	content: attr(date-is);
	position: absolute;
	left: 2em;
	top: 0;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: .785rem;
}
.timeline-item::after {
	width: 10px;
	height: 10px;
	display: block;
	top: 0;
	position: absolute;
	left: -7px;
	border-radius: 10px;
	content: '';
	border: 2px solid rgba(0, 0, 0, 0.3);
	background: white;
}
.timeline-item:last-child {
	-o-border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, transparent) 1 100%;
	border-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 60%, transparent) 1 100%;
	border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, transparent) 1 100%;
}

