/* ===========================================================================================
 *
 * 						Global Styles
 *
 * =========================================================================================== */

/* line 53, style.sass */

* {
  text-rendering: optimizeLegibility;
}

/* line 57, style.sass */

body {
  background-color: white;
  font-size: 16px;
  color: #082f42;
  font-family: "Droid Sans", sans-serif;
  font-weight: 300;
}

/* line 65, style.sass */

h1 {
  font-size: 28px;
  font-weight: 800;
  font-family: "Droid Sans", sans-serif;
  color: #7a2224;
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 73, style.sass */

p {
  font-size: 16px;
  color: #222222;
  font-family: "Droid Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 22px;
}

/* line 82, style.sass */

ul li {
  font-size: 16px;
  color: #222222;
  font-family: "Droid Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 22px;
}

/* line 91, style.sass */

h2 {
  font-size: 28px;
  font-family: "Droid Sans", sans-serif;
  color: #7a2224;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 100, style.sass */

h3 {
  font-size: 24px;
  font-family: "Droid Sans", sans-serif;
  color: #7a2224;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  /* line 100, style.sass */

  h3 {
    margin-bottom: 47px;
  }
}

/* line 111, style.sass */

h4 {
  font-size: 18px;
  font-family: "Droid Sans", sans-serif;
  color: #7a2224;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 25px;
}

/* line 119, style.sass */

h5 {
  font-size: 16px;
  font-family: "Droid Sans", sans-serif;
  color: #7a2224;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 130, style.sass */

a:hover,
a:focus {
  color: #008ab1;
  text-decoration: none;
}

/* line 135, style.sass */

::-webkit-input-placeholder {
  color: #888888 !important;
}

/* line 138, style.sass */

:-moz-placeholder {
  color: #888888 !important;
}

/* line 141, style.sass */

::-moz-placeholder {
  color: #888888 !important;
}

/* line 144, style.sass */

:-ms-input-placeholder {
  color: #888888 !important;
}

/* line 148, style.sass */

a {
  color: blue;
  text-decoration: underline;
}

/* line 153, style.sass */

.btn-primary {
  color: white;
  background-color: #42080e;
  border-color: transparent;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  padding: 13px 30px 10px;
  border-bottom: 5px solid #7a2224;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: all 0.2s ease, padding 0.8s linear;
}

/* line 163, style.sass */

.btn-primary:hover {
  border-color: transparent;
  background-color: #7a2224;
  border-bottom: 5px solid #7a2224;
}

/* line 169, style.sass */

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  border-color: transparent;
  background-color: #7a2224;
  border-bottom: 5px solid #7a2224;
}

/* ===========================================================================================
 *
 * 						Adjustments
 *
 * =========================================================================================== */

@media (max-width: 991px) {
  /* line 182, style.sass */

  html,
  body {
    overflow-x: hiomme;
  }
}

/* ===========================================================================================
 *
 * 						HEADER
 *
 * =========================================================================================== */
#header-contact {
  /*display: block;*/
  text-align: right;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 200;
  padding: 15px 20px;
  background: rgba(0,0,0,0.5);
}
@media (max-width: 990px) {
  #header-contact {
    position: absolute;
  }
}
@media (max-width: 600px) {
  #header-contact {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#header-contact a {
  text-decoration: none;
  color: white;
  font-size: 14px;
  display: inline-block;
}
#header-contact a.btn {
  color: #333;
}
@media (max-width: 450px) {

  #header-contact a.btn {
    color: white;
    background: transparent;
    padding: 10px 0px;
    border: none;
    font-weight: bold;
  }
}
#header-contact svg#phone, #header-contact svg#mail  {
  max-height: 20px;
  position: relative;
  top: 5px;
}
#header-contact svg#mail {
  margin-left: 9px;
}
#header-contact .telephone {
  font-size: 20px;
  position: relative;
  top: 2px;
}
@media (max-width: 600px) {
  #header-contact .telephone {
    display: none;
  }
}
#mobile-toggle svg {
  max-height: 30px;
  position: relative;
  top: 11px;
  max-width: 46px;
  left: -5px;
}
@media (max-width: 991px) {
  /* line 192, style.sass */

  .md-login,
  .md-search {
    display: none;
  }
}

/* line 196, style.sass */

.search-input {
  border-radius: 30px;
  padding: 3px 0 2px 28px;
  margin-top: 7px;
  max-width: 180px;
  background: white url("../images/icon-search.png") no-repeat scroll 7px 6px;
  -webkit-background-size: 16px;
  background-size: 16px;
  margin-left: -14px;
}

/* line 205, style.sass */

.search-button {
  display: none;
}

/* line 208, style.sass */

.social-wrap {
  width: 100%;
  height: 35px;
}

@media (max-width: 360px) {
  /* line 208, style.sass */

  .social-wrap {
    margin: -14px 0 19px 10px;
  }
}

/* line 213, style.sass */

.social-wrap .social-top {
  float: right;
}

/* line 215, style.sass */

.social-wrap .social-top li {
  float: left;
  padding-left: 5px;
}

/* line 218, style.sass */

.social-wrap .social-top li img {
  width: 25px !important;
  height: 25px !important;
}

/* line 224, style.sass */

.mid-header .col-md-3 p {
  text-align: right;
}

/* line 226, style.sass */

.mid-header .col-md-3 p a {
  text-decoration: none;
  font-size: 16px;
  color: #7a2224;
}

/* line 232, style.sass */

.menu-area {
  background: -webkit-linear-gradient(-90deg, #572181 0%, #381257 100%);
  background: -webkit-gradient(linear, 50% 0.52%, 50% 99.22%, color-stop(0, #572181), color-stop(1, #381257));
  background: -webkit-linear-gradient(270deg, #572181 0%, #381257 100%);
  background: linear-gradient(180deg, #572181 0%, #381257 100%);
  -webkit-box-shadow: 0px 0px 2.49px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2.49px rgba(0, 0, 0, 0.2);
}

/* line 241, style.sass */

#myModal {
  z-index: 9999999999999999999;
}

/* line 244, style.sass */

header {
  position: absolute;
  background-color: black;
  max-width: 20%;
  width: 100%;
  z-index: 199;
  padding: 25px 2%;
}

@media (min-width: 992px) {
  /* line 244, style.sass */

  header {
    min-height: 1218px;
  }
}

@media (max-width: 991px) {
  /* line 244, style.sass */

  header {
    position: relative;
    max-width: 100%;
    height: auto !important;
    padding: 0;
  }

  /* line 259, style.sass */

  header .logo img {
    max-width: 120px;
  }
}

/* line 261, style.sass */

header section {
  margin-top: 50px;
}

@media (max-width: 991px) {
  /* line 261, style.sass */

  header section {
    display: none;
  }
}

/* line 265, style.sass */

header p {
  color: white;
  font-size: 18px;
  margin-bottom: 15px;
}

/* line 270, style.sass */

header .bottom p {
  font-size: 14px;
  margin-bottom: 0;
}

/* line 273, style.sass */

header .social-icons {
  margin: 0;
}

/* line 275, style.sass */

header .social-icons li {
  padding: 0;
}

/* line 278, style.sass */

header .social-icons li a img {
  height: 40px;
  width: 40px;
}

/* ===========================================================================================
 *
 * 						Menu
 *
 * =========================================================================================== */

/* line 288, style.sass */

#NP {
  margin-top: 40px;
}

@media (max-width: 991px) {
  /* line 288, style.sass */

  #NP {
    display: none !important;
  }
}

/* line 292, style.sass */

#NP ul {
  float: left;
}

/* line 295, style.sass */

#NP ul li a {
  font-size: 16px;
  color: white;
  font-family: "Droid Sans", sans-serif;
  padding: 9px 7px 9px !important;
  font-weight: 500;
}

/* line 302, style.sass */

#NP ul li a::first-letter {
  text-transform: capitalize;
}

/* line 310, style.sass */

#NP .navbar-nav li {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* line 316, style.sass */

#NP .navbar-nav li a {
  padding-top: 4px;
  padding-bottom: 5px;
  padding-left: 10px ;
  padding-right: 10px;
  margin: 0;
}

/* line 323, style.sass */

#NP .navbar-nav .open > a,
#NP .navbar-nav .open > a:hover,
#NP .navbar-nav .open > a:focus,
#NP .navbar-nav > li > a:hover,
#NP .navbar-nav > li > a:focus {
  background-color: #7a2224 !important;
  color: white !important;
}

/* line 327, style.sass */

#NP .navbar-nav > li > .dropdown-menu {
  background: #6a6a6a;
  padding: 0;
}

/* line 330, style.sass */

#NP .navbar-nav > li > .dropdown-menu li {
  border-bottom: 1px solid #003300;
}

/* line 332, style.sass */

#NP .navbar-nav > li > .dropdown-menu li:nth-last-child {
  border-bottom: 1px solid transparent;
}

/* line 334, style.sass */

#NP .navbar-nav > li > .dropdown-menu a {
  font-size: 16px;
  color: white;
  text-align: left;
  padding-top: 8px;
  padding-bottom: 5px;
}

/* line 342, style.sass */

#main-menu .caret {
  display: none;
}

/* line 347, style.sass */


/* line 352, style.sass */

.modal-body {
  position: relative;
  padding: 20px 20px 40px;
}

/* line 356, style.sass */

#mobileMenuWrapper {
  z-index: 201;
  height: 100vh;
  position: fixed;
  top: -1px;
  bottom: 0px;
  /*z-index: 100;*/
  overflow-y: auto;
  overflow-x: hidden;
  left: -120%;
  width: 225px;
  max-width: 100%;
  background-color: #5f0c0c;
  -webkit-transition: all 300ms cubic-bezier(1, 0.01, 0, 1) 0s;
  transition: all 300ms cubic-bezier(1, 0.01, 0, 1) 0s;
  background-color: #42080e !important;
}

/* line 372, style.sass */

#mobileMenuWrapper.open {
  left: 0px;
  bottom: 0px;
}

/* line 376, style.sass */

#mobileMenuWrapper #mobile-menu {
  overflow: auto;
  padding: 0px 8px 10px;
  overflow-x: hidden;
}

/* line 380, style.sass */

#mobileMenuWrapper #mobile-menu > li#triggerClose {
  color: white;
  float: right;
  display: inline;
  font-size: 22px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 387, style.sass */

#mobileMenuWrapper #mobile-menu a {
  width: 100%;
  color: white;
  display: inline-block;
  margin: 10px 0 0 0;
  font-size: 14px;
  padding: 8px 10px;
}

/* line 394, style.sass */

#mobileMenuWrapper #mobile-menu a:hover {
  background-color: #003cab;
  text-decoration: none;
}

/* line 397, style.sass */

#mobileMenuWrapper ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

/* line 401, style.sass */

#mobileMenuWrapper {
  background-color: rgba(0, 0, 0, 0.96);
}

/* line 403, style.sass */

#mobileMenuWrapper a {
  text-decoration: none;
}

/* line 405, style.sass */

#mobileMenuWrapper ul.mDropdown {
  margin: 0 15px;
  display: none;
}

/* line 408, style.sass */

#mobile-toggle {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  display: inline-block!important;
}


/* line 416, style.sass */

#mobile-menu-col {
  top: 13px;
  right: 20px;
  float: right;
  position: relative;
  margin-right: -14px;
  z-index: 100;
  width: 80px;
}

@media (max-width: 991px) {
  /* line 416, style.sass */

  #mobile-menu-col {
    margin-top: -43px;
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 600px) {
  /* line 416, style.sass */
  #mobile-menu-col {
    margin-top: -35px;
    width: 60px;
    padding: 0;
    margin-right: 0;
    right: 0px;
  }
}

/* line 436, style.sass */

#mobile-logo {
  width: 40%;
  float: left;
  margin-top: 27px;
  margin-bottom: 20px;
}

/* line 441, style.sass */

#mobile-logo a {
  margin: 0 !important;
}

/* line 443, style.sass */

#mobile-logo svg#logo {
  max-width: 250px;
}

/* line 449, style.sass */



@media (min-width: 991px) {
  /* line 449, style.sass */

  #mobile-toggle {
    display: none !important;
  }
}

/* line 461, style.sass */

#mobile-toggle svg g rect,
#mobile-toggle svg g path {
  fill: white;
}

/* line 469, style.sass */

#mobileMenuWrapper #mobile-menu a:hover {
  background-color: #008ab1;
}

/* line 472, style.sass */

#NP .navbar-nav .dropdown-menu > li > a:hover,
#NP .navbar-nav .dropdown-menu > li > a:focus {
  color: white;
  text-decoration: none;
  background-color: #9d0098;
}

/* line 479, style.sass */

.bc-open {
  display: block !important;
}

/* line 482, style.sass */

#mobileMenuWrapper #mobile-menu a:hover {
  background-color: #ca192b;
}

/* line 486, style.sass */

#mobile-menu #searchbox {
  margin-left: 27px;
}

/* line 492, style.sass */

#mobileMenuWrapper #mobile-menu a {
  font-size: 16px;
  color: white;
  font-family: "Droid Sans", sans-serif;
  padding: 0 7px 0px !important;
  font-weight: 500;
  margin: 0;
}

/* ==========================================================================================
 *
 * 						Logo
 *
 * =========================================================================================== */

/* line 508, style.sass */

.logo-area {
  z-index: 100;
}

/* line 510, style.sass */

.logo {
  text-decoration: none !important;
}

@media (max-width: 991px) {
  /* line 510, style.sass */

  .logo {
    width: 85% !important;
  }
}

/* line 514, style.sass */

.logo p {
  font-size: 22px;
  color: #42080e;
  font-style: italic;
  display: inline-block;
}

/* line 519, style.sass */

.logo h1 {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
  font-size: 36px;
}

/* line 524, style.sass */

.logo img {
  margin-top: 0px;
  margin-right: 10px;
  max-width: 201px;
}

@media (min-width: 991px) {
  /* line 524, style.sass */

  .logo img {
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  /* line 510, style.sass */

  .logo {
    margin-top: -13px;
    width: 85%;
    margin-bottom: 5px;
  }

  /* line 535, style.sass */

  .logo img {
    margin-right: 10px;
  }
}

/* line 539, style.sass */

.logo > div {
  display: inline-block;
  max-width: 754px;
  margin-top: 5px;
}

/* line 543, style.sass */

.logo svg {
  margin-bottom: -5px;
}

@media (max-width: 767px) {
  /* line 543, style.sass */

  .logo svg {
    width: 250px;
  }
}

@media (max-width: 379px) {
  /* line 543, style.sass */

  .logo svg {
    max-width: 184px;
    margin-left: -22px;
  }
}

/* ===========================================================================================
 *
 * 						Masthead
 *
 * =========================================================================================== */

/* line 559, style.sass */

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  float: right;
}

@media (min-width: 992px) {
  /* line 559, style.sass */

  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    width: 80% !important;
    height: auto;
  }
}

/* line 569, style.sass */

.abso-masthead {
  margin-bottom: 40px;
}

/* line 571, style.sass */

.abso-masthead .carousel-control {
  color: transparent;
  text-shadow: none;
}

/* line 575, style.sass */

.abso-masthead .carousel-caption {
  float: right;
  max-width: 290px;
  left: 62%;
  top: 0;
  bottom: 0;
  right: 0;
}

@media (min-width: 991px) and (max-width: 1067px) {
  /* line 575, style.sass */

  .abso-masthead .carousel-caption {
    top: -17px;
  }
}

@media (max-width: 991px) {
  /* line 575, style.sass */

  .abso-masthead .carousel-caption {
    float: right;
    max-width: 51%;
    width: 100%;
    left: 38%;
    bottom: 0;
    right: 0;
    top: -2vw;
  }
}

@media (max-width: 591px) {
  /* line 575, style.sass */

  .abso-masthead .carousel-caption {
    top: -4vw;
  }
}

@media (max-width: 453px) {
  /* line 575, style.sass */

  .abso-masthead .carousel-caption {
    top: -31px;
  }
}

/* line 596, style.sass */

.abso-masthead .carousel-caption span {
  display: block;
  text-align: left;
  clear: both;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 991px) {
  /* line 596, style.sass */

  .abso-masthead .carousel-caption span {
    font-size: 3vw;
    text-align: left;
    line-height: 4vw;
  }
}

@media (min-width: 992px) and (max-width: 1227px) {
  /* line 596, style.sass */

  .abso-masthead .carousel-caption span {
    font-size: 1.5vw;
  }
}

@media (max-width: 320px) {
  /* line 596, style.sass */

  .abso-masthead .carousel-caption span {
    margin-top: -15px;
  }
}

/* line 610, style.sass */

.abso-masthead .carousel-caption p {
  color: white;
  font-size: 36px;
  text-align: left;
  margin-bottom: 8px;
  line-height: 43px;
}

@media (max-width: 1227px) {
  /* line 610, style.sass */

  .abso-masthead .carousel-caption p {
    font-size: 3vw;
  }
}

@media (max-width: 991px) {
  /* line 610, style.sass */

  .abso-masthead .carousel-caption p {
    font-size: 4vw;
    text-align: left;
    margin-bottom: -1vw;
  }
}

@media (max-width: 366px) {
  /* line 610, style.sass */

  .abso-masthead .carousel-caption p {
    margin-bottom: -10px;
  }
}

/* line 625, style.sass */

.abso-masthead .carousel-caption a {
  display: block;
  font-size: 24px;
  color: white;
  text-decoration: none;
  background-color: #7a2224;
  border: 5px white solid;
  max-width: 281px;
  min-height: 65px;
  vertical-align: middle;
  padding: 19px 35px;
  border-radius: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 12px;
}

@media (min-width: 992px) and (max-width: 1155px) {
  /* line 625, style.sass */

  .abso-masthead .carousel-caption a {
    padding: 6px 0;
    min-height: 0;
  }
}

@media (max-width: 991px) {
  /* line 625, style.sass */

  .abso-masthead .carousel-caption a {
    font-size: 2.5vw;
    padding: 2vw 3vw;
    min-height: 0;
    width: auto;
    display: inline-block;
    max-width: 100%;
  }
}

@media (max-width: 669px) {
  /* line 625, style.sass */

  .abso-masthead .carousel-caption a {
    font-size: 2.5vw;
    padding: 1vw 3vw;
    min-height: 0;
    width: auto;
    display: inline-block;
    max-width: 100%;
    border-radius: 7px;
  }
}

@media (max-width: 491px) {
  /* line 625, style.sass */

  .abso-masthead .carousel-caption a {
    padding: 1px 13px;
  }
}

@media (max-width: 399px) {
  /* line 625, style.sass */

  .abso-masthead .carousel-caption a {
    font-size: 3.5vw;
  }
}

@media (max-width: 340px) {
  /* line 625, style.sass */

  .abso-masthead .carousel-caption a {
    margin-top: 6px;
  }
}

/* ===========================================================================================
 *
 * 						Contents
 *
 * =========================================================================================== */

/* line 674, style.sass */

.isgray {
  background-color: rgba(158, 158, 158, .5);
  padding: 38px 0 40px;
  margin: 20px 0 26px;
}

/* line 679, style.sass */

.bc-content {
  background-color: white;
}

/* line 681, style.sass */

.bc-content .col-md-10 {
  padding-left: 3%;
}

/* line 684, style.sass */

.abso-partners {
  margin-bottom: 16px;
  margin-top: -25px;
}

@media (min-width: 991px) {
  /* line 687, style.sass */

  .abso-partners ul {
    padding: 0;
    margin: 0 0 0 -10px;
    width: 108%;
    overflow: hidden;
  }
}

/* ===========================================================================================
 *
 * 						Login Form
 *
 * =========================================================================================== */

/* line 702, style.sass */

.modal-body {
  text-align: center;
}

@media (max-width: 480px) {
  /* line 705, style.sass */

  .modal-body #login div {
    width: 100%;
    padding: 10px;
  }
}

@media (max-width: 480px) {
  /* line 709, style.sass */

  .modal-body #login input[type="submit"] {
    width: 95%;
    margin-left: 1px;
    margin: 5px 0 0px -3px;
  }
}

@media (max-width: 320px) {
  /* line 709, style.sass */

  .modal-body #login input[type="submit"] {
    width: 93%;
  }
}

/* line 716, style.sass */

.modal-body #login a {
  color: #008ab1;
}

@media (max-width: 480px) {
  /* line 716, style.sass */

  .modal-body #login a {
    margin: 40px 0 0 -3px;
  }
}

/* line 720, style.sass */

.bc-mobilelogin {
  font-size: 16px;
  padding: 10px;
  max-width: 158px;
  background-color: #610000;
  position: absolute;
  margin: 0;
}

@media (min-width: 722px) {
  /* line 720, style.sass */

  .bc-mobilelogin {
    display: none;
  }
}

@media (max-width: 722px) {
  /* line 730, style.sass */

  .login-area {
    display: none;
  }
}

/* line 733, style.sass */

.login-area #login {
  display: inline-block;
  float: right;
  padding-top: 20px;
}

@media (max-width: 991px) {
  /* line 733, style.sass */

  .login-area #login {
    padding-top: 28px;
  }
}

/* line 740, style.sass */

#login div {
  width: 165px;
  display: inline-block;
  margin-right: 5px;
}

@media (max-width: 992px) {
  /* line 740, style.sass */

  #login div {
    width: 147px;
  }
}

/* line 747, style.sass */

#login input[type="submit"] {
  background-color: #42080e;
  color: white;
  border-radius: 3px;
  font-size: 14px;
  padding: 5px 17px;
  border: none;
  margin-left: -4px;
}

/* line 755, style.sass */

#login input[type="text"],
#login input[type="password"] {
  width: 100%;
  background: white;
  background: white;
  border-style: Solid;
  border-color: #42080e;
  border-width: 1px;
  border-radius: 3px;
  padding: 4px 8px;
  font-size: 14px;
  color: #610000;
  font-family: "Droid Sans", sans-serif;
}

/* line 769, style.sass */

#login a {
  position: absolute;
  margin: 32px 0 0 -3px;
  font-size: 10px;
  color: #42080e;
}

/* ===========================================================================================
 *
 * 						FOOTER
 *
 * =========================================================================================== */

/* line 783, style.sass */

footer {
  background-color: #42080e;
  min-height: 0;
  padding: 18px 0 0;
}

@media (max-width: 991px) {
  /* line 783, style.sass */

  footer {
    text-align: center;
    padding-bottom: 30px;
  }
}

/* line 791, style.sass */

footer section svg {
  height: 32px;
}

/* line 794, style.sass */

footer section svg g rect,
footer section svg g path {
  fill: white;
}

@media (min-width: 991px) {
  /* line 790, style.sass */

  footer section {
    display: none;
  }
}

/* line 799, style.sass */

footer p {
  font-size: 14px;
  color: white;
}

@media (max-width: 991px) {
  /* line 799, style.sass */

  footer p {
    text-align: center !important;
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  /* line 805, style.sass */

  footer ul {
    margin: 15px 0 -10px 0;
  }
}

/* line 809, style.sass */

footer a {
  font-size: 14px;
  margin-bottom: 0;
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: all 0.2s ease, padding 0.8s linear;
}

/* line 815, style.sass */

footer a:hover {
  color: #e6e6e6;
}

/* line 818, style.sass */

footer .vieth p {
  text-align: right;
  font-size: 15px;
}

/* ===========================================================================================
 *
 * 						Calendar
 *
 * =========================================================================================== */

/* line 834, style.sass */

.bc-calendar div:nth-child(n+9) {
  display: none;
}

/* line 836, style.sass */

.bc-calendar .col {
  margin: 10px;
  padding: 20px 20px;
  background: white;
  background: white;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='#000000');
  border: solid 1px #e3e3e3;
}

@media (min-width: 991%) {
  /* line 836, style.sass */

  .bc-calendar .col {
    width: 31%;
  }
}

/* line 846, style.sass */

.bc-calendar .col h4 {
  margin-bottom: 2px;
}

/* line 848, style.sass */

.bc-calendar .col h4 a {
  color: #002a48;
  font-family: "Droid Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  line-height: 26px;
}

/* line 855, style.sass */

.bc-calendar .col p {
  font-size: 16px;
}

/* line 857, style.sass */

.bc-calendar .col .bc-date,
.bc-calendar .col .bc-email {
  font-size: 14px;
  margin-bottom: 0px;
}

/* line 860, style.sass */

.bc-calendar .col .bc-email {
  margin-bottom: 15px;
}

/* line 862, style.sass */

.bc-calendar .col .bc-email a {
  color: #008ab1;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: all 0.2s ease, padding 0.8s linear;
}

/* line 866, style.sass */

.bc-calendar .col .bc-email a:hover {
  color: #00627e;
}

/* line 869, style.sass */

.bc-calendar .col .read-more {
  font-family: "Droid Sans", sans-serif;
  font-size: 14px;
  margin: -18px 0 0 0;
  text-align: right;
}

/* line 874, style.sass */

.bc-calendar .col .read-more a {
  color: #008ab1;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: all 0.2s ease, padding 0.8s linear;
}

/* line 878, style.sass */

.bc-calendar .col .read-more a:hover {
  color: #00627e;
}