
#leftColumn{
	margin-bottom:10px;
}
#locationTitle{
    bottom: 50px;
    left: 50%;
    list-style: outside none none;
    margin-left: -30%;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 60%;
    z-index: 15;
}

#locationTitle h1
{
	color: #fff;
	text-shadow: 0px 0px 3px #000;
	margin-top:0px;
}

#locationTitle h2
{
	color:#fff;
	text-shadow: 0px 0px 3px #333;
	text-transform: uppercase;
	font-size:15px;
	font-weight:bold;
	margin:0px;
}
#locationTitle h3{
	color:#ccc;
	text-shadow: 0px 0px 2px #222;
	font-weight:bold;
	font-size:20px;
	margin:0px;
}

img.carouselResize
{
	max-width:none !important;
	max-height:none !important ;
}

#locationIcons
{
	padding-top:5px;
	background-color:#c2a362;/*#12a79d;*/
	min-height:40px;
	padding-bottom:10px;
	
}
.locationIcon{
	color:#fff;
	padding-top:5px;
	font-size:14px;
	text-align:center;
	text-transform: uppercase;
	font-weight: 100;
	line-height:16px;
	
	
}
div.mrHeading{
	font-size:9px;
	
	color:#999;
	text-align:left;
	
}

div.mrBody{
	font-size:11px;	
	color:#333;

	
}
#location_show_tab_container .tab-content
{
	padding:10px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	
}

/*
 * BOX LOCATION SHOW HEADER 
 */

/*
 * 
 * BOX TITOLO
 * 
 */

#box_location_show_title
{
	background-color:#444;
	color:#ffffff;
	border-radius:5px;
	
}
#box_location_show_title h2{
	margin-top:0px;
	color:#C2A362;
}
#box_location_show_title h5{
	margin-top:5px;
	margin-bottom:5px;
}
#box_location_title_contact{
	
	
	text-align:right;
}

.box_location_ismeetinmed{
	margin-bottom:40px;
}
.box_location_isnotmeetinmed{
	
	margin-bottom:80px;

}
/*
 * TAB FEATURE X HOTEL E MEETING
 */

.tab_feature{
	font-size:13px;
}
.tab_feature li{
	margin-left:10px;
	margin-top:4px;
	
}
.tab_feature li.head{
	margin-top:15px;
	margin-left:0px;
	text-transform: uppercase;
	font-weight:bold;
}
.tab_feature  strong{
	color:#927538;/*#12a79d;*/
}

/*
 * BOX LOCATION GALLERY 
 */


/*
 *  TAB_MEETING
 */

td.hiddenRow
{
	padding:0px !important;
	
  }
#tab_meeting_table_main th
{
	font-size:10px;
	text-transform:uppercase;
	font-weight:normal;
	color:#000;
}

#tab_meeting_table_main tr.main_row.collapsed 
{
	background-color:#fff;
	color:#333;
	
}

#tab_meeting_table_main tr.main_row
{
	background-color:#C2A362;
	color:#333;
	
}

#tab_meeting_table_main tr.main_row:hover 
{
	background-color:#C2A362;
	color:#fff;
	
}

  
#tab_meeting_table_main tr.main_row td
{
	font-size:12px;
	
}
#tab_meeting_table_main  tr.main_row td.td_label
{
	font-weight:bold;
	text-align:left;
}
#tab_meeting_table_main  tr.main_row td.td_data
{
	
	text-align:center;
	border-right:1px dotted #eaeaea;
}
#tab_meeting_table_main th.th_label
{
	text-align:left;
}
#tab_meeting_table_main th.th_data
{
	text-align:center;
}
#tab_meeting_table_main .tab_meeting_inside_details
{
	
}
 
 #tab_meeting_table_main .tab_meeting_inside_body
{
	padding-bottom:20px;
	padding-top: 20px;
} 
#tab_meeting_table_main .tab_meeting_inside_body h3,
#tab_meeting_table_main .tab_meeting_inside_body h4,
#tab_meeting_table_main .tab_meeting_inside_body h5,
#tab_meeting_table_main .tab_meeting_inside_body h6 
{
	
	margin-top:0px;
	
}

/* DOWNLOAD */
#location_show_box_download 
{
	font-size:13px;
	line-height:14px;
	text-align:justify;
}

#location_show_box_download .upload_description
{
	color:#666;
	font-size:12px;
}
#location_show_box_download img
{
	float:left;
	margin-right:5px;
}
#location_show_box_download .download_box
{
	min-height:25px;
	margin-bottom:5px;
	margin-top:5px;
	
}

/* RIGHT COLUMN */

#rightColumn .panel-heading{
	background-color:#c2a362;
	border:none;
	padding:0px;
	z-index:100;
	padding:8px;
	color:#fff;
	
	
	
}

#rightColumn .panel{
	border:none;

}
#rightColumn ul.list-group
{
	border:1px solid #ddd;
	border-radius:5px;
	background-color:transparent;
	z-index:50;
}  
#rightColumn h4{
	margin:0px;
	padding-left:5px;
	padding-right:15px;
	padding-bottom:0px;

	display:inline-block;
	font-size:14px;
	
}
#rightColumn .panel-body
{
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}




@media(max-width:767px){

#box_location_title_contact{
	
	margin-top:0px;
	text-align: left;
}
.box_location_isnotmeetinmed{
		margin-bottom:0px;
}
.box_location_ismeetinmed{
		margin-bottom:5px;
}
#rightColumn{
	margin-top:20px;

}
@media(min-width:768px){
	

	
}
	
	
}
@media(min-width:992px){
	
	#rightColumn{
	margin-top:0px;
	
}


}
@media(min-width:1200px){

}


  
