/*
 * Project: FH Mega Menu
 * Author: Filiz ÖZER
 * Author URI: http://codecanyon.net/user/designingmedia
 * Description: A Bootstrap 3 Mega Drop Down Menu
 * License: GPL
 */

header
{
	 
}
footer
{
	    border-top: 1px solid #DFE1E8;
}
.nav > li > a
{
}

.navbar
{
	min-height:auto !important;
}
.nav>li>a:hover, .nav>li>a:focus
{
	background:#fff !important;	
}
#logo_img
{
	display: inline !important;
	padding-top: 5px;
	width: 165px;
}
.navbar
{
	margin-bottom:0px !important;
}
.fhmm .dropdown-menu .withoutdesc{    
	margin-top:0;
	padding:0px 0px;
    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:#f5f5f5 !important
}
.fhmm .dropdown-menu .withoutdesc li:last-child {
	border-bottom:0 solid #fff;
}
.fhmm .fhmm-content.withdesc a:after {
    color: #000;
    content: attr(data-description);
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 0;
    margin: 0px 0 5px;
    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 .nav,
.fhmm .collapse,
.fhmm .dropup,
.fhmm .dropdown {
	position: static;
}
.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: 0px 0px;
	background: #fff !important;
}

.main_title
{
	background-color: rgba(200, 155, 0, 0.25);
	margin: 10px 0px 10px 0px;
}
.fhmm .title {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #ff8a00;
    opacity: 0.99;
}
#sales-title {
	 padding: 5px 5px;
}
.sales-title-image
{
	width:30%;
}
.fhmm ul {
	list-style:none;
	padding-left:0px;
}

input[type=checkbox] + label:before {
    content: "\f101";
    display: inline-block;
    font-family: fontawesome;
    margin-right: 8px;
    position: relative;
    top: 0;
}
.sub_menu_tick
{
	font-size:13px;
    letter-spacing: 1px;
	margin:0px;
	color:#000
}
.sub_menu_tick:hover
{
	color:#ff8a00
}
.navbar-nav > li:hover
{

	
}
.navbar-nav > li > a:hover
{
	color: #000;
}
color:#fff;

.left_padding
{
	padding-left:10px !important;
	padding-right:0px !important;
}

.right_padding
{
	padding-left:15px;
	padding-right:15px;
}
.content_padding
{
	padding-left:15px;
	padding-right:0px;
}

.normal_padding
{
	padding-left:0px;
	padding-right:0px;
}
.sub_text
{
	margin:-10px 0px 0px 0px;
	font-size:13px;
	line-height:none !important;
	color:#000 !important
}


.nav li:hover > ul{
	 
    -moz-animation: fadeInUp .3s ease-in !important;
    -webkit-animation: fadeInUp .3s ease-in !important;
    animation:fadeInUp .3s ease-in !important;
}

.image_title
{
	font-size:15px;
	color:#000;
	margin:5px 0px 0px 0px;
	padding:0px;
	font-weight:600;
}

.image-title
{
	font-size:15px;
	color:#000;
	margin:15px 0px 0px 0px;
	padding:0px;
	font-weight:600;
}
.image-title:hover
{
	color:#ff8a00 !important;
}
.image_sub_text
{
	font-size:13px;
	color:#000;
	margin:0px;
	padding:0px;
	font-weight:normal
}
.sub_text:hover
{
	color: #ff8a00 !important;
    font-weight: bold;
    letter-spacing: 1px;
}

.sub_title:hover {

	color: #b52624 !important;
    font-weight: bold;
    letter-spacing: 1px;
	
}

.image_title:hover
{
	color:#b52624 !important;
}
.image_sub_text:hover
{
	color:#025eb0 !important;
}

.image-container{text-align:center;padding: 0px;}
.description-section{padding: 0px 0px 10px 10px;}
.sales-description-section{padding: 0px 0px 0px 0px;}

.sub-menu > li > a .sub_title
{
	color:#025eb0;
	font-size:14px;
	letter-spacing:1px;
	text-align:left !important;
	font-weight:600;
}
.features-arrow
{
	display:inline;
}
.integration_iamge
{
	height: auto;
    margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin:5px;
    width: 100%;
}
.integration_icons
{
		margin-top:0px !important;
		padding-top: 15%;

}
.accounting_icons
{
		margin-top:0px !important;
		padding-top: 20%;

}
#right_menu_content
{
	border-left: 1px dotted #999;
}
#left_menu_content
{
	border-left: 1px dotted #999;
}
.top_header.smaller .nav > li > a
{
	    padding: 5px 8px;
}

.top_header.smaller .fhmm .dropdown.fhmm-fw .dropdown-menu
{
	    top: 83%;
}

.fhmm .dropdown.fhmm-fw .dropdown-menu {
    left: -5%;
    right: 0%;
	top:100%;
}
.top_header.smaller .dropdown-menu
{
	    top: 80%;
}

.top_header.smaller .nav-pills > li > a
{
	    padding: 10px 8px !important;
}

@media only screen and (max-width:479px)
{
	.main_banner {
    padding-top: 50px !important;
}

	.integration_icons
{
		margin-top:0px !important;
		padding-top: 0%;

}
.accounting_icons
{
		margin-top:0px !important;
		padding-top: 0%;

}
.feature-content 
{
	padding-top:10px
}
.image-container{text-align:center !important;}
.image_title
{
	text-align:center !important;
}
.image_sub_text
{
	text-align:center !important;

}
}
.menu_heading {

    margin: 10px 10px 10px;
    font-weight: 600 !important;
    color: #000;
	font-size:14px;
}
.contact_us:hover
{
	background: none !important;
}
.login_button
{
	background: none !important;
	list-style:none;
	font-size:12px;
	display:inline;
	
}
.signup_button
{
	background: none !important;
	list-style:none;
	display:inline;
}

.contact_us
{
	text-align: center !important;
    width: 100%;
	list-style:none
}

@media screen and (max-width:1920px) and (min-width:768px)
{
	.contact_us
	{
		margin-left:65% !important
	}
	
	#footer-image
	{
		width:190px;
		height:80px;
		margin-top:30px;
	}

.w-header-right
{
	    margin-top: 28px;
}
		
}

.content-desc
{
	padding:0px 0px 0px 0px;
}
.content-title
{
	color:#ff8a00;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
}
.content-list
{
	list-style:none;
}
.content-main-title
{
	margin-top: 20px;
	margin-bottom:10px !important;
    color: #27aae1;
    font-weight: 600;
    margin-bottom: 0px;
	font-size:22px;
}
.no-padding
{
	padding:0px !important;
	margin:0px !important;
}
.seller_list li
{
	padding:5px 0px 5px 0px;
}
.sub-menu li
{
		padding:5px 10px 0px 10px;
		font-weight:normal !important;
		color:#025eb0;

}
.list-sub-title
{
	margin-left:20px;
	font-size:12px;
	color:#373f51;
}
.nav-pills>li>a
{
	border-radius:0px !important;
}
#header-icon
{
	font-size:42px;
	color:#b52624;
	font-weight:normal;
}
#header-icon:hover
{
	color:#025eb0;
}

.newsletter-subscribe {

}
.newsletter-subscribe .newsletter-message {

    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.133;
    color: #fff;
    margin-right: 0;
    margin-top: 3px;
    overflow: hidden;
	letter-spacing:1px;
}
.newsletter-subscribe .newsletter-form {

}
.newsletter-subscribe .newsletter-form button
{
	    margin-left: 0px;
    padding: 6px 30px;
	border-radius:0px;
}
.newsletter-subscribe .newsletter-form input {

    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.133;
    border: none;
    float: left;
    margin-bottom: 0;
	width: 70%;
    height: 35px;
}
.newsletter-subscribe .newsletter-form button {
    margin-left: -10px;
    padding: 0 20px;
}
.newsletter-subscribe form {

}
.modal-title
{
	padding:10px 0px 10px 0px;
}



footer span.icon-hover:hover, footer .feature-icon-hover:hover span.icon {
    background-color: #b52624;
}

span.icon-hover:hover, .feature-icon-hover:hover span.icon {
    background-color:#b52624 ;
}

.feature.indent .icon {
    margin-left: 0px;
	margin-top:15px;
}

.footer-main p
{
	line-height:30px;
	font-weight:normal !important;
}
.feature.indent .icon {
    margin-bottom: 0;
}

.footer span.icon {
    background-color: #025eb0;
}

span.icon-hover, .feature-icon-hover span.icon {
    transition: color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}

.feature span.icon {
    padding: 0px;
}

.feature .icon {
    margin: 0 15px 10px 0;
    max-width: 30px;
    max-height: 30px;
}

.feature .icon {
    float: left;
}

.icon.i-number, .icon.i-char {
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
    color: #fff;

}

span.icon {
    background-color: #025eb0;
}

div.icon, span.icon {
    background-color: #025eb0;
    background-position: 0 0;
    background-repeat: no-repeat;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 3px;
}
div.icon, span.icon:hover {
	   background-color: #b52624 !important;
}

#footer-icon
{
	color:#025eb0;
	padding:0px 5px 0px 5px;
	font-size:24px;
}

#footer-icon:hover
{
	color:#b52624;
}
.footer-main li
{
	padding-bottom:10px;
}

.view-more
{
	background: #b52624;
	color:#fff;
	padding:10px 30px 10px 30px;
	border-radius: 5px;
}

.view-more:hover
{
	background: #025eb0;
	color:#fff;
}

.footer-main .margin
{
	padding-top:15px;
}

.navbar-toggle
{
	background:#b52624 !important;
}
.navbar-collapse.in 
{
	overflow:hidden !important;
}
@media (max-width: 767px){
 
.main_slide
{
	height:auto !important;
}
}

.home-capabititie .tr-text a {
    margin-top: 20px;
    margin-bottom: 20px;
}

.parten-bg
{
	padding-top:20px;
	background:#F5F5F5;
}
.acc-title.lg
{
	background:none;
	color:#025eb0;
	padding:0px 0px 20px 15px;
}
.db-content p
{
	color:#000;
	font-weight:normal;
}

.form-control {
    background: #f5f5f5 !important;
    height: 35px;
    border: 0;
    font-size: 1em;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    border-radius: 0px;
}
.account-main .bs-address .acc-info-content span
{
	color:#000;
	font-weight:normal;
}
.account-main
{
	padding-bottom:20px;
}

.top-bar
{
	background:#F5F5F5;
    border-top: 1px solid #DFE1E8;
 
}

.pro-item
{
	margin-bottom:20px;
}

.client-image
{
	border: 5px solid #025eb0 !important;
    border-radius: 50%;
}

