body { background-image: none !important; }

.navbar .help { display:none; }

.mainnav > li ul {
  background: #ECF8FF !important;
}

div#pbwsp {
	display:none !important;
}

/* Close button on the thick box*/
#TB_closeWindowButton,
#TB_closeWindowButton:link,
#TB_closeWindowButton:visited,
#TB_closeWindowButton:active,
#TB_closeWindowButton:focus {
    color: #000 !important;
    font-weight: bold;
}

/* Photo Submission */
.file-upload {
  width: 625px;
  padding: 10px;
  display: none;
}

.file-upload-content {
  width: 625px;
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  margin-top: 20px;
  border: 4px dashed #579FC8;
  position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #F4F4F4;
  border: 4px dashed #305E74;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #579FC8;
  padding: 60px 0;
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}


/* Custom CSS for Coupons */
.coupon-frame {
  height: 350px;
  width: 300px;
  border: 1px solid black;
  box-shadow: 0px 5px 15px #222;
  border-radius: 10px;
  margin: 0 10px 35px 10px;
  float: left;
}
.coupons-p {
  display:inline-block;
  margin: 25px 0px 0px 7px;
  padding:10px;
  border-right: 1px solid black;
  border-left: 1px solid black;
}

/* Darken the inactive tabs */
.nav-tabs > li > a {
    background-color: #eeeeee;
}

.nav > li > a:hover {
    background-color: #CFCFCF;
}

/* Ribbon for Photo Contest */
 .ribbon{
  position: absolute;
  z-index: 1;
  right: -8px;
  top: 0;
}

/*Estimate and Shipping banner*/

/*.promo-banner-right{
  Display: none;
}*/

.promo-banner-right > h2{
  color: #0880AE;
}

.promo-banner-left > h2{
  color: #0880AE;
}


/*FAQ Tips Accordion*/
.tips-transition, .tips p, .tips ul li i:before, .tips ul li i:after {
  transition: all 0.25s ease-in-out;
}

.tips-flipIn, .tips h1, .tips ul li {
  animation: flipdown 0.5s ease both;
}

.tips-no-select, .tips h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tips {
  min-height: 0;
  display: inline-block;
  position: relative;
  left: 50%;
  margin: 0px 0;
  transform: translate(-50%, 0);
  box-shadow: 0 10px 0 0 #579fc8 inset;
  background-color: white;
  max-width: 100%;
  padding: 30px;
}
@media (max-width: 550px) {
  .tips {
    box-sizing: border-box;
    transform: translate(0, 0);
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    left: 0;
  }
}
.tips h1, .tips h2 {
  color: #579fc8;
}
.tips h1 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 3px;
  font-weight: 100;
}
.tips h2 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 1px;
  display: block;
  background-color: white;
  margin: 0;
  cursor: pointer;
}
.tips p {
  color: rgba(48, 69, 92, 0.8);
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}
.tips ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.tips ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
  border-top: 1px dotted #194c65;
}
.tips ul li:nth-of-type(1) {
  animation-delay: 0.11s;
}
.tips ul li:nth-of-type(2) {
  animation-delay: 0.22s;
}
.tips ul li:nth-of-type(3) {
  animation-delay: 0.33s;
}
.tips ul li:nth-of-type(4) {
  animation-delay: 0.44s;
}
.tips ul li:nth-of-type(5) {
  animation-delay: 0.55s;
}
.tips ul li:nth-of-type(6) {
  animation-delay: 0.66s;
}
.tips ul li:nth-of-type(7) {
  animation-delay: 0.77s;
}
.tips ul li:nth-of-type(8) {
  animation-delay: 0.88s;
}
.tips ul li:nth-of-type(9) {
  animation-delay: 0.99s;
}
.tips ul li:nth-of-type(10) {
  animation-delay: 1s;
}
.tips ul li:nth-of-type(11) {
  animation-delay: 1.1s;
}
.tips ul li:nth-of-type(12) {
  animation-delay: 1.2s;
}
.tips ul li:nth-of-type(13) {
  animation-delay: 1.3s;
}
.tips ul li:nth-of-type(14) {
  animation-delay: 1.4s;
}
.tips ul li:last-of-type {
  padding-bottom: 0;
}
.tips ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}
.tips ul li i:before, .tips ul li i:after {
  content: "";
  position: absolute;
  background-color: #194c65;
  width: 3px;
  height: 9px;
}
.tips ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.tips ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.tips ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.tips ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.tips ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.tips ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}

/* Container */
ul.sample-color-list { margin:8px auto!important; padding:8px 0!important; list-style:none; clear:both; overflow:hidden; }

/* Thumbnail */
.sample-color-item { float:left; background:#fff!important; margin:14px; padding:0; list-style:none!important; height:125px; }

/* width:33%; to force columns */
.sample-color-wrapper { display:block; float:left; margin:0; padding:0 5px 5px 0; }
.sample-color-link-wrapper { display:block; float:left; margin:-5px 0 0 -5px; padding:4px; border:1px solid #ccc; -webkit-box-shadow: 3px 3px 10px -1px rgba(138,138,138,1); -moz-box-shadow: 3px 3px 10px -1px rgba(138,138,138,1); box-shadow: 3px 3px 10px -1px rgba(138,138,138,1);position: relative;}
.sample-color-link,
.sample-color-link:hover { position:relative; float:left; display:block; padding:0; margin:0; border:none; max-height:125px; overflow:hidden; }
.sample-color-link { color:#eee; }
.sample-color-link:hover { color:#222; text-decoration:none; }
.sample-color-link img,
.sample-color-link:hover img { display:block; width:100%; height:100%; padding:0; margin:0; border:none; background-repeat:no-repeat; background-position:50% 50%; }

/* Caption */
.sample-color-link .sample-color-name,.sample-color-link .sample-color-name-bg { display:block; position:absolute; bottom:0; left:0; right:0; text-align:center; padding:2px 4px; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; }
.sample-color-link .sample-color-name-bg { background:#000; }
.sample-color-link:hover .sample-color-name-bg { background:#fff; }
.sample-color-name-bg { opacity:0.7; -moz-opacity:0.7; }
.sample-color-name-bg b, .sample-color-name-bg strong { visibility:hidden; }


/* Tiny Carousel */
#slider1 { height: 1%; overflow: hidden; padding: 0 0 10px; position: relative; }
#slider1 .viewport { float: left; width: 100%; height: 234px; overflow: hidden; position: relative; }
#slider1 .buttons {
    background: #000;
    border-radius: 35px;
    display: block;
    margin: 96px 10px 0 0;
    width: 32px;
    height: 32px;
    position: absolute;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 32px;
    text-decoration: none;
    font-size: 22px;
    z-index: 20;
}
#slider1 .prev {
    left: 6px;
}
#slider1 .next {
    margin: 96px 0 0 10px;
    right: 12px;
}
#slider1 .buttons:hover {
    color: #000;
    background: #fff;
}
#slider1 .disable { visibility: hidden; }
#slider1 .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 240px; left: 0; top: 0; }
#slider1 .overview li { float: left; margin: 0 20px 0 0; padding: 1px; height: 230px; border: 1px solid #dcdcdc; width: 280px; }

/*Testimonial*/
.testimonial h1 {
  font-size: 16px; 
  text-align: center;
  margin-bottom: 20px;
}

.testimonial-quote {
    font-size: 16px;
}
.testimonial-quote blockquote, .to {
    /* Negate theme styles */
    border: 0;
    margin: 0;
    padding: 0;

    background: none;
    color: gray;
    font-family: Georgia, serif;
    font-size: 1.2em;
    font-style: italic;
    line-height: 1.4 !important;
    margin: 0;
    position: relative;
    text-shadow: 0 1px white;
    z-index: 600;
}

.to{
  padding-bottom: 20px;
}

.testimonial-quote blockquote * {
    box-sizing: border-box; 
}

.testimonial-quote blockquote p {
    color: #75808a; 
    line-height: 1.4 !important;
}

.testimonial-quote blockquote p:first-child:before {
    content: '\201C';
    color: #579fc8;
    font-size: 7.5em;
    font-weight: 700;
    opacity: .3;
    position: absolute;
    top: -.4em;
    left: -.2em;    
    text-shadow: none;
    z-index: -300;
}

.testimonial-quote cite {
    color: gray;
    display: block;
    font-size: .8em; 
}
  
.testimonial-quote cite span {
    color: #5e5e5e;
    font-size: 1.2em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 1px white;
}

.testimonial-quote.right cite {
    text-align: right; 
}

.testimonial-quote img{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sincerely{
  padding-top: 10px;
  padding-bottom: 10px;
}

#form-thank-you
{
  display: none;
}
.form-error
{
  display: none;
}
#submit
{
  margin-bottom: 10px;
}

.portfolio{
  width: 960px;
  height: 500px;
  font-family: sans-serif;
  margin: 18px auto 0 auto;
  text-align: justify;
}
.portfolio-grid
{
   padding: 10px;
   background-color: #F4F4F4;
   /* margin-left: 10px; */
   margin-bottom: 10px;
   /* float: left; */
   width: 211px;
   height: 100%;
   display: inline-block;
   vertical-align: top;
   display: inline-block;      *
   display: inline;
   zoom: 1;
   text-align: left;
}
.portfolio-grid img
{
  width: 100%;
}
.portfolio-grid p
{
  font-size:120%;
}
.portfolio span
{
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;  
}

/*Reponsive Video Wrapper*/
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    max-width: 560px;
    position: relative;
    height: 100%;
    min-height: 315px;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

