.vab{
	padding: 5px 20px;
	    border-width: 2px;
	display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #fff;
    box-sizing: border-box;
    word-wrap: break-word;
	color:#fff;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    top: 0;

    transition: all .2s ease-in-out;
    line-height: normal;

    -moz-box-shadow: none;
    box-shadow: none;
	

}

.fly-map{
	display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    box-sizing: border-box;
    word-wrap: break-word;
	color:#fff;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    top: 0;
    transition: all .2s ease-in-out;
    line-height: normal;
	font-size:15px;
}

.fly-map:hover{
	color:#ccc;
	
}

.fly h4 {
    font-weight: normal;
    margin-bottom: 40px;
    letter-spacing: 2.5px;
	    padding-bottom: 10px;
    border-bottom: 2px dashed #fff;
	color:#fff;
}

.fly h6 {
    font-weight: normal;
	color:#fff;
}

.fly td{
	    font-size: 14px;
    color: #ccc;
    vertical-align: top;
}

.fly i{
	font-size:20px;
	color:#ccc;
}

.fly .state-container{
	    margin-bottom: 30px;
}

.fly td a{
	color: #fff;
}

.fly td a:hover{
	color: #ccc;
}


