	a:hover {
			color: #f60 !important;
		}
		
        .btm {
            width: 1000px;
            margin: 0 auto;
        }

        .friendly-urls {
            overflow: hidden;
            position: relative;
            border-bottom: 1px #adc4d2 solid;
            border-top: 1px #adc4d2 solid;
        }

        .friendly-urls__hd {
            width: 92px;
            height: 100%;
            text-align: center;
            font-weight: bold;
            color: #07274d;
			display: table;
			position: absolute;
			font-size: 14px;
			display: box;              /* OLD - Android 4.4- */
			display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
			display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
			display: -ms-flexbox;      /* TWEENER - IE 10 */
			display: -webkit-flex;     /* NEW - Chrome */
			display: flex;
			
			-webkit-box-pack: center;
			-webkit-justify-content: center;
			-moz-justify-content: center;
			-ms-justify-content: center;
			-o-justify-content: center;
			justify-content: center;
			
			-webkit-box-align: center;
			-webkit-align-items: center;
			-moz-align-items: center;
			-ms-align-items: center;
			-o-align-items: center;
			align-items: center;

        }
		
		.friendly-urls__hd em {
			display: table-cell;
			vertical-align: middle;
		}

        .friendly-urls__list {
            width: 908px;
            padding-left: 92px;
            overflow: hidden;
            padding-top: 10px;
            padding-bottom: 10px;
			font-size: 0;
        }

        .friendly-urls__list li {
            height: 24px;
            line-height: 24px;
            margin-right: 14px;
			font-size: 12px;
			display: inline-block;
        }

        .friendly-urls__list a {
            color: #07274d;
        }

        .btm-nav {
            text-align: center!important;
            margin: 5px 0;
        }

        .btm-nav li {
            margin: 0 45px;
            display: inline-block;
            font-size: 14px;
            font-weight: bold;
            line-height: 2;
        }

        .btm-nav a {
            color: #07274d;
        }

        .copyright {
            padding-bottom: 30px;
            position: relative;
        }

        .copyright p {
            line-height: 2;
            color: #07274d;
            font-size: 14px;
            font-weight: bold;
            text-align: center;
        }

        .copyright p span {
            margin: 0 10px;
        }

        .copyright a {
            color: #07274d;
        }

        .copyright .icon {
            position: absolute;
            left: 200px;
            top: 83px;
        }
		.copyright .icon img{width: 22px;height: 25px;}	