

/* -----------------------------------------
   Fixed menu navigation
----------------------------------------- */

.header-navi {
    width: 100%;
    z-index: 999;
    top:0;
}
.header-navi-inner {
    width: 100%;
    margin: 0 auto;
}
#header .row {
    /*padding-bottom: 18px;*/
}
.small-logo {
    max-width: 15%;
    float:left;
    margin:7px 0 0 2%;
}
.small-logo img {
	max-height:35px;
}
.droped-navi {
	position:fixed;
    display: none;
    left:0;
	top:-60px;
	height:56px;
	width:100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    background: #ffffff;
    background: rgba(255, 255, 255, .95);
	z-index:9999;
	padding:3px 0 0;
	opacity:0;
}
.droped-navi.active {
    display: none;
}
.droped-navi-inner {
	max-width:960px;
	margin:0 auto;
}
#drop-top-menu {
	float:right;
}
#drop-top-menu li .menu-item-wrap:before {
	display:none;
}
#header  #drop-top-menu .menu li .link-desc {
	display:none;
}
#drop-top-menu li {
	list-style:none;
}
#drop-top-menu > ul > li {
	float:left;
	font-size:14px;
	font-weight:bold;
}
#top-menu ul li {
    margin-bottom: 0;
    margin-top: 0.5em;
}
#top-menu ul li:last-child{
    margin-top: 0;
}
#top-menu>.menu {
    margin: 0 auto;
    padding-left:10px;
}
#header #drop-top-menu > .menu > li {
	width:auto;
	padding-bottom:0;
	margin:auto;
}
#header #drop-top-menu > .menu {
	width:auto;
	margin-top:13px;
}
#header #drop-top-menu > .menu .link-text{
	color:#4386A5;
}
#header #drop-top-menu > .menu .link-text:hover{
	color:#EE7D00;
}
#header #drop-top-menu > .menu ul li > .menu-item-wrap .link-text:hover,
#header #drop-top-menu > .menu ul .current-menu-item > .menu-item-wrap .link-text  {
	color:#ffffff;
}
#header #drop-top-menu > .menu > li > .menu-item-wrap {
	padding:0 40px 20px 0;
}
#header #drop-top-menu > .menu > li > ul {
	margin:0;
	top:38px;
    max-width: none;
}
#header #drop-top-menu > .menu > li > ul > li:first-child:after,
#header #drop-top-menu > .menu > li > ul > li:first-child:before {
	right:40px;
}

/* -----------------------------------------
   Top menu
----------------------------------------- */

#header.horizontal #top-menu>ul#menu-primary-navigation>li {
    display: block;
}

.columns.header-navi-wrap {
	padding-right:0;
    margin-top: 1em;
}

.has-submenu > span .link-text {
    display: inline-block;
    padding-right: 15px;
    background: url(../../img/arrow-drop.png) 100% 50% no-repeat;
}
#header .menu {
    float: right;
}
#header .menu>li {
    position: relative;
    float: left;
    /*width: 16.66%;*/
    text-align: left;
	text-transform:uppercase;
}

#header .menu>li ul li .link-text {
    padding: 8px 10px 8px 35px;
    font-size: 14px !important;
}
#header #menu-primary-navigation>li{
	margin-left:2.5em;
}
#header ul#menu-primary-navigation li:first-child {
    margin-left:0;
}
#top-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#header .menu>li.last {
    margin-right: 0;
    padding-right: 0;
}
#header .menu>li:last-child ul {
    right: 0;
    left: auto;
}
#header .menu>li>.under {
    display: none;
}
#header .menu>ul#menu-primary-navigation>li {
    display: block;
    cursor: pointer;
}
#header .menu .no_icon .link-text {
    display: inline-block;
    margin-top: 23px;
}
#header .menu>li:last-child>ul {
    right: 0;
}
#header .menu>li>ul>li:first-child:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 12px solid #eaeced;
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -14px;
}
#header .menu>li>ul>li:first-child:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 10px solid #ffffff;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -11px;
}
#header .menu>li>ul>li:first-child {
    padding-top:15px;
}
#header .menu>li>ul>li:last-child {
    padding-bottom:10px;
}
#header .menu>li>ul {
    border: 1px solid #eaeced;
    position: absolute;
    top: 65px;
    width: 225px;
    max-width: 600%;
    overflow: visible !important;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
    background: #ffffff;
    background: rgba(255,255,255,.95);
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
    z-index:9999;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    overflow: visible !important;
}
#header .menu>li>ul>li{
    position: relative;
    padding-bottom:5px;
}
#header .menu>li>ul>li>ul{
    position: absolute;
    height: 0;
    overflow: hidden;
    left: 0;
    top: -3px;
    display: none;
    min-width: 200px;
    width: 255px;
    background: #ffffff;
    border: 1px solid #eaeced;
    border-radius: 3px;
}
#header .menu>li>ul>li:hover>ul{
    height: auto;
    display: block;
    left: 100%;
}

#top-menu ul li ul .link-text {
    margin-left: 0;
}

#header .menu>li ul li .link-text {
    padding: 8px 10px 8px 35px;
    font-size: 14px !important;
}
#header .menu>li>ul>li:first-child:after {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 10px solid #ffffff;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -11px;
}
#header .menu>li>ul>li:first-child:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 12px solid #eaeced;
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -14px;
}

#header .menu .link-desc {
    font-weight: normal;
    font-style: italic;
    color: #bcc1c7;
    font-size: 13px;
    line-height: 20px;
    display: block;
    white-space: nowrap;
	display:none;
}
#header .menu>li:hover>ul {
    opacity: 1;
    visibility: visible;
}
#header .menu>li ul#menu-primary-navigation li {
    display: block;
}
#header .menu>li ul#menu-primary-navigation li  a {
    display: block;
}

#header .menu> li ul  .mega-text  a{
    display: inline-block !important;
}


#header .menu > li >ul#menu-primary-navigation>li>a:hover,
#header .menu > li > ul > li >ul#menu-primary-navigation>li>a:hover,
#header .menu > li>ul>li.current-menu-item>a {
    background: #99a7ac;
    margin: 0 -1px;
    padding: 0 1px;
}
#header .menu > li > ul > li > span > a:hover > .link-text,
#header .menu ul > li  > ul > li > span > a:hover > .link-text {
    color: #fff;
}
#header .menu>li ul li .link-text {
    display: block;
    padding: 10px 10px 10px 35px;
    text-transform: none;
    font-size: 14px;
    color: #7b7b7b;
}
#top-menu .current-menu-item>span .tile-icon .normal-icon,
#top-menu li>span .tile-icon .active-icon {
    display: none;
}
#top-menu .current-menu-item>span .tile-icon .active-icon {
    display: inline;
}
#header .menu.current-menu-item > span .link-text {
    color: #fff;
}
.top-menu-button {
    display: none;
}
#top-menu .current-menu-item>span .tile-icon .normal-icon,
#top-menu li>span .tile-icon .active-icon,
#top-menu .current-menu-item>span .tile-icon .active-icon,
#top-menu .tile-icon img {
    display: none;
}

.tile-icon {
    font-family: 'fontello';
    position: relative;
    font-size:40px;
    line-height:46px;
    text-align:center;

}
#header .menu>li:hover>.under {display:none !important;}
#header .menu .current-menu-item > span  .link-text {color: #5e6063}

#header .menu> li >ul#menu-primary-navigation>li>a:hover,
#header .menu > li > ul > li >ul#menu-primary-navigation>li>a:hover,
#header .menu > li>ul#menu-primary-navigation>li.current-menu-item>a {
    background: #29beef;
}
#header .menu>li ul li .link-text {
    padding: 8px 10px 8px 35px;
    font-size: 14px !important;
}
#header .menu>li>ul>li:first-child:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 7px solid #eaeced;
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -11px;
}
#header .menu>li>ul>li:first-child:after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 7px solid #ffffff;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -10px;
}

#menu-header-sub-menu {
    margin-bottom: 0;
}

#header .phone {font-weight: 400;}

.twitter-row iframe { display:none; }

.twitter-row .icon {width: 40px; margin-right:25px;}

/*  Fix 28.05 
2cols masonry blog
  */

.lost_password-link {
	margin-top: 4px;
}
#grid-posts.col-2 article.small-news {
	width: 49.9% !important;
	margin-left: 0 !important;
	padding-left: 10px;
	padding-right: 10px;
}

#header .soc-head-icons{
	display:none;
}