/**************/
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

#openModal:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	position: relative;
    max-height: calc(100vh);
    overflow-y: auto;
	
}

.close {
	right: 24px;
    text-align: center;
    top: 20px;
    text-decoration: none;
    float: right;
    color: #000;
	font-size: 30px;
    font-weight: bold;
}

.close:hover { color: #555; }		

.dialog-header {
	background: #f9fafb;
	margin: 0;
	padding: 15px 20px;
	border-bottom: 1px solid #ecf0f1;
}

.dialog-content {
	background: #fff;
	margin: 0;
	padding: 20px;
}		

.dialog-header h2 {
	margin: 0;
	color: #34495e;
}

.dialog-content p {
	color: #555;
} 













/******************/
.button-group-nw button{
	background-color: transparent;
    color: #aea681;
    border: 1px solid;
    padding: 15px 40px;
    font-size: 15px;
    vertical-align: middle;
}
.refine_extra{text-align:center;background: transparent;}
.panel_cust_refine,.filter_group_cust div.list-group-item{border:0px;}
.filter_group_cust .list-group-item .checkbox label{vertical-align: middle;color: #aea681;font-size: 15px;}
.list_cat_ct a{vertical-align: middle; color: #aea681;font-size: 15px;}
.type_cat a.list-group-item{
	color: #373737;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #aea681;
		
	}
.filter_group_cust a.list-group-item{
	color: #373737;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}
button.button_refine{
	background-color: transparent;
    color: #aea681;
    border: 1px solid;
    font-size: 15px;
    vertical-align: middle;
    padding: 9px 20px;
}
.product-thumb.cust-thumb-www .caption h4 a{
	font-family: Prata-Regular;
    text-transform: capitalize;
    color: #373737 !important;
    font-weight: normal;
}
.button-group-nw button img{vertical-align: bottom;padding-right: 10px;}

.right-logo-main-div > div:last-child > div:first-child,
.e-store{
	visibility: hidden !important;
}

.image_inner{
	cursor: pointer;
}

video#innerVideo{
	position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    z-index: auto;
    max-width: 100%;
	margin-bottom: -2px;
}  


#videoModal .modal-body{
	line-height: 100%;
	vertical-align: top;
    padding: 0px;
}
hr.pop-hr {
    margin: 10px 0px;
    color: #000;
    border-color: #000;
}
.form_field_div{line-height: 25px;padding-top: 10px;clear: both;}
.form_field_div div label{font-size: 15px; font-weight: bold;line-height: 20px;}
#project-counter table{
	width: auto !important;
	border: 0px !important;
}

#project-counter td{
	border: 0px !important;
	white-space: nowrap !important;
	font-family: 'Montserrat-Regular';
	padding: 14px 12px 2px;
	text-transform: uppercase;
}

#project-counter td:nth-child(odd){ 
	background: #EDEDED;
	color: #949494;
	font-weight: 300;
}

#project-counter td:nth-child(even){ 
	font-family: 'Montserrat-bold';
	font-weight: bold;
	font-size: 25px; 
	color: #333;
	vertical-align: top;
}

#project-counter td:nth-child(odd) > *:first-child:not(:only-child){
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 6px;
}

#project-counter td:last-child{
	background: #E6C31D;
	color: #333;
	font-family: 'Montserrat-bold';
}

@media (max-width: 767px){
	#project-counter{
		width: 100%;
	}
	#project-counter table{
		width: 100% !important;
	}
	#project-counter td:nth-child(even){ 
		font-size: 18px; 
	}
	#project-counter td:nth-child(odd) > *:first-child:not(:only-child){
		font-size: 16px;
	}
}

.product-thumb .caption{
	min-height: 52px !important;
}

@media (max-width: 767px){
	.product-thumb .caption{
		min-height: 75px !important;
	}
	
}	

.polina-outer{
	background: transparent !important;
}

/* #polina{ */
	/* margin: 0px; */
	/* top: 50%; */
	/* left: 0px; */
	/* position: absolute; */
	/* transform: translateY(-50%); */
	/* /* z-index: 22222222222; */ */
/* } */

.footer-block li{
	line-height: 18px;
	margin-bottom: 13px;
}

.footer-block li a{
	line-height: normal;
}

@media (max-width: 767px){
	.top-div > .container{padding: 0px; }
	
	.top-logo-outer-div .left-logo-main-div{
		width: 100%;
	}
	.left-logo-main-div #logo a img{
		max-height: 36px;
		margin-left: auto;
		margin-right: auto;
		width: auto !important;
		margin-top: 10px;
	}
	.right-logo-main-div{
		width: 100%;	
	}
	.telephone-text li:nth-child(2),
	.right-logo-main-div .no-right{
		display: none;
	}
	.telephone-text li:nth-child(odd){
		display:block;
		text-align: center;
		font-size: 11px;
	}
	.right-logo-main-div > div:last-child{
		position: absolute;
    	bottom: 28px;
	}
	.right-logo-main-div > div:last-child > div:first-child{
		display: none;
	}
	.right-logo-main-div > div:last-child > div:nth-child(2){
		padding: 0px 0px 0px 16px;
	}
	.top-div{
		padding-bottom: 0px;	
	}
	
	.common-home .home-content-div{
		margin-top: 100% !important;
	}
	.polina-outer{
		top: 0px;
		height: 100%;
		min-height: 100% !important;
	}
	
	#polina img{
		max-width: calc(100% - 16px);
		margin:auto;
	}
	
	.featured-also-custom + div .custom-fields > div:nth-child(even){
		display:none;
	} 
	.featured-also-custom + div .custom-fields > div:nth-child(odd){
		width: 100% !important;
	}
	
}
@media (min-width: 992px){
	.modal-dialog {
		width: 518px !important;
		margin: 30px auto;
	}
}
.innerbgDiv .headtype{    
	font-size: 25px;
    line-height: 40px;
	letter-spacing:1px;
}
.innerbgDiv .detailtype{    
	font-size: 15px;
    font-weight: 200;
	line-height: 30px;
}
.innerbgDiv .closeType{line-height: 70px;}
.innerbgDiv .closeType a{    
	border: 1px solid;
    color: #fff;
    padding: 15px 40px;
}
.thanks_message .innerbgDiv,.error_message .innerbgDiv{    padding: 40px 0px;text-align: center; color: #fff;}
.BookAppointmentForm{padding:20px;}
.thanks_message,.error_message{display:none;}
.form_field_div .get_full_in input,.form_field_div .get_full_in select{    
	width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 8px !important;
    line-height: 35px;
    padding: 0px 5px;
    background: #fff;
	height: 35px;
}
.smsterm_field input[type="checkbox"],.terms_field input[type="checkbox"]{vertical-align: middle;}
.form_field_div .get_full_in select{height: 35px;}
.no-pd-left{padding-left:0px !important;}
.no-pd-right{padding-right:0px !important;}
.heading_form h3{
	color: #ada67f;
    font-family: Prata-Regular !important;
    letter-spacing: 1px;
    margin: 0px;
    font-size: 18px;
    line-height: 20px;
}
a.anchor_get_extra,a.anchor_get_extra:hover{color: #ada67f;text-decoration:underline;}
em{color: #ada67f;font-style:normal;}
.btn.btn-primary.submitBtn{background: transparent; box-shadow: none;border: 1px solid #ada67f;padding: 12px 60px;font-size: 16px;border-radius: 0px;color: #333333;}
.form_field_div.submit_field{padding-top: 20px;}
@media (min-width: 768px) and (max-width: 991px){
	.get-bg-menu-inner .container{
		width: 100%;
	}
	
	.get-bg-menu-inner .container{
		margin: 0 auto !important;
	}
	
	.get-bg-menu-inner .container li{
		margin: 0px !important;
		float: left !important;
	}
	.menu-main-div #menu .navbar-collapse ul.nav li a{
		font-size: 13px;
	}
} 

.w3-modal{
	z-index: 99 !important;
    display: none;
    padding-top: 0px !important;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0, 0, 0, 0.76);
}

.image_modal{
	display: none;
}

.container1 .images{
	cursor:pointer
}

@media (max-width: 767px){
	.w3-modal-content #popUpHit h2{
		margin: 10px auto;
		display: table !important;
	}
}