/*	
	============================================================================================================================================
																	MEDIA QUERIES
	============================================================================================================================================
*/


/*	
	============================================================================================================================================
																	< MAX 768
	============================================================================================================================================
*/
/* ------------------------------------------------------ */
    @media only screen and (max-width: 768px) {
/* ------------------------------------------------------ */
.skin-chandra {
    /*overflow-x: scroll;*/
}

.limit-response .container {
    min-width: 750px !important;
    width: 750px !important;
}

.col-review-1 .col-write-steps { border-left:1px dashed #FFF; list-style:none; padding:0 0 0 30px; margin:0 0 0 15px;}
.col-review-1 .col-write-steps li { margin:45px 0 0 0;}

.table-review [class*="footer-review"] { text-align: right;}
.image_form, .location_form {
    width: calc(100% - 50px);
}
.image_form {
    margin-right: 0 !important;
}



/* ------------------------------------------------------ */
} /* END */
/* ------------------------------------------------------ */
/*	
	============================================================================================================================================
																	MIN 768 >
	============================================================================================================================================
*/
/* ------------------------------------------------------ */
    @media only screen and (min-width: 768px) {
/* ------------------------------------------------------ */

/* -- MASTER SUB-HEAD tab search */
.sub-head-title [class*="btn-custom-"] { margin:-17px 2% 0 0;}

/* ------------------------------------------------------ */
} /* END */
/* ------------------------------------------------------ */
/*	
	============================================================================================================================================
																	MIN 768 > < MAX 992
	============================================================================================================================================
*/
/* ------------------------------------------------------ */
    @media only screen and (min-width : 768px) and (max-width : 992px) {
/* ------------------------------------------------------ */
.col-review-1 h1 { text-align:center;}


/* ------------------------------------------------------ */
} /* END */
/* ------------------------------------------------------ */
/*	
	============================================================================================================================================
																	MIN 992 >
	============================================================================================================================================
*/
/* ------------------------------------------------------ */
    @media only screen and (min-width: 992px) {
/* ------------------------------------------------------ */


.wrapper.affix {
    margin-top: 90px !important;

}

.bigmegamenu.affix {
    height: auto !important;
    -khtml-opacity:1 !important; 
      -moz-opacity:1 !important;
           opacity:1 !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
        filter:alpha(opacity=100) !important;
    position: fixed;
}

.limit-response .container { width: 1170px !important;}


#head .table-head {}
#head .col-head-1 { width:270px;}
#head .col-head-2 {}


/* -MASTER SUB-HEAD */
.sub-head { padding:3% 0;}
.sub-head .tab-content .form-control { margin-bottom:0px;}

/* -- MASTER SUB-HEAD tab search */
#tab-search .tab-content .form-control { margin-bottom:0px;}

/* ----- MASTER CONTENT: write a review */
.col-review-1 { width: 360px !important;}
.col-review-2 { width: 68.222222%;}

/* ************************ MASTER FOOT */
.foot-letter-search { text-align:left;}

/* ****************************************************** ----- TEMPLATE PAGES */
/*-------------------------------*/
/*  PAGE: SEARCH */
/*-------------------------------*/
.table-search .form-tbl {}
.table-search .form-tbl [class*="form-col-"] { margin:0;}
.table-search .form-tbl [class*="form-col-"]:last-child { width:120px !important;}

/* ------------------------------------------------------ */
} /* END */
/* ------------------------------------------------------ */
/*	
	============================================================================================================================================
																	MIN 1200 >
	============================================================================================================================================
*/
/* ------------------------------------------------------ */
    @media only screen and (min-width : 1200px) {
/* ------------------------------------------------------ */
/* ************************ MASTER FOOT */
.foot-letter-search a, .foot-letter-search a:visited { font-size:100%; width:20px;}

/* ------------------------------------------------------ */
} /* END */
/* ------------------------------------------------------ */
