/*==================================================
 * THEME-VARIABLES
 * ===============================================*/
@import url(http://fonts.googleapis.com/css?family=Patrick+Hand|Raleway:400,500,700|Spinnaker);
/*==================================================
 * Effect 8
 * ===============================================*/
.box-shadow {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4), 0 0 40px rgba(0, 0, 0, 0.1) inset; }

.box-shadow:before, .box-shadow:after {
  content: "";
  z-index: -1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  border-radius: 100px / 10px; }

.box-shadow:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
      -ms-transform: skew(8deg) rotate(3deg);
          transform: skew(8deg) rotate(3deg); }

/*==================================================
 * _MAIN
 * ===============================================*/
html * {
  font-family: "Raleway", sans-serif; }

body {
  background-color: #eceff6;
  font-size: 16px; }

footer {
  background-color: #030303; }

h2 {
  margin-top: 10px; }

.btn-tvb {
  color: #333;
  background-color: #d7df21;
  border: transparent 1px #d7df21;
  font-weight: 500;
  text-transform: uppercase; }
  .btn-tvb:hover {
    color: #d7df21;
    background-color: #030303;
    border: transparent 1px #030303; }

#home {
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease; }

#home.show-content, .no-js #home {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible; }

#main-content {
  background-color: #eceff6; }

footer {
  height: 60px;
  line-height: 60px; }
  footer p {
    margin-bottom: 0; }

.text-white {
  color: #FFF; }

.welcome-mess {
  padding: 0.5em; }

.letter-spacing {
  letter-spacing: 5px; }

.darken {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6); }

.uppercase {
  text-transform: uppercase; }

.font-shadow {
  text-shadow: 0 1px 2px #000; }

/*==================================================
 * _NAVBAR
 * ===============================================*/
.header-area {
  background-color: #030303;
  padding-top: 20px;
  padding-bottom: 20px; }
  .header-area .header-bar {
    padding-top: 30px; }
  .header-area .navbar {
    margin-bottom: 0; }
    .header-area .navbar .container-fluid {
      padding-left: 0;
      padding-right: 0; }
    .header-area .navbar li a {
      font-size: 16px;
      text-transform: uppercase; }
    .header-area .navbar.navbar-default {
      background-color: #000000;
      border: none;
      border-radius: 0; }
      .header-area .navbar.navbar-default .navbar-nav > .open > a {
        background-color: #030303; }
      .header-area .navbar.navbar-default .dropdown-menu {
        background-color: #E7E7E7; }
        .header-area .navbar.navbar-default .dropdown-menu li.active {
          background-color: #E7E7E7; }
          .header-area .navbar.navbar-default .dropdown-menu li.active a {
            color: white;
            background-color: #030303;
            border: none;
            border-radius: 0; }
            .header-area .navbar.navbar-default .dropdown-menu li.active a:hover {
              color: white; }
        .header-area .navbar.navbar-default .dropdown-menu li a {
          color: #030303;
          background-color: #E7E7E7; }
          .header-area .navbar.navbar-default .dropdown-menu li a:hover {
            color: #030303; }
      .header-area .navbar.navbar-default li.active {
        color: white; }
        .header-area .navbar.navbar-default li.active a {
          background-color: #030303;
          border: 1px solid #d7df21;
          border-radius: 5px; }
        .header-area .navbar.navbar-default li.active:hover {
          color: #d7df21; }
      .header-area .navbar.navbar-default li a {
        color: #ffffff; }
        .header-area .navbar.navbar-default li a:hover {
          color: #d7df21;
          text-decoration: underline; }
  .header-area .navbar-right .dropdown-menu {
    right: Auto;
    left: 0; }

.header-meta li {
  padding: 0 18px;
  color: #d7df21;
  font-family: "Spinnaker", sans-serif;
  font-size: 20px;
  font-weight: 700; }
  .header-meta li a {
    color: #d7df21;
    font-family: "Spinnaker", sans-serif;
    font-size: 20px;
    font-weight: 700; }

@media (min-width: 992px) and (max-width: 1199px) {
  .nav > li > a {
    padding: 10px 8px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .nav > li > a {
    padding: 10px 8px; } }
/*==================================================
 * _LISTS
 * ===============================================*/
.clean-list, .inline-list,
.clean-list ul, .inline-list ul {
  _margin: 0;
  margin-top: 0;
  padding: 0;
  list-style: none; }

.inline-list:before,
.inline-list:after {
  display: table;
  content: " "; }

.inline-list:after {
  clear: both; }

.inline-list > li {
  float: right; }

/*==================================================
 * _SLIDER
 * ===============================================*/
.slider-box {
  position: relative;
  overflow: hidden; }

.simple-slider + div .row {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -10%);
      -ms-transform: translate(0, -10%);
          transform: translate(0, -10%); }

.welcome-mess {
  padding: 0.5em; }

.custom-controls {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.slider-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3); }

#controls > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
  display: block;
  width: 70px;
  height: 70px;
  color: #ffffff;
  border-radius: 3px;
  text-align: center; }

.slider-box:hover #controls > a,
.portfolio-box:hover #controls > a,
.blog-slider-container:hover #controls > a,
.event-slider-holder:hover #controls > a {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  z-index: 100; }

#controls > a:hover {
  color: #d7df21;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.9); }

#controls > a > i {
  font-size: 1.4em;
  line-height: 70px; }

#controls a.next-nav {
  left: auto;
  right: 30px; }

.slider-nav {
  position: absolute;
  list-style: none;
  bottom: 1.3em;
  right: 0;
  left: 0;
  padding: 0;
  margin: 0;
  text-align: center; }
  .slider-nav > li {
    margin: 0 3px;
    display: inline-block; }
    .slider-nav > li a {
      font: 0/0 a;
      text-shadow: none;
      color: transparent;
      display: block;
      width: 11px;
      height: 11px;
      border-radius: 50%;
      border: 2px solid rgba(255, 255, 255, 0.5); }

.slider-nav > li
.slider-nav .current a {
  border-color: #ffffff; }

.slider-helper h1 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Maven Pro", Arial, sans-serif; }

/*==================================================
 * _MAIN-BOXS
 * ===============================================*/
.container.boxs-container {
  position: relative;
  bottom: 75px;
  margin-bottom: -20px; }

.blurbs {
  color: #ffffff;
  background-color: #030303;
  margin: 15px;
  box-shadow: 2px 2px 4px 0 rgba(50, 50, 50, 0.3); }
  .blurbs img {
    padding: 50px 20px;
    float: left; }
  .blurbs .blurb-content {
    padding-top: 5px;
    margin-bottom: 30px; }
    .blurbs .blurb-content h4 {
      font-weight: 500;
      color: #d7df21; }
    .blurbs .blurb-content p {
      padding-right: 5px; }
  .blurbs a {
    color: white; }
  .blurbs span {
    color: #ECEFF6;
    border: 1px solid;
    padding: 5px;
    position: relative; }
  .blurbs .cta_more_details {
    border-radius: 3px;
    border: 1px solid white;
    padding: 7px; }

@media (min-width: 992px) and (max-width: 1199px) {
  p {
    width: 250px; }

  .blurbs span {
    top: -70px;
    left: 180px; } }
@media (min-width: 768px) and (max-width: 991px) {
  p {
    width: auto; }

  .blurbs span {
    top: -5px;
    left: 0; } }
@media (max-width: 767px) {
  p {
    width: auto; }

  .blurbs span {
    top: -5px;
    left: 0; } }
/*==================================================
 * _MAIN-TABSs
 * ===============================================*/
.tabs-right .nav-tabs {
  border-bottom: 0;
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd; }
  .tabs-right .nav-tabs li {
    float: none; }
    .tabs-right .nav-tabs li a {
      min-width: 74px;
      margin-right: 0;
      margin-left: -1px;
      border-radius: 0; }
      .tabs-right .nav-tabs li a:hover {
        color: #030303; }

.tab-content .tab-pane {
  display: none; }
.tab-content .active {
  display: block; }

.tab-row {
  background-color: white; }

.tabs-right .nav-tabs {
  background-color: black;
  width: 200px;
  margin-top: -20px; }
  .tabs-right .nav-tabs li:last-child a {
    padding-bottom: 25px; }
  .tabs-right .nav-tabs li a {
    font-family: "Maven Pro", Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #ffffff; }
  .tabs-right .nav-tabs li.active a {
    color: #000000;
    border-left-color: transparent; }

.tab-panel-img {
  margin-left: 25px;
  margin-top: 25px;
  float: left; }
  .tab-panel-img img {
    width: 197px; }

.tab-panel-content {
  width: 59%;
  margin-left: 250px; }

.tab-panel-link {
  background-color: #22418B;
  padding: 5px;
  margin-left: 250px;
  width: 140px;
  margin-bottom: 25px; }
  .tab-panel-link a {
    color: white; }

/*==================================================
 * _MAIN-CONTENT
 * ===============================================*/
.main-content {
  margin-top: 80px;
  margin-bottom: 50px; }

/*==================================================
 * _PAGE-CONTENT
 * ===============================================*/
.yellow-stripped-title {
  background-color: #d7df21;
  height: 30px; }
  .yellow-stripped-title h1 {
    margin-top: 3px;
    font-size: 24px; }

.page-content {
  padding-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 50px;
  background-color: #ffffff; }

.page-content-area {
  position: relative;
  top: -35px; }

.source_link {
  font-weight: bold; }
  .source_link p {
    display: inline; }

/*==================================================
 * _CONTENT-ABOUT-US
 * ===============================================*/
.about-us-container .about-us-intro {
  margin-bottom: 15px; }
  .about-us-container .about-us-intro blockquote {
    font-family: "Patrick Hand", cursive;
    font-size: 24px;
    font-weight: 500; }
  .about-us-container .about-us-intro img {
    background-color: #030303;
    padding: 15px; }

/*==================================================
 * _BREADCRUMB-BAR
 * ===============================================*/
.breadcrumb-bar {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  bottom: 35px;
  margin-bottom: -35px;
  margin-left: 7%;
  margin-right: 7%; }
  .breadcrumb-bar > ol.breadcrumb {
    padding: 7px 0;
    margin-bottom: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.7); }
    .breadcrumb-bar > ol.breadcrumb span {
      padding-left: 10px;
      color: #ffffff; }
    .breadcrumb-bar > ol.breadcrumb li {
      padding-right: 5px;
      color: #ffffff; }
    .breadcrumb-bar > ol.breadcrumb a {
      color: #ffffff; }
      .breadcrumb-bar > ol.breadcrumb a:hover {
        -moz-text-decoration-color: #d7df21;
             text-decoration-color: #d7df21; }

/*==================================================
 * _PAGE-FULL-CONTENT
 * ===============================================*/
.staff-details {
  padding-right: 30px;
  padding-top: 30px; }
  .staff-details h3 {
    margin-top: 0; }
  .staff-details .page-header {
    margin-top: 0; }

/*==================================================
 * _CONTAINER-STAFF-CIRCLE
 * ===============================================*/
.container-staff-cirlce h2 {
  margin-top: 10px;
  margin-bottom: 20px; }
.container-staff-cirlce .staff-details-cirlce img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  margin-bottom: 10px; }
.container-staff-cirlce .staff-details-cirlce h3 {
  margin-top: 0;
  margin-bottom: 20px; }
  .container-staff-cirlce .staff-details-cirlce h3 small {
    display: block; }
.container-staff-cirlce .staff-details-cirlce .page-header {
  margin-top: 0; }

/*==================================================
 * _CONTAINER-CONTACT-US
 * ===============================================*/
.container-contact-us .contact-form .form-group {
  margin-bottom: 0; }
.container-contact-us .contact-form button {
  margin-top: 20px; }
.container-contact-us aside address {
  line-height: 1.5; }
  .container-contact-us aside address span {
    float: left;
    margin-right: 10px; }

.street_address {
  float: left;
  margin-bottom: 10px; }

.phone_numbers {
  float: left;
  margin-bottom: 10px; }

.post_box {
  float: left; }

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0; }

@media (min-width: 768px) and (max-width: 991px) {
  address {
    font-size: 14px; } }
@media (max-width: 767px) {
  .street_address {
    float: none; }

  .add_line1,
  .add_line2 {
    display: inline; } }
/*==================================================
 * _CONTAINER-HAPPY-CUSTOMER
 * ===============================================*/
.happy-face {
  margin-top: 30px; }

.facebook-embedded {
  margin-bottom: 25px; }

@media all and (min-width: 992px) {
  .fb_350,
  .fb_550 {
    display: none; }

  .fb_750 h1 {
    font-size: 42px; } }
@media all and (max-width: 992px) and (min-width: 601px) {
  .fb_350,
  .fb_750 {
    display: none; }

  .fb_550 h1 {
    font-size: 30px; } }
@media all and (max-width: 600px) {
  .fb_750,
  .fb_550 {
    display: none; }

  .fb_350 h1 {
    font-size: 20px; } }
/*==================================================
 * _YELLOW-SOCIAL-BANNER
 * ===============================================*/
.yellow-stripped-banner {
  background: #eceff6 url("img/yellow-stripped-bar.png") no-repeat center;
  height: 171px; }

.row.social-media {
  margin-bottom: 50px;
  margin-top: 50px; }

.social-media-heading {
  color: #7a7a7a; }
  .social-media-heading h3 {
    margin-top: 0; }

.social-media-icons {
  font-size: 65px; }
  .social-media-icons a {
    color: #030303; }
    .social-media-icons a:hover {
      color: #7a7a7a; }

@media (min-width: 1200px) {
  .yellow-stripped-banner .banner-title {
    font-size: 52px;
    font-weight: 300;
    text-transform: uppercase;
    padding-top: 20px; }

  .yellow-stripped-banner .banner-sub-title {
    color: white;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 36px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .yellow-stripped-banner .banner-title {
    font-size: 52px;
    font-weight: 300;
    text-transform: uppercase;
    padding-top: 20px; }

  .yellow-stripped-banner .banner-sub-title {
    color: white;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 36px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .yellow-stripped-banner .banner-title {
    font-size: 34px;
    font-weight: 300;
    text-transform: uppercase;
    padding-top: 20px; }

  .yellow-stripped-banner .banner-sub-title {
    color: white;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 26px; } }
@media (max-width: 767px) {
  .yellow-stripped-banner .banner-title {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    padding-top: 20px; }

  .yellow-stripped-banner .banner-sub-title {
    color: white;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 26px; } }
/*==================================================
 * _ARTICLE
 * ===============================================*/
.entry-title {
  background-color: #D7DF21;
  padding: 10px; }
  .entry-title a {
    color: black; }
    .entry-title a :hover {
      color: #ffffff; }

.entry-meta {
  padding: 10px; }

.entry-content {
  padding: 10px; }
  .entry-content img {
    margin-left: 15px; }

/*==================================================
 * _ASIDE
 * ===============================================*/
aside .contact-details h3 {
  padding-left: 0; }
aside h3 {
  padding-left: 10px; }
aside .sidebar {
  background-color: #ffffff;
  padding-left: 0;
  padding-right: 0; }
  aside .sidebar .nav.nav-pills > li > a {
    color: #030303;
    text-transform: capitalize;
    border-radius: 0; }
    aside .sidebar .nav.nav-pills > li > a:hover {
      background-color: #d7df21; }

/*==================================================
 * _FOOTER
 * ===============================================*/
footer.entry-footer {
  background-color: #ffffff; }
  footer.entry-footer > a {
    color: #030303; }
footer .tvb-copyright p {
  color: white; }

ul.footer-menu {
  list-style: outside none none;
  margin-bottom: 0; }
  ul.footer-menu > li {
    display: inline-block;
    padding-right: 15px; }
    ul.footer-menu > li > a {
      text-decoration: none;
      color: #eceff6;
      font-size: 12px;
      font-family: "Arimo", sans-serif;
      font-weight: 900;
      text-transform: uppercase; }
      ul.footer-menu > li > a:hover {
        text-decoration: underline; }
