/* Main style file. Override general styles here. Specific module or page type
styles, often have their on css files, which are called only if necessary. */

/* Test styles for double dropdowns */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
.dropdown-toggle-right::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  margin-top: .125em;
  content: "";
  border-left: .3em solid;
  border-bottom: .3em solid transparent;
  border-right: 0;
  border-top: .3em solid transparent;
}
/* End test styles for double dropdowns */


html, body {

}

body {
  font-family: 'Source Sans Pro', 'Trebuchet MS', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #525151;
}
.h3, .h4, .h5, .h6,  h3, h4, h5, h6 {
  font-weight: 500;
    line-height: 1.1;
    color: 000000;
}
.h1, h1 {
    text-transform: uppercase;
    font-size: 37px;
    color: #b55f14;
    margin-top: 0;
    border-bottom: 1px solid #000;
    padding: 10px;
  	letter-spacing: 0;
}
.h2, h2 {
    font-size: 28px;
    /*color: #fc8b28;*/
    color: #525151;
    margin-top: 0;
    padding-bottom: 0px;
  	letter-spacing: 0;
}
.hd-guide {
    border-style: dashed;
    border-width: 1;
    border-color: #fb7f36;
    border-color: rgba(251,127,54, .5);
    padding: 15px;
}
.table-container h3 {
    margin-top: 0;
}
.bg-gray {
  background-color: #cccccc;
}
.bg-darkgray {
  background-color: #525151;
}
.bg-white {
  background-color: #ffffff;
}
.bg-ucsform {
      background: url('/images/bg-free-quote-home.jpg') no-repeat center center fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      min-height: 100%;
      padding-top: 150px;
      padding-bottom: 150px;
      padding-left: 0px;
      padding-right: 0px;
      color: white
}
a, a:hover, a:focus {
  /*color: #fc8b28;*/
  color: #b55f14;
}
.accordion-toggle {
    color: #777;
}
.breadcrumb {
  margin: 10px 0;
}
.search-box {
    float: right;
    font-size: 12px;
    padding: 20px 40px 20px 0;
}

h4 {
  text-transform: uppercase;
}
.column-gallery h4 {
  color: orange;
}

.nav-link {
    display: block;
    padding: .1rem 1rem;
}

.navbar-toggler .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid rgba(68,68.68,.6);
    border-radius: .25rem;
}
.navbar-toggler:hover {
  background-color: rgba(68,68.68,.5);
}
/* Navbar Updates */


.main-nav {
    margin: 10px 0;
}
.navbar-default .navbar-nav>li>a, .navbar-default a.navbar-brand {
  color: #727272;
}
.navbar>.container, .navbar>.container-fluid {
  display: block;
  padding-bottom: 10px;
}
.side-menu >.nav > li {
    margin: 3px 0;
}
.navbar{
  background: #cccccc;
  margin-bottom: auto;
  display: block;
}
.logo img {
  max-width: 100%;
}
.rounded-circle {
    border-radius: 50% !important;
}
.header-phone-new h4 {
    margin-top: 10px;
    margin-bottom: 5px !important;
    font-size: 17px;
    color: #0b0b0b !important;
}
.header-phone-new a, .header-phone-new a:hover, .header-phone-new a:focus {
  color: #9d510f;
}
.stretch_bg {
    background: #424141;
}
.shipping-tag-container, .header-phone-new {
  text-align: center;
}
  

.shipping-tag {
    display: inline-block;
    color: #000;
    padding: 4px 10px;
    font-size: 16px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}
.shipping-tag {
    background: none;
    padding: 14px 0 0px 0;
}
.shipping-tag img {
	display: inline;
}
.navbar {
  padding: 0; 
}
.navbar-default .navbar-toggle-icon .icon-bar {
    background-color: black;
}
/* .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #434140;
    text-align: center;
    display: block;
} */

.navbar-container {
    width: 100% !important;
    display: inline-block !important;
    margin: 0 auto;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #f59a2b;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li >a:focus {
    color: #f59a2b;
    background-color: transparent;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: #fc8b28;
}
.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
}
.single-product .free-ship {
    padding: 15px 20px;
    margin-top: 15px;
}
.single-product .free-ship {
    width: 308px !important;
    height: 90px !important;
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px 0 20px;
    float: right;
}

li.nav-item {
    padding-right: 18px;
    text-align: center;
}

.nav-link .fa {
  font-size: 14px;
}

.free-ship {
    width: 308px !important;
    height: 90px !important; 
    background: url('bg-free-ship.png');
    background-size: contain;
    text-align: center;
    color: #fff;
    padding: 20px 15px;
    margin-bottom: 20px;
  margin-top:10px;
  float: right;
}

.breadcrumb {
    padding: 8px 15px 0 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    font-size: 15px;
    margin-top: 10px;
}

.page-header, .collection--header .collection--intro > h1, .collection--header .collection--intro > h2 {
    padding-bottom: 9px;
    margin: 0px 0 20px;
    border-bottom: 1px solid #444349;
}
.collection--header {
    margin-bottom: 30px;
    margin-top: 0px;
}
.collection--intro .jumbotron {
    color: white;
    margin-top: 90px;
    padding-top: 30px;
  	padding-bottom: 30px;
}
body .collection--header .collection--intro > h1 {
	border-color: #444349;
}
.uc-collection {
    padding: 0 30px;
}
.product-thumbnail, .collection-thumbnail {
    margin-bottom: 3em;
  	margin-top: 3em;
}
.single-product .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 0;
}
.single-product .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    top: 80%;
    right: 50%;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
  padding: 0;
}
.carousel-inner h3 {
	margin-top: 0;
}
.carousel-inner a, .carousel-inner a:hover, .carousel-inner a:hover {
	color: white;
  text-decoration: none;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {

    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 25px;

}
.glyphicon:empty {
    width: 1em;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#content {
	display: block;
}


.jumbotron { 
  /* remove space between menu and top of jumbotron 
     also add some space below in case the breadcrumb is there. give that a bit of space*/
  margin: -21px 0 2px 0;
  margin-top: 0px;
}
/* li.nav-item.dropdown {
  width: 20%;
}
li.nav-item {
  width: 20%;
} */
/*********************** Card Content ******************/


.custom-flex-container {
    justify-content: space-evenly;
}

.custom-flex-column {
    text-align: center;
    max-width: 300px;
    flex-direction: column;
    padding-bottom: 20px;
    padding-top: 20px;
}



/* Custom Columns */
.col-container .col {
    flex-direction: column;
    flex-wrap: wrap;
    flex-basis: 0;
    min-width: 300px;
}
@media (min-width: 992px) {  
.col-container .col {
    flex-direction: column;
    flex-wrap: nowrap;
    flex-basis: 1;
  }
  .col-ucs-video {
    order: 1;
    flex-grow: 2;
    background-color: transparent;
  }
  .col-custom-sized-stretcher-frames {
    order: 1;
    flex-grow: 1;
    background-color: transparent;
  }
}
.col-ucs-video {
  
}


/* EDITOR CSS*/
#brick_html {
  color: #000;
}
.well.well-lg {
  background: transparent;
  border: 2px solid #e0e0e0;
}
.edit-help a {
  font-weight: bold;
  font-style: italic;
  color: #337ab7;
}
.edit-help img {
  vertical-align: top;
  height: 18px !important;
  width: auto;
  border-radius: 4px;
}

/* Position Admin and Edit buttons */
.ft ul.nav li {
  float: right;
}
.ft ul.nav > li > a  {
  padding: 0 15px;
}
.ft ul.nav > li > a:hover, .ft ul.nav > li > a:focus {
  background-color: transparent;
  text-decoration: underline;
}
/**** Content Formatting ****/

/* Make images 100% on smaller devices. */
.content img {
  max-width: 100%;
  height: auto;
}
/* So the frame doesn't extend past the page. */
iframe, object, embed{
  max-width: 100%;
}
/* Remove bullets from list for sitemap */
#sitemap li.sub{
  list-style-type: none;
}

/**** Side Nav Menu Customization****/

.side-nav .nav {
    flex-direction: column;
}
.side-nav > h3:first-child  {
  margin-top: 0;
}
.side-nav .nav .nav {
  margin: 5px 0 10px 12px;
}
.side-nav .nav li a {
  color: #767676;
}

.side-nav .nav li.active > a {
  color: #337ab7 !important;
  font-weight: 700;
}
.side-nav .nav .nav .nav {
  font-size: 12px !important;
}
.side-nav .nav li a:hover {
  color: #333 !important;
  background: none !important;
}
.section-bk {
  width: 100%;
  background-color: rgba(255,255,255,.9);
  padding: 20px 0;
  margin: 0;
}

/* Navbar Customization */

ul.nav.navbar-nav.main-nav.navbar-center{
  flex-direction: column;
}
.navbar-default .navbar-nav>li>a {
    color: white;
}
.navbar-nav .dropdown-menu{
  position: absolute;
}

/* WCAG-2-2AA.css */
.sr-only{
  color: black;
  background: white;
}

.breadcrumb>.active {
    color: #717171;
}

.text-muted{
  color: #767676;
}

#skip a {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* blog.css */

.blog-widget {
  background: #f9f7f5;
  padding: 20px 15px;
  margin-bottom: 18px;

}


.posts .post { 
  margin-bottom: 40px;
}
#next {
  float: right;
 }
 
/* calendar.css */

#full-clndr {
  font-weight: 700;
}
#full-clndr .clndr-controls {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #414141;
  color: white;
}
#full-clndr .clndr-controls .clndr-button {
  width: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#full-clndr .clndr-controls .clndr-button:hover {
  opacity: 0.5;
}
#full-clndr .clndr-grid .days-of-the-week {
  background-color: #387e9c;
}
#full-clndr .clndr-grid .days-of-the-week .header-day {
  float: left;
  width: 14.2857%;
  padding: 15px;
  text-align: center;
  color: white;
}
#full-clndr .clndr-grid .days .day,
#full-clndr .clndr-grid .days .empty {
  float: left;
  width: 14.2857%;
  height: 66px;
  padding: 24px 0;
  text-align: center;
  color: #4f4f4f;
  background-color: #ebebeb;
  border-bottom: 2px solid white;
}

#full-clndr .clndr-grid .days .day.event .day-number,
#full-clndr .clndr-grid .days .empty.event .day-number {
  padding-bottom: 4px;
  border-bottom: 2px solid #3883a3;
  cursor: help;
}
#full-clndr .clndr-grid .days .day.adjacent-month .day-number,
#full-clndr .clndr-grid .days .empty.adjacent-month .day-number {
  opacity: 0.3;
}
#full-clndr .clndr-grid .days .today {
  background-color: white;
}
#full-clndr .event-listing .event-listing-title {
  padding: 15px;
  background-color: #71bbd2;
  text-align: center;
  color: black;
}
#full-clndr .event-listing .event-item {
  padding: 14px;
  color: #4f4f4f;
}
#full-clndr .event-listing .event-item-date {
  
  font-weight: 400;
}

/* Remove margins on devices 768px (col-sm-*) and up */
@media (min-width: 768px) {
  #full-clndr .clndr-grid {
    padding-right: 0;
  }
  #full-clndr .event-listing {
    padding-left: 0;
  }
}








/* carousel.css */

.carousel {
    position: relative;
    text-align: center;
}
.carousel-indicators #pause {
  text-indent: 0;
  border: 0;
  line-height: 0px;
  font-size: 15px;
  border-radius: 0;
  color: #fff;
}

.carousel-indicators #pause.pause .fa-play {
  display: none;
}

.carousel-indicators #pause.play .fa-pause {
  display: none;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  /* ensure image is centred in carousel, if not wide enough */
  margin: 0 auto;  
}

div#carousel-example-generic img {
  min-height: 200px;
}
.carousel-indicators li.play i, .carousel-indicators li.pause i {
    margin-top: -5px;
    margin-left: 15px;
}

.carousel-indicators li.play, .carousel-indicators li.pause {
    background-color: transparent;
}
/* faq.css */
.faq-index { 
  margin-bottom: 40px;
}
.faq-item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.faq-item h2 {
  margin-top: 0;
}
.faq-item-links a,
.faq-item-links{
  color: #bbb;
}
.faq-item-links{
  color: #bbb;
  margin-bottom: 20px;
}




/* gallery.css */
.col-thumbnail {
    margin-bottom: 20px;
}
.gallery .thumbnail {
  display: block;
  padding-bottom: 100%;
  position: relative;
  background-color: transparent;
  margin-bottom: 0px;
}
.gallery .thumbnail > .img-responsive {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
a.previous {
  float: left;
}
a.next {
  float: right;
}
/* jquery-fancybox-v2-1-5.css */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.thumb-text {
    margin: 0 7px 0 7px;
    text-align: center;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(/images/fancybox_sprite.png);
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(/images/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(/images/blank.gif); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(/images/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(255,255,255, 0.8);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  /*text-shadow: 0 1px 2px #222;*/
  color: #000;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
     only screen and (min--moz-device-pixel-ratio: 1.5),
     only screen and (min-device-pixel-ratio: 1.5){

  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(/images/fancybox_sprite_2x.png);
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url(/images/fancybox_loading_2x.gif);
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* one-long-page.css */
.bg-primary {
    background-color: #f05f40;
}
.btn-ucsart, .bg-dark a.btn-ucsart, .bg-dark a.btn-ucsart:focus {
    color: #000 !important;
    background-color: #fc8b28;
    border-color: #fc8b28;
}
.btn-ucsart:hover, .btn-ucsart:focus {
    color: #ffffff;
    background-color: #216690;
    border-color: #216690;
}
.bg-dark {
  color: #525151;
  background-color: rgb(204, 204, 204) !important;
}
.bg-dark h1{
  color: #525151;
}
.bg-dark a, .bg-dark a:hover, .bg-dark a:focus, 
.jumbotron a, .jumbotron a:hover, .jumbotron a:focus {
    color: #7f420e !important;
}


.bg-dark hr {
  background-color: #fc8b28;
}
.bg-gray {
  background-color: #eaeaea;

}
.bg-gray h1 {
  color: #fc8b28;
  font-size: 48px;
}
.section-border {
  border-top: #9d9d9d 15px solid;
}
.testimonial-border {
  border-top: #9d9d9d 6px solid;
  margin: 40px 0;
}
.image-text {
  width: 100%;
}
/* portfolio.css */

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(240,95,64,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}
.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
/* shopify-sdk.css */
.modal-dialog {
  width: 80%;
  margin: 30px auto;
}


/* slick-carousel.css */
.slick-slide {
    text-align: center;
}
.slick-slide img {
    display: block;
    margin: 0 auto;
}

@media (max-width: 768px) {  
  .slick-slider {
    margin-left: 25px;
    margin-right: 25px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide:focus {
  outline: none; 
}
.slick-slide {
  display: none;
  float: left;
  padding: 20px;
  height: 100%;
  min-height: 1px;
}
@media (max-width: 480px) {  
  .slick-slide {
    padding: 0;
  }
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/***** Slick theme customizations ****/

/* Slider */
.slick-loading .slick-list {
  background: #fff url('/images/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #2c3e50;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "\f053";
}
[dir='rtl'] .slick-prev:before {
  content: "\f054";
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "\f054";
}
[dir='rtl'] .slick-next:before {
  content: "\f053";
}
/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
/**** TESTIMONIALS/QUOTES ****/
#pageQuotes {

  padding-top: 5px;
  margin-top: 20px;
  min-height:200px;
  color: inherit;
  margin-left: 2%;
}
#pageQuotes .quote {
    display: none;
}
#pageQuotes .quote p {
  padding-right: 35px; 
  padding-bottom: 15px; 
  color: inherit; 
  font-size: 18px;
}
#pageQuotes .quote .quote-author {
  float:right;
}
#pageQuotes .quote .quote-author p {
  color: inherit;
}
button.btn.btn-info.pull-right.refresh {
    margin-right: 35px;
    background-color: black;
    border-color: black;
    transition:.3s;
    margin-bottom: 10px;
}
button.btn.btn-info.pull-right.refresh:hover, 
button.btn.btn-info.pull-right.refresh:focus {
    background-color: #216690;
    transition: .3s;
}
/* Card styles */

.slick-card {
  border: 1px solid #ccc;
}
.slick-card .slick-card-image {
  text-align: center;
  padding: 10px;
}
.slick-card .slick-card-image img {
  width: 100%;
}
.slick-card .slick-card-body {
  border-top: 1px solid #ccc;
  padding: 10px;
  min-height: 90px;
}
.slick-card .slick-card-body h3 {
  font-weight: bold;
  font-size: 12px;
  margin: 0;
}

/* Tablet */
@media (min-width: 768px) {  
  .slick-card .slick-card-body { min-height: 110px }
  .slick-card .slick-card-body h3 { font-size: 16px; }
}
/* Desktop */
@media (min-width: 992px) {
  
}
/* Large Desktop */
@media (min-width: 1200px) {
 .slick-card .slick-card-body { min-height: 50px }
}
/* video-background.css */
/* video div's */

.container-fluid{margin: 0; padding: 0; height: 100%; width: 100%;}
.embed-responsive{}

.embed-responsive .video-description {
  position: relative;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  min-height: 50px;
  padding: 20px 0;
  margin-top: 0px;
  z-index: 0;
}
.video-background {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100%;
}
/**** Responsive Hooks ****/

/* Keep in mind mobile-first styles get applied 
generally and override for larger devices. */

/* Tablet*/
@media (min-width: 768px) {  
  /* Add minimum height for pages with minimal content. */
 .content { min-height: 500px; }
 .pull-subpages .content { min-height: 0; }


  /* Float main menu on right */
  .navbar-nav {
    float: right;
    margin: 15px 0;
  }
  .shipping-tag-container, .header-phone-new {
  text-align: right;
}
  ul.nav.navbar-nav.main-nav.navbar-center{
  flex-direction: row;
}
.header-phone-new, .shipping-tag-container {
    text-align: right;
}
}
/* footer */
#foot ul li {
  float: right;
  list-style: none;
  margin: 0 20px;
}
#foot .search {
  float: left;
}

.main-footer {
    margin-top: 0px;
}
.main-footer {
    background: #494949;
    margin-top: 0;
    padding: 35px 0;
}

#menu_footer {
    color: white;
    text-transform: lowercase;
}
#menu_footer h3.widgettitle {
    color: #C7C7C7;
    font-size: 18px;
    text-transform: lowercase;
}
.widgettitle {
    margin-bottom: 9px;
}
#menu_footer ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}
#menu_footer a {
    color: #fff;

}
.sm-icons {
    width: auto !important;
    display: inline-block !important;
}
.footer-leftside {
    text-align: center;
    padding: 0 2px;
}
.footer-leftside a {
	float: left;
}
.footer-logo {
	margin-bottom: 25px;
}

#foot .text-muted {
    color: #b6c4d1 !important;
}
#foot a, #foot a:hover, #foot a:focus {
    color: #fc8b28;
    color: #f7a849;
}
.colour {
  color: #e48025;
}
.footer-col {
padding-bottom: 30px;
}
.ft .social-links > li > a {
    color: #000;
}
img.nv {
  width: 200px;
}
.ft ul.nav li {
  float: right;
}
.ft ul.nav > li > a  {
  padding: 0 5px;
}
.ft ul.nav > li > a:hover, .ft ul.nav > li > a:focus {
  background-color: transparent;
  text-decoration: underline;
}
.ft-share {
  background-color: #eee;
  padding: 15px 0;
}
.fa.fa-google-plus-square {
  color: #d34836;
}
.fa.fa-google-plus-square:hover, .fa.fa-google-plus-square:focus {
  opacity: 0.7;
}
.fa.fa-linkedin-square {
  color: #0077B5;
}
.fa.fa-linkedin-square:hover, .fa.fa-linkedin-square:focus {
  opacity: 0.7;
}
.fa.fa-facebook-official {
  color: #3b5998;
}
.fa.fa-facebook-official:hover, .fa.fa-facebook-official:focus {
  opacity: 0.7;
}
.fa.fa-twitter-square {
  color: #00aced;
}
.fa.fa-twitter-square:hover, .fa.fa-twitter-square:focus {
  opacity: 0.7;
}
.fa.fa-envelope-square {
  color: black;
}
.fa.fa-envelope-square:hover, .fa.fa-envelope-square:focus {
  opacity: 0.7;
}
.footer-bottom {
  padding-top: 170px;
}
.footer-bottom a {
    color: #767676;
}
.nv-link {
    width: 170px;
    margin-top: 35px;
}
.img-responsive{
  max-width: 100%;
}
@media (max-width: 767px) {
  
  .blog-image img {
    max-width: 75px;
  }
}

/* Desktop*/
@media (min-width: 992px) {
  .header-phone-new h4 {
    margin-bottom: 5px !important;
    font-size: 17px;
    color: #0b0b0b !important;
}
.container {
    max-width: 970px;
  }
  .col-lg-2-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
}
/* Large Desktop*/
@media (min-width: 1200px) {
 .container {
    max-width: 1200px;
  }
}x