/* This is the one from within webroot */
/* =================================== */
/*	Basic Style 
/* =================================== */

/* Import fonts */
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,700,900');
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800');*/
/*@import url(http://fonts.googleapis.com/css?family=Ruda:400,700,900);*/

body {
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    line-height: 21px;
	font-size: 13px;
    color: #6a737b;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure, p {
    margin: 0;
}

a {
    color: #fff;
	
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus, a:hover {
    color: #000;
}

a:visited {
    color: #fff;
}

h1, h2, h3,
h4, h5, h6 {
	font-weight: normal;
	margin: 0;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}
 
.clear:after {
   clear: both;
}
 
.clear {
   *zoom: 1;
}

span.color {
	color: #fd4b41;
}

z10 {
    z-index: 10;
}

body > section,
.footer {
	padding: 70px 0;
}

.sec-title {
  color: #fd4b41;
  font-size: 28px;
  font-weight: 800;
}

.sec-title-dblue {
  color: #165878;
  font-size: 28px;
  font-weight: 800;
}

.sec-title h2 {
  color: #fd4b41;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
}

.sec-sub-title {
	margin: 35px 0 45px;
}

.sec-sub-title p {
	font-weight: 600;
	line-height: 24px;
	font-size: 18px;
	color: #5b646e;
}

.sec-sub-title-white p {
    font-weight: 600;
    line-height: 24px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}

.secPadding{padding: 100px 0;}

.devider {
  margin-top: 30px;
}

.devider i {
  color: #cccccc;
}

.devider:before,
.devider:after {
  content: "______________________";
  color: #e6e8ea;
  position: relative;
  bottom: 6px;
}

.devider:before {
  right: 10px;
}

.devider:after {
  left: 10px;
}

.mb {
	margin-bottom: 20px;
}

.mb50 {
	margin-bottom: 50px;
}

.mt05 {
    margin-top: 5px;
}

#preloader {
  background-color: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1100;
  padding-top: 20px;
}

#preloader > img {
  left: 45%;
  position: absolute;
  top: 48%;
}
#preloader > p {
  margin-top: 18%;
}
#preloader > h1 {
  margin-top: 15%;
}

.colored, .colored a, .colored:focus, .colored:hover, .colored:visited, .colored a:focus, .colored a:hover, .colored a:visited {
    color: #5FA8AC;
}
.black, .black a, .black:focus, .black:hover, .black:visited, .black a:focus, .black a:hover, .black a:visited {
    color: #000;
}
.dd-grey, .dd-grey a, .dd-grey:focus, .dd-grey:hover, .dd-grey:visited, .dd-grey a:focus, .dd-grey a:hover, .dd-grey a:visited {
    color: #6a737b;
}

.side-pad {
    padding: 0 30px;
}
.small {
    font-size: 16px;
}

.xsmall {
    font-size: 10px;
}

/*** Registration form styles for membership offers ***/
#secMemOffers {
  display: flex;
  flex-flow: row wrap;
}
#secMemOffers > div {
  flex: 1;
  padding: 0.5rem;
}
#secMemOffers input[type="radio"] {
  display: none;
  &:not(:disabled) ~ label {
    cursor: pointer;
  }
  &:disabled ~ label {
    color: hsla(150, 5%, 75%, 1);
    border-color: hsla(150, 5%, 75%, 1);
    box-shadow: none;
    cursor: not-allowed;
  }
}
#secMemOffers label {
  height: 90%;
  display: block;
  background: white;
  border: 5px solid hsla(185, 33%, 53%, 1);
  border-radius: 20px;
  padding: 30px 1rem 1rem 1rem;
  margin-bottom: 1rem;
  //margin: 1rem;
  text-align: center;
  box-shadow: 0px 3px 10px -2px hsla(150, 5%, 65%, 0.5);
  position: relative;
}
#secMemOffers input[type="radio"]:checked + label {
  /*background: hsla(185, 33%, 53%, 1);*/
  /*color: hsla(215, 0%, 100%, 1);*/
  box-shadow: 0px 0px 20px hsla(150, 100%, 50%, 0.75);
  &::after {
    color: hsla(215, 5%, 25%, 1);
    font-family: FontAwesome;
    border: 2px solid hsla(185, 33%, 53%, 1);
    content: "\f00c";
    font-size: 24px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 2px 5px -2px hsla(0, 0%, 0%, 0.25);
  }
}
/*#secMemOffers input[type="radio"]#control_05:checked + label {*/
/*  background: red;*/
/*  border-color: red;*/
/*}*/
#secMemOffers p {
  font-weight: 700;
}

@media only screen and (max-width: 700px) {
  #secMemOffers {
    flex-direction: column;
  }
}
/***--------------------------------------------------------***/

/*** Registration form styles for membership plans ***/
#secMembershipType {
  display: flex;
  flex-flow: row wrap;
}
#secMembershipType > div {
  flex: 1;
  padding: 0.5rem;
}
#secMembershipType input[type="radio"] {
  display: none;
  &:not(:disabled) ~ label {
    cursor: pointer;
  }
  &:disabled ~ label {
    color: hsla(150, 5%, 75%, 1);
    border-color: hsla(150, 5%, 75%, 1);
    box-shadow: none;
    cursor: not-allowed;
  }
}
#secMembershipType label {
  height: 100%;
  display: block;
  background: white;
  border: 2px solid hsla(185, 33%, 53%, 1);
  border-radius: 20px;
  padding: 30px 1rem 1rem 1rem;
  margin-bottom: 1rem;
  //margin: 1rem;
  text-align: center;
  box-shadow: 0px 3px 10px -2px hsla(150, 5%, 65%, 0.5);
  position: relative;
}
#secMembershipType input[type="radio"]:checked + label {
  background: hsla(185, 33%, 53%, 1);
  color: hsla(215, 0%, 100%, 1);
  box-shadow: 0px 0px 20px hsla(150, 100%, 50%, 0.75);
  &::after {
    color: hsla(215, 5%, 25%, 1);
    font-family: FontAwesome;
    border: 2px solid hsla(185, 33%, 53%, 1);
    content: "\f00c";
    font-size: 24px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 2px 5px -2px hsla(0, 0%, 0%, 0.25);
  }
}
/*#secMembershipType input[type="radio"]#control_05:checked + label {*/
/*  background: red;*/
/*  border-color: red;*/
/*}*/
#secMembershipType p {
  font-weight: 700;
}
#secMembershipType .membership-fee {
  font-size: 18pt;
  font-weight: 900;
}


@media only screen and (max-width: 700px) {
  #secMembershipType {
    flex-direction: column;
  }
}
/***--------------------------------------------------------***/

#grpFluidCombo {
    display: none;
}

.department-icon {
    background-color: #fff;
    border: 1px solid #5fa8ac;
    border-radius: 50%;
    color: #5fa8ac;
    float: left;
    padding: 10px 13px;
    margin-top: -18px;
}

.title-overlay {
    position: absolute;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    bottom: 0;
    text-align: center;
    line-height: 1.2;
    padding: 10px;
    width: 100%;
}

.highlight-box {
    background-color: #eeeeee;
    border: 1px solid #5fa8ac;
    border-radius: 25px;
    margin-right: 20px;
    padding: 10px;
}

.highlight-box2 {
    background-color: #eeeeee;
    border: 1px solid #5fa8ac;
    border-radius: 25px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 10px 10px 10px 25px;
}

.highlight-box2 ul {
    list-style: disc;  
}

.blue-section {
    background-color: #5fa8ac;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    padding-top: 30px;
    vertical-align: middle;
    padding: 0.9%;
    text-align: center;
    align-content: center;
}

/* Rating card panel */
.rating-card {
  background: #fff;
  margin: 0 1rem 3rem 0;
  padding: 2rem 4rem 2rem 4rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  width: 100%;
  border-radius: 0.9rem;
}
 
.star {
  font-size: 3vh;
  cursor: pointer;
}
.star-mini-ro {
  font-size: 1vh;
}
 
.one {
  color: rgb(255, 0, 0);
}
 
.two {
  color: rgb(255, 106, 0);
}
 
.three {
  color: rgb(245, 231, 37);
}
 
.four {
  color: rgb(176, 213, 9);
}
 
.five {
  color: rgb(24, 159, 14);
}

/* Generic form fields */
.form-control-alt {
	height: 45px;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #fff;
	opacity: 0.7;
	color: #000;
}

.field-label-full {
    margin-top: 12px;
    z-index: 10;
    position: absolute;
    left: 27px;
    background: transparent;
    width: 80%;
    /*line-height: 12px;*/
}

.field-label-min {
    margin-top: 0px;
    z-index: 10;
    position: absolute;
    left: 27px;
    background: transparent;
    font-size: 10px;
    font-weight: normal;
    /*width: 80%;*/
    /*line-height: 12px;*/
}

.field-icon-right {
    color: #000;
    margin-top: -44px;
    z-index: 10;
    position: absolute;
    right: 45px;
}

.white-top-style, .white-bottom-style, .lgrey-bottom-style, .lgrey-top-style {
    position: relative;
    margin-top: 90px;
}
.white-top-style:before {
    content: "";
    position: absolute;
    top: -70px;
    left: -20px;
    width: 100%;
    -ms-transform: rotate(-4deg);
    /* IE 9 */
    -webkit-transform: rotate(-4deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-4deg);
    background: #fff;
    height: 80px;
    z-index: 1;
}

.white-top-style:after {
    content: "";
    position: absolute;
    top: -70px;
    right: -20px;
    width: 100%;
    -ms-transform: rotate(4deg);
    /* IE 9 */
    -webkit-transform: rotate(4deg);
    /* Chrome, Safari, Opera */
    transform: rotate(4deg);
    background: #fff;
    height: 80px;
    z-index: 1;
}

.white-bottom-style:before {
    content: "";
    position: absolute;
    bottom: -70px;
    left: -20px;
    width: 105%;
    -ms-transform: rotate(4deg);
    /* IE 9 */
    -webkit-transform: rotate(4deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-4deg);
    background: #fff;
    height: 80px;
    z-index: 1;
}

.white-bottom-style:after {
    content: "";
    position: absolute;
    bottom: -70px;
    right: -20px;
    width: 105%;
    -ms-transform: rotate(-4deg);
    /* IE 9 */
    -webkit-transform: rotate(-4deg);
    /* Chrome, Safari, Opera */
    transform: rotate(4deg);
    background: #fff;
    height: 80px;
    z-index: 1;
}

.lgrey-top-style:before {
    content: "";
    position: absolute;
    top: -70px;
    left: -20px;
    width: 100%;
    -ms-transform: rotate(-4deg);
    /* IE 9 */
    -webkit-transform: rotate(-4deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-4deg);
    background: #f4f7f9;
    height: 80px;
    z-index: 1;
}

.lgrey-top-style:after {
    content: "";
    position: absolute;
    top: -70px;
    right: -20px;
    width: 100%;
    -ms-transform: rotate(4deg);
    /* IE 9 */
    -webkit-transform: rotate(4deg);
    /* Chrome, Safari, Opera */
    transform: rotate(4deg);
    background: #f4f7f9;
    height: 80px;
    z-index: 1;
}
.lgrey-bottom-style:before {
    content: "";
    position: absolute;
    bottom: -70px;
    left: -20px;
    width: 105%;
    -ms-transform: rotate(4deg);
    /* IE 9 */
    -webkit-transform: rotate(4deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-4deg);
    background: #f4f7f9;
    height: 80px;
    z-index: 1;
}

.lgrey-bottom-style:after {
    content: "";
    position: absolute;
    bottom: -70px;
    right: -20px;
    width: 105%;
    -ms-transform: rotate(-4deg);
    /* IE 9 */
    -webkit-transform: rotate(-4deg);
    /* Chrome, Safari, Opera */
    transform: rotate(4deg);
    background: #f4f7f9;
    height: 80px;
    z-index: 1;
}

/*sidebar navigation*/

/*#sidebar {*/
/*    width: 210px;*/
/*    height: 100%;*/
/*    position: fixed;*/
/*    background: #2f323a;*/
/*    top: 50px;*/
/*}*/

/*#sidebar h5 {*/
/*	color: #f2f2f2;*/
/*	font-weight: 700;*/
/*	text-transform: none;*/
/*}*/
/*#sidebar h6 {*/
/*	color: #f2f2f2;*/
	/*font-weight: 700;
	text-transform: none;*/
/*}*/

/*#sidebar ul li {*/
/*    position: relative;*/
/*}*/

/*#sidebar .sub-menu > .sub li  {*/
/*    padding-left: 32px;*/
/*}*/

/*#sidebar .sub-menu > .sub li:last-child {*/
/*    padding-bottom: 10px;*/
/*}*/

/*LEFT NAVIGATION ICON*/
/*.dcjq-icon {*/
/*    height:17px;*/
/*    width:17px;*/
/*    display:inline-block;*/
/*    background: url("../img/nav-expand.png") no-repeat top;*/
/*    border-radius:3px;*/
/*    -moz-border-radius:3px;*/
/*    -webkit-border-radius:3px;*/
/*    position:absolute;*/
/*    right:10px;*/
/*    top:15px;*/
/*}*/
/*.active .dcjq-icon {*/
/*    background: url("../img/nav-expand.png") no-repeat bottom;*/
/*    border-radius:3px;*/
/*    -moz-border-radius:3px;*/
/*    -webkit-border-radius:3px;*/
/*}*/
/*---*/

/*.nav-collapse.collapse {*/
/*    display: inline;*/
/*}*/

/*ul.sidebar-menu , ul.sidebar-menu li ul.sub{*/
/*    margin: -2px 0 0;*/
/*    padding: 0;*/
/*}*/

/*ul.sidebar-menu {*/
/*    margin-top: 30px;*/
/*}*/

/*#sidebar > ul > li > ul.sub {*/
/*    display: none;*/
/*}*/

/*#sidebar > ul > li.active > ul.sub, #sidebar > ul > li > ul.sub > li > a {*/
/*    display: block;*/
/*}*/

/*ul.sidebar-menu li ul.sub li{*/
/*    background: #2f323a;*/
/*    margin-bottom: 0;*/
/*    margin-left: 0;*/
/*    margin-right: 0;*/
/*}*/

/*ul.sidebar-menu li ul.sub li:last-child{*/
/*    border-radius: 0 0 4px 4px;*/
/*    -webkit-border-radius: 0 0 4px 4px;*/
/*}*/

/*ul.sidebar-menu li ul.sub li a {*/
/*    font-size: 12px;*/
/*    padding: 6px 0;*/
/*    line-height: 35px;*/
/*    height: 35px;*/
/*    -webkit-transition: all 0.3s ease;*/
/*    -moz-transition: all 0.3s ease;*/
/*    -o-transition: all 0.3s ease;*/
/*    -ms-transition: all 0.3s ease;*/
/*    transition: all 0.3s ease;*/
/*    color: #aeb2b7;*/
/*}*/

/*ul.sidebar-menu li ul.sub li a:hover {*/
/*	color: white;*/
/*	background: transparent;*/
/*}*/

/*ul.sidebar-menu li ul.sub li.active a {*/
/*    color: #5FA8AC;*/
/*    -webkit-transition: all 0.3s ease;*/
/*    -moz-transition: all 0.3s ease;*/
/*    -o-transition: all 0.3s ease;*/
/*    -ms-transition: all 0.3s ease;*/
/*    transition: all 0.3s ease;*/
/*    display: block;*/
/*}*/

/*ul.sidebar-menu li{*/
    /*line-height: 20px !important;*/
/*    margin-bottom: 5px;*/
/*    margin-left:10px;*/
/*    margin-right:10px;*/
/*}*/

/*ul.sidebar-menu li.sub-menu{*/
/*    line-height: 15px;*/
/*}*/

/*ul.sidebar-menu li a span{*/
/*    display: inline-block;*/
/*}*/

/*ul.sidebar-menu li a{*/
/*    color: #aeb2b7;*/
/*    text-decoration: none;*/
/*    display: block;*/
/*    padding: 15px 0 15px 10px;*/
/*    font-size: 12px;*/
/*    outline: none;*/
/*    -webkit-transition: all 0.3s ease;*/
/*    -moz-transition: all 0.3s ease;*/
/*    -o-transition: all 0.3s ease;*/
/*    -ms-transition: all 0.3s ease;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*ul.sidebar-menu li a.active, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {*/
/*    background: #5FA8AC;*/
/*    color: #fff;*/
/*    display: block;*/

/*    -webkit-transition: all 0.3s ease;*/
/*    -moz-transition: all 0.3s ease;*/
/*    -o-transition: all 0.3s ease;*/
/*    -ms-transition: all 0.3s ease;*/
/*    transition: all 0.3s ease;*/
/*}*/


/*ul.sidebar-menu li a i {*/
/*    font-size: 15px;*/
/*    padding-right: 6px;*/
/*}*/

/*ul.sidebar-menu li a:hover i, ul.sidebar-menu li a:focus i {*/
/*    color: #fff;*/
/*}*/

/*ul.sidebar-menu li a.active i {*/
/*    color: #fff;*/
/*}*/


.mail-info, .mail-info:hover {
    margin: -3px 6px 0 0;
    font-size: 11px;
}

.side-nav li {
    float: left;
    margin-top: 20px;
    padding:5px;
}


/* MAIN CONTENT CONFIGURATION */
#main-content {
    margin-left: 210px;
    margin-top: 50px;
    padding-top: 0;
    background-color: #ededed;
}

.header, .footer {
    min-height: 60px;
    padding: 70px 15px;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1002;
}

.black-bg {
    background: #7f7f7f;
    border-bottom: 1px solid #393d46;
}

.wrapper {
    display: inline-block;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 0px;
    width: 100%;
}

/* Help block */
.help-block {
    margin-top: 3px;
    margin-bottom: 2px;
    color: #737373;
}

/* Messages
----------------------------------------------------------------------------- */
.landing-system-message {color: #000000; font-weight: bold; padding: 2px 0; font-size: 0.9em; width: 100%; margin-top: -10px; z-index: 9999; position: fixed;}
.system-message {color: #000000; font-weight: bold; padding: 2px 0; font-size: 0.9em; width: 100%; position: fixed; z-index:200;}
.success:before {
    content: '\2714 \fe0e';
}
.success:before {
    content: '\2714';
    font-size: large;
    padding: 5px 8px;
    background-color: #fff;
    border: 1px solid;
    border-radius: 50%;
    margin: 5px;
}

.success {
    color: #3da55d;
    background-color: #cce0d2;
    border: #43b567 1px solid;
    padding: 10px 25px;
}

.error:before {
    content: '\2716';
    font-size: large;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid;
    border-radius: 50%;
    margin: 5px;
}
.error {
    color: #ca3e3e;
    background-color: #f1d7d7;
    border: #ca3e3e 1px solid;
    padding: 10px 25px;
}

.warning {
    color: #ec971f;
    background-color: rgba(236, 151, 31, 0.32);
    border: #d58512 1px solid;
    padding: 10px 25px;
}

.info {
    color: #31b0d5;
    background-color: rgba(49, 176, 213, 0.26);
    border: #46b8da 1px solid;
    padding: 10px 25px;
}

.hidden {
    display: none;
}

.side-indented {
    padding-left: 220px;
}
/*=========================================
	Bootstrap Overwrite
==========================================*/
.navbar-center {
    margin-right: 400px;
}

/*=========================================
	Header
==========================================*/
#logo {
    z-index: 50;
}

#navigation {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  background-color: #5fa8ac;
  border: 0 none;
  margin: 0;
  display: inline-flex;
  
    -webkit-transition: background-color 800ms linear;
       -moz-transition: background-color 800ms linear;
	    -ms-transition: background-color 800ms linear;
         -o-transition: background-color 800ms linear;
			transition: background-color 800ms linear;
}

.navbar-toggle i {
	color: #000;
}

.navbar-brand {
  padding: 5px;
}

.navbar-nav li a {
	border-top: 1px solid transparent;
	color: #000;
}

.navbar-nav li a.current,
.navbar-nav li a:focus,
.navbar-nav li a:hover {
	background-color: transparent;
	border-top: 2px solid #DDB126;
	color: #165878;
}

.loggedin-panel {
    width: 500px;
    margin-left: 30%;
    padding: 5px;
    font-size: 10pt;
    color: #000;
}

.loggedin-panel span {
    color: #ff4941;
    font-weight: bold;
}

#loginLink {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px; 
    float: right;
    top: -35px;
    width: 20px;
}

#logoutLink {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px; 
    float: right;
    margin-top: -24px;
    width: 20px;
}

#siteNav {width:940px;padding:15px 20px 0 0px; margin:0;}
#siteNav #homeLink {color:#ff4941;text-decoration:none;}
#siteNav a {color:#7f7f7f;text-decoration:none;}
#siteNav ul li{padding:0;float:left;padding:0 20px;font-size:0.7em}
#siteNav ul li:first-child{padding-left:0;border-left:none}
#siteNav ul li a{color:#7f7f7f;text-decoration:none}
#siteNav ul li a:hover{color:#5FA8AC;text-decoration:none}
#siteNav ul li a:visited{color:#7f7f7f;text-decoration:none}

.bg-image-1 {
	background-image: url("../img/BG_About03.png");
	height: 70%;
	background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

/*--sidebar toggle---*/

.sidebar-toggle-box {
    float: left;
    padding-left: 15px;
    margin-top: 20px;
}

.sidebar-toggle-box .fa-bars {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
}


.sidebar-closed > #sidebar > ul {
    display: none;
}

.sidebar-closed #main-content {
    margin-left: 0px;
}

.sidebar-closed #sidebar {
    margin-left: -180px;
}


.tipBox{
    position: fixed;
    top: 170px;
    left: 25%;
    width: 0px;
    height: 0px;
    background-color: #fff;
    outline: solid 0px #c7a92f;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    z-index: 90;
    overflow-y: auto;
    overflow-x: hidden; 
}
.tipBox-close {
    position: absolute;
    display: inline-block;
    min-width: 10px;
    padding: 5px;
    top: 5px;
    right: 25px;
    width: 25px;
    height: 25px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #777;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border: solid 1px #777;
    border-radius: 50%;
}
/*=========================================
    Custom Checkbox
==========================================*/
.roundedOne {
    width: 28px;
    height: 28px;
    position: relative;
    margin: -4px auto;
    margin-left: 14px;
    background: #fcfff4;
    background: liner-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.roundedOne label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 4px;
    background: liner-gradient(to bottom, #222222 0%, #45484d 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}
.roundedOne label:after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left: 2px;
    top: 2px;
    background: #27ae60;
    background: liner-gradient(to bottom, #27ae60 0%, #145b32 100%);
    opacity: 0;
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.roundedOne label:hover:after {
    opacity: 0.3;
}
.roundedOne input[type=checkbox] {
    visibility: hidden;
}
.roundedOne input[type=checkbox]:checked + label:after {
    opacity: 1;
}

/*=========================================
    Content Panel
==========================================*/
.content-panel {
	background: #ffffff;
	box-shadow: 0px 3px 2px #aab2bd;
	padding-top: 15px;
	padding-bottom: 5px;
}
.content-panel h4 {
	margin-left: 0px;
}

/* PROFILE PAGE CONF */
.profile-pic img {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 10px solid #f1f2f7;
	margin-top: 20px;
}
.profile-pic .short-overlay {
    position: relative; 
    display: none;
    z-index: 5;
    background-color: #f1f2f7;
    opacity: 0.9;
    width: 90px;
    top: -31px;
    left: 23px;
    right: 20px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
	-webkit-border-bottom-left-radius: 50%;
	-webkit-border-bottom-right-radius: 50%;
}
.profile-pic:hover a {
    display: block;
    color: #000;
    width: 90px;
    top: -31px;
    left: 23px;
    right: 20px;
}

.profile-text h6 {
	margin-top: 0px;
	margin-bottom: 20px;
	color: #d3d3d3;
}

.profile-text h3 {
	font-weight: 700;
	color: #5ea8ae;
}

.profile-text h4 {
	color: #5ea8ae;
}

profile-text p {
	margin-left: 10px;
}

.right-divider {
	border-right: 1px solid #d3d3d3;
	height: 100%;
}

.panel-heading .nav {
	border: medium none;
	font-size: 13px;
	margin-left: 0px;
	margin-right: 0px;
	text-transform: uppercase;
}

.panel-heading h4 {
    margin-left: 0;
}

.panel, .panel-group {
    margin-bottom: 5px;
}

.nav-tabs {
	background: #e0e1e7;
}

.nav-tabs a {
	color: #2f2f2f;
}

.grey-style {
	background: #f2f4f6;
	padding: 10px;
	height: 45px;
}

.detailed h4 {
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #e2e2e2;
	font-weight: 700;
	color: #5ea8ae;
}

.centered {
	text-align: center;
	align-content: center;
}

.img-centered {
    padding: 0 18%;
}

.tipBox img {
    max-height: 180px;
}

/*=========================================
	Slider
==========================================*/

#slider {
	padding: 0;
}

#slider .carousel-inner .item {
  background-size: cover;
}

.carousel-caption {
  top: 50%;
}

.carousel-caption h2 {
  font-size: 62px;
  font-weight: 300;
}

.carousel-caption h2 span {
  font-weight: 800;
}

.carousel-caption h3 {
  font-size: 48px;
  font-weight: 300;
  margin: 6px 0 20px;
}

.carousel-caption p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.carousel-caption p:before,
.carousel-caption p:after {
color: #fd4b41;
content: "___";
position: relative;
top: -8px;
}

.carousel-caption p:before {
  right: 20px;
}

.carousel-caption p:after {
  left: 20px;
}

.social-links {
  margin-top: 5%;
}

.social-links li {
	display: inline-block;
}

.social-links li a {
  color: rgba(255, 255, 255, 0.3);
  display: block;
  margin: 0 6px;
}

.social-links li a:hover {
  color: #fff;
}

.carousel-indicators {
  bottom: 10px;
  left: inherit;
  margin: 0;
  right: 30px;
  top: 49%;
  width: 0;
}

.carousel-indicators li {
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 8px;
  width: 8px;
}

.carousel-indicators .active {
  height: 8px;
  width: 8px;
}


.toggle-wrapper {
  width: 350px;
  height: 50%;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

/*=========================================
	Custom toggle - 2 states
==========================================*/
#custom-toggle {
  -webkit-appearance: none;
  appearance: none;
  height: 40px;
  width: 550px;
  background-color: #eee;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 0 2px;
  margin: 0;
  cursor: pointer;
}
#custom-toggle.tgl-single::-webkit-slider-thumb {
  background-color: #5bc0de;
  border-color: #46b8da;
}
#custom-toggle.tgl-child::-webkit-slider-thumb {
  background-color: #c7a92f;
}
#custom-toggle.tgl-family::-webkit-slider-thumb {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
#custom-toggle::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 38px;
  height: 38px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
#custom-toggle:focus {
  outline: none;
}

#toggle-span {
    font-weight: 800;
    font-size: 12pt;
    padding: 0 10px;
    text-wrap: nowrap;
}
#toggle-span.single {
  color: #5bc0de;
}
#toggle-span.child {
  color: #c7a92f;
}
#toggle-span.family {
  color: #5cb85c;
}


.rangeActive {
  background-color: green;
}

/*=========================================
	Main Parallax
==========================================*/

#site-title {
    float: left;
    margin-left: 90px;
}

#scene {
    margin-top: -30px;
}

.dagTip {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    border: 2px solid #5ea8ae;
    border-radius: 25px;
    background-color: #fff;
    z-index: 100;
    width: 180px;
    max-width: 180px;
    padding: 7px;
    position: absolute;
}
.dagTip:after {
    content: '';
    position: absolute;
    top: -20px;
    left: -50px;
    right: 0;
    margin-left: 45%;
    width: 0;
    height: 0;
    border-bottom: solid 10px #5ea8ae;
    border-top: solid 10px transparent;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}
.dagTip p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 100;
}
.mini-image {
    width: 20px;
    border-radius: 5px;
}

.actionMessage {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #C7CED3;
    border-radius: 20px;
}

/*=========================================
	About Us
==========================================*/
#about {
	background-image: url("../img/parallax/BG_About02.png");
	background-color: rgba(6,32,51,.8);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	color: #fff;
	margin-top: -50px;
}

/*.about {*/
/*  background-color: #c3af5e;*/
/*  padding-bottom: 35px;*/
/*  color: #fff;*/
/*}*/


/*=========================================
	Departments
==========================================*/

.departments {
  position: relative;
  background-color: #f4f7f9;
  padding-bottom: 0;
  z-index: 2;
  margin-top: -70px;
}

.departments .sec-text a {
  color: #5ea8ae;
  font-weight: normal;
}

.departments .sec-text a:hover {
  color: #5ea8ae;
  font-weight: bold;
}

.departments .sec-text a:focus {
  color: #5ea8ae;
  font-weight: bold;
}

.dept-info-box {
    max-width: 500px;
}

.owl-controls {
  bottom: -45px;
  margin-top: 10px;
  position: relative;
  text-align: center;
}

.owl-controls .owl-page {
  display: inline-block;
}

.owl-controls .owl-page span {
  border: 1px solid #C7CED3;
  border-radius: 20px;
  display: block;
  height: 8px;
  margin: 5px 4px;
  width: 8px;
}

.owl-controls .owl-page.active span {
  background: #062033;
  border: 0;
}

.service-item h3 {
  background-color: #165878;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  padding: 5px;
  padding-left: 41px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  margin-left: 30px;
}

.service-item-kids h3 {
  background-color: #c7a92f;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  padding: 5px;
  padding-left: 41px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  margin-left: 30px;
}

.service-icon {
  background-color: #fff;
  border: 1px solid #5fa8ac;
  border-radius: 50%;
  color: #5fa8ac;
  float: left;
  padding: 10px 13px;
  margin-top: -38px;
  margin-left: -10px;
}

.service-icon2 {
  background-color: #fff;
  border: 1px solid #5fa8ac;
  border-radius: 50%;
  color: #5fa8ac;
  float: left;
  padding: 10px 13px;
  margin-left: -45px;
}

.service-desc {
  margin-left: 70px;
  position: relative;
  top: 5px;
}

.service-rep {
  padding: 10px;
  margin-left: -20px;
}

.darker-grey-header h5 {
    margin-left: 100px;
}

/*=========================================
	Our Classes
==========================================*/

.classes {
  position: initial;    
  margin-bottom: 20px;
}

#activity-view-table {width: 100%;border-collapse: collapse;}
#activity-view-table tr {vertical-align:top;text-align:left;}
#activity-view-table th {font-weight:bold;width: 150px;}
#activity-view-table td {padding: 5px;}
#activity-view-table .photo {text-align:center;padding-bottom:10px}
#play-table {width: 100%;border-collapse: collapse;}
#play-table th {background-color: #5fa8ac; color: #ffffff; font-weight:bold; border: 2px solid #ffffff; padding: 10px;}
#play-table tr:hover {background-color: #cbcbcb; color:#fff;}
#play-table tr:hover a, #play-table tr:hover a:focus, #play-table tr:hover a:visited {color:#fff;}
#play-table tr {background-color: #efefef;color:#000;}
#play-table .alt {background-color: #e3e3e3;color:#000;}
#play-table td {border: 1px solid #ffffff;padding: 10px;}
#play-table td a, #play-table td a:focus, #play-table td a:visited {color:#5fa8ac;}
#play-table .groupHeader {background-color: #ddb126;border: 2px solid #ffffff;font-weight:bold;}
#play-table .groupFooter {background-color: #bdbdbd;border: 2px solid #ffffff;}
#play-table .actions { min-width: 100px; }
#play-table .actions a, #play-table .actions a:focus, #play-table .actions a:visited {color:#fff;}
#play-table .dropdown-menu li a, #play-table .dropdown-menu li a:focus, #play-table .dropdown-menu li a:hover, #play-table .dropdown-menu li a:visited {color:#000;}

.minimum-spaced-table {border-collapse: collapse; border-spacing: 5px;}
.minimum-spaced-table  td {padding: 2px;}
.simple-spaced-table {border-collapse: collapse; border-spacing: 5px;}
.simple-spaced-table  td {padding: 10px;}
.dblue-circle-list {
    list-style-type: '\3007';
}
.dblue-circle-list li {
    padding-left: 3px;
}

/*=========================================
	Our Departments and Classes
==========================================*/

.work-filter {
  margin-bottom: 35px;
}

.work-filter ul li {
    display: inline-block;
}

.work-filter ul li a {
  color: #062033;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 17px;
  border-radius: 6px;
  text-transform: capitalize;
}

.work-filter ul li a:hover,
.work-filter ul li a.active {
  background-color: #5fa8ac;
  border-radius: 6px;
  color: #fff;
  padding: 5px 17px;
}

.block-filter {
  margin-bottom: 35px;
}

.block-filter ul li {
    display: inline-block;
}

.block-filter ul li a {
  color: #062033;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 17px;
  border-radius: 6px;
  text-transform: capitalize;
}

.block-filter ul li a:hover,
.block-filter ul li a.active {
  background-color: #5fa8ac;
  border-radius: 6px;
  color: #fff;
  padding: 5px 17px;
}

.mix {
    display: none;
}

.adults-class-label {
    background-color: #165878;
    color: #FFF;
}
.kids-class-label {
    background-color: #c7a92f;
    color: #000;
}

.work-item {
    float: left;
    width: 25%;
    position: relative;
}

.work-item > img {
  display: block;
  height: auto;
  width: 100%;
}

.block-item {
    float: left;
    width: 25%;
    position: relative;
    padding: 30px;
}

.block-item > img {
  display: block;
  height: auto;
  width: 100%;
}

.overlay {
	background-color: #5ea8ae;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);
}

.overlay2 {
	background-color: #5ea8ae;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 250px;
	color: #fff;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);
}

.work-item:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.work-item .overlay .circled {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin-top: 7%;
  padding: 7px 10px;
}

.work-item .overlay .no-border {
  border: 0;
  display: inline-block;
}

.work-item .overlay a:hover {
  color: #fff;
}

.work-item .overlay h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin: 25px 0 8px;
}

.work-item .overlay p {
  padding: 0 20px;
}

.block-item:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.block-item .overlay p {
  font-size: 14px;
  line-height: 24px;
}

.block-item .overlay a {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin-top: 20%;
  padding: 7px 10px;
}

.block-item .overlay a:hover {
  color: #fff;
}

.block-item .overlay h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 25px 0 8px;
}

.block-item .overlay p {
  font-size: 14px;
  line-height: 24px;
}

.grey-panel {
    background-color: #f4f7f9;
}

.dblue-panel {
    background-color: #165878;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-left: 30px;
    margin-right: 5px;
}

/*=========================================
	Our Team Member
==========================================*/
.team {
  background-color: #f4f7f9;
  padding-top: 40px;
}

.exec-team-member-thumb > h5 {
  margin-top: 100px;
}

.exec-member-thumb {
  position: relative;
  height: auto;
}

.exec-member-thumb > img {
  border-radius: 50%; 
  padding: 10px;
}

.member-thumb {
  width: 273px;
  position: relative;
  padding: 0 18%;
}

.member-thumb .overlay2 h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 10px 0;
}

.member-thumb .overlay2 {
	font-size: 16px;
	padding: 20px;
	line-height: 24px;
}

.team-member {
    margin-bottom: 40px;
}

.team-member h4 {
  color: #062033;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 15px 0 2px;
}

.member-thumb:hover .overlay2 {
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.team-member:hover h4 {
  color: #5fa8ac;
}

.team-member .social-links {
  margin-top: 20px;
}

.team-member .social-links li a {
  background-color: #0d7c67;
  color: #fff;
  height: 42px;
  padding: 10px 0 0;
  width: 42px;
}

/*=========================================
	What's New
==========================================*/
.whatsnew {
  background-color: #f4f7f9;
  z-index: 2;
  position: relative;
}

#whatsnew {
    z-index: 2;
}

.general-thumb {
  width: 273px;
  position: relative;
  padding: 0 18%;
}

.general-thumb .overlay h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 10px 0;
}

.general-thumb .overlay {
	font-size: 16px;
	padding: 20px;
	line-height: 24px;
	min-height: 380px;
}

.general-item {
    margin-bottom: 40px;
}

.general-item h4 {
  color: #062033;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 15px 0 2px;
}

.general-thumb:hover .overlay {
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.general-item:hover h4 {
  color: #5fa8ac;
}

.general-item .social-links {
  margin-top: 20px;
}

.general-item .social-links li a {
  background-color: #0d7c67;
  color: #fff;
  height: 42px;
  padding: 10px 0 0;
  width: 42px;
}

/*=========================================
	Some fun facts
==========================================*/

#facts {
	background-image: url("../img/parallax/BG_Membership02.png");
	background-color: rgba(6,32,51,.8);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
}

.facts .devider:before,
.facts .devider:after {
	color: #737C85;
}

.facts .devider i {
	color: #fff;
}

.parallax-overlay {
	background-color: rgba(6,32,51,.8);
	padding: 70px 0;
}

.counters-item {
  color: #fff;
}

.counters-item i {
  border: 1px solid #737C85;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 90px;
  margin: 10px 0 25px;
  padding: 30px 0 0;
  width: 90px;
}

.counters-item strong {
  display: block;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.counters-item p {
  font-size: 14px;
  line-height: 18px;
  margin-top: -10px;
  text-transform: uppercase;
}


/*=========================================
	Contact Us
==========================================*/

.contact {
	padding-bottom: 0;
	padding-top: 40px;
}

.contact-address h3 {
  color: #062033;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 25px;
}

.contact-address p {
  line-height: 24px;
}

.contact-form {}

.contact-form h3 {
  color: #062033;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 25px;
}

.contact-form .input-group {
  width: 100%;
}

.contact-form .form-control {
  border-color: -moz-use-text-color -moz-use-text-color #cccccc;
  border-radius: 0;
  border-style: none none solid;
  border-width: 0 0 1px;
  box-shadow: none;
  margin-bottom: 10px;
}

.contact-form .input-field {
  width: 48%;
  float: left;
  margin-right: 4%;
}

.contact-form .input-field:last-child {
  margin-right: 0;
}

.contact-form .form-control.error {
border-bottom-color: #c0392b;
}

label.error {
  color: #c0392b;
  font-weight: normal;
  text-transform: capitalize;
}

.contact-form #form-submit {
  background: url("../img/envelop.png") no-repeat scroll 0 2px transparent;
  border: 0 none;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  padding: 0 10px 10px 17px;
  text-align: right;
  width: 150px;
}

.footer-social {
  margin-top: 17px;
}

.footer-social li a {
  color: #5fa8ac;
  display: block;
  margin-bottom: 10px;
}

.footer-social-white {
  margin-top: 15px;
  display: flex;
}

.footer-social-white li {
  padding: 10px;
}

.footer-social-white li a {
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}

.footer-login {
  margin-top: 15px;
  display: flex;
}

.footer-login li {
  padding: 10px;
  display: inline-block;
}

.footer-login li a {
  color: #5fa8ac;
  width: 200px;
  display: block;
  margin-bottom: 10px;
}

.bio-footer {
    border: 2px solid #5fa8ac;
    background-image: linear-gradient(164deg, #91c8c8, #f0f7f7 61.76%);
    border-radius: 25px;
    margin: 2px 20px 10px 20px;
}
.bio-footer h3 {
    text-align: center;
    background-color: #5fa8ac;
    color: white;
    border-top-left-radius: 25px;
    border-top-right-radius: 24px;
    padding: 5px;   
}

#contact-social-submit {
    display: none;
}

#map_canvas {
  height: 215px;
  width: 100%;
}

.btn-default {
    font-family: 'Montserrat', sans-serif;
    background-color: #c7a92f;
    border: 0 none;
    font-size: 18px;
    margin-top: 40px;
    display: inline-block;
    min-width: 180px;
    padding: 10px 10px;
    border-radius: 25px;
    color: #000;
    text-align: center;
}

.btn-default-mt05 {
    font-family: 'Montserrat', sans-serif;
    background-color: #c7a92f;
    border: 0 none;
    font-size: 18px;
    margin-top: 5px;
    display: inline-block;
    min-width: 180px;
    padding: 10px 10px;
    border-radius: 25px;
    color: #000;
    text-align: center;
}

.btn-inverse {
    font-family: 'Montserrat', sans-serif;
    background-color: #cbcbcb;
    border: 0 none;
    font-size: 18px;
    margin-top: 40px;
    display: inline-block;
    min-width: 180px;
    padding: 10px 10px;
    border-radius: 25px;
    color: #000;
    text-align: center;
}

.btn-dblue {
    font-family: 'Montserrat', sans-serif;
    background-color: #165878;
    border: 0 none;
    font-size: 18px;
    margin-top: 40px;
    display: inline-block;
    min-width: 180px;
    padding: 10px 10px;
    border-radius: 25px;
    color: #000;
    text-align: center;
}

.btn-default a, .btn-default a:focus, .btn-default a:visited {
    color: #000;
}

.btn-inverse a, .btn-inverse a:focus, .btn-inverse a:visited {
    color: #000;
}

.btn-dblue a, .btn-dblue a:focus, .btn-dblue a:visited {
    color: #fff;
}

.btn-dblue:hover {
    background-color: #cbcbcb;
    color: #000;
}

.btn-center {
    position: absolute;
    left: 43%;
    right: 47%;
}
.btn-right {
    margin-right: 0;
    margin-top: -23px;
}
.mt {
    margin-top: 20px;
}
.mt_lg {
    margin-top: 60px;
}
.pt {
    padding-top: 20px;
}
.userSelect:hover {
    cursor: pointer;
}

/*=========================================
	News 
==========================================*/
#news-subTable {width: 100%; height:100%;border-collapse: collapse;padding: 0px;border: 0px solid #ffffff;}
#news-subTable .title {background-color: #5fa8ac;color: #ffffff;font-size:2em;font-family:Arial;border: 0px solid #5fa8ac;padding: 10px;}
#news-subTable tr {vertical-align:top;border:0;}
#news-table {width: 100%;border-collapse: collapse;}
#news-table tr {vertical-align:top;border: 0px solid #5fa8ac;padding: 20px 0px 0px 20px;}
#news-table td {padding: 0px;}
#news-table .photo {text-align:center;}
#news-view-table {width: 100%;border-collapse: collapse;}
#news-view-table tr {vertical-align:top;}
#news-view-table td {padding: 10px;}
#news-view-table .photo {text-align:center;width:250px}

/*=========================================
	Footer
==========================================*/

.footer {
  background-color: #0e4b69;
  border-top: 5px solid #062033;
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #062033;
}

.footer h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 30px;
}

.about-us p {
  line-height: 24px;
}

.footer-single .subscribe {
  margin-bottom: 15px;
  position: relative;
}

.subscribe #subscribe {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  height: 40px;
  text-indent: 10px;
  width: 100%;
}

.subscribe #subs {
  background-color: transparent;
  border: 0 none;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 6px;
}

.footer-single {
  line-height: 24px;
}

.footer-single ul {
  }

.footer-single li {
  line-height: 32px;
}

.footer-single p i {
  margin: 0 10px;
}

.credit a {
  color: #062033;
}

.credit a:hover {
  color: #fff;
}

.copyright {
  color: #fff;
  margin-top: 100px;
}

#back-top {
  bottom: 20px;
  position: fixed;
  right: 25px;
  z-index: 9;
}

/*=========================================
    Calendar colors
==========================================*/
.red {color: #FF0000;font-weight: bold;}
.blue {color: #fff; background-color: #0170c1; border: 1px solid #0170c1;}
.white {color: #000; background-color:#fff; border: 1px solid #0170c1;}
.dgrey {color: #fff; background-color:#ef413b; border: 1px solid #ef413b;}
.maroon {color: #fff; background-color:#a70808; font-weight:bold; border: 1px solid #a70808;}
.lmaroon {color: #fff; background-color:#a70808; border: 1px solid #a70808;}
.rose {color: #fff; background-color:#ee8e74; border: 1px solid #ee8e74;}
.yellow {color: #000; background-color:#f9e95e; border: 1px solid #f9e95e;}
.lilac {color: #000; background-color:#c799ed; border: 1px solid #c799ed;}
.lblue {color: #000; background-color:#70d5e7; border: 1px solid #70d5e7;}
.lgreen {color: #000; background-color:#8ff175; border: 1px solid #8ff175;}
.mgreen {color: #fff; background-color: #03a207; border: 1px solid #03a207;}
.orange {color: #000; background-color:#de7136; border: 1px solid #de7136;}
.lgrey {color: #000; background-color:#9f9c9b; border: 1px solid #9f9c9b;}
.teal {color: #000; background-color:#17aae1; border: 1px solid #17aae1;}
.tan {color: #000; background-color:#b58e60; border: 1px solid #b58e60;}
.narcicist {color: #000; background-color:#def66e; border: 1px solid #def66e;}
.bpink {color: #000; background-color:#f1bef0; border: 1px solid #f1bef0;}
.dpink {color: #000; background-color:#cf0acb; border: 1px solid #cf0acb;}
.blue-dotted {background: linear-gradient(90deg, #c1c1c1 8px, transparent 2%) center, linear-gradient(#c1c1c1 9px, transparent 1%) center, #0170c1;
  background-size: 10px 10px; color: #fff; background-color: #0170c1; border: 1px solid #0170c1;}
.dgrey-dotted {background: linear-gradient(90deg, #c1c1c1 8px, transparent 2%) center, linear-gradient(#c1c1c1 9px, transparent 1%) center, #ef413b;
  background-size: 10px 10px; color: #fff; background-color:#ef413b; border: 1px solid #ef413b;}
.maroon-dotted {background: linear-gradient(90deg, #c1c1c1 8px, transparent 2%) center, linear-gradient(#c1c1c1 9px, transparent 1%) center, #a70808;
  background-size: 10px 10px; color: #fff; background-color:#a70808; font-weight:bold; border: 1px solid #a70808;}
.lmaroon-dotted {background: linear-gradient(90deg, #c1c1c1 8px, transparent 2%) center, linear-gradient(#c1c1c1 9px, transparent 1%) center, #a70808;
  background-size: 10px 10px; color: #fff; background-color:#a70808; border: 1px solid #a70808;}
.rose-dotted {background: linear-gradient(90deg, #c1c1c1 8px, transparent 2%) center, linear-gradient(#c1c1c1 9px, transparent 1%) center, #ee8e74;
  background-size: 10px 10px; color: #fff; background-color:#ee8e74; border: 1px solid #ee8e74;}
.yellow-dotted {background: linear-gradient(90deg, #c1c1c1 8px, transparent 2%) center, linear-gradient(#c1c1c1 9px, transparent 1%) center, #f9e95e;
  background-size: 10px 10px; color: #000; background-color:#f9e95e; border: 1px solid #f9e95e;}
.lilac-dotted {background: linear-gradient(90deg, #c1c1c1 8px, transparent 2%) center, linear-gradient(#c1c1c1 9px, transparent 1%) center, #c799ed;
  background-size: 10px 10px; color: #000; background-color:#c799ed; border: 1px solid #c799ed;}
.lblue-dotted {background: linear-gradient(90deg, #c1c1c1 8px, transparent 2%) center, linear-gradient(#c1c1c1 9px, transparent 1%) center, #b8f1fb;
  background-size: 10px 10px; color: #000; background-color:#b8f1fb; border: 1px solid #b8f1fb;}
.lgreen-dotted {background: linear-gradient(90deg, #c1c1c1 8px, transparent 2%) center, linear-gradient(#c1c1c1 9px, transparent 1%) center, #8ff175;
  background-size: 10px 10px; color: #000; background-color:#8ff175; border: 1px solid #8ff175;}
.mgreen-dotted {background: linear-gradient(90deg, #c1c1c1 8px, transparent 2%) center, linear-gradient(#c1c1c1 9px, transparent 1%) center, #03a207;
  background-size: 10px 10px; color: #fff; background-color: #03a207; border: 1px solid #03a207;}
.orange-dotted {background: linear-gradient(90deg, #c1c1c1 8px, transparent 2%) center, linear-gradient(#c1c1c1 9px, transparent 1%) center, #de7136;
  background-size: 10px 10px; color: #de7136; border: 1px solid #de7136;}
.lgrey-dotted {background: linear-gradient(90deg, #fff 8px, transparent 2%) center, linear-gradient(#fff 9px, transparent 1%) center, #9f9c9b;
  background-size: 10px 10px; color: #000; background-color:#9f9c9b; border: 1px solid #9f9c9b;}
.teal-dotted {background: linear-gradient(90deg, #c1c1c1 8px, transparent 2%) center, linear-gradient(#c1c1c1 9px, transparent 1%) center, #17aae1;
  background-size: 10px 10px; color: #000; background-color:#17aae1; border: 1px solid #17aae1;}
.tan-dotted {background: linear-gradient(90deg, #c1c1c1 8px, transparent 2%) center, linear-gradient(#c1c1c1 9px, transparent 1%) center, #b58e60;
  background-size: 10px 10px; color: #000; background-color:#b58e60; border: 1px solid #b58e60;}
.narcicist-dotted {background: linear-gradient(90deg, #c1c1c1 8px, transparent 2%) center, linear-gradient(#c1c1c1 9px, transparent 1%) center, #def66e;
  background-size: 10px 10px; color: #000; background-color:#def66e; border: 1px solid #def66e;}
.bpink-dotted {background: linear-gradient(90deg, #c1c1c1 8px, transparent 2%) center, linear-gradient(#c1c1c1 9px, transparent 1%) center, #f1bef0;
  background-size: 10px 10px; color: #000; background-color:#f1bef0; border: 1px solid #f1bef0;}  
.dpink-dotted {background: linear-gradient(90deg, #c1c1c1 8px, transparent 2%) center, linear-gradient(#c1c1c1 9px, transparent 1%) center, #cf0acb;
  background-size: 10px 10px; color: #000; background-color:#cf0acb; border: 1px solid #cf0acb;}

.white-text {
	color: #fff;
}  

.green {
	color: #8ff175;
}  

/* actions and events */
div.calendar-legend .table tr td.event div.day,
div.calendar-legend ul.legend li.event {
    background-color:;
}

div.calendar-legend .table tr td.dow-clickable,
div.calendar-legend .table tr td.event-clickable {
    cursor: pointer;
}

/* badge */
div.calendar-legend .badge-today,
div.calendar-legend div.legend span.badge-today {
    background-color:;
    color: #ffffff;
    text-shadow: none;
}

div.calendar-legend .badge-event,
div.calendar-legend div.legend span.badge-event {
    background-color:;
    color: #ffffff;
    text-shadow: none;
}

div.calendar-legend .badge-event {
    font-size: 0.95em;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
}

/* legend */
div.calendar-legend div.legend {
    margin-top: 15px;
    text-align: right;
	padding-right:10px;
	padding-bottom:10px;
}

div.calendar-legend div.legend span {
    font-size: 10px;
    font-weight: normal;
}

div.calendar-legend div.legend span.legend-text:after,
div.calendar-legend div.legend span.legend-block:after,
div.calendar-legend div.legend span.legend-list:after,
div.calendar-legend div.legend span.legend-spacer:after {
    content: ' ';
}

div.calendar-legend div.legend span.legend-spacer {
    padding-left: 25px;
}

div.calendar-legend ul.legend > span {
    padding-left: 2px;
}

div.calendar-legend ul.legend {
    display: inline-block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

div.calendar-legend ul.legend li {
    display: inline-block;
    height: 8px;
    width: 8px;
    margin-left: 5px;
}

div.calendar-legend ul.legend
div.calendar-legend ul.legend li:first-child {
    margin-left: 7px;
}

div.calendar-legend ul.legend li:last-child {
    margin-right: 5px;
}

div.calendar-legend div.legend span.badge {
    font-size: 0.9em;
    border-radius: 5px 5px 5px 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 3px;
}

.otp-digit {
	height: 80px;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	/*border: 3px solid blue;*/
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #fff;
	opacity: 0.7;
	color: blue;
}