
.responsive_btn {
    cursor: pointer;
    display: none;
    line-height: 2px;
    margin: 0;
    padding: 4px 0;
    position: absolute;
    left: 10px;
    text-align: center;
    width: 51px;
    z-index: 2;
    top: 12px;
}
.responsive_btn span {
    background: #E3C1B1 none repeat scroll 0 0;
    border-radius: 6%;
    display: block;
    height: 3px;
    margin: 4px auto 0;
    width: 28px;
}
.responsive_btn span:first-child {
    margin-top: 0;
}
.responsive_btn:hover span {
    background: #fff none repeat scroll 0 0;
}
.responsive_nav {
    background: #111 none repeat scroll 0 0;
    box-shadow: 0 1px 3px 0 #666;
    height: 100%;
    overflow-y: scroll;
    position: absolute;
    right: -75%;
    top: 0;
    transition: all 250ms ease-in-out 0s;
    width: 75%;
    z-index: 9999;
}
.responsive_nav ul {
    margin: 0;
    padding: 0;
}
.responsive_nav ul li {
    border-top: 1px solid #222;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.responsive_nav ul li a {
    color: #fff;
    display: block;
    font-size: 17px;
    padding: 7px 10px;
    transition: all 250ms ease-in-out 0s;
}
.responsive_nav ul li a:hover, .responsive_nav ul li a:focus {
    background-color: #632F17 ;
    color: #fff;
}
.responsive_nav ul ul {
    background: #f0f0f0 none repeat scroll 0 0;
    border-bottom: medium none;
    margin: 10px 23px;
	display: block !important;
}
.responsive_nav ul ul li a {
    color: #444;
    font-size: 15px;
}
.responsive_nav ul li a i {
    display: none;
}
.responsive_nav ul ul li a:hover, .responsive_nav ul ul li a:focus {
    background-color: #ff9000 ;
    color: #222;
}
.nav_wrapper .container {
    position: relative;
}
.res_overlay {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    bottom: 0;
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 250ms ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 99999;
}
.responsive .res_overlay {
    opacity: 1;
    visibility: visible;
}
.responsive .responsive_nav {
    right: 0;
}
.nav > ul > li > ul.submenu{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	z-index:999;
	width:220px;
	background:url(../images/sub_menubg.png);
}
.responsive_nav > ul > li > ul.submenu > li a{
	display:block;
	padding:12px;
	color:#fff;
	font-size:13px;
	line-height:13px;
	text-transform:uppercase;
	-webkit-transition:all 250ms ease-in-out 0s;
	-o-transition:all 250ms ease-in-out 0s;
	-ms-transition:all 250ms ease-in-out 0s;
	-moz-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
}
.responsive_nav > ul > li > ul.submenu > li{float:none; text-align:left;}
.responsive_nav > ul > li > ul.submenu > li a:hover{
	color:#fff;
	background:#59B42D ;
}.responsive_nav > ul > li > ul.submenu > li a{
	color:#fff;
	background:#333;
}
.container_r{
    float: left;
    width: 285px;
}
.container_l{
    float: right;
}
.fom{height: 265px;}
.container_l {
    float: right;
    width: 868px;
}
.map_location{
    float: right;
    width: 557px;
}
.map_location .map1{
    width: 100%;
    height: 300px;
}
.post{width: 419px;}
.blog_imgonly img, .slid1 img{width: 100%;}

.tab-pane{margin-left: -30px}
.tab1{float: left; margin-left: 30px; width: 270px;}


.top_options {
    clear: both;
    display: none;
    padding: 10px 0;
    position: relative;
    width: 100%;
}
.top_quick_links {
    text-align: center;
}
.top_quick_links a, .top_quick_links span {
    background-color: #632F17;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    width: 22%;
}
.top_quick_links a:hover, .top_quick_links span:hover {
    background-color: #BFBFBF;
}
.top_quick_links a.tap {
    background-image: url("../images/tap_icon.png");
    border-radius: 22px 0 0 22px;
}
.top_quick_links span.qmap {
    background-image: url("../images/map_icon.png");
}
.top_quick_links a.qemail {
    background-image: url("../images/email_icon.png");
}
.top_quick_links a.qform {
    background-image: url("../images/qform.png");
    border-radius: 0 22px 22px 0;
}
.quick_form {
    background: #f3f3f3 none repeat scroll 0 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: none;
    position: absolute;
    right: 0;
    top: 54px;
    width: 100%;
    z-index: 10000;
}
.quick_form .inner {
    padding: 10px;
}
.quick_form input[type="text"], .quick_form input[type="email"] {
    box-sizing: border-box;
    height: 33px;
    width: 100%;
}
.quick_form textarea {
    box-sizing: border-box;
    height: 70px;
    width: 100%;
    margin-bottom: 5px;
}
.quick_form form {
    margin-bottom: 0;
}
.quick_form input.lft[type="text"], .quick_form input.lft[type="email"] {
    float: left;
    width: 47%;
    margin-bottom: 5px;
}
.quick_form input.rgt[type="text"], .quick_form input.rgt[type="email"] {
    float: right;
    width: 47%;
    margin-bottom: 5px;
}

.quick_form .btn {
    background: #632f17 none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    float: right;
    line-height: 20px;
    padding: 5px 17px;
}
.quick_form .btn:hover{
	color:#fff;	
}
.pdf_flt {
    background: #d20000 none repeat scroll 0 0;
    border-radius: 10px 0 0;
    display: block;
    padding: 9px;
    position: fixed;
    right: 0;
    text-decoration: none;
    top: 252px;
    transition: all 400ms ease-in-out 0s;
    z-index: 1000;
}
.pdf_flt:hover {
    padding: 9px 30px 9px 20px;
}
a.refresh-btn1 {
    background: rgba(0, 0, 0, 0) url("../images/refresh1.png") no-repeat scroll 0 0;
    display: block;
    float: left;
    height: 22px;
    margin: 6px 0 0 12px;
    transition: all 200ms ease-in-out 0s;
    width: 22px;
}
a.refresh-btn1:hover {
    transform: rotate(90deg);
}
.quick_form .captcha-request .security{
	width:51%;	
}
.quick_form .captcha-request {
	margin-bottom:5px;	
}

@media only screen and (min-width: 1024px) and (max-width: 1169px) {
	.container{width:1000px;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.container{width:750px;}
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
	.container{width:570px;}
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
	.container{width:450px;}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
	.container{width:300px;}
}


@media only screen and (max-width: 1169px) {
    .top_menu{margin-left: 50px;}
    .container_l{width: 710px;}
    .panel-scroll{height: 380px;}
    .tab-pane{margin-left: -10px}
    .tab1{ margin-left: 10px; width: 242px;}
    .tab1 img{max-width: 100%;}
    .testi2 .testi:first-child,.testi2 .testi:last-child{width: 49%; height: 442px;}
    .testi2 .testi:last-child{float: right;}
    .testimg,.blog1{width: 100%; height: auto;}
    .testi1 img{max-width: 100%; height: auto;}
    .crng{background: #323A45;}
    .foo{width: 21.8%;}
    .foo ul{padding-left: 0;}
    .fom .col-lg-offset-5{margin-left: 40%;}
    .banner img{height: auto}
    .about{text-align: justify;}
    .cont.catagory .gallery{margin-left: 42px;}
    .slider_body1{width: 600px;}
    .post,.blog_imgonly img{width: 340px;}
    .blog_imgonly img{height: auto;}
    .map_location{width: 390px;}
    .post.detail.post-large-image,.blog_form.innerform input[type="text"], .blog_form.innerform textarea{width: 100%;}
    .responsive_btn{display: block;}
    .nav1{display: none}
    .customized_product_section ul li.sele_one{border-right: 1px solid #abadb3;}
    .products_l{margin-bottom: 10px;}
	.logo { width: 245px; margin: 17px 0 0;}
    .logo img{ width: 100%; height: auto;}
    .contact_us_frm .btn_wr1 input[type="submit"],.contact_us_frm .btn_wr1 input[type="reset"]{ width: 80px; }
}
@media only screen and (max-width: 1023px) {
    .logo1{display: none;}
    .logo{width: 190px; margin-top: 24px;}
    .top_menu{margin-left: 0; float: right;}
    .panel-scroll{height: 380px;}
    .container_r,.panel-danger,.container_l{width: 100%;}
    .container .foo{border-right: none;}
    .foo{width: 50%; margin: 0; height: auto; min-height: 213px;}
    .foo ul,.add{margin-top: 10px;}
    .foot_l,.foot_r,.copy_l,.copy_r{float: none; text-align: center;}
    .Subscribe,.products{margin: 0 auto 20px; float: none;}
    .cont.catagory .gallery{margin-left: 55px;}
    .post,.blog_imgonly img{width: 360px;}
	.panel-scroll{ height: auto;}
	.brochure a{background-size: auto; background-position: 0 100%; width: 62px; height: 62px; vertical-align: top;}
	.brochure{top: 33%; transform: scale(.7); transform-origin:  0 0;}
	.menu1{margin-right: 13px;}
	.furniture li a{display: block;}
}
@media only screen and (max-width: 767px) {
    .logo{float: none; margin: 0 auto 20px;}
    .top_menu{width: 100%; margin: 0; text-align: center;}
    .menu_row{display: inline-block;}
    .menu1{margin: 0 8px;}
	.menu1 p a{font-size: 12px;}
    .menu1.pull-center img{height: 33px;}
    .continfo{float: none;}
    .text{display: none;}
    .tab1{width: 280px;}
    .testi2 .testi:first-child,.testi2 .testi:last-child{width: 100%; height: auto;}
    .fom .col-lg-offset-5{margin-left: 12px; width: 100%;}
    .cont.catagory .gallery{margin-left: 0; width: 284px;}
    .category{float: left; margin-top: 10px;}
    .slider_body1{width: 500px;}
    .post,.blog_imgonly img,.post-large-image h2{width: 100%; margin: 0;}
    .map_location,.contact-info,.contact_form{width: 100%; margin-bottom: 20px;}
    .top_options{display: block;}
    .review_top{float: none !important; padding: 6px 0 10px;}
    .review_btn_wrap .star{margin: -40px -140px; -webkit-transform: scale(0.5); transform: scale(0.5);}
    #review_share{width: 500px;}
    .contact_us_frm .contact-info,.contact_us_frm .contact_form { width: 100%; }
}
@media only screen and (max-width: 599px) {
    .tab1{width: 100%;}
    .col-lg-7.n_l{width: 95%; margin-bottom: 10px;}
    .n_r .btn.btn-primary{margin-left: 0;}
    .cont.catagory .gallery{ width: 100%;}
    .slider_body1{width: 200px;}
    .contact_form input,.contact_form textarea{width: 92%}
    .products_detail .pic,.products_l{width: 100%; height: auto;}
    .products_detail .pic img{height: auto; width: 100%;}
    .login_smt_btn { float: left; margin-top: 5px;}
    #review_share{width: 400px;}
    .contact_form .btn_wr1{ float: left; margin-left: 23px; margin-top: 15px;}
    .blog_form.innerform .btn_wr{float: right;}
}
@media only screen and (max-width: 479px) {
    .menu1{margin: 0; transform: scale(0.8)}
    .foo{width: 100%;}
    .fom{height: 366px;}
    .col-lg-7.n_l{width: 90%;}
    .category select{width: 55%;}
    .gallery_12 .pic .pic_main{height: auto;}
    .gallery_12 .pic .pic_main img{max-height: 100%; max-width: 100%; width: 100%;}
    .blog_imgonly{margin-right: 0;}
    .contact_form input,.contact_form textarea{width: 90.50%}
    .fom .col-lg-offset-5{padding: 0 10px; margin: 0;}
    .flex-direction-nav{display: none;}
    .container .foo:nth-child(3){min-height: 100px}
	/*.brochure {top: 28%;}
	.brochure a { height: 200px; width: 38px;}*/
    .continfo p{font-size: 18px; margin: 0;}
    .review_top{padding: 0;}
    .review_btn_wrap .star{margin: -40px -200px; -webkit-transform: scale(0.4); transform: scale(0.4);}
    #review_share{width: 280px;}
    .googleLink{width: 240px; height: 120px;}
	.googleLink a{-webkit-background-size: contain; background-size: contain;}
    .responsive_btn{top: 14px;}
    .contact_form ul li label { float: left; margin-top: 5px;}
    .contact_form ul li .captcha-request {-webkit-transform: scale(0.9); transform: scale(0.9); margin-left: 10px;}
    .quick_form .captcha-request{-webkit-transform: scale(0.9); transform: scale(0.9); margin-left: -14px;}
    .captcha-request{-webkit-transform: scale(0.9); transform: scale(0.9); margin-left: -13px;}
    .blog_form.innerform .btn_wr{float: left; margin: 0;}
    .quick_form{padding-bottom: 15px;}
    .quick_form .btn{float: left;}
    .contact_us_frm .contact_form ul li .captcha-request {  margin: -15px -5px; }
    .contact_form .btn_wr1 { margin-left: 19px; }
}