/*Custom CSS*/
/*This section is to change colors, fonts, background images, etc. This stylesheet will override style-theme.css*/
body, header, header.dark, nav ul li a {
	font-family: Montserrat, sans-serif
}
header {
	z-index: 99
}
a {
	color: #27aae1;
	transition: all ease .3s
}
a:hover {
	color: #5dbbea
}
em {
	font-style: italic;
}
#copyright a {color:#fff}
#copyright p {color:#fff}
#top-bar {
	background:linear-gradient(#5dbbea, #27aae1);			
		
}
#copyright {
	background:linear-gradient(#5dbbea, #27aae1);			
		
}
.widget {background:linear-gradient(#5dbbea, #27aae1);			}
#top-bar address {
	color: #fff;
	margin: 0;
	padding: 10px 0;
	font-size: 16px;
	letter-spacing: .06em; 
	font-weight: 500; 
}
#top-bar address a {
	margin-left: 20px;
	color: #fff;
	font-size: 18px
}
address {
	color: #27aae1;
	line-height: 1.2em;
	margin: 17px 0;
	font-size: 21px
}
.social-mobile a {color: #27aae1;}
nav {
	padding: 16px 29px 0 0;
	margin-top: 10px;
	float: right
}
nav ul li a {
	margin: 10px;
	font-size: 16px;
	padding: 8px 0;
	color: #27aae1;
	font-weight: 500;
}
nav ul li a#ourlink {
	border-radius: 30px; 
	padding: 10px;
	background:linear-gradient(#5dbbea, #27aae1); 
	color: #fff;
}
nav ul li ul li a {
	color: #fff;
}
header.dark nav ul li a#ourlink:hover, nav ul li a#ourlink:hover {
	color: #fff;
	background: linear-gradient(#27aae1, #5dbbea)
}
nav li li ul {
	position: absolute;
	top: 0;
	left: 395px;
	margin: 0
}
nav ul ul a {
	color: #fff;
	padding: 18px 18px 18px 1px;
	text-align: left
}
nav ul li.dropdown ul.sub-menu li.dropright ul.sub-right li {
	width: 300px;
}
/*This controls the width of sub-menus*/
nav ul li ul li {
	text-align: left;
	width: 220px;
}
#logo a img {
	max-width:100%; 
}
#home-2 .left h3 {
	font-size: 60px;
	font-family: 'Paytone One', sans-serif
}
#home-5 .right {
	text-align: left;
	padding: 60px 0 60px 40px;
	background: linear-gradient(rgba(201, 201, 201, .8), rgba(201, 201, 201, .8)), url(../images/right2-bg.jpg) right bottom no-repeat;
	background-attachment: fixed
}
#home-5 .right h3 {
	font-size: 60px;
	color: #000;
	font-family: 'Hammersmith One', sans-serif
}
#home-5 .left {
	padding: 60px 100px;
	background: url(../images/geo.jpg) center center no-repeat;
	color: #fff
}
.inner-shorter {background: url(../images/geo.jpg) center center no-repeat;}
.health-heading {
	color: #27aae1;
	font-size: 28px;
	font-weight: bold;
	border-bottom: 3px solid #eee;
	margin-top: 20px;
	padding-bottom: 12px
}
ul.health-list {
	margin-left: 15px
}
ul.health-list li {
	font-size: 20px;
	line-height: 1.2em
}
.btn {
	display: inline-block;
	box-sizing: border-box;
	padding: 20px;
	background: linear-gradient(#5dbbea, #27aae1);
	border-radius: 30px;
	color: #fff !important;
	margin: 20px 0 10px;
	font-size: 20px;
}
.btn:hover {
	background: linear-gradient(#27aae1, #5dbbea);
	color: #fff !important;
}
.btn i {
	margin-left: 3px;
}
.content-heading {
	font-weight: bold
}
.skip {
    	position: absolute;
    	top: -1000px;
    	left: -1000px;
    	height: 1px;
    	width: 1px;
    	text-align: left;
    	overflow: hidden;
	}
    
.skip:active, .skip:focus, .skip:hover {
    	left: 0;
    	top: 0;
    	width: auto;
    	height: auto;
    	overflow: visible;
	}
option[value*="#content-wrapper"], option[value*="#main-content"] {
	display: none;
}
option[value*="#content-wrapper"]:hover , option[value*="#main-content"]:hover {
	display: block;
}
a[href*="tel"]{font-size:inherit;color:inherit;text-decoration: none;text-align: inherit;padding:inherit;margin:inherit}
a[href*="tel"]:hover{color:inherit;text-decoration: none;background: none;}
tr:nth-of-type(2n+1) {background: none}
td {border: none; line-height: 18px}
/*Your Custom Styles*/

#content-main h2, #content-main-right-sidebar h2 {color: #27aae1;border-bottom: 3px double #C3EDF2}
#content-main-right-sidebar h3 {color: #27aae1; font-size: 25px; font-weight: 700; margin-top: 40px}
#home-2 h2 {font-family: 'Montserrat', sans-serif; color: #27aae1; border-bottom: 3px double #C3EDF2}
ul.services li::before {text-shadow: 3px 3px 0 #C3EDF2; color:#27aae1}
#home-2 p {color:#3b3b3b; font-size: 16px}
#home-2 .right li {color:#3b3b3b; font-size:18px}
ul.services li {color:#3b3b3b; font-size:18px; margin: 2px 0}
.responsive {max-width: 100%}

.smile {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 49%;
	box-sizing: border-box;
	padding: 12px
}
.smile h2 {
	font-weight: 400!important;
	letter-spacing: 1px;
	border-bottom: 0!important
}
@media(max-width:480px) {
.smile {
	width: 100%;
	display: block;
		
}
	#home-2 h2  {font-size: 30px}
}
@media(max-width:980px) {
#logo {
	margin: 10px; 
}
}
@media(max-width:1070px) {
nav ul li a {
	font-size: 14px;  
}
}

.staff{width:29%;box-sizing:border-box;padding:12px;display:inline-block;vertical-align:top}
@media(max-width:480px){.staff{width:100%;display:block}
}
.bio{width:69%;box-sizing:border-box;padding:12px;display:inline-block;vertical-align:top}
@media(max-width:480px){.bio{width:100%;display:block}
}
.home-half{width:49%;box-sizing:border-box;padding:12px;;display:inline-block;vertical-align:top; margin: 30px 20px}
@media(max-width:480px){.home-half{width:100%;display:block}
}

img.ft-right{margin-top:6px;margin-bottom:12px}
img.ft-right{float:right;margin-left:12px}
@media(max-width:480px){img.ft-right{float:none;margin:10px auto;display:block} } 

#logos {text-align:center; vertical-align:middle; margin: 30px 20px }
.padding {padding:20px}

.formColor:focus{border-color: #27aae1 !important;color: #27aae1 !important; }
.buttonColor{background: #27aae1 !important;}
.buttonColor:hover{background: white !important; color: #27aae1 !important;}


.row > .column {
  padding: 0 15px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 28%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 101;
  padding-top: 300px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color:#000;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #000;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 515px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-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: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.font15 {font-size:15px}
.font10 {font-size:10px; padding-bottom:10px}

footer h4 {color:#27aae1}

ul.service-page {list-style: disc outside; margin-left:30px; color:#000; line-height:1.32em}
.modal {
	background:rgba(0,0,0,.5)
}
#myModal {
	padding-top:0
}
.modal ol li {
	list-style: outside decimal;
	line-height: 1.3em;
	margin:8px 0 0 16px
}