/* Clearfix */
.blog-heading{
    font-size: 2.5rem !important;
    margin-top: 15px;
    margin-bottom: -12px;

}


* {
    box-sizing: border-box;
}
body {
    font-family: Verdana, sans-serif;
}
.mySlides {
    display: none;
}
.slider-img {
    vertical-align: middle;
    height: 90vh;
}
.slider-btn{
    color: white;
}
/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}
.slider-text{
    font-size: 1.4rem;
}

/* Caption text */
.slider-content {
  color: #f2f2f2;
  font-size: 3rem;
  left: 12rem;
  position: absolute;
  top: 25%;
  width: 100%;
}

/* Number text (1/3 etc) */

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

  .text {font-size: 11px}
}



svg{
    fill: white;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.clearfix {
    clear: both;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

figure
{
    padding:0;
    margin:0;
}



body {  
    line-height: 1.5;
    font-size: 14px;
    font-family:  'Lora', serif;;
    color: #dadada;
    font-weight: 300;
    background-color: #2f2f2f;
}

p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;    
}

.seo-text
{
    font-size: 14px !important;
    font-weight: 400;
    color: #dadada !important;
    text-transform: capitalize;
    line-height: 1.8;   
    margin: 0 0 1.25em;
    padding:0;
}

div.form-container.ps-register-form
{
    padding: 50px 0
}

.ps-register-form select, select, #ps-contact-us input[type="text"], #ps-contact-us textarea, div.form-container .text, div.form-container input[type="text"] { 
    border: 1px solid #DBD9D7;
    width: 100%;
}

.ps-login-page .ps-text {
     border: 1px solid #DBD9D7;
}

.ps-register-form.form-container .text, div.form-container input[type="text"] {
    width: 302px;
}

#status-msg p {
    color: white;
    font-weight: bold;
}

h1, h3, h2, h4, h5, h6 {
    color: #fff;
    font-family:  'Lora', serif;
    line-height: 1em;
    font-weight: 300;
}

h1 {
    font-size: 47px !important;
    line-height: 1.3em;
    word-wrap: break-word;
}

h2 {
    font-weight:300;
    color:#fff;
    line-height:1.3em;
    padding:0;
    margin:0;
    text-transform:uppercase;
}

.homepage h1 {
    margin-top: 0;
    word-wrap: break-word;
}

.homepage h2{
    font-size: 40px;
}

.homepage h3{
    font-size: 40px;
}

.homepage h4{
    font-size: 40px;
}

h1.alternate,
h2.alternate,
h3.alternate,
h4.alternate,
h5.alternate,
h6.alternate{
    color:#FFFFFF;
}

a  {
    color: #dadada;
    outline: none;
}

a:hover,a:active,a:focus {
    color: #dadada;
}

ul li {
    list-style-position: outside;
}

hr {
    border-color: #DBD9D7;
}

fieldset.ps-article-editor-form {
    background: none repeat scroll 0 0 #2f2f2f;
}

.step {
    display: inline-block;
    line-height: 1;
}

button,
.button,
.button:link,
.button:visited,
#ps-menu-collection-one .menu-collection-listing #accordion .product-holder button,
#ps-menu-collection-one .menu-collection-listing #accordion .product-holder .button,
#ps-menu-collection-one .menu-collection-listing #accordion .product-holder .button:link,
#ps-menu-collection-one .menu-collection-listing #accordion .product-holder .button:visited {
    /* You may wish to override these properties with your settings */
    display: inline-block;
    border: 1px solid #fd5825;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-color: transparent;
    font-size: 14px;
    font-family:  'Lora', serif;;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    color: #222222;
    padding:12px 35px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 13px 0 0 0;
    text-transform: uppercase;
}

button:hover,
.button:hover,
button:active,
.button:active,
button:focus,
.button:focus {
    /* You may wish to override these properties with your settings */
    background-color: transparent;
    outline: none;
}

button.disabled, 
button[disabled],
.button.disabled,
.button[disabled],
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
    background-color: transparent;
    color: #050707;
    opacity: 1;
}

.breadcrumb {
    margin:36px 0;
}

.hide-for-desktop-large {
    display: block;
}

hr {
    margin-left: auto;
    margin-right: auto;
}

hr.small {
    width: 90px;
}

hr.full {
    width: 100%;
}

.ps-account-page{
    margin-top: 5px;
}

.ps-account-page h2{
    font-size: 25px;
}

/*text-logo*/
.fi-list {
    font-size: 40px !important;
    text-indent: 0 !important;
    color: #fff !important;
}

.text-logo {
    color: #E36115;
    font-family:  'Lora', serif;;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 36px;
    word-wrap: break-word;
}

/*header css starts*/
header {
    background-color: #2e2e2e;
    padding-bottom: 15px;
    border-bottom: 0px solid #fff;
}

header .top-bar {
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}

header .top-bar .title-area {
    width: 100%;
    margin-top: 4px;
    background-color: #2e2e2e;
}

.body-content{
	overflow: hidden;
}

.top-bar .toggle-topbar.menu-icon {
	left: 20px;
	margin: 0;
	padding: 0;
	right: auto;
	top: 15px;
	position: absolute;
	width: 10%;
    float: left;
}

#sidebarButton {
	padding: 0;
}

header .top-bar-section{
	display:none;
}

header .top-bar .name {
	float: none !important;
	margin-left: auto;
	margin-right: auto;
    height: auto;
}

header .top-bar.expanded .title-area {
    background: none repeat scroll 0 0 transparent;
}

.name img {
    margin-top: 5%;
    max-width: 70%;
}

header nav.top-bar,
header .top-bar-section ul, 
header .top-bar-section li a:not(.button){
    background-color: transparent;
    font-weight: normal;
}

.side-nav-content {
	display: block;		
	 /* fallback */
	 background-color: #FFFFFF; 
	 
	 background-repeat: repeat-y; 
	 /* Safari 4-5, Chrome 1-9 */ 
	 background: -webkit-gradient(linear, right top, left top, from(#fff),color-stop(0.1, #FFFFFF), to(#FFFFFF)); 
	 /* Safari 5.1, Chrome 10+ */ 
	 background: -webkit-linear-gradient(left, #FFFFFF 83%, #fff); 
	 /* Firefox 3.6+ */ 
	 background: -moz-linear-gradient(left, #FFFFFF 83%, #fff); 
	 /* IE 10 */ 
	 background: -ms-linear-gradient(left, #FFFFFF 83%, #fff); 
	 /* Opera 11.10+ */ 
	 background: -o-linear-gradient(left, #FFFFFF 83%, #fff);
	 
	 padding:0!important;
}

.nav-bar {
	list-style: none outside none;
	margin-bottom: 0;
	margin-left: 0;
	float: left;
	width: 100%;
    background-color: #fff;
}

.nav-bar li a,
.nav-bar li span,
.mobile-label {
	display: inline-block;
	color: #6a6a6a;
	font-size: 14px;
	font-family:  'Lora', serif;
	margin-right: 0;
	padding: 0 5px;
}

.nav-bar .mycart > a{
    font-weight: 500;
}

.nav-bar > li {
	border-bottom: 1px solid #DBD9D7;
    float: left;
    line-height: 44px;
    padding-left: 10px;
    width: 100%;
}

.nav-bar li a {
	word-wrap: break-word;
    text-transform: capitalize;
}

.nav-bar li a:hover{
	color: #6a6a6a;
}

.nav-bar li span.ps-user-greeting-container {
    font-weight: 600;
    color: ;
}

.ps-user-greeting-container > a {
	font-size: 14px;
    color: #dadada;
}

.ps-user-greeting-container > a:hover {
    color: #dadada;
}

.user-login {
    float: left;
    margin: 20px 0 10px 0;
    width: 50%;
    font-size: 9px;
}

.user-login a {
    text-decoration: underline;
}

.user-login .welcome {
    display: block;
    margin-left: 28%;
}

[role="main"] {
    padding: 0 !important;
}

[role="complementary"] {
    position: absolute !important;
}

[role="complementary"] .has-dropdown > ul {
	margin-left: 0;
}

/* sub menu*/
[role="complementary"] .has-dropdown > a > span{
	color: #6a6a6a;
	font-size: 18px;
	margin-left: 10px;
	vertical-align: -3px;
	padding: 0;
}

[role="complementary"] .has-dropdown .has-dropdown > a > span{
    color: #6a6a6a;
}

[role="complementary"] .has-dropdown > ul{
	list-style:none;
	display:none;
	border-top: 1px solid #DBD9D7;
}

[role="complementary"] .has-dropdown > ul > li{
	border-bottom: 1px solid #DBD9D7;
	line-height: 44px;
}

[role="complementary"] .has-dropdown > ul > li:last-child {
	border-bottom: none;
}

[role="complementary"] .has-dropdown .dropdown li {
	background-color:#FFFFFF;
}

[role="complementary"] .has-dropdown .dropdown .has-dropdown li {
    background-color: #FFFFFF; 
}

[role="complementary"] .has-dropdown .dropdown .has-dropdown li ul li {
    background-color:#FFFFFF!important;
}

[role="complementary"] .has-dropdown .dropdown .has-dropdown li ul li a {
    color:#6a6a6a!important;
}

[role="complementary"] .has-dropdown .dropdown .has-dropdown li ul li a:hover {
    color:#6a6a6a!important;
}

[role="complementary"] .has-dropdown a {
	color:#6a6a6a!important;
}

[role="complementary"] .has-dropdown a:hover,
[role="complementary"] .has-dropdown a:hover span{
	color:#6a6a6a!important;
}

[role="complementary"] .has-dropdown .dropdown .has-dropdown li a, 
[role="complementary"] .has-dropdown .dropdown .has-dropdown li a span {
    color:#6a6a6a !important;
}

[role="complementary"] .has-dropdown .dropdown .has-dropdown li a:hover,
[role="complementary"] .has-dropdown .dropdown .has-dropdown li a:hover span {
    color:#6a6a6a !important;
}

[role="complementary"] .has-dropdown li a{
    color:#6a6a6a !important;
}

[role="complementary"] .has-dropdown li a:hover,
[role="complementary"] .has-dropdown li a:hover span{
	color:#6a6a6a !important;
}

.dropdown.level-2 li a {
    font-size: 14px;
}

/* end sub menu */

.mobile-user-detail-cart{
	list-style:none;
	margin-bottom:0;
}

.mobile-auth-links{
	float:left;
	width:56%;
	padding-top:10px;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
}

.mobile-user-detail-cart .social-icon {
	font-size: 50px;
	margin-right: 20px;
	vertical-align: middle;
}

.mobile_circle{
	border-radius: 50% 50% 50% 50%;
	display: inline-block;
	font-weight:600;
}

.mobile-cart-detail{
	text-align:right;
}

.mobile-cart-detail a{
	padding-right:0!important;
}

#mobile-cart{
	background: none repeat scroll 0 0 ;
	height: 40px;
	width: 40px;
	text-align:center;
	line-height: 40px;
}

.mobile-search-button {
	opacity: 0;
	border: 0 none;
	height: 41px !important;
	float: right;
	width: 70px;
	z-index: 9999999;
	cursor: pointer;
	right: 0;
	position: absolute;
}

#sidebar form {
	border-bottom: 1px solid #DBD9D7;
	float: left;
	width: 100%;
	background-color: #000000;
    display: none;
}

#sidebar form .mobile-search-wrap {
	border: 1px solid #000000;
	background-color: #000000;
	display: block;
	float: none !important;
	height: 43px;
	margin: 25px auto;
	width: 95%;
}

.mobile.fi-magnifying-glass{
    color: #000000 !important;
}

.mobile.fi-magnifying-glass {
	cursor: pointer;
	font-size: 32px;
	position: absolute;
	top: -3px;
    right: 12px;
}
 
.mobile-search {
	border: none;
	background-color: #FFFFFF;
	color: #000000 !important;
	font-family:  'Lora', serif;;
	font-size: 16px !important;
	float: left;
	padding: 9px;
    width:100%;
}

.mobile-search input[type="text"]{
	background-color: #FFFFFF;
}

.mobile-social{
	list-style:none;
}

.mobile-footer-icons {
	margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.hide-mobile {
    display: none;
}

.search
{
    position:relative;
}

.menu-left
{
    padding:0 0 0;
}

.search input.search-text {
    padding-left: 15px;
    padding-right: 0;
    font-size: 15px;
    background-color: #FFFFFF;
	color: #333333;
    font-family:  'Lora', serif;;
    text-align: left;
    float: right;
    border: none;
    text-transform: lowercase;
    border-radius: 30px;
    width:200px;
}


.search .search-submit {
    opacity: 0;
    border: medium none;
    cursor: pointer;
    display: inline-block;
    font-family: "foundation-icons";
    font-style: normal;
    font-variant: normal;
    height: 30px;
    padding: 0;
    vertical-align: middle;
    width: 30px;
    z-index: 9999;
    right: 0;
    position:absolute;
    background:url("../img/search-icon.png") no-repeat center;
    border-radius:30px;
}


.search .fi-magnifying-glass {
    color:#333333;
    font-size: 19px;
    line-height: 25px;
    opacity: 1;
    border: medium none;
    cursor: pointer;
    display: inline-block;
    font-family: "foundation-icons";
    font-style: normal;
    font-variant: normal;
    height: 25px;
    padding: 0;
    vertical-align: middle;
    width: 25px;
    z-index: 999;
    right: 0;
    top:2px;
    position:absolute;
}

/*header css ends*/

/*slider css starts*/

.bxslider {
    margin-bottom:0;
}

.bx-wrapper {
    margin-bottom: 0 !important;
    position:relative;
}

.bx-pager-item{
    display: inline;
}

.bx-pager {
    bottom: 10px !important;
    z-index: 9999;
    width: 100%;
}

.bx-pager a {
    font-size: 0 !important;
    display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border: 2px solid #FFFFFF !important;
    border-radius: 100% !important;
    margin-right: 4px !important;
    text-decoration: none !important;
    width: 11px !important;
    height: 11px !important;
    padding: 0 !important;
}

.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a.active {
    background: none repeat scroll 0 0 #050707 !important;
    border: 2px solid #FFFFFF !important;
}

.banner #slider .bx-controls-direction {
	display: none;
}

.banner #slider .transparent-bg {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    height: 30px;
    opacity: 0.4;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.banner #slider .banner-image
{
    position:relative;
}

.banner #slider .banner-text
{
    position:absolute;
    width:100%;
    text-align:center;
    top:80px;
}

.banner #slider .banner-text h1
{
    font-size:50px;
    color:#FFFFFF;
    margin: 0;
    padding:0 0 40px;
    font-weight:300;
    letter-spacing:20px;
    text-transform:uppercase;
    line-height:1em;
    text-shadow: 2px 2px 5px #050707;
}

.banner #slider .banner-text .button
{
    font-size:20px;
    color:#FFFFFF;
    margin: 0;
    padding: 7px 20px;
    font-weight:400;
    letter-spacing:5px;
    border-color: #FFFFFF;
    border-width:2px;
    text-transform:uppercase;
    background: url("../img/banner-btn-overlay.png") no-repeat center;
    text-shadow: 2px 2px 5px #050707;
}

#slider-pager
{
    position : absolute;
    bottom:10px;
    width:100%;
    z-index:9999;
}

.container {
    min-height:350px;
}

/*slider css ends*/

/*small icons section css starts*/
.small-icons {
    background: none repeat scroll 0 0 #e9e9e9;
   	padding-bottom: 25px;
    padding-top: 25px;
}

.small-icons p.description {
    color: #6a6a6a;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

.small-icons img {
    margin-top: 6px;
}
/*small icons section css ends*/

/*search form css starts*/
.search-form {
    padding: 78px 0 44px; 
    border-bottom: 0px solid #DBD9D7;
}

.search-form label {
    width:100%;
    font-weight: 300;
    padding-bottom: 10px;
    line-height:1em;
    display:block
}

.search-form select {
    border: 1px solid #DBD9D7;
    padding: 10px;
    margin-bottom:20px;
}

.search-form .search-submit {
    border: 1px solid ;
    border-radius: 30px;
    margin-top: 0;
    padding: 6px 30px;
}
/*search form css ends*/

/*search listing css starts*/
.search-listings {
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: center;
}

.search-listings h2 {
    padding-bottom:30px;
}

.homepage .search-listings .description p:last-child
{
    margin-bottom:0;
}

.search-listings h4 {
    background-color: #E36115;
    color: #FFFFFF;
    font-size:14px;
    text-transform:uppercase;
    margin-bottom: 2px;
    padding: 10px 20px;
    line-height: 1.5;
}

.search-listings ul {
    margin-left: 0;
    margin-right: 0;
}

.search-listings ul li {
    background-color:  #e9e9e9;
    color: #000000;
    font-size: 14px;
    margin-bottom: 2px;
    padding-bottom: 8px;
    padding-left: 0;
    padding-top: 8px;
}
/*search listing css ends*/

/*follow us css starts*/
.follow-us {
    display: none;
    background-color: #E36115;
    color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
}

.follow-us p, .follow-us h1, .follow-us h2, .follow-us h4 {
    color: #FFFFFF;
}

.follow-us h4 {
    line-height:165px;
}

.step.social-icon {
    color: #FFFFFF;
    font-size: 70px;
}

.follow-us .follow-icons {
    margin:0;
    padding:47px 0;
    list-style:none;
}

.follow-us .follow-icons li{
    line-height:1em;
    display:inline;
    padding:0 15px ;
}

.follow-us .follow-icons li:first-child{
    padding-left:0;
}
.follow-us .follow-icons li:last-child{
    padding-right:0;
}

/*follow us css ends*/

/*call us css starts*/
.call-us {
    background-image: url("../img/contact-bg.jpg");
    background-size: cover;
}

.call-us .call-us-text {
    padding-top: 85px;
}

.call-us .call-us-text h3 {
    color: #6a6a6a;
    padding-bottom:30px;
}

.call-us .call-us-text .description {
    color: #6a6a6a;
    max-width: 100%;
    line-height:1.8em;
}
/*call us css ends*/

/*search by map css starts*/
.search-by-map
{
        display: none;
    padding: 40px 0;
}

.search-by-map .search-by-map-text h2 {
    padding-bottom:30px;
}

/*search by map css ends*/

/*Featured luxury css starts*/
.feat-luxury {
    background-color: #fff;
    color: #2b2b2b;
    padding: 70px 0 51px;
}

.feat-luxury h2{
    font-size:38px !important;
    color: #2b2b2b !important;
}

.feat-luxury ul {
    margin: 0;
    padding:0;
}
.feat-luxury ul li{
    padding-bottom: 0;
    padding-top:37px;
}

.feat-luxury ul .description {
    font-weight: 600;
    line-height: 1.5;
    padding: 0 0 0;
    margin:0;
    text-align: center;
}
/*Featured luxury css ends*/

/*buy sell css starts*/
.buy-sell {
        display: none;
    padding: 40px 0 0;
    border-bottom: 1px solid #DBD9D7;
}

.buy-sell .buy-sell-content {
    padding-bottom: 0;
    margin:0
}

.buy-sell .buy-sell-content{
    margin-bottom:50px;
}

.buy-sell .buy-sell-content .img {
    margin-top: 10px;
}

.arrow-right {
    background:url("../img/read-more-arrow.png") no-repeat right center;
    padding-right:10px;
}
/*buy sell css ends*/

/*tabs section css starts*/
.tabs-text {
    padding: 71px 0 88px;
}
.tab-description h3 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 47px;
}
.descripiton p{
    padding: 40px 0;
    margin:0;
}

.homepage .tabs-text h3.resp-accordion,
.homepage .tabs-text .tab-holder h3{
    font-family: 'Play', sans-serif;
    color: #fd5825;
    font-size: 22px;
    text-transform:uppercase;
    line-height: 1em;
    margin: 0;
}

.homepage .tabs-text #tabs {
    text-align: center;
}

.homepage .tabs-text .resp-tabs-list li {
    background-color: #E9E9E9 !important;
    color: #000000;
    margin-right: 3px;
    border-top: 3px solid #E9E9E9 !important;
    border-bottom: 0 none !important;
    height: 42px;
    padding: 8px 10px !important;
}

.homepage .tabs-text .resp-arrow,
.homepage .tabs-text h3.resp-tab-active .resp-arrow {
    border: medium none;
}

.homepage .tabs-text .resp-arrow::before {
    color: #525252;
    content: "\002B";
    font-size: 20px;
    font-weight: bold;
    line-height: 1em;
    float: right;
    margin-top: -3px;
}

.homepage .tabs-text .resp-tab-active .resp-arrow::before {
    color: #525252;
    content: "\2212";
    font-size: 20px;
    font-weight: bold;
}

.homepage .tabs-text .resp-accordion {
    background-color: #E9E9E9 !important;
    color: #000000;
    border: medium none !important;
    border-bottom: 3px solid white !important;
    padding: 12px 14px 14px 14px !important;
}

.homepage .tabs-text .resp-tabs-list li.resp-tab-active,
.homepage .tabs-text .resp-accordion.resp-tab-active {
    border-top: 3px solid #fd5825 !important;
}

.homepage .tabs-text .resp-tab-content {
    background-color: #525252;
    color: #FFFFFF;
}
/*tabs section css ends*/


#collection-listing .items .product-container .image .img,
.promo-img img,
.toy-img img,
.category-banners img,
.collection-banner img,
.product-container img,
.product-page-type-wrapper .thumbs img,
.product-page-type-wrapper img#imgMain,
.product-page-type-wrapper .cloud-zoom-big {
    border: 1px solid #929293;
}


.thumbnail {
    cursor: pointer;
}

.sale {
    background: none repeat scroll 0 0 #E36115;
    color: #FFFFFF;
}

/*tabs on productpage*/
.homepage .resp-tab-content {
    border: 1px solid #DBD9D7;
}

.homepage .resp-tab-content {
    border-bottom: medium none;
}

.homepage .resp-tab-content,
.homepage .resp-accordion {
    word-wrap: break-word;
}

.homepage .resp-accordion {
    border: 1px solid #DBD9D7;
}

.homepage .resp-accordion {
    margin-top: 0;
    border: 1px solid #DBD9D7 !important;
    border-bottom: medium none !important;
}

.homepage .resp-tab-active {
    border: 1px solid #DBD9D7 !important;
}

.homepage .resp-accordion:first-child {
    border-top: 1px solid #DBD9D7 !important;
    border-bottom: medium none;
}

.homepage .resp-tabs-container {
    background: none repeat scroll 0 0 transparent;
}

.homepage .resp-tabs-list li { 
    background: none repeat scroll 0 0 transparent !important;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.homepage .resp-tabs-list li.resp-tab-active,
.homepage h3.resp-tab-active { 
    background-color:  !important;
}

.homepage .resp-accordion:last-of-type,
.homepage .resp-tab-content:last-of-type {
    border-bottom: 0px solid #DBD9D7 !important;
    border-top: medium none;
}

.homepage .resp-tab-content.resp-tab-content-active ul {
    margin-left: 15px;
}

.homepage .resp-tab-content.resp-tab-content-active > ul {
    margin-left: 15px;
}

#total-quantity {
    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
    margin: 0 9px;
}

.product-page-type-wrapper .quantities {
    float: left;
    margin-top: 8px;
    margin-right: 20px;
}

.product-page-type-wrapper .product-quantity-operators {
    margin-top:0px;
}

.resp-tab-content, .resp-vtabs .resp-tab-content {
    border-left:0px solid;
    border-right:0px solid;
    border-top:0px solid;
}

/* end tabs on product page */

/* Cart page */
.ps-cart-page table.cart-items,
.ps-cart-page table.cart-items tr.cartrow td,
.ps-cart-page table.cart-items tr th,
.ps-cart-page table.cart-items tr td,
.ps-cart-page .total-table {
    border-radius: 0;
}

.ps-cart-page table.cart-items,
.ps-cart-page .total-table {
    border: 1px solid #DBD9D7;
}

.ps-cart-page{
    margin-bottom: 10px;
}

.ps-cart-page table.cart-items tr.cartrow td,
.ps-cart-page table.cart-items tr th {
    border-bottom: 1px solid #DBD9D7;
}

.ps-cart-page table.cart-items tr th,
.ps-cart-page table.cart-items tr td,
.ps-cart-page .total-table td {
     border-right: 1px solid #DBD9D7;
}

.ps-cart-page .total-table td{
    border-color:#DBD9D7;
}

.ps-cart-page table.cart-items tr:last-child td,
.ps-cart-page .cart-items .item,
.ps-cart-page .cartrow {
    border-bottom: medium none;
}

.ps-cart-page table.cart-items tr td {
    clear: both;
}

.ps-cart-page #cart-form .chkoutbut .checkout.return {
    display: inline-block;
    text-align: center;
    float: left;
}

.ps-cart-page .subtotal {
    font-size: 14px;
}

.ps-cart-page .update-btn {
    width: 90% !important;
}

.ps-cart-page .chkoutbut {
    width: 50% !important;
}

.ps-cart-page #cart-form .chkoutbut .checkout {
    width: 47%;
	float: right;
    font-weight: 700;
}

.ps-cart-page #cart-form .chkoutbut .checkout,
.ps-cart-page .checkoutbut input.update-btn,
.ps-cart-page .qty-increment {
    font-family:  'Lora', serif;;
    color: #050707 !important;
    background-color: transparent !important;
    font-size: 13px;
    margin-bottom: 18px;
    text-transform: uppercase;
	padding: 10px 25px;
    border: 1px solid #050707;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    cursor: pointer;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

.ps-cart-page .qty-increment {
    color: #050707 !important;
    background-color: transparent !important;
    border: 1px solid #050707;
    border-radius: 2px;
    line-height: 30px;
    padding: 3px 14px;
    width: 40px;
    font-size: 19px;
}

.ps-checkout-page #applyDiscount {
    padding: 10px 20px;
}

.update-btn {
    font-size: 12px !important;
    padding-bottom: 10px !important;
    padding-top: 11px !important;
    font-weight: 700;
}


.ps-cart-page .bread-crumbs {
    padding: 1em 0;
}

#cart-form .chkoutbut {
    width: 100% !important;
}

.ps-cart-page #cart-form .chkoutbut .checkout {
    width: 100%;
}

.buy-now.button {
    padding: 6px 9px;
}

.addToCart.button > a {
    padding: 10px 18px;
}

.button {
    float: none;
    width: auto;
}

.button a {
    color: #050707;
	font-size: 12px;
}

.ps-cart-page table.cart-items tr.cartrow td:first-child {
    float: left;
    width: 100%;
}

.ps-cart-page .cart-items tr:nth-last-child(2) {
    padding-bottom: 0;
}

.ps-checkout-page h3 {
    font-size: 1.4em;   
}

.ps-checkout-page .continue_btn{
    background-color : transparent;
    color: #050707;
    text-shadow: none;
    font-size: 13px;
    margin-bottom: 18px;
    text-transform: uppercase;
    padding: 10px 25px;
    border: 1px solid #050707;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    cursor: pointer;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.checkout {
    padding-bottom: 8px !important;
    padding-top: 9px !important;
}

.contact.button {
     letter-spacing: 1px;
     font-size: 14px;
     padding: 9px 18px 9px 20px;
    /* background: url("//d14ty28lkqz1hw.cloudfront.net/data/org/20523/theme/31274/img/submit-arrow.png") no-repeat scroll 84px center rgba(0, 0, 0, 0);*/
}

/* accordiom */
.resp-easy-accordion .resp-accordion .resp-arrow {
    line-height: 32px;
}

.ps-register-form {
    padding-top: 30px;
}

/* Search Page */
.search-results {
    padding-top: 3.6%;
}

.search-results h2 {
	word-wrap: break-word;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}

.search-results h2 span.search-term {
    text-transform: none;
}

.search-results .grid {
    margin-top: 7%;
}

.search-results .product-container {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    max-width: 300px;
}

.search-results .product-container .image,
.search-results .product-container .details {
    width: 100%;
}

.search-results .product-container .image {
    position: relative;
}

.search-results .product-container .details .content {
  	float: left;
    margin-bottom: 20px;
    margin-top: 5px;
    text-align: center;
    width: 100%;
}

.search-results .product-container .details .content p {
    text-align: center;
}

.search-results .product-container .details p.title {
    font-size: 16px;
    margin: 0 auto 5px;
    padding-left: 5px;
    padding-right: 5px;
    width: 90%;
    word-wrap: break-word;
}

.search-results .items .product-container .sale {
    font-size: 11px;
    font-weight: bold;
    height: 35px;
    padding-top: 3px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
    left: 0;
    margin-left: 0;
    line-height: 30px;
    z-index: 9999;
    margin-top: 0;
    display: block;
}

.wait {
    display:none;
    top: 50%;
    left: 0;
    position: fixed;
    text-align: center;
    width: 100%;
}

.homepage-wait {
    left: 0;
}

.ias_loader {
    display: none !important;
}

/* Media gallery */
#media-gallery-2-page-type {
    margin-bottom:50px;
}

/*contact form*/

.contact .normal {
    border: 1px solid #DBD9D7;
    height: 38px;
    width: 450px;
}

.contact textarea,
.contact .normal {
    background: none repeat scroll 0 0 ;
}

.field-separator {
    margin-top: 20px;
    clear: both;
}

.field-separator > span {
    text-transform: uppercase;
}

.field-separator.first_name {
    margin-right: 15px;
}


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

.contact form {
    display: inline-block;
}

.fnameWrap,
.lnameWrap {
	float: left;
}

.fnameWrap {
	margin-right: 50px;
}

.contact .normal.firstname ,
.contact .normal.lastname {
	width: 200px;
}

.contact .name,
.contact .first_name,
.contact .last_name{
    margin-top: 0;
    margin-top: 15px;
}

.contact h4 { 
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 24px;
}

.contact .first_name .normal ,
.contact .last_name .normal {
  /*  width: 175px;*/
}

input {
    border: 1px solid #DBD9D7;
    font-family: 'Lora', serif;;
}

textarea {
    border: 1px solid #DBD9D7;
    width: 450px;
    font-family: 'Lora', serif;;
}

.ps-error.long.style {
    font-size: 15px !important;
}

#msg-container {
    width: 75% !important;
}

.breadcrumbs li {
    display: inline;
    word-wrap: break-word;
    text-transform: none;
    font-size: 15px;
}

#mrplistings_anchor iframe#mrplistings
{
    min-height:900px !important;
    width: 97% !important;
}


#__mrp_listings {
    width: 98% !important;
}

#mrp-listing {
    overflow-x: hidden;
    overflow-y: scroll;
    width: 97% !important;
    height: 1024px !important;
}

#mrplistings
{
    min-height:800px !important;
    width: 98% !important;
}

/*footer css starts*/

footer {
    font-weight: 300;
    padding-top: 15px;
    background-color: #ffffff;
}

.footer-extra-nav {
    background-color: #ffffff;
    color: #222222;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 14px;
}

.footer-main-nav {
    background-color: #ffffff;
    color: #222222;
    padding-bottom: 30px;
}

.newsletter-container {
    padding-top: 4px;
}

footer .social-icon { 
    font-size: 45px;
    color:#fd5825!important;
    padding: 0 0.1em;
}

footer .newsletter {
    display:inline-block;
}

footer .newsletter a{
    font-size:14px;
    color:#222222;
    border:1px solid #fd5825;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius: 20px; 
    padding: 10px 14px;
    display: block;
    text-transform: uppercase;
    line-height: 20px;
}
.address {
    margin-top: 20px;
}
footer .newsletter .fi-mail.social-icon-email {
    font-size: 21px;
    margin-right: 6px;
    line-height: 17px;
    position: relative;
    top: 3px;
    display: inline;
    color:#fd5825;
}

.footercopyrightsection {
    padding-top:17px;
    font-size:14px;
}

.privacylinks {
    text-transform: uppercase;
    margin-top: 2px;
}

footer .follow-us-footer {
    float:right;
    margin-left:86px;
    margin-top: 14px;
}

.footer-image {
    float: left;
    width: 16%;
}

.show-desktop {
    display: none;
}

.show-mobile {
	display: block;
}

footer a {
    color: #222222 !important;
}

footer a:hover {
    color: #222222;
}

.follow-icons .houzz {
    width:23px; 
    vertical-align:initial;
    height:23px;
}

.houzz path {
    fill:#FFFFFF;
    stroke:none;
}

.mobile-social-icons  .houzz {
    width:60px; 
    height:60px; 
    vertical-align:initial;
}

.follow-us .houzz {
    width:55px; 
    height:55px;
}


a:focus img.houzz, a:active img.houzz, a:hover img.houzz {
    opacity:0.8;
}


footer .privacy-links a {
    font-size: 10px;
}

.mobile-footer-contact {
    margin-bottom: 5px;
}

.powered-logo {
    border-top: 1px solid #f5f5f5;
    padding-bottom: 10px;
    padding-top: 10px;
}

.mobile-copy-year {
    margin-bottom: 5px;
}
     
.mobile-shop-name {
    font-size: 22px;
    font-weight: 100;
    letter-spacing: 1px;
    text-transform: capitalize;
}

footer .copy-year {
    margin-top: 10px;
}

.inline
{
    display:inline-block;
    width:auto;
}

.padding-right
{
    padding-right:20px;
}
.padding-left
{
    padding-left:20px;
}
.padding-top
{
    padding-top:5px;
}

/*footer css ends*/

/*follow us css starts*/
.follow-us-footer .follow-icons {
    margin:0;
    padding: 0;
    list-style:none;
}

.follow-us-footer .follow-icons li{
    line-height:1em;
    display: inline-block;
    padding: 0 0 0 8px;
}

.follow-us-footer .step.social-icon {
    font-size: 31px;
}

.follow-us-footer .follow-icons li:first-child{
    padding-left:0;
}
.follow-us-footer .follow-icons li:last-child{
    padding-right:0;
}



/*follow us css ends*/


/* Calculators */
.go, .go:hover
{
    background:#be1d2c !important;
    color:#fff !important;
}
.ratehub-calc .calc-tip-wrapper,
.ratehub .tooltip-relative
{
    display: none !important;
}
/* Calculators */

#slider figure img
{
    width:100%;
}

footer .address .marker:before
{
    font-size:25px;
    line-height:24px;
    padding-right:8px;
    float:left;
    color:#fd5825;
}
footer .actual-address
{
    float:left;
}

footer .address,
footer .line-1,
footer .line-2
{
    display:block;
    width:100%;
}

button,
.button,
footer .newsletter a,
header .top-bar-section .menu-right a,
.search input.search-text
{
    -moz-border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
    border-radius: 30px !important;
}

/*chosen*/
.collection1-page-type-wrapper .chosen-container.chosen-container-single {
    z-index: 99999;
}

.chosen-container .chosen-drop {
    background: #ffffff !important;
    box-shadow: none !important;
    font-size: 14px !important;
    height: auto !important;
    padding: 8px 0 0 8px !important;
    text-transform: capitalize !important;
    border-radius: 0 !important;
}

.chosen-container-single .chosen-single div b {
    background-position: 0 5px !important;
}

.chosen-container .chosen-drop {
    padding: 0 !important;
    padding-top: 7px !important;
}

.chosen-container-single .chosen-single span,
.chosen-container .chosen-results li {
    text-align: left;
}

.chosen-container .chosen-results li {
    color: #000000;
}

.chosen-container-single .chosen-single {
    line-height: 27px;
    color: #6a6a6a;
    background: transparent;
    box-shadow: none;
    height: auto;
    padding: 0 0 0 8px;
    text-transform: capitalize;
    border-radius: 0;   
}

/*chosen*/

#accordion-page-type, #accordion-page-type-2 {
    padding:50px 0;
}
#accordion-page-type .resp-easy-accordion .resp-accordion.resp-tab-active,
#accordion-page-type-2 .resp-easy-accordion .resp-accordion.resp-tab-active{
    border:none !important;
}

#section-default-page-type .default-pages-under-active-section h2 .button {
    padding: 10px 30px 10px 30px;
    color: #fff;
    font-weight: 500;
}
/* Media Queries */

#slider > .bxslider > li {
    list-style: none;
}


@media only screen and (min-width: 385px) {
    .user-login {
        font-size: 13px;
        margin: 20px 0 10px 7%;
        width: 45%;
    }
}



@media only screen and (min-width: 480px) {   
    h1 {
        font-size: 40px;
    }

    

    header .search {
        font: normal 14px  'Lora', serif;;    
    }
    
    .text-logo {
        font-size: 30px;
        line-height: 1em;
    }
    
    .mobile-social-icons {
        margin-right: 2%;
    }
        
    .ps-cart-page #cart-form .chkoutbut .checkout {
        width: 25%;
    }
    
    footer .privacy-links a {
        font-size: 14px;
    }
    
    footer .social-icon { 
        font-size: 55px;
    }
            
}

@media only screen and (min-width: 769px) {
    .slider-content{
    }
    .buy-sell .buy-sell-content:first-child {
        border-right: 1px solid #DBD9D7;
    }
    
    .button-holder
    {
        text-align:right;
    }

}

@media only screen and (min-width: 768px) {
    h1{
        font-size: 20px;
    }
    .wait {
        left: 12%;
    }
    
    .resp-tab-content {
        border-bottom:1px solid #DBD9D7;
    }
    
    .resp-accordion:last-of-type,
    .resp-tab-content:last-of-type {
        border-bottom: 1px solid #DBD9D7 !important;
        border-top: 0px solid #DBD9D7 !important;
    }
        
    .search-listings {
        text-align: left;
    }
    
    .search-listings ul li {
         padding-left: 40px;
    }
        
    .call-us .call-us-text {
        margin-bottom: 0;
    }
   
    .tabs-text #tabs {
        text-align: left;
    }
}

@media only screen and (min-width:769px) {
    .small-icons li {
        padding-bottom:0 ;
    }
}

@media only screen and (min-width: 940px) {
   [role="main"] {
        padding: 0 !important;
    }
    
    [role="complementary"] {
        position: absolute !important;
    }
    
    .active [role="main"] {
        margin-right: 0 !important;
    }
    
    .row,
    .top-bar .row {
        max-width: 1152px;
    }
    
    header {
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
        border-bottom: medium none;
        padding-bottom: 0;
        margin-bottom: 0;
        /* fallback */
		 background-color: #2e2e2e; 
		 
		 background-repeat: repeat-y; 
		 /* Safari 4-5, Chrome 1-9 */ 
		 background: -webkit-gradient(linear, right top, left top, from(#2e2e2e),color-stop(0.1, #2e2e2e), to(#2e2e2e)); 
		 /* Safari 5.1, Chrome 10+ */ 
		 background: -webkit-linear-gradient(left, #2e2e2e 50%, #2e2e2e 50%); 
		 /* Firefox 3.6+ */ 
		 background: -moz-linear-gradient(left, #2e2e2e 50%, #2e2e2e 50%); 
		 /* IE 10 */ 
		 background: -ms-linear-gradient(left, #2e2e2e 50%, #2e2e2e 50%); 
		 /* Opera 11.10+ */ 
		 background: -o-linear-gradient(left, #2e2e2e 50%, #2e2e2e 50%);
    }
    
    .mobile-social-icon { 
        font-size: 60px;
        color:#fd5825!important;
        margin-right: 0;
        width: auto;
    }
    
    header .searchButton {
        float: right;
        right: 0;
    }
    
    /*top header*/
    header .top-bar .title-area {
        width: 41%;
        float: left;
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    }
    
    .no-js .top-bar-section ul li:hover>a {
        background: transparent;
        color: #dadada;
    }
    
    header .row {
        overflow: visible;
    }
    
    header .top-bar{
        clear: both;
        float: left;
        height: auto;
        line-height: 40px;
        margin-top: 0;
        width: 100%;
    }
    
    header .top-bar .name {
        float: left;
        height: auto;
        margin: 0;
    }
    
    .top-bar input
    {
        top:0;
    }
    
    header .search {
        width: auto;
    }
    
    header .searchForm > form {
        position: relative;
        left: 0;
        top: 0;
    }
    
     .follow-us .follow-title {
        border-right: 1px solid;
    }
    
    .cart-detail {
        margin-right: 0;
        margin-top: 0;
    }
    
    .user-login {
        float: left;
        margin: 7px 0 12px 30px;
        width: 17%;
    }
        
    .title-area.columns > li.cart-detail  {
        float: right !important;
        margin-top: 6px;
    }
    
    header #social-cart-detail {
        width: 24%;
    }
    
    header .top-header-right {
        width: 100%;
    }
    
    header .header-cart {
        margin-bottom: 5px;
        margin-top: 12px;
        
    }
    
    header .header-cart .fi-shopping-cart{
        color: #dadada;
        font-size: 24px;
        margin-top: 8px;
        float: left;
        color:#fd5825
    }
    
    header #cart {
        background: #dadada; none repeat scroll 0 0;
        color: #2e2e2e;
        font-family: Verdana;
        font-size: 11px;
        font-weight: bold;
        height: 26px;
        line-height: 15px;
        margin-left: 8px;
        padding-top: 5px;
        text-align: center;
        width: 28px;
    }
    
    .circle {
        border-radius: 50%;
        display: inline-block;
    }
        
    header .top-bar-section{
        display: block;
    }
    
    header .searchForm {
        margin: 10px 0;
        width: 37%;
    }
    
    .ps-user-greeting-container {
        line-height:35px;
	}
    
    .desktop-social-icon {
        font-size: 21px;
        margin-left: 5px;
        margin-right: 0;
        vertical-align: text-top;
        width: auto;
    }
    
    .title-area ul {
        float: right;
        margin-left: 0;
        width: 100%;
    }
    
    .menu-area {
        padding-left: 0;
	 	padding-bottom: 9px;
	    padding-top: 9px;
        background-color: #2e2e2e;
    }
    
    .user-login a:hover {
        color: #dadada;
    }
    
    header .top-bar-section {
       	width: 100%;
    	line-height: 37px;
        float: left;
        background-color: ;
        color: #dadada;
    }
    
    header .top-bar-section .menu-right a {
        color: #fff;
        font-size: 14px;
        border: 1px solid #fd5825;
        text-transform: uppercase;
        font-weight: 700;
	    border-radius: 32px;
	    margin-left: 10px;
        margin-right: 21px;
	    padding:6px 32px;
        float: right;
        margin-bottom: 5px;
        line-height: 2.2;
    }
    
    header .menu-right a.phone {
       	border: none;
	    margin-left: 0;
	    padding: 7px 12px;
        color: #dadada;
        font-weight: 400;
    }

    header .menu-right a.phone:before {
        padding-right: 9px;
        color:#fd5825;
        vertical-align: middle;
        font-size: 19px;
    }

    header .top-bar-section ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }
        
    header .top-bar-section li ul li a:not(.button) {
        padding: 6px 9px;
        line-height: 25px;
    }
    
    header .top-bar .toggle-topbar a,
    header .top-bar .toggle-topbar.menu-icon a,
    header .top-bar-section li a:not(.button) {
        color: #dadada;
        font-family:  'Lora', serif;
    	font-size: 14px;
        outline: medium none;
		letter-spacing: 0.7px;
        padding: 0 21px;
        line-height: 37px;
        text-transform:capitalize;
    }
       
    header .top-bar-section ul li.hover>a,
    header .top-bar-section ul li.active>a,
    header .top-bar-section ul li.hover a:hover,
    header .top-bar-section li.hover>a:not(.button) {
        color: #dadada;
    }
    
    header .top-bar-section ul.header-cart-item li a:hover:not(.button) {
        background: none repeat scroll 0 0 transparent;
    }
    
    header .top-bar .toggle-topbar.menu-icon a span {
        box-shadow: 0 12px 0 4px #fff, 0 24px 0 4px #fff, 0 36px 0 4px #fff;
    	width:30px;
    	right: auto;
    }
        
    header .top-bar-section li.has-dropdown ul li.hover li li a,
    header .top-bar-section li.has-dropdown ul li.active li li a {
        text-decoration: underline;
    }
    
    header .top-bar-section li.hover>a:not(.button) {
        background: transparent;
    }
    
    header .top-bar-section .has-dropdown > a:after {
        border-color: #fd5825 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        margin-top: -8px !important;
    }
    
    header .top-bar-section .has-dropdown > a:hover:after,
    header .top-bar-section .has-dropdown.active > a:after,
    header .top-bar-section .has-dropdown.hover > a:after {
        border-color: #fd5825 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important;
    }
    
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
        margin-top: -11px !important;
    }
        
    .content {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
        border: medium none !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }    

    /* Dropdowns */
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a::after {
        content: ">";
        font-size: 16px;
        margin-top: -10px !important;
    }
    
     .top-bar-section .has-dropdown .dropdown li.has-dropdown.hover > a::after {
        content: "-";
        font-size: 41px;
        margin-top: -39px !important;
        right: 6px;
    }
    
    header .top-bar-section .dropdown,
    header .top-bar-section .dropdown li {
        background: #2e2e2e;
        z-index: 9999; 
    }
    
    header .top-bar-section .dropdown li {
        border-bottom: 1px solid #DBD9D7;
        z-index: 9999; 
    }
    
    header .top-bar-section .dropdown li:last-child {
        border-bottom: none;
    }
    
    header .top-bar-section .dropdown li a {
        color: #dadada !important;
        font-weight: 300;
        font-size: 14px;
    }
    
    header .top-bar-section .dropdown li a:hover {
        color: #dadada !important;
        background: none repeat scroll 0 0 transparent !important;
    }
    
    header .top-bar-section li a:hover {
        background: none repeat scroll 0 0 transparent !important;
        color: #dadada;
    }
    
    .footer-wrap {
    	border-bottom: 1px solid #222222;
        float: left;
        width: 100%;
        font-size: 14px;
        padding-bottom: 11px;
        padding-top: 12px;
    }
    
    .footer-newsletter {
        margin-top: 5px;
    }
    
    .footer-contact {
         margin-top: 8px;
    }
        
    footer .footer-wrap .privacy-links a {
        margin-right: 20px;
    }    
        
    footer .section {
        margin-right: 48px !important;
        width: 21% !important;
    }
    
    footer .section:last-child {
        margin-right: 0 !important;
    }
    
    footer .section ul {
        list-style-type: none;
        margin-left: 0;
        margin-top: 22px;
    }
    
    footer .section.newsletter {
        clear: none !important;
        float: right;
        padding-bottom: 0 !important;
    }
    
    .show-desktop {
        display: block;
    }
    
    .show-mobile {
        display: none;
    }
    
    footer .footer-nav-content {
    	width: 100%;
    }
    
    .copyright {
        font-size: 14px;
    }
    
    .footer-link-content { 
    	margin-top: 16px;
        padding-bottom: 20px;
        font-size: 14px;
    }
    
    footer .footer-lnks {
    	list-style:none;
    	margin-right:0;
        margin-left:0;
        margin-top: 15px;
    }
    
    .footer-wrap .footer-lnks .section {
    	padding-bottom: 0 !important;
    }
    
    footer .footer-lnks .section li {
        border-bottom: 1px solid #222222;
        margin-bottom: 12px;
    }
    
    footer .footer-lnks li a {
        color: #222222;
        font-size: 14px;
        font-weight: 300;
    }
    
    footer .footer-lnks li a:hover {
    	color: #222222;
    }
    
     footer .section h4 {
        color: #222222;
        font-size: 14px;
    }
        
    footer .footer-small-screen {
    	display: none;
    }
    
    footer .social {
        list-style:none;
        margin-bottom: 0;
    }
    
    footer .social li {
        display: inline;
        float: left;
        margin-left: 5px;
        padding: 0;
    }
    
    footer .social-icon { 
        font-size: 30px;
        color:#fd5825!important; 
    }
    
    .new {
    	display: none;
    }
    
    .search-by-map .search-by-map-text {
        margin-top: 175px;
    }
           
}
/* Custom Code */
.new-chg
{
    font-size: 16px;
    font-weight: bold;
}

p.back.back-to-blog a {
    color: #ffffff;
}



.brand-section {
    margin-top: 27px;
}
.partner-brand-info h2 {
    margin-bottom: 13px;
}
.partner-brand-info {
    margin-bottom: 23px;
}
.brand-mt-40 {
    margin-top: 40px;
}
.brand.img {
    margin-top: 41px;
}


.partner-brand-img li img {
    border: 1px solid #dbdbdb !important;
    height: auto;
    padding: 10px;
}
.left-and-right, .corner-border, .bottom-corner {
  position: relative;
}

/* left line after text*/
.left-and-right::after{
  content:'';
  position: absolute;
  background-color: #d5d5d5;
    width: 1px;
    height: 96%;
    bottom: 20px;
    right: 0;
 
}



.margin-auto {
    margin-left: auto!important;
    margin-right: auto!important;
    display: block!important;
}
.bx-wrapper{
    margin: 0px auto;   
}
.partner-brands .bx-prev{
    background: url("../../../../../../../s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/20523/theme/31274/img/left.png") 0 0px no-repeat;
    left: -40px!important;
}
.partner-brands .bx-next{
    background: url("../../../../../../../s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/20523/theme/31274/img/right.png") 0 0px no-repeat; 
    right: -40px!important;
}
.partner-brands .bx-prev, .partner-brands .bx-next{
    height:38px;
    width:28px;
    top: calc(45% - 19px);
}
.feat-luxury-1 {
    padding: 86px 0 53px;
}
.section-heading {
    margin-top: 7px;
    margin-bottom: 27px;
    line-height: 0;
}
.feat-luxury-1 .description {
    margin-bottom: 0;
}
.section-heading a {
    font-family: 'Play', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #fd5825;
}
.service-h3 {
    min-height: 80px;
}
.service-h3 a {
    font-family: 'Play', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #fd5825;
    line-height: 1.6;
}
.block-1 {
    display: block;
}
.product-service-btn {
    margin-top: 12px;
}
.tabs-btn {
    text-align: center;
    margin-top: 40px;
}
.tabs-btn .button {
    color: #fff;
}
.partner-brands {
    padding: 81px 0;
    background: #fff;
    color: #222222;
    text-align: center;
}
.partner-brands h1 {
    color: #222222;
    font-size: 38px !important;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 26px;
}
#slider .banner-figcaption-gen {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: left;
    font-weight: bold;
    color: white;
    transform: translate(-50%, -50%);
}

.banner-title-gen {
    font-family: 'Lora', serif;    
    font-size: 48px !important;
    font-weight: 400;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    text-transform:uppercase;
    margin-bottom: 0;
    line-height: 53px;
}

.banner-description-gen p {
    font-family: 'Play', sans-serif;
    color: #fff;
    font-size: 26px;
    font-weight: 400;;
    padding-bottom: 0;
    line-height: 1.5;
    margin-bottom: 17px;
}

.banner-description-gen .button {
    padding:14px 26px;
    background-color: transparent;
    border:1px solid #fd5825;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    border-radius: 10px;

}
/*Service Page Section*/
#slider .banner-figcaption-left {
    position: absolute;
    top: 56%;
    left: 53%;
    width: 100%;
    text-align: left;
    color: white;
    transform: translate(-50%, -50%);
}

.banner-title-left {
    font-family: 'Lora', serif;
    font-size: 39px;
    font-weight: 400;
    color: #2f2f2f;
    padding-top: 0;
    line-height: 1;
}
.block-2{
    display: block;
}
.banner-description-left p {
    color: #2f2f2f;
    font-family: 'Play', sans-serif;   
    font-size: 21px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 0;
}
.service-section h1 {
    margin-top: 55px;
    margin-bottom: 33px;
}
.service-bottom p {
    margin-bottom: 5px;
}
.service-bottom {
    margin-bottom: 40px;
}
.service-bottom .cta {
    font-size: 24px;
    text-decoration: underline;
    color: #fd5825;
}
/*Section Title */
.heading-h1{
    font-size:38px;
    font-weight: 400; 
    color:#ffffff;
    text-transform: uppercase;
}
.heading-h2{
    font-family: 'Play', sans-serif;
    font-size:22px !important;
    font-weight:400;
    text-transform: capitalize;
    color:#fd5825;
}
.text-color{
    color:transparent;
}

.home-li {
    margin-bottom: 36px;
}
.home-li li{
    margin-left: 0px;
    line-height: 1.9;
    padding-bottom: 5px;
    list-style-type: none;
    background-repeat: no-repeat;
    padding-left: 0;
    background-position: top 6px left;
    line-height: 1.7;
    list-style-position: outside;
    list-style-image: url('../../../../../../../s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/20523/theme/31274/img/2020-05-06.png');    
}

.resp-tab-content {
    border: none !important;
    text-align: left;
    padding: 20px !important;
    margin-bottom: 0px;
}
.resp-tab-content p:last-child {
    margin-bottom: 0;
}
.resp-tab-content h2 {
    margin-bottom: 12px;
}
.accordion {
    border-bottom: 1px solid #cccccc;
    padding: 15px 0;
}



/* Service End */

/* Blog Start */
h1.article-title, h1.article-title a, h1.article-title a:hover, h1.article-title a:active, h1.article-title a:focus {
    font-size:38px;
    font-weight: 400; 
    color:#ffffff;
    text-transform: uppercase;
}
/*blog*/
.author_name{
    color:#fd5825;
    font-weight:normal;
}
   
.ps-blog-sharing{
   margin: 20px auto 10px;
   }
.label {
    color: #000;
}
.ps-blog-tags li a {
    color:#dadada;
   display: inline-block;
   font-size: 14px;
   position: relative;
   padding-left: 20px;
   -webkit-transition: 350ms;
   -moz-transition: 350ms;
   transition: 350ms;

}
.ps-blog-tags li a::before {
   content: "\f148";
   position: absolute;
   left: 0;
   top: 0;
   font-family: "foundation-icons";
   -webkit-transition: 350ms;
   -moz-transition: 350ms;
   transition: 350ms;

}
.ps-blog-tags li a:hover::before, .ps-blog-tags li a:focus::before, .ps-blog-tags li a.active::before {
   left: 5px;
}
.ps-blog-recent-posts a {

    color:#dadada;
   display: inline-block;
   font-size: 14px;
   position: relative;
   padding-left: 20px;
   -webkit-transition: 350ms;
   -moz-transition: 350ms;
   transition: 350ms;

}
.ps-blog-recent-posts li a::before {
   content: "\f148";
   position: absolute;
   left: 0;
   top: 0;
   font-family: "foundation-icons";
   -webkit-transition: 350ms;
   -moz-transition: 350ms;
   transition: 350ms;

}
.ps-blog-recent-posts li a:hover::before, .ps-blog-recent-posts li a:focus::before, .ps-blog-recent-posts li a.active::before {
   left: 5px;
}
.blog-sidebar-h2 {
    font-size:38px;
    font-weight: 400; 
    color:#ffffff;
    text-transform: uppercase;
}
.blog-page-type-wrapper,.article-page-type-wrapper {
 margin-bottom:50px;  
}
   
/* Blog End */

/* Contact Us */
.contact-form {
    padding: 25px 30px;
    background: #fff;
    border-radius: 7px;
    padding-bottom: 30px;
    margin: 15px 0 !important;
    -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1);
}
#ps-contact-us
{
    margin-bottom: 50px;
}
.contact-textarea {
    width: 100% !important;
    height: 100px !important;

}
/* Contact 1 ================================================== */
.ts-contact .single-contact-feature {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eeeeee;
    border-radius: 0;
    min-height: 155px;
    margin-bottom: 30px;
}
.ts-contact .single-contact-feature:hover {
    border-color: transparent;
    box-shadow: 0px 20px 70px 0px rgba(4, 7, 18, 0.06);
    transition: all .3s ease-in-out;
}
.single-intro-text {
    padding: 10px 10px;
    -webkit-box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    overflow: hidden;
    position: relative;
    background: #fff;
    z-index: 2;
}
.ts-title {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 10px;
    text-align: left !important;
}

.single-intro-text .count-number {
    position: absolute;
    right: -55px;
    bottom: -55px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    background: transparent;
    color: #fff;
    display: block;
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    padding: 25px 30px;
}
.map {
    width: 100%;
    margin-top: 1.1em;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px 0 rgba(152,152,152,.46);
    -moz-box-shadow: 0 0 12px 0 rgba(152,152,152,.46);
    box-shadow: 0 0 12px 0 rgba(152,152,152,.46);
}
/*Header*/
.header-effect a {
    position: relative;
    display: inline-block;
    outline: none;
    color: transparent;
    text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
}
.header-effect a:hover,
.header-effect a:focus {
	outline: none;
}
/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
    display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}
/*Header Effects End*/

/* Links Effets Start*/
/* Effects-1 */
.link-6 {
    display: inline-block;
    position: relative;
    text-decoration: none !important;
    padding: 0 0;
    color:white !important;
    font-weight:400;
    text-transform: uppercase;
  }
  .hover-6:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 50%;
    height: 1px;
    background-color: white;
    transform: scaleX(0);
    transform-origin: bottom left;
    transition: transform 0.3s;
  }
  .hover-6:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 50%;
    height: 1px;
    background-color: white;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s;
  }
  .hover-6:hover:before {
    transform: scaleX(1);
  }
  .hover-6:hover:after {
    transform: scaleX(1);
  }
 
/* Links Effets End */

/* Elements */
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-120 {
    margin-top: 120px;
}
.mt-150 {
    margin-top: 150px;
}
.ml-0 {
    margin-left: 0 !important;
}
.ml-5 {
    margin-left: 5px !important;
}
.ml-10 {
    margin-left: 10px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-50 {
    margin-left: 50px;
}
.mr-0 {
    margin-right: 0 !important;
}
.mr-5 {
    margin-right: 5px !important;
}
.mr-15 {
    margin-right: 15px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-20 {
    margin-right: 20px;
}
.mr-30 {
    margin-right: 30px;
}
.mr-50 {
    margin-right: 50px;
}
.mb-0 {
    margin-bottom: 0px;
}
.mb-0-i {
    margin-bottom: 0px !important;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-100 {
    margin-bottom: 100px;
}
.pt-0 {
    padding-top: 0px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-25 {
    padding-top: 25px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-120 {
    padding-top: 120px;
}
.pt-150 {
    padding-top: 150px;
}
.pt-170 {
    padding-top: 170px;
}
.pb-0 {
    padding-bottom: 0px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pb-150 {
    padding-bottom: 150px;
}
.pr-30 {
    padding-right: 30px;
}
.pl-30 {
    padding-left: 30px;
}
.pl-90 {
    padding-left: 90px;
}
.p-40 {
    padding: 40px;
}

.text-white {
    color: #fff;
}
.text-black {
    color: #000;
}
.header-padding {
    padding: 0;
}

@media only screen and (max-width: 940px) {
    
    #section-default-page-type .default-pages-under-active-section h2 .button {
    padding: 10px 30px 10px 30px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}
    
    
    
   footer .address .marker:before {
    font-size: 25px;
    line-height: 24px;
    padding-right: 8px;
    float: left;
    color: #fd5825;
    vertical-align: middle;
}
    
    footer .actual-address {
    float: none;
    margin: 0 auto;
    display: block;
        padding-top: 21px;
}

footer .address, footer .line-1, footer .line-2 {
    display: inline;
    width: 100%;
}
    
    
    
    .blog-ul, .blog-sidebar {
        text-align: left;
    }
    
    .ts-contact .single-contact-feature {
        min-height: 0px;
        margin: 10px 250px 20px 5px;
    }
    .ps-blog-article-content {
        text-align: left;
    }
    #ps-contact-us {
        text-align: left;
    }
}
@media only screen and (max-width: 479px){
   
    .ts-contact .single-contact-feature {
        margin: 10px 0 20px 5px;
    }
}






@media only screen and (max-width: 1024px) {
    
    header .top-bar .toggle-topbar a, header .top-bar .toggle-topbar.menu-icon a, header .top-bar-section li a:not(.button) {
        padding: 0 13px;
    }
    
    header .top-bar-section .menu-right a {
        margin-right: 11px;
    }
    
    footer .follow-us-footer {
        margin-left: 70px;
    }
    
}



@media only screen and (max-width: 940px) {
    
    header
    {
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
        padding-bottom: 0;
    }
    
    header .top-bar .title-area
    {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    
    header .top-bar .name
    {
        text-align:center;
    }
    
    .small-center
    {
        text-align:center;
    }
    
    /* Banner begin */
    .banner #slider .banner-text h1
    {
        font-size: 40px;
        letter-spacing:10px;
    }
    /* Banner end */
    
    /* small-icons */ 
    .small-icons ul li:last-child
    {
        padding-bottom:0 !important;
    }
    /* small-icons */
    
    /*follow us css starts*/
    .follow-us {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .follow-us h4 {
        line-height:1.2em;
    }
        
    .follow-us .follow-icons {
        padding: 0;
    }
    /*follow us css ends*/
    
    /*Call us css starts*/
    .call-us,
    .search-by-map
    {
        padding-top:50px;
    }
    
    .call-us .call-us-text
    {
        padding-top: 0;
    } 
    
    .tabs-text h3.resp-accordion
    {
        letter-spacing:1px !important;
        text-align:center;
        position:relative;
    }
    
    .tabs-text .resp-arrow::after
    {
        position:absolute;
        bottom:-5px;
    }
    
    .tabs-text h3.resp-accordion
    {
        margin:0;
        padding:0;
    }
    
    .tabs-text .resp-tab-content
    {
        text-align:center !important;
    }
    footer .address .marker::before,
    footer .actual-address
    {
        float:none;
    }
    
    footer .address
    {
        padding-top:20px;
        border-top:1px solid #DBD9D7;
    }
    footer .privacy-links
    {
        padding-bottom:20px;
        display: none;
    }
    
}

@media only screen and (max-width: 939px) {
    h1{
        font-size: .8rem;
    }
    .slider-content{
        text-align: center;
        margin-left: -178px;
    }
    .search-listings ul li
    {
        padding-left: 1.25em;
    }
    
    /* search form */
    .search-form li
    {
        width :100% !important;
    }
    /* search form */
    
    .button-holder
    {
        text-align:center;
    }
    
    .field-holder
    {
        max-width:234px;
        margin:0 auto;
    }
    
    /* footer */
    .mobile-newsletter {
        width: 100%;
        text-align: center;
        float: left;
        margin-top:20px;
        padding-top:20px;
        padding-bottom:20px;
        border-top:1px solid #f5f5f5;
        border-bottom:1px solid #f5f5f5;
    }
    
    footer {
        font-size: 14px;
        padding-top: 0;
    }
    
    footer .newsletter {
        margin-right: 0;
    }
    
    .menu-area {
        border-top: 1px solid #4e4e4e;
        padding:0;
    }
    
    header .menu-area a.phone {
        font-size: 26px;
    }
    
    header .menu-area a.phone:before {
        padding-right: 11px;
        color: #fd5825;
        vertical-align: middle;
        height: 30px;
        font-size: 30px;
    }
    
    header .menu-area .mobile-email {
        border-top: 1px solid #4e4e4e;
    }
    
    header .menu-area .mobile-email .email{
        display: inline-block !important;
            margin: 15px;
            color: #ffffff;
            padding: 13px 25px;
    }
    
    .mobile-social-icons .houzz {
        width: 52px;
        height: 52px;
        vertical-align: initial;
    }
    
}

@media only screen and (max-width: 768px) {
    header .menu-area .mobile-email .email{
        display: inline-block !important;
            margin: 15px;
            color: #ffffff;
            padding: 13px 25px;
    }
    #slider .banner-figcaption-gen {
        position: relative;
        top: 50%;
        left: 50%;
        width: 100%;
        text-align: left;
        font-weight: bold;
        color: white;
        transform: translate(-50%, -50%);
        background-color: #1a1217;
        padding: 20px 0;
        transform: none;
        left: 0;
        top: 0;
    }
    #slider .banner-figcaption-left {
        position: relative;
        top: 50%;
        left: 50%;
        width: 100%;
        text-align: center;
        font-weight: bold;
        color: white;
        transform: translate(-50%, -50%);
        background-color: #1a1217;
        padding: 20px 20px 20px;
        transform: none;
        left: 0;
        top: 0;
    }
    .banner-title-left, .banner-description-left p {
        margin-bottom:0;
        color:#fff;
    }
    .service-h3 {
        margin-bottom: 10px;
        min-height: 0;
    }
    .feat-luxury ul li {
        padding-top: 30px;
    }
    .homepage .tabs-text .resp-accordion {
        background-color: #fff !important;
        padding: 8px 0!important;
        margin-bottom: 20px;
    }
    .homepage .tabs-text .resp-tab-content {
        margin-bottom: 20px;
    }
    .homepage .tabs-text .resp-arrow::before {
        color: #fd5825;
        margin-top: 2px;
    }
    .feat-luxury-1 {
        padding: 60px 0 53px;
    }
    .left-and-right::after {
        display:none;
    }
    
    .service-section h1 {
        margin-top: 25px;
        margin-bottom: 33px;
    }
    
    
    .call-us,
    .search-by-map
    {
        text-align:center;
    }

    #slider-pager,
    .banner #slider .transparent-bg
    {
        display:none;
    }
    
     #mrplistings_anchor iframe#mrplistings
    {
        width:700px !important;
        margin:0 auto !important;
    }
    
}

@media only screen and (max-width: 767px) {
    .banner #slider .banner-text
    {
        position:relative;
        padding:25px 0 50px;
        top:auto;
    }
    
    .banner #slider .banner-text h1
    {   
        color: #fff;
        font-size: 30px;
        padding: 0 0 20px;
        letter-spacing:10px;
        text-shadow: none;
    }
    
    .banner #slider .banner-text .button
    {
        background: none;
        border-color: initial;
        color: initial;
        font-size: initial;
        font-weight: initial;
        letter-spacing: initial;
        text-shadow: initial;
    }
    
    
}

@media only screen and (max-width: 667px) {
    #mrplistings_anchor iframe#mrplistings
    {
        width:590px !important;
        margin:0 auto !important;
    }
}


@media only screen and (max-width: 639px) {
    .lessthen640
    {
        width:75% !important;
    }
}


@media only screen and (max-width: 375px) {
     
    .dropdown.level-2 li a {
    font-size: 13px;
}

.top-bar .toggle-topbar.menu-icon {
    left: 20px;
    margin: 0;
    padding: 0;
    right: auto;
    top: 4px;
    position: absolute;
    width: 10%;
    float: left;
}
}




@media only screen and (max-width: 480px) {
    #mrplistings_anchor iframe#mrplistings
    {
        width:275px !important;
        margin:0 auto !important;
    }
}

@media only screen and (max-width: 479px) {
    .brand-section .left-and-right {
            width: 240px;
            left: 75px;
    }
    .partner-brand-img li img {
    
        padding: 5px;
    }
    .max-width {
        left: 73px;
    }
    .max-width .partner-brand-info {
        margin-bottom: 23px;
        width: 215px;
    }
    /* left: 53%; */
    /* margin-right: 51px; */
}
    
    .step.social-icon {
       font-size: 48px;
    }
    
    .homepage h1
    {
        line-height:1.2em;
        font-size:20px;
    }
    
    .homepage h2
    {
        line-height:1.2em;
        font-size:18px;
    }
        
    /*search listings css starts*/
    .search-listings {
        padding-bottom: 25px;
        padding-top: 25px;
    }
    
    .search-listings h2 {
        padding-bottom:25px;
    }
    
    .search-listings h4
    {
        margin-top:25px;
    }
    /*search listings css starts*/
    
    /*follow us css starts*/
    .follow-us {
        padding-top: 25px;
        padding-bottom: 25px;
    }
        
    .follow-us .follow-icons li {
        padding:0 5px;
    }
    
    .follow-us .follow-icons li:first-child {
        padding-left:0;
    }
    
    .follow-us .follow-icons li:last-child {
        padding-right:0;
    }
    /*follow us css ends*/ 
    
    /*search by map css starts*/
    .search-by-map
    {
        padding-top: 25px;
    }
    /*search by map css ends*/
    
    /* featured listing css begins */

    /* featured listing css ends */
    
    .buy-sell {
        padding: 25px 0 0;
    }
        
    .buy-sell .buy-sell-content{
        margin-bottom:25px;
    }
    
    .lessthen480
    {
        width:100% !important;
        text-align:center;
    }
    
    .buy-sell .buy-sell-content .img {
        margin-top: 0;
        margin-bottom: 10px;
    }
    
    .tabs-text .resp-arrow::after
    {
        top:5px;
    }

}








@media only screen and (min-width: 1078px) {
    .hide-for-desktop-large {
        display: none;
    }
    
    footer .section {
        margin-right: 0 !important;
        width: 33% !important;
    }
}

