.logo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
.logo a {
  background: transparent;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo:hover a,
.logo a:hover,
.logo a:active,
.logo a:focus {
  background: #0067a2;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (min-width: 991px) {
  .logo {
    position: static;
  }
  .logo a {
    background: #0067a2;
  }
  .logo:hover a,
  .logo a:hover,
  .logo a:active,
  .logo a:focus {
    color: #ffffff;
  }
}
.off-canvas-toggle + .container .navbar-header .logo {
  left: 55px;
  border-left: 1px solid #0067a2;
}
@media screen and (min-width: 991px) {
  .off-canvas-toggle + .container .navbar-header .logo {
    border-left: 0;
  }
}
.logo-image > a {
  max-width: 160px;
  max-height: 55px;
}
.logo-image > a > img {
  max-width: 100%;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text {
  text-transform: uppercase;
  font-size: 18px;
}
.logo-text a {
  line-height: 55px;
  padding: 0 20px;
}
.logo-text .site-slogan {
  display: none;
}
.head-search {
  height: 55px;
  position: absolute;
  right: 0;
  margin: 0;
  z-index: 1000;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  background: #0077bb;
  border-left: 1px solid #0067a2;
  border-right: 1px solid #0067a2;
  position: relative;
}
@media screen and (min-width: 991px) {
  .head-search .search {
    background: #0067a2;
  }
}
.head-search .search .fa-search {
  color: #bbe6ff;
  content: "\f002";
  display: block;
  font-family: "FontAwesome";
  position: absolute;
  left: 20px;
  top: 19px;
  z-index: 1;
}
.head-search .search .fa-search:hover {
  z-index: 0;
}
.head-search .form-control {
  border: 0;
  background: transparent;
  color: #bbe6ff;
  height: 54px;
  line-height: 35px;
  position: relative;
  margin: 0;
  padding: 10px 15px 10px 40px;
  width: 0;
  -webkit-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
}
@media screen and (min-width: 991px) {
  .head-search .form-control {
    height: 55px;
  }
}
.head-search .form-control:hover,
.head-search .form-control:active,
.head-search .form-control:focus {
  color: #ffffff;
  box-shadow: none;
}
.head-search .form-control:active,
.head-search .form-control:focus {
  width: 180px;
}
.head-search .form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #0067a2 inset;
  -webkit-text-fill-color: #ffffff;
}
.head-search .form-control::-moz-placeholder {
  color: #ffffff;
}
.navbar-toggle + .head-search {
  right: 55px;
  max-width: 57px;
}
@media screen and (max-width: 990px) {
  .navbar-toggle + .head-search {
    max-width: inherit;
  }
  .navbar-toggle + .head-search:hover,
  .navbar-toggle + .head-search:focus,
  .navbar-toggle + .head-search:active {
    max-width: none;
  }
  .navbar-toggle + .head-search:hover .form-control,
  .navbar-toggle + .head-search:focus .form-control,
  .navbar-toggle + .head-search:active .form-control {
    width: 180px;
  }
}
@media screen and (min-width: 991px) {
  .head-search,
  .navbar-toggle + .head-search {
    right: 20px;
    top: 0;
    max-width: none;
  }
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  color: #ffffff;
  background: transparent;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: 30px;
}
.chzn-container {
  max-width: 100%;
}
.chzn-container .chzn-single {
  max-width: 260px;
}
.ie8 .radio.t3onoff {
  border: 0;
}
.ie8 label.on,
.ie8 label.off {
  border: 1px solid #eeeeee;
}
.pagination > li > a,
.pagination > li > span {
  margin-bottom: 10px;
}
#eblog-wrapper {
  line-height: 1.625;
}
.com_weblinks .weblink-categories .page-header.item-title .btn {
  padding: 5px;
}
.com_weblinks .weblink-categories .page-header.item-title .btn .fa-minus {
  display: block;
}
.com_weblinks .weblink-categories .page-header.item-title .btn .fa-plus {
  display: none;
}
.com_weblinks .weblink-categories .page-header.item-title .btn.collapsed .fa-minus {
  display: none;
}
.com_weblinks .weblink-categories .page-header.item-title .btn.collapsed .fa-plus {
  display: block;
}
.t3-spotlight {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 767px) {
  .t3-spotlight > div {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .t3-spotlight:not(:root:root) .col-md-3 {
    width: 24.9%;
  }
  .t3-spotlight:not(:root:root) .col-md-4 {
    width: 33.2%;
  }
  .t3-spotlight:not(:root:root) .col-md-6 {
    width: 49.8%;
  }
  .t3-spotlight:not(:root:root) .col-md-12 {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .t3-spotlight:not(:root:root) .col-sm-3 {
    width: 24.9%;
  }
  .t3-spotlight:not(:root:root) .col-sm-4 {
    width: 33.2%;
  }
  .t3-spotlight:not(:root:root) .col-sm-6 {
    width: 49.8%;
  }
  .t3-spotlight:not(:root:root) .col-sm-12 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .t3-spotlight:not(:root:root) .col-xs-3 {
    width: 24.9%;
  }
  .t3-spotlight:not(:root:root) .col-xs-4 {
    width: 33.2%;
  }
  .t3-spotlight:not(:root:root) .col-xs-6 {
    width: 49.8%;
  }
  .t3-spotlight:not(:root:root) .col-xs-12 {
    width: 100%;
  }
}
.t3-sl {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .t3-sl {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.t3-sl .t3-module {
  margin-bottom: 0;
}
.t3-sl .t3-module + .t3-module {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.t3-sl-1 {
  border-bottom: 1px solid #eeeeee;
}
.t3-mainbody {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-sidebar {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-footer {
  background: #f7f7f7;
  color: #666666;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: " ";
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer-sl {
  padding: 20px 0;
}
.t3-footer-sl:before,
.t3-footer-sl:after {
  display: table;
  content: " ";
}
.t3-footer-sl:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footer-sl {
    padding: 40px 0;
  }
}
.t3-footer-sl .t3-module {
  background: #f7f7f7;
  color: #666666;
  margin-top: 10px;
  margin-bottom: 10px;
}
.t3-footer-sl .t3-module .module-title {
  color: #444444;
  font-size: 18px;
  margin-bottom: 10px;
}
.t3-footer-sl .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footer-sl .t3-module ul > li {
  line-height: 24px;
}
.t3-footer-sl .t3-module ul > li > a {
  color: #666666;
}
.t3-footer-sl .t3-module ul > li > a:hover,
.t3-footer-sl .t3-module ul > li > a:active,
.t3-footer-sl .t3-module ul > li > a:focus {
  color: #666666;
}
#back-to-top {
  z-index: 999;
  position: fixed;
  right: 20px;
  top: auto;
}
#back-to-top.affix {
  bottom: 40px;
}
#back-to-top a {
  outline: none;
}
#back-to-top i {
  font-size: 28px;
}
.t3-copyright {
  border-top: 1px solid #eeeeee;
  font-size: 12px;
  padding: 40px 0 80px;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: " ";
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.copyright {
  margin-bottom: 20px;
}
.poweredby:before,
.poweredby:after {
  display: table;
  content: " ";
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  display: inline-block;
}
.mod-preview-info {
  z-index: 2000;
}
#ezblog-body .blog-text p,
#ezblog-body .blog-text li {
  line-height: 1.625;
}
#clock,
#clock2 {
  width: 95%;
  padding: 2em;
  margin: 1em auto 2em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #clock,
  #clock2 {
    padding: 1.2em;
  }
}
#clock:after,
#clock2:after {
  content: '';
  position: absolute;
  width: 90%;
  height: 2em;
  border-radius: 100%;
  left: 26%;
  margin-left: -21%;
  bottom: -12px;
  z-index: -1;
}
#clock .display,
#clock2 .display {
  text-align: center;
  padding: 2.5em 1em 1em;
  border-radius: 4px;
  position: relative;
  height: 4em;
}

#clock.light {
  background-color: #f3f3f3;
  color: #272e38;
}
#clock.light:after {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
#clock.light .digits div span {
  background-color: #272e38;
  border-color: #272e38;
}
#clock.light .digits div.dots:before,
#clock.light .digits div.dots:after {
  background-color: #272e38;
}
#clock.light .alarm {
  background: url('../../templates/purity_iii/img/alarm_light.jpg');
}
#clock.light .display {
  background-color: #dddddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08) inset, 0 1px 1px #fafafa;
  box-sizing: content-box;
}

#clock.dark {
  background-color: #272e38;
  color: #cacaca;
}
#clock.dark:after {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
#clock.dark .digits div span {
  background-color: #cacaca;
  border-color: #cacaca;
}
#clock.dark .alarm {
  background: url('../../templates/purity_iii/img/alarm_dark.jpg');
}
#clock.dark .display {
  background-color: #0f1620;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08) inset, 0 1px 1px #2d3642;
}
#clock.dark .digits div.dots:before,
#clock.dark .digits div.dots:after {
  background-color: #cacaca;
}

#clock .digits div {
  text-align: left;
  position: relative;
  width: 28px;
  height: 50px;
  display: inline-block;
  margin: 0 4px;
}
@media screen and (max-width: 767px) {
  #clock .digits div {
    width: 14px;
    height: 25px;
    margin: 0 3px;
  }
}
#clock .digits div span {
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}
#clock .digits div span:before,
#clock .digits div span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
}
#clock .digits .d1 {
  height: 5px;
  width: 16px;
  top: 0;
  left: 6px;
}
@media screen and (max-width: 767px) {
  #clock .digits .d1 {
    height: 5px;
    width: 6px;
    top: 0;
    left: 3px;
  }
}
#clock .digits .d1:before {
  border-width: 0 5px 5px 0;
  border-right-color: inherit;
  left: -5px;
}
#clock .digits .d1:after {
  border-width: 0 0 5px 5px;
  border-left-color: inherit;
  right: -5px;
}
#clock .digits .d2 {
  height: 5px;
  width: 16px;
  top: 24px;
  left: 6px;
}
@media screen and (max-width: 767px) {
  #clock .digits .d2 {
    height: 5px;
    width: 8px;
    top: 13px;
    left: 2px;
  }
}
#clock .digits .d2:before {
  border-width: 3px 4px 2px;
  border-right-color: inherit;
  left: -8px;
}
@media screen and (max-width: 767px) {
  #clock .digits .d2:before {
    border-width: 3px 3px 2px;
    border-right-color: inherit;
    left: -6px;
  }
}
#clock .digits .d2:after {
  border-width: 3px 4px 2px;
  border-left-color: inherit;
  right: -8px;
}
@media screen and (max-width: 767px) {
  #clock .digits .d2:after {
    border-width: 3px 3px 2px;
    border-left-color: inherit;
    right: -6px;
  }
}
#clock .digits .d3 {
  height: 5px;
  width: 16px;
  top: 48px;
  left: 6px;
}
@media screen and (max-width: 767px) {
  #clock .digits .d3 {
    height: 5px;
    width: 6px;
    top: 27px;
    left: 3px;
  }
}
#clock .digits .d3:before {
  border-width: 5px 5px 0 0;
  border-right-color: inherit;
  left: -5px;
}
#clock .digits .d3:after {
  border-width: 5px 0 0 5px;
  border-left-color: inherit;
  right: -5px;
}
#clock .digits .d4 {
  width: 5px;
  height: 14px;
  top: 7px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #clock .digits .d4 {
    width: 5px;
    height: 6px;
    top: 5px;
    left: -2px;
  }
}
#clock .digits .d4:before {
  border-width: 0 5px 5px 0;
  border-bottom-color: inherit;
  top: -5px;
}
#clock .digits .d4:after {
  border-width: 0 0 5px 5px;
  border-left-color: inherit;
  bottom: -5px;
}
#clock .digits .d5 {
  width: 5px;
  height: 14px;
  top: 7px;
  right: 0;
}
@media screen and (max-width: 767px) {
  #clock .digits .d5 {
    width: 5px;
    height: 6px;
    top: 5px;
    right: 0;
  }
}
#clock .digits .d5:before {
  border-width: 0 0 5px 5px;
  border-bottom-color: inherit;
  top: -5px;
}
#clock .digits .d5:after {
  border-width: 5px 0 0 5px;
  border-top-color: inherit;
  bottom: -5px;
}
#clock .digits .d6 {
  width: 5px;
  height: 14px;
  top: 32px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #clock .digits .d6 {
    width: 5px;
    height: 6px;
    top: 21px;
    left: -2px;
  }
}
#clock .digits .d6:before {
  border-width: 0 5px 5px 0;
  border-bottom-color: inherit;
  top: -5px;
}
#clock .digits .d6:after {
  border-width: 0 0 5px 5px;
  border-left-color: inherit;
  bottom: -5px;
}
#clock .digits .d7 {
  width: 5px;
  height: 14px;
  top: 32px;
  right: 0;
}
@media screen and (max-width: 767px) {
  #clock .digits .d7 {
    width: 5px;
    height: 6px;
    top: 21px;
    right: 0;
  }
}
#clock .digits .d7:before {
  border-width: 0 0 5px 5px;
  border-bottom-color: inherit;
  top: -5px;
}
#clock .digits .d7:after {
  border-width: 5px 0 0 5px;
  border-top-color: inherit;
  bottom: -5px;
}

#clock .digits div.one .d5,
#clock .digits div.one .d7 {
  opacity: 1;
}

#clock .digits div.two .d1,
#clock .digits div.two .d5,
#clock .digits div.two .d2,
#clock .digits div.two .d6,
#clock .digits div.two .d3 {
  opacity: 1;
}

#clock .digits div.three .d1,
#clock .digits div.three .d5,
#clock .digits div.three .d2,
#clock .digits div.three .d7,
#clock .digits div.three .d3 {
  opacity: 1;
}

#clock .digits div.four .d5,
#clock .digits div.four .d2,
#clock .digits div.four .d4,
#clock .digits div.four .d7 {
  opacity: 1;
}

#clock .digits div.five .d1,
#clock .digits div.five .d2,
#clock .digits div.five .d4,
#clock .digits div.five .d3,
#clock .digits div.five .d7 {
  opacity: 1;
}

#clock .digits div.six .d1,
#clock .digits div.six .d2,
#clock .digits div.six .d4,
#clock .digits div.six .d3,
#clock .digits div.six .d6,
#clock .digits div.six .d7 {
  opacity: 1;
}

#clock .digits div.seven .d1,
#clock .digits div.seven .d5,
#clock .digits div.seven .d7 {
  opacity: 1;
}

#clock .digits div.eight .d1,
#clock .digits div.eight .d2,
#clock .digits div.eight .d3,
#clock .digits div.eight .d4,
#clock .digits div.eight .d5,
#clock .digits div.eight .d6,
#clock .digits div.eight .d7 {
  opacity: 1;
}

#clock .digits div.nine .d1,
#clock .digits div.nine .d2,
#clock .digits div.nine .d3,
#clock .digits div.nine .d4,
#clock .digits div.nine .d5,
#clock .digits div.nine .d7 {
  opacity: 1;
}

#clock .digits div.zero .d1,
#clock .digits div.zero .d3,
#clock .digits div.zero .d4,
#clock .digits div.zero .d5,
#clock .digits div.zero .d6,
#clock .digits div.zero .d7 {
  opacity: 1;
}

#clock .digits div.dots {
  width: 5px;
}
#clock .digits div.dots:before,
#clock .digits div.dots:after {
  width: 5px;
  height: 5px;
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
}
@media screen and (max-width: 767px) {
  #clock .digits div.dots:before,
  #clock .digits div.dots:after {
    top: 7px;
  }
}
#clock .digits div.dots:after {
  top: 34px;
}
@media screen and (max-width: 767px) {
  #clock .digits div.dots:after {
    top: 17px;
  }
}

#clock .alarm {
  width: 16px;
  height: 16px;
  bottom: 1em;
  background: url('../../templates/purity_iii/img/alarm_light.jpg');
  position: absolute;
  opacity: 0.2;
}
#clock .alarm.active {
  opacity: 1;
}

#clock .weekdays {
  font-size: 0.8em;
  position: absolute;
  width: 100%;
  top: 0.5em;
  left: 0;
  text-align: center;
}
@media screen and (min-width: 991px) {
  #clock .weekdays {
    font-size: 1em;
  }
}
#clock .weekdays span {
  opacity: 0.2;
  padding: 0 0.2em;
}
@media screen and (min-width: 991px) {
  #clock .weekdays span {
    padding: 0 0.5em;
  }
}
#clock .weekdays span.active {
  opacity: 1;
}

#clock .ampm {
  position: absolute;
  bottom: 1em;
  right: 1em;
  font-size: 0.9em;
}

.button-holder {
  text-align: center;
}
a.annsbutton {
  background-color: #f6a7b3;
  
  border: 1px solid #999;
  border-radius: 2px;
  text-shadow: #eee 0px 1px 4px;
  box-shadow: 0 2px 2px #ccc;
  color: #111;
  text-decoration: none !important;
  padding: 0.5em 0.7em;
  display: inline-block;
  cursor: pointer;
  font-size: 1.3em;
  position: relative;
  z-index: 1;
}
a.annsbutton:hover {
  opacity: 0.9;
}
.alarm-button {
  width: 44px;
  height: 42px;
  vertical-align: middle;
  margin-left: -6px;
  margin-right: -44px;
  display: inline-block;
  background: url('../../templates/purity_iii/img/alarm_btn.png');
  position: relative;
  z-index: 0;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
}
.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 10;
}
#alarm-dialog,
#time-is-up {
  width: 500px;
  height: 375px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 200px;
  left: 50%;
  margin-left: -250px;
  text-align: center;
}
#alarm-dialog h2 {
  text-transform: uppercase;
  font-size: 18px;
  color: #5e6268;
  padding: 50px 0;
}
#alarm-dialog label {
  text-transform: uppercase;
  background-color: #f4f4f4;
  width: 80px;
  height: 62px;
  font-size: 11px;
  display: inline-block;
  padding: 10px;
  margin: 4px;
}
#alarm-dialog label input {
  display: block;
  border: 0;
  font: inherit;
  font-size: 17px;
  padding: 6px;
  outline: none;
  text-align: center;
  width: 59px;
  margin: 10px auto;
  background-color: #fff;
}
#alarm-dialog .button-holder {
  padding-top: 50px;
  padding-bottom: 0;
}
#alarm-dialog .button-holder .annsbutton {
  box-shadow: 0 2px 2px #eee;
  padding: 13px 22px;
  margin: 3px;
}
.annsred {
  color: lightcoral;
}
.annsbutton.blue {
  background-color: #82cddd;
  background-image: -webkit-linear-gradient(top, #86d3e4, #82cddd);
  background-image: -moz-linear-gradient(top, #86d3e4, #82cddd);
  background-image: linear-gradient(top, #86d3e4, #82cddd);
  border-color: #72c1d2;
}
#alarm-dialog .close {
  width: 36px;
  height: 36px;
  background: url('../../templates/purity_iii/img/close.png');
  position: absolute;
  top: -18px;
  right: -18px;
  cursor: pointer;
}
#time-is-up {
  height: 240px;
}
#time-is-up h2 {
  padding: 60px 0 40px;
  font-size: 30px;
}
#time-is-up .annsbutton {
  padding: 12px 20px;
  box-shadow: 0 2px 2px #eee;
}
a.btn-micro,
a.btn-mini {
  padding: 0;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox {
  display: inline-block;
}
.control-table .control-group {
  margin: 0;
}
.control-table .control-group .controls {
  margin-left: 1em;
}
div.minicolors-theme-bootstrap .hex {
  width: 7em;
  height: 2em;
  font-size: 1em;
}
.control-table .btn [class^="icon-"],
.btn [class*=" icon-"] {
  margin-right: 0.3em;
  margin-left: 0.3em;
  line-height: 1em;
  font-size: 1em;
}
.control-table .btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 0.2em;
}