/**
 * This file is a container for custom CSS. You can use it to override the default styles of the theme.
 *
 * 1. Copy the file "SAMPLE.custom.css" and rename it to "custom.css".
 *    Otherwise this file will not be loded by Magento.
 * 2. Enable it in the admin panel.
 * 3. Uncomment slected sample styles or add your own CSS to override the default styles of the theme.
 *
 * Please refer to the user guide for more details.
 *
 */



/* Stock indicator on product page: icon color
-------------------------------------------------------------- */

/*
.availability-only .ic { color: green; }
*/



/* Product counter in the mini cart drop-down
-------------------------------------------------------------- */

/*

.header .skip-link .count {
	background-color: deepskyblue;
}

    font-family: 'Raleway', sans-serif;

    font-family: 'Roboto', sans-serif;

    font-family: 'Roboto Condensed', sans-serif;

    font-family: 'Poppins', sans-serif;


*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Raleway:300,400,600,700,800,900|Roboto+Condensed:300,400,700|Roboto:100,400,500,700,900');



.social li {
  display: inline-block;
}
.home-block.container {
  display: block;
  float: none;
  margin: 0 auto;
}
.header-regular .item-left{
	line-height: normal;
	padding-top: 24px;
}
.header-regular .item-left.block_header_top_left {
	font-size: 12px;
	font-weight: 300;
	 font-family: 'Poppins', sans-serif;
	 margin-right: 45px;

}
.header-regular .item-left.block_header_top_left2{
	font-size: 12px;
	font-weight: 300;
	 font-family: 'Poppins', sans-serif;
}
.item-interface{
	padding-top: 24px;
	padding-bottom: 24px;
}
.account-links .links > li > a{
	font-size: 12px;
	font-weight: 300;
	 font-family: 'Poppins', sans-serif;
	 line-height: normal;
}
.account-links .links > li{
	margin-left: 34px;
}
.account-links .links > li#my-login-link a{
background: url('../images/icon-01.png') no-repeat left center;
line-height: normal;
vertical-align: middle;
padding-left: 18px;
}
.account-links .links > li#my-login-link a:hover{
background: url('../images/icon-01-hover.png') no-repeat left center;
}

.account-links .links > li#link-sign-up a{
background: url('../images/icon-02.png') no-repeat left center;
line-height: normal;
vertical-align: middle;
padding-left: 18px;
}
.account-links .links > li#link-sign-up a:hover{
background: url('../images/icon-02-hover.png') no-repeat left center;
}

.account-links .links > li#my-account-link a{
background: url('../images/icon-03.png') no-repeat left center;
line-height: normal;
vertical-align: middle;
padding-left: 18px;
}
.account-links .links > li#my-account-link a:hover{
background: url('../images/icon-03-hover.png') no-repeat left center;
}

.account-links .links > li#my-wishlist-link a{
background: url('../images/icon-04.png') no-repeat left center;
line-height: normal;
vertical-align: middle;
padding-left: 18px;
}
.account-links .links > li#my-wishlist-link a:hover{
background: url('../images/icon-04-hover.png') no-repeat left center;
}
.account-links .links > li a.top-link-checkout{
background: url('../images/icon-05.png') no-repeat left center;
line-height: normal;
vertical-align: middle;
padding-left: 18px;
}
.account-links .links > li a.top-link-checkout:hover{
background: url('../images/icon-05-hover.png') no-repeat left center;
}
.account-links .links > li#my-logout-link a{	
	background: url('../images/open-lock.png') no-repeat left center;
	line-height: normal;
	vertical-align: middle;
	padding-left: 18px;
}
.account-links .links > li#my-logout-link a:hover{	
	background: url('../images/open-lock-hover.png') no-repeat left center;
}




.the-slideshow-wrapper .owl-controls .owl-buttons .owl-prev::before {
  content: "";
  background: url('../images/arrow-lefty-hover.png') no-repeat 0 0;
    height: 14px;
    width: 11px;
     opacity: 0.6;
}

.the-slideshow-wrapper .owl-controls .owl-buttons .owl-next::before {
  content: "";
  background: url('../images/arrow-righty-hover.png') no-repeat 0 0;
    height: 14px;
    width: 11px;
     opacity: 0.6;
}

.the-slideshow-wrapper .owl-controls .owl-buttons .owl-next{
	background: transparent;
	border: 2px solid #fff;
}

.the-slideshow-wrapper .owl-controls .owl-buttons .owl-prev{
	background: transparent;
	border: 2px solid #fff;
}






.banner-bottom-block .ad-block-home {
  border: 1px solid #000000;
  display: table;
  margin: auto;
height: 192px;
  padding: 10px 6px;
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner-bottom-block .ad-block-home .content {
  border: 1px solid #000000;
  height: 190px;
  text-align: center;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner-bottom-block .ad-block-home .title{
	display: block;
	font-size: 19px;
	font-weight: 300;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
  line-height: 24px;
}
.banner-bottom-block .ad-block-home .ic{
	margin-bottom: 20px;
	margin-top: 40px;
}

.banner-bottom-block  .grid12-4:first-child{
margin-left: 0;
}
.banner-bottom-block  .grid12-4{
	width: 32%;
}
.banner-bottom-block  .grid12-4:last-child{
margin-right: 0;
}
.home-block.container.banner-bottom-block {
  margin-bottom: 45px;
  margin-top: 30px;
  overflow: hidden;
}
.home-block .section-title{
	background: #000;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	padding: 0 !important;
	margin-bottom: 30px;
	font-weight: 500;
}
.the-slideshow .absolute-content {
  display: none;
  left: 0;
  margin: auto;
  max-width: 980px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 20%;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.the-slideshow .absolute-content .title {
  color: #ffffff;
  display: block;
  font-family: "Poppins",sans-serif;
  font-size: 51.24px;
  font-weight: 300;
  line-height: 60px;
  margin: auto auto 40px;
  max-width: 488px;
  text-transform: uppercase;
  width: 100%;
}
.the-slideshow .absolute-content .desc {
  color: #ffffff;
  font-family: "Poppins",sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 70px;
}
.the-slideshow .absolute-content .banner-link{
	max-width: 190px;
	width: 100%;
	color: #fff;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #fff;
	width: 100%;
	margin: 0 5px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
}
.the-slideshow .absolute-content .banner-link:hover{
	background: #000;
}
.the-slideshow .absolute-content .banner-link.banner-link1{
	background: #000;
}
.the-slideshow .absolute-content .banner-link.banner-link1:hover{
	background: transparent;
	}
	.products-list .product-name, .products-grid .product-name, h3.product-name, strong.product-name{
		font-size: 14.77px;
		font-weight: 500;
		font-family: 'Poppins', sans-serif;
	}
.products-grid.centered .item .btn-cart {
  border: 1px solid #000000;
  font-family: poppins;
  font-size: 11.35px;
  font-weight: 500;
  height: 25px;
  line-height: 24px;
  padding: 0;
  text-transform: uppercase;
  width: 110px;
}
.products-grid.centered .item:hover .btn-cart{
	background: #000;
	color: #fff;
}
.products-grid.centered .item .ratings .amount{
	display: none;
}
 .products-grid.centered .item .btn-cart:hover{
	color: #fff;
}	
.products-grid .price-box {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  display: inline-block;
  width: 49%;
   text-align: right;
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
}
.products-grid .ratings {
  display: inline-block;
  width: 49%;
   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}
.home-block .itemslider .item {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.home-block.home-bestoffer-block {
  margin-bottom: 50px;
  margin-top: 50px;
  text-align: center;
}
.home-block .slider-arrows1-pos-top-right .owl-controls .owl-buttons {
  display: block;
  right: inherit;
  width: 100%;
  top: 30%;
}
.home-block .slider-arrows1-pos-top-right .owl-controls .owl-buttons .owl-prev{
	position: absolute;
	left: 0;
	 border: 2px solid #000000;
	 background: transparent;
}
.home-block .slider-arrows1-pos-top-right .owl-controls .owl-buttons .owl-next{
	position: absolute;
	right: 0;
	 border: 2px solid #000000;
	 background: transparent;
}
.home-block .slider-arrows1-pos-top-right .owl-controls .owl-buttons .owl-prev:hover,.home-block .slider-arrows1-pos-top-right .owl-controls .owl-buttons .owl-next:hover {
	background: #000;
}
.home-block .slider-arrows1-pos-top-right .owl-controls .owl-buttons .owl-prev::before {
  content: "";
  background: url('../images/arrow-lefty.png') no-repeat 0 0;
    height: 14px;
    width: 11px;
}
.home-block .slider-arrows1-pos-top-right .owl-controls .owl-buttons .owl-prev:hover::before{
	 background: url('../images/arrow-lefty-hover.png') no-repeat 0 0;
}
.home-block .slider-arrows1-pos-top-right .owl-controls .owl-buttons .owl-next::before {
  content: "";
  background: url('../images/arrow-righty.png') no-repeat 0 0;
    height: 14px;
    width: 11px;
}
.home-block .slider-arrows1-pos-top-right .owl-controls .owl-buttons .owl-next:hover::before{
	 background: url('../images/arrow-righty-hover.png') no-repeat 0 0;
}

#subscribe-form .button{
	border: 0;
}

.brand-slider {
	text-align: center;
}

.brand-slider .section-title {
  border-bottom: 0 none;
  color: #000000;
  font-family: "Poppins",sans-serif;
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.brand-slider .section-title:after{
	position: absolute;
	content: "";
	width: 52px;
	height: 4px;
	display: inline-block;
	bottom: 0;
	background: #000;
	left: 0;
	right: 0;
	margin: auto;
}


.products-grid .item .visible-onhover{
	border:2px solid #000;
	width: 252px;		
	height: 252px;		 
	position: absolute;
  	top: 0;
  	display: table;
  -webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	padding: 12px;
  	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
}

::i-block-chrome,.products-grid .item .visible-onhover {
  -webkit-box-sizing: content-box;
  	-moz-box-sizing: content-box;
  	box-sizing: content-box;
}


.products-grid .item .addto-links-icons.addto-onimage {

  margin-top: 0;
  padding: 0;
  right: 0;
   display: table-cell;
   vertical-align: middle;
   text-align: center;
   float: none;
   border: 1px solid #000;


}
.products-grid .item .addto-links-icons.addto-onimage li{
	float: none;
	display: inline-block;
	margin: 0 4px;
}
.products-grid .item .addto-links-icons .ic{
	background: #000;
	border-radius: 50%;
}
.products-grid .item .addto-links-icons .ic{
	color: #fff;
}
.ic-heart::before, .ic-compare::before{
	content: none;
}
.products-grid .item .addto-links-icons .ic.ic-heart{
	background: #000 url('../images/img/heart.png') no-repeat center center;
}
.products-grid .item .addto-links-icons .ic.ic-compare{
	background: #000 url('../images/img/add.png') no-repeat center center;
}
.products-grid .item .addto-links-icons .ic.ic-heart:hover{
	background: #CCCCCC url('../images/img/heart-hover.png') no-repeat center center;
}
.products-grid .item .addto-links-icons .ic.ic-compare:hover{
	background: #CCCCCC url('../images/img/add-hover.png') no-repeat center center;
}



.brand-slider .brand-slider-wrapper .itemslider{
	margin-bottom: 0;
	margin-top: 20px;
}

.brand-slider .slider-arrows1-pos-top-right .owl-controls .owl-buttons {
  display: block;
  right: inherit;
  width: 100%;
  top: 38%;
}
.brand-slider .slider-arrows1-pos-top-right .owl-controls .owl-buttons .owl-prev{
	position: absolute;
	left: 0;
	 border: 0;
	 background: transparent !important;

}
.brand-slider .slider-arrows1-pos-top-right .owl-controls .owl-buttons .owl-next{
	position: absolute;
	right: 0;
	 border: 0;
	 background: transparent !important;
}

.brand-slider .slider-arrows1-pos-top-right .owl-controls .owl-buttons .owl-prev::before {
  content: "";
  background: url('../images/arrow-lefty.png') no-repeat 0 0;
    height: 14px;
    width: 11px;
     opacity: 0.6;
}

.brand-slider .slider-arrows1-pos-top-right .owl-controls .owl-buttons .owl-next::before {
  content: "";
  background: url('../images/arrow-righty.png') no-repeat 0 0;
    height: 14px;
    width: 11px;
     opacity: 0.6;
}
.brand-slider .slider-arrows1-pos-top-right .owl-controls .owl-buttons .owl-prev:hover::before, .brand-slider .slider-arrows1-pos-top-right .owl-controls .owl-buttons .owl-next:hover::before {
opacity: 1;
}



ul.bullet li{
	background: url('../images/arrow-right.png') no-repeat left center;
	padding-left: 10px;
	margin-bottom: 10px;
}
ul.bullet li:hover {
  background-position: 3px center;
}
ul.bullet li a {
  font-family: Roboto;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer-copyright{
	font-size: 12px;
	font-weight: 600;
	color: #c3c3c4;
}
.footer-primary.footer .heading{
  font-family: Roboto;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
}
.footer-container .footer-primary-container{
	border-top: 7px solid #000;
	padding-top: 0;
	background: url('../images/footer-pattern.jpg') repeat-x center center;
}
.footer .address{
	background: #ffffff url("../images/home.png") no-repeat scroll left 5px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 11px;
	 font-family: Roboto;
	 margin-bottom: 12px;
	 display: block;
}
.fax.indent {
  background: #ffffff url("../images/fax-new.png") no-repeat scroll left center;
  font-family: Roboto;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 18px;
  padding-left: 24px;
  background-size: 16px auto;
}
.footer .mail{
	background: #fff url('../images/mail.png') scroll no-repeat left center;
	padding-left: 22px;
	font-weight: bold;
	font-size: 11px;
	 font-family: Roboto;
	  margin-bottom: 12px;
	 display: block;
}
.footer .phone {
  background: #ffffff url("../images/phone.png") no-repeat scroll left center;
  padding-left: 22px;
  font-weight: bold;
	font-size: 11px;
	 font-family: Roboto;
	 margin-bottom: 18px;
}
div.social ul li a {
  border: 2px solid #797979;
  border-radius: 50%;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  width: 30px;
}
div.social ul li a:hover{
	border: 2px solid #000;
}
div.social ul li{
	margin-right: 8px;
}
div.social ul li i::before{
	content: none !important;
}

div.social ul li.google-plus a i.fa-google-plus {
  background: rgba(0, 0, 0, 0) url("../images/g-plus.png") no-repeat scroll 5px 2px;
  height: 17px;
  width: 26px;
}
div.social ul li.google-plus a:hover i.fa-google-plus {
  background: rgba(0, 0, 0, 0) url("../images/g-plus-hover.png") no-repeat scroll 5px 2px;
  height: 17px;
  width: 26px;
}
div.social ul li.youtube a i.fa-youtube {
  background: rgba(0, 0, 0, 0) url("../images/youtube.png") no-repeat scroll 5px 0;
  height: 17px;
  width: 22px;
}
div.social ul li.youtube a:hover i.fa-youtube {
  background: rgba(0, 0, 0, 0) url("../images/youtube-hover.png") no-repeat scroll 5px 0;
  height: 17px;
  width: 22px;
}
div.social ul li i {
  margin-top: 7px;
}
div.social ul li.facebook a i.fa-facebook{
	background: url('../images/facebook.png') no-repeat 0 0;
	width: 18px;
	height: 17px;
}

div.social ul li.twitter a i.fa-twitter{
	background: url('../images/twitter.png') no-repeat 0 0;
	width: 18px;
	height: 17px;
}
div.social ul li.linked-in a i.fa-linkedin{
	background: url('../images/linkedin.png') no-repeat 0 0;
	width: 18px;
	height: 17px;
}
div.social ul li.insta a i.fa-instagram{
	background: url('../images/instagram.png') no-repeat 0 0;
	width: 18px;
	height: 17px;
	margin-left: 3px;
}
div.social ul li.pinterest a i.fa-pinterest-p{
	background: url('../images/pinterest.png') no-repeat 0 0;
	width: 18px;
	height: 17px;
}
div.social ul li.gmail a i.fa-envelope{
	background: url('../images/email.png') no-repeat 0 0;
	width: 18px;
	height: 17px;
}

div.social ul li.facebook a:hover i.fa-facebook{
	background: url('../images/facebook-hover.png') no-repeat 0 0;
}
div.social ul li.twitter a:hover i.fa-twitter{
	background: url('../images/twitter-hover.png') no-repeat 0 0;
}
div.social ul li.linked-in a:hover i.fa-linkedin{
	background: url('../images/linkedin-hover.png') no-repeat 0 0;
}
div.social ul li.insta a:hover i.fa-instagram{
	background: url('../images/instagram-hover.png') no-repeat 0 0;
}
div.social ul li.pinterest a:hover i.fa-pinterest-p{
	background: url('../images/pinterest-hover.png') no-repeat 0 0;
}
div.social ul li.gmail a:hover i.fa-envelope{
	background: url('../images/email-hover.png') no-repeat 0 0;
}
/*Start 04-July-2017 and 05-July-2017 */
.cms-page-view.page-layout-2columns-left .sidebar .block:first-child,.cms-page-view.page-layout-2columns-left .column-main {
  margin-top: 30px;
}
.cms-page-view.page-layout-2columns-left .page-title{
 margin: 0px;	
}
.cms-page-view.page-layout-2columns-left .page-title h1{
 line-height: 28px;
}
/*.warranty-cms-page .block-content.block4-content {
  text-align: center;
}*/
.warranty-cms-page .block-content.block3-content > ul {
  list-style-type: square;
  margin-left: 10px;
}
.customer-services-sidebar-block.block .block-content{
  padding: 0;	
}
.customer-services-sidebar-block.block .block-content li a {
  border-bottom: medium none;
  font-family: poppins;
  font-size: 13.06px;
  font-weight: 500;
  line-height: 36px;
  text-transform: uppercase;
  padding: 0 10px;
  display: block;
  color: #424242;
}
.customer-services-sidebar-block.block .block-content li.active > a {
  background-color: #cccccc;
  color: #000000;
}
.customer-services-sidebar-block.block .block-content li a:hover {
  background-color: #cccccc;
  color: #000000;
}
.customer-services-stanchion-setup-ul span {
  margin-left: 20px;
}
.bottom-link {
  margin-top: 10px;
}
.retractable-stanchion-setup .block-content > iframe,.rope-stanchion-setup .block-content > iframe  {
  height: 420px;
  width: 100%;
}
.stanchion-setup-cms-page .block .content-right > img {
  height: 240px;
  width: 100%;
}
.faq-question > h3 {
  font-size: 16px;
}
.faq-list .faq-question {
  background: rgba(0, 0, 0, 0) url("../images/plus-faq.png") no-repeat scroll left top;
  background-size: 22px auto;
  margin-bottom: 5px;
  display: inline-block;
  cursor: pointer;
}
.faq-list .faq-question.expanded{
  background: rgba(0, 0, 0, 0) url("../images/minus-faq.png") no-repeat scroll -4px -4px;
  background-size: 30px auto;
}
.faq-list .faq-question,.faq-list .faq-answer {
  padding-left: 30px;
}
.faq-list .faq-questions {
  padding-bottom: 10px;
}
.faq-answer-3-sub-content {
  margin-left: 20px;
}
.faq-answer-3-sub-content > p {
  margin-bottom: 5px;
}
.faq-answer-8-sub-content > strong {
  display: inline-block;
  margin-bottom: 5px;
}
.block .block-content.faq-answer-9-block-content {
  background: inherit;
  border: medium none;
  color: inherit;
  font-family: poppins;
  font-size: 12px;
  padding: 10px 0;
}
.faq-answer-9-sub-content-left > a,.faq-answer-9-sub-content-right > a {
  display: inline-block;
  margin-bottom: 5px;
}
.faq-answer-9-sub-content-left,.faq-answer-9-sub-content-right {
  display: table;
  margin: 0 auto;
}
.cate_detail .cate_title {
  display: none;
}
/*End 04-July-2017 and 05-July-2017 */

.static-image {
    position: fixed;
    bottom: 30px;
    left: 15px;
    display: inline-block;
    width: 130px;
  /*  -ms-transform: rotate(-9deg); 
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);*/
}
.brand-main-content p {
    font-family: Raleway;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    font-style: italic;
}
.brand-main-content {
    margin: 0 auto;
    width: 725px;
    text-align: center;
}
.brand-main-content-inner {
    margin-top: 25px;
}

p.agree label a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}
.checkout-agreements .agree label {
    font-weight: normal;
    vertical-align: middle;
}
p.agree label a {
    font-size: 13px;
}
.top-block-content {
    border: 1px solid #ddd;
  }
.home-bottom-top-block-inner .grid12-4:first-child {
    margin-left: 0;
}
.home-bottom-top-block-inner .grid12-4:last-child {
    margin-right: 0;
}
.home-bottom-top-block-inner .grid12-4 {
    width: 32%;
}
.home-bottom-top-block-main {
    margin-top: 20px;
    margin-bottom: 50px;
}
.block-home-top a {
  display: block;
  text-align: center;
  position: relative;
}
/*.block-home-top a:before,.block-home-top a:after {
   position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.block-home-top a:before {
   border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.block-home-top a:after {
   border-right: 1px solid #000;
    border-left: 1px solid #000;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.block-home-top a:hover:before,.block-home-top a:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
 } */ 
.block-home-top-content {
  position: absolute; 
  top: 0; 
  background: rgba(0,0,0,0.5); 
  width: 100%; 
  color: #fff; 
  height: 100%;
}
.block-home-top-content > span {
  display: table; 
  width: 100%; 
  height: 100%; 
}
.block-home-top-content .child-first {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
.block-home-top-content .child-second {
  display: block; 
  vertical-align: middle; 
  font-size: 14px;
  margin-top: 8px;
}
.block-home-top-content:hover {
    background: rgba(0,0,0,0.3);
    color: #fff;
}
 @media only screen and (min-width: 640px) and (max-width: 767px){
   .home-bottom-top-block-inner .grid12-4 {
      float: none;
      margin: 20px auto;
      width: 70% !important;
      display: block;
  }
  .home-bottom-top-block-inner .grid12-4:first-child {
    margin-left: auto;
    margin-top: 0;
}
.home-bottom-top-block-inner .grid12-4:last-child {
    margin-bottom: 0;
    margin-right: auto;
}
}
@media only screen and (min-width: 320px) and (max-width: 639px){
  .home-bottom-top-block-inner.container {
    width: 92%;
    padding: 0 12px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.home-bottom-top-block-inner .grid12-4 {
    margin-bottom: 20px;
}
}  
@media only screen and (min-width: 621px) and (max-width: 767px){
   .static-image {
        bottom: 30px;
        width: 75px;
    }
     .brand-main-content {
        width: 590px;
    }
}
@media only screen and (min-width: 510px) and (max-width: 620px){
   .static-image {
      bottom: 30px;
      width: 75px;
    }
     .brand-main-content {
        width: 480px;
    }
}
@media only screen and (min-width: 421px) and (max-width: 509px){
    .static-image {
        bottom: 45px;
        width: 80px;
    }
     .brand-main-content {
        width: 390px;
    }
}
@media only screen and (min-width: 360px) and (max-width: 420px){
    .static-image {
        bottom: 50px;
        width: 80px;
    }
     .brand-main-content {
        width: 340px;
    }

}
@media only screen and (min-width: 320px) and (max-width: 359px){
    .static-image {
        bottom: 52px;
        width: 75px;
    }
    .brand-main-content {
        width: 290px;
    }
}
@media only screen and (max-width: 320px){
  .static-image {
      bottom: 50px;
      width: 80px;
  }
}