@import "nanoscroller.css";
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?16714748');
  src: url('../fonts/fontello.eot?16714748#iefix') format('embedded-opentype'), url('../fonts/fontello.woff2?16714748') format('woff2'), url('../fonts/fontello.woff?16714748') format('woff'), url('../fonts/fontello.ttf?16714748') format('truetype'), url('../fonts/fontello.svg?16714748#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before,
.myicon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-angle-left:before {
  content: '\e800';
}
/* '' */
.icon-angle-right:before {
  content: '\e801';
}
/* '' */
.icon-angle-up:before {
  content: '\e802';
}
/* '' */
.icon-angle-down:before {
  content: '\e803';
}
/* '' */
.icon-home:before {
  content: '\e804';
}
/* '' */
.icon-search:before {
  content: '\e805';
}
/* '' */
.icon-thumbs-up-alt:before {
  content: '\e806';
}
/* '' */
.icon-download:before {
  content: '\e807';
}
/* '' */
.icon-minus:before {
  content: '\e808';
}
/* '' */
.icon-plus:before {
  content: '\e809';
}
/* '' */
.icon-user:before {
  content: '\e80a';
}
/* '' */
.icon-cancel:before {
  content: '\e80b';
}
/* '' */
.icon-ok:before {
  content: '\e80c';
}
/* '' */
.icon-users:before {
  content: '\e80d';
}
/* '' */
.icon-eye:before {
  content: '\e80e';
}
/* '' */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Proxima Nova W08";
    src: url("https://fast.fonts.net/dv2/11/d93bd409-7380-4bb8-9d9f-d8035b5e0387.svg?d44f19a684109620e484147ea590e818b65c5fb879621d36592c885330944a3bb2fbcdb62712e4f63a5304b405be4ffcecc0eaaa3915ba0c03990f67bcf47321a1bc1d13d67f25d2&projectId=24a054e0-d69a-4f95-a58c-fddd801f6e0d#d93bd409-7380-4bb8-9d9f-d8035b5e0387") format("svg");
    font-weight: 400;
  }
}
/*                         
MADE BY
 _               _    _       _   _   
| |_ ___ ___ ___|_|  | |_ ___| |_| |_ 
|   | -_|   |  _| |  | '_| . | '_| '_|
|_|_|___|_|_|_| |_|  |_,_|___|_,_|_,_|

WISEMAN INTERACTIVE
http://www.wiseman.ee
*/
a img {
  border: none;
}
*:focus {
  outline: 0;
}
textarea {
  resize: none;
}
html {
  overflow: -moz-scrollbars-vertical;
  font-size: 16px;
}
a {
  -moz-outline-style: none;
}
img {
  -ms-interpolation-mode: bicubic;
}
.rotated {
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.no_select {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: none;
}
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: 'Proxima Nova W08', Arial;
  font-size: 16px;
  font-weight: 400;
}
input,
textarea {
  font-family: 'Proxima Nova W08', Arial;
  font-weight: 400;
}
html {
  text-rendering: optimizeLegibility !important;
}
.red {
  color: #FF2527;
}
.blue {
  color: #00AAF8;
}
h1 {
  font-family: 'Proxima Nova W08', Arial;
  font-weight: 700;
  color: #3B3B3B;
  font-size: 32px;
}
h2 {
  font-family: 'Proxima Nova W08', Arial;
  font-weight: 700;
  color: #3B3B3B;
}
h3 {
  font-weight: 600;
  font-family: 'Proxima Nova W08', Arial;
  color: #000102;
}
h4 {
  font-family: 'Proxima Nova W08', Arial;
  font-weight: 700;
  color: #3B3B3B;
}
.bold {
  font-family: 'Proxima Nova W08', Arial;
  font-weight: 700;
}
.hidden {
  display: none;
}
.clearBoth {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.text-shadow {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.box-shadow {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.box-shadow-hover {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
}
#main {
  /*width:1210px;*/
  margin: 0 auto;
  position: relative;
  width: 1000px;
}
#main #wrapper-main {
  float: left;
}
#main:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
#main:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
/*#wrapper-main{width:994px; margin:0 auto;}*/
#wrapper-main {
  width: 100%;
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
#iframe #wrapper-main {
  width: 100%;
  padding: 0;
}
#content-wrapper {
  margin: 0 0 2.25em 0;
  position: relative;
}
#content-wrapper:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.addthis_toolbox {
  height: 32px;
  /*float:right; width:190px;*/
}
.addthis_toolbox:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.addthis_kliinik {
  padding-top: 5px;
}
#header {
  position: relative;
  height: 5.88em;
  /*border-top:0.19em solid @red;*/
}
#header .logo {
  position: absolute;
  top: 1.38em;
  left: 0;
}
#header .slogan {
  position: absolute;
  left: 9.32em;
  top: 1em;
  right: auto;
  font-size: 22px;
  color: #000102;
  font-family: 'Proxima Nova W08', Arial;
  line-height: 2.23em;
  font-weight: 400;
}
#header .search {
  position: absolute;
  top: 34px;
  right: 0;
}
#header .search input {
  float: left;
  width: 15.87em;
  height: 1.67em;
  padding: 0 1.67em 0 0.13em;
  line-height: 1.67em;
  border: none;
  border-bottom: #8FA4AF 1px solid;
  font-weight: 400;
  border-radius: 0;
}
#header .search input:focus {
  border-color: #003B59;
  color: #003B59;
}
#header .search .submit {
  position: absolute;
  top: -2px;
  right: 0;
  height: 25px;
  line-height: 25px;
  background: none;
  width: 25px;
  font-size: 0;
  text-align: center;
  text-decoration: none;
  color: #000102;
}
#header .search .submit:after {
  content: '\e805';
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  font-family: fontello;
  font-weight: 400;
}
#header .search .submit:hover {
  color: #00AAF8;
}
#header .mobile-menu-tab,
#header .search-tab {
  display: none;
}
#iframe #header {
  height: 71px;
  background: #EEEEEE;
  margin: 0 0 10px 0;
}
#iframe #header .logo {
  top: 15px;
  left: 15px;
}
#iframe #header .logo img {
  height: 41px;
}
#iframe #header .slogan {
  top: 15px;
  right: auto;
  left: 180px;
  font-size: 20px;
  height: 41px;
  line-height: 100%;
  width: 150px;
}
#menu-main {
  background: #EEEEEE;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  position: relative;
  overflow: visible;
  margin: 0 0 0.94em 0;
  z-index: 10;
  overflow: hidden;
}
#menu-main:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
#menu-main:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
#menu-main ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#menu-main ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#menu-main ul ul {
  display: none;
}
#menu-main > ul {
  display: block;
  text-align: justify;
  line-height: 0;
}
#menu-main > ul:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 100%;
  line-height: 0;
}
#menu-main > ul > li {
  display: inline-block;
}
#menu-main > ul > li > a {
  color: #000102;
  color: #444444;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.94em;
  line-height: 4.73em;
  height: 4.73em;
  position: relative;
  float: left;
  padding: 0 1.25em;
  border-right: #B2B2B2 1px solid;
  white-space: nowrap;
}
#menu-main > ul > li.icon > a {
  padding: 0 1.76em;
}
#menu-main > ul > li.icon > a:hover img {
  margin-top: 27px;
}
#menu-main > ul > li.icon > a img {
  vertical-align: bottom;
  display: block;
  margin-top: 21px;
  display: none;
}
#menu-main > ul > li.icon > a:after {
  content: '\e804';
  margin-left: 0;
  font-size: 1.33em;
  display: inline-block;
  font-family: "fontello";
  font-weight: 400;
}
#menu-main > ul > li.dropdown > a:after {
  content: '\e803';
  display: inline-block;
  font-family: "fontello";
  margin-left: 0.3em;
  font-weight: 400;
  font-size: 0.87em;
}
#menu-main > ul > li:hover > a {
  color: #00AAF8;
}
#menu-main > ul > li:hover > ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  border: #E7E7E7 1px solid;
  border-top: none;
  background: #fff;
  text-align: left;
}
#menu-main > ul > li:hover > ul:after {
  display: none;
}
#menu-main > ul > li:hover > ul h4 {
  clear: both;
  font-size: 20px;
  font-weight: normal;
  line-height: 100%;
  margin: 20px 27px 0px 27px;
  color: #3b3b3b;
}
#menu-main > ul > li:hover > ul ul {
  display: block;
  width: 20%;
  float: left;
  padding: 20px 27px;
}
#menu-main > ul > li:hover > ul ul:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
#menu-main > ul > li:hover > ul ul a {
  color: #0092CA;
  font-size: 16px;
  font-family: 'Proxima Nova W08', Arial;
  text-decoration: none;
  line-height: 120%;
  padding: 5px 0;
  display: block;
}
#menu-main > ul > li:hover > ul ul a:hover {
  color: #00AAF8;
}
#menu-main > ul > li:hover > ul a.read-more {
  color: #FF2527;
  font-size: 16px;
  font-family: 'Proxima Nova W08', Arial;
  text-decoration: none;
  line-height: 120%;
  padding: 0px 27px 20px 27px;
  display: block;
  text-align: right;
  float: right;
}
#menu-main > ul > li:hover > ul a.read-more:after {
  content: url("../imgs/arrow-red-small.png");
  margin-left: 8px;
}
#menu-main > ul > li:hover > ul a.read-more:hover {
  color: #FF2527;
}
#menu-main > ul > li.active a {
  color: #00AAF8;
}
#menu-main > ul > li:first-child a {
  border-left: none;
}
#menu-main > ul > li:last-child a {
  border-right: none;
}
#menu-main > ul .kysi-arstilt {
  background-color: #ff0000;
  text-transform: uppercase;
  position: relative;
}
#menu-main > ul .kysi-arstilt.active a,
#menu-main > ul .kysi-arstilt a {
  color: #fff !important;
  padding-left: 2em;
}
#menu-main > ul .kysi-arstilt:hover {
  background-color: #e60505;
}
#menu-main > ul .kysi-arstilt:hover:after {
  background-color: #e60505;
}
#menu-main > ul .kysi-arstilt:after {
  content: '';
  height: 72px;
  width: 30px;
  background-color: #ff0000;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
}
#menu-main > ul .newsletter-button {
  border-right: none;
}
#menu-mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  left: -500px;
  width: 500px;
  overflow: hidden;
  background: #eeeeee;
  z-index: 999;
  -webkit-box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.2);
}
#menu-mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#menu-mobile ul:first-child {
  border-right: 1px solid #C6C6C6;
}
#menu-mobile ul li {
  position: relative;
}
#menu-mobile ul li.activated a {
  background: #D4D4D4;
}
#menu-mobile ul li.activated a.read-more {
  color: #FF2527;
  background: #ccc;
}
#menu-mobile ul li.activated .arrow {
  background: url("../imgs/mobile-menu-arrow-up.png") no-repeat center center;
}
#menu-mobile ul li.arrowed a {
  padding-right: 130px;
}
#menu-mobile ul h4 {
  margin: 0;
  display: block;
  font-family: 'Proxima Nova W08', Arial;
  color: #ffffff;
  text-decoration: none;
  font-size: 40px;
  line-height: 120%;
  background: #ccc;
  padding: 36px 20px 36px 40px;
  border-bottom: 1px solid #C6C6C6;
}
#menu-mobile ul a {
  display: block;
  font-family: 'Proxima Nova W08', Arial;
  color: #000102;
  text-decoration: none;
  font-size: 40px;
  line-height: 120%;
  background: #EEEEEE;
  /* Old browsers */
  background: -moz-linear-gradient(top, #EEEEEE 0%, #E1E1E1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EEEEEE), color-stop(100%, #E1E1E1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #EEEEEE 0%, #E1E1E1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #EEEEEE 0%, #E1E1E1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #EEEEEE 0%, #E1E1E1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #EEEEEE 0%, #E1E1E1 100%);
  /* W3C */
  padding: 36px 20px 36px 40px;
  border-bottom: 1px solid #C6C6C6;
}
#menu-mobile ul ul {
  display: none;
}
#menu-mobile ul .arrow {
  background: url("../imgs/mobile-menu-arrow-down.png") no-repeat center center;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 120px;
  border-left: 1px solid #C6C6C6;
}
#menu-mobile .menu-mobile-holder {
  bottom: 0;
  left: 0;
  max-height: 100%;
  position: absolute;
  top: 0;
  width: 500px;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  -ms-overflow-style: none;
}
#menu-mobile .kysi-arstilt a {
  background: #ff0000;
  color: #fff;
  text-transform: uppercase;
}
#content:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
#content:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
#banner {
  padding: 0 0 1.38em 0;
  background: url(../imgs/banner-center.png) center bottom repeat-x;
  position: relative;
  text-align: center;
}
#banner:after {
  content: ".";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 11.19em;
  height: 1.38em;
  background: url(../imgs/banner-left.png) no-repeat;
  overflow: hidden;
  text-indent: -999px;
}
#banner:before {
  content: ".";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11.19em;
  height: 1.38em;
  background: url(../imgs/banner-right.png) no-repeat;
  overflow: hidden;
  text-indent: -999px;
}
#banner img {
  width: 100%;
}
.adbutler-advert {
  text-align: center;
}
.adbutler-advert:before,
.adbutler-advert:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.adbutler-advert img {
  max-width: 100%;
  margin: 0.63rem 0 1.25rem 0;
  height: auto;
}
.text-center {
  text-align: center;
}
.btn {
  display: inline-block;
  font-size: 1.44em;
  font-weight: 700;
  line-height: 42px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 15px;
  text-decoration: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn.btn-default {
  border-color: #00AAF8;
  color: #00AAF8;
  padding: 0 1.74em;
}
.btn.btn-default:hover {
  border-color: #003B59;
  color: #003B59;
}
.btn.btn-primary {
  border: none;
  background: #8FA4AF;
  color: #ffffff;
}
.btn.btn-primary:hover {
  background: #003B59;
  color: #ffffff;
}
.btn.btn-secondary {
  border: none;
  background: #00AAF8;
  color: #ffffff;
}
.btn.btn-secondary:hover {
  background: #003B59;
  color: #ffffff;
}
.btn.btn-small {
  font-size: 1em;
  font-weight: 400;
  line-height: 42px;
  padding: 0 0.88em;
}
.btn.btn-forum {
  background: #00AAF8;
  margin: 5px 0;
  color: #ffffff;
}
.btn.btn-forum:hover {
  background: #003B59;
  color: #ffffff;
}
.btn.btn-ask {
  background: #00AAF8;
  color: #ffffff;
}
.btn.btn-ask:before {
  content: "?";
  background: #ffffff;
  color: #00AAF8;
  margin-right: 0.4rem;
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  width: 2rem;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.btn.btn-ask:hover {
  background: #003B59;
  color: #ffffff;
}
.btn.btn-ask:hover:before {
  color: #003B59;
}
.btn.btn-large {
  font-size: 23px;
  font-weight: 700;
  padding-top: 7px;
  padding-bottom: 7px;
}
.btn + .btn {
  margin-left: 6px;
}
.pull-right {
  float: right;
}
.separation-line {
  clear: both;
  margin: 3.75em 0;
  border-bottom: 1px solid #CFD7DD;
  height: 1px;
  line-height: 1px;
}
.advert-wrapper {
  text-align: center;
}
.advert-wrapper .advert {
  display: inline-block;
  margin: auto;
}
.articles-small-wrapper {
  border: none;
  background: none;
  margin: 0 0 1em 0;
  clear: left;
}
.articles-small-wrapper:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.articles-small-wrapper:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.articles-small-wrapper a {
  text-decoration: none;
}
.articles-small-wrapper h2 {
  margin: 0px 0 0.9em 0;
  font-size: 4.81em;
  font-weight: 700;
  text-align: center;
  color: #000102;
  line-height: 1.1;
}
.articles-small-wrapper h3 {
  margin: 20px 12px;
  font-size: 22px;
  font-weight: normal;
}
.articles-small-wrapper .articles-small {
  margin: 0 -15px;
  position: relative;
}
.articles-small-wrapper .articles-small:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.articles-small-wrapper .articles-small:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.articles-small-wrapper .articles-small a {
  float: left;
  width: 33.333%;
  padding: 0 0.65em;
  font-size: 1.44em;
  color: #000102;
  text-decoration: none;
  margin-bottom: 2.6em;
  display: block;
}
.articles-small-wrapper .articles-small a.col-1 {
  width: 100%;
}
.articles-small-wrapper .articles-small a.col-2 {
  width: 50%;
}
.articles-small-wrapper .articles-small a.col-3 {
  width: 33.33%;
}
.articles-small-wrapper .articles-small a .image {
  display: block;
  position: relative;
  padding: 0;
  background: #ffffff;
  margin: 0 0 0.85em 0;
}
.articles-small-wrapper .articles-small a .image img {
  width: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.articles-small-wrapper .articles-small a .image .caption {
  display: block;
  text-align: right;
  font-size: 0.48em;
  color: #b4b4b4;
  margin-top: 7px;
  text-transform: uppercase;
  margin-bottom: -12px;
  position: relative;
  line-height: normal;
}
.articles-small-wrapper .articles-small a .text {
  margin: 0;
  display: block;
  font-weight: 600;
  line-height: 1.1;
}
.articles-small-wrapper .articles-small a:hover {
  color: #003B59;
}
.articles-small-wrapper .articles-small a:hover .title {
  background: #003B59;
}
.articles-small-wrapper .articles-small a:hover .image img {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
}
.articles-small-wrapper.article h2 {
  text-align: left;
}
.list-wrapper {
  overflow: hidden;
}
.list-wrapper:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.list-wrapper:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.list-wrapper:first-child {
  margin-top: 3.75em;
}
.list-wrapper a {
  text-decoration: none;
}
.list-wrapper H3 {
  font-weight: 600;
  color: #000102;
  font-size: 1.5em;
  line-height: 1.1;
  color: #003C5C;
  margin: 0.6em 0;
}
.list-wrapper .btn {
  margin-top: 0.63em;
}
.list-wrapper .list-group {
  margin-left: -2.8em;
  margin-right: -2.8em;
}
.list-wrapper .list-group:after,
.list-wrapper .list-group:before {
  content: " ";
  display: table;
}
.list-wrapper .list-group:after {
  clear: both;
}
.list-wrapper .list-group .list {
  padding-left: 2.8em;
  padding-right: 2.8em;
  width: 33.33%;
  float: left;
  min-height: 1px;
  position: relative;
}
.list-wrapper .list-group .list a:not(.btn) {
  display: block;
  text-decoration: none;
  color: #444444;
  font-size: 1em;
  line-height: 1.1;
  margin: 0;
  border-top: 1px solid #CFD7DD;
  padding: 0.63em 0;
}
.list-wrapper .list-group .list a:not(.btn):hover {
  color: #00AAF8;
}
.list-wrapper .list-group .list a:not(.btn).blue {
  color: #00AAF8;
}
.list-wrapper .list-group .list a:not(.btn).blue:hover {
  color: #003B59;
}
.list-wrapper .list-group .list a:not(.btn):first-child {
  border-top: none;
}
.list-wrapper .list-group .list .time {
  display: table-cell;
  width: 2.81em;
  padding-right: 0.63em;
  vertical-align: top;
  white-space: nowrap;
}
.list-wrapper .list-group .list .description {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.list-wrapper .list-group .list .description + .time {
  padding-right: 0;
  padding-left: 10px;
}
.list-wrapper .list-group .list.list-title {
  padding-right: 0;
}
.list-wrapper .list-group .list.list-title h2 {
  font-size: 2.06em;
  margin: 0 0 0.6em 0;
  font-weight: 600;
  color: #000102;
}
.list-wrapper .list-group .list.list-title .blue {
  font-size: 4.81em;
  font-weight: 700;
  line-height: 0.8;
  margin: 0;
}
.list-wrapper .list-group .list.list-title .blue small {
  font-size: 0.286em;
  font-weight: 600;
  display: block;
  line-height: 1;
}
.list-wrapper .list-group .list.list-title .blue + .blue {
  margin-top: 0.44em;
}
.list-wrapper .list-group + .list-group {
  margin-top: 2.5em;
}
.list-wrapper .search-inline {
  float: left;
  width: 66.6%;
  padding: 0 2.81em;
  margin-bottom: 0;
  margin-top: 0.6em;
}
.list-wrapper .search-inline .search-wrapper {
  background: none;
  border-radius: 0;
  padding: 0;
}
.list-wrapper .search-inline .search-wrapper p {
  font-size: 0.94em;
  /*color:@gray-2;*/
  color: #444444;
}
.list-wrapper .search-inline .search-wrapper p .blue {
  text-transform: uppercase;
}
.list-wrapper .search-inline .label {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.94em;
  width: 80%;
}
.list-wrapper .search-inline .submit {
  font-size: 1.44em;
  font-weight: 700;
  height: 1.826em;
  line-height: 1.826em;
  position: static;
  float: none;
  display: inline-block;
  text-shadow: none;
  vertical-align: top;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.list-wrapper .search-inline .submit:after {
  display: none;
}
.lead {
  font-size: 1.56em;
  color: #000102;
  font-weight: 400;
  margin-top: 2.4em;
}
.lead .blue {
  font-weight: 800;
}
.lead.text-justified {
  text-align: justify;
}
.lead.text-justified span {
  display: inline-block;
  white-space: nowrap;
}
.lead.text-justified:after {
  width: 100%;
  clear: both;
  display: inline-block;
  content: " ";
}
.front-image-container {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 28.13em;
  background-size: cover;
}
.front-image-container .front-image-container-content {
  padding: 12% 0 0 10%;
}
.front-image-container .front-image-container-content h3 {
  color: #fff;
  margin-top: 0;
  line-height: 1.1;
  font-size: 2.38em;
  font-weight: 800;
}
.front-image-container .front-image-container-content .search-inline {
  margin: 0;
}
.front-image-container .front-image-container-content .search-inline .search-wrapper {
  background: none;
  border-radius: 0;
  padding: 0;
}
.front-image-container .front-image-container-content .search-inline .search-wrapper p {
  font-size: 0.94em;
  color: #8FA4AF;
}
.front-image-container .front-image-container-content .search-inline .search-wrapper p .blue {
  text-transform: uppercase;
}
.front-image-container .front-image-container-content .search-inline .label {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.94em;
  width: 23.7em;
}
.front-image-container .front-image-container-content .search-inline .label input {
  border-color: #fff;
}
.front-image-container .front-image-container-content .search-inline .submit {
  font-size: 1.44em;
  font-weight: 700;
  height: 1.826em;
  line-height: 1.826em;
  position: static;
  float: none;
  display: inline-block;
  text-shadow: none;
  vertical-align: top;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.front-image-container .front-image-container-content .search-inline .submit:after {
  display: none;
}
.advices {
  margin: 0 0 16px 0;
}
.advices:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.advices:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.advices a {
  text-decoration: none;
}
.advices .image {
  float: left;
  /*width:395px;*/
  position: relative;
  /*margin-right:20px;*/
  width: 100%;
}
.advices .image img {
  width: 100%;
}
.advices .image .title {
  position: absolute;
  top: 19px;
  left: 20px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  color: #ffffff;
  background: #00AAF8;
  line-height: 29px;
  padding: 0 11px;
  font-size: 15px;
  white-space: nowrap;
}
.advices .image .description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  padding: 20px 27px 15px 27px;
  font-family: 'Proxima Nova W08', Arial;
  font-size: 22px;
  font-weight: normal;
}
.advices .image .description .blue {
  font-size: 18px;
  font-family: 'Proxima Nova W08', Arial;
  display: block;
  white-space: nowrap;
}
.advices .image .description .blue:after {
  content: url("../imgs/arrow-blue-small.png");
  margin-left: 10px;
}
.advices .image:hover .title {
  background: #003B59;
}
.advices .image:hover .blue {
  color: #003B59;
}
.advices .image:hover .description {
  background: rgba(0, 0, 0, 0.6);
}
.advices .list {
  margin-top: 18px;
  float: left;
  width: 100%;
}
.advices .list h2 {
  color: #00AAF8;
  font-size: 30px;
  margin: 0 0 18px 0;
  font-weight: normal;
}
.advices .list a {
  display: block;
  text-decoration: none;
  color: #000102;
  font-size: 16px;
  line-height: 140%;
  margin: 0 0 20px 0;
}
.advices .list a b {
  display: block;
}
.advices .list a .blue {
  font-family: 'Proxima Nova W08', Arial;
  white-space: nowrap;
}
.advices .list a .blue:after {
  content: url("../imgs/arrow-blue-small.png");
  margin-left: 8px;
}
.advices .list a:last-child {
  margin-bottom: 0;
}
.advices .list a:hover b,
.advices .list a:hover .blue {
  color: #003B59;
}
.advert {
  margin-bottom: 0;
  text-align: center;
}
.advert iframe {
  margin-bottom: 2.5em;
}
.advert img {
  width: auto;
  max-width: 700px;
}
.advert + .article {
  margin-top: 20px;
}
.recommends {
  border: #CFD7DD 1px solid;
  background: #E5EFF6;
  margin: 0 0 16px 0;
  clear: left;
}
.recommends:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.recommends:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.recommends a {
  text-decoration: none;
}
.recommends h2 {
  margin: 20px 12px;
  font-size: 22px;
  font-weight: normal;
}
.recommends h3 {
  margin: 20px 12px;
  font-size: 22px;
  font-weight: normal;
}
.recommends .articles-small {
  margin: 0;
}
.recommends .articles-small:first-child {
  margin-top: 15px;
}
.recommends .articles-small:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.recommends .articles-small:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.recommends .articles-small a {
  float: left;
  width: 33.333%;
  font-size: 16px;
  color: #3B3B3B;
  text-decoration: none;
  margin-bottom: 15px;
}
.recommends .articles-small a .image {
  display: block;
  position: relative;
  padding: 5px;
  background: #ffffff;
  margin: 0 8px 10px 8px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.recommends .articles-small a .image img {
  width: 100%;
}
.recommends .articles-small a .image .title {
  position: absolute;
  top: 16px;
  left: 15px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  color: #ffffff;
  background: #00AAF8;
  line-height: 29px;
  height: 29px;
  padding: 0 11px;
  font-size: 15px;
  white-space: nowrap;
}
.recommends .articles-small a .text {
  margin: 0 9px;
  display: block;
  font-family: 'Proxima Nova W08', Arial;
  line-height: 140%;
}
.recommends .articles-small a:hover {
  color: #003B59;
}
.recommends .articles-small a:hover .title {
  background: #003B59;
}
.recommends .articles-small a:hover .image {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
}
.recommends .articles-small a.clear2Left,
.recommends .articles-small a.clear3Left {
  clear: left;
}
.recommends .article-image {
  position: relative;
  display: block;
  margin: 0 0 20px 0;
  opacity: 1;
}
.recommends .article-image:last-child {
  margin: 0;
}
.recommends .article-image:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.recommends .article-image:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.recommends .article-image .title {
  position: absolute;
  top: 19px;
  left: 20px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  color: #ffffff;
  background: #00AAF8;
  line-height: 29px;
  padding: 0 11px;
  font-size: 15px;
  white-space: nowrap;
}
.recommends .article-image .description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  padding: 20px 27px 15px 27px;
  font-family: 'Proxima Nova W08', Arial;
  font-size: 20px;
  font-weight: normal;
}
.recommends .article-image .description .blue {
  font-size: 18px;
  font-family: 'Proxima Nova W08', Arial;
  display: block;
  white-space: nowrap;
}
.recommends .article-image .description .blue:after {
  content: url("../imgs/arrow-blue-small.png");
  margin-left: 10px;
}
.recommends .article-image img {
  float: left;
  width: 100%;
}
.recommends .article-image:hover .description {
  background: rgba(0, 0, 0, 0.6);
}
.recommends .article-image:hover .title {
  background: #003B59;
}
.recommends .article-image:hover .blue {
  color: #003B59;
}
.article-intro {
  background: #E5EFF6;
  display: block;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  text-decoration: none;
  color: #3B3B3B;
  font-size: 16px;
  margin: 0 0 15px 0;
  clear: left;
}
.article-intro:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.article-intro:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.article-intro .image {
  float: left;
  width: 194px;
  position: relative;
  padding: 5px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  margin-right: 16px;
}
.article-intro .image img {
  width: 100%;
}
.article-intro .title {
  font-size: 30px;
  font-weight: normal;
  font-family: 'Proxima Nova W08', Arial;
  color: #00AAF8;
  display: block;
  margin: 8px 0 5px 0;
}
.article-intro .description b {
  display: block;
  margin: 0 0 5px 0;
  font-weight: normal;
  font-family: 'Proxima Nova W08', Arial;
}
.article-intro .description .blue {
  font-size: 16px;
  font-family: 'Proxima Nova W08', Arial;
  display: block;
  color: #00AAF8;
  white-space: nowrap;
}
.article-intro .description .blue:after {
  content: url("../imgs/arrow-blue-small.png");
  margin-left: 10px;
}
.article-intro:hover .description b {
  color: #003B59;
}
.article-intro:hover .description .blue {
  color: #003B59;
}
.article-intro:hover .image {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
}
.newsletter {
  background: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  color: #000102;
  font-size: 0.94em;
  line-height: 1.2;
  margin: 0 0 2.67em 0;
  padding: 0;
}
.newsletter:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.newsletter:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #00AAF8;
  width: 11px;
  content: ".";
  overflow: hidden;
  text-indent: -999px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  display: none;
}
.newsletter h2 {
  margin: 0 0 0.42em 0;
  font-size: 1.6em;
  line-height: 1.2;
}
.newsletter h3 {
  margin: 0 0 0.35em 0;
  font-size: 1.6em;
  line-height: 1.2;
  font-weight: 600;
}
.newsletter .error {
  border-color: red;
}
.newsletter .title {
  width: 100%;
  float: none;
  margin: 0 0 1em 0;
  font-weight: 400;
}
.newsletter .label {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.94em;
  width: 67%;
}
.newsletter .label input {
  width: 100%;
}
.newsletter .submit {
  position: static;
  height: 1.91em;
  line-height: 1.91em;
  background: #00AAF8;
  width: auto;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.463em;
  font-family: 'Proxima Nova W08', Arial;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 1em;
}
.newsletter .submit:hover {
  background-color: #003B59;
  color: #ffffff;
}
#popupNewsletter {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 674px;
  max-width: 728px;
  margin-left: -364px;
  background: #ffffff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 55px;
  z-index: 1001;
  color: #3B3B3B;
  border: none;
  box-shadow: none;
  color: #000102;
  /*&:before{position:fixed; left:0; right:0; top:0; bottom:0; background:rgba(0,0,0,0.3); width:auto; border-radius:none; }*/
}
#popupNewsletter:before {
  display: none;
}
#popupNewsletter .close {
  position: absolute;
  right: 15px;
  top: 15px;
  display: block;
  line-height: 42px;
  height: 42px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 20px;
  text-decoration: none;
  background: #8FA4AF;
  color: #ffffff;
  font-size: 16px;
}
#popupNewsletter .close:after {
  content: '\e80b';
  font-family: fontello;
  margin-left: 10px;
  display: inline-block;
}
#popupNewsletter .close:hover {
  background: #003B59;
  color: #ffffff;
}
#popupNewsletter h2 {
  margin: 0;
  font-size: 28px;
  line-height: 120%;
}
#popupNewsletter h3 {
  margin: 15px 0 30px 0;
  font-size: 36px;
  line-height: 120%;
}
#popupNewsletter p {
  margin-top: 5px;
  line-height: 140%;
  font-size: 15px;
  font-weight: 400;
}
#popupNewsletter p b {
  font-weight: 600;
}
#popupNewsletter .form-items {
  margin: auto;
  float: none;
}
#popupNewsletter .form-items input {
  width: 100%;
}
#popupNewsletter .form-items .label {
  width: 70%;
}
#popupNewsletter .response {
  text-align: center;
  margin-bottom: 40px;
  display: none;
}
#popupNewsletter .checkboxGroup {
  margin: 20px 0;
}
#popupNewsletter .checkboxGroup:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
#popupNewsletter .checkboxGroup:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
#popupNewsletter .checkboxGroup label {
  display: block;
  float: left;
  width: 33.33%;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  vertical-align: middle;
  margin-bottom: 10px;
}
#popupNewsletter .checkboxGroup label input[type="checkbox"] {
  width: 25px;
  height: 25px;
  float: left;
}
.article-columns {
  margin: 30px 0 20px 0;
}
.article-columns:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.article-columns:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.article-columns h2 {
  font-size: 20px;
  margin: 0 0 15px 0;
  line-height: 26px;
  font-weight: normal;
}
.article-columns h3 {
  font-size: 20px;
  margin: 0 0 15px 0;
  line-height: 26px;
  font-weight: normal;
}
.article-columns .column {
  width: 50%;
  float: left;
  padding: 0 10px;
}
.article-columns .column:last-child {
  padding-right: 0;
}
.article-columns .column:first-child {
  padding-left: 0;
}
.article-columns .column a {
  display: block;
  margin: 0 0 10px 0;
  text-decoration: none;
  color: #00AAF8;
  font-size: 15px;
  font-weight: normal;
}
.article-columns .column a .time {
  color: #3B3B3B;
  padding-right: 10px;
  font-weight: normal;
}
.article-columns .column .gray {
  color: #000102;
}
.article-columns .column-binder {
  width: 100%;
  float: left;
}
.article-columns .column-binder .column {
  width: 50%;
  padding-left: 0;
  padding-right: 20px;
}
.article-columns .button {
  float: right;
  font-family: 'Proxima Nova W08', Arial;
  white-space: nowrap;
  color: #00AAF8;
  text-decoration: none;
  font-size: 16px;
  margin-top: 10px;
}
.article-columns .button:after {
  content: url("../imgs/arrow-blue-small.png");
  margin-left: 8px;
}
.article-columns .column-binder + .column h2 {
  font-size: 18px;
  font-family: 'Proxima Nova W08', Arial;
}
.article-slider {
  position: relative;
  margin: 0 0 20px 0;
  border-bottom: #CFD8DE 1px solid;
  padding: 30px 0 20px 0;
  clear: both;
}
.article-slider:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.article-slider:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
  height: 1px;
  background: #CFD8DE;
  visibility: visible;
  margin-bottom: 30px;
}
.article-slider h2 {
  margin: 0px 0 20px 0;
  font-size: 22px;
  font-weight: normal;
}
.article-slider h3 {
  margin: 0px 0 20px 0;
  font-size: 22px;
  font-weight: normal;
}
.article-slider .group {
  margin: 0 0 10px 0;
  display: none;
}
.article-slider .group:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.article-slider .group:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.article-slider .group a {
  float: left;
  width: 11.111%;
  padding-right: 15px;
  text-decoration: none;
  font-size: 14px;
  color: #3B3B3B;
  font-family: 'Proxima Nova W08', Arial;
}
.article-slider .group a .image {
  display: block;
  position: relative;
  padding: 4px;
  background: #ffffff;
  margin: 0 0px 10px 0px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.article-slider .group a .image img {
  width: 100%;
}
.article-slider .group a .blue {
  display: block;
}
.article-slider .group a:hover {
  color: #003B59;
}
.article-slider .group a:hover .blue {
  color: #003B59;
}
.article-slider .group a:hover .image {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
}
.article-slider .prevBtn {
  position: absolute;
  top: 30px;
  right: 37px;
  width: 27px;
  height: 26px;
  background: url(../imgs/arrow-navigate-left.png) center center no-repeat #d9d9d9;
  overflow: hidden;
  text-indent: -999px;
}
.article-slider .prevBtn:hover {
  background-color: #00AAF8;
}
.article-slider .nextBtn {
  position: absolute;
  top: 30px;
  right: 0px;
  width: 27px;
  height: 26px;
  background: url(../imgs/arrow-navigate-right.png) center center no-repeat #d9d9d9;
  overflow: hidden;
  text-indent: -999px;
}
.article-slider .nextBtn:hover {
  background-color: #00AAF8;
}
.counselling {
  border: #CFD7DD 1px solid;
  background: #FAFBFC;
  margin: 0.56em 0 2.5em 0;
  padding: 0.94em;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.counselling:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.counselling:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.counselling h2 {
  margin: 0.625em 0 0.42em 0;
  line-height: 100%;
  font-size: 1.5em;
  clear: both;
  font-weight: 600;
  color: #000102;
}
.counselling h4 {
  margin: 0 0 0px 0;
  line-height: 140%;
  font-size: 0.94em;
  clear: both;
  font-weight: 400;
  color: #000102;
}
.counselling h4 .blue {
  font-weight: 700;
}
.counselling .dropdown {
  position: relative;
  z-index: 2;
  margin: 0 0 20px 0;
}
.counselling .dropdown .label {
  height: 42px;
  padding: 0 111px 0 17px;
  color: #444444;
  font-size: 16px;
  line-height: 42px;
  border: #E5E5E5 1px solid;
  background: #ffffff;
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.counselling .dropdown .label:after {
  content: ".";
  display: block;
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 2px;
  width: 36px;
  background: url(../imgs/arrow-dropdown.png) center center no-repeat #00AAF8;
  overflow: hidden;
  text-indent: -999px;
}
.counselling .dropdown .label:before {
  content: ".";
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: #ffffff;
  z-index: 3;
  overflow: hidden;
}
.counselling .dropdown.visible .more {
  display: block;
}
.counselling .dropdown.visible .label:before {
  display: block;
}
.counselling .dropdown .more {
  display: none;
  position: absolute;
  top: 39px;
  right: 0;
  background: #ffffff;
  border: #CFD7DD 1px solid;
}
.counselling .dropdown .more ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 20%;
  float: left;
  padding: 20px 27px;
}
.counselling .dropdown .more ul:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.counselling .dropdown .more ul a {
  color: #0092CA;
  font-size: 16px;
  font-family: 'Proxima Nova W08', Arial;
  text-decoration: none;
  line-height: 120%;
  padding: 5px 0;
  display: block;
}
.counselling .dropdown .more ul a:hover {
  color: #00AAF8;
}
.counselling .dropdown:hover .label:after {
  background-color: #003B59;
}
.counselling .scrolling-list {
  position: relative;
  margin-top: 1.25em;
}
.counselling .scrolling-list:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.counselling .scrolling-list:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.counselling .scrolling-list.nano {
  height: 620px;
  overflow: hidden;
}
.counselling .scrolling-list .scroll-wrapper {
  position: relative;
}
.counselling .scrolling-list .item {
  background: none;
  /*height:8.75em;*/
  position: relative;
  padding: 0.94em 0px;
  clear: left;
}
.counselling .scrolling-list .item:first-child {
  padding-top: 0;
}
.counselling .scrolling-list .item + .item {
  border-top: 1px solid #CFD7DD;
}
.counselling .scrolling-list .item img {
  float: left;
  margin-right: 0.94em;
  height: 6.88em;
  width: 6.88em;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.counselling .scrolling-list .item .text {
  display: block;
  /*height:7.33em;*/
  vertical-align: top;
  color: #000102;
  font-size: 0.94em;
  font-weight: 400;
  margin-left: 8.33em;
}
.counselling .scrolling-list .item .text h4 {
  margin: 0;
  font-size: 1.33em;
  font-weight: 600;
  color: #00AAF8;
  line-height: 1;
  clear: none;
}
.counselling .scrolling-list .item .text h4 a {
  color: inherit;
  text-decoration: none;
}
.counselling .scrolling-list .item .text h4 a small {
  display: block;
  color: #000102;
  font-size: 0.7em;
  font-weight: 400;
  line-height: 1.4;
}
.counselling .scrolling-list .item .text h4 a:hover {
  color: #003B59;
}
.counselling .scrolling-list .item .text p {
  margin: 2px 0 0 0;
}
.counselling .scrolling-list .item .button {
  display: inline-block;
  white-space: nowrap;
  /*max-width:120px;*/
  margin: 0.31em 0;
  color: #ffffff;
  font-size: 1.07em;
  font-weight: 600;
  text-decoration: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #00AAF8;
  line-height: 2.63em;
  padding: 0 1em;
  vertical-align: top;
}
.counselling .scrolling-list .item .button.button-default {
  color: #000102;
  background: #ffffff;
  border: 1px solid #CFD7DD;
  line-height: 2.5em;
}
.counselling .scrolling-list .item .button.button-default:hover {
  background: #003B59;
  color: #ffffff;
  border-color: #003B59;
}
.counselling .scrolling-list .item .button.button-small {
  padding: 0 0.5em;
}
.counselling .scrolling-list .item .button:hover {
  background: #003B59;
}
.counselling .scrolling-list .item .spacer {
  display: block;
  height: 1px;
  overflow: hidden;
}
.counselling .scrolling-list.scrolling-list-wrapper {
  background: #ffffff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: #CFD7DD 1px solid;
}
.counselling .scrolling-list.scrolling-list-wrapper ul.list {
  padding: 0.94em;
  margin: 0;
  list-style: none;
}
.counselling .scrolling-list.scrolling-list-wrapper ul.list li a {
  text-decoration: none;
  color: #444444;
  padding: 0.5em 0;
  display: block;
}
.counselling .scrolling-list.scrolling-list-wrapper ul.list li a:hover {
  color: #00AAF8;
}
.counselling .btn {
  margin-top: 1em;
}
.counselling .person:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.counselling .person:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.counselling .person .media {
  margin-bottom: 0;
  padding: 15px 0;
  border-top: 1px solid #CFD7DD;
  border-bottom: 1px solid #CFD7DD;
}
.counselling .person .media .media-left {
  padding-right: 1.25em;
}
.counselling .person .media .media-left,
.counselling .person .media .media-right,
.counselling .person .media .media-body {
  display: table-cell;
  vertical-align: top;
}
.counselling .person .media .media-left.media-middle,
.counselling .person .media .media-right.media-middle,
.counselling .person .media .media-body.media-middle {
  vertical-align: middle;
}
.counselling .person .media .media-left h2,
.counselling .person .media .media-right h2,
.counselling .person .media .media-body h2 {
  margin: 0;
  line-height: 1.2;
}
.counselling .person .media .media-left img,
.counselling .person .media .media-right img,
.counselling .person .media .media-body img {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.counselling .person .header {
  margin-bottom: 0.94em;
}
.counselling .person .header:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.counselling .person .header:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.counselling .person .header .icon-user {
  font-size: 1.38em;
  color: #000102;
  margin-right: 1.4em;
  vertical-align: middle;
}
.counselling .person .header a:not(.btn) {
  display: inline-block;
  text-decoration: none;
  color: ;
  font-size: 0.94em;
  line-height: 2.8em;
  white-space: nowrap;
  font-weight: 700;
  color: #8FA4AF;
}
.counselling .person .header a:not(.btn):hover {
  color: #003B59;
}
.counselling .person .header .btn {
  float: right;
  margin-top: 0;
}
.breadcrumbs {
  color: #000102;
  color: #444444;
  font-size: 0.81em;
  margin: 0 0 2.3em 0;
}
.breadcrumbs:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.breadcrumbs:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.breadcrumbs a {
  color: #000102;
  color: #444444;
  text-decoration: none;
}
.breadcrumbs a + a:before {
  font-family: fontello;
  content: '\e801';
  margin: 0 0.77em;
}
.breadcrumbs a:hover {
  color: #00AAF8;
}
.breadcrumbs a:hover:before {
  color: #000102;
}
.breadcrumbs b {
  font-family: 'Proxima Nova W08', Arial;
  font-weight: 700;
}
.article {
  color: #3B3B3B;
  line-height: 160%;
  display: block;
}
.article:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.article:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.article h1 {
  font-size: 2.25em;
  font-weight: 700;
  margin: 0 0 0.55em 0;
  line-height: 120%;
  color: #000102;
}
.article h1.box-title {
  margin: 0 0 15px 0;
}
.article h1 small {
  font-weight: 400;
  display: block;
  font-size: 0.42em;
  line-height: 120%;
  margin-top: 0.33em;
}
.article h1 small .blue {
  font-weight: 700;
}
.article h1 small .gray {
  display: block;
  color: #444444;
  margin-top: 0.5em;
}
.article h2 {
  font-size: 1.5em;
  margin: 0.625em 0;
  line-height: 120%;
  color: #000102;
  font-weight: 600;
}
.article h3 {
  color: #000102;
  line-height: 120%;
}
.article .date {
  font-size: 14px;
}
.article a {
  color: #00AAF8;
  text-decoration: none;
}
.article a:hover {
  color: #003B59;
}
.article a .link {
  display: block;
  font-family: 'Proxima Nova W08', Arial;
  white-space: nowrap;
  color: #00AAF8;
  text-decoration: none;
  font-size: 16px;
  margin-top: 10px;
}
.article a .link:after {
  content: url("../imgs/arrow-blue-small.png");
  margin-left: 8px;
}
.article p {
  margin: 20px 0;
  /*text-align: justify;*/
}
.article p .link {
  display: block;
  font-family: 'Proxima Nova W08', Arial;
  white-space: nowrap;
  color: #00AAF8;
  text-decoration: none;
  font-size: 16px;
  margin-top: 10px;
}
.article p .link:after {
  content: url("../imgs/arrow-blue-small.png");
  margin-left: 8px;
}
.article .list-wrapper {
  margin-bottom: 2.81em;
}
.article .list-wrapper .list-group .list a:first-child:not(.btn) {
  border-top: 1px solid #CFD7DD;
}
.article .counselling {
  margin-bottom: 2.81em;
}
.article .counselling .scrolling-list .item .button {
  margin-right: 0.5em;
}
.article .forums {
  margin-top: 3em;
}
.article .forums h3 {
  margin: 0 0 0.625em 0;
  padding: 0;
  font-size: 1.6em;
  color: #000102;
  line-height: 120%;
  border-bottom: none;
  font-weight: 600;
  line-height: 2.29em;
}
.article .forums .label {
  width: 83%;
}
.article .drug-introduction {
  margin: 2em 0 1.5em 0;
}
.article .drug-introduction p {
  margin: 0.63em 0;
}
.article .drug-wrapper {
  position: relative;
}
.article .drug-wrapper:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #CFD7DD;
  content: " ";
  visibility: visible;
  height: 100%;
}
.article .drug-wrapper .drug-introduction {
  margin: 1em 0;
}
.article .drug-wrapper .list-wrapper {
  margin: 0;
}
.article .drug-wrapper .list-wrapper .list-group {
  margin: 0;
}
.article .drug-wrapper .list-wrapper .list-group .list {
  width: 100% !important;
  padding: 0;
}
.article .drug-wrapper .row {
  position: relative;
  margin-left: -1.5em;
  margin-right: -1.5em;
}
.article .drug-wrapper .row:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.article .drug-wrapper .row:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.article .drug-wrapper .row .col-md-6 {
  padding: 0 1.5em;
  float: left;
  width: 50%;
}
.article .separation-line {
  margin: 2.5em 0;
}
.article .articles-small-wrapper H2 {
  text-align: left;
}
.article .articles-small-wrapper .articles-small a {
  margin-bottom: 0;
}
.article .articles-small-wrapper .articles-small a .text {
  font-size: 0.87em;
}
.article .articles-small-wrapper .articles-small + .articles-small {
  margin-top: 1.88em;
}
.article .copyright {
  font-size: 0.81em;
  margin-top: 1.15em;
  line-height: 1.2;
}
.article .article-image {
  margin: 0 0 1.25em 0;
  display: block;
}
.article .article-image img {
  padding: 0;
  background: #ffffff;
  width: 100%;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.article .article-image .title {
  padding: 0;
  margin-top: 0.6em;
  font-size: 0.81em;
  display: block;
  line-height: 120%;
  font-weight: 400;
}
.article .article-image.float-right {
  float: right;
  width: 405px;
  margin: 20px 0 15px 30px;
}
.article .article-lead a {
  color: #3B3B3B;
}
.article .article-lead a:hover {
  color: #00AAF8;
}
.article .vote {
  margin-bottom: 20px;
}
.article + .pagination {
  margin: -25px 0 0 0;
}
.article .profession {
  line-height: inherit;
  margin-top: 0px;
  padding: 0 0 12px 0;
  border-bottom: none;
}
.article .answering {
  border-bottom: #00AAF8 2px solid;
  padding: 0 0 15px 0;
  font-family: 'Proxima Nova W08', Arial;
  margin: 0 0 15px 0;
}
.article .image {
  margin-bottom: 10px;
  text-align: center;
}
.article .image img {
  width: 100%;
}
.article .image-article-doctor {
  margin: 10px 10px 10px 0;
  float: left;
  display: block;
  width: 230px;
  height: 230px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.article .keywords {
  border-bottom: 2px solid #00AAF8;
  line-height: normal;
}
.article .keywords ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.article .keywords ul a {
  color: #00AAF8;
  font-family: 'Proxima Nova W08', Arial;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  padding: 5px 0 5px 14px;
  position: relative;
}
.article .keywords ul a:before {
  -webkit-border-radius: 99px;
  border-radius: 99px;
  width: 6px;
  height: 6px;
  background: #BBBBBB;
  content: ".";
  overflow: hidden;
  text-indent: -999px;
  margin: 6px 8px 0 0;
  position: absolute;
  top: 5px;
  left: 0;
}
.article .keywords ul a:hover {
  color: #003B59;
}
.article .grey-area {
  background: #F5F5F5;
  border-bottom: 2px solid #00AAF8;
  padding: 10px 25px;
  margin: 20px 0 25px 0;
  line-height: normal;
}
.article .grey-area h4 {
  margin: 15px 0;
  font-size: 16px;
  font-weight: normal;
}
.article .grey-area .keywords {
  border: none;
}
.article .grey-area .keywords h3 {
  font-size: 26px;
  margin: 15px 0;
}
.article .accordion-wrapper {
  margin: 25px 0 35px 0;
  border-bottom: 2px solid #00AAF8;
  line-height: normal;
}
.article .accordion-wrapper .accordion-wrapper-heading {
  margin-bottom: 20px;
}
.article .accordion-wrapper .accordion-wrapper-heading h2 {
  margin: 0 0 10px 0;
}
.article .accordion-wrapper .accordion-wrapper-heading h4 {
  font-size: 16px;
  margin: 0;
}
.article .accordion-wrapper .accordion-wrapper-heading a {
  color: #00AAF8;
}
.article .accordion-wrapper .accordion-wrapper-heading a:hover {
  color: #003B59;
}
.article .accordion-wrapper .accordion-wrapper-heading a[href*=".pdf"] {
  line-height: 25px;
  display: inline-block;
  position: relative;
  padding-right: 30px;
}
.article .accordion-wrapper .accordion-wrapper-heading a[href*=".pdf"]:after {
  content: url("../imgs/icon-pdf.png");
  position: absolute;
  right: 0;
  top: 0;
}
.article .accordion-wrapper .accordion h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.article .accordion-wrapper .accordion .instance {
  border-top: 2px solid #EEEEEE;
}
.article .accordion-wrapper .accordion .instance .title {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
  padding-left: 33px;
}
.article .accordion-wrapper .accordion .instance .title:before {
  content: url("../imgs/icon-plus.png");
  color: #ffffff;
  background: #00AAF8;
  width: 23px;
  text-align: center;
  height: 23px;
  display: inline-block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 9px;
  left: 0;
}
.article .accordion-wrapper .accordion .instance .more {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(10px);
  transition: opacity 0.5s, transform 0.5s;
  transform: translateY(10px);
}
.article .accordion-wrapper .accordion .instance .more ul {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}
.article .accordion-wrapper .accordion .instance .more p {
  margin: 0;
}
.article .accordion-wrapper .accordion .instance.active .title:before {
  content: url("../imgs/icon-minus.png");
}
.article .accordion-wrapper .accordion .instance.active .more {
  display: block;
  opacity: 1;
  height: auto;
  padding: 15px 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.article .accordion-wrapper .accordion .instance-group h2 {
  border-top: 2px solid #EEEEEE;
  padding: 10px 0 10px 33px;
}
.article .accordion-wrapper .accordion .instance-group .instance .title {
  font-size: 16px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.article .accordion-wrapper .accordion .instance-group .instance .title h2 {
  font-size: 16px;
  padding: 0;
  border: none;
}
.notfound {
  padding: 70px 0;
}
.notfound:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.notfound:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.notfound .col-6 {
  padding: 50px 70px;
  width: 50%;
  display: block;
  float: left;
  border-left: 1px solid #b2b2b2;
}
.notfound .col-6:first-child {
  border: none;
  text-align: center;
}
.buttons-big {
  margin: 0 0 20px 0;
  clear: left;
  border-bottom: #00ADEF 2px solid;
}
.buttons-big:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.buttons-big:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.buttons-big a {
  float: left;
  width: 50%;
  background: #E5EFF7;
  padding: 15px 40px;
  height: 106px;
  font-size: 16px;
  text-align: center;
  font-family: 'Proxima Nova W08', Arial;
  color: #000102;
}
.buttons-big a span {
  display: block;
}
.buttons-big a b {
  color: #00B0F0;
  font-weight: normal;
  display: inline-block;
  margin: 0 0 5px 0;
}
.buttons-big a:hover {
  background: #C8DDEE;
  color: #000102;
}
.buttons-big a:first-child b:before {
  content: url("../imgs/arrow-blue-small-left.png");
  margin-right: 8px;
}
.buttons-big a:last-child b:after {
  content: url("../imgs/arrow-blue-small.png");
  margin-left: 8px;
}
.menu-sub {
  float: left;
  width: 34%;
  padding-right: 10px;
}
.menu-sub:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.menu-sub:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.menu-sub ~ .article {
  margin-left: 34%;
}
.menu-sub ~ .theme-page {
  float: left;
  width: 66%;
}
.menu-sub h2 {
  color: #000102;
  font-size: 18px;
  font-weight: normal;
  margin-top: 3px;
  line-height: 120%;
}
.menu-sub h2.heading {
  font-size: 20px;
  margin-bottom: 10px;
}
.menu-sub h3 {
  color: #000102;
  font-size: 18px;
  font-weight: normal;
  margin-top: 3px;
  line-height: 120%;
}
.menu-sub h3.heading {
  font-size: 20px;
  margin-bottom: 10px;
}
.menu-sub ul {
  list-style: none;
  padding: 0 10px 0 0;
  margin: 0 0 20px 0;
}
.menu-sub ul a {
  color: #00AAF8;
  font-family: 'Proxima Nova W08', Arial;
  text-decoration: none;
  font-size: 14px;
  display: block;
  padding: 4px 0 4px 14px;
  position: relative;
}
.menu-sub ul a:before {
  -webkit-border-radius: 99px;
  border-radius: 99px;
  width: 6px;
  height: 6px;
  background: #BBBBBB;
  content: ".";
  overflow: hidden;
  text-indent: -999px;
  margin: 5px 8px 0 0;
  position: absolute;
  top: 4px;
  left: 0;
}
.menu-sub ul a:hover {
  color: #003B59;
}
.answer {
  border: #CFD7DD 1px solid;
  background: #FAFBFC;
  margin: 0 0 0.81em 0;
  padding: 1em;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.answer:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.answer:before {
  content: ".";
  position: absolute;
  width: 30px;
  height: 15px;
  background: url("../imgs/arrow-answer.png");
  top: -15px;
  left: 101px;
  overflow: hidden;
  text-indent: -999px;
  display: none;
}
.answer.noarrow:before {
  display: none;
}
.answer.noarrow {
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 5px 15px 10px 15px;
}
.answer h2 {
  margin: 0.2em 0 0.42em 0;
  color: #000102;
  font-size: 1.5em;
  font-weight: 600;
}
.answer h3 {
  margin: 0 0 15px 0;
  color: #000102;
  font-size: 24px;
  line-height: 120%;
}
.answer p {
  margin: 0.63em 0;
}
.answer p:last-child {
  margin-bottom: 0;
}
.answer p:first-child {
  margin-top: 0;
}
.answer .person:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.answer .person:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.answer .person .media {
  margin-bottom: 0.63em;
}
.answer .person .media .media-left {
  padding-right: 1.25em;
}
.answer .person .media .media-left,
.answer .person .media .media-right,
.answer .person .media .media-body {
  display: table-cell;
  vertical-align: top;
}
.answer .person .media .media-left.media-middle,
.answer .person .media .media-right.media-middle,
.answer .person .media .media-body.media-middle {
  vertical-align: middle;
}
.answer .person .media .media-left h2,
.answer .person .media .media-right h2,
.answer .person .media .media-body h2 {
  margin: 0;
  font-size: 1.13em;
}
.answer .person .media .media-left h2 small,
.answer .person .media .media-right h2 small,
.answer .person .media .media-body h2 small {
  display: block;
  font-weight: 400;
  font-size: 0.68em;
  margin-top: 0.4em;
}
.answer .person .media .media-left h2 small .blue,
.answer .person .media .media-right h2 small .blue,
.answer .person .media .media-body h2 small .blue {
  font-weight: 600;
}
.answer .person .media .media-left img,
.answer .person .media .media-right img,
.answer .person .media .media-body img {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.answer .person .image {
  float: left;
  background: none;
  padding: 0;
  width: 3.44em;
  margin-right: 1.25em;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.answer .person .image img {
  width: 100%;
  float: left;
}
.answer .person .description {
  margin: 20px 0 0 0;
  font-size: 18px;
  line-height: 160%;
}
.answer .person .description b {
  font-family: 'Proxima Nova W08', Arial;
  font-weight: normal;
  display: block;
}
.answer .person .description .button {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Proxima Nova W08', Arial;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #00AAF8;
  line-height: 31px;
  padding: 0 19px;
  margin: 20px 50px 10px 0;
  /*&+.button-gray{margin-left:-42px;}*/
}
.answer .person .description .button:hover {
  background: #003B59;
}
.answer .person .description .button-gray {
  display: inline-block;
  color: #000102;
  font-size: 16px;
  font-family: 'Proxima Nova W08', Arial;
  text-decoration: none;
  background: #EEEEEE;
  line-height: 31px;
  padding: 0 12px;
  margin: 20px 50px 10px 0;
}
.answer .person .description .button-gray b {
  display: inline;
  font-weight: normal;
  font-family: 'Proxima Nova W08', Arial;
}
.answer .link {
  display: block;
  font-family: 'Proxima Nova W08', Arial;
  white-space: nowrap;
  color: #00AAF8;
  text-decoration: none;
  font-size: 16px;
  margin-top: 10px;
}
.answer .link:after {
  content: url("../imgs/arrow-blue-small.png");
  margin-left: 8px;
}
.answer .share {
  margin: 19px 0 0 0;
}
.answer .share:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.answer .share:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.answer .share a {
  float: left;
  padding: 0 14px 0 4px;
  background: #38569D;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  text-decoration: none;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  margin: 0 8px 0 0;
}
.answer .share a:before {
  content: url(../imgs/icon-facebook.png);
  display: block;
  float: left;
  margin-right: 3px;
}
.answer .share a.twitter {
  background: #00BEFF;
}
.answer .share a.twitter:before {
  content: url(../imgs/icon-twitter.png);
}
.answer .share .icons {
  float: left;
  margin-left: 70px;
}
.answer .share .icons a {
  padding: 0 4px;
  font-size: 1px;
}
.answer .share .icons a:before {
  margin: 0;
}
.answer.answer-white {
  background: #ffffff;
  border-top: none;
  border-left: none;
  border-right: none;
  padding-left: 0;
  padding-right: 0;
}
.answer.answer-white:before {
  display: none;
}
.answer.answer-white h2 {
  font-size: 32px;
  margin: 0 0 35px 0;
}
.answer.answer-white .person .description {
  margin-top: 5px;
}
.answer.answer-white .person .description .name {
  font-size: 16px;
}
.answer.answer-white .person .description .name b {
  font-size: 18px;
}
.answer.answer-white .link {
  margin: 0 0 5px 0;
  line-height: 120%;
}
.answer.answer-white + .search-inline {
  margin-top: -10px;
}
.answer.answer-opened {
  border: none;
  background: none;
  margin: 0 0 50px 0;
  padding: 0;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.answer.answer-opened h2 {
  color: #000102;
}
.answer.answer-opened p {
  margin: 1.25em 0;
}
.answer.answer-opened .person {
  margin-top: 2.5em;
}
.answer.answer-opened .person .media {
  margin-bottom: 0.94em;
}
.answer.answer-opened .person .media-body h2 {
  margin-bottom: 0;
  font-size: 1.38em;
  color: #000102;
  line-height: 1.2;
}
.answer.answer-opened .person .media-body p {
  margin-bottom: 0.67em;
  margin-top: 0.63em;
}
.answer.answer-opened .person .media-body p.gray {
  color: #444444;
}
.answer.answer-opened .person .media-body p:last-child {
  margin-bottom: 0;
}
.answer.answer-opened .btn.btn-primary {
  background: #00AAF8;
}
.answer.answer-opened .btn.btn-primary:hover {
  background: #003B59;
}
.answer.answer-opened p.vote {
  margin-top: 3em;
}
.answer.answer-opened p.vote .btn {
  margin-left: 0.5em;
  font-size: 1.07em;
}
p.vote {
  font-size: 1em;
  line-height: 1.2;
  margin-top: 2em;
}
p.vote:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
p.vote:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
p.vote b {
  font-weight: 700;
  float: left;
  margin: 0 10px 0 0;
}
p.vote .button {
  float: left;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  background: #00AAF8;
  line-height: 31px;
  width: 38px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  margin: 0 0 0 7px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
p.vote .button:hover {
  background: #003B59;
  color: #ffffff;
}
p.vote.blue-border {
  border-bottom: #00AAF8 2px solid;
  padding: 0 0 16px 20px;
  margin: 0 0 15px 0;
  color: #000102;
}
p.vote .btn.btn-primary {
  margin-left: 0.5em;
  font-size: 1.07em;
  background: #00AAF8;
}
p.vote .btn.btn-primary:hover {
  background: #003B59;
}
.stars {
  float: left;
  margin: 0;
  height: 11px;
  width: 75px;
  background: url(../imgs/stars.png) 0 bottom;
  position: relative;
  margin: 10px 0 0 16px;
}
.stars:after {
  position: absolute;
  content: ".";
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  background: url(../imgs/stars.png);
  overflow: hidden;
  text-indent: -999px;
}
.stars.fill-1:after {
  width: 15px;
}
.stars.fill-2:after {
  width: 30px;
}
.stars.fill-3:after {
  width: 45px;
}
.stars.fill-4:after {
  width: 60px;
}
.stars.fill-5:after {
  width: 75px;
}
.tab-content {
  clear: left;
}
.tab-content:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.tab-content:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.tab-content h2 {
  font-size: 26px;
  margin: 0 0 20px 0;
}
.tab-content h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
}
.tab-content .tabs {
  margin: 2.19em 0 1.56em 0;
  display: block;
}
.tab-content .tabs:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.tab-content .tabs:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.tab-content .tabs a {
  float: left;
  padding: 0 1em;
  line-height: 2.7em;
  height: 2.7em;
  font-size: 0.88em;
  color: #000102;
  text-decoration: none;
  font-weight: 600;
  border: none;
  background: #EEEEEE;
  margin: 0 1em 0.8em 0;
}
.tab-content .tabs a:first-child {
  border-radius: 0;
}
.tab-content .tabs a:last-child {
  border-radius: 0;
}
.tab-content .tabs a.active {
  /*.gradient(#F5F5F5,#ffffff);*/
  -webkit-border-radius: 0px;
  border-radius: 0px;
  line-height: 2.7em;
  height: 2.7em;
  color: #ffffff;
  background: #8FA4AF;
}
.tab-content .tabs a.active .blue {
  color: #ffffff;
}
.tab-content .tabs a.active:hover {
  background: #8FA4AF;
}
.tab-content .tabs a:hover {
  color: #ffffff;
  background: #003B59;
}
.tab-content .tabs a:hover .blue {
  color: #ffffff;
}
.tab-content .section {
  color: #000102;
  display: none;
}
.tab-content .section .answer {
  border-top: none;
  border-left: none;
  border-right: none;
  margin-top: 20px;
}
.tab-content .section .answer:before {
  left: 39px;
}
.tab-content .section h2 {
  margin: 0 0 4px 0;
  font-size: 20px;
  color: #000102;
}
.tab-content .section h3 {
  margin: 0 0 4px 0;
  font-size: 20px;
  color: #000102;
}
.tab-content .section .date {
  display: block;
  font-size: 14px;
  font-family: 'Proxima Nova W08', Arial;
  margin: 0 0 10px 0;
}
.tab-content .section .stars {
  margin: 0 0 15px 0;
  clear: left;
}
.tab-content .section p {
  clear: left;
}
.tab-content .section p a.link {
  display: block;
  font-family: 'Proxima Nova W08', Arial;
  white-space: nowrap;
  color: #00AAF8;
  text-decoration: none;
  font-size: 16px;
  margin-top: 10px;
}
.tab-content .section p a.link:after {
  content: url("../imgs/arrow-blue-small.png");
  margin-left: 8px;
}
.tab-content .pagination {
  margin-top: -25px;
}
.tab-content.search .pagination {
  margin-top: 0;
}
.tab-content.search .tabs a {
  padding: 0 1.25em;
}
.tab-content.search .section {
  display: block;
  margin-bottom: 12px;
}
.tab-content.search .item-search {
  border-bottom: #E5E5E5 1px solid;
  padding: 0.94em 0 0.94em 0;
  display: block;
  text-decoration: none;
  line-height: 1.2;
  color: #3B3B3B;
}
.tab-content.search .item-search .title {
  display: block;
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 5px;
}
.tab-content.search .item-search .title strong {
  font-weight: 700;
}
.tab-content.search .item-search .division {
  display: block;
  font-size: 0.88em;
  margin: 0 0 0.94em 0;
}
.tab-content.search .item-search:hover .title .blue {
  color: #003B59;
}
.tab-content.search .doctor {
  border: #CFD7DD 1px solid;
  background: #E5EFF6;
  position: relative;
  display: block;
  padding: 18px;
  margin: 25px 0 0 0;
  text-decoration: none;
}
.tab-content.search .doctor:before {
  content: ".";
  position: absolute;
  width: 30px;
  height: 15px;
  background: url(../imgs/arrow-answer.png);
  top: -15px;
  left: 101px;
  overflow: hidden;
  text-indent: -999px;
}
.tab-content.search .doctor:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.tab-content.search .doctor .image {
  float: left;
  width: 126px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  padding: 4px;
}
.tab-content.search .doctor .image img {
  width: 100%;
}
.tab-content.search .doctor .description {
  margin: 0 0 0 148px;
  display: block;
  font-size: 16px;
  color: #3B3B3B;
}
.tab-content.search .doctor .description .blue {
  display: block;
  font-size: 18px;
  font-family: 'Proxima Nova W08', Arial;
}
.tab-content.search .doctor .description .division {
  display: block;
  margin: 0 0 5px 0;
  font-size: 15px;
}
.pagination {
  font-size: 1em;
  line-height: 1.88em;
  height: 1.88em;
  text-align: center;
  margin-bottom: 2em;
}
.pagination a {
  color: #00AAF8;
  font-weight: 400;
  text-decoration: none;
}
.pagination a:hover {
  color: #003B59;
}
.pagination a.active {
  color: #B9B9B9;
}
.pagination .previous {
  float: left;
}
.pagination .next {
  float: right;
}
.pagination.blue-border {
  border-bottom: #00AAF8 2px solid;
  margin-bottom: 14px;
}
.comments {
  margin: 2.5em 0;
  font-size: 0.94em;
  border-bottom: 1px solid #CFD7DD;
}
.comments:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.comments:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.comments h2 {
  font-size: 26px;
  margin: 0 0 20px 0;
}
.comments h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
}
.comments h4 {
  font-size: 1em;
  font-weight: 400;
  margin: 1em 0;
  line-height: 1.2;
}
.comments h4 .blue {
  font-weight: 700;
}
.comments p {
  margin: 1em 0;
}
.comments .entry {
  border-bottom: none;
  margin: 0;
  line-height: 1.2;
  margin-bottom: 1em;
}
.comments .entry:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.comments .entry:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.comments .entry .top {
  background: #EEEEEE;
  font-size: 1em;
  padding: 0.8em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 0.85em;
}
.comments .entry .top .name {
  font-weight: 400;
  display: block;
  float: left;
}
.comments .entry .top .date {
  display: block;
  float: right;
  font-size: 1em;
}
.comments .entry .top:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.comments .entry .top:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.comments .entry .comment {
  margin: 0 0 0.85em 0;
}
.comments .entry .rating {
  border-top: none;
  padding: 0;
  line-height: 2.27em;
}
.comments .entry .rating:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.comments .entry .rating:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.comments .entry .rating .count {
  float: left;
  margin-right: 0.5em;
  font-weight: 700;
}
.comments .entry .rating a {
  color: #000102;
  margin-left: 12px;
  text-decoration: none;
}
.comments .entry .rating a:hover {
  color: #00AAF8;
}
.comments .entry .rating .add {
  float: left;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 2.27em;
  height: 2.27em;
  margin-right: 0.5em;
  margin-left: 0;
  overflow: hidden;
  text-align: center;
  color: #00AAF8;
  background: #EEEEEE;
  position: relative;
}
.comments .entry .rating .add:after {
  font-family: fontello;
  content: '\e809';
  display: block;
  text-align: center;
  line-height: 2.27em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.comments .entry .rating .add:hover {
  background-color: #00AAF8;
  color: #ffffff;
}
.comments .entry .rating .detract {
  float: left;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 2.27em;
  height: 2.27em;
  margin-right: 0.5em;
  margin-left: 0;
  overflow: hidden;
  text-align: center;
  color: #FF2527;
  background: #EEEEEE;
  position: relative;
}
.comments .entry .rating .detract:after {
  font-family: fontello;
  content: '\e808';
  display: block;
  text-align: center;
  line-height: 2.27em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.comments .entry .rating .detract:hover {
  background-color: #FF2527;
  color: #ffffff;
}
.comment-add {
  padding: 0;
  border-bottom: none;
  margin: 0 0 2em 0;
}
.comment-add:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.comment-add:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.comment-add h3 {
  font-size: 1.5em;
  margin: 0 0 0.75em 0;
  font-weight: 600;
}
.comment-add .label {
  margin: 0 0 1.13em 0;
}
.comment-add input {
  width: 100%;
}
.comment-add input.error {
  color: #FF2527;
  border-color: #FF2527;
}
.comment-add textarea {
  width: 100%;
  height: 7.5em;
}
.comment-add textarea.error {
  color: #FF2527;
  border-color: #FF2527;
}
.comment-add .hidden {
  display: none;
}
.comment-add a.submit {
  float: none;
  background: #00AAF8;
  line-height: 1.83em;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 1.463em;
  font-family: 'Proxima Nova W08', Arial;
  font-weight: 700;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 1em;
  display: inline-block;
}
.comment-add a.submit:hover {
  background-color: #003B59;
  color: #ffffff;
}
.comment-add .error {
  border-color: red;
}
.comment-add .checkboxGroup {
  margin: 0 0 1.13em 0;
  font-weight: 700;
}
.link-row {
  margin: 0 0 20px 0;
}
.link-row:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.link-row:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.link-row a {
  float: left;
  color: #00AAF8;
  text-decoration: none;
  font-size: 20px;
  font-family: 'Proxima Nova W08', Arial;
  margin: 0 4px;
  line-height: 25px;
}
.link-row a.active,
.link-row a:hover {
  color: #ffffff;
  background: #00AAF8;
  padding: 0 7px;
  margin: 0 -3px;
}
.box-title {
  line-height: 38px;
  background: #E5EFF6;
  border: #CFD7DD 1px solid;
  padding: 0 10px;
  color: #00AAF8;
  font-size: 24px;
  margin: 0 0 15px 0;
}
.link-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: #EEEEEE 2px solid;
  padding-bottom: 5px;
}
.link-list li {
  margin: 0 0 7px 0;
  padding: 0;
}
.link-list li a {
  color: #0092CA;
  font-size: 14px;
  text-decoration: none;
  font-family: 'Proxima Nova W08', Arial;
  line-height: 100%;
}
.link-list li a:hover {
  color: #00AAF8;
}
.slideshow {
  border: #CFD7DD 1px solid;
  background: #E5EFF6;
  margin: 0 0 15px 0;
}
.slideshow:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.slideshow:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.slideshow img {
  display: block;
  max-width: 100%;
  max-height: 800px;
  margin: 0 auto;
}
.slideshow .slideshow-description {
  min-height: 36px;
  position: relative;
  padding: 30px 50px;
}
.slideshow .slideshow-description .slideshow-previous {
  position: absolute;
  top: 50%;
  left: 0;
  width: 36px;
  height: 36px;
  background: url(../imgs/arrow-navigate-left-big.png) center center no-repeat #d9d9d9;
  overflow: hidden;
  text-indent: -999px;
  margin-top: -18px;
}
.slideshow .slideshow-description .slideshow-previous:hover {
  background-color: #00AAF8;
}
.slideshow .slideshow-description .slideshow-next {
  position: absolute;
  top: 50%;
  right: 0;
  width: 37px;
  height: 36px;
  background: url(../imgs/arrow-navigate-right-big.png) center center no-repeat #d9d9d9;
  overflow: hidden;
  text-indent: -999px;
  margin-top: -18px;
}
.slideshow .slideshow-description .slideshow-next:hover {
  background-color: #00AAF8;
}
.slideshow .slideshow-description .instance {
  display: none;
  color: #000102;
  font-size: 16px;
  line-height: 120%;
}
.slideshow .slideshow-description h2 {
  margin: 0 0 20px 0;
  color: #000102;
  font-size: 22px;
  line-height: 120%;
}
.slideshow .slideshow-description p {
  margin: 0;
}
.slideshowExtended {
  border: #CFD7DD 1px solid;
  background: #FAFBFC;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 1.25em 0;
  position: relative;
  overflow: hidden;
}
.slideshowExtended:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.slideshowExtended:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.slideshowExtended img {
  display: block;
  margin: 0 auto;
}
.slideshowExtended .slideshow-previous {
  position: absolute;
  top: 0;
  left: 0%;
  width: 20%;
  bottom: 1.5em;
  text-decoration: none;
  font-size: 0.94em;
}
.slideshowExtended .slideshow-previous:after {
  content: '\e800';
  position: absolute;
  top: 50%;
  left: 1em;
  width: 2.8em;
  height: 2.8em;
  line-height: 2.8em;
  background: #8FA4AF;
  color: #ffffff;
  overflow: hidden;
  margin-top: -1.4em;
  font-size: 1em;
  font-family: fontello;
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.slideshowExtended .slideshow-previous:hover:after {
  background: #003B59;
}
.slideshowExtended .slideshow-next {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  bottom: 1.5em;
  text-decoration: none;
  font-size: 0.94em;
}
.slideshowExtended .slideshow-next:after {
  content: '\e801';
  position: absolute;
  top: 50%;
  right: 1em;
  width: 2.8em;
  height: 2.8em;
  line-height: 2.8em;
  background: #8FA4AF;
  color: #ffffff;
  overflow: hidden;
  margin-top: -1.4em;
  font-size: 1em;
  font-family: fontello;
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.slideshowExtended .slideshow-next:hover:after {
  background: #003B59;
}
.slideshowExtended.videoPlayer .slideshow-previous {
  width: 2.53em;
  top: 50%;
  bottom: auto;
  height: 2.53em;
  margin-top: -1.76em;
}
.slideshowExtended.videoPlayer .slideshow-previous:after {
  margin: 0;
  top: 0;
}
.slideshowExtended.videoPlayer .slideshow-next {
  width: 2.53em;
  top: 50%;
  bottom: auto;
  height: 2.53em;
  margin-top: -1.76em;
}
.slideshowExtended.videoPlayer .slideshow-next:after {
  margin: 0;
  top: 0;
}
.slideshowExtended .slideshow-total {
  background: #000102;
  position: absolute;
  top: 1em;
  left: 1em;
  padding: 0;
  width: 2.8em;
  height: 2.8em;
  line-height: 2.8em;
  text-align: center;
  font-weight: 600;
  font-size: 0.94em;
  color: #ffffff;
}
.slideshowExtended .slideshowGroup {
  display: none;
}
.slideshowExtended .slideshowGroup .slideshow-images {
  position: relative;
  visibility: hidden;
}
.slideshowExtended .slideshowGroup .slideshow-images img {
  width: 100%;
}
.slideshowExtended .slideshowGroup .slideshow-images .title {
  padding: 0 1.157em;
  margin-top: 0.6em;
  font-size: 0.81em;
  display: block;
  line-height: 120%;
  font-weight: 400;
}
.slideshowExtended .slideshowGroup .slideshow-description {
  position: relative;
  padding: 0.94em;
  color: #000102;
  line-height: 120%;
}
.slideshowExtended .slideshowGroup .slideshow-description .slideshow-banner {
  /*width: 300px; */
  margin: 0.63em auto 0 auto;
}
.slideshowExtended .slideshowGroup .slideshow-description h2 {
  margin: 0 0 10px 0;
  color: #000102;
  line-height: 140%;
  font-weight: 600;
}
.slideshowExtended .slideshowGroup .slideshow-description p {
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 0.63em 0;
}
.slideshowExtended .slideshowGroup .slideshow-description p a {
  color: #000102;
}
.slideshowExtended .slideshowGroup .slideshow-description p a:hover {
  color: #00AAF8;
}
.grid {
  margin: 0 0 25px 0;
  border-bottom: #E5E5E5 2px solid;
}
.grid:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.grid:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.grid a {
  float: left;
  width: 33.333%;
  padding: 0 7.5px;
  margin: 0 0 15px 0;
  text-decoration: none;
  color: #00AAF8;
  font-family: 'Proxima Nova W08', Arial;
  font-size: 16px;
  line-height: 140%;
}
.grid a .image {
  display: block;
  padding: 5px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  margin: 0 0 6px 0;
}
.grid a .image img {
  width: 100%;
}
.grid a:nth-child(3n+1) {
  padding: 0 15px 0 0;
  clear: left;
}
.grid a:nth-child(3n) {
  padding: 0 0 0 15px;
}
.grid a:hover {
  color: #003B59;
}
.grid a:hover .image {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
}
.forum .forum-header {
  margin-bottom: 1.06em;
}
.forum .forum-header:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.forum .forum-header:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.forum .forum-header h2 {
  margin: 0;
  font-size: 1.5em;
  font-weight: 700;
  color: #000102;
  line-height: 1.2;
  float: left;
  max-width: 70%;
  margin-top: 6px;
}
.forum .forum-header .btn {
  margin: 0;
}
.forum table {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  clear: left;
  margin-bottom: 2em;
}
.forum table th {
  background: #EEEEEE;
  color: #000102;
  font-weight: 400;
  font-size: 0.94em;
  text-align: left;
  padding: 0.8em 0.87em;
  line-height: 120%;
}
.forum table th:nth-child(4) {
  white-space: nowrap;
}
.forum table th:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.forum table th:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.forum table td {
  padding: 0 0.81em;
}
.forum table .entry td {
  font-size: 1em;
  line-height: 110%;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #CFD7DD;
}
.forum table .entry td a {
  text-decoration: none;
  color: #000102;
  display: block;
}
.forum table .entry td:nth-child(1) {
  padding-left: 0;
}
.forum table .entry td:nth-child(2) {
  width: 60px;
  white-space: normal;
  font-size: 0.94em;
}
.forum table .entry td:nth-child(3) {
  width: 60px;
  white-space: nowrap;
  font-size: 0.94em;
}
.forum table .entry td:nth-child(4) {
  width: 60px;
  white-space: nowrap;
  font-size: 0.94em;
}
.forum table .entry td:nth-child(5) {
  width: 60px;
  white-space: nowrap;
  font-size: 0.94em;
}
.forum table .entry td:nth-child(6) {
  width: 60px;
  white-space: nowrap;
  font-size: 0.94em;
}
.forum table .entry:hover {
  cursor: pointer;
}
.forum table .entry:hover td a {
  color: #00AAF8;
}
.forum table.post {
  border-bottom: 1px solid #CFD7DD;
}
.forum table.post th {
  font-weight: 400;
}
.forum table.post th:last-child {
  width: 4em;
  white-space: nowrap;
  text-align: right;
  font-size: 0.94em;
  font-weight: 400;
}
.forum table.post td {
  background: #ffffff;
  color: #000102;
  font-size: 0.94em;
  line-height: 120%;
  padding-top: 1em;
  padding-left: 0;
  border: none;
}
.forum table.post td > * {
  margin: 0 0 1em 0;
  display: block;
}
.forum table.post td h3 {
  font-size: 1.2em;
  line-height: 120%;
}
.forum table.post td .report {
  float: right;
  font-size: 1em;
  font-weight: 600;
  display: block;
  white-space: nowrap;
  color: #8FA4AF;
  text-decoration: none;
}
.forum table.post td .report:after {
  content: url("../imgs/arrow-blue-small.png");
  margin-left: 0.67em;
  display: none;
}
.forum table.post td .report:hover {
  color: #003B59;
}
.forum table.post + .comment-add {
  border-top: 2px #00AAF8 solid;
  margin-top: 2em;
}
.forum .tabs {
  margin: 1.56em 0 1.56em 0;
  display: block;
}
.forum .tabs:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.forum .tabs:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.forum .tabs a {
  float: left;
  padding: 0 1em;
  line-height: 2.7em;
  height: 2.7em;
  font-size: 0.88em;
  color: #000102;
  text-decoration: none;
  font-weight: 600;
  border: none;
  background: #EEEEEE;
  margin: 0 1em 0.8em 0;
}
.forum .tabs a:first-child {
  border-radius: 0;
}
.forum .tabs a:last-child {
  border-radius: 0;
}
.forum .tabs a.active {
  /*.gradient(#F5F5F5,#ffffff);*/
  -webkit-border-radius: 0px;
  border-radius: 0px;
  line-height: 2.7em;
  height: 2.7em;
  color: #ffffff;
  background: #8FA4AF;
}
.forum .tabs a.active .blue {
  color: #ffffff;
}
.forum .tabs a.active:hover {
  background: #8FA4AF;
}
.forum .tabs a:hover {
  color: #ffffff;
  background: #003B59;
}
.forum .tabs a:hover .blue {
  color: #ffffff;
}
.search-inline {
  padding: 0;
  margin: 2.5em 0 1.88em 0;
}
.search-inline.add-border {
  border-bottom: #DDDDDD 2px solid;
}
.search-inline h2 {
  margin: 0;
  font-size: 30px;
}
.search-inline h3 {
  margin: 0;
  font-size: 30px;
  line-height: 120%;
}
.search-inline p {
  margin: 10px 0 20px 0;
}
.search-inline:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.search-inline:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.search-inline .label {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.94em;
  width: 82%;
}
.search-inline .label input {
  width: 100%;
}
.search-inline .hidden {
  display: none;
}
.search-inline .help-block {
  font-size: 0.94em;
  color: #444444;
  font-weight: 400;
  margin: 0.5em 0 0 0;
}
.search-inline .submit {
  position: static;
  height: 1.826em;
  line-height: 1.826em;
  background: #00AAF8;
  width: auto;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.44em;
  font-family: 'Proxima Nova W08', Arial;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 1em;
}
.search-inline .submit:after {
  content: url("../imgs/icon-search.png");
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: -2px;
  display: none;
}
.search-inline .submit:hover {
  background-color: #003B59;
  color: #ffffff;
}
.search-inline .search-wrapper {
  position: relative;
  width: 100%;
  background: none;
  padding: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.top10 {
  border-bottom: #DDDDDD 1px solid;
  margin: 0 0 20px 0;
  padding: 0 0 15px 0;
}
.top10 h2 {
  margin: 0 0 10px 0;
  font-size: 20px;
  line-height: 100%;
}
.top10 h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
  line-height: 100%;
}
.top10:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.top10:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.top10 ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.top10 ul li {
  margin: 0;
  display: inline-block;
}
.top10 ul li a {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  white-space: nowrap;
  font-family: 'Proxima Nova W08', Arial;
}
.top10 ul li a:before {
  content: ".";
  width: 6px;
  height: 6px;
  overflow: hidden;
  text-indent: -999px;
  display: inline-block;
  background: #BBBBBB;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  vertical-align: middle;
  margin-right: 9px;
}
.refer {
  font-size: 15px;
  padding: 0 0 20px 0;
  border-bottom: #DDDDDD 2px solid;
  margin: 0 0 15px 0;
}
.refer:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.refer:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.refer h3 {
  margin: 0 20px 0 0;
  display: inline-block;
  line-height: 30px;
}
.refer .button {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Proxima Nova W08', Arial;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #00AAF8;
  line-height: 30px;
  padding: 0 27px;
}
.refer .button:hover {
  background: #003B59;
}
.refer p {
  margin: 5px 0 0 0;
}
.form {
  color: #000102;
  /*line-height: 1.2;*/
}
.form:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.form:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.form .info {
  background: none;
  padding: 1em 0;
  font-size: 0.94em;
  line-height: 1.2;
  margin: 0 0 1em 0;
  color: #444444;
  font-weight: 400;
}
.form .info a {
  color: #00AAF8;
  font-weight: 600;
}
.form .info b {
  font-weight: 600;
  color: #000102;
}
.form .info p {
  margin: 0;
}
.form .info table {
  margin: 0.67em 0;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}
.form .info table th {
  text-align: left;
  font-size: 1em;
}
.form .info table th,
.form .info table td {
  padding-right: 1em;
  font-size: 1em;
}
.form h2 {
  margin: 0 0 10px 0;
}
.form h3 {
  margin: 0 0 0.42em 0;
  font-size: 1.5em;
  font-weight: 600;
}
.form h3 small {
  font-size: 0.625em;
}
.form .price {
  background: #EEEEEE;
  font-size: 1em;
  padding: 8px 0.8em;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 2em;
  font-weight: 600;
  line-height: 1.6;
}
.form .price .pull-right {
  float: right;
  font-weight: 400;
}
.form .separation-line {
  margin: 0.94em 0;
}
.form p {
  margin: 10px 0;
}
.form p b,
.form p strong {
  font-weight: 700;
}
.form .label,
.form .captcha {
  margin: 0 0 2em 0;
  font-size: 0.94em;
}
.form .label:after,
.form .captcha:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.form .label:before,
.form .captcha:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.form .label .title,
.form .captcha .title {
  float: left;
  text-align: left;
  line-height: 1.2;
  font-weight: 600;
  padding: 0.63em 1.33em 0 0;
  max-width: 17em;
  font-size: 1rem;
}
.form .label .title .attention,
.form .captcha .title .attention {
  float: none;
  display: block;
  font-size: 0.94em;
}
.form .label input[type='text'],
.form .captcha input[type='text'],
.form .label input[type='password'],
.form .captcha input[type='password'],
.form .label textarea,
.form .captcha textarea {
  width: 75%;
  float: left;
}
.form .label label,
.form .captcha label {
  display: inline-block;
  vertical-align: top;
  margin: 0 1.6em 0 0;
  line-height: 2.8em;
}
.form .label label.error,
.form .captcha label.error {
  color: #FF2527;
}
.form .label label input[type="radio"],
.form .captcha label input[type="radio"],
.form .label label img,
.form .captcha label img {
  display: inline-block;
  vertical-align: middle;
}
.form .label label input[type="radio"],
.form .captcha label input[type="radio"] {
  margin-right: 0.9em;
  margin-top: 0;
}
.form .label textarea,
.form .captcha textarea {
  width: 75%;
  height: 9em;
}
.form .label .attention,
.form .captcha .attention {
  float: left;
  /*margin-left:25%;*/
  padding-top: 0.68em;
  clear: left;
  color: #444444;
  font-weight: 400;
}
.form .label .attention b,
.form .captcha .attention b {
  font-weight: 600;
  color: #000102;
}
.form .label.item-full .title,
.form .captcha.item-full .title {
  text-align: left;
  width: 100%;
  padding: 0 0 0.6em 0;
  font-weight: 600;
  max-width: 100%;
}
.form .label.item-full input[type='text'],
.form .captcha.item-full input[type='text'],
.form .label.item-full textarea,
.form .captcha.item-full textarea,
.form .label.item-full input[type='password'],
.form .captcha.item-full input[type='password'] {
  width: 100%;
}
.form .label.item-full .attention,
.form .captcha.item-full .attention {
  margin-left: 0;
}
.form .label.item-browse input[type='text'],
.form .captcha.item-browse input[type='text'] {
  width: 200px;
}
.form .label.item-small input[type='text'],
.form .captcha.item-small input[type='text'],
.form .label.item-small textarea,
.form .captcha.item-small textarea {
  width: 7em;
  padding: 0 1em;
}
.form .label.captcha .title,
.form .captcha.captcha .title {
  padding-right: 23px;
  width: auto;
}
.form .label.captcha input[type='text'],
.form .captcha.captcha input[type='text'] {
  width: 102px;
}
.form .label.captcha a,
.form .captcha.captcha a {
  float: left;
  padding: 4px 0;
  margin: 0 16px 0 0;
}
.form .label .chosen-file,
.form .captcha .chosen-file {
  float: left;
  color: #00AAF8;
  line-height: 42px;
  margin-right: 10px;
}
.form .label .file-upload,
.form .captcha .file-upload {
  position: relative;
  cursor: pointer;
  margin-top: 5px;
  height: 2.63em;
  float: left;
  background: #8FA4AF;
  line-height: 2.63em;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 1em;
  font-size: 1.07em;
}
.form .label .file-upload:hover,
.form .captcha .file-upload:hover {
  background: #003B59;
  color: #ffffff;
}
.form .label .file-upload input,
.form .captcha .file-upload input {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 42px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.form .submit {
  float: right;
  background: #00AAF8;
  line-height: 1.83em;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 0 0.87em;
  font-size: 1.44em;
  font-family: 'Proxima Nova W08', Arial;
  font-weight: 700;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 1em;
}
.form .submit:hover {
  background-color: #003B59;
  color: #ffffff;
}
.form.text-center {
  max-width: 325px;
  margin: 2.19em auto 0 auto;
  line-height: 1.6;
}
.form.text-center .submit {
  float: none;
  display: inline-block;
  margin-top: 1em;
}
.form.text-center a:not(.submit) {
  margin: 0.33em 0;
  display: inline-block;
  font-size: 0.94em;
  font-weight: 700;
  color: #8FA4AF;
}
.form.text-center a:not(.submit):hover {
  color: #003B59;
}
.form .answer {
  margin-bottom: 0;
}
.topic {
  color: #000102;
  margin: 0 0 10px 0;
  font-size: 16px;
}
.topic:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.topic:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.topic h1 {
  font-size: 40px;
  color: #00AAF8;
  border-bottom: #00AAF8 6px solid;
  line-height: 100%;
  padding: 0 0 15px 0;
  margin: 0;
  font-weight: normal;
}
.topic p {
  margin: 10px 0;
  text-align: justify;
}
.test {
  color: #000102;
  margin: 0.94em 0 2.5em 0;
}
.test b {
  font-weight: 600;
}
.test:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.test:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.test .test-result {
  border: #CFD7DD 1px solid;
  background: #FAFBFC;
  margin: 2.5em 0 0 0;
  padding: 1em;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.94em;
  font-weight: 400;
  display: none;
}
.test .test-result p {
  margin: 0.67em 0;
}
.test .test-result h2 {
  margin: 0.67em 0;
}
.test .label {
  display: block;
  margin: 1.88em 0;
  color: #000102;
}
.test .label .title,
.test .label span.title {
  font-weight: 600;
  font-weight: 400;
  display: inline-block;
  margin: 0 1em 0 0;
  text-align: right;
  width: 180px;
  line-height: 1.2;
  font-size: 1em;
  color: #000102;
  float: none;
  vertical-align: middle;
  padding-top: 0;
}
.test .label .title .blue,
.test .label span.title .blue {
  text-decoration: none;
}
.test .label .subtitle {
  font-weight: 600;
  display: inline-block;
  line-height: 1.2;
  font-size: 15px;
  color: #000102;
  clear: right;
  padding-top: 0.77em;
}
.test .label.long .title {
  max-width: 100%;
  width: 100%;
  display: block;
  margin: 0;
  text-align: left;
  padding: 0;
  margin-bottom: 1em;
}
.test .label.long table {
  margin: 0 0 10px 0;
}
.test .label.long table td .title {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 0.94em;
}
.test .label.long table td label {
  padding: 0;
  margin: 0;
  white-space: nowrap;
  line-height: 1.56em;
}
.test .label.long table td label .customForm-radio {
  margin-right: 5px;
}
.test .label label {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  line-height: 1.6;
}
.test .label label .customForm-select {
  width: 200px;
  display: block;
  float: none;
}
.test .label label select {
  float: none;
  width: 100%;
}
.test .label label select.error {
  color: #FF2527;
  border-color: #FF2527;
}
.test .label .label-group label {
  display: block;
  margin-right: 0;
}
.test .label .label-group label + label {
  margin-top: 1em;
}
.test .label input[type='text'] {
  width: 200px;
  margin-right: 10px;
  display: inline-block;
  float: none;
}
.test .label input[type='text'].error {
  color: #FF2527;
  border-color: #FF2527;
}
.test .text-center {
  text-align: center;
}
.test input[type='submit'] {
  display: inline-block;
  border: none;
  margin: 0 0.63em;
  color: #ffffff;
  font-size: 1em;
  padding: 0 0.88em;
  font-weight: 400;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #00AAF8;
  line-height: 2.5em;
  height: 2.63em;
  cursor: pointer;
}
.test input[type='submit']:hover {
  background: #003B59;
}
.test .reset {
  display: inline-block;
  border: none;
  margin: 0 0.63em;
  color: #000102;
  font-size: 1em;
  padding: 0 0.88em;
  font-weight: 400;
  text-decoration: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #EEEEEE;
  line-height: 2.63em;
  height: 2.63em;
  cursor: pointer;
}
.test .reset:hover {
  background: #003B59;
  color: #ffffff;
}
.test table {
  margin: 1.88em 0;
  border-spacing: 0;
}
.test table th,
.test table td {
  font-weight: 400;
  text-align: left;
  font-size: 0.94em;
  padding: 0.67em 0.33em;
  text-align: center;
}
.test table th {
  white-space: nowrap;
  background: #EEEEEE;
  border-top: #DDDDDD 1px solid;
  border-bottom: #DDDDDD 1px solid;
}
.test table td {
  border-bottom: #DDDDDD 1px solid;
}
.test table td:nth-child(1) {
  text-align: left;
}
.test table tr:nth-child(odd) td {
  background: #EEEEEE;
}
.test table tr:nth-child(even) td {
  background: #ffffff;
}
.test table .title {
  line-height: 1.2;
  font-weight: 400;
}
.most-read {
  margin: 40px 0 35px 0;
  color: #000102;
}
.most-read:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.most-read:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.most-read h2 {
  font-size: 22px;
  margin: 0 0 15px 0;
}
.most-read .entry {
  width: 65%;
  display: inline-block;
  float: left;
  padding: 0 23px 0 0;
}
.most-read .entry h3 {
  font-size: 20px;
  margin: 0;
}
.most-read .entry h3 a {
  color: #00AAF8;
  text-decoration: none;
}
.most-read .entry h3:before {
  display: inline-block;
  content: ".";
  width: 6px;
  height: 6px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #BBBBBB;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 4px;
}
.most-read .entry p {
  font-size: 16px;
  line-height: 140%;
  margin: 10px 0;
}
.most-read .entry p a {
  color: #000102;
  text-decoration: none;
}
.most-read .entry .read-more {
  font-size: 16px;
  font-family: 'Proxima Nova W08', Arial;
  display: block;
  white-space: nowrap;
  color: #00AAF8;
  text-decoration: none;
}
.most-read .entry .read-more:after {
  content: url("../imgs/arrow-blue-small.png");
  margin-left: 10px;
}
.most-read ul {
  width: 35%;
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.most-read ul li {
  padding: 0;
  margin: 0;
}
.most-read ul li a {
  color: #00AAF8;
  font-size: 14px;
  text-decoration: none;
  font-family: 'Proxima Nova W08', Arial;
  line-height: 100%;
  display: block;
  margin: 0 0 15px 0;
}
.most-read ul li a:before {
  display: inline-block;
  content: ".";
  width: 6px;
  height: 6px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #BBBBBB;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 10px;
}
.consulting {
  background: #E5EFF6;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  color: #3B3B3B;
  font-size: 16px;
  line-height: 120%;
  margin: 0 0 20px 0;
}
.consulting:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.consulting:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.consulting h2 {
  margin: 0;
  padding: 17px 10px;
  font-size: 32px;
  color: #000102;
  line-height: 100%;
  border-bottom: #ffffff 1px solid;
}
.consulting h3 {
  margin: 0;
  padding: 17px 10px;
  font-size: 32px;
  color: #000102;
  line-height: 100%;
  border-bottom: #ffffff 1px solid;
}
.consulting .doctor {
  border-bottom: #ffffff 1px solid;
  padding: 10px;
}
.consulting .doctor:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.consulting .doctor .image {
  float: left;
  margin-right: 25px;
  padding: 4px;
  background: #ffffff;
  margin: 0 0px 10px 0px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  width: 126px;
}
.consulting .doctor .image img {
  width: 100%;
}
.consulting .doctor .description {
  display: block;
}
.consulting .doctor .description .name {
  display: table-cell;
  height: 126px;
  vertical-align: middle;
  width: 100%;
  padding: 10px 25px;
  color: #000102;
  font-size: 16px;
}
.consulting .doctor .description .name b {
  display: block;
  font-size: 18px;
  font-weight: normal;
  font-family: 'Proxima Nova W08', Arial;
}
.consulting .doctor .description .float-right {
  display: table-cell;
  width: 50px;
  white-space: nowrap;
  vertical-align: middle;
  padding-right: 20px;
}
.consulting .doctor .description .button {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Proxima Nova W08', Arial;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #00AAF8;
  line-height: 31px;
  padding: 0 19px;
}
.consulting .doctor .description .button:hover {
  background: #003B59;
}
.consulting .doctor .description .button + .button-gray {
  margin-left: -42px;
}
.consulting .doctor .description .link {
  display: block;
  font-family: 'Proxima Nova W08', Arial;
  white-space: nowrap;
  color: #00AAF8;
  text-decoration: none;
  font-size: 16px;
  margin-top: 10px;
}
.consulting .doctor .description .link:after {
  content: url("../imgs/arrow-blue-small.png");
  margin-left: 8px;
}
.consulting .doctor:last-child {
  border: none;
}
.forums {
  background: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  /* .box-shadow*/
  color: #000102;
  font-size: 0.94em;
  line-height: 120%;
  margin: 0 0 2.67em 0;
}
.forums:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.forums:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.forums h2 {
  margin: 0;
  padding: 17px;
  font-size: 32px;
  color: #000102;
  line-height: 100%;
  border-bottom: #ffffff 2px solid;
  font-weight: normal;
}
.forums h2 .red {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.forums h3 {
  font-size: 1.6em;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.42em;
}
.forums h3 span.icon-forums {
  vertical-align: top;
}
.forums .entry-group {
  padding: 17px;
}
.forums .entry-group .entry {
  color: #00AAF8;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  font-weight: normal;
  line-height: 20px;
  margin: 2px 0;
}
.forums .entry-group .entry .time {
  display: inline-block;
  width: 40px;
  color: #444444;
  font-weight: normal;
  vertical-align: top;
}
.forums .entry-group .entry .description {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}
.forums .entry-group .blue {
  display: block;
  white-space: nowrap;
  color: #00AAF8;
  text-decoration: none;
  font-size: 17px;
  margin-top: 10px;
  font-weight: normal;
}
.forums .entry-group .blue:after {
  content: url("../imgs/arrow-blue-small.png");
  margin-left: 8px;
}
.forums .label {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.94em;
  width: 67%;
}
.forums .label input {
  width: 100%;
}
.forums .submit {
  position: static;
  height: 1.91em;
  line-height: 1.91em;
  background: #00AAF8;
  width: auto;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.463em;
  font-family: 'Proxima Nova W08', Arial;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 1em;
}
.forums .submit:hover {
  background-color: #003B59;
  color: #ffffff;
}
.forums .list-wrapper {
  margin-bottom: 0;
}
.notification {
  position: fixed;
  background: #ffffff;
  z-index: 99999;
  padding: 40px;
  color: #ffffff;
  font-size: 1.31em;
  left: 50%;
  width: 724px;
  top: 50%;
  cursor: pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #000102;
}
.notification .close {
  position: absolute;
  right: 15px;
  top: 15px;
  display: block;
  line-height: 42px;
  height: 42px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 20px;
  text-decoration: none;
  background: #8FA4AF;
  color: #ffffff;
  font-size: 16px;
}
.notification .close:after {
  content: '\e80b';
  font-family: fontello;
  margin-left: 10px;
  display: inline-block;
}
.notification .close:hover {
  background: #003B59;
  color: #ffffff;
}
.notification h2 {
  margin: 0 0 20px 0;
  font-size: 24px;
  line-height: 120%;
}
.notification p {
  margin-top: 5px;
  line-height: 140%;
  font-size: 15px;
  font-weight: 400;
}
.notification p b {
  font-weight: 600;
}
.notification .label {
  width: 100%;
  margin-bottom: 15px;
}
.notification .label input[type="text"],
.notification .label textarea {
  width: 100%;
}
.notification .label textarea {
  height: auto;
}
.notification .label .customForm-select select {
  font-size: 1rem;
  height: 2.63rem;
  line-height: 2.63rem;
  padding-top: 0;
  padding-bottom: 0;
}
.notification .label .customForm-select .customForm-select-arrow {
  height: 2.5rem;
  line-height: 2.5rem;
}
.notification .label:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.notification .label:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.notification .submit {
  position: static;
  height: 2.63rem;
  line-height: 2.63rem;
  background: #00AAF8;
  width: auto;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.44rem;
  font-family: 'Proxima Nova W08', Arial;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 1em;
}
.notification .submit:hover {
  background-color: #003B59;
  color: #ffffff;
}
.notification .checkboxGroup {
  margin: 20px 0;
}
.notification .checkboxGroup:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.notification .checkboxGroup:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.notification .checkboxGroup label {
  display: block;
  float: none;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  vertical-align: middle;
  margin-bottom: 10px;
}
.notification .checkboxGroup label input[type="checkbox"] {
  width: 25px;
  height: 25px;
  float: left;
}
.notification-opaque {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99998;
  background: rgba(0, 0, 0, 0.5);
}
.semiblack-opaque {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
}
#bannerbar {
  z-index: 100;
  float: right;
  width: 200px;
}
.search_field {
  position: relative;
}
.search_field:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  font-family: fontello;
  content: '\e805';
  color: #8FA4AF;
  display: block;
  font-size: 1.25em;
  line-height: 2.1em;
  padding: 0 0.7em;
}
.search_field input {
  width: 100%;
}
.results {
  margin: 0 0 1em 0;
  max-height: 40.63em;
  overflow: auto;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: #CFD7DD 1px solid;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.results .letter-group {
  position: relative;
  padding-top: 2.5em;
  display: block;
  clear: both;
  overflow: hidden;
}
.results h3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 0;
  margin: 0;
  background: #f4f4f4;
  border: none;
  font-size: 1.5em;
  height: 1.54em;
  line-height: 1.54em;
  padding: 0 0.625em;
  width: 100%;
  font-weight: 800;
  color: #8FA4AF;
}
.results a {
  display: block;
  text-decoration: none;
  color: #444444;
  padding: 0.5em 1em;
  font-size: 0.94em;
}
.results a:hover {
  color: #00AAF8;
}
.spinner {
  margin: 1em auto 1em;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #00AAF8;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.icon-advices,
.icon-themes,
.icon-tests,
.icon-abc,
.icon-forums,
.icon-drugs {
  display: inline-block;
  margin-right: 0.3em;
  vertical-align: middle;
}
.icon-advices:after,
.icon-themes:after,
.icon-tests:after,
.icon-abc:after,
.icon-forums:after,
.icon-drugs:after {
  display: inline-block;
  content: " ";
  height: 2.29em;
}
.icon-advices:after {
  background: url(../imgs/icons/icon-advices.svg) no-repeat 0 50%;
  background-size: 100% auto;
  width: 1.92em;
}
.icon-themes:after {
  background: url(../imgs/icons/icon-themes.svg) no-repeat 0 50%;
  background-size: 100% auto;
  width: 1.67em;
}
.icon-tests:after {
  background: url(../imgs/icons/icon-tests.svg) no-repeat 0 50%;
  background-size: 100% auto;
  width: 1.875em;
}
.icon-abc:after {
  background: url(../imgs/icons/icon-abc.svg) no-repeat 0 50%;
  background-size: 100% auto;
  width: 1.83em;
}
.icon-forums:after {
  background: url(../imgs/icons/icon-forums.svg) no-repeat 0 50%;
  background-size: 100% auto;
  width: 2.42em;
}
.icon-drugs:after {
  background: url(../imgs/icons/icon-drugs.svg) no-repeat 0 50%;
  background-size: 100% auto;
  width: 1.92em;
}
.icon-404 {
  display: inline-block;
  vertical-align: middle;
}
.icon-404:after {
  background: url(../imgs/icons/icon-404.svg) no-repeat 0 50%;
  background-size: 100% auto;
  width: 14.75rem;
  display: block;
  content: " ";
  height: 10.56rem;
}
h1 .icon-advices,
h1 .icon-themes,
h1 .icon-tests,
h1 .icon-abc,
h1 .icon-forums,
h1 .icon-drugs {
  margin-right: 0.28em;
}
h1 .icon-advices:after,
h1 .icon-themes:after,
h1 .icon-tests:after,
h1 .icon-abc:after,
h1 .icon-forums:after,
h1 .icon-drugs:after {
  height: 1.53em;
}
h1 .icon-advices:after {
  width: 46px;
  width: 1.28em;
}
h1 .icon-themes:after {
  width: 40px;
  width: 1.11em;
}
h1 .icon-tests:after {
  width: 45px;
  width: 1.25em;
}
h1 .icon-abc:after {
  width: 44px;
  width: 1.22em;
}
h1 .icon-forums:after {
  width: 58px;
  width: 1.61em;
}
h1 .icon-drugs:after {
  width: 46px;
  width: 1.28em;
}
h3.media,
#sidebar .forums h3.media {
  line-height: 1.2;
}
h3.media .media-left,
#sidebar .forums h3.media .media-left,
h3.media .media-body,
#sidebar .forums h3.media .media-body {
  display: table-cell;
  vertical-align: top;
}
h3.media .media-left.media-middle,
#sidebar .forums h3.media .media-left.media-middle,
h3.media .media-body.media-middle,
#sidebar .forums h3.media .media-body.media-middle {
  vertical-align: middle;
}
.loader-wrapper {
  height: 5em;
  display: none;
}
.loader,
.loader:before,
.loader:after {
  background: #00AAF8;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 10px;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader {
  text-indent: -9999em;
  margin: 4em auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #00AAF8;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #00AAF8;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #00AAF8;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #00AAF8;
    height: 5em;
  }
}
#sidebar {
  float: right;
  width: 336px;
  position: relative;
  z-index: 2;
}
#sidebar .list-wrapper {
  margin-bottom: 2.5em;
}
#sidebar .list-wrapper .list-group .list {
  width: 100%;
}
#sidebar .list-wrapper .list-group .list H3 {
  color: #000102;
  margin-top: 0;
}
#sidebar ~ #content {
  margin-right: 360px;
  overflow: hidden;
}
#sidebar ~ #content .list-wrapper .list-group .list {
  width: 50%;
}
#sidebar .counselling h3 {
  clear: both;
  font-size: 20px;
  font-weight: normal;
  line-height: 100%;
  margin: 0 0 10px;
}
#sidebar .counselling h3 .blue {
  font-size: 15px;
}
#sidebar .counselling .list-wrapper {
  margin-top: 1.25em;
  margin-bottom: 0;
}
#sidebar .counselling .list-wrapper h3 {
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.1;
  color: #000102;
  margin: 0.6em 0;
}
#sidebar .counselling .list-wrapper h3 .blue {
  font-size: 1em;
}
#sidebar .advert {
  display: block;
  margin: 0;
  padding: 0;
}
#sidebar .advert img {
  max-width: 100%;
}
#sidebar .advert > div {
  margin: 0 0 2.5em 0;
}
#sidebar .advert iframe {
  margin: 0;
}
#sidebar .article-intro .title {
  margin-top: 5px;
  margin-bottom: 10px;
}
#sidebar .article-intro .image {
  width: 98px;
  margin-right: 13px;
  margin-bottom: 13px;
}
#sidebar .article-intro .description {
  margin-left: 0;
  line-height: 110%;
}
#sidebar .article-intro .description b {
  font-weight: bold;
  margin-bottom: 0;
}
#sidebar .article-intro .blue {
  display: block;
  font-weight: normal;
}
#sidebar iframe {
  border: none;
  /*overflow:hidden; height:290px; width:100%;*/
  margin: 0 0 2.5em 0;
}
#sidebar .article-slider {
  padding: 0;
  border: none;
  width: 100%;
}
#sidebar .article-slider h3 {
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 20px;
}
#sidebar .article-slider a {
  width: 33.333%;
}
#sidebar .article-slider a:nth-child(2) {
  margin: 0 8px;
}
#sidebar .article-slider a:nth-child(3) {
  margin-right: -16px;
}
#sidebar .forums h3 {
  margin: 0 0 0.625em 0;
  padding: 0;
  font-size: 1.6em;
  color: #000102;
  line-height: 120%;
  border-bottom: none;
  font-weight: 600;
  line-height: 2.29em;
}
#sidebar .forums h3 .red {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
#sidebar .forums h4 {
  font-size: 16px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 10px;
}
#sidebar .forums .list-wrapper {
  margin-bottom: 0;
}
#sidebar .forums .list-wrapper .list-group .list a:first-child:not(.btn) {
  border-top: 1px solid #CFD7DD;
}
.cascade {
  float: right;
  width: 274px;
  position: relative;
  z-index: 2;
  margin-top: 0.63em;
  display: none;
}
.cascade ~ #content {
  margin-right: 360px;
  overflow: hidden;
}
.cascade H3 {
  font-size: 1.5em;
  margin-top: 0;
}
.cascade H3 span {
  color: #00AAF8;
}
.cascade .xs-visible {
  display: none;
}
.cascade .articles-small {
  margin: 0;
  position: relative;
  padding: 0.63em 1.5rem 0 1.5rem;
  border-left: 2px solid #E3E3E3;
  margin-bottom: 2rem;
}
.cascade .articles-small:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.cascade .articles-small:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.cascade .articles-small a {
  width: 100%;
  padding: 0;
  font-size: 1rem;
  color: #000102;
  text-decoration: none;
  margin-bottom: 1.63rem;
  display: block;
}
.cascade .articles-small a .image {
  display: block;
  position: relative;
  padding: 0;
  background: #ffffff;
  margin: 0 0 0.8em 0;
}
.cascade .articles-small a .image img {
  width: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.cascade .articles-small a .image .caption {
  display: block;
  text-align: right;
  font-size: 0.69rem;
  color: #b4b4b4;
  margin-top: 0.636em;
  margin-bottom: -0.91em;
  text-transform: uppercase;
  position: relative;
  line-height: normal;
}
.cascade .articles-small a .text {
  margin: 0;
  display: block;
  font-weight: 600;
  line-height: 1.1;
}
.cascade .articles-small a .seen {
  color: #00AAF8;
  display: none;
}
.cascade .articles-small a .seen:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e80e';
  margin: 0 0.3rem;
}
.cascade .articles-small a:hover {
  color: #003B59;
}
.cascade .articles-small a:hover .title {
  background: #003B59;
}
.cascade .articles-small a:hover .image img {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
}
.cascade .btn.btn-primary {
  text-align: center;
  background: #00AAF8;
  color: #fff;
}
.cascade .btn.btn-primary span {
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #fff;
  color: #3B3B3B;
  line-height: 1.3;
  padding: 0 10px;
  font-weight: 600;
}
.cascade .btn.btn-primary.xs-visible {
  display: none;
}
#footer {
  padding: 2.06em 0;
  background: #F2F2F2;
  border-bottom: 0.19em solid #FF2527;
}
#footer:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
#footer:before {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
#footer .footer-wrapper {
  width: 1215px;
  margin: auto;
  padding: 0 10px;
}
#footer .footer-wrapper .footer {
  width: 980px;
}
#footer .menu-footer {
  float: right;
}
#footer .menu-footer ul,
#footer .menu-footer li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
#footer .menu-footer a {
  float: left;
  text-decoration: none;
  color: #000102;
  color: #444444;
  font-size: 0.94em;
  line-height: 2.8em;
  margin-left: 2.33em;
  font-weight: 600;
}
#footer .menu-footer a:hover {
  color: #00AAF8;
}
@media screen and (min-width: 1230px) {
  #main {
    width: 1180px;
  }
  #main #wrapper-main {
    width: 1180px;
  }
  #main #menu-main > ul {
    text-align: left;
  }
  #main .cascade {
    display: block;
  }
  #main .cascade ~ #content {
    margin-right: 636px;
  }
  .article .forums .label,
  .search-inline .label {
    width: 80%;
  }
}
.mobile .cascade {
  display: none;
  width: 100%;
  padding: 0;
  float: none;
  border: none;
}
.mobile .cascade .articles-small a {
  display: none;
  font-size: 1.5em;
}
.mobile .cascade .articles-small a:first-child {
  display: block;
}
.mobile .cascade .articles-small a .seen {
  display: inline-block;
}
.mobile .cascade .articles-small h3 img {
  width: 3em;
  height: auto;
}
.mobile .cascade .xs-visible {
  display: block;
}
.mobile .cascade .xs-visible.btn.btn-primary {
  display: block;
}
.mobile .cascade .btn.btn-primary {
  line-height: 2em;
}
.mobile .cascade.desktop-cascade {
  display: none;
}
.mobile .cascade.mobile-cascade {
  display: block;
}
.mobile {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 30px;
}
.mobile #banner {
  display: none;
}
.mobile #banner div {
  width: 100% !important;
  height: auto !important;
}
.mobile #banner div img {
  width: 100% !important;
  height: auto !important;
}
.mobile > div[id*='.layer'] {
  display: none !important;
}
.mobile #sidebar {
  display: none;
}
.mobile #sidebar {
  float: none;
  width: 100%;
}
.mobile #sidebar .counselling .scrolling-list .item .button {
  max-width: 7.5em;
  display: block;
  text-align: center;
}
.mobile #sidebar .forums .label {
  width: 63%;
}
.mobile #main {
  width: 100%;
}
.mobile #wrapper-main {
  padding: 0 30px;
  width: 100%;
  min-width: 640px;
  float: none;
}
.mobile #content {
  margin: 0 !important;
  padding: 0;
}
.mobile #menu-main {
  display: none;
}
.mobile #content-wrapper {
  margin-bottom: ;
}
.mobile #header {
  position: relative;
  z-index: 10;
  height: 140px;
  padding: 20px 0;
}
.mobile #header .slogan {
  display: none;
}
.mobile #header .search {
  position: absolute;
  top: 140px;
  left: 0;
  right: 0px;
  background: #EEEEEE;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 0px 20px;
  max-height: 0;
  overflow: hidden;
}
.mobile #header .search .label {
  margin-top: 67px;
}
.mobile #header .search input {
  height: 65px;
  line-height: 65px;
  width: 100%;
  border: #CFD7DD 1px solid;
  font-size: 28px;
  padding-right: 155px;
  padding-left: 22px;
  margin-bottom: 68px;
}
.mobile #header .search .submit {
  position: absolute;
  top: 67px;
  right: 20px;
  height: 65px;
  line-height: 65px;
  width: 100px;
}
.mobile #header .search .submit:after {
  font-size: 35px;
}
.mobile #header .logo {
  left: 50%;
  margin-left: -180px;
  top: 20px;
  height: 100px;
  width: 360px;
  background: url(../imgs/logo_mobile.png) no-repeat 0 0;
}
.mobile #header .logo img {
  display: none;
}
.mobile #header .mobile-menu-tab {
  background: url("../imgs/mobile-menu-tab.png") no-repeat 0 0;
  display: block;
  height: 100px;
  position: absolute;
  left: 0;
  top: 20px;
  width: 100px;
}
.mobile #header .search-tab {
  background: url("../imgs/search-tab.png") no-repeat 0 0;
  display: block;
  height: 100px;
  position: absolute;
  right: 0;
  top: 20px;
  width: 100px;
}
.mobile .article-slider {
  display: none;
}
.mobile .advices .image {
  width: 100%;
  height: 384px;
  overflow: hidden;
}
.mobile .advices .image img {
  width: 100%;
}
.mobile .advices .image .blue {
  display: none;
}
.mobile .advices .image .title {
  font-size: 24px;
  line-height: 50px;
}
.mobile .advices .image .description {
  font-size: 40px;
}
.mobile .advices .list {
  clear: both;
}
.mobile .advices .list h2 {
  display: none;
}
.mobile .advices .list a {
  padding: 0 0 10px 0;
  margin: 0;
  border-bottom: #E5E5E5 2px solid;
  font-size: 30px;
}
.mobile .advices .list a b {
  display: inline;
}
.mobile .advices .list a .blue {
  display: none;
}
.mobile .advices .list a:last-child {
  border: none;
}
.mobile .recommends h2 {
  font-size: 49px;
}
.mobile .recommends h3 {
  font-size: 49px;
}
.mobile .recommends .articles-small {
  overflow-x: auto;
}
.mobile .recommends .articles-small .articles-wrapper {
  /*width:140%;*/
}
.mobile .recommends .articles-small a {
  font-size: 30px;
  width: 50%;
}
.mobile .recommends .articles-small a .image .title {
  font-size: 24px;
  line-height: 50px;
  height: 50px;
}
.mobile .recommends .article-image {
  width: 100%;
  height: 384px;
  overflow: hidden;
}
.mobile .recommends .article-image img {
  width: 100%;
}
.mobile .recommends .article-image .title {
  padding: 0 20px;
  font-size: 24px;
  line-height: 50px;
}
.mobile .recommends .article-image .blue {
  display: none;
}
.mobile .recommends .article-image .description {
  font-size: 40px;
}
.mobile .articles-small-wrapper h2 {
  font-size: 2em;
}
.mobile .articles-small-wrapper .articles-small {
  margin: 0;
}
.mobile .articles-small-wrapper .articles-small a {
  width: 100%;
  padding: 0;
  float: none;
  margin-bottom: 1.5em;
}
.mobile .articles-small-wrapper .articles-small + .articles-small {
  margin-top: 0;
}
.mobile .article-intro {
  font-size: 30px;
}
.mobile .article-intro .description .blue {
  display: none;
}
.mobile .article-intro .title {
  font-size: 45px;
}
.mobile .article-intro .image {
  margin: 0 15px 5px 0;
}
.mobile .newsletter {
  font-size: 30px;
}
.mobile .newsletter H2,
.mobile .newsletter H3 {
  font-size: 45px;
}
.mobile .newsletter .form-items .title {
  width: 100%;
}
.mobile .newsletter .form-items input {
  width: 100%;
  margin-top: 20px;
  font-size: 28px;
  height: 65px;
  padding-right: 155px;
}
.mobile .newsletter .form-items .submit {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0px;
  height: 65px;
  line-height: 65px;
  width: 148px;
  font-size: 32px;
}
.mobile .article-columns h2,
.mobile .article-columns h3 {
  font-size: 45px;
  line-height: 120%;
}
.mobile .article-columns .column-binder {
  width: 100%;
}
.mobile .article-columns .column-binder + .column h2,
.mobile .article-columns .column-binder + .column h3 {
  font-size: 45px;
}
.mobile .article-columns .column {
  width: 100%;
  margin-bottom: 50px;
  padding: 0;
}
.mobile .article-columns .column a {
  font-size: 30px;
  padding-bottom: 17px;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 17px;
}
.mobile .article-columns .column a .time {
  padding-right: 20px;
}
.mobile .menu-sub {
  float: none;
  width: 100%;
  display: none;
  padding-right: 0;
}
.mobile .menu-sub.menu-sub-bottom {
  display: block;
}
.mobile .menu-sub ~ .article {
  margin-left: 0%;
}
.mobile .menu-sub h2,
.mobile .menu-sub h3 {
  font-size: 40px;
}
.mobile .menu-sub h2.heading,
.mobile .menu-sub h3.heading {
  font-size: 45px;
}
.mobile .menu-sub ul a {
  font-size: 30px;
  padding-left: 25px;
}
.mobile .menu-sub ul a:before {
  width: 10px;
  height: 10px;
  margin: 12px 8px 0 0;
}
.mobile .theme-page {
  width: 100%;
  float: none;
}
.mobile .form .label .title {
  max-width: 100%;
}
.mobile .form .separation-line {
  margin: 0.94em 0;
}
.mobile .form .payment-label .title {
  float: none;
  padding: 0;
}
.mobile .form .payment-label label {
  display: block;
  margin: 0.5em 0;
}
.mobile .form .payment-label .submit {
  float: none;
  display: inline-block;
}
.mobile .form .price .pull-right {
  float: none;
}
.mobile .slideshowExtended .slideshow-previous:after {
  left: 0.5em;
}
.mobile .slideshowExtended .slideshow-next:after {
  right: 0.5em;
}
.mobile .slideshowExtended .slideshow-total {
  top: 0.5em;
  left: 0.5em;
}
.mobile .slideshow .slideshow-description {
  width: 100%;
  font-size: 30px;
}
.mobile .slideshow .slideshow-description h2 {
  font-size: 35px;
}
.mobile .slideshow .slideshow-description .instance {
  font-size: 30px;
}
.mobile #footer {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  min-width: 640px;
}
.mobile #footer .footer-wrapper {
  width: 100%;
}
.mobile #footer .footer-wrapper .footer {
  width: 100%;
}
.mobile #footer .menu-footer {
  float: none;
  margin-top: 20px;
}
.mobile #footer .menu-footer ul,
.mobile #footer .menu-footer li {
  display: block;
}
.mobile #footer .menu-footer li {
  border-top: 1px solid #DDDDDD;
}
.mobile #footer .menu-footer li:first-child {
  border: none;
}
.mobile #footer .menu-footer a {
  float: none;
  font-size: 30px;
  line-height: 80px;
  margin-left: 0;
}
.mobile #bannerbar {
  display: none;
}
.mobile .article .vote .button {
  display: inline-block;
  float: none;
}
.mobile .article .vote .addthis_kliinik b {
  line-height: normal;
}
.mobile .lead {
  margin-bottom: -20px;
  font-size: 1.1em;
}
.mobile .lead.text-justified {
  text-align: center;
}
.mobile .lead.text-justified span {
  display: inline-block;
  margin: 0 20px 20px 0;
}
.mobile .lead.text-justified span span {
  margin: 0;
}
.mobile .lead.text-justified:after {
  display: none;
}
.mobile .list-wrapper {
  overflow: hidden;
}
.mobile .list-wrapper .list-group {
  margin-left: 0;
  margin-right: 0;
}
.mobile .list-wrapper .list-group .list {
  padding-left: 0;
  padding-right: 0;
  width: 100% !important;
}
.mobile .list-wrapper .list-group .list a:not(.btn):first-child {
  border-top: 1px solid #CFD7DD;
}
.mobile .list-wrapper .list-group .list.list-title {
  padding-right: 15px;
  width: 100%;
  margin-bottom: 1em;
}
.mobile .list-wrapper .list-group .list.list-title .blue {
  line-height: normal;
  font-size: 2em;
}
.mobile .list-wrapper .list-group .list.list-title .blue small {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.6em;
}
.mobile .list-wrapper .list-group .list.list-title .blue + .blue {
  margin-top: 0;
}
.mobile .list-wrapper .list-group .list .btn {
  margin-bottom: 1em;
  line-height: 2.63em;
  height: 2.63em;
}
.mobile .list-wrapper .list-group + .list-group {
  margin-top: 2.5em;
}
.mobile .list-wrapper .search-inline {
  float: none;
  width: 100%;
  padding: 0 0;
  margin-bottom: 0;
  margin-top: 0.6em;
}
.mobile .list-wrapper .search-inline .label {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.5em;
  width: 65%;
}
.mobile .list-wrapper .search-inline .label input {
  font-size: 1em;
  line-height: 2.63em;
  height: 2.63em;
}
.mobile .separation-line {
  margin: 2em 0;
}
.mobile .btn {
  line-height: 1.83em;
}
.mobile .btn.btn-small {
  line-height: 2.63em;
}
.mobile .front-image-container {
  height: 16em;
}
.mobile .front-image-container .front-image-container-content {
  padding: 2em  1em;
}
.mobile .front-image-container .front-image-container-content h3 {
  font-size: 1.5em;
}
.mobile .front-image-container .front-image-container-content .search-inline {
  width: 100%;
}
.mobile .front-image-container .front-image-container-content .search-inline .label {
  width: 65%;
  margin-right: 5px;
  margin-bottom: 1em;
}
.mobile .front-image-container .front-image-container-content .search-inline input[type="text"] {
  font-size: 0.94em;
  line-height: 2.8em;
  height: 2.8em;
  padding: 0 0.7em;
}
.mobile input[type="text"],
.mobile input[type="password"],
.mobile textarea,
.mobile .search_field input {
  font-size: 0.94em;
}
.mobile .drug-wrapper:after {
  display: none;
}
.mobile .drug-wrapper .drug-introduction {
  margin: 1em 0;
}
.mobile .drug-wrapper .row {
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.mobile .drug-wrapper .row .col-md-6 {
  padding: 0;
  float: none;
  width: 100%;
}
.mobile .table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
.mobile .test .label .title,
.mobile .test .label span.title {
  margin: 0 0 0.5em 0;
  text-align: left;
  width: 100%;
}
.mobile .test .label.long .title {
  max-width: 100%;
  width: 100%;
  display: block;
  margin: 0;
  text-align: left;
  padding: 0;
  margin-bottom: 1em;
}
.mobile .test .label.long table {
  margin: 0 0 0.67em 0;
}
.mobile .test .label.long table th {
  font-size: 1em;
}
.mobile .test .label.long table td .title {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1em;
}
.mobile .test .label.long table td label {
  padding: 0;
  margin: 0;
  white-space: nowrap;
  line-height: 1.56em;
}
.mobile .test .label.long table td label .customForm-radio {
  margin-right: 5px;
}
.mobile .test .label label {
  margin-right: 0px;
  width: 100%;
  margin-bottom: 0.5em;
}
.mobile .test .label label .customForm-select {
  width: 100%;
}
.mobile .test .label input[type='text'] {
  width: 70%;
  margin-right: 10px;
}
.mobile .article .forums .label,
.mobile .search-inline .label {
  width: 64%;
}
.mobile .forum .forum-header h2 {
  float: none;
  max-width: 100%;
  margin-top: 0.5em;
  clear: both;
}
.mobile .forum .forum-header .btn {
  float: none;
}
.mobile .article .counselling .scrolling-list .item .button {
  max-width: 7.5em;
  display: block;
  text-align: center;
}
.mobile .notfound {
  padding: 20px 0;
}
.mobile .notfound .col-6 {
  padding: 20px 0;
  width: 100%;
  display: block;
  float: none;
  border-left: none;
}
/*TABLET STYLES*/
.tablet #bannerbar {
  display: none;
}
.tablet #main {
  width: 100%;
  overflow: hidden;
}
.tablet #main #wrapper-main {
  padding: 0 20px;
  min-width: 640px;
  width: 100%;
  float: none;
}
.tablet #banner {
  display: none;
}
.tablet #banner div {
  width: 100% !important;
  height: auto !important;
}
.tablet #banner div img {
  width: 100% !important;
  height: auto !important;
}
.tablet #menu-main > ul > li.icon > a {
  padding: 0 17px;
}
.tablet #footer .footer-wrapper {
  width: 100%;
  padding: 0 20px;
}
.tablet #footer .footer-wrapper .footer {
  width: 100%;
}
.tablet .list-wrapper .list-group {
  margin-left: 0;
  margin-right: 0;
}
.tablet .list-wrapper .list-group .list {
  padding-left: 15px;
  padding-right: 15px;
}
.tablet #menu-main {
  display: none;
}
.tablet #header {
  position: relative;
  z-index: 10;
  height: 140px;
  padding: 20px 0;
}
.tablet #header .slogan {
  display: none;
}
.tablet #header .search {
  position: absolute;
  top: 140px;
  left: 0;
  right: 0px;
  background: #EEEEEE;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 0px 20px;
  max-height: 0;
  overflow: hidden;
}
.tablet #header .search .label {
  margin-top: 67px;
}
.tablet #header .search input {
  height: 65px;
  line-height: 65px;
  width: 100%;
  border: #CFD7DD 1px solid;
  font-size: 28px;
  padding-right: 155px;
  padding-left: 22px;
  margin-bottom: 68px;
}
.tablet #header .search .submit {
  position: absolute;
  top: 67px;
  right: 20px;
  height: 65px;
  line-height: 65px;
  width: 100px;
}
.tablet #header .search .submit:after {
  font-size: 35px;
}
.tablet #header .logo {
  left: 50%;
  margin-left: -180px;
  top: 20px;
  height: 100px;
  width: 360px;
  background: url(../imgs/logo_mobile.png) no-repeat 0 0;
}
.tablet #header .logo img {
  display: none;
}
.tablet #header .mobile-menu-tab {
  background: url("../imgs/mobile-menu-tab.png") no-repeat 0 0;
  display: block;
  height: 100px;
  position: absolute;
  left: 0;
  top: 20px;
  width: 100px;
}
.tablet #header .search-tab {
  background: url("../imgs/search-tab.png") no-repeat 0 0;
  display: block;
  height: 100px;
  position: absolute;
  right: 0;
  top: 20px;
  width: 100px;
}
/*
@media screen and (max-width:640px){
   @viewport{
       width: 640px; zoom:0.5;
   }
} 

@media screen and (min-width: 641px) {
   @viewport { width: device-width; }
}
*/
.customForm-radio {
  display: inline-block;
  width: 1.56em;
  height: 1.56em;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 0.63em;
}
.customForm-radio input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.customForm-radio .customForm-radio-button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border: #8FA4AF 1px solid;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  overflow: hidden;
  text-indent: -999px;
}
.customForm-radio input:checked + .customForm-radio-button:after {
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  background: #8FA4AF;
  content: ".";
  overflow: hidden;
  -webkit-border-radius: 999px;
  border-radius: 999px;
}
.customForm-radio input:focus + .customForm-radio-button {
  border-color: #8FA4AF;
}
.customForm-checkbox {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 10px;
  font-weight: 400;
  font-size: 16px;
}
.customForm-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.customForm-checkbox .customForm-checkbox-button {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  border: #8FA4AF 1px solid;
  overflow: hidden;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.customForm-checkbox input:checked + .customForm-checkbox-button:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '\e80c';
  display: inline-block;
  font-family: fontello;
  overflow: hidden;
  color: #8FA4AF;
  text-align: center;
  line-height: 28px;
}
.customForm-checkbox input:focus + .customForm-checkbox-button {
  border-color: #8FA4AF;
}
.customForm-checkbox.error span.customForm-checkbox-button {
  border-color: red;
}
.checkboxGroup label {
  display: flex;
  align-items: center;
}
.checkboxGroup label .customForm-checkbox {
  flex-grow: 0;
  flex-shrink: 0;
}
.customForm-select {
  position: relative;
  float: left;
}
.customForm-select select {
  display: block;
  float: left;
  height: 3em;
  border: #8FA4AF 1px solid;
  background: #ffffff;
  font-size: 0.88em;
  line-height: 1;
  padding: 0 2.86em 0 7px;
  font-family: 'Proxima Nova W08', Arial;
  font-weight: 400;
  color: #444444;
  /* HACKS */
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.customForm-select select option {
  border: none;
  box-shadow: none;
  height: 2.29em;
  padding: 8px;
  font-family: 'Proxima Nova W08', Arial;
  font-weight: 400;
  outline: none;
  text-shadow: none;
}
.customForm-select select:-moz-focusring {
  color: #003B59;
  outline: none;
}
.customForm-select select:focus {
  border-color: #003B59;
  outline: none;
}
.customForm-select select:focus + .customForm-select-arrow:after {
  content: '\e802';
}
.customForm-select select::-ms-expand {
  display: none;
}
.customForm-select .customForm-select-arrow {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 2.7em;
  text-align: center;
  line-height: 2.7em;
  overflow: hidden;
  pointer-events: none;
}
.customForm-select .customForm-select-arrow:after {
  font-family: fontello;
  content: '\e803';
  color: #8FA4AF;
}
@-moz-document url-prefix() {
  .label select {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.form-group {
  margin-bottom: 1.88em;
}
input[type="text"],
input[type="password"],
textarea,
.search_field input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  padding: 0 0.94em;
  height: 2.63em;
  line-height: 2.63em;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  box-shadow: none;
  color: #444444;
  border: #8FA4AF 1px solid;
  font-weight: 400;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
.search_field input:focus {
  border-color: #003B59;
  color: #003B59;
}
input[type="text"].error,
input[type="password"].error,
textarea.error,
.search_field input.error {
  color: #FF2527;
  border-color: #FF2527;
}
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  line-height: 1.2;
  padding: 1em;
  height: 9em;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.search_field input::-webkit-input-placeholder {
  color: #444444;
  opacity: 1;
}
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder,
.search_field input:-moz-placeholder {
  color: #444444;
  opacity: 1;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder,
.search_field input::-moz-placeholder {
  color: #444444;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.search_field input:-ms-input-placeholder {
  color: #444444;
  opacity: 1;
}
