/* Enter Your Custom CSS Here */

.listInline li {
    display: inline-block;
    font-size: 18px;
    margin: 0 10px 10px 0;
}
.listInline a, .listInline span {
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 46px;
    background: #efefef;
    border-radius: 4px;
}
.listInline li.title span {
    min-width: 164px;
    font-size: 15px;
    color: #a7a7a7;
    background: #f4f4f4;
}
ul.listInline a {
    color: #b86b1f;
	  text-decoration: none !important;
}
ul.listInline a:visited {
    color: #22065f;
	  text-decoration: none !important;
}
ul.listInline a:hover {
    color: #bd0001;
    text-decoration: none !important;
}
ul.listInline a:ctive {
    color: #13d000;
	  text-decoration: none !important;
}
.listInline {
    width: 100%;
    list-style: none;
    margin: 10px 0 30px 0;
    padding: 0;
    font-size: 0;
}
input, textarea, select, option, div, button, img, a {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    border: 0;
}
* {
    font-family: 'Open Sans', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}