/* Theme Variables */
/* Optional Variables  Ex- Success, Error, Info, Warning */
/* Default Black and White Colors */
/*   Mixins  */
/*  Gradients  */
/*  Transition  */
/*  Box Sizing  */
/*  Box Shadow  */
/*  Border Radius  */
/*  Opacity  */


/*  Easy Pie Charts Container  */
.pie-charts-container {
  text-align: center; }
  .pie-charts-container .pie-chart {
    margin-right: 20px;
    display: inline-block; }
    .pie-charts-container .pie-chart .name {
      text-align: center;
      padding-top: 10px; }



/*  Featured Articles  */
.featured-articles-container {
  background: #f7f7f7;
  padding: 10px; }
  .featured-articles-container .heading, .featured-articles-container .heading-blue {
    margin-top: 0;
    color: #ed6d49;
    padding-bottom: 8px;
    border-bottom: 1px dotted #d9d9d9; }
  .featured-articles-container .heading-blue {
    color: #3693cf; }
  .featured-articles-container .articles a {
    position: relative;
    border-bottom: 1px dotted #d9d9d9;
    color: #0d0d0d;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
    padding-left: 20px;
    margin-bottom: 1px; }
    .featured-articles-container .articles a:hover {
      color: #737373; }
    .featured-articles-container .articles a .label-bullet, .featured-articles-container .articles a .label-bullet-blue {
      position: absolute;
      left: 1px;
      top: 10px;
      width: 0;
      height: 0;
      border-top: 9px solid #ef8060;
      border-left: 9px solid transparent; }
    .featured-articles-container .articles a .label-bullet-blue {
      border-top: 9px solid #4b9ed4; }
    .featured-articles-container .articles a .date {
      font-size: 10px;
      padding-left: 2px;
      color: #b3b3b3;
      font-weight: normal; }
  .featured-articles-container .articles:hover {
    opacity: 1;
    cursor: default; }
  .featured-articles-container .articles .phone {
    text-align: right;
    font-size: 12px;
    padding-top: 5px; }







/*  page not found - 404 -500  */
.page-not-found {
  margin-top: 80px;
  color: #b3b3b3; }
  .page-not-found .number {
    font-size: 150px;
    color: #ed6d49;
    line-height: 100%; }

footer {
  background: #3693cf;
  color: white;
  font-weight: normal;
  line-height: 30px;
  font-size: 11px;
  padding: 10px 15px;
  margin-bottom: 10px;
  z-index: 1;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }
  footer p {
    margin-bottom: 0; }

.chart-height-lg {
  position: relative;
  height: 270px; }

.chart-height {
  position: relative;
  height: 180px;  }

.chart-height-md {
  position: relative;
  height: 139px; }

.legent div {
  background: #FAFAFA; }

.legendColorBox div {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #FAFAFA; }

.legendLabel {
  background: #FAFAFA;
  padding-left: 10px; }

.demo-btn-group .btn {
  min-width: 80px;
  margin: 2px; }
.demo-btn-group a {
  display: block;
  margin: 2px;
  float: left;
  padding: 0 !important; }

.icon-rounded {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
  line-height: 28px !important;
  color: white; }

#cssmenu {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial; }
  #cssmenu ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #cssmenu ul li {
      margin: 0;
      padding: 0;
      border: 0;
      list-style: none;
      line-height: 1;
      display: block;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      #cssmenu ul li a {
        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
        line-height: 1;
        display: block;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
  #cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #cssmenu:after, #cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  #cssmenu #menu-button {
    display: none; }
  #cssmenu > ul > li {
    float: left;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), color-stop(85%, #ebebeb), to(#cccccc));
    background-image: -webkit-linear-gradient(#f2f2f2, #ebebeb 85%, #cccccc);
    background-image: -moz-linear-gradient(top, #f2f2f2, #ebebeb 85%, #cccccc);
    background-image: -o-linear-gradient(#f2f2f2, #ebebeb 85%, #cccccc);
    background-image: linear-gradient(#f2f2f2, #ebebeb 85%, #cccccc);
    background-repeat: no-repeat;
    border-radius: 3px 3px 0 0;
    width: 102px;
    text-align: center;
    margin-right: 1px;
    border-radius: 3px 3px 0 0; }
    #cssmenu > ul > li.active {
      background: #2d85be; }
      #cssmenu > ul > li.active a {
        color: white; }
        #cssmenu > ul > li.active a i {
          color: white; }
      #cssmenu > ul > li.active:hover {
        background: #2d85be; }
    #cssmenu > ul > li:hover {
      background: #2d85be; }
    #cssmenu > ul > li > a i {
      color: #4d4d4d;
      text-align: center;
      display: block;
      margin-bottom: 5px;
      font-size: 16px; }
  #cssmenu.align-center > ul {
    font-size: 0;
    text-align: center; }
    #cssmenu.align-center > ul > li {
      display: inline-block;
      float: none; }
  #cssmenu.align-center ul ul {
    text-align: left; }
  #cssmenu.align-right > ul > li {
    float: right; }
  #cssmenu > ul > li > a {
    padding: 15px 4px;
    font-size: 11px;
    text-decoration: none;
    color: #4d4d4d;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase; }
  #cssmenu > ul > li:hover > a {
    color: white; }
    #cssmenu > ul > li:hover > a i {
      color: white; }
  #cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #bfbfbf;
    content: ''; }
  #cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #bfbfbf;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; }
  #cssmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0; }
  #cssmenu > ul > li.has-sub:hover > a:after {
    background: white; }
  #cssmenu ul ul {
    position: absolute;
    left: -9999px;
    z-index: 10000; }
  #cssmenu.align-right ul ul {
    text-align: right; }
  #cssmenu ul ul li {
    background: #2d85be;
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; }
  #cssmenu li:hover > ul {
    left: auto; }
  #cssmenu.align-right li:hover > ul {
    left: auto;
    right: 0; }
  #cssmenu li:hover > ul > li {
    height: 35px; }
    #cssmenu li:hover > ul > li:hover {
      background: #2877aa; }
  #cssmenu ul ul ul {
    margin-left: 100%;
    top: 0; }
  #cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%; }
  #cssmenu ul ul ul li {
    background: #2877aa; }
    #cssmenu ul ul ul li:hover {
      background: #2771a1 !important; }
  #cssmenu ul ul li a {
    padding: 11px 15px;
    width: 170px;
    font-size: 12px;
    text-decoration: none;
    color: white;
    font-weight: 400;
    text-align: left; }
  #cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
    border-bottom: 0; }
  #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: white; }
  #cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: ''; }
  #cssmenu.align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px; }
  #cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; }
  #cssmenu.align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px; }
  #cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0; }

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
    border-radius: 2px 2px 0 0;
    background-color: #3187bf;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3693cf), color-stop(85%, #3693cf), to(#1f5a80));
    background-image: -webkit-linear-gradient(#3693cf, #3693cf 85%, #1f5a80);
    background-image: -moz-linear-gradient(top, #3693cf, #3693cf 85%, #1f5a80);
    background-image: -o-linear-gradient(#3693cf, #3693cf 85%, #1f5a80);
    background-image: linear-gradient(#3693cf, #3693cf 85%, #1f5a80);
    background-repeat: no-repeat; }
    #cssmenu ul {
      width: 100%;
      display: none; }
    #cssmenu.align-center > ul {
      text-align: left; }
    #cssmenu ul li {
      width: 100%;
      border-top: 1px solid #4C4C4C;
      background: #444444; }
      #cssmenu ul li:hover {
        width: 100%;
        background: #474747; }
    #cssmenu ul ul li {
      height: auto;
      background: #555555; }
    #cssmenu li:hover > ul > li {
      height: auto;
      background: #555555; }
    #cssmenu ul ul li:hover, #cssmenu li:hover > ul > li:hover {
      height: auto;
      background: #575757; }
    #cssmenu ul li a {
      width: 100%;
      border-bottom: 0;
      text-align: left;
      color: #eee;
      border-radius: 0;
      padding: 15px; }
    #cssmenu ul ul {
      position: relative;
      left: 0;
      width: 100%;
      margin: 0;
      text-align: left; }
      #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0;
        text-align: left;
        color: #eee;
        border-radius: 0;
        padding: 15px;
        padding-left: 25px; }
      #cssmenu ul ul ul li {
        background: #666666;
        border-top: 1px solid #585858; }
        #cssmenu ul ul ul li:hover {
          background: #646464 !important;
          border-top: 1px solid #676767; }
        #cssmenu ul ul ul li a {
          padding-left: 35px; }
      #cssmenu ul ul li a {
        color: white;
        background: none; }
      #cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
        color: white; }
      #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left; }
    #cssmenu > ul > li {
      float: none;
      border-radius: 0; }
      #cssmenu > ul > li > a i {
        color: #eee;
        text-align: center;
        display: inline;
        margin-right: 5px;
        margin-bottom: 0;
        font-size: 16px; }
    #cssmenu.align-right ul ul {
      position: relative;
      left: 0;
      width: 100%;
      margin: 0;
      text-align: left; }
    #cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before {
      display: none; }
    #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
      display: none; }
    #cssmenu #menu-button {
      display: block;
      padding: 20px 17px;
      color: white;
      cursor: pointer;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 700; }
      #cssmenu #menu-button:after {
        position: absolute;
        top: 22px;
        right: 17px;
        display: block;
        height: 4px;
        width: 20px;
        border-top: 2px solid white;
        border-bottom: 2px solid white;
        content: '';
        -webkit-box-sizing: initial;
        -moz-box-sizing: initial;
        box-sizing: initial; }
      #cssmenu #menu-button:before {
        position: absolute;
        top: 16px;
        right: 17px;
        display: block;
        height: 2px;
        width: 20px;
        background: white;
        content: ''; }
      #cssmenu #menu-button.menu-opened:after {
        top: 23px;
        border: 0;
        height: 2px;
        width: 15px;
        background: white;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      #cssmenu #menu-button.menu-opened:before {
        top: 23px;
        background: white;
        width: 15px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    #cssmenu .submenu-button {
      position: absolute;
      z-index: 99;
      right: 0;
      top: 0;
      display: block;
      border-left: 1px solid rgba(120, 120, 120, 0.2);
      height: 46px;
      width: 46px;
      cursor: pointer; }
    #cssmenu ul .submenu-button.submenu-opened {
      background: #555; }
    #cssmenu ul ul .submenu-button {
      height: 42px;
      width: 42px; }
      #cssmenu ul ul .submenu-button.submenu-opened {
        background: #666; }
    #cssmenu .submenu-button:after {
      position: absolute;
      top: 22px;
      right: 19px;
      width: 8px;
      height: 2px;
      display: block;
      background: white;
      content: ''; }
    #cssmenu ul ul .submenu-button:after {
      top: 20px;
      right: 16px; }
    #cssmenu .submenu-button.submenu-opened:after {
      background: white; }
    #cssmenu .submenu-button:before {
      position: absolute;
      top: 19px;
      right: 22px;
      display: block;
      width: 2px;
      height: 8px;
      background: white;
      content: ''; }
    #cssmenu ul ul .submenu-button:before {
      top: 17px;
      right: 19px; }
    #cssmenu .submenu-button.submenu-opened:before {
      display: none; } }
.panel {
  margin-bottom: 25px;
  background-color: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.panel-body {
  padding: 15px;
  position: relative; }

.panel-heading {
  position: relative;
  padding: 12px 15px;
  border-bottom: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

h4.panel-title {
  font-size: 15px;
  font-weight: 600; }
  h4.panel-title .icon {
    margin-right: 4px;
    font-size: 20px; }

.panel-footer {
  padding: 0;
  border: 0;
  margin-top: -1px;
  background: transparent;
  border-top: 0; }
  .panel-footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: 1px solid #e0e0e0; }
    .panel-footer ul li {
      width: 25%;
      text-align: center;
      padding: 10px 0;
      float: left;
      height: 60px;
      background: transparent; }
      .panel-footer ul li h4 {
        font-size: 18px;
        margin: 2px 0 0 0;
        padding: 0;
        text-align: center; }
        .panel-footer ul li h4 small {
          color: inherit; }
      .panel-footer ul li p {
        color: gray;
        font-size: 12px;
        margin: 0;
        padding: 0;
        text-align: center; }

.panel-default {
  border: 1px solid #d9d9d9; }
  .panel-default > .panel-heading {
    border-color: #e8e8e8;
    background: whitesmoke; }
    .panel-default > .panel-heading h4.panel-title {
      color: #595959;
      font-size: 14px; }
  .panel-default > .panel-body {
    padding: 15px; }
  .panel-default > .panel-footer {
    border-color: #e8e8e8;
    background: #f7f7f7; }
    .panel-default > .panel-footer a {
      color: #666666; }
      .panel-default > .panel-footer a:hover {
        color: #4d4d4d; }

.panel-success {
  border: 1px solid #9de8cd; }
  .panel-success > .panel-heading {
    color: #1e825e;
    background: #dbf7ed; }
    .panel-success > .panel-heading h4.panel-title {
      color: #1e825e;
      font-size: 14px; }
  .panel-success > .panel-body {
    padding: 15px; }
  .panel-success > .panel-footer {
    color: #1e825e;
    background: #88e4c3;
    border-color: #5fdaae; }
    .panel-success > .panel-footer a {
      color: #28ab7c; }
      .panel-success > .panel-footer a:hover {
        color: #36d199; }

.panel-warning {
  border: 1px solid #e2cbd9; }
  .panel-warning > .panel-heading {
    color: #b5799e;
    background-color: #f5ecf1; }
    .panel-warning > .panel-heading h4.panel-title {
      color: #b5799e;
      font-size: 14px; }
  .panel-warning > .panel-body {
    padding: 15px; }
  .panel-warning > .panel-footer {
    color: #b5799e;
    background-color: #fefcfd;
    border-color: #ebdce5; }
    .panel-warning > .panel-footer a {
      color: #c79ab6; }
      .panel-warning > .panel-footer a:hover {
        color: #d9bbce; }

.panel-danger {
  border: 1px solid #f9c4c4; }
  .panel-danger > .panel-heading {
    color: #eb4343;
    background: #fce4e4; }
    .panel-danger > .panel-heading h4.panel-title {
      color: #eb4343;
      font-size: 14px; }
  .panel-danger > .panel-body {
    padding: 15px; }
  .panel-danger > .panel-footer {
    color: #eb4343;
    background: #fbd7d7;
    border-color: #f9c4c4; }
    .panel-danger > .panel-footer a {
      color: #f07171; }
      .panel-danger > .panel-footer a:hover {
        color: #f59f9f; }

.panel-info {
  border: 1px solid #bccfe1; }
  .panel-info > .panel-heading {
    color: #47759e;
    background: #dbe6ef; }
    .panel-info > .panel-heading h4.panel-title {
      color: #47759e;
      font-size: 14px; }
  .panel-info > .panel-body {
    padding: 15px; }
  .panel-info > .panel-footer {
    color: #47759e;
    background: #aec5da;
    border-color: #a0bbd4; }
    .panel-info > .panel-footer a {
      color: #608fb8; }
      .panel-info > .panel-footer a:hover {
        color: #83a7c8; }

.panel-yell {
  border: 1px solid #faddaa; }
  .panel-yell > .panel-heading {
    color: #f5b544;
    background: #fef6e9; }
    .panel-yell > .panel-heading h4.panel-title {
      color: #f5b544;
      font-size: 14px; }
  .panel-yell > .panel-body {
    padding: 15px; }
  .panel-yell > .panel-footer {
    color: #f5b544;
    background: #fdf2df;
    border-color: #fcebcc; }
    .panel-yell > .panel-footer a {
      color: #f8c874; }
      .panel-yell > .panel-footer a:hover {
        color: #fadba5; }

.panel-grey {
  margin-bottom: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #4d4d4d;
  padding: 15px;
  position: relative;
  color: #b3b3b3;
  border: 1px solid #333333; }
  .panel-grey h4.heading {
    margin: 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #666666;
    margin-bottom: 10px; }
  .panel-grey .panel-body {
    padding: 0;
    border: 0; }

.panel-white {
  margin-bottom: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #f2f2f2;
  padding: 15px;
  color: #4d4d4d;
  position: relative;
  border: 1px solid #ededed; }
  .panel-white h4.heading {
    margin: 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
    color: black; }
  .panel-white .panel-body {
    padding: 0;
    border: 0; }

.panel-red {
  margin-bottom: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #eb4343;
  padding: 15px;
  color: white;
  position: relative;
  border: 1px solid #e31818; }
  .panel-red h4.heading {
    margin: 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #f07171;
    margin-bottom: 10px; }
  .panel-red .panel-body {
    padding: 0;
    border: 0; }

.panel-blue {
  margin-bottom: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #47759e;
  padding: 15px;
  color: white;
  position: relative;
  border: 1px solid #2f4e69; }
  .panel-blue h4.heading {
    margin: 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #608fb8;
    margin-bottom: 10px; }
  .panel-blue .panel-body {
    padding: 0;
    border: 0; }

.panel-brown {
  margin-bottom: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #926546;
  padding: 15px;
  color: white;
  position: relative;
  border: 1px solid #694832; }
  .panel-brown h4.heading {
    margin: 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #b07e5b;
    margin-bottom: 10px; }
  .panel-brown .panel-body {
    padding: 0;
    border: 0; }

.panel-green {
  margin-bottom: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #1e825e;
  padding: 15px;
  color: white;
  position: relative;
  border: 1px solid #18694c; }
  .panel-green h4.heading {
    margin: 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #28ab7c;
    margin-bottom: 10px; }
  .panel-green .panel-body {
    padding: 0;
    border: 0; }

.panel-teal {
  margin-bottom: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: teal;
  padding: 15px;
  color: white;
  position: relative;
  border: 1px solid #006c6c; }
  .panel-teal h4.heading {
    margin: 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #00b3b3;
    margin-bottom: 10px; }
  .panel-teal .panel-body {
    padding: 0;
    border: 0; }

.panel-yellow {
  margin-bottom: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #f5b544;
  padding: 15px;
  color: white;
  position: relative;
  border: 1px solid #ef9d0d; }
  .panel-yellow h4.heading {
    margin: 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #f8c874;
    margin-bottom: 10px; }
  .panel-yellow .panel-body {
    padding: 0;
    border: 0; }

.panel-orange {
  margin-bottom: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #ec7343;
  padding: 15px;
  color: white;
  position: relative;
  border: 1px solid #e85419; }
  .panel-orange h4.heading {
    margin: 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #f19571;
    margin-bottom: 10px; }
  .panel-orange .panel-body {
    padding: 0;
    border: 0; }

.panel-fb {
  margin-bottom: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #3b5999;
  padding: 15px;
  color: white;
  position: relative;
  border: 1px solid #30487c; }
  .panel-fb h4.heading {
    margin: 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #4d70ba;
    margin-bottom: 10px; }
  .panel-fb .panel-body {
    padding: 0;
    border: 0; }

.panel-twitter {
  margin-bottom: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #00acee;
  padding: 15px;
  color: white;
  position: relative;
  border: 1px solid #0096cf; }
  .panel-twitter h4.heading {
    margin: 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #08bbff;
    margin-bottom: 10px; }
  .panel-twitter .panel-body {
    padding: 0;
    border: 0; }

.panel-linkedin {
  margin-bottom: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #1a85bd;
  padding: 15px;
  color: white;
  position: relative;
  border: 1px solid #1c7a58; }
  .panel-linkedin h4.heading {
    margin: 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #1d95d3;
    margin-bottom: 10px; }
  .panel-linkedin .panel-body {
    padding: 0;
    border: 0; }

.panel-group .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.panel-group .panel-heading {
  border-bottom: 1px solid #a9d1eb; }
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 0; }

.callout {
  margin: 0 0 3px 0;
  padding: 10px 20px;
  background-color: #f2f2f2;
  border-left: 3px solid white; }

.callout h4 {
  margin-top: 0;
  margin-bottom: 5px; }

.callout p:last-child {
  margin-bottom: 0; }

.callout-danger {
  border-color: #eb4343; }

.callout-danger h4 {
  color: #eb4343; }

.callout-warning {
  border-color: #b5799e; }

.callout-warning h4 {
  color: #b5799e; }

.callout-info {
  border-color: #47759e; }

.callout-info h4 {
  color: #47759e; }

.callout-success {
  border-color: #1e825e; }

.callout-success h4 {
  color: #1e825e; }

.timeline {
  list-style: none;
  position: relative;
  max-width: 1000px;
  padding: 20px 10px;
  margin: 0 auto;
  overflow: hidden; }
  .timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    background-color: #ffd266;
    height: 100%;
    width: 1px;
    display: block; }
  .timeline .timeline-row {
    padding-left: 50%;
    position: relative;
    z-index: 10; }
    .timeline .timeline-row .timeline-time {
      position: absolute;
      right: 50%;
      top: 31px;
      text-align: right;
      margin-right: 40px;
      font-size: 16px;
      line-height: 1.3;
      font-weight: 600; }
      .timeline .timeline-row .timeline-time small {
        display: block;
        color: #1e825e;
        font-size: 11px;
        font-weight: 600; }
    .timeline .timeline-row .timeline-icon {
      position: absolute;
      top: 30px;
      left: 50%;
      margin-left: -20px;
      width: 38px;
      height: 38px;
      background-color: #e6e6e6;
      box-shadow: 0 0 10px #999999;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      text-align: center;
      overflow: hidden;
      padding: 2px;
      color: white;
      font-size: 14px;
      z-index: 100; }
      .timeline .timeline-row .timeline-icon > div {
        line-height: 34px;
        font-size: 16px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%; }
    .timeline .timeline-row .timeline-content {
      margin-left: 40px;
      position: relative;
      background-color: white;
      color: #333333; }
      .timeline .timeline-row .timeline-content:after {
        content: "";
        position: absolute;
        top: 48px;
        left: -41px;
        height: 1px;
        width: 40px;
        background-color: #f59f9f;
        z-index: -1; }
      .timeline .timeline-row .timeline-content .panel-body {
        padding: 15px 15px 2px;
        position: relative;
        z-index: 10;
        background-color: #e8e8e8;
        /* Fallback Color */
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#e8e8e8));
        /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(top, #fcfcfc, #e8e8e8);
        /* Chrome 10+, Saf5.1+, iOS 5+ */
        background-image: -moz-linear-gradient(top, #fcfcfc, #e8e8e8);
        /* FF3.6 */
        background-image: -ms-linear-gradient(top, #fcfcfc, #e8e8e8);
        /* IE10 */
        background-image: -o-linear-gradient(top, #fcfcfc, #e8e8e8);
        /* Opera 11.10+ */
        background-image: linear-gradient(top, #fcfcfc, #e8e8e8);
        border: 1px solid #e3e3e3;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px; }
      .timeline .timeline-row .timeline-content h2 {
        margin-bottom: 12px;
        margin-top: 0;
        line-height: 1.2;
        color: #333333 !important;
        font-size: 18px; }
      .timeline .timeline-row .timeline-content p, .timeline .timeline-row .timeline-content img {
        margin-bottom: 15px; }
      .timeline .timeline-row .timeline-content img {
        -webkit-border-radius: 30%;
        -moz-border-radius: 30%;
        border-radius: 30%; }
      .timeline .timeline-row .timeline-content img.less-round {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px; }
    .timeline .timeline-row:nth-child(odd) {
      padding-left: 0;
      padding-right: 50%; }
      .timeline .timeline-row:nth-child(odd) .timeline-time {
        right: auto;
        left: 50%;
        text-align: left;
        margin-right: 0;
        margin-left: 30px; }
      .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin-right: 40px;
        margin-left: 0; }
        .timeline .timeline-row:nth-child(odd) .timeline-content:after {
          left: auto;
          right: -41px; }
  .timeline.animated .timeline-row .timeline-content {
    opacity: 0;
    left: 20px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s; }
  .timeline.animated .timeline-row:nth-child(odd) .timeline-content {
    left: -20px; }
  .timeline.animated .timeline-row.active .timeline-content {
    opacity: 1;
    left: 0; }
  .timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
    left: 0; }

@media (max-width: 1200px) {
  .timeline {
    padding: 15px 10px; }
    .timeline:after {
      left: 28px; }
    .timeline .timeline-row {
      padding-left: 0;
      margin-bottom: 16px; }
      .timeline .timeline-row .timeline-time {
        position: relative;
        right: auto;
        top: 0;
        text-align: left;
        margin: 0 0 6px 56px; }
        .timeline .timeline-row .timeline-time strong {
          display: inline-block;
          margin-right: 10px; }
      .timeline .timeline-row .timeline-icon {
        top: 52px;
        left: -2px;
        margin-left: 0; }
      .timeline .timeline-row .timeline-content {
        margin-left: 56px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        position: relative; }
        .timeline .timeline-row .timeline-content:after {
          right: auto !important;
          left: -20px !important;
          top: 32px; }
      .timeline .timeline-row:nth-child(odd) {
        padding-right: 0; }
        .timeline .timeline-row:nth-child(odd) .timeline-time {
          position: relative;
          right: auto;
          left: auto;
          top: 0;
          text-align: left;
          margin: 0 0 6px 56px; }
        .timeline .timeline-row:nth-child(odd) .timeline-content {
          margin-right: 0;
          margin-left: 55px; }
    .timeline.animated .timeline-row:nth-child(odd) .timeline-content {
      left: 20px; }
    .timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
      left: 0; } }
.google-visualization-table-table {
  width: 100%; }
