@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML

*/
body{overflow:hidden; overflow-x:hidden !important;}
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
.p0 {padding:0 !important;}
span.furnspan {
    width: 65px;
    height: 65px;
    float: none;
    display: block;
    margin: 0 auto;
    margin-top: -12px;
    margin-bottom: -10px;
}

/*
	
*/
/*desktopsection ends*/
.left-container {
    position: absolute;
    width: 280px;
    background: #282828;
    height: 91vh;
    overflow: hidden;
  
    color: #777777;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: .5px; top:67px;
}
.right-container {
       left: 280px;
    position: absolute;
    /*margin: 10px;*/
    display: inline-grid; height:91vh; overflow:hidden;
    top: 67px;
    /* left: 0; */
    right: 0;
}
.top-container {
    color: #fff;
    background: #1f2122;
    font-weight: 300;
    position: absolute;
    top: 0;
    z-index: 999;
    display: block;
    width: 100%; padding:15px;
}
ul.top-ul li {
   /* list-style: none;
    display: inline;
    padding: 6px 30px;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin-right: 15px;*/
	 border: 1px solid #fff;
    border-radius: 9px;
    display: inline;
    font-weight: 200;
    list-style: outside none none;
    margin-right: 15px;
    padding: 6px 15px;
    letter-spacing: 1.5px; transition:all linear.3s;
}
ul.top-ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
   
    display: inline-flex;
   
}
ul.top-ul li:hover { 
cursor:pointer;
}
.l-sec ul {
    margin: 0;
    padding: 0;
}
.l-sec ul li {
    padding: 15px;
    background: #1d1d1d;
    border-bottom: 1px solid #343434; color:#d1d1d1;font-weight: 400; cursor:pointer;
}
.comp-box {
    float: left;
    width: 120px !important;
    border: 1px solid #ccc;
    margin: 10px 0px 3px 12px;
    text-align: center;
    font-size: 13px;
}
.comp-back {
    color: #cecece;
    font-weight: 400;
    font-size: 13px;
    padding: 10px;
    background: #1d1d1d; cursor:pointer;
}
.comp-back i {
    margin-right: 10px;
}

.col-main {
    background: #fff;
	overflow:hidden !important;
}
.lightbox {    z-index: 9999999 !important;}
.lightbox div#content {background:#eaeaea !important;}
.light_close {    filter: invert(100%);}
.lightbox input[type=button], .lightbox input[type=email], .lightbox input[type=text] {color: #6d6d6d !important;    border: 1px solid #f7d2a8 !important; }
.submit_btn:hover {
    background: #f7d2a8 !important;
    transition: all linear .5s;
    color: #fff;font-weight: 400;border: 1px solid #f7d2a8 !important; 
}
.submit_btn{
    background:transparent ;
    transition: all linear .5s;
    color: #6e6e6e;font-weight: 400 !important;
    border: 1px solid #f7d2a8 !important;
}

.l-img {border-top: 1px solid #3e3e3e;
    border-bottom: 1px solid #3e3e3e;
    text-align: center;
    padding: 10px;}
	.l-sec ul li img {
    right: 0;
    display: inline-flex;
    text-align: right;
    float: right;
    
    margin-top: -6px;
    margin-right: 10px;
}
.l-sec ul li i {
    float: right;
    vertical-align: middle;
}
/*desktopsection*/





/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}
ul.pull-right.second-set {
    margin: 0;
    padding: 0;
}
.floortab>li>a {padding:8px 7px !important;}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (max-width: 768px) {
.floortab>li>a {padding:9px 7px !important; font-size:10px;}
ul.top-ul li {
    font-size: 12px;
    padding: 5px 10px;
}
.left-container { height:95vh}
}
@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}



.mySelect {
    padding: .2em 0;
    font-size: 1em;
}
.myDiv {
    color: Green;
    background-color: #282828;
    border: 2px solid #333;
    display: none;
    text-align: justify;
    position: absolute;
    top: 0;width:100%; height:auto;
}
.comp-box h3 {
    font-size: 12px;
    font-weight: 300;
    margin-top: 10px;
}
.comp-box h3 p {
    font-size: 12px;
    font-weight: 300;
    margin-top: 10px;
}
.comp-box {
    float: left;
    width: 120px !important;
    border: 1px solid #202020;
    margin: 10px 0px 3px 12px;
    text-align: center;
    font-size: 12px;
    color: #757575; height:100px; padding:5px;
}
.comp-box img {
    filter: invert(58%);
}
.checkbox {
  width: 20px;
  height: 20px;
  position: relative;
}
.checkbox label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  
  border: 1px solid #808080;
}
.checkbox label:after {
     content: '';
    width: 15px;
    height: 7px;
    position: absolute;
    top: 3px;
    left: 2px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    background:transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.checkbox label:hover::after {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.checkbox input[type=checkbox] {
  visibility: hidden;
}
.checkbox input[type=checkbox]:checked + label:after { 
  opacity: 1;
}

.checkbox input[type=checkbox]:checked + label {
    opacity: 1;
    background: #eb8b1d;
}
ul.option-set li {
    
    background: transparent;
    width: 100%;
    display: flex;
    padding: 10px 15px;
}
ul.option-set {
    padding: 0;
    margin: 0;
}
.option-set li span {margin-left:30px;}
.option-set .checkbox {
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    color: #808080;
    vertical-align: bottom;
    display: flex;
    align-items: baseline;
}
.option-set .checkbox label {top:-3px; border-radius:3px;}

.floortab li {
    border-radius: 15px;
}
.floortab li.active a {
    background: #f05d27;
    border-color: #f05d27;
    border-radius: 0;
    
    color: #fff;
}
.floortab li a {
    color: #a2a4a6;
    font-weight: 400;letter-spacing: 1px;transition:all linear .3s;
}
.second-set li a{text-decoration:none;}
.second-set li a:hover{  color:#fff; text-decoration:none;}
.second-set li:hover{  background: #e98a20;}
.second-set li {
    display: inline-flex;
    border-left: 1px solid #818284;
    border-radius: 0;
    padding: 5px 11px;
    font-size: 19px;
   
    margin: 0px -2px;
    color: #fff;
    /* padding: 0; */
}


.floortab >li.active>a{
    color: #fff !important;
    background: #e98a20 !important;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 0; border:1px solid #e98a20 !important; transition:all linear .3s;
}
.floortab >li:hover {
    color: #fff !important;
    background: none !important;}
	.floortab >li:hover a {
    color: #fff !important;
    background: #e98a20 !important; border-radius:0px; border:1px solid #e98a20 !important;}
	ul.floortab {
    background: #1d1d1d;
    border-top: 1px solid #3e3e3e;
    border-bottom: 1px solid #3e3e3e;
}
.rangebar {position: absolute !important;
    bottom: 100px;
    z-index: 9999999;
    right: -60px;
    transform: rotate(270deg);}
	
.bg-img {
    position: absolute;
  
}
.bg-img img {
    width: 100%;
}
.to-li {border: none !important; text-align: right; margin-top: 2px;}
ul.top-ul li:hover { background:#e98a20; border:1px solid transparent;  }
.position_del {
    position: absolute;
    width: 206px;
    border-radius: 50%;
    float: none;
    margin: 0 auto;
    height: 180px;
    text-align: center;
    max-width: 180px;
    min-width: 80px;
    max-height: 180px;
    min-height: 80px;
}
#mobile-side {
    top: 68px;
    position: absolute;
    background: #282828;
    height: 91vh;
    overflow: scroll;
    right: 0; width:100%;
}
.mobile-bt {
    position: relative;
    top: 50%;
    right: 0;
}
.ui-rotatable-handle {
    background-color: #fff;
    background-image: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: 1px solid #b0abab !important;
    border-radius: 15px;
    bottom: 80%;
    height: 30px;
    left: 5% !important;
    z-index: 999;
    display: block;
}
.save_span {
    background: #fff;
    border: 1px solid #e20707;
    border-radius: 50%;
    bottom: 80%!important;
    right: 5%!important;
    margin: 0;
    padding: 3px;
}
@media only screen and (min-width: 601px) {
.my-check {display:none;}
#mobile-side {display:none !important;}
.mobile-bt {display:none;}

}
.panzoom-parents {position:relative !important;}
@media only screen and (min-width: 1000px) {

.panzoom-parents { padding-left:100px;padding-top:35px !important;}


}
@media only screen and (max-width: 600px) {
	.tab-pane{padding:20px !important;}
	.left-container{display:none;}
	.right-container {left:0; width:100% !important; right:0 !important;}
	ul.pull-right.second-set {display:none;}
	ul.top-ul{display:none;}
	.trigger span {
    color: #fffcfc !important;
    background: #2d2929 !important;
    width: auto !important;
    font-size: 18px !important;
    position: absolute !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-top: 9px;
    margin-top: 0;
    transition: all linear .3s;
    cursor: pointer;
    left: -38px !important;
    padding: 10px;
    top: 0;
}
.mobile-bt {
    position: absolute;
    top: 50vh;
 right:0;
}
.mobile-bt1 {
    position: absolute;
    top: 50vh;
 right:0;
 width:100%;
}
trigger {
    color: #000;
    padding:none !important;
    border: none;
    font-size: 19px;
    font-weight: 700;
    font-family: roboto;
    width: 100%;
    z-index: 999;
    height: 100vh !important;
}
.trigger {
    position: relative;
}
.trigger, .trigger span {
    text-align: center;
}
.sec-hide{position: absolute;
height: 100vh;
right: 20px; width:50%; display:none; }

.sec-hide1{position: absolute;
width: 50%;
height: 100vh;
right: 0; display:block;}

	
	
}




.ex-box img.img-responsive {
    width: 100%;
}
.ex-box ul {
    padding: 0;
}
.ex-box ul li {
    padding: 15px 15px 0;
    text-align: center;
}
.ex-box ul li .radio_item {
    text-align: left;
    background: #1d1d1d;
    padding: 10px 10px 5px;
    margin-top: -9px;
}

input[type="radio"] {
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 0 3px 0 0;
}

input[type="radio"] + label {
  cursor: pointer;
}

input[type="radio"]:not(checked) {
  position: absolute;
  opacity: 0;
}

input[type="radio"]:not(checked) + label {
  position: relative;
  padding: 0 0 0 25px;
}

input[type="radio"]:not(checked) + label:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 1px;
  width: 17px;
  height: 17px;
 
  border-radius: 50%;
  background: #FFF;
}

input[type="radio"]:not(checked) + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #f9a11b;
 
  opacity: 0;

}

input[type="radio"]:checked + label:after {
  opacity: 1;
}

.tab-content >.active {
display: block;
height: 89vh;
width:1000px;
}






