@charset "UTF-8";
/* Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com */
/*Import Global Compulsory CSS Files */
/* Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com */
/*Thematic Break
 *------------------------------------ */
hr {
  margin: 30px 0; }
  hr.hr-xs {
    margin: 10px 0; }
  hr.hr-md {
    margin: 20px 0; }
  hr.hr-lg {
    margin: 40px 0; }

/*Headings
 *------------------------------------ */
h1 {
  font-size: 28px;
  line-height: 35px; }

h2 {
  font-size: 24px;
  line-height: 33px; }

h3 {
  font-size: 20px;
  line-height: 27px; }

h4 {
  line-height: 25px; }

h5 {
  line-height: 20px; }

h6 {
  line-height: 18px; }

.font-open-sans {
  font-family: "Open Sans", Arial, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: #555;
  margin-top: 5px;
  text-shadow: none;
  font-weight: normal;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif"; }

h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
  margin-right: 5px; }

/*Block Headline */
.headline {
  display: block;
  margin: 10px 0 25px 0;
  border-bottom: 1px dotted #e4e9f0; }
  .headline h2 {
    font-size: 22px;
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #72c02c; }
  .headline h3, .headline h4 {
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #72c02c; }

.headline-md {
  margin-bottom: 15px; }
  .headline-md h2 {
    font-size: 21px; }

/*Heading Options */
.heading {
  text-align: center; }
  .heading h2 {
    padding: 0 12px;
    position: relative;
    display: inline-block;
    line-height: 34px !important;
    /*For Tagline Boxes */ }
    .heading h2:before, .heading h2:after {
      content: " ";
      width: 70%;
      position: absolute;
      border-width: 1px;
      border-color: #bbb; }
    .heading h2:before {
      right: 100%; }
    .heading h2:after {
      left: 100%; }

@media (max-width: 768px) {
  .heading h2:before, .heading h2:after {
    width: 20%; } }
/*Headline v1 */
.heading-v1 h2:before, .heading-v1 h2:after {
  top: 15px;
  height: 6px;
  border-top-style: solid;
  border-bottom-style: solid; }

/*Headline v2 */
.heading-v2 h2:before, .heading-v2 h2:after {
  top: 15px;
  height: 6px;
  border-top-style: dashed;
  border-bottom-style: dashed; }

/*Headline v3 */
.heading-v3 h2:before, .heading-v3 h2:after {
  top: 15px;
  height: 6px;
  border-top-style: dotted;
  border-bottom-style: dotted; }

/*Headline v4 */
.heading-v4 h2:before, .heading-v4 h2:after {
  top: 17px;
  border-bottom-style: solid; }

/*Headline v5 */
.heading-v5 h2:before, .heading-v5 h2:after {
  top: 17px;
  border-bottom-style: dashed; }

/*Headline v6 */
.heading-v6 h2:before, .heading-v6 h2:after {
  top: 17px;
  border-bottom-style: dotted; }

/*Heading Titles v1 */
/*Headline Center v2 */
/*Devider
 *------------------------------------ */
.devider.devider-dotted {
  border-top: 2px dotted #eee; }
.devider.devider-dashed {
  border-top: 2px dashed #eee; }
.devider.devider-db {
  height: 5px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }
.devider.devider-db-dashed {
  height: 5px;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd; }
.devider.devider-db-dotted {
  height: 5px;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd; }

/*Tables
 *------------------------------------ */
/*Basic Tables */
.table thead > tr > th {
  border-bottom: none; }

@media (max-width: 768px) {
  .table th.hidden-sm, .table td.hidden-sm {
    display: none !important; } }
/*Forms
 *------------------------------------ */
.form-control {
  box-shadow: none;
  border-radius: 0; }

.input-group-addon {
  border-radius: 0; }

.form-control:focus {
  border-color: #bbb;
  box-shadow: 0 0 2px #c9c9c9; }

/*Form Spacing */
.form-spacing .form-control {
  margin-bottom: 15px; }

/*Form Icons */
.input-group-addon {
  color: #b3b3b3;
  font-size: 14px;
  background: #fff; }

/*Navigation
 *------------------------------------ */
.dropdown-menu, .navbar-toggle {
  border-radius: 0; }

/*Button Styles
 *------------------------------------ */
.btn {
  box-shadow: none;
  border-radius: 0; }

.btn-u {
  border: 0;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  padding: 6px 13px;
  position: relative;
  background: #72c02c;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none; }
  .btn-u:hover {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out; }
  .btn-u.btn-block {
    text-align: center; }

.btn-u-sm, a.btn-u-sm {
  padding: 3px 12px; }

.btn-u-md, a.btn-u-md {
  padding: 10px 20px; }

.btn-u-lg, a.btn-u-lg {
  font-size: 18px;
  padding: 10px 25px; }

.btn-u-xs, a.btn-u-xs {
  font-size: 12px;
  padding: 2px 12px;
  line-height: 18px; }

/*Button Groups */
.btn-group .dropdown-menu > li > a {
  padding: 3px 13px; }
.btn-group > .btn-u {
  float: left;
  position: relative; }

.btn-group-vertical > .btn-u {
  float: left;
  position: relative; }

.btn-group > .btn-u:first-child {
  margin-left: 0; }

/*For FF Only */
@-moz-document url-prefix() {
  .footer-subsribe .btn-u {
    padding-bottom: 4px; } }
@media (max-width: 768px) {
  @-moz-document url-prefix() {
    .btn-u {
      padding-bottom: 6px; } } }
/*Buttons Color */
.btn-u:hover, .btn-u:focus, .btn-u:active, .btn-u.active {
  background: #5fb611; }

.open .dropdown-toggle.btn-u {
  background: #5fb611; }

.btn-u-split.dropdown-toggle {
  border-left: solid 1px #5fb611; }

.btn-u.btn-u-blue {
  background: #3498db; }
  .btn-u.btn-u-blue:hover, .btn-u.btn-u-blue:focus, .btn-u.btn-u-blue:active, .btn-u.btn-u-blue.active {
    background: #2980b9; }

.open .dropdown-toggle.btn-u.btn-u-blue {
  background: #2980b9; }

.btn-u.btn-u-split-blue.dropdown-toggle {
  border-left: solid 1px #2980b9; }
.btn-u.btn-u-red {
  background: #e74c3c; }
  .btn-u.btn-u-red:hover, .btn-u.btn-u-red:focus, .btn-u.btn-u-red:active, .btn-u.btn-u-red.active {
    background: #c0392b; }

.open .dropdown-toggle.btn-u.btn-u-red {
  background: #c0392b; }

.btn-u.btn-u-split-red.dropdown-toggle {
  border-left: solid 1px #c0392b; }
.btn-u.btn-u-orange {
  background: #e67e22; }
  .btn-u.btn-u-orange:hover, .btn-u.btn-u-orange:focus, .btn-u.btn-u-orange:active, .btn-u.btn-u-orange.active {
    background: #d35400; }

.open .dropdown-toggle.btn-u.btn-u-orange {
  background: #d35400; }

.btn-u.btn-u-split-orange.dropdown-toggle {
  border-left: solid 1px #d35400; }
.btn-u.btn-u-sea {
  background: #1abc9c; }
  .btn-u.btn-u-sea:hover, .btn-u.btn-u-sea:focus, .btn-u.btn-u-sea:active, .btn-u.btn-u-sea.active {
    background: #16a085; }

.open .dropdown-toggle.btn-u.btn-u-sea {
  background: #16a085; }

.btn-u.btn-u-split-sea.dropdown-toggle {
  border-left: solid 1px #16a085; }
.btn-u.btn-u-green {
  background: #2ecc71; }
  .btn-u.btn-u-green:hover, .btn-u.btn-u-green:focus, .btn-u.btn-u-green:active, .btn-u.btn-u-green.active {
    background: #27ae60; }

.open .dropdown-toggle.btn-u.btn-u-green {
  background: #27ae60; }

.btn-u.btn-u-split-green.dropdown-toggle {
  border-left: solid 1px #27ae60; }
.btn-u.btn-u-yellow {
  background: #f1c40f; }
  .btn-u.btn-u-yellow:hover, .btn-u.btn-u-yellow:focus, .btn-u.btn-u-yellow:active, .btn-u.btn-u-yellow.active {
    background: #f39c12; }

.open .dropdown-toggle.btn-u.btn-u-yellow {
  background: #f39c12; }

.btn-u.btn-u-split-yellow.dropdown-toggle {
  border-left: solid 1px #f39c12; }
.btn-u.btn-u-default {
  background: #95a5a6; }
  .btn-u.btn-u-default:hover, .btn-u.btn-u-default:focus, .btn-u.btn-u-default:active, .btn-u.btn-u-default.active {
    background: #7f8c8d; }

.open .dropdown-toggle.btn-u.btn-u-default {
  background: #7f8c8d; }

.btn-u.btn-u-split-default.dropdown-toggle {
  border-left: solid 1px #7f8c8d; }
.btn-u.btn-u-purple {
  background: #9b6bcc; }
  .btn-u.btn-u-purple:hover, .btn-u.btn-u-purple:focus, .btn-u.btn-u-purple:active, .btn-u.btn-u-purple.active {
    background: #814fb5; }

.open .dropdown-toggle.btn-u.btn-u-purple {
  background: #814fb5; }

.btn-u.btn-u-split-purple.dropdown-toggle {
  border-left: solid 1px #814fb5; }
.btn-u.btn-u-aqua {
  background: #27d7e7; }
  .btn-u.btn-u-aqua:hover, .btn-u.btn-u-aqua:focus, .btn-u.btn-u-aqua:active, .btn-u.btn-u-aqua.active {
    background: #26bac8; }

.open .dropdown-toggle.btn-u.btn-u-aqua {
  background: #26bac8; }

.btn-u.btn-u-split-aqua.dropdown-toggle {
  border-left: solid 1px #26bac8; }
.btn-u.btn-u-brown {
  background: #9c8061; }
  .btn-u.btn-u-brown:hover, .btn-u.btn-u-brown:focus, .btn-u.btn-u-brown:active, .btn-u.btn-u-brown.active {
    background: #81674b; }

.open .dropdown-toggle.btn-u.btn-u-brown {
  background: #81674b; }

.btn-u.btn-u-split-brown.dropdown-toggle {
  border-left: solid 1px #81674b; }
.btn-u.btn-u-dark-blue {
  background: #4765a0; }
  .btn-u.btn-u-dark-blue:hover, .btn-u.btn-u-dark-blue:focus, .btn-u.btn-u-dark-blue:active, .btn-u.btn-u-dark-blue.active {
    background: #324c80; }

.open .dropdown-toggle.btn-u.btn-u-dark-blue {
  background: #324c80; }

.btn-u.btn-u-split-dark.dropdown-toggle {
  border-left: solid 1px #324c80; }
.btn-u.btn-u-light-green {
  background: #79d5b3; }
  .btn-u.btn-u-light-green:hover, .btn-u.btn-u-light-green:focus, .btn-u.btn-u-light-green:active, .btn-u.btn-u-light-green.active {
    background: #59b795; }

.open .dropdown-toggle.btn-u.btn-u-light-green {
  background: #59b795; }

.btn-u.btn-u-split-light-green.dropdown-toggle {
  border-left: solid 1px #59b795; }
.btn-u.btn-u-dark {
  background: #555; }
  .btn-u.btn-u-dark:hover, .btn-u.btn-u-dark:focus, .btn-u.btn-u-dark:active, .btn-u.btn-u-dark.active {
    background: #333; }

.open .dropdown-toggle.btn-u.btn-u-dark {
  background: #333; }

.btn-u.btn-u-split-dark.dropdown-toggle {
  border-left: solid 1px #333; }
.btn-u.btn-u-light-grey {
  background: #585f69; }
  .btn-u.btn-u-light-grey:hover, .btn-u.btn-u-light-grey:focus, .btn-u.btn-u-light-grey:active, .btn-u.btn-u-light-grey.active {
    background: #484f58; }

.open .dropdown-toggle.btn-u.btn-u-light-grey {
  background: #484f58; }

.btn-u.btn-u-split-light-grey.dropdown-toggle {
  border-left: solid 1px #484f58; }
.btn-u.btn-brd {
  color: #555;
  background: none;
  padding: 5px 13px;
  border: solid 1px transparent; }
.btn-u.btn-brd-width-2 {
  padding: 7px 18px;
  border-width: 2px; }
.btn-u.btn-brd {
  border-color: #72c02c; }
  .btn-u.btn-brd:hover, .btn-u.btn-brd:focus {
    background: none; }
  .btn-u.btn-brd.btn-brd-hover:hover {
    color: #fff !important; }
  .btn-u.btn-brd:hover {
    color: #5fb611;
    border-color: #5fb611; }
  .btn-u.btn-brd.btn-brd-hover:hover {
    background: #5fb611; }
  .btn-u.btn-brd.btn-u-blue {
    border-color: #3498db; }
    .btn-u.btn-brd.btn-u-blue:hover {
      color: #2980b9;
      border-color: #2980b9; }
    .btn-u.btn-brd.btn-u-blue.btn-brd-hover:hover {
      background: #2980b9; }
  .btn-u.btn-brd.btn-u-red {
    border-color: #e74c3c; }
    .btn-u.btn-brd.btn-u-red:hover {
      color: #c0392b;
      border-color: #c0392b; }
    .btn-u.btn-brd.btn-u-red.btn-brd-hover:hover {
      background: #c0392b; }
  .btn-u.btn-brd.btn-u-orange {
    border-color: #e67e22; }
    .btn-u.btn-brd.btn-u-orange:hover {
      color: #d35400;
      border-color: #d35400; }
    .btn-u.btn-brd.btn-u-orange.btn-brd-hover:hover {
      background: #d35400; }
  .btn-u.btn-brd.btn-u-sea {
    border-color: #1abc9c; }
    .btn-u.btn-brd.btn-u-sea:hover {
      color: #16a085;
      border-color: #16a085; }
    .btn-u.btn-brd.btn-u-sea.btn-brd-hover:hover {
      background: #16a085; }
  .btn-u.btn-brd.btn-u-green {
    border-color: #2ecc71; }
    .btn-u.btn-brd.btn-u-green:hover {
      color: #27ae60;
      border-color: #27ae60; }
    .btn-u.btn-brd.btn-u-green.btn-brd-hover:hover {
      background: #27ae60; }
  .btn-u.btn-brd.btn-u-yellow {
    border-color: #f1c40f; }
    .btn-u.btn-brd.btn-u-yellow:hover {
      color: #f39c12;
      border-color: #f39c12; }
    .btn-u.btn-brd.btn-u-yellow.btn-brd-hover:hover {
      background: #f39c12; }
  .btn-u.btn-brd.btn-u-default {
    border-color: #95a5a6; }
    .btn-u.btn-brd.btn-u-default:hover {
      color: #7f8c8d;
      border-color: #7f8c8d; }
    .btn-u.btn-brd.btn-u-default.btn-brd-hover:hover {
      background: #7f8c8d; }
  .btn-u.btn-brd.btn-u-dark {
    border-color: #555; }
    .btn-u.btn-brd.btn-u-dark:hover {
      color: #333;
      border-color: #333; }
    .btn-u.btn-brd.btn-u-dark.btn-brd-hover:hover {
      background: #333; }
  .btn-u.btn-brd.btn-u-light-grey {
    border-color: #585f69; }
    .btn-u.btn-brd.btn-u-light-grey:hover {
      color: #484f58;
      border-color: #484f58; }
    .btn-u.btn-brd.btn-u-light-grey.btn-brd-hover:hover {
      background: #484f58; }
  .btn-u.btn-brd.btn-u-purple {
    border-color: #9b6bcc; }
    .btn-u.btn-brd.btn-u-purple:hover {
      color: #814fb5;
      border-color: #814fb5; }
    .btn-u.btn-brd.btn-u-purple.btn-brd-hover:hover {
      background: #814fb5; }
  .btn-u.btn-brd.btn-u-aqua {
    border-color: #27d7e7; }
    .btn-u.btn-brd.btn-u-aqua:hover {
      color: #26bac8;
      border-color: #26bac8; }
    .btn-u.btn-brd.btn-u-aqua.btn-brd-hover:hover {
      background: #26bac8; }
  .btn-u.btn-brd.btn-u-brown {
    border-color: #9c8061; }
    .btn-u.btn-brd.btn-u-brown:hover {
      color: #81674b;
      border-color: #81674b; }
    .btn-u.btn-brd.btn-u-brown.btn-brd-hover:hover {
      background: #81674b; }
  .btn-u.btn-brd.btn-u-dark-blue {
    border-color: #4765a0; }
    .btn-u.btn-brd.btn-u-dark-blue:hover {
      color: #324c80;
      border-color: #324c80; }
    .btn-u.btn-brd.btn-u-dark-blue.btn-brd-hover:hover {
      background: #324c80; }
  .btn-u.btn-brd.btn-u-light-green {
    border-color: #79d5b3; }
    .btn-u.btn-brd.btn-u-light-green:hover {
      color: #59b795;
      border-color: #59b795; }
    .btn-u.btn-brd.btn-u-light-green.btn-brd-hover:hover {
      background: #59b795; }
  .btn-u.btn-brd.btn-u-light {
    color: #fff;
    border-color: #fff; }
    .btn-u.btn-brd.btn-u-light:hover {
      border-color: #fff; }
    .btn-u.btn-brd.btn-u-light.btn-brd-hover:hover {
      background: #fff;
      color: #555 !important; }

/*Bordered Buttons */
/*Dropdown Buttons
 *------------------------------------ */
.dropdown-show {
  box-shadow: 0 0 4px #eee;
  display: inline-block;
  position: relative; }

/*Badges and Labels
 *------------------------------------ */
.badge, .label {
  border-radius: 0; }

/*Labels */
span.label {
  font-size: 11px;
  font-weight: 400;
  padding: 4px 7px; }
span.badge {
  color: #fff;
  font-weight: 400;
  padding: 4px 7px; }

/*Badges */
.list-group-item.active > .badge {
  color: #fff;
  font-weight: 400;
  padding: 4px 7px; }

span.label-u, span.badge-u {
  background: #72c02c; }

.list-group-item.active > .badge.badge-u {
  background: #72c02c; }

span.label-blue, span.badge-blue {
  background: #3498db; }

.list-group-item.active > .badge {
  background: #3498db; }

span.label-red, span.badge-red {
  background: #e74c3c; }

.list-group-item.active > .badge {
  background: #e74c3c; }

span.label-green, span.badge-green {
  background: #2ecc71; }

.list-group-item.active > .badge.badge-green {
  background: #2ecc71; }

span.label-sea, span.badge-sea {
  background: #1abc9c; }

.list-group-item.active > .badge.badge-sea {
  background: #1abc9c; }

span.label-orange, span.badge-orange {
  background: #e67e22; }

.list-group-item.active > .badge.badge-orange {
  background: #e67e22; }

span.label-yellow, span.badge-yellow {
  background: #f1c40f; }

.list-group-item.active > .badge.badge-yellow {
  background: #f1c40f; }

span.label-purple, span.badge-purple {
  background: #9b6bcc; }

.list-group-item.active > .badge.badge-purple {
  background: #9b6bcc; }

span.label-aqua, span.badge-aqua {
  background: #27d7e7; }

.list-group-item.active > .badge.badge-aqua {
  background: #27d7e7; }

span.label-brown, span.badge-brown {
  background: #9c8061; }

.list-group-item.active > .badge.badge-brown {
  background: #9c8061; }

span.label-dark-blue, span.badge-dark-blue {
  background: #4765a0; }

.list-group-item.active > .badge.badge-dark-blue {
  background: #4765a0; }

span.label-light-green, span.badge-light-green {
  background: #79d5b3; }

.list-group-item.active > .badge.badge-light-green {
  background: #79d5b3; }

span.label-light, span.badge-light {
  color: #777;
  background: #ecf0f1; }

.list-group-item.active > .badge.badge-light {
  color: #777;
  background: #ecf0f1; }

span.label-dark, span.badge-dark {
  background: #555; }

.list-group-item.active > .badge.badge-dark {
  background: #555; }

/*Badge Lists */
.badge-lists li {
  position: relative; }
.badge-lists span.badge {
  top: -10px;
  right: -6px;
  position: absolute; }
.badge-lists.badge-icons span.badge {
  min-width: 12px;
  padding: 3px 6px; }
.badge-lists.badge-icons i {
  font-size: 18px;
  min-width: 25px; }

/*Badge Icons */
/*Badge Box v1 */
.badge-box-v1 a {
  color: #777;
  min-width: 40px;
  font-size: 18px;
  padding: 8px 9px;
  display: inline-block;
  border: solid 1px #eee; }

/*Badge Box v2 */
.badge-box-v2 a {
  color: #777;
  font-size: 12px;
  padding: 10px;
  min-width: 70px;
  text-align: center;
  display: inline-block;
  border: solid 1px #eee; }
  .badge-box-v2 a i {
    font-size: 20px; }

/*General Badge Box */
.badge-box-v1 a i, .badge-box-v2 a i {
  display: block;
  margin: 1px auto 2px; }

.badge-box-v1 a:hover, .badge-box-v2 a:hover {
  color: #555;
  border-color: #555;
  text-decoration: none;
  transition: all 0.2s ease-in-out; }

/*Icons
 *------------------------------------ */
/*Social Icons */
.social-icons {
  margin: 0;
  padding: 0; }
  .social-icons li {
    list-style: none;
    margin-right: 3px;
    margin-bottom: 5px;
    text-indent: -9999px;
    display: inline-block; }
    .social-icons li a {
      width: 28px;
      height: 28px;
      display: block;
      background-position: 0 0;
      background-repeat: no-repeat;
      transition: all 0.3s ease-in-out; }

a.social-icon {
  width: 28px;
  height: 28px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out; }

.social-icons li:hover a {
  background-position: 0 -38px; }

.social-icons-color li a {
  opacity: 0.7;
  background-position: 0 -38px !important;
  -webkit-backface-visibility: hidden;
  /*For Chrome */ }
  .social-icons-color li a:hover {
    opacity: 1; }

.social_amazon {
  background: url(../img/icons/social/amazon.png) no-repeat; }

.social_behance {
  background: url(../img/icons/social/behance.png) no-repeat; }

.social_blogger {
  background: url(../img/icons/social/blogger.png) no-repeat; }

.social_deviantart {
  background: url(../img/icons/social/deviantart.png) no-repeat; }

.social_dribbble {
  background: url(../img/icons/social/dribbble.png) no-repeat; }

.social_dropbox {
  background: url(../img/icons/social/dropbox.png) no-repeat; }

.social_evernote {
  background: url(../img/icons/social/evernote.png) no-repeat; }

.social_facebook {
  background: url(../img/icons/social/facebook.png) no-repeat; }

.social_forrst {
  background: url(../img/icons/social/forrst.png) no-repeat; }

.social_github {
  background: url(../img/icons/social/github.png) no-repeat; }

.social_googleplus {
  background: url(../img/icons/social/googleplus.png) no-repeat; }

.social_jolicloud {
  background: url(../img/icons/social/jolicloud.png) no-repeat; }

.social_last-fm {
  background: url(../img/icons/social/last-fm.png) no-repeat; }

.social_linkedin {
  background: url(../img/icons/social/linkedin.png) no-repeat; }

.social_picasa {
  background: url(../img/icons/social/picasa.png) no-repeat; }

.social_pintrest {
  background: url(../img/icons/social/pintrest.png) no-repeat; }

.social_rss {
  background: url(../img/icons/social/rss.png) no-repeat; }

.social_skype {
  background: url(../img/icons/social/skype.png) no-repeat; }

.social_spotify {
  background: url(../img/icons/social/spotify.png) no-repeat; }

.social_stumbleupon {
  background: url(../img/icons/social/stumbleupon.png) no-repeat; }

.social_tumblr {
  background: url(../img/icons/social/tumblr.png) no-repeat; }

.social_twitter {
  background: url(../img/icons/social/twitter.png) no-repeat; }

.social_vimeo {
  background: url(../img/icons/social/vimeo.png) no-repeat; }

.social_wordpress {
  background: url(../img/icons/social/wordpress.png) no-repeat; }

.social_xing {
  background: url(../img/icons/social/xing.png) no-repeat; }

.social_yahoo {
  background: url(../img/icons/social/yahoo.png) no-repeat; }

.social_youtube {
  background: url(../img/icons/social/youtube.png) no-repeat; }

.social_vk {
  background: url(../img/icons/social/vk.png) no-repeat; }

.social_instagram {
  background: url(../img/icons/social/instagram.png) no-repeat; }

/*Font Awesome Icon Styles */
i.icon-custom {
  color: #555;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 5px;
  text-align: center;
  display: inline-block;
  border: solid 1px #555; }
i.icon-sm {
  width: 35px;
  height: 35px;
  font-size: 16px;
  line-height: 35px; }
i.icon-md {
  width: 55px;
  height: 55px;
  font-size: 22px;
  line-height: 55px; }
i.icon-lg {
  width: 60px;
  height: 60px;
  font-size: 31px;
  line-height: 60px;
  margin-bottom: 10px; }
i.icon-2x {
  font-size: 30px; }
i.icon-3x {
  font-size: 40px; }
i.icon-4x {
  font-size: 50px; }
i.icon-line {
  font-size: 17px; }
i.icon-sm.icon-line {
  font-size: 14px; }
i.icon-md.icon-line {
  font-size: 22px; }
i.icon-lg.icon-line {
  font-size: 28px; }
i.icon-2x.icon-line {
  font-size: 27px; }
i.icon-3x.icon-line {
  font-size: 36px; }
i.icon-4x.icon-line {
  font-size: 47px; }

/*Line Icons */
/*Icon Styles For Links */
.link-icon, .link-bg-icon {
  color: #555; }

.link-icon:hover, .link-bg-icon:hover {
  border: none;
  text-decoration: none; }

.link-icon:hover i {
  color: #72c02c;
  background: none;
  border: solid 1px #72c02c; }

.link-bg-icon:hover i {
  color: #72c02c;
  background: #72c02c;
  border-color: #72c02c;
  color: #fff !important; }

/*Icons Color */
i.icon-color-u, i.icon-color-red, i.icon-color-sea, i.icon-color-dark, i.icon-color-grey, i.icon-color-blue, i.icon-color-green, i.icon-color-yellow, i.icon-color-orange, i.icon-color-purple, i.icon-color-aqua, i.icon-color-brown, i.icon-color-dark-blue, i.icon-color-light-grey, i.icon-color-light-green {
  background: none; }
i.icon-color-u {
  color: #72c02c;
  border: solid 1px #72c02c; }
i.icon-color-blue {
  color: #3498db;
  border: solid 1px #3498db; }
i.icon-color-red {
  color: #e74c3c;
  border: solid 1px #e74c3c; }
i.icon-color-sea {
  color: #1abc9c;
  border: solid 1px #1abc9c; }
i.icon-color-green {
  color: #2ecc71;
  border: solid 1px #2ecc71; }
i.icon-color-yellow {
  color: #f1c40f;
  border: solid 1px #f1c40f; }
i.icon-color-orange {
  color: #e67e22;
  border: solid 1px #e67e22; }
i.icon-color-grey {
  color: #95a5a6;
  border: solid 1px #95a5a6; }
i.icon-color-purple {
  color: #9b6bcc;
  border: solid 1px #9b6bcc; }
i.icon-color-aqua {
  color: #27d7e7;
  border: solid 1px #27d7e7; }
i.icon-color-brown {
  color: #9c8061;
  border: solid 1px #9c8061; }
i.icon-color-dark-blue {
  color: #4765a0;
  border: solid 1px #4765a0; }
i.icon-color-light-green {
  color: #79d5b3;
  border: solid 1px #79d5b3; }
i.icon-color-light {
  color: #fff;
  border: solid 1px #fff; }
i.icon-color-light-grey {
  color: #585f69;
  border: solid 1px #585f69; }
i.icon-bg-u, i.icon-bg-red, i.icon-bg-sea, i.icon-bg-dark, i.icon-bg-darker, i.icon-bg-grey, i.icon-bg-blue, i.icon-bg-green, i.icon-bg-yellow, i.icon-bg-orange, i.icon-bg-purple, i.icon-bg-aqua, i.icon-bg-brown, i.icon-bg-dark-blue, i.icon-bg-light-grey, i.icon-bg-light-green {
  color: #fff;
  border-color: transparent; }
i.icon-bg-u {
  background: #72c02c; }
i.icon-bg-blue {
  background: #3498db; }
i.icon-bg-red {
  background: #e74c3c; }
i.icon-bg-sea {
  background: #1abc9c; }
i.icon-bg-green {
  background: #2ecc71; }
i.icon-bg-yellow {
  background: #f1c40f; }
i.icon-bg-orange {
  background: #e67e22; }
i.icon-bg-grey {
  background: #95a5a6; }
i.icon-bg-dark {
  background: #555; }
i.icon-bg-darker {
  background: #333; }
i.icon-bg-purple {
  background: #9b6bcc; }
i.icon-bg-aqua {
  background: #27d7e7; }
i.icon-bg-brown {
  background: #9c8061; }
i.icon-bg-dark-blue {
  background: #4765a0; }
i.icon-bg-light-green {
  background: #79d5b3; }
i.icon-bg-light {
  background: #fff;
  border-color: transparent; }
i.icon-bg-light-grey {
  background: #585f69;
  border-color: transparent; }

/*Icons Backgroun Color */
/* Make Font Awesome icons fixed width */
.fa-fixed [class^="fa"], .fa-fixed [class*=" fa"] {
  width: 1.25em;
  text-align: center;
  display: inline-block; }
.fa-fixed [class^="fa"].fa-lg, .fa-fixed [class*=" fa"].fa-lg {
  /* increased font size for fa-lg */
  width: 1.5625em; }

/*Typography
 *------------------------------------ */
.text-justify p {
  text-align: justify; }

.text-transform-uppercase {
  text-transform: uppercase; }

.text-transform-normal {
  text-transform: inherit !important; }

.font-bold {
  font-weight: 600; }

.font-light {
  font-weight: 200; }

.font-normal {
  font-weight: 400 !important; }

/*Text Dropcap */
.dropcap {
  float: left;
  color: #72c02c;
  padding: 5px 0;
  font-size: 45px;
  font-weight: 200;
  line-height: 30px;
  margin: 0px 5px 0 0; }

.dropcap-bg {
  float: left;
  color: #fff;
  padding: 7px 0;
  min-width: 50px;
  font-size: 35px;
  font-weight: 200;
  line-height: 35px;
  text-align: center;
  background: #72c02c;
  margin: 4px 10px 0 0; }

/*Text Highlights */
.text-highlights {
  color: #fff;
  font-weight: 200;
  padding: 0px 5px;
  background: #555; }

.text-highlights-green {
  background: #72c02c; }

.text-highlights-blue {
  background: #3498db; }

.text-highlights-red {
  background: #e74c3c; }

.text-highlights-sea {
  background: #1abc9c; }

.text-highlights-orange {
  background: #e67e22; }

.text-highlights-yellow {
  background: #f1c40f; }

.text-highlights-purple {
  background: #9b6bcc; }

.text-highlights-aqua {
  background: #27d7e7; }

.text-highlights-brown {
  background: #9c8061; }

.text-highlights-dark-blue {
  background: #4765a0; }

.text-highlights-light-green {
  background: #79d5b3; }

/*Text Borders */
.text-border {
  border-bottom: dashed 1px #555; }

.text-border-default {
  border-color: #95a5a6; }

.text-border-green {
  border-color: #72c02c; }

.text-border-blue {
  border-color: #3498db; }

.text-border-red {
  border-color: #e74c3c; }

.text-border-yellow {
  border-color: #f1c40f; }

.text-border-purple {
  border-color: #9b6bcc; }

/*List Styles */
.list-styles li {
  margin-bottom: 8px; }

/*Contextual Backgrounds */
.contex-bg p {
  opacity: 0.8;
  padding: 8px 10px; }
  .contex-bg p:hover {
    opacity: 1; }

/*Blockquote */
blockquote {
  padding: 5px 15px;
  border-left-width: 2px; }
  blockquote p {
    font-size: 14px;
    font-weight: 400; }
  blockquote h1, blockquote h2, blockquote span {
    font-size: 18px;
    margin: 0 0 8px;
    line-height: 24px; }
  blockquote.bq-text-lg p, blockquote.bq-text-lg small {
    text-transform: uppercase; }
  blockquote.bq-text-lg p {
    font-size: 22px;
    font-weight: 300;
    line-height: 32px; }
  blockquote.text-right {
    border-left: none;
    border-right: 2px solid #eee; }
  blockquote.hero.text-right {
    border-left: none;
    border-right: 2px solid #eee;
    border-color: #555; }
    blockquote.hero.text-right:hover {
      border-color: #555; }
  blockquote:hover, blockquote.text-right:hover {
    border-color: #72c02c;
    transition: all 0.4s ease-in-out; }
  blockquote.bq-dark {
    border-color: #585f69; }
    blockquote.bq-dark:hover {
      border-color: #585f69; }
  blockquote.bq-green {
    border-color: #72c02c; }
  blockquote.hero {
    border: none;
    padding: 18px;
    font-size: 16px;
    background: #f3f3f3;
    border-left: solid 2px #666; }
    blockquote.hero:hover {
      background: #eee;
      border-left-color: #666; }
    blockquote.hero.hero-dark, blockquote.hero.hero-default {
      border: none; }
    blockquote.hero.hero-dark {
      background: #444; }
      blockquote.hero.hero-dark:hover {
        background: #555; }
    blockquote.hero.hero-default {
      background: #72c02c; }
      blockquote.hero.hero-default:hover {
        background: #5fb611; }
    blockquote.hero.hero-dark p, blockquote.hero.hero-dark h2, blockquote.hero.hero-dark small {
      color: #fff;
      font-weight: 200; }
    blockquote.hero.hero-default p, blockquote.hero.hero-default h2, blockquote.hero.hero-default small {
      color: #fff;
      font-weight: 200; }

/*Blockquote Styles */
/*Blockquote Hero Styles */
/*Lists
 *------------------------------------ */
.list-row {
  padding: 0;
  margin-bottom: 0;
  list-style: none; }

/*Lists v1 */
.lists-v1 li {
  margin-bottom: 10px; }
.lists-v1 i {
  color: #fff;
  width: 15px;
  height: 15px;
  padding: 1px;
  font-size: 13px;
  margin-right: 7px;
  text-align: center;
  background: #72c02c;
  display: inline-block;
  border-radius: 50% !important; }

/*Lists v2 */
.lists-v2 li {
  margin-bottom: 10px; }
.lists-v2 i {
  color: #72c02c;
  font-size: 13px;
  margin-right: 7px;
  display: inline-block; }

/*Alerts
 *------------------------------------ */
.alert, .thumbnail, .panel, .panel-heading, .panel-group .panel {
  border-radius: 0; }

/*Thumbnails
 *------------------------------------ */
/*Panels (Portlets)
 *------------------------------------ */
.panel-heading {
  color: #fff;
  padding: 5px 15px; }

/*Panel Table */
.panel .table {
  margin-bottom: 0; }

/*Panel Unify */
.panel-u {
  border-color: #72c02c; }
  .panel-u > .panel-heading {
    background: #72c02c; }

/*Panel Blue */
.panel-blue {
  border-color: #3498db; }
  .panel-blue > .panel-heading {
    background: #3498db; }

/*Panel Red */
.panel-red {
  border-color: #e74c3c; }
  .panel-red > .panel-heading {
    background: #e74c3c; }

/*Panel Green */
.panel-green {
  border-color: #2ecc71; }
  .panel-green > .panel-heading {
    background: #2ecc71; }

/*Panel Sea */
.panel-sea {
  border-color: #1abc9c; }
  .panel-sea > .panel-heading {
    background: #1abc9c; }

/*Panel Orange */
.panel-orange {
  border-color: #e67e22; }
  .panel-orange > .panel-heading {
    background: #e67e22; }

/*Panel Yellow */
.panel-yellow {
  border-color: #f1c40f; }
  .panel-yellow > .panel-heading {
    background: #f1c40f; }

/*Panel Grey */
.panel-grey {
  border-color: #95a5a6; }
  .panel-grey > .panel-heading {
    background: #95a5a6; }

/*Panel Dark */
.panel-dark {
  border-color: #555; }
  .panel-dark > .panel-heading {
    background: #555; }

/*Panel Purple */
.panel-purple {
  border-color: #9b6bcc; }
  .panel-purple > .panel-heading {
    background: #9b6bcc; }

/*Panel Aqua */
.panel-aqua {
  border-color: #27d7e7; }
  .panel-aqua > .panel-heading {
    background: #27d7e7; }

/*Panel Brown */
.panel-brown {
  border-color: #9c8061; }
  .panel-brown > .panel-heading {
    background: #9c8061; }

/*Panel Dark Blue */
.panel-dark-blue {
  border-color: #4765a0; }
  .panel-dark-blue > .panel-heading {
    background: #4765a0; }

/*Panel Light Green */
.panel-light-green {
  border-color: #79d5b3; }
  .panel-light-green > .panel-heading {
    background: #79d5b3; }

/*Panel Default Dark */
.panel-default-dark {
  border-color: #585f69; }
  .panel-default-dark > .panel-heading {
    background: #585f69; }

/*Progress Bar
 *------------------------------------ */
.progress {
  border-radius: 0; }

.progress-u {
  box-shadow: none; }
  .progress-u .progress-bar {
    box-shadow: none; }

/*progress-bar (sizes) */
.progress-lg {
  height: 25px; }
  .progress-lg p {
    padding-top: 3px; }

.progress-sm {
  height: 12px; }

.progress-xs {
  height: 7px; }

.progress-xxs {
  height: 3px; }

/*progress-bar (colors) */
.progress {
  background: #e5e5e5; }

.progress-bar-u {
  background: #72c02c; }

.progress-bar-blue {
  background: #3498db; }

.progress-bar-orange {
  background: #e67e22; }

.progress-bar-red {
  background: #e74c3c; }

.progress-bar-purple {
  background: #9b6bcc; }

.progress-bar-aqua {
  background: #27d7e7; }

.progress-bar-brown {
  background: #9c8061; }

.progress-bar-dark-blue {
  background: #4765a0; }

.progress-bar-light-green {
  background: #79d5b3; }

.progress-bar-dark {
  background: #555; }

/*Progress Bar Animation
 *------------------------------------ */
.progress {
  position: relative; }
  .progress .progress-bar {
    overflow: hidden;
    line-height: 20px; }

.progress-box .progress-bar {
  transition: all 3s ease-in; }

/*Vertical Progress Bar */
.progress.vertical {
  float: left;
  width: 100%;
  height: 200px;
  margin-right: 20px; }
  .progress.vertical.bottom {
    position: relative; }
  .progress.vertical .progress-bar {
    height: 0;
    width: 100%;
    transition: height 3s ease; }
  .progress.vertical.bottom .progress-bar {
    bottom: 0;
    position: absolute; }

/*Count Stars
 *------------------------------------ */
.stars-existing {
  color: #72c02c;
  cursor: pointer; }

.star-lg {
  font-size: 30px; }

.star-sm {
  font-size: 25px; }

.star-xs {
  font-size: 20px; }

.star-default {
  font-size: 16px; }

/*Media (Audio/Videos and Images)
 *------------------------------------ */
/*Images */
img.img-bordered {
  padding: 3px !important;
  border: solid 1px #eee !important; }
img.img-circle {
  border-radius: 50% !important; }
img.image-sm {
  width: 50px;
  height: 50px; }
img.image-md {
  width: 100px;
  height: 100px; }

/*Responsive Video */
.responsive-video {
  height: 0;
  padding-top: 1px;
  position: relative;
  padding-bottom: 56.25%;
  /*16:9 */ }
  .responsive-video iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute; }

/*Column Sizes
 *------------------------------------ */
/*Remove the Gutter Padding from Columns */
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }
.no-gutter.no-gutter-boxed {
  padding-right: 15px;
  padding-left: 15px; }

/*Heights
 *------------------------------------ */
.height-100 {
  min-height: 100px; }

.height-150 {
  min-height: 150px; }

.height-200 {
  min-height: 200px; }

.height-250 {
  min-height: 250px; }

.height-300 {
  min-height: 300px; }

.height-350 {
  min-height: 350px; }

.height-400 {
  min-height: 400px; }

.height-450 {
  min-height: 450px; }

.height-500 {
  min-height: 500px !important; }

/*Spaces
 *------------------------------------ */
.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0; }

.no-top-space {
  margin-top: 0 !important;
  padding-top: 0 !important; }

.no-bottom-space {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.content-xs {
  padding-top: 20px;
  padding-bottom: 20px; }

.content {
  padding-top: 40px;
  padding-bottom: 40px; }

.content-sm {
  padding-top: 60px;
  padding-bottom: 60px; }

.content-md {
  padding-top: 80px;
  padding-bottom: 80px; }

.content-lg {
  padding-top: 100px;
  padding-bottom: 100px; }

.content-xlg {
  padding-top: 150px;
  padding-bottom: 150px; }

.space-md-hor {
  padding-left: 40px;
  padding-right: 40px; }

.space-lg-hor {
  padding-left: 60px;
  padding-right: 60px; }

.space-xlg-hor {
  padding-left: 100px;
  padding-right: 100px; }

.margin-bottom-5, .margin-bottom-10, .margin-bottom-15, .margin-bottom-20, .margin-bottom-25, .margin-bottom-30, .margin-bottom-35, .margin-bottom-40, .margin-bottom-45, .margin-bottom-50, .margin-bottom-55, .margin-bottom-60, .margin-bottom-100 {
  clear: both; }

.margin-bottom-5 {
  margin-bottom: 5px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-bottom-15 {
  margin-bottom: 15px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-bottom-25 {
  margin-bottom: 25px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-bottom-35 {
  margin-bottom: 35px; }

.margin-bottom-40 {
  margin-bottom: 40px; }

.margin-bottom-45 {
  margin-bottom: 45px; }

.margin-bottom-50 {
  margin-bottom: 50px; }

.margin-bottom-55 {
  margin-bottom: 55px; }

.margin-bottom-60 {
  margin-bottom: 60px; }

.margin-bottom-70 {
  margin-bottom: 70px; }

.margin-bottom-80 {
  margin-bottom: 80px; }

.margin-bottom-90 {
  margin-bottom: 90px; }

.margin-bottom-100 {
  margin-bottom: 100px; }

@media (max-width: 768px) {
  .sm-margin-bottom-10 {
    margin-bottom: 10px; }

  .sm-margin-bottom-20 {
    margin-bottom: 20px; }

  .sm-margin-bottom-30 {
    margin-bottom: 30px; }

  .sm-margin-bottom-40 {
    margin-bottom: 40px; }

  .sm-margin-bottom-50 {
    margin-bottom: 50px; }

  .sm-margin-bottom-60 {
    margin-bottom: 60px; } }
@media (max-width: 992px) {
  .md-margin-bottom-10 {
    margin-bottom: 10px; }

  .md-margin-bottom-20 {
    margin-bottom: 20px; }

  .md-margin-bottom-30 {
    margin-bottom: 30px; }

  .md-margin-bottom-40 {
    margin-bottom: 40px; }

  .md-margin-bottom-50 {
    margin-bottom: 50px; }

  .md-margin-bottom-60 {
    margin-bottom: 60px; } }
/*Other Spaces */
.margin-top-20 {
  margin-top: 20px; }

.margin-left-5 {
  margin-left: 5px; }

.margin-left-10 {
  margin-left: 10px; }

.margin-right-5 {
  margin-right: 5px; }

.margin-right-10 {
  margin-right: 10px; }

.margin-right-20 {
  margin-right: 20px; }

.padding-sm {
  padding: 40px 40px; }

.padding-top-5 {
  padding-top: 5px; }

.padding-left-5 {
  padding-left: 5px; }

/*Text Colors
 *------------------------------------ */
.color-sea {
  color: #1abc9c; }

.color-red {
  color: #e74c3c; }

.color-aqua {
  color: #27d7e7; }

.color-blue {
  color: #3498db; }

.color-grey {
  color: #95a5a6; }

.color-dark {
  color: #555; }

/*.color-dark1 { color: #444;} */
.color-darker {
  color: #444; }

.color-green {
  color: #72c02c; }

.color-brown {
  color: #9c8061; }

.color-light {
  color: #ffffff; }

.color-orange {
  color: #e67e22; }

.color-yellow {
  color: #f1c40f; }

.color-green1 {
  color: #2ecc71; }

.color-purple {
  color: #9b6bcc; }

.color-inherit {
  color: inherit; }

.color-dark-blue {
  color: #4765a0; }

.color-light-grey {
  color: #585f69; }

.color-light-green {
  color: #79d5b3; }

.color-teal {
  color: #18ba9b; }

/*Background Colors
 *------------------------------------ */
.bg-color-dark, .bg-color-darker, .bg-color-sea, .bg-color-red, .bg-color-aqua, .bg-color-blue, .bg-color-grey, .bg-color-light, .bg-color-green, .bg-color-brown, .bg-color-orange, .bg-color-green1, .bg-color-purple, .bg-color-dark-blue, .bg-color-light-grey, .bg-color-light-green, .bg-color-primary {
  color: #fff; }

.bg-color-white {
  color: #555; }

.bg-color-primary {
  background-color: #72c02c !important; }

.bg-color-dark {
  background-color: #555 !important; }

.bg-color-darker {
  background-color: #222 !important; }

.bg-color-white {
  background-color: #fff !important; }

.bg-color-sea {
  background-color: #1abc9c !important; }

.bg-color-red {
  background-color: #e74c3c !important; }

.bg-color-aqua {
  background-color: #27d7e7 !important; }

.bg-color-blue {
  background-color: #3498db !important; }

.bg-color-grey {
  background-color: #95a5a6 !important; }

.bg-color-light {
  background-color: #f7f7f7 !important; }

.bg-color-green {
  background-color: #72c02c !important; }

.bg-color-brown {
  background-color: #9c8061 !important; }

.bg-color-orange {
  background-color: #e67e22 !important; }

.bg-color-green1 {
  background-color: #2ecc71 !important; }

.bg-color-purple {
  background-color: #9b6bcc !important; }

.bg-color-dark-blue {
  background-color: #4765a0 !important; }

.bg-color-light-grey {
  background-color: #585f69 !important; }

.bg-color-light-green {
  background-color: #79d5b3 !important; }

.bg-color-teal {
  background-color: #18ba9b !important; }

.rgba-red {
  background-color: rgba(231, 76, 60, 0.8); }

.rgba-blue {
  background-color: rgba(52, 152, 219, 0.8); }

.rgba-aqua {
  background-color: rgba(39, 215, 231, 0.8); }

.rgba-yellow {
  background-color: rgba(241, 196, 15, 0.8); }

.rgba-default {
  background-color: rgba(114, 192, 44, 0.8); }

.rgba-purple {
  background-color: rgba(155, 107, 204, 0.8); }

/*Grey Backroud */
.bg-grey {
  background: #f7f7f7;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee; }

/*Rounded and Circle Classes
 *------------------------------------ */
.no-rounded {
  border-radius: 0 !important; }

.rounded {
  border-radius: 4px !important; }

.rounded-x {
  border-radius: 50% !important; }

.rounded-2x {
  border-radius: 10px !important; }

.rounded-3x {
  border-radius: 15px !important; }

.rounded-4x {
  border-radius: 20px !important; }

.rounded-sm {
  border-radius: 2px !important; }

.rounded-md {
  border-radius: 3px !important; }

.rounded-top {
  border-radius: 4px 4px 0 0 !important; }

.rounded-left {
  border-radius: 4px 0 0 4px !important; }

.rounded-right {
  border-radius: 0 4px 4px 0 !important; }

.rounded-bottom {
  border-radius: 0 0 4px 4px !important; }

/*Others
 *------------------------------------ */
.overflow-h {
  overflow: hidden; }

.overflow-a {
  overflow: auto; }

.overflow-hidden {
  overflow: hidden; }

.clear-both {
  clear: both; }

/*Display */
.dp-none {
  display: none; }

.dp-block {
  display: block; }

.dp-table {
  display: table; }

.dp-inline-block {
  display: inline-block; }

.dp-table-cell {
  display: table-cell;
  vertical-align: middle; }

/*Font Size */
.text-light {
  font-weight: 200; }

.text-normal {
  font-weight: 400; }

.text-bold {
  font-weight: 600 !important; }

/*Full Width */
.full-width {
  width: 100%; }

/*Equal Height Columns */
@media (max-width: 767px) {
  .equal-height-column {
    height: auto !important; } }
/*Image Classes */
.img-width-60 {
  width: 60px; }

.img-width-200 {
  width: 200px; }

.lft-img-margin {
  margin: 0 20px 5px 0; }

.rgt-img-margin {
  margin: 0 0 5px 10px; }

img.img-center, .img-center img {
  margin-left: auto;
  margin-right: auto; }

/*Background Light */
.bg-light {
  padding: 10px 15px;
  margin-bottom: 10px;
  background: #fcfcfc;
  border: solid 1px #e5e5e5; }
  .bg-light:hover {
    border: solid 1px #bbb; }

/*CSS3 Hover Effects */
.hover-effect {
  transition: all 0.4s ease-in-out; }

.hover-effect-kenburn {
  left: 10px;
  margin-left: -10px;
  position: relative;
  transition: all 0.8s ease-in-out; }
  .hover-effect-kenburn:hover {
    transform: scale(2) rotate(5deg); }

/*Scroll Icon */
.scroll-btn-icon {
  position: absolute;
  left: 50%;
  width: 30px;
  z-index: 2;
  height: 50px;
  bottom: 30px;
  margin-left: -25px;
  border-radius: 25px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5); }
  .scroll-btn-icon:before {
    position: absolute;
    left: 50%; }

.scroll-btn-icon-dark {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5); }

.scroll-btn-icon:before {
  top: 8px;
  width: 8px;
  height: 8px;
  content: "";
  background: #fff;
  margin-left: -4px;
  border-radius: 4px;
  animation-name: scroll;
  animation-duration: 1.5s;
  -webkit-animation-name: scroll;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

.scroll-btn-icon-dark:before {
  background: #333; }

@-webkit-keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translateY(36px);
    -webkit-transform: translateY(36px); } }
@keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translateY(36px);
    -webkit-transform: translateY(36px); } }
/*--------------------------------------------------
 *	[18. Flat Testimonials]
 *---------------------------------------------------- */
.flat-testimonials {
  padding: 50px 0;
  background-color: #333; }
  .flat-testimonials .flat-testimonials-in {
    padding: 30px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2); }
    .flat-testimonials .flat-testimonials-in img {
      width: 135px;
      height: 135px;
      margin: 0 auto 25px; }
    .flat-testimonials .flat-testimonials-in h3 {
      color: #fff;
      font-size: 22px;
      font-weight: 200; }
    .flat-testimonials .flat-testimonials-in span {
      display: block;
      margin-bottom: 5px; }
    .flat-testimonials .flat-testimonials-in p {
      color: #fff;
      font-weight: 200;
      position: relative; }
      .flat-testimonials .flat-testimonials-in p:before, .flat-testimonials .flat-testimonials-in p:after {
        top: 5px;
        font-size: 22px;
        line-height: 10px;
        position: relative; }
      .flat-testimonials .flat-testimonials-in p:before {
        content: "“";
        padding-right: 5px; }
      .flat-testimonials .flat-testimonials-in p:after {
        content: "”";
        padding-left: 5px; }

/*--------------------------------------------------
 *	[19. Testimonials]
 *---------------------------------------------------- */
/* Testimonials v4
 *------------------------------------ */
.testimonials-v4 .testimonials-v4-in {
  background: #fff;
  position: relative;
  margin-bottom: 40px;
  padding: 20px 20px 20px 55px;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1); }
  .testimonials-v4 .testimonials-v4-in:before {
    color: #bbb;
    font-size: 60px;
    content: "“";
    position: absolute;
    margin: -25px 0 0 -40px;
    font-family: Georgia, serif; }
  .testimonials-v4 .testimonials-v4-in:after {
    width: 0;
    height: 0;
    left: 80px;
    content: " ";
    bottom: -30px;
    position: absolute;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #fff transparent transparent transparent;
    -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1)); }
  .testimonials-v4 .testimonials-v4-in p {
    color: #777;
    font-size: 14px;
    font-style: italic; }
.testimonials-v4 img {
  float: left;
  width: 60px;
  height: auto;
  margin: 0 20px; }
.testimonials-v4 .testimonials-author {
  color: #555;
  display: block;
  font-size: 14px;
  overflow: hidden;
  padding-top: 8px;
  text-transform: uppercase; }
  .testimonials-v4 .testimonials-author em {
    font-size: 13px;
    text-transform: capitalize; }

/*Testimonials v5
 *------------------------------------ */
.testimonials-v5 {
  padding-top: 50px;
  padding-bottom: 50px; }
  .testimonials-v5 .testimonials-desc span {
    font-size: 13px;
    font-weight: 200; }
  .testimonials-v5 .testimonials-desc p {
    padding: 15px;
    position: relative;
    background: #f9f9f9;
    margin-bottom: 25px; }
    .testimonials-v5 .testimonials-desc p:after {
      width: 0;
      height: 0;
      left: 30px;
      color: #fff;
      bottom: -12px;
      content: " ";
      text-align: center;
      position: absolute;
      border-style: solid;
      border-width: 13px 10px 0 10px;
      border-color: #f9f9f9 transparent transparent transparent; }
  .testimonials-v5 .testimonials-by {
    margin-left: 20px; }
    .testimonials-v5 .testimonials-by img {
      float: left;
      width: 40px;
      height: auto;
      margin-right: 15px; }
    .testimonials-v5 .testimonials-by small {
      color: #003366;
      font-size: 12px; }
    .testimonials-v5 .testimonials-by span {
      text-transform: uppercase; }

/*Testimonials By */
/*Testimonials v6
 *------------------------------------ */
.testimonials-v6.testimonials-wrap {
  padding-left: 70px;
  padding-right: 70px; }
.testimonials-v6 .testimonials-info {
  padding: 20px;
  background: #fff;
  border-bottom: solid 3px #eee;
  transition: all 0.4s ease-in-out; }
  .testimonials-v6 .testimonials-info:hover {
    border-color: #003366; }
  .testimonials-v6 .testimonials-info img {
    float: left;
    width: 80px;
    height: auto;
    margin-right: 20px; }
.testimonials-v6 .testimonials-desc {
  overflow: hidden; }
  .testimonials-v6 .testimonials-desc p {
    margin-bottom: 15px; }
  .testimonials-v6 .testimonials-desc strong, .testimonials-v6 .testimonials-desc span {
    color: #555;
    display: block; }

@media (max-width: 768px) {
  .testimonials-v6 .testimonials-wrap {
    padding-left: 0;
    padding-right: 0; } }
/*News v3
 *------------------------------------ */
/*News Posts */
.news-v3 .news-v3-in {
  padding: 35px 30px; }
.news-v3 .news-v3-in-sm {
  padding: 20px; }
.news-v3 h2 {
  font-size: 32px;
  font-weight: 200;
  margin: 0 0 20px;
  line-height: 45px;
  text-transform: uppercase; }
.news-v3 .news-v3-in-sm h2 {
  font-size: 22px;
  margin: 0 0 15px;
  line-height: 30px;
  text-transform: inherit; }
.news-v3 h2 a {
  color: #555; }
  .news-v3 h2 a:hover {
    color: #003366;
    text-decoration: none; }
.news-v3 p {
  color: #555; }
.news-v3 .posted-info li {
  color: #555;
  font-style: italic; }
.news-v3 .news-v3-in-sm .posted-info li {
  padding: 0;
  font-size: 12px;
  padding-left: 5px; }
.news-v3 .posted-info li:before, .news-v3 .news-v3-in-sm .posted-info li:before {
  content: "/"; }
.news-v3 .posted-info li:before {
  font-size: 12px;
  line-height: 12px;
  margin-right: 13px; }
.news-v3 .news-v3-in-sm .posted-info li:before {
  font-size: 11px;
  line-height: 11px;
  margin-right: 9px; }
.news-v3 .posted-info li:first-child:before, .news-v3 .news-v3-in-sm .posted-info li:first-child:before {
  content: " ";
  margin-right: 0; }
.news-v3 .posted-info li a {
  color: #555; }
  .news-v3 .posted-info li a:hover {
    color: #003366; }
.news-v3 .post-shares {
  padding-left: 0;
  list-style: none;
  margin: 40px 0 0 -5px; }
.news-v3 .news-v3-in-sm .post-shares {
  margin: 20px 0 0 -5px; }
.news-v3 .post-shares li {
  position: relative;
  padding: 0 10px 0 5px;
  display: inline-block; }
  .news-v3 .post-shares li i {
    color: #555;
    width: 40px;
    height: 40px;
    padding: 13px;
    font-size: 16px;
    background: #eee;
    text-align: center;
    display: inline-block; }
    .news-v3 .post-shares li i:hover {
      background: #ddd; }
  .news-v3 .post-shares li span {
    top: -5px;
    right: 6px;
    color: #fff;
    width: 22px;
    height: 22px;
    padding: 4px;
    font-size: 10px;
    line-height: 10px;
    position: absolute;
    text-align: center;
    background: #003366;
    border: 2px solid #fff;
    border-radius: 50% !important; }
.news-v3 .post-shares-lg li span {
  top: -10px;
  right: 0px;
  width: 29px;
  height: 29px;
  padding: 4px;
  font-size: 10px;
  line-height: 16px; }

@media (max-width: 768px) {
  .news-v3 h2 {
    font-size: 22px;
    line-height: 30px; } }
/*News Info */
/*News Shares */
/*--------------------------------------------------
 *	[34. Blog Grid]
 *---------------------------------------------------- */
.blog-grid img {
  margin-bottom: 15px; }
.blog-grid h3 {
  font-size: 22px;
  margin: 0 0 10px;
  line-height: 1.4; }
.blog-grid h2.blog-grid-title-lg {
  font-size: 28px;
  line-height: 1.4;
  margin: 0 0 10px; }
.blog-grid h3.blog-grid-title-sm {
  font-size: 15px;
  line-height: 1.4; }
.blog-grid h3 a {
  color: #333; }
.blog-grid p {
  margin-bottom: 15px; }

.blog-grid-inner {
  padding: 20px;
  background: #fff;
  margin: -70px 40px 0;
  position: relative; }

/*Blog Grid Gradient */
.blog-grid .blog-grid-grad {
  position: relative; }
  .blog-grid .blog-grid-grad i {
    top: 10px;
    left: 10px;
    z-index: 1;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5); }
.blog-grid .blog-grid-info {
  padding-left: 0;
  list-style: none; }
  .blog-grid .blog-grid-info li {
    color: #888;
    padding: 0 2px;
    font-size: 12px;
    display: inline-block; }
    .blog-grid .blog-grid-info li:before {
      content: "/";
      font-size: 12px;
      line-height: 1.4;
      margin-right: 9px; }
    .blog-grid .blog-grid-info li:first-child:before {
      content: " ";
      margin-right: 0; }
    .blog-grid .blog-grid-info li a {
      color: #888; }
      .blog-grid .blog-grid-info li a:hover {
        text-decoration: none; }
.blog-grid a.r-more {
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  display: inline-block; }
  .blog-grid a.r-more:hover {
    text-decoration: none; }

/*Blog Grid Info */
/*Read More Link */
/* Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com */
/*--------------------------------------------------
 *	[47. Tabs]
 *---------------------------------------------------- */
/*Tabs */
.nav-tabs > li > a, .nav-pills > li > a, .nav-tabs.nav-justified > li > a {
  border-radius: 0; }

/*Tabs v2
 *------------------------------------ */
.tab-v2 .nav-tabs {
  border-bottom: none; }
  .tab-v2 .nav-tabs li a {
    padding: 9px 16px;
    background: none;
    border: none; }
  .tab-v2 .nav-tabs li.active a {
    background: #fff;
    padding: 7px 15px 9px;
    border: solid 1px #eee;
    border-top: solid 2px #003366;
    border-bottom: none !important; }
.tab-v2 .tab-content {
  padding: 10px 16px;
  border: solid 1px #eee; }

/*Other Footer Common Classes
 *------------------------------------ */
/*Thumbnails
 *------------------------------------ */
a.thumbnail {
  padding: 0;
  border: none;
  margin-bottom: 15px; }

.thumbnail h3, .thumbnail-style h3 {
  margin: 6px 0 8px 0; }

.thumbnail h3 a, .thumbnail-style h3 a {
  color: #585f69;
  font-size: 18px; }

.thumbnail h3 a:hover {
  color: #003366;
  text-decoration: none; }

* {
  border-radius: 0; }

body {
  color: #333;
  font-size: 13px;
  line-height: 1.6; }
  body.header-fixed-space {
    padding-top: 94px; }
  body.header-fixed-space-v2 {
    padding-top: 135px; }

@media (max-width: 991px) {
  body.header-fixed-space, body.header-fixed-space-v2 {
    padding-top: 0; } }
.content-sm {
  padding-bottom: 60px; }
  @media (max-width: 1199px) {
    .content-sm {
      padding-top: 100px; } }
  @media (max-width: 991px) {
    .content-sm {
      padding-top: 20px; } }

p {
  color: #555; }

li {
  color: #555; }

label {
  color: #555; }

a {
  color: #72c02c;
  text-decoration: none;
  outline: 0 !important; }
  a:focus, a:hover, a:active {
    outline: 0 !important; }

button {
  outline: 0 !important; }
  button:hover {
    outline: 0 !important; }

a:focus {
  text-decoration: none; }
a:hover {
  color: #72c02c;
  text-decoration: underline; }

.rounded {
  -webkit-border-radius: 50% !important;
    -webkit-border-radius--moz-border-radius: 50% !important;
    -webkit-border-radius-border-radius: 50% !important; }

/*Boxed Layout
 *------------------------------------ */
.wrapper {
  background: #fff; }

/*Hiding arrows for select field in IE */
select::-ms-expand {
  display: none; }

@media (max-width: 480px) {
  .col-xxs-12 {
    width: 100%; }

  .col-xxs-hide {
    display: none !important; } }
@media (max-width: 768px) {
  .col-xs-hide {
    display: none !important; } }
@media (max-width: 992px) {
  .col-sm-hide {
    display: none !important; } }
body.header-fixed-space-default {
  padding-top: 81px; }

@media (max-width: 991px) {
  body.header-fixed-space-default {
    padding-top: 0; } }
/*--------------------------------------------------
 *    [1. Header - Topbar]
 *---------------------------------------------------- */
/*Top Bar (login, search etc.)
 *------------------------------------ */
.header {
  z-index: 99;
  background: #fff;
  position: relative;
  border-bottom: solid 2px #eee; }
  .header > .container {
    display: table;
    margin-bottom: -40px; }
  .header .logo {
    height: 100%;
    width: 100%;
    min-height: 40px;
    min-width: 100px;
    max-width: 250px;
    display: table-cell;
    vertical-align: middle; }
    .header .logo img {
      z-index: 1;
      margin: 10px 0;
      position: relative; }
  .header .navbar-toggle {
    border-color: #5fb611;
    background: #72c02c;
    padding: 10px 14px 8px 14px;
    margin-top: 10px; }
    .header .navbar-toggle .fa {
      color: #fff;
      font-size: 19px; }
    .header .navbar-toggle:hover, .header .navbar-toggle:focus {
      background: #72c02c;
      padding: 10px 14px 8px 14px; }
    .header .navbar-toggle:hover {
      background: #5fb611 !important; }
  .header .navbar-collapse {
    position: relative; }
  .header .navbar-nav > li > a {
    color: #687074;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase; }
    .header .navbar-nav > li > a .active > a {
      color: #72c02c; }
  .header .dropdown-submenu {
    position: relative; }
  .header .dropdown > a:after, .header .dropdown-submenu > a:after {
    top: 8px;
    right: 9px;
    font-size: 11px;
    content: "";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome; }
  .header .dropdown > a:after {
    top: 9px;
    right: 15px;
    content: ""; }
  .header .dropdown-submenu > .dropdown-menu {
    top: 3px;
    left: 100%;
    margin-top: -5px;
    margin-left: 0px; }
    .header .dropdown-submenu > .dropdown-menu.submenu-left {
      left: -100% !important; }
  .header .dropdown-submenu:hover > .dropdown-menu {
    display: block; }
  .header .dropdown-submenu.pull-left {
    float: none; }
    .header .dropdown-submenu.pull-left > .dropdown-menu {
      left: -100%;
      margin-left: 10px; }
  .header .dropdown-menu li [class^="fa-"], .header .dropdown-menu li [class*=" fa-"] {
    left: -3px;
    width: 1.25em;
    margin-right: 1px;
    position: relative;
    text-align: center;
    display: inline-block; }
  .header .dropdown-menu li [class^="fa-"].fa-lg, .header .dropdown-menu li [class*=" fa-"].fa-lg {
    /* increased font size for fa-lg */
    width: 1.5625em; }
  .header .nav > li > .search {
    color: #aaa;
    cursor: pointer;
    min-width: 35px;
    font-size: 15px;
    text-align: center;
    background: #f7f7f7;
    padding: 11px 0 12px;
    display: inline-block;
    border-bottom: solid 2px #aaa; }
    .header .nav > li > .search:hover {
      color: #72c02c;
      background: #f7f7f7;
      border-bottom-color: #72c02c; }

@media (max-width: 991px) {
  .header .topbar {
    margin-bottom: 20px; } }
/*languages */
/*No Topbar */
/*--------------------------------------------------
 *    [2. Header - Navbar]
 *---------------------------------------------------- */
/*Navbar */
/*Header Container */
@media (max-width: 768px) {
  .header > .container {
    width: 100%; } }
@media (max-width: 991px) {
  .header > .container {
    margin-bottom: 0; } }
/*Navbar Toggle */
@media (max-width: 991px) {
  .header .navbar-toggle {
    margin-right: 0; } }
/*Navbar Collapse */
/*Navbar Collapse */
@media (max-width: 991px) {
  .header .navbar-collapse {
    padding-left: 0;
    padding-right: 0; }
    .header .navbar-collapse .container {
      padding-left: 0;
      padding-right: 0; } }
/*Navbar Menu */
@media (min-width: 992px) {
  .header .navbar-nav {
    float: right; } }
/*--------------------------------------------------
 *    [3. Header - Responsive Navbar Style]
 *---------------------------------------------------- */
/*Responsive Navbar */
@media (max-width: 991px) {
  /*Responsive code for max-width: 991px */
  .header .navbar-header {
    float: none; }
  .header .navbar-toggle {
    display: block; }
  .header .navbar-collapse.collapse {
    display: none !important; }
    .header .navbar-collapse.collapse.in {
      display: block !important;
      overflow-y: auto !important; }
  .header .navbar-nav {
    margin: 0 0 5px;
    float: none !important; }
    .header .navbar-nav > li {
      float: none; }
      .header .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 40px; }
  .header .dropdown-menu.pull-right {
    float: none !important; }
  .header .navbar-nav .open .dropdown-menu {
    border: 0;
    float: none;
    width: auto;
    margin-top: 0;
    position: static;
    box-shadow: none;
    background-color: transparent; }
    .header .navbar-nav .open .dropdown-menu > li > a, .header .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 5px 15px 5px 25px; }
    .header .navbar-nav .open .dropdown-menu > li > a {
      line-height: 20px;
      color: #777; }
      .header .navbar-nav .open .dropdown-menu > li > a:hover, .header .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none; }
      .header .navbar-nav .open .dropdown-menu > li > a:hover, .header .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
      .header .navbar-nav .open .dropdown-menu > li > a .active > a {
        color: #555;
        background-color: #e7e7e7; }
        .header .navbar-nav .open .dropdown-menu > li > a .active > a:hover, .header .navbar-nav .open .dropdown-menu > li > a .active > a:focus {
          color: #555;
          background-color: #e7e7e7; }
      .header .navbar-nav .open .dropdown-menu > li > a .disabled > a {
        color: #ccc;
        background-color: transparent; }
        .header .navbar-nav .open .dropdown-menu > li > a .disabled > a:hover, .header .navbar-nav .open .dropdown-menu > li > a .disabled > a:focus {
          color: #ccc;
          background-color: transparent; }
  .header .navbar-nav .open > a {
    border-bottom-color: #eee; }
    .header .navbar-nav .open > a:hover, .header .navbar-nav .open > a:focus {
      border-bottom-color: #eee; }
  .header .dropdown-menu.no-bottom-space {
    padding-bottom: 0; }
  .header .navbar-nav > li > a {
    font-size: 14px;
    padding: 9px 10px; }
  .header .navbar-nav > li a {
    border-bottom: solid 1px #eee; }
  .header .navbar-nav > li > a:focus {
    background: none; }
  .header .navbar-nav > li > a:hover {
    color: #72c02c; }
  .header .navbar-nav > li .active > a {
    background: #72c02c;
    color: #fff !important; }
    .header .navbar-nav > li .active > a:hover, .header .navbar-nav > li .active > a:focus {
      background: #72c02c;
      color: #fff !important; }
  .header .dropdown .dropdown-submenu > a {
    font-size: 13px;
    color: #555 !important;
    text-transform: uppercase; } }
/*Pull Right */
/*Dropdown Menu Slide Down Effect */
/*Design for max-width: 991px */
@media (min-width: 992px) {
  /*Navbar Collapse */
  .header .navbar-collapse {
    padding: 0; }
  .header .container > .navbar-header, .header .container-fluid > .navbar-header, .header .container > .navbar-collapse, .header .container-fluid > .navbar-collapse {
    margin-bottom: -10px; }
  .header .navbar-nav {
    position: relative; }
    .header .navbar-nav > li > a {
      bottom: -2px;
      position: relative;
      padding: 9px 25px 9px 25px;
      border-bottom: solid 2px transparent; }
      .header .navbar-nav > li > a:focus {
        border-bottom: solid 2px transparent;
        background: none; }
      .header .navbar-nav > li > a:hover {
        bottom: -2px;
        position: relative;
        border-bottom: solid 2px #72c02c;
        background: none; }
      .header .navbar-nav > li > a .active > a {
        bottom: -2px;
        position: relative;
        border-bottom: solid 2px #72c02c; }
      .header .navbar-nav > li > a li > a {
        background: none; }
        .header .navbar-nav > li > a li > a:hover, .header .navbar-nav > li > a li > a:focus {
          background: none; }
      .header .navbar-nav > li > a .active > a {
        background: none; }
        .header .navbar-nav > li > a .active > a:hover, .header .navbar-nav > li > a .active > a:focus {
          background: none; }
      .header .navbar-nav > li > a .open > a {
        color: #72c02c; }
        .header .navbar-nav > li > a .open > a:hover, .header .navbar-nav > li > a .open > a:focus {
          color: #72c02c; }
      .header .navbar-nav > li > a li:hover > a {
        color: #72c02c; }
  .header .dropdown-menu {
    padding: 0;
    border: none;
    min-width: 200px;
    border-radius: 0;
    z-index: 9999 !important;
    border-top: solid 2px #72c02c;
    border-bottom: solid 2px #687074; }
    .header .dropdown-menu li a {
      color: #687074;
      font-size: 13px;
      font-weight: 400;
      padding: 6px 15px;
      border-bottom: solid 1px #eee; }
    .header .dropdown-menu .active > a {
      color: #687074;
      filter: none !important;
      background: #eee !important;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
    .header .dropdown-menu li > a:hover {
      color: #687074;
      filter: none !important;
      background: #eee !important;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
    .header .dropdown-menu li > a:focus {
      background: none;
      filter: none !important; }
  .header .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block; }
  .header .open > .dropdown-menu {
    display: none; }
  .header .navbar-nav .search-open {
    width: 330px; } }
/*Navbar */
/*Dropdown Menu */
/*Search */
/*--------------------------------------------------
 *    [4. Header - Submenu]
 *---------------------------------------------------- */
/*Dropdown Submenu for BS3
 *------------------------------------ */
@media (max-width: 991px) {
  .header .dropdown-submenu > a:after {
    content: " "; } }
/*Submenu comes from LEFT side */
@media (max-width: 991px) {
  .header .dropdown-submenu > .dropdown-menu {
    display: block;
    margin-left: 15px; } }
/*Dropdow Mmenu Icons (Font Awesome) */
/*--------------------------------------------------
 *    [8. Header - Fixed]
 *---------------------------------------------------- */
.header-fixed .header {
  height: auto; }
  .header-fixed .header.header-sticky {
    margin-top: 0;
    transition: all 0.2s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
  .header-fixed .header.header-fixed-shrink {
    z-index: 1010;
    border-bottom: none;
    box-shadow: 0 0 3px #bbb;
    background: rgba(255, 255, 255, 0.96);
    transition: all 0.3s ease-in-out; }

/*z-index fixed in v1.9 for layer slider arrows */
@media (max-width: 991px) {
  /*Header */
  .header-fixed .header.header-sticky, .header-fixed .header.header-fixed-shrink {
    position: relative; } }
@media (min-width: 992px) {
  .header-fixed .header.header-fixed-shrink {
    margin-top: -35px; }
    .header-fixed .header.header-fixed-shrink > .container {
      margin-bottom: -46px; }
    .header-fixed .header.header-fixed-shrink .logo img {
      max-width: 105px;
      margin: 45px 0 -4px; }
    .header-fixed .header.header-fixed-shrink .navbar-nav > li > a {
      padding-top: 19px;
      padding-bottom: 19px; }
      .header-fixed .header.header-fixed-shrink .navbar-nav > li > a:hover {
        border-bottom: none; }
      .header-fixed .header.header-fixed-shrink .navbar-nav > li > a .active > a {
        border-bottom: none; }
    .header-fixed .header.header-fixed-shrink .dropdown > a:after {
      top: 20px; }
    .header-fixed .header.header-fixed-shrink .nav > li > .search {
      color: #777;
      padding: 20px 0 22px;
      background: inherit;
      border-bottom: none; }
    .header-fixed .header.header-fixed-shrink .nav .search-open {
      top: 60px; } }
.header .container {
  position: relative; }

@media (min-width: 1200px) {
  .header-fixed .header > .container {
    height: 101px; }
  .header-fixed .header .container .logo {
    position: absolute;
    z-index: 999;
    left: 15px; } }
.header-fixed .header .container .logo .logo_nsg_narrow {
  display: none; }
.header-fixed .header-fixed-shrink .container .logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999; }
.header-fixed .header-fixed-shrink > .container {
  height: 80px; }

@media (max-width: 1199px) {
  .header-fixed .header-fixed-shrink .container .logo .logo_nsg_narrow {
    display: inline; }
  .header-fixed .header-fixed-shrink .container .logo .logo_nsg_wide {
    display: none; } }
div.logo {
  padding-bottom: 40px; }
  div.logo #header_logo_nsg {
    display: block; }
  div.logo #header_logo_nsg_shrink {
    display: none; }

@media (max-width: 991px) {
  div.logo {
    padding-bottom: 0px; } }
#header_logo_nsg img, #header_logo_nsg_shrink img {
  max-width: 240px;
  width: 100%; }

.header-fixed-shrink div.logo {
  padding-bottom: 0px;
  margin-top: 33px;
  height: auto; }
  .header-fixed-shrink div.logo #header_logo_nsg {
    display: none; }
  .header-fixed-shrink div.logo #header_logo_nsg_shrink {
    display: block; }
    .header-fixed-shrink div.logo #header_logo_nsg_shrink img {
      width: 42px;
      margin-top: 10px;
      margin-left: 15px; }
.header-fixed-shrink #header_logo_nsg {
  font-size: 15px; }
  .header-fixed-shrink #header_logo_nsg img {
    margin-top: 10px;
    width: 42px; }

@media screen and (min-width: 768px) {
  .tx-nsgpeople .tx_nsgpeople-mode-list .row-dataset .col-dataset-content {
    text-align: center; } }
@media screen and (min-width: 992px) {
  .tx-nsgpeople .tx_nsgpeople-mode-sidebar_single .row-dataset .col-dataset-content {
    text-align: center; } }
.tx-nsgpeople .tx_nsgpeople-mode-sidebar_single .row-dataset .col-dataset-content .list-outset-icons {
  margin-top: 15px; }
.tx-nsgpeople .row-dataset .col-dataset-content h4 span {
  padding-right: 0; }
@media (min-width: 768px) {
  .tx-nsgpeople .row-dataset .col-dataset-thumbnail {
    margin-bottom: 20px; } }

a.authorLink {
  border-bottom: 1px dotted #555;
  color: #555; }
  a.authorLink:hover {
    border-bottom: 1px dotted #E84D00;
    color: #555; }

.royalSlider {
  width: 100%; }

.rsDefault {
  background: none;
  color: #000; }
  .rsDefault .rsOverflow,
  .rsDefault .rsSlide,
  .rsDefault .rsVideoFrameHolder,
  .rsDefault .rsThumbs,
  .rsDefault .rsBullets {
    background: none;
    color: #000; }
  .rsDefault .rsBullets {
    height: 15px; }
  .rsDefault .rsArrowIcn {
    background-color: #777; }
  .rsDefault .rsArrowIcn:hover {
    background-color: #feddaa; }

.container .jumbotron p, .container .jumbotron li, .container-fluid .jumbotron p, .container-fluid .jumbotron li {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  color: #333;
  line-height: 1.7em; }
@media screen and (min-width: 1200px) {
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 120px;
    padding-right: 120px; } }
.container .jumbotron h1, .container .jumbotron h2, .container-fluid .jumbotron h1, .container-fluid .jumbotron h2 {
  line-height: 1em;
  font-size: 22px; }
.container .jumbotron p, .container .jumbotron div p, .container .jumbotron div div p, .container-fluid .jumbotron p, .container-fluid .jumbotron div p, .container-fluid .jumbotron div div p {
  font-size: 14px;
  font-weight: 400; }
  .container .jumbotron p:last-child, .container .jumbotron div p:last-child, .container .jumbotron div div p:last-child, .container-fluid .jumbotron p:last-child, .container-fluid .jumbotron div p:last-child, .container-fluid .jumbotron div div p:last-child {
    margin-bottom: 0; }

.row-dataset {
  /*&>div
   * display: inline-block
   * vertical-align: middle
   * float: none
   * box-sizing: border-box */
  padding-bottom: 35px; }
  .row-dataset .col-dataset-thumbnail {
    padding-bottom: 5px;
    padding-top: 5px;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .row-dataset .col-dataset-thumbnail .thumbnail {
      margin-top: 0px;
      margin-bottom: 0px; }
  .row-dataset .col-dataset-content {
    padding-bottom: 5px;
    padding-top: 5px;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .row-dataset .col-dataset-content h4 {
      font-weight: normal;
      margin-top: 2px;
      margin-bottom: 2px;
      font-size: 14px;
      line-height: 20px;
      color: #333; }
      .row-dataset .col-dataset-content h4 span {
        padding-right: 10px; }
      .row-dataset .col-dataset-content h4 .col-dataset-content-resources {
        font-weight: normal; }
        .row-dataset .col-dataset-content h4 .col-dataset-content-resources.list-inline {
          display: inline; }
    .row-dataset .col-dataset-content .col-dataset-content-awards.list-inline {
      margin-bottom: 2px; }
    .row-dataset .col-dataset-content .col-dataset-content-awards span {
      color: #d00; }
    .row-dataset .col-dataset-content .col-dataset-content-property {
      margin-bottom: 2px; }
      .row-dataset .col-dataset-content .col-dataset-content-property.col-dataset-content-property-conference a {
        font-style: italic; }

.row-dataset-yearSeparator {
  padding-bottom: 10px; }

.ce-border img, .ce-border iframe {
  border: none; }

.fsc-textmedia .ce-below .ce-gallery {
  margin-top: 40px;
  margin-bottom: 40px; }

.ce-column {
  margin-right: 30px; }

.list-outset-icons {
  list-style-type: none;
  padding-left: 23px; }
  .list-outset-icons li {
    position: relative;
    list-style-type: none; }
    .list-outset-icons li .outset-icon {
      position: absolute;
      left: -23px;
      top: 0px;
      width: 20px;
      display: inline-block;
      text-align: center; }

@media (min-width: 768px) {
  .modal-dialog {
    margin-top: 90px; } }

.fsc-textmedia-layout-210 {
  padding-bottom: 5px; }

.headline {
  margin-top: 25px; }

.news .page-navigation > p {
  display: none; }

.news-list-item > div h3 {
  font-weight: bold;
  font-size: 14px;
  color: #555;
  margin-top: 0px;
  margin-bottom: 0px; }
.news-list-item > div div.lead {
  margin-bottom: 0; }
  .news-list-item > div div.lead p {
    font-weight: normal;
    font-size: 14px;
    color: #555; }

/** Timeline
 **************************************************************** */
.timeline {
  position: relative;
  padding-left: 100px; }

.timeline.timeline-inverse {
  padding-left: 0;
  padding-right: 100px; }

.timeline .timeline-item {
  position: relative;
  min-height: 150px;
  display: block;
  margin-bottom: 30px; }

.timeline .timeline-cell {
  padding-left: 20px; }

.timeline .timeline-image-preview {
  padding-left: 10px; }

.timeline .thumbnail {
  margin-bottom: 5px; }

.timeline .timeline-item-bordered {
  border-left: #ccc 1px dashed;
  padding-left: 20px; }

section.dark .timeline .timeline-item-bordered {
  border-left: rgba(255, 255, 255, 0.2) 1px dashed; }

.timeline.timeline-inverse .timeline-item-bordered {
  border-right: #ccc 1px dashed;
  border-left: 0;
  padding-right: 20px;
  padding-left: 0; }

/* horizontal line [left|center|right] */
.timeline > .timeline-hline {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin-left: 30px;
  width: 1px;
  border-left: rgba(0, 0, 0, 0.1) 1px dashed;
  height: 100%; }

/* timeline entry */
.timeline .timeline-entry {
  display: block;
  border: rgba(0, 0, 0, 0.1) 3px solid;
  background-color: #fff;
  padding-top: 10px;
  top: 20px;
  z-index: 10;
  position: absolute;
  left: -102px;
  right: auto;
  width: 64px;
  height: 64px;
  font-size: 26px;
  text-align: center;
  line-height: 1;
  color: #ccc;
  font-weight: bold;
  font-family: "Lato", "Open Sans", Arial, Helvetica, sans-serif; }

.timeline .timeline-entry > .timeline-vline {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: -40px;
  width: 40px;
  height: 0;
  border-top: 1px dashed #CCC; }

.timeline.timeline-inverse .timeline-entry {
  right: -102px;
  left: auto; }

.timeline.timeline-inverse .timeline-entry > .timeline-vline {
  right: auto;
  left: -40px; }

.timeline .timeline-entry > span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  padding-top: 2px; }

section.alternate .timeline .timeline-entry {
  background-color: #F9F9F9; }

section.dark .timeline .timeline-entry {
  color: #666;
  background-color: #212121;
  border-color: rgba(255, 255, 255, 0.2); }

section.dark .timeline .timeline-entry > .timeline-vline {
  border-top-color: rgba(255, 255, 255, 0.2); }

section.dark.alternate .timeline .timeline-entry {
  background-color: #151515; }

.timeline .row-dataset {
  padding-bottom: 0px; }
.timeline .timeline-entry {
  color: #555; }
  .timeline .timeline-entry i.fa {
    position: absolute;
    left: -7px;
    top: -7px;
    font-size: 20px; }
  .timeline .timeline-entry i.fa.fa-bolt {
    left: 0px; }
  .timeline .timeline-entry i.fa.fa-newspaper-o {
    left: -9px; }
  .timeline .timeline-entry i.fa-color-highlight {
    color: #d00; }
.timeline .timeline-item {
  min-height: 54px; }
  .timeline .timeline-item h4 {
    margin-bottom: 3px; }
  .timeline .timeline-item .col-dataset-content {
    padding: 5px 0; }
  .timeline .timeline-item div p:last-child {
    margin-bottom: 0; }

.timeline-small {
  padding-left: 88px; }
  .timeline-small .timeline-entry {
    height: 52px;
    width: 52px;
    font-size: 18px;
    padding-top: 5px;
    left: -90px;
    top: 3px; }

.news-single .timeline-small {
  padding-left: 110px; }
@media screen and (min-width: 480px) {
  .news-single .inner-content {
    padding-left: 117px; } }
.news-single .news-text-wrap {
  padding-bottom: 40px; }

/* Footer
 *------------------------------------ */
/*Footer Copyright */
.footer-v6 .copyright {
  padding: 15px 0; }
.footer-v6 .dark-social {
  margin: 5px 0 0; }
  .footer-v6 .dark-social li {
    margin-left: 5px; }
    .footer-v6 .dark-social li i {
      color: #777; }
.footer-v6 .copyright .terms-menu {
  margin: 0 0 0 0; }
  .footer-v6 .copyright .terms-menu li {
    color: #777;
    font-size: 13px;
    margin-right: 2px;
    border-color: #777;
    padding-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #bbb; }
    .footer-v6 .copyright .terms-menu li:first-child {
      border-left: none;
      padding: 0 7px 0 0; }
    .footer-v6 .copyright .terms-menu li a {
      color: #003366; }
      .footer-v6 .copyright .terms-menu li a:hover {
        color: #003366;
        text-decoration: underline; }
.footer-v6 .copyright .footer-shortcuts li {
  line-height: 10px; }
.footer-v6 .footer-logo {
  margin: 5px 0 20px;
  max-width: 140px; }

/** Version: 1.8
 ** Blue Color: $col_primary;
 ** Blue Hover Color: $col_primary_hover;
 ** Additional color: $col_primary_accent;
 ** rgba(52, 152, 219, 1); */
a {
  color: #165b9b; }
  a:focus, a:hover, a:active {
    color: #003366;
    text-decoration: none; }

.color-green, a.read-more:hover, .linked:hover {
  color: #165b9b; }

/* Headers Default
 *------------------------------------ */
.header .navbar-nav > .active > a {
  color: #003366;
  border-color: #003366; }
.header .dropdown-menu {
  border-top: solid 2px #003366; }
.header .navbar-nav > li:hover > a {
  color: #0d5297; }
.header .nav > li > .search:hover {
  border-bottom-color: #0d5297;
  color: #0d5297; }
.header .navbar-nav > li > a:hover,
.header .navbar-nav > .active > a {
  border-bottom-color: #003366; }
.header .navbar-toggle {
  border-color: #0d5297;
  background: #003366; }
  .header .navbar-toggle:hover, .header .navbar-toggle:focus {
    background: #003366; }
  .header .navbar-toggle:hover {
    background: #0d5297 !important; }
.header .navbar-nav > .open > a {
  color: #003366; }
  .header .navbar-nav > .open > a:hover, .header .navbar-nav > .open > a:focus {
    color: #003366; }

/* Design for max-width: 991px */
@media (max-width: 991px) {
  .header .navbar-nav > .active > a {
    background: #003366;
    color: #fff !important;
    border-color: #eee; }
    .header .navbar-nav > .active > a:hover, .header .navbar-nav > .active > a:focus {
      background: #003366;
      color: #fff !important; }
  .header .nav > li > .search:hover {
    background: #003366; } }
/* Buttons
 *------------------------------------ */
.btn-u {
  background: #003366; }
  .btn-u:hover, .btn-u:focus, .btn-u:active, .btn-u.active {
    background: #0d5297;
    color: #fff; }

.open .dropdown-toggle.btn-u {
  background: #0d5297;
  color: #fff; }

/* Buttons Color */
.btn-u-split.dropdown-toggle {
  border-left: solid 1px #0d5297; }

/* Bordered Buttons */
.btn-u.btn-brd {
  border-color: #003366; }
  .btn-u.btn-brd:hover {
    color: #0d5297;
    border-color: #0d5297; }
  .btn-u.btn-brd.btn-brd-hover:hover {
    background: #0d5297; }

/* Typography
 *------------------------------------ */
/* Heading */
.headline {
  border: none; }
  .headline h2 {
    border-bottom: none; }
  .headline h3, .headline h4 {
    border-bottom: none; }

/* Tabs
 *------------------------------------ */
/* Tabs v2 */
.tab-v2 .nav-tabs li.active a {
  border-top: solid 2px #eee; }

/* Icons
 *------------------------------------ */
/* Icon Link */
.link-icon:hover i {
  color: #003366;
  border: solid 1px #003366; }

.link-bg-icon:hover i {
  color: #003366;
  background: #003366 !important;
  border-color: #003366; }

/* Icons Backgroun Color
 *------------------------------------ */
i.icon-color-u {
  color: #003366;
  border: solid 1px #003366; }
i.icon-bg-u {
  background: #003366; }

/* Line Icon Page
 *------------------------------------ */
/* Team v4
 *------------------------------------ */
.team-v4 .team-social-v4 a:hover, .team-v5 small, .team-v6 small, .team-v7 .team-v7-position {
  color: #003366; }

/* Headliner Center
 *------------------------------------ */
.headline-center h2:after, .headline-left .headline-brd:after, .portfolio-box .portfolio-box-in i {
  background: #003366; }

body {
  font-size: 14px; }

/* people single */

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