@import url(../js/bootstrap/css/bootstrap-theme.min.css);
@import url(../js/bootstrap/css/bootstrap.min.css);
@import url(../fonts/font-awesome/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin-ext');
@import url(../fonts/museo/stylesheet.css);
.c {
  *zoom: 1;
}
.c:before,
.c:after {
  content: "";
  display: table;
}
.c:after {
  clear: both;
}
html {
  min-height: 100%;
  position: relative;
}
@media all and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}
img {
  border: 0 none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
input,
select,
textarea {
  outline: none;
}
input[type=submit],
button {
  cursor: pointer;
}
body,
ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
form {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: bold;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a,
a:visited,
a:link,
a:focus {
  outline: none;
  color: #008fff;
}
a:hover,
a:visited:hover,
a:link:hover,
a:focus:hover {
  text-decoration: underline;
  color: #51606b;
}
p {
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  margin: 20px 0;
}
body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #51606b;
  min-height: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
}
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  *zoom: 1;
}
.wrap:before,
.wrap:after {
  content: "";
  display: table;
}
.wrap:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1210px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .wrap {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
.button {
  text-decoration: none;
  height: 46px;
  line-height: 46px;
  padding: 0 30px;
  display: inline-block;
  font-size: 24px;
  font-family: 'museo700';
  font-weight: 400;
  color: #ffffff/* !important*/;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #008fff;
}
a.button {
	color: white;
}
.button .fa {
  margin-right: 6px;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #51606b;
  margin-top: -3px;
}
.button:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #51606b !important;
}
.button.border {
  background: none;
  color: #008fff !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ebebeb;
  text-transform: none;
  font-weight: 400;
}
.button.border:hover {
  background: #008fff none !important;
  color: #ffffff !important;
  border: 1px solid #008fff;
}
.button.small {
	padding: 0 15px;
	font-size: 22px;
	height: 40px;
    line-height: 40px;
}
a.button.more {
	margin-left: 10px;
	background-color: #c3e5ff;
	color: #1f9efb;
}
.block {
  position: relative;
}
.block > .wrap {
  padding: 100px 0;
}
@media all and (max-width: 767px) {
  .block > .wrap {
    padding: 30px 0;
  }
}
.block h1 {
  font-family: 'museo700';
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 40px;
}
.slider {
  background: url(../images/slider.png) center top repeat-x;
  position: relative;
  margin-bottom: 50px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .slider {
    margin-bottom: 50px;
  }
}
.slider .item {
  *zoom: 1;
  height: 545px;
}
.slider .item:before,
.slider .item:after {
  content: "";
  display: table;
}
.slider .item:after {
  clear: both;
}
@media all and (max-width: 800px) {
  .slider .item {
    height: auto;
  }
}
.slider .item img {
  right: 0;
  position: absolute;
  bottom: 0;
}
@media all and (max-width: 800px) {
  .slider .item img {
    position: relative;
  }
}
.slider .item-text {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 340px;
  color: #008fff;
  z-index: 2;
}
@media all and (min-width: 990px) and (max-width: 1210px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .slider .item-text {
    padding: 40px;
    background: rgba(255, 255, 255, 0.8);
    max-width: 500px;
  }
}
@media all and (max-width: 800px) {
  .slider .item-text {
    max-width: 100%;
    position: relative;
    top: 0;
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    text-align: center;
    padding-top: 80px;
  }
}
@media all and (max-width: 450px) {
  .slider .item-text {
    padding-top: 0px;
  }
}
.slider .item-text h2 {
  font-family: 'museo500';
  font-weight: 400;
  font-size: 42px;
}
@media all and (max-width: 800px) {
  .slider .item-text h2 {
    font-size: 30px;
  }
}
.slider .item-text p {
  font-size: 22px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .carousel-indicators {
    position: relative;
    bottom: 0;
    margin-top: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
}
.carousel-indicators li {
  width: 80px;
  height: 16px;
  background: rgba(0, 143, 255, 0.21);
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0 5px !important;
}
.carousel-indicators li.active {
  background: none #008fff;
  width: 80px;
  height: 16px;
}
.cols {
  font-size: 0;
}
.cols .col {
  font-size: 19px;
  display: inline-block;
  vertical-align: middle;
}
.col-4 {
  width: 33.33%;
}
@media all and (max-width: 767px) {
  .col-4 {
    width: 50%;
  }
}
@media all and (max-width: 400px) {
  .col-4 {
    width: 100%;
    display: block;
  }
}
@media all and (max-width: 767px) {
  .col-4.last {
    width: 100%;
    display: block;
  }
}
.col-8 {
  width: 66.66%;
}
@media all and (max-width: 767px) {
  .col-8 {
    width: 100%;
    display: block;
  }
}
@media all and (max-width: 767px) {
  .map-wrap {
    width: 100%;
    display: block;
    padding-top: 30px;
  }
}
a.blocklink {
  display: block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
}
a.blocklink:hover {
  color: #008fff;
}
a.blocklink:after {
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/overlay.png) bottom repeat-x;
  content: "";
}
a.blocklink .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 20px;
  z-index: 1;
}
a.blocklink .overlay .title {
  font-family: 'museo500';
  font-weight: 400;
  font-size: 24px;
  display: block;
  line-height: 30px;
}
@media all and (max-width: 600px) {
  a.blocklink .overlay .title {
    font-size: 18px;
    line-height: 20px;
  }
}
a.blocklink .overlay .date {
  display: block;
  font-size: 14px;
  color: #a5a6a6;
}
.cfrm {
  padding: 25px 16% 10px 16%;
  position: relative;
}
.cfrm h2 {
  font-family: 'museo700';
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 10px;
}
@media all and (min-width: 990px) and (max-width: 1210px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .cfrm h2 {
    font-size: 20px;
  }
}
.cfrm ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #51606b;
}
.cfrm :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #51606b;
  opacity: 1;
}
.cfrm ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #51606b;
  opacity: 1;
}
.cfrm :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #51606b;
}
.cfrm input[type=text],
.cfrm input[type=email],
.cfrm input[type=tel] {
  display: block;
  width: 100%;
  padding: 0;
  height: 26px;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #d8e5ef;
  font-size: 18px;
  color: #51606b;
  font-weight: 300;
  margin-bottom: 10px;
}
.cfrm input[type=submit] {
  width: 160px;
  height: 35px;
  font-size: 19px;
  background-color: #008fff;
  color: #ffffff;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-top: 28px;
}
.cfrm input[type=submit]:hover {
  background-color: #51606b;
}
.cfrm .or {
  font-family: 'museo500';
  font-weight: 400;
  font-size: 24px;
  display: block;
  color: #000000;
  margin: 20px 0 10px 0;
}
.tel {
  font-family: 'museo100';
  font-weight: 400;
  display: block;
  font-size: 32px;
}

.tel[href^="tel:"] {
  font-size: 24px;
  text-decoration: none;
  font-weight: bold;
  line-height: 30px;
}

@media all and (min-width: 990px) and (max-width: 1210px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .tel {
    font-size: 20px;
  }
}
.bg-blue {
  background-color: #e9f2f8;
}
.whocare {
  padding: 40px 94px 20px 94px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .whocare {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media all and (max-width: 550px) {
  .whocare {
    text-align: center;
  }
}
.whocare .title {
  font-size: 30px;
  font-family: 'museo700';
  font-weight: 400;
  margin-bottom: 50px;
}
.carelist {
  font-size: 0;
  text-align: center;
}
.carelist .item {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 0 3%;
}
@media all and (max-width: 550px) {
  .carelist .item {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}
.carelist .item-img {
  width: 157px;
  height: 157px;
  display: inline-block;
  margin-bottom: 16px;
}
.carelist .item-img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.carelist .name {
  font-size: 19px;
  font-family: 'museo500';
  font-weight: 400;
}
.map {
  position: relative;
}
.map .title {
  font-size: 30px;
  font-family: 'museo700';
  font-weight: 400;
  position: absolute;
  left: 56px;
  top: 40px;
}
@media all and (max-width: 450px) {
  .map .title {
    font-size: 20px;
  }
}
.map p {
  font-family: 'museo500';
  font-weight: 400;
  font-size: 22px;
  margin: 0;
  left: 56px;
  bottom: 40px;
  position: absolute;
}
.carousel-control {
  background: none !important;
  width: 70px !important;
  bottom: initial !important;
  top: 50% !important;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .carousel-control {
    display: none;
  }
}
.carousel-control span {
  font-size: 0 !important;
  width: 70px !important;
  height: 70px !important;
  display: block !important;
}
.carousel-control.left span {
  background: url(../images/arr-left.png) 0 0 no-repeat;
}
.carousel-control.right span {
  background: url(../images/arr-right.png) 0 0 no-repeat;
}
.team-row {
  padding: 30px 0 30px 0;
  border-bottom: 1px solid #e9f3fc;
}
.team-row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.team-row .title {
  color: #008fff;
  font-family: 'museo700';
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 22px;
}
@media all and (max-width: 600px) {
  .team-row .title {
    min-height: 48px;
  }
}
.teamlist {
  font-size: 0;
}
.teamlist .item {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.16%;
  width: 33.22%;
}
@media all and (max-width: 400px) {
  .teamlist .item {
    width: 100%;
    margin-right: 0;
    display: block;
    margin-bottom: 20px;
  }
}
.teamlist .item:nth-child(3n+3) {
  margin-right: 0;
}
.teamlist .item-img {
  margin-bottom: 14px;
}
.teamlist .item-title {
  display: block;
  font-size: 19px;
  font-family: 'museo500';
  font-weight: 400;
  color: #666;
  padding: 0 12px;
}
.showcase-care {
  background: url(../images/showcase-pece.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.showcase-care > .wrap {
  height: 545px;
  line-height: 545px;
}
@media all and (max-width: 500px) {
  .showcase-care > .wrap {
    height: 250px;
    line-height: 250px;
  }
}
.showcase-care h1 {
  display: inline-block;
  vertical-align: middle;
  font-family: 'museo500';
  font-weight: 400;
  font-size: 58px;
  color: #008fff;
}
@media all and (max-width: 700px) {
  .showcase-care h1 {
    padding: 10px;
    background: rgba(255, 255, 255, 0.7);
  }
}
@media all and (max-width: 500px) {
  .showcase-care h1 {
    font-size: 30px;
  }
}
.care .title {
  text-align: center;
  font-size: 45px;
  font-family: 'museo500';
  font-weight: 400;
  color: #008fff;
  margin-bottom: 30px;
}
@media all and (max-width: 500px) {
  .care .title {
    font-size: 24px;
  }
}
.careslist {
  font-size: 0;
}
.careslist .item {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  text-align: center;
  padding: 40px 0 70px 0;
  position: relative;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .careslist .item {
    padding: 10px 1%;
  }
}
@media all and (max-width: 767px) {
  .careslist .item {
    width: 50%;
  }
}
@media all and (max-width: 600px) {
  .careslist .item {
    width: 100%;
    display: block;
  }
}
.careslist .item:hover .overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.careslist .item-title {
  font-size: 24px;
  font-family: 'museo700';
  font-weight: 400;
  margin-bottom: 70px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .careslist .item-title {
    display: none;
  }
}
.careslist .item-img {
  height: 170px;
  line-height: 170px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .careslist .item-img {
    display: none;
  }
}
.careslist .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f6f5;
  padding: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
  -moz-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
  -ms-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
  -o-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
  transition: visibility 0s linear 0.5s, opacity 0.5s linear;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .careslist .overlay {
    opacity: 1 !important;
    display: block !important;
    visibility: visible !important;
    position: relative;
  }
}
.careslist .overlay-title {
  font-size: 24px;
  font-family: 'museo700';
  font-weight: 400;
}
.careslist .overlay-text {
  height: 146px;
}
.careslist .overlay .tel {
  margin-top: 20px;
}
.careslist .more-block {
	display: none;
}
.careslist .more-close {
	position: absolute;
    right: 15px;
    top: 15px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .careslist .overlay .button {
    font-size: 16px;
    padding: 4px 10px;
    line-height: 20px;
    height: auto;
  }
}
.bg-grey {
  background-color: #fafafa;
}
@media all and (max-width: 767px) {
  .bg-grey {
    margin-top: 40px;
  }
}
.bg-grey input[type=text],
.bg-grey input[type=email],
.bg-grey input[type=tel]
{
  background-color: #fafafa;
}
.c-row {
  *zoom: 1;
}
.c-row:before,
.c-row:after {
  content: "";
  display: table;
}
.c-row:after {
  clear: both;
}
.c-item {
  padding-left: 40px;
  position: relative;
  width: 50%;
  float: left;
  padding-right: 3%;
}
@media all and (max-width: 500px) {
  .c-item {
    padding-right: 0;
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
.c-item:nth-child(1) {
  margin-bottom: 64px;
}
@media all and (max-width: 500px) {
  .c-item:nth-child(1) {
    margin-bottom: 20px;
  }
}
.c-item .fa {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
}
.c-item h2 {
  font-size: 30px;
  font-family: 'museo700';
  font-weight: 400;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .c-item h2 {
    font-size: 20px;
    margin-top: 6px;
  }
}
.c-item p {
  margin: 0 0 10px 0;
  font-family: 'museo500';
  font-weight: 400;
  font-size: 24px;
  color: #008fff;
  line-height: 28px;
}
@media all and (max-width: 767px) {
  .c-item p {
    font-size: 16px;
    line-height: 22px;
  }
}
.c-item .rowex {
  position: relative;
  font-size: 18px;
  color: #008fff;
  display: block;
  line-height: 18px;
}
.c-item .rowex > span {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
}
.c-item .rowex .value {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}
#map {
  min-height: 400px;
}
@media all and (min-width: 990px) and (max-width: 1210px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #map {
    margin-top: 40px;
  }
}
.contact > .wrap {
  padding-bottom: 0;
}
.gallery {
  font-size: 0;
}
.gallery .item {
  display: inline-block;
  vertical-align: middle;
  margin: 1px;
}
@media all and (min-width: 990px) and (max-width: 1210px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .gallery .item {
    width: 33.33%;
    text-align: center;
    margin-right: 0;
    padding: 0 2%;
  }
}
.gallery a {
  display: block;
}
.gallery a:hover img {
  opacity: 0.8;
}
.gallery img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 318px;
}
.news-left {
  float: left;
  width: 33.33%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .news-left {
    width: 100%;
    float: none;
  }
}
.news-right {
  float: right;
  width: 64.83%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .news-right {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
}
.news-right .date {
  display: block;
  font-size: 25px;
  font-family: 'museo500';
  font-weight: 400;
  color: #b7c0c9;
  margin-bottom: 10px;
}
.news-right h1 {
  color: #008fff;
  font-family: 'museo500';
  font-weight: 400;
  font-size: 45px;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .news-right h1 {
    font-size: 30px;
  }
}
.main h2 {
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #51606b;
}
.main h3,
.main h4 {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #51606b;
}
.main ul {
  margin: 20px 0;
}
.main ul > li {
  padding-left: 28px;
  margin: 10px 0;
  line-height: 24px;
  position: relative;
}
.main ul > li:before {
  content: "\f00c";
  font-family: 'fontAwesome';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #008fff;
  font-size: 20px;
}
.main ol {
  margin: 20px 0;
  list-style-type: none;
}
.main ol > li {
  counter-increment: item;
  position: relative;
  padding-left: 28px;
  margin: 10px 0;
  line-height: 18px;
}
.main ol > li:before {
  content: counter(item) ".";
  color: #008fff;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.main table {
  margin: 30px 0;
  width: 100% !important;
  border-collapse: collapse;
}
.main table tr:nth-child(odd) {
  background-color: #f2f4f6;
}
.main table tr:first-of-type {
  background-color: #008fff;
  color: #ffffff;
}
.main table tr th {
  text-align: left;
  color: #000000;
  padding: 6px;
  background-color: #ececec;
}
.main table tr td {
  padding: 6px;
}
.current-news {
  margin-bottom: 2px;
}
.othernews,
.archivelist {
  font-size: 0;
}
.othernews .item,
.archivelist .item {
  display: inline-block;
  vertical-align: top;
  width: 49.75%;
  margin-right: 0.5%;
  margin-bottom: 2px;
}
@media all and (max-width: 400px) {
  .othernews .item,
  .archivelist .item {
    width: 100%;
    display: block;
    margin-right: 0 !important;
  }
}
.othernews .item:nth-child(even),
.archivelist .item:nth-child(even) {
  margin-right: 0;
}
.othernews .item a,
.archivelist .item a {
  display: block;
  position: relative;
  text-align: center;
}
.othernews .item a:hover .overlay,
.archivelist .item a:hover .overlay {
  background: none #008fff;
}
.othernews .item a:before,
.archivelist .item a:before {
  position: absolute;
  box-shadow: inset 0 0 20px #c5e5fe;
  -moz-box-shadow: inset 0 0 20px #c5e5fe;
  -webkit-box-shadow: inset 0 0 20px #c5e5fe;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.othernews .item .overlay,
.archivelist .item .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.52);
  text-align: left;
}
.othernews .item .overlay .title,
.archivelist .item .overlay .title {
  font-size: 16px;
  line-height: 20px;
  font-family: 'museo500';
  font-weight: 400;
  display: block;
}
.archiveblock {
  clear: both;
  padding-top: 60px;
}
.archiveblock .block-title {
  font-family: 'museo700';
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 40px;
}
.archivelist {
  clear: both;
}
.archivelist .item {
  width: 16.53%;
  margin-right: 0.16%;
}
@media all and (min-width: 768px) and (max-width: 989px) {
  .archivelist .item {
    width: 33.33%;
    margin-right: 0 !important;
    margin-bottom: 2px;
  }
}
@media all and (max-width: 767px) {
  .archivelist .item {
    width: 50%;
    margin-right: 0 !important;
    margin-bottom: 2px;
  }
}
@media all and (max-width: 400px) {
  .archivelist .item {
    width: 100%;
    display: block;
  }
}
.archivelist .item:nth-child(even) {
  margin-right: 0.16%;
}
.archivelist .item:nth-child(6n+6) {
  margin-right: 0;
}
/* ------------------ HEADER ----------------*/
.header {
  background-color: #ffffff;
  box-shadow: 0 0 14px #e7f3fb;
  -moz-box-shadow: 0 0 14px #e7f3fb;
  -webkit-box-shadow: 0 0 14px #e7f3fb;
}
.header > .wrap {
  min-height: 88px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .header > .wrap {
    line-height: 88px;
  }
}
.header-right {
  float: right;
}
.header .logo {
  display: block;
  width: 300px;
  height: 88px;
  text-align: center;
  line-height: 148px;
  background: #ffffff url(../images/logo.png) center center no-repeat;
  background-size: contain;
  /*
  box-shadow: 0 0 14px #e7f3fb;
  -moz-box-shadow: 0 0 14px #e7f3fb;
  -webkit-box-shadow: 0 0 14px #e7f3fb;
  */
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media all and (max-width: 450px) {
  .header .logo {
    position: relative;
    margin: 0 auto;
    /* width: 70px; */
    height: 70px;
	/*
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
	*/
  }
}
.header .cta {
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  background-color: #e1f3ff;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  color: #008fff;
  margin-left: 30px;
}
/********************* Footer ******************/
.footer {
  background-color: #fafafa;
}
.footer > .wrap {
  padding: 50px 85px;
}
.footer .title {
  color: #008fff;
  font-size: 19px;
  font-family: 'museo500';
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
}
.footer .rowex {
  padding: 30px 0;
}
.footer .rowex:first-child {
  padding-top: 0;
  border-bottom: 1px solid #008fff;
}
.footer .rowex:last-child {
  padding-bottom: 0;
}
.footer-cols {
  *zoom: 1;
}
.footer-cols:before,
.footer-cols:after {
  content: "";
  display: table;
}
.footer-cols:after {
  clear: both;
}
.footer-cols .item {
  float: left;
  width: 20%;
  color: #86929b;
  font-size: 16px;
  padding-left: 20px;
}
@media all and (max-width: 767px) {
  .footer-cols .item {
    width: 33.33%;
  }
}
@media all and (max-width: 450px) {
  .footer-cols .item {
    width: 50%;
  }
}
@media all and (max-width: 350px) {
  .footer-cols .item {
    width: 100%;
    float: none;
    padding-left: 0 !important;
    margin-bottom: 20px;
  }
}
.footer-cols .item.bdr {
  border-right: 1px solid #e0eaf1;
}
@media all and (max-width: 767px) {
  .footer-cols .item.bdr {
    border-right: none;
  }
}
.footer-cols .item:first-child {
  padding-left: 0;
}
@media all and (max-width: 767px) {
  .footer-cols .item:nth-child(4n+4) {
    padding-left: 0;
  }
}
@media all and (max-width: 450px) {
  .footer-cols .item:nth-child(4n+4) {
    padding-left: 20px;
  }
}
@media all and (max-width: 450px) {
  .footer-cols .item:nth-child(odd) {
    padding-left: 0 !important;
  }
}
.footer-cols .item a {
  /* display: block; */
  text-decoration: none;
  color: #86929b;
  padding: 2px 0;
}
.footer-cols .item a:hover {
  color: #008fff;
}
.footer-cols .item span {
  display: block;
  padding: 2px 0;
}
/* ------------------ MENU --------------------*/
#toogle-menu {
  display: none;
  width: 30px;
  height: 25px;
  margin-top: 5px;
  position: relative;
  z-index: 1000;
  margin-left: 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #toogle-menu {
    display: inline-block;
    vertical-align: middle;
  }
}
@media all and (max-width: 450px) {
  #toogle-menu {
    margin-left: 10px;
  }
}
#toogle-menu span {
  display: block;
  margin-bottom: 5px;
  height: 4px;
  background-color: #008fff;
}
#toogle-menu span:nth-child(3) {
  margin-bottom: 0;
}
.main-menu {
  display: inline-block;
  vertical-align: middle;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu {
    position: absolute;
    left: -9999px;
  }
}
@media all and (max-width: 350px) {
  .main-menu {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    display: block;
  }
}
.main-menu > li {
  position: relative;
  float: left;
  margin-left: 40px;
}
.main-menu > li:first-child {
  margin-left: 0;
}
.main-menu > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu > li:hover > a:after {
  width: 20%;
}
.main-menu > li.active > a {
  color: #51606b;
  text-decoration: none;
  border-color: #008fff;
}
.main-menu > li > a {
  text-decoration: none;
  font-size: 17px;
  color: #51606b;
  position: relative;
  display: block;
  padding: 18px 10px 30px 10px;
  font-weight: 600;
  border-top: 16px solid #ffffff;
}
@media all and (max-width: 850px) {
  .main-menu > li > a {
    padding: 0 10px;
  }
}
.main-menu > li > a:hover,
.main-menu > li > a.active {
  color: #51606b;
  text-decoration: none;
  border-color: #008fff;
}
.main-menu .sub-menu {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 100%;
  width: 250px;
  text-align: left;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
  -moz-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
  -ms-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
  -o-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
  transition: visibility 0s linear 0.5s, opacity 0.5s linear;
  z-index: 99;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  -o-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  overflow: hidden;
}
.main-menu .sub-menu > li.current-menu-item > a,
.main-menu .sub-menu > li.current-cat > a,
.main-menu .sub-menu > li.current-page-ancestor > a,
.main-menu .sub-menu > li.current-post-parent > a {
  color: #f6b334;
  text-decoration: underline;
}
.main-menu .sub-menu > li > a {
  font-size: 16px;
  line-height: 24px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
}
.main-menu .sub-menu > li > a:hover {
  color: #f6b334;
  text-decoration: underline;
}
.header.active .main-menu {
  margin-top: 0;
  left: 0;
  right: 0;
  background-color: #008fff;
  z-index: 999;
  top: 144px;
  width: 100%;
  line-height: 24px;
}
.header.active .main-menu > li {
  float: none;
  margin: 0;
  display: block;
  padding: 0;
}
.header.active .main-menu > li.current-menu-item > a {
  color: #ffffff;
}
.header.active .main-menu > li a:after {
  display: none;
}
.header.active .main-menu > li > a {
  padding: 10px 10px 10px 3%;
  color: #ffffff;
  line-height: 24px;
  font-size: 18px;
  display: block;
  border-bottom: 1px solid #1a9aff;
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  border-top: none;
}
