.margin-top-10 {
  margin-top: 10px;
}
.mar-bot-20 {
  margin-bottom: 20px;
}
.row-cen .row-fluid:last-child.mar-bot-20 {
  margin-bottom: 0;
}
.row-cen {
  margin: 0 auto !important;
  float: none !important;
}
.margin-top-15 {
  margin-top: 15px;
}
.content-width {
  max-width: 1170px;
  margin: 0 auto;
}
.link-text a {
  display: flex;
  display: -webkit-flex;
  vertical-align: middle;
}
.link-text {
  margin-top: 25px;
}
.link-text .svg-after svg {
    width: 15px;
    height: 15px;
    fill: #192a56;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;   
    vertical-align: middle;
}
.link-text .svg-after svg {   
    margin-left: 5px;
    margin-top: -1px;
}
.link-text:hover .svg-after svg {
    margin-left: 10px;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
}
.margin-bot-10 {
    margin-bottom: 10px;
}
.margin-top-15 {
    margin-top: 15px;
}
.flot-right {
  float: right;
}
.flot-left {
  float: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .res-top-20 {
    margin-top: 20px;
  }
  .res-top-0 {
    margin-top: 0 !important;
  } 
}
@media (min-width: 250px) and (max-width: 767px) {
  .res-mar-40 {
    margin-bottom: 40px !important;
  }
  .res-top-0 {
    margin-top: 0 !important;
  }
  .mar-analy .row-fluid:last-child.res-mar-40 {
    margin-bottom: 0px !important;
  }
}