/* LESS Document */
/*bootstrap Variables*/
/* Theme Variables */
.shadow {
  box-shadow: 0px 5px 12px rgba(50, 50, 50, 0.15);
  -webkit-box-shadow: 0px 5px 12px rgba(50, 50, 50, 0.15);
}
.text-shadow {
  text-shadow: 1px 1px 4px #5f5f5f;
}
.breadcrumb {
  background-color: transparent !important;
}
/* My Mixens */
.panel .panel-group {
  border: none !important;
}
/* Main Menu */
.top-menu-items {
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 22;
  right: 0;
  left: 0;
}
.top-menu-items .main-menu {
  display: block;
  clear: both;
}
.top-menu-items .main-menu > ul {
  display: block;
  list-style-type: none;
  margin-top: 40px;
}
.top-menu-items .main-menu > ul > li {
  display: inline;
}
.top-menu-items .main-menu > ul > li > a {
  display: block;
  float: left;
  width: auto;
  padding: 0 5px;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
}
.top-menu-items .main-menu > ul > li.HighLighted a {
  color: #4ca585;
}
.top-menu-items .main-menu > ul > li:last-child a {
  padding-right: 0px;
}
.top-menu-items .mobile-nav {
  display: none;
}
.top-menu-items .upper-menu ul {
  display: block;
  list-style-type: none;
  margin-top: 40px;
}
.top-menu-items .upper-menu ul li {
  display: inline;
  padding: 0px 5px;
}
.top-menu-items .upper-menu ul li a {
  color: #19909b;
}
/* Header Less */
header * {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 0px solid #19909b;
  box-shadow: 0px 5px 12px rgba(50, 50, 50, 0.15);
  -webkit-box-shadow: 0px 5px 12px rgba(50, 50, 50, 0.15);
  background: #ffffff;
}
header .cover {
  background: #ffffff;
  opacity: .95;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
header .container {
  position: relative;
  z-index: 2;
}
header .alert i {
  float: left;
  font-size: 64px;
  margin-right: 10px;
}
.header-seo h1 {
  font-size: 12px;
  position: relative;
  margin: 10px 0;
}
.navbar-brand {
  height: auto;
  display: block;
  background-color: #ffffff;
}
.navbar-brand img {
  height: 90px;
  border-radius: 5px;
  position: relative;
  top: 0em;
}
.navbar-brand img:before,
.navbar-brand img:after {
  content: " ";
  display: table;
}
.navbar-brand img:after {
  clear: both;
}
.navbar-logo {
  height: auto;
  display: none;
  float: left;
  top: 0;
  position: relative;
}
.navbar-logo img {
  height: 110px;
  border-radius: 5px;
}
.navbar-logo img:before,
.navbar-logo img:after {
  content: " ";
  display: table;
}
.navbar-logo img:after {
  clear: both;
}
.stuck header .cover {
  opacity: .98;
}
.stuck header .nav-region {
  height: 200px;
}
/* Message Less */
.message {
  background: url(../images/message-bg.jpg) no-repeat fixed;
  background-size: cover;
}
.message .alert {
  color: #000;
  margin: 0px;
  background-color: transparent;
  background: url(../images/bg-75.png) repeat;
  border-color: #999;
}
.message .message-bg-cover {
  display: block;
  padding: 40px 0;
  background: url(../images/check-50-bk.png) repeat;
}
/* Welcome Box */
.welcome-box {
  border-top: 0px solid #4ca585;
  text-align: center;
  padding: 40px 0;
  background: #ffffff;
}
.welcome-box h3 {
  margin: 0px;
  font-size: 34px;
  color: #006877;
  font-family: arial;
  font-weight: normal;
}
.welcome-box h4 {
  margin-top: 0px;
  font-size: 28px;
  color: #19909b;
  font-family: arial;
  font-weight: normal;
}
.welcome-box .img-thumbnail {
  padding: 10px;
  border-radius: 0px;
}
/* General Styles */
.clearr {
  clear: right;
}
.no-marg {
  margin: 0px !important;
}
a:hover {
  text-decoration: none;
}
body {
  font-family: 'Open Sans', arial, sans-serif;
  background: #ffffff;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  font-family: 'Open Sans', sans-serif, arial;
  text-transform: none;
}
.body-cover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  background-color: #000;
  opacity: .5;
  display: none;
}
.readmore:before,
.readmore:after {
  content: " ";
  display: table;
}
.readmore:after {
  clear: both;
}
/* Push pad*/
.push-pad {
  height: 10em;
  width: 100%;
  background: #ffffff url(../images/blend.png) repeat-x top;
}
/* Main Section */
.main-section {
  padding: 40px 0;
}
/* Main Content */
.main-content {
  background: url(../images/box-bg.png) repeat-x;
  margin-bottom: 20px;
}
.main-content h2 {
  background-color: #067370;
  color: #fff;
  margin: 0px;
  padding: 15px;
  text-transform: none;
}
.main-content p {
  padding: 0px;
}
.main-content .page-title {
  display: block;
  margin: 0px 0px 20px;
  padding: 10px 0;
}
.main-content .page-title h1,
.main-content .page-title h2,
.main-content .page-title h3,
.main-content .page-title h4,
.main-content .page-title h5,
.main-content .page-title h6 {
  margin-top: 0px;
  margin-bottom: 5px;
}
.main-content .page-title h1:last-child,
.main-content .page-title h2:last-child,
.main-content .page-title h3:last-child,
.main-content .page-title h4:last-child,
.main-content .page-title h5:last-child,
.main-content .page-title h6:last-child {
  margin-bottom: 0px;
}
.main-content .main {
  position: relative;
}
.main-content .main-thumb {
  position: relative;
}
.main-content .main-thumb img.pull-right {
  margin: 0 0 10px 10px;
}
.main-content .main-thumb img.pull-left {
  margin: 0 10px 10px 0;
}
.main-content .main-info {
  margin-bottom: 20px;
}
/* gallery */
#gallery {
  padding: 0px 0px 0px 15px;
}
#gallery .galleryitem {
  margin-bottom: 30px;
  float: left;
  display: block;
}
#gallery .galleryitem .name {
  margin: 0 19px 0;
  padding: 5px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
}
#gallery .galleryitem img {
  width: 100%;
  border: #fff 4px solid;
  border-radius: 3px;
}
/* google maps */
.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.other {
  padding: 40px 0;
}
.other .panel {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  display: block;
}
.other ul {
  margin: 0;
  display: block;
  width: 100%;
  list-style-type: none;
  padding: 0px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.other ul li {
  display: block;
  width: 50%;
  padding: 0px;
  margin: 0 0 15px;
}
.other ul li .card {
  margin-right: 15px;
  border: 1px solid #999;
  background: #f5f5f5;
  border-radius: 3px;
  position: relative;
  display: block;
  margin-bottom: 3px;
}
.other ul li .card * {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.other ul li .card .card-pad {
  padding: 10px;
}
.other ul li .card h4 {
  font-size: 16px;
  line-height: 14px;
  margin: 0 0 5px;
  padding: 0px;
}
.other ul li .card p {
  font-size: 12px;
  line-height: 12px;
}
.other ul li .card .card-image img {
  width: 60px;
  float: left;
  margin: 0 10px 0 0;
}
.other ul li .card a {
  color: #333;
  display: block;
  position: relative;
  overflow: hidden;
}
.other ul li .card .cover {
  position: absolute;
  background: url(../images/white-50.png) repeat;
  top: 300px;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 2;
}
.other ul li .card a:hover .cover {
  top: 0px;
}
.other ul li .card .corner-tab {
  position: absolute;
  background: #999;
  top: -100px;
  right: -100px;
  width: 50px;
  height: 50px;
  display: block;
  z-index: 3;
  border-radius: 0 0 0 3px;
}
.other ul li .card .corner-tab i {
  font-size: 24px;
  color: #fff !important;
  margin: 13px 0 0 13px;
  display: block;
}
.other ul li .card a:hover .corner-tab {
  top: 0px;
  right: 0px;
}
.other ul li:last-child .card {
  margin-bottom: 0px;
}
.other .panel {
  border: #006877 1px solid;
  background: #e0f0ff;
}
.other .panel .panel-heading {
  background-color: transparent;
  border: none;
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.other .panel .panel-heading h3 {
  font-size: 24px;
  margin: 10px 0;
  line-height: 50px;
  color: #006877;
  background: #fff;
  padding: 0 10px;
}
.other .panel .panel-heading #filters {
  position: absolute;
  top: 30px;
  right: 30px;
}
.other .panel .panel-body {
  padding-right: 0px;
  padding-bottom: 0px;
}
/* Trainers Boxes */
.trainers-boxes {
  padding: 40px 0;
}
.trainers-boxes h3 {
  font-size: 34px;
  color: #006877;
  text-align: center;
}
.trainers-boxes h4 {
  font-size: 18px;
  line-height: 24px;
  color: #666;
  text-align: center;
  text-transform: capitalize;
  font-weight: normal;
  margin-bottom: 20px;
}
.trainers-boxes figure * {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.trainers-boxes figure {
  overflow: hidden;
  border: #efefef 1px solid;
  position: relative;
}
.trainers-boxes figure img {
  width: 100%;
}
.trainers-boxes figure figcaption {
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: #fff;
  display: block;
}
.trainers-boxes figure figcaption h3 {
  margin: 0px;
  padding: 0px;
}
.trainers-boxes figure figcaption p {
  position: relative;
  max-height: 0px;
  padding: 0px;
  overflow: hidden;
  margin: 0px;
}
.trainers-boxes figure:hover figcaption p {
  max-height: 500px;
}
/* Partner Boxes*/
.partner-boxes {
  padding: 40px 0;
  background: transparent;
  margin-bottom: 9em;
}
.partner-boxes h3 {
  text-align: center;
}
.partner-boxes #owl-partners figure {
  display: block;
  padding: 20px;
}
.partner-boxes #owl-partners figure img {
  width: 100%;
}
.partner-boxes .customNavigation {
  display: block;
  text-align: center;
}
.partner-boxes .customNavigation a {
  color: #19909b;
  font-size: 34px;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
.partner-boxes .customNavigation a :hover {
  color: #006877;
}
.railing-region {
  height: 180px;
  background: url(../images/footer.jpg) bottom;
  margin-top: 30px;
  height: 250px;
}
.testimonials {
  display: block;
  padding: 20px;
  background: #e0f0ff;
  margin: 0 0 20px 0;
  border-radius: 3px;
  border: #006877 1px solid;
}
.testimonials p {
  font-size: 18px;
  text-align: center;
}
.testimonials h3 {
  font-size: 36px;
  text-align: center;
  color: #006877;
}
.testimonials h4 {
  font-size: 22px;
  margin: 0px;
  padding: 0px;
  line-height: 29px;
  margin-bottom: 30px;
  text-transform: capitalize;
  font-weight: normal;
  text-align: center;
}
.testimonials-box {
  background: transparent;
  background-size: cover;
  padding: 50px 0px;
}
.testimonials-box .testimonials-box-cover {
  padding: 40px 0;
  background: url(../images/cover-black.png) repeat;
}
.testimonials-box h3 {
  color: #006877;
  font-size: 36px;
  text-align: left;
}
.testimonials-box .testimonials {
  margin: 0px;
  background-color: transparent;
  border: none;
}
.testimonials-box .testimonials p {
  color: #fff;
  text-align: center;
}
.testimonials-box .testimonials h4 {
  color: #006877;
}
.standout {
  display: none;
  padding: 20px;
  background: #e0f0ff;
  margin: 0 0 20px 0;
  border-radius: 3px;
  border: #006877 1px solid;
}
.standout p {
  font-size: 18px;
}
.standout h3 {
  font-size: 38px;
  margin: 0px;
  padding: 0px;
  line-height: 24px;
  margin-bottom: 30px;
}
.standout-box {
  background: url(../images/standout-bg.jpg) no-repeat fixed;
  background-size: cover;
}
.standout-box .standout-box-cover {
  padding: 40px 0;
  background: url(../images/cover-black.png) repeat;
}
.standout-box .standout {
  margin: 0px;
  background-color: transparent;
  border: none;
}
.standout-box .standout p {
  color: #fff;
}
.standout-box .standout h3 {
  color: #fff;
}
.standout-box .right-button a {
  font-size: 28px;
  white-space: normal !important;
  text-transform: uppercase;
  line-height: 38px;
  padding: 20px;
}
.standout-box .right-button a i {
  font-size: 54px;
  display: inline-block;
  padding: 10px;
}
.accordion-box {
  background: #dbedff;
  padding: 40px 0;
}
.accordion-box .panel-group {
  margin: 0px;
}
.main-content .panel-group,
.accordion-box .panel-group {
  background: #fdf4f8;
  padding: 20px;
  border: 1px solid #19909b;
  border-radius: 5px;
}
.main-content .panel-group .panel,
.accordion-box .panel-group .panel {
  border: none;
}
.main-content .panel-group .panel .panel-heading,
.accordion-box .panel-group .panel .panel-heading {
  position: relative;
  background: transparent;
  border: none;
  padding: 0px;
}
.main-content .panel-group .panel .panel-heading a,
.accordion-box .panel-group .panel .panel-heading a {
  margin: 0 0 0 40px;
  padding: 10px 20px;
  display: block;
}
.main-content .panel-group .panel .panel-heading a:hover,
.accordion-box .panel-group .panel .panel-heading a:hover {
  background: #ccc;
}
.main-content .panel-group .panel .panel-title:before,
.accordion-box .panel-group .panel .panel-title:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 37px;
  height: 37px;
  background: #006877;
  color: #fff;
  content: '\f0fe';
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  font-family: 'FontAwesome';
  line-height: 37px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
/* Icon Boxes */
.icon-boxes {
  background: #fff;
  padding: 30px 0;
  margin-bottom: 0px;
}
.icon-boxes .icon-boxes-title {
  text-align: center;
  margin-top: 0px;
}
.icon-boxes .icon-boxes-sub-title {
  text-align: center;
}
.icon-boxes .icon-box {
  position: relative;
  overflow: hidden;
  display: block;
  background: #dbedff;
  border: 1px solid #006877;
  padding: 20px;
  border-radius: 5px;
}
.icon-boxes .icon-box a i {
  text-align: center;
  color: #19909b;
}
.icon-boxes .icon-box a > p {
  text-align: center;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
}
.icon-boxes .icon-box a .cover {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  opacity: 0;
}
.icon-boxes .icon-box a .cover p {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
}
.icon-boxes .icon-box:hover .cover {
  opacity: 1;
}
/* Hover Boxes */
.hover-boxes {
  padding: 5em 0;
  background: url(../images/ocean-blur.jpg) fixed repeat-x;
}
.hover-boxes .col-sm-6,
.hover-boxes .col-md-3 {
  padding: 0px;
  overflow: hidden;
}
.hover-boxes figure {
  margin: 0px 10px 0px;
  height: 17em;
  background: url(../images/compass.png) rgba(255, 255, 255, 0.5);
  border-radius: 3px;
}
.hover-boxes figure img {
  width: 100%;
}
.hover-boxes figure figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
.hover-boxes figure .logo-circle {
  font-size: 20px;
  height: 80px;
  width: 80px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #006877;
  text-align: center;
  display: block;
  margin: 0px auto 0;
  z-index: 20;
  border: 3px solid #006877;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
.hover-boxes figure i {
  font-size: 2.5em;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  margin-top: -10px;
}
.hover-boxes figure h2 {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #006877;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  font-size: 2em;
}
.hover-boxes figure figcaption::before,
.hover-boxes figure p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.hover-boxes figure p {
  position: absolute;
  color: #006877;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  font-size: 1.07em;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  line-height: 1.3em;
  text-align: center;
}
.hover-boxes figure a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hover-boxes figure:hover h2 {
  color: #006877;
  opacity: .4;
  -webkit-transform: translate3d(0, -75%, 0) translate3d(0, -75px, 0);
  transform: translate3d(0, -75%, 0) translate3d(0, -75px, 0);
}
.hover-boxes figure:hover i {
  color: #4ca585;
  -webkit-transform: translate3d(0, -35%, 0) translate3d(0, -30px, 0);
  transform: translate3d(0, -35%, 0) translate3d(0, -30px, 0);
}
.hover-boxes figure:hover .logo-circle {
  color: #4ca585;
  -webkit-transform: translate3d(0, -55%, 0) translate3d(0, -50px, 0);
  transform: translate3d(0, -55%, 200%) translate3d(0, -50px, 200px);
  -moz-transform: translate3d(0, -55%, 0) translate3d(0, -50px, 0);
}
.hover-boxes figure:hover figcaption::before,
.hover-boxes figure:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Right Col */
.right-col {
  background: #ffffff;
  padding: 0px;
  border-radius: 5px;
  /* Popular Pages */
  /* Accordions */
}
.right-col .panel-heading {
  margin: 0px;
  background-color: #336699;
  color: #fff;
}
.right-col h3 {
  font-size: 16px;
  text-transform: none;
  color: #fff;
}
.right-col h3.top-title {
  margin-top: 0px;
  padding: 10px 0;
}
.right-col .center ul {
  margin-left: 15px;
  margin-right: 0px;
  padding: 0px;
}
.right-col .contact ul {
  margin-left: 15px;
  margin-right: 0px;
  padding: 0px;
}
.right-col .specialties ul {
  margin-left: 15px;
  margin-right: 0px;
  padding: 0px;
}
.right-col .procedures ul {
  margin-left: 15px;
  margin-right: 0px;
  padding: 0px;
}
.right-col .panel-group {
  margin-bottom: 5px;
}
.right-col .panel {
  margin-bottom: 0px;
}
.right-col .popular * {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.right-col .popular .panel {
  margin: 15px 0;
}
.right-col .popular .panel .panel-heading h3 {
  margin: 0px;
  font-size: 14px;
}
.right-col .popular ul {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.right-col .popular ul li a {
  display: block;
  overflow: hidden;
}
.right-col .popular ul li a i {
  margin-left: -12px;
}
.right-col .popular ul li a:hover i {
  margin-left: 0px;
}
.right-col a.accordion-toggle {
  display: block;
  text-decoration: none;
}
.right-col a.accordion-toggle:hover {
  color: #ef802d;
}
.right-col .panel .panel-group {
  margin-bottom: 0px;
}
.right-col .panel .panel-group .panel-heading {
  padding: 0px;
}
.right-col .panel .panel-group .panel-heading a {
  padding: 10px 15px;
}
.right-col .panel .panel-group .panel-heading a:hover {
  background-color: #666;
  color: #fff !important;
}
.right-col .panel .panel-group .panel-heading.active a {
  color: #fff;
}
.right-col .panel .panel-group .panel-heading a i.fa-plus-circle {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.right-col .panel .panel-group .panel-heading.active {
  background: #333;
  color: #fff;
}
.right-col .panel .panel-group .panel-heading.active:hover {
  background: #ccc;
}
.right-col .active a.accordion-toggle i.fa-plus-circle {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #fff;
}
.right-col .active a.accordion-toggle:hover i.fa-plus-circle {
  color: #ff0000;
}
/* Footer Less */
footer {
  background: transparent;
  color: #fff;
  padding: 0px 0;
}
.footer-menu {
  margin-bottom: 20px;
}
.footer-menu ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.footer-menu ul li {
  display: inline-block;
}
.footer-menu ul a {
  display: inline-block;
  padding: 0px 0px;
  margin: 0 8px 0 0;
  background: transparent;
}
footer {
  background: #006877;
  color: #ffffff;
  padding: 20px 0;
  opacity: .90;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #067370;
}
/* Destinations */
/* accordion */
.panel {
  border: none !important;
}
.panel-heading.has-image {
  background: #000 !important;
  overflow: hidden;
  padding: 0px;
  position: relative;
  border-radius: 4px;
}
.panel-heading.has-image h4 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  color: #fff;
}
.panel-heading.has-image h4 a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  display: block;
  font-size: 28px;
  vertical-align: bottom;
}
.panel-heading.has-image img {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 4px;
}
.panel-heading.has-image:hover img {
  opacity: .5;
}
#animation {
  -moz-transform: scale(4) rotate(180deg);
  -webkit-transform: scale(4) rotate(180deg);
  -o-transform: scale(4) rotate(180deg);
  -ms-transform: scale(4) rotate(180deg);
  transform: scale(4) rotate(180deg);
}
/* slider less */
.home-slider {
  padding-top: 40px;
  background: url(../images/header.jpg) repeat-x top;
}
.home-slider ul li {
  list-style: none;
}
/* flex slider */
.flexslider ul {
  padding: 0px !important;
  margin-bottom: none !important;
}
