@font-face {
  font-family: "MyriadProRegular";
  src: url("../assets/fonts/MyriadProRegular/MyriadProRegular.eot");
  src: url("../assets/fonts/MyriadProRegular/MyriadProRegular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/MyriadProRegular/MyriadProRegular.woff") format("woff"), url("../assets/fonts/MyriadProRegular/MyriadProRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "MyriadProBold";
  src: url("../assets/fonts/MyriadProBold/MyriadProBold.eot");
  src: url("../assets/fonts/MyriadProBold/MyriadProBold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/MyriadProBold/MyriadProBold.woff") format("woff"), url("../assets/fonts/MyriadProBold/MyriadProBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "MyriadProItalic";
  src: url("../assets/fonts/MyriadProItalic/MyriadProItalic.eot");
  src: url("../assets/fonts/MyriadProItalic/MyriadProItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/MyriadProItalic/MyriadProItalic.woff") format("woff"), url("../assets/fonts/MyriadProItalic/MyriadProItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "MyriadProSemiBold";
  src: url("../assets/fonts/MyriadProSemiBold/MyriadProSemiBold.eot");
  src: url("../assets/fonts/MyriadProSemiBold/MyriadProSemiBold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/MyriadProSemiBold/MyriadProSemiBold.woff") format("woff"), url("../assets/fonts/MyriadProSemiBold/MyriadProSemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "MyriadProBoldItalic";
  src: url("../assets/fonts/MyriadProBoldItalic/MyriadProBoldItalic.eot");
  src: url("../assets/fonts/MyriadProBoldItalic/MyriadProBoldItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/MyriadProBoldItalic/MyriadProBoldItalic.woff") format("woff"), url("../assets/fonts/MyriadProBoldItalic/MyriadProBoldItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "MyriadProSemiBoldItalic";
  src: url("../assets/fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.eot");
  src: url("../assets/fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.woff") format("woff"), url("../assets/fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
html,
body {
  background: #d4d3d4;
  font-family: "MyriadProRegular", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1.45;
  height: 100%;
  margin: 0 0 0 0;
  color: #595959;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 1002px;
  min-height: 100%;
  background: #ffffff;
}

.container_menu {
  background: #d4d3d4;
}

.main_container {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 140px;
}

.menu_top {
  height: 28px;
  width: 1002px;
  clear: both;
}

.top_menu_main {
  padding-top: 6px;
  color: white;
  font-size: 14px;
  background-color: #0b963c;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  height: 22px;
}

.language {
  float: right;
  padding-right: 35px;
  text-transform: uppercase;
}

#active_language {
  font-weight: bold;
}

.menu {
  background-color: #0b963c;
  border-top: 1px solid green;
  width: 100%;
  height: 30px;
}

.home {
  float: left;
  padding-left: 10px;
  padding-top: 4px;
}

a.home_link {
  background-image: url("../assets/images/ui/home.png");
  background-repeat: no-repeat;
  width: 198px;
  height: 18px;
  display: block;
}

#nano_menu {
  border: 0px !important;
  float: right;
}

#nano_menu > li {
  float: none !important;
}

.parent_nano_menu {
  border-top: 1px solid green;
}

.parent_nano_menu > #cart {
  float: right;
  margin: 5px 15px 0px 0px;
}

.parent_nano_menu > #cart {
  padding: 1px 15px;
  border-right: 1px solid green;
  margin: 4px 0px;
}

#cart {
  cursor: pointer;
  display: none;
}

table.order_info {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e9f2fa;
}

table.order_info td {
  padding: 0px;
  margin: 0px;
  padding: 20px;
}

table.order_info td.td_order_info {
  vertical-align: bottom;
  height: 100%;
  vertical-align: middle;
  text-align: justify;
}

table.order_info td.payment_methods {
  width: 400px;
  height: 200px;
  vertical-align: top;
  background-color: #e9f2fa;
}

table.order_info td.td_order_info_comments {
  padding-top: 0px;
  text-align: justify;
}

table.order_info td.payment_methods img {
  height: 32px;
  margin: 0px 3px;
}

table.order_info td.payment_methods div.div_payment_icons {
  padding: 0px 0px 5px 20px;
}

table.order_info td.payment_methods div.pComment {
  text-align: justify;
}

.payment_methods label {
  font-weight: bold;
}

div.payment_product_info {
  text-align: center;
}

div.payment_product_info * {
  font-size: 20px;
  font-weight: bold;
}

#payment_product_price {
  font-size: 40px;
  color: #2fb557;
}

#payment_product_qnt {
  padding: 10px 0px 5px 0px;
}

.tbl_payment_mail {
  margin-top: 10px;
}

.tbl_payment_mail td {
  padding: 0px !important;
}

td.payment_methods input[type=email] {
  width: 320px !important;
}

td.payment_methods input[type=radio] {
  margin-left: 0px;
}

.divPaymentMethods {
  background-color: #e9f2fa;
}

.divPaymentMethods input {
  margin-right: 10px;
}

.divPaymentMethods div.pComment {
  padding: 0px 0px 10px 25px;
  text-align: justify;
}

.divPaymentEmail {
  background-color: #e9f2fa;
  padding: 20px 20px 0px 20px;
}

.divPaymentEmail label {
  padding-right: 20px;
}

.divPaymentEmail input {
  width: 800px !important;
}

.payment_continue {
  margin: 0 auto;
  width: 220px;
}

table.ecwid-productBrowser-innerTable div.ecwid-productBrowser-categoryPath,
div.ecwid-productBrowser-category div.ecwid-results-topPanel,
.ecwid-productBrowser-auth-signInLink {
  display: none;
}

.ecwid-ProductsList-content {
  display: none !important;
}

html#ecwid_html body#ecwid_body div.ecwid-minicart {
  display: none !important;
}

html#ecwid_html body#ecwid_body div.ecwid-productBrowser-details-inTheBag,
html#ecwid_html body#ecwid_body .ecwid .ecwid-btn--addMore,
html#ecwid_html body#ecwid_body .ecwid .ecwid-btn--secondary.ecwid-btn--openBag,
html#ecwid_html body#ecwid_body .ecwid .ecwid-btn--addMore,
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-details .ecwid-btn--continueShopping {
  display: none !important;
}

html#ecwid_html body#ecwid_body div.ecwid-productBrowser-details-descr a {
  font-size: 18px !important;
  color: #0b963c !important;
}

html#ecwid_html body#ecwid_body .ecwid .gwt-HTML table * {
  font-size: 18px !important;
}

html#ecwid_html body#ecwid_body div.ecwid-productBrowser-nav {
  display: none;
}

.ecwid-Checkout-BreadCrumbs {
  display: none !important;
}

.ecwid-Checkout-PasswordBlock {
  display: none !important;
}

html#ecwid_html body#ecwid_body div.ecwid-PaymentMethodSelector {
  width: 930px !important;
}

html#ecwid_html body#ecwid_body div.ecwid-PaymentMethodSelector div.ecwid-PaymentInstructions {
  display: none !important;
}

html#ecwid_html body#ecwid_body div.ecwid-Checkout-PaymentRightPanel.ecwid-floatLeftPanel {
  width: 930px !important;
}

html#ecwid_html body#ecwid_body div.ecwid-Checkout-EmailBlock div.ecwid-form {
  width: 875px !important;
}

html#ecwid_html body#ecwid_body div.ecwid-Checkout-EmailBlock div.ecwid-fieldWrapper input.gwt-TextBox {
  width: 730px !important;
}

.ecwid_info_link {
  color: #0b963c !important;
  font-size: 18px !important;
  text-decoration: underline !important;
}

.ecwid_checkout_comment p,
.ecwid_checkout_comment a {
  font-size: 14px;
}

.ecwid_checkout_comment a {
  color: #0b963c !important;
  text-decoration: underline !important;
}

.ecwid-productBrowser-head {
  font-size: 22pt !important;
  font-weight: bold !important;
}

html#ecwid_html body#ecwid_body .ecwid-productBrowser-cart div.ecwid-productBrowser-cart-hint {
  display: none;
}

html#ecwid_html body#ecwid_body .ecwid div.ecwid-productBrowser-cart-termsCheckbox a {
  font-size: 14px !important;
}

html#ecwid_html body#ecwid_body .ecwid span.gwt-CheckBox label {
  font-size: 14px !important;
}

.ecwid-btn.ecwid-btn--secondary.ecwid-btn--clearBag {
  display: none !important;
}

.ecwid-btn.ecwid-btn--secondary.ecwid-btn--continueShopping {
  display: none !important;
}

.slider {
  width: 1002px;
  height: 264px;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}

.main_page {
  padding-bottom: 10px;
}

.page {
  height: 100%;
  width: 934px;
  padding-left: 34px;
  padding-right: 34px;
  padding-bottom: 34px;
  display: inline-block;
}

.nav {
  padding-top: 5px;
  padding-left: 15px;
  font-size: 13px;
  padding-bottom: 5px;
  color: #8f8f8f;
  background-color: #fafafa;
}

.breadcrumbs.pathway > a {
  color: #8f8f8f;
}

.news_block {
  padding-left: 34px;
  height: 180px;
  text-align: left;
  padding-right: 34px;
  margin-bottom: 5px;
  width: 100%;
}

img.news {
  float: left;
}

.news_img {
  float: left;
  margin-top: 6px;
  margin-bottom: 4px;
}

.news_short_text p:nth-of-type(1) {
  margin-top: 10px;
}

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

.contentpaneopennewslist p {
  margin-top: 5px;
}

.contentpaneopennewslist {
  position: relative;
}

.list.list ul {
  margin-left: 0px;
  margin-bottom: 0px;
}

list.list li {
  margin-top: 0px;
  padding-bottom: 0px;
}

ul.list {
  margin-left: 0px;
  text-align: justify;
  -webkit-padding-start: 20px;
}

ul.list li {
  list-style: circle;
  margin-top: 10px;
}

span.blubber {
  font-weight: bold;
}

ul.list.ol.sub_list {
  margin-left: -23px;
  list-style: circle;
  line-height: 17px;
  padding-top: 0px;
  margin-top: 5px;
}

.news_short_text {
  width: 92%;
  text-align: justify;
  float: right;
}

.news_main_text {
  clear: both;
  text-align: justify;
}

.footer {
  color: white;
  background: url("../assets/images/ui/bg_footer_5.jpg");
  height: 155px;
  margin-top: -140px;
  width: 1002px;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.foot {
  float: left;
  padding-right: 78px;
}

#footer_level {
  background: url("../assets/images/ui/border_footer.png");
  background-repeat: repeat-x;
  background-position: bottom center;
  padding-left: 20px;
  height: 95px;
}

.footer a {
  font-size: 13px;
  color: white;
  text-decoration: none;
  line-height: 22px;
}

a {
  color: #0b963c;
}

h2 {
  margin-top: 15px\9 ;
  padding-top: 0px;
  color: #505050;
  font-size: 16px;
  margin-bottom: 5px;
}

h1 {
  padding-top: 15px;
  color: #474747;
  margin-top: 0px;
  font-size: 20px;
}

h1.search {
  padding-top: 0px;
}

h3 {
  padding-top: 13px;
  font-size: 15px;
  margin-top: 0px;
  color: #474747;
}

h4 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  color: #0b963c;
}

h4.req {
  margin: 0 0 0 0;
  padding-left: 20px;
  padding-top: 10px;
  color: #656363;
}

p.req {
  padding: 0px 20px;
}

h1.price {
  margin-left: 10px;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

h1.header_form {
  text-align: center;
  font-size: 20px;
  color: #656363;
  padding-top: 0px;
  margin-bottom: 10px;
}

p {
  line-height: 1.45;
  text-align: justify;
}

span#active_language {
  padding-top: 2px;
  display: block;
  background: url("../assets/images/ui/bg_lan.png");
  background-repeat: no-repeat;
  width: 27px;
  height: 24px;
}

span.orange {
  font-weight: bold;
  color: #f6774e;
}

span.green {
  font-weight: bold;
  color: #519d43;
}

.main {
  padding-top: 15px;
}

.main.left_side {
  text-align: justify;
  width: 280px;
  float: left;
}

.block_product,
.block_about {
  width: 100%;
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.block_about {
  border-bottom: none;
  padding-top: 10px;
  background-color: #f1f1f1;
}

.awards {
  text-align: center;
}

.awards > img {
  padding-left: 20px;
  padding-right: 20px;
}

.content_block {
  margin-left: 34px;
  margin-right: 34px;
}

.content_block::after {
  content: "";
  display: block;
  clear: both;
}

.groups_button_center {
  clear: both;
  height: 40px;
  text-align: center;
}

.groups_button_center > input {
  margin-right: 15px;
}

.column_left {
  float: left;
  width: 45%;
  margin-bottom: 35px;
  padding-left: 10px;
}

.column_right {
  width: 45%;
  float: left;
  margin-bottom: 35px;
  padding-left: 40px;
}

.column_left p,
.column_right p {
  text-align: left;
}

.columns {
  display: table;
}

.column {
  text-align: center;
  display: table-cell;
  width: 20%;
  padding-right: 4%;
  padding-left: 2%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.column p {
  text-align: center;
}

span.icon {
  display: inline-block;
  width: 56px;
  height: 56px;
  float: left;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.icons {
  height: 58px;
  margin-top: 10px;
}

.icon.icon_high_speed {
  background-image: url("../assets/images/template/icons/nanoav_pro/high_speed_work.png");
}

.icon.icon_safety {
  background-image: url("../assets/images/template/icons/nanoav_pro/complex_safety.png");
}

.icon.icon_license {
  background-image: url("../assets/images/template/icons/nanoav_pro/license_scheme.png");
}

.icon.icon_support {
  background-image: url("../assets/images/template/icons/nanoav_pro/support.png");
}

.icon.icon_sky_scanning {
  background-image: url("../assets/images/template/icons/nanoav_sky_scan/sky_scanning.png");
}

.icon.icon_status_info {
  background-image: url("../assets/images/template/icons/nanoav_sky_scan/info_status.png");
}

.icon.icon_integration {
  background-image: url("../assets/images/template/icons/nanoav_sky_scan/integration.png");
}

.icon.icon_free {
  background-image: url("../assets/images/template/icons/nanoav_sky_scan/free.png");
}

span.medium_icons {
  display: inline-block;
  width: 56px;
  height: 56px;
  text-align: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  margin-top: 10px;
}

.icon_without_install {
  background-image: url("../assets/images/template/icons/online_scaner/without_install.png");
}

.icon_actual_version {
  background-image: url("../assets/images/template/icons/online_scaner/actual_version.png");
}

.icon_total_detect {
  background-image: url("../assets/images/template/icons/online_scaner/total_detect.png");
}

span.copy {
  display: inline-block;
  float: left;
  padding-top: 15px;
  margin-left: 27%;
  font-size: 13px;
}

span.social-icons {
  display: inline-block;
  float: right;
  padding-top: 12px;
  vertical-align: bottom;
  margin-right: 15px;
}

a.footer_link {
  display: inline-block;
  vertical-align: bottom;
}

a.site_map {
  padding-top: 15px;
  display: inline-block;
  float: left;
  line-height: 15px;
}

span.price {
  color: #f26e3f;
  font-weight: bold;
  font-size: 16px;
  padding-right: 5px;
}

span.select_pc {
  color: #656363;
  font-weight: bold;
  margin-left: 4px;
}

ul.main_list {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}

ul.main_list li {
  margin-top: 10px;
  font-weight: bold;
  color: #656363;
}

.button_search {
  border: 0px;
  background: url("../assets/images/ui/search.gif");
  width: 18px;
  height: 15px;
  cursor: pointer;
  margin-right: 5px;
  margin-left: 1px;
}

a.button_orange,
.button_orange {
  cursor: pointer;
  border: none;
  color: white !important;
  font-family: "MyriadProRegular", "Arial", sans-serif;
  padding-left: 15px;
  padding-right: 15px;
  margin: 10px 10px 0px 10px;
  border-radius: 3px;
  letter-spacing: 1px;
  height: 34px;
  line-height: 34px;
  min-width: 200px;
  font-size: 16px;
  display: inline-block;
}

.button_orange.hidden,
.button_green.hidden {
  display: none;
}

a.button_green,
.button_green,
a.button_orange,
.button_orange {
  cursor: pointer;
  border: none;
  color: white !important;
  font-family: "MyriadProRegular", "Arial", sans-serif;
  padding-left: 15px;
  padding-right: 15px;
  margin: 10px 10px 0px 10px;
  border-radius: 3px;
  letter-spacing: 1px;
  height: 34px;
  line-height: 34px;
  min-width: 200px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
}

a.button_green,
a.button_orange {
  text-decoration: none;
  height: 26px;
  line-height: 26px;
  padding: 4px 10px 4px 10px;
}

a.button_green,
.button_green {
  background-color: #2fb557;
}

a.button_orange,
.button_orange {
  background-color: #f26e3f;
}

.button_green.download_free {
  min-width: 100px;
}

.disabled_button {
  background-color: gray !important;
}

h2.gray.align_center {
  text-align: center;
}

tr.second_level > td {
  padding-top: 20px;
}

table.functions {
  margin-top: 20px;
  width: 820px;
  height: 300px;
  margin-left: 77px;
}

.deep_blue {
  cursor: pointer;
}

tr.select_price {
  cursor: pointer;
}

#compare_price {
  float: right;
  margin-bottom: 25px;
  width: 440px;
  margin-right: 140px;
}

table.compare {
  float: right;
  margin-top: 22px;
  margin-bottom: 25px;
  width: 680px;
  border-collapse: collapse;
}

table.compare tr.no_border {
  border-top: none;
}

table.compare tr {
  height: 33px;
  border-top: 1px solid #e0e0e0;
}

table.compare td {
  white-space: nowrap;
}

table.compare td.mark {
  color: white;
  background-image: url("../assets/images/ui/mark.png");
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;
}

td.table_text {
  color: #656363;
  font-size: 15px;
  font-weight: bold;
}

table.price {
  border-collapse: collapse;
  width: 580px;
  height: 220px;
}

table.price td {
  padding-left: 6px;
  font-size: 16px;
}

table.price td * {
  font-size: 16px;
}

.main_img {
  float: left;
  padding-right: 10px;
  margin-bottom: 30px;
}

img.awards {
  vertical-align: middle;
  margin-left: 27px;
  margin-top: 25px;
}

#tabs {
  overflow: hidden;
  width: 100%;
  padding: 0;
  list-style: none;
  margin-bottom: 14px;
}

#tabs li {
  float: left;
  min-width: 120px;
  text-align: center;
  margin: 0 0.3em 0 0px;
  font-size: 15px;
  padding: 0px;
}

#tabs a {
  position: relative;
  background: #e0e0e0;
  padding: 0.7em 0.5em;
  min-width: 100px;
  float: left;
  text-decoration: none;
  color: #444;
  border-radius: 5px 5px 0 0;
}

#tabs a:hover,
#tabs a:focus {
  background: #d6d6d6;
}

#tabs a:focus {
  outline: 0;
}

#tabs #current a {
  background: #f7f7f7;
  z-index: 3;
}

.img_for_product {
  float: left;
  margin-top: 20px;
  margin-bottom: 25px;
}

.text_for_product {
  float: left;
  margin-top: 60px;
  margin-bottom: 15px;
}

#content_tab {
  width: 934px;
  background: #f7f7f7;
  margin-top: -14px;
  min-height: 390px;
  padding-top: 15px;
  position: relative;
  z-index: 2;
}

.cbClr,
.contentpaneopen {
  clear: both;
}

#select {
  position: relative;
  width: 580px;
  height: 33px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  z-index: 10;
  margin: 0 0 0 0;
  cursor: pointer;
}

@-moz-document url-prefix() {
  #select {
    position: relative;
    top: 88px;
  }
}
.video_links {
  margin-top: 20px;
  display: block;
}

.video {
  margin-left: 15px;
  cursor: pointer;
  display: block;
  padding-left: 10px;
  padding-top: 4px;
  color: #656363;
  font-weight: bold;
  height: 25px;
  padding-right: 6px;
}

ul.req {
  list-style-type: none;
}

ul.req li {
  margin-left: -20px;
  font-weight: bold;
  padding-top: 8px;
  color: #656363;
}

td.notes {
  color: gray;
  font-size: 12px;
  line-height: 8px;
  padding-left: 29px;
}

p.tab {
  font-size: 12px;
  text-align: justify;
  padding-left: 15px;
  padding-right: 20px;
  padding-bottom: 10px;
  color: gray;
}

p.active_text {
  color: #505050;
  padding-left: 15px;
  font-weight: bold;
}

a.pdf {
  display: block;
  font-weight: bold;
  padding-top: 8px;
  color: #656363;
  margin-left: 15px;
  padding-left: 35px;
  height: 26px;
  background: url("../assets/images/ui/pdf.png") no-repeat left center;
}

td.no_bg {
  background-color: white;
}

table.tab {
  margin-top: 25px;
  margin-left: 28px;
}

table.tab.documentation span {
  padding-left: 20px;
  padding-right: 20px;
}

table.tab th {
  color: #656363;
  height: 30px;
}

table.tab td {
  padding-top: 6px;
  padding-bottom: 6px;
}

.text_td {
  color: #656363;
  font-size: 12px;
  font-weight: bold;
}

table.active_text td {
  border: 1px solid white;
}

table.active_text tr:nth-child(2n+1) {
  background: #f7f7f7;
}

.ordering {
  float: right;
}

.search_form {
  float: left;
}

.limit_search {
  float: right;
}

.limit_search label {
  font-weight: bold;
  color: #505050;
}

label.checkbox_label {
  display: block;
  float: right;
  width: 420px;
  padding-bottom: 25px;
}

.search_word {
  margin-top: 20px;
  float: left;
  width: 600px;
}

.search_res_first_line {
  clear: both;
}

.search_res_desc {
  margin-bottom: 15px;
  text-align: justify;
}

.ordering label {
  font-weight: bold;
  color: #505050;
}

.section_info {
  color: gray;
}

#loading {
  display: none;
  background-image: url("../assets/images/ui/loader.gif");
  background-repeat: no-repeat;
  width: 16px;
  height: 11px;
  position: relative;
  padding-right: 10px;
  top: 3px;
}

input {
  border: 1px solid #e0e0e0;
}

input.radio {
  margin-right: 15px;
}

td.tip {
  position: relative;
}

div.divTooltip {
  position: absolute;
  visibility: hidden;
  left: 80px;
  width: 250px;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  background: white;
  z-index: 1;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

div.divTooltip div {
  font-size: 14px;
}

div.divTooltip .tooltipTitle {
  font-weight: bold;
  color: #656363;
  padding-bottom: 5px;
  text-align: center;
}

div.divTooltip .tooltipText {
  text-align: justify;
}

input#mod_login_usernamemy,
input#checkemail,
input#username,
input#email,
input#password,
input#mod_login_passwordmy,
input#name,
select.inputbox,
input#search_searchword {
  margin-left: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 5px;
  padding-left: 10px;
  margin-bottom: 17px;
  margin-top: 10px;
  font-size: 18px;
  width: 440px;
}

input#act_code {
  font-size: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 7px;
  border-radius: 5px;
  width: 440px;
}

input#password__verify {
  font-size: 18px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: 10px;
  width: 440px;
}

select#paramstimezone,
select#paramslanguage {
  width: 453px;
  background-color: white;
  height: 40px;
}

p.text_reg {
  margin-top: 0px;
  margin-bottom: 3px;
  font-weight: normal;
}

#register_link {
  float: right;
  line-height: 18px;
  width: 150px;
}

.form {
  padding: 20px;
  background: #f7f7f7;
  border-radius: 5px;
}

.form-img {
  --form-img-width: 200px;
  margin-bottom: 15px;
}

.form-img img {
  display: block;
  width: var(--form-img-width);
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.form.small {
  text-align: center;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.form.small p {
  margin-top: 5px;
  margin-bottom: 7px;
}

.form.small a {
  margin-top: 10px;
}

#registration_form {
  background: #f7f7f7;
  border-radius: 5px;
  margin-top: 30px;
  padding: 20px;
  width: 460px;
  margin-left: auto;
  margin-right: auto;
}

#registrationTable .sectiontableentry1 img {
  margin-top: 18px;
}

#registrationTable #acceptedterms {
  margin-top: 6px;
}

#lost_form {
  background: #f7f7f7;
  border-radius: 5px;
  width: 450px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}

.mod_loginmy {
  margin-left: 28%;
  display: inline-block;
  margin-top: 100px;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 5px;
}

.tblPartnerInfo .partnerIcon {
  padding-right: 34px;
}

.tblPartnerInfo span {
  font-weight: bold;
}

#partners {
  width: 500px;
  float: right;
}

.divPartersList > a {
  float: left;
  width: 309px;
  height: 220px;
  text-align: center;
  border: 1px solid transparent;
  margin-bottom: 32px;
  border-radius: 5px;
  color: #595959 !important;
  text-decoration: none;
  position: relative;
}

.divPartersList > a:hover {
  border: 1px solid #10d555;
}

.divPartersList > a > div {
  width: 311px;
  height: 160px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.divPartersList > a > div.cover {
  background-color: #0db046;
  width: 309px;
  height: 220px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 5px;
  opacity: 0.05;
  display: none;
}

.divPartersList > a:hover > div.cover {
  display: block;
}

label.reg {
  font-weight: bold;
}

label.capcha {
  padding-bottom: 8px;
}

.search input {
  vertical-align: middle;
}

#product {
  width: 300px;
}

#radio_btn {
  height: 20px;
  padding-left: 30px;
  padding-top: 4px;
  width: 300px;
}

#radio_btn:hover {
  border-radius: 5px;
}

.sliderContent {
  float: left;
  width: 1002px;
  height: 264px;
  clear: both;
  position: relative;
  overflow: hidden;
}

.sliderArrows a {
  display: block;
  text-indent: -9999px;
  outline: none;
  z-index: 50;
  background-image: url("../assets/images/ui/prev_next.png");
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  margin-top: -34px;
}

.prev {
  background-position: 0 0;
  left: 8px;
}

.prev:hover {
  background-position: 0 -44px;
}

.next {
  right: 8px;
  background-position: -44px 0;
}

.next:hover {
  background-position: -44px -44px;
}

.sliderContent .item {
  position: absolute;
  width: 800px;
  background: #fff;
}

a.no_decoartion {
  text-decoration: none;
}

.sliderBullets {
  position: absolute;
  bottom: 0;
  left: 52%;
  z-index: 50;
  margin-left: -45px;
  margin-bottom: 25px;
}

.sliderBullets a {
  display: block;
  float: left;
  text-indent: -9999px;
  outline: none;
  margin-left: 5px;
  width: 11px;
  height: 11px;
  background: url("../assets/images/ui/bullet.png") no-repeat;
}

.sliderBullets .active {
  background-position: 0 -11px;
}

.sliderContent a {
  outline: none;
}

a img {
  border: none;
}

.news_block a {
  color: #292929;
  line-height: 16px;
  text-decoration: none;
}

.av_content > a {
  color: #474747;
  font-size: 20px;
  text-decoration: none;
}

ul.latestnewsmy {
  margin: 0px;
  margin-top: 4px;
  margin-bottom: 14px;
  padding: 0px;
  padding-top: 0px;
  padding-left: 0px;
  list-style-type: none;
  list-style-image: none;
}

li.latestnewsmy {
  list-style-type: none;
  line-height: 21px;
}

li.latestnewsmy.column-news {
  height: 30px;
  line-height: 1.45;
  overflow: hidden;
  text-overflow: ellipsis;
}

.date {
  font-weight: bold;
  font-family: "MyriadProRegular", "Arial", sans-serif;
  color: #292929;
  font-size: 18px;
  display: inline-block;
  width: 150px;
  padding-right: 2px;
}

.date_of_creation {
  float: right;
  margin: 0;
  padding: 10px;
  padding-top: 0px;
  padding-left: 15px;
  padding-bottom: 5px;
  font-weight: normal;
  text-align: right;
  color: gray;
  font-size: 13px;
}

span.latestnesmy {
  display: block;
}

span.link {
  font-size: 13px;
  line-height: 12px;
  clear: both;
  display: block;
  padding: 0 0 0 0;
  text-align: right;
}

div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
  height: 13px;
}

div.pp_default .pp_top .pp_left {
  background: url("../assets/images/template/prettyPhoto/default/sprite.png") -78px -93px no-repeat;
}

div.pp_default .pp_top .pp_middle {
  background: url("../assets/images/template/prettyPhoto/default/sprite_x.png") top left repeat-x;
}

div.pp_default .pp_top .pp_right {
  background: url("../assets/images/template/prettyPhoto/default/sprite.png") -112px -93px no-repeat;
}

div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
  background: url("../assets/images/template/prettyPhoto/default/sprite_y.png") -7px 0 repeat-y;
  padding-left: 13px;
}

div.pp_default .pp_content_container .pp_right {
  background: url("../assets/images/template/prettyPhoto/default/sprite_y.png") top right repeat-y;
  padding-right: 13px;
}

div.pp_default .pp_next:hover {
  background: url("../assets/images/template/prettyPhoto/default/sprite_next.png") center right no-repeat;
  cursor: pointer;
}

div.pp_default .pp_previous:hover {
  background: url("../assets/images/template/prettyPhoto/default/sprite_prev.png") center left no-repeat;
  cursor: pointer;
}

div.pp_default .pp_expand {
  background: url("../assets/images/template/prettyPhoto/default/sprite.png") 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

div.pp_default .pp_expand:hover {
  background: url("../assets/images/template/prettyPhoto/default/sprite.png") 0 -56px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_contract {
  background: url("../assets/images/template/prettyPhoto/default/sprite.png") 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

div.pp_default .pp_contract:hover {
  background: url("../assets/images/template/prettyPhoto/default/sprite.png") 0 -113px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url("../assets/images/template/prettyPhoto/default/sprite.png") 2px 1px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_gallery ul li a {
  background: url("../assets/images/template/prettyPhoto/default/default_thumb.png") center center #f8f8f8;
  border: 1px solid #aaa;
}

div.pp_default .pp_social {
  margin-top: 7px;
}

div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}

div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
  background: url("../assets/images/template/prettyPhoto/default/sprite.png") -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}

div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}

div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
  background: url("../assets/images/template/prettyPhoto/default/sprite.png") -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0;
}

div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}

div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}

div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}

div.pp_default .pp_nav .currentTextHolder {
  font-family: "MyriadProRegular", "Arial", sans-serif;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px;
}

div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}

div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}

div.pp_default .pp_bottom .pp_left {
  background: url("../assets/images/template/prettyPhoto/default/sprite.png") -78px -127px no-repeat;
}

div.pp_default .pp_bottom .pp_middle {
  background: url("../assets/images/template/prettyPhoto/default/sprite_x.png") bottom left repeat-x;
}

div.pp_default .pp_bottom .pp_right {
  background: url("../assets/images/template/prettyPhoto/default/sprite.png") -112px -127px no-repeat;
}

div.pp_default .pp_loaderIcon {
  background: url("../assets/images/template/prettyPhoto/default/loader.gif") center center no-repeat;
}

div.light_rounded .pp_top .pp_left {
  background: url("../assets/images/template/prettyPhoto/light_rounded/sprite.png") -88px -53px no-repeat;
}

div.light_rounded .pp_top .pp_right {
  background: url("../assets/images/template/prettyPhoto/light_rounded/sprite.png") -110px -53px no-repeat;
}

div.light_rounded .pp_next:hover {
  background: url("../assets/images/template/prettyPhoto/light_rounded/btnNext.png") center right no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_previous:hover {
  background: url("../assets/images/template/prettyPhoto/light_rounded/btnPrevious.png") center left no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_expand {
  background: url("../assets/images/template/prettyPhoto/light_rounded/sprite.png") -31px -26px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_expand:hover {
  background: url("../assets/images/template/prettyPhoto/light_rounded/sprite.png") -31px -47px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_contract {
  background: url("../assets/images/template/prettyPhoto/light_rounded/sprite.png") 0 -26px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_contract:hover {
  background: url("../assets/images/template/prettyPhoto/light_rounded/sprite.png") 0 -47px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url("../assets/images/template/prettyPhoto/light_rounded/sprite.png") -1px -1px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_nav .pp_play {
  background: url("../assets/images/template/prettyPhoto/light_rounded/sprite.png") -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_rounded .pp_nav .pp_pause {
  background: url("../assets/images/template/prettyPhoto/light_rounded/sprite.png") -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_rounded .pp_arrow_previous {
  background: url("../assets/images/template/prettyPhoto/light_rounded/sprite.png") 0 -71px no-repeat;
}

div.light_rounded .pp_arrow_next {
  background: url("../assets/images/template/prettyPhoto/light_rounded/sprite.png") -22px -71px no-repeat;
}

div.light_rounded .pp_bottom .pp_left {
  background: url("../assets/images/template/prettyPhoto/light_rounded/sprite.png") -88px -80px no-repeat;
}

div.light_rounded .pp_bottom .pp_right {
  background: url("../assets/images/template/prettyPhoto/light_rounded/sprite.png") -110px -80px no-repeat;
}

div.dark_rounded .pp_top .pp_left {
  background: url("../assets/images/template/prettyPhoto/dark_rounded/sprite.png") -88px -53px no-repeat;
}

div.dark_rounded .pp_top .pp_right {
  background: url("../assets/images/template/prettyPhoto/dark_rounded/sprite.png") -110px -53px no-repeat;
}

div.dark_rounded .pp_content_container .pp_left {
  background: url("../assets/images/template/prettyPhoto/dark_rounded/contentPattern.png") top left repeat-y;
}

div.dark_rounded .pp_content_container .pp_right {
  background: url("../assets/images/template/prettyPhoto/dark_rounded/contentPattern.png") top right repeat-y;
}

div.dark_rounded .pp_next:hover {
  background: url("../assets/images/template/prettyPhoto/dark_rounded/btnNext.png") center right no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_previous:hover {
  background: url("../assets/images/template/prettyPhoto/dark_rounded/btnPrevious.png") center left no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_expand {
  background: url("../assets/images/template/prettyPhoto/dark_rounded/sprite.png") -31px -26px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_expand:hover {
  background: url("../assets/images/template/prettyPhoto/dark_rounded/sprite.png") -31px -47px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_contract {
  background: url("../assets/images/template/prettyPhoto/dark_rounded/sprite.png") 0 -26px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_contract:hover {
  background: url("../assets/images/template/prettyPhoto/dark_rounded/sprite.png") 0 -47px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url("../assets/images/template/prettyPhoto/dark_rounded/sprite.png") -1px -1px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_description {
  margin-right: 85px;
  color: #fff;
}

div.dark_rounded .pp_nav .pp_play {
  background: url("../assets/images/template/prettyPhoto/dark_rounded/sprite.png") -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_rounded .pp_nav .pp_pause {
  background: url("../assets/images/template/prettyPhoto/dark_rounded/sprite.png") -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_rounded .pp_arrow_previous {
  background: url("../assets/images/template/prettyPhoto/dark_rounded/sprite.png") 0 -71px no-repeat;
}

div.dark_rounded .pp_arrow_next {
  background: url("../assets/images/template/prettyPhoto/dark_rounded/sprite.png") -22px -71px no-repeat;
}

div.dark_rounded .pp_bottom .pp_left {
  background: url("../assets/images/template/prettyPhoto/dark_rounded/sprite.png") -88px -80px no-repeat;
}

div.dark_rounded .pp_bottom .pp_right {
  background: url("../assets/images/template/prettyPhoto/dark_rounded/sprite.png") -110px -80px no-repeat;
}

div.dark_rounded .pp_loaderIcon {
  background: url("../assets/images/template/prettyPhoto/dark_rounded/loader.gif") center center no-repeat;
}

div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
  background: #000;
}

div.dark_square .pp_description {
  color: #fff;
  margin: 0 85px 0 0;
}

div.dark_square .pp_loaderIcon {
  background: url("../assets/images/template/prettyPhoto/dark_square/loader.gif") center center no-repeat;
}

div.dark_square .pp_expand {
  background: url("../assets/images/template/prettyPhoto/dark_square/sprite.png") -31px -26px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_expand:hover {
  background: url("../assets/images/template/prettyPhoto/dark_square/sprite.png") -31px -47px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_contract {
  background: url("../assets/images/template/prettyPhoto/dark_square/sprite.png") 0 -26px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_contract:hover {
  background: url("../assets/images/template/prettyPhoto/dark_square/sprite.png") 0 -47px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url("../assets/images/template/prettyPhoto/dark_square/sprite.png") -1px -1px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_nav {
  clear: none;
}

div.dark_square .pp_nav .pp_play {
  background: url("../assets/images/template/prettyPhoto/dark_square/sprite.png") -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_square .pp_nav .pp_pause {
  background: url("../assets/images/template/prettyPhoto/dark_square/sprite.png") -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_square .pp_arrow_previous {
  background: url("../assets/images/template/prettyPhoto/dark_square/sprite.png") 0 -71px no-repeat;
}

div.dark_square .pp_arrow_next {
  background: url("../assets/images/template/prettyPhoto/dark_square/sprite.png") -22px -71px no-repeat;
}

div.dark_square .pp_next:hover {
  background: url("../assets/images/template/prettyPhoto/dark_square/btnNext.png") center right no-repeat;
  cursor: pointer;
}

div.dark_square .pp_previous:hover {
  background: url("../assets/images/template/prettyPhoto/dark_square/btnPrevious.png") center left no-repeat;
  cursor: pointer;
}

div.light_square .pp_expand {
  background: url("../assets/images/template/prettyPhoto/light_square/sprite.png") -31px -26px no-repeat;
  cursor: pointer;
}

div.light_square .pp_expand:hover {
  background: url("../assets/images/template/prettyPhoto/light_square/sprite.png") -31px -47px no-repeat;
  cursor: pointer;
}

div.light_square .pp_contract {
  background: url("../assets/images/template/prettyPhoto/light_square/sprite.png") 0 -26px no-repeat;
  cursor: pointer;
}

div.light_square .pp_contract:hover {
  background: url("../assets/images/template/prettyPhoto/light_square/sprite.png") 0 -47px no-repeat;
  cursor: pointer;
}

div.light_square .pp_close {
  width: 25px;
  height: 22px;
  cursor: pointer;
}

div.light_square .pp_nav .pp_play {
  background: url("../assets/images/template/prettyPhoto/light_square/sprite.png") -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_square .pp_nav .pp_pause {
  background: url("../assets/images/template/prettyPhoto/light_square/sprite.png") -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_square .pp_arrow_previous {
  background: url("../assets/images/template/prettyPhoto/light_square/sprite.png") 0 -71px no-repeat;
}

div.light_square .pp_arrow_next {
  background: url("../assets/images/template/prettyPhoto/light_square/sprite.png") -22px -71px no-repeat;
}

div.facebook .pp_top .pp_left {
  background: url("../assets/images/template/prettyPhoto/facebook/sprite.png") -88px -53px no-repeat;
}

div.facebook .pp_top .pp_middle {
  background: url("../assets/images/template/prettyPhoto/facebook/contentPatternTop.png") top left repeat-x;
}

div.facebook .pp_top .pp_right {
  background: url("../assets/images/template/prettyPhoto/facebook/sprite.png") -110px -53px no-repeat;
}

div.facebook .pp_content_container .pp_left {
  background: url("../assets/images/template/prettyPhoto/facebook/contentPatternLeft.png") top left repeat-y;
}

div.facebook .pp_content_container .pp_right {
  background: url("../assets/images/template/prettyPhoto/facebook/contentPatternRight.png") top right repeat-y;
}

div.facebook .pp_expand {
  background: url("../assets/images/template/prettyPhoto/facebook/sprite.png") -31px -26px no-repeat;
  cursor: pointer;
}

div.facebook .pp_expand:hover {
  background: url("../assets/images/template/prettyPhoto/facebook/sprite.png") -31px -47px no-repeat;
  cursor: pointer;
}

div.facebook .pp_contract {
  background: url("../assets/images/template/prettyPhoto/facebook/sprite.png") 0 -26px no-repeat;
  cursor: pointer;
}

div.facebook .pp_contract:hover {
  background: url("../assets/images/template/prettyPhoto/facebook/sprite.png") 0 -47px no-repeat;
  cursor: pointer;
}

div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url("../assets/images/template/prettyPhoto/facebook/sprite.png") -1px -1px no-repeat;
  cursor: pointer;
}

div.facebook .pp_description {
  margin: 0 37px 0 0;
}

div.facebook .pp_loaderIcon {
  background: url("../assets/images/template/prettyPhoto/facebook/loader.gif") center center no-repeat;
}

div.facebook .pp_arrow_previous {
  background: url("../assets/images/template/prettyPhoto/facebook/sprite.png") 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}

div.facebook .pp_arrow_next {
  background: url("../assets/images/template/prettyPhoto/facebook/sprite.png") -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}

div.facebook .pp_nav {
  margin-top: 0;
}

div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}

div.facebook .pp_nav .pp_play {
  background: url("../assets/images/template/prettyPhoto/facebook/sprite.png") -1px -123px no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_nav .pp_pause {
  background: url("../assets/images/template/prettyPhoto/facebook/sprite.png") -32px -123px no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_next:hover {
  background: url("../assets/images/template/prettyPhoto/facebook/btnNext.png") center right no-repeat;
  cursor: pointer;
}

div.facebook .pp_previous:hover {
  background: url("../assets/images/template/prettyPhoto/facebook/btnPrevious.png") center left no-repeat;
  cursor: pointer;
}

div.facebook .pp_bottom .pp_left {
  background: url("../assets/images/template/prettyPhoto/facebook/sprite.png") -88px -80px no-repeat;
}

div.facebook .pp_bottom .pp_middle {
  background: url("../assets/images/template/prettyPhoto/facebook/contentPatternBottom.png") top left repeat-x;
}

div.facebook .pp_bottom .pp_right {
  background: url("../assets/images/template/prettyPhoto/facebook/sprite.png") -110px -80px no-repeat;
}

div.pp_pic_holder a:focus {
  outline: none;
}

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}

.pp_content {
  height: 40px;
  min-width: 40px;
}

* html .pp_content {
  width: 40px;
}

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}

.pp_content_container .pp_left {
  padding-left: 20px;
}

.pp_content_container .pp_right {
  padding-right: 20px;
}

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}

.pp_description {
  display: none;
  margin: 0;
}

.pp_social {
  float: left;
  margin: 0;
}

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}

.pp_social .twitter {
  float: left;
}

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}

.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}

.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}

a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

.pp_gallery {
  left: 50%;
  position: absolute;
  z-index: 10000;
  margin-top: 15px;
}

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}

.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}

.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}

.pp_gallery ul a img {
  border: 0;
}

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}

.pp_gallery li.default a {
  background: url("../assets/images/template/prettyPhoto/facebook/default_thumbnail.gif") 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}

.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}

div.light_square .pp_next:hover {
  background: url("../assets/images/ui/prev_next.png") -44px -44px no-repeat;
  cursor: pointer;
  position: relative;
}

div.light_square .pp_previous:hover {
  background: url("../assets/images/ui/prev_next.png") 0px -44px no-repeat;
  cursor: pointer;
  position: relative;
  height: 42px;
  width: 42px;
}

.pp_next {
  background-position: -44px 0;
  left: 97%;
}

.pp_previous {
  background-position: 0 0;
  left: -64px;
}

.pp_hoverContainer a {
  display: block;
  z-index: 2000;
  float: left;
  text-indent: -10000px;
  background-image: url("../assets/images/ui/prev_next.png");
  width: 42px;
  height: 42px;
  position: relative;
  top: 45%;
}

a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}

a.pp_close {
  text-align: right;
  line-height: 22px;
  text-decoration: none;
  color: #505050;
  font-weight: bold;
  font-size: 16px;
}

.close {
  text-align: right;
  padding-right: 10px;
  padding-top: 5px;
}

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px;
}

#pp_full_res {
  line-height: 1 !important;
}

#pp_full_res .pp_inline {
  text-align: left;
}

#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}

div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
}

div.pp_default .pp_content,
div.light_rounded .pp_content {
  background-color: #fff;
}

div.pp_default #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline,
div.light_square .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.facebook #pp_full_res .pp_inline {
  color: #000;
}

div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a,
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #fff;
}

div.pp_default .pp_details,
div.light_rounded .pp_details,
div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.light_square .pp_details,
div.facebook .pp_details {
  position: relative;
}

div.light_rounded .pp_top .pp_middle,
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right,
div.light_rounded .pp_bottom .pp_middle,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content,
div.facebook .pp_content {
  background: #fff;
}

div.light_rounded .pp_description,
div.light_square .pp_description {
  color: #505050;
  float: left;
  padding-left: 10px;
  padding-bottom: 5px;
}

div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}

div.light_rounded .pp_arrow_previous.disabled,
div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}

div.light_rounded .pp_arrow_next.disabled,
div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}

div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
  background: url("../assets/images/template/prettyPhoto/light_rounded/loader.gif") center center no-repeat;
}

div.dark_rounded .pp_top .pp_middle,
div.dark_rounded .pp_content,
div.dark_rounded .pp_bottom .pp_middle {
  background: url("../assets/images/template/prettyPhoto/dark_rounded/contentPattern.png") top left repeat;
}

div.dark_rounded .currentTextHolder,
div.dark_square .currentTextHolder {
  color: #c4c4c4;
}

div.dark_rounded #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
  color: #fff;
}

.pp_top,
.pp_bottom {
  position: relative;
  background: #fff;
}

.pp_top {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.pp_bottom {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 35px;
}

* html .pp_top,
* html .pp_bottom {
  padding: 0 20px;
}

.pp_top .pp_left,
.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

.pp_top .pp_middle,
.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}

* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}

.pp_top .pp_right,
.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.pp_fade,
.pp_gallery li.default a img {
  display: none;
}

ul.gallery.clearfix {
  display: inline-block;
  clear: both;
  margin-left: 15px;
  padding: 0px;
  -webkit-padding-start: 0px;
}

li.clearfix {
  list-style: none;
  display: block;
  margin: 10px 8px 10px 8px;
  float: left;
}

#map {
  float: left;
  margin-top: 15px;
  width: 600px;
  height: 600px;
}

#full_list {
  overflow: auto;
  height: 600px;
  text-align: left;
  width: 350px;
  float: right;
}

h2.full_list {
  width: 350px;
  display: block;
  float: right;
  color: #656363;
}

a.spoiler_link {
  display: block;
  height: 22px;
  margin-top: 10px;
  padding-top: 5px;
  padding-left: 8px;
  background: #f7f7f7;
  border-radius: 3px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

form#your_town {
  display: none;
}

input[type=text]:focus {
  outline: none;
}

input#city {
  outline: none;
  width: 192px;
  font-size: 16px;
  border: none;
  margin-left: 4px;
  margin-right: 4px;
  border-bottom: 2px solid #b0afaf;
}

select#info {
  outline: none;
  width: 192px;
  overflow: auto;
  clear: both;
  border: none;
  margin-left: 3px;
  padding-right: 1px;
}

#spoiler_body {
  display: none;
  cursor: pointer;
}

a.shop {
  display: block;
  margin-left: 25px;
  margin-top: 10px;
  color: black;
}

a.online_shop {
  float: left;
  display: block;
  margin-bottom: 8px;
  margin-right: 8px;
  margin-left: 22px;
  margin-top: 10px;
  width: 208px;
  height: 196px;
  border-radius: 3px;
}

strong {
  color: #505050;
}

hr {
  color: #e0e0e0;
  background-color: #e0e0e0;
  border: none;
  height: 1px;
}

a.online_shop:hover,
a.partner:hover,
.func:hover {
  background: #f7f7f7;
}

a.online_shop {
  text-decoration: none;
}

.link_site {
  text-align: center;
  padding-top: 20px;
}

p.link_shop {
  margin-top: 10px;
  color: #3a3a3a;
}

a.eshop:hover {
  background: #f4f8fc;
}

#contain_town {
  position: absolute;
  z-index: 999;
  top: 120px;
  display: none;
  width: 200px;
  height: 100px;
  background: #fff;
  border: 1px solid #b0afaf;
  border-radius: 5px;
}

a.partner {
  display: block;
  border-radius: 5px;
  text-decoration: none;
  color: black;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: justify;
  height: 100%;
  display: inline-block;
}

a.partner img {
  float: left;
  padding-right: 15px;
  padding-top: 10px;
}

ul.partner {
  line-height: 18px;
  margin-left: -20px;
  margin-top: 4px;
  padding-bottom: 5px;
}

.mark_text {
  margin-top: 10px;
  padding-top: 5px;
  background: #f7f7f7;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-radius: 3px;
}

.mark_text p {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 8px;
}

p.gray {
  text-align: left;
  color: #505050;
  font-weight: bold;
  font-size: 15px;
}

h2.dark_gray {
  margin-top: 25px;
  color: #3c3b3b;
}

a.link_spoiler {
  display: block;
  height: 20px;
  margin-top: 10px;
  padding-top: 6px;
  padding-left: 15px;
  background: #d4e7f8;
  border-radius: 8px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  z-index: 99999;
}

#body_spoiler {
  display: none;
  padding-left: 10px;
  padding-right: 10px;
}

td.nav {
  background-color: #fff;
  color: gray;
  padding-top: 10px;
}

.contentheadingnewslist {
  font-weight: bold;
  margin-left: 0px;
  padding-left: 0px;
  min-height: 20px;
  display: block;
}

.contentheadingnewslist > a {
  color: #505050;
  text-decoration: none;
}

span.mark {
  display: block;
  height: 9px;
  padding-top: 3px;
  padding-bottom: 5px;
}

ol.mark_news li {
  list-style-type: circle;
}

.article_separator {
  display: block;
  clear: both;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
}

ul.status {
  margin-left: -30px;
}

.createdate {
  color: gray;
  position: absolute;
  top: -43px;
  right: 0px;
  float: right;
  white-space: nowrap;
}

.page_nav * {
  padding: 0px 3px 0px 3px;
}

.page_nav {
  text-align: center;
  color: gray;
  font-size: 18px;
}

.page_nav > a {
  color: #0b963c;
  text-decoration: none;
}

.status li {
  list-style-type: none;
}

div.light_gray {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  color: #c4c4c4;
  font-weight: bold;
  text-align: center;
  clear: both;
}

div.light_gray a {
  color: #c4c4c4;
}

div.div_feature_map {
  margin-left: -10px;
  margin-right: -10px;
}

div.func {
  float: left;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 8px;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px;
  width: 278px;
  height: 500px;
  border-radius: 5px;
  text-align: justify;
}

div.func h2 {
  text-align: left;
}

div.func p {
  margin-top: 8px;
}

div.func img {
  padding-top: 8px;
  float: left;
  padding-right: 2px;
}

a.notes {
  display: block;
  font-size: 16px;
  color: gray;
  text-decoration: none;
  text-align: right;
  margin-right: 20px;
  margin-top: 40px;
}

a.notes:hover {
  text-decoration: underline;
}

img.user_img {
  width: 50px;
  height: 50px;
  border-radius: 8px;
}

div.notes.bottom {
  padding-top: 50px;
}

p.notes {
  font-size: 12px;
  color: gray;
  font-weight: bold;
}

div.file-chooser input {
  border: medium none;
  bottom: 0;
  float: right;
  height: 20px;
  line-height: 20px;
  width: 432px;
  position: absolute;
  right: 4px;
  top: 0;
  cursor: pointer;
  opacity: 0;
  outline: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
}

div.file-chooser,
div.url-chooser {
  background-position: right -299px;
  height: 34px;
  width: 437px;
  overflow: hidden;
  position: relative;
}

div.file-chooser,
div.url-chooser {
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
}

span.action {
  background: #fff;
  border-radius: 5px;
  box-shadow: 1px 0px 1px #d6d6d6;
  cursor: pointer;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  cursor: pointer;
}

div.file-chooser input {
  border: medium none;
  bottom: 0;
  float: left;
  height: 30px;
  line-height: 20px;
  width: 430px;
  position: absolute;
  right: 4px;
  top: 0;
  cursor: pointer;
  opacity: 0;
  outline: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
}

div.file-chooser span.file-name {
  display: block;
  float: right;
  overflow: hidden;
  padding: 0 10px;
  white-space: nowrap;
  color: rgb(119, 119, 119);
  font-size: 16px;
  width: 322px;
  height: 24px;
  line-height: 24px;
  margin: 4px 0 2px 2px;
}

div.button {
  margin-left: auto;
  width: 240px;
  margin-right: auto;
  margin-top: 10px;
}

span.action {
  background-position: left -351px;
  height: 25px;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 92px;
  display: inline;
  float: right;
  overflow: hidden;
  padding: 4px 0;
  cursor: pointer;
}

div#form {
  background: #f7f7f7;
  width: 490px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  padding-top: 30px;
  padding-bottom: 5px;
}

span.notes {
  display: block;
  text-align: center;
  color: gray;
  padding-top: 15px;
  font-size: 16px;
}

h2.error {
  font-size: 16px;
  color: red;
}

.err {
  top: 8px;
  position: relative;
  font-size: 11px;
  color: red;
  clear: both;
}

table.scan {
  width: 430px;
}

.scan_note {
  font-size: 16px;
  color: #8e8e8e;
  text-align: center;
}

.turn_note {
  font-size: 16px;
  color: #8e8e8e;
  text-align: center;
}

#note {
  position: relative;
}

.jqiclose {
  padding-top: 10px;
  padding-right: 10px;
}

div.jqifade {
  overflow: hidden;
}

.jqi h2 {
  font-size: 16px;
  position: absolute;
  margin-left: 108px;
  top: 2px;
  padding-top: 0px;
}

.jqimessage {
  margin-top: 30px;
}

.scan_start_note {
  font-size: 16px;
  color: #8e8e8e;
  text-align: center;
}

#progress_bar {
  background: url("../assets/images/ui/whole.jpg");
  width: 83px;
  height: 85px;
  text-align: center;
}

#progres_bar_scan {
  background: url("../assets/images/ui/whole.jpg");
  width: 83px;
  height: 85px;
  text-align: center;
}

#progres_bar_scan_start {
  background: url("../assets/images/ui/whole.jpg");
  width: 83px;
  height: 85px;
  text-align: center;
}

span.scan {
  position: relative;
  top: 30px;
  color: #f26e3f;
  font-size: 65px;
}

.res {
  text-align: left;
  display: table;
  height: 50px;
}

#simplemodal-overlay {
  background-color: #000;
}

#simplemodal-container {
  background-color: #fff;
  border: 1px solid #c4c4c4;
  padding: 12px;
  width: 500px;
  height: 200px;
}

#simplemodal-container a.modalCloseImg {
  background: url("../assets/images/ui/x.png") no-repeat;
  width: 25px;
  height: 29px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: -15px;
  right: -18px;
  cursor: pointer;
}

#loader {
  width: 500px;
}

#uploading_f,
#uploading_e {
  color: green;
  font-weight: bold;
  padding-bottom: 7px;
}

.jqifade {
  position: absolute;
  background-color: #000000;
}

div.jqi {
  width: 520px;
  font-family: "MyriadProRegular", "Arial", sans-serif;
  position: absolute;
  background-color: #ffffff;
  font-size: 11px;
  text-align: left;
  border: solid 1px #c4c4c4;
  border-radius: 5px;
  padding: 7px;
}

div.jqi .jqiclose {
  position: absolute;
  top: 4px;
  right: -2px;
  width: 18px;
  cursor: default;
  color: #bbbbbb;
  font-weight: bold;
}

div.jqi .jqimessage {
  padding: 10px;
  line-height: 20px;
  color: #444444;
}

div.jqi .jqibuttons {
  text-align: right;
  padding: 5px 0 5px 0;
}

div.jqi button {
  padding: 3px 10px;
  margin: 0 10px;
  color: #ffffff;
  border: none;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 3px;
}

div.jqi button:hover {
  background-color: #728a8c;
}

div.jqi button.jqidefaultbutton {
  background-color: #2fb557;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  font-weight: normal;
  height: 35px;
  width: 103px;
  margin-right: 210px;
  margin-right: 210px !important;
}

div.jqi button.jqidefaultbutton:focus {
  outline: none;
}

.jqiwarning .jqi .jqibuttons {
  background-color: #c4c4c4;
}

span.is_scan {
  color: #4d4b4b;
  font-size: 18px;
  padding-right: 10px;
  margin-bottom: 7px;
}

.result_text {
  display: table-cell;
  vertical-align: middle;
  width: 310px;
}

.header_status {
  padding-top: 6px;
  font-weight: bold;
  display: block;
}

.header_status.found_thr {
  color: #f26e3f;
}

.header_status.not_found_thr {
  color: green;
}

.header_status.warning {
  color: #d9bd00;
}

#new {
  margin-top: 9px;
  margin-left: 15px;
  background: url("../assets/images/ui/mark_new.jpg");
  background-repeat: no-repeat;
  background-position: left center;
}

#new a {
  color: #de5e10;
  font-size: 13px;
  text-decoration: underline;
  padding-left: 72px;
  padding-top: 5px;
}

#error_javascript {
  margin-left: 180px;
  width: 565px;
  height: 30px;
  color: red;
  background: #ffd7d5;
  padding-top: 10px;
  padding-left: 18px;
}

div.notes {
  display: block;
  font-size: 14px;
  clear: both;
  color: gray;
  position: absolute;
  bottom: 170px;
  width: 934px;
  text-decoration: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
}

@media all and (max-height: 850px) {
  div.notes {
    position: relative;
    bottom: 0px;
  }
}
div.notes a {
  text-decoration: underline;
  color: gray;
}

.error {
  clear: both;
}

span.notes.files.error_form,
.error_form {
  color: red;
}

table.contacts {
  margin-bottom: 10px;
}

td.contacts {
  padding-left: 15px;
}

span.contacts_value {
  color: #0b963c;
  padding-left: 10px;
  font-weight: normal;
}

#onl_scan {
  width: 100%;
  height: auto !important;
  min-height: 100%;
}

.form_onl_scan {
  padding-top: 30px;
}

.form_onl_scan div.notes {
  bottom: 150px;
  position: static;
}

.result_page {
  background: #f7f7f7;
  border-radius: 8px;
  margin-top: 30px;
  width: 800px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

table.result td {
  height: 35px;
  padding-left: 15px;
  padding-right: 15px;
}

.result_header {
  padding: 4px;
}

tr.buttons td {
  padding-top: 10px;
}

td.file_info {
  font-weight: bold;
  color: #4d4d4d;
  width: 400px;
  text-align: right;
}

table.res td {
  padding: 0px;
}

img.status_scan {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 25px;
  vertical-align: middle;
  float: left;
}

.splLink a {
  text-decoration: none;
}

.splCont {
  padding-bottom: 5px;
  display: none;
  padding-top: 5px;
  color: red;
  padding-top: 5px;
}

span.spl {
  color: red;
}

#activation {
  margin-top: 30px;
  width: 450px;
  margin-left: 25%;
}

table.active_text {
  margin-top: 25px;
  width: 969px;
  font-size: 13px;
}

table.active_text td {
  height: 40px;
}

table.active_text tr.active {
  background-color: #def2f7;
}

button.send_mail {
  border: none;
  display: block;
  background: url("../assets/images/ui/toemail.png");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

button.send_mail:disabled {
  background-image: url("../assets/images/ui/toemail_disable.png");
  background-repeat: no-repeat;
}

button.send_mail.success {
  background: url("../assets/images/ui/toemail_success.png");
}

button.send_mail.error {
  background: url("../assets/images/ui/toemail_error.png");
}

a.licnese_state {
  display: block;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

a.active_license {
  background-image: url("../assets/images/ui/active.png");
}

a.block_license {
  background-image: url("../assets/images/ui/block.png");
}

a.expired_license {
  background-image: url("../assets/images/ui/expired.png");
}

table.active_text tr.even {
  background: #e1eefc;
}

table.active_text th {
  border: 1px solid white;
  background: #f7f7f7;
  color: #363736;
  height: 40px;
  font-size: 13px;
}

#jqi.reg {
  background: #bddcff;
  border-radius: 8px;
  padding: 10px;
  padding-top: 0px;
  width: 390px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

label.password {
  font-weight: bold;
  font-size: 14px;
}

input#passwd {
  font-size: 16px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 17px;
  margin-top: 10px;
  border: 1px solid #97c7ff;
  width: 370px;
}

#pwd_err {
  font-size: 11px;
  color: red;
  position: absolute;
  left: 505px\9 ;
  white-space: nowrap\9 ;
  *margin-top: 25px;
  margin-top: -15px;
  padding: 0px 0px 0px 0px;
}

#email_error {
  font-size: 12px;
  color: red;
  visibility: hidden;
}

#payment_form input#email {
  margin: 0px;
}

.jqicontainer_reg {
  height: 130px;
  position: relative;
  top: -40px;
}

.jqiclose_win {
  position: absolute;
  top: 15px;
  right: -10px;
  width: 18px;
  cursor: default;
  font-weight: bold;
}

.spinedit {
  height: 35px;
}

.spinMinus,
.spinPlus {
  background-color: #2fb557;
  width: 30px;
  height: 30px;
  color: #ffffff !important;
  float: left;
  border-radius: 3px;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.spinInput {
  float: left;
  padding: 0px 5px 0px 5px;
  height: 28px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  margin: 0px 10px 0px 10px;
}

.spinInput input {
  width: 25px;
  height: 28px;
  border: 0px;
  margin: 0px;
  position: relative;
  top: -1px;
  background: transparent;
}

#tp-cssmenu {
  margin: 0;
  padding: 0;
  float: left;
  background-color: #0B963C;
}

#tp-cssmenu ul {
  margin: 0;
  padding: 0;
}

#tp-cssmenu li {
  margin: 0;
  padding: 0;
  float: left;
  display: block;
  background: none;
  cursor: pointer;
  position: relative;
  z-index: 999;
}

#tp-cssmenu li ul {
  width: 22em;
  min-width: 22em;
  position: absolute;
  z-index: 999;
  height: auto;
}

#tp-cssmenu li ul ul {
  margin: -1.5em 0 0 21em;
}

#tp-cssmenu li li {
  padding: 0 1em 0 0;
  margin: 0;
  width: 21em;
}

#tp-cssmenu ul a {
  width: 97%;
}

#tp-cssmenu li ul {
  left: -999em;
}

#tp-cssmenu li:hover ul ul, #tp-cssmenu li:hover ul ul ul,
#tp-cssmenu li.sfhover ul ul, #tp-cssmenu li.havechildsfhover ul ul, #tp-cssmenu li.havechild-activesfhover ul ul, #tp-cssmenu li.activesfhover ul ul,
#tp-cssmenu li.sfhover ul ul ul, #tp-cssmenu li.havechildsfhover ul ul ul, #tp-cssmenu li.havechild-activesfhover ul ul ul, #tp-cssmenu li.activesfhover ul ul ul {
  left: -999em;
}

#tp-cssmenu li.visible > ul {
  left: auto;
}

#tp-cssmenu li.visible > ul ul {
  left: -999em;
}

#tp-cssmenu li.visible li:hover > ul {
  left: 21em;
}

#tp-cssmenu li a {
  display: block;
  font-size: 15px;
  margin: 0;
  padding: 5px 30px;
  background: url("../assets/images/menu/menu_border.gif");
  background-repeat: no-repeat;
  background-position: right center;
  color: white;
  line-height: normal;
  text-decoration: none;
}

#tp-cssmenu li a.fulltpmenuimages {
  padding: 0;
  margin: 0;
}

#tp-cssmenu li a:hover,
#tp-cssmenu li a:active {
  background: url("../assets/images/menu/arrow.png") no-repeat bottom center green;
  color: #FFFFFF;
}

#tp-cssmenu li {
  margin: 0;
}

#tp-cssmenu li:hover,
#tp-cssmenu li.sfhover,
#tp-cssmenu li.havechildsfhover,
#tp-cssmenu li.havechild-activesfhover {
  background: url("../assets/images/menu/arrow.png") no-repeat bottom center green;
  color: #FFFFFF;
}

#tp-cssmenu li a.active,
#tp-cssmenu li a.active:hover,
#tp-cssmenu li a.active:active,
#tp-cssmenu li a.active:focus {
  background: url("../assets/images/menu/arrow.png") no-repeat bottom center green;
  color: #FFFFFF;
}

#tp-cssmenu li ul li {
  border-top: 1px solid white;
  background-color: #0B963C;
  min-height: 30px;
  height: auto;
  white-space: normal;
}

#tp-cssmenu li ul a {
  border-right: none;
  margin: 0;
  padding: 6px 10px;
  background: none;
  color: white;
  font-weight: normal;
  line-height: normal;
  text-transform: none;
}

#tp-cssmenu li.havesubchild,
#tp-cssmenu li.havesubchild-active {
  background: url("../assets/images/menu/bullet.gif") no-repeat 94% 50%;
}

#tp-cssmenu li ul a:hover,
#tp-cssmenu li ul a:active,
#tp-cssmenu ul li:hover,
#tp-cssmenu ul li.sfhover,
#tp-cssmenu ul li.havesubchildsfhover,
#tp-cssmenu ul li.havesubchild-activesfhover,
#tp-cssmenu ul ul li:hover,
#tp-cssmenu ul ul li.sfhover,
#tp-cssmenu ul ul li.havesubchildsfhover,
#tp-cssmenu ul ul li.havesubchild-activesfhover {
  background: green;
  color: white;
}

#tp-cssmenu li ul a:focus {
  background-color: #0B963C;
}

#tp-cssmenu ul li a.active,
#tp-cssmenu ul li a.active:hover,
#tp-cssmenu ul li a.active:active,
#tp-cssmenu ul li a.active:focus {
  background: none !important;
  color: #FFFFFF;
}

.tpsubtitle {
  display: block;
  font-size: 11px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  height: 11px;
  line-height: 11px;
  margin-top: -10px;
}

li.tpmenutextandimage {
  margin-right: 5px;
}

#nano_menu {
  margin: 0;
  padding: 0;
  height: 27px;
  border-top: 1px solid green;
  background-color: #0B963C;
}

#nano_menu ul {
  margin: 0;
  padding: 0;
}

#nano_menu li {
  margin: 0;
  padding: 0;
  float: right;
  display: block;
  background: none;
  cursor: pointer;
  position: relative;
  z-index: 999999;
}

#nano_menu li ul {
  width: 15.9em;
  position: absolute;
  z-index: 9999999;
  height: auto;
}

#nano_menu li ul ul {
  margin: -1.5em 0 0 14em;
}

#nano_menu li li {
  padding: 0 1em 0 0;
  margin: 0;
  width: 14.9em;
}

#nano_menu ul a {
  width: 14.8em;
  width: 10.8em;
}

#nano_menu li ul {
  left: -999em;
}

#nano_menu li:hover ul ul, #nano_menu li:hover ul ul ul,
#nano_menu li.sfhover ul ul, #nano_menu li.havechildsfhover ul ul, #nano_menu li.havechild-activesfhover ul ul, #nano_menu li.activesfhover ul ul,
#nano_menu li.sfhover ul ul ul, #nano_menu li.havechildsfhover ul ul ul, #nano_menu li.havechild-activesfhover ul ul ul, #nano_menu li.activesfhover ul ul ul {
  left: -999em;
}

#nano_menu li.visible ul {
  left: auto;
}

#nano_menu li a {
  display: block;
  font-size: 15px;
  margin: 0;
  padding: 5px 15px;
  color: white;
  line-height: normal;
  text-decoration: none;
}

#tp-cssmenu li ul li.level_3 {
  border: none;
  display: none;
  left: -999em;
}

#nano_menu li a.fulltpmenuimages {
  padding: 0;
  margin: 0;
}

#nano_menu li a:hover,
#nano_menu li a:active,
#nano_menu li a:focus {
  background: url("../assets/images/menu/arrow.png") no-repeat bottom center green;
  color: #FFFFFF;
}

#nano_menu li {
  margin: 0;
}

#nano_menu li:hover,
#nano_menu li.sfhover,
#nano_menu li.havechildsfhover,
#nano_menu li.havechild-activesfhover {
  background: url("../assets/images/menu/arrow.png") no-repeat bottom center green;
  color: #FFFFFF;
}

#nano_menu li a.active,
#nano_menu li a.active:hover,
#nano_menu li a.active:active,
#nano_menu li a.active:focus {
  background: url("../assets/images/menu/arrow.png") no-repeat bottom center green;
  color: #FFFFFF;
}

#nano_menu li ul {
  border: 1px solid green;
}

#nano_menu li ul li {
  border-top: 1px solid white;
  background-color: #0B963C;
  height: 30px;
  white-space: nowrap;
}

#nano_menu li ul a {
  border-right: none;
  margin: 0;
  padding: 7px 10px;
  background: none;
  color: white;
  font-weight: normal;
  line-height: normal;
  text-transform: none;
}

#nano_menu li.havesubchild,
#nano_menu li.havesubchild-active {
  background: url("../assets/images/menu/bullet.gif") no-repeat 94% 50%;
}

#nano_menu li ul a:hover,
#nano_menu li ul a:active,
#nano_menu li ul a:focus,
#nano_menu ul li:hover,
#nano_menu ul li.sfhover,
#nano_menu ul li.havesubchildsfhover,
#nano_menu ul li.havesubchild-activesfhover,
#nano_menu ul ul li:hover,
#nano_menu ul ul li.sfhover,
#nano_menu ul ul li.havesubchildsfhover,
#nano_menu ul ul li.havesubchild-activesfhover {
  background: green;
  color: white;
}

#nano_menu ul li a.active,
#nano_menu ul li a.active:hover,
#nano_menu ul li a.active:active,
#nano_menu ul li a.active:focus {
  background: none !important;
  color: #FFFFFF;
}

.tpsubtitle {
  display: block;
  font-size: 11px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  height: 11px;
  line-height: 11px;
  margin-top: -10px;
}

li.tpmenutextandimage {
  margin-right: 5px;
}

.page * {
  font-family: "MyriadProRegular", "Arial", sans-serif;
  line-height: 1.45;
  font-size: 18px;
}

.page *,
.page li > span {
  color: #595959;
}

.page a {
  color: #0b963c;
}

.page .removed-download-link {
  color: #0b963c;
  text-decoration: underline;
  cursor: pointer;
}

.page p {
  text-align: justify;
}

.superChar {
  position: relative;
  top: -5px;
  font-size: 8pt;
}

.divHr {
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #e3e3e3;
  height: 0px;
  margin-top: 30px;
}

.divHeader1,
h1.av_content {
  font-size: 22pt;
  font-weight: bold;
  margin-bottom: 16px;
  margin-top: 16px;
  padding-top: 0px;
}

.divHeader2 {
  font-size: 18pt;
  font-weight: bold;
  margin: 30px 0px 16px 0px;
}

.divHeader3,
.divHeader3 > a,
.contentheadingnewslist > a,
.av_content > a {
  font-size: 14pt;
  font-weight: bold;
  margin: 30px 0px 16px 0px;
  display: block;
  color: #595959;
}

.divHeader3 > .superChar {
  font-size: 12px;
}

.page > ul,
.page > ol {
  padding-left: 60px;
  margin: 16px 0px 16px 0px;
}

.page li {
  color: #0b963c;
}

.page li {
  padding-left: 5px;
  margin-bottom: 10px;
}

.page > ul > li > ul,
.page > ul > li > ul > li > ul,
.page > ol > li > ol,
.page > ol > li > ol > li > ol {
  padding: 10px 0px 0px 15px;
}

.page ol {
  list-style: none;
  counter-reset: li;
}

.page ol li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
}

.page ol.answer-steps {
  list-style: decimal;
}

.page ol.answer-steps li:before {
  content: none;
  counter-increment: none;
}

.divTable > div.tableName {
  font-weight: bold;
  font-style: italic;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 0px;
}

.divTable > div.tableComment {
  padding: 10px 0px 0px 0px;
}

.divTable > table {
  clear: both;
  border-collapse: collapse;
  width: 100%;
  font-weight: bold;
}

.divTable > table td {
  border: 1px solid #00745f;
  height: 35px;
}

.divTable > table td.header {
  background-color: #0b963c;
  color: #ffffff;
  text-align: center;
  height: 55px;
}

.divTable > table td.oddCol {
  background-color: #e3fdec;
}

.divTable > table td.centerCol {
  text-align: center;
}

.divTable > table td.leftCol {
  padding: 12px 0px 12px 20px;
}

.divCenterImg {
  text-align: center;
  margin: 20px 0px 20px 0px;
}

.divCenterImg > img {
  margin-bottom: 10px;
}

.divCenterImg > div {
  font-weight: bold;
  font-style: italic;
}

.pComment,
.pComment > * {
  font-size: 10pt;
}

.divSuperDescription * {
  font-size: 10pt;
  margin-top: 5px;
  text-align: justify;
}

.blognewslist {
  color: #595959;
}

.contentheadingnewslist > a {
  color: #595959;
}

.news_main_text * {
  font-size: 18px;
  line-height: 1.45;
}

img.news {
  padding-right: 10px;
  padding-bottom: 10px;
}

.divHeader3 > a {
  color: #595959;
  text-decoration: none;
}

.newsImg {
  float: left;
  margin: 0px 15px 10px 0px;
}

img.news {
  display: block;
}

.navigation-help {
  margin-top: 10px;
  margin-bottom: 15px;
}

.avx_div_content {
  padding-bottom: 15px;
}

.avx_div_content p {
  margin: 0px 0px 5px 0px;
}

.avx_Screenshot {
  text-align: center;
  margin: 10px 0px 10px 0px;
}

.avx_example {
  font-style: italic;
  padding-left: 20px;
}

.help_content ul {
  font-size: 14px;
  list-style-type: disk;
  list-style-position: outside;
  margin-right: 15px;
  color: #008000;
}

.help_content ul li {
  position: relative;
  right: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 16px;
}

.avx_div_content > ul > li > p {
  margin-top: 5px;
}

.avx_div_content ul {
  margin-left: 10px;
  -webkit-padding-start: 10px;
  line-height: 18px;
}

.avx_div_content ul li {
  padding-top: 3px;
}

.avx_note, .avx_warning {
  margin: 10px 0px 10px 0px;
  font-size: 13px;
  width: 100%;
}

.avx_note a, .avx_warning a {
  text-decoration: underline;
}

.avx_note {
  color: #506580;
}

.avx_warning {
  color: #640000;
}

.avx_note_header, .avx_warning_header {
  border-bottom: 1px solid #ffffff;
  font-weight: bold;
  padding: 3px 9px 8px 9px;
}

.avx_note img {
  padding-right: 5px;
}

.avx_note_header {
  background-color: #e7f0ff;
}

.avx_warning_header {
  background-color: #ffe1e1;
}

.avx_note_header img, .avx_warning_header img {
  margin-right: 5px;
}

.avx_note_text, .avx_warning_text {
  border-bottom: 1px solid #cccccc;
  text-align: justify;
  padding: 8px 9px 9px 9px;
}

.avx_note_text {
  background-color: #f5f9ff;
}

.avx_warning_text {
  background-color: #fff3f3;
}

.avx_Table {
  font-family: verdana;
  width: 100%;
}

.avx_TableHead {
  font-size: 9pt;
  font-weight: bold;
  background-color: #dfe6f5;
  border: 1px solid #ffffff;
  text-align: justify;
  vertical-align: middle;
  padding: 12px 9px 10px 9px;
  white-space: nowrap;
}

.avx_TableTermTd, .avx_TableDescriptionTd {
  font-size: 8pt;
  background-color: #f6f9fc;
  border-bottom: 1px solid #ffffff;
  text-align: justify;
  vertical-align: middle;
  padding: 9px;
  width: 100%;
}

.avx_TableTermTd a, .avx_TableDescriptionTd a {
  font-size: 8pt;
}

.avx_TableTermTd img {
  float: left;
}

.avx_TableTermTd {
  width: auto;
  white-space: nowrap;
}

.avx_div_SeeAlso {
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: -10px 0px 6px 0px;
  font-size: 15px;
  font-weight: bold;
  color: green;
}

#languageselection {
  float: right;
}

#languageselection a {
  color: white;
  text-decoration: none;
}

#jflanguageselection ul.jflanguageselection {
  list-style: none;
  padding: 0;
  margin-top: 3px;
  font-weight: normal;
}

#jflanguageselection ul.jflanguageselection li {
  background-image: none;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
  margin: 1px 1px 1px 1px;
  white-space: nowrap;
  border: none;
  font-size: 0.9em;
}

#jflanguageselection ul.jflanguageselection li#active_language {
  font-weight: bold;
  font-size: 1em;
}

#jflanguageselection ul.jflanguageselection li a {
  display: block;
}

#jflanguageselection ul.jflanguageselection img {
  border: none;
}

div#jflanguageselection img.langImg {
  float: left;
  border: none;
  margin-top: 3px;
}

div#jflanguageselection li img.langImg {
  float: left;
  border: none;
  margin: 0px 1px 0px 1px;
}

#jflanguageselection select.jflanguageselection {
  border: 1px solid #cccccc;
}

#jflanguageselection label.jflanguageselection {
  position: absolute;
  left: -1000px;
}

.rawimages {
  text-align: center;
  margin-top: 3px;
}

.rawimages img {
  border: none;
  margin: 2px;
}

.rawimages span#active_language img {
  margin: 2px;
  border: none;
}

div#jflanguageselection img.langImg {
  float: left;
  border: none;
  margin-top: 3px;
}

div#jflanguageselection li img.langImg {
  float: left;
  border: none;
  margin: 1px 3px 0px 0px;
}

#jflanguageselection .opaque {
  filter: alpha(opacity=30);
}

#jflanguageselection option.opaque {
  color: graytext;
}

select:focus {
  outline: none;
}

input[type=radio], input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
}

input[type=file], input[type=image], input[type=reset], input[type=button], input[type=radio], input[type=checkbox] {
  width: auto;
}

input[type=file] {
  height: 30px;
  *margin-top: 4px;
  line-height: 30px;
}

select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  outline: none;
}

select:focus, input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-success, .btn-danger {
  color: gray;
  font-size: 15px;
  background-color: white;
}

.g-recaptcha {
  padding-bottom: 10px;
}

.btn, .btn-danger {
  margin-top: 10px;
  white-space: nowrap;
  font-size: 15px;
  display: inline-block;
  padding: 3px 30px;
  border: 1px solid #E0E0E0;
  margin-bottom: 0;
  line-height: 25px;
  color: gray;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: white;
  border-radius: 4px;
  min-width: 100px;
}

select {
  background-color: white;
  border: 1px solid #E0E0E0;
}

input[type=file] {
  height: 30px;
  line-height: 30px;
}

select#theme {
  outline: none;
  width: 697px;
  padding-left: 7px;
  font-size: 18px;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 7px;
  margin-top: 10px;
  height: 35px;
}

#atach_file {
  width: 483px;
  margin-bottom: 10px;
  float: right;
}

div.file {
  padding-top: 5px;
  *padding-top: 0px;
}

#file_field_1, #file_field_2, #file_field_3 {
  border-bottom: 1px solid #E0E0E0;
  height: 28px;
}

#message {
  height: 30px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#comments {
  margin-top: 10px;
}

textarea:focus {
  outline: none;
}

textarea {
  width: 680px;
  border: 1px solid #E0E0E0;
  margin-bottom: 15px;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
  resize: none;
}

textarea::-webkit-input-placeholder {
  color: #8c8c8c;
}

textarea::-moz-placeholder {
  color: #8c8c8c;
}

textarea:-moz-placeholder {
  color: #8c8c8c;
}

textarea:-ms-input-placeholder {
  color: #8c8c8c;
}

button.del_file {
  border: none;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: none;
  font-size: 15px;
  font-weight: bold;
  text-align: right;
  color: gray;
  float: right;
}

#feedback {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 700px;
  margin-top: 30px;
}

#feedback_form label {
  font-weight: bold;
  white-space: nowrap;
}

input#secpic {
  font-size: 16px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 8px;
  margin-top: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 5px;
  border: 1px solid #E0E0E0;
  width: 203px;
}

#error {
  height: 5px;
  position: relative;
  top: -12px;
  font-size: 12px;
}

#error a {
  color: gray;
}

#email_error, #capcha_err {
  position: relative;
  line-height: 7px;
  *line-height: 13px;
  *top: -2px;
  top: -5px;
  font-size: 12px;
  color: red;
  height: 5px;
  *height: 12px;
}

#footer_feedback {
  color: gray;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  border-top: 1px solid #E0E0E0;
}

#footer_feedback p {
  margin-bottom: 0px;
}

.align_center {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}

.btn_send_feedback {
  width: 240px;
}

p.phone {
  background-image: url("../assets/images/ui/phone.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 22px;
  margin-bottom: 0px;
}

span.dark {
  color: black;
}

p.skype {
  background-image: url("../assets/images/ui/skype.png");
  background-repeat: no-repeat;
  background-postion: left center;
  padding-left: 24px;
  height: 19px;
  margin-bottom: 0px;
}

p.icq {
  background-image: url("../assets/images/ui/icq.png");
  background-repeat: no-repeat;
  background-postion: left center;
  padding-left: 24px;
  height: 19px;
  margin-bottom: 0px;
}

p.footer {
  margin-bottom: 0px;
  font-weight: bold;
}

#notes {
  clear: both;
  padding-top: 10px;
  color: gray;
  font-size: 12px;
  text-align: center;
}

#notes a, .notes_text a {
  color: gray;
}

.notes_text {
  text-align: center;
  margin-top: 25px;
  color: gray;
  font-size: 12px;
}

#file_form {
  float: left;
  width: 170px;
  height: 100px;
}

input#email {
  margin-bottom: 8px;
  width: 330px;
}

.menu,
#tp-mainnavwrap,
#tp-mainnav,
.container_menu {
  overflow: visible !important;
}

#tp-cssmenu li.visible > ul {
  left: auto !important;
}

#tp-cssmenu li.visible > ul ul {
  left: -999em !important;
}

#tp-cssmenu li.visible li:hover > ul,
#tp-cssmenu li li.visible > ul {
  left: 100% !important;
  top: 0 !important;
  margin: 0 !important;
}

#tp-cssmenu > li > ul,
#tp-cssmenu li ul ul {
  width: max-content !important;
  min-width: 10em !important;
  max-width: 22em !important;
}

#tp-cssmenu li li {
  float: none !important;
  width: auto !important;
  display: block !important;
}

#tp-cssmenu li ul a {
  width: auto !important;
  white-space: nowrap;
}

.pathway_wrap {
  padding: 5px 15px;
  font-size: 13px;
  line-height: 1.4;
  color: #8f8f8f;
  background-color: #fafafa;
  box-sizing: border-box;
  width: 100%;
}

.pathway_wrap .breadcrumbs.pathway {
  display: block;
  color: #8f8f8f;
  font-size: 13px;
}

.pathway_wrap .breadcrumbs.pathway a,
.pathway_wrap .breadcrumbs.pathway a.pathway {
  color: #8f8f8f !important;
  text-decoration: underline;
  font-size: 13px;
}

.pathway_wrap .breadcrumbs.pathway a:hover {
  color: #656565 !important;
}

.splCont {
  display: none;
}

.splCont.is-open {
  display: block;
}

.img_row_up {
  display: none;
}

.forum-note {
  padding: 16px;
  background: #e9f2fa;
  margin: 16px 0;
}

#content_tab > div {
  display: none;
}

ul.gallery a[rel^=prettyPhoto],
a.js-lightbox,
a[rel^=prettyPhoto] {
  cursor: zoom-in;
}

ul.gallery a[rel^=prettyPhoto]:hover img,
a.js-lightbox:hover img,
a[rel^=prettyPhoto]:hover img {
  opacity: 0.85;
}

.main_container:has(#feedback) .page {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#feedback h1.header_form {
  font-size: 26px;
  text-align: center;
  margin-bottom: 4px;
}

#feedback .feedback_subtitle,
#feedback .divHeader2 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #656363;
  margin: 0 0 24px;
}

#feedback .feedback_block {
  margin-bottom: 28px;
}

#feedback .feedback_block:last-child {
  margin-bottom: 0;
}

#feedback .feedback_body {
  text-align: left;
  margin: 0;
  line-height: 1.5;
}

#feedback .notes_text {
  font-size: 14px;
  line-height: 1.45;
  margin-top: 10px;
  text-align: left;
}

#feedback #footer_feedback {
  text-align: center;
}

.license-page li,
.license-page li > span {
  color: #595959;
}

.license-page .license-sections,
.license-page .license-sections ol {
  list-style: none;
  counter-reset: item;
}

.license-page .license-sections {
  padding-left: 0;
}

.license-page .license-sections ol {
  padding-left: 46px;
  margin: 12px 0 20px;
}

.license-page .license-sections > li,
.license-page .license-sections ol > li {
  counter-increment: item;
  padding-left: 0;
  margin-bottom: 10px;
  text-align: justify;
}

.license-page .license-sections > li::before {
  content: counters(item, ".") ". ";
  float: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
  margin-right: 6px;
}

.license-page .license-sections ol > li::before {
  content: counters(item, ".") ". ";
  float: left;
  margin-left: -46px;
}

.license-page .license-sections h2 {
  margin: 20px 0 12px;
}

.license-page .license-sections ul {
  margin: 10px 0 0;
}

.license-page .license-sections ul > li::before {
  content: none;
  counter-increment: none;
}

html,
body {
  height: 100%;
}

.container {
  min-height: 100vh !important;
  display: flex;
  flex-direction: column;
}

.main_container {
  flex: 1 0 auto;
  padding-bottom: 0 !important;
}

.footer {
  margin-top: auto !important;
  clear: both;
}

#footer_level {
  display: flex;
  align-items: flex-start;
  gap: 78px;
  flex-wrap: wrap;
  padding-left: 20px;
  box-sizing: border-box;
  background: none !important;
  height: auto !important;
}

.footer {
  height: auto !important;
  min-height: 0 !important;
  padding: 32px 0;
}

#footer_level .foot {
  float: none !important;
  padding-right: 0 !important;
}

.home_link {
  text-indent: -9999px;
  overflow: hidden;
}

/*# sourceMappingURL=main.css.map */
