/*
 * Mega Menu
 * Author: Filiz ÖZER
 * Author URI: http://codecanyon.net/user/designingmedia
 * Description: A Bootstrap 3 Mega Drop Down Menu
 * License: GPL
 */
.fhmm .dropdown a,
.fhmm .dropdown-menu a {
	color:#c5c5c5; 
	/*font-family: 'Exo 2', sans-serif;*/ font-weight: 500; 
	font-size:13px;
}
.fhmm .dropdown-menu a{
	border-top: 1px solid #2e2e2e;
	display:block;
}
.fhmm .dropdown-menu li:first-child a {border:none;}

.fhmm .dropdown-menu li ul li a { border-top: 1px solid #2e2e2e!important;}
.fhmm .dropdown-menu li ul li:first-child a {border:none!important;}

.fhmm .dropdown a:hover, .fhmm .dropdown a:focus,
.fhmm .dropdown-menu a:hover, .fhmm .dropdown-menu a:focus {
	color:#fff;
}

.fhmm .dropdown-menu > li > a {
	padding:6px 15px;
}
.fhmm .navbar-nav > li > .dropdown-menu {
	/*margin-top:1px;*/
}
.fhmm i {
/*	color:#BFBFBF*/
}
.fhmm .dropdown-menu {
	box-shadow:none; 
	border:0px solid #0d0d0d;
	padding:0;
	color:#fff;
	background: #0d0d0d;
}
.fhmm .form-control {
	margin-top:10px;
	border:1px solid #efefef;
}
.fhmm .btn {
	margin:10px 0 20px
}
.fhmm video {
	max-width: 100%;
	height: auto;
}
.fhmm iframe,
.fhmm embed,
.fhmm object {
	max-width: 100%;
}
.fhmm .google-map {
	width:100%; 
	border:1px solid rgba(255, 255, 255, 0.5);
	min-height:200px;
}
.fhmm div.google-map {
	background:rgba(255, 255, 255, 0.5);
	background: #ffffff;
	height: 200px;
	margin: 0 0 0px 0;
	width: 100%;
} 
#googlemaps img{
    max-width:none;
}
.fhmm .dropdown-menu .withoutdesc{    
	margin-top:0;
	padding:15px 20px;
    display: block;
    text-align: left;
    text-transform: none;
    width: 100%;
}
.fhmm a:hover {
	text-decoration:none
}
.fhmm .dropdown-menu .withoutdesc ul li {
	padding:3px 10px;
}
.fhmm .dropdown-menu .withoutdesc ul li:hover,
.fhmm .dropdown-menu .withoutdesc ul li:focus,
{
	color:#262626;
	text-decoration:none;
	background-color:#1A1A1B;
}
.fhmm .dropdown-menu .withoutdesc li:last-child {
	border-bottom:0 solid #fff;
}
.fhmm .fhmm-content.withdesc a:after {
    color: #7a7a7a;
    content: attr(data-description);
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 0;
    margin: 10px 0 15px;
    text-transform: uppercase;
}

.fhmm .dropdown-submenu{
	position:relative;
}
.fhmm .dropdown-submenu>.dropdown-menu{
	top:0;
	left:100%;
	margin-top:0;
	margin-left:-1px;
	-webkit-border-radius:0 6px 6px 6px;
	-moz-border-radius:0 6px 6px 6px;
	border-radius:0 6px 6px 6px;
}
.fhmm .dropdown-submenu:hover>.dropdown-menu{
	display:block;
}

.fhmm .dropdown-submenu>a:after{
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#cccccc;
	margin-top:5px;
	margin-right:-10px;
}
.fhmm .dropdown-submenu:hover>a:after{
	border-left-color:#ffffff;
}
.fhmm .dropdown-submenu.pull-left{
	float:none;
}
.fhmm .dropdown-submenu.pull-left>.dropdown-menu{
	left:-100%;
	margin-left:10px;
	-webkit-border-radius:6px 0 6px 6px;
	-moz-border-radius:6px 0 6px 6px;
	border-radius:6px 0 6px 6px;
}
.fhmm p {
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
	color:#656565;*/
}
.fhmm .nav,
.fhmm .collapse,
.fhmm .dropup,
.fhmm .dropdown {
	position: static;
}

.fhmm .navbar-right .dropdown {position:relative;}
.fhmm .navbar-right .dropdown-menu {left:0px;}

.fhmm .half {
    width: 50%;
	left: auto !important;
    right: auto !important;
}
.fhmm .container {
	position: relative;
}
.fhmm .dropdown-menu {
	left: auto;
}
.fhmm .nav.navbar-right .dropdown-menu {
	left: auto;
	right: 0;
}
.fhmm .fhmm-content {
	padding: 15px 25px;
}
.fhmm .dropdown.fhmm-fw .dropdown-menu {
	left: 0;
	right: 0;
}
.fhmm .title {
	font-size:13px;
	font-weight:bold;
	margin-top:15px;
	text-transform:uppercase;
	border-bottom:1px solid #efefef;
	padding-bottom:10px;
}
.fhmm ul {
	list-style:none;
	padding-left:0px;
}

/* grid demo */

.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;
	color:#999999;
}
.grid-demo [class*="col-"]:hover {
	background:#5f5f5f;
	color:#ffffff;
}