hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;        
}
strong {
  font-weight: bold;
}

img {
  border: 0;
  page-break-inside: avoid;  
  max-width: 100% !important;  
  vertical-align: middle;  
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-md-4,.col-md-8 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

@media (min-width: 992px) {
  .col-md-4, .col-md-8 {
    float: left;
  } 

  .col-md-8 {
    /* width: 66.66666667%; */
    width: 70%;
  }  
  .col-md-4 {
    /* width: 33.33333333%; */
    width: 30%;
    
  }  

}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
 .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}


body, html  {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #424242;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: 'Raleway', sans-serif;
}
h1, .h1 {
  font-size: 36px;
  line-height: 1.43;
  margin-top: 10px;
  /* margin-bottom: 30px; */
  margin-bottom: 15px; 
  color: #252525;
}
h2, .h2 {
  font-size: 22px;
  line-height: 1.43;
  letter-spacing: 0.6px;
  text-align: left;
  color: #252525;
  font-weight: 700;
}
h3, .h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  color: #333333;
  line-height: 1.6;
}
p {
  margin-bottom: 0px;
}
.text {
  line-height: 2;
  margin-bottom: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  /* font-size: 15px; */
  line-height: 1.87;
  letter-spacing: 0.3px;
  text-align: left;
  color: #212121;
  font-size: 18px;
}
a {
  text-decoration: none !important;
}
ul, ol{
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
  list-style: none;
}
.img_radius {
  border-radius: 15px;
  box-shadow: 0px 5px 15px 0px #e8e6e6;
}
.wrapper_ofer {
  padding: 27px 10px 15px;
  margin-bottom: 25px;
}
.wrapper-content {
  margin-bottom: 10px;
}
.advert {
  margin-top: 10px;
   /*padding-bottom: 25px; */
  margin-left: 20px;
  margin-bottom: 15px;
}
.item_advert {
  display: inline-block;
  font-size: 15px;
  color: #212121;
  padding-right: 35px;
  margin-right: 25px; 

}
.item_advert:first-child {
  padding-right: 25px;
  margin-right: 18px;
}
#aside1 {
  margin-bottom: 10px;
}
.sticky {
  position: fixed;
  top: 5px !important;
  z-index: 101;
  transition: all 0.3s;
}
.stop {
  position: relative;
  z-index: 101;
  margin-bottom: 30px;
}
.sticky .right-block,
.stop .right-block {
  padding: 0px 0px 20px 0px;
}
.right-block {
  /*box-shadow: 0px 5px 15px 0px #e8e6e6; */
  box-shadow: 0px 0px 5px 5px #e8e6e6;
  padding: 0px 0px 30px 0px;
  transition: all 0.6s;
  background-color: #ffffff;
  border-radius: 0px 0px 10px 0px; 
  position: relative;
}
.inner-right_block {
  padding-left: 35px;
  padding-right: 35px;
}
.inner-right_block .text {
  font-family: 'Work Sans', sans-serif;
}
.wrapper_right-img {
  text-align: center;
  padding-bottom: 15px;
}
.right-img {
  display: inline-block;
  /* width: 100%; */
  max-width: 250px;
}
.pulse {
  cursor: pointer;
  box-shadow: 0px 5px 10px 0px #dddddd;
  animation: pulse 2s infinite;
}
.pulse:hover {
  animation: none;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #f2441f;
  }
  50% {
      -webkit-box-shadow: 0px 0px 5px 5px #f2441f;
  }
  100% {
      -webkit-box-shadow: 0px 0px 0px 0px #f2441f;
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0px 0px 0px 0px #f2441f;
    box-shadow: 0px 0px 0px 0px #f2441f;
  }
  50% {
      -moz-box-shadow: 0px 0px 5px 5px #f2441f;
      box-shadow: 0px 0px 5px 5px #f2441f;
  }
  100% {
      -moz-box-shadow: 0px 0px 0px 0px #f2441f;
      box-shadow: 0px 0px 0px 0px #f2441f;
  }
}
* {
  box-sizing: border-box;
}
/* Animation */
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.8;
  }
  45% {
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.8;
  }
  45% {
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
    opacity: 0;
  }
}
@-webkit-keyframes stop-pulsate {
  from {
    opacity: 0.4;
  }
  to {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@keyframes stop-pulsate {
  from {
    opacity: 0.4;
  }
  to {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
/* Button */


.img-logo {
  transition: all 0.8s;
  /* width: 100%; */
  margin-bottom: -10px;
  display: inline-block;
  vertical-align: inherit;
}
.img-logo-f {
  margin-top: -5px;
}
.btn {
  white-space: normal;
  outline: none !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}
.btn:active, .btn.active {
  outline: 0 !important;
}
.btn-blue,
.btn-blue:focus {
  padding: 15px 15px 14px;
  font-weight: 400;
  transition: all 0.3s;
  color: #ffffff;
  background-color: #49a8db;
  background: linear-gradient(to right, #49a8db, #2d85cf);
  border: 1px solid transparent;
  border-radius: 100px;
  width: 100%;
  font-weight: 600;
}
.btn-blue:hover {
  background: linear-gradient(to right, #2d85cf ,#49a8db);
  color: #ffffff;
}

.btn-red,
.btn-red:focus {
  padding: 15px 15px 14px;
  font-weight: 400;
  transition: all 0.3s;
  color: #ffffff;
   background-color: #ff0000; 
  /* background-color: rgb(6, 146, 6); */
  /* background: linear-gradient(to right, #49a8db, #2d85cf); */
  border: 1px solid transparent;
  border-radius: 10px;
  width: 100%;
  font-weight: 600;
}
.btn-red:hover {
  /* background: linear-gradient(to right, #2d85cf ,#49a8db); */
  color: #ffffff;
}
.btn-transparent-link {
  background-color: transparent;
}
.btn-transparent:hover {
  opacity: 0.8;
}
.popover {
  background-color: #4C4C4C;
}
.popover>.arrow:after {
  border-bottom-color: #4C4C4C !important;
}
.popover-content {
  color: #ffffff;
}
/*banner*/
.wrapper_text_block {
  text-align: center;
}

/*/banner*/
/* Footer */
#footer {
  border-bottom: 3px solid #4b88d2;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
.top_footer {
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f3f3f3;
}
#footer .navbar-nav {
  float: none;
}
#footer .navbar-nav > li {
  float: none;
  display: inline-block;
  margin-right: 30px;
}
#footer .navbar-nav > li:last-child {
  margin-right: 0px;
}
#footer .navbar-nav > li > a {
  background: none !important;
  color: #212121;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
#footer .navbar-nav > li > a:last-child {
  padding-right: 0px;
}
#footer .navbar-nav > li > a:hover {
  opacity: 0.8;
}
.wrapper_nav {
  float: right;
}
.copyright {
  padding: 22px 0px 17px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #212121;
}
.flouting {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 18px;
  padding: 8px 11px;
  border-radius: 100px;
  background-color: rgba(238, 49, 62, 0.8);
  height: 50px;
  width: 50px;
  z-index: 1;
}
.flouting .demo-icon {
  color: #ffffff;
}
.close {
  display: none;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 10px 13px;
  z-index: 21;
  border-radius: 6px;
  opacity: 0.8;
  color: #212121;
  font-weight: 300;
  opacity: 0.8;
}
.close:hover {
  color: #212121;
  opacity: 1;
}
/* /Footer */
/* Special Classes */
.clearfix {
  clear: both;
}
.clearfix:before, .clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
   clear: both;
}
.clearfix {
   *zoom: 1;
}
.btn:focus, 
.btn:active:focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn.active.focus {
  outline: thin dotted;
  outline: none;
  outline-offset: none;
}
.align-items-center {
  -ms-align-items: center;
  align-items: center;
}
.d-flex { display: flex;}
.fs-36 {font-size: 36px;}
.fs-16 {font-size: 16px;}
.fw-600 {font-weight: 600;}
.fw-700 {font-weight: 700;}
.color-black { color: #212121;}
.color-blue { color: #4b88d2;}
.color-white { color: #ffffff !important;}
.pl-0 {padding-left: 0px;}
.pl-20 {padding-left: 20px;}
.pr-20 {padding-right: 20px;}
.mb-0  { margin-bottom: 0px;}
.mb-5  { margin-bottom: 5px;}
.mb-10 { margin-bottom: 10px !important;}
.mb-20 { margin-bottom: 20px;}
.mb-40 { margin-bottom: 40px;}
.mb-50 { margin-bottom: 50px;}
.mt-0  { margin-top: 0;}
.mt-20  { margin-top: 20px;}
.mt-35  { margin-top: 35px;}
.mr-10  { margin-right: 10px;}
.mr-20  { margin-right: 20px;}
.ml-10  { margin-left: 10px;}
.mb-4px {margin-bottom: 4px;}
.lh-12 {line-height: 1.2;}
.w-100 {width: 100%;}
/* /Special Classes */
@media (min-width: 1440px) {
  .header {
    border-radius: 0px 0px 0px 100px;
  }
  #footer {
    border-radius: 0px 100px 0px 0px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 1060px) {
  .wrapper_top_img {
    margin-right: 0px;
  }
  .banner {
    display: block;
  }
}
@media (min-width: 992px) {
  .wrapper-right-block {
    display: block!important;
   }
}
@media (max-width: 991px) and (min-width: 768px) {
  #tf-menu.navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding-left: 9px;
    padding-right: 9px;
  }
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: 32px;
  }
  .top_block {
    margin-top: 50px;
  }
  .inner-right_block {
    padding-left: 27px;
    padding-right: 27px;
  }
  .mob-md-none {
    display: none;
  }
  .valid_block {
    top: 49%;
  }
  .top_img {
    left: 15px;
  }
}
@media (max-width: 991px) {
  #aside1 > div {
    width: 350px !important;
  }
  .right-block {
    padding: 0px 0px 15px 0px !important;
    height: 100%;
    float: right;
    text-align: center;
  }
  .sticky {
    position: static;
    max-width: 365px;
    width: 100% !important;
    float: right;
  }
  #tf-menu {
    padding: 0px;
  }
  h3, .h3 {
    font-size: 26px;
  }
  .pl-20 {padding-left: 15px;}
  .pr-20 {padding-right: 15px;}
  .sticky {position: static;}
  .flouting {
    display: block;
  }
  .open .flouting {
    display: none;
  }
  #totop {
    display: none !important;
  }
  /*
  .close {
    display: inline-block;
  }
  */
  .wrapper-right-block {
    position: fixed;
    top: 10px;
    right: 5px;
    z-index: 1001;
    display: block;
    height: 100%;
    bottom: 0px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .wrapper-right-block {
    display: none;
  }
  #tf-menu.navbar-default .navbar-nav > li {
    margin-right: 25px;
  }
  .wrapper-content {
    margin-top: 0px;
  }
  .top_block {
    margin-top: 50px;
  }
  h1, .h1 {
    font-size: 30px;
  }
  .item_advert {
    padding-right: 20px;
    margin-right: 15px;
  }
  .top_img {
    top: 180px;
  }
  .valid_block {
    top: 57%;
  }
  .mob-none {
    display: none;
  }
}
@media (max-width: 767px) {
  .top_block {
    margin-top: 20px;
  }
  .ultra_boost {
    padding: 25px 30px;
  }
  .ultra_boost .text,
  .ultra_boost_title,
  .text_offer,
  .top_block,
  #tf-menu.navbar-default .navbar-nav > li > a {
    text-align: center;
  }
  .img_radius {
    display: inline-block;
  }
  #tf-menu .navbar-right {
    margin-bottom: 0px; 
  }
  .offer .d-flex,
  .offer {
    display: block;
  }
  .wrapper_logo_footer {
    text-align: center;
    float: none;
  }
  .wrapper_nav {
    float: none;
    text-align: center;
  }
  .copyright {
    text-align: center;
  }
  .wrapper-content {
    margin-bottom: 10px;
  }
  .center_block {
    border: none;
  }
  .wrapper_top_img {
    display: none;
  }
  h1, .h1 {
    font-size: 28px;
  }
  h2, .h2 {
    font-size: 24px;
  }
  h3, .h3 {
    font-size: 22px;
  }
  #footer .navbar-nav > li > a {
    padding: 10px 5px;
  }
  #tf-menu.navbar-default .navbar-nav > li {
    margin-right: 0px;
  }
  .wrapper_ofer {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .header {
    background-position: left;
    /* padding-bottom: 35px; */
  }
  .tablet_block {
    display: none;
  }
  .mobile_block {
    display: block;
  }
  .wrapper_text_block {
    text-align: left;
  }
  .top_text {
    padding-right: 10px;
  }
}
@media (max-width: 639px) {
  .item_advert {
    padding-right: 5px;
    margin-right: 0;
    font-size: 13px;
  }
  .mt-50 { margin-top: 20px;}
  .mb-50 { margin-bottom: 20px;}
  .wrapper_logo_footer {
    padding-right: 0px;
  }
  .inner-right_block .text {
    margin-bottom: 10px;
  }
  .item_advert:first-child {
    margin-right: 0px;
  }
  .key_points {
    margin-bottom: 30px;
  }
}
@media (max-width: 374px) {
  .flouting {
    display: none;
  }
  #aside1 > div {
    max-width: 310px !important;
  }
  h1, .h1 {
    font-size: 24px;
  }
  .wrapper_text_block {
    padding-left: 18px;
  }
  .bottom_text {
    padding-bottom: 10px;
  }
}
@media (max-width: 359px) {
  .btn-white {
    padding: 10px;
    line-height: 1;
  }
}


  .header
  {
    padding-top:10px;
  }
  .txtLogo
  {
    font-size: 28px;
    font-weight: bold;
    padding-left : 20px;
    padding-right : 20px;
  }
  .txtLogosub
  {
    font-size: 12px;
    padding-left : 20px;
  }

  .txttitle
  {
    padding-left : 20px;  
    padding-right : 20px; 
  }
  .img-logo
  {
    padding-left: 20px;
  }
  .txtsummary
  {
    /* background-color:rgb(255,239,213); */
    background-color:#fef5c4;
    
    border-color:rgb(255,255,0); 
    border-style: solid;
    border-width:1px;
    padding-left: 10px;   
    padding-right: 10px;    
    padding-top: 10px;
  }
  .txtcenter
  {
    text-align: center;   
  }
  .txtBlock
  {
    background-color: #222222; 
    color:white; 
  }
  .txtStep
  {
    background-color:yellow;
  }
  .pblock
  {
    text-align: left;
    line-height: 1;
    margin-bottom:13px;
    border-bottom:2px solid #222222;
    
  }
  .advtext{
    text-align: center;
    font-size:13px;
  }
  .advdisclo
  {
    text-align: center;
    font-size:15px; 
    margin-top:20px;
  }

  #footer
  {
    background-color: #c0c5ce;
  }
      .imgTitle
      {
        font-style: italic;
        color : rgb(47,79,79);
        font-size: 20px;
      }

.quiet {
  padding: 2px 25px 2px 25px;
  border-left: 2px solid #11a943;
  color: #333333;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 20px;
  }

  blockquote
  {
  background: #f9f9f9; 
  color: #757575;
  quotes: "\201C""\201D""\2018""\2019";
  font-style: italic;
  }
  blockquote::before
  {
    content: open-quote;
    color: #ccc;
    font-size: 4em;
    line-height: .1em;
    margin-right: .25em;
    vertical-align: -.4em;
}
blockquote::after {
  content: no-close-quote;
  }

blockquote p
{ display: inline; }
blockquote footer
{
  display: block;
  text-align: right;
  font-weight: bold;
  font-size: 100%;
}

  ol {
    list-style: decimal;
    margin-left:40px;
    margin-bottom:30px;
  }
  ol li, .ulBullet li
  {
    padding-left:20px;
    margin-top:15px;
  }

  .ulBullet 
  {
    /*list-style: disc; */
    list-style-image: url(tick25a.png);
    margin-left:60px;
    margin-bottom:30px;   
  }

  .img-responsive
  {
    width:100%;
  }

  @media (max-width: 991px)
  {
  .pblock
  {
    margin-right: 30px;
  }
  }
  @media (max-width:850px) {
    .bgfill 
  {
  background-color: white;  
  }

  }

  @media (max-width:480px) {
  .txtLogo
  {
    font-size: 20px;
    margin-top:10px;
    padding-left : 10px;

  }
  .img-logo
  {
    max-height: 30px;
    
  }
  }
        #share-container {
            white-space: nowrap;
            margin: 0 0 18px
        }
        .box {
            display: inline-block;
            width: 33%;
            margin: 0 auto
        }
        .box2 {
            margin: 0 4px
        }

        .box1, .box2  {
            border-radius: 3px;
            -webkkit-border-radius: 3px;
            -moz-border-radius: 3px
        }

        .textsh {
            padding: 9px 0;
            color: #fff;
            font-weight: 700;
            text-align: center
        }        

        .sosfacebook
        {
          object-fit: none;
          object-position: 0 0;
          width:17px;
          height:17px;
        }
        .sostwitter
        {
          object-fit: none;
          object-position: -17px 0;
          width:17px;
          height:17px;
        }
        .soscopy
        {
          object-fit: none;
          object-position: -34px 0;
          width:17px;
          height:17px;
        }
        .sosauthor
        {
          object-fit: none;
          object-position: 0 -17px;
          width:16px;
          height:16px;
        }
        .soscat
        {
          object-fit: none;
          object-position: -16px -17px;
          width:14px;
          height:18px;
        }

       .sosdate
        {
          object-fit: none;
          object-position: -30px -17px;
          width:20px;
          height:20px;
        }

ol 
{
  list-style: decimal;
}
 ol li
 {
  margin-top:10px;  
 }        