html{
	min-height:100%;
	position: relative;
}
/* body { */
/*   margin-bottom: 340px; */
/* } */
.footer-container{
/* 	position: absolute; */
    width: 100%;
    bottom: 0;
/*     height: 290px; */
}

div#main_container {
    min-height: 54vh;
}

/* .float-right.controls-link-wrapper a { */
/*     color: #f2f2f2 !important; */
/* } */
.forumlist-top-controls.col-12 a {
    color: #e4e4e4;
}
.forumlist-top-controls.col-12 a {
    color: #ebebeb;
}
a {
    color: #d02323;
    text-decoration: none;
    background-color: transparent;
}
html {
    background-image: url(https://www.carseller.gr/static/templates/css/images/forum-background-mustangs.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.bg-primary {
    background-color: #333333!important;
}
body {
    background-color: unset;
}
html:before {
    content: "";
    position: fixed;
    top: 0;
    height: 100%;
    background: #0000002e;
    bottom: 0;
    left: 0;
    right: 0;
    z-index:-1;
}
.card {
    background-color: #ffffffed;
}

b.red {
    color: #971010;
}
#news_subscribe{
	padding: 6px 17px;
    background: #9a1607;
    margin-top: 10px;
    color: #ccc !important;
}
#news_subscribe:hover{
	background: #9f291b;
	
}
p.error {
    color: #c32;
}
.tagify tag>div {
	background: #eee;
	padding: 0.2em 0.4em !important;
    padding-right: 1.5em !important;
}
.tagify tag {
    margin: 3px 0 3px 4px !important;
}
.tagify tag x {
		    top: 45% !important;
}
.tag {
    display: inline-block;
    background: white;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 3px 7px;
    font-size: 0.9em;
    margin-bottom: 4px;
    cursor: pointer;
    color: #333;
}
.tag:hover {
	background: #eee;
	text-decoration: none;
}
.tag.active{
    color: white !important;
    background: #cd192d;
    border: none;
}
.title-tag{
   display: inline-block;
}
.title-tag a{
   font-size: 0.5em;
    vertical-align: text-top;
}
.footer-container {
    background: #000000cc;
    color: #ccc;
}
.h3, h3 {
    font-size: 1.35rem;
}
.lang_selector {
	display:none;
}
a.latest_reviews.last_forum_posts,  a.last_forum_posts{
    color: #bbb !important;
}
a.latest_reviews.last_forum_posts:hover, a.last_forum_posts:hover {
    color: #971010 !important;
}

.page-footer-wrap{
	text-align:center;
}

.page-footer-wrap a {
	color: #971010 !important;	
}
a.footer-social-links i {
    color: #ccc;
    font-size: 1.4em;
}
i.fab.fa-facebook:hover {
    color: #4267B2 !important;
}
i.fab.fa-twitter:hover {
    color: #1DA1F2;
}

i.fab.fa-youtube:hover {
    color: #ff0000;
}

i.fab.fa-instagram:hover {
    color: #E1306C;
}

.content{
	color:#333;
	background:white;
	padding:10px;
}
.navbar-dark{
	background: #0006;
}

blockquote {
    border-radius: 3px;
    position: relative;  /*  <--- */
    font-style: italic;
    text-align: center;
    padding: 1rem 1.2rem;
    width: 80%;  /* create space for the quotes */
    color: #4a4a4a;
    margin: 1rem auto 2rem;
    color: #4a4a4a;
    background: #E8E8E8;
}
/* -- create the quotation marks -- */
blockquote:before,
blockquote:after{
    font-family: 'Font Awesome\ 5 Free';
    position: absolute;
    /* -- inside the relative position of blockquote -- */
    top: 13px;
    color: #E8E8E8;
	font-size: 34px;
	font-weight: 900;
}
blockquote:before{
    content: "\f10d";
    margin-right: 13px;
    right: 100%;
}
blockquote:after{
    content: "\f10e";
    margin-left: 13px;
    left: 100%;  
    top: auto;
    bottom: 13px;
}

.quote_from {
    font-weight: bold;
    margin-right: 8px;
}

.quote_from::after {
    content: ":";
}

@media screen and (max-width: 650px) {
	.post_pic {
		max-width: 100%;
	}
	div[data-oembed-url] {
		max-width: 100%;
	}
}
@media screen and (min-width: 651px) {
	.post_pic {
		max-width: 73%;
	}
	div[data-oembed-url] {
		max-width: 60%;
	}
}

.cke_toolgroup {
    float: left;
    margin: 0 6px 5px 0;
    border: unset !important;
    border-bottom-color: unset !important;
    border-radius: unset !important;
    box-shadow: 0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
    background: #e4e4e4;
        background-image: none;
    background-image: linear-gradient(to bottom,#fff,#e4e4e4);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4');
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #e1e1e1;
}

.posts-count.text-muted span {
    color: #c62a2a;
}
.posts-count.text-muted {
    font-size: 0.8em;
}

.cke_top {
    background-image: linear-gradient(to bottom,#f5f5f5,#d8d9d8) !important;
}

.django-ckeditor-widget {
    width: 100%;
}



.card.post .card-body .post-content-wrapper .post-signature {
    border-top: 1px dashed #b5b5b5;
}

.forum-page-statistics.col-12 {
	color: #eee;
}
.float-right.controls-link-wrapper a {
	color: #eee;
}
.forum-data-table a{
	color: #d23f3f !important;
}
.forumlist-top-controls a, .forum-syndication a {
	color: #c72d2d;
}
.card.forumlist .card-body .forum-icon {
	color: #777777 !important;
}
.breadcrumb-item a {
	color: #404040 !important;
}
.h1, h1 {
    color: #f1f1f1;
}

.btn-primary {
  background-color: #cf3c3c !important;
  border-color: #cc3333;
  color: #fff !important;
}

.btn-info {
    background-color: #e7e7e7 !important;
    border-color: #e7e7e7 !important;
}

.btn-primary:hover {
    background-color: #d72e41 !important;
    border-color: #bb1717 !important;
}

.btn-info:hover {
  background-color: #e1e1e1 !important;
  border-color: #dfdfdf !important;
}

/* .btn {
    background-color: #00000005;
} */

.notification_text {
    font-size: 0.9em;
}

/* .btn-outline-light:hover {
    color: #de3131 !important;
} */

.page-item.active .page-link {
	background-color: #cd192d !important;
	border-color: #9e1f2d !important;
	color: #fff !important;
}

.topic-last-post a {
	color: #cd192d !important;
}

.topic-created a {
	color: #cd192d !important;
}

a {
	color: #272727 !important;
}

.pagination-sm .page-link {
	color: #cd192d !important;
}

i.fas.fa-dot-circle.fa-2x {
	color: #7b7b7b;
}

.unread i.fas.fa-dot-circle.fa-2x {
	color: #cd192d;
}

a.d-inline-block {
	color: #fcfbfb !important;
}

a.navbar-brand {
	color: #eee !important;
}

.forum-last-post a {
	color: #cd192d !important;
}

.navbar a,.navbar {
	color: white !important;
}

.header_second {
	margin-right: auto;
	width: 25%;
}

a.dropdown-item {
	color: #333 !important;
}

a.nav-item.nav-link:hover, .navbar a:hover, a#navbarDropdown:hover {
	color: #cd192d !important;
}

.avatar-dropdown {
	display: flex !important;
	align-items: center;
}
.avatar-dropdown img{
	margin-left: 10px;
	margin-right: 7px;
	height: 40px;
    object-fit: cover;
    width: 40px;
}
.avatar-dropdown span{
	margin-left: 5px;
}

#users_connected a, #newest_member, #total_members{
    color: #eee !important;
}

.latest_inner {
    padding: 1px 0 !important;
	font-size: 0.9em;
	line-height: 1.1em;
	padding:0 5px;
}

.latest_post_inner {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.latest_inner_container {
    padding: 0 !important;
}

.avatar_container {
	background: #fffe;
	padding:15px;
}

.messages{
	width:100%;
}

.navbar a:hover {
    text-decoration: none;
}
td.view-message.action a{
	text-align: center;
	color: white !important;
}

td.view-message.action{
	text-align: center;
}

.view-message img.avatar, div.header img.avatar{
    height: 33px;
    max-width: 60px;
    object-fit: contain;
}

.flex{
	display:flex;
}

a.dropdown-item.flex{
	padding: 0.25rem 0.5rem;
}

.mr10 {
    margin-right: 10px;
}

.notification_text{
	width: 400px;
    max-width: 68vw;
}

.word-wrap{
	display: block;
    word-wrap:break-word;
    white-space: normal
}

#message{
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.post-content img{
    /* width:450px; */
    max-width:100%;
}
.play_store{
	max-width:200px;
	width:100%;
}

@media screen and (min-width: 893px) {
	.mega-menu .drop-down-multilevel, .navbar-dark .drop-down-multilevel {
		display: block !important;
		opacity: 0;
		visibility: hidden;
		box-shadow: 0 0px 0px 1px rgba(0, 0, 0, 0.05);
		border-bottom: 0px;
	}
}


li.menu_control_panel ul {
	right: 10px !important;
}

.mega-menu * {
	outline: none;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box !important;
	/* font-family: 'Roboto', sans-serif; */
	/* font-weight: 400; */
	-webkit-tap-highlight-color: transparent;
	/* text-align: left; */
}

/* Social */
.fb-button {
    color: white !important;
    font-weight: bold !important;
    /* font-family: "Roboto"; */
    font-size: 1em !important;
    background-color: #3868b1 !important;
    border: none !important;
    
}
.fb-button span, .google-button span{
	margin-top:2px;
	font-size: 1.3em;
}
.fb-button:hover {
    background-color: #305895 !important;
}

.fb-button i, .google-button i {
    font-size: 1.2em;
	margin-top: 2px;
	font-weight: 300;
}


.google-button {
    color: white !important;
    font-weight: bold !important;
    /* font-family: "Roboto"; */
    font-size: 1em !important;
    background-color: #cc3322 !important;
    border: none !important;
}

.google-button:hover {
    background-color: #c43424 !important;
}
.hr-text {
    position: absolute;
    margin-top: 3px;
    text-align: center;
    transform: translateX(-50%);
    white-space: nowrap;
    left: 50%;
    padding: 2px;
}

.card.forumlist .card-header .forum-count-col, .card.forumlist .card-header .forum-last-post-col {
    font-size: 0.8rem;
    margin-top: 2px;
}

.dropdown-menu.show {
    max-width: 400px;
}

.dropdown-menu.notifications {
    left: -120px;
}

@media screen and (max-width: 1600px) {
	.dropdown-menu.dropdown-login {
		left: -30px;
	}
}

@media screen and (min-width: 1200px) {
	.forum-last-post {
		padding-left: 25px;
	}
}

@media screen and (min-width: 1600px) {
	.navbar-dark{
		padding: 0.2rem 12rem;
	}
}

.nav-link-extra-padding{
	padding: 1rem 0.3rem;
}

.footer-form-group{
	margin-bottom: 0px;
}
.footer-social-links{
	margin-right:5px;
}

@media (min-width: 576px) and (max-width: 768px){
	.container {
		max-width: 679px !important;
	}
}

@media (min-width: 992px) and (max-width: 1265px){
	.advanced_search {
		display:none !important;
	}
}

@media (min-width: 700px) and (max-width: 1130px){
	#navbar-search-button{
		display:none !important;
	}
}
@media (max-width: 1800px){
.advanced-search{
	display:none !important;
}
}
.search-form-navbar{
	white-space:nowrap;
}

@media (min-width: 992px){
	.navbar-expand-lg {
	    flex-flow: wrap !important;
	}
}







/* GOOGLE FONT */
@import url(http://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,200,400i,500,500i,700,700i,900,900i);
/* MENU BASIC LAYOUT */
.mega-menu {
  margin: 0 auto;
  padding: 0;
  display: block;
  float: none;
  position: relative;
  z-index: 999;
/*  max-width: 1280px;
  width: 100%;*/
  font-size: 15px;
/*   font-family: 'Roboto', sans-serif; */
  min-height: 55px;
  clear: both;
  box-sizing: border-box;
}
@media screen and (max-width: 992px) {
  .mega-menu {
    margin: 0;
  }
}
.mega-menu .dropdown-toggle::after {
	display:none;	
}
.mega-menu * {
  outline: none;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box !important;
/*   font-family: 'Roboto', sans-serif; */
/*   font-weight: 400; */
  -webkit-tap-highlight-color: transparent;
/*   text-align: left; */
}

@media screen and (max-width: 992px) {
  .mega-menu * {
    word-break: break-all;
  }
}
.mega-menu i.fa {
  /*----------------------------- FONT AWESOME ICONS */
  font-family: "FontAwesome";
}
.mega-menu img {
  /*------------------------------- IMAGE */
  margin: 0;
  padding: 0;
  display: block;
  max-width: 100% !important;
  float: left;
}
.mega-menu input {
  /*------------------------------ DEFAULT INPUT */
  border: none;
}
.mega-menu > section.menu-list-items {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  width: 100%;
  background-color: transparent;
}
.mega-menu .menu-logo {
  /*----------------------------------- MENU LOGO */
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  position: relative;
}
@media screen and (min-width: 993px) {
  .mega-menu .menu-logo.menu-logo-align-right {
    /*---------------------------------------------- MENU LOGO ALIGN RIGHT */
    float: right;
  }
}
@media screen and (max-width: 992px) {
  .mega-menu .menu-logo {
    width: 100%;
  }
  
  .mega-menu .menu-logo > li {
    width: 100%;
    line-height: normal;
  }
}
.mega-menu .menu-logo > li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  font-size: 1em;
  line-height: 50px;
}

.mega-menu .menu-logo > li > a {
  margin: 0;
  display: inline-block;
  float: left;
  width: 100%;
  color: #ffffff;
  font-size: 0.8125em;
  /*padding: 0 20px 0 45px;*/
  line-height: 50px;
  -webkit-transition: background-color 200ms ease;
          transition: background-color 200ms ease;
}
.mega-menu .menu-logo > li > a:hover {
  /*-------------------------------------- HOVER MENU LOGO */
  /*background-color: #db2d2e;*/
}

@media screen and (max-width: 992px) {
  .mega-menu .menu-logo > li > a {
    line-height: normal;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
    z-index: 10;
    width: auto;
  }
}
.mega-menu .menu-logo > li > a i.fa {
  /*--------------------------------------- LOGO ICON */
  padding: 0;
  display: inline-block;
  font-size: 1.25em;
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto 0;
  line-height: 50px;
}
.mega-menu .menu-logo > li > a img {
  /*--------------------------------------- LOGO IMAGE ICON */
 /* width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  margin: auto 0;*/
}
.mega-menu .menu-links {
  /*---------------------------------------- MENU LINKS */
  margin: 0;
  padding: 0;
  display: block;
  float: right;
}
@media screen and (max-width: 892px) {
  .mega-menu .menu-links {
    width: 100% !important;
    background: #fff;
  }
  .mega-menu .menu-links.menu_control_panel  {
    width: unset !important;
    background: unset !important;
  }
  .avatar-lg{
  	display:none !important;
  }
}
@media screen and (min-width: 893px) {
  .mega-menu .menu-links {
    display: block !important;
    max-height: 100% !important;
    overflow: visible !important;
  }
  .mega-menu .menu-links.menu-links-align-right {
    /*------------------------------------------ MENU LINKS ALIGN RIGHT */
    float: right;
  }
  .menu_control_panel.menu-links{
    	display: none !important;
    }
  .notifications_list_sm_container{
  	display: none !important;
  }
}
.notifications_list_sm_container .notification_badge{
	right: -11px !important;
	top: -9px !important;
}
.mega-menu .menu-links > li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  -webkit-transition: background-color 200ms ease;
          transition: background-color 200ms ease;
  font-size: 1em;
}
@media screen and (max-width: 892px) {
  .mega-menu .menu-links > li {
    width: 100%;
    position: relative;
    cursor: pointer;
    line-height: normal;
    border-bottom: 1px solid #f3f3f3;
    z-index: 50;
  }
  .mega-menu .menu-links > li.activeTriggerMobile {
    /*background-color: #db2d2e;*/
  }
}
@media screen and (min-width: 893px) {
  .mega-menu .menu-links > li.activeTrigger {
    background-color: #db2d2e;
  }
}
.mega-menu .menu-links > li.active a {
  /*------------------------------------- ACTIVE CLASS MENU LINKS */
 background-color: transparent;
 color: #db2d2e;
}
.mega-menu .menu-links > li:hover {
  /*-------------------------------------- HOVER MENU LINKS */
  background-color: transparent;
  color: #db2d2e;
}
.mega-menu .menu-links > li > a {
  margin: 0;
  padding: 0 13px;
  display: inline-block;
  float: none;
  width: 100%;
  color: #ffffff;
  font-size: 0.933em;
  line-height: 64px;
  position: relative;
  text-transform: capitalize;
}
.collapse.show .search-form-navbar button{
	color: #333;
    border: 1px solid #cdcdcd;
}
li.logo-menu{
  	display: none !important;
  }
  
.mega-menu .menu-links > li > a:hover { color: #db2d2e; }
@media screen and (max-width: 892px) {
  .mega-menu .menu-links > li > a {
    width: auto;
    line-height: normal;
    padding-top: 0px;
    padding-bottom: 0px;
    position: static;
    padding-right: 10px;
    z-index: 20;
    color: #363636;
    line-height:40px !important;
    width: 100%;
  }

  .navbar-collapse{
    width:100%;
/*   	height: 100%; */
    position: fixed;
    top: 70px;
    left: 0px;
    transition: 0.5s;
    z-index: 20;
     display: block;
     background: #fffe;
  }
  li.logo-menu{
  	display: block !important;
  }
  
  .navbar-collapse.in{
  	transition: 0.5s;
  	width:265px;
/*   	left: -10px; */
  }
  
  #menu-overlay{
/*   	animation: fade 1500ms; */
  	transition: 0.5s;
  	background-color: rgba(0,0,0,0.0);
  	z-index: 10;
  	position: fixed;
    top: 0;
    right: 0;
    
  }
  .hoverTrigger:hover{
  	background: #ddd;
  }
    
  .navbar-toggle{
  	z-index: 20;
  }
  
  .menu-links{
  	width:250px !important;
  	max-height: unset !important;
  	overflow: unset !important;
  }
  
  .overlay-active{
/*   	display: block !important; */
    
/*     height: 100% !important; */
    z-index: 10;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5) !important;
/*     -webkit-animation: fade 1500ms; */
/*     animation: fade 15000ms; */
    transition: 0.5s;
  }
  
}
.mega-menu .menu-links > li > a i.fa {
  /*---------------------------------------------------- MENU LINKS ICONS*/
  font-size: 1em;
  line-height: 0.8125em;
  padding-right: 2px;
}
.mega-menu .menu-links > li > a i.fa.fa-indicator {
  padding-right: 0;
  padding-left: 2px;
}
@media screen and (max-width: 892px) {
  .mega-menu .menu-links > li > a i.fa.fa-indicator {
    float: right;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    line-height: 50px;
    height: 50px;
    z-index: -1;
  }
}
.mega-menu .menu-social-bar {
  /*---------------------------------------------- MENU SOCIAL BAR */
  margin: 0;
  display: block;
  float: left;
  padding: 0 10px;
}
@media screen and (min-width: 993px) {
  .mega-menu .menu-social-bar {
    display: block !important;
  }
  .mega-menu .menu-social-bar.menu-social-bar-right {
    float: right;
  }
}

@media screen and (max-width: 892px) {
  .mega-menu .menu-social-bar {
    width: 100%;
    text-align: center;
  }
}
.mega-menu .menu-social-bar > li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  font-size: 1em;
  line-height: 50px;
}
.mega-menu .menu-social-bar > li[data-color='blue'] > a:hover {
  background-color: #3b5998;
}
.mega-menu .menu-social-bar > li[data-color='sky-blue'] > a:hover {
  background-color: #2caae1;
}
.mega-menu .menu-social-bar > li[data-color='orange'] > a:hover {
  background-color: #dd4b39;
}
.mega-menu .menu-social-bar > li[data-color='red'] > a:hover {
  background-color: #bd081c;
}
@media screen and (max-width: 892px) {
  .mega-menu .menu-social-bar > li {
    float: none;
    display: inline-block;
    margin-bottom: -5px;
  }
}
.mega-menu .menu-social-bar > li > a {
  margin: 0;
  display: inline-block;
  float: left;
  width: 100%;
  color: #ffffff;
  font-size: 0.875em;
  padding: 0 5px;
  -webkit-transition: background-color 200ms ease;
          transition: background-color 200ms ease;
  line-height: 50px;
}
@media screen and (max-width: 892px) {
  .mega-menu .menu-social-bar > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.mega-menu .menu-social-bar > li > a i.fa {
  margin: 0;
  padding: 0;
  display: inline-block;
  float: left;
  width: 100%;
  font-size: 1.125em;
  line-height: 50px;
}
.mega-menu .menu-search-bar {
  /*--------------------------------------------------- MENU SEARCH BAR */
  margin: 0;
  padding: 0;
  display: block;
  float: right;
  position: relative;
  height: 50px;
}
@media screen and (min-width: 893px) {
  .mega-menu .menu-search-bar.menu-search-bar-left {
    float: left;
  }
}
@media screen and (max-width: 892px) {
  .mega-menu .menu-search-bar {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.mega-menu .menu-search-bar li, .mega-menu .menu-search-bar form, .mega-menu .menu-search-bar label {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  width: 100%;
  line-height: 50px;
}
.mega-menu .menu-search-bar li:hover i.fa.fa-search {
  background: #db2d2e;
}
.mega-menu .menu-search-bar input {
  max-width: 0;
  width: 100%;
  margin: 0;
  padding: 5px 50px 5px 0;
  font-size: 0.8125em;
  -webkit-transition: max-width 400ms ease, background 400ms ease, padding-left 400ms ease;
          transition: max-width 400ms ease, background 400ms ease, padding-left 400ms ease;
  height: 50px;
  display: block;
  background: none;
  color: #ffffff;
  font-weight: 400;
}
.mega-menu .menu-search-bar input:focus {
  max-width: 170px;
  background: #db2d2e;
  padding-left: 20px;
}
@media screen and (max-width: 892px) {
  .mega-menu .menu-search-bar input:focus {
    max-width: 100%;
    position: relative;
    z-index: 20;
  }
}
.mega-menu .menu-search-bar i.fa.fa-search {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  cursor: text;
  -webkit-transition: background 50ms ease;
          transition: background 50ms ease;
  z-index: 40;
}
.mega-menu .menu-search-bar :-moz-placeholder {
  opacity: 1 !important;
  color: #ffffff !important;
}
.mega-menu .menu-search-bar ::-moz-placeholder {
  opacity: 1 !important;
  color: #ffffff !important;
}
.mega-menu .menu-search-bar :-ms-input-placeholder {
  opacity: 1 !important;
  color: #ffffff !important;
}
.mega-menu .menu-search-bar ::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #ffffff !important;
}
@media screen and (max-width: 892px) {
  .mega-menu .menu-search-bar.active input {
    padding-right: 150px;
  }
  .mega-menu .menu-search-bar.active i.fa.fa-search {
    right: 70px;
  }
}
.mega-menu .menu-mobile-collapse-trigger {
  /*------------------------------------------------------ MOBILE COLLAPSE TRIGGER BUTTON */
  margin: 0;
  padding: 0;
  height: 50px;
  width: 35px;
  background: transparent;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  float: right;
  cursor: pointer;
  -webkit-transition: background 100ms ease;
          transition: background 100ms ease;
}
.mega-menu .menu-mobile-collapse-trigger:hover {
  background: transparent;
}
.mega-menu .menu-mobile-collapse-trigger:before,
.mega-menu .menu-mobile-collapse-trigger:after,
.mega-menu .menu-mobile-collapse-trigger span {
  content: "";
  display: block;
  height: 2px;
  width: 26px;
  background: #ffffff;
  position: absolute;
  top: 13px;
  border-radius: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 200ms ease 0s, opacity 200ms ease;
          transition: transform 200ms ease 0s, opacity 200ms ease;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: 0px 50% 0px;
      -ms-transform-origin: 0px 50% 0px;
          transform-origin: 0px 50% 0px;
}
.home-2 .mega-menu .menu-mobile-collapse-trigger:before,
.home-2 .mega-menu .menu-mobile-collapse-trigger:after,
.home-2 .mega-menu .menu-mobile-collapse-trigger span { background: #323232; }
.mega-menu .menu-mobile-collapse-trigger:after {
  top: 27px;
}
.mega-menu .menu-mobile-collapse-trigger span {
  top: 20px;
}
.mega-menu .menu-mobile-collapse-trigger.active span {
  opacity: 0;
}
.mega-menu .menu-mobile-collapse-trigger.active:before {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.mega-menu .menu-mobile-collapse-trigger.active:after {
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media screen and (max-width: 892px) {
  .mega-menu .menu-mobile-collapse-trigger {
    display: block;
  }
}
.mega-menu .drop-down-multilevel, .navbar-dark  .drop-down-multilevel {
  /*-------------------------------------------------- DROP DOWN MULTILEVEL */
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  top: 58px;
  left: auto;
  right: auto;
  z-index: 999;
  width: 100%;
  background: #ffffff;
  float: left;
  max-width: 210px;
}
.mega-menu .drop-down-multilevel.wide{
	max-width :400px;
	min-width: 400px;
}
.mega-menu .drop-down-multilevel * {
  color: #323232;
}
@media screen and (min-width: 893px) {
  .mega-menu .drop-down-multilevel , .navbar-dark  .drop-down-multilevel{
    display: block !important;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0px 0px 1px rgba(0, 0, 0, 0.05);
    border-bottom: 0px; 
  }
}
@media screen and (max-width: 360px) {
	.notifications_list_sm{
		min-width:320px !important;
	}	
}
@media screen and (max-width: 892px) {
  
  .mega-menu .drop-down-multilevel , .navbar-dark  .drop-down-multilevel{
    max-width: 100% !important;
    position: relative;
    left: 0;
    top: 0;
    padding: 10px;
    display: none;
  }
  
  .mega-menu .menu_control_panel.menu-links .drop-down-multilevel , .navbar-dark .menu_control_panel.menu-links .drop-down-multilevel{
	width: 280px;
    max-width: 100vw !important;
    position: absolute !important;
    right: 0 !important;
    left:unset !important;
    top: 56px;
    padding: 10px;
    display: none;
  }
   li.menu_notifications .drop-down-multilevel {
    position: absolute !important;
    right: -150px !important;
    left:unset;
    top: 34px;
  }
  
}
@media screen and (max-width: 470px){
	.mega-menu .menu_control_panel.menu-links .drop-down-multilevel, .navbar-dark .menu_control_panel.menu-links .drop-down-multilevel {
	    width: 100vw;
	    max-width: 100vw !important;
	    min-width: unset !important;
	    position: fixed !important;
	    right: 0 !important;
	    left: 0;
	    top: 60px;
	    padding: 10px;
	    display: none;
	}
	li.menu_notifications .drop-down-multilevel {
	    position: fixed !important;
	    right: 0px !important;
	    left: unset;
	    top: 60px;
	    width: 100vw;
	    max-width: 100vw;
	    min-width:unset !important;
	}

}
.mega-menu .drop-down-multilevel li a, .navbar-dark .drop-down-multilevel li a {
	-webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out; }
.mega-menu .drop-down-multilevel li, .navbar-dark .drop-down-multilevel li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  border-bottom: 1px solid #f3f3f3;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out;
  z-index: 50;
}
.mega-menu .drop-down-multilevel li:last-child { border-bottom: 0px; }
.mega-menu .drop-down-multilevel li:hover {
  background: #f6f6f6;
}
/* .mega-menu .drop-down-multilevel li:hover > a { */
/*   color: #db2d2e; */
/* } */
/* .mega-menu .drop-down-multilevel li:hover > a i.fa { */
/*   color: #db2d2e; */
/* } */
@media screen and (min-width: 893px) {
  .mega-menu .drop-down-multilevel li.activeTrigger {
    background: #db2d2e;
  }
  .mega-menu .drop-down-multilevel li.activeTrigger > a {
    color: #ffffff;
  }
  .mega-menu .drop-down-multilevel li.activeTrigger > a i.fa {
    color: #ffffff;
  }
}
@media screen and (max-width: 892px) {
  .mega-menu .drop-down-multilevel li.activeTriggerMobile {
    background: #db2d2e;
  }
  .mega-menu .drop-down-multilevel li.activeTriggerMobile > a {
    color: #ffffff;
  }
  .mega-menu .drop-down-multilevel li.activeTriggerMobile > a i.fa {
    color: #ffffff;
  }
}
.mega-menu .menu-links > li.active .drop-down-multilevel a { color: #323232; }
.mega-menu .menu-links > li.active .drop-down-multilevel a:hover { color: #db2d2e; }
.mega-menu .drop-down-multilevel a, .navbar-dark .drop-down-multilevel a {
  margin: 0;
  padding: 10px 10px;
  font-size: 0.8125em;
/*   text-transform: capitalize; */
  display: inline-block;  
  float: left;
  width: 100%;
  color: #323232 !important;
  -webkit-transition: color 200ms ease;
          transition: color 200ms ease;
  /*min-height: 48px;*/
}
.mega-menu .drop-down-multilevel.messages-sm a{
	padding: 7px 2px;
	}
.mega-menu .drop-down-multilevel.wide.messages-sm {
    min-width: 360px;
}
a.navbar-brand{
	width:170px;
}
@media screen and (max-width: 892px) {
	 a.navbar-brand{
		width:155px;
	    margin-top: 2px;
	}
}
@media screen and (max-width: 380px) {
	 a.navbar-brand{
		width:145px;
	    margin-top: 3px;
	}
}
@media screen and (max-width: 370px){
a.navbar-brand {
    width: 125px;
    margin-top: 3px;
}
.nav-link, .navbar {
    padding: .5rem 0.5rem;
}
}
li.menu_notifications.open > .drop-down-multilevel.effect-fade {
    opacity: 1;
    visibility: visible;
    display: block;
}
.mega-menu .drop-down-multilevel i.fa, .navbar-dark .drop-down-multilevel i.fa{
  float: left;
  line-height: 1.375em;
  font-size: 1em;
  display: block;
  padding-right: 10px;
  -webkit-transition: color 200ms ease;
          transition: color 200ms ease;
}
.mega-menu .drop-down-multilevel i.fa.fa-indicator, .navbar-dark .drop-down-multilevel i.fa.fa-indicator{
  float: right;
  line-height: 30px;
  font-size: 1em;
  display: block;
  padding-left: 10px;
  padding-right: 0;
}
@media screen and (max-width: 892px) {
  .mega-menu .drop-down-multilevel i.fa.fa-indicator,  .navbar-dark .drop-down-multilevel i.fa.fa-indicator{
    float: right;
    height: 50px;
    position: absolute;
    top: 0;
    right: 20px;
    line-height: 50px;
    z-index: -1;
  }
}
.mega-menu .drop-down-multilevel .drop-down-multilevel, .navbar-dark .drop-down-multilevel .drop-down-multilevel {
  /*------------------------------------------------------ SECOND LEVEL */
  left: 100%;
  top: 0;
}
@media screen and (min-width: 893px) {
  .mega-menu .drop-down-multilevel .drop-down-multilevel.left-side, .navbar-dark .drop-down-multilevel .drop-down-multilevel.left-side {
    /*--------------------------------------------------- ALIGN SECOND LEVEL DROP DOWN LEFT SIDE */
    left: -100%;
  }
}
@media screen and (max-width: 892px) {
  .mega-menu .drop-down-multilevel .drop-down-multilevel, .navbar-dark .drop-down-multilevel .drop-down-multilevel{
    left: 0;
    border: 1px solid #cccccc;
  }
}
.mega-menu .drop-down,
.mega-menu .drop-down-tab-bar {
  /*--------------------------------------------------------- GRID DROP DOWN */
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  background: #ffffff;
  float: left;
  padding: 10px;
  z-index: 999;
  display: block;
  cursor: default;
  overflow: hidden;
  /*-------------------------------------------------------- 12 COLUMNS FLUID GRID WITH NESTED COLUMNS */
}
.mega-menu .drop-down *,
.mega-menu .drop-down-tab-bar * {
  color: #323232;
}


@media screen and (min-width: 893px) {
  .mega-menu .drop-down.menu-bg,
  .mega-menu .drop-down-tab-bar {
  background: rgba(255, 255, 255, 1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  }

.mega-menu .drop-down.menu-bg [class*="grid-col-"] { 
   padding:10px 10px 0;
  }
 .mega-menu .rev-slider { background: #fff; padding: 7px 12px;  }
 .mega-menu .rev-slider p { display: inline-block; padding: 0px 10px; margin-bottom: 0px !important; line-height: 0px !important; } 
 .mega-menu .rev-slider a { display: inline-block; font-size: 13px !important; color: #01a9da; width: inherit !important; padding: 5px 0px; } 
 .mega-menu .rev-slider a:hover { color: #323232 !important; }
 }

@media screen and (min-width: 893px) {
  .mega-menu .drop-down,
  .mega-menu .drop-down-tab-bar {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    border-top:5px solid #db2d2e;
    border-radius: 0px !important;
    box-shadow: 0 0px 0px 1px rgba(0, 0, 0, 0.05);
  }
}
@media screen and (max-width: 892px) {
  .mega-menu .drop-down,
  .mega-menu .drop-down-tab-bar {
    width: 100% !important;
    top: 0;
    left: 0;
    position: relative;
    display: none;
  }
}
@media screen and (max-width: 892px) {
.navbar-dark .drop-down,
  .navbar-dark .drop-down-tab-bar{
  	width: 100% !important;
    top: 0;
    left: 0;
    position: relative;
    display: none;
  }
}
.mega-menu .drop-down .grid-row,
.mega-menu .drop-down-tab-bar .grid-row {
  margin: 0;
  padding: 0;
  min-height: 1px;
  width: 100%;
  float: left;
  clear: both;
}
.mega-menu .drop-down [class*="grid-col-"],
.mega-menu .drop-down-tab-bar [class*="grid-col-"] {
  margin: 0;
  float: left;
  padding: 10px;
  position: relative;
}

.mega-menu .drop-down .grid-col-1,
.mega-menu .drop-down-tab-bar .grid-col-1 {
  width: 8.333333333333333%;
}

.mega-menu .drop-down .grid-col-2,
.mega-menu .drop-down-tab-bar .grid-col-2 {
  width: 16.66666666666667%;
}

.mega-menu .drop-down .grid-col-3,
.mega-menu .drop-down-tab-bar .grid-col-3 {
  width: 25%;
}

.mega-menu .drop-down .grid-col-4,
.mega-menu .drop-down-tab-bar .grid-col-4 {
  width: 33.33333333333333%;
}

.mega-menu .drop-down .grid-col-5,
.mega-menu .drop-down-tab-bar .grid-col-5 {
  width: 41.66666666666667%;
}

.mega-menu .drop-down .grid-col-6,
.mega-menu .drop-down-tab-bar .grid-col-6 {
  width: 50%;
}

.mega-menu .drop-down .grid-col-7,
.mega-menu .drop-down-tab-bar .grid-col-7 {
  width: 58.33333333333333%;
}

.mega-menu .drop-down .grid-col-8,
.mega-menu .drop-down-tab-bar .grid-col-8 {
  width: 66.66666666666667%;
}

.mega-menu .drop-down .grid-col-9,
.mega-menu .drop-down-tab-bar .grid-col-9 {
  width: 75%;
}

.mega-menu .drop-down .grid-col-10,
.mega-menu .drop-down-tab-bar .grid-col-10 {
  width: 83.33333333333333%;
}

.mega-menu .drop-down .grid-col-11,
.mega-menu .drop-down-tab-bar .grid-col-11 {
  width: 91.66666666666667%;
}

.mega-menu .drop-down .grid-col-12,
.mega-menu .drop-down-tab-bar .grid-col-12 {
  width: 100%;
}

.mega-menu .drop-down.grid-col-1,
.mega-menu .drop-down-tab-bar.grid-col-1 {
  width: 8.333333333333333%;
}

.mega-menu .drop-down.grid-col-2,
.mega-menu .drop-down-tab-bar.grid-col-2 {
  width: 16.66666666666667%;
}

.mega-menu .drop-down.grid-col-3,
.mega-menu .drop-down-tab-bar.grid-col-3 {
  width: 25%;
}

.mega-menu .drop-down.grid-col-4,
.mega-menu .drop-down-tab-bar.grid-col-4 {
  width: 33.33333333333333%;
}

.mega-menu .drop-down.grid-col-5,
.mega-menu .drop-down-tab-bar.grid-col-5 {
  width: 41.66666666666667%;
}

.mega-menu .drop-down.grid-col-6,
.mega-menu .drop-down-tab-bar.grid-col-6 {
  width: 50%;
}

.mega-menu .drop-down.grid-col-7,
.mega-menu .drop-down-tab-bar.grid-col-7 {
  width: 58.33333333333333%;
}

.mega-menu .drop-down.grid-col-8,
.mega-menu .drop-down-tab-bar.grid-col-8 {
  width: 66.66666666666667%;
}

.mega-menu .drop-down.grid-col-9,
.mega-menu .drop-down-tab-bar.grid-col-9 {
  width: 75%;
}

.mega-menu .drop-down.grid-col-10,
.mega-menu .drop-down-tab-bar.grid-col-10 {
  width: 83.33333333333333%;
}

.mega-menu .drop-down.grid-col-11,
.mega-menu .drop-down-tab-bar.grid-col-11 {
  width: 91.66666666666667%;
}

.mega-menu .drop-down.grid-col-12,
.mega-menu .drop-down-tab-bar.grid-col-12 {
  width: 100%;
  left: 0;
}

@media screen and (max-width: 892px) {
  .mega-menu .drop-down [class*="grid-col-"],
  .mega-menu .drop-down-tab-bar [class*="grid-col-"] {
    width: 50%;
  }
}

@media screen and (max-width: 892px) {
  .mega-menu .drop-down [class*="grid-col-"],
  .mega-menu .drop-down-tab-bar [class*="grid-col-"] {
    width: 100%;
  }
}

.mega-menu .drop-down.grid-demo span,
.mega-menu .drop-down-tab-bar.grid-demo span {
  float: left;
  display: inline-block;
  width: 100%;
  padding: 4px 6px;
  background: #bfbfbf;
  font-size: 0.75em;
  color: #323232;
}

.mega-menu .drop-down .space-0,
.mega-menu .drop-down-tab-bar .space-0 {
  /*--------------------------------------------------------- SPACE 0 CLASS */
  padding: 0 !important;
  margin: 0 !important;
}

.mega-menu .drop-down a,
.mega-menu .drop-down-tab-bar a {
  font-size: 0.8125em;
  display: inline-block;
  padding: 7px 0;
  width: 100%;
  max-width: 100%;
  text-transform: capitalize;
}

.mega-menu .drop-down h1,
.mega-menu .drop-down h2,
.mega-menu .drop-down h3,
.mega-menu .drop-down h4,
.mega-menu .drop-down h5,
.mega-menu .drop-down h6,
.mega-menu .drop-down-tab-bar h1, .mega-menu .drop-down-tab-bar h2, .mega-menu .drop-down-tab-bar h3, .mega-menu .drop-down-tab-bar h4, .mega-menu .drop-down-tab-bar h5, .mega-menu .drop-down-tab-bar h6 {
  margin-top: 0;
  font-weight: 700;
}

.mega-menu .drop-down h1,
.mega-menu .drop-down-tab-bar h1 {
  font-size: 1.5em;
  line-height: 1;
  padding-top: 0.53em;
  margin-bottom: 0.5em;
}

.mega-menu .drop-down h2,
.mega-menu .drop-down-tab-bar h2 {
  font-size: 1.375em;
  padding-top: 0.25em;
  margin-bottom: 0.5em;
}

.mega-menu .drop-down h3,
.mega-menu .drop-down-tab-bar h3 {
  font-size: 1.125em;
  line-height: 1;
  padding-top: 0.35em;
  margin-bottom: 0.65em;
}

.mega-menu .drop-down h4,
.mega-menu .drop-down-tab-bar h4 {
  font-size: 1em;
  text-transform: capitalize;
  line-height: 1.25;
  padding-top: 0.45em;
  margin-bottom: 0px;
  padding-left: 8px;
  letter-spacing: 0px;
}

.mega-menu .drop-down h5,
.mega-menu .drop-down-tab-bar h5 {
  font-size: 0.875em;
  font-weight: bold;
  padding-top: 0.6em;
  margin-bottom: 0.9em;
}

.mega-menu .drop-down h6,
.mega-menu .drop-down-tab-bar h6 {
  font-size: 0.75em;
  font-weight: bold;
  margin-bottom: 0;
}

.mega-menu .drop-down figure img,
.mega-menu .drop-down-tab-bar figure img {
  width: 100%;
  height: auto;
  display: block;
}

.mega-menu .drop-down figcaption,
.mega-menu .drop-down-tab-bar figcaption {
  font-size: small;
  font-style: italic;
  color: #666666;
}

.mega-menu .drop-down ul,
.mega-menu .drop-down ol,
.mega-menu .drop-down dl,
.mega-menu .drop-down-tab-bar ul, .mega-menu .drop-down-tab-bar ol, .mega-menu .drop-down-tab-bar dl {
  padding: 0;
  margin: 0 0 14px;
}

.mega-menu .drop-down form,
.mega-menu .drop-down-tab-bar form {
  margin-bottom: 1.5em;
}

.mega-menu .drop-down form ul,
.mega-menu .drop-down-tab-bar form ul {
  list-style: none none;
  margin: 0;
  padding: 0;
}

.mega-menu .drop-down form ul li,
.mega-menu .drop-down-tab-bar form ul li {
  *zoom: 1;
  margin-bottom: 1.5em;
}

.mega-menu .drop-down form ul li:before,
.mega-menu .drop-down form ul li:after,
.mega-menu .drop-down-tab-bar form ul li:before, .mega-menu .drop-down-tab-bar form ul li:after {
  content: "";
  display: table;
}

.mega-menu .drop-down form ul li:after,
.mega-menu .drop-down-tab-bar form ul li:after {
  clear: both;
}

.mega-menu .drop-down fieldset,
.mega-menu .drop-down-tab-bar fieldset {
  margin: 0;
  padding: 1.5em;
}

.mega-menu .drop-down label,
.mega-menu .drop-down-tab-bar label {
  display: block;
}

.mega-menu .drop-down label.inline,
.mega-menu .drop-down-tab-bar label.inline {
  display: inline;
  padding-right: 24px;
}

.mega-menu .drop-down input[type="text"],
.mega-menu .drop-down input[type="url"],
.mega-menu .drop-down input[type="email"],
.mega-menu .drop-down input[type="password"],
.mega-menu .drop-down input[type="search"],
.mega-menu .drop-down input[type="number"],
.mega-menu .drop-down input[type="date"],
.mega-menu .drop-down input[type="month"],
.mega-menu .drop-down input[type="week"],
.mega-menu .drop-down input[type="time"],
.mega-menu .drop-down input[type="datetime"],
.mega-menu .drop-down input[type="datetime-local"],
.mega-menu .drop-down input[type="tel"],
.mega-menu .drop-down textarea,
.mega-menu .drop-down-tab-bar input[type="text"], .mega-menu .drop-down-tab-bar input[type="url"], .mega-menu .drop-down-tab-bar input[type="email"], .mega-menu .drop-down-tab-bar input[type="password"], .mega-menu .drop-down-tab-bar input[type="search"], .mega-menu .drop-down-tab-bar input[type="number"], .mega-menu .drop-down-tab-bar input[type="date"], .mega-menu .drop-down-tab-bar input[type="month"], .mega-menu .drop-down-tab-bar input[type="week"], .mega-menu .drop-down-tab-bar input[type="time"], .mega-menu .drop-down-tab-bar input[type="datetime"], .mega-menu .drop-down-tab-bar input[type="datetime-local"], .mega-menu .drop-down-tab-bar input[type="tel"], .mega-menu .drop-down-tab-bar textarea {
  display: block;
  width: 100%;
  margin: 0 0 0.75em;
  padding: 10px;
  font-size: 0.8125em;
  border: 1px solid #e8e8e8;
  line-height: 1.5em;
  font-family: 'Roboto', sans-serif;
}

.mega-menu .drop-down select,
.mega-menu .drop-down-tab-bar select {
  width: 100%;
  height: 2.1em;
  margin-bottom: 0.9em;
  border: 1px solid #cccccc;
  font-family: 'Roboto', sans-serif;
}

.mega-menu .drop-down input[type="range"],
.mega-menu .drop-down input[type="color"],
.mega-menu .drop-down-tab-bar input[type="range"], .mega-menu .drop-down-tab-bar input[type="color"] {
  vertical-align: middle;
  height: 1.5em;
  width: 100%;
  font-family: 'Roboto', sans-serif;
}

.mega-menu .drop-down input[type="range"],
.mega-menu .drop-down-tab-bar input[type="range"] {
  height: 1.4em;
}

.mega-menu .drop-down input[type="color"],
.mega-menu .drop-down-tab-bar input[type="color"] {
  width: 1.5em;
  font-family: 'Roboto', sans-serif;
}

.mega-menu .drop-down input[type="time"],
.mega-menu .drop-down-tab-bar input[type="time"] {
  margin: 0 0 0.55em;
}

.mega-menu .drop-down progress,
.mega-menu .drop-down meter,
.mega-menu .drop-down-tab-bar progress, .mega-menu .drop-down-tab-bar meter {
  display: block;
  width: 100%;
  height: 1.5em;
}

.mega-menu .drop-down table,
.mega-menu .drop-down-tab-bar table {
  margin-bottom: 1.4em;
  width: 100%;
  border: 1px solid #cccccc;
}

.mega-menu .drop-down thead,
.mega-menu .drop-down-tab-bar thead {
  text-align: left;
  font-weight: bold;
}

.mega-menu .drop-down tbody tr:nth-child(even) td,
.mega-menu .drop-down-tab-bar tbody tr:nth-child(even) td {
  background: #dddddd;
}

.mega-menu .drop-down tfoot,
.mega-menu .drop-down-tab-bar tfoot {
  font-style: italic;
}

.mega-menu .drop-down tfoot td,
.mega-menu .drop-down tfoot th,
.mega-menu .drop-down-tab-bar tfoot td, .mega-menu .drop-down-tab-bar tfoot th {
  padding: 0.75em 10px;
}

.mega-menu .drop-down th,
.mega-menu .drop-down td,
.mega-menu .drop-down caption,
.mega-menu .drop-down-tab-bar th, .mega-menu .drop-down-tab-bar td, .mega-menu .drop-down-tab-bar caption {
  border: 1px solid #cccccc;
}

.mega-menu .drop-down td,
.mega-menu .drop-down th,
.mega-menu .drop-down-tab-bar td, .mega-menu .drop-down-tab-bar th {
  padding: 0 10px 0 10px;
  line-height: 1.45em;
}

.mega-menu .drop-down caption,
.mega-menu .drop-down-tab-bar caption {
  border-bottom: 0;
  padding: 0.75em 10px;
  line-height: 1.45em;
  text-align: left;
  font-style: italic;
}

.mega-menu .drop-down p,
.mega-menu .drop-down-tab-bar p {
  margin: 0 0 1.5em 0;
  font-size: 0.8125em;
}

.mega-menu .drop-down blockquote,
.mega-menu .drop-down-tab-bar blockquote {
  margin: 0 1.5em 1.5em;
  font-style: italic;
}

.mega-menu .drop-down mark,
.mega-menu .drop-down-tab-bar mark {
  line-height: 1.5;
  background: #78aace;
  color: #ffffff;
}

.mega-menu .drop-down del,
.mega-menu .drop-down-tab-bar del {
  color: #dddddd;
}

.mega-menu .drop-down code,
.mega-menu .drop-down kbd,
.mega-menu .drop-down pre,
.mega-menu .drop-down samp,
.mega-menu .drop-down-tab-bar code, .mega-menu .drop-down-tab-bar kbd, .mega-menu .drop-down-tab-bar pre, .mega-menu .drop-down-tab-bar samp {
  font-family: 'Roboto', sans-serif;
}

.mega-menu .drop-down ins,
.mega-menu .drop-down small,
.mega-menu .drop-down-tab-bar ins, .mega-menu .drop-down-tab-bar small {
  line-height: 1.5;
}

.mega-menu .drop-down kbd,
.mega-menu .drop-down samp,
.mega-menu .drop-down-tab-bar kbd, .mega-menu .drop-down-tab-bar samp {
  line-height: 1.4;
}

.mega-menu .drop-down hr,
.mega-menu .drop-down-tab-bar hr {
  background: #cccccc;
  color: #cccccc;
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 0 0 1.4em;
  border: none;
}

.mega-menu .drop-down input[type="submit"],
.mega-menu .drop-down input[type="button"],
.mega-menu .drop-down-tab-bar input[type="submit"], .mega-menu .drop-down-tab-bar input[type="button"] {
  background: #db2d2e;
  padding: 10px 20px;
  margin: 5px 10px 0 0;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5em;
  font-weight: 600;
  font-size: 0.8125em;
  color: #ffffff;
  border-radius: 0;
  display: block;
  float: left;
  -webkit-transition: background-color 200ms ease;
          transition: background-color 200ms ease;
}

.mega-menu .drop-down input[type="submit"]:hover,
.mega-menu .drop-down input[type="button"]:hover,
.mega-menu .drop-down-tab-bar input[type="submit"]:hover, .mega-menu .drop-down-tab-bar input[type="button"]:hover {
  background-color: #333333;
}

@media screen and (max-width: 892px) {
  .mega-menu .drop-down input[type="submit"],
  .mega-menu .drop-down input[type="button"],
  .mega-menu .drop-down-tab-bar input[type="submit"], .mega-menu .drop-down-tab-bar input[type="button"] {
    width: 100%;
  }
}

.mega-menu .drop-down a,
.mega-menu .drop-down-tab-bar a {
  -webkit-transition: color 200ms ease;
          transition: color 200ms ease;
}

.mega-menu .drop-down a:hover,
.mega-menu .drop-down-tab-bar a:hover {
  color: #db2d2e;
}
.mega-menu .drop-down a i,
.mega-menu .drop-down-tab-bar a i {
   transition: all 0.2s ease-in-out;
   -webkit-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
}

.mega-menu .drop-down a:hover i,
.mega-menu .drop-down-tab-bar a:hover i {
  color: #db2d2e;
}

@media screen and (max-width: 892px) {
  .mega-menu .drop-down a,
  .mega-menu .drop-down-tab-bar a {
    width: auto;
  }
}

/*.mega-menu .drop-down ::-moz-selection,
.mega-menu .drop-down-tab-bar ::-moz-selection {
  background: #ffb9ad;
}

.mega-menu .drop-down ::selection,
.mega-menu .drop-down-tab-bar ::selection {
  background: #ffb9ad;
}*/

.mega-menu .drop-down .list-description span,
.mega-menu .drop-down-tab-bar .list-description span {
  color: #aeaeae;
  display: inline-block;
  width: 100%;
}

.mega-menu .drop-down .image-description,
.mega-menu .drop-down-tab-bar .image-description {
  position: relative;
}

.mega-menu .drop-down .image-description img,
.mega-menu .drop-down-tab-bar .image-description img {
  display: inline-block;
  float: left;
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  height: 40px;
  width: 40px;
}

.mega-menu .drop-down .image-description a,
.mega-menu .drop-down-tab-bar .image-description a {
  padding-left: 50px;
}

.mega-menu .drop-down .image-description span,
.mega-menu .drop-down-tab-bar .image-description span {
  color: #aeaeae;
  display: inline-block;
  width: 100%;
}

.mega-menu .drop-down i.fa,
.mega-menu .drop-down-tab-bar i.fa {
  padding-right: 10px;
}

.mega-menu .drop-down iframe,
.mega-menu .drop-down-tab-bar iframe {
  width: 100%;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  border: none;
}

@media screen and (min-width: 893px) {
  .mega-menu .drop-down.offset-1,
  .mega-menu .drop-down-tab-bar.offset-1 {
    /*------------------------------------------- OFFSET CLASSES FOR DROP DOWN */
    margin-left: 100px;
  }
  .mega-menu .drop-down.offset-2,
  .mega-menu .drop-down-tab-bar.offset-2 {
    margin-left: -150px;
  }
  .mega-menu .drop-down.offset-3,
  .mega-menu .drop-down-tab-bar.offset-3 {
    margin-left: -200px;
  }
  .mega-menu .drop-down.offset-4,
  .mega-menu .drop-down-tab-bar.offset-4 {
    margin-left: -250px;
  }
  .mega-menu .drop-down.offset-5,
  .mega-menu .drop-down-tab-bar.offset-5 {
    margin-left: -300px;
  }
}

.mega-menu .drop-down .menu-contact-form,
.mega-menu .drop-down-tab-bar .menu-contact-form {
  /*------------------------------------------------------- MENU CONTACT FORM */
  margin: 0;
  display: block;
  float: left;
  width: 100%;
  background: #f7f7f7;
  padding: 20px;
}

.mega-menu .mobileTriggerButton {
  /*---------------------------------------------------- MOBILE CLICK TRIGGER JQUERY DIV */
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  display: none;
  z-index: -1;
}

@media screen and (max-width: 892px) {
  .mega-menu .mobileTriggerButton {
    display: block;
  }
}

.mega-menu .desktopTriggerButton {
  /*--------------------------------------------------- DESKTOP CLICK TRIGGER JQUERY DIV */
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: block;
  opacity: .2;
}

@media screen and (max-width: 892px) {
  .mega-menu .desktopTriggerButton {
    display: none;
  }
}

@media screen and (min-width: 893px) {
  .mega-menu.desktopTopFixed .menu-list-items {
    /*--------------------------------------------------------- TOP FIXED FOR DESKTOP */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    padding: 0px 10px;
    background: #323232;
  }
  .mega-menu.desktopTopFixed .menu-list-items .drop-down.grid-col-12,
  .mega-menu.desktopTopFixed .menu-list-items .drop-down-tab-bar.grid-col-12 {
    width: 100%;
    margin: 0px;
  }
  .mega-menu.desktopTopFixed .menu-list-items .menu-logo > li > a img {
    height: 32px;
    padding-top: 0px;
    /*margin: 15px 0px;*/
    /*width: 75%;*/
   }
   .mega-menu.desktopTopFixed .menu-list-items .menu-links > li > a { 
    line-height: 72px;
  }
}

@media screen and (max-width: 892px) {
  .mega-menu.mobileTopFixed .menu-list-items {
    /*--------------------------------------------------------- TOP FIXED FOR MOBILE */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
  }
}

.mega-menu .drop-down-tab-bar {
  /*----------------------------------------------------------- DROP DOWN TAB BAR */
  margin: 0;
  padding: 10px;
  float: left;
}

.mega-menu .drop-down-tab-bar li {
  float: left;
  margin: 0;
  padding: 0;
  display: block;
}

@media screen and (max-width: 992px) {
  .mega-menu .drop-down-tab-bar li {
    width: 100%;
    position: relative;
  }
}

.mega-menu .drop-down-tab-bar a {
  float: left;
  width: 100%;
  display: inline-block;
  padding: 5px 10px;
  font-size: 0.8125em;
}

@media screen and (max-width: 892px) {
  .mega-menu .drop-down-tab-bar a {
    width: auto;
    padding-right: 20px;
  }
}

.mega-menu .drop-down-tab-bar i.fa {
  display: inline-block;
  padding-right: 5px;
}

.mega-menu .drop-down-tab-bar i.fa.fa-indicator {
  padding-right: 0;
  padding-left: 10px;
  line-height: 0.8125em;
}

@media screen and (max-width: 892px) {
  .mega-menu .drop-down-tab-bar i.fa.fa-indicator {
    float: right;
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    line-height: 25px;
  }
}

@media screen and (min-width: 893px) {
  .mega-menu .menu-links li.hoverTrigger > .drop-down.effect-scale,
  .mega-menu .menu-links li.hoverTrigger > .drop-down-tab-bar.effect-scale,
  .mega-menu .menu-links li.hoverTrigger > .drop-down-multilevel.effect-scale,
  .mega-menu .menu-links li.ClickTrigger .drop-down.effect-scale,
  .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-scale,
  .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-scale {
    /*--------------------------------------------- effect scale */
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  .mega-menu .menu-links li.hoverTrigger > .drop-down.effect-expand-top,
  .mega-menu .menu-links li.hoverTrigger > .drop-down-tab-bar.effect-expand-top,
  .mega-menu .menu-links li.hoverTrigger > .drop-down-multilevel.effect-expand-top,
  .mega-menu .menu-links li.ClickTrigger .drop-down.effect-expand-top,
  .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-expand-top,
  .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-expand-top {
    /*--------------------------------------------- effect expand top*/
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  .mega-menu .menu-links li.hoverTrigger > .drop-down.effect-expand-bottom,
  .mega-menu .menu-links li.hoverTrigger > .drop-down-tab-bar.effect-expand-bottom,
  .mega-menu .menu-links li.hoverTrigger > .drop-down-multilevel.effect-expand-bottom,
  .mega-menu .menu-links li.ClickTrigger .drop-down.effect-expand-bottom,
  .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-expand-bottom,
  .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-expand-bottom {
    /*--------------------------------------------- effect expand bottom*/
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  .mega-menu .menu-links li.hoverTrigger > .drop-down.effect-expand-left,
  .mega-menu .menu-links li.hoverTrigger > .drop-down-tab-bar.effect-expand-left,
  .mega-menu .menu-links li.hoverTrigger > .drop-down-multilevel.effect-expand-left,
  .mega-menu .menu-links li.ClickTrigger .drop-down.effect-expand-left,
  .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-expand-left,
  .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-expand-left {
    /*--------------------------------------------- effect expand left*/
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  .mega-menu .menu-links li.hoverTrigger > .drop-down.effect-expand-right,
  .mega-menu .menu-links li.hoverTrigger > .drop-down-tab-bar.effect-expand-right,
  .mega-menu .menu-links li.hoverTrigger > .drop-down-multilevel.effect-expand-right,
  .mega-menu .menu-links li.ClickTrigger .drop-down.effect-expand-right,
  .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-expand-right,
  .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-expand-right {
    /*--------------------------------------------- effect expand right*/
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  .mega-menu .menu-links li.hoverTrigger:hover > .drop-down,
  .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-tab-bar,
  .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-multilevel,
  .mega-menu .menu-links li.ClickTrigger .drop-down.active,
  .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active,
  .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active {
    -webkit-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }
  .mega-menu .menu-links li.hoverTrigger:hover > .drop-down.effect-fade,
  .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-tab-bar.effect-fade,
  .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-multilevel.effect-fade,
  .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-fade,
  .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-fade,
  .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-fade {
    /*------------------------------------------- DROP DOWN EFFECTS :::: fade-effect */
    opacity: 1;
    visibility: visible;
  }
  li.hoverTrigger:hover > .drop-down-multilevel.effect-fade{
    /*------------------------------------------- DROP DOWN EFFECTS :::: fade-effect */
    opacity: 1;
    visibility: visible;
  }
  .mega-menu .menu-links li.hoverTrigger:hover > .drop-down.effect-scale,
  .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-tab-bar.effect-scale,
  .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-multilevel.effect-scale,
  .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-scale,
  .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-scale,
  .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-scale {
    /*--------------------------------------------- effect scale */
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .mega-menu .menu-links li.hoverTrigger:hover > .drop-down.effect-expand-top,
  .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-tab-bar.effect-expand-top,
  .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-multilevel.effect-expand-top,
  .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-expand-top,
  .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-expand-top,
  .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-expand-top {
    /*--------------------------------------------- effect expand top*/
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  .mega-menu .menu-links li.hoverTrigger:hover > .drop-down.effect-expand-bottom,
  .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-tab-bar.effect-expand-bottom,
  .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-multilevel.effect-expand-bottom,
  .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-expand-bottom,
  .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-expand-bottom,
  .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-expand-bottom {
    /*--------------------------------------------- effect expand bottom*/
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  .mega-menu .menu-links li.hoverTrigger:hover > .drop-down.effect-expand-left,
  .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-tab-bar.effect-expand-left,
  .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-multilevel.effect-expand-left,
  .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-expand-left,
  .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-expand-left,
  .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-expand-left {
    /*--------------------------------------------- effect expand left*/
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  .mega-menu .menu-links li.hoverTrigger:hover > .drop-down.effect-expand-right,
  .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-tab-bar.effect-expand-right,
  .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-multilevel.effect-expand-right,
  .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-expand-right,
  .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-expand-right,
  .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-expand-right {
    /*--------------------------------------------- effect expand right */
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@media screen and (max-width: 892px) {
  .mega-menu .menu-links li .drop-down,
  .mega-menu .menu-links li .drop-down-tab-bar,
  .mega-menu .menu-links li .drop-down-multilevel {
    -webkit-transition: none !important;
            transition: none !important;
  }
}

@media screen and (min-width: 893px) {
  .mega-menu.vertical-left,
  .mega-menu.vertical-right {
    /*----------------------------------------------------- VERTICAL LEFT OR VERTICAL RIGHT */
    float: left;
    width: auto;
    display: block;
    max-width: 250px;
  }
  .mega-menu.vertical-left .menu-logo,
  .mega-menu.vertical-right .menu-logo {
    clear: both;
    width: 100%;
  }
  .mega-menu.vertical-left .menu-logo > li,
  .mega-menu.vertical-right .menu-logo > li {
    width: 100%;
  }
  .mega-menu.vertical-left .menu-logo > li > a,
  .mega-menu.vertical-right .menu-logo > li > a {
    width: 100%;
  }
  .mega-menu.vertical-left .menu-links,
  .mega-menu.vertical-right .menu-links {
    clear: both;
    width: 100%;
  }
  .mega-menu.vertical-left .menu-links > li,
  .mega-menu.vertical-right .menu-links > li {
    clear: both;
    width: 100%;
    position: relative;
  }
  .mega-menu.vertical-left .menu-links > li > a,
  .mega-menu.vertical-right .menu-links > li > a {
    width: 100%;
    position: relative;
    line-height: 48px;
  }
  .mega-menu.vertical-left .menu-links > li > a i.fa.fa-indicator,
  .mega-menu.vertical-right .menu-links > li > a i.fa.fa-indicator {
    float: right;
    line-height: 48px;
  }
  .mega-menu.vertical-left .menu-social-bar,
  .mega-menu.vertical-right .menu-social-bar {
    width: 100%;
    text-align: center;
  }
  .mega-menu.vertical-left .menu-social-bar > li,
  .mega-menu.vertical-right .menu-social-bar > li {
    display: inline-block;
    float: none;
  }
  .mega-menu.vertical-left .menu-social-bar > li > a,
  .mega-menu.vertical-right .menu-social-bar > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mega-menu.vertical-left .drop-down-multilevel,
  .mega-menu.vertical-right .drop-down-multilevel {
    top: 0;
    left: 100%;
  }
  .mega-menu.vertical-left .drop-down,
  .mega-menu.vertical-left .drop-down-tab-bar,
  .mega-menu.vertical-right .drop-down, .mega-menu.vertical-right .drop-down-tab-bar {
    left: 100%;
    top: 0;
    min-width: 600px;
  }
  .mega-menu.vertical-left .drop-down.grid-col-12,
  .mega-menu.vertical-left .drop-down-tab-bar.grid-col-12,
  .mega-menu.vertical-right .drop-down.grid-col-12, .mega-menu.vertical-right .drop-down-tab-bar.grid-col-12 {
    min-width: 1000px;
  }
  .mega-menu.vertical-left .offset-1,
  .mega-menu.vertical-left .offset-2,
  .mega-menu.vertical-left .offset-3,
  .mega-menu.vertical-left .offset-4,
  .mega-menu.vertical-left .offset-5,
  .mega-menu.vertical-right .offset-1,
  .mega-menu.vertical-right .offset-2,
  .mega-menu.vertical-right .offset-3,
  .mega-menu.vertical-right .offset-4,
  .mega-menu.vertical-right .offset-5 {
    margin-left: 0;
  }
  .mega-menu.vertical-left .offset-1-vertical,
  .mega-menu.vertical-right .offset-1-vertical {
    margin-top: -100px !important;
  }
  .mega-menu.vertical-left .offset-2-vertical,
  .mega-menu.vertical-right .offset-2-vertical {
    margin-top: -150px !important;
  }
  .mega-menu.vertical-left .offset-3-vertical,
  .mega-menu.vertical-right .offset-3-vertical {
    margin-top: -200px !important;
  }
  .mega-menu.vertical-left .offset-4-vertical,
  .mega-menu.vertical-right .offset-4-vertical {
    margin-top: -250px !important;
  }
  .mega-menu.vertical-left .offset-5-vertical,
  .mega-menu.vertical-right .offset-5-vertical {
    margin-top: -300px !important;
  }
  .mega-menu.vertical-left.desktopTopFixed,
  .mega-menu.vertical-right.desktopTopFixed {
    float: left;
    right: auto;
    padding: 0;
    height: 100%;
  }
  .mega-menu.vertical-left.desktopTopFixed .menu-list-items,
  .mega-menu.vertical-right.desktopTopFixed .menu-list-items {
    padding: 0;
    height: 100%;
  }
  .mega-menu.vertical-left.desktopTopFixed .drop-down,
  .mega-menu.vertical-left.desktopTopFixed .drop-down-tab-bar,
  .mega-menu.vertical-right.desktopTopFixed .drop-down, .mega-menu.vertical-right.desktopTopFixed .drop-down-tab-bar {
    margin: 0;
  }
  .mega-menu.vertical-right {
    float: right;
  }
  .mega-menu.vertical-right .drop-down-multilevel {
    left: auto;
    right: 100%;
  }
}

@media screen and (min-width: 893px) and (min-width: 893px) {
  .mega-menu.vertical-right .drop-down-multilevel.left-side {
    left: 100%;
  }
}

@media screen and (min-width: 893px) {
  .mega-menu.vertical-right .drop-down, .mega-menu.vertical-right .drop-down-tab-bar {
    left: auto;
    right: 100%;
  }
  .mega-menu.vertical-right.desktopTopFixed {
    float: right;
    left: auto;
    right: 0;
    padding: 0;
    height: 100%;
  }
}
@media screen and (min-width: 993px) {
  .mega-menu.vertical-left .menu-search-bar,
  .mega-menu.vertical-right .menu-search-bar {
    width: 100%;
  }
  .mega-menu.vertical-left .menu-search-bar input,
  .mega-menu.vertical-left .menu-search-bar li,
  .mega-menu.vertical-left .menu-search-bar form,
  .mega-menu.vertical-left .menu-search-bar label,
  .mega-menu.vertical-right .menu-search-bar input, .mega-menu.vertical-right .menu-search-bar li, .mega-menu.vertical-right .menu-search-bar form, .mega-menu.vertical-right .menu-search-bar label {
    width: 100%;
    max-width: 100%;
    background: #db2d2e;
    -webkit-transition: none;
            transition: none;
  }
  .mega-menu.vertical-left .menu-search-bar input,
  .mega-menu.vertical-right .menu-search-bar input {
    padding-left: 20px;
  }
}
@media screen and (min-width: 893px) {
  .mega-menu.menuFullWidth {
    /*--------------------------------------------------- make menu full width */
    max-width: 100%;
  }
}


/*mega-menu*/
.mega-menu .menu-logo { padding: 36px 0px; }
.mega-menu .menu-logo img { height: 36px; }
.mega-menu .menu-links > li > a {line-height: 55px;/*text-transform: uppercase;*/font-size: 13px;font-weight: 500;font-family:Roboto;}
.mega-menu .drop-down-multilevel.right-menu { right: 0px; }
.mega-menu .menu-links > li:last-child > a { padding-right: 0px; }
.mega-menu .menu-links > li.active .drop-down-multilevel a { color: #555555; }
.mega-menu .menu-links > li.active .drop-down-multilevel a:hover { color: #db2d2e; }
.mega-menu .menu-links > li.active .drop-down a { color: #323232; }
.mega-menu .menu-links > li.active .drop-down li.active a { color: #db2d2e; }
.mega-menu .menu-links > li.active .drop-down a:hover { color: #db2d2e; }
.mega-menu .menu-links > li.active .drop-down li.active a i { color: #db2d2e; }
.mega-menu .menu-links > li.active .drop-down a i:hover { color: #db2d2e; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active a { color: #db2d2e; background: #f6f6f6; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a { color: #323232; background: transparent; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover { color: #db2d2e; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a { color: #db2d2e; background: #f6f6f6; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a { color: #323232; background: transparent; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a .drop-down-multilevel li a:hover { color: #db2d2e; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a { color: #db2d2e; background: #f6f6f6; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active i { color: #db2d2e; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active i { color: #db2d2e; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a i { color: #323232; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active:hover .drop-down-multilevel li a:hover i { color: #db2d2e; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover { color: #db2d2e; }
.mega-menu .row { margin-left: 0px; margin-right: 0px; }
.mega-menu .col-md-12 { padding-left: 0px; padding-right: 0px; }
.mega-menu.desktopTopFixed .menu-list-items { background: #323232; padding: 0px; }
.mega-menu.desktopTopFixed .menu-logo { padding: 20px 0px; }
.mega-menu.desktopTopFixed .search-top { padding: 26px 0; }
.mega-menu.desktopTopFixed .open .search-box { top: 72px !important; border-bottom: 1px solid #f6f6f6; }

.mega-menu .menu-links li.open > .drop-down-multilevel.effect-fade{
    opacity: 1;
    visibility: visible;
    display: block; 
}
li.menu-links.open > .drop-down-multilevel.effect-fade{
    opacity: 1;
    visibility: visible;
    display: block; 
}
@media (min-width: 768px)
{
.navbar-toggle {
    display: unset !important;
}
}
@media (min-width: 768px) and (max-width:888px)
{
.navbar-header {
    float: unset;
}
}
@media (min-width: 893px)
{
.navbar-toggle {
    display: none !important;
}
}
@media (min-width: 893px){
	.navbar-collapse.collapse.in {
	    display: block !important;
	}
}
@media (min-width: 893px){
	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.navbar-collapse.collapse {
    display: none !important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}
}
@media (min-width: 893px){
.navbar-collapse.collapse {
    display: block!important;
}
}
.menu_notifications {
	position:relative;
}
li.menu_notifications ul{
	right: -75px !important;
}
li.menu_control_panel ul{
	right: 10px !important;
}
li.hoverTrigger.language_li .effect-fade:before{
	left: 20px;
}
li.hoverTrigger.menu_control_panel .effect-fade:before{
	left: 140px;
}

@media (max-width: 892px){
li.hoverTrigger.menu_control_panel.menu-links .effect-fade.messages_list:before {
    left: unset !important;
    right: 129px;
}
li.hoverTrigger.menu_control_panel.menu-links .effect-fade:before {
    left: unset !important;
    right: 94px;
}
}
@media (min-width: 893px){
li.hoverTrigger.menu_control_panel.menu-links .effect-fade.messages_list:before {
    left: unset !important;
    right: 112px;
}
li.hoverTrigger.menu_control_panel.menu-links .effect-fade:before {
    left: unset !important;
    right: 60px;
}
}
.messages_list{
	max-height: 400px;
    overflow: auto;
}
li.menu_notifications .effect-fade:before{
	left: 296px !important;
}
.menu_notifications.show:after {
    left: 14px !important;
}
.notifications_list {
    max-height: 430px;
    overflow: auto;
}
li.menu_notifications.show:after {
    position: absolute;
    top: 51px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #27272700;
    border-left: 7px solid #5a5a5a00;
    border-bottom-color: rgb(255, 255, 255);
    content: '';
}

li.menu_notifications.menu_notifications_sm.show:after {
    top: 27px;
}
.menu_notifications.menu_notifications_sm.show:after {
    left: 2px !important;
}
ul.menu-links.mobile-menu-links ul li a {
    padding: 10px;
}
li#menu_messages.show:after {
    position: absolute;
    top: 51px;
    left: 12px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #27272700;
    border-left: 7px solid #5a5a5a00;
    border-bottom-color: rgb(255, 255, 255);
    content: '';
}
li#menu_messages ul {
    left: -213px !important;
}
li#menu_messages{
	position:relative;
}
a.last_forum_posts{
	display: block;
	padding: 0px;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.last_forum_posts_inner{
	padding-left:5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* a.last_forum_posts:hover{ */
/* 	background:#eee;	 */
/* } */

.search-top .search-btn {
    font-size: 13px;
    display: block;
    height: 20px;
    line-height: 25px;
    position: relative;
    text-indent: -9999px;
    width: 12px;
    color: #ffffff;
    -o-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -ms-transition: color 300ms ease 0s;
    -webkit-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}

.search-top {
    display: block;
    float: right;
    line-height: 20px;
    padding: 15px 15px;
    vertical-align: top;
    z-index: 999;
}
.search-top.open .search-box {
    opacity: 1 !important;
    top: 52px !important;
    visibility: visible !important;
}
.search-box {
    background: #fff;
    display: block;
    margin: 0;
    opacity: 0 !important;
    padding: 15px 0px 10px;
    position: absolute;
    right: 0;
    top: -9999px !important;
    transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 888;
    border-top: 5px solid #db2d2e;
}
.button {
    text-align: center;
    background: #db2d2e;
    color: #ffffff;
    display: inline-block;
    text-transform: capitalize;
    vertical-align: middle;
    padding: 8px 20px;
    -ms-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -ms-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    -webkit-transition-property: color;
    transition-property: color;
    -ms-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.search-top .select-styled {
    padding: 10px 15px;
}

.select-styled {
    text-align: left;
    font-size: 14px;
    color: #323232;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    padding: 8px 15px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}
.search-top .search-btn::before {
    content: "";
    font-family: FontAwesome;
    font-weight: normal;
    left: 0px;
    position: absolute;
    text-indent: 0px;
    top: 0px;
}
.search-top .search-btn:hover {
    color: #db2d2e;
}

.typeahead__result .row {
    display: block;
}
 
 .typeahead__cancel-button{
 	font-size: 16px;
 	line-height:28px !important;
 	z-index: 999;
 }
 button span.search-btn{
 	width: 16px !important;
    height: 16px !important;
    color: #444 !important;
    line-height: 20px !important;
 }
 .typeahead__container span button{
 	padding: 8px 15px;
 }
.typeahead__result .row  > * {
    display: table-cell;
    vertical-align: middle;
}
 
.typeahead__result .username {
    padding: 0 10px;
}
 
.typeahead__result .id {
    font-size: 12px;
    color: #777;
    font-variant: small-caps;
}
 
.typeahead__result .search-img img {
    height: 45px;
    width: auto;
    max-width: 45px;
}
 
.typeahead__result .project-logo {
    display: inline-block;
    height: 100px;
}
 
.typeahead__result .project-logo img {
    height: 100%;
}
 
.typeahead__result .project-information {
    display: inline-block;
    vertical-align: top;
    padding: 20px 0 0 20px;
}
 
.typeahead__result .project-information > span {
    display: block;
    margin-bottom: 5px;
}
 
.typeahead__result > ul > li > a small {
    padding-left: 0px;
    color: #999;
}
 
.typeahead__result .project-information li {
    font-size: 12px;
}
.typeahead__result .search-description{
	display: block;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow:hidden;
    white-space: nowrap;
    max-height: 12px;
}
ul.drop-down-multilevel>li>a{
	font-weight: 400;
    font-family: roboto;
}
span.search-title.col-xs-11 {
    font-size: 1.4em;
}
.mega-menu .menu-links li.show > .drop-down-multilevel.effect-fade, .mega-menu li.show > .drop-down-multilevel.effect-fade {
    opacity: 1;
    visibility: visible;
    display: block;
}
.collapse.show a.dropdown-toggle,.drop-down-multilevel.effect-fade a {
    font-family: "Segoe UI" !important;
    font-size: 14px !important;
    color: #3e3e3e !important;
}
.mega-menu{
	float:right;
}
.collapse.show .mega-menu{
	float:none;
}
.navbar {
    align-items: unset !important;;
}
.nav-link, .navbar {
    padding: 0.2rem 1rem;
}
@media screen and (min-width: 1600px){
	.navbar {
	    padding: 0.2rem 12rem;
	}
}
@media (max-width: 1230px){
	.search-form-navbar {
    display: none !important;
}
}
.mb-lg-0, .collapse.show .search-form-navbar {
   display: block !important;
   margin-right: 1rem !important;
}
@media (max-width: 892px){
	.hoverTrigger.show>a.dropdown-toggle {
	    background: #fafafa;
	}
}
@media (min-width: 892px){
.navbar-expand-lg .navbar-toggler {
    display: none !important;
}
}
.navbar-collapse {
    flex-basis: unset !important;
}

.navbar-brand img{
	max-height: 47px;
}
@media (max-width: 600px){
.navbar-toggler {
    font-size: 0.9rem !important;
}
.navbar-brand img{
	max-height: 40px;
}
.navbar-collapse {
    top: 64px;
}
}

@media (min-width: 576px){
.container {
    max-width: 100%;
}
}
@media (min-width: 768px){
.container {
    max-width: 100%;
}
}
@media (min-width: 1200px){
.container {
    max-width: 1140px;
}
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}


/* Register */
#register_container {
    padding: 0px;
    left: -300px;
    width: 400px;
    background: white;
    height: 147px;
    overflow: hidden;
}
#register_left {
    max-width: 200px;
    text-align: center;
    padding: 10px;
}
#register_left:hover, #register_right:hover {
    cursor: pointer;
    background: #eee;
}
#register_right {
    max-width: 200px;
    text-align: center;
    padding: 10px;
    float: right;
}

/* Register Modal */
.register_modal .modal-body{
  padding: 0;
}
@media screen and (max-width: 600px) {
  .register_modal .modal-content {
    background-size:cover !important;
    background-position: -140 -10px !important;
    width: 94vw;
  }
}
@media screen and (min-width: 601px) {
  .register_modal .modal-content {
    background-size:100%;
    background-position: 0 -10px;
    width: 94%;
  }
}
.register_modal .modal-content{
  background:url('/static/templates/css/images/jaguar.jpg');
  min-height: 320px;
  border:none;
  background-size: cover;
}
.register_modal .modal-dialog {
    width: 640px;
    max-width: unset !important;
}

@media screen and (min-width: 601px) {
  .register_modal .myflex{
  grid-template-columns: 2fr 3fr;
}
}
.register_modal .myflex{
  display:grid;
  grid-template-rows: minmax(320px, auto);
}

.register_modal .register-flex-left{
    background: rgba(38, 38, 38, 0.7);
    border-radius: 6px 0px 0px 6px;
    font-size: 13px;
}
@media screen and (max-width: 600px) {
.register-close2{
	display:block;
	margin:5px;
	color:#fff;
}
.register-close{
	display:none;
	margin:5px;
	color:#444;
}
}
@media screen and (min-width: 601px) {
.register-close2{
	display: none;
	margin:5px;
	color:#444;
}
.register-close{
	display:block;
	margin:5px;
	color:#444;
}
}
@media screen and (max-width: 600px) {
	  .register_modal .register-flex-left{
	    border-radius: 0px 0px 0px 0px !important;
	}
}
@media screen and (max-width: 600px) {
.register-flex-right {
    border-radius: 0px 0px 6px 6px !important;
}
}
@media screen and (max-width: 600px) {
	.register_modal .myflex {
	    grid-template-rows: minmax(280px, auto) !important;
	}
}
.register_modal .register-flex-left img{
  width: 140px;
  margin: 35px auto;
  display: block;
  filter: drop-shadow(2px 2px 2px #0009);
}


.register-left-content{
  display:list;
  padding: 0px 30px;
}
.register-left-content div{
  margin:auto;
  color:white;
  text-shadow: 1px 1px black;
  margin-bottom: 10px;
}
.register_modal ul.a {
    list-style-type: circle;
    color: white;
    text-shadow: 1px 1px black;
    padding-left: 0;
}

.register-flex-right{
  background:rgba(255,255,255,0.5);
  border-radius: 0px 6px 6px 0px;
}



/* Drawers */
.live_sw{
	position: fixed;
	bottom: 53px;
	right: 0px;
	width: 25px;
	height: 120px;
	background: none repeat scroll 0 0 #ca3434;
	color: white;
	font-size: 1.3em;
	padding: 5px;
	border-radius: 4px 0 0 4px;
}
.park_sw {
	position: fixed;
	bottom: 10px;
	right: 0px;
	width: 25px;
	background: #FFFFFF00;
	border-radius: 4px 0 0 4px;
}
.livepanel{
	position: fixed;
	bottom: 30px;
	top:45%;
	right:-255px;
	height: 50%;
	width:250px;
	background: white;
	box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.5);
	z-index: 10;
/* 	padding: 5px; */
}
.parked{
	position: fixed;
	bottom: 0px;
	top:0px;
	right:-255px;
	height: 100%;
	width:250px;
	background: white;
	box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.5);
	z-index: 1000;
	padding: 5px;
	z-index: 1000;
}
.prk_title{
	font-weight: bold;
	color:#333388;
	line-height: 12px;
	text-overflow:ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.prk_price{
	line-height: 12px;
	margin-left: 4px;
	line-height:15px;
	font-size: 0.96em;
	font-weight:bold;
}
.prk_img_div{
	float:left;
	width:95px;
	height:71px;
	margin-right:5px;
}
.prk_area{
	line-height: 12px;
	margin-left: 4px;
	line-height:15px;
	font-size: 13px;
}

.avatar.dropdown-toggle{
	margin-left: 20px;
    height: 39px;
    margin-top: 7px;
    margin-right: 10px;
}
.notifications_list_sm_container {
    float: left;
    margin-top: 19px;
    margin-right: 0px;
    margin-left: 18px;
}
@media screen and (max-width: 332px) {
	.avatar.dropdown-toggle{
		margin-left: 10px;
	}
	.notifications_list_sm_container{
    margin-right: 1px;
}
}
.mega-menu-mobile{
	    min-height: 45px !important;
}
.mega-menu-mobile ul{
	margin-bottom: 0 !important;
	padding:0;
}
.modal-dialog.modal-md{
    max-width: 960px;
}
.np{
	padding:0;
}
.reviews_row.clearfix.row:nth-child(odd) {
    background: #FAFAFA;
}
.reviews_row.clearfix.row {
    margin-bottom: 10px;
}
.theme-krajee-svg .filled-stars .krajee-icon-star {
    filter: invert(23%) sepia(653%) saturate(3270%) hue-rotate(322deg) brightness(105%) contrast(129%);
}
.modal-md .modal-header .close {
    padding: 0rem 1rem;
    margin: -0.2rem -1rem -1rem auto;
    color: #FFF;
}
.modal-md .modal-header{
	display: block !important;
}
.forum-name .forum-topic-count-mobile {
    font-size: .7rem;
    line-height: .8rem;
}
@media screen and (min-width: 600px) {
	.forum-name .forum-topic-count-mobile {
	    display:none;
	}
	
	}

li > ul {
    margin-bottom: 0.5rem;
}

li > p {
    margin-bottom: 0.2rem;
}