@charset "utf-8";
/* CSS Document */

/* Sticky footer styles
-------------------------------------------------- */
.mceNonEditable {
	color: #5CB85C;
}

body {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #666666;
background-color: #ffffff; /*#C8E9F5*/

-webkit-font-smoothing: antialiased;
}




html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 120px;
}





/*html, html a {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}*/

.navbar-brand {
	font-size: 39px;
	/*font-weight: 700;
	text-transform: uppercase;*/
}
.navbar {
	font-size: 18px;
	/*font-family: "News Cycle","Arial Narrow Bold",sans-serif;
	font-weight: 700;*/
}

.navbar {
margin-bottom: 0px;
min-height:130px;
}

.navbar-toggle {
margin-top: 35px;
}


.jumbotron {
padding: 30px;
margin-bottom: 30px;
color: inherit;
background-color: #E6E6E6;
}

.margin_bottom {
	margin-bottom: 20px;
}

@media screen and (max-width: 568px) {
.navbar-brand {
    font-size:40px;
    }
}

@media (min-width: 768px) {
.navbar {
border-radius: 0px;
}


}

@media (max-width:992px)
{
	.navbar-header {
	float: none;
	}
	.navbar-left,.navbar-right {
	float: none !important;
	}
	.navbar-toggle {
	display: block;
	}
	.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
	  top: 0;
	  border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
	display: none!important;
	}
	.navbar-nav {
	float: none!important;
	  margin-top: 7.5px;
	}
	.navbar-nav>li {
	float: none;
	}
	.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	}
	.collapse.in{
	  display:block !important;
	} 
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: rgba(0, 0, 0, 0);
		border: 0;
		box-shadow: none;
	} 
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
	margin: 0 5px;
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
}



.form_error{
	color: #F90307;
}


tbody th {
font-weight: normal;
}

.table-striped>tbody>tr:nth-child(odd) {
background-color: #fff;
}

/* .. Social Media .. */

#social_media {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

#social_media li {
float: left;
margin-right: 10px;
}

#social_media li a {
	display: block;
	color: #4b4b4d;
	background: #fff;
	padding: 5px;
	height: 50px;
	width: 50px;
	border-radius: 100px;
	text-align: center;
	font-size: 18px;

	-webkit-transition: color .1s ease-in, background .3s ease-out;
	   -moz-transition: color .1s ease-in, background .3s ease-out;
	     -o-transition: color .1s ease-in, background .3s ease-out;
	        transition: color .1s ease-in, background .3s ease-out;
}

#social_media li a i {
	margin-top: 10px;
}

#social_media li a:hover {
	background: #000;
	color: #fff;
}

#landing #social_media li a:active {
	background: #000;
	color: #fff;
}


/*footer {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top:15px;
  height: 80px;
  background-color: #000;
}*/

footer {
	font-size: 12px;
	color: #fff;
	background-color: #000;
	/*background: #4B4B4D;*/ /*#494228;*/
	padding: 25px 0;

	/* Sticky Footer Part */
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 120px;

}

footer p {
	float: left;
/*display: inline-block;*/
}


@media screen and (max-width: 720px) {

	body {
		margin-bottom: 290px;
	}

	footer {
		padding: 15px 0;
		height: 290px;
	}

	footer p {
		float: none;
		text-align: center;
	}

	#social_media {
		width: 240px;
		float: none;
		margin: 0 auto 20px auto;
	}

}


@media screen and (max-width: 991px) {

	body {
		margin-bottom: 290px;
	}

	footer {
		padding: 15px 0;
		height: 290px;
	}

	footer p {
		float: none;
		text-align: center;
	}

	#social_media {
		width: 240px;
		float: none;
		margin: 0 auto 20px auto;
	}

}

#products h3{

  height: 60px;
}

.rh_details{

  height: 140px;
}

#products .stars, .stars {
	color: gold;
}

#link_get_widget {
	display: none;
}

.navbar-default {
  border-top: 5px solid #21B8F0;
}

.rooms .img-responsive {
    margin: 0 auto;
}
/*.panel-heading span {
    margin-top: -20px;
    font-size: 15px;
}
.row {
    margin-top: 40px;
    padding: 0 10px;
}
.clickable {
    cursor: pointer;
}    */

.modal .modal-body {
    max-height: 420px;
    overflow-y: auto;
}
