﻿@charset "UTF-8";
/***
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Roboto+Condensed:400,700");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.2/css/font-awesome.min.css");***/
/***
Gray Colors: Light to Dark
***/
/***
Avnet Colors
***/
/***
Mega Menu
***/
/***
Utility Colors
***/
/***
General Colors
***/
/***
Avnet Fonts and Page Sizes
***/
/***
Avnet Mobile Break Points
***/
/***
    Menu Icon
***/
/***
Bootstrap Overrides
***/
/***
Pagination:
***/
/***
Inputs:
 */
/***
Cards:
 */


.avnRB-Layoutmargin .avnet-gallery-section {
  margin: 0 0 2em;
  width: 100%;
  background: #fff; }
.avnRB-Layoutmargin  .avnet-gallery-section.bg-black {
    background: #000000; }
 .avnRB-Layoutmargin .avnet-gallery-section > .inner {
    position: relative; }
.avnRB-Layoutmargin    .avnet-gallery-section > .inner:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.25%; }
 .avnRB-Layoutmargin   .avnet-gallery-section > .inner > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
 .avnRB-Layoutmargin .avnet-gallery-section .image-container {
    overflow: hidden; }
.avnRB-Layoutmargin    .avnet-gallery-section .image-container img {
      width: 100%;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0; }
.avnRB-Layoutmargin  .avnet-gallery-section .image-caption {
    display: inline-block;
    width: 100%;
    padding: 20px 0; }
.avnRB-Layoutmargin  .avnet-gallery-section .image-caption-dark {
    background-color: #000000;
    color: #dfdfe1;
    padding: 20px; }
 .avnRB-Layoutmargin .avnet-gallery-section .gallery-navigation {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .avnRB-Layoutmargin .avnet-gallery-section .gallery-navigation .button {
      border: 1px solid #fff;
      width: 1.5em;
      height: 1.5em;
      position: absolute;
      top: 50%;
      background: transparent;
      overflow: hidden;
      white-space: nowrap;
      text-indent: 100%;
      padding: 0;
      outline: none;
      opacity: 0.3;
      display: inline-block;
      transition: opacity 0.3s ease-in-out;
      -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
      -ms-transform: translate3d(0, -50%, 0) rotate(45deg);
      transform: translate3d(0, -50%, 0) rotate(45deg); }
      @media screen and (min-width: 768px) {
        .avnRB-Layoutmargin .avnet-gallery-section .gallery-navigation .button {
          width: 3em;
          height: 3em; } }
      .avnRB-Layoutmargin .avnet-gallery-section .gallery-navigation .button:focus {
        outline: none; }
      .avnRB-Layoutmargin .avnet-gallery-section .gallery-navigation .button:hover {
        opacity: 1; }
      .avnRB-Layoutmargin .avnet-gallery-section .gallery-navigation .button.left-arrow {
        border-width: 0 0 2px 2px;
        left: 0; }
      .avnRB-Layoutmargin .avnet-gallery-section .gallery-navigation .button.right-arrow {
        border-width: 2px 2px 0 0;
        right: 0; }
  .avnRB-Layoutmargin .avnet-gallery-section .gallery-pages {
    position: absolute;
    bottom: 2%;
    left: 2%;
    z-index: 10;
    width: 96%;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .avnRB-Layoutmargin .avnet-gallery-section .gallery-pages {
        margin: 0; } }
    .avnRB-Layoutmargin .avnet-gallery-section .gallery-pages .button {
      transition: opacity 0.3s ease-in-out;
      display: inline-block;
      margin: 0 .25em;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      border: 0;
      background: #fff;
      overflow: hidden;
      white-space: nowrap;
      text-indent: 100%;
      padding: 0;
      opacity: 0.3;
      outline: none; }
      @media screen and (min-width: 768px) {
        .avnRB-Layoutmargin .avnet-gallery-section .gallery-pages .button {
          margin: 0 .5em; } }
      .avnRB-Layoutmargin .avnet-gallery-section .gallery-pages .button:focus {
        outline: none; }
      .avnRB-Layoutmargin .avnet-gallery-section .gallery-pages .button.active, .avnRB-Layoutmargin .avnet-gallery-section .gallery-pages .button:hover {
        opacity: 1; }

.avnRB-Layoutmargin .three-quarters .avnet-gallery-section > .inner {
  position: relative; }
  .avnRB-Layoutmargin .three-quarters .avnet-gallery-section > .inner:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 133.33333%; }
  .avnRB-Layoutmargin .three-quarters .avnet-gallery-section > .inner > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.avnRB-Layoutmargin .avnet-video-section {
  margin-bottom: 40px; }

.avnRB-Layoutmargin .avnet-video-module {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  background: #000000; }
 .avnRB-Layoutmargin .avnet-video-module .video-container,
 .avnRB-Layoutmargin .avnet-video-module iframe,
 .avnRB-Layoutmargin .avnet-video-module video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0 none; }
  .avnet-video-module.avnet-video-playlist {
    overflow: auto;
    height: auto;
    padding-top: 0;
    background: transparent; }
    .avnet-video-module.avnet-video-playlist .video-container {
      position: relative;
      top: auto;
      left: auto; }
      .avnet-video-module.avnet-video-playlist .video-container .video-playlist {
        background-color: #000000;
        height: 0;
        padding-top: 56.25%;
        position: relative;
        overflow: hidden; }
      .avnet-video-module.avnet-video-playlist .video-container .video-playlist-description {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        pointer-events: none;
        margin: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.7) 70%, transparent 100%);
        padding: 1em 25% 2em 1em;
        transition: opacity .25s; }
      .avnet-video-module.avnet-video-playlist .video-container .video-playlist-title {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 1.333;
        margin: 0;
        margin-bottom: .333em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .avnet-video-module.avnet-video-playlist .video-container .video-playlist-short-description {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        color: #ffffff;
        font-weight: 400;
        line-height: 1.5;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-bottom: 12px; }
  .avnet-video-module .playlist-wrapper {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative; }
    @media (min-width: 640px) {
      .avnet-video-module .playlist-wrapper.scroll-next {
        padding-right: 30px; }
        .avnet-video-module .playlist-wrapper.scroll-next .scroll-arrow-next {
          opacity: 1.0; }
      .avnet-video-module .playlist-wrapper.scroll-prev {
        padding-left: 30px; }
        .avnet-video-module .playlist-wrapper.scroll-prev .scroll-arrow-prev {
          opacity: 1.0; } }
    .avnet-video-module .playlist-wrapper .scroll-arrow-next,
    .avnet-video-module .playlist-wrapper .scroll-arrow-prev {
      position: absolute;
      width: 14px;
      height: 24px;
      cursor: pointer;
      top: 56px;
      left: 0;
      z-index: 2;
      background: url("/assets/images/arrow-sprites.png") 0 0 no-repeat;
      background-color: #ffffff;
      opacity: 0.0; }
    .avnet-video-module .playlist-wrapper .scroll-arrow-next {
      left: auto;
      right: 0;
      background-position: -22px 0; }
  .avnet-video-module .vjs-big-play-button {
    height: 100px;
    width: 100px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 10px solid #ffffff;
    position: relative;
    margin: 0;
    opacity: 0.95;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.6); }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .avnet-video-module .vjs-big-play-button {
        /* IE10+ CSS styles go here */
        height: 100px !important;
        width: 100px !important;
        top: 50% !important;
        left: 50% !important;
        -webkit-transform: translate(-50%, -50%) !important;
            -ms-transform: translate(-50%, -50%) !important;
                transform: translate(-50%, -50%) !important;
        border-radius: 50% !important;
        border: 10px solid #ffffff !important;
        position: relative !important;
        margin: 0 !important;
        opacity: 0.95 !important;
        background-color: #000000 !important;
        background-color: rgba(0, 0, 0, 0.6) !important; } }
    .avnet-video-module .vjs-big-play-button:before {
      position: absolute;
      font-size: 65px;
      line-height: 65px;
      top: 7px;
      left: 8px;
      margin: 0;
      width: 0; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .avnet-video-module .vjs-big-play-button:before {
          /* IE10+ CSS styles go here */
          position: absolute !important;
          font-size: 65px !important;
          line-height: 65px !important;
          width: 0 !important;
          top: 10px !important;
          left: 8px !important; } }
    .lt-ie11 .avnet-video-module .vjs-big-play-button {
      height: 100px !important;
      width: 100px !important;
      top: 50% !important;
      left: 50% !important;
      -webkit-transform: translate(-50%, -50%) !important;
          -ms-transform: translate(-50%, -50%) !important;
              transform: translate(-50%, -50%) !important;
      border-radius: 50% !important;
      border: 10px solid #ffffff !important;
      position: relative !important;
      margin: 0 !important;
      opacity: 0.95 !important;
      background-color: #000000 !important;
      background-color: rgba(0, 0, 0, 0.6) !important; }
      .lt-ie11 .avnet-video-module .vjs-big-play-button:before {
        position: absolute !important;
        font-size: 65px !important;
        line-height: 65px !important;
        width: 0 !important;
        top: 7px !important;
        left: 8px !important; }
  .avnet-video-module .video-playlist-list {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    display: block;
    position: relative;
    z-index: 0;
    white-space: nowrap;
    width: auto;
    min-height: 150px;
    overflow-x: hidden;
    overflow-y: hidden; }
    @media (max-width: 768px) {
      .avnet-video-module .video-playlist-list {
        overflow-x: scroll; } }
    .avnet-video-module .video-playlist-list li {
      width: 200px;
      margin: 0;
      padding: 0 10px 0 0;
      display: inline-block;
      overflow: hidden;
      position: relative;
      vertical-align: text-top; }
      .avnet-video-module .video-playlist-list li:before {
        display: none; }
      .avnet-video-module .video-playlist-list li a {
        color: #1e252b; }
      .avnet-video-module .video-playlist-list li.active a {
        color: #41C363; }
      @media (max-width: 768px) {
        .avnet-video-module .video-playlist-list li {
          width: 134px; } }
    .avnet-video-module .video-playlist-list .playlist-item-thumbnail {
      display: block;
      overflow: hidden;
      max-height: 120px;
      width: 100%;
      padding-bottom: 5px;
      border-bottom-color: transparent;
      border-bottom-style: solid;
      border-bottom-width: 2px;
      transition: all 0.5s; }
      .avnet-video-module .video-playlist-list .playlist-item-thumbnail:before {
        position: absolute;
        content: '';
        opacity: 0.8;
        text-align: center;
        width: 36px;
        height: 36px;
        top: 34px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .avnet-video-module .video-playlist-list img {
      width: 100%;
      display: block;
      max-height: 113px;
      padding: 0;
      margin: 0; }
    .avnet-video-module .video-playlist-list .playlist-item-name {
      font-size: 13px;
      padding-top: 5px;
      word-wrap: normal;
      white-space: normal;
      display: block;
      text-decoration: none;
      cursor: pointer; }
  .avnet-video-module .video-js-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block; }
    .avnet-video-module .video-js-wrap > .video-js {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
    .avnet-video-module .video-js-wrap .vjs-dock-text {
      display: none; }
      .avnet-video-module .video-js-wrap .vjs-dock-text .vjs-dock-description {
        display: none; }
  .avnet-video-module .vjs-playlist-description {
    display: none; }

.avnet-table-data-section {
  width: 100%; }
  .avnet-table-data-section .section-title {
    padding: 0; }
  .avnet-table-data-section table {
    border-collapse: separate;
    width: 100%; }
  .avnet-table-data-section td,
  .avnet-table-data-section th {
    padding: 0.4em 1em;
    position: relative; }
    .avnet-table-data-section td:before,
    .avnet-table-data-section th:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 1px;
      height: 100%;
      background: #fff; }
    .avnet-table-data-section td:first-child:before,
    .avnet-table-data-section th:first-child:before {
      content: none; }
  .avnet-table-data-section thead {
    padding: 1em 0; }
    .avnet-table-data-section thead th {
      background: #41C363;
      border: 1px solid #41C363;
      border-width: .5em 0;
      color: #fff;
      font-size: 16px;
      font-weight: 100; }
      .avnet-table-data-section thead th:last-child {
        border-right: 0; }
  .avnet-table-data-section tbody tr:first-child td {
    border-top: 10px solid #fff; }
  .avnet-table-data-section tbody tr:last-child td {
    border-bottom: 10px solid #fff; }
  .avnet-table-data-section tbody td:before {
    background: #dfdfe1; }
  .avnet-table-data-section tbody:nth-child(odd) {
    background: #eff2f7; }
    .avnet-table-data-section tbody:nth-child(odd) tr:first-child td, .avnet-table-data-section tbody:nth-child(odd) tr:last-child td {
      border-color: #eff2f7; }
  .avnet-table-data-section .action-item {
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    position: relative;
    line-height: 1em;
    display: block;
    width: 1em;
    height: 1em; }
    .avnet-table-data-section .action-item:before {
      content: '\f299';
      font-family: 'FontAwesome';
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-indent: 0;
      font-size: 1em; }

.cta-btn {
  border: none;
  color: #828282 !important;
  background-color: transparent;
  display: inline-block !important;
  line-height: 17px;
  width: auto !important;
  font-family: 'ApercuAvnetRegular', sans-serif;
  font-size: 16px !important;
  font-weight: lighter;
  text-transform: uppercase !important;
  overflow: hidden;
  padding-top: 5px !important;
  padding-bottom: 5px;
  padding-left: 10px !important;
  z-index: 9;
  position: relative;
  text-align: left;
  margin-right: 10px; }
  .cta-btn i {
    margin-right: 5px;
    margin-left: 20px;
    font-size: 20px;
    color: #41C363;
    float: right; }
  .cta-btn.cta-btn:after {
    content: "";
    height: 200px;
    left: -100px;
    opacity: 1;
    position: absolute;
    top: -60px;
    -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
            transform: rotate(20deg);
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 150px;
    z-index: -10; }
  .cta-btn.cta-btn.green-txt {
    color: #41C363; }
  .cta-btn.cta-btn.green {
    color: #1e252b; }
  .cta-btn.cta-btn.lightgrey {
    color: #72777d !important; }
  .cta-btn.cta-btn.lightgrey:after {
    background-color: #e2e3e4; }
  .cta-btn.cta-btn.black {
    color: #e2e3e4 !important; }
  .cta-btn.cta-btn.black:after {
    background-color: #000000; }
  .cta-btn.cta-btn.green:after {
    background-color: #41C363; }
  .cta-btn.cta-btn.darkgrey:after {
    background-color: #444; }
  .cta-btn.cta-btn > span {
    z-index: 20; }
  .cta-btn.cta-btn:hover {
    border: none; }
    .cta-btn.cta-btn:hover:after {
      left: 80%;
      transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1); }

.cta-btn:active,
.cta-btn:focus,
.cta-btn:hover {
  border: none;
  outline: none; }

.avnRB-Layoutmargin button.close {
  background-color: transparent; }

.avnRB-Layoutmargin .close {
  float: right;
  font-size: 59px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-shadow: none;
  filter: alpha(opacity=20);
  z-index: 99999;
  bottom: 88.8%; }
  @media screen and (max-width: 1134px) {
    .avnRB-Layoutmargin .close {
      top: 0;
      right: 30.1px; } }


  

  /*!
     * IE10 viewport hack for Surface/desktop Windows 8 bug
     * See the Getting Started docs for more information:
     * http://getbootstrap.com/getting-started/#support-ie10-width
     */
  /***
        Bootstrap overrides
    ***/
  body .avnRB-Layoutmargin .align-center {
    text-align: center;
    float: none;
    clear: both; }
  body .avnRB-Layoutmargin ul.remove-bullets {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    list-style-type: none; }
  
  body .avnRB-Layoutmargin a.btn-primary:focus {
    background-color: #82d2a7; }
  body .avnRB-Layoutmargin a.btn-primary:hover {
    background-color: #82d2a7; }
  body .avnRB-Layoutmargin .avnet-page-wrapper {
    background-color: #fff;
    margin: 0 auto;
    max-width: 1440px; }
  body .avnRB-Layoutmargin .ui-loader {
    display: none; }
  body .avnRB-Layoutmargin .avnet-bg-color {
    background-color: #000000; }
  body .avnRB-Layoutmargin .center-form {
    margin: 0 auto;
    max-width: 800px; }
  body .avnRB-Layoutmargin .form-control {
    margin-bottom: 10px;
    border: 0; }
  body .avnRB-Layoutmargin .container {
    min-width: 1280px; }
  body .avnRB-Layoutmargin .img-responsive {
    width: 100%; }
    body .avnRB-Layoutmargin .bg-image {
    background-image: url("../images/avnet-bk-image-home.svg");
    background-position: right 15px top;
    background-repeat: no-repeat;
    background-size: 550px; }
    @media screen and (max-width: 1134px) {
      body .avnRB-Layoutmargin .bg-image {
        background-image: none; } }
  body .avnRB-Layoutmargin .avnet-inner-page-wrapper {
    background-image: url("../images/avnet-bk-image-home.png");
    background-position: top right;
    background-repeat: no-repeat; }
    @media screen and (max-width: 1134px) {
      body .avnRB-Layoutmargin .avnet-inner-page-wrapper {
        background-image: none; } }
  body .avnRB-Layoutmargin .row {
    margin-left: 0;
    margin-right: 0; }
  body .avnRB-Layoutmargin .image {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    background-color: #eff2f7; }
    body .avnRB-Layoutmargin .image:before {
      content: "";
      display: block;
      padding-top: 56.25%; }
    body .avnRB-Layoutmargin .image img {
      padding-bottom: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  body .avnRB-Layoutmargin .image-3-4 {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    background-color: #eff2f7; }
    body .avnRB-Layoutmargin .image-3-4:before {
      content: "";
      display: block;
      padding-top: 133.33333%; }
    body .avnRB-Layoutmargin .image-3-4 img {
      padding-bottom: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  body .avnRB-Layoutmargin .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    max-width: 1280px; }
  body .avnRB-Layoutmargin .container-fluid-nav {
    margin: 0 auto;
    padding: 0;
    max-width: 1440px; }
  body .avnRB-Layoutmargin .container-fluid .jumbotron,
  body .avnRB-Layoutmargin .navbar {
    border-radius: 0;
    min-height: 0; }
    @media screen and (max-width: 1134px) {
      body .avnRB-Layoutmargin .container-fluid .jumbotron,
      body .avnRB-Layoutmargin .navbar {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px; } }
  body .avnRB-Layoutmargin .navbar-right {
    margin-right: 0; }
  body .avnRB-Layoutmargin .btn {
    font-family: 'ApercuAvnetRegular', sans-serif;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 16px; }
  body .avnRB-Layoutmargin .btn-primary {
    background-color: #41C363;
    color: #fff !important; }
  body .avnRB-Layoutmargin .btn-gray {
    background-color: #b8bbbd;
    color: #000000 !important;
    width: 30% !important;
    padding: 7px;
    text-transform: uppercase !important; }
  body .avnRB-Layoutmargin .primary-color {
    color: #41C363 !important; }
  body .avnRB-Layoutmargin .no-right-gutter {
    padding-right: 0; }
  body .avnRB-Layoutmargin .no-left-gutter {
    padding-left: 0; }
  body .avnRB-Layoutmargin .no-gutters {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0; }
  body .avnRB-Layoutmargin .btn:hover {
    background-color: #dfdfe1 !important;
    color: #000000 !important; }
  body .avnRB-Layoutmargin .avnet-divider {
    margin: 50px 0; }
  body .avnRB-Layoutmargin .form-control-no-border:focus {
    outline: 0;
    box-shadow: none; }
  @media screen and (max-width: 1134px) {
    body .avnRB-Layoutmargin .row {
      margin: 0;
      padding: 0; } }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */



@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.avnRB-Layoutmargin .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.avnRB-Layoutmargin .glyphicon-asterisk:before {
  content: "\002a"; }

.avnRB-Layoutmargin .glyphicon-plus:before {
  content: "\002b"; }

.avnRB-Layoutmargin .glyphicon-euro:before,
.avnRB-Layoutmargin .glyphicon-eur:before {
  content: "\20ac"; }

.avnRB-Layoutmargin .glyphicon-minus:before {
  content: "\2212"; }

.avnRB-Layoutmargin .glyphicon-cloud:before {
  content: "\2601"; }

.avnRB-Layoutmargin .glyphicon-envelope:before {
  content: "\2709"; }

.avnRB-Layoutmargin .glyphicon-pencil:before {
  content: "\270f"; }

.avnRB-Layoutmargin .glyphicon-glass:before {
  content: "\e001"; }

.avnRB-Layoutmargin .glyphicon-music:before {
  content: "\e002"; }

.avnRB-Layoutmargin .glyphicon-search:before {
  content: "\e003"; }

.avnRB-Layoutmargin .glyphicon-heart:before {
  content: "\e005"; }

.avnRB-Layoutmargin .glyphicon-star:before {
  content: "\e006"; }

.avnRB-Layoutmargin .glyphicon-star-empty:before {
  content: "\e007"; }

.avnRB-Layoutmargin .glyphicon-user:before {
  content: "\e008"; }

.avnRB-Layoutmargin .glyphicon-film:before {
  content: "\e009"; }

.avnRB-Layoutmargin .glyphicon-th-large:before {
  content: "\e010"; }

.avnRB-Layoutmargin .glyphicon-th:before {
  content: "\e011"; }

.avnRB-Layoutmargin .glyphicon-th-list:before {
  content: "\e012"; }

.avnRB-Layoutmargin .glyphicon-ok:before {
  content: "\e013"; }

.avnRB-Layoutmargin .glyphicon-remove:before {
  content: "\e014"; }

.avnRB-Layoutmargin .glyphicon-zoom-in:before {
  content: "\e015"; }

.avnRB-Layoutmargin .glyphicon-zoom-out:before {
  content: "\e016"; }

.avnRB-Layoutmargin .glyphicon-off:before {
  content: "\e017"; }

.avnRB-Layoutmargin .glyphicon-signal:before {
  content: "\e018"; }

.avnRB-Layoutmargin .glyphicon-cog:before {
  content: "\e019"; }

.avnRB-Layoutmargin .glyphicon-trash:before {
  content: "\e020"; }

.avnRB-Layoutmargin .glyphicon-home:before {
  content: "\e021"; }

.avnRB-Layoutmargin .glyphicon-file:before {
  content: "\e022"; }

.avnRB-Layoutmargin .glyphicon-time:before {
  content: "\e023"; }

.avnRB-Layoutmargin .glyphicon-road:before {
  content: "\e024"; }

.avnRB-Layoutmargin .glyphicon-download-alt:before {
  content: "\e025"; }

.avnRB-Layoutmargin .glyphicon-download:before {
  content: "\e026"; }

.avnRB-Layoutmargin .glyphicon-upload:before {
  content: "\e027"; }

.avnRB-Layoutmargin .glyphicon-inbox:before {
  content: "\e028"; }

.avnRB-Layoutmargin .glyphicon-play-circle:before {
  content: "\e029"; }

.avnRB-Layoutmargin .glyphicon-repeat:before {
  content: "\e030"; }

.avnRB-Layoutmargin .glyphicon-refresh:before {
  content: "\e031"; }

.avnRB-Layoutmargin .glyphicon-list-alt:before {
  content: "\e032"; }

.avnRB-Layoutmargin .glyphicon-lock:before {
  content: "\e033"; }

.avnRB-Layoutmargin .glyphicon-flag:before {
  content: "\e034"; }

.avnRB-Layoutmargin .glyphicon-headphones:before {
  content: "\e035"; }

.avnRB-Layoutmargin .glyphicon-volume-off:before {
  content: "\e036"; }

.avnRB-Layoutmargin .glyphicon-volume-down:before {
  content: "\e037"; }

.avnRB-Layoutmargin .glyphicon-volume-up:before {
  content: "\e038"; }

.avnRB-Layoutmargin .glyphicon-qrcode:before {
  content: "\e039"; }

.avnRB-Layoutmargin .glyphicon-barcode:before {
  content: "\e040"; }

.avnRB-Layoutmargin .glyphicon-tag:before {
  content: "\e041"; }

.avnRB-Layoutmargin .glyphicon-tags:before {
  content: "\e042"; }

.avnRB-Layoutmargin .glyphicon-book:before {
  content: "\e043"; }

.avnRB-Layoutmargin .glyphicon-bookmark:before {
  content: "\e044"; }

.avnRB-Layoutmargin .glyphicon-print:before {
  content: "\e045"; }

.avnRB-Layoutmargin .glyphicon-camera:before {
  content: "\e046"; }

.avnRB-Layoutmargin .glyphicon-font:before {
  content: "\e047"; }

.avnRB-Layoutmargin .glyphicon-bold:before {
  content: "\e048"; }

.avnRB-Layoutmargin .glyphicon-italic:before {
  content: "\e049"; }

.avnRB-Layoutmargin .glyphicon-text-height:before {
  content: "\e050"; }

.avnRB-Layoutmargin .glyphicon-text-width:before {
  content: "\e051"; }

.avnRB-Layoutmargin .glyphicon-align-left:before {
  content: "\e052"; }

.avnRB-Layoutmargin .glyphicon-align-center:before {
  content: "\e053"; }

.avnRB-Layoutmargin .glyphicon-align-right:before {
  content: "\e054"; }

.avnRB-Layoutmargin .glyphicon-align-justify:before {
  content: "\e055"; }

.avnRB-Layoutmargin .glyphicon-list:before {
  content: "\e056"; }

.avnRB-Layoutmargin .glyphicon-indent-left:before {
  content: "\e057"; }

.avnRB-Layoutmargin .glyphicon-indent-right:before {
  content: "\e058"; }

.avnRB-Layoutmargin .glyphicon-facetime-video:before {
  content: "\e059"; }

.avnRB-Layoutmargin .glyphicon-picture:before {
  content: "\e060"; }

.avnRB-Layoutmargin .glyphicon-map-marker:before {
  content: "\e062"; }

.avnRB-Layoutmargin .glyphicon-adjust:before {
  content: "\e063"; }

.avnRB-Layoutmargin .glyphicon-tint:before {
  content: "\e064"; }

.avnRB-Layoutmargin .glyphicon-edit:before {
  content: "\e065"; }

.avnRB-Layoutmargin .glyphicon-share:before {
  content: "\e066"; }

.avnRB-Layoutmargin .glyphicon-check:before {
  content: "\e067"; }

.avnRB-Layoutmargin .glyphicon-move:before {
  content: "\e068"; }

.avnRB-Layoutmargin .glyphicon-step-backward:before {
  content: "\e069"; }

.avnRB-Layoutmargin .glyphicon-fast-backward:before {
  content: "\e070"; }

.avnRB-Layoutmargin .glyphicon-backward:before {
  content: "\e071"; }

.avnRB-Layoutmargin .glyphicon-play:before {
  content: "\e072"; }

.avnRB-Layoutmargin .glyphicon-pause:before {
  content: "\e073"; }

.avnRB-Layoutmargin .glyphicon-stop:before {
  content: "\e074"; }

.avnRB-Layoutmargin .glyphicon-forward:before {
  content: "\e075"; }

.avnRB-Layoutmargin .glyphicon-fast-forward:before {
  content: "\e076"; }

.avnRB-Layoutmargin .glyphicon-step-forward:before {
  content: "\e077"; }

.avnRB-Layoutmargin .glyphicon-eject:before {
  content: "\e078"; }

.avnRB-Layoutmargin .glyphicon-chevron-left:before {
  content: "\e079"; }

.avnRB-Layoutmargin .glyphicon-chevron-right:before {
  content: "\e080"; }

.avnRB-Layoutmargin .glyphicon-plus-sign:before {
  content: "\e081"; }

.avnRB-Layoutmargin .glyphicon-minus-sign:before {
  content: "\e082"; }

.avnRB-Layoutmargin .glyphicon-remove-sign:before {
  content: "\e083"; }

.avnRB-Layoutmargin .glyphicon-ok-sign:before {
  content: "\e084"; }

.avnRB-Layoutmargin .glyphicon-question-sign:before {
  content: "\e085"; }

.avnRB-Layoutmargin .glyphicon-info-sign:before {
  content: "\e086"; }

.avnRB-Layoutmargin .glyphicon-screenshot:before {
  content: "\e087"; }

.avnRB-Layoutmargin .glyphicon-remove-circle:before {
  content: "\e088"; }

.avnRB-Layoutmargin .glyphicon-ok-circle:before {
  content: "\e089"; }

.avnRB-Layoutmargin .glyphicon-ban-circle:before {
  content: "\e090"; }

.avnRB-Layoutmargin .glyphicon-arrow-left:before {
  content: "\e091"; }

.avnRB-Layoutmargin .glyphicon-arrow-right:before {
  content: "\e092"; }

.avnRB-Layoutmargin .glyphicon-arrow-up:before {
  content: "\e093"; }

.avnRB-Layoutmargin .glyphicon-arrow-down:before {
  content: "\e094"; }

.avnRB-Layoutmargin .glyphicon-share-alt:before {
  content: "\e095"; }

.avnRB-Layoutmargin .glyphicon-resize-full:before {
  content: "\e096"; }

.avnRB-Layoutmargin .glyphicon-resize-small:before {
  content: "\e097"; }

.avnRB-Layoutmargin .glyphicon-exclamation-sign:before {
  content: "\e101"; }

.avnRB-Layoutmargin .glyphicon-gift:before {
  content: "\e102"; }

.avnRB-Layoutmargin .glyphicon-leaf:before {
  content: "\e103"; }

.avnRB-Layoutmargin .glyphicon-fire:before {
  content: "\e104"; }

.avnRB-Layoutmargin .glyphicon-eye-open:before {
  content: "\e105"; }

.avnRB-Layoutmargin .glyphicon-eye-close:before {
  content: "\e106"; }

.avnRB-Layoutmargin .glyphicon-warning-sign:before {
  content: "\e107"; }

.avnRB-Layoutmargin .glyphicon-plane:before {
  content: "\e108"; }

.avnRB-Layoutmargin .glyphicon-calendar:before {
  content: "\e109"; }

.avnRB-Layoutmargin .glyphicon-random:before {
  content: "\e110"; }

.avnRB-Layoutmargin .glyphicon-comment:before {
  content: "\e111"; }

.avnRB-Layoutmargin .glyphicon-magnet:before {
  content: "\e112"; }

.avnRB-Layoutmargin .glyphicon-chevron-up:before {
  content: "\e113"; }

.avnRB-Layoutmargin .glyphicon-chevron-down:before {
  content: "\e114"; }

.avnRB-Layoutmargin .glyphicon-retweet:before {
  content: "\e115"; }

.avnRB-Layoutmargin .glyphicon-shopping-cart:before {
  content: "\e116"; }

.avnRB-Layoutmargin .glyphicon-folder-close:before {
  content: "\e117"; }

.avnRB-Layoutmargin .glyphicon-folder-open:before {
  content: "\e118"; }

.avnRB-Layoutmargin .glyphicon-resize-vertical:before {
  content: "\e119"; }

.avnRB-Layoutmargin .glyphicon-resize-horizontal:before {
  content: "\e120"; }

.avnRB-Layoutmargin .glyphicon-hdd:before {
  content: "\e121"; }

.avnRB-Layoutmargin .glyphicon-bullhorn:before {
  content: "\e122"; }

.avnRB-Layoutmargin .glyphicon-bell:before {
  content: "\e123"; }

.avnRB-Layoutmargin .glyphicon-certificate:before {
  content: "\e124"; }

.avnRB-Layoutmargin .glyphicon-thumbs-up:before {
  content: "\e125"; }

.avnRB-Layoutmargin .glyphicon-thumbs-down:before {
  content: "\e126"; }

.avnRB-Layoutmargin .glyphicon-hand-right:before {
  content: "\e127"; }

.avnRB-Layoutmargin .glyphicon-hand-left:before {
  content: "\e128"; }

.avnRB-Layoutmargin .glyphicon-hand-up:before {
  content: "\e129"; }

.avnRB-Layoutmargin .glyphicon-hand-down:before {
  content: "\e130"; }

.avnRB-Layoutmargin .glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.avnRB-Layoutmargin .glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.avnRB-Layoutmargin .glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.avnRB-Layoutmargin .glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.avnRB-Layoutmargin .glyphicon-globe:before {
  content: "\e135"; }

.avnRB-Layoutmargin .glyphicon-wrench:before {
  content: "\e136"; }

.avnRB-Layoutmargin .glyphicon-tasks:before {
  content: "\e137"; }

.avnRB-Layoutmargin .glyphicon-filter:before {
  content: "\e138"; }

.avnRB-Layoutmargin .glyphicon-briefcase:before {
  content: "\e139"; }

.avnRB-Layoutmargin .glyphicon-fullscreen:before {
  content: "\e140"; }

.avnRB-Layoutmargin .glyphicon-dashboard:before {
  content: "\e141"; }

.avnRB-Layoutmargin .glyphicon-paperclip:before {
  content: "\e142"; }

.avnRB-Layoutmargin .glyphicon-heart-empty:before {
  content: "\e143"; }

.avnRB-Layoutmargin .glyphicon-link:before {
  content: "\e144"; }

.avnRB-Layoutmargin .glyphicon-phone:before {
  content: "\e145"; }

.avnRB-Layoutmargin .glyphicon-pushpin:before {
  content: "\e146"; }

.avnRB-Layoutmargin .glyphicon-usd:before {
  content: "\e148"; }

.avnRB-Layoutmargin .glyphicon-gbp:before {
  content: "\e149"; }

.avnRB-Layoutmargin .glyphicon-sort:before {
  content: "\e150"; }

.avnRB-Layoutmargin .glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.avnRB-Layoutmargin .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.avnRB-Layoutmargin .glyphicon-sort-by-order:before {
  content: "\e153"; }

.avnRB-Layoutmargin .glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.avnRB-Layoutmargin .glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.avnRB-Layoutmargin .glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.avnRB-Layoutmargin .glyphicon-unchecked:before {
  content: "\e157"; }

.avnRB-Layoutmargin .glyphicon-expand:before {
  content: "\e158"; }

.avnRB-Layoutmargin .glyphicon-collapse-down:before {
  content: "\e159"; }

.avnRB-Layoutmargin .glyphicon-collapse-up:before {
  content: "\e160"; }

.avnRB-Layoutmargin .glyphicon-log-in:before {
  content: "\e161"; }

.avnRB-Layoutmargin .glyphicon-flash:before {
  content: "\e162"; }

.avnRB-Layoutmargin .glyphicon-log-out:before {
  content: "\e163"; }

.avnRB-Layoutmargin .glyphicon-new-window:before {
  content: "\e164"; }

.avnRB-Layoutmargin .glyphicon-record:before {
  content: "\e165"; }

.avnRB-Layoutmargin .glyphicon-save:before {
  content: "\e166"; }

.avnRB-Layoutmargin .glyphicon-open:before {
  content: "\e167"; }

.avnRB-Layoutmargin .glyphicon-saved:before {
  content: "\e168"; }

.avnRB-Layoutmargin .glyphicon-import:before {
  content: "\e169"; }

.avnRB-Layoutmargin .glyphicon-export:before {
  content: "\e170"; }

.avnRB-Layoutmargin .glyphicon-send:before {
  content: "\e171"; }

.avnRB-Layoutmargin .glyphicon-floppy-disk:before {
  content: "\e172"; }

.avnRB-Layoutmargin .glyphicon-floppy-saved:before {
  content: "\e173"; }

.avnRB-Layoutmargin .glyphicon-floppy-remove:before {
  content: "\e174"; }

.avnRB-Layoutmargin .glyphicon-floppy-save:before {
  content: "\e175"; }

.avnRB-Layoutmargin .glyphicon-floppy-open:before {
  content: "\e176"; }

.avnRB-Layoutmargin .glyphicon-credit-card:before {
  content: "\e177"; }

.avnRB-Layoutmargin .glyphicon-transfer:before {
  content: "\e178"; }

.avnRB-Layoutmargin .glyphicon-cutlery:before {
  content: "\e179"; }

.avnRB-Layoutmargin .glyphicon-header:before {
  content: "\e180"; }

.avnRB-Layoutmargin .glyphicon-compressed:before {
  content: "\e181"; }

.avnRB-Layoutmargin .glyphicon-earphone:before {
  content: "\e182"; }

.avnRB-Layoutmargin .glyphicon-phone-alt:before {
  content: "\e183"; }

.avnRB-Layoutmargin .glyphicon-tower:before {
  content: "\e184"; }

.avnRB-Layoutmargin .glyphicon-stats:before {
  content: "\e185"; }

.avnRB-Layoutmargin .glyphicon-sd-video:before {
  content: "\e186"; }

.avnRB-Layoutmargin .glyphicon-hd-video:before {
  content: "\e187"; }

.avnRB-Layoutmargin .glyphicon-subtitles:before {
  content: "\e188"; }

.avnRB-Layoutmargin .glyphicon-sound-stereo:before {
  content: "\e189"; }

.avnRB-Layoutmargin .glyphicon-sound-dolby:before {
  content: "\e190"; }

.avnRB-Layoutmargin .glyphicon-sound-5-1:before {
  content: "\e191"; }

.avnRB-Layoutmargin .glyphicon-sound-6-1:before {
  content: "\e192"; }

.avnRB-Layoutmargin .glyphicon-sound-7-1:before {
  content: "\e193"; }

.avnRB-Layoutmargin .glyphicon-copyright-mark:before {
  content: "\e194"; }

.avnRB-Layoutmargin .glyphicon-registration-mark:before {
  content: "\e195"; }

.avnRB-Layoutmargin .glyphicon-cloud-download:before {
  content: "\e197"; }

.avnRB-Layoutmargin .glyphicon-cloud-upload:before {
  content: "\e198"; }

.avnRB-Layoutmargin .glyphicon-tree-conifer:before {
  content: "\e199"; }

.avnRB-Layoutmargin .glyphicon-tree-deciduous:before {
  content: "\e200"; }

.avnRB-Layoutmargin .glyphicon-cd:before {
  content: "\e201"; }

.avnRB-Layoutmargin .glyphicon-save-file:before {
  content: "\e202"; }

.avnRB-Layoutmargin .glyphicon-open-file:before {
  content: "\e203"; }

.avnRB-Layoutmargin .glyphicon-level-up:before {
  content: "\e204"; }

.avnRB-Layoutmargin .glyphicon-copy:before {
  content: "\e205"; }

.avnRB-Layoutmargin .glyphicon-paste:before {
  content: "\e206"; }

.avnRB-Layoutmargin .glyphicon-alert:before {
  content: "\e209"; }

.avnRB-Layoutmargin .glyphicon-equalizer:before {
  content: "\e210"; }

.avnRB-Layoutmargin .glyphicon-king:before {
  content: "\e211"; }

.avnRB-Layoutmargin .glyphicon-queen:before {
  content: "\e212"; }

.avnRB-Layoutmargin .glyphicon-pawn:before {
  content: "\e213"; }

.avnRB-Layoutmargin .glyphicon-bishop:before {
  content: "\e214"; }

.avnRB-Layoutmargin .glyphicon-knight:before {
  content: "\e215"; }

.avnRB-Layoutmargin .glyphicon-baby-formula:before {
  content: "\e216"; }

.avnRB-Layoutmargin .glyphicon-tent:before {
  content: "\26fa"; }

.avnRB-Layoutmargin .glyphicon-blackboard:before {
  content: "\e218"; }

.avnRB-Layoutmargin .glyphicon-bed:before {
  content: "\e219"; }

.avnRB-Layoutmargin .glyphicon-apple:before {
  content: "\f8ff"; }

.avnRB-Layoutmargin .glyphicon-erase:before {
  content: "\e221"; }

.avnRB-Layoutmargin .glyphicon-hourglass:before {
  content: "\231b"; }

.avnRB-Layoutmargin .glyphicon-lamp:before {
  content: "\e223"; }

.avnRB-Layoutmargin .glyphicon-duplicate:before {
  content: "\e224"; }

.avnRB-Layoutmargin .glyphicon-piggy-bank:before {
  content: "\e225"; }

.avnRB-Layoutmargin .glyphicon-scissors:before {
  content: "\e226"; }

.avnRB-Layoutmargin .glyphicon-bitcoin:before {
  content: "\e227"; }

.avnRB-Layoutmargin .glyphicon-btc:before {
  content: "\e227"; }

.avnRB-Layoutmargin .glyphicon-xbt:before {
  content: "\e227"; }

.avnRB-Layoutmargin .glyphicon-yen:before {
  content: "\00a5"; }

.avnRB-Layoutmargin .glyphicon-jpy:before {
  content: "\00a5"; }

.avnRB-Layoutmargin .glyphicon-ruble:before {
  content: "\20bd"; }

.avnRB-Layoutmargin .glyphicon-rub:before {
  content: "\20bd"; }

.avnRB-Layoutmargin .glyphicon-scale:before {
  content: "\e230"; }

.avnRB-Layoutmargin .glyphicon-ice-lolly:before {
  content: "\e231"; }

.avnRB-Layoutmargin .glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.avnRB-Layoutmargin .glyphicon-education:before {
  content: "\e233"; }

.avnRB-Layoutmargin .glyphicon-option-horizontal:before {
  content: "\e234"; }

.avnRB-Layoutmargin .glyphicon-option-vertical:before {
  content: "\e235"; }

.avnRB-Layoutmargin .glyphicon-menu-hamburger:before {
  content: "\e236"; }

.avnRB-Layoutmargin .glyphicon-modal-window:before {
  content: "\e237"; }

.avnRB-Layoutmargin .glyphicon-oil:before {
  content: "\e238"; }

.avnRB-Layoutmargin .glyphicon-grain:before {
  content: "\e239"; }

.avnRB-Layoutmargin .glyphicon-sunglasses:before {
  content: "\e240"; }

.avnRB-Layoutmargin .glyphicon-text-size:before {
  content: "\e241"; }

.avnRB-Layoutmargin .glyphicon-text-color:before {
  content: "\e242"; }

.avnRB-Layoutmargin .glyphicon-text-background:before {
  content: "\e243"; }

.avnRB-Layoutmargin .glyphicon-object-align-top:before {
  content: "\e244"; }

.avnRB-Layoutmargin .glyphicon-object-align-bottom:before {
  content: "\e245"; }

.avnRB-Layoutmargin .glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.avnRB-Layoutmargin .glyphicon-object-align-left:before {
  content: "\e247"; }

.avnRB-Layoutmargin .glyphicon-object-align-vertical:before {
  content: "\e248"; }

.avnRB-Layoutmargin .glyphicon-object-align-right:before {
  content: "\e249"; }

.avnRB-Layoutmargin .glyphicon-triangle-right:before {
  content: "\e250"; }

.avnRB-Layoutmargin .glyphicon-triangle-left:before {
  content: "\e251"; }

.avnRB-Layoutmargin .glyphicon-triangle-bottom:before {
  content: "\e252"; }

.avnRB-Layoutmargin .glyphicon-triangle-top:before {
  content: "\e253"; }

.avnRB-Layoutmargin .glyphicon-console:before {
  content: "\e254"; }

.avnRB-Layoutmargin .glyphicon-superscript:before {
  content: "\e255"; }

.avnRB-Layoutmargin .glyphicon-subscript:before {
  content: "\e256"; }

.avnRB-Layoutmargin .glyphicon-menu-left:before {
  content: "\e257"; }

.avnRB-Layoutmargin .glyphicon-menu-right:before {
  content: "\e258"; }

.avnRB-Layoutmargin .glyphicon-menu-down:before {
  content: "\e259"; }

.avnRB-Layoutmargin .glyphicon-menu-up:before {
  content: "\e260"; }

.avnRB-Layoutmargin * {
  box-sizing: border-box; }

.avnRB-Layoutmargin *:before,
.avnRB-Layoutmargin *:after {
  box-sizing: border-box; }

.avnRB-Layoutmargin html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body .avnRB-Layoutmargin {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
  max-width: 1370px; /*Added*/
  margin: 0 auto; /*Added*/
  margin-top: 8px;
  
 }
  
/* QC: 13277 fix for horizontal scroll bar */
body .avnRB-Layoutmargin.row, body .avnRB-Layoutmargin .row, .manufacturer.all-products .row{
                margin-left: 0;
                margin-right: 0;
}
  
  .avnRB-Layoutmargin a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

.avnRB-Layoutmargin figure {
  margin: 0; }

.avnRB-Layoutmargin img {
  vertical-align: middle; }

.avnRB-Layoutmargin .img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.avnRB-Layoutmargin .img-rounded {
  border-radius: 6px; }

.avnRB-Layoutmargin .img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.avnRB-Layoutmargin .img-circle {
  border-radius: 50%; }

.avnRB-Layoutmargin hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.avnRB-Layoutmargin .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.avnRB-Layoutmargin .sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.avnRB-Layoutmargin h1, .avnRB-Layoutmargin h2, .avnRB-Layoutmargin h3, .avnRB-Layoutmargin h4, .avnRB-Layoutmargin h5, .avnRB-Layoutmargin h6,
.avnRB-Layoutmargin .h1, .avnRB-Layoutmargin .h2, .avnRB-Layoutmargin .h3, .avnRB-Layoutmargin .h4, .avnRB-Layoutmargin .h5, .avnRB-Layoutmargin .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; 
  }
body .avnRB-Layoutmargin h1, body .avnRB-Layoutmargin h2, body .avnRB-Layoutmargin h3, body .avnRB-Layoutmargin h4, body .avnRB-Layoutmargin h5 {
    font-family: 'ApercuAvnetRegular', sans-serif;
    color: #41C363;
}  
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

.avnRB-Layoutmargin h1, .avnRB-Layoutmargin .h1,
.avnRB-Layoutmargin h2, .avnRB-Layoutmargin .h2,
.avnRB-Layoutmargin h3, .avnRB-Layoutmargin .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

.avnRB-Layoutmargin h4, .avnRB-Layoutmargin .h4,
.avnRB-Layoutmargin h5, .avnRB-Layoutmargin .h5,
.avnRB-Layoutmargin h6, .avnRB-Layoutmargin .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  .avnRB-Layoutmargin h4 small,
  .avnRB-Layoutmargin h4 .small,.avnRB-Layoutmargin  .h4 small,
  .avnRB-Layoutmargin .h4 .small,
  .avnRB-Layoutmargin h5 small,
  .avnRB-Layoutmargin h5 .small,.avnRB-Layoutmargin  .h5 small,
  .avnRB-Layoutmargin .h5 .small,
  .avnRB-Layoutmargin h6 small,
 .avnRB-Layoutmargin  h6 .small, .avnRB-Layoutmargin .h6 small,
  .avnRB-Layoutmargin .h6 .small {
    font-size: 75%; }

.avnRB-Layoutmargin h1, .avnRB-Layoutmargin .h1 {
  font-size: 36px; }

.avnRB-Layoutmargin h2, .avnRB-Layoutmargin .h2 {
  font-size: 24px; }

.avnRB-Layoutmargin h3, .avnRB-Layoutmargin .h3 {
  font-size: 16px; }

.avnRB-Layoutmargin h1:before {
    content: '';
    margin-bottom: 30px;
    width: 200px;
    display: block;
    border-top: 12px solid #41C363;
}

.avnRB-Layoutmargin h4, .h4 {
  font-size: 18px; }

.avnRB-Layoutmargin h5, .h5 {
  font-size: 14px; }

.avnRB-Layoutmargin h6, .h6 {
  font-size: 12px; }

.avnRB-Layoutmargin p {
  margin: 0 0 10px; }

.avnRB-Layoutmargin .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

.avnRB-Layoutmargin small,
.small {
  font-size: 85%; }

.avnRB-Layoutmargin mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.avnRB-Layoutmargin .text-left {
  text-align: left; }

.avnRB-Layoutmargin .text-right {
  text-align: right; }

.avnRB-Layoutmargin .text-center {
  text-align: center; }

.avnRB-Layoutmargin .text-justify {
  text-align: justify; }

.avnRB-Layoutmargin .text-nowrap {
  white-space: nowrap; }

.avnRB-Layoutmargin .text-lowercase {
  text-transform: lowercase; }

.avnRB-Layoutmargin .text-uppercase, .initialism {
  text-transform: uppercase; }

.avnRB-Layoutmargin .text-capitalize {
  text-transform: capitalize; }

.avnRB-Layoutmargin .text-muted {
  color: #777777; }

.avnRB-Layoutmargin .text-primary {
  color: #337ab7; }

.avnRB-Layoutmargin a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #fff; }

a.text-success:hover,
a.text-success:focus {
  color: #e6e6e6; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #41C363; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #329f4f; }

.avnRB-Layoutmargin .bg-info {
  background-color: #d9edf7; }

.avnRB-Layoutmargin a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

.avnRB-Layoutmargin a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.avnRB-Layoutmargin .bg-danger {
  background-color: #f2dede; }

.avnRB-Layoutmargin a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.avnRB-Layoutmargin .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

.avnRB-Layoutmargin ul,
.avnRB-Layoutmargin ol {
  margin-top: 0;
  margin-bottom: 10px; }
  .avnRB-Layoutmargin ul ul,
  .avnRB-Layoutmargin ul ol,
  .avnRB-Layoutmargin ol ul,
  .avnRB-Layoutmargin ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

.avnRB-Layoutmargin dl {
  margin-top: 0;
  margin-bottom: 20px; }

.avnRB-Layoutmargin dt,
.avnRB-Layoutmargin dd {
  line-height: 1.42857; }

.avnRB-Layoutmargin dt {
  font-weight: bold; }

.avnRB-Layoutmargin dd {
  margin-left: 0; }

.avnRB-Layoutmargin .dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.avnRB-Layoutmargin .dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  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.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.avnRB-Layoutmargin .blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

.avnRB-Layoutmargin address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

.avnRB-Layoutmargin code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

.avnRB-Layoutmargin code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

.avnRB-Layoutmargin kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  .avnRB-Layoutmargin kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

.avnRB-Layoutmargin pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .avnRB-Layoutmargin pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.avnRB-Layoutmargin .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.avnRB-Layoutmargin .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
 .avnRB-Layoutmargin  .container:after {
    clear: both; }
  @media (min-width: 768px) {
   .avnRB-Layoutmargin  .container {
      width: 750px; } }
  @media (min-width: 992px) {
   .avnRB-Layoutmargin  .container {
      width: 970px; } }
  @media (min-width: 1200px) {
   .avnRB-Layoutmargin  .container {
      width: 1170px; } }

.avnRB-Layoutmargin .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.avnRB-Layoutmargin table {
  background-color: transparent; }

.avnRB-Layoutmargin caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

.avnRB-Layoutmargin th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

.avnRB-Layoutmargin table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

.avnRB-Layoutmargin table td[class*="col-"],
.avnRB-Layoutmargin table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #41C363; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #38b258; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

.avnRB-Layoutmargin label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

.avnRB-Layoutmargin input[type="search"] {
  box-sizing: border-box; }

.avnRB-Layoutmargin input[type="radio"],
.avnRB-Layoutmargin input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

.avnRB-Layoutmargin input[type="file"] {
  display: block; }

.avnRB-Layoutmargin input[type="range"] {
  display: block;
  width: 100%; }

.avnRB-Layoutmargin select[multiple],
.avnRB-Layoutmargin select[size] {
  height: auto; }

.avnRB-Layoutmargin input[type="file"]:focus,
.avnRB-Layoutmargin input[type="radio"]:focus,
.avnRB-Layoutmargin input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.avnRB-Layoutmargin output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.avnRB-Layoutmargin .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .avnRB-Layoutmargin .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .avnRB-Layoutmargin .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .avnRB-Layoutmargin .form-control:-ms-input-placeholder {
    color: #999; }
  .avnRB-Layoutmargin .form-control::-webkit-input-placeholder {
    color: #999; }
  .avnRB-Layoutmargin .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .avnRB-Layoutmargin .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .avnRB-Layoutmargin .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

.avnRB-Layoutmargin textarea.form-control {
  height: auto; }

.avnRB-Layoutmargin input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .avnRB-Layoutmargin input[type="date"].form-control,
  .avnRB-Layoutmargin input[type="time"].form-control,
  .avnRB-Layoutmargin input[type="datetime-local"].form-control,
  .avnRB-Layoutmargin input[type="month"].form-control {
    line-height: 34px; }
  .avnRB-Layoutmargin input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.avnRB-Layoutmargin .form-group {
  margin-bottom: 15px; }

.avnRB-Layoutmargin .radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.avnRB-Layoutmargin .radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.avnRB-Layoutmargin .radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.avnRB-Layoutmargin .radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

.avnRB-Layoutmargin input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.avnRB-Layoutmargin .radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.avnRB-Layoutmargin .radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.avnRB-Layoutmargin .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.avnRB-Layoutmargin .input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.avnRB-Layoutmargin select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

.avnRB-Layoutmargin textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.avnRB-Layoutmargin .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.avnRB-Layoutmargin .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.avnRB-Layoutmargin .form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.avnRB-Layoutmargin .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.avnRB-Layoutmargin .input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.avnRB-Layoutmargin select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

.avnRB-Layoutmargin textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.avnRB-Layoutmargin .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.avnRB-Layoutmargin .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.avnRB-Layoutmargin .form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.avnRB-Layoutmargin .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.avnRB-Layoutmargin .has-feedback {
  position: relative; }
  .avnRB-Layoutmargin .has-feedback .form-control {
    padding-right: 42.5px; }

.avnRB-Layoutmargin .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.avnRB-Layoutmargin .input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #fff; }

.has-success .form-control {
  border-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #e6e6e6;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }

.has-success .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #41C363; }

.has-success .form-control-feedback {
  color: #fff; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
 .avnRB-Layoutmargin  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
 .avnRB-Layoutmargin  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
 .avnRB-Layoutmargin  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
 .avnRB-Layoutmargin  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

.avnRB-Layoutmargin a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #41C363;
  border-color: #38b258; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #329f4f;
    border-color: #1a5128; }
  .btn-success:hover {
    color: #fff;
    background-color: #329f4f;
    border-color: #2a8441; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #329f4f;
    border-color: #2a8441; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #2a8441;
      border-color: #1a5128; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #41C363;
    border-color: #38b258; }
  .btn-success .badge {
    color: #41C363;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu, .btn-group-justified > .btn-group .dropdown-menu-75 {
    left: auto !important; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.avnRB-Layoutmargin .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
 .avnRB-Layoutmargin  .pagination > li {
    display: inline; }
  .avnRB-Layoutmargin   .pagination > li > a,
  .avnRB-Layoutmargin   .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #41C363;
      background-color: #fff;
      border: 1px solid transparent;
      margin-left: -1px; }
  .avnRB-Layoutmargin   .pagination > li:first-child > a,
  .avnRB-Layoutmargin   .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
  .avnRB-Layoutmargin   .pagination > li:last-child > a,
  .avnRB-Layoutmargin   .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
 .avnRB-Layoutmargin  .pagination > li > a:hover, .pagination > li > a:focus,
 .avnRB-Layoutmargin  .pagination > li > span:hover,
 .avnRB-Layoutmargin  .pagination > li > span:focus {
    z-index: 2;
    color: #000000;
    background-color: transparent;
    border-color: none; }
 .avnRB-Layoutmargin  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
 .avnRB-Layoutmargin  .pagination > .active > span,
 .avnRB-Layoutmargin  .pagination > .active > span:hover,
 .avnRB-Layoutmargin  .pagination > .active > span:focus {
    z-index: 3;
    color: black;
    background-color: transparent;
    border-color: transparent;
    cursor: default; }
 .avnRB-Layoutmargin  .pagination > .disabled > span,
 .avnRB-Layoutmargin  .pagination > .disabled > span:hover,
 .avnRB-Layoutmargin  .pagination > .disabled > span:focus,
 .avnRB-Layoutmargin  .pagination > .disabled > a,
 .avnRB-Layoutmargin  .pagination > .disabled > a:hover,
 .avnRB-Layoutmargin  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: transparent;
    cursor: not-allowed; }

.avnRB-Layoutmargin .pagination-lg > li > a,
.avnRB-Layoutmargin .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.avnRB-Layoutmargin .pagination-lg > li:first-child > a,
.avnRB-Layoutmargin .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.avnRB-Layoutmargin .pagination-lg > li:last-child > a,
.avnRB-Layoutmargin .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.avnRB-Layoutmargin .pagination-sm > li > a,
.avnRB-Layoutmargin .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.avnRB-Layoutmargin .pagination-sm > li:first-child > a,
.avnRB-Layoutmargin .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.avnRB-Layoutmargin .pagination-sm > li:last-child > a,
.avnRB-Layoutmargin .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.avnRB-Layoutmargin .pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
 .avnRB-Layoutmargin  .pager:before, .pager:after {
    content: " ";
    display: table; }
 .avnRB-Layoutmargin  .pager:after {
    clear: both; }
 .avnRB-Layoutmargin  .pager li {
    display: inline; }
  .avnRB-Layoutmargin   .pager li > a,
   .avnRB-Layoutmargin  .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid transparent;
      border-radius: 15px; }
   .avnRB-Layoutmargin  .pager li > a:hover,
   .avnRB-Layoutmargin  .pager li > a:focus {
      text-decoration: none;
      background-color: transparent; }
 .avnRB-Layoutmargin  .pager .next > a,
 .avnRB-Layoutmargin  .pager .next > span {
    float: right; }
  .avnRB-Layoutmargin .pager .previous > a,
 .avnRB-Layoutmargin  .pager .previous > span {
    float: left; }
 .avnRB-Layoutmargin  .pager .disabled > a,
 .avnRB-Layoutmargin  .pager .disabled > a:hover,
.avnRB-Layoutmargin   .pager .disabled > a:focus,
.avnRB-Layoutmargin   .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.avnRB-Layoutmargin .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
 .avnRB-Layoutmargin  .label:empty {
    display: none; }
 .avnRB-Layoutmargin  .btn .label {
    position: relative;
    top: -1px; }

.avnRB-Layoutmargin a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.avnRB-Layoutmargin .label-default {
  background-color: #777777; }
  .avnRB-Layoutmargin .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.avnRB-Layoutmargin .label-primary {
  background-color: #337ab7; }
  .avnRB-Layoutmargin .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.avnRB-Layoutmargin .label-success {
  background-color: #5cb85c; }
  .avnRB-Layoutmargin .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.avnRB-Layoutmargin .label-info {
  background-color: #5bc0de; }
  .avnRB-Layoutmargin .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.avnRB-Layoutmargin .label-warning {
  background-color: #f0ad4e; }
  .avnRB-Layoutmargin .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.avnRB-Layoutmargin .label-danger {
  background-color: #d9534f; }
  .avnRB-Layoutmargin .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.avnRB-Layoutmargin .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .avnRB-Layoutmargin .badge:empty {
    display: none; }
  .avnRB-Layoutmargin .btn .badge {
    position: relative;
    top: -1px; }
  .avnRB-Layoutmargin .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .avnRB-Layoutmargin .list-group-item.active > .badge,
  .avnRB-Layoutmargin .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .avnRB-Layoutmargin .list-group-item > .badge {
    float: right; }
  .avnRB-Layoutmargin .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .avnRB-Layoutmargin .nav-pills > li > a > .badge {
    margin-left: 3px; }

.avnRB-Layoutmargin a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.avnRB-Layoutmargin .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .avnRB-Layoutmargin .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .avnRB-Layoutmargin .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .avnRB-Layoutmargin .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .avnRB-Layoutmargin .container .jumbotron,
  .avnRB-Layoutmargin .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .avnRB-Layoutmargin .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .avnRB-Layoutmargin .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .avnRB-Layoutmargin .container .jumbotron,
      .avnRB-Layoutmargin .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .avnRB-Layoutmargin .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.avnRB-Layoutmargin .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out; }
  .avnRB-Layoutmargin .thumbnail > img,
  .avnRB-Layoutmargin .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .avnRB-Layoutmargin .thumbnail .caption {
    padding: 9px;
    color: #333333; }

.avnRB-Layoutmargin a.thumbnail:hover,
.avnRB-Layoutmargin a.thumbnail:focus,
.avnRB-Layoutmargin a.thumbnail.active {
  border-color: #337ab7; }

.avnRB-Layoutmargin .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0; }
  .avnRB-Layoutmargin .alert h4 {
    margin-top: 0;
    color: inherit; }
  .avnRB-Layoutmargin .alert .alert-link {
    font-weight: bold; }
  .avnRB-Layoutmargin .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .avnRB-Layoutmargin .alert > p + p {
    margin-top: 5px; }

.avnRB-Layoutmargin .alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .avnRB-Layoutmargin .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.avnRB-Layoutmargin .alert-success {
  background-color: #41C363;
  border-color: #38b244;
  color: white; }
  .avnRB-Layoutmargin .alert-success hr {
    border-top-color: #329f3c; }
  .avnRB-Layoutmargin .alert-success .alert-link {
    color: #e6e6e6; }

.avnRB-Layoutmargin .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .avnRB-Layoutmargin .alert-info hr {
    border-top-color: #a6e1ec; }
  .avnRB-Layoutmargin .alert-info .alert-link {
    color: #245269; }

.avnRB-Layoutmargin .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .avnRB-Layoutmargin .alert-warning hr {
    border-top-color: #f7e1b5; }
  .avnRB-Layoutmargin .alert-warning .alert-link {
    color: #66512c; }

.avnRB-Layoutmargin .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .avnRB-Layoutmargin .alert-danger hr {
    border-top-color: #e4b9c0; }
  .avnRB-Layoutmargin .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.avnRB-Layoutmargin .progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.avnRB-Layoutmargin .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease; }

.avnRB-Layoutmargin .progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.avnRB-Layoutmargin .progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.avnRB-Layoutmargin .progress-bar-success {
  background-color: #5cb85c; }
  .avnRB-Layoutmargin .progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.avnRB-Layoutmargin .progress-bar-info {
  background-color: #5bc0de; }
  .avnRB-Layoutmargin .progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.avnRB-Layoutmargin .progress-bar-warning {
  background-color: #f0ad4e; }
  .avnRB-Layoutmargin .progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.avnRB-Layoutmargin .progress-bar-danger {
  background-color: #d9534f; }
  .avnRB-Layoutmargin .progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.avnRB-Layoutmargin .media {
  margin-top: 15px; }
  .avnRB-Layoutmargin .media:first-child {
    margin-top: 0; }

.avnRB-Layoutmargin .media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.avnRB-Layoutmargin .media-body {
  width: 10000px; }

.avnRB-Layoutmargin .media-object {
  display: block; }
  .avnRB-Layoutmargin .media-object.img-thumbnail {
    max-width: none; }

.avnRB-Layoutmargin .media-right,
.media > .pull-right {
  padding-left: 10px; }

.avnRB-Layoutmargin .media-left,
.media > .pull-left {
  padding-right: 10px; }

.avnRB-Layoutmargin .media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.avnRB-Layoutmargin .media-middle {
  vertical-align: middle; }

.avnRB-Layoutmargin .media-bottom {
  vertical-align: bottom; }

.avnRB-Layoutmargin .media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.avnRB-Layoutmargin .media-list {
  padding-left: 0;
  list-style: none; }

.avnRB-Layoutmargin .list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.avnRB-Layoutmargin .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .avnRB-Layoutmargin .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .avnRB-Layoutmargin .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

.avnRB-Layoutmargin a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

.avnRB-Layoutmargin button.list-group-item {
  width: 100%;
  text-align: left; }

.avnRB-Layoutmargin .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .avnRB-Layoutmargin .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .avnRB-Layoutmargin .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.avnRB-Layoutmargin .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .avnRB-Layoutmargin .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .avnRB-Layoutmargin .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.avnRB-Layoutmargin .list-group-item-success {
  color: #fff;
  background-color: #41C363; }

.avnRB-Layoutmargin a.list-group-item-success,
button.list-group-item-success {
  color: #fff; }
  .avnRB-Layoutmargin a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  .avnRB-Layoutmargin a.list-group-item-success:hover, a.list-group-item-success:focus,
  .avnRB-Layoutmargin button.list-group-item-success:hover,
  .avnRB-Layoutmargin button.list-group-item-success:focus {
    color: #fff;
    background-color: #38b258; }
 .avnRB-Layoutmargin a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
 .avnRB-Layoutmargin  button.list-group-item-success.active,
 .avnRB-Layoutmargin  button.list-group-item-success.active:hover,
 .avnRB-Layoutmargin  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #fff;
    border-color: #fff; }

.avnRB-Layoutmargin .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

.avnRB-Layoutmargin a.list-group-item-info,
.avnRB-Layoutmargin button.list-group-item-info {
  color: #31708f; }
 .avnRB-Layoutmargin  a.list-group-item-info .list-group-item-heading,
.avnRB-Layoutmargin   button.list-group-item-info .list-group-item-heading {
    color: inherit; }
 .avnRB-Layoutmargin  a.list-group-item-info:hover, a.list-group-item-info:focus,
 .avnRB-Layoutmargin  button.list-group-item-info:hover,
 .avnRB-Layoutmargin  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
.avnRB-Layoutmargin   a.list-group-item-info.active, .avnRB-Layoutmargin a.list-group-item-info.active:hover, .avnRB-Layoutmargin a.list-group-item-info.active:focus,
 .avnRB-Layoutmargin  button.list-group-item-info.active,
 .avnRB-Layoutmargin  button.list-group-item-info.active:hover,
 .avnRB-Layoutmargin  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.avnRB-Layoutmargin .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

.avnRB-Layoutmargin a.list-group-item-warning,
.avnRB-Layoutmargin button.list-group-item-warning {
  color: #8a6d3b; }
 .avnRB-Layoutmargin  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
 .avnRB-Layoutmargin  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
.avnRB-Layoutmargin   button.list-group-item-warning:hover,
.avnRB-Layoutmargin   button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
 .avnRB-Layoutmargin  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
 .avnRB-Layoutmargin  button.list-group-item-warning.active,
 .avnRB-Layoutmargin  button.list-group-item-warning.active:hover,
 .avnRB-Layoutmargin  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.avnRB-Layoutmargin .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

.avnRB-Layoutmargin a.list-group-item-danger,
.avnRB-Layoutmargin button.list-group-item-danger {
  color: #a94442; }
 .avnRB-Layoutmargin  a.list-group-item-danger .list-group-item-heading,
 .avnRB-Layoutmargin  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
 .avnRB-Layoutmargin  a.list-group-item-danger:hover, .avnRB-Layoutmargin a.list-group-item-danger:focus,
.avnRB-Layoutmargin   button.list-group-item-danger:hover,
.avnRB-Layoutmargin   button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
 .avnRB-Layoutmargin  a.list-group-item-danger.active, .avnRB-Layoutmargin a.list-group-item-danger.active:hover,.avnRB-Layoutmargin  a.list-group-item-danger.active:focus,
  .avnRB-Layoutmargin button.list-group-item-danger.active,
.avnRB-Layoutmargin   button.list-group-item-danger.active:hover,
 .avnRB-Layoutmargin  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.avnRB-Layoutmargin .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.avnRB-Layoutmargin .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.avnRB-Layoutmargin .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.avnRB-Layoutmargin .panel-body {
  padding: 15px; }
  .avnRB-Layoutmargin .panel-body:before, .avnRB-Layoutmargin .panel-body:after {
    content: " ";
    display: table; }
  .avnRB-Layoutmargin .panel-body:after {
    clear: both; }

.avnRB-Layoutmargin .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
.avnRB-Layoutmargin   .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.avnRB-Layoutmargin .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .avnRB-Layoutmargin .panel-title > a,
  .avnRB-Layoutmargin .panel-title > small,
  .avnRB-Layoutmargin .panel-title > .small,
  .avnRB-Layoutmargin .panel-title > small > a,
 .avnRB-Layoutmargin  .panel-title > .small > a {
    color: inherit; }

.avnRB-Layoutmargin .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.avnRB-Layoutmargin .panel > .list-group,
.avnRB-Layoutmargin .panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .avnRB-Layoutmargin .panel > .list-group .list-group-item,
 .avnRB-Layoutmargin  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
 .avnRB-Layoutmargin  .panel > .list-group:first-child .list-group-item:first-child,
 .avnRB-Layoutmargin  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
 .avnRB-Layoutmargin  .panel > .list-group:last-child .list-group-item:last-child,
 .avnRB-Layoutmargin  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.avnRB-Layoutmargin .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.avnRB-Layoutmargin .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.avnRB-Layoutmargin .list-group + .panel-footer {
  border-top-width: 0; }

.avnRB-Layoutmargin .panel > .table,
.avnRB-Layoutmargin .panel > .table-responsive > .table,
.avnRB-Layoutmargin .panel > .panel-collapse > .table {
  margin-bottom: 0; }
 .avnRB-Layoutmargin  .panel > .table caption,
 .avnRB-Layoutmargin  .panel > .table-responsive > .table caption,
 .avnRB-Layoutmargin  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.avnRB-Layoutmargin .panel > .table:first-child,
.avnRB-Layoutmargin .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .avnRB-Layoutmargin .panel > .table:first-child > thead:first-child > tr:first-child,
  .avnRB-Layoutmargin .panel > .table:first-child > tbody:first-child > tr:first-child,
  .avnRB-Layoutmargin .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
 .avnRB-Layoutmargin  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .avnRB-Layoutmargin   .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .avnRB-Layoutmargin   .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .avnRB-Layoutmargin   .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
   .avnRB-Layoutmargin  .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .avnRB-Layoutmargin .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .avnRB-Layoutmargin .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .avnRB-Layoutmargin .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .avnRB-Layoutmargin .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
   .avnRB-Layoutmargin  .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .avnRB-Layoutmargin .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .avnRB-Layoutmargin .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .avnRB-Layoutmargin .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
   .avnRB-Layoutmargin  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .avnRB-Layoutmargin .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
   .avnRB-Layoutmargin  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .avnRB-Layoutmargin .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.avnRB-Layoutmargin .panel > .table:last-child,
.avnRB-Layoutmargin .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .avnRB-Layoutmargin .panel > .table:last-child > tbody:last-child > tr:last-child,
 .avnRB-Layoutmargin .panel > .table:last-child > tfoot:last-child > tr:last-child,
 .avnRB-Layoutmargin  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
 .avnRB-Layoutmargin  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
   .avnRB-Layoutmargin  .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
   .avnRB-Layoutmargin  .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
   .avnRB-Layoutmargin  .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .avnRB-Layoutmargin   .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .avnRB-Layoutmargin   .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
   .avnRB-Layoutmargin  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
   .avnRB-Layoutmargin  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
   .avnRB-Layoutmargin  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
   .avnRB-Layoutmargin  .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
   .avnRB-Layoutmargin  .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
   .avnRB-Layoutmargin  .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .avnRB-Layoutmargin .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
   .avnRB-Layoutmargin  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
   .avnRB-Layoutmargin  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
   .avnRB-Layoutmargin  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
   .avnRB-Layoutmargin  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #38b244; }
  .panel-success > .panel-heading {
    color: #fff;
    background-color: #41C363;
    border-color: #38b244; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #38b244; }
    .panel-success > .panel-heading .badge {
      color: #41C363;
      background-color: #fff; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #38b244; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.avnRB-Layoutmargin .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
.avnRB-Layoutmargin   .embed-responsive .embed-responsive-item,
 .avnRB-Layoutmargin  .embed-responsive iframe,
  .avnRB-Layoutmargin .embed-responsive embed,
  .avnRB-Layoutmargin .embed-responsive object,
  .avnRB-Layoutmargin .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.avnRB-Layoutmargin .embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.avnRB-Layoutmargin .embed-responsive-4by3 {
  padding-bottom: 75%; }

.avnRB-Layoutmargin .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.avnRB-Layoutmargin .well-lg {
  padding: 24px;
  border-radius: 6px; }

.avnRB-Layoutmargin .well-sm {
  padding: 9px;
  border-radius: 3px; }

.avnRB-Layoutmargin .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20); }
  .avnRB-Layoutmargin .close:hover, .avnRB-Layoutmargin .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50); }

.avnRB-Layoutmargin button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.avnRB-Layoutmargin .modal-open {
  overflow: hidden; }

.avnRB-Layoutmargin .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .avnRB-Layoutmargin .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
 .avnRB-Layoutmargin  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.avnRB-Layoutmargin .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.avnRB-Layoutmargin .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.avnRB-Layoutmargin .modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.avnRB-Layoutmargin .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .avnRB-Layoutmargin .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .avnRB-Layoutmargin .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.avnRB-Layoutmargin .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
 .avnRB-Layoutmargin  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
 .avnRB-Layoutmargin  .modal-header:after {
    clear: both; }

.avnRB-Layoutmargin .modal-header .close {
  margin-top: -2px; }

.avnRB-Layoutmargin .modal-title {
  margin: 0;
  line-height: 1.42857; }

.avnRB-Layoutmargin .modal-body {
  position: relative;
  padding: 15px; }

.avnRB-Layoutmargin .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
 .avnRB-Layoutmargin  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .avnRB-Layoutmargin .modal-footer:after {
    clear: both; }
 .avnRB-Layoutmargin  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
 .avnRB-Layoutmargin  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .avnRB-Layoutmargin .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.avnRB-Layoutmargin .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .avnRB-Layoutmargin .modal-dialog {
    width: 600px;
    margin: 30px auto; }
 .avnRB-Layoutmargin  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
 .avnRB-Layoutmargin  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .avnRB-Layoutmargin .modal-lg {
    width: 900px; } }

.avnRB-Layoutmargin .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .avnRB-Layoutmargin .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .avnRB-Layoutmargin .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .avnRB-Layoutmargin .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .avnRB-Layoutmargin .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
 .avnRB-Layoutmargin  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.avnRB-Layoutmargin .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.avnRB-Layoutmargin .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.avnRB-Layoutmargin .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.avnRB-Layoutmargin .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.avnRB-Layoutmargin .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.avnRB-Layoutmargin .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.avnRB-Layoutmargin .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.avnRB-Layoutmargin .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.avnRB-Layoutmargin .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.avnRB-Layoutmargin .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.avnRB-Layoutmargin .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .avnRB-Layoutmargin .popover.top {
    margin-top: -10px; }
  .avnRB-Layoutmargin .popover.right {
    margin-left: 10px; }
  .avnRB-Layoutmargin .popover.bottom {
    margin-top: 10px; }
 .avnRB-Layoutmargin  .popover.left {
    margin-left: -10px; }

.avnRB-Layoutmargin .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.avnRB-Layoutmargin .popover-content {
  padding: 9px 14px; }

.avnRB-Layoutmargin .popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.avnRB-Layoutmargin .popover > .arrow {
  border-width: 11px; }

.avnRB-Layoutmargin .popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.avnRB-Layoutmargin .popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .avnRB-Layoutmargin .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.avnRB-Layoutmargin .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .avnRB-Layoutmargin .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.avnRB-Layoutmargin .popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .avnRB-Layoutmargin .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.avnRB-Layoutmargin .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .avnRB-Layoutmargin .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.avnRB-Layoutmargin .carousel {
  position: relative; }

.avnRB-Layoutmargin .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .avnRB-Layoutmargin .carousel-inner > .item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left; }
    .avnRB-Layoutmargin .carousel-inner > .item > img,
    .avnRB-Layoutmargin .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .avnRB-Layoutmargin .carousel-inner > .item {
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px; }
        .avnRB-Layoutmargin .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .avnRB-Layoutmargin .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .avnRB-Layoutmargin .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .avnRB-Layoutmargin .carousel-inner > .active,
  .avnRB-Layoutmargin .carousel-inner > .next,
  .avnRB-Layoutmargin .carousel-inner > .prev {
    display: block; }
  .avnRB-Layoutmargin .carousel-inner > .active {
    left: 0; }
  .avnRB-Layoutmargin .carousel-inner > .next,
  .avnRB-Layoutmargin .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .avnRB-Layoutmargin .carousel-inner > .next {
    left: 100%; }
  .avnRB-Layoutmargin .carousel-inner > .prev {
    left: -100%; }
  .avnRB-Layoutmargin .carousel-inner > .next.left,
  .avnRB-Layoutmargin .carousel-inner > .prev.right {
    left: 0; }
  .avnRB-Layoutmargin .carousel-inner > .active.left {
    left: -100%; }
  .avnRB-Layoutmargin .carousel-inner > .active.right {
    left: 100%; }

.avnRB-Layoutmargin .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .avnRB-Layoutmargin .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .avnRB-Layoutmargin .carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .avnRB-Layoutmargin .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .avnRB-Layoutmargin .carousel-control .icon-prev,
  .avnRB-Layoutmargin .carousel-control .icon-next,
  .avnRB-Layoutmargin .carousel-control .glyphicon-chevron-left,
  .avnRB-Layoutmargin .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
 .avnRB-Layoutmargin  .carousel-control .icon-prev,
 .avnRB-Layoutmargin  .carousel-control .avnRB-Layoutmargin .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
 .avnRB-Layoutmargin  .carousel-control .icon-next,
 .avnRB-Layoutmargin  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .avnRB-Layoutmargin .carousel-control .icon-prev,
  .avnRB-Layoutmargin .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .avnRB-Layoutmargin .carousel-control .icon-prev:before {
    content: '\2039'; }
  .avnRB-Layoutmargin .carousel-control .icon-next:before {
    content: '\203a'; }

.avnRB-Layoutmargin .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .avnRB-Layoutmargin .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .avnRB-Layoutmargin .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.avnRB-Layoutmargin .carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
 .avnRB-Layoutmargin  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
 .avnRB-Layoutmargin  .carousel-control .avnRB-Layoutmargin .glyphicon-chevron-left,
  .avnRB-Layoutmargin .carousel-control .avnRB-Layoutmargin .glyphicon-chevron-right,
 .avnRB-Layoutmargin  .carousel-control .icon-prev,
 .avnRB-Layoutmargin  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .avnRB-Layoutmargin .carousel-control .avnRB-Layoutmargin .glyphicon-chevron-left,
  .avnRB-Layoutmargin .carousel-control .icon-prev {
    margin-left: -10px; }
  .avnRB-Layoutmargin .carousel-control .avnRB-Layoutmargin .glyphicon-chevron-right,
  .avnRB-Layoutmargin .carousel-control .icon-next {
    margin-right: -10px; }
  .avnRB-Layoutmargin .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .avnRB-Layoutmargin .carousel-indicators {
    bottom: 20px; } }

.avnRB-Layoutmargin .clearfix:before, .avnRB-Layoutmargin .clearfix:after {
  content: " ";
  display: table; }

.avnRB-Layoutmargin .clearfix:after {
  clear: both; }

.avnRB-Layoutmargin .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.avnRB-Layoutmargin .pull-right {
  float: right !important; }

.avnRB-Layoutmargin .pull-left {
  float: left !important; }

.avnRB-Layoutmargin .hide {
  display: none !important; }

.avnRB-Layoutmargin .show {
  display: block !important; }

.avnRB-Layoutmargin .invisible {
  visibility: hidden; }

.avnRB-Layoutmargin .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.avnRB-Layoutmargin .hidden {
  display: none !important; }

.avnRB-Layoutmargin .affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.avnRB-Layoutmargin .visible-xs {
  display: none !important; }

.avnRB-Layoutmargin .visible-sm {
  display: none !important; }

.avnRB-Layoutmargin .visible-md {
  display: none !important; }

.avnRB-Layoutmargin .visible-lg {
  display: none !important; }

.avnRB-Layoutmargin .visible-xs-block,
.avnRB-Layoutmargin .visible-xs-inline,
.avnRB-Layoutmargin .visible-xs-inline-block,
.avnRB-Layoutmargin .visible-sm-block,
.avnRB-Layoutmargin .visible-sm-inline,
.avnRB-Layoutmargin .visible-sm-inline-block,
.avnRB-Layoutmargin .visible-md-block,
.avnRB-Layoutmargin .visible-md-inline,
.avnRB-Layoutmargin .visible-md-inline-block,
.avnRB-Layoutmargin .visible-lg-block,
.avnRB-Layoutmargin .visible-lg-inline,
.avnRB-Layoutmargin .visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .avnRB-Layoutmargin .visible-xs {
    display: block !important; }
  .avnRB-Layoutmargin table.visible-xs {
    display: table !important; }
 .avnRB-Layoutmargin  tr.visible-xs {
    display: table-row !important; }
  .avnRB-Layoutmargin th.visible-xs,
  .avnRB-Layoutmargin td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
 .avnRB-Layoutmargin  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .avnRB-Layoutmargin .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .avnRB-Layoutmargin .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .avnRB-Layoutmargin .visible-sm {
    display: block !important; }
  .avnRB-Layoutmargin table.visible-sm {
    display: table !important; }
  .avnRB-Layoutmargin tr.visible-sm {
    display: table-row !important; }
 .avnRB-Layoutmargin  th.visible-sm,
.avnRB-Layoutmargin   td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .avnRB-Layoutmargin .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .avnRB-Layoutmargin .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .avnRB-Layoutmargin .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .avnRB-Layoutmargin .visible-md {
    display: block !important; }
  .avnRB-Layoutmargin table.visible-md {
    display: table !important; }
  .avnRB-Layoutmargin tr.visible-md {
    display: table-row !important; }
  .avnRB-Layoutmargin th.visible-md,
 .avnRB-Layoutmargin  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .avnRB-Layoutmargin .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .avnRB-Layoutmargin .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
.avnRB-Layoutmargin   .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
 .avnRB-Layoutmargin  .visible-lg {
    display: block !important; }
  .avnRB-Layoutmargin table.visible-lg {
    display: table !important; }
 .avnRB-Layoutmargin  tr.visible-lg {
    display: table-row !important; }
 .avnRB-Layoutmargin  th.visible-lg,
 .avnRB-Layoutmargin  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .avnRB-Layoutmargin .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .avnRB-Layoutmargin .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
 .avnRB-Layoutmargin  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
 .avnRB-Layoutmargin  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .avnRB-Layoutmargin .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
 .avnRB-Layoutmargin  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
 .avnRB-Layoutmargin  .hidden-lg {
    display: none !important; } }

.avnRB-Layoutmargin .visible-print {
  display: none !important; }

@media print {
  .avnRB-Layoutmargin .visible-print {
    display: block !important; }
 .avnRB-Layoutmargin  table.visible-print {
    display: table !important; }
 .avnRB-Layoutmargin  tr.visible-print {
    display: table-row !important; }
 .avnRB-Layoutmargin  th.visible-print,
 .avnRB-Layoutmargin  td.visible-print {
    display: table-cell !important; } }

.avnRB-Layoutmargin .visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.avnRB-Layoutmargin .visible-print-inline {
  display: none !important; }
  @media print {
    .avnRB-Layoutmargin .visible-print-inline {
      display: inline !important; } }

.avnRB-Layoutmargin .visible-print-inline-block {
  display: none !important; }
  @media print {
    .avnRB-Layoutmargin .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .avnRB-Layoutmargin .hidden-print {
    display: none !important; } }

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH QC#12200 removed the 4.6.3 version path
 * -------------------------- */

.avnRB-Layoutmargin .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.avnRB-Layoutmargin .fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.avnRB-Layoutmargin .fa-2x {
  font-size: 2em; }

.avnRB-Layoutmargin .fa-3x {
  font-size: 3em; }

.avnRB-Layoutmargin .fa-4x {
  font-size: 4em; }

.avnRB-Layoutmargin .fa-5x {
  font-size: 5em; }

.avnRB-Layoutmargin .fa-fw {
  width: 1.28571em;
  text-align: center; }

.avnRB-Layoutmargin .fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .avnRB-Layoutmargin .fa-ul > li {
    position: relative; }

.avnRB-Layoutmargin .fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .avnRB-Layoutmargin .fa-li.fa-lg {
    left: -1.85714em; }

.avnRB-Layoutmargin .fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.avnRB-Layoutmargin .fa-pull-left {
  float: left; }

.avnRB-Layoutmargin .fa-pull-right {
  float: right; }

.avnRB-Layoutmargin .fa.fa-pull-left {
  margin-right: .3em; }

.avnRB-Layoutmargin .fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.avnRB-Layoutmargin .pull-right {
  float: right; }

.avnRB-Layoutmargin .pull-left {
  float: left; }

.avnRB-Layoutmargin .fa.pull-left {
  margin-right: .3em; }

.avnRB-Layoutmargin .fa.pull-right {
  margin-left: .3em; }

.avnRB-Layoutmargin .fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.avnRB-Layoutmargin .fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.avnRB-Layoutmargin .fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.avnRB-Layoutmargin .fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.avnRB-Layoutmargin .fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.avnRB-Layoutmargin .fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.avnRB-Layoutmargin .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.avnRB-Layoutmargin .fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.avnRB-Layoutmargin .fa-stack-1x, .avnRB-Layoutmargin .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.avnRB-Layoutmargin .fa-stack-1x {
  line-height: inherit; }

.avnRB-Layoutmargin .fa-stack-2x {
  font-size: 2em; }

.avnRB-Layoutmargin .fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.avnRB-Layoutmargin .fa-glass:before {
  content: ""; }

.avnRB-Layoutmargin .fa-music:before {
  content: ""; }

.avnRB-Layoutmargin .fa-search:before {
  content: ""; }

.avnRB-Layoutmargin .fa-envelope-o:before {
  content: ""; }

.avnRB-Layoutmargin .fa-heart:before {
  content: ""; }

.avnRB-Layoutmargin .fa-star:before {
  content: ""; }

.avnRB-Layoutmargin .fa-star-o:before {
  content: ""; }

.avnRB-Layoutmargin .fa-user:before {
  content: ""; }

.avnRB-Layoutmargin .fa-film:before {
  content: ""; }

.avnRB-Layoutmargin .fa-th-large:before {
  content: ""; }

.avnRB-Layoutmargin .fa-th:before {
  content: ""; }

.avnRB-Layoutmargin .fa-th-list:before {
  content: ""; }

.avnRB-Layoutmargin .fa-check:before {
  content: ""; }

.avnRB-Layoutmargin .fa-remove:before,
.avnRB-Layoutmargin .fa-close:before,
.avnRB-Layoutmargin .fa-times:before {
  content: ""; }

.avnRB-Layoutmargin .fa-search-plus:before {
  content: ""; }

.avnRB-Layoutmargin .fa-search-minus:before {
  content: ""; }

.avnRB-Layoutmargin .fa-power-off:before {
  content: ""; }

.avnRB-Layoutmargin .fa-signal:before {
  content: ""; }

.avnRB-Layoutmargin .fa-gear:before,
.avnRB-Layoutmargin .fa-cog:before {
  content: ""; }

.avnRB-Layoutmargin .fa-trash-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-home:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-file-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-clock-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-road:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-download:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-arrow-circle-o-down:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-arrow-circle-o-up:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-inbox:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-play-circle-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-rotate-right:before,
.avnRB-Layoutmargin  .fa-repeat:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-refresh:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-list-alt:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-lock:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-flag:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-headphones:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-volume-off:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-volume-down:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-volume-up:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-qrcode:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-barcode:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-tag:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-tags:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-book:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-bookmark:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-print:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-camera:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-font:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-bold:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-italic:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-text-height:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-text-width:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-align-left:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-align-center:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-align-right:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-align-justify:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-list:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-dedent:before,
.avnRB-Layoutmargin  .fa-outdent:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-indent:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-video-camera:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-photo:before,
.avnRB-Layoutmargin  .fa-image:before,
.avnRB-Layoutmargin  .fa-picture-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-pencil:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-map-marker:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-adjust:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-tint:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-edit:before,
.avnRB-Layoutmargin  .fa-pencil-square-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-share-square-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-check-square-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-arrows:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-step-backward:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-fast-backward:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-backward:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-play:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-pause:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-stop:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-forward:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-fast-forward:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-step-forward:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-eject:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-chevron-left:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-chevron-right:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-plus-circle:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-minus-circle:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-times-circle:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-check-circle:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-question-circle:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-info-circle:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-crosshairs:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-times-circle-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-check-circle-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-ban:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-arrow-left:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-arrow-right:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-arrow-up:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-arrow-down:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-mail-forward:before,
.avnRB-Layoutmargin  .fa-share:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-expand:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-compress:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-plus:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-minus:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-asterisk:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-exclamation-circle:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-gift:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-leaf:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-fire:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-eye:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-eye-slash:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-warning:before,
.avnRB-Layoutmargin  .fa-exclamation-triangle:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-plane:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-calendar:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-random:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-comment:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-magnet:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-chevron-up:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-chevron-down:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-retweet:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-shopping-cart:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-folder:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-folder-open:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-arrows-v:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-arrows-h:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-bar-chart-o:before,
.avnRB-Layoutmargin  .fa-bar-chart:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-twitter-square:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-facebook-square:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-camera-retro:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-key:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-gears:before,
.avnRB-Layoutmargin  .fa-cogs:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-comments:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-thumbs-o-up:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-thumbs-o-down:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-star-half:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-heart-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-sign-out:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-linkedin-square:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-thumb-tack:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-external-link:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-sign-in:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-trophy:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-github-square:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-upload:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-lemon-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-phone:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-square-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-bookmark-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-phone-square:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-twitter:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-facebook-f:before,
.avnRB-Layoutmargin  .fa-facebook:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-github:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-unlock:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-credit-card:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-feed:before,
.avnRB-Layoutmargin  .fa-rss:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-hdd-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-bullhorn:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-bell:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-certificate:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-hand-o-right:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-hand-o-left:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-hand-o-up:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-hand-o-down:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-arrow-circle-left:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-arrow-circle-right:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-arrow-circle-up:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-arrow-circle-down:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-globe:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-wrench:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-tasks:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-filter:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-briefcase:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-arrows-alt:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-group:before,
.avnRB-Layoutmargin  .fa-users:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-chain:before,
.avnRB-Layoutmargin  .fa-link:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-cloud:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-flask:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-cut:before,
.avnRB-Layoutmargin  .fa-scissors:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-copy:before,
.avnRB-Layoutmargin  .fa-files-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-paperclip:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-save:before,
.avnRB-Layoutmargin  .fa-floppy-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-square:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-navicon:before,
.avnRB-Layoutmargin  .fa-reorder:before,
.avnRB-Layoutmargin  .fa-bars:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-list-ul:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-list-ol:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-strikethrough:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-underline:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-table:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-magic:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-truck:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-pinterest:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-pinterest-square:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-google-plus-square:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-google-plus:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-money:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-caret-down:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-caret-up:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-caret-left:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-caret-right:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-columns:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-unsorted:before,
.avnRB-Layoutmargin  .fa-sort:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-sort-down:before,
.avnRB-Layoutmargin  .fa-sort-desc:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-sort-up:before,
.avnRB-Layoutmargin  .fa-sort-asc:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-envelope:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-linkedin:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-rotate-left:before,
.avnRB-Layoutmargin  .fa-undo:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-legal:before,
.avnRB-Layoutmargin  .fa-gavel:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-dashboard:before,
.avnRB-Layoutmargin  .fa-tachometer:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-comment-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-comments-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-flash:before,
.avnRB-Layoutmargin  .fa-bolt:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-sitemap:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-umbrella:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-paste:before,
.avnRB-Layoutmargin  .fa-clipboard:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-lightbulb-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-exchange:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-cloud-download:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-cloud-upload:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-user-md:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-stethoscope:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-suitcase:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-bell-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-coffee:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-cutlery:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-file-text-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-building-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-hospital-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-ambulance:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-medkit:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-fighter-jet:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-beer:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-h-square:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-plus-square:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-angle-double-left:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-angle-double-right:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-angle-double-up:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-angle-double-down:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-angle-left:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-angle-right:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-angle-up:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-angle-down:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-desktop:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-laptop:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-tablet:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-mobile-phone:before,
.avnRB-Layoutmargin  .fa-mobile:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-circle-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-quote-left:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-quote-right:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-spinner:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-circle:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-mail-reply:before,
.avnRB-Layoutmargin  .fa-reply:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-github-alt:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-folder-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-folder-open-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-smile-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-frown-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-meh-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-gamepad:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-keyboard-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-flag-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-flag-checkered:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-terminal:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-code:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-mail-reply-all:before,
.avnRB-Layoutmargin  .fa-reply-all:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-star-half-empty:before,
.avnRB-Layoutmargin  .fa-star-half-full:before,
.avnRB-Layoutmargin  .fa-star-half-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-location-arrow:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-crop:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-code-fork:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-unlink:before,
.avnRB-Layoutmargin  .fa-chain-broken:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-question:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-info:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-exclamation:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-superscript:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-subscript:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-eraser:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-puzzle-piece:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-microphone:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-microphone-slash:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-shield:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-calendar-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-fire-extinguisher:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-rocket:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-maxcdn:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-chevron-circle-left:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-chevron-circle-right:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-chevron-circle-up:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-chevron-circle-down:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-html5:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-css3:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-anchor:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-unlock-alt:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-bullseye:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-ellipsis-h:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-ellipsis-v:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-rss-square:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-play-circle:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-ticket:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-minus-square:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-minus-square-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-level-up:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-level-down:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-check-square:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-pencil-square:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-external-link-square:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-share-square:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-compass:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-toggle-down:before,
.avnRB-Layoutmargin  .fa-caret-square-o-down:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-toggle-up:before,
.avnRB-Layoutmargin  .fa-caret-square-o-up:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-toggle-right:before,
.avnRB-Layoutmargin  .fa-caret-square-o-right:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-euro:before,
.avnRB-Layoutmargin  .fa-eur:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-gbp:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-dollar:before,
.avnRB-Layoutmargin  .fa-usd:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-rupee:before,
.avnRB-Layoutmargin  .fa-inr:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-cny:before,
.avnRB-Layoutmargin  .fa-rmb:before,
.avnRB-Layoutmargin  .fa-yen:before,
.avnRB-Layoutmargin  .fa-jpy:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-ruble:before,
.avnRB-Layoutmargin  .fa-rouble:before,
.avnRB-Layoutmargin  .fa-rub:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-won:before,
.avnRB-Layoutmargin  .fa-krw:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-bitcoin:before,
.avnRB-Layoutmargin  .fa-btc:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-file:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-file-text:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-sort-alpha-asc:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-sort-alpha-desc:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-sort-amount-asc:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-sort-amount-desc:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-sort-numeric-asc:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-sort-numeric-desc:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-thumbs-up:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-thumbs-down:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-youtube-square:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-youtube:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-xing:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-xing-square:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-youtube-play:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-dropbox:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-stack-overflow:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-instagram:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-flickr:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-adn:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-bitbucket:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-bitbucket-square:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-tumblr:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-tumblr-square:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-long-arrow-down:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-long-arrow-up:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-long-arrow-left:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-long-arrow-right:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-apple:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-windows:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-android:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-linux:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-dribbble:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-skype:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-foursquare:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-trello:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-female:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-male:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-gittip:before,
.avnRB-Layoutmargin  .fa-gratipay:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-sun-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-moon-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-archive:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-bug:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-vk:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-weibo:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-renren:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-pagelines:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-stack-exchange:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-arrow-circle-o-right:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-arrow-circle-o-left:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-toggle-left:before,
.avnRB-Layoutmargin  .fa-caret-square-o-left:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-dot-circle-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-wheelchair:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-vimeo-square:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-turkish-lira:before,
.avnRB-Layoutmargin  .fa-try:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-plus-square-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-space-shuttle:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-slack:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-envelope-square:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-wordpress:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-openid:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-institution:before,
.avnRB-Layoutmargin  .fa-bank:before,
.avnRB-Layoutmargin  .fa-university:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-mortar-board:before,
.avnRB-Layoutmargin  .fa-graduation-cap:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-yahoo:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-google:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-reddit:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-reddit-square:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-stumbleupon-circle:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-stumbleupon:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-delicious:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-digg:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-pied-piper-pp:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-pied-piper-alt:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-drupal:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-joomla:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-language:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-fax:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-building:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-child:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-paw:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-spoon:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-cube:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-cubes:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-behance:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-behance-square:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-steam:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-steam-square:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-recycle:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-automobile:before,
.avnRB-Layoutmargin  .fa-car:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-cab:before,
.avnRB-Layoutmargin  .fa-taxi:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-tree:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-spotify:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-deviantart:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-soundcloud:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-database:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-file-pdf-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-file-word-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-file-excel-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-file-powerpoint-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-file-photo-o:before,
.avnRB-Layoutmargin  .fa-file-picture-o:before,
.avnRB-Layoutmargin  .fa-file-image-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-file-zip-o:before,
.avnRB-Layoutmargin  .fa-file-archive-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-file-sound-o:before,
.avnRB-Layoutmargin  .fa-file-audio-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-file-movie-o:before,
.avnRB-Layoutmargin  .fa-file-video-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-file-code-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-vine:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-codepen:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-jsfiddle:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-life-bouy:before,
.avnRB-Layoutmargin  .fa-life-buoy:before,
.avnRB-Layoutmargin  .fa-life-saver:before,
.avnRB-Layoutmargin  .fa-support:before,
.avnRB-Layoutmargin  .fa-life-ring:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-circle-o-notch:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-ra:before,
.avnRB-Layoutmargin  .fa-resistance:before,
.avnRB-Layoutmargin  .fa-rebel:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-ge:before,
.avnRB-Layoutmargin  .fa-empire:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-git-square:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-git:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-y-combinator-square:before,
.avnRB-Layoutmargin  .fa-yc-square:before,
.avnRB-Layoutmargin  .fa-hacker-news:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-tencent-weibo:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-qq:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-wechat:before,
.avnRB-Layoutmargin  .fa-weixin:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-send:before,
.avnRB-Layoutmargin  .fa-paper-plane:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-send-o:before,
.avnRB-Layoutmargin  .fa-paper-plane-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-history:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-circle-thin:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-header:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-paragraph:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-sliders:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-share-alt:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-share-alt-square:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-bomb:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-soccer-ball-o:before,
.avnRB-Layoutmargin  .fa-futbol-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-tty:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-binoculars:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-plug:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-slideshare:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-twitch:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-yelp:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-newspaper-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-wifi:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-calculator:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-paypal:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-google-wallet:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-cc-visa:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-cc-mastercard:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-cc-discover:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-cc-amex:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-cc-paypal:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-cc-stripe:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-bell-slash:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-bell-slash-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-trash:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-copyright:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-at:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-eyedropper:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-paint-brush:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-birthday-cake:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-area-chart:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-pie-chart:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-line-chart:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-lastfm:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-lastfm-square:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-toggle-off:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-toggle-on:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-bicycle:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-bus:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-ioxhost:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-angellist:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-cc:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-shekel:before,
.avnRB-Layoutmargin  .fa-sheqel:before,
.avnRB-Layoutmargin  .fa-ils:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-meanpath:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-buysellads:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-connectdevelop:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-dashcube:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-forumbee:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-leanpub:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-sellsy:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-shirtsinbulk:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-simplybuilt:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-skyatlas:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-cart-plus:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-cart-arrow-down:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-diamond:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-ship:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-user-secret:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-motorcycle:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-street-view:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-heartbeat:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-venus:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-mars:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-mercury:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-intersex:before,
.avnRB-Layoutmargin  .fa-transgender:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-transgender-alt:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-venus-double:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-mars-double:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-venus-mars:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-mars-stroke:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-mars-stroke-v:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-mars-stroke-h:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-neuter:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-genderless:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-facebook-official:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-pinterest-p:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-whatsapp:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-server:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-user-plus:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-user-times:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-hotel:before,
.avnRB-Layoutmargin  .fa-bed:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-viacoin:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-train:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-subway:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-medium:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-yc:before,
.avnRB-Layoutmargin  .fa-y-combinator:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-optin-monster:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-opencart:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-expeditedssl:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-battery-4:before,
.avnRB-Layoutmargin  .fa-battery-full:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-battery-3:before,
.avnRB-Layoutmargin  .fa-battery-three-quarters:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-battery-2:before,
.avnRB-Layoutmargin  .fa-battery-half:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-battery-1:before,
.avnRB-Layoutmargin  .fa-battery-quarter:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-battery-0:before,
.avnRB-Layoutmargin  .fa-battery-empty:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-mouse-pointer:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-i-cursor:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-object-group:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-object-ungroup:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-sticky-note:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-sticky-note-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-cc-jcb:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-cc-diners-club:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-clone:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-balance-scale:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-hourglass-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-hourglass-1:before,
.avnRB-Layoutmargin  .fa-hourglass-start:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-hourglass-2:before,
.avnRB-Layoutmargin  .fa-hourglass-half:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-hourglass-3:before,
.avnRB-Layoutmargin  .fa-hourglass-end:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-hourglass:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-hand-grab-o:before,
.avnRB-Layoutmargin  .fa-hand-rock-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-hand-stop-o:before,
.avnRB-Layoutmargin  .fa-hand-paper-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-hand-scissors-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-hand-lizard-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-hand-spock-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-hand-pointer-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-hand-peace-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-trademark:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-registered:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-creative-commons:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-gg:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-gg-circle:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-tripadvisor:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-odnoklassniki:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-odnoklassniki-square:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-get-pocket:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-wikipedia-w:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-safari:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-chrome:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-firefox:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-opera:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-internet-explorer:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-tv:before,
.avnRB-Layoutmargin  .fa-television:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-contao:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-500px:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-amazon:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-calendar-plus-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-calendar-minus-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-calendar-times-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-calendar-check-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-industry:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-map-pin:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-map-signs:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-map-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-map:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-commenting:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-commenting-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-houzz:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-vimeo:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-black-tie:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-fonticons:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-reddit-alien:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-edge:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-credit-card-alt:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-codiepie:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-modx:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-fort-awesome:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-usb:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-product-hunt:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-mixcloud:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-scribd:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-pause-circle:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-pause-circle-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-stop-circle:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-stop-circle-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-shopping-bag:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-shopping-basket:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-hashtag:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-bluetooth:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-bluetooth-b:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-percent:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-gitlab:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-wpbeginner:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-wpforms:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-envira:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-universal-access:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-wheelchair-alt:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-question-circle-o:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-blind:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-audio-description:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-volume-control-phone:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-braille:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-assistive-listening-systems:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-asl-interpreting:before,
.avnRB-Layoutmargin  .fa-american-sign-language-interpreting:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-deafness:before,
.avnRB-Layoutmargin  .fa-hard-of-hearing:before,
.avnRB-Layoutmargin  .fa-deaf:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-glide:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-glide-g:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-signing:before,
.avnRB-Layoutmargin  .fa-sign-language:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-low-vision:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-viadeo:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-viadeo-square:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-snapchat:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-snapchat-ghost:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-snapchat-square:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-pied-piper:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-first-order:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-yoast:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-themeisle:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-google-plus-circle:before,
.avnRB-Layoutmargin  .fa-google-plus-official:before {
  content: ""; }

.avnRB-Layoutmargin  .fa-fa:before,
.avnRB-Layoutmargin  .fa-font-awesome:before {
  content: ""; }

.avnRB-Layoutmargin .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.avnRB-Layoutmargin .sr-only-focusable:active, .avnRB-Layoutmargin .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

@font-face {
  font-family: 'ApercuAvnetRegular';
  src: url("/wcsstore/vendor/fonts/apercu-regular-web.eot");
  src: url("/wcsstore/vendor/fonts/apercu-regular-web.woff") format("woff"), url("/wcsstore/vendor/fonts/apercu-regular-web.ttf") format("truetype");
  }


.avnRB-Layoutmargin .dropdown-menu,.avnRB-Layoutmargin  .dropdown-menu-75 {
  width: 100% !important;
  border-radius: 0 !important;
  background-color: #dfdfe1 !important;
  top: 41px !important;
  box-shadow: none !important; }
  .avnRB-Layoutmargin .dropdown-menu li > a, .dropdown-menu-75 li > a {
    line-height: 2em !important; }
  .avnRB-Layoutmargin .dropdown-menu li > a:hover, .dropdown-menu-75 li > a:hover {
    color: #41C363 !important; }
  @media screen and (max-width: 1134px) {
   .avnRB-Layoutmargin  .dropdown-menu, .avnRB-Layoutmargin .dropdown-menu-75 {
      width: 100% !important; } }

.avnRB-Layoutmargin .dropdown-menu-75 {
  width: 75% !important; }
  @media screen and (max-width: 1134px) {
    .avnRB-Layoutmargin .dropdown-menu-75 {
      width: 100% !important; } }

.avnRB-Layoutmargin .btn-select-trigger, .avnRB-Layoutmargin .btn-select-trigger-75 {
  font-family: 'ApercuAvnetRegular', sans-serif;
  text-transform: uppercase;
  width: 100%;
  background-color: #000000;
  color: #fff;
  text-align: left;
  margin-right: 20px;
  padding: 11px 18px;
  border: none; }
  .avnRB-Layoutmargin .btn-select-trigger span.caret, .avnRB-Layoutmargin .btn-select-trigger-75 span.caret {
    margin: 0 20px 0 0;
    color: #41C363;
    border-top: 9px dashed;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent; }
  @media screen and (max-width: 1134px) {
    .avnRB-Layoutmargin .btn-select-trigger, .avnRB-Layoutmargin .btn-select-trigger-75 {
      width: 100%;
      margin-bottom: 20px; } }

.avnRB-Layoutmargin .btn-select-trigger-75 {
  width: 75%; }
  @media screen and (max-width: 1134px) {
    .avnRB-Layoutmargin .btn-select-trigger-75 {
      width: 100%;
      margin-bottom: 20px; } }

.avnRB-Layoutmargin .btn-select-trigger-75:hover,
.avnRB-Layoutmargin .btn-select-trigger:hover,
.avnRB-Layoutmargin .btn-select-trigger-75:hover {
  border: none; }

.avnRB-Layoutmargin .avnet-form, .avnRB-Layoutmargin .avnet-form-light {
  background: #dfdfe1;
  padding: 0.5em 1.5em; }
  .avnet-form h1, .avnet-form-light h1,
  .avnet-form h2, .avnet-form-light h2,
  .avnet-form h3, .avnet-form-light h3,
  .avnet-form h4, .avnet-form-light h4,
  .avnet-form h5, .avnet-form-light h5,
  .avnet-form h6, .avnet-form-light h6 {
    color: #000000; }
  .avnet-form h2, .avnet-form-light h2 {
    font-weight: bold; }

.avnet-form-light {
  background: #fff; }
  .avnet-form-light .form-control {
    background: #dfdfe1;
    color: #1e252b; }

.cards {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding-bottom: 20px;
  position: relative; }
  .cards .image {
    margin: 0; }
  .cards .card-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #72777d;
    height: 100px; }
  .cards .cta-btn {
    color: #fff !important; }
  .cards h2 {
    color: #41C363;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: lighter; }
    .cards h2:before {
      border: none !important;
      margin: 0; }
  .cards h3 {
    font-size: 13px;
    font-weight: lighter;
    color: #fff; }
  .cards .card-item {
    padding: 0 15px 30px 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .cards .card-content, .cards .card-content-light, .cards .card-content-light-1, .cards .card-content-light-2 {
    background-color: #000000;
    color: #fff;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .cards .card-content a:hover, .cards .card-content-light a:hover, .cards .card-content-light-1 a:hover, .cards .card-content-light-2 a:hover {
      color: #c0c1c3; }
    .cards .card-content .cta-btn, .cards .card-content-light .cta-btn, .cards .card-content-light-1 .cta-btn, .cards .card-content-light-2 .cta-btn {
      width: 100%; }
    @media screen and (max-width: 1134px) {
      .cards .card-content, .cards .card-content-light, .cards .card-content-light-1, .cards .card-content-light-2 {
        min-height: 400px; } }
  .cards .card-content-light, .cards .card-content-light-1, .cards .card-content-light-2 {
    color: #72777d;
    background-color: #fff;
    border: 2px solid #72777D; }
    .cards .card-content-light h2, .cards .card-content-light-1 h2, .cards .card-content-light-2 h2,
    .cards .card-content-light h3, .cards .card-content-light-1 h3, .cards .card-content-light-2 h3 {
      color: black; }
    .cards .card-content-light h1, .cards .card-content-light-1 h1, .cards .card-content-light-2 h1 {
      font-weight: bold; }
    .cards .card-content-light .cta-btn, .cards .card-content-light-1 .cta-btn, .cards .card-content-light-2 .cta-btn {
      color: #828282 !important; }
  .cards .card-content-light-2 h2 {
    color: #41C363; }
  .cards .card-content-grey {
    background-color: #e2e3e4;
    color: #1e252b; }
    .cards .card-content-grey h3 {
      color: #1e252b; }
  .cards .card-content p, .cards .card-content-light p, .cards .card-content-light-1 p, .cards .card-content-light-2 p {
    padding: 20px 0;
    margin-bottom: 50px;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .cards .card-content-inner {
    padding: 18px;
    position: relative;
    height: 100%; }
    .cards .card-content-inner .placeholder {
      content: "";
      display: block;
      height: 150px;
      }
      @media screen and (max-width: 1134px) {
        .cards .card-content-inner .placeholder {
          height: 60px; } }
    .cards .card-content-inner .image {
      position: absolute;
      bottom: 80px;
      width: calc(100% - 36px);
      }
      @media screen and (max-width: 1134px) {
        .cards .card-content-inner .image {
          position: relative;
          width: 100%; } }
  .cards .btn,
  .cards .cta-btn {
    width: 100% !important; }

.card-buttons {
  bottom:20px;
  padding-right: 30px;
  position: absolute; }

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.mini-carousel-item {
  height: 75px;
  width: 75px;
  background: transparent;
  text-align: center;
  margin: 0 auto; }
  .mini-carousel-item .inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.avnet-mini-carousel {
  margin: 50px 0;
  background: #72777d;
  padding: 5px;
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  .avnet-mini-carousel:before, .avnet-mini-carousel:after {
    content: " ";
    display: table; }
  .avnet-mini-carousel:after {
    clear: both; }
  .avnet-mini-carousel .mini-carousel-content {
    position: relative;
    float: left;
    width: 66.66667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .avnet-mini-carousel .mini-carousel-content {
        float: left;
        width: 83.33333%; } }
  .avnet-mini-carousel .mini-carousel-button {
    background: transparent;
    position: relative;
    float: left;
    width: 16.66667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .avnet-mini-carousel .mini-carousel-button {
        float: left;
        width: 8.33333%; } }
    .avnet-mini-carousel .mini-carousel-button .inner {
      line-height: 75px;
      text-align: center; }
      .avnet-mini-carousel .mini-carousel-button .inner img {
        max-height: 30px; }
  .avnet-mini-carousel .owl-controls {
    display: none; }

section {
  margin: 0; }
  @media screen and (max-width: 1134px) {
    section img {
      padding-bottom: 20px; } }
  section p {
    margin: 0 0 20px; }
  section.add-top-bottom-gutter {
    padding: 20px 0; }
  section.fix-width-section {
    margin: 0 auto;
    max-width: 1280px; }
  section.avnet-newsletter-section p {
    font-weight: bold; }
  section.avnet-new-product-section {
    padding-bottom: 44px; }
    section.avnet-new-product-section .form-control {
      font-weight: normal;
      padding: 1em 0.8em;
      color: #fff;
      background: #1e252b;
      border-radius: 0;
      height: 42px; }
    section.avnet-new-product-section .input-group-addon {
      background-color: #1e252b;
      border-radius: 0;
      border: 0; }
      @media screen and (max-width: 1134px) {
        section.avnet-new-product-section .input-group-addon img {
          padding-bottom: 0; } }
    section.avnet-new-product-section p {
      margin: 10px 15px 10px 0; }
    section.avnet-new-product-section h1 {
      font-family: 'ApercuAvnetBold';
      font-size: 54px;
      color: #000000; }
      section.avnet-new-product-section h1:before {
        border-top: none;
        display: none; }
      @media screen and (max-width: 1134px) {
        section.avnet-new-product-section h1 {
          margin-left: 0;
          font-size: 35px; } }
    section.avnet-new-product-section h3 {
      font-family: 'ApercuAvnetBold';
      color: #000000;
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 10px; }
      section.avnet-new-product-section h3 span {
        color: #41C363; }
      @media screen and (max-width: 1134px) {
        section.avnet-new-product-section h3 {
          font-size: 25px;
          margin-top: 0;
          margin-left: 0; } }
    section.avnet-new-product-section .buy-now {
      background-color: #41C363;
      margin-top: -23px;
      padding: 3px 38px;
      padding-bottom: 5px; }
      @media screen and (max-width: 1134px) {
        section.avnet-new-product-section .buy-now {
          margin-top: 0;
          width: 100%; } }
    section.avnet-new-product-section .cta-btn {
      margin-top: 15px;
      margin-left: 10px; }
      @media screen and (max-width: 1134px) {
        section.avnet-new-product-section .cta-btn {
          margin-left: 0;
          width: 100% !important; } }
    @media screen and (max-width: 1134px) {
      section.avnet-new-product-section .col-md-6 {
        padding: 0; }
      section.avnet-new-product-section .input-group {
        margin-top: 20px; }
      section.avnet-new-product-section img {
        width: 50%;
        margin: 0 auto; } }
  section.avnet-news-section span.date {
    color: #41C363; }
  section.avnet-news-section img {
    margin-top: 20px; }
  section.avnet-news-section .cta-btn {
    min-width: 100px; }
    @media screen and (max-width: 1134px) {
      section.avnet-news-section .cta-btn {
        margin-bottom: 40px; } }
  section.avnet-careers-section {
    margin: 30px 0 40px !important; }
    section.avnet-careers-section .btn:focus,
    section.avnet-careers-section .btn:hover {
      background-color: #000000 !important;
      color: #fff !important; }
    section.avnet-careers-section.remove-top-margin {
      margin-top: 0px !important; }
    section.avnet-careers-section .careers-inner-section {
      padding: 1px 38px 34px !important;
      margin-left: 0 !important;
      margin-top: 30px !important;
      background-color: #1e252b !important; }
      section.avnet-careers-section .careers-inner-section.remove-left:before {
        display: none !important; }
      section.avnet-careers-section .careers-inner-section.remove-top-margin {
        margin-top: 0 !important; }
      section.avnet-careers-section .careers-inner-section .dropdown-menu, section.avnet-careers-section .careers-inner-section .dropdown-menu-75 {
        width: 50% !important; }
        @media screen and (max-width: 1134px) {
          section.avnet-careers-section .careers-inner-section .dropdown-menu, section.avnet-careers-section .careers-inner-section .dropdown-menu-75 {
            width: 100% !important; } }
      section.avnet-careers-section .careers-inner-section .btn-select-trigger, section.avnet-careers-section .careers-inner-section .btn-select-trigger-75 {
        width: 50% !important; }
        @media screen and (max-width: 1134px) {
          section.avnet-careers-section .careers-inner-section .btn-select-trigger, section.avnet-careers-section .careers-inner-section .btn-select-trigger-75 {
            width: 100% !important; } }
      section.avnet-careers-section .careers-inner-section .cta-btn {
        color: #fff !important;
        margin: 5px 0 !important;
        min-width: 206px !important; }
      section.avnet-careers-section .careers-inner-section:before {
        content: ' ';
        border-style: solid;
        border-width: 164px 48px 0 0;
        border-color: transparent #1e252b transparent transparent;
        position: absolute;
        left: -48px;
        top: 1px; }
        @media screen and (max-width: 1134px) {
          section.avnet-careers-section .careers-inner-section:before {
            display: none; } }
      @media screen and (max-width: 1134px) {
        section.avnet-careers-section .careers-inner-section {
          margin-right: -15px;
          margin-left: -15px !important;
          padding: 20px; } }
    @media screen and (max-width: 1134px) {
      section.avnet-careers-section img {
        display: none; } }
    section.avnet-careers-section h1 {
      color: #fff;
      padding: 0 0 15px; }
      section.avnet-careers-section h1:before {
        margin: 0;
        border-top: none; }
      section.avnet-careers-section h1 span {
        color: #e2e3e4;
        font-weight: normal;
        font-size: 20px;
        margin-left: 20px; }
        section.avnet-careers-section h1 span span.number {
          margin: 0;
          color: #41C363; }
      @media screen and (max-width: 1134px) {
        section.avnet-careers-section h1 {
          line-height: 35px; } }
  section.avnet-callout-section {
    margin: 0 0 40px;
    padding: 40px 15px;
    background-color: #e2e3e4; }
    section.avnet-callout-section .cta-btn.black {
      color: #72777d !important; }
    section.avnet-callout-section p {
      font-size: 13px;
      line-height: 20px;
      margin: 0 0 25px;
      font-weight: normal; }
    @media screen and (max-width: 1134px) {
      section.avnet-callout-section {
        margin: 20px 0; } }
  section.avnet-social-section {
    font-size: 10px;
    margin: 0;
    padding: 15px 15px 0;
    background: #e2e3e4;
    font-size: 0.85em; }
    section.avnet-social-section .avnet-social {
      width: 30px; }
    @media screen and (max-width: 1134px) {
      section.avnet-social-section .col-sm-10 {
        padding-right: 0; } }
    section.avnet-social-section .fa {
      font-size: 24px;
      color: #41C363; }
    section.avnet-social-section p {
      margin: 0; }
    section.avnet-social-section img.connect {
      width: auto; }
    section.avnet-social-section .avnet-social-block {
      margin-bottom: 20px; }
    section.avnet-social-section img {
      width: 85px; }
    section.avnet-social-section hr {
      margin: 13px 0;
      border-top: 1px solid #b8bbbd; }
    section.avnet-social-section h4 {
      font-size: 29px;
      margin-left: 30px; }
      section.avnet-social-section h4:before {
        content: '';
        margin-top: 15px;
        width: 25px;
        display: block;
        border-top: 3px solid #000000;
        -webkit-transform: rotate(-61deg);
            -ms-transform: rotate(-61deg);
                transform: rotate(-61deg);
        position: absolute;
        left: 40px; }
      section.avnet-social-section h4:after {
        content: '';
        margin-top: -17px;
        margin-right: 0;
        width: 25px;
        display: block;
        border-top: 3px solid #000000;
        -webkit-transform: rotate(61deg);
            -ms-transform: rotate(61deg);
                transform: rotate(61deg);
        position: absolute;
        right: 122px; }
      section.avnet-social-section h4 span {
        color: #000000; }
    section.avnet-social-section .social-content {
      margin: 0 0 1em; }
      section.avnet-social-section .social-content p {
        margin: 0; }
      @media screen and (max-width: 1134px) {
        section.avnet-social-section .social-content {
          margin: 0 0 1em 10px; } }
    section.avnet-social-section .social-image {
      width: 100%;
      margin: 0 0 1em;
      padding: 0; }
    section.avnet-social-section .social-links .fa {
      display: inline-block;
      vertical-align: top;
      margin: 0 0 0 50px;
      font-size: 25px;
      color: #b8bbbd; }
      @media screen and (max-width: 1134px) {
        section.avnet-social-section .social-links .fa {
          margin: 0; } }
    section.avnet-social-section .social-links ul {
      display: inline-block;
      vertical-align: top;
      list-style-type: none;
      list-style: none;
      margin: 0;
      padding: 0; }
    section.avnet-social-section .social-links li {
      display: block;
      float: left;
      line-height: 20px;
      padding-right: 10px;
      font-weight: bold; }
  section.avnet-marquee {
    margin: 0 0 40px;
    padding: 0;
    position: relative; }
    @media screen and (max-width: 1134px) {
      section.avnet-marquee .nav-container {
        position: absolute;
        bottom: 300px;
        left: 0;
        width: 100%;
        height: 60px;
        z-index: 99; }
        section.avnet-marquee .nav-container:before {
          content: "";
          display: block;
          padding-top: 41.66667%; } }
    section.avnet-marquee .marquee-video-cta {
      position: absolute;
      top: 180px;
      letter-spacing: 2px;
      right: 0;
      font-size: 25px;
      float: right;
      color: #fff; }
      @media screen and (max-width: 1134px) {
        section.avnet-marquee .marquee-video-cta {
          position: relative;
          float: none;
          top: 0;
          padding-top: 20px;
          font-size: 18px; } }
    section.avnet-marquee img {
      padding: 0;
      display: none; }
      @media screen and (max-width: 1134px) {
        section.avnet-marquee img {
          max-width: 100%;
          height: auto; } }
    section.avnet-marquee .unslider-arrow {
      display: none; }
      @media screen and (max-width: 1134px) {
        section.avnet-marquee .unslider-arrow {
          display: block;
          border: 1px solid #fff;
          background: transparent;
          position: absolute;
          white-space: nowrap;
          top: 42%;
          left: 25px;
          z-index: 20;
          cursor: pointer;
          width: 2.1em;
          height: 2.1em;
          opacity: 0.5;
          display: inline-block;
          transition: opacity 0.3s ease-in-out;
          -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
                  transform: translate3d(0, -50%, 0) rotate(45deg); } }
    section.avnet-marquee .unslider-arrow.next {
      left: auto;
      right: 25px;
      border-width: 2px 2px 0 0; }
    section.avnet-marquee .unslider-arrow.prev {
      border-width: 0 0 2px 2px; }
    section.avnet-marquee .unslider-nav {
      position: absolute;
      left: 0;
      top: 0;
      width: 150px;
      text-align: center;
      z-index: 60; }
    section.avnet-marquee .avnet-image-slider-container {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      overflow: hidden;
      position: relative; }
      section.avnet-marquee .avnet-image-slider-container .marquee-bk-shapes {
        height: 350px;
        width: 708px;
        position: absolute;
        top: 0;
        right: 0;
        background-repeat: no-repeat;
        z-index: 30; }
        @media screen and (max-width: 1134px) {
          section.avnet-marquee .avnet-image-slider-container .marquee-bk-shapes {
            display: none; } }
      section.avnet-marquee .avnet-image-slider-container .avnet-marquee-ctas {
        position: absolute;
        bottom: 2px;
        right: 6%;
        color: #fff;
        z-index: 50;
        line-height: 100px;
        text-align: right; }
        section.avnet-marquee .avnet-image-slider-container .avnet-marquee-ctas a {
          color: #fff;
          margin-left: 10px;
          margin-bottom: 10px;
          float: left; }
          @media screen and (max-width: 1134px) {
            section.avnet-marquee .avnet-image-slider-container .avnet-marquee-ctas a {
              margin-left: 25px; } }
        section.avnet-marquee .avnet-image-slider-container .avnet-marquee-ctas a:after {
          content: '';
          margin-top: -40px;
          width: 200px;
          display: block;
          border-bottom: 3px solid #000000; }
          @media screen and (max-width: 1134px) {
            section.avnet-marquee .avnet-image-slider-container .avnet-marquee-ctas a:after {
              width: 150px;
              border-bottom: 3px solid #fff; } }
        @media screen and (max-width: 1134px) {
          section.avnet-marquee .avnet-image-slider-container .avnet-marquee-ctas {
            margin: 0;
            right: auto;
            text-align: left;
            position: relative; } }
      section.avnet-marquee .avnet-image-slider-container .avnet-marquee-caption {
        display: block;
        position: absolute;
        top: 15%;
        right: 6%;
        width: 75%;
        text-align: right;
        float: right;
        color: #fff;
        z-index: 50; }
        section.avnet-marquee .avnet-image-slider-container .avnet-marquee-caption .trademark {
          position: absolute;
          font-size: 12px;
          margin-top: -35px; }
          @media screen and (max-width: 1134px) {
            section.avnet-marquee .avnet-image-slider-container .avnet-marquee-caption .trademark {
              margin-top: -1px; } }
        section.avnet-marquee .avnet-image-slider-container .avnet-marquee-caption h2 {
          font-family: 'ApercuAvnetBold';
          display: block;
          color: #41C363;
          font-size: 55px;
          display: block;
          width: 70%;
          float: right; }
          @media screen and (max-width: 1134px) {
            section.avnet-marquee .avnet-image-slider-container .avnet-marquee-caption h2 {
              font-family: 'ApercuAvnetRegular';
              float: none;
              font-size: 26px;
              width: 100%;
              font-weight: normal; } }
        section.avnet-marquee .avnet-image-slider-container .avnet-marquee-caption span {
          font-family: 'Arial', sans-serif;
          font-weight: lighter;
          margin-top: 15px;
          line-height: 25px;
          float: right;
          font-size: 19px; }
          @media screen and (max-width: 1134px) {
            section.avnet-marquee .avnet-image-slider-container .avnet-marquee-caption span {
              font-weight: lighter;
              margin-top: 20px;
              margin-bottom: 35px;
              font-size: 18px; }
              section.avnet-marquee .avnet-image-slider-container .avnet-marquee-caption span br {
                display: none; } }
        @media screen and (max-width: 1134px) {
          section.avnet-marquee .avnet-image-slider-container .avnet-marquee-caption {
            background-color: #000000;
            position: inherit;
            padding: 25px;
            width: 100%;
            right: auto;
            top: auto;
            text-align: left;
            font-size: 14px;
            height: 300px; } }
      section.avnet-marquee .avnet-image-slider-container ul {
        margin: 0;
        position: relative;
        padding: 0;
        list-style: none;
        height: auto;
        display: none; }
        section.avnet-marquee .avnet-image-slider-container ul li img {
          width: 100%;
          margin-top: -200px; }
          @media screen and (max-width: 1134px) {
            section.avnet-marquee .avnet-image-slider-container ul li img {
              margin: 0;
              height: auto;
              padding-bottom: 0;
              margin-bottom: 60px; } }
        section.avnet-marquee .avnet-image-slider-container ul li:first-child img {
          margin-left: 153px;
          margin-top: -350px;
          width: 100%; }
          @media screen and (max-width: 1134px) {
            section.avnet-marquee .avnet-image-slider-container ul li:first-child img {
              margin: 0;
              height: auto;
              padding-bottom: 0;
              margin-bottom: 60px; } }
      section.avnet-marquee .avnet-image-slider-container ul li {
        position: relative;
        display: block;
        margin: 0;
        padding: 0;
        height: 354px;
        float: left; }
        @media screen and (max-width: 1134px) {
          section.avnet-marquee .avnet-image-slider-container ul li {
            height: auto;
            background-color: #000000; } }
    section.avnet-marquee .unslider-nav {
      text-align: center;
      display: block;
      width: 153px;
      background-color: #fff;
      float: left;
      position: absolute; }
      section.avnet-marquee .unslider-nav ol {
        list-style: none;
        margin: 0;
        padding-left: 0; }
        section.avnet-marquee .unslider-nav ol li:last-child {
          border-right: none; }
        section.avnet-marquee .unslider-nav ol li {
          display: block;
          line-height: 5.4em;
          color: #000000;
          background-color: #fff;
          cursor: pointer;
          text-transform: uppercase;
          border-bottom: 1px solid #41C363; }
          @media screen and (max-width: 1134px) {
            section.avnet-marquee .unslider-nav ol li {
              display: inline-block;
              font-size: 11px;
              width: 20%;
              bottom: 0;
              border-right: 1px solid #41C363;
              border-bottom: none; } }
          section.avnet-marquee .unslider-nav ol li:last-child {
            border-bottom: none; }
        section.avnet-marquee .unslider-nav ol li:hover {
          background-color: #41C363; }
        section.avnet-marquee .unslider-nav ol li:hover a {
          color: #000000; }
        section.avnet-marquee .unslider-nav ol li.unslider-active {
          background-color: #000000 !important;
          color: #fff; }
          @media screen and (max-width: 1134px) {
            section.avnet-marquee .unslider-nav ol li.unslider-active {
              opacity: 1;
              background-color: #000000 !important; } }
        @media screen and (max-width: 1134px) {
          section.avnet-marquee .unslider-nav ol {
            margin-top: -1px; } }
      @media screen and (max-width: 1134px) {
        section.avnet-marquee .unslider-nav {
          width: 100%;
          background: transparent;
          bottom: 0;
          z-index: 1; } }
  section.avnet-hero {
    display: block;
    position: relative;
    margin: 0 0 40px; }
    section.avnet-hero .hero-title {
      position: absolute;
      display: block;
      bottom: 0;
      left: 40px; }
      section.avnet-hero .hero-title h1 {
        color: #fff; }
      section.avnet-hero .hero-title h1:before {
        display: none; }
      @media screen and (max-width: 1134px) {
        section.avnet-hero .hero-title {
          left: 15px; } }
    section.avnet-hero .jumbotron {
      padding: 0;
      margin: 0;
      min-height: 240px; }
      section.avnet-hero .jumbotron.with-image {
        background-position: center;
        background-size: cover; }
        section.avnet-hero .jumbotron.with-image:before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          /* For browsers that do not support gradients */ }
  section.avnet-copy-section {
    margin-bottom: 40px; }
    section.avnet-copy-section .cta-btn {
      margin-bottom: 20px; }
    section.avnet-copy-section p:first-child {
      margin: 0; }
    section.avnet-copy-section img {
      margin-bottom: 40px; }
    section.avnet-copy-section .avnet-copy-image {
      float: left;
      margin-right: 20px; }
    section.avnet-copy-section.three-column-text-wrap {
      -webkit-columns: 3 150px;
      -moz-columns: 3 150px;
      columns: 3 150px;
      -webkit-column-gap: 2em;
      -moz-column-gap: 2em;
      column-gap: 2em; }
    section.avnet-copy-section.two-column-text-wrap p {
      -webkit-columns: 2 150px;
      -moz-columns: 2 150px;
      columns: 2 150px;
      -webkit-column-gap: 2em;
      -moz-column-gap: 2em;
      column-gap: 2em; }
      @media screen and (max-width: 768px) {
        section.avnet-copy-section.two-column-text-wrap p {
          -webkit-columns: 1 150px;
          -moz-columns: 1 150px;
          columns: 1 150px; } }
    @media screen and (max-width: 1134px) {
      section.avnet-copy-section {
        margin: 0; } }
  section.avnet-right-rail-section {
    padding: 20px 25px 1px;
    margin: 0 !important; }
    section.avnet-right-rail-section h3 {
      font-size: 16px;
      color: #000000;
      margin-top: 0; }
    section.avnet-right-rail-section img {
      margin-top: 20px; }
    section.avnet-right-rail-section ul {
      list-style: none;
      list-style-type: none;
      padding: 0; }
      section.avnet-right-rail-section ul li {
        margin: 20px 0; }
    section.avnet-right-rail-section a {
      font-weight: 500;
      letter-spacing: 1px; }
    section.avnet-right-rail-section a:hover {
      color: #dfdfe1; }
    section.avnet-right-rail-section.dark {
      background-color: #000000;
      color: #fff; }
      section.avnet-right-rail-section.dark .bottom-border {
        margin-top: 20px; }
        section.avnet-right-rail-section.dark .bottom-border.active {
          border-top: 4px solid #41C363; }
      section.avnet-right-rail-section.dark .cta-btn {
        color: #fff !important; }
      section.avnet-right-rail-section.dark .green {
        color: #fff; }
      section.avnet-right-rail-section.dark h3 {
        color: #fff; }
    section.avnet-right-rail-section.light {
      padding-top: 10px;
      padding-bottom: 30px; }
      section.avnet-right-rail-section.light .cta-btn {
        color: #1e252b; }
      section.avnet-right-rail-section.light a:hover {
        color: #000000; }
      @media screen and (max-width: 1134px) {
        section.avnet-right-rail-section.light {
          padding-left: 0; } }
    @media screen and (max-width: 1134px) {
      section.avnet-right-rail-section {
        margin: 0; } }
  section.avnet-mixed-media-section {
    margin: 0 0 40px; }
    section.avnet-mixed-media-section .cta-btn {
      margin-bottom: 20px; }
    section.avnet-mixed-media-section .image {
      margin-bottom: 0; }
    section.avnet-mixed-media-section h3 {
      color: #000000;
      font-size: 16px;
      margin-top: 0;
      margin-bottom: 20px; }
    @media screen and (max-width: 1134px) {
      section.avnet-mixed-media-section {
        margin: 40px 0 0; } }
    section.avnet-mixed-media-section .btn-primary {
      margin-bottom: 15px; }
  section.avnet-right-rail-image-section {
    margin: 25px 0; }
    @media screen and (max-width: 1134px) {
      section.avnet-right-rail-image-section {
        margin: 25px 0; } }
  section.avnet-card-section {
    color: #fff;
    padding: 25px;
    margin-bottom: 25px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1em;
    width: 100%; }
  section.avnet-corporate-headquarters-section h4 {
    color: #000000;
    font-weight: bold; }
  section.avnet-filter-section {
    background: #dfdfe1;
    padding: 0.5em 1.5em; }
    section.avnet-filter-section h1, section.avnet-filter-section h2, section.avnet-filter-section h3, section.avnet-filter-section h4, section.avnet-filter-section h5, section.avnet-filter-section h6 {
      color: #000000; }
    section.avnet-filter-section h2 {
      font-weight: bold; }
    section.avnet-filter-section .dropdown-menu, section.avnet-filter-section .dropdown-menu-75 {
      margin-top: -2px; }
  section.avnet-articles-section {
    margin: 0 0 40px; }
    section.avnet-articles-section .images {
      margin-bottom: 0; }
    section.avnet-articles-section article {
      margin-left: -15px;
      margin-right: -15px; }
      section.avnet-articles-section article h1, section.avnet-articles-section article h2, section.avnet-articles-section article h3, section.avnet-articles-section article h4, section.avnet-articles-section article h5, section.avnet-articles-section article h6 {
        color: #000000; }
      section.avnet-articles-section article h2 {
        font-weight: bold; }
      section.avnet-articles-section article:before, section.avnet-articles-section article:after {
        content: " ";
        display: table; }
      section.avnet-articles-section article:after {
        clear: both; }
      section.avnet-articles-section article .article-left {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px; }
        @media (min-width: 992px) {
          section.avnet-articles-section article .article-left {
            float: left;
            width: 33.33333%; } }
      section.avnet-articles-section article .article-right {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px; }
        @media (min-width: 992px) {
          section.avnet-articles-section article .article-right {
            float: left;
            width: 66.66667%; } }
  section.avnet-newsletter-section h1, section.avnet-newsletter-section h2, section.avnet-newsletter-section h3, section.avnet-newsletter-section h4, section.avnet-newsletter-section h5, section.avnet-newsletter-section h6 {
    color: #000000; }
  section.avnet-newsletter-section h2 {
    font-weight: bold; }
  section.avnet-newsletter-section h2 {
    text-transform: uppercase; }
  section.avnet-newsletter-section .avnet-form-light {
    padding: 10px;
    background-color: #fff; }

/*Alerts Overrides*/
.avnRB-Layoutmargin .alert {
  padding: 15px !important;
  margin-bottom: 20px !important;
  border: 1px solid transparent !important;
  border-radius: 0 !important; }

.avnRB-Layoutmargin .alert-success {
  background-color: #41c363 !important;
  border-color: #38b244 !important;
  color: white !important; }

.avnRB-Layoutmargin .system-alert {
  margin-bottom: 0 !important;
  text-align: center !important; }

.pagination-container {
  text-align: center; }

ul.pagination {
  margin: 20px;
  border-radius: 0; }
  ul.pagination > li:first-child > span,
  ul.pagination > li:first-child > a {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  ul.pagination > li:last-child > span,
  ul.pagination > li:last-child > a {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.pagination > li > a,
.pagination > li > span {
  padding: 4px 8px; }

ul.pagination,
ul.pagination li,
ul.pagination li a,
ul.pagination li span,
ul.pagination li span a {
  font-family: 'ApercuAvnetBold', sans-serif; }

.pagination-arrow {
  border: 2px dashed red;
  background: lightgrey !important; }

.pagination-arrow-prev {
  content: url("/assets/images/slider-arrows/left-caret.png"); }

.pagination-arrow-prev-pipe {
  content: url("/assets/images/slider-arrows/left-pipe.png"); }

.pagination-arrow-next {
  content: url("/assets/images/slider-arrows/right-caret.png"); }

.pagination-arrow-next-pipe {
  content: url("/assets/images/slider-arrows/right-pipe.png"); }

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

/* QC: 13277 overriding style for mobile */
@media (max-width: 767px){
	.avnRB-Layoutmargin .cards .card-item{
		height: auto !important;
	}
} 

body.productListing.page.avn_tooltip.avnParametricSearchContainer.modal-open button#confirm-btn.button-white {
    border: 1px solid #72777D;
    padding-top: 3px;
    margin-top: -4px!important;
}