
 h3,
 p,
 ul {
   margin-top: 0
 }
 
 p,
 ul {
   margin-bottom: 1rem
 }
 
 body {
   text-align: left
 }
 
 h3 {
   margin-bottom: .5rem
 }
 
 textarea {
   overflow: auto
 }
 
 footer,
 header,
 nav {
   display: block
 }
 
 button,
 hr,
 input {
   overflow: visible
 }
 
 .nav,
 .navbar-nav {
   list-style: none
 }
 
 :root {
   --blue: #007bff;
   --indigo: #6610f2;
   --purple: #6f42c1;
   --pink: #e83e8c;
   --red: #dc3545;
   --orange: #fd7e14;
   --yellow: #ffc107;
   --green: #28a745;
   --teal: #20c997;
   --cyan: #17a2b8;
   --white: #fff;
   --gray: #6c757d;
   --gray-dark: #343a40;
   --primary: #007bff;
   --secondary: #6c757d;
   --success: #28a745;
   --info: #17a2b8;
   --warning: #ffc107;
   --danger: #dc3545;
   --light: #f8f9fa;
   --dark: #343a40;
   --breakpoint-xs: 0;
   --breakpoint-sm: 576px;
   --breakpoint-md: 768px;
   --breakpoint-lg: 992px;
   --breakpoint-xl: 1200px;
   --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
 }
 
 *,
 :after,
 :before {
   box-sizing: border-box
 }
 
 html {
   font-family: sans-serif;
   line-height: 1.15;
   -webkit-text-size-adjust: 100%;
   -webkit-tap-highlight-color: transparent
 }
 
 body {
   margin: 0;
   font-weight: 400;
   line-height: 1.5;
   background-color: #fff
 }
 
 [type=button]:not(:disabled),
 [type=reset]:not(:disabled),
 [type=submit]:not(:disabled),
 button:not(:disabled) {
   cursor: pointer
 }

 b,
 strong {
   font-weight: bolder
 }
 
 a {
   text-decoration: none;
   background-color: transparent
 }
 
 a:hover {
   text-decoration: underline
 }
 
 .nav-link:focus,
 .nav-link:hover,
 .navbar-brand:focus,
 .navbar-brand:hover,
 .navbar-toggler:focus,
 .navbar-toggler:hover {
   text-decoration: none
 }
 
 a:not([href]):not([tabindex]),
 a:not([href]):not([tabindex]):focus,
 a:not([href]):not([tabindex]):hover {
   color: inherit;
   text-decoration: none
 }
 
 a:not([href]):not([tabindex]):focus {
   outline: 0
 }
 
 img {
   border-style: none
 }
 
 img {
   vertical-align: middle
 }
 
 button {
   border-radius: 0
 }
 
 button:focus {
   outline: dotted 1px;
   outline: -webkit-focus-ring-color auto 5px
 }
 
 button,
 input,
 textarea {
   margin: 0;
   font-family: inherit;
   font-size: inherit;
   line-height: inherit
 }
 
 button {
   text-transform: none
 }
 
 [type=submit],
 button {
   -webkit-appearance: button
 }
 
 [type=submit]::-moz-focus-inner,
 button::-moz-focus-inner {
   padding: 0;
   border-style: none
 }
 
 textarea {
   resize: vertical
 }
 
 .navbar-brand {
   white-space: nowrap
 }
 
 ::-webkit-file-upload-button {
   font: inherit;
   -webkit-appearance: button
 }
 
 h3 {
   margin-bottom: .5rem;
   font-weight: 500;
   line-height: 1.2
 }
 
 hr {
   margin-bottom: 1rem
 }
 
 h3 {
   font-size: 1.75rem
 }
 
 hr {
   box-sizing: content-box;
   height: 0;
   margin-top: 1rem;
   border: 0;
   border-top: 1px solid rgba(0, 0, 0, .1)
 }
 
 .list-inline {
   padding-left: 0;
   list-style: none
 }
 
 .list-inline-item {
   display: inline-block
 }
 
 .list-inline-item:not(:last-child) {
   margin-right: .5rem
 }
 
 .img-fluid {
   max-width: 100%;
   height: auto
 }
 
 .container {
   padding-right: 15px;
   padding-left: 15px;
   margin-right: auto;
   margin-left: auto;
   width: 100%
 }
 
 @media (min-width:576px) {
   .container {
     max-width: 540px
   }
 }
 
 @media (min-width:768px) {
   .container {
     max-width: 720px
   }
 }
 
 @media (min-width:992px) {
   .container {
     max-width: 960px
   }
 }
 
 @media (min-width:1200px) {
   .container {
     max-width: 1140px
   }
 }
 
 .col {
   max-width: 100%
 }
 
 .row {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin-right: -15px;
   margin-left: -15px
 }
 
 .col,
 .col-lg-8,
 .col-md-10 {
   position: relative;
   width: 100%;
   padding-right: 15px;
   padding-left: 15px
 }
 
 .col {
   -ms-flex-preferred-size: 0;
   flex-basis: 0;
   -ms-flex-positive: 1;
   flex-grow: 1
 }
 
 @media (min-width:768px) {
 
   .col-md-10 {
     -ms-flex: 0 0 83.33333%;
     flex: 0 0 83.33333%;
     max-width: 83.33333%
   }
 }
 
 @media (min-width:992px) {
 
   .col-lg-8 {
     -ms-flex: 0 0 66.66667%;
     flex: 0 0 66.66667%;
     max-width: 66.66667%
   }
 }
 
 .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
 .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before {
   border-color: #28a745
 }
 
 .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
 .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before {
   border-color: #dc3545
 }
 
 .btn-primary:not(:disabled):not(.disabled).active:focus,
 .btn-primary:not(:disabled):not(.disabled):active:focus {
   box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
 }
 
 .btn-primary:not(:disabled):not(.disabled).active,
 .btn-primary:not(:disabled):not(.disabled):active {
   color: #fff;
   background-color: #0062cc;
   border-color: #005cbf
 }
 
 .btn-secondary:not(:disabled):not(.disabled).active:focus,
 .btn-secondary:not(:disabled):not(.disabled):active:focus {
   box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5)
 }
 
 .btn-secondary:not(:disabled):not(.disabled).active,
 .btn-secondary:not(:disabled):not(.disabled):active {
   color: #fff;
   background-color: #545b62;
   border-color: #4e555b
 }
 
 .btn-success:not(:disabled):not(.disabled).active:focus,
 .btn-success:not(:disabled):not(.disabled):active:focus {
   box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
 }
 
 .btn-success:not(:disabled):not(.disabled).active,
 .btn-success:not(:disabled):not(.disabled):active {
   color: #fff;
   background-color: #1e7e34;
   border-color: #1c7430
 }
 
 .btn-info:not(:disabled):not(.disabled).active:focus,
 .btn-info:not(:disabled):not(.disabled):active:focus {
   box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
 }
 
 .btn-info:not(:disabled):not(.disabled).active,
 .btn-info:not(:disabled):not(.disabled):active {
   color: #fff;
   background-color: #117a8b;
   border-color: #10707f
 }
 
 .btn-warning:not(:disabled):not(.disabled).active:focus,
 .btn-warning:not(:disabled):not(.disabled):active:focus {
   box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
 }
 
 .btn-warning:not(:disabled):not(.disabled).active,
 .btn-warning:not(:disabled):not(.disabled):active {
   color: #212529;
   background-color: #d39e00;
   border-color: #c69500
 }
 
 .btn-danger:not(:disabled):not(.disabled).active:focus,
 .btn-danger:not(:disabled):not(.disabled):active:focus {
   box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
 }
 
 .btn-danger:not(:disabled):not(.disabled).active,
 .btn-danger:not(:disabled):not(.disabled):active {
   color: #fff;
   background-color: #bd2130;
   border-color: #b21f2d
 }
 
 .btn-light:not(:disabled):not(.disabled).active:focus,
 .btn-light:not(:disabled):not(.disabled):active:focus {
   box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
 }
 
 .btn-light:not(:disabled):not(.disabled).active,
 .btn-light:not(:disabled):not(.disabled):active {
   color: #212529;
   background-color: #dae0e5;
   border-color: #d3d9df
 }
 
 .btn-dark:not(:disabled):not(.disabled).active:focus,
 .btn-dark:not(:disabled):not(.disabled):active:focus {
   box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
 }
 
 .btn-dark:not(:disabled):not(.disabled).active,
 .btn-dark:not(:disabled):not(.disabled):active {
   color: #fff;
   background-color: #1d2124;
   border-color: #171a1d
 }
 
 .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
 .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
   box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
 }
 
 .btn-outline-primary:not(:disabled):not(.disabled).active,
 .btn-outline-primary:not(:disabled):not(.disabled):active {
   color: #fff;
   background-color: #007bff;
   border-color: #007bff
 }
 
 .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
   box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
 }
 
 .btn-outline-secondary:not(:disabled):not(.disabled).active,
 .btn-outline-secondary:not(:disabled):not(.disabled):active {
   color: #fff;
   background-color: #6c757d;
   border-color: #6c757d
 }
 
 .btn-outline-success:not(:disabled):not(.disabled).active:focus,
 .btn-outline-success:not(:disabled):not(.disabled):active:focus {
   box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
 }
 
 .btn-outline-success:not(:disabled):not(.disabled).active,
 .btn-outline-success:not(:disabled):not(.disabled):active {
   color: #fff;
   background-color: #28a745;
   border-color: #28a745
 }
 
 .btn-outline-info:not(:disabled):not(.disabled).active:focus,
 .btn-outline-info:not(:disabled):not(.disabled):active:focus {
   box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
 }
 
 .btn-outline-info:not(:disabled):not(.disabled).active,
 .btn-outline-info:not(:disabled):not(.disabled):active {
   color: #fff;
   background-color: #17a2b8;
   border-color: #17a2b8
 }
 
 .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
 .btn-outline-warning:not(:disabled):not(.disabled):active:focus {
   box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
 }
 
 .btn-outline-warning:not(:disabled):not(.disabled).active,
 .btn-outline-warning:not(:disabled):not(.disabled):active {
   color: #212529;
   background-color: #ffc107;
   border-color: #ffc107
 }
 
 .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
 .btn-outline-danger:not(:disabled):not(.disabled):active:focus {
   box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
 }
 
 .btn-outline-danger:not(:disabled):not(.disabled).active,
 .btn-outline-danger:not(:disabled):not(.disabled):active {
   color: #fff;
   background-color: #dc3545;
   border-color: #dc3545
 }
 
 .btn-outline-light:not(:disabled):not(.disabled).active:focus,
 .btn-outline-light:not(:disabled):not(.disabled):active:focus {
   box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
 }
 
 .btn-outline-light:not(:disabled):not(.disabled).active,
 .btn-outline-light:not(:disabled):not(.disabled):active {
   color: #212529;
   background-color: #f8f9fa;
   border-color: #f8f9fa
 }
 
 .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
 .btn-outline-dark:not(:disabled):not(.disabled):active:focus {
   box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
 }
 
 .btn-outline-dark:not(:disabled):not(.disabled).active,
 .btn-outline-dark:not(:disabled):not(.disabled):active {
   color: #fff;
   background-color: #343a40;
   border-color: #343a40
 }
 
 .collapse:not(.show) {
   display: none
 }
 
 .nav {
   display: -ms-flexbox;
   margin-bottom: 0
 }
 
 .custom-control-input:focus:not(:checked)~.custom-control-label:before {
   border-color: #80bdff
 }
 
 .custom-control-input:not(:disabled):active~.custom-control-label:before {
   color: #fff;
   background-color: #b3d7ff;
   border-color: #b3d7ff
 }
 
 .nav {
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   padding-left: 0
 }
 
 .nav-link,
 .navbar {
   padding: .5rem 1rem
 }
 
 .nav-link {
   display: block
 }
 
 .navbar {
   position: relative
 }
 
 .navbar,
 .navbar>.container {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -ms-flex-align: center;
   align-items: center;
   -ms-flex-pack: justify;
   justify-content: space-between
 }
 
 .navbar-brand {
   display: inline-block;
   padding-top: .3125rem;
   padding-bottom: .3125rem;
   margin-right: 1rem;
   font-size: 1.25rem;
   line-height: inherit
 }
 
 .navbar-nav {
   display: -ms-flexbox
 }
 
 .navbar-nav {
   display: flex;
   -ms-flex-direction: column;
   flex-direction: column;
   padding-left: 0;
   margin-bottom: 0
 }
 
 .navbar-nav .nav-link {
   padding-right: 0;
   padding-left: 0
 }
 
 .navbar-collapse {
   -ms-flex-preferred-size: 100%;
   flex-basis: 100%;
   -ms-flex-positive: 1;
   flex-grow: 1;
   -ms-flex-align: center;
   align-items: center
 }
 
 .navbar-toggler {
   padding: .25rem .75rem;
   font-size: 1.25rem;
   line-height: 1;
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: .25rem
 }
 
 @media (max-width:991.98px) {
 
   .navbar-expand-lg>.container {
     padding-right: 0;
     padding-left: 0
   }
 }
 
 @media (min-width:1199px) {
   .navbar-expand-lg {
     -ms-flex-flow: row nowrap;
     flex-flow: row nowrap;
     -ms-flex-pack: start;
     justify-content: flex-start
   }
 
   .navbar-expand-lg .navbar-nav {
     -ms-flex-direction: row;
     flex-direction: row
   }
 
   .navbar-expand-lg .navbar-nav .nav-link {
     padding-right: .5rem;
     padding-left: .5rem
   }
 
   .navbar-expand-lg>.container {
     -ms-flex-wrap: nowrap;
     flex-wrap: nowrap
   }
 
   .navbar-expand-lg .navbar-collapse {
     display: -ms-flexbox !important;
     display: flex !important;
     -ms-flex-preferred-size: auto;
     flex-basis: auto
   }
 
   .navbar-expand-lg .navbar-toggler {
     display: none
   }
 }
 
 .navbar-light .navbar-brand,
 .navbar-light .navbar-brand:focus,
 .navbar-light .navbar-brand:hover {
   color: rgba(0, 0, 0, .9)
 }
 
 .navbar-light .navbar-nav .nav-link {
   color: rgba(0, 0, 0, .5)
 }
 
 .navbar-light .navbar-nav .nav-link:focus,
 .navbar-light .navbar-nav .nav-link:hover {
   color: rgba(0, 0, 0, .7)
 }
 
 .navbar-light .navbar-toggler {
   color: rgba(0, 0, 0, .5);
   border-color: rgba(0, 0, 0, .1)
 }
 
 ::selection {
   text-shadow: none
 }
 
 .close:not(:disabled):not(.disabled):focus,
 .close:not(:disabled):not(.disabled):hover {
   opacity: .75
 }
 
 #mainNav .navbar-nav>li.nav-item>a {
   letter-spacing: 1px;
   text-transform: uppercase
 }
 
 .rounded-circle {
   border-radius: 50% !important
 }
 
 .d-table {
   display: table !important
 }
 
 @media (min-width:1200px) {
 
   .d-xl-flex {
     display: -ms-flexbox !important;
     display: flex !important
   }
 }
 
 .float-left {
   float: left !important
 }
 
 .fixed-top {
   top: 0
 }
 
 .fixed-top {
   position: fixed;
   right: 0;
   left: 0;
   z-index: 1030
 }
 
 @supports ((position:-webkit-sticky) or (position:sticky)) {
 }
 
 .mx-auto {
   margin-right: auto !important
 }
 
 .ml-auto,
 .mx-auto {
   margin-left: auto !important
 }
 
 .text-left {
   text-align: left !important
 }
 
 .text-center {
   text-align: center !important
 }
 
 @media (min-width:1200px) {
 
   .justify-content-xl-center {
     -ms-flex-pack: center !important;
     justify-content: center !important
   }
 }
 
 footer .copyright {
   text-align: center
 }
 
 .text-uppercase {
   text-transform: uppercase !important
 }
 
 .text-muted {
   color: #6c757d !important
 }
 
 @media print {
 
   img {
     page-break-inside: avoid
   }
 
   *,
   :after,
   :before {
     text-shadow: none !important;
     box-shadow: none !important
   }
 
   a:not(.btn) {
     text-decoration: underline
   }
 
   h3,
   p {
     orphans: 3;
     widows: 3
   }
 
   h3 {
     page-break-after: avoid
   }
 
   @page {
     size: a3
   }
 
   .container,
   body {
     min-width: 992px !important
   }
 
   .navbar {
     display: none
   }
 }
 
 a,
 body {
   color: #212529
 }
 
 body {
   font-size: 20px;
   font-family: Lora, Times New Roman, serif
 }
 
 #mainNav,
 h3 {
   font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif
 }
 
 p {
   line-height: 1.5;
   margin: 30px 0
 }
 
 p a {
   text-decoration: underline
 }
 
 h3 {
   font-weight: 800
 }
 
 a {
   transition: all .2s
 }
 
 a:focus,
 a:hover {
   color: #007bff
 }
 
 ::-moz-selection {
   color: #fff;
   background: #007bff;
   text-shadow: none
 }
 
 ::selection {
   color: #fff;
   background: #007bff
 }
 
 img::selection {
   color: #fff;
   background: 0 0
 }
 
 img::-moz-selection {
   color: #fff;
   background: 0 0
 }
 
 #mainNav .navbar-brand,
 #mainNav .navbar-toggler {
   color: #343a40;
   font-weight: 800
 }
 
 #mainNav {
   position: absolute;
   border-bottom: 1px solid #e9ecef;
   background-color: #fff
 }
 
 #mainNav .navbar-toggler {
   font-size: 12px;
   padding: 13px;
   text-transform: uppercase
 }
 
 #mainNav .navbar-nav>li.nav-item>a {
   font-size: 12px;
   font-weight: 800
 }
 header.masthead {
  margin-bottom: 50px;
  position: relative;
  background-size: cover;
}
 @media only screen and (min-width:1199px) {
   #mainNav {
     border-bottom: 1px solid transparent;
     background: 0 0;
     transition: background-color .2s;
     -webkit-transform: translateZ(0);
     transform: translateZ(0);
     -webkit-backface-visibility: hidden
   }
 
   #mainNav .navbar-brand {
     padding: 10px 20px;
     color: #fff
   }
 
   #mainNav .navbar-brand:focus,
   #mainNav .navbar-brand:hover {
     color: hsla(0, 0%, 100%, .8)
   }
 
   #mainNav .navbar-nav>li.nav-item>a {
     padding: 10px 20px;
     color: #fff
   }
 
   #mainNav .navbar-nav>li.nav-item>a:focus,
   #mainNav .navbar-nav>li.nav-item>a:hover {
     color: hsla(0, 0%, 100%, .8)
   }
 }
 .inL_334667 { width: 50px;margin-right: 5px; }
.inL_668165 { background-image: url('../images/bgshort15.jpg');filter: blur(0px) brightness(120%);height: 300px; }
.inL_448346 { width: 100%;background-color: rgba(41,41,41,0.5);/*padding: 10px;*/padding-top: 0px;height: 100%; }
.inL_641056 { color: rgb(255,255,255);font-size: 25px;opacity: 1;margin: 80px auto;padding: 0 10px;font-family: Open Sans, sans-serif; }
.inL_31721 { margin-top: -30px; }
.inL_495026 { font-family: 'Open Sans', sans-serif;color: rgb(139, 0, 0); }
.inL_131621 { color: rgb(0,0,0);font-family: 'Open Sans', sans-serif;padding: 10px;font-size: 16px;margin: 0px 0px 20px;border-left: 2px solid rgb(252,105,96);padding-left: 10px;margin-top: 10px; }
.inL_116827 { color: rgb(0,0,0);font-family: 'Open Sans', sans-serif;font-size: 16px;margin-bottom: 10px; }
.inL_637426 { color: rgb(0,0,0);font-family: 'Open Sans', sans-serif;font-size: 16px;margin-bottom: 10px; }
.inL_446644 { color: rgb(0,0,0);font-family: 'Open Sans', sans-serif;font-size: 16px;margin-bottom: 10px; }
.inL_482358 { color: rgb(0,0,0);font-family: 'Open Sans', sans-serif;font-size: 16px;margin-bottom: 10px; }
.inL_199326 { color: rgb(0,0,0);font-family: 'Open Sans', sans-serif;font-size: 16px;margin-bottom: 10px; }
.inL_579709 { color: rgb(0,0,0);font-family: Amaranth, sans-serif;font-size: 14px;margin: 5px 0px 5px 0px;background-color: #ebf6ff;padding: 10px; }
.inL_268877 { color: rgb(0,0,0);font-family: 'Open Sans', sans-serif;font-size: 16px;margin-bottom: 10px; }
.inL_668876 { color: rgb(0,0,0);font-family: 'Open Sans', sans-serif;font-size: 16px;margin-bottom: 10px; }
.inL_557998 { color: rgb(0,0,0);font-family: 'Open Sans', sans-serif;font-size: 16px;margin-bottom: 10px; }
.inL_928678 { color: rgb(0,0,0);font-family: 'Open Sans', sans-serif;font-size: 22px;margin-bottom: 10px; }
.inL_863907 { color: rgb(0,0,0);font-family: 'Open Sans', sans-serif;font-size: 16px;margin-bottom: 10px; }
.inL_598303 { width: 100%; }
.inL_475137 { color: rgb(0,0,0);font-family: Amaranth, sans-serif;font-size: 14px;margin: 5px 0px 5px 0px;background-color: #ebf6ff;padding: 10px; }
.inL_22324 { color: rgb(0,0,0);font-family: 'Open Sans', sans-serif;font-size: 16px;margin-bottom: 10px; }
.inL_961337 { color: rgb(0,0,0);font-family: 'Open Sans', sans-serif;font-size: 16px;margin-bottom: 10px; }
.inL_397247 { color: rgb(0,0,0);font-family: 'Open Sans', sans-serif;font-size: 16px;margin-bottom: 10px; }
.inL_192012 { color: rgb(0,0,0);font-family: 'Open Sans', sans-serif;font-size: 16px;margin-bottom: 10px; }
.inL_281746 { color: rgb(0,0,0);font-family: 'Open Sans', sans-serif;font-size: 16px;margin-bottom: 10px; }
.inL_806514 { color: rgb(0,0,0);font-family: 'Open Sans', sans-serif;font-size: 16px;margin-bottom: 10px; }
.inL_524745 { color: rgb(0,0,0);font-family: 'Open Sans', sans-serif;font-size: 16px;margin-bottom: 10px; }
.inL_303463 { color: rgb(0,0,0);font-family: 'Open Sans', sans-serif;font-size: 16px;margin-bottom: 10px; }
.inL_617014 { color: rgb(0,0,0);font-family: 'Open Sans', sans-serif;font-size: 16px;margin-bottom: 10px; }
.inL_349408 { color: rgb(0,0,0);font-family: 'Open Sans', sans-serif;font-size: 22px;margin-bottom: 10px; }
.inL_227952 { color: rgb(0,0,0);font-family: 'Open Sans', sans-serif;font-size: 16px;margin-bottom: 10px; }
.inL_116712 { color: rgb(0,0,0);font-family: 'Open Sans', sans-serif;font-size: 16px;margin-bottom: 10px; }
.inL_761342 { max-width: 300px; }
.inL_379136 { color: rgb(0,0,0);font-family: 'Open Sans', sans-serif;font-size: 22px;margin-bottom: 10px; }
.inL_443122 { color: rgb(0,0,0);font-family: 'Open Sans', sans-serif;font-size: 16px;margin-bottom: 10px; }
.inL_553982 { color: rgb(0,0,0);font-family: 'Open Sans', sans-serif;font-size: 16px;margin-bottom: 10px; }
.inL_719658 { color: rgb(0,0,0);font-family: 'Open Sans', sans-serif;font-size: 16px;margin-bottom: 10px; }
.inL_196778 { margin-left: 20px;  }
.inL_75973 { color: rgb(0,0,0);font-family: 'Open Sans', sans-serif;font-size: 22px;margin-bottom: 10px; }
.inL_935524 { color: rgb(0,0,0);font-family: 'Open Sans', sans-serif;font-size: 16px;margin-bottom: 10px; }
.inL_330490 { color: rgb(0,0,0);font-family: 'Open Sans', sans-serif;font-size: 16px;margin-bottom: 10px; }
.inL_228281 { color: rgb(0,0,0);font-family: 'Open Sans', sans-serif;font-size: 16px;margin-bottom: 10px; }
.inL_533918 { background: rgb(255, 236, 166) none repeat scroll 0% 0%; padding: 20px; border: 1px solid red; }
.inL_847640 { font-size: 18px; }
.inL_100338 { margin-top:0px; }
.inL_456283 { background-color: #ebf6ff; }
.inL_824063 { margin: 20px; }
.inL_225792 { color: rgb(0,0,0);font-family: Lora, serif;font-size: 20px; }
.inL_122441 { width: 50px; }
.inL_886723 { color: rgb(0,0,0);font-family: Lora, serif;font-size: 16px;padding: 5px; }
.inL_561386 { color: rgb(0,0,0);font-family: Lora, serif;font-size: 16px; }
.inL_763165 { width: 50px; }
.inL_718351 { color: rgb(0,0,0);font-family: Lora, serif;font-size: 16px;padding: 5px; }
.inL_833665 { color: rgb(0,0,0);font-family: Lora, serif;font-size: 16px; }
.inL_687089 { width: 50px; }
.inL_162264 { color: rgb(0,0,0);font-family: Lora, serif;font-size: 16px;padding: 5px; }
.inL_288717 { color: rgb(0,0,0);font-family: Lora, serif;font-size: 16px; }
.inL_169448 { width: 50px; }
.inL_886403 { color: rgb(0,0,0);font-family: Lora, serif;font-size: 16px;padding: 5px; }
.inL_602443 { color: rgb(0,0,0);font-family: Lora, serif;font-size: 16px; }
.inL_670573 { max-width: 300px; }
.inL_22705 { width: 50px; }
.inL_386153 { color: rgb(0,0,0);font-family: Lora, serif;font-size: 16px;padding: 5px; }
.inL_987760 { color: rgb(0,0,0);font-family: Lora, serif;font-size: 16px; }
.inL_763299 { width: 50px; }
.inL_589167 { color: rgb(0,0,0);font-family: Lora, serif;font-size: 16px;padding: 5px; }
.inL_787335 { color: rgb(0,0,0);font-family: Lora, serif;font-size: 16px; }
.inL_515507 { width: 50px; }
.inL_915990 { color: rgb(0,0,0);font-family: Lora, serif;font-size: 16px;padding: 5px; }
.inL_303549 { color: rgb(0,0,0);font-family: Lora, serif;font-size: 16px; }
.inL_12830 { width: 50px; }
.inL_966851 { color: rgb(0,0,0);font-family: Lora, serif;font-size: 16px;padding: 5px; }
.inL_993721 { color: rgb(0,0,0);font-family: Lora, serif;font-size: 16px; }
.inL_724411 { width: 50px; }
.inL_783818 { color: rgb(0,0,0);font-family: Lora, serif;font-size: 16px;padding: 5px; }
.inL_832880 { color: rgb(0,0,0);font-family: Lora, serif;font-size: 16px; }
.inL_675716 { width: 50px; }
.inL_921523 { color: rgb(0,0,0);font-family: Lora, serif;font-size: 16px;padding: 5px; }
.inL_692277 { color: rgb(0,0,0);font-family: Lora, serif;font-size: 16px; }
.inL_600641 { max-width: 100%; }
.inL_782453 { width: 50px; }
.inL_709660 { color: rgb(0,0,0);font-family: Lora, serif;font-size: 16px;padding: 5px; }
.inL_925238 { color: rgb(0,0,0);font-family: Lora, serif;font-size: 16px; }
.inL_721888 { width: 50px; }
.inL_991951 { color: rgb(0,0,0);font-family: Lora, serif;font-size: 16px;padding: 5px; }
.inL_247286 { color: rgb(0,0,0);font-family: Lora, serif;font-size: 16px; }
.inL_436627 { width: 50px; }
.inL_741806 { color: rgb(0,0,0);font-family: Lora, serif;font-size: 16px;padding: 5px; }
.inL_730704 { color: rgb(0,0,0);font-family: Lora, serif;font-size: 16px; }
.inL_66077 { width: 50px; }
.inL_120200 { color: rgb(0,0,0);font-family: Lora, serif;font-size: 16px;padding: 5px; }
.inL_814652 { color: rgb(0,0,0);font-family: Lora, serif;font-size: 16px; }
.inL_714030 { margin-bottom: 25px !important; }
.inL_756283 { border: 1px solid #43A047;
    box-shadow: 0px 2px 4px -3px #237a27;
    font-size: 16px;
    box-sizing: border-box;
    padding: 10px 20px;
    margin-bottom: 25px;
    width: 100%; }
.inL_762716 { margin-top: -30px; }
.inL_659084 { padding: 15px; }
.inL_435856 { color: rgb(0,0,0);font-family: Lora, serif;font-size: 16px;background-color: #ffcfcc;margin-top: 10px; }
.inL_534769 { color: rgb(0,0,0);font-family: Lora, serif;font-size: 16px; }
.inL_116557 { color: rgb(0,0,0);font-family: Lora, serif;font-size: 16px; }
.inL_353045 { color: rgb(0,0,0);font-family: Lora, serif;font-size: 16px; }
.inL_440998 { color: rgb(0,0,0);font-family: Lora, serif;font-size: 16px;background-color: #ffcfcc; }
.inL_305546 { width: 200px;margin-bottom: 40px; }
.inL_75932 { padding-top: 20px; }
.inL_562200 { display: block; }
.inL_977712 { font-size:26px; }
.inL_15430 { color:red; }
.inL_677429 {     position: relative;
              right: 42px; top: 19px; }
.inL_788826 { font-size: 11px; opacity: 0.8; margin-top: 0; margin-bottom: 5px; }
.inL_551620 { bottom: -15px; width: 48px; margin-top: -25px; position: relative; left: -5px; display: inline; }

 
 .post-preview>.post-meta {
   font-size: 18px;
   font-style: italic;
   margin-top: 0;
   color: #6c757d
 }
 
 footer {
   padding: 0 0 10px
 }

 footer p {
   margin-top: 0;
 }
 
 footer .list-inline {
   margin: 0;
   padding: 0
 }
 
 footer .copyright {
   font-size: 14px;
   margin-bottom: 0
 }
 
 .api-form1 * {
   padding: 0 !important;
   margin: 0 !important;
   font-family: roboto, sans-serif !important
 }
 
 .blg {
   outline: none !important;
   max-width: 100% !important;
   font-style: normal !important;
   box-sizing: border-box !important;
   line-height: 1.5 !important;
   position: static !important;
   height: auto !important;
   box-shadow: none !important;
   text-align: center !important;
   clear: both !important;
   font-weight: 700 !important;
   border: 0;
   background: #388e3c;
   color: #fff !important;
   font-size: 22px !important;
   text-decoration: none !important;
   padding: 15px 35px !important;
   border-radius: 35px !important;
   width: 100% !important;
   display: block !important;
   cursor: pointer !important;
   margin: 15px 0 0 !important;
   text-transform: none !important
 }
 
 .api-form1 *:before,
 .api-form1 *:after {
   content: none
 }
 
 .api-form1 .footnote1 {
   line-height: 15px !important;
   text-indent: 0 !important;
   font-size: 10px !important;
   margin: 10px 0 0 !important;
   text-align: center !important;
   padding: 0 !important;
   color: #888 !important
 }
 
 .api-form1 form {
   padding: 0 !important;
   background: 0 0 !important;
   margin: 15px auto 0 !important
 }
 
 .api-form1 {
   background: #fff !important;
   box-sizing: border-box !important;
   max-width: 465px !important;
   position: relative !important;
   margin: 25px auto !important;
   text-align: center !important;
   border: 2.5px dashed #ddd !important;
   border-radius: 2.5px !important;
   padding: 30px !important;
   clear: both !important
 }
 
 .api-form1 .deadline1 {
   font-size: 10px !important;
   color: #222 !important;
   text-align: center !important;
   margin: 0 !important
 }
 
 .api-form1 select,
 .api-form1 .name:invalid,
 .api-form1 .name {
   font-style: normal;
   transition: .25s !important;
   line-height: 20px !important;
   box-shadow: none !important;
   font-size: 14px !important;
   font-weight: 400 !important;
   background: 0 0 !important;
   max-width: 100% !important;
   width: 100% !important;
   height: auto !important;
   background: #f2f2f2 !important;
   outline: none !important;
   box-sizing: border-box !important;
   border: 2.5px solid #ddd !important;
   border-radius: 35px !important;
   padding: 15px !important;
   margin: 0 0 15px !important
 }
 
 .api-form1 {
   padding: 15px !important
 }
 
 .api-form1 .cta-form1 {
   margin: 0 !important
 }
 
 .product-image1 {
   position: relative !important;
   margin: 0 auto !important;
   background: #fff !important;
   text-align: center !important;
   max-width: 300px
 }
 
 .product-image1 img {
   margin: 0 !important;
   border: none !important;
   padding: 0 !important;
   width: 100% !important;
   z-index: 0 !important;
   position: static !important
 }
 
 .product-banner-text1 {
   font-size: 16px !important
 }
 
 .product-banner1 {
   width: 125px !important;
   height: 125px !important
 }
 
 .product-banner1 {
   opacity: .9 !important;
   display: table !important;
   width: 150px !important;
   height: 150px !important;
   line-height: 25px !important;
   color: #fff !important;
   font-size: 18px !important;
   text-align: center !important;
   background: url("../images/product-banner.png") no-repeat center !important;
   background-size: 57% !important;
   position: absolute !important;
   top: 0 !important;
   right: 0 !important;
   text-decoration: none !important
 }
 
 .product-banner-text1 {
   text-align: center !important;
   margin: 0 !important;
   font-weight: 700 !important;
   color: #f2f2f2 !important;
   display: table-cell !important;
   font-size: 12px !important;
   vertical-align: middle !important;
   position: relative
 }
 
 .product-banner-text1:after {
   position: relative;
   top: -5px;
   left: -2.5px
 }
 
 .product-banner-text1 {
   font-size: 10px !important
 }
 
 .api-form1 .form-body1 .text1 .offer-name1 {
   color: #ca2d2d !important;
   font-weight: 700 !important
 }
 
 .offer-name1 {
   color: #ffeb3b !important
 }
 
 .api-form1 .text1 {
   border: none !important;
   text-align: center !important;
   color: #222 !important;
   padding: 0 !important;
   font-size: 18px !important;
   width: 100% !important;
   float: none !important;
   line-height: 25px !important;
   font-weight: 700 !important;
   margin: 10px 0 !important
 }
 #ouibounce-modal {
  font-family: 'Open Sans', sans-serif;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#ouibounce-modal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.over-window {
  font-family: 'Roboto', serif;
  /*height:629px;*/
  width: 650px;
  z-index: 9999;
  padding: 10px 0 0;
  cursor: default;
  background: #FFF none repeat scroll 0% 0%;
  position: fixed;
  top: 5%;
  left: 50%;
  margin: 0 0 0 -391px;
  border: 3px solid #3e3e3e;
}
.ex-logo {
  color: #111111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 38px;
  /*width:426px;
      height:55px;*/
  margin: 15px auto 10px;
  padding: 0px 15px;
  text-align: center;
  font-weight: bold !important;
}

/*.ex-logo{width:426px;height:55px;margin:40px auto 0;background:url(../img/exitsprite2.png) 0 0 no-repeat;} */
.ex-logo {
  color: #111111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 38px;
  /*width:426px;
      height:55px;*/
  margin: 15px auto 10px;
  padding: 0px 15px;
  text-align: center;
  font-weight: bold !important;
}

.footer-button {
  color: #AE1210;
  font-family: "Roboto Condensed", Georgia, "Century Schoolbook L", serif;
  font-size: 46px;
  line-height: 56px;
  /*width:426px;
      height:55px;*/
  margin: 5px auto 0px;
  padding: 0px 15px;
  text-align: center;
}

/*.footer-button a{
      background: #7D3B7C no-repeat scroll 445px center;
      color: #FFF !important;
      padding: 9px 22px;
      text-indent: 27px;
      border-radius: 20px;
      cursor: pointer;
      font-family: Arial,Helvetica,sans-serif;
        font-size: 32px;
      margin-bottom: 10px;
      text-decoration: none;
      font-weight: normal;
      line-height: 2.3em;
    }*/

.footer-button a {
  font-family: Arial;
  cursor: pointer;
  /*padding: 0 42px;*/
  border: none;
  display: block;
  margin: 5px auto 10px;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  text-align: center;
  height: 51px;
  line-height: 51px;
  background: #e74c3c;
  font-weight: normal;
  border-bottom: 2px solid #c0392b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 9px;
  width: 380px;
}

.footer-button a:hover {
  background: #e75c4e;
}

.footer-button a:hover {
  color: #FFF;
}

.ppubtxt {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center !important;
  font-size: 18px;
  margin-bottom: 10px;
  width: 650px;
  padding: 0;
  color: #111;
  margin-top: 0;
}

.exitprod-img {
  width: 230px;
  /*height:529px;*/
  margin: 15px 15px 0 15px;
  float: left;
  text-align: center;
}

.exit-form {
  width: 370px;
  float: left;
}

.exit-form-text {
  margin: 10px 0 20px;
}

.exit-form-text .subhead {
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  /*color:#333;*/
  color: #782B2B;
  /*margin-top:-35px;*/
}

.exit-form-text .subhead ul {
  list-style: outside none none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: normal;
  padding-left: 10px;
}

.exit-form-text .subhead ul li {
  background: transparent url("../images/bul.png") no-repeat scroll 0px 10px;
  margin-top: 10px;
  padding-left: 30px;
  padding-bottom: 10px;
  text-align: left;
}

.close-ex {
  height: 52px;
  width: 52px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: -26px;
  background: url(../images/close.png) no-repeat;
}

.clr {
  clear: both;
}
@media (max-width: 1199px) {
  .inL_762716,
  .inL_612864 {
    display: none;
  }

  .inL_31721 {
    margin: 0 auto;
  }
}
.inL_584975.inL_584975 {
  font-size: 15px;
  line-height: 20px;
  padding: 10px;
  background: rgb(0, 95, 158) none repeat scroll 0% 0%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
  width: 100%;
  margin: 0px 0%;
}

.inL_60444.inL_60444 {
  color: white;
  padding-left: 0px;
  list-style: outside none disk;
}

.b-article__body li {
  margin-left: 2em;
  margin-bottom: 0.5em;
}

.inL_647682.inL_647682 {
  color: white;
}
.myh4,
.rub-ramka a {
  text-transform: uppercase
}

.rub-ramka {
  background: rgba(3, 224, 0, .04);
  padding: 6px 13px !important;
  border-radius: 2px;
  border: 4px double rgba(21, 160, 37, .32);
  font-family: open sans, arial;
  line-height: 28px;
  font-size: 16px;
  max-width: 100%;
  margin: 0 auto;
  font-weight: 400;
  color: #4a4a4a;
  margin-bottom: 17px;
}

.myh4 {
  padding: 6px 4px 4px 5px;
  width: 100%;
  display: table;
  border: 1px dotted #e2e2e2;
  border-right: none;
  color: #3a753a;
  font-size: 14px;
  margin-bottom: 9px;
  line-height: 23px;
  border-radius: 2px;
  margin-top: 5px;
  margin-left: -3px;
  font-weight: 600;
  background-color: #f5fef5;
  background-image: -webkit-repeating-linear-gradient(0deg, #bfe6bf 0, #f5fef5 100%);
  background-image: repeating-linear-gradient(90deg, #bfe6bf 0, #f5fef5 100%);
  background-image: -ms-repeating-linear-gradient(0deg, #bfe6bf 0, rgba(3, 224, 0, .04) 100%)
}

.rub-ramka a {
  color: #ce5353;
  font-weight: 400;
  text-decoration: none;
  font-size: 15px;
  border-bottom: 1px dashed;
  text-shadow: 0 0 0;
  margin-left: 2px;
  margin-right: 2px;
  padding-bottom: 1px
}

@media screen and (max-width:1020px) {
  .rub-ramka {
    max-width: 95%
  }
}
#push-comments #push_3dv4f7 {
  background-color: #f0f0f0;
  box-sizing: border-box;
  font-family: Arial, serif;
  padding: 3rem 2rem;
  transition: 1s;
  width: 100%;
}

#push-comments #push_3dv4f7.hide {
  opacity: 0;
  display: block !important;
}

#push-comments #push_3dv4f7__form {
  box-sizing: border-box;
  margin: auto;
  max-width: 600px;
}

#push-comments #push_3dv4f7__title {
  color: #43A047;
  border-bottom: 0px solid;
  box-shadow: 1px 4px 10px -7px #ccc;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 16px;
}

#push-comments #push_3dv4f7__message,
.comment-input {
  border: 1px solid #43A047;
  box-shadow: 0px 2px 4px -3px #237a27;
  font-size: 16px;
  box-sizing: border-box;
  padding: 10px 20px;
  height: 120px;
  width: 100%;
}

#push-comments #push_3dv4f7__submit {
  background: #43A047;
  border: none;
  box-shadow: 0px 2px 4px -3px #000;
  color: #fff;
  cursor: pointer;
  border-radius: 25px;
  display: table;
  margin: 20px 0 0;
  height: 50px;
  transition: .5s;
  text-align: center;
  text-shadow: 0px 0px 1px #237a27;
  font-size: 18px;
  max-width: 280px;
  width: 100%;
}

#push-comments #push_3dv4f7__submit:hover {
  background: #237a27;
  text-shadow: none;
  box-shadow: none;
}

#push-comments #push_3dv4f7__label::before,
#push-comments #push_3dv4f7__label::after {
  content: '';
  display: none;
}
#push-comments #push_mlyjekpdfdd1 {
      background-color: #f0f0f0;
      box-sizing: border-box;
      font-family: Arial, serif;
      padding: 3rem 2rem;
      transition: 1s;
      width: 100%;
    }

    #push-comments #push_mlyjekpdfdd1.hide {
      opacity: 0;
      display: block !important;
    }

    #push-comments #push_mlyjekpdfdd1__form {
      box-sizing: border-box;
      margin: auto;
      max-width: 600px;
    }

    #push-comments #push_mlyjekpdfdd1__title {
      color: #43A047;
      border-bottom: 0px solid;
      box-shadow: 1px 4px 10px -7px #ccc;
      display: inline-block;
      font-size: 24px;
      font-weight: bold;
      line-height: 20px;
      margin-top: 0;
      margin-bottom: 16px;
    }

    #push-comments #push_mlyjekpdfdd1__message {
      border: 1px solid #43A047;
      box-shadow: 0px 2px 4px -3px #237a27;
      font-size: 16px;
      box-sizing: border-box;
      padding: 10px 20px;
      height: 120px;
      width: 100%;
    }

    #push-comments #push_mlyjekpdfdd1__submit {
      background: #43A047;
      border: none;
      box-shadow: 0px 2px 4px -3px #000;
      color: #fff;
      cursor: pointer;
      border-radius: 25px;
      display: table;
      margin: 20px 0 0;
      height: 50px;
      transition: .5s;
      text-align: center;
      text-shadow: 0px 0px 1px #237a27;
      font-size: 18px;
      max-width: 280px;
      width: 100%;
    }

    #push-comments #push_mlyjekpdfdd1__submit:hover {
      background: #237a27;
      text-shadow: none;
      box-shadow: none;
    }

    #push-comments #push_mlyjekpdfdd1__label::before,
    #push-comments #push_mlyjekpdfdd1__label::after {
      content: '';
      display: none;
    }