/*
 * Project: FH Mega Menu
 * Author: Filiz ÖZER
 * Author URI: http://codecanyon.net/user/designingmedia
 * Description: A Bootstrap 3 Mega Drop Down Menu
 * License: GPL
 */
body {
	padding-top: 51px;
	padding-bottom: 140px;
	color: #999;
	background: #ccc;
/*	background-image: url("../../img/fe-background.png"); */
}
pre { 
	margin: 0; 
	padding: 10px 20px !important;
}
footer {
  padding: 60px 0;
}
.plugin-title { 
	color: #444444;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: normal;
    padding: 0 20px 12px 0;
}
.container { 
	width: auto; 
	max-width: 1470px !important;
}
.jumbotron.intro {
	margin-top: 0;
}
.jumbotron {
	padding:20px 0;
	margin-bottom:0
}
.jumbotron .navbar {
    font-size: 14px;
    line-height: 1.6;
}
.grid-demo {
  padding: 10px 30px;
}
.grid-demo [class*="col-"] {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1em;
    text-align: center;
    line-height: 2;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}
.grid-demo [class*="col-"]:hover {
	background:#5f5f5f;
	color:#ffffff;
}
.mastheadcontainer {
	width: auto; 
	max-width: 1470px !important;
	background:#000;
	color:#fff;
}
.mastheadcontainer-fe {
	width: auto; 
	max-width: 1470px !important;
	background:#000;
	color:#fff;
}
.mastheadcontainer-rfa {
	width: auto; 
	max-width: 1470px !important;
	background:#000;
	color:#ffcc66;
}
.mastheadcontainer-rfc {
	width: auto; 
	max-width: 1470px !important;
	background:#000;
	color:#ffcc66;
}
.mastheadcontainer-rfd {
	width: auto; 
	max-width: 1470px !important;
	background:#000;
	color:#ffcc66;
}
.mastheadcontainer-rfe {
	width: auto; 
	max-width: 1470px !important;
	background:#000;
	color:#ffcc66;
}
.mastheadcontainer-rfh {
	width: auto; 
	max-width: 1470px !important;
	background:#000;
	color:#ffcc66;
}
.mastheadcontainer-rfn {
	width: auto; 
	max-width: 1470px !important;
	background:#000;
	color:#ffcc66;
}
.mastheadcontainer-rfp {
	width: auto; 
	max-width: 1470px !important;
	background:#000;
	color:#ffcc66;
}
.mastheadcontainer-rfw {
	width: auto; 
	max-width: 1470px !important;
	background:#000;
	color:#ffcc66;
}
.bodycontainer {
	width: auto;
	/* max-width: 1170px !important; */
	max-width: 1470px !important;
	min-height: 500px;
	background:#fff;
	color:#888;
}
.footercontainer {
	width: auto; 
	max-width: 1470px !important;
	background:#FFBF00;
	color:#000;
}
.footercontainer-fe {
	width: auto; 
	max-width: 1470px !important;
	background:#FFBF00;
	color:#000;
}
.footercontainer-rfa {
	width: auto; 
	max-width: 1470px !important;
	background:#3AD;
	color:#000;
}
.footercontainer-rfc {
	width: auto; 
	max-width: 1470px !important;
	background:#3AD;
	color:#000;
}
.footercontainer-rfd {
	width: auto; 
	max-width: 1470px !important;
	background:#3AD;
	color:#000;
}
.footercontainer-rfe {
	width: auto; 
	max-width: 1470px !important;
	background:#3AD;
	color:#000;
}
.footercontainer-rfh {
	width: auto; 
	max-width: 1470px !important;
	background:#3AD;
	color:#000;
}
.footercontainer-rfn {
	width: auto; 
	max-width: 1470px !important;
	background:#3AD;
	color:#000;
}
.footercontainer-rfp {
	width: auto; 
	max-width: 1470px !important;
	background:#3AD;
	color:#000;
}
.footercontainer-rfw {
	width: auto; 
	max-width: 1470px !important;
	background:#3AD;
	color:#000;
}
.navbar {
	margin-bottom: 0px;	
}
.fhmm-content {
	background: #eee;
}
.fhmm .dropdown.fhmm-fw .dropdown-menu {
	left: 60px;
	right: 60px;
}

.thevalign {
    display: flex;
    align-items: center;
	align-vertical:middle;
}

.form-control-2 {
	margin-top:5px;
	border:1px solid #efefef;
}


.rating-social-text {
    font-size: 11px;
}

.footer-text {
    font-size: 14px;
	text-decoration: none;
	color:#000;
}

.footer-text  a {
    font-size: 14px;
	text-decoration: none;
	color:#000;
}

.footer-text-heading {
    font-size: 14px;
	font-weight: bold;
}

.glowing-border {
    border: 2px solid #dadada;
    border-radius: 7px;
}

.glowing-border:focus { 
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}

.star-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 250px;
		height: 50px;
		position: relative;
		background: url(/img/starratingdesign.gif) top left repeat-x;		
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:50px;
		height: 50px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
	}
	.star-rating li a:hover{
		background: url(/img/starratingdesign.gif) left bottom;
		z-index: 2;
		left: 0px;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:50px;
	}
	.star-rating a.two-stars{
		left:50px;
	}
	.star-rating a.two-stars:hover{
		width: 100px;
	}
	.star-rating a.three-stars{
		left: 100px;
	}
	.star-rating a.three-stars:hover{
		width: 150px;
	}
	.star-rating a.four-stars{
		left: 150px;
	}	
	.star-rating a.four-stars:hover{
		width: 200px;
	}
	.star-rating a.five-stars{
		left: 200px;
	}
	.star-rating a.five-stars:hover{
		width: 250px;
	}
	.star-rating li.current-rating{
		background: url(/img/starratingdesign.gif) left center;
		position: relative;
		height: 50px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}
	