.fs-xx-small {
  font-size: 10px;
}
.fs-x-small {
  font-size: 12px;
}
.fs-small {
  font-size: 13px;
}
.fs-default {
  font-size: 15px;
}
.fs-medium {
  font-size: 16px;
}
.fs-large {
  font-size: 18px;
}
.fs-x-large {
  font-size: 19px;
}
.fs-xx-large {
  font-size: 21px;
}
.fs-xxx-large {
  font-size: 24px;
}
.fs-xxxx-large {
  font-size: 28px;
}
.fs-xxxxx-large {
  font-size: 45px;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-bottom: 5px;
  margin-top: 0;
}
.media-list {
  list-style: outside none none;
  padding-left: 0;
}
.clear {
  clear: both;
}
.clear.left {
  clear: left;
}
.clear.right {
  clear: right;
}
/* padding */
.pl-0 {
  padding-left: 0px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-7 {
  padding-left: 7px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-50 {
  padding-left: 50px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-7 {
  padding-right: 7px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-50 {
  padding-right: 50px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-7 {
  padding-top: 7px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-7 {
  padding-bottom: 7px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.p-5 {
  padding: 5px;
}
.p-10 {
  padding: 10px;
}
.p-20 {
  padding: 20px;
}
.p-30 {
  padding: 30px;
}
.p-40 {
  padding: 40px;
}
.ph-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.ph-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.ph-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.pv-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pv-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pv-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* margin */
.mt-0 {
  margin-top: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.ml-0 {
  margin-left: 0px;
}
.mr-0 {
  margin-right: 0px;
}
.mt-5 {
  margin-top: 5px;
}
.mb-5 {
  margin-bottom: 5px;
}
.ml-5 {
  margin-left: 5px;
}
.mr-5 {
  margin-right: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.ml-15 {
  margin-left: 15px;
}
.mr-15 {
  margin-right: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mb-25 {
  margin-bottom: 25px;
}
.ml-25 {
  margin-left: 25px;
}
.mr-25 {
  margin-right: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.ml-30 {
  margin-left: 30px;
}
.mr-30 {
  margin-right: 30px;
}
/* line-height */
.lh-08 {
  line-height: 0.8;
}
.lh-09 {
  line-height: 0.9;
}
.lh-10 {
  line-height: 1.0;
}
.lh-11 {
  line-height: 1.1;
}
.lh-12 {
  line-height: 1.2;
}
.lh-13 {
  line-height: 1.3;
}
.lh-14 {
  line-height: 1.4;
}
.lh-15 {
  line-height: 1.5;
}
.lh-16 {
  line-height: 1.6;
}
.lh-17 {
  line-height: 1.7;
}
.lh-18 {
  line-height: 1.8;
}
.lh-19 {
  line-height: 1.9;
}
.lh-20 {
  line-height: 2.0;
}
.message {
  color: #ff6060;
}
.message.good {
  color: #00AB04;
}
.message.warning {
  color: #ED9D00;
}
.ws-normal {
  white-space: normal;
}
.HomePageContent {
  margin-bottom: 30px;
}
.HomePageNewsletterWrapper .NewsletterBigIcon {
  font-size: 38px;
  position: relative;
  top: 3px;
}
.HomePageNewsletterWrapper .NewsletterHeaderTitle {
  font-size: 28px;
  text-transform: none;
  font-weight: 300;
  text-align: left;
}
.HomePageNewsletterWrapper .FelixFrontendNewsletterForm .TextField {
  position: relative;
  display: block;
  margin-right: 20px;
}
.HomePageNewsletterWrapper .FelixFrontendNewsletterForm .TextField:before,
.HomePageNewsletterWrapper .FelixFrontendNewsletterForm .TextField:after {
  display: table;
  content: '';
}
.HomePageNewsletterWrapper .FelixFrontendNewsletterForm .TextField:after {
  clear: both;
}
.HomePageNewsletterWrapper .FelixFrontendNewsletterForm .TextField .message,
.HomePageNewsletterWrapper .FelixFrontendNewsletterForm .TextField .JSONOutput {
  position: absolute;
  top: 50px;
  left: 0px;
  width: 100%;
  line-height: 16px;
}
.HomePageNewsletterWrapper .FelixFrontendNewsletterForm input[type="text"] {
  padding: 10px 30px 10px 20px;
  line-height: 26px;
  height: 46px;
  border-radius: 5px !important;
  box-shadow: none;
  background: #fff !important;
  color: #777;
}
.HomePageNewsletterWrapper .FelixFrontendNewsletterForm .input-group-btn input[type="submit"] {
  margin: 0px;
  font-size: 18px;
  border-radius: 5px !important;
  color: #fff;
  background: #585858;
  border: 0px;
  height: 44px;
  line-height: 24px;
  padding: 10px 25px;
}
.HomePageNewsletterWrapper .FelixFrontendNewsletterForm .input-group-btn:hover input[type="submit"],
.HomePageNewsletterWrapper .FelixFrontendNewsletterForm .input-group-btnfocus input[type="submit"] {
  background: rgba(0, 0, 0, 0.2) !important;
}
.slider-banner-container ul.slides {
  padding-left: 0px;
}
.FullWidthBannerWrapper.SL_BackgroundResponsiveImages {
  background: repeat top center;
}
.FullWidthBannerWrapper .FullWidthBannerLink {
  box-shadow: none;
}
.FullWidthBannerWrapper .FullWidthBannerLink:hover,
.FullWidthBannerWrapper .FullWidthBannerLink:focus {
  background: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
}
.HomePageSlideshowWrapper {
  /*.owl-theme {*/
  /*}*/
}
.HomePageSlideshowWrapper .item .ItemInside {
  position: relative;
}
.HomePageSlideshowWrapper .item .ItemInside > a,
.HomePageSlideshowWrapper .item .ItemInside > span {
  display: block;
  margin: 0 auto;
  max-width: 1920px;
}
.HomePageSlideshowWrapper .item .ItemInside .Foreground {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.HomePageSlideshowWrapper .item .ItemInside .TextContent {
  position: absolute;
  top: 80px;
  right: 150px;
}
.HomePageSlideshowWrapper .item .ItemInside .TextContent .separator-3 {
  margin: 20px 0px;
  width: auto;
}
.HomePageSlideshowWrapper .owl-controls {
  margin-top: 0px !important;
}
.HomePageSlideshowWrapper .owl-controls .owl-buttons {
  position: initial;
  /* needed to allow swiping */
  width: 0;
  /* needed to allow swiping */
  height: 0;
  /* needed to allow swiping */
  top: 0px;
  right: 0px;
  background: transparent;
  z-index: 1;
}
.HomePageSlideshowWrapper .owl-controls .owl-buttons div {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  z-index: 1;
}
.HomePageSlideshowWrapper .owl-controls .owl-buttons div span {
  display: block;
  height: 40px;
  width: 40px;
  margin: 0px;
  padding: 10px;
  font-size: 21px;
}
.HomePageSlideshowWrapper .owl-controls .owl-buttons .owl-prev {
  padding: 0px;
  left: 5px;
}
.HomePageSlideshowWrapper .owl-controls .owl-buttons .owl-prev span {
  padding-left: 6px;
}
.HomePageSlideshowWrapper .owl-controls .owl-buttons .owl-next {
  padding: 0px;
  right: 5px;
}
.HomePageSlideshowWrapper .owl-controls .owl-buttons .owl-next span {
  padding-right: 6px;
}
.HomePageSlideshowWrapper .owl-controls .owl-pagination {
  display: block;
  position: absolute;
  bottom: 8px;
  left: 0px;
  width: 100%;
  z-index: 2;
  text-align: center;
}
.HomePageSlideshowWrapper .owl-controls .owl-pagination .owl-page {
  vertical-align: top;
  display: inline-block;
}
.HomePageSlideshowWrapper .owl-controls .owl-pagination .owl-page span {
  background: #fff;
  border: 1px solid #eee;
  width: 15px;
  height: 15px;
  margin: 5px;
  border-radius: 20px;
  display: block;
  opacity: 0.5;
}
.HomePageSlideshowWrapper .owl-controls .owl-pagination .owl-page:hover span,
.HomePageSlideshowWrapper .owl-controls .owl-pagination .owl-page.active span {
  opacity: 1;
  background: #fff;
}
.sidebar .form {
  margin: 5px 0 20px 0;
}
.form label,
.radio label,
.checkbox label {
  font-weight: 300;
}
.sorting-filters .form {
  margin: 0;
}
.field.optionset ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  line-height: 22px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.field.optionset ul li {
  padding-left: 15px;
  width: 33%;
  display: inline-block;
  vertical-align: top;
}
.field.optionset ul li:before,
.field.optionset ul li:after {
  display: table;
  content: '';
}
.field.optionset ul li:after {
  clear: both;
}
.field.optionset ul li input {
  display: inline-block;
  vertical-align: initial;
  /*				min-height: 1em;
				margin-top: 0px;*/
  float: left;
  height: 20px;
}
.field.optionset ul li label {
  display: inline-block;
  padding-left: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 22px;
  width: 90%;
  margin-bottom: 0px;
  float: left;
}
.field.optionset.OneOptionPerLine ul {
  padding-top: 0px;
}
.field.optionset.OneOptionPerLine ul li {
  width: 100%;
  float: left;
  clear: both;
  padding-left: 0px;
}
.blockcomposite .field {
  position: relative;
  font-size: 0px;
}
.blockcomposite .field * {
  font-size: 15px;
}
.blockcomposite .field.nolabel {
  padding-left: 25%;
}
.blockcomposite .field.confirmedpassword,
.blockcomposite .field.confirmedpassword.nolabel {
  padding-left: 0%;
}
.blockcomposite .field.confirmedpassword > .middleColumn,
.blockcomposite .field.confirmedpassword.nolabel > .middleColumn {
  width: 100%;
}
.blockcomposite .field.confirmedpassword > .middleColumn .field,
.blockcomposite .field.confirmedpassword.nolabel > .middleColumn .field {
  font-size: 0px;
}
.blockcomposite .field.confirmedpassword > .middleColumn .field *,
.blockcomposite .field.confirmedpassword.nolabel > .middleColumn .field * {
  font-size: 15px;
}
.blockcomposite .field label {
  width: 25%;
  line-height: 22px;
  padding: 11px 0px;
  margin: 0;
  vertical-align: top;
}
.blockcomposite .field .middleColumn {
  width: 70%;
  display: inline-block;
}
.blockcomposite .field .message {
  display: inline-block;
  padding-left: 25%;
  margin-bottom: 5px;
  font-weight: 400;
}
.blockcomposite .field.checkboxset .message,
.blockcomposite .field.optionset .message {
  display: block;
  padding-left: 0%;
}
.field.checkbox.RightAlign {
  padding-left: 0px;
  position: relative;
}
.field.checkbox.RightAlign:before,
.field.checkbox.RightAlign:after {
  display: table;
  content: '';
}
.field.checkbox.RightAlign:after {
  clear: both;
}
.field.checkbox.RightAlign > input[type="checkbox"] {
  float: none;
  position: absolute;
  left: 25%;
  top: 0px;
  margin-left: 0px;
  margin-top: 15px;
}
.field.checkbox.RightAlign > label {
  width: 25%;
  float: left;
}
.field.checkbox.RightAlign > .message {
  clear: both;
  display: block;
  padding-left: 25%;
}
.field.checkbox.LeftAlign > input[type="checkbox"] {
  margin-top: 3px;
  margin-right: 15px;
}
form .blockcomposite.FullWidth,
form .namecomposite.FullWidth {
  clear: both;
}
form .blockcomposite:not(.FullWidth):before,
form .namecomposite:not(.FullWidth):before,
form .blockcomposite:not(.FullWidth):after,
form .namecomposite:not(.FullWidth):after {
  display: table;
  content: '';
}
form .blockcomposite:not(.FullWidth):after,
form .namecomposite:not(.FullWidth):after {
  clear: both;
}
form .blockcomposite:not(.FullWidth) h3,
form .namecomposite:not(.FullWidth) h3 {
  width: 25%;
  float: left;
  margin-top: 10px;
}
form .blockcomposite:not(.FullWidth) .field.optionset.nolabel,
form .namecomposite:not(.FullWidth) .field.optionset.nolabel {
  padding-left: 0px;
  width: 75%;
  float: left;
}
form .blockcomposite:not(.FullWidth) .field.optionset.nolabel > .middleColumn,
form .namecomposite:not(.FullWidth) .field.optionset.nolabel > .middleColumn {
  padding: 10px;
  background-color: #fff;
}
form .blockcomposite:not(.FullWidth) .field.optionset.nolabel ul,
form .namecomposite:not(.FullWidth) .field.optionset.nolabel ul {
  padding-bottom: 0px;
}
form .blockcomposite:not(.FullWidth) .field.optionset.nolabel ul li,
form .namecomposite:not(.FullWidth) .field.optionset.nolabel ul li {
  display: block;
  width: auto;
}
form .blockcomposite:not(.FullWidth) .field.optionset.nolabel ul li label,
form .namecomposite:not(.FullWidth) .field.optionset.nolabel ul li label {
  display: inline-block;
  width: 94%;
  padding-top: 0px;
}
form .blockcomposite:not(.FullWidth) .field.optionset.nolabel ul li label .Price,
form .namecomposite:not(.FullWidth) .field.optionset.nolabel ul li label .Price {
  float: left;
  font-weight: 400;
}
form .blockcomposite:not(.FullWidth) .field.optionset.nolabel ul li label .Title,
form .namecomposite:not(.FullWidth) .field.optionset.nolabel ul li label .Title {
  float: right;
  font-weight: 400;
}
form .blockcomposite:not(.FullWidth) .field.optionset.nolabel ul li label .Title.WithoutPrice,
form .namecomposite:not(.FullWidth) .field.optionset.nolabel ul li label .Title.WithoutPrice {
  float: left;
}
form .blockcomposite:not(.FullWidth) .field.optionset.nolabel ul li label .Description,
form .namecomposite:not(.FullWidth) .field.optionset.nolabel ul li label .Description {
  clear: both;
  display: block;
  padding-top: 1px;
  padding-bottom: 5px;
  font-size: 13px;
  line-height: 1.4;
  color: #999;
}
form .blockcomposite:not(.FullWidth) .field.optionset.nolabel ul li label .CreditTitle,
form .namecomposite:not(.FullWidth) .field.optionset.nolabel ul li label .CreditTitle,
form .blockcomposite:not(.FullWidth) .field.optionset.nolabel ul li label .VoucherTitle,
form .namecomposite:not(.FullWidth) .field.optionset.nolabel ul li label .VoucherTitle {
  display: block;
  float: left;
  font-size: 13px;
}
form .blockcomposite:not(.FullWidth) .field.optionset.nolabel ul li label .CreditTitle em,
form .namecomposite:not(.FullWidth) .field.optionset.nolabel ul li label .CreditTitle em,
form .blockcomposite:not(.FullWidth) .field.optionset.nolabel ul li label .VoucherTitle em,
form .namecomposite:not(.FullWidth) .field.optionset.nolabel ul li label .VoucherTitle em {
  font-size: 15px;
}
form .blockcomposite:not(.FullWidth) .field.optionset.nolabel ul li label .OtherPaymentType,
form .namecomposite:not(.FullWidth) .field.optionset.nolabel ul li label .OtherPaymentType {
  clear: both;
  display: block;
  padding-top: 0px;
}
form .blockcomposite:not(.FullWidth) .field.optionset.nolabel ul li label .OtherPaymentType span,
form .namecomposite:not(.FullWidth) .field.optionset.nolabel ul li label .OtherPaymentType span {
  padding-bottom: 5px;
}
form .blockcomposite:not(.FullWidth).Vouchers,
form .namecomposite:not(.FullWidth).Vouchers {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 25px 0 10px 0;
  margin-bottom: 20px !important;
}
form .blockcomposite:not(.FullWidth).Vouchers .field label,
form .namecomposite:not(.FullWidth).Vouchers .field label {
  font-weight: 500;
  color: #333;
}
form .blockcomposite:not(.FullWidth).Vouchers .field > .middleColumn input,
form .namecomposite:not(.FullWidth).Vouchers .field > .middleColumn input {
  width: 75%;
  margin-right: -4px;
}
fieldset legend {
  font-weight: 500;
}
form h2 {
  font-size: 21px;
}
form h2.ShowHideCongressItems {
  cursor: pointer;
}
form h3 {
  font-size: 19px;
}
form input[type="radio"],
form input[type="checkbox"] {
  margin-top: 0px;
  vertical-align: top;
}
form .Actions {
  text-align: center;
  position: relative;
}
form .Actions .BackLink {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 10px 20px 10px 0px;
  padding: 7px 0px;
}
form .Actions .BackLink::before {
  font-family: "FontAwesome";
  content: "\f053";
  padding-right: 8px;
  text-align: center;
  width: 100%;
}
form .Actions .BackLink:hover,
form .Actions .BackLink:focus {
  text-decoration: none;
}
form .html5multiupload .Btn {
  background-color: #ebebeb;
}
.RegistrationForm fieldset .OtherRegistrationsHeader {
  float: left;
}
.RegistrationForm fieldset .AddOtherPersonToRegistrationWrapper {
  float: left;
  margin-top: 12px;
}
.RegistrationForm fieldset .AddOtherPersonToRegistrationWrapper .inputs .input:first-of-type {
  margin-top: 8px;
}
.RegistrationForm fieldset .AddOtherPersonToRegistrationWrapper .inputs .input a.edit,
.RegistrationForm fieldset .AddOtherPersonToRegistrationWrapper .inputs .input a.remove {
  padding: 0px 5px;
  margin-left: 5px;
}
.RegistrationForm fieldset .field.discountcodetext label {
  display: none;
}
.RegistrationForm fieldset .field.discountcodetext .middleColumn input {
  width: 50%;
  float: left;
  margin-right: 20px;
}
.RegistrationForm fieldset .field.discountcodetext .middleColumn #ApplyDiscountCode {
  float: left;
}
.RegistrationForm fieldset .field.discountcodetext .middleColumn .DiscointCodeOrderModifier {
  clear: both;
  padding-top: 5px;
}
.RegistrationForm .readonly {
  clear: both;
}
.RegistrationForm .field.QuantitySetField .IsHidden {
  display: none !important;
}
.RegistrationForm .field.QuantitySetField input.Quantity {
  width: 30px;
  height: 23px;
  padding: 2px 4px;
  font-size: 13px;
  margin-left: 3px;
}
.RegistrationForm .field.QuantitySetField li label {
  width: 88% !important;
}
#RegistrationForm_RegistrationForm_RegistrationTypeID_Holder,
#ModalRegistrationForm_modal_mdl_RegistrationTypeID_Holder {
  padding: 20px 0 0 0;
  border-top: 1px solid #eee;
  margin-top: 15px;
}
#RegistrationForm_RegistrationForm_RegistrationTypeID_Holder label,
#ModalRegistrationForm_modal_mdl_RegistrationTypeID_Holder label {
  font-size: 16px;
  font-weight: 500;
}
#ModalRegistrationForm_modal input[type="radio"],
#ModalRegistrationForm_modal input[type="checkbox"] {
  margin-top: 0px;
  vertical-align: top;
}
.ShowHideCongressItems.UseOpenHideArrows {
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.ShowHideCongressItems.UseOpenHideArrows i {
  position: relative;
  top: -2px;
}
.ShowHideCongressItems.UseOpenHideArrows i.up {
  display: none;
}
.ShowHideCongressItems.UseOpenHideArrows i.down {
  display: inline-block;
}
.ShowHideCongressItems.UseOpenHideArrows.open i.down {
  display: none;
}
.ShowHideCongressItems.UseOpenHideArrows.open i.up {
  display: inline-block;
}
.label-pl label {
  padding-left: 10px;
  display: inline-block;
}
.field.vat .middleColumn .ajax-loader {
  position: absolute;
  top: -2px;
  margin-left: -30px !important;
}
form.RegistrationFormFourthStep .Actions input,
form.ExhibitorRegistrationFormThirdStep .Actions input,
#CISOrderTryAgainForm_CISOrderTryAgainForm .Actions input,
form.SecondStepSAVLMZMultiForm .Actions input {
  border-radius: 4px;
  font-size: 18px;
  line-height: 1.46667;
  margin: 10px 0;
  padding: 10px 25px;
}
.FelixMultiForm.RegistrationForm .multiform-progress li.active a {
  font-weight: 500;
}
form.UserForm .google-captha {
  padding-left: 50%;
  margin-left: -150px;
}
form a.DeleteConfirm {
  position: absolute;
  right: 15px;
  margin-top: -106px;
}
.SuccessMessage {
  text-align: center;
  line-height: 1.6;
  padding: 20px;
  border-radius: 2px;
}
input.datetimepicker {
  border-color: #f3f3f3;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12) inset;
  border-radius: 5px;
  display: block;
  width: 100%;
  color: #777777;
  height: 40px;
  padding: 6px 30px 6px 12px;
  position: relative;
  border: 1px solid #eee;
}
.ui-datepicker {
  font-size: 12px !important;
}
.ui-datepicker table.ui-tpicker-grid-label {
  margin-left: -2px !important;
  width: 97%;
}
.ui-datepicker table.ui-tpicker-grid-label td {
  text-align: left !important;
}
.mce-tinymce.mce-panel {
  border: 1px solid rgba(0, 0, 0, 0.02) !important;
}
.googlemapfield .googlemapfield-map {
  width: 100%;
  height: 360px;
  border: 6px solid #fff;
}
.googlemapfield .righttext {
  color: #aaa;
  font-size: 13px;
  padding: 15px 0 5px;
}
.googlemapfield .googlemapfield-searchfield {
  margin-bottom: 5px;
}
.googlemapfield .LatLon {
  margin-bottom: 5px;
  color: #aaa;
  font-size: 13px;
  display: block;
}
.googlemapfield .LatLon .LatLonData {
  font-size: 13px;
}
.googlemapfield label.right {
  display: none;
}
.manymanypredefinedautocomplete .TemplateTag,
.VeterinarianFormField .TemplateTag {
  display: none;
}
.manymanypredefinedautocomplete .tags .tm-tag,
.VeterinarianFormField .tags .tm-tag {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  border: 0 none;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  font-size: 13px;
  padding: 4px 8px;
}
.manymanypredefinedautocomplete .tags .tm-tag .Title,
.VeterinarianFormField .tags .tm-tag .Title {
  font-size: 13px;
}
.manymanypredefinedautocomplete .tags .tm-tag input,
.VeterinarianFormField .tags .tm-tag input {
  display: none;
}
.manymanypredefinedautocomplete .tags .tm-tag .tm-tag-remove,
.VeterinarianFormField .tags .tm-tag .tm-tag-remove {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  opacity: 0.6;
  padding: 0 3px;
  cursor: pointer;
}
.manymanypredefinedautocomplete .tm-tag.tm-tag-info,
.VeterinarianFormField .tm-tag.tm-tag-info {
  background-color: #5dbde0;
  color: #fff;
}
.VeterinarianFormField .AddFields {
  height: 41px;
}
.VeterinarianFormField .AddFields input {
  width: 48%;
  float: left;
  margin-right: 2%;
}
.VeterinarianFormField .errorMessage {
  padding: 5px 0;
}
.VeterinarianFormField .button {
  font-size: 13px;
  padding: 9px 15px;
  margin: 0px;
}
.ui-autocomplete {
  font-size: 13px !important;
}
.ui-autocomplete .ui-state-focus {
  background: #5dbde0 !important;
  color: #fff !important;
  border: 0px !important;
}
.openinghourform > .row {
  padding-top: 3px;
  padding-bottom: 3px;
}
.openinghourform .Odd {
  background: #f1f1f1;
}
.openinghourform input {
  padding: 5px 10px !important;
}
.openinghourform input::-webkit-input-placeholder {
  color: #ccc;
}
.openinghourform input:-moz-placeholder {
  /* FF 4-18 */
  color: #ccc;
}
.openinghourform input::-moz-placeholder {
  /* FF 19+ */
  color: #ccc;
}
.openinghourform input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}
.openinghourform .CompositeField {
  margin: 0px !important;
  padding-left: 0 !important;
  font-size: 0px;
}
.openinghourform .CompositeField input {
  width: 46%;
  font-size: 14px;
  display: inline-block;
  margin-right: 4%;
}
.openinghourform .ui-datepicker-trigger {
  display: none;
}
.field.modalsubform .input-template {
  display: none;
}
.modalSubform .modal-dialog {
  margin: 50px auto;
}
.modalSubform button.close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 6px;
}
.modalSubform fieldset {
  margin: 0;
}
.modalSubform .Actions {
  display: none;
}
.btn-default {
  background-image: none;
  text-shadow: none;
  box-shadow: none;
}
.dropdown-menu {
  box-shadow: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav > .active > a {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  box-shadow: none;
}
.nav-pills.nav-stacked:not(.list-style-icons) > li > a {
  padding-right: 30px;
}
p {
  margin-bottom: 10px;
}
b,
strong {
  font-weight: 500;
}
h1.LikeH3 {
  font-size: 24px;
  text-transform: none;
  font-weight: 300;
}
h1.LikeH3.HomePageHeader {
  font-size: 21px;
}
.container .content-slider-with-large-controls,
.container .content-slider-with-large-controls-autoplay {
  margin-bottom: 20px;
}
.block {
  margin-bottom: 20px;
}
.block h3 {
  margin-top: 11px;
}
.InlineBlockItemsWrapper {
  text-align: center;
}
.InlineBlockItemsWrapper .InlineBlockItem {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
.InlineBlockItemsWrapper .Annotation {
  min-height: 103px;
}
.MainIconInfoBlockItem .btn {
  margin-top: 20px !important;
}
.PageContentDescription p img {
  margin: 0 20px 15px 0 !important;
}
.PageContentDescription {
  padding-left: 15px;
  padding-right: 15px;
}
.header {
  background: #fff;
  border-top: 0px;
  border-bottom: 0px;
  margin-top: 55px;
}
.header .alert {
  margin: 0px;
}
.header #logo {
  padding: 5px 0px;
}
.header #logo .imageResponsiveSet img {
  max-width: 220px;
}
.header .ProjectHeaderTitle {
  font-size: 19px;
  font-family: 'Raleway', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
}
.header .ProjectHeaderTitle:first-of-type {
  margin-top: 20px;
}
.header .ProjectHeaderTitle:last-of-type {
  margin-bottom: 20px;
}
.header .ProjectHeaderTitle.ProjectSecondSubTitle {
  font-weight: 300;
}
.header .OtherLogos {
  text-align: right;
}
.header .OtherLogos .HeaderOtherLogo {
  display: inline-block;
  padding-right: 0px;
}
.header .OtherLogos .HeaderOtherLogo .imageResponsiveSet img {
  max-width: 70px;
}
.header .OtherLogos .HeaderOtherLogo .imageResponsiveSet img.SmallerLogo {
  max-width: 55px;
}
.header-top {
  width: 100%;
  min-height: 55px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100000;
}
.header-top .btn-group .btn {
  margin: 5px 0px;
}
.header-main-menu {
  background-color: #fafafa;
}
.header-main-menu .MainMenu .main-navigation .navbar {
  margin-bottom: 0px;
  min-height: 0px;
}
.header-main-menu .MainMenu .main-navigation .navbar.navbar-default {
  background-image: none;
  background-repeat: no-repeat;
  box-shadow: none;
}
.header-main-menu .MainMenu .main-navigation .navbar.navbar-default .navbar-collapse {
  text-align: center;
  padding: 0px;
}
.header-main-menu .MainMenu .main-navigation .navbar.navbar-default .navbar-collapse .navbar-nav {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.header-main-menu .MainMenu .main-navigation .navbar.navbar-default .navbar-collapse .navbar-nav > li {
  margin-left: 0px;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.header-main-menu .MainMenu .main-navigation .navbar.navbar-default .navbar-collapse .navbar-nav > li > a {
  padding: 5px 15px;
  line-height: 26px;
  font-size: 15px;
}
.header-main-menu .MainMenu .main-navigation .navbar.navbar-default .navbar-collapse .navbar-nav > li.dropdown > a {
  padding-right: 25px;
}
.header-main-menu .MainMenu .main-navigation .navbar.navbar-default .navbar-collapse .navbar-nav > li.dropdown > a::before {
  top: 12px;
  right: 10px;
}
.header-main-menu .MainMenu .main-navigation.with-dropdown-buttons .navbar-default .navbar-collapse {
  padding-right: 0px;
}
.PartnersWrapper .PartnersGroup.First.TopGroup .HeaderSeparator {
  display: none;
}
.PartnersWrapper .PartnersTopGroupTitle {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  color: #000;
}
.PartnersWrapper .PartnersTopGroupTitle.General {
  font-size: 15px;
}
.PartnersWrapper .PartnersGroupTitle {
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
}
.PartnersWrapper .PartnerLogoBlockItem {
  vertical-align: middle;
}
.ExhibitorsWrapper .Letters > span {
  padding: 3px;
}
.ExhibitorsWrapper .Letters > span .filterLink {
  font-weight: 500;
}
.ExhibitorsWrapper .Letters > span .filterLink:hover,
.ExhibitorsWrapper .Letters > span .filterLink:focus {
  text-decoration: none;
}
.tparrows.preview2 .tp-arr-titleholder {
  display: none !important;
}
.tparrows.preview2::before {
  font-family: "FontAwesome";
  content: "\f053";
  font-size: 24px;
  left: 0px;
  text-align: center;
  width: 100%;
}
.tparrows.preview2.tp-rightarrow::before {
  content: "\f054";
  right: auto;
  left: 0px;
  text-align: center;
  width: 100%;
}
.feature-box {
  margin-bottom: 20px;
}
.feature-box p {
  margin-bottom: 0px;
}
.feature-box a.btn {
  margin-top: 40px;
}
#footer .footer {
  padding-bottom: 10px;
}
#footer .footer-content.WithLogo {
  position: relative;
  top: -25px;
}
#footer .footer-content .logo-footer {
  padding-left: 0px;
  padding-right: 30px;
}
#footer .footer-content .logo-footer #logo-footer {
  margin-bottom: 10px;
}
#footer .footer-content .list-icons .FooterContactAddress {
  display: inline-block;
}
#footer .footer-content .list-icons i {
  vertical-align: top;
  padding-top: 4px;
}
#footer .footer-content .FooterNewsListWrapper .media.margin-clear:last-of-type hr {
  display: none;
}
.TeamMemberWrapper .TeamMemberItem:nth-of-type(4n+1) {
  clear: both;
}
.TeamMemberWrapper .TeamMemberItem.LecturerPageItem h3 {
  font-size: 21px;
}
.TeamMemberWrapper .TeamMemberItem h3 {
  font-size: 18px;
}
.TeamMemberWrapper .TeamMemberItem h3 a:hover,
.TeamMemberWrapper .TeamMemberItem h3 a:focus,
.TeamMemberWrapper .TeamMemberItem h3 a.active {
  text-decoration: none;
}
.TeamMemberWrapper .TeamMemberItem .body {
  padding-bottom: 80px;
}
.TeamMemberWrapper .TeamMemberItem .body .btn-lg-link {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0px;
  left: 0px;
  margin-bottom: 25px;
}
.TeamMemberWrapper.InRowItems3 .TeamMemberItem:nth-of-type(4n+1) {
  clear: none;
}
.TeamMemberWrapper.InRowItems3 .TeamMemberItem:nth-of-type(3n+1) {
  clear: both;
}
.TeamMemberWrapper.InRowItems4 .TeamMemberItem:nth-of-type(4n+1) {
  clear: both;
}
.ContactMapWrapper .ContactMap {
  height: 400px;
}
.ContactForm {
  margin-top: 0px;
}
.ContactForm fieldset {
  margin-top: 5px;
}
.breadcrumb-container {
  background-color: #fff;
  border-bottom: 0px;
}
.SignInMemberForm {
  margin: 0px;
}
.SignInMemberForm > fieldset {
  background-color: transparent;
  border: 0px;
  margin: 0px;
  padding: 0px;
}
.SignInMemberForm > fieldset .field.text {
  margin-bottom: 15px;
}
.SignInMemberForm > fieldset .field input[type="checkbox"] {
  float: none;
  margin-left: 0px;
  margin-right: 10px;
}
.SignInMemberForm #SignInMemberForm_SignInMemberForm_error {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  padding: 5px 10px;
}
.AccountRegisteredUsersZoneWrapper.btn-group {
  display: block;
  float: none;
  margin-top: 8px;
  margin-bottom: 7px;
}
.AccountRegisteredUsersZoneWrapper.btn-group ul {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}
.AccountRegisteredUsersZoneWrapper.btn-group ul li {
  padding: 3px 0;
}
.AccountRegisteredUsersZoneWrapper.btn-group ul li.disabled {
  opacity: 0.5;
}
.AccountRegisteredUsersZoneWrapper.btn-group ul em {
  margin-right: 5px;
}
.AccountRegisteredUsersZoneWrapper.btn-group ul a {
  text-decoration: none;
}
.AccountRegisteredUsersZoneWrapper.btn-group ul a:hover {
  text-decoration: underline;
}
.AccountRegisteredUsersZoneWrapper.btn-group h3 {
  color: #fafafa;
  font-size: 18px;
  margin-top: 2px;
  margin-bottom: 5px;
}
.AccountRegisteredUsersZoneWrapper.btn-group .Membership .btn {
  padding-right: 2px !important;
  display: block;
  text-align: left;
}
.AccountRegisteredUsersZoneWrapper.btn-group .Membership span {
  width: 100%;
  text-align: left;
  font-size: 11px;
  margin: 3px 0;
  white-space: normal;
}
.AccountRegisteredUsersZoneWrapper.btn-group .Membership em.fa {
  display: block;
  float: left;
  font-size: 18px;
  margin: -2px 5px 0 -7px;
}
.AccountRegisteredUsersZoneWrapper.btn-group .Membership .load-credits em.fa {
  margin-left: 0px;
}
.AccountRegisteredUsersZoneWrapper.btn-group .LogOut {
  padding-top: 92px;
}
.AccountRegisteredUsersZoneWrapper.btn-group .LogOutFirst {
  padding: 5px 0 !important;
}
.AccountRegisteredUsersZoneWrapper.btn-group .dropdown-toggle {
  float: none;
  display: block;
}
.AccountRegisteredUsersZoneWrapper.btn-group .dropdown-menu {
  float: none;
  width: 100%;
  margin-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.AccountRegisteredUsersZoneWrapper.btn-group .AccountRegisteredUsersZoneButton {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  line-height: 30px;
}
.AccountRegisteredUsersZoneWrapper.btn-group .AccountRegisteredUsersZoneButton:hover,
.AccountRegisteredUsersZoneWrapper.btn-group .AccountRegisteredUsersZoneButton:focus {
  color: #e6e6e6;
}
.AccountRegisteredUsersZoneWrapper.btn-group .AccountRegisteredUsersZoneButton i {
  font-size: 21px;
  display: inline-block;
  margin-top: 5px;
  vertical-align: top;
}
.AccountRegisteredUsersZoneWrapper.btn-group .AccountRegisteredUsersZoneButton i.up {
  display: none;
}
.AccountRegisteredUsersZoneWrapper.btn-group .AccountRegisteredUsersZoneButton i.down {
  display: inline-block;
}
.AccountRegisteredUsersZoneWrapper.btn-group.open .AccountRegisteredUsersZoneButton {
  box-shadow: none;
}
.AccountRegisteredUsersZoneWrapper.btn-group.open .AccountRegisteredUsersZoneButton i.down {
  display: none;
}
.AccountRegisteredUsersZoneWrapper.btn-group.open .AccountRegisteredUsersZoneButton i.up {
  display: inline-block;
}
/* Account tables */
table.AccountTable .TRDetailToggle {
  cursor: pointer;
}
table.AccountTable .TRDetail,
table.AccountTable a.up {
  display: none;
}
table.AccountTable a {
  cursor: pointer;
}
table.AccountTable .TRDetail > td {
  border-bottom: 4px solid #f3f3f3 !important;
}
table.AccountTable .Actions {
  text-align: right;
}
table.AccountTable .Actions a {
  margin-left: 5px;
}
table.AccountTable .Actions .btn {
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
  padding: 1px 5px;
  margin: 0px;
}
table.AccountTable td ul {
  padding: 0px;
  list-style-type: none;
}
.MyLectureVideos h3 {
  text-align: center;
  margin-bottom: 30px;
}
.MyLectureVideos .VimeoVideo {
  position: relative;
  text-align: center;
  min-height: 250px;
}
.MyLectureVideos .VimeoVideo .popup-iframe {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.MyLectureVideos .VimeoVideo .popup-iframe:hover {
  text-decoration: none;
}
.MyLectureVideos .VimeoVideo .popup-iframe:hover span {
  text-decoration: none;
  color: #f2f2f2;
}
.MyLectureVideos .VimeoVideo .popup-iframe:hover em {
  background: rgba(255, 255, 255, 0.8);
}
.MyLectureVideos .VimeoVideo .popup-iframe div {
  position: relative;
}
.MyLectureVideos .VimeoVideo .popup-iframe em {
  position: absolute;
  left: calc(50% - 16px);
  top: calc(50% - 17px);
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 13px 9px 17px;
  border-radius: 4px;
  border: 1px solid #f1f1f1;
}
.MyLectureVideos .VimeoVideo .popup-iframe span {
  background: #373737;
  padding: 10px 10px;
  margin: 0px;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 12px;
  max-width: 200px;
}
fieldset > .field,
fieldset .CompositeField {
  margin-top: 10px;
  margin-bottom: 10px;
}
fieldset > .field .middleColumn,
fieldset .CompositeField .middleColumn {
  margin-bottom: 5px;
}
.TableForm fieldset {
  padding: 0px;
  background: transparent;
  border: 0px;
}
.MemberEmailTable .DefaultMemberEmailRow .RemoveEmailButton {
  display: none;
}
.MemberEmailTable .IsDefaultMemberEmail input[type="radio"],
.MemberEmailTable .IsDefaultMemberEmail input[type="checkbox"] {
  margin-top: 13px;
}
.ThanksPrint {
  position: absolute;
  top: 10px;
  right: 15px;
}
.ButtonActionCenter {
  padding: 30px 10px;
  margin-top: 20px;
  border-top: 1px solid #eee;
}
.Paginator {
  text-align: center;
}
.Paginator .Standard {
  display: inline-block;
}
.Paginator .Standard .Prev,
.Paginator .Standard .Next,
.Paginator .Standard .Pager {
  float: left;
}
.Paginator .Standard .LGArrow {
  font-size: 0px;
}
.Paginator .Standard .LGArrow:hover,
.Paginator .Standard .LGArrow:focus {
  text-decoration: none;
}
.Paginator .Standard .LGArrow::before {
  font-family: "FontAwesome";
  content: "\f053";
  font-size: 18px;
  padding: 0px 12px;
  vertical-align: top;
  line-height: 24px;
}
.Paginator .Standard .RGArrow {
  font-size: 0px;
}
.Paginator .Standard .RGArrow:hover,
.Paginator .Standard .RGArrow:focus {
  text-decoration: none;
}
.Paginator .Standard .RGArrow::after {
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 18px;
  padding: 0px 12px;
  vertical-align: top;
  line-height: 24px;
}
.Paginator .Standard .Pager {
  margin: 0px;
}
.Paginator .Standard .Pager > a,
.Paginator .Standard .Pager > strong {
  padding: 3px 8px;
  margin: 0px 1px;
  border: 1px solid #eee;
  background: #fafafa;
}
.Paginator .Standard .Pager > a:hover,
.Paginator .Standard .Pager > a:focus {
  background: #fff;
  text-decoration: none;
}
#CookiesHandler.CisCookiesHandler .cookie-body {
  font-size: 13px;
}
#CookiesHandler.CisCookiesHandler .cookie-actions #CancelCookies.CancelByX {
  font-size: 16px;
}
#CookiesHandler.CisCookiesHandler .cookie-actions #CancelCookies.CancelByX:hover,
#CookiesHandler.CisCookiesHandler .cookie-actions #CancelCookies.CancelByX:focus {
  font-size: 16px;
}
.RegisteredUsersWrapper td {
  text-align: left;
}
/**
 * FONTS
--------------------------------- */
@font-face {
  font-family: 'TrajanPro-Regular';
  src: url('/themes/savlmz/font/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'), url('/themes/savlmz/font/TrajanPro-Regular.woff') format('woff'), url('/themes/savlmz/font/TrajanPro-Regular.ttf') format('truetype'), url('/themes/savlmz/font/TrajanPro-Regular.svg#TrajanPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.trajan {
  font-family: "TrajanPro-Regular", "Times New Roman", Arial, sans-serif;
}
/**
 * COLORS
--------------------------------- */
.dr {
  color: #732544 !important;
}
/**
 * HEADERs
--------------------------------- */
h1.capital,
h2.capital,
h3.capital,
h4.capital,
h5.capital,
h6.capital {
  text-transform: uppercase;
}
h1.normal,
h2.normal,
h3.normal,
h4.normal,
h5.normal,
h6.normal {
  font-weight: normal;
}
h2 {
  font-size: 24px;
}
/**
 * MISCELANEOUS
--------------------------------- */
ul.savlmz-pils {
  list-style-type: none;
  padding: 0px !important;
}
ul.savlmz-pils li {
  padding-left: 15px;
  position: relative;
  line-height: 1.2;
  margin-bottom: 8px;
  font-family: "Raleway", sans-serif;
}
ul.savlmz-pils li em {
  position: absolute;
  top: 0px;
  left: 0px;
}
ul.savlmz-pils li strong {
  font-weight: 500;
}
.btn-dr {
  background: #d0c7d2 !important;
  color: #732544 !important;
  border: 1px solid #bdadc1;
}
.btn-dr:hover {
  border: 1px solid #bdadc1 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  color: #fff;
}
.alert-info {
  box-shadow: 0 0 0 white;
  background: #f2f2f2;
  margin: 0px;
}
table.table.savlmz {
  background: inherit;
}
table.table.savlmz tbody {
  background-color: inherit;
}
table.table.savlmz th {
  font-weight: 500;
}
table.savlmz {
  background: inherit;
}
table.savlmz tbody {
  background-color: inherit;
}
/**
 * HEADER
--------------------------------- */
.header-top {
  background: rgba(245, 245, 245, 0.94) !important;
  border: 0px !important;
  min-height: 41px !important;
  border-bottom: 1px solid #f2f2f2 !important;
  padding-bottom: 0px !important;
}
.header-main-menu ul.dropdown-menu {
  text-align: left;
}
.header-main-menu ul.dropdown-menu li a {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.header-main-menu .navbar-nav > li > a {
  padding-top: 10px !important;
  padding-bottom: 8px !important;
  font-size: 14px !important;
  font-family: "TrajanPro-Regular", "Times New Roman", Arial, sans-serif;
}
.header-main-menu .navbar-nav > li > a::before {
  top: 15px !important;
}
.header-main-menu .navbar-nav > li > a:focus {
  color: white !important;
}
#header-top-second .MainMenuNavbar {
  margin-top: -3px;
  margin-bottom: 3px;
}
#header-top-second .SignInMemberForm .Actions input {
  background: rgba(0, 0, 0, 0.3) !important;
  padding: 10px 22px !important;
  margin: 5px 0 !important;
  color: white;
}
#header-top-second .SignInMemberForm #SignInMemberForm_SignInMemberForm_error {
  color: #c82929;
}
#header-top-second .btn-default {
  color: #333;
  background: transparent !important;
  padding: 0px !important;
  margin: 0px !important;
  line-height: 1 !important;
}
#header-top-second .header-top-dropdown .btn-group.dropdown {
  border-left: 1px solid #666;
  margin-left: 10px;
  padding-left: 10px;
}
#header-top-second .header-top-dropdown .btn-group.dropdown.open button {
  box-shadow: none !important;
}
#header-top-second .header-top-dropdown .btn-group.dropdown ul.dropdown-menu {
  margin-top: 14px !important;
  border-radius: 3px;
}
#header-top-second .header-top-dropdown .btn-group.dropdown ul.dropdown-menu::before {
  content: "";
  top: -9px;
  left: 50%;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0  7px 8px;
  border-color: transparent transparent #324471 transparent;
}
#header-top-second .pull-right form {
  margin: 0px !important;
  color: #333;
  max-width: 200px;
}
#header-top-second .pull-right form fieldset,
#header-top-second .pull-right form .field {
  padding: 0px;
  margin: 0px;
  border: 0px !important;
  position: relative;
}
#header-top-second .pull-right form .middleColumn {
  margin-bottom: 0px;
}
#header-top-second .pull-right form .field input {
  border: 1px dotted #ccc;
  box-shadow: none;
  padding: 6px 30px 6px 15px;
  height: 33px;
}
#header-top-second .pull-right form label,
#header-top-second .pull-right form .Actions {
  display: none;
}
#header-top-second .pull-right form .fa-search {
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 16px;
}
#header-top-second .AccountRegisteredUsersZoneWrapper {
  margin: -4px 0 0 0 !important;
}
#header-top-second .AccountRegisteredUsersZoneWrapper a {
  color: #333;
  font-size: 13px;
}
#header-top-second .AccountRegisteredUsersZoneWrapper .btn.btn-default {
  background: rgba(0, 0, 0, 0.2) !important;
  padding: 5px 14px !important;
  line-height: 1.5 !important;
  font-size: 11px;
  margin: 3px 0 !important;
  text-align: left;
  white-space: normal;
  width: 100%;
}
#header-top-second .AccountRegisteredUsersZoneWrapper.open a.AccountRegisteredUsersZoneButton {
  float: left !important;
}
#header-top-second .AccountRegisteredUsersZoneWrapper.open .dropdown-menu-left {
  position: absolute !important;
  margin-top: 5px !important;
  width: 1140px;
}
#header-top-second .AccountRegisteredUsersZoneWrapper.open .dropdown-menu-left a,
#header-top-second .AccountRegisteredUsersZoneWrapper.open .dropdown-menu-left span,
#header-top-second .AccountRegisteredUsersZoneWrapper.open .dropdown-menu-left em {
  color: white;
}
.SAVLMZHeader a:hover {
  text-decoration: none !important;
}
.SAVLMZHeader h2 {
  font-family: "TrajanPro-Regular", "Times New Roman", Arial, sans-serif;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 16px;
  padding: 15px 0;
  text-decoration: none;
}
.SAVLMZHeader .mobile-logo {
  text-align: center !important;
}
.SAVLMZHeader .eshop {
  margin-top: 62px;
}
.SAVLMZHeader .logo {
  margin-top: 5px;
}
.SAVLMZHeader .dog {
  margin-top: 86px;
}
.SAVLMZHeader .eshopline a {
  display: block;
  text-align: center;
  margin: 0 -15px;
  border-top: 1px solid #eee;
  background: #f6f6f6;
}
/**
 * PAGES - breadCrumbs
--------------------------------- */
.breadcrumb-container {
  background: #f5f5f5;
  border-bottom: 1px solid #eee;
}
/**
 * PAGES - main container for subpages
--------------------------------- */
section.main-container {
  padding-top: 30px !important;
}
/**
 * PAGES - Sidebar
--------------------------------- */
.sidebar .sidebar-top-banners a {
  padding-top: 20px;
  display: inline-block;
}
.sidebar .media-body .small {
  font-size: 12px;
}
.sidebar .media-heading {
  margin-top: 10px;
  margin-bottom: 0px;
}
.sidebar .carousel-indicators {
  bottom: -30px;
  line-height: 1 !important;
}
.sidebar .carousel-indicators li {
  border-color: #ccc;
}
.sidebar .carousel-indicators li.active {
  background: #ccc;
}
.sidebar .allpartners {
  margin-bottom: 0px;
}
.sidebar .nav-pills.style-2 a {
  text-transform: none;
  font-size: 11px;
}
.sidebar .SLCalendar {
  padding-bottom: 10px;
}
.sidebar .SLCalendar td,
.sidebar .SLCalendar th {
  height: 40px !important;
  padding: 5px 6px !important;
  text-align: center;
}
.sidebar .SLCalendar small {
  display: none;
}
.sidebar .SLCalendar .SLCalendarPaginator a {
  height: 27px;
}
.sidebar .SLCalendar .EventDay {
  margin: -2px;
  padding: 5px 6px !important;
}
/**
 * PAGES - TOP BANNERS
--------------------------------- */
.top-savlmz-banners {
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}
.top-savlmz-banners .others a {
  padding-top: 10px;
  display: inline-block;
}
/**
 * Member line for home page
--------------------------------- */
.member-line {
  background: #d0c7d2;
  padding: 10px 0 0;
  color: white;
}
.member-line a:hover,
.member-line a:hover * {
  text-decoration: none;
  opacity: 0.9;
}
.member-line h2 {
  font-family: "TrajanPro-Regular", "Times New Roman", Arial, sans-serif;
  font-size: 20px;
  margin: 15px 0 0;
  color: white;
}
.member-line .separator {
  margin-top: 10px;
}
.member-line .separator::after {
  background: rgba(255, 255, 255, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 35%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0;
}
/**
 * PAGES - MAIN SLIDESHOW - HOME PAGE
--------------------------------- */
.HomePageSlideshowWrapper .Foreground {
  display: none;
}
.HomePageSlideshowWrapper .TextContent {
  position: absolute;
  bottom: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
}
.HomePageSlideshowWrapper .TextBottom {
  position: absolute;
  bottom: 0;
  right: 15px;
  max-width: 580px;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.4);
}
.HomePageSlideshowWrapper .large_white {
  font-size: 26px;
  padding: 3px 0 11px;
}
.HomePageSlideshowWrapper .medium_white {
  font-size: 13px !important;
}
.HomePageSlideshowWrapper .separator-2 {
  margin-bottom: 0px;
}
/**
 * PAGES - Footer
--------------------------------- */
.banner-bottom {
  background: #e5e7ea;
}
.subfooter {
  background: #f9f9f9;
  border-top: 0px;
}
.footer .media hr {
  margin-top: 13px;
}
.footer .savlmz-pils {
  font-size: 13px;
}
.HomePageNewsletterWrapper {
  background: #fff;
  margin-bottom: 0px;
}
.HomePageNewsletterWrapper input[type="submit"] {
  background: #324471 !important;
}
.HomePageNewsletterWrapper input[type="submit"]:hover {
  background: #223461 !important;
}
.HomePageNewsletterWrapper .FelixFrontendNewsletterForm .input-group-btn:hover input[type="submit"] {
  background: #223461 !important;
}
.HomePageNewsletterWrapper .message {
  text-align: left;
}
.HomePageNewsletterWrapper .NewsletterHeaderTitle {
  text-align: left !important;
}
/**
 * PAGES - list of news
--------------------------------- */
.blogpost {
  margin-bottom: 25px !important;
}
.blogpost .overlay-container {
  margin-top: 20px;
}
.blogpost header,
.blogpost .blogpost-content,
.blogpost footer {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 12px;
  padding-top: 0;
}
.blogpost .blogpost-content {
  padding-bottom: 15px;
}
.blogpost .blogpost-content p {
  margin-bottom: 0px;
}
.blogpost .blogpost-content p img {
  width: 33%;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
}
.blogpost.left-image .overlay-container {
  margin-top: 5px;
}
/**
 * PAGES - Search clinic line
--------------------------------- */
.search-clinic {
  background: #e7e2e4;
}
.search-clinic h3 {
  margin-top: 10px;
}
/**
 * LAST INSERTIONS - Search clinic line
--------------------------------- */
.last-insertions h6 {
  margin-top: -1px;
}
.last-insertions p.small {
  margin-bottom: 0px;
}
/**
 * Google map - area 
--------------------------------- */
.googlemapfield-map {
  border-color: #f2f2f2 !important;
}
.googlemapfield-map #radius-control > div {
  background: #fff;
  padding: 3px 10px;
  font-weight: normal;
  font-size: 12px;
  margin: 5px;
  cursor: pointer;
  box-shadow: 0px 0px 3px #bbb;
}
.googlemapfield-map #radius-control > div.selected {
  background: #ececec;
  box-shadow: 0px 0px 2px #ccc;
  font-weight: bold;
}
/**
 * MULTIFORM
--------------------------------- */
.FelixMultiForm .multiform-progress li.active a {
  font-weight: 500 !important;
}
.FelixMultiForm #ReCaptcha {
  padding-left: calc(25% + 15px);
}
/**
 * OWL-carousel 
--------------------------------- */
.owl-carousel.savlmz-owl.only-one .overlay-bottom {
  padding-bottom: 20px;
}
.owl-carousel.savlmz-owl .overlay-bottom {
  padding-bottom: 37px;
}
.owl-carousel.savlmz-owl .owl-pagination > div span {
  width: 10px;
  height: 10px;
}
.owl-carousel.savlmz-owl .owl-pagination .active span {
  background: #fff !important;
}
.owl-carousel.savlmz-owl .owl-buttons > div {
  background: rgba(0, 0, 0, 0.9) !important;
  border-radius: 0px !important;
  transition: all 0.2s ease-in-out 0s;
  margin: 0px !important;
  padding: 7px 15px !important;
  color: transparent !important;
  width: 32px;
}
.owl-carousel.savlmz-owl .owl-buttons > div:hover {
  width: 60px;
  color: #fff !important;
}
/**
 * Archive Page
--------------------------------- */
.archive-page .image {
  min-height: 115px;
}
.archive-page h4 {
  min-height: 70px;
}
/**
 * PAGES - main container for subpages
--------------------------------- */
table.Desc {
  margin-bottom: 20px;
}
table.Desc tbody {
  background: inherit !important;
}
table.Desc td {
  padding: 0px 0px 5px;
  vertical-align: top;
}
/**
 * FA 
--------------------------------- */
.fa.big {
  font-size: 77px;
}
/**
 * Insertion Page + Calendarium page + VeterinaryClinic page
-------------------------------------- */
.page-with-filter h1.title .btn {
  margin-top: -3px;
}
.page-with-filter .panel-group {
  margin-bottom: 13px;
  margin-bottom: 18px;
}
.page-with-filter .panel-group .panel-body {
  padding-bottom: 0px;
}
.page-with-filter .panel-group hr {
  margin-bottom: 0px;
}
.page-with-filter .collapse-style-2 a {
  background: #f2f2f2 !important;
  color: #666;
}
.page-with-filter .collapse-style-2 a.collapsed {
  background: #f5f5f5 !important;
}
.page-with-filter #InsertionSAVLMZMultiForm_InsertionSAVLMZMultiForm_TypeOfEmployment_Holder label {
  font-size: 14px;
}
.page-with-filter #InsertionSAVLMZMultiForm_InsertionSAVLMZMultiForm_Salary_Note_Holder {
  padding-left: 25%;
}
.page-with-filter #InsertionSAVLMZMultiForm_InsertionSAVLMZMultiForm_Salary_Note_Holder .middleColumn {
  width: 95% !important;
}
.page-with-filter #InsertionSAVLMZMultiForm_InsertionSAVLMZMultiForm_Salary_Holder label {
  height: 40px;
}
.page-with-filter #InsertionSAVLMZMultiForm_InsertionSAVLMZMultiForm_Salary_Holder.SalaryNoteShowOnClick .middleColumn {
  position: relative;
}
.page-with-filter #InsertionSAVLMZMultiForm_InsertionSAVLMZMultiForm_Salary_Holder.SalaryNoteShowOnClick .middleColumn a.ShowSalaryNote {
  font-size: 16px;
  top: 9px;
  position: absolute;
  right: -18px;
  cursor: pointer;
}
.page-with-filter #InsertionSAVLMZMultiForm_InsertionSAVLMZMultiForm_Salary_Holder.SalaryNoteShowOnClick .middleColumn .SalaryNotePopup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 25px;
  background-color: #f9f9f9;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.page-with-filter #InsertionSAVLMZMultiForm_InsertionSAVLMZMultiForm_Salary_Holder.SalaryNoteShowOnClick .middleColumn .SalaryNotePopup .Close {
  position: absolute;
  top: 0px;
  right: 5px;
  cursor: pointer;
}
.page-with-filter #InsertionSAVLMZMultiForm_InsertionSAVLMZMultiForm_Salary_Holder.SalaryNoteShowOnClick label {
  height: auto;
}
.page-with-filter small.note {
  font-size: 80% !important;
  color: #aaa;
  line-height: 1 !important;
}
.page-with-filter .form-inline {
  margin-top: 0px;
  margin-bottom: 0px;
}
.page-with-filter .form-inline fieldset {
  padding: 0;
  border: 0px;
  margin-top: 0px;
}
.page-with-filter .form-inline .field {
  width: 29.3%;
  margin: 2%;
  float: left;
}
.page-with-filter .form-inline .field input,
.page-with-filter .form-inline .field select {
  width: 100%;
}
.page-with-filter .form-inline .middleColumn {
  margin-bottom: 0px;
}
.page-with-filter .form-inline label {
  display: none;
}
.page-with-filter .form-inline .clear {
  clear: both;
}
.page-with-filter .form-inline input {
  margin-top: 0px;
  margin-bottom: 0px;
}
.page-with-filter .form-inline .Actions .filter-cancel-btn {
  background: transparent !important;
  color: #333;
  border: 0px;
  position: absolute;
  display: none;
  font-size: 13px;
  margin: 10px 15px;
}
.page-with-filter .form-inline.is-filtered .filter-cancel-btn {
  display: inline !important;
}
/**
 * Calendarium page
-------------------------------------- */
.calendarium-page .SLCalendar > table,
.sidebar .SLCalendar > table,
.calendarium-page .SLCalendar,
.sidebar .SLCalendar {
  width: 100%;
}
.calendarium-page .SLCalendar > table th,
.sidebar .SLCalendar > table th,
.calendarium-page .SLCalendar th,
.sidebar .SLCalendar th,
.calendarium-page .SLCalendar > table td,
.sidebar .SLCalendar > table td,
.calendarium-page .SLCalendar td,
.sidebar .SLCalendar td {
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
}
.calendarium-page .SLCalendar > table tr.SLCalendarPaginator th,
.sidebar .SLCalendar > table tr.SLCalendarPaginator th,
.calendarium-page .SLCalendar tr.SLCalendarPaginator th,
.sidebar .SLCalendar tr.SLCalendarPaginator th,
.calendarium-page .SLCalendar > table div.SLCalendarPaginator th,
.sidebar .SLCalendar > table div.SLCalendarPaginator th,
.calendarium-page .SLCalendar div.SLCalendarPaginator th,
.sidebar .SLCalendar div.SLCalendarPaginator th {
  background: #fff !important;
}
.calendarium-page .SLCalendar > table tr.SLCalendarPaginator a,
.sidebar .SLCalendar > table tr.SLCalendarPaginator a,
.calendarium-page .SLCalendar tr.SLCalendarPaginator a,
.sidebar .SLCalendar tr.SLCalendarPaginator a,
.calendarium-page .SLCalendar > table div.SLCalendarPaginator a,
.sidebar .SLCalendar > table div.SLCalendarPaginator a,
.calendarium-page .SLCalendar div.SLCalendarPaginator a,
.sidebar .SLCalendar div.SLCalendarPaginator a {
  margin: 0px;
  padding: 3px 10px;
}
.calendarium-page .SLCalendar > table tr.SLCalendarPaginator .MonthName,
.sidebar .SLCalendar > table tr.SLCalendarPaginator .MonthName,
.calendarium-page .SLCalendar tr.SLCalendarPaginator .MonthName,
.sidebar .SLCalendar tr.SLCalendarPaginator .MonthName,
.calendarium-page .SLCalendar > table div.SLCalendarPaginator .MonthName,
.sidebar .SLCalendar > table div.SLCalendarPaginator .MonthName,
.calendarium-page .SLCalendar div.SLCalendarPaginator .MonthName,
.sidebar .SLCalendar div.SLCalendarPaginator .MonthName {
  width: calc(100% - 80px);
  padding: 3px 0;
  font-weight: 500;
}
.calendarium-page .SLCalendar > table div.SLCalendarPaginator,
.sidebar .SLCalendar > table div.SLCalendarPaginator,
.calendarium-page .SLCalendar div.SLCalendarPaginator,
.sidebar .SLCalendar div.SLCalendarPaginator {
  padding: 10px;
  background: #fff;
  min-height: 50px;
  margin-bottom: 15px;
  border: 1px solid #f3f3f3;
}
.calendarium-page .SLCalendar > table thead tr.Header th,
.sidebar .SLCalendar > table thead tr.Header th,
.calendarium-page .SLCalendar thead tr.Header th,
.sidebar .SLCalendar thead tr.Header th {
  font-weight: 500;
  width: 14.28%;
}
.calendarium-page .SLCalendar > table tr:nth-child(2n+1) > td,
.sidebar .SLCalendar > table tr:nth-child(2n+1) > td,
.calendarium-page .SLCalendar tr:nth-child(2n+1) > td,
.sidebar .SLCalendar tr:nth-child(2n+1) > td {
  background: #fff !important;
}
.calendarium-page .SLCalendar > table tbody td.today,
.sidebar .SLCalendar > table tbody td.today,
.calendarium-page .SLCalendar tbody td.today,
.sidebar .SLCalendar tbody td.today {
  background: #ccc !important;
  color: #fff;
}
.calendarium-page .SLCalendar > table tbody tr td.has-event,
.sidebar .SLCalendar > table tbody tr td.has-event,
.calendarium-page .SLCalendar tbody tr td.has-event,
.sidebar .SLCalendar tbody tr td.has-event {
  background: #5cb85c !important;
}
.calendarium-page .SLCalendar > table tbody tr td.has-event:hover,
.sidebar .SLCalendar > table tbody tr td.has-event:hover,
.calendarium-page .SLCalendar tbody tr td.has-event:hover,
.sidebar .SLCalendar tbody tr td.has-event:hover {
  background: #4fab4f !important;
}
.calendarium-page .SLCalendar > table tbody tr td.has-event a,
.sidebar .SLCalendar > table tbody tr td.has-event a,
.calendarium-page .SLCalendar tbody tr td.has-event a,
.sidebar .SLCalendar tbody tr td.has-event a {
  display: block;
  color: #fff;
  padding: 12px 5px 12px 10px;
  margin: -4px;
}
.calendarium-page .SLCalendar > table tbody tr td.has-event.today,
.sidebar .SLCalendar > table tbody tr td.has-event.today,
.calendarium-page .SLCalendar tbody tr td.has-event.today,
.sidebar .SLCalendar tbody tr td.has-event.today {
  background: #288428 !important;
}
.calendarium-page .SLCalendar > table .popover a,
.sidebar .SLCalendar > table .popover a,
.calendarium-page .SLCalendar .popover a,
.sidebar .SLCalendar .popover a {
  color: #333 !important;
  display: block;
  line-height: 1;
  text-align: left;
  padding: 4px 0;
}
.calendarium-page .muted,
.sidebar .muted {
  color: #ccc;
}
.calendarium-page .muted ul,
.sidebar .muted ul {
  display: none;
}
.calendarium-page #CalendariumActionSAVLMZMultiForm_CalendariumActionSAVLMZMultiForm_WebinarIsOnline_Holder,
.sidebar #CalendariumActionSAVLMZMultiForm_CalendariumActionSAVLMZMultiForm_WebinarIsOnline_Holder,
.calendarium-page #CalendariumActionSAVLMZMultiForm_CalendariumActionSAVLMZMultiForm_WebinarIsOffline_Holder,
.sidebar #CalendariumActionSAVLMZMultiForm_CalendariumActionSAVLMZMultiForm_WebinarIsOffline_Holder {
  padding-left: calc(25% + 35px);
}
.calendarium-page #CalendariumActionSAVLMZMultiForm_CalendariumActionSAVLMZMultiForm_WebinarIsOnline_Holder label,
.sidebar #CalendariumActionSAVLMZMultiForm_CalendariumActionSAVLMZMultiForm_WebinarIsOnline_Holder label,
.calendarium-page #CalendariumActionSAVLMZMultiForm_CalendariumActionSAVLMZMultiForm_WebinarIsOffline_Holder label,
.sidebar #CalendariumActionSAVLMZMultiForm_CalendariumActionSAVLMZMultiForm_WebinarIsOffline_Holder label {
  padding-top: 0px;
}
.calendarium-page #CalendariumActionSAVLMZMultiForm_CalendariumActionSAVLMZMultiForm_WebinarIsOnline_Holder input,
.sidebar #CalendariumActionSAVLMZMultiForm_CalendariumActionSAVLMZMultiForm_WebinarIsOnline_Holder input,
.calendarium-page #CalendariumActionSAVLMZMultiForm_CalendariumActionSAVLMZMultiForm_WebinarIsOffline_Holder input,
.sidebar #CalendariumActionSAVLMZMultiForm_CalendariumActionSAVLMZMultiForm_WebinarIsOffline_Holder input {
  margin-top: 3px;
}
.calendarium-page #CalendariumLangs .message,
.sidebar #CalendariumLangs .message {
  padding-left: 25% !important;
}
/**
 * Veterinary clinic page
-------------------------------------- */
.vetclinic-page .second-link {
  display: none;
}
.vetclinic-page .btn-filter {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 3px 7px 2px;
  line-height: 1;
}
.vetclinic-page .btn-filter.active {
  background: #6f7c9d;
}
.vetclinic-page .form-inline fieldset {
  padding-bottom: 2%;
}
.vetclinic-page .form-inline .field {
  margin: 2% 2% 0 !important;
}
.vetclinic-page .form-inline #Form_AdvancedFilter_Title_Holder,
.vetclinic-page .form-inline #Species,
.vetclinic-page .form-inline #Operations,
.vetclinic-page .form-inline #Services,
.vetclinic-page .form-inline #Languages {
  width: 96%;
}
.vetclinic-page .form-inline a.tm-tag-remove {
  background-color: inherit !important;
}
.vetclinic-page .righttext {
  padding-top: 0px;
  font-size: 12px;
}
.vetclinic-page .blogpost {
  margin-bottom: 5px !important;
}
.vetclinic-page .blogpost header {
  padding-bottom: 14px;
}
.vetclinic-page .blogpost footer {
  margin-top: 0px;
}
.vetclinic-page .blogpost .blogpost-content {
  margin-bottom: 15px;
}
.vetclinic-page .blogpost .blogpost-content a {
  display: block;
  height: 40px;
  width: 40px;
}
.vetclinic-page .VeterinaryClinicDetail ul {
  padding: 0px;
  list-style-type: none;
}
.vetclinic-page .VeterinaryClinicDetail .Pictograms a {
  display: block;
  height: 40px;
  width: 40px;
}
.vetclinic-page .VeterinaryClinicDetail .popup-img {
  float: left;
  margin: 0 5px 5px 0;
}
.vetclinic-page .VeterinaryClinicDetail .popup-img:hover {
  opacity: 0.7;
}
.vetclinic-page .VeterinaryClinicSAVLMZMultiForm .field li {
  width: 100%;
}
@media (max-width: 1199px) {
  .HomePageSlideshowWrapper .item .ItemInside .TextContent {
    top: 50px;
    right: 100px;
  }
  .HomePageSlideshowWrapper .item .ItemInside .TextContent .large_white {
    font-size: 24px;
  }
  .HomePageSlideshowWrapper .item .ItemInside .TextContent .medium_white {
    font-size: 19px;
  }
  .tp-bullets.hidebullets {
    opacity: 1;
  }
  .tparrows.preview2 {
    opacity: 1;
  }
  .AccountRegisteredUsersZoneWrapper.btn-group .dropdown-menu {
    width: 940px !important;
  }
}
@media (max-width: 991px) {
  .AccountRegisteredUsersZoneWrapper.btn-group .dropdown-menu {
    width: 720px;
  }
  .SAVLMZHeader h2 {
    text-align: left;
    font-size: 14px;
  }
  .SAVLMZHeader .eshop {
    margin-top: 5px;
  }
  .call-to-action h3 {
    margin-top: 0px;
  }
  .TeamMemberWrapper .TeamMemberItem:nth-of-type(4n+1) {
    clear: none;
  }
  .TeamMemberWrapper.InRowItems3 .TeamMemberItem:nth-of-type(4n+1) {
    clear: none;
  }
  .TeamMemberWrapper.InRowItems4 .TeamMemberItem:nth-of-type(4n+1) {
    clear: none;
  }
  .TeamMemberWrapper .TeamMemberItem:nth-of-type(3n+1) {
    clear: both;
  }
  .TeamMemberWrapper.InRowItems3 .TeamMemberItem:nth-of-type(3n+1) {
    clear: both;
  }
  .TeamMemberWrapper.InRowItems4 .TeamMemberItem:nth-of-type(3n+1) {
    clear: both;
  }
  .main-container .main.pr-30 {
    padding-right: 15px;
  }
  .HomePageSlideshowWrapper .item .ItemInside .TextContent {
    top: 30px;
    right: 50px;
  }
  .HomePageSlideshowWrapper .item .ItemInside .TextContent .large_white {
    font-size: 21px;
  }
  .HomePageSlideshowWrapper .item .ItemInside .TextContent .medium_white {
    font-size: 16px;
  }
  .HomePageSlideshowWrapper .item .ItemInside .TextContent .separator-3 {
    margin: 10px 0px;
  }
  /**
	* FORMS
	*/
  .blockcomposite .field .middleColumn {
    width: 100%;
  }
  form:not(.RegistrationFormFirstStep) .blockcomposite.Vouchers .field > .middleColumn,
  form:not(.RegistrationFormFirstStep) .namecomposite.Vouchers .field > .middleColumn {
    width: 74%;
  }
  form:not(.RegistrationFormFirstStep) .blockcomposite.Vouchers .field > .middleColumn input,
  form:not(.RegistrationFormFirstStep) .namecomposite.Vouchers .field > .middleColumn input {
    width: 100%;
  }
  .mobile-logo {
    display: table-cell;
    height: 60px;
    vertical-align: middle;
    line-height: 1;
    padding: 0px;
  }
  .FelixMultiForm #ReCaptcha {
    padding-left: 0px;
  }
  #CalendariumActionSAVLMZMultiForm_CalendariumActionSAVLMZMultiForm_WebinarIsOnline_Holder,
  #CalendariumActionSAVLMZMultiForm_CalendariumActionSAVLMZMultiForm_WebinarIsOffline_Holder {
    padding-left: 35px !important;
  }
  #CalendariumLangs .message {
    padding-left: 0 !important;
  }
  #InsertionSAVLMZMultiForm_InsertionSAVLMZMultiForm_Salary_Note_Holder {
    padding-left: 0% !important;
  }
  #InsertionSAVLMZMultiForm_InsertionSAVLMZMultiForm_Salary_Holder label {
    height: auto !important;
  }
}
@media (max-width: 767px) {
  body.FullMenuOpened {
    overflow: hidden !important;
    position: fixed;
  }
  a.AccountRegisteredUsersZoneButton {
    float: right !important;
    word-break: keep-all;
    white-space: nowrap;
    padding-top: 8px;
  }
  #header-top-second .AccountRegisteredUsersZoneWrapper.open .dropdown-menu-left {
    margin-top: 0px !important;
  }
  .header-main-menu ul.dropdown-menu {
    text-align: center !important;
  }
  .header-main-menu .MainMenu .main-navigation .navbar.navbar-default {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 0px;
    margin-top: 0px;
  }
  .header-main-menu .MainMenu .main-navigation .navbar.navbar-default .MainMenuNavbarCollapse.navbar-collapse {
    max-height: none;
    background: #fafafa;
  }
  .header-main-menu .MainMenu .main-navigation .navbar.navbar-default .MainMenuNavbarCollapse.navbar-collapse.in {
    overflow: hidden;
    max-height: none !important;
    height: auto !important;
  }
  .header-main-menu .MainMenu .main-navigation .navbar.navbar-default .MainMenuNavbarCollapse.navbar-collapse.in ul {
    overflow-y: auto;
    height: 100%;
  }
  .header-main-menu .MainMenu .main-navigation .navbar.navbar-default .MainMenuNavbarCollapse.navbar-collapse.in,
  .header-main-menu .MainMenu .main-navigation .navbar.navbar-default .MainMenuNavbarCollapse.navbar-collapse.collapsing {
    position: fixed;
    top: 50px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    z-index: 100;
  }
  .header-main-menu .MainMenu .main-navigation .navbar.navbar-default .MainMenuNavbarCollapse.navbar-collapse .navbar-nav {
    display: block;
    margin: 0px;
  }
  .header-main-menu .MainMenu .main-navigation .navbar.navbar-default .MainMenuNavbarCollapse.navbar-collapse .navbar-nav > li {
    display: block;
  }
  .header-main-menu .MainMenu .main-navigation .navbar.navbar-default .MainMenuNavbarCollapse.navbar-collapse .navbar-nav > li .dropdown-menu a {
    padding-left: 15px;
  }
  .page-wrapper #header-top-second .AccountRegisteredUsersZoneWrapper a.AccountRegisteredUsersZoneButton {
    float: right !important;
    margin-top: 10px;
  }
  #header-top-second .AccountRegisteredUsersZoneWrapper .LogOutFirst a {
    padding: 5px 10px !important;
  }
  #header-top-second .AccountRegisteredUsersZoneWrapper .dropdown-menu-left {
    overflow-y: auto;
  }
  #header-top-second .AccountRegisteredUsersZoneWrapper .Membership a,
  #header-top-second .AccountRegisteredUsersZoneWrapper .Membership span {
    width: 200px !important;
  }
  .header-top {
    min-height: 55px !important;
  }
  .header-top .header-top-second {
    text-align: right;
  }
  .header-top #header-top-second a {
    padding: 1px 0 4px !important;
  }
  .header-top #header-top-second .pull-left {
    float: right !important;
  }
  .header-top #header-top-second .pt-5 {
    padding-top: 0px !important;
  }
  .header-top #header-top-second .btn-group.dropdown {
    border-left: 0px !important;
  }
  .header-top #header-top-second .header-top-dropdown .btn-group {
    padding-left: 10px;
  }
  .header-top #header-top-second form {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .header-top #header-top-second .dropdown-menu-right {
    right: 15px !important;
  }
  .header-top .header-top-dropdown {
    text-align: right;
    width: 330px;
    float: right;
  }
  .header-top .header-top-dropdown .btn-group {
    position: static;
  }
  .header-top .header-top-dropdown .AccountRegisteredUsersZoneWrapper .dropdown-menu {
    text-align: left;
    margin-top: 6px;
  }
  .header-top .header-top-dropdown .AccountRegisteredUsersZoneWrapper .dropdown-menu > div {
    padding: 20px 0 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .header-top .header-top-dropdown .AccountRegisteredUsersZoneWrapper .dropdown-menu .LogOut {
    border-top: 0px solid rgba(255, 255, 255, 0.1);
  }
  .header-top .MainMenuNavbar {
    float: left;
  }
  .header-top .MainMenuNavbar .navbar-toggle {
    margin-top: 3px;
    margin-bottom: 0px;
    color: #333;
    border: 0px;
  }
  .header-top .MainMenuNavbar .navbar-toggle .fa {
    font-size: 24px;
  }
  .header-top .MainMenuNavbar .navbar-toggle .closed {
    display: none;
  }
  .header-top .MainMenuNavbar .navbar-toggle .opened {
    display: block;
  }
  .header-top .MainMenuNavbar .navbar-toggle.collapsed .closed {
    display: block;
  }
  .header-top .MainMenuNavbar .navbar-toggle.collapsed .opened {
    display: none;
  }
  .header .HeaderLogo {
    margin-top: 10px;
    text-align: center;
  }
  .header .HeaderLogo .imageResponsiveSet {
    display: inline-block;
  }
  .header .ProjectHeaderTitle:first-of-type {
    margin-top: 5px;
  }
  .header .ProjectHeaderTitle:last-of-type {
    margin-bottom: 5px;
  }
  .header .HeaderOtherLogos .OtherLogos {
    padding: 10px 0px;
    text-align: center;
  }
  .HomePageNewsletterWrapper .NewsletterHeaderTitle {
    margin: 0px;
    text-align: center;
    font-size: 24px;
  }
  .HomePageSlideshowWrapper .item .ItemInside .TextContent {
    top: 30px;
    right: 30px;
  }
  .HomePageSlideshowWrapper .item .ItemInside .TextContent .large_white {
    font-size: 18px;
  }
  .HomePageSlideshowWrapper .item .ItemInside .TextContent .medium_white > p {
    display: none;
  }
  .HomePageSlideshowWrapper .item .ItemInside .TextContent .separator-3 {
    display: none;
  }
  /**
	* FORMS
	*/
  .field.optionset ul li {
    width: 100%;
    display: block;
    clear: both;
  }
  .field.optionset ul li input {
    display: block;
    float: left;
  }
  .field.optionset ul li label {
    display: block;
    float: left;
    width: 96%;
    padding-top: 0px;
  }
  .blockcomposite .field {
    position: relative;
  }
  .blockcomposite .field.nolabel {
    padding-left: 0%;
  }
  .blockcomposite .field.confirmedpassword,
  .blockcomposite .field.confirmedpassword.nolabel {
    padding-left: 0%;
  }
  .blockcomposite .field label {
    width: 100%;
  }
  .blockcomposite .field .middleColumn {
    width: 100%;
    display: block;
  }
  .blockcomposite .field .message {
    display: block;
    padding-left: 0%;
  }
  form .blockcomposite:not(.FullWidth):before,
  form .namecomposite:not(.FullWidth):before,
  form .blockcomposite:not(.FullWidth):after,
  form .namecomposite:not(.FullWidth):after {
    display: table;
    content: '';
  }
  form .blockcomposite:not(.FullWidth):after,
  form .namecomposite:not(.FullWidth):after {
    clear: both;
  }
  form .blockcomposite:not(.FullWidth) h3,
  form .namecomposite:not(.FullWidth) h3 {
    width: 100%;
    float: none;
  }
  form .blockcomposite:not(.FullWidth) .field.optionset.nolabel,
  form .namecomposite:not(.FullWidth) .field.optionset.nolabel {
    width: 100%;
    float: none;
  }
  form .blockcomposite:not(.FullWidth) .field.optionset.nolabel ul,
  form .namecomposite:not(.FullWidth) .field.optionset.nolabel ul {
    padding-bottom: 0px;
  }
  form .blockcomposite:not(.FullWidth) .field.optionset.nolabel ul li,
  form .namecomposite:not(.FullWidth) .field.optionset.nolabel ul li {
    display: inline-block;
    width: 100%;
  }
  form .blockcomposite:not(.FullWidth).Vouchers .field > .middleColumn input,
  form .namecomposite:not(.FullWidth).Vouchers .field > .middleColumn input {
    width: 100%;
    display: block;
  }
  .RegistrationForm fieldset .OtherRegistrationsHeader {
    float: none;
  }
  .RegistrationForm fieldset .AddOtherPersonToRegistrationWrapper {
    float: none;
  }
  .RegistrationForm fieldset .field.discountcodetext label {
    display: none;
  }
  .RegistrationForm fieldset .field.discountcodetext .middleColumn input {
    width: 50%;
    float: left;
    margin-right: 20px;
  }
  .RegistrationForm fieldset .field.discountcodetext .middleColumn #ApplyDiscountCode {
    float: left;
  }
  .ThanksPrint {
    display: none;
  }
  .logo {
    margin-top: 0px !important;
    margin-bottom: 10px;
  }
  .mobile-logo {
    display: table-cell;
    height: 51px;
    vertical-align: middle;
    line-height: 1.2;
    padding: 0px !important;
  }
}
@media (max-width: 479px) {
  .AccountRegisteredUsersZoneWrapper.btn-group .dropdown-menu {
    width: 420px;
  }
  .header-top-dropdown .dropdown-menu {
    width: calc(100% - 30px);
  }
  .header .HeaderLogo {
    text-align: center;
  }
  .header .HeaderLogo .imageResponsiveSet {
    display: inline-block;
  }
  .header .HeaderOtherLogos .OtherLogos {
    text-align: center;
  }
  .TeamMemberWrapper .TeamMemberItem:nth-of-type(3n+1) {
    clear: none;
  }
  .TeamMemberWrapper.InRowItems3 .TeamMemberItem:nth-of-type(3n+1) {
    clear: none;
  }
  .TeamMemberWrapper.InRowItems4 .TeamMemberItem:nth-of-type(3n+1) {
    clear: none;
  }
  .TeamMemberWrapper .TeamMemberItem:nth-of-type(2n+1) {
    clear: both;
  }
  .TeamMemberWrapper.InRowItems3 .TeamMemberItem:nth-of-type(2n+1) {
    clear: both;
  }
  .TeamMemberWrapper.InRowItems4 .TeamMemberItem:nth-of-type(2n+1) {
    clear: both;
  }
  .HomePageSlideshowWrapper .item .ItemInside .TextContent {
    top: 20px;
    right: 20px;
  }
  .VeterinarianFormField .AddFields {
    height: 76px;
  }
  .VeterinarianFormField .AddFields input {
    width: 100%;
    margin-right: 0%;
  }
  .header-top .header-top-dropdown {
    width: 230px !important;
  }
  .header-main-menu.colored {
    border-bottom: 1px solid #eee !important;
  }
  .member-line h2 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .blogpost-content p img {
    width: 100% !important;
    margin-right: 0px !important;
  }
  .general h4 {
    font-size: 12px;
  }
}
@media (max-width: 359px) {
  .header .ProjectHeaderTitle {
    font-size: 18px;
  }
  .general h4 {
    font-size: 10px;
  }
}
/*# sourceMappingURL=style.css.map */