/* 
Custom CSS for...
'Modern Business' HTML Theme by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

/* Global Styles */

html, body {
  height:100%;
    -webkit-font-smoothing: antialiased;

}
body
{
   background-size:cover;
    background:url(../images/bg.jpg) fixed;
}
.shell
{
    width:100%;
    height:auto;
    padding-left:15px;
    padding-right:15px;
}
.bg
{
    
}

.menu-item
{
    min-height:40px;
    padding:10px;
}
.img-home-portfolio,
.img-customer,
.portfolio-item {
  margin-bottom: 30px;
}

.tab-pane {
  margin-top: 15px;
}

/* Page Sections */
.section,
.section-colored {
  padding: 40px 0 40px; 
}
.section-small-pad
{
    padding:60px 0 40px;
}
.section-colored {
  background-color: #e1e1e1; /* change this to change the background color of a colored section */
}

.sidebar {
  margin-top: 40px;
}

.sidebar ul {
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #cccccc;
}

/* Half Page Height Carousel Customization */
.carousel {
  height: 100%;
}

.item,
.active,
.carousel-inner {
  height: 100%;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

/* Social Icons Styles */
.list-social-icons {
  margin-bottom: 45px;
}

.tooltip-social a {
  text-decoration: none;
  color: inherit;
}

.facebook-link a:hover {
  color: #3b5998;
}

.linkedin-link a:hover {
  color: #007fb1;
}

.twitter-link a:hover {
  color: #39a9e0;
}

.google-plus-link a:hover {
  color: #d14836;
}

/* Service Page Styles */
.service-icon {
  font-size: 50px;
}

/* 404 Page Styles */
.error-404 {
  font-size: 8em;
}

/* Pricing Page Styles */
.price {
  font-size: 4em;
}

.price-cents {
  vertical-align: super;
  font-size: 50%;
}

.price-month {
  font-size: 35%;
  font-style: italic;
}

/* Footer Styles */
.footer {
  margin: 100px 0px 0px;
}

/* Responsive Styles */
@media (max-width: 767px) {

.carousel {
  height: 100%; /* increases the carousel height so it looks good on phones */
    z-index:80
}

}
.social-left
{
    height:100px;
    line-height:100px;
    width:50%;
    min-width:50px;
    float:right;
    text-align:right;
}
.full-width-container
{
    min-width:100%;
    width:auto;
    min-height:50px;
    height:auto;
    background:#215150;
}
.run-in
{
    min-height:130px;
    height:auto;
    padding:10px;
    margin-top:-65px;
    background:#fff;
    z-index:100;
    position:absolute !important;
    -webkit-box-shadow: 0px 3px 22px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 22px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 22px 0px rgba(0,0,0,0.75);
}
.specials
{
    text-align:center;
}
.yellow_htext
{
    color:#f8f5ca;
}
.pad-top-50
{
    padding-top:50px;
}
.pad-top-15
{
    padding-top:13px;
}
.pad-bottom-15
{
    padding-bottom:13px;
}
.run-in:after {
  clear: both;
}
@media (min-width: 160px) {
  .run-in {
    width:100%;
    left:0;
  }
}
@media (min-width: 320px) {
  .run-in {
    width:100%;
    left:0;
  }
}
@media (min-width: 480px) {
  .run-in {
    width:100%;
  }
}
@media (min-width: 768px) {
  .run-in {
    width: 750px;
    left:50%;
    margin-left:-375px;
  }
}

@media (min-width: 992px) {
  .run-in {
    width: 970px;
    left:50%;
    margin-left:-485px;
  }
}

@media (min-width: 1200px) {
  .run-in {
    width: 1170px;
    left:50%;
    margin-left:-585px;
        
  }
}
.color-green
{
    background:#215150;
}
.tcolor-white
{
    color:#fff !important;
}
.bolder-text
{
    font-weight:400 !important;
}
.news_box
{
    height:70px;
    width:auto;
    background:#ccc;
    margin-bottom:15px;
}
.suites
{
    color:#fff;
    text-align:left !important;
}
.room
{
    width:auto;
    min-height:400px;
    height:auto;
    background:#fff;
    margin:10px;
}
.room_img
{
    padding-top:15px;
    height:auto;
    width:auto;
}
.room_text
{
    width:auto;
    height:auto;
    padding:20px;
}
.room_text_header
{
    border-bottom:1px solid #ccc;
    padding-bottom:10px;
}
.room_description
{
    color:#a6a6a6;
    font-size:8pt;
    min-height:110px;
}
.room_show
{
    padding-bottom:100px;
}
.footer
{
    background:#3b9661;
}
.footer_t
{
    color:#fff;
    font-size:22px;
    text-align:right;
}
.foot_t
{
    color:#fff;
    font-size:9pt;
    line-height:2rem;
     text-align:right;
}
.pad_top_logo
{
    padding-top:40px;
}
.center-pos > img
{
    text-align:center;
    margin:0px auto;
}
.pad-up
{
    padding-top:50px;
}
.marg_up
{
    margin-top:30px;
}
.marg-left
{
    margin-left:30px;
}
.no_pad
{
    padding-top:0 !important;
}
a.btn:hover
{
    font-weight:normal;
}
.breadcrumb > li > a
{
    color:#000 !important;
}
.breadcrumb > li > a:hover
{
    color:#000 !important;
    text-decoration:none;
    font-weight:normal;
}
.f_right
{
    float:right;
}
.f_left
{
    float:left;
}
.p_left
{
    padding-left:75px;
}
.amen
{
    padding-bottom:none !important;
    background:url(../images/bg-image.jpg) center center fixed;
}
.amen_di
{
    min-height:100px;
    height:auto;
    background:#fff;
    padding: 0px 25px 25px 25px;
}
.amen_di2
{

    padding: 0px 25px 25px 25px;
    background:#fff;
}
.amen_di2 ul li
{
    font-size:1.2rem;
    font-weight:normal !important;
    color:#717171 !important;
}
.norm-text
{
    font-size:1.4rem;
    font-weight:normal;
    color:#8e8e8e;
}
.amen_di ul li
{
    font-size:1.2rem;
    font-weight:normal !important;
    color:#717171 !important;
}
.box_container
{
    padding:30px;
    background:#fff;
}
.special_bg
{
    background:url(http://placehold.it/1900x1080&text=Slide One) center center fixed;
}
.food_bg
{
    background:url(http://placehold.it/1900x1080&text=Slide One) center center fixed;
}
.menu_item_desc > p
{
    font-size:8.5pt;
    color:#9f9f9f;
}
.menu
{
    text-align:left;
}
.menu_items
{
    font-size:12px;
    text-align:left;
    padding-top:15px;
}
.menu_descript
{
    font-size:12px;
}
.small_ital
{
    font-size:10px;
    color:#747474;
}
.full_pad
{
    padding:30px;
}
.mar-top
{
    margin-top:50px;
}
.cent
{
    vertical-align:middle;
    padding-top:150px;
    padding-left:50px;
    padding-right:50px;
}
a.post-title
{
    color:#000;
}
.pad-bottom-20
{
    padding-bottom:20px;
}
.pad-top-20
{
    padding-top:20px;
}
.color-black
{
    color:#000;
    font-weight:bold;
}
.pad-special
{
    padding:30px;
}
.inspecial_c
{
    min-height:145px;
}
.dest_text
{
    line-height:1.6;
}
.dest_text2
{
    line-height:1.8;
}
a.color-black:hover
{
    color:#000;
    font-weight:bold;
    text-decoration:underline;
}
.panel-default > .panel-heading > h3 > a:hover
{
    font-weight:normal !important;
}
.right
{
    float:right;
}
.t_center
{
    text-align:center !important;
    margin:auto auto;
}
.text-grey
{
    color:#a7a7a7 !important;
}

.center_img
{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}
.text-right
{
    text-align:right;
}
.text-left
{
    text-align:left;
}
.text-center
{
    text-align:center;
}
.col_white
{
    color:#fff;
}
.in_ban
{
    height:400px;
    
}


.col_black
{
    color:#000;
}









@media screen and (max-width:1199px)
{
    .navbar-right
    {
        width:100%;
    }
    .navbar-nav
    {
        margin-top:0;
    }
    .navbar-brand
    {
        margin-right:30px;
    }
}
@media screen and (min-width:1200px)
{
    .navbar-right
    {
        width:auto !important;
        text-align:center !important;
    }
}





@media screen and (max-width: 1200px)
{
    
    .cent
    {
        vertical-align:middle;
        padding-top:120px;
        padding-left:50px;
        padding-right:50px;
    }
        .room_description
    {
        min-height:140px;
    }
}
@media screen and (max-width: 1000px) 
{   
    

    .cent
    {
        padding-top:50px;
    }
    .menu
    {
        text-align:center !important;
    }
    .menu > img
    {
        margin:0px auto;
        text-align:center !important;
    }
    .menu > .menu_items
    {
   
        text-align:center !important;
    }
 .foot_t
    {
        color:#fff;
        font-size:9pt;
        line-height:2rem;
        text-align:center;
    }   
    .footer_t
    {
        color:#fff;
        font-size:22px;
        text-align:center;
    }
    .amen_di
    {
        padding:15px;
    }
    .amen_di2
    {
        padding:15px;
    }
    .t_center
    {
        text-align:center !important;
    }

}


@media screen and (max-width:992px)
{
    .room_description
    {
        min-height:140px;
    }
}
@media screen and (max-width:991px)
{
    .room_description
    {
        min-height:40px !important;
    }
}






/*---- WP Stuff----*/
h5.panel-title > a
{
    font-weight:normal;
    text-decoration:none;
}
h5.panel-title > a:hover
{
    font-weight:normal;
    text-decoration:none;
}
.recent-news-items ul li
{
    height:50px;
    line-height:50px;
  
}
ul.navbar-right li a
{
    color:#fff;  
    font-weight:normal;
}






.news_sec > ul
{
	padding:0px;
}
.news_sec > ul > li
{
	font-weight:300;
	font-height:16px;
	list-style:none;
	padding:10px;
}

