.item h3 {font-size: 5.5em;} 
#main-carousel .carousel-inner .slide_title_bg {background-color:#ffffff;opacity:0.9;padding:25px;display:inline-block;}
#main-carousel .carousel-inner h4 {color:#fc7700;margin-top: 20px;}
#main-carousel .carousel-inner p {font-weight:400;color:#1d1d1b;font-size:1.1em;text-transform: uppercase;margin:0;}
.contact-address {padding-top:35px;}



.speaker{
color: #29333f;
margin-bottom: 50px;

}

.speaker-image{
display:block;
width: 100%;
height: auto;
position: relative;
overflow: hidden;
}


.speaker-social{
padding: 15px;
font-size: 14px;
text-align: center;
position: absolute;
bottom: -100px;
width: 100%;
background-color: rgba(252, 119, 0, 0.9);
transition: all 500ms;
-webkit-transition: all 500ms;
-moz-transition: all 500ms;
-ms-transition: all 500ms;
-o-transition: all 500ms;
}



.speaker-image:hover .speaker-social {
  height: 60%;
}


/*.speaker-social:hover{


}

*/
.gb-list{
	margin: 0;
	padding: 0;
	list-style: none;
}

-list-inline {padding-left: 0;
margin-left: -5px;
list-style: none}


.tab_hotelrate {width:220px;display:inline-block;}
.hotel_list {margin-bottom:70px;padding-bottom:70px;border-bottom:1px solid #fc7700;}


.sectpanel {
  width:100%;
  height:100%;
  display: inline-block;
  margin:0;
  margin-bottom:10px;
  padding:10px;
  border:1px solid #ffffff;
  cursor: pointer;
  overflow: none;
  background-color:#ededed;
  
}



.sectpanel:hover {
/*  opacity: 0.6; filter: alpha(opacity=60);*/
  border:1px solid #000000;
  color:#ffffff;
  background-color:#000000;  
}


.modal-header {
	color: #fff;
	background-color: #fc7700;
}


.modal-content  {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important; 
}






/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
  .mysect  {
    padding-left: 20px;
	padding-right:20px;
  }
}