/*# sourceMappingURL=reference.css.map */
/* medium screen media values */
/* medium screen media values */
/* tablet media values */
/*tablet  media values */
/* smart mobile media values */
/*smart mobile  media values */
/* small mobile media values */
/*small mobile  media values */
.bold_upper, .main-heading, .article-post .content h5 a, .citation-view, .login_panel .panel .authenticate-heading, .login-right .login-right-content h4, .login-right .login-right-content .application-btn {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px; }

.section {
  margin-bottom: 45px !important; }
  @media (min-width: 240px) and (max-width: 767px) {
    .section {
      margin-bottom: 40px !important; } }

.main-heading {
  font-size: 20px;
  color: #323941;
  margin-bottom: 15px; }

.cell-v-align {
  display: table-cell !important;
  vertical-align: middle; }

.form-control {
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid #d4d4d4;
  outline: none;
  color: #737473; }

.border-radius-shadow-none {
  border-radius: 0px;
  box-shadow: none;
  border: none; }

.questionary-left, .questionary-right {
  padding: 5px; }

/* slider starts here */
.slider-volume {
  width: 100%;
  padding: 0px !important;
  margin: 0px !important; }
  .slider-volume > .dragger {
    width: 15px;
    height: 15px;
    margin: 0 auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f16320; }
  .slider-volume > .track {
    height: 7px;
    background: #b2b2b2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .slider-volume > .highlight-track {
    height: 7px;
    background: #323941;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }

.customNavigation {
  position: relative; }
  .customNavigation .btn {
    position: absolute; }
    .customNavigation .btn i {
      background: #f16320 !important;
      color: #fff;
      text-align: center;
      width: 30px;
      height: 30px;
      padding-top: 10px; }
    .customNavigation .btn.prev {
      left: -5px;
      top: -35px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .customNavigation .btn.prev {
          top: -200px; } }
    .customNavigation .btn.next {
      right: -5px;
      top: -35px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .customNavigation .btn.next {
          top: -200px; } }

.article-post {
  padding: 0px;
  margin-bottom: 20px; }
  @media (min-width: 240px) and (max-width: 991px) {
    .article-post {
      margin-bottom: 10px; } }
  @media (min-width: 240px) and (max-width: 767px) {
    .article-post {
      display: table; } }
  @media (min-width: 240px) and (max-width: 767px) {
    .article-post .pic {
      display: table-cell;
      width: 80px;
      vertical-align: top; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .article-post .pic {
      display: table-cell;
      width: 100px;
      vertical-align: top; } }
  .article-post .pic img {
    max-width: 100%; }
  @media (min-width: 240px) and (max-width: 991px) {
    .article-post .content {
      display: table-cell;
      vertical-align: middle;
      padding: 0px 10px; } }
  @media (min-width: 240px) and (max-width: 991px) {
    .article-post .content h5 {
      padding: 0px;
      margin: 0px; } }
  .article-post .content h5 a {
    line-height: 23px;
    color: #323941;
    font-size: 13px; }
  .article-post .content p {
    font-size: 13px;
    line-height: 21px;
    color: #737473;
    margin-top: 17px;
    display: block;
    margin-top: 10px; }
  .article-post .content .actions {
    margin-top: 10px; }
    .article-post .content .actions a {
      color: #f16320;
      text-transform: uppercase;
      margin-right: 8px;
      font-weight: bold;
      font-size: 10px; }

/*pagination row starst here */
.pagination-row {
  text-align: center; }
  .pagination-row .pagination li:first-child a, .pagination-row .pagination li:last-child a {
    border-radius: 0px; }
  .pagination-row .pagination li a {
    margin: 0px 1px;
    color: #737473;
    background: #e9e9e9;
    border: none; }
    .pagination-row .pagination li a:hover {
      background: #f16320;
      color: #fff; }
    .pagination-row .pagination li a.active {
      color: #eee !important;
      background: #f16320 !important; }

/*pagination row ends here */
.ui-widget-content {
  background: #d4d4d4;
  border: none;
  height: 7px;
  border-radius: 10px; }
  .ui-widget-content .ui-widget-header {
    background: white; }
  .ui-widget-content .ui-state-default {
    background: white;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: none;
    outline: none; }

/* table starts here */
.citation-view {
  display: inline-block;
  padding: 3px 6px;
  font-size: 11px;
  color: #fff; }

/* table ends here */
/*modal starts here */
/* modal ends Here */
a {
  color: inherit;
  cursor: pointer;
  text-decoration: none; }
  a:hover {
    color: inherit; }

body {
  background: #f16320;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f16320 66.6%, #fff 33.3%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(66.6%, #f16320), color-stop(33.3%, #fff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #f16320 66.6%, #fff 33.3%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #f16320 66.6%, #fff 33.3%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #f16320 66.6%, #fff 33.3%);
  /* IE10+ */
  background: linear-gradient(to right, #f16320 66.6%, #fff 33.3%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$brand_color', endColorstr='#fff',GradientType=1 );
  /* IE6-9 */
  height: 100%;
  font-size: 13px;
  margin: 0px;
  padding: 0px; }
  @media (min-width: 240px) and (max-width: 767px) {
    body {
      background: #f16320; } }

.row {
  margin: 0px;
  padding: 0px;
  width: 100%; }

.container {
  width: 100%;
  padding: 0px;
  margin: 0px auto;
  /* medium screen */
  /* tablet */
  /* smart mobile */
  /* mobile */ }
  @media (min-width: 992px) and (max-width: 1199px) {
    .container {
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .container {
      width: 100%; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .container {
      width: 100%; } }
  @media (min-width: 240px) and (max-width: 479px) {
    .container {
      width: 100%; } }

/* login panel starts here */
.login_panel .panel {
  background-color: transparent;
  margin-top: 5%;
  border: none;
  box-shadow: none; }
  .login_panel .panel .authenticate-heading {
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px dashed #fff;
    padding: 7px 0px;
    margin-bottom: 20px; }
  .login_panel .panel .form-group {
    margin-bottom: 20px; }
    .login_panel .panel .form-group .form-control {
      background-color: #fff;
      border: none;
      box-shadow: none;
      padding: 5px 10px;
      border-radius: 0;
      color: #323941;
      font-weight: normal !important;
      height: 35px;
      font-weight: 600; }
      .login_panel .panel .form-group .form-control.text-area {
        min-height: 75px; }
    .login_panel .panel .form-group label {
      color: #fff;
      font-size: 11px;
      text-transform: uppercase;
      margin-bottom: 8px;
      letter-spacing: 0.5px; }
  .login_panel .panel .btn-default {
    color: #fff;
    background: #b2b2b2;
    width: 100%;
    font-weight: bold;
    border-radius: 0px;
    letter-spacing: 1px;
    font-size: 11px;
    text-transform: uppercase;
    padding: 9px 10px;
    border: none; }
    .login_panel .panel .btn-default:hover {
      background: #323941;
      color: #fff; }
    .login_panel .panel .btn-default:focus {
      outline: none; }
    .login_panel .panel .btn-default i {
      display: inline-block;
      margin-right: 5px; }
  .login_panel .panel .other-options {
    text-align: center; }
    .login_panel .panel .other-options .login-option {
      display: block;
      color: #fff;
      padding: 5px 0px; }
      .login_panel .panel .other-options .login-option a {
        color: #fff;
        text-decoration: underline; }

/* login panel ends here */
/* login-right starts here */
.login-right {
  padding-top: 5%; }
  @media (min-width: 240px) and (max-width: 767px) {
    .login-right {
      background: #fff; } }
  .login-right .login-right-content {
    position: relative;
    height: 85%; }
    .login-right .login-right-content h4 {
      padding: 0px;
      margin: 0px;
      font-size: 13px;
      line-height: 20px;
      margin-bottom: 15px; }
    .login-right .login-right-content ul {
      margin: 0px;
      padding: 0px; }
      .login-right .login-right-content ul li {
        list-style: none;
        line-height: 24px; }
    .login-right .login-right-content .application-btn {
      display: inline-block;
      margin-top: 20px;
      background: #f16320;
      color: #fff;
      font-size: 11px;
      letter-spacing: 1px;
      padding: 6px 15px; }
      .login-right .login-right-content .application-btn:hover {
        background: #323941;
        text-decoration: none; }
    .login-right .login-right-content .logo {
      position: absolute;
      right: 10px;
      bottom: 30px; }
      @media (min-width: 240px) and (max-width: 767px) {
        .login-right .login-right-content .logo {
          position: initial;
          margin-top: 30px; } }
      .login-right .login-right-content .logo img {
        max-width: 100%; }

/* login right ends here */

/*# sourceMappingURL=tmpOO_hg7.css.map */
