body {
  font-family: Arial, sans-serif;
  /* PV Update: Overwrite Bootstrap Helvetica font family */
  color: #5a5a5a;
}

body>.container {
  /*max-width: 1200px;*/
  padding-bottom: 50px;
  /*Fixed bottom padding if footer height is too big*/
}

@media (min-width: 768px) {
  .container {
    /*max-width: 1200px;*/
  }

  .no-gutters {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1300px !important;
  }
}
@media (max-width: 624px) {

  /*body{margin: 15px}*/
  .caption {
    margin-top: 40px;
  }

  .vid-list-container,
  .vid-list-container2,
  .vid-list-container3,
  .vid-list-container4,
  .vid-list-container5 {
    padding-bottom: 20px;
  }
}

ol>li {
  margin-bottom: 20px;
}

@media (max-width: 360px) {
  body {
    margin-top: 0;
  }

  body.error-page-margin {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body {
    margin-top: 0px;
  }

  body.error-page-margin {
    margin-top: 0px;
  }
}

@media (min-width: 1025px) {
  body {
    margin-top: 0px;
    /* 124px for left aligned nav. 164px for centered aligned nav and Navbar Scroll and Hide enabled */
  }

  body.error-page-margin {
    margin-top: 0px;
    /* 124px for left aligned nav. 160px for centered aligned nav and Navbar Scroll and Hide enabled */
  }
}

body {
  margin-bottom: 103px;
}

@media (max-width: 990px) {
  body {
    margin-bottom: 105px;
  }
}

@media (max-width: 767px) {
  body {
    margin-bottom: 160px;
  }
}

/****** 7 Columns ******/
/* Create 7 equal columns that floats next to each other */
.column-7 {
  float: left;
  width: 14.2%;
  padding: 20px 20px 0px 20px;
  text-align: center;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/****** 7 Columns ******/

.qk-textfield {
  padding: 10px;
  border: solid 1px #888;
  transition: box-shadow 0.3s, border 0.3s;
}


.main-content-spacing {
  margin-top: 15px;
  /* This move the entire header up or down */
}

@media (max-width: 767px) {
  .main-content-spacing {
    margin-top: 55px;
  }
}

/****************** Header Lines ******************/

.decorated {
  overflow: hidden;
  text-align: center;
}

.decorated>span {
  position: relative;
  display: inline-block;
}

.decorated>span:before,
.decorated>span:after {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #ccc;
  width: 592px;
  /* half of limiter */
  margin: 0 20px;
}

.decorated>span:before {
  right: 100%;
}

.decorated>span:after {
  left: 100%;
}

/****************** // Header Lines ******************/

.qk-textfield:focus,
.qk-textfield.focus {
  border: solid 1px #52b747;
  box-shadow: 0 0 5px 1px #52b747;
}

.qk-submit-button {
  border: solid 1px #707070;
}

.containerfull {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 0px 0px 0px;
  /* Padding between divider fade and page title */
}

@media (max-width: 767px) {
  .containerfull {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 0px 0px 0px;
    /* Padding between divider fade and page title */
  }
}

.concrete {
  background: url(/75/img/concrete.jpg) center repeat-x;
}

a {
  color: #096baa;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #976b00;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.breadcrumb {
  font-size: 0.9em;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters [class^="col-"],
.row.no-gutters [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.nomargin {
  margin: 0;
}

.nopadding {
  padding: 0 2px;
}

.notopmargin {
  margin-top: 0 !important;
}

.logo {
  margin-top: -10px;
}

@media (max-width: 767px) {
  .logo {
    margin-top: -10px;
    margin-bottom: 20px;
  }

  .logo-mobile {
    float: left;
    margin: 0px 0px 20px 10px;
    max-width: 60%;
    margin-top: 10px;
  }
}

@media (max-width: 390px) {
  .logo-mobile {
    max-width: 60%;
    margin-top: 10px;
  }
}

.espanol {
  text-align: right;
}

.espanol img {
  margin-right: 3px;
}

.header {
  display: none;
  width: 100%;
  background: #fff url(/images/header-bg.jpg) repeat-x center;
}

.breadcrumb {
  border-radius: 0 0 4px 4px;
}

div .breadcrumb {
  display: none;
}

h2.page-header {
  margin-top: 20px;
  text-transform: uppercase;
}

h1.page-header {
  margin-top: 0px;
  /* 20px for left aligned nav. 0px for centered aligned nav */
  text-transform: uppercase;
  font-size: xx-large;
}

.facebook-container {
  margin-bottom: 40px;
  width: 100%;
}

.twitter-container {
  width: 100%;
}

.rounded-corners {
  border: 1px solid inherit;
  border-radius: 8px;
}

.btn.quik-button {
  border: 1px solid #000;
  border-radius: 25px;
  background-color: #000;
  color: #feba31;
  text-transform: capitalize;
}

.btn.quik-button:hover {
  text-shadow: 0 0 5px #feba31;
}

.tab-padding {
  margin-bottom: 20px
}

/************** Center Tabs ****************/

.nav-tabs.centered>li,
.nav-pills.centered>li {
  float: none;
  display: inline-block;
  *display: inline;
  /* ie7 fix */
  zoom: 1;
  /* hasLayout ie7 trigger ****************/
}

.nav-tabs.centered,
.nav-pills.centered {
  text-align: center;
}

/************** //Center Tabs */

/************** Featured Tabs ****************/

.nav-tabs.centered.featured>li {
  border: 1px 1px 0px 1px dotted #000000;
  border-radius: 0px;
}

.nav-tabs.centered.featured>li.active {
  border-bottom: 1px dotted #000000;
  border-radius: 0px;
}

/************** //Featured Tabs ****************/



.featured-items {
  margin-top: 20px;
  margin-bottom: 20px;
}

.news-items {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dotted #ccc 1px;
}

.featured-category {
  margin-top: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 19px;
  color: #333;
  padding-bottom: 15px;
  border-bottom: solid #ccc 3px;
  margin-bottom: 20px;
}

.featured-banner {
  text-align: center;
  margin-bottom: 40px;
}

.title {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
}

.sub-title {
  font-size: 16px;
}

.description {
  margin-top: 15px;
  padding-bottom: 15px;
}

.row .padding {
  padding: 20px;
}

.row-spacing {
  margin-bottom: 30px;
}

.yellow {
  color: #feba31;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

a .yellow {
  color: #feba31;
}

a .white {
  color: #fff;
}

a .black {
  color: #000;
}

.bg-light-gray {
  background-color: #e8e8e8;
}

.bg-yellow {
  background-color: #feba31;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #000;
}

.fitzco-media-tag {
  display: none;
}

.vid-container {
  position: relative;
  padding-bottom: 52%;
  /*padding-top: 30px;*/
  height: 0;
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vid-list-container,
.vid-list-container2,
.vid-list-container3,
.vid-list-container4,
.vid-list-container5 {
  width: 92%;
  overflow: hidden;
  margin-top: 20px;
  margin-left: 4%;
  padding-bottom: 20px;
}

.vid-list {
  width: 1344px;
  position: relative;
  top: 0;
  left: 0;
}

.vid-item {
  display: block;
  width: 148px;
  height: auto;
  float: left;
  margin: 0;
  padding: 10px;
}

.thumb {
  overflow: hidden;
  height: 70px;
}

.thumb img {
  width: 100%;
  position: relative;
  top: -13px;
}

.vid-item .desc {
  color: #666;
  font-size: 12px;
  margin-top: 5px;
}

.vid-item:hover {
  background: #eee;
  cursor: pointer;
}

.arrows {
  position: relative;
  width: 100%;
}

.arrow-left,
.arrow-left2,
.arrow-left3,
.arrow-left4,
.arrow-left5 {
  color: #000;
  position: absolute;
  background: #feba31;
  padding: 15px;
  left: 0;
  top: -175px;
  z-index: 99;
  cursor: pointer;
}

.arrow-right,
.arrow-right2,
.arrow-right3,
.arrow-right4,
.arrow-right5 {
  color: #000;
  position: absolute;
  background: #feba31;
  padding: 15px;
  right: 0;
  top: -175px;
  /*z-index: 100;*/
  cursor: pointer;
}

.arrow-left:hover {
  background: #f59304;
}

.arrow-right:hover {
  background: #f59304;
}

.media-body strong {
  text-transform: uppercase;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /*padding-top: 30px;*/
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1025px) {

  /* Navbar Scroll and Hide */
  header {
    position: relative;
    z-index: 100;
    width: 100%;
    /* Disable Navbar Scroll and Hide 
    top: 0;
    background: #fff;
    left: 0;
    transition: 500ms;
    -ms-transform: translate(0, -200px);
    -webkit-transform: translate(0, -200px);
    -moz-transform: translate(0, -200px);
    transform: translate(0, -200px);
    */
  }

  .visible {
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.navbar {
  margin-top: 8px;
  background: url(/img/bg.png) repeat;
}

.navbar-right {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}

.container-fluid {
  margin: 0 auto;
  padding: 0;
}

.navbar-right .dropdown-menu {
  background: url(/img/translucent.png) repeat;
  left: 0;
  right: auto;
}

.navbar-right .navbar-nav li li {
  font-weight: 700;
  font-style: italic;
  font-size: 1em;
  font-family: open sans;
  text-shadow: 1px 1px 0 #fff;
}

@media (min-width: 768px) {
  .navbar-right .navbar-nav li li a {
    border: 1px solid transparent;
  }

  .navbar-right .navbar-nav li li a:hover,
  .navbar-right .navbar-nav li li a:active {
    background-color: #fff;
    border: 1px solid #e7e7e7;
  }
}

@media (max-width: 767px) {
  .navbar {
    background-image: none;
    background-color: #fff;
    border-top: 0px solid #ddd;
    border-bottom: 0px solid #ddd;
    border-radius: 0px;
    margin: 0px;
  }

  .navbar-collapse {
    border-top: 1px #ddd solid;
    border-radius: 4px;
  }

  .collapsed {
    /*margin-right: 23px;*/
    border: 0px solid #999;
    background-color: transparent;
    margin-top: 20px;
  }

  .navbar-nav {
    background: #fff;
  }

  .navbar ul {
    margin: 0;
  }

  .navbar-right .navbar-nav>li>a {
    font-weight: 700;
    font-style: italic;
    font-family: open sans;
    text-shadow: #e3e3e3 1px 1px 0;
    border: 1px solid #fff;
  }

  .navbar-right .navbar-nav li ul {
    margin: 0;
    padding: 0;
  }

  .navbar-right .navbar-nav li li {
    margin: 0;
    padding: 0;
  }

  .navbar-right .navbar-nav>li>a:hover,
  .navbar-right .navbar-nav>li>a:active {
    background-color: #f4f4f4;
    border: 1px solid #e7e7e7;
  }

  .navbar-right .navbar-nav>.open>a,
  .navbar-right .navbar-nav>.open>a:hover,
  .navbar-right .navbar-nav>.open>a:focus {
    color: #555;
    background-color: #f4f4f4;
    border: 1px solid #e7e7e7;
  }

  .dropdown-menu>.active>a,
  .dropdown-menu>.active>a:hover,
  .dropdown-menu>.active>a:active,
  .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #f4f4f4;
    border: 1px solid #e7e7e7;
    outline: 0;
  }

  .nav .open>a,
  .nav .open>a:hover,
  .nav .open>a:active,
  .nav .open>a:focus {
    background-color: #f4f4f4;
    border-color: #e7e7e7;
  }
}

.navimg {
  width: 91px;
  height: 47px;
}

.navimg-first {
  width: 108px;
  height: 47px;
}

@media (max-width: 767px) {

  .navimg,
  .navimg-first {
    text-indent: 0;
    width: 100%;
  }
}

@media (min-width: 768px) {

  .navimg,
  .navimg-first {
    text-indent: -9999px;
  }

  .home {
    background: url(/img/nav-homeowners.jpg) top;
  }

  .home:hover {
    background: url(/img/nav-homeowners.jpg) bottom;
  }

  .pro {
    background: url(/img/nav-pro.jpg) top;
  }

  .pro:hover {
    background: url(/img/nav-pro.jpg) bottom;
  }

  .dealers {
    background: url(/img/nav-dealers.jpg) bottom;
  }

  .dealers:hover {
    background: url(/img/nav-dealers.jpg) top;
  }

  .store {
    background: url(/img/nav-store.jpg) bottom;
  }

  .store:hover {
    background: url(/img/nav-store-2.jpg) top;
  }

  .about {
    background: url(/img/nav-about.jpg) bottom;
  }

  .about:hover {
    background: url(/img/nav-about.jpg) top;
  }

  .contact {
    background: url(/img/nav-contact.jpg) bottom;
  }

  .contact:hover {
    background: url(/img/nav-contact.jpg) top;
  }

  .search {
    background: url(/img/search.jpg) right top no-repeat;
    width: 120px;
    height: 47px;
  }

  .search:hover {
    background: url(/img/search.jpg) right bottom no-repeat;
  }
}

@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.dropdown-menu li {
  color: #262626;
}

.dropdown-menu li a.subnav {
  font-weight: 400;
}

.nav-shadow {
  -webkit-box-shadow: 0px 40px 25px -50px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 40px 25px -50px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 40px 25px -50px rgba(0, 0, 0, 0.75);
}

.undernav {
  /*background: url(../img/nav-under.jpg) repeat-x; height: 18px; width: 100%; display: none*/
  padding-bottom: 45px;
}

@media (max-width: 767px) {
  .undernav {
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .nav-shadow>.row {
    margin-top: -40px;
  }
}

/* Pv Update: 2/23/2020 Consider removing
.undernavhome {
  background: url(/img/nav-under.jpg) repeat-x;
  height: 18px;
  width: 100%;
}
*/

@media (max-width: 992px) {
  .navbar-wrapper .container {
    width: 100%;
  }
}

.navbar .navbar-toggle .icon-bar {
  background-color: #febb2f;
  height: 3px;
}

.btn-default {
  margin-bottom: 3px;
}

.btn-yellow {
  color: #fff;
  background-color: #d8a834;
  border-color: #c59624;
}

.shadow {
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
}

.whiteborder {
  border: 1px solid #fff;
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button {
  box-sizing: content-box;
  line-height: normal;
  margin: 0 -15px;
  padding: 0 -15px;
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus {
  box-sizing: content-box;
  line-height: normal;
  border-radius: 4px 0 0 4px;
  border: 1px solid #ccc;
}

.gsc-search-button {
  border-radius: 0 4px 4px 0;
  padding-right: 16px;
}

.homecarousel {
  border: 0 solid #535353;
  border-radius: 0;
  height: auto;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 1024px;
  overflow: hidden;
}

.carousel-caption {
  font-family: Open Sans, sans-serif;
  font-style: italic;
  z-index: 10;
}

.carousel-caption a {
  color: #f7bc32;
}

.carousel .item {
  /*background-color: #777; PV Update 7/13/2020: Consider removing completely if no issues*/
  height: 100%;
}

.carousel-inner>.item>img {
  bottom: 100%;
  left: 0;
  right: 100%;
  top: 0;
}

.carousel-control.left {
  margin-left: -15px;
}

.carousel-control.right {
  margin-right: -15px;
}

.carousel-indicators li {
  visibility: hidden;
}

.carousel-control {
  margin-top: -20px;
}

.panel-heading a {
  border: 0;
}

.panel-heading .accordion-toggle h4:after {
  font-family: Glyphicons Halflings;
  content: "\e114";
  float: right;
  color: gray;
  overflow: no-display;
}

.panel-heading .accordion-toggle.collapsed h4:after {
  content: "\e080";
}

a.accordion-toggle {
  text-decoration: none;
}

.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}

.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

.bs-callout p:last-child {
  margin-bottom: 0;
}

.bs-callout code {
  border-radius: 3px;
}

.bs-callout+.bs-callout {
  margin-top: -5px;
}

.bs-callout-default {
  border-left-color: #ddd;
}

.bs-callout-default h4 {
  color: #777;
}

.bs-callout-primary {
  border-left-color: #428bca;
}

.bs-callout-primary h4 {
  color: #428bca;
}

.bs-callout-success {
  border-left-color: #5cb85c;
}

.bs-callout-success h4 {
  color: #5cb85c;
}

.bs-callout-danger {
  border-left-color: #d9534f;
}

.bs-callout-danger h4 {
  color: #d9534f;
}

.bs-callout-warning {
  border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
  color: #f0ad4e;
}

.bs-callout-info {
  border-left-color: #5bc0de;
}

.bs-callout-info h4 {
  color: #5bc0de;
}

.outlined {
  position: relative;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.category {
  margin: 0;
  padding: 10px 0 10px 15px;
  font-weight: 700;
  font-style: italic;
  font-size: 1.5em;
  font-family: open sans;
}

.blue {
  background-color: #569bbe;
  text-shadow: 1px 1px 0 #7db9d8;
  display: none;
}

.orange {
  background-color: #f8971d;
  text-shadow: 1px 1px 0 #fdb459;
  display: none;
}

.purple {
  background-color: #8056c5;
  color: #3d3d3d;
  text-shadow: 1px 1px 0 #a47fe1;
  display: none;
}

.green {
  background-color: #5c8727;
  color: #3d3d3d;
  text-shadow: 1px 1px 0 #78a541;
  display: none;
}

.red {
  background-color: #d74022;
  color: #3d3d3d;
  text-shadow: 1px 1px 0 #f36246;
  display: none;
}

.lightblue {
  background-color: #7eafd4;
  text-shadow: 1px 1px 0 #a9d0ee;
  display: none;
}

img[usemap] {
  border: none;
  height: auto;
  max-width: 100%;
  width: auto;
}

.yellowtab {
  background: transparent url(/images/bg_button_yellow_right.gif) no-repeat scroll top right;
  display: block;
  text-align: left;
  height: 24px;
  margin-right: 6px;
  padding-right: 10px;
  float: left;
}

.yellowtabline {
  padding: 2px;
  background-color: #fdbb30;
  border-right: 1px solid silver;
  border-bottom: 1px solid #9c9c9c;
}

.yellowtab span {
  background: transparent url(../images/bg_button_yellow.gif) no-repeat;
  display: block;
  line-height: 19px;
  padding: 5px 0 1px 10px;
  font-size: 18px;
  text-shadow: 1px 1px #fee8b2;
  color: #000;
  font-weight: 700;
  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

.projectwrap {
  width: 175px;
  height: 195px;
  display: block;
  float: left;
  margin: 16px;
  text-align: center;
  font-size: 11px;
  line-height: 14px;
}

.projectthumbs {
  background: #d9dfe1;
  border: 1px #808d98 solid;
  width: 165px;
  height: 160px;
  display: block;
  float: left;
  margin: 0 0 5px;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .projectwrap {
    width: 155px;
  }
}

@media (max-width: 991px) {
  .projectwrap {
    width: 144px;
  }
}

@media (max-width: 767px) {
  .projectwrap {
    width: 130px;
  }

  .projectthumbs {
    width: 150px;
  }
}

.projectthumbslast {
  background: #d9dfe1;
  border: 1px #808d98 solid;
  width: 200px;
  height: 180px;
  display: block;
  float: right;
  margin: 15px 0;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.projectthumbs:hover,
.projectthumbslast:hover {
  background: #f2f2f2;
}

#content .projectthumbs img,
#content .projectthumbslast img {
  border-bottom: 1px #f5f5f5 solid;
}

#content .projectthumbs a,
#content .projectthumbslast a {
  color: #333;
  text-decoration: none;
  display: block;
}

#content .projectthumbs a:hover,
#content .projectthumbslast a:hover {
  color: #000;
  display: block;
}

.new-ribbon {
  position: absolute; margin-left: -37px; z-index: 1;
}

@media (max-width: 767px) {
  .new-ribbon {
    position: absolute; margin-left: -52px; z-index: 1;
  }
}

@media (min-width: 768px) {
  .bag {
    background: url(/img/bag.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    margin-top: 20px;
    padding-top: 265px;
  }
}

@media (max-width: 767px) {
  .bag {
    background: url(/img/bag.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 200px;
    margin-top: 20px;
    padding-top: 80px;
  }
}

.videoinfo {
  width: 100%;
  padding: 5px 20px 10px;
  background: #e4b43e;
  color: #101010;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 20px solid #000;
}

.videoinfo h2 {
  color: #fff;
  text-shadow: 1px 1px 1px #917329;
}

.videoinfo h1 {
  color: #fff;
  text-shadow: 1px 1px 1px #917329;
  font-size: xx-large;
}

.videothumbs {
  background: #d9dfe1;
  border: 1px #808d98 solid;
  width: 205px;
  height: 193px;
  display: block;
  float: left;
  margin: 11px;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.videothumbs:hover {
  background: #f2f2f2;
}

.videothumbs>a>img {
  width: 225px;
  height: 150px;
}

img.videothumbs {
  border-bottom: 1px #f5f5f5 solid;
}

.videothumbs a {
  color: #333;
  text-decoration: none;
  display: block;
}

.videothumbs a:hover {
  color: #000;
  display: block;
  text-decoration: none;
}

.imageOver {
  background: url(/AtHome/images/play.png) no-repeat 45% 50%;
}

.imageNew {
  background: url(/AtHome/images/new.png) no-repeat 16% 50%;
  margin-top: -1px;
}

.imageOverNew {
  background: url(/AtHome/images/playnew.png) no-repeat 16% 50%;
  margin-top: -1px;
}

@media (max-width: 767px) {
  .videothumbs {
    width: 320px;
  }

  .videothumbs>a>img {
    width: 320px;
  }

  .imageNew {
    background: url(/AtHome/images/new.png) no-repeat 99% 50%;
    margin-top: -1px;
  }

  .imageOverNew {
    background: url(/AtHome/images/playnew.png) no-repeat 99% 50%;
    margin-top: -1px;
  }
}

@media (min-width: 768px) {
  .navbar-wrapper {
    margin-top: 30px;
  }

  .navbar-wrapper .container,
  .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-wrapper .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .carousel-caption p {
    font-size: 21px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}

.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20 {
  min-height: 1px;
  padding: 1px;
  position: relative;
}

.col-xs-20 {
  float: left;
  width: 20%;
}

.col-xs-40 {
  float: left;
  width: 20%;
}

.col-xs-60 {
  float: left;
  width: 20%;
}

.col-xs-80 {
  float: left;
  width: 20%;
}

.col-xs-100 {
  float: left;
  width: 20%;
}

@media (min-width: 768px) {

  .col-md-pull-20,
  .col-sm-pull-20 {
    right: 20%;
  }

  .col-md-pull-40,
  .col-sm-pull-40 {
    right: 40%;
  }

  .col-md-pull-60,
  .col-sm-pull-60 {
    right: 60%;
  }

  .col-md-pull-80,
  .col-sm-pull-80 {
    right: 80%;
  }

  .col-md-push-20,
  .col-sm-push-20 {
    left: 20%;
  }

  .col-md-push-40,
  .col-sm-push-40 {
    left: 40%;
  }

  .col-md-push-60,
  .col-sm-push-60 {
    left: 60%;
  }

  .col-md-push-80,
  .col-sm-push-80 {
    left: 80%;
  }
}

@media (min-width: 768px) {
  .col-sm-20 {
    float: left;
    width: 20%;
  }
}

@media (min-width: 992px) {
  .col-md-20 {
    float: left;
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-lg-20 {
    float: left;
    width: 20%;
  }
}

html {
  min-height: 100%;
  position: relative;
}

.footer {
  background-color: #808c98;
  bottom: 0;
  border-top: 3px solid #b6bdc3;
  color: #d2d6d9;
  font-size: 12px;
  position: absolute;
  text-shadow: -1px -1px 0 #717171;
  width: 100%;
}

.footer a {
  color: #e9ebed;
  text-decoration: none;
  text-shadow: -1px -1px 0 #717171;
}

.footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer img {
  box-shadow: -1px -1px 0 0 #717171;
  -moz-box-shadow: -1px -1px 0 0 #717171;
  -webkit-box-shadow: -1px -1px 0 0 #717171;
}

.footer>.container {
  /* max-width: 1024px; */
  padding-top: 10px;
  text-align: center;
}

@media print {
  a[href]:after {
    content: none !important;
  }

  .espanol {
    display: none;
  }

  .noprint {
    display: none;
  }
}

.qk-textfield {
  padding: 10px;
  border: solid 1px #888;
  transition: box-shadow 0.3s, border 0.3s;
}

/****************** Header Lines ******************/

.decorated {
  overflow: hidden;
  text-align: center;
}

.decorated>span {
  position: relative;
  display: inline-block;
}

.decorated>span:before,
.decorated>span:after {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #ccc;
  width: 592px;
  /* half of limiter */
  margin: 0 20px;
}

.decorated>span:before {
  right: 100%;
}

.decorated>span:after {
  left: 100%;
}

/****************** // Header Lines ******************/

.qk-textfield:focus,
.qk-textfield.focus {
  border: solid 1px #52b747;
  box-shadow: 0 0 5px 1px #52b747;
}

.qk-submit-button {
  border: solid 1px #707070;
}

.concrete {
  background: url(/75/img/concrete.jpg) center repeat-x;
}

a {
  color: #096baa;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #976b00;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.breadcrumb {
  font-size: 0.9em;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters [class^="col-"],
.row.no-gutters [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.nomargin {
  margin: 0;
}

.nopadding {
  padding: 0 2px;
}

.notopmargin {
  margin-top: 0 !important;
}


@media (max-height: 600px) {
  #livechat-full {
    height: 300px !important;
  }
}

.fancybox-skin {
  background: #fff !important;
}