.button {
    background-color: #ffcd00;
    color: #000;
    display: inline-block;
    font-family: "Open Sans","Frutiger",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 5px;
    padding: 0 19px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: none 0s ease 0s ;
    text-decoration: none !important;
    border: 0 !important;
    margin-top: 10px;
}
.button:hover {
    background-color: #000000;
    color: #ffcd00;
    text-decoration: none;
}
.button.icon {
    padding: 0 0 0 19px;
}
.button.icon:hover {
    background-color: #ffcd00;
    color: #000000;
    text-decoration: none;
}
.button.icon:after {
    content: "";
    display: inline-block;
    font-family: "icomoon";
    font-size: 0.9em;
    height: 100%;
    margin-left: 19px;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 15;

}
.button.icon:before {
    content: "" !important;
    margin-right: 0;
    width: 0;
}

.button.icon:hover:after {
    background: none repeat scroll 0 0 #000;
    color: #ffcd00;
}
.button.left {
    padding: 0 19px 0 0;
}
.button.left:after {
    content: "" !important;
    margin-left: 0;
    width: 0;
}
.button.left:before {
    content: "";
    display: inline-block;
    font-family: "icomoon";
    font-size: 0.9em;
    height: 100%;
    margin-right: 19px;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 15;
}
.button.left:hover:before {
    background: none repeat scroll 0 0 #000000;
    color: #ffcd00;
}
.button.arrow-left:after, .button.arrow-left:before {
    content: "";
}
.button.arrow-right:after, .button.arrow-right:before {
    content: "";
}
.button.arrow-up:after, .button.arrow-up:before {
    content: "";
    font-size: 9px;
    vertical-align: top;
}
.button.arrow-down:after, .button.arrow-down:before {
    content: "";
    font-size: 9px;
    vertical-align: top;
}
.button.search:after, .button.search:before {
    content: "";
}

.button.ext-link:after {
    content: "";
    font-size: 0.8em;
}
.button.ext-link:hover:after {
    background: none repeat scroll 0 0 #ffcd00;
    color: #000000;
}
.button.yellow {
    background-color: #ffcd00;
    color: #000000;
}
.button.yellow:hover:after {
    background-color: #000000;
    color: #ffcd00;
}
.button.black {
    background-color: #000000;
    color: #ffffff !important;
}
.button.black:hover {
    background-color: #000000;
    color: #ffffff;
}
.button.black:hover:after, .button.black:hover:before {
    background-color: #ffffff;
    color: #000000;
}
.button.white {
    background-color: #ffffff;
    color: #000000;
}
.button.white:hover {
    background-color: #ffcd00;
    color: #000000;
}
.button.border {
    border: 1px solid #000 !important;
}
.button.large {
    font-size: 20px;
    line-height: 60px;
}
.button.large.icon {
    padding: 0 0 0 24px;
}
.button.large.icon.left {
    padding: 0 24px 0 0;
}
.button.large:after, .button.large:before {
    height: 60px;
    width: 60px;
}
.icononly {
    display: inline-block;
    font-family: "icomoon";
    font-size: 0.9em;
    text-align: -9999px !important;
    position: relative;
    text-align: center;
    z-index: 15;
}
.icononly:before,
.icononly:after {
    font-size: 32px;
    margin-left: -14px;
    position: absolute;
    display: none;
}
.linkedin {
    background-color: #0274b3;
}
.linkedin:before {
    color: white;
    content: "";
    font-size: 28px;
    margin-left: -14px;
    margin-top: 0;
}
.facebook {
    background-color: #3b5997;
}
.facebook:before {
    color: white;
    content: "";
}
.twitter {
    background-color: #01acec;
}
.twitter:before {
    color: white;
    content: "";
}
.youtube {
    background-color: white;
}
.youtube:before {
    color: #d62327;
    content: "";
    font-size: 33px;
    margin-left: -16px;
}
.pinterest {
    background-color: white;
}
.pinterest:before {
    color: #d62327;
    content: "";
    font-size: 39px;
    margin-left: -19px;
    margin-top: 0;
}
.instagram {
    background-color: #246087;
}
.instagram:before {
    color: white;
    content: "";
    font-size: 31px;
    margin-left: -15px;
}
.rss {
    background-color: transparent;
}
.rss:before {
    color: black;
    content: "";
    font-size: 20px;
    margin-right: 6px;
}
.pager {
    background: none repeat scroll 0 0 #efefef;
    color: black;
    display: inline-block;
    font-family: "Open Sans","Frutiger",Helvetica,Arial,sans-serif;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    text-decoration: none;
    width: 40px;
    text-decoration: none !important;
    margin-bottom: 10px;
}

.pager.aspNetDisabled {
    background-color: #ffcd00;
}
.pager.aspNetDisabled.back {
    background-color: black;
    color: #fff;
}
.pager.back a {
    color: #fff;
}
.pager.next {
    background-color: black;
    color: #fff;
}

.pager:hover {
    background-color: #ffcd00;
    color: #000;
}

.pager.next a {
    color: #fff;
    content: "";
    display: inline-block;
    font-family: "icomoon";
    font-size: 0.9em;
    height: 100%;
    text-align: center;
    width: 40px;
}
.page-navigation {
    margin-bottom: 25px;
    margin-top: 0;
    text-align: center;
}
.page-navigation ul {
    display: inline-block;
    margin: 0 auto;
}
.page-navigation ul li {
    float: left;
    list-style: outside none none;
}
