.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.boxed-blue {background: #1c588f;}
.boxed-dark {background: #142439;}
.boxed-light {background: #e5eff6;}

.boxed.red-line {border-top: 4px solid #b65714;}
.boxed.green-line {border-top: 4px solid #9cd70e;}
.boxed.blue-line {border-top: 4px solid #4bb4e8;}


/*-----------------------------------*/
/* Navigation */
/*-----------------------------------*/


/* Main Menu */
/*-----------------------------------*/
/* Level 0 */


.logo img{margin-top: 10px; width: 100%}
.menu { z-index:9999990;}
.ie8 .menu {filter:none;}  /* IE8 understands dropdown feature only without gradient */


.menu li {position: relative;}
.menu > li {
    float: left;
    width: 100px;
	height: 109px;
}

.menu > li > a {
    display: block;
    font-size: 16px;
    color: #272727;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	display: block;
	height: 109px;
	line-height: 109px;
	padding: 10px 0px;
}

.menu > li > a > span{
	display: block;
	font-size: 12px;
	color: #e23d40
}
.menu > li:first-child > a {border-left-color: transparent;}
.menu > li:last-child > a {border-right-color: transparent;}

.menu > li:hover > a,
.menu > li.hover > a {
    border: none;
/*    border-bottom: 3px solid #fff;*/
	height: 109px;
	color: #fff;
	display: block;
	background: #d71518

}

.menu > li:hover > a,
.menu > li.hover > a:hover span{color: #fff}
.menu li a:hover{color: #fff}


/* Level 1+ */
.menu ul {
    position: absolute;
    top: -9999px;
    left: -9999px;

    z-index: 9499;
    width: 100%;
    min-width: 100px;
}
.menu > li:hover > ul, .menu > li.hover > ul {
    top:109px;
    left: 0;
}
.menu ul li a {
    display: block;

    background: #d71518 ;
    font-size: 14px;
    color: #ffe0e1;
    text-align: center;
    text-transform: uppercase;
    line-height: 16px;
    padding: 10px 5px;
	border-bottom: 1px #ea4f52 dashed
}
.menu ul li:first-child > a {border-top: none;}
.menu ul li:last-child > a {border-bottom: none;}
.menu ul li:hover > a, .menu ul li.hover > a { background: #e23d40; color: #fff}

.menu ul li:hover:before, .menu ul li.hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 3px;
color: #fff
}

.menu ul li a:hover{color: #fff}
/* Level 2+ */
.menu ul li:hover > ul, .menu ul li.hover > ul {
    position: absolute;
    top: 1px;
    left: 100%;
    width: 101%;
    padding-left: 1%;
}
.menu li i{display: block; font-size: 30px; line-height: 55px; text-align: center; margin-left: 15px; }
.toptel{width: 22%; background: #d71518 url("../images/tel.png") no-repeat 30px; height: 109px; font-size: 30px; font-weight: bold; line-height: 109px; padding-left: 85px;}
/* Main Menu style 2 */
/*-----------------------------------*/


