/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10 Jul, 2016, 8:30:24 PM
    Author     : Nrupendra
*/

.alert_box a{
    min-width: 100px;
    text-decoration: none;
    color: #444 !important;
}    
.popupmask {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(51, 51, 51, 0.3);
    z-index: 99999;
    overflow-y: auto;
}
.popupclose{
    position: absolute;
    height: 35px;
    width: 35px;
    right: -15px;
    top: -15px;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    cursor: pointer;
    color: #fff;
    border: 2px solid #fff;
    z-index: 9999;
}
.popupclose:hover{
    color: #FF5959;
    border: 2px solid #FF5959;
}
.company {
    bottom: 0;
    position: absolute;
    left: 73px;
    font-size: 19px;
    color: white;
    font-weight:500;
}
.companylogo {
    bottom: 30px;
    position: absolute;
    left: 5px;
    color: white;
}
.tooltip{
    z-index:99999999;
}
.color-palette {
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.color-palette-set {
    margin-bottom: 15px;
}
.color-palette span {
    display: none;
    font-size: 12px;
}
.color-palette:hover span {
    display: block;
}
.color-palette-box h4 {
    position: absolute;
    top: 100%;
    left: 25px;
    margin-top: -40px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    display: block;
    z-index: 7;
}
.embeddedtour{
    width:100%;
    position:absolute;
    height:100%;
    background:#06F;
}	


.markerdiv {
    transition: -webkit-filter 1s, filter 1s;
    -webkit-filter: invert(0%);
    filter: invert(0%);
}

.markerdiv:hover, .inverted {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.marrow:hover {
    -webkit-filter: invert(0%) !important;
    filter: invert(0%) !important;
}

.vidmarker:hover {
    -webkit-filter: invert(0%) !important;
    filter: invert(0%) !important;
}
.searchdiv {
    height: 32px;
    list-style: outside none none;
    margin: 2px 2px;
    padding: 0;
    width: 36px;
    font-size: 22px;
    line-height: 32px;
    border-radius: 3px;
    text-align:center;
    cursor:pointer;
	position: relative;
    top: 3px;
    /*margin-left: 16%;*/
	z-index:2;
    float: left;
    left: -35px;
}
.vr {
    height: 32px;
    list-style: outside none none;
    margin: 5px 2px;
    padding: 0;
    width: 32px;
    font-size: 22px;
    line-height: 32px;
    border-radius: 3px;
    text-align:center;
    cursor:pointer;
}
.info {
    height: 32px;
    list-style: outside none none;
    margin: 5px 2px;
    padding: 0;
    width: 32px;
    font-size: 22px;
    line-height: 32px;
    border-radius: 3px;
    text-align:center;
    cursor:pointer;
}
@media screen and (max-width: 699px) {
    .companylogo img{
        height:40px;
    }
}
td {
    width:50%;
}

.help-screen{
    background:rgba(14, 14, 14, 0.8) none repeat scroll 0 0;
    position:absolute;
    width:100%;
    height:100%;
    top:0; left:0; bottom:0; right:0;
    z-index:99999999;
    overflow-y: auto;
}
.help-cnt{
    color: #fff;
    top: 70px;
}
.help-cnt h3{
    color: #fff;
    font-size: 22px;
    margin: -5px 0 10px 0;
    text-align: center;
}
.descp-cnt i{
    font-size:20px;
    color:#fff;
    margin-right: 10px;
}
.descp-cnt {
    border: 1px solid #f3f3f3;
    margin-top: 0px;
    padding: 2px 10px;
    display: table-cell;
}	


.pro-showcase {
    border-radius: 3px;
    padding: 3px;
    background:#ffffff;
}
.pro-showcase .media-heading{
    font-weight:bold;
    color:#0e4e91;
}
.pro-showcase p i{
    color:#0e4e91;
    font-size: 13px;
    margin-right: 3px;
}
.pro-showcase p{
    font-size:12px;
    margin-bottom:3px;
    color:#0e4e91;
}

/* For Like */
.et-like .omb_socialButtons .omb_btn-facebook {background: #3b5998; color:#fff;}
.et-like .omb_socialButtons .omb_btn-google {background: #c32f10; color:#fff;}

.et-like .et-likeOr {
    position: relative;
    font-size: 1.5em;
    color: #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.et-like .et-likeOr .omb_hrOr {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.et-like .et-likeOr .omb_spanOr {
    display: block;
    position: absolute;
    left: 50%;
    top: -0.8em;
    margin-left: -17px;
    background-color: white;
    width: 35px;
    text-align: center;
    border-radius: 50%;
    height: 35px;
    color: #333;
}
.et-like .et-likeForm .input-group.i {
    width: 2em;
}

.et-feedback label{
    padding-top:0 !important;
}

.et-feedback i:hover{
    color:#FC0 !important;
    cursor:pointer;
}
.star_orange{
    color:#FC0 !important;
}
.bbcbutton {
    height: 32px;
    list-style: outside none none;
    margin: 5px 2px;
    padding: 0px 3px 0px 3px;
    font-weight: bold;
    line-height: 32px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.volumecnt i{font-size: 20px;}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.floorplan {
    position: absolute;
    bottom: 20px;
    right: 10px;
    width: 300px;
    height: 300px;
    background: white;
    border-radius: 5px;
    -webkit-box-shadow: 0 8px 5px -3px #000;
    -moz-box-shadow: 0 8px 5px -3px #000;
    box-shadow: 0 8px 5px -3px #000;
    z-index: 3;
}

.floorplanclose{
        position: absolute;
    background: black;
    height: 25px;
    width: 25px;
        background: rgba(36,36,36,0.8);
    right: 300px;
    top: 0;
    border-radius: 3px 0px 0px 3px;
    text-align: center;
    color: white;
    line-height: 25px;
    cursor: pointer;
    font-size: 17px;
}
.floorplanclose:hover{
    background: red;
}
.fppagination {
    position: absolute;
    right: 300px;
    bottom: 0;
    color: black;
}

.floorplan .pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 0 0 4px 4px;
}
.floorplan .pagination>li:first-child>a, .pagination>li:first-child>span {
    border-radius: 4px 4px 0 0;
}
.floorplan .pagination{
        margin: -4px 1px;
}
.floorplan .pagination>li>a{
    width: 29px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    padding: 0px;
    margin: 0px;
    cursor: pointer; 

}
.floorplanfs{
	position: absolute;
	background: black;
	height: 25px;
	width: 25px;
	background: rgba(36,36,36,0.8);
	right: 300px;
	top: 26px;
	border-radius: 3px 0px 0px 3px;
	text-align: center;
	color: white;
	line-height: 25px;
	cursor: pointer;
	font-size: 17px;
}

.floorplanzoom{
	width:100%;
	height: 100%;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	background: red;
	position: absolute;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.floorplanzoom-close{
    position: absolute;
    width: 30px;
    height: 30px;
    background: rgb(21, 21, 21);
    right: 4px;
    top: 0;
    border-radius: 0;
    text-align: center;
    color: #e8e8e8;
    cursor: pointer;
    font-size: 22px;
    z-index: 9;
    line-height: 30px;
}
.fpdiv {
    position: absolute;
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 5px;
}

.floorplanplus{
	position: absolute;
	background: black;
	height: 25px;
	width: 25px;
	background: rgba(36,36,36,0.8);
	right: 10px;
	top: 10px;
	border-radius: 4px 4px 0px 0px;
	text-align: center;
	color: white;
	line-height: 25px;
	cursor: pointer;
	font-size: 14px;
	z-index: 9;
	border-bottom: 1px solid #e8e8e8;
}
.floorplanminus{
	position: absolute;
	background: black;
	height: 25px;
	width: 25px;
	background: rgba(36,36,36,0.8);
	right: 10px;
	top: 35px;
	border-radius: 0px 0px 4px 4px;
	text-align: center;
	color: white;
	line-height: 25px;
	cursor: pointer;
	font-size: 14px;
	z-index: 9;
}
.companylogo{ z-index: 0; }
.company{ z-index: 1; }
.descrip-txt {
    font-size: 13px !important;
}

 @-moz-document url-prefix() {
	.floorplan {
		z-index: 1233;
	}
}

#similar-product-prev, #similar-product-next {
    opacity: 1;
    position: absolute;
    background-color: #222;
    backface-visibility: hidden;
    width: 34px;
    height: 34px;
    line-height: 48px;
    top: 50%;
    margin: 0;
    margin-top: -17px;
    color: white;
    z-index: 10;
    cursor: pointer;
}
#similar-product-prev {
    left: 0px;
    right: auto;
}
#similar-product-next {
    left: auto;
    right: 0px;
}
#similar-product-prev::before, #similar-product-next::before {
    position: absolute;
    top: 10px;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-left: 3px solid white;
    border-top: 3px solid white;
}

#similar-product-prev::before {
    left: 13px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#similar-product-next::before {
    right: 13px;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#hreflinksmprd a{
    width: 100%;
    display: inline-block;
    height: 34px;
    line-height: 34px;
}

audio{
    background: #95B9C7;
}

.top-menu{
    position: absolute;
    right: 30px;
    width: auto;
    display: inline-flex;
    display: -webkit-flex;
    display: -webkit-box;
    z-index: 2;
    top: 0; 
}
.help-table img{
   width: 20px;
    margin-right: 5px; 
    float: left;
}
/* Let's get this party started */
.btn-cnt a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 6px !important;
}
#enquirydiv .form-group{
    margin-bottom: 5px;
}
.input-group.form-group.enqpp span i {
    font-size: 14px;
    width: 15px;
    color: #7e7c7c !important;
}
@media only screen and (max-width: 1199px) {
    .padding-left-15 {
        padding-left: 15px !important;
    }
}
@media only screen and (max-width: 768px) {
    #iscreen1 {width:290px; display: table; margin: 0 auto; height: 100%;}
  
}
.surveypopupmask {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(51, 51, 51, 0.3);
    z-index: 999999999999999;
    overflow-y: auto;
	overflow-x: hidden;
}
.error{
    font-size: 12px;
    color: #fff;
    background: #ff4545;
    padding: 5px 0px;
    margin: 5px 0;
    border-radius: 3px;
}
.error .fa-exclamation-triangle{color: #fff !important;}

@media only screen and (max-width: 1199px) {
    .padding-left-15 {
        padding-left: 15px !important;
    }
}
@media only screen and (max-width: 768px) {
    .enquiry-image-box {width:320px !important; /*display: table; margin: 0 auto;*/ /*height: 240px !important;*/}
    #iscreen1{width:100% !important; display: table; margin: 0 auto; height: 240px !important;}
    .cropimg  {margin-top: 200px !important; }
    .crop-image-box{width:320px !important;height: 240px !important;}
    .enqimgiframe{width:350px !important;}
    /*.alert_box{display:initial !important;}*/
  
}
.promo-table tr td img{
	height: 90px;
}
.promo-table tr td{
	vertical-align: middle !important;
}
.cross-price-regular {
	text-align: center;
	color: #999;
    font-weight: 400;
}
.cross-price-special {  
	text-align: center;
	font-size: 21px;
    font-weight: 600;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background: #ededed;
}
.prmtet{
	display: inline-table;
}
.prmtet i{
	font-size: 5px;
    vertical-align: middle;
    padding-right: 10px;
}
.linkprd {
	cursor: pointer;
}
.promoprd {
    margin-top: 5px;
    background: none;
    border: 1px solid #447cb7;
    padding: 3px 8px;
	color: #447cb7;
}
.promoprd i{
	margin-top: 3px;
    font-size: 10px;
    color: #7da4cd !important;
}
@media screen and (max-width: 699px) {
	.cross-price-special {
		font-size: 14px;
	}
}
#productlist{
	overflow:initial;
}
@-moz-document url-prefix() {
  .shareicon1 {top: 48% !important;}
}
/* .............. Product Info css Starts Here 27.07.2018 By Priyabrata ............... */
.prdt-info{	
	position: absolute; 
	width: 250px;
	z-index: 9999;
}
.prdt-info-main {
	width: 250px;
	display: inline-block;
	background: #fff;
	border-radius: 0px 0 5px 5px;
	max-height: 250px;
}
#arrpointer1 {
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	content: '';
	border: 10px solid transparent;
}
.prdt-info a .material-icons {
	color:#000;
}
.popover-content1 {
	max-height: 250px;
	padding: 2px 5px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-align: justify;
	color:#333;
	overflow:hidden;
}
.popover-content1 p {
    line-height: 20px;
}
.popover-content1 h1, h2, h3, p{ margin:0;}
.resize_fit_centerinfo {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	display:unset !important;
	min-width: 250px;
}
.items-sides1 {
	width: 250px;
	height: 250px;
	line-height: 250px;
	text-align: center;
	margin: 0 auto;
}
.floorplanexpand{
    position: absolute;
    background: black;
    height: 25px;
    width: 25px;
    background: rgba(36,36,36,0.8);
    top: 26px;
    right: 300px;
    border-radius: 3px 0px 0px 3px;
    text-align: center;
    color: white;
    line-height: 25px;
    cursor: pointer;
    font-size: 17px;
}
.floorplanexpand:hover{
    background: red;
}
.expanded .floorplanexpand, .expanded .floorplanclose, .expanded .fppagination{right: 100%;}
.expanded{
    width: 50%;
    height: 500px;
}
.expanded .imgzoom {
    position: absolute;
    line-height: 100%;
    height: 100%;
    text-align: center;
    border: 2px solid #d8d6d6;
    width: 100%;
    overflow: hidden;
}
.expanded .fpdiv{
    width: 100%;
    height: 100%;
}
.expanded .imgzoom img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    width: auto;
    height: auto;
}
.img_upper_div {

    position: relative;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;

}
.floorplanexpand .fa-expand , .floorplanexpand .fa-compress{
     transform: rotate(90deg);
     -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
}
@media only screen and (max-width: 412px) {
	#cssmenu{top: 0px;}
	.nav-hd1{top:38px;}
	.sec-toggle{ top:5px; display: block !important;}
	.floorplan{ right: 0;}
}
/* Large Devices, Wide Screens */
/* Small Devices, Tablets */
@media only screen  and (min-width : 1224px)  {
	/*.searchdiv{
		margin-left:18% ;
    }*/
}
	
/*----------- iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	/* .searchdiv{
		margin-left:28% ;
	} */
}
@media only screen and (max-device-width : 768px) and (min-width:1025px){
	.searchdiv{
		margin-left:21% ;
	}
}
 @media only screen and (min-width : 992px)and (max-width:1250px) {
	.searchdiv{
		margin-left:23% ;
	}
}
	
@media only screen and (min-width:860px) and (max-width:1090px){
	.searchdiv{
		margin-left:23% ;
	}
}
/*------------ For Polygon --------------*/
#polygondiv{
	width: 100%;
	height: 100%;
	background-color: transparent;
	position: absolute;
	z-index: 10;
	overflow: hidden;
}
.dpolygon{
	width: 100%;
	height: 100%;
	background-color: transparent;
	position: absolute;
	z-index: 10;
	overflow: hidden;
	pointer-events: none;
}
.track {
	fill: none;
	stroke: black;
	stroke-width: 5;
	fill: #fbfcfc;
}
.round {
	stroke-linejoin: round;
}

/* .............. Product Info css Ends Here 27.07.2018 By Priyabrata ............... */

#vchatmain {
    height: 32px;
    list-style: outside none none;
    margin: 5px 2px;
    padding: 0;
    width: 32px;
    font-size: 22px;
    line-height: 32px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}
/*taketour*/
.navigation:hover li {
    -webkit-transform: perspective(350px) rotateX(0deg);
    -o-transform: perspective(350px) rotateX(0deg);
    transform: perspective(350px) rotateX(0deg);
    -webkit-transition: 0.1s linear 0s;
    -o-transition: 0.1s linear 0s;
    transition: 0.1s linear 0s;
}

.navigation:hover .t0 {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.navigation li.t0 {
    -webkit-transition: 0.1s linear 0.5s;
    -o-transition: 0.1s linear 0.5s;
    transition: 0.1s linear 0.5s;
}
/*.navigation:hover li {
    -webkit-transform: perspective(350px) rotateX(0deg);
    -o-transform: perspective(350px) rotateX(0deg);
    transform: perspective(350px) rotateX(0deg);
    -webkit-transition: 0.1s linear 0s;
    -o-transition: 0.1s linear 0s;
    transition: 0.1s linear 0s;
}*/

.navigation:hover, .navigation:hover a.main {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}
.take-tour {
    width: auto;
}
.sub-take-tour {
    width: 100px !important;
    word-break: break-all;
    font-size: 12px !important;
}
.navigation li:last-child {
    border-radius: 0px 0px 4px 4px;
}
.taketour li a {
    font-size: 12px;
}
.navigation li a {
    display: block;
}

@media (max-width: 768px){
.taketour.navigation{
 width: 32px; 
}
#sub-tour {
    display: none;
}
.navigation{
width: 32px;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
.taketour.navigation{
        width: auto;
}
}
@media only screen and (min-width : 1200px) {
  span#sub-tour {
    height: 0;
    display: block;
}  
}
.video-class .video-class-overlay {
    position: absolute;
    height: 100%;
    top: 0;
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 1;
}
.video-class span.item-icon {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    bottom: 0;
    width: 50px;
    height: 50px;
    line-height: 0;
    text-align: center;
    border-radius: 50%;
    margin: auto auto;
    cursor: pointer;
    font-size: 50px;
    display: none;
}
.video-class:hover span.item-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    bottom: 0;
    width: 50px;
    height: 50px;
    line-height: 0;
    text-align: center;
    border-radius: 50%;
    margin: auto auto;
    cursor: pointer;
    font-size: 50px;
    display: block;
}
span.item-icon i {
    color: #eeecec !important;
    opacity: 0.6;
}
/* video#vidppp {
    position: absolute;
    bottom: 12px;
} */
.transparentvideo {
    cursor: pointer;
}

.ndbrotatecls .carousel,.ndbrotatecls .carousel-inner{
    height:100%;
}
.ndbrotatecls .item,.ndbrotatecls .item img{
    height:100% !important;
}
.bordernone{
    border:none ;
}

/* .videobutton {
    border: none;
    padding: 0.6em 1.2em;
    color: #fff;
    font-size: 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 3px 2px;
    border-radius: 2px;
    position: absolute;
    top: 50%;
	right: 0px;
	z-index: 10;
}
.videobutton img {
    position: relative;
    z-index: 3;
    width: 25px;
    height: auto;
	vertical-align: middle;
}
.videobutton:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #2e3191;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
} */
.box-1 {
    position: fixed;
    z-index: 2;
    right: 0;
    top: 0;
}
.rec-icon {
    position: relative;
    /* right: -12px; */
    right: 0px;
    top: 150px;
    cursor: pointer;
    display: inline-table;
}
.rec-icon img {
    /* width: 80%; */
	width: 45px;
	height: 45px;
}
@media (max-width: 768px){
	.rec-icon {
		position: relative;
		/* right: -12px; */
		right: 0px;
		top: 200px;
		cursor: pointer;
		display: inline-table;
	}
}