 .col-centered {
      float: none;
      margin: 0 auto;
}

.offer-img p img {
      width: 100%;
}
.enter_to_win label {
    font-size: 15px;
}

.navbar-wrapper {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 15px;
}
span#Message {
    color: red;
}
@media (min-width: 769px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    position: absolute;
    margin-top: 0px;
    margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 0px;
  }

  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img,
  .box-search > .thumbnailHome > img,
  .gridimg > img,
  .carousel-inner-pages > img {
    opacity: 0.8;
  }
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 180%;
    /*letter-spacing: 1px;*/
    font-weight: normal;
    line-height: 1.4;
    text-transform: uppercase;
    text-shadow: 3px 3px 0px #000;
  }
  .carousel-caption p small{
    font-size: 70%;
  }
}

/*------------------------------------------------------*/

body {
  font: 16px/1.68 "Roboto-Regular";
}

#home h1{font-family: 'Oswald', sans-serif; margin-bottom: 20px;}

h1,
h2,
h3,
h4,
.top-phone {
  font-family: 'Oswald', sans-serif;
}

h5,
h6 {
  font-family: "Roboto-Regular";
}

.top-phone {
  font-size: 150%;
  text-transform: uppercase;
  color: #fff;
  font-family: "Roboto-Bold";
  border-bottom: 1px solid rgba(255,255,255,0.5);
}


.bg-black {
  background-color: #000;
  margin-bottom: -13px;
}

.openTag {
  font-family: "Roboto-Regular";
  font-size: 200%;
  font-weight: bold;
  display: block;
  margin: 30px 0px 0px 0px;
  color: #66300c;
}
h1,
h2 {
  font-size: 150%;
  margin: 0px auto;
  color: #492412;
  line-height: 50px;
}

h1{
  font-size: 320%;
}

hr.sm {
  width: 20%;
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
  margin-top: 5px;
}

h3,
p.content {
  color: #834b26;
}

h3 {
  font-size: 160%;
  line-height: 40px;
}

h4 {
  font-size: 130%;
  line-height: 20px;
}

.img-row{
  border-top: 1px solid #fff;
  border-bottom: 1px solid #000;
}

.img-row img{
  min-width: 100%;
}

.bx{
  border: 2px solid rgb(139, 139, 139);
  margin-top: 50px;
  margin-bottom: 50px;
}

.bx h2{
  margin-bottom: 30px;
  margin-top: 20px;
}

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

.bx p{
  margin: 0px 15px 30px 15px;
}

.right-box .bx{
  border: 2px solid rgb(139, 139, 139);
  margin-top: 10px;
  margin-bottom: 0px;
}

.right-box .bx h2{
  margin-bottom: 0px;
  margin-left: 20px;
  margin-top: 0px;
  transition: all 300ms ease-in-out;
}

.right-box .bx h2 a{
  color: inherit;
  padding-left: 0px;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}

.right-box .bx h2 a:hover{
  color: inherit;
  padding-left: 15px;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}

div#bulkModal {
    /* color: black; */
    color: #666;
}

.powered {
   border-top: 1px solid #803c26;
    text-align: center;
    color: #fff;
    background-color: #4c2514;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 80%;
    font-weight: normal;
    margin-top: 20px;
}

.powered a {
  color: #fff;
}

.carousel-inner-pages {
  overflow: hidden;
  background-color: #000;
}

.carousel-inner-pages > .item > img {
  opacity: 0.5;
  max-width: 100%;
}

.free {
    background-color: #fbc400;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    line-height: 30px;
    padding: 8px;
    text-transform: uppercase;
    border-bottom: 5px solid #536d03;
    color: #000000;
	border-radius: 15px 0px 0px 0px;
-moz-border-radius: 15px 0px 0px 0px;
	-webkit-border-radius:15px 0px 0px 0px;
}

.finance {
   background-color: #fbc400;
      font-family: 'Oswald', sans-serif;
      font-size: 18px;
      line-height: 23px;
      padding: 8px;
      border-bottom: 5px solid #536d03;
      color: #000000;
      border-radius: 15px 0px 0px 0px;
      -moz-border-radius: 15px 0px 0px 0px;
      -webkit-border-radius: 15px 0px 0px 0px;
}

.blue-bg-f {
    background-color: #f3f3f3;
    border: 1px solid #e1e1e1;
    padding: 10px;
	border-radius: 0px 0px 0px 15px;
-moz-border-radius: 0px 0px 0px 15px;
	-webkit-border-radius:0px 0px 0px 15px;
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
    font-weight: normal;
}

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

.menu-img-home .box-search {
    background-color: #422011;
}
.thumbnailHome {
  position: relative;
}

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

.box-search > .thumbnailHome > img {
  opacity: 0.5;
  transition: all 300ms ease-in-out;
}

.captionHome {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  border: 2px solid #fff;
}

.captionHome p strong {
    padding-top: 20%;
    display: block;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 115%;
}

.captionHome p {
  margin-left: 8%;
  margin-right: 8%;
  color: #fff;
  text-shadow: 1px 1px 0px #000;
}

.captionHome span {
  border: 2px solid #fff;
  padding: 5px;
  color: #fff;
}

.captionHome span:hover {
  color: #fff;
}

.bg-light {
  background-color: #eaf6ff;
}

.btn-orange {
  background-color: #e67e22;
  border-color: #e67e22;
  border-radius: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-orange:hover {
  color: #fff;
  background-color: #005eff;
  border-color: #005eff;
}


blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
  border-left: 0px solid #eee; 
}
.call-us{color: #fff;
    background-color: #4c2514; font-family: "Roboto-Bold"; font-size: 200%;     margin-top: 0px; padding: 10px;}
/*--------------------------------------GENERAL CSS-------*/

.no-pad{
  padding-left: 0px;
  padding-right: 0px;
}

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

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

p.need-input {
  color: rgb(122, 16, 16);
  padding: 90px 0;
  font-size: 250%;
  text-align: center;
}

/*------------------------------------OVERLAY-----------------*/
.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #008CBA;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.containImage:hover .overlay {
  height: 100%;
}

.text {
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.text h2{
  color: #fff;
  margin-bottom: 20px;
}

.btn-outline {
  background-color: transparent;
  color: inherit;
  transition: all .5s;
  border-width: 2px;
  border-radius: 15px;
  border-color: #fff;
  text-transform: uppercase;
}

.btn-outline:hover{
  color: #008CBA;
  background-color: #fff;
  border-color: #fff;
  font-weight: bold;
}

/*--------------------------------------BOOTSTRAP CSS-------*/

.navbar-toggle {
  width: 100%;
  float: none;
  margin-right: 0;
  border-radius: 0px;
  text-transform: uppercase;
}

.navbar-default .navbar-toggle {
  border-color: #ffc400;
  background-color: #ffc400;
  color: #000;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #492412;
  color: #fff;
}

.img-responsive {
  display: inline-block;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  padding: 0 !important;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img,
.box-search > .thumbnailHome > img,
.gridimg > img,
.carousel-inner-pages > img {
  display: block;
  height: auto;
  line-height: 1;
  margin: 0 auto;
  min-width: 100%;
}

.navbar-transparent {
  border-radius: 0px;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-top: 50px;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
  border-top: 0px solid #97d69e;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 90%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
}

.nav > li > a {
  padding: 6px 10px;
  margin: 0px 0px;
  text-transform: uppercase;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #000;
  background-color: #ffc400;
  border-radius: 5px;
  border: 2px solid #ffc400;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #ffc400;
  background-color: transparent;
  border-radius: 0px;
  border: 2px solid #ffc400;
  transition: all 300ms ease-in-out;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #e8271b;
  background-color: #000;
  border-radius: 0px;
}

.dropdown-menu > li > a {
  padding: 8px 20px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #31708f;
}


.carousel-caption {
  top: 60%;
  transform: translateY(-50%);
  bottom: initial;
}


.btn-success {
    color: #fff;
    background-color: #536d03;
    border-color: #425603;
}
/*------------------------------------Opencart-----------------*/
.topcart {
    background-color: #84291a;
    margin-top: -15px;
    padding-top: 8px;
    color: #fff;
}

.topcart a{
    color: #fff;
}

.text-account {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 4px;
    margin-bottom: 4px;
}

#search .btn-lg {
    text-shadow:none;
}

.btn-default{background-color: #536d03; color: #fff;
    background-image: linear-gradient(to bottom, #536d03, #3a4c03);}


.btn-inverse {
    color: #000000 !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffc400;
    background-image: linear-gradient(to bottom, #ffc400, #efba0a);
    background-repeat: repeat-x;
    border-color: #ecb707 #f5be05 #f9c003;
}

.btn-inverse:hover{background-color: #ffc400;
    background-image: linear-gradient(to bottom, #e2af06, #f6bd00);
}

#cart .dropdown-menu {
    background: #4c2514;
}

#cart .dropdown-menu table strong{
    font-weight: normal;
    color: #f8bf04;
}

#cart .dropdown-menu li p strong{
    font-weight: normal;
    color: #f8bf04;
}

.table-bordered {
    border: 1px solid #587303;
}

.table-bordered>thead>tr>td{border: 1px solid #587303;}

.table-bordered>tbody>tr>td{border: 1px solid #587303;}

.table-bordered>thead>tr>td {
    background-color: #4c2514;
    border: 1px solid #6a3923;
    color: #fff;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #485f03;
    border-color: #ddd;
}


/*-----------------------------------MEDIA QUERY----------------*/
@media (min-width: 1024px) and (max-width: 1024px) {
  .nav > li > a {
   /* padding: 6px 8px;*/
    margin: 0px 1px;
  }
  .top-phone span {
    display: block;
  }

  .top-phone {
    line-height: 30px;
  }
  .carousel-caption {
    right: 5%;
    left: 5%;
    padding-bottom: 30px;
}

.carousel-caption p {
  margin-bottom: 20px;
  font-size: 225%;
}
.navbar-default .navbar-nav > .active > a {
    border: 0px!important;
}

.navbar-default .navbar-nav > li > a {
    font-size: 84%!important;
    padding: 4px 6px!important;
}
.navbar-transparent {
    margin-top: 15px !important;
}
.captionHome p {
    margin-left: 2%;
    margin-right: 2%;
}

.captionHome p strong {
    font-size: 100%;
}

}

@media (min-width: 768px) and (max-width: 768px) {
  .carousel-caption {
    right: 5%;
    left: 5%;
    padding-bottom: 30px;
}

  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 180%;
    letter-spacing: 1px;
    font-weight: normal;
    line-height: 1.4;
    text-transform: uppercase;
    text-shadow: 3px 3px 0px #000;
  }
  .carousel-caption p small{
    font-size: 70%;
  }

  .nav > li > a {
    padding: 4px 4px;
    margin: 0px 1px;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 86% !important;
}
  .navbar-right {
    float: none !important;
  }

  .captionHome p strong {
    padding-top: 5%;
    font-size: 120%;
  }
  .captionHome p {
    margin-left: 2%;
    margin-right: 2%;
  }

  .circleBlack {
    width: 80%;
  }

  .stopby .circlebx {
    width: 80px;
    height: 80px;
    padding: 10px;
  }
		
}
.textleft{
text-align:left;
}
.textright{
text-align:right;
}

@media (max-width: 411px) {
.top-phone {
    font-size: 125%;
    text-transform: uppercase;
    color: #fff;
    font-family: "Roboto-Bold";
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
}

@media (max-width: 768px) {
.listproducts {
    text-align: center;
}
.show {
    display: block !important;
}
.hide1 {
    display: none !important;
}
	.textleft,.textright{
		text-align:center !important;
	}
	.mob1,.mob2{
	display:block;
	}
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #492412;
    background-color: #492412;
  }

  .navbar-nav {
    margin-top: 6px;
  }

  .text-xs-center {
    text-align: center;
  }

  p.need-input {
    color: #e8271b;
    padding: 50px 0;
    font-size: 150%;
  }

  .top-phone {
    color: #fff;
    -webkit-text-fill-color: rgba(255, 255, 255, 1); 
    -webkit-opacity: 1; 
  }
  .navbar-wrapper {
    background-color: #492412;
  }
  .navbar-transparent {
    margin-top: 0px;
}
.footlink li{
list-style: none;
}
ul.footlink {
    padding-left: 0;
}
}

@media (max-width: 767px) {

.right-bt-enter-to-win {
    top: 75%!important;
}

  

  .carousel-caption {
    display: none;
  }

  .openTag {
    font-size: 158%;
  }

  .margin-top-30 {
    margin-top: 20px;
  }

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

  .circleBlack {
    width: 100%;
    margin: 20px auto;
    padding: 10px;
    color: #fff;
    -moz-border-radius: 5%;
    -webkit-border-radius: 5%;
    border-radius: 5%;
  }

  h4 {
    font-size: 110%;
    line-height: 30px;
  }
}

@media (max-width: 420px) {
  .captionHome p strong {
    padding-top: 5%;
    font-size: 120%;
  }

  .testimonial h2 {
    font-size: 130%;
    line-height: 25px;
  }

  .testimonial p {
    font-size: 100%;
    margin: 20px 0px;
  }

  .footer {
    text-align: center;
  }
  .parallax-window {
    background: transparent;
    margin-top: -12px;
    margin-bottom: -12px;
  }
}

address {
    margin-top: 25px;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 27px;
}

#block div {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #333333 #333333 -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 3px 3px medium;
    bottom: 0;
    color: #990000;
    font-weight: bold;
    padding: 2px;
    position: fixed;
    left: 0;
    text-align: center !important;
    width: 325px;
    z-index: 999999;
}
#financeblock div {
    bottom: 0;
    position: fixed;
    right: 0;
    z-index: 999999;
}
.financing{
        border: 1px solid #fbc400;
}
.financing a{
    color: #fbc400!important;
}
.padding0 {
   padding:0;
}
.margin0 {
 margin:0px;	
}
.marginB25 {
margin-bottom:25px;

}
.marginB35 {
margin-bottom:25px;

}
.box-bor{
    border: 1px solid #e4e4e4;
padding:5px;
margin-bottom:10px;
min-height:375px;
}
.imgmargin {
margin: 0 20px 0 0 !important;
}
.font20 {
font-size:20px;
}
.our-story {
    padding: 9px;
    border-radius: 5px;
    border: 1px solid #ca8e08;
    color: #ffffff !important;
    width: 32%;
    text-align: center;
    display: inline-block;
    background-color: #e49f02;
    text-decoration: none !important;
}
a.our-story:hover {
    background-color: #ca8e08;
}

.product-list .product-thumb .image {
    text-align: center;
    padding: 5px;
    border: 1px solid #f3f3f3;
    float: left;
    margin-right: 15px;
    width: 39%;
}

.product-list .product-thumb .listproducts {
    float: right;
    width: 58%;
}
.followus{
font-size: 16px;
font-weight: bold;
}
.affiliation{
font-size: 16px;
font-weight: bold;
	margin-top:15px;
}
.fbicon{
 font-size: 16px;
    background-color: #4866aa;
    width: 28px;
    padding: 10px;
    line-height: 8px;
    border-radius: 5px;
}
.testimonials{
background-color: #ececec;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin-top: 30px;
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}
#quote-carousel .carousel-control.left{
background:none;
	z-index:1;
	color: #c0c0c0;
	    width: 10%;
}
#quote-carousel .carousel-control.right{
background:none;
	z-index:1;
	color: #c0c0c0;
	    width: 10%;
}
#quote-carousel .carousel-control.left:hover{
color: #333333;
}
#quote-carousel .carousel-control.right:hover{
color: #333333;
}
#quote-carousel .carousel-indicators li {
    background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    height: 10px;
    width: 10px;
    margin-bottom: 1px;
}
li.dropdown:hover ul.dropdown-menu {
    display: block;
}
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #fac301;
    background-image: linear-gradient(to bottom, #fbc400, #fbc400);
    background-repeat: repeat-x;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #fac301;
    outline: 0;
}
.reviews blockquote{
padding: 10px 90px;
}
@media (max-width: 420px) {
	.reviews blockquote{
padding: 10px 20px;
}
}

#bulkModal .modal-dialog {
    width: auto !important;
    max-width: 800px;
}
#bulkModal #bulk-body {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}
#bulkModal #bulk-head {
    text-align: center;
    margin-bottom: 10px;
}
#bulkModal #bulk-head p {
    margin-bottom: 10px;
}
#bulkModal #bulk-head select {
    border: 1px solid #a9a9a9;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 10px;
}

#bulkModal #bulk-body #bulk-dimensions {
    text-align: right;
    display: inline-table;
    padding-left: 50px;
    padding-right: 50px;
    border-right: 1px solid #ddd;
}
#bulkModal #bulk-body #bulk-requirements {
    text-align: right;
    display: inline-table;
    padding-left: 50px;
    padding-right: 50px;
}
#bulkModal .modal-title {
    color: #492412;
}
#bulkModal #bulk-body p {
    text-align: left;
    color: #492412;
}
#bulkModal #bulk-body p {
    text-align: left;
    color: #492412;
}
#bulkbtn {
}
#bulkModal #bulk-body #bulk-requirements input {
    border: none;
}
#bulkModal #bulk-body #bulk-dimensions input {
    border: 1px solid #a9a9a9;
    border-radius: 4px;
}
#bulkModal #bulk-body input {
    width: 100px;
    margin-bottom: 5px;
    margin-left: 5px;
}
#bulkbtn .icon {
    margin-right: 5px;
}
#bulkbtn.btn-default:hover, #bulkbtn.btn-default:focus {
    color: #ffec05;
    background-color: #e6e6e6;
    border-color: #f9c003;
}
@media (max-width:991px) {

.topcart {
    text-align: center;
    padding-bottom: 10px;
}
.bulkbtn{
margin-left: auto;
    margin-right: auto;
}
}
@media (min-width: 992px) and (max-width: 1099px){
.topcart .col-md-4, .topcart .col-md-2 {
    padding-left: 7px!important;
    padding-right: 7px!important;
}
}
@media (max-width: 653px){
#bulkModal #bulk-body #bulk-dimensions {
    text-align: center;
    border-right: none;
}
}
@media (min-width: 768px){
#myModal .modal-dialog
{
width: 700px;
}
}
.btn-default:hover {
    color: #fff8d6;
}

.tourde{
margin-top:21px;
}
address.footer-adr {
    margin-top: 0px;
}
.callus{
font-size:14px;
}
p.blankcart {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 600;
}
.blankcart{
text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 18px;
}
.col-centered{
    float: none;
    margin: 0 auto;
}




.carousel-inner.testimonial {
    text-align: center!important;
}


#mrova-img-control-enter-to-win {
    display: none;
}

#mrova-img-control-enter-to-win {
    cursor: pointer;
    position: absolute;
    left: -52px;
    width: 52px;
    background: transparent url(feedback_buttons/enter-to-win.png);
    height: 190px;
}

.right-bt-enter-to-win {
    
      position: fixed;
      top: 64%;
      left: -5px;
      margin-top: -84px; 
      z-index:99999;
}
a.square-installments-banner {
    display: none;
}
.account-account .list-group a.list-group-item:nth-child(9), .account-login .list-group a.list-group-item:nth-child(10) {
    display: none;
}