@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
#ext_menu-0 .mbr-brand__name {
  font-size: 16px;
}
#ext_menu-0.mbr-navbar--stuck .mbr-navbar__section {
  background: #000000;
}
#ext_menu-0 .mbr-navbar__hamburger {
  color: #000000;
}
#ext_menu-0 .mbr-navbar__items a {
  font-size: 11px;
}
#ext_menu-0.mbr-navbar--stuck .mbr-navbar__section {
  background: rgba(255, 255, 255, 0.97);
}
#ext_menu-0 .mbr-navbar__section {
  background: transparent;
}
#ext_menu-0 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#ext_menu-0 .mbr-buttons__link {
  padding: 10px 0px 10px 0px;
}
#header4-1 H1 {
  color: #000000;
}
#header4-1 P {
  color: #000000;
}
#header4-1 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#custom-html-2 .anchor {
  display: block;
  height: 65px;
  /*same height as header*/
  margin-top: -65px;
  /*same height as header*/
  visibility: hidden;
}
#custom-html-2 nav {
  display: block;
  background: #E95546;
}
#custom-html-2 .menuRSK {
  display: block;
  margin-bottom: 0px;
}
#custom-html-2 .menuRSK li {
  display: inline-block;
  position: relative;
  z-index: 100;
}
#custom-html-2 .menuRSK li:first-child {
  margin-left: 0;
}
#custom-html-2 .menuRSK li a {
  font-weight: 600;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
}
#custom-html-2 .menuRSK li a:hover,
#custom-html-2 .menuRSK li:hover > a {
  color: #fff;
  background: #FC6D58;
}
#custom-html-2 .menuRSK ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 170px;
  position: absolute;
  left: 0px;
  background: #fff;
  z-index: 99;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
}
#custom-html-2 .menuRSK ul:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}
#custom-html-2 .menuRSK ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}
#custom-html-2 .menuRSK ul li a {
  font-size: 12px;
  font-weight: normal;
  display: block;
  color: #797979;
  background: #fff;
}
#custom-html-2 .menuRSK ul li a:hover,
#custom-html-2 .menuRSK ul li:hover > a {
  background: #FC6D58;
  color: #fff;
}
#custom-html-2 .menuRSK li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
#custom-html-2 .menuRSK ul ul {
  left: 50px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 20px);
  transition: all 0.2s ease-out;
}
#custom-html-2 .menuRSK ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}
#custom-html-2 .menuRSK li > ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
#custom-html-2 .responsive-menuRSK {
  display: none;
  width: 100%;
  padding: 20px 15px;
  background: #E95546;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}
#custom-html-2 .responsive-menuRSK:hover {
  background: #E95546;
  color: #fff;
  text-decoration: blink;
}
#custom-html-2 a.homer {
  background: #FC6D58;
}
@media (min-width: 768px) and (max-width: 979px) {
  #custom-html-2 .mainWrap {
    width: 768px;
  }
  #custom-html-2 .menuRSK ul {
    top: 37px;
  }
  #custom-html-2 .menuRSK li a {
    font-size: 12px;
  }
  #custom-html-2 a.homer {
    background: #E95546;
  }
}
@media (max-width: 767px) {
  #custom-html-2 .mainWrap {
    width: auto;
    padding: 50px 20px;
  }
  #custom-html-2 .menuRSK {
    display: none;
  }
  #custom-html-2 .responsive-menuRSK {
    display: block;
  }
  #custom-html-2 nav {
    margin: 0;
    background: none;
  }
  #custom-html-2 .menuRSK li {
    display: block;
    margin: 0;
  }
  #custom-html-2 .menuRSK li a {
    background: #fff;
    color: #797979;
  }
  #custom-html-2 .menuRSK li a:hover,
  #custom-html-2 .menuRSK li:hover > a {
    background: #FC6D58;
    color: #fff;
  }
  #custom-html-2 .menuRSK ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    transform: initial;
  }
  #custom-html-2 .menuRSK li:hover > ul {
    visibility: visible;
    opacity: 1;
    position: relative;
    transform: initial;
  }
  #custom-html-2 .menuRSK ul ul {
    left: 0;
    transform: initial;
  }
  #custom-html-2 .menuRSK li > ul ul:hover {
    transform: initial;
  }
}
#msg-box3-41 .mbr-header .mbr-header__text {
  text-align: center;
  color: #f97352;
}
#msg-box3-41 .mbr-header .mbr-header__subtext {
  text-align: center;
}
#msg-box3-41 .mbr-article P {
  color: #f97352;
}
#content5-14 .mbr-header .mbr-header__text {
  text-align: center;
  color: #fff;
}
#content5-14 .mbr-header .mbr-header__subtext {
  text-align: center;
  color: #fff;
}
#content5-14 .mbr-article {
  color: #fff;
}
#content5-14 .mbr-article P {
  font-size: 17px;
}
#content5-14 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#custom-html-20 {
  
}
#custom-html-20 .anchor {
  display: block;
  height: 25px;
  /*same height as header*/
  margin-top: -25px;
  /*same height as header*/
  visibility: hidden;
}
#custom-html-20 #NewsinABC {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  background-color: #EFEFEF;
  min-width: 300px;
}
#custom-html-20 #NewsinABCwrap {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  padding: 50px 30px 50px 30px;
  min-width: 300px;
  max-width: 1200px;
}
#custom-html-20 #NewsinA {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  padding: 0px 30px 0px 30px;
}
#custom-html-20 #NewsinA h2 {
  font: normal 18pt Roboto;
  color: #000000;
  background-color: inherit;
  margin: 0 0 16px 0;
  text-align: center;
  letter-spacing: 0px;
}
#custom-html-20 #NewsinA h2 span {
  font: normal 9pt Verdana;
  color: #C0C0C0;
  background-color: inherit;
  margin: 0 0 5px 0;
}
#custom-html-20 #NewsinA h2 a.link {
  font: normal 20pt Roboto;
  color: #F97352;
  background-color: inherit;
  margin: 0 0 5px 0;
  text-decoration: none;
  outline: 0;
}
#custom-html-20 #NewsinA h2 a.link:hover {
  font: normal 20pt Roboto;
  color: #0000FF;
  background-color: inherit;
  margin: 0 0 5px 0;
  text-decoration: none;
  outline: 0;
}
#custom-html-20 #NewsinB {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  padding: 10px 30px 10px 30px;
  background-color: #FAFAFA;
  margin-bottom: 10px;
  border-radius: 5px;
}
#custom-html-20 #NewsinB h2 {
  font: normal 13pt Roboto;
  color: #252525;
  background-color: inherit;
  margin: 0 0 5px 0;
  text-align: Left;
  letter-spacing: 0px;
}
#custom-html-20 #NewsinB h2 a.link {
  font: normal 16pt Roboto;
  background-color: inherit;
  color: #F97352;
  text-align: Left;
  text-decoration: none;
  outline: 0;
}
#custom-html-20 #NewsinB h2 a.link:hover {
  font: normal 16pt Roboto;
  color: #0000FF;
  background-color: inherit;
  margin: 0 0 5px 0;
  text-align: Left;
  text-decoration: none;
  outline: 0;
}
#custom-html-20 #NewsinB h2 span {
  font: normal 9pt Verdana;
  color: #C0C0C0;
  background-color: inherit;
  margin: 0 0 5px 0;
  text-align: Left;
}
#custom-html-20 #NewsinB h3 {
  font: normal 12pt Roboto;
  color: #777777;
  background-color: inherit;
  margin: 0 0 5px 0;
  text-align: Left;
  letter-spacing: 0px;
}
#custom-html-20 #NewsinB h3 a.link {
  font: normal 12pt Roboto;
  color: #F97352;
  background-color: inherit;
  margin: 0 0 5px 0;
  text-align: Left;
  text-decoration: none;
  outline: 0;
}
#custom-html-20 #NewsinB h3 a.link:hover {
  font: normal 12pt Roboto;
  color: #0000FF;
  background-color: inherit;
  margin: 0 0 5px 0;
  text-align: Left;
  text-decoration: underline;
  outline: 0;
}
#features1-16 .mbr-section-title .mbr-header__text {
  font-size: 10px;
}
#features1-16 .mbr-section__col .mbr-header__text {
  font-size: 12px;
}
#features1-16 .mbr-figure {
  border-radius: 25px 10px 25px 10px;
  max-width: 300px;
}
#msg-box4-29 .mbr-header__text {
  color: #ffffff;
}
#msg-box4-29 .mbr-header__subtext {
  color: #ffffff;
}
#msg-box4-29 .mbr-article {
  color: #ffffff;
}
#msg-box4-29 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#contacts1-17 P {
  color: #9c9c9c;
}
#contacts1-17 .mbr-contacts__img {
  border-radius: 10px 5px 10px 5px;
  margin-bottom: 20px;
}
#contacts1-17 .mbr-contacts__text a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-17 .mbr-contacts__text a:hover {
  text-decoration: none;
  color: #ffffff;
}
#contacts1-17 .col-sm-4 a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-17 .col-sm-4 a:hover {
  text-decoration: none;
  color: #ffffff;
}
#custom-html-178 {
  /* arrow icon (span tag) */
}
#custom-html-178 #back-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
}
#custom-html-178 #back-top a {
  width: 41px;
  display: block;
  text-align: center;
  font: 7pt Verdana;
  text-decoration: none;
  color: #bbb;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-178 #back-top a:hover {
  color: #000;
}
#custom-html-178 #back-top span {
  width: 41px;
  height: 41px;
  display: block;
  margin-bottom: 7px;
  background: url(../../../addons/up-arrow.png) no-repeat center center;
  /* rounded corners */
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-178 #back-top a:hover span {
  background-color: #777;
}
#footer1-28 P {
  text-align: center;
  color: #9c9c9c;
}
#footer1-28 a {
  text-decoration: none;
}
#footer1-28 a:hover {
  text-decoration: none;
  color: #ff7f60;
}
#ext_menu-29 .mbr-brand__name {
  font-size: 16px;
}
#ext_menu-29.mbr-navbar--stuck .mbr-navbar__section {
  background: #000000;
}
#ext_menu-29 .mbr-navbar__hamburger {
  color: #000000;
}
#ext_menu-29 .mbr-navbar__items a {
  font-size: 11px;
}
#ext_menu-29.mbr-navbar--stuck .mbr-navbar__section {
  background: rgba(255, 255, 255, 0.97);
}
#ext_menu-29 .mbr-navbar__section {
  background: transparent;
}
#ext_menu-29 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#ext_menu-29 .mbr-buttons__link {
  padding: 10px 0px 10px 0px;
}
#image1-39 SMALL {
  font-size: 22px;
}
#custom-html-19 {
  
}
#custom-html-19 #PublicationsinABC {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  background-color: #EFEFEF;
  min-width: 300px;
}
#custom-html-19 #PublicationsinABCwrap {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  padding: 50px 30px 50px 30px;
  min-width: 300px;
  max-width: 1200px;
}
#custom-html-19 #PublicationsinA {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  padding: 0px 30px 0px 30px;
}
#custom-html-19 #PublicationsinA h2 {
  font: normal 16pt Roboto;
  color: #000000;
  background-color: inherit;
  margin: 0 0 16px 0;
  text-align: left;
  letter-spacing: 0px;
}
#custom-html-19 #PublicationsinA h2 span {
  font: normal 9pt Verdana;
  color: #C0C0C0;
  background-color: inherit;
  margin: 0 0 5px 0;
}
#custom-html-19 #PublicationsinA h2 a.link {
  font: normal 20pt Roboto;
  color: #F97352;
  background-color: inherit;
  margin: 0 0 5px 0;
  text-decoration: none;
  outline: 0;
}
#custom-html-19 #PublicationsinA h2 a.link:hover {
  font: normal 20pt Roboto;
  color: #0000FF;
  background-color: inherit;
  margin: 0 0 5px 0;
  text-decoration: none;
  outline: 0;
}
#custom-html-19 #PublicationsinB {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  padding: 10px 30px 30px 30px;
  background-color: #FAFAFA;
  margin-bottom: 10px;
  border-radius: 5px;
}
#custom-html-19 #PublicationsinB h2 {
  font: normal 13pt Roboto;
  color: #252525;
  background-color: inherit;
  margin: 0 0 5px 0;
  text-align: Left;
  letter-spacing: 0px;
}
#custom-html-19 #PublicationsinB h2 a.link {
  font: normal 16pt Roboto;
  background-color: inherit;
  color: #F97352;
  text-align: Left;
  text-decoration: none;
  outline: 0;
}
#custom-html-19 #PublicationsinB h2 a.link:hover {
  font: normal 16pt Roboto;
  color: #0000FF;
  background-color: inherit;
  margin: 0 0 5px 0;
  text-align: Left;
  text-decoration: none;
  outline: 0;
}
#custom-html-19 #PublicationsinB h2 span {
  font: normal 9pt Verdana;
  color: #C0C0C0;
  background-color: inherit;
  margin: 0 0 5px 0;
  text-align: Left;
}
#custom-html-19 #PublicationsinB h3 {
  font: normal 12pt Roboto;
  color: #777777;
  background-color: inherit;
  margin: 0 0 5px 0;
  text-align: Left;
  letter-spacing: 0px;
}
#custom-html-19 #PublicationsinB h3 a.link {
  font: normal 12pt Roboto;
  color: #F97352;
  background-color: inherit;
  margin: 0 0 5px 0;
  text-align: Left;
  text-decoration: none;
  outline: 0;
}
#custom-html-19 #PublicationsinB h3 a.link:hover {
  font: normal 12pt Roboto;
  color: #0000FF;
  background-color: inherit;
  margin: 0 0 5px 0;
  text-align: Left;
  text-decoration: underline;
  outline: 0;
}
#custom-html-19 #PubliCoverOUT {
  width: 100%;
  height: auto;
  background-color: inherit;
  margin: 0px;
}
#custom-html-19 #PubliCover {
  width: 183px;
  height: 225px;
  background-color: #FFFFFF;
  margin: 10px;
  float: left;
  border-radius: 5px 5px 5px 5px;
}
#custom-html-19 #PubliCoverIN {
  margin-left: auto;
  margin-right: auto;
  width: 70px;
  height: 117px;
  padding: 20px 0px 0px 0px;
}
#custom-html-19 #PubliTextIN {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 69px;
  padding: 0px 5px 0px 5px;
  font: normal 10pt Arial;
  text-transform: uppercase;
  color: #808080;
  margin: 0px;
  text-align: center;
}
#custom-html-19 .pickdj {
  width: 70px;
  height: 94px;
}
#custom-html-19 #PubliTextIN0 {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 65px;
  padding: 0px 5px 0px 5px;
  font: normal 10pt Arial;
  text-transform: uppercase;
  color: #808080;
  margin: 0px;
  text-align: center;
}
#custom-html-19 #PubliTextIN1 {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 65px;
  padding: 10px 5px 0px 5px;
  font: normal 10pt Arial;
  text-transform: uppercase;
  color: #808080;
  margin: 0px;
  text-align: center;
}
#custom-html-19 #PubliTextIN2 {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 65px;
  padding: 0px 5px 0px 5px;
  font: normal 10pt Arial;
  text-transform: uppercase;
  color: #808080;
  margin: 0px;
  text-align: center;
}
#custom-html-19 #PubliTextIN3 {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 65px;
  padding: 0px 5px 0px 5px;
  font: normal 10pt Arial;
  text-transform: uppercase;
  color: #808080;
  margin: 0px;
  text-align: center;
}
#custom-html-19 .piclinkkdj {
  outline: none;
  border: 5px;
  border-color: #FFFFFF;
  border-style: solid;
  border-radius: 5px 5px 5px 5px;
}
#custom-html-19 .piclinkkdj:hover {
  border: 5px;
  border-color: #EFEFEF;
  border-style: solid;
}
#custom-html-19 .spacer {
  clear: both;
  font-size: 0;
  line-height: 10px;
  height: 10px;
}
#custom-html-19 .spacer {
  clear: both;
  font-size: 0;
  line-height: 3 0px;
  height: 30px;
}
#custom-html-19 .spacer2 {
  height: 36px;
}
#contacts1-37 P {
  color: #9c9c9c;
}
#contacts1-37 .mbr-contacts__img {
  border-radius: 10px 5px 10px 5px;
  margin-bottom: 20px;
}
#contacts1-37 .mbr-contacts__text a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-37 .mbr-contacts__text a:hover {
  text-decoration: none;
  color: #ffffff;
}
#contacts1-37 .col-sm-4 a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-37 .col-sm-4 a:hover {
  text-decoration: none;
  color: #ffffff;
}
#custom-html-177 {
  /* arrow icon (span tag) */
}
#custom-html-177 #back-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
}
#custom-html-177 #back-top a {
  width: 41px;
  display: block;
  text-align: center;
  font: 7pt Verdana;
  text-decoration: none;
  color: #bbb;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-177 #back-top a:hover {
  color: #000;
}
#custom-html-177 #back-top span {
  width: 41px;
  height: 41px;
  display: block;
  margin-bottom: 7px;
  background: url(../../../addons/up-arrow.png) no-repeat center center;
  /* rounded corners */
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-177 #back-top a:hover span {
  background-color: #777;
}
#footer1-38 P {
  text-align: center;
  color: #9c9c9c;
}
#footer1-38 a {
  text-decoration: none;
}
#footer1-38 a:hover {
  text-decoration: none;
  color: #ff7f60;
}
#ext_menu-19 .mbr-brand__name {
  font-size: 16px;
}
#ext_menu-19.mbr-navbar--stuck .mbr-navbar__section {
  background: #000000;
}
#ext_menu-19 .mbr-navbar__hamburger {
  color: #000000;
}
#ext_menu-19 .mbr-navbar__items a {
  font-size: 11px;
}
#ext_menu-19.mbr-navbar--stuck .mbr-navbar__section {
  background: rgba(255, 255, 255, 0.97);
}
#ext_menu-19 .mbr-navbar__section {
  background: transparent;
}
#ext_menu-19 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#ext_menu-19 .mbr-buttons__link {
  padding: 10px 0px 10px 0px;
}
#image1-20 SMALL {
  font-size: 22px;
}
#contacts1-21 P {
  color: #9c9c9c;
}
#contacts1-21 .mbr-contacts__img {
  border-radius: 10px 5px 10px 5px;
  margin-bottom: 20px;
}
#contacts1-21 .mbr-contacts__text a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-21 .mbr-contacts__text a:hover {
  text-decoration: none;
  color: #ffffff;
}
#contacts1-21 .col-sm-4 a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-21 .col-sm-4 a:hover {
  text-decoration: none;
  color: #ffffff;
}
#custom-html-179 {
  /* arrow icon (span tag) */
}
#custom-html-179 #back-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
}
#custom-html-179 #back-top a {
  width: 41px;
  display: block;
  text-align: center;
  font: 7pt Verdana;
  text-decoration: none;
  color: #bbb;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-179 #back-top a:hover {
  color: #000;
}
#custom-html-179 #back-top span {
  width: 41px;
  height: 41px;
  display: block;
  margin-bottom: 7px;
  background: url(../../../addons/up-arrow.png) no-repeat center center;
  /* rounded corners */
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-179 #back-top a:hover span {
  background-color: #777;
}
#footer1-22 P {
  text-align: center;
  color: #9c9c9c;
}
#footer1-22 a {
  text-decoration: none;
}
#footer1-22 a:hover {
  text-decoration: none;
  color: #ff7f60;
}
#ext_menu-19 .mbr-brand__name {
  font-size: 16px;
}
#ext_menu-19.mbr-navbar--stuck .mbr-navbar__section {
  background: #000000;
}
#ext_menu-19 .mbr-navbar__hamburger {
  color: #000000;
}
#ext_menu-19 .mbr-navbar__items a {
  font-size: 11px;
}
#ext_menu-19.mbr-navbar--stuck .mbr-navbar__section {
  background: rgba(255, 255, 255, 0.97);
}
#ext_menu-19 .mbr-navbar__section {
  background: transparent;
}
#ext_menu-19 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#ext_menu-19 .mbr-buttons__link {
  padding: 10px 0px 10px 0px;
}
#image1-20 SMALL {
  font-size: 22px;
}
#msg-box4-27 .mbr-header__text {
  color: #ffffff;
  font-size: 20px;
}
#msg-box4-27 .mbr-header__subtext {
  color: #ffffff;
}
#msg-box4-27 .mbr-article {
  color: #ffffff;
}
#msg-box4-27 .mbr-header__text {
  letter-spacing: 1px;
}
#msg-box4-27 .mbr-figure {
  max-width: 250px;
  border-radius: 50px 15px 50px 15px;
}
#contacts1-21 P {
  color: #9c9c9c;
}
#contacts1-21 .mbr-contacts__img {
  border-radius: 10px 5px 10px 5px;
  margin-bottom: 20px;
}
#contacts1-21 .mbr-contacts__text a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-21 .mbr-contacts__text a:hover {
  text-decoration: none;
  color: #ffffff;
}
#contacts1-21 .col-sm-4 a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-21 .col-sm-4 a:hover {
  text-decoration: none;
  color: #ffffff;
}
#custom-html-180 {
  /* arrow icon (span tag) */
}
#custom-html-180 #back-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
}
#custom-html-180 #back-top a {
  width: 41px;
  display: block;
  text-align: center;
  font: 7pt Verdana;
  text-decoration: none;
  color: #bbb;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-180 #back-top a:hover {
  color: #000;
}
#custom-html-180 #back-top span {
  width: 41px;
  height: 41px;
  display: block;
  margin-bottom: 7px;
  background: url(../../../addons/up-arrow.png) no-repeat center center;
  /* rounded corners */
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-180 #back-top a:hover span {
  background-color: #777;
}
#footer1-22 P {
  text-align: center;
  color: #9c9c9c;
}
#footer1-22 a {
  text-decoration: none;
}
#footer1-22 a:hover {
  text-decoration: none;
  color: #ff7f60;
}
#ext_menu-23 .mbr-brand__name {
  font-size: 16px;
}
#ext_menu-23.mbr-navbar--stuck .mbr-navbar__section {
  background: #000000;
}
#ext_menu-23 .mbr-navbar__hamburger {
  color: #000000;
}
#ext_menu-23 .mbr-navbar__items a {
  font-size: 11px;
}
#ext_menu-23.mbr-navbar--stuck .mbr-navbar__section {
  background: rgba(255, 255, 255, 0.97);
}
#ext_menu-23 .mbr-navbar__section {
  background: transparent;
}
#ext_menu-23 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#ext_menu-23 .mbr-buttons__link {
  padding: 10px 0px 10px 0px;
}
#image1-24 SMALL {
  font-size: 22px;
}
#content5-28 .mbr-header .mbr-header__text {
  text-align: center;
  color: #fff;
}
#content5-28 .mbr-header .mbr-header__subtext {
  text-align: center;
  color: #fff;
}
#content5-28 .mbr-article {
  color: #fff;
}
#contacts1-25 P {
  color: #9c9c9c;
}
#contacts1-25 .mbr-contacts__img {
  border-radius: 10px 5px 10px 5px;
  margin-bottom: 20px;
}
#contacts1-25 .mbr-contacts__text a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-25 .mbr-contacts__text a:hover {
  text-decoration: none;
  color: #ffffff;
}
#contacts1-25 .col-sm-4 a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-25 .col-sm-4 a:hover {
  text-decoration: none;
  color: #ffffff;
}
#custom-html-181 {
  /* arrow icon (span tag) */
}
#custom-html-181 #back-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
}
#custom-html-181 #back-top a {
  width: 41px;
  display: block;
  text-align: center;
  font: 7pt Verdana;
  text-decoration: none;
  color: #bbb;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-181 #back-top a:hover {
  color: #000;
}
#custom-html-181 #back-top span {
  width: 41px;
  height: 41px;
  display: block;
  margin-bottom: 7px;
  background: url(../../../addons/up-arrow.png) no-repeat center center;
  /* rounded corners */
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-181 #back-top a:hover span {
  background-color: #777;
}
#footer1-26 P {
  text-align: center;
  color: #9c9c9c;
}
#footer1-26 a {
  text-decoration: none;
}
#footer1-26 a:hover {
  text-decoration: none;
  color: #ff7f60;
}
#ext_menu-29 .mbr-brand__name {
  font-size: 16px;
}
#ext_menu-29.mbr-navbar--stuck .mbr-navbar__section {
  background: #000000;
}
#ext_menu-29 .mbr-navbar__hamburger {
  color: #000000;
}
#ext_menu-29 .mbr-navbar__items a {
  font-size: 11px;
}
#ext_menu-29.mbr-navbar--stuck .mbr-navbar__section {
  background: rgba(255, 255, 255, 0.97);
}
#ext_menu-29 .mbr-navbar__section {
  background: transparent;
}
#ext_menu-29 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#ext_menu-29 .mbr-buttons__link {
  padding: 10px 0px 10px 0px;
}
#image1-30 SMALL {
  font-size: 22px;
}
#msg-box3-34 .mbr-header .mbr-header__text {
  text-align: left;
  font-size: 20px;
  color: #efefef;
}
#msg-box3-34 .mbr-header .mbr-header__subtext {
  text-align: center;
}
#msg-box3-34 .mbr-article P {
  color: #ffffff;
}
#msg-box3-34 .mbr-header__text {
  letter-spacing: 1px;
}
#header3-37 SPAN {
  font-size: 20px;
}
#header3-37 .mbr-header__text {
  letter-spacing: 1px;
}
#features1-35 .mbr-section__col .mbr-header__text SPAN {
  font-size: 16px;
}
#features1-35 .mbr-section__col .mbr-header__text {
  font-size: 16px;
}
#features1-35 .mbr-header__text {
  letter-spacing: 1px;
}
#features1-35 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#header3-38 H3 {
  font-size: 20px;
}
#header3-38 .mbr-header__text {
  letter-spacing: 1px;
}
#features1-39 .mbr-section__col .mbr-header__text SPAN {
  font-size: 16px;
}
#features1-39 .mbr-section__col .mbr-header__text {
  font-size: 16px;
}
#features1-39 .mbr-header__text {
  letter-spacing: 1px;
}
#features1-39 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#content4-44 P {
  text-align: center;
  color: #ffffff;
  font-size: 15px;
}
#content4-44 .mbr-section__col .mbr-header__text {
  font-size: 16px;
  color: #ffffff;
}
#content4-44 .mbr-section-title .mbr-header__text {
  color: #ffffff;
  font-size: 20px;
}
#content4-44 .mbr-header__text {
  letter-spacing: 1px;
}
#content4-42 .mbr-section__col .mbr-header__text {
  font-size: 16px;
  color: #ffffff;
}
#content4-42 P {
  text-align: center;
  color: #ffffff;
  font-size: 15px;
}
#content4-42 .mbr-header__text {
  letter-spacing: 1px;
}
#msg-box4-40 .mbr-header__text {
  color: #ffffff;
  font-size: 20px;
}
#msg-box4-40 .mbr-header__subtext {
  color: #ffffff;
}
#msg-box4-40 .mbr-article {
  color: #ffffff;
}
#msg-box4-40 .mbr-article P {
  font-size: 15px;
}
#msg-box4-40 .mbr-header__text {
  letter-spacing: 1px;
}
#msg-box4-40 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#msg-box4-40 .mbr-figure {
  max-width: 250px;
  border-radius: 50px 15px 50px 15px;
}
#content4-80 .mbr-header__subtext {
  color: #27aae0;
}
#content4-80 .mbr-header__subtext B {
  font-size: 17px;
}
#content4-80 .mbr-section__col .mbr-header__text {
  color: #f97352;
  font-size: 18px;
  text-align: left;
}
#content4-80 .mbr-section-title .mbr-header__text {
  font-size: 20px;
}
#content4-80 P {
  font-size: 16px;
}
#content4-80 .mbr-header__text {
  letter-spacing: 1px;
}
#content4-88 .mbr-section__col .mbr-header__text {
  color: #f97352;
  font-size: 18px;
  text-align: left;
}
#content4-88 P {
  font-size: 16px;
}
#content4-88 .mbr-header__text {
  letter-spacing: 1px;
}
#content4-81 .mbr-section-title .mbr-header__text {
  color: #27aae0;
  font-size: 18px;
}
#content4-81 .mbr-section__col .mbr-header__text {
  color: #f97352;
  font-size: 18px;
  text-align: left;
}
#content4-81 P {
  font-size: 16px;
}
#content4-81 .mbr-header__text {
  letter-spacing: 1px;
}
#content4-89 .mbr-section__col .mbr-header__text {
  color: #f97352;
  font-size: 18px;
  text-align: left;
}
#content4-89 P {
  font-size: 16px;
}
#content4-89 .mbr-header__text {
  letter-spacing: 1px;
}
#content4-82 .mbr-section-title .mbr-header__text {
  font-size: 18px;
  color: #27aae0;
}
#content4-82 .mbr-section__col .mbr-header__text {
  color: #f97352;
  font-size: 18px;
}
#content4-82 P {
  font-size: 16px;
}
#content4-82 .mbr-header__text {
  letter-spacing: 1px;
}
#content4-90 .mbr-section__col .mbr-header__text {
  color: #f97352;
  font-size: 18px;
}
#content4-90 P {
  font-size: 16px;
}
#content4-90 .mbr-header__text {
  letter-spacing: 1px;
}
#contacts1-31 P {
  color: #9c9c9c;
}
#contacts1-31 .mbr-contacts__img {
  border-radius: 10px 5px 10px 5px;
  margin-bottom: 20px;
}
#contacts1-31 .mbr-contacts__text a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-31 .mbr-contacts__text a:hover {
  text-decoration: none;
  color: #ffffff;
}
#contacts1-31 .col-sm-4 a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-31 .col-sm-4 a:hover {
  text-decoration: none;
  color: #ffffff;
}
#custom-html-182 {
  /* arrow icon (span tag) */
}
#custom-html-182 #back-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
}
#custom-html-182 #back-top a {
  width: 41px;
  display: block;
  text-align: center;
  font: 7pt Verdana;
  text-decoration: none;
  color: #bbb;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-182 #back-top a:hover {
  color: #000;
}
#custom-html-182 #back-top span {
  width: 41px;
  height: 41px;
  display: block;
  margin-bottom: 7px;
  background: url(../../../addons/up-arrow.png) no-repeat center center;
  /* rounded corners */
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-182 #back-top a:hover span {
  background-color: #777;
}
#footer1-32 P {
  text-align: center;
  color: #9c9c9c;
}
#footer1-32 a {
  text-decoration: none;
}
#footer1-32 a:hover {
  text-decoration: none;
  color: #ff7f60;
}
#ext_menu-42 .mbr-brand__name {
  font-size: 16px;
}
#ext_menu-42.mbr-navbar--stuck .mbr-navbar__section {
  background: #000000;
}
#ext_menu-42 .mbr-navbar__hamburger {
  color: #000000;
}
#ext_menu-42 .mbr-navbar__items a {
  font-size: 11px;
}
#ext_menu-42.mbr-navbar--stuck .mbr-navbar__section {
  background: rgba(255, 255, 255, 0.97);
}
#ext_menu-42 .mbr-navbar__section {
  background: transparent;
}
#ext_menu-42 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#ext_menu-42 .mbr-buttons__link {
  padding: 10px 0px 10px 0px;
}
#image1-43 SMALL {
  font-size: 22px;
}
#msg-box3-47 .mbr-header .mbr-header__text {
  text-align: center;
}
#msg-box3-47 .mbr-header .mbr-header__subtext {
  text-align: center;
}
#msg-box3-47 .mbr-article P {
  color: #ffffff;
}
#msg-box3-47 .mbr-article {
  color: #ffffff;
}
#content4-48 .mbr-section-title .mbr-header__text {
  font-size: 20px;
  color: #252525;
}
#content4-48 P {
  text-align: center;
  font-size: 16px;
}
#content4-48 B {
  font-size: 16px;
}
#content4-48 .mbr-section__col .mbr-header__text {
  color: #f97352;
  font-size: 20px;
}
#content4-48 .mbr-header__text {
  letter-spacing: 1px;
}
#content4-49 .mbr-section__col .mbr-header__text {
  font-size: 20px;
  color: #f97352;
}
#content4-49 P {
  text-align: center;
  font-size: 16px;
}
#content4-49 .mbr-header__text {
  letter-spacing: 1px;
}
#content4-50 .mbr-section__col .mbr-header__text {
  font-size: 20px;
  color: #f97352;
}
#content4-50 P {
  text-align: center;
}
#content4-50 .mbr-header__text {
  letter-spacing: 1px;
}
#content4-51 .mbr-section__col .mbr-header__text {
  font-size: 20px;
  color: #f97352;
}
#content4-51 P {
  text-align: center;
}
#content4-51 .mbr-header__text {
  letter-spacing: 1px;
}
#content4-52 .mbr-section__col .mbr-header__text {
  color: #f97352;
  font-size: 20px;
}
#content4-52 P {
  text-align: center;
}
#content4-52 .mbr-header__text {
  letter-spacing: 1px;
}
#content4-53 .mbr-section__col .mbr-header__text {
  font-size: 20px;
  color: #f97352;
}
#content4-53 P {
  text-align: center;
}
#content4-53 .mbr-header__text {
  letter-spacing: 1px;
}
#content4-54 .mbr-section__col .mbr-header__text {
  font-size: 20px;
  color: #f97352;
}
#content4-54 P {
  text-align: center;
}
#content4-54 .mbr-header__text {
  letter-spacing: 1px;
}
#content4-55 .mbr-section__col .mbr-header__text {
  font-size: 20px;
  color: #f97352;
}
#content4-55 P {
  text-align: center;
}
#content4-55 .mbr-header__text {
  letter-spacing: 1px;
}
#contacts1-44 P {
  color: #9c9c9c;
}
#contacts1-44 .mbr-contacts__img {
  border-radius: 10px 5px 10px 5px;
  margin-bottom: 20px;
}
#contacts1-44 .mbr-contacts__text a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-44 .mbr-contacts__text a:hover {
  text-decoration: none;
  color: #ffffff;
}
#contacts1-44 .col-sm-4 a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-44 .col-sm-4 a:hover {
  text-decoration: none;
  color: #ffffff;
}
#custom-html-183 {
  /* arrow icon (span tag) */
}
#custom-html-183 #back-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
}
#custom-html-183 #back-top a {
  width: 41px;
  display: block;
  text-align: center;
  font: 7pt Verdana;
  text-decoration: none;
  color: #bbb;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-183 #back-top a:hover {
  color: #000;
}
#custom-html-183 #back-top span {
  width: 41px;
  height: 41px;
  display: block;
  margin-bottom: 7px;
  background: url(../../../addons/up-arrow.png) no-repeat center center;
  /* rounded corners */
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-183 #back-top a:hover span {
  background-color: #777;
}
#footer1-45 P {
  text-align: center;
  color: #9c9c9c;
}
#footer1-45 a {
  text-decoration: none;
}
#footer1-45 a:hover {
  text-decoration: none;
  color: #ff7f60;
}
#ext_menu-55 .mbr-brand__name {
  font-size: 16px;
}
#ext_menu-55.mbr-navbar--stuck .mbr-navbar__section {
  background: #000000;
}
#ext_menu-55 .mbr-navbar__hamburger {
  color: #000000;
}
#ext_menu-55 .mbr-navbar__items a {
  font-size: 11px;
}
#ext_menu-55.mbr-navbar--stuck .mbr-navbar__section {
  background: rgba(255, 255, 255, 0.97);
}
#ext_menu-55 .mbr-navbar__section {
  background: transparent;
}
#ext_menu-55 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#ext_menu-55 .mbr-buttons__link {
  padding: 10px 0px 10px 0px;
}
#image1-56 SMALL {
  font-size: 22px;
}
#msg-box4-59 .mbr-header__text {
  color: #ffffff;
  font-size: 20px;
}
#msg-box4-59 .mbr-header__subtext {
  color: #ffffff;
}
#msg-box4-59 .mbr-article {
  color: #ffffff;
}
#msg-box4-59 .mbr-header__text {
  letter-spacing: 1px;
}
#msg-box4-59 .mbr-figure {
  max-width: 250px;
  border-radius: 50px 15px 50px 15px;
}
#contacts1-57 P {
  color: #9c9c9c;
}
#contacts1-57 .mbr-contacts__img {
  border-radius: 10px 5px 10px 5px;
  margin-bottom: 20px;
}
#contacts1-57 .mbr-contacts__text a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-57 .mbr-contacts__text a:hover {
  text-decoration: none;
  color: #ffffff;
}
#contacts1-57 .col-sm-4 a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-57 .col-sm-4 a:hover {
  text-decoration: none;
  color: #ffffff;
}
#custom-html-184 {
  /* arrow icon (span tag) */
}
#custom-html-184 #back-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
}
#custom-html-184 #back-top a {
  width: 41px;
  display: block;
  text-align: center;
  font: 7pt Verdana;
  text-decoration: none;
  color: #bbb;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-184 #back-top a:hover {
  color: #000;
}
#custom-html-184 #back-top span {
  width: 41px;
  height: 41px;
  display: block;
  margin-bottom: 7px;
  background: url(../../../addons/up-arrow.png) no-repeat center center;
  /* rounded corners */
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-184 #back-top a:hover span {
  background-color: #777;
}
#footer1-58 P {
  text-align: center;
  color: #9c9c9c;
}
#footer1-58 a {
  text-decoration: none;
}
#footer1-58 a:hover {
  text-decoration: none;
  color: #ff7f60;
}
#ext_menu-60 .mbr-brand__name {
  font-size: 16px;
}
#ext_menu-60.mbr-navbar--stuck .mbr-navbar__section {
  background: #000000;
}
#ext_menu-60 .mbr-navbar__hamburger {
  color: #000000;
}
#ext_menu-60 .mbr-navbar__items a {
  font-size: 11px;
}
#ext_menu-60.mbr-navbar--stuck .mbr-navbar__section {
  background: rgba(255, 255, 255, 0.97);
}
#ext_menu-60 .mbr-navbar__section {
  background: transparent;
}
#ext_menu-60 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#ext_menu-60 .mbr-buttons__link {
  padding: 10px 0px 10px 0px;
}
#image1-61 SMALL {
  font-size: 22px;
}
#msg-box3-64 .mbr-header .mbr-header__text {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
}
#msg-box3-64 .mbr-header .mbr-header__subtext {
  text-align: center;
}
#msg-box3-64 .mbr-article P {
  color: #ffffff;
}
#msg-box3-64 .mbr-header__text {
  letter-spacing: 1px;
}
#features1-67 .mbr-section__col .mbr-header__text {
  font-size: 20px;
}
#features1-67 .mbr-header__text {
  letter-spacing: 1px;
}
#features1-67 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#msg-box3-68 .mbr-header .mbr-header__text {
  text-align: center;
  font-size: 20px;
}
#msg-box3-68 .mbr-header .mbr-header__subtext {
  text-align: center;
}
#msg-box3-68 .mbr-header__text {
  letter-spacing: 1px;
}
#contacts1-62 P {
  color: #9c9c9c;
}
#contacts1-62 .mbr-contacts__img {
  border-radius: 10px 5px 10px 5px;
  margin-bottom: 20px;
}
#contacts1-62 .mbr-contacts__text a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-62 .mbr-contacts__text a:hover {
  text-decoration: none;
  color: #ffffff;
}
#contacts1-62 .col-sm-4 a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-62 .col-sm-4 a:hover {
  text-decoration: none;
  color: #ffffff;
}
#custom-html-185 {
  /* arrow icon (span tag) */
}
#custom-html-185 #back-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
}
#custom-html-185 #back-top a {
  width: 41px;
  display: block;
  text-align: center;
  font: 7pt Verdana;
  text-decoration: none;
  color: #bbb;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-185 #back-top a:hover {
  color: #000;
}
#custom-html-185 #back-top span {
  width: 41px;
  height: 41px;
  display: block;
  margin-bottom: 7px;
  background: url(../../../addons/up-arrow.png) no-repeat center center;
  /* rounded corners */
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-185 #back-top a:hover span {
  background-color: #777;
}
#footer1-63 P {
  text-align: center;
  color: #9c9c9c;
}
#footer1-63 a {
  text-decoration: none;
}
#footer1-63 a:hover {
  text-decoration: none;
  color: #ff7f60;
}
#ext_menu-71 .mbr-brand__name {
  font-size: 16px;
}
#ext_menu-71.mbr-navbar--stuck .mbr-navbar__section {
  background: #000000;
}
#ext_menu-71 .mbr-navbar__hamburger {
  color: #000000;
}
#ext_menu-71 .mbr-navbar__items a {
  font-size: 11px;
}
#ext_menu-71.mbr-navbar--stuck .mbr-navbar__section {
  background: rgba(255, 255, 255, 0.97);
}
#ext_menu-71 .mbr-navbar__section {
  background: transparent;
}
#ext_menu-71 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#ext_menu-71 .mbr-buttons__link {
  padding: 10px 0px 10px 0px;
}
#image1-72 SMALL {
  font-size: 22px;
}
#features1-75 .mbr-section__col .mbr-header__text {
  font-size: 16px;
}
#features1-75 .mbr-header__text {
  letter-spacing: 1px;
}
#features1-75 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#features1-92 .mbr-section__col .mbr-header__text {
  font-size: 16px;
}
#features1-92 .mbr-header__text {
  letter-spacing: 1px;
}
#features1-92 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#features1-93 P {
  text-align: center;
  font-size: 12px;
  color: #f97352;
}
#features1-93 .mbr-section__col .mbr-header__text {
  font-size: 16px;
}
#features1-93 .mbr-header__text {
  letter-spacing: 1px;
}
#features1-93 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#contacts1-73 P {
  color: #9c9c9c;
}
#contacts1-73 .mbr-contacts__img {
  border-radius: 10px 5px 10px 5px;
  margin-bottom: 20px;
}
#contacts1-73 .mbr-contacts__text a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-73 .mbr-contacts__text a:hover {
  text-decoration: none;
  color: #ffffff;
}
#contacts1-73 .col-sm-4 a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-73 .col-sm-4 a:hover {
  text-decoration: none;
  color: #ffffff;
}
#custom-html-186 {
  /* arrow icon (span tag) */
}
#custom-html-186 #back-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
}
#custom-html-186 #back-top a {
  width: 41px;
  display: block;
  text-align: center;
  font: 7pt Verdana;
  text-decoration: none;
  color: #bbb;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-186 #back-top a:hover {
  color: #000;
}
#custom-html-186 #back-top span {
  width: 41px;
  height: 41px;
  display: block;
  margin-bottom: 7px;
  background: url(../../../addons/up-arrow.png) no-repeat center center;
  /* rounded corners */
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-186 #back-top a:hover span {
  background-color: #777;
}
#footer1-74 P {
  text-align: center;
  color: #9c9c9c;
}
#footer1-74 a {
  text-decoration: none;
}
#footer1-74 a:hover {
  text-decoration: none;
  color: #ff7f60;
}

#ext_menu-72 .mbr-brand__name {
  font-size: 16px;
}
#ext_menu-72.mbr-navbar--stuck .mbr-navbar__section {
  background: #000000;
}
#ext_menu-72 .mbr-navbar__hamburger {
  color: #000000;
}
#ext_menu-72 .mbr-navbar__items a {
  font-size: 11px;
}
#ext_menu-72.mbr-navbar--stuck .mbr-navbar__section {
  background: rgba(255, 255, 255, 0.97);
}
#ext_menu-72 .mbr-navbar__section {
  background: transparent;
}
#ext_menu-72 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#ext_menu-72 .mbr-buttons__link {
  padding: 10px 0px 10px 0px;
}
#image1-73 SMALL {
  font-size: 22px;
}
#msg-box3-104 .mbr-header .mbr-header__text {
  text-align: center;
  font-size: 13px;
  color: #ffffff;
}
#msg-box3-104 .mbr-header .mbr-header__subtext {
  text-align: center;
}
#msg-box3-104 .mbr-article P {
  color: #ffffff;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
#msg-box3-104 .mbr-article a {
  text-decoration: none;
}
#msg-box3-104 .mbr-article a:hover {
  text-decoration: none;
  color: #fcd7cf;
}
#msg-box3-104 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
  letter-spacing: 1px;
}
#msg-box3-103 .mbr-header .mbr-header__text {
  text-align: center;
}
#msg-box3-103 .mbr-header .mbr-header__subtext {
  text-align: center;
}
#msg-box3-103 .mbr-header__text {
  letter-spacing: 1px;
}
#msg-box3-103 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
  letter-spacing: 1px;
}
#features1-76 P {
  font-size: 16px;
}
#features1-76 .mbr-section__col .mbr-header__text {
  font-size: 17px;
  text-align: center;
}
#features1-76 .mbr-section-title .mbr-header__text {
  font-size: 20px;
}
#features1-76 .mbr-header__text {
  letter-spacing: 1px;
}
#features1-76 .mbr-figure {
  max-width: 200px;
  border-radius: 50px 15px 50px 15px;
}
#content4-77 .mbr-section__col .mbr-header__text {
  text-align: center;
  font-size: 17px;
}
#content4-77 B {
  font-size: 16px;
}
#content4-77 P {
  font-size: 16px;
}
#content4-77 .mbr-header__text {
  letter-spacing: 1px;
}
#content4-77 .mbr-figure {
  max-width: 200px;
  border-radius: 50px 15px 50px 15px;
}
#content4-78 P {
  font-size: 16px;
}
#content4-78 .mbr-section__col .mbr-header__text {
  font-size: 17px;
  text-align: center;
}
#content4-78 .mbr-header__text {
  letter-spacing: 1px;
}
#content4-78 .mbr-figure {
  max-width: 200px;
  border-radius: 50px 15px 50px 15px;
}
#features1-79 .mbr-section__col .mbr-header__text {
  text-align: center;
  font-size: 17px;
}
#features1-79 P {
  font-size: 16px;
}
#features1-79 .mbr-figure {
  max-width: 200px;
  border-radius: 50px 15px 50px 15px;
}
#contacts1-74 P {
  color: #9c9c9c;
}
#contacts1-74 .mbr-contacts__img {
  border-radius: 10px 5px 10px 5px;
  margin-bottom: 20px;
}
#contacts1-74 .mbr-contacts__text a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-74 .mbr-contacts__text a:hover {
  text-decoration: none;
  color: #ffffff;
}
#contacts1-74 .col-sm-4 a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-74 .col-sm-4 a:hover {
  text-decoration: none;
  color: #ffffff;
}
#custom-html-187 {
  /* arrow icon (span tag) */
}
#custom-html-187 #back-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
}
#custom-html-187 #back-top a {
  width: 41px;
  display: block;
  text-align: center;
  font: 7pt Verdana;
  text-decoration: none;
  color: #bbb;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-187 #back-top a:hover {
  color: #000;
}
#custom-html-187 #back-top span {
  width: 41px;
  height: 41px;
  display: block;
  margin-bottom: 7px;
  background: url(../../../addons/up-arrow.png) no-repeat center center;
  /* rounded corners */
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-187 #back-top a:hover span {
  background-color: #777;
}
#footer1-75 P {
  text-align: center;
  color: #9c9c9c;
}
#footer1-75 a {
  text-decoration: none;
}
#footer1-75 a:hover {
  text-decoration: none;
  color: #ff7f60;
}
#ext_menu-83 .mbr-brand__name {
  font-size: 16px;
}
#ext_menu-83.mbr-navbar--stuck .mbr-navbar__section {
  background: #000000;
}
#ext_menu-83 .mbr-navbar__hamburger {
  color: #000000;
}
#ext_menu-83 .mbr-navbar__items a {
  font-size: 11px;
}
#ext_menu-83.mbr-navbar--stuck .mbr-navbar__section {
  background: rgba(255, 255, 255, 0.97);
}
#ext_menu-83 .mbr-navbar__section {
  background: transparent;
}
#ext_menu-83 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#ext_menu-83 .mbr-buttons__link {
  padding: 10px 0px 10px 0px;
}
#image1-84 SMALL {
  font-size: 22px;
}
#msg-box4-87 .mbr-header__text {
  color: #ffffff;
  font-size: 20px;
}
#msg-box4-87 .mbr-header__subtext {
  color: #ffffff;
}
#msg-box4-87 .mbr-article {
  color: #ffffff;
  font-size: 16px;
}
#msg-box4-87 .mbr-article P {
  text-align: left;
}
#msg-box4-87 .mbr-article DIV {
  text-align: left;
  font-size: 16px;
}
#msg-box4-87 .mbr-header__text {
  letter-spacing: 1px;
}
#msg-box4-87 .mbr-figure {
  max-width: 250px;
  border-radius: 50px 15px 50px 15px;
}
#contacts1-85 P {
  color: #9c9c9c;
}
#contacts1-85 .mbr-contacts__img {
  border-radius: 10px 5px 10px 5px;
  margin-bottom: 20px;
}
#contacts1-85 .mbr-contacts__text a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-85 .mbr-contacts__text a:hover {
  text-decoration: none;
  color: #ffffff;
}
#contacts1-85 .col-sm-4 a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-85 .col-sm-4 a:hover {
  text-decoration: none;
  color: #ffffff;
}
#custom-html-188 {
  /* arrow icon (span tag) */
}
#custom-html-188 #back-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
}
#custom-html-188 #back-top a {
  width: 41px;
  display: block;
  text-align: center;
  font: 7pt Verdana;
  text-decoration: none;
  color: #bbb;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-188 #back-top a:hover {
  color: #000;
}
#custom-html-188 #back-top span {
  width: 41px;
  height: 41px;
  display: block;
  margin-bottom: 7px;
  background: url(../../../addons/up-arrow.png) no-repeat center center;
  /* rounded corners */
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-188 #back-top a:hover span {
  background-color: #777;
}
#footer1-86 P {
  text-align: center;
  color: #9c9c9c;
}
#footer1-86 a {
  text-decoration: none;
}
#footer1-86 a:hover {
  text-decoration: none;
  color: #ff7f60;
}
#ext_menu-93 .mbr-brand__name {
  font-size: 16px;
}
#ext_menu-93.mbr-navbar--stuck .mbr-navbar__section {
  background: #000000;
}
#ext_menu-93 .mbr-navbar__hamburger {
  color: #000000;
}
#ext_menu-93 .mbr-navbar__items a {
  font-size: 11px;
}
#ext_menu-93.mbr-navbar--stuck .mbr-navbar__section {
  background: rgba(255, 255, 255, 0.97);
}
#ext_menu-93 .mbr-navbar__section {
  background: transparent;
}
#ext_menu-93 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#ext_menu-93 .mbr-buttons__link {
  padding: 10px 0px 10px 0px;
}
#image1-94 SMALL {
  font-size: 22px;
}
#custom-html-102 .mbr-header .mbr-header__text {
  text-align: center;
  color: #fff;
}
#custom-html-102 .mbr-header .mbr-header__subtext {
  text-align: center;
  color: #fff;
}
#custom-html-102 .mbr-article {
  color: #fff;
}
#content4-142 .mbr-section-title .mbr-header__text {
  font-size: 20px;
}
#content4-142 .mbr-header__subtext {
  color: #f97352;
}
#content4-142 .mbr-header__text {
  letter-spacing: 1px;
}
#content4-142 .mbr-figure {
  max-width: 200px;
  border-radius: 50px 15px 50px 15px;
}
#content4-214 .mbr-section-title .mbr-header__text {
  font-size: 20px;
}
#content4-214 P {
  text-align: center;
  font-size: 16px;
  color: #f97352;
}
#content4-214 .mbr-section__col .mbr-header__text {
  font-size: 16px;
}
#content4-214 B {
  font-size: 16px;
  color: #f97352;
}
#content4-214 .mbr-header__text {
  letter-spacing: 1px;
}
#contacts1-95 P {
  color: #9c9c9c;
}
#contacts1-95 .mbr-contacts__img {
  border-radius: 10px 5px 10px 5px;
  margin-bottom: 20px;
}
#contacts1-95 .mbr-contacts__text a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-95 .mbr-contacts__text a:hover {
  text-decoration: none;
  color: #ffffff;
}
#contacts1-95 .col-sm-4 a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-95 .col-sm-4 a:hover {
  text-decoration: none;
  color: #ffffff;
}
#custom-html-189 {
  /* arrow icon (span tag) */
}
#custom-html-189 #back-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
}
#custom-html-189 #back-top a {
  width: 41px;
  display: block;
  text-align: center;
  font: 7pt Verdana;
  text-decoration: none;
  color: #bbb;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-189 #back-top a:hover {
  color: #000;
}
#custom-html-189 #back-top span {
  width: 41px;
  height: 41px;
  display: block;
  margin-bottom: 7px;
  background: url(../../../addons/up-arrow.png) no-repeat center center;
  /* rounded corners */
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-189 #back-top a:hover span {
  background-color: #777;
}
#footer1-96 P {
  text-align: center;
  color: #9c9c9c;
}
#footer1-96 a {
  text-decoration: none;
}
#footer1-96 a:hover {
  text-decoration: none;
  color: #ff7f60;
}
#ext_menu-104 .mbr-brand__name {
  font-size: 16px;
}
#ext_menu-104.mbr-navbar--stuck .mbr-navbar__section {
  background: #000000;
}
#ext_menu-104 .mbr-navbar__hamburger {
  color: #000000;
}
#ext_menu-104 .mbr-navbar__items a {
  font-size: 11px;
}
#ext_menu-104.mbr-navbar--stuck .mbr-navbar__section {
  background: rgba(255, 255, 255, 0.97);
}
#ext_menu-104 .mbr-navbar__section {
  background: transparent;
}
#ext_menu-104 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#ext_menu-104 .mbr-buttons__link {
  padding: 10px 0px 10px 0px;
}
#image1-105 SMALL {
  font-size: 22px;
}
#msg-box3-107 .mbr-header .mbr-header__text {
  text-align: center;
}
#msg-box3-107 .mbr-header .mbr-header__subtext {
  text-align: center;
}
#msg-box3-107 .mbr-header__text {
  letter-spacing: 1px;
}
#msg-box3-107 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
  letter-spacing: 1px;
}
#features1-114 .mbr-section-title .mbr-header__text {
  font-size: 20px;
}
#features1-114 .mbr-section__col .mbr-header__text {
  font-size: 17px;
}
#features1-114 P {
  font-size: 16px;
  text-align: left;
}
#features1-114 .mbr-header__text {
  letter-spacing: 1px;
}
#features1-114 .mbr-figure {
  max-width: 200px;
  border-radius: 50px 15px 50px 15px;
}
#content4-115 P {
  font-size: 16px;
}
#content4-116 P {
  font-size: 16px;
}
#contacts1-112 P {
  color: #9c9c9c;
}
#contacts1-112 .mbr-contacts__img {
  border-radius: 10px 5px 10px 5px;
  margin-bottom: 20px;
}
#contacts1-112 .mbr-contacts__text a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-112 .mbr-contacts__text a:hover {
  text-decoration: none;
  color: #ffffff;
}
#contacts1-112 .col-sm-4 a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-112 .col-sm-4 a:hover {
  text-decoration: none;
  color: #ffffff;
}
#custom-html-190 {
  /* arrow icon (span tag) */
}
#custom-html-190 #back-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
}
#custom-html-190 #back-top a {
  width: 41px;
  display: block;
  text-align: center;
  font: 7pt Verdana;
  text-decoration: none;
  color: #bbb;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-190 #back-top a:hover {
  color: #000;
}
#custom-html-190 #back-top span {
  width: 41px;
  height: 41px;
  display: block;
  margin-bottom: 7px;
  background: url(../../../addons/up-arrow.png) no-repeat center center;
  /* rounded corners */
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-190 #back-top a:hover span {
  background-color: #777;
}
#footer1-113 P {
  text-align: center;
  color: #9c9c9c;
}
#footer1-113 a {
  text-decoration: none;
}
#footer1-113 a:hover {
  text-decoration: none;
  color: #ff7f60;
}
#ext_menu-112 .mbr-brand__name {
  font-size: 16px;
}
#ext_menu-112.mbr-navbar--stuck .mbr-navbar__section {
  background: #000000;
}
#ext_menu-112 .mbr-navbar__hamburger {
  color: #000000;
}
#ext_menu-112 .mbr-navbar__items a {
  font-size: 11px;
}
#ext_menu-112.mbr-navbar--stuck .mbr-navbar__section {
  background: rgba(255, 255, 255, 0.97);
}
#ext_menu-112 .mbr-navbar__section {
  background: transparent;
}
#ext_menu-112 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#ext_menu-112 .mbr-buttons__link {
  padding: 10px 0px 10px 0px;
}
#image1-113 SMALL {
  font-size: 22px;
  color: #cccccc;
}
#msg-box3-114 .mbr-header .mbr-header__text {
  text-align: center;
}
#msg-box3-114 .mbr-header .mbr-header__subtext {
  text-align: center;
}
#msg-box3-114 .mbr-header__text {
  letter-spacing: 1px;
}
#msg-box3-114 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
  letter-spacing: 1px;
}
#header3-124 H3 {
  text-align: center;
  font-size: 20px;
}
#header3-124 .mbr-header__text {
  letter-spacing: 1px;
}
#custom-html-129 {
  
}
#custom-html-129 #RepToStateinABC {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  background-color: #EFEFEF;
  min-width: 300px;
}
#custom-html-129 #RepToStateinABCwrap {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  padding: 50px 30px 50px 30px;
  min-width: 300px;
  max-width: 1200px;
}
#custom-html-129 #RepToStateinA {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  padding: 0px 30px 0px 30px;
}
#custom-html-129 #RepToStateinA h2 {
  font: normal 16pt Roboto;
  color: #000000;
  background-color: inherit;
  margin: 0 0 16px 0;
  text-align: left;
  letter-spacing: 0px;
}
#custom-html-129 #RepToStateinA h2 span {
  font: normal 9pt Verdana;
  color: #C0C0C0;
  background-color: inherit;
  margin: 0 0 5px 0;
}
#custom-html-129 #RepToStateinA h2 a.link {
  font: normal 20pt Roboto;
  color: #F97352;
  background-color: inherit;
  margin: 0 0 5px 0;
  text-decoration: none;
  outline: 0;
}
#custom-html-129 #RepToStateinA h2 a.link:hover {
  font: normal 20pt Roboto;
  color: #0000FF;
  background-color: inherit;
  margin: 0 0 5px 0;
  text-decoration: none;
  outline: 0;
}
#custom-html-129 #RepToStateinB {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  padding: 10px 30px 30px 30px;
  background-color: #FAFAFA;
  margin-bottom: 10px;
  border-radius: 5px;
}
#custom-html-129 #RepToStateinB h2 {
  font: normal 13pt Roboto;
  color: #252525;
  background-color: inherit;
  margin: 0 0 5px 0;
  text-align: Left;
  letter-spacing: 0px;
}
#custom-html-129 #RepToStateinB h2 a.link {
  font: normal 16pt Roboto;
  background-color: inherit;
  color: #F97352;
  text-align: Left;
  text-decoration: none;
  outline: 0;
}
#custom-html-129 #RepToStateinB h2 a.link:hover {
  font: normal 16pt Roboto;
  color: #0000FF;
  background-color: inherit;
  margin: 0 0 5px 0;
  text-align: Left;
  text-decoration: none;
  outline: 0;
}
#custom-html-129 #RepToStateinB h2 span {
  font: normal 9pt Verdana;
  color: #C0C0C0;
  background-color: inherit;
  margin: 0 0 5px 0;
  text-align: Left;
}
#custom-html-129 #RepToStateinB h3 {
  font: normal 12pt Roboto;
  color: #777777;
  background-color: inherit;
  margin: 0 0 5px 0;
  text-align: Left;
  letter-spacing: 0px;
}
#custom-html-129 #RepToStateinB h3 a.link {
  font: normal 12pt Roboto;
  color: #F97352;
  background-color: inherit;
  margin: 0 0 5px 0;
  text-align: Left;
  text-decoration: none;
  outline: 0;
}
#custom-html-129 #RepToStateinB h3 a.link:hover {
  font: normal 12pt Roboto;
  color: #0000FF;
  background-color: inherit;
  margin: 0 0 5px 0;
  text-align: Left;
  text-decoration: underline;
  outline: 0;
}
#custom-html-129 #RTSCoverOUT {
  width: 100%;
  height: auto;
  background-color: inherit;
  margin: 0px;
}
#custom-html-129 #RTSCover {
  width: 183px;
  height: 160px;
  background-color: #FFFFFF;
  margin: 10px;
  float: left;
  border-radius: 5px 5px 5px 5px;
}
#custom-html-129 #RTSTextIN {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 69px;
  padding: 0px 5px 0px 5px;
  font: normal 10pt Arial;
  color: #808080;
  margin: 0px;
  text-align: center;
}
#custom-html-129 .pickdj {
  width: 70px;
  height: 94px;
}
#custom-html-129 #RTSTextIN0 {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 65px;
  padding: 0px 5px 0px 5px;
  font: normal 10pt Arial;
  color: #808080;
  margin: 0px;
  text-align: center;
}
#custom-html-129 #RTSTextIN1 {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 65px;
  padding: 10px 5px 0px 5px;
  font: normal 10pt Arial;
  color: #808080;
  margin: 0px;
  text-align: center;
}
#custom-html-129 #RTSTextIN2 {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 65px;
  padding: 0px 5px 0px 5px;
  font: normal 10pt Arial;
  color: #808080;
  margin: 0px;
  text-align: center;
}
#custom-html-129 #RTSTextIN3 {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 65px;
  padding: 0px 5px 0px 5px;
  font: normal 10pt Arial;
  color: #808080;
  margin: 0px;
  text-align: center;
}
#custom-html-129 .spacer {
  clear: both;
  font-size: 0;
  line-height: 10px;
  height: 10px;
}
#custom-html-129 .spacer {
  clear: both;
  font-size: 0;
  line-height: 3 0px;
  height: 30px;
}
#custom-html-129 .spacer2 {
  height: 36px;
}
#contacts1-118 P {
  color: #9c9c9c;
}
#contacts1-118 .mbr-contacts__img {
  border-radius: 10px 5px 10px 5px;
  margin-bottom: 20px;
}
#contacts1-118 .mbr-contacts__text a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-118 .mbr-contacts__text a:hover {
  text-decoration: none;
  color: #ffffff;
}
#contacts1-118 .col-sm-4 a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-118 .col-sm-4 a:hover {
  text-decoration: none;
  color: #ffffff;
}
#custom-html-191 {
  /* arrow icon (span tag) */
}
#custom-html-191 #back-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
}
#custom-html-191 #back-top a {
  width: 41px;
  display: block;
  text-align: center;
  font: 7pt Verdana;
  text-decoration: none;
  color: #bbb;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-191 #back-top a:hover {
  color: #000;
}
#custom-html-191 #back-top span {
  width: 41px;
  height: 41px;
  display: block;
  margin-bottom: 7px;
  background: url(../../../addons/up-arrow.png) no-repeat center center;
  /* rounded corners */
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-191 #back-top a:hover span {
  background-color: #777;
}
#footer1-119 P {
  text-align: center;
  color: #9c9c9c;
}
#footer1-119 a {
  text-decoration: none;
}
#footer1-119 a:hover {
  text-decoration: none;
  color: #ff7f60;
}
#ext_menu-118 .mbr-brand__name {
  font-size: 16px;
}
#ext_menu-118.mbr-navbar--stuck .mbr-navbar__section {
  background: #000000;
}
#ext_menu-118 .mbr-navbar__hamburger {
  color: #000000;
}
#ext_menu-118 .mbr-navbar__items a {
  font-size: 11px;
}
#ext_menu-118.mbr-navbar--stuck .mbr-navbar__section {
  background: rgba(255, 255, 255, 0.97);
}
#ext_menu-118 .mbr-navbar__section {
  background: transparent;
}
#ext_menu-118 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#ext_menu-118 .mbr-buttons__link {
  padding: 10px 0px 10px 0px;
}
#image1-119 SMALL {
  font-size: 22px;
  color: #cccccc;
}
#msg-box3-120 .mbr-header .mbr-header__text {
  text-align: center;
}
#msg-box3-120 .mbr-header .mbr-header__subtext {
  text-align: center;
}
#msg-box3-120 .mbr-header__text {
  letter-spacing: 1px;
}
#msg-box3-120 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
  letter-spacing: 1px;
}
#header3-125 H3 {
  text-align: center;
  font-size: 20px;
}
#header3-125 .mbr-header__text {
  letter-spacing: 1px;
}
#custom-html-124 {
  
}
#custom-html-124 #BranchPresSecinABC {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  background-color: #EFEFEF;
  min-width: 300px;
}
#custom-html-124 #BranchPresSecinABCwrap {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  padding: 50px 30px 50px 30px;
  min-width: 300px;
  max-width: 1200px;
}
#custom-html-124 #BranchPresSecinA {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  padding: 0px 30px 0px 30px;
}
#custom-html-124 #BranchPresSecinA h2 {
  font: normal 16pt Roboto;
  color: #000000;
  background-color: inherit;
  margin: 0 0 16px 0;
  text-align: left;
  letter-spacing: 0px;
}
#custom-html-124 #BranchPresSecinA h2 span {
  font: normal 9pt Verdana;
  color: #C0C0C0;
  background-color: inherit;
  margin: 0 0 5px 0;
}
#custom-html-124 #BranchPresSecinA h2 a.link {
  font: normal 20pt Roboto;
  color: #F97352;
  background-color: inherit;
  margin: 0 0 5px 0;
  text-decoration: none;
  outline: 0;
}
#custom-html-124 #BranchPresSecinA h2 a.link:hover {
  font: normal 20pt Roboto;
  color: #0000FF;
  background-color: inherit;
  margin: 0 0 5px 0;
  text-decoration: none;
  outline: 0;
}
#custom-html-124 #BranchPresSecinB {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  padding: 10px 30px 30px 30px;
  background-color: #FAFAFA;
  margin-bottom: 10px;
  border-radius: 5px;
}
#custom-html-124 #BranchPresSecinB h2 {
  font: normal 13pt Roboto;
  color: #252525;
  background-color: inherit;
  margin: 0 0 5px 0;
  text-align: Left;
  letter-spacing: 0px;
}
#custom-html-124 #BranchPresSecinB h2 a.link {
  font: normal 16pt Roboto;
  background-color: inherit;
  color: #F97352;
  text-align: Left;
  text-decoration: none;
  outline: 0;
}
#custom-html-124 #BranchPresSecinB h2 a.link:hover {
  font: normal 16pt Roboto;
  color: #0000FF;
  background-color: inherit;
  margin: 0 0 5px 0;
  text-align: Left;
  text-decoration: none;
  outline: 0;
}
#custom-html-124 #BranchPresSecinB h2 span {
  font: normal 9pt Verdana;
  color: #C0C0C0;
  background-color: inherit;
  margin: 0 0 5px 0;
  text-align: Left;
}
#custom-html-124 #BranchPresSecinB h3 {
  font: normal 12pt Roboto;
  color: #777777;
  background-color: inherit;
  margin: 0 0 5px 0;
  text-align: Left;
  letter-spacing: 0px;
}
#custom-html-124 #BranchPresSecinB h3 a.link {
  font: normal 12pt Roboto;
  color: #F97352;
  background-color: inherit;
  margin: 0 0 5px 0;
  text-align: Left;
  text-decoration: none;
  outline: 0;
}
#custom-html-124 #BranchPresSecinB h3 a.link:hover {
  font: normal 12pt Roboto;
  color: #0000FF;
  background-color: inherit;
  margin: 0 0 5px 0;
  text-align: Left;
  text-decoration: underline;
  outline: 0;
}
#custom-html-124 #BPSCoverOUT {
  width: 100%;
  height: auto;
  background-color: inherit;
  margin: 0px;
}
#custom-html-124 #BPSCover {
  width: 183px;
  height: 179px;
  background-color: #FFFFFF;
  margin: 10px;
  float: left;
  border-radius: 5px 5px 5px 5px;
}
#custom-html-124 #BPSCover h1 {
  font: normal 12pt Arial;
  color: #008080;
  margin: 0px 0px 15px 0px;
  text-align: center;
}
#custom-html-124 #BPSTextIN {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 69px;
  padding: 0px 5px 0px 5px;
  font: normal 10pt Arial;
  color: #808080;
  margin: 0px;
  text-align: center;
}
#custom-html-124 .pickdj {
  width: 70px;
  height: 94px;
}
#custom-html-124 #BPSTextIN0 {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 65px;
  padding: 0px 5px 0px 5px;
  font: normal 10pt Arial;
  color: #808080;
  margin: 0px;
  text-align: center;
}
#custom-html-124 #BPSTextIN1 {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 65px;
  padding: 10px 5px 0px 5px;
  font: normal 10pt Arial;
  color: #808080;
  margin: 0px;
  text-align: center;
}
#custom-html-124 #BPSTextIN2 {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 65px;
  padding: 0px 5px 0px 5px;
  font: normal 10pt Arial;
  color: #808080;
  margin: 0px;
  text-align: center;
}
#custom-html-124 #BPSTextIN3 {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 65px;
  padding: 0px 5px 0px 5px;
  font: normal 10pt Arial;
  color: #808080;
  margin: 0px;
  text-align: center;
}
#custom-html-124 .spacer {
  clear: both;
  font-size: 0;
  line-height: 10px;
  height: 10px;
}
#custom-html-124 .spacer {
  clear: both;
  font-size: 0;
  line-height: 3 0px;
  height: 30px;
}
#custom-html-124 .spacer2 {
  height: 36px;
}
#contacts1-122 P {
  color: #9c9c9c;
}
#contacts1-122 .mbr-contacts__img {
  border-radius: 10px 5px 10px 5px;
  margin-bottom: 20px;
}
#contacts1-122 .mbr-contacts__text a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-122 .mbr-contacts__text a:hover {
  text-decoration: none;
  color: #ffffff;
}
#contacts1-122 .col-sm-4 a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-122 .col-sm-4 a:hover {
  text-decoration: none;
  color: #ffffff;
}
#custom-html-192 {
  /* arrow icon (span tag) */
}
#custom-html-192 #back-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
}
#custom-html-192 #back-top a {
  width: 41px;
  display: block;
  text-align: center;
  font: 7pt Verdana;
  text-decoration: none;
  color: #bbb;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-192 #back-top a:hover {
  color: #000;
}
#custom-html-192 #back-top span {
  width: 41px;
  height: 41px;
  display: block;
  margin-bottom: 7px;
  background: url(../../../addons/up-arrow.png) no-repeat center center;
  /* rounded corners */
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-192 #back-top a:hover span {
  background-color: #777;
}
#footer1-123 P {
  text-align: center;
  color: #9c9c9c;
}
#footer1-123 a {
  text-decoration: none;
}
#footer1-123 a:hover {
  text-decoration: none;
  color: #ff7f60;
}
#ext_menu-97 .mbr-brand__name {
  font-size: 16px;
}
#ext_menu-97.mbr-navbar--stuck .mbr-navbar__section {
  background: #000000;
}
#ext_menu-97 .mbr-navbar__hamburger {
  color: #000000;
}
#ext_menu-97 .mbr-navbar__items a {
  font-size: 11px;
}
#ext_menu-97.mbr-navbar--stuck .mbr-navbar__section {
  background: rgba(255, 255, 255, 0.97);
}
#ext_menu-97 .mbr-navbar__section {
  background: transparent;
}
#ext_menu-97 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#ext_menu-97 .mbr-buttons__link {
  padding: 10px 0px 10px 0px;
}
#image1-98 SMALL {
  font-size: 22px;
}
#contacts1-99 P {
  color: #9c9c9c;
}
#contacts1-99 .mbr-contacts__img {
  border-radius: 10px 5px 10px 5px;
  margin-bottom: 20px;
}
#contacts1-99 .mbr-contacts__text a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-99 .mbr-contacts__text a:hover {
  text-decoration: none;
  color: #ffffff;
}
#contacts1-99 .col-sm-4 a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-99 .col-sm-4 a:hover {
  text-decoration: none;
  color: #ffffff;
}
#custom-html-193 {
  /* arrow icon (span tag) */
}
#custom-html-193 #back-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
}
#custom-html-193 #back-top a {
  width: 41px;
  display: block;
  text-align: center;
  font: 7pt Verdana;
  text-decoration: none;
  color: #bbb;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-193 #back-top a:hover {
  color: #000;
}
#custom-html-193 #back-top span {
  width: 41px;
  height: 41px;
  display: block;
  margin-bottom: 7px;
  background: url(../../../addons/up-arrow.png) no-repeat center center;
  /* rounded corners */
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-193 #back-top a:hover span {
  background-color: #777;
}
#footer1-100 P {
  text-align: center;
  color: #9c9c9c;
}
#footer1-100 a {
  text-decoration: none;
}
#footer1-100 a:hover {
  text-decoration: none;
  color: #ff7f60;
}
#ext_menu-128 .mbr-brand__name {
  font-size: 16px;
}
#ext_menu-128.mbr-navbar--stuck .mbr-navbar__section {
  background: #000000;
}
#ext_menu-128 .mbr-navbar__hamburger {
  color: #000000;
}
#ext_menu-128 .mbr-navbar__items a {
  font-size: 11px;
}
#ext_menu-128.mbr-navbar--stuck .mbr-navbar__section {
  background: rgba(255, 255, 255, 0.97);
}
#ext_menu-128 .mbr-navbar__section {
  background: transparent;
}
#ext_menu-128 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#ext_menu-128 .mbr-buttons__link {
  padding: 10px 0px 10px 0px;
}
#image1-129 SMALL {
  font-size: 22px;
}
#msg-box3-138 .mbr-header .mbr-header__text {
  text-align: center;
  color: #efefef;
  font-size: 20px;
}
#msg-box3-138 .mbr-header .mbr-header__subtext {
  text-align: center;
}
#msg-box3-138 .mbr-header__text {
  letter-spacing: 1px;
}
#features1-132 P {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}
#features1-132 .mbr-section__col .mbr-header__text {
  font-size: 16px;
}
#features1-132 B {
  font-size: 17px;
}
#features1-132 .mbr-header__text {
  letter-spacing: 1px;
}
#features1-132 .mbr-figure {
  max-width: 200px;
  border-radius: 50px 15px 50px 15px;
}
#msg-box3-135 .mbr-header .mbr-header__text {
  text-align: center;
  font-size: 20px;
}
#msg-box3-135 .mbr-header .mbr-header__subtext {
  text-align: center;
}
#msg-box3-135 .mbr-article P {
  font-size: 16px;
}
#msg-box3-135 .mbr-header__text {
  letter-spacing: 1px;
}
#msg-box3-136 .mbr-header .mbr-header__text {
  text-align: center;
  font-size: 20px;
  color: #ffffff;
}
#msg-box3-136 .mbr-header .mbr-header__subtext {
  text-align: center;
}
#msg-box3-136 .mbr-article UL {
  color: #ffffff;
  font-size: 16px;
}
#msg-box3-134 .mbr-header .mbr-header__text {
  text-align: center;
  font-size: 20px;
}
#msg-box3-134 .mbr-header .mbr-header__subtext {
  text-align: center;
}
#msg-box3-134 .mbr-article P {
  font-size: 16px;
}
#msg-box3-134 .mbr-header__text {
  letter-spacing: 1px;
}
#contacts1-130 P {
  color: #9c9c9c;
}
#contacts1-130 .mbr-contacts__img {
  border-radius: 10px 5px 10px 5px;
  margin-bottom: 20px;
}
#contacts1-130 .mbr-contacts__text a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-130 .mbr-contacts__text a:hover {
  text-decoration: none;
  color: #ffffff;
}
#contacts1-130 .col-sm-4 a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-130 .col-sm-4 a:hover {
  text-decoration: none;
  color: #ffffff;
}
#custom-html-194 {
  /* arrow icon (span tag) */
}
#custom-html-194 #back-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
}
#custom-html-194 #back-top a {
  width: 41px;
  display: block;
  text-align: center;
  font: 7pt Verdana;
  text-decoration: none;
  color: #bbb;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-194 #back-top a:hover {
  color: #000;
}
#custom-html-194 #back-top span {
  width: 41px;
  height: 41px;
  display: block;
  margin-bottom: 7px;
  background: url(../../../addons/up-arrow.png) no-repeat center center;
  /* rounded corners */
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-194 #back-top a:hover span {
  background-color: #777;
}
#footer1-131 P {
  text-align: center;
  color: #9c9c9c;
}
#footer1-131 a {
  text-decoration: none;
}
#footer1-131 a:hover {
  text-decoration: none;
  color: #ff7f60;
}
#ext_menu-136 .mbr-brand__name {
  font-size: 16px;
}
#ext_menu-136.mbr-navbar--stuck .mbr-navbar__section {
  background: #000000;
}
#ext_menu-136 .mbr-navbar__hamburger {
  color: #000000;
}
#ext_menu-136 .mbr-navbar__items a {
  font-size: 11px;
}
#ext_menu-136.mbr-navbar--stuck .mbr-navbar__section {
  background: rgba(255, 255, 255, 0.97);
}
#ext_menu-136 .mbr-navbar__section {
  background: transparent;
}
#ext_menu-136 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#ext_menu-136 .mbr-buttons__link {
  padding: 10px 0px 10px 0px;
}
#image1-137 SMALL {
  font-size: 22px;
}
#content4-141 .mbr-section__col .mbr-header__text {
  text-align: left;
  font-size: 18px;
}
#content4-141 P {
  color: #ffffff;
  font-size: 16px;
}
#content4-141 B {
  font-size: 17px;
}
#content4-141 .mbr-header__text {
  letter-spacing: 1px;
}
#form1-140 .queryform {
  width: 559px;
  height: 275px;
}
#form1-140 .tab {
  padding: 10px;
  border: 1px solid #F6F6F6;
  border-radius: 4px;
  background: #F6F6F6;
  font: normal 12pt Roboto;
  color: #5A5758;
  width: 100%;
}
#form1-140 #FormOutCover {
  width: 100%;
  height: auto;
}
#form1-140 #CFHeadDiv {
  width: 100%;
  height: auto;
  margin: 0px 0px 0px 0px;
  font: bold 13pt Roboto;
  color: #F97352;
}
#form1-140 #TpcDiv {
  width: 100%;
  height: 25px;
  margin: 8px 0px 0px 0px;
  font: normal 12pt Roboto;
  color: #333333;
}
#form1-140 #TxtBx {
  width: 100%;
  height: 50px;
  margin: 0px 0px 0px 0px;
}
#form1-140 #MsgBx {
  width: 100%;
  height: auto;
  margin: 0px 0px 0px 0px;
}
#form1-140 #SbtBx {
  width: 100%;
  height: 50px;
  margin: 0px 0px 40px 0px;
}
#form1-140 .SbtBxbutton {
  width: 200px;
  height: 50px;
  border-radius: 10px 5px 10px 5px;
  border: 1px solid #F97352;
  background: #F97352;
  color: #FFFFFF;
  font: normal 12pt Roboto;
  margin: 10px;
}
#form1-140 .SbtBxbutton:hover {
  width: 200px;
  height: 50px;
  border-radius: 10px 5px 10px 5px;
  border: 1px solid #272727;
  background: #272727;
  color: #FFFFFF;
  font: normal 12pt Roboto;
  margin: 10px;
}
#contacts1-138 P {
  color: #9c9c9c;
}
#contacts1-138 .mbr-contacts__img {
  border-radius: 10px 5px 10px 5px;
  margin-bottom: 20px;
}
#contacts1-138 .mbr-contacts__text a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-138 .mbr-contacts__text a:hover {
  text-decoration: none;
  color: #ffffff;
}
#contacts1-138 .col-sm-4 a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-138 .col-sm-4 a:hover {
  text-decoration: none;
  color: #ffffff;
}
#custom-html-195 {
  /* arrow icon (span tag) */
}
#custom-html-195 #back-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
}
#custom-html-195 #back-top a {
  width: 41px;
  display: block;
  text-align: center;
  font: 7pt Verdana;
  text-decoration: none;
  color: #bbb;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-195 #back-top a:hover {
  color: #000;
}
#custom-html-195 #back-top span {
  width: 41px;
  height: 41px;
  display: block;
  margin-bottom: 7px;
  background: url(../../../addons/up-arrow.png) no-repeat center center;
  /* rounded corners */
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-195 #back-top a:hover span {
  background-color: #777;
}
#footer1-139 P {
  text-align: center;
  color: #9c9c9c;
}
#footer1-139 a {
  text-decoration: none;
}
#footer1-139 a:hover {
  text-decoration: none;
  color: #ff7f60;
}
#ext_menu-143 .mbr-brand__name {
  font-size: 16px;
}
#ext_menu-143.mbr-navbar--stuck .mbr-navbar__section {
  background: #000000;
}
#ext_menu-143 .mbr-navbar__hamburger {
  color: #000000;
}
#ext_menu-143 .mbr-navbar__items a {
  font-size: 11px;
}
#ext_menu-143.mbr-navbar--stuck .mbr-navbar__section {
  background: rgba(255, 255, 255, 0.97);
}
#ext_menu-143 .mbr-navbar__section {
  background: transparent;
}
#ext_menu-143 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#ext_menu-143 .mbr-buttons__link {
  padding: 10px 0px 10px 0px;
}
#image1-144 SMALL {
  font-size: 22px;
}
#custom-html-147 .mbr-header .mbr-header__text {
  text-align: center;
  color: #fff;
}
#custom-html-147 .mbr-header .mbr-header__subtext {
  text-align: center;
  color: #fff;
}
#custom-html-147 .mbr-article {
  color: #fff;
}
#content4-148 .mbr-section-title .mbr-header__text {
  font-size: 20px;
}
#content4-148 .mbr-header__text {
  letter-spacing: 1px;
}
#content4-148 .mbr-figure {
  max-width: 200px;
  border-radius: 50px 15px 50px 15px;
}
#contacts1-145 P {
  color: #9c9c9c;
}
#contacts1-145 .mbr-contacts__img {
  border-radius: 10px 5px 10px 5px;
  margin-bottom: 20px;
}
#contacts1-145 .mbr-contacts__text a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-145 .mbr-contacts__text a:hover {
  text-decoration: none;
  color: #ffffff;
}
#contacts1-145 .col-sm-4 a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-145 .col-sm-4 a:hover {
  text-decoration: none;
  color: #ffffff;
}
#custom-html-196 {
  /* arrow icon (span tag) */
}
#custom-html-196 #back-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
}
#custom-html-196 #back-top a {
  width: 41px;
  display: block;
  text-align: center;
  font: 7pt Verdana;
  text-decoration: none;
  color: #bbb;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-196 #back-top a:hover {
  color: #000;
}
#custom-html-196 #back-top span {
  width: 41px;
  height: 41px;
  display: block;
  margin-bottom: 7px;
  background: url(../../../addons/up-arrow.png) no-repeat center center;
  /* rounded corners */
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-196 #back-top a:hover span {
  background-color: #777;
}
#footer1-146 P {
  text-align: center;
  color: #9c9c9c;
}
#footer1-146 a {
  text-decoration: none;
}
#footer1-146 a:hover {
  text-decoration: none;
  color: #ff7f60;
}
#ext_menu-149 .mbr-brand__name {
  font-size: 16px;
}
#ext_menu-149.mbr-navbar--stuck .mbr-navbar__section {
  background: #000000;
}
#ext_menu-149 .mbr-navbar__hamburger {
  color: #000000;
}
#ext_menu-149 .mbr-navbar__items a {
  font-size: 11px;
}
#ext_menu-149.mbr-navbar--stuck .mbr-navbar__section {
  background: rgba(255, 255, 255, 0.97);
}
#ext_menu-149 .mbr-navbar__section {
  background: transparent;
}
#ext_menu-149 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#ext_menu-149 .mbr-buttons__link {
  padding: 10px 0px 10px 0px;
}
#image1-150 SMALL {
  font-size: 22px;
}
#form1-158 .queryform {
  width: 559px;
  height: 275px;
}
#form1-158 .black {
  color: #000000;
}
#form1-158 .red {
  color: #FF0000;
}
#form1-158 .tab {
  padding: 10px;
  border: 1px solid #F6F6F6;
  border-radius: 4px;
  background: #F6F6F6;
  font: normal 12pt Roboto;
  color: #5A5758;
  width: 100%;
}
#form1-158 #FormOutCover {
  width: 100%;
  height: auto;
}
#form1-158 #CFHeadDiv {
  width: 100%;
  height: auto;
  margin: 0px 0px 0px 0px;
  font: bold 13pt Roboto;
  color: #F97352;
}
#form1-158 #TpcDiv {
  width: 100%;
  height: 25px;
  margin: 8px 0px 0px 0px;
  font: bold 11pt Roboto;
  color: #333333;
}
#form1-158 #TxtBx {
  width: 100%;
  height: 50px;
  margin: 0px 0px 0px 0px;
}
#form1-158 #MsgBx {
  width: 100%;
  height: auto;
  margin: 0px 0px 0px 0px;
}
#form1-158 #SbtBx {
  width: 100%;
  height: 50px;
  margin: 0px 0px 40px 0px;
}
#form1-158 #IPDiv {
  width: 100%;
  height: auto;
  margin: 15px 0px 15px 0px;
  font: normal 10pt Roboto;
  color: #333333;
}
#form1-158 .SbtBxbutton {
  width: 200px;
  height: 50px;
  border-radius: 10px 5px 10px 5px;
  border: 1px solid #F97352;
  background: #F97352;
  color: #FFFFFF;
  font: normal 12pt Roboto;
  margin: 10px;
}
#form1-158 .SbtBxbutton:hover {
  width: 200px;
  height: 50px;
  border-radius: 10px 5px 10px 5px;
  border: 1px solid #272727;
  background: #272727;
  color: #FFFFFF;
  font: normal 12pt Roboto;
  margin: 10px;
}
#contacts1-151 P {
  color: #9c9c9c;
}
#contacts1-151 .mbr-contacts__img {
  border-radius: 10px 5px 10px 5px;
  margin-bottom: 20px;
}
#contacts1-151 .mbr-contacts__text a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-151 .mbr-contacts__text a:hover {
  text-decoration: none;
  color: #ffffff;
}
#contacts1-151 .col-sm-4 a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-151 .col-sm-4 a:hover {
  text-decoration: none;
  color: #ffffff;
}
#custom-html-197 {
  /* arrow icon (span tag) */
}
#custom-html-197 #back-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
}
#custom-html-197 #back-top a {
  width: 41px;
  display: block;
  text-align: center;
  font: 7pt Verdana;
  text-decoration: none;
  color: #bbb;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-197 #back-top a:hover {
  color: #000;
}
#custom-html-197 #back-top span {
  width: 41px;
  height: 41px;
  display: block;
  margin-bottom: 7px;
  background: url(../../../addons/up-arrow.png) no-repeat center center;
  /* rounded corners */
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-197 #back-top a:hover span {
  background-color: #777;
}
#footer1-152 P {
  text-align: center;
  color: #9c9c9c;
}
#footer1-152 a {
  text-decoration: none;
}
#footer1-152 a:hover {
  text-decoration: none;
  color: #ff7f60;
}
#ext_menu-153 .mbr-brand__name {
  font-size: 16px;
}
#ext_menu-153.mbr-navbar--stuck .mbr-navbar__section {
  background: #000000;
}
#ext_menu-153 .mbr-navbar__hamburger {
  color: #000000;
}
#ext_menu-153 .mbr-navbar__items a {
  font-size: 11px;
}
#ext_menu-153.mbr-navbar--stuck .mbr-navbar__section {
  background: rgba(255, 255, 255, 0.97);
}
#ext_menu-153 .mbr-navbar__section {
  background: transparent;
}
#ext_menu-153 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#ext_menu-153 .mbr-buttons__link {
  padding: 10px 0px 10px 0px;
}
#image1-154 SMALL {
  font-size: 22px;
}
#msg-box3-184 .mbr-header .mbr-header__text {
  text-align: center;
}
#msg-box3-184 .mbr-header .mbr-header__subtext {
  text-align: center;
}
#msg-box3-184 .mbr-article P {
  text-align: center;
}
#msg-box3-184 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#msg-box3-184 #CFHeadDiv {
  width: 100%;
  height: auto;
  margin: 20px 0px 0px 0px;
  font: bold 13pt Roboto;
  color: #F97352;
  text-align: center;
}
#contacts1-155 P {
  color: #9c9c9c;
}
#contacts1-155 .mbr-contacts__img {
  border-radius: 10px 5px 10px 5px;
  margin-bottom: 20px;
}
#contacts1-155 .mbr-contacts__text a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-155 .mbr-contacts__text a:hover {
  text-decoration: none;
  color: #ffffff;
}
#contacts1-155 .col-sm-4 a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-155 .col-sm-4 a:hover {
  text-decoration: none;
  color: #ffffff;
}
#custom-html-198 {
  /* arrow icon (span tag) */
}
#custom-html-198 #back-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
}
#custom-html-198 #back-top a {
  width: 41px;
  display: block;
  text-align: center;
  font: 7pt Verdana;
  text-decoration: none;
  color: #bbb;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-198 #back-top a:hover {
  color: #000;
}
#custom-html-198 #back-top span {
  width: 41px;
  height: 41px;
  display: block;
  margin-bottom: 7px;
  background: url(../../../addons/up-arrow.png) no-repeat center center;
  /* rounded corners */
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-198 #back-top a:hover span {
  background-color: #777;
}
#footer1-156 P {
  text-align: center;
  color: #9c9c9c;
}
#footer1-156 a {
  text-decoration: none;
}
#footer1-156 a:hover {
  text-decoration: none;
  color: #ff7f60;
}
#ext_menu-159 .mbr-brand__name {
  font-size: 16px;
}
#ext_menu-159.mbr-navbar--stuck .mbr-navbar__section {
  background: #000000;
}
#ext_menu-159 .mbr-navbar__hamburger {
  color: #000000;
}
#ext_menu-159 .mbr-navbar__items a {
  font-size: 11px;
}
#ext_menu-159.mbr-navbar--stuck .mbr-navbar__section {
  background: rgba(255, 255, 255, 0.97);
}
#ext_menu-159 .mbr-navbar__section {
  background: transparent;
}
#ext_menu-159 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#ext_menu-159 .mbr-buttons__link {
  padding: 10px 0px 10px 0px;
}
#image1-160 SMALL {
  font-size: 22px;
}
#msg-box3-163 .mbr-header .mbr-header__text {
  text-align: center;
  font-size: 20px;
}
#msg-box3-163 .mbr-header .mbr-header__subtext {
  text-align: center;
}
#msg-box3-163 .mbr-header__text {
  letter-spacing: 1px;
}
#contacts1-161 P {
  color: #9c9c9c;
}
#contacts1-161 .mbr-contacts__img {
  border-radius: 10px 5px 10px 5px;
  margin-bottom: 20px;
}
#contacts1-161 .mbr-contacts__text a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-161 .mbr-contacts__text a:hover {
  text-decoration: none;
  color: #ffffff;
}
#contacts1-161 .col-sm-4 a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-161 .col-sm-4 a:hover {
  text-decoration: none;
  color: #ffffff;
}
#custom-html-199 {
  /* arrow icon (span tag) */
}
#custom-html-199 #back-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
}
#custom-html-199 #back-top a {
  width: 41px;
  display: block;
  text-align: center;
  font: 7pt Verdana;
  text-decoration: none;
  color: #bbb;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-199 #back-top a:hover {
  color: #000;
}
#custom-html-199 #back-top span {
  width: 41px;
  height: 41px;
  display: block;
  margin-bottom: 7px;
  background: url(../../../addons/up-arrow.png) no-repeat center center;
  /* rounded corners */
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-199 #back-top a:hover span {
  background-color: #777;
}
#footer1-162 P {
  text-align: center;
  color: #9c9c9c;
}
#footer1-162 a {
  text-decoration: none;
}
#footer1-162 a:hover {
  text-decoration: none;
  color: #ff7f60;
}
#ext_menu-164 .mbr-brand__name {
  font-size: 16px;
}
#ext_menu-164.mbr-navbar--stuck .mbr-navbar__section {
  background: #000000;
}
#ext_menu-164 .mbr-navbar__hamburger {
  color: #000000;
}
#ext_menu-164 .mbr-navbar__items a {
  font-size: 11px;
}
#ext_menu-164.mbr-navbar--stuck .mbr-navbar__section {
  background: rgba(255, 255, 255, 0.97);
}
#ext_menu-164 .mbr-navbar__section {
  background: transparent;
}
#ext_menu-164 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#ext_menu-164 .mbr-buttons__link {
  padding: 10px 0px 10px 0px;
}
#image1-165 SMALL {
  font-size: 22px;
}
#msg-box3-168 .mbr-header .mbr-header__text {
  text-align: center;
  color: #ffffff;
}
#msg-box3-168 .mbr-header .mbr-header__subtext {
  text-align: center;
}
#contacts1-166 P {
  color: #9c9c9c;
}
#contacts1-166 .mbr-contacts__img {
  border-radius: 10px 5px 10px 5px;
  margin-bottom: 20px;
}
#contacts1-166 .mbr-contacts__text a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-166 .mbr-contacts__text a:hover {
  text-decoration: none;
  color: #ffffff;
}
#contacts1-166 .col-sm-4 a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-166 .col-sm-4 a:hover {
  text-decoration: none;
  color: #ffffff;
}
#custom-html-200 {
  /* arrow icon (span tag) */
}
#custom-html-200 #back-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
}
#custom-html-200 #back-top a {
  width: 41px;
  display: block;
  text-align: center;
  font: 7pt Verdana;
  text-decoration: none;
  color: #bbb;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-200 #back-top a:hover {
  color: #000;
}
#custom-html-200 #back-top span {
  width: 41px;
  height: 41px;
  display: block;
  margin-bottom: 7px;
  background: url(../../../addons/up-arrow.png) no-repeat center center;
  /* rounded corners */
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-200 #back-top a:hover span {
  background-color: #777;
}
#footer1-167 P {
  text-align: center;
  color: #9c9c9c;
}
#footer1-167 a {
  text-decoration: none;
}
#footer1-167 a:hover {
  text-decoration: none;
  color: #ff7f60;
}
#ext_menu-173 .mbr-brand__name {
  font-size: 16px;
}
#ext_menu-173.mbr-navbar--stuck .mbr-navbar__section {
  background: #000000;
}
#ext_menu-173 .mbr-navbar__hamburger {
  color: #000000;
}
#ext_menu-173 .mbr-navbar__items a {
  font-size: 11px;
}
#ext_menu-173.mbr-navbar--stuck .mbr-navbar__section {
  background: rgba(255, 255, 255, 0.97);
}
#ext_menu-173 .mbr-navbar__section {
  background: transparent;
}
#ext_menu-173 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#ext_menu-173 .mbr-buttons__link {
  padding: 10px 0px 10px 0px;
}
#image1-174 SMALL {
  font-size: 22px;
  color: #cccccc;
}
#msg-box3-175 .mbr-header .mbr-header__text {
  text-align: center;
}
#msg-box3-175 .mbr-header .mbr-header__subtext {
  text-align: center;
}
#msg-box3-175 .mbr-header__text {
  letter-spacing: 1px;
}
#msg-box3-175 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
  letter-spacing: 1px;
}
#header3-176 H3 {
  text-align: center;
  font-size: 20px;
}
#header3-176 .mbr-header__text {
  letter-spacing: 1px;
}
#content4-215 .mbr-section__col .mbr-header__text {
  font-size: 15px;
}
#content4-215 P {
  font-size: 15px;
  text-align: center;
}
#content4-215 .mbr-header__text {
  letter-spacing: 1px;
}
#content4-216 .mbr-section__col .mbr-header__text {
  font-size: 15px;
}
#content4-216 P {
  font-size: 15px;
  text-align: center;
}
#content4-216 .mbr-header__text {
  letter-spacing: 1px;
}
#content4-217 .mbr-section__col .mbr-header__text {
  font-size: 15px;
}
#content4-217 P {
  font-size: 15px;
  text-align: center;
}
#content4-217 .mbr-header__text {
  letter-spacing: 1px;
}
#content4-218 .mbr-section__col .mbr-header__text {
  font-size: 15px;
}
#content4-218 P {
  font-size: 15px;
  text-align: center;
}
#content4-218 .mbr-header__text {
  letter-spacing: 1px;
}
#content4-219 .mbr-section__col .mbr-header__text {
  font-size: 15px;
}
#content4-219 P {
  font-size: 15px;
  text-align: center;
}
#content4-219 .mbr-header__text {
  letter-spacing: 1px;
}
#contacts1-178 P {
  color: #9c9c9c;
}
#contacts1-178 .mbr-contacts__img {
  border-radius: 10px 5px 10px 5px;
  margin-bottom: 20px;
}
#contacts1-178 .mbr-contacts__text a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-178 .mbr-contacts__text a:hover {
  text-decoration: none;
  color: #ffffff;
}
#contacts1-178 .col-sm-4 a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-178 .col-sm-4 a:hover {
  text-decoration: none;
  color: #ffffff;
}
#custom-html-201 {
  /* arrow icon (span tag) */
}
#custom-html-201 #back-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
}
#custom-html-201 #back-top a {
  width: 41px;
  display: block;
  text-align: center;
  font: 7pt Verdana;
  text-decoration: none;
  color: #bbb;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-201 #back-top a:hover {
  color: #000;
}
#custom-html-201 #back-top span {
  width: 41px;
  height: 41px;
  display: block;
  margin-bottom: 7px;
  background: url(../../../addons/up-arrow.png) no-repeat center center;
  /* rounded corners */
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-201 #back-top a:hover span {
  background-color: #777;
}
#footer1-179 P {
  text-align: center;
  color: #9c9c9c;
}
#footer1-179 a {
  text-decoration: none;
}
#footer1-179 a:hover {
  text-decoration: none;
  color: #ff7f60;
}
#ext_menu-201 .mbr-brand__name {
  font-size: 16px;
}
#ext_menu-201.mbr-navbar--stuck .mbr-navbar__section {
  background: #000000;
}
#ext_menu-201 .mbr-navbar__hamburger {
  color: #000000;
}
#ext_menu-201 .mbr-navbar__items a {
  font-size: 11px;
}
#ext_menu-201.mbr-navbar--stuck .mbr-navbar__section {
  background: rgba(255, 255, 255, 0.97);
}
#ext_menu-201 .mbr-navbar__section {
  background: transparent;
}
#ext_menu-201 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#ext_menu-201 .mbr-buttons__link {
  padding: 10px 0px 10px 0px;
}
#image1-202 SMALL {
  font-size: 22px;
}
#features1-207 .mbr-section-title .mbr-header__text {
  font-size: 20px;
}
#features1-207 .mbr-section__col .mbr-header__text {
  font-size: 16px;
}
#features1-207 .mbr-header__text {
  letter-spacing: 1px;
}
#features1-207 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#msg-box3-206 .mbr-header .mbr-header__text {
  text-align: center;
  color: #ffffff;
}
#msg-box3-206 .mbr-header .mbr-header__subtext {
  text-align: center;
}
#msg-box3-206 .mbr-article P {
  color: #ffffff;
}
#msg-box3-206 .mbr-article UL {
  color: #ffffff;
}
#contacts1-203 P {
  color: #9c9c9c;
}
#contacts1-203 .mbr-contacts__img {
  border-radius: 10px 5px 10px 5px;
  margin-bottom: 20px;
}
#contacts1-203 .mbr-contacts__text a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-203 .mbr-contacts__text a:hover {
  text-decoration: none;
  color: #ffffff;
}
#contacts1-203 .col-sm-4 a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-203 .col-sm-4 a:hover {
  text-decoration: none;
  color: #ffffff;
}
#custom-html-204 {
  /* arrow icon (span tag) */
}
#custom-html-204 #back-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
}
#custom-html-204 #back-top a {
  width: 41px;
  display: block;
  text-align: center;
  font: 7pt Verdana;
  text-decoration: none;
  color: #bbb;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-204 #back-top a:hover {
  color: #000;
}
#custom-html-204 #back-top span {
  width: 41px;
  height: 41px;
  display: block;
  margin-bottom: 7px;
  background: url(../../../addons/up-arrow.png) no-repeat center center;
  /* rounded corners */
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-204 #back-top a:hover span {
  background-color: #777;
}
#footer1-205 P {
  text-align: center;
  color: #9c9c9c;
}
#footer1-205 a {
  text-decoration: none;
}
#footer1-205 a:hover {
  text-decoration: none;
  color: #ff7f60;
}
#ext_menu-208 .mbr-brand__name {
  font-size: 16px;
}
#ext_menu-208.mbr-navbar--stuck .mbr-navbar__section {
  background: #000000;
}
#ext_menu-208 .mbr-navbar__hamburger {
  color: #000000;
}
#ext_menu-208 .mbr-navbar__items a {
  font-size: 11px;
}
#ext_menu-208.mbr-navbar--stuck .mbr-navbar__section {
  background: rgba(255, 255, 255, 0.97);
}
#ext_menu-208 .mbr-navbar__section {
  background: transparent;
}
#ext_menu-208 .mbr-buttons__btn {
  border-radius: 10px 5px 10px 5px;
}
#ext_menu-208 .mbr-buttons__link {
  padding: 10px 0px 10px 0px;
}
#image1-209 SMALL {
  font-size: 22px;
}
#msg-box3-213 .mbr-header .mbr-header__text {
  text-align: center;
}
#msg-box3-213 .mbr-header .mbr-header__subtext {
  text-align: center;
}
#msg-box3-213 .mbr-article P {
  text-align: center;
}
#contacts1-210 P {
  color: #9c9c9c;
}
#contacts1-210 .mbr-contacts__img {
  border-radius: 10px 5px 10px 5px;
  margin-bottom: 20px;
}
#contacts1-210 .mbr-contacts__text a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-210 .mbr-contacts__text a:hover {
  text-decoration: none;
  color: #ffffff;
}
#contacts1-210 .col-sm-4 a {
  text-decoration: none;
  color: #9c9c9c;
}
#contacts1-210 .col-sm-4 a:hover {
  text-decoration: none;
  color: #ffffff;
}
#custom-html-211 {
  /* arrow icon (span tag) */
}
#custom-html-211 #back-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
}
#custom-html-211 #back-top a {
  width: 41px;
  display: block;
  text-align: center;
  font: 7pt Verdana;
  text-decoration: none;
  color: #bbb;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-211 #back-top a:hover {
  color: #000;
}
#custom-html-211 #back-top span {
  width: 41px;
  height: 41px;
  display: block;
  margin-bottom: 7px;
  background: url(../../../addons/up-arrow.png) no-repeat center center;
  /* rounded corners */
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#custom-html-211 #back-top a:hover span {
  background-color: #777;
}
#footer1-212 P {
  text-align: center;
  color: #9c9c9c;
}
#footer1-212 a {
  text-decoration: none;
}
#footer1-212 a:hover {
  text-decoration: none;
  color: #ff7f60;
}
