/*
Theme Name: IRR
Description: none
Author: Outlandish LLP
Version: 0.1
*/
/* General layout and page structure */
body {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #efefef;
    color: #000;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

/* Hides from IE-mac \*/
.clearfix {
    display: block;
}

.wrapper {
    width: 960px;
    margin: 0 auto;
}

#header {
    padding-top: 1px;
    background-color: #191919;
    color: #888;
    width: 100%;
}

#logo {
    display: block;
    text-indent: -9999px;
    width: 146px;
    height: 146px;
    background-image: url(images/logo.png);
    margin: 16px auto;
}

/* Mini-header */

.mini-header {
    padding-top: 178px;
}

.mini-header.admin-bar {
    padding-top: 218px;
}

.mini-header.admin-bar #header {
    z-index: 99998;
    top: -150px;
}

.mini-header #header {
    position: fixed;
    top: -178px;
    z-index: 99999999;
    border-bottom: 1px solid #434343;
}

/*
.mini-header #header #logo {
	display: none;
	width: 82px;
	height: 52px;
	float: left;
	background: url(images/logo_small.png) 0 0 no-repeat;
	margin: 0px;
}*/
/* Search */
#searchform {
    /*display: block;*/
}

#search.widesearch {
    width: 500px;
}

#search.widesearch input[type='text'] {
    width: 300px;
}

form.gsc-search-box {
    font-size: 13px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 4px;
    margin-left: 0;
    width: 100%;
}

table.gsc-search-box,
#search {
    width: 298px;
    margin: 10px;
    background: #F8F8F3;
    border-radius: 3px;
    border: 1px solid #EBEBE6;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(127, 127, 124, 0.5);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(127, 127, 124, 0.5);
    box-shadow: inset 0px 1px 0px 0px rgba(127, 127, 124, 0.5);
    overflow: hidden;
}

body table.gsc-search-box {
    padding-left: 5px;
}

input.gsc-input,
#search input[type=text] {
    background: #F8F8F3 !important;
    border: none !important;
    padding: 0 10px;
    margin: 1px 0 0 1px;
    width: 243px;
    font: 13px/30px Arial, "MS Trebuchet", sans-serif;
    height: 30px;
    float: left;
}

input.gsc-input:focus,
#search input[type=text]:focus {
    outline: none;
}

input.gsc-search-button,
#search input[type=submit] {
    background: url(images/search_btn.png) 0 0 no-repeat;
    width: 30px;
    height: 30px;
    text-indent: -99999px;
    text-transform: uppercase;
    border: none;
    display: block;
    float: right;
    cursor: pointer;
    margin: 3px 2px 0 0;
}

body input.gsc-search-button {
    margin-left: 10px;
}

body input.gsc-search-button:hover,
#search input[type=submit]:hover {
    background-position: 0 -30px;
}

body input.gsc-search-button:active,
#search input[type=submit]:active {
    margin-top: 4px;
}

.bhc-extent {
    float: right;
}

.bhc-result {
    margin-bottom: 20px;
    border-bottom: 1px solid grey;
}

.nav-wrapper {
    overflow: hidden;
}

.nav {
    position: relative;
    float: right;
    left: -50%;
}

.nav ul {
    list-style: none;
    margin: 0;
    padding: 6px 0;
    text-transform: uppercase;
    font-family: serif;
    position: relative;
    left: 50%;
}

.nav li {
    float: left;
    margin-right: 20px;
    font-size: 16px;
}

.nav li a {
    color: #a8a4a4;
    text-decoration: none;
    font: 14px/35px Times, "Times New Roman", Georgia, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    font-weight: 100;
}

#footer-nav li a {
    color: #191919;
}

#footer a {
    color: #191919;
}

.nav a, #logo {
    text-decoration: none;
    color: inherit;
}

.nav .current_page_item a, .nav .current_page_ancestor a, .nav a:hover {
    color: #fff;
}

/* Sidebar */
#sidebar {
    float: left;
    width: 250px;
    background: #DDDDDD;
    padding: 30px 0;
    border-top: 10px solid #9A9A9A;
    margin-top: -10px;
}

#sidebar h2,
#sidebar h3,
#sidebar h4 {
    font: bold 13px Times New Roman, Georgia, sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 15px;
    line-height: 16px;
    letter-spacing: 2px;
    padding: 0 10px;
}

#sidebar .body h2,
#sidebar .body h3,
#sidebar .body h4 {
    padding: 0;
}

.subnav,
.subnav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: bold;
    border-top: 1px solid #9e9e9e;
    margin: 0 10px;
}

.subnav ul {
    border-top: none;
}

.subnav li {
}

.subnav li.current_page_item li a,
.subnav li a {
    color: #191919;
    text-decoration: none;
    font: 13px/25px "Times New Roman", Georgia, sans-serif;
    letter-spacing: 0.9px;
    font-weight: 100;
    padding: 0 10px;
    display: block;
    border-bottom: 1px solid #9e9e9e;
    cursor: pointer;
    background: transparent;
}

.subnav li.current_page_item a,
.subnav li a:hover {
    background: #fff;
}

/* End Sidebar */
#main {
    float: left;
    width: 680px;
    margin: 10px 30px 10px 0px;
}

#main.alt {
    margin: 10px 0px 10px 30px;
}

.island {
    padding: 20px 0 0;
    width: 100%;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    -o-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}

.island .inner {
    padding: 0px 20px;
}

.island.single h2 {
    margin: 0px 0 15px 0;
    padding: 0px;
    float: left;
}

.island.single .more {
    float: right;
}

.island.sunken {
    font-size: 90%;
    line-height: 1.2;
    background-color: #EEEEEE;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.island.sunken .inner {
    padding: 0 10px;
}

.sunken h2 {
    border-bottom: 1px solid #191919;
    text-transform: none !important;
    margin: 0 0 20px !important;
}

.island.no-space {
    margin-top: -10px;
    padding-top: 0;
}

#footer {
    background: #ccc;
    padding: 10px;
    margin-top: 10px;
    font: 13px/35px "Times New Roman", Georgia, sans-serif;
    text-align: center;
}

.column {
    float: left;
}

.column.main {
    width: 622px;
    position: relative;
}

.column.side {
    width: 320px;
    margin-left: 18px;
    background: #DDDDDD;
    padding: 10px 0;
}

.column.side h2 {
    font: 13px/24px "Times New Roman", Georgia, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #191919;
}

.column.side h2 a {
    text-decoration: none;
    color: #191919;
}

.column.side h2 a:hover {
    text-decoration: underline;
}

/* Home page */
#promo {
    background: #ccc;
    height: 300px;
    width: 640px;
    float: left;
    border-bottom: 10px solid #A7A7A7;
}

#blurb {
    height: 300px;
    margin-left: 640px;
    border-bottom: 10px solid #9A9A9A;
    background: #fff;
}

#blurb p {
    color: #606060;
    text-decoration: none;
    font: 14px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 5px 0;
    margin: 0;
    font-weight: 300;
    padding: 30px 15px 15px;
    text-align: right;
}

#blurb ul {
    background: #FEFFE0;
    padding: 15px 15px;
    list-style: none;
    margin: 0;
}

#blurb ul li a {
    color: #55554c;
    font: 15px/24px "Times New Roman", Georgia, sans-serif;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 0.9px;
    text-decoration: none;
}

#blurb ul li a:hover {
    text-decoration: underline;
}

#blurb ul li a:before {
    content: "- ";
}

#mailinglist {
    width: 30%;
    float: left;
}

/*Other pages*/

#header-small {
    background: #fff;
    border-bottom: 10px solid #A7A7A7;
    width: 100%;
    overflow: hidden;
}

#header-small h1 {
    float: left;
    padding: 5px 15px 0;
    width: 600px;
    line-height: 28px;
}

#header-small h1:before {
    content: "» ";
    color: #ababab;
    display: block;
    width: 20px;
    height: 32px;
    float: left;
    line-height: 100%;
}

#header-small #search {
    float: right;
}

/* Side Publications */
#frontpagePublications {
    padding-bottom: 10px;
}

#frontpagePublications .publication-preview {
    position: relative;
    height: 200px;
}

#frontpagePublications img {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -62px 0 0 -150px;
}

#frontpagePublications .publication-page {
    background: #ffffff url(images/publication_page_bg.gif) center center repeat-y;
    width: 150px;
    height: 180px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    margin: -90px 0 0 -75px;
    text-align: center;
    font: 11px/18px "Times New Roman", Georgia, sans-serif;
    letter-spacing: 0.9px;
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}

#frontpagePublications .publication-page p a {
    font-style: italic;
    text-decoration: none;
    color: #434343;
}

#frontpagePublications .publication-page a:hover {
    text-decoration: underline;
}

#frontpagePublications .publication-page p, #frontpagePublications .publication-page h3 {
    margin: 0px;
    font-size: 15px;
    padding: 0 5px;
}

#frontpagePublications .publication-page span {
    background: #191919;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 52px;
    border-radius: 25px;
    color: #ffffff;
    margin: 30px 0 10px;
}

/* News Service sidebar */
.news-service-item {
    line-height: 24px;
}

.news-service-item .link {
    text-align: right;
    margin-top: -37px;
    text-transform: uppercase;
    font-size: 11px;
}

.news-service-item .link a {
    color: #707070;
}

.news-service-item {
    padding: 0 10px;
}

.news-service-item h3 a {
    color: #222222;
    font-size: 13px;
    text-decoration: none;
}

.news-service-item p {
    color: #6f6f6f;
}

.section {
    padding: 0 10px;
}

.section:not(:last-child) {
    border-bottom: 20px solid #9A9A9A;
    padding-bottom: 10px;
}

/* Email and subscription stuff */
.subscribe-options {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    list-style: none;
    padding: 0;
    width: 100% !important;
}

.subscribe-options label {
    line-height: 20px;
}

.subscribe-options input[type=checkbox] {
    float: right;
}

.flash-message {
    padding: 10px;
    background: #ccc;
    margin-bottom: 10px;
}

.flash-message.success-message {
    background: #85FA4B;
}

.flash-message.error-message {
    background: #FA4B4B;
}

.buttonHolder {
    margin-bottom: 10px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

#errorMsg ul, #okMsg ul {
    float: none;
    width: inherit;
}

/* General */
.clear {
    clear: both;
}

.accessibility {
    position: absolute;
    left: -9999px;
}

a img {
    border: none;
}

/* Default WordPress styles */
/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Images */
img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 1.625em;
}

p img, .body .inner img, .wp-caption {
    margin-top: 0.4em;
    background: #eee;
    margin-bottom: 1.625em;
    padding: 9px;
}

.body .inner .wp-caption img {
    margin: 0 auto;
    padding: 0;
}

.wp-caption .wp-caption-text, .gallery-caption {
    color: #666;
    font-family: Georgia, serif;
    font-size: 12px;
}

.wp-caption .wp-caption-text {
    margin: 10px 0;
}

.external_link {
    background: transparent url('images/pc.de-berlin-icon-pack/16x16/link.png') no-repeat scroll 0px 0px;
    padding-left: 18px;
}

/* New stuff */
#frontpageReleases {
    margin: -70px 0 0;
    z-index: 10;
}

.news-row {
    clear: left;
}

#frontpageReleases .latest-news-item {
    float: left;
    width: 270px;
    margin: 10px;
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    -o-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}

.latest-news-item .type {
    float: right;
}

.latest-news-item .type span {
    text-transform: uppercase;
    font-size: 11px;
    color: #fff;
    padding: 5px 10px;
    margin-top: 5px;
}

.type-press-release .type span {
    background-color: #E05151;
}

.type-irr-news .type span {
    background-color: #508F81;
}

.type-event .type span {
    background-color: #A15E35;
}

.type-external_link .type span {
    background-color: #2E6C93;
}

.type-comment .type span {
    background-color: #579445;
}

.type-interview .type span {
    background-color: #6F6893;
}

.type-review .type span {
    background-color: #A13421;
}

.type-audio-video .type span {
    background-color: #94457f;
}

.type-blog .type span {
    background-color: #044456;
}

.type-email .type span {
    background-color: #97a51f;
}

.latest-news-item .post-header {
    width: 100%;
    overflow: hidden;
}

body .event-single div.date p,
#frontpageReleases .type-press-release .date {
    background: #E05151;
    color: #fff;
    float: left;
    padding: 10px;
}

body .event-single div.date {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.event-footnote {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=7);
}

.event-single div.date p,
.latest-news-item .date {
    margin: 0;
    font-size: 13px;
    line-height: 1;
    font-style: italic;
    display: block;
    padding: 10px 0;
    margin: 0 20px 0px 0;
}

#frontpageReleases .type-press-release .date span {
    font-size: 18px;
}

.latest-news-item .date span {
}

.latest-news-item.type-press-release.wide .title {
    padding-bottom: 10px;
}

#frontpageReleases .type-press-release .title {
    line-height: 36px;
    border-bottom: 1px solid #DDD;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 100;
}

.latest-news-item .title {
    margin: 4px 0 10px;
    color: #191919;
    text-decoration: none;
}

.latest-news-item .title a {
    color: #191919;
    text-decoration: none;
}

.latest-news-item .title a:hover {
    text-decoration: underline;
}

.latest-news-item.wide .more-link {
    text-align: right;
}

.latest-news-item .more-link {
    background: #EFEFEF;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    padding: 0 10px;
    margin-bottom: 20px;

}

.latest-news-item .more-link a {
    color: #666666;
}

.latest-news-item .more-link a:hover {
    text-decoration: none;
}

#frontpageReleases .more-link {
    margin: 0;
}

.latest-news-item.featured .comments {
    line-height: 50px;
    margin: -15px 0 0;
    font-size: 11px;
    color: #fff;
}

.latest-news-item .comments {
    float: left;
    background: #989898 url(images/comment_icon.gif) 10px center no-repeat;
    line-height: 30px;
    margin: 0;
    padding: 0 10px 0 40px;
    font-size: 11px;
    color: #fff;
}

.latest-news-item.wide div.excerpt {
    padding: 0 10px;
}

#frontpageReleases .latest-news.press-release-item.featured {
}

#frontpageReleases .latest-news-item.featured {
    width: 580px;
}

#frontpageReleases .latest-news.press-release-item.featured .post-header {
}

#frontpageReleases .latest-news-item.featured .post-header {
    background: #EFEFEF;
}

#frontpageReleases .latest-news.press-release-item.featured .date {
}

#frontpageReleases .latest-news-item.featured .date {
    padding-left: 30px;
}

#frontpageReleases .latest-news.press-release-item.featured .date span {
}

#frontpageReleases .latest-news-item.featured .date span {
    display: block;
}

#frontpageReleases .latest-news.press-release-item.featured .title {
}

#frontpageReleases .latest-news-item.featured .title {
    margin: 0;
    padding: 10px;
    line-height: 30px;
}

#frontpageReleases .latest-news.press-release-item.featured .excerpt {
}

#frontpageReleases .latest-news-item.featured .excerpt {
    padding: 10px 15px 20px;
}

/* Content Styling */

.body {
    font: 13px/30px Georgia, "Times New Roman", sans-serif;
}

body .gsc-control-cse, .gsc-control-cse .gsc-table-result {
    font: 13px/30px Georgia, "Times New Roman", sans-serif !important;
}

body .gsc-control-cse, .gsc-control-cse .gsc-table-result b,
body .gsc-control-cse, .gsc-control-cse .gsc-table-result a {
    color: #191919;
}

body .gs-web-image-box, .gs-promotion-image-box {
    width: 80px;
}

#sidebar .body {
    padding: 0 10px;
}

h1,
.body h2,
.body h3,
.body h4,
.body h5 {
    font: bold 16px Times New Roman, Georgia, sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 15px;
    line-height: 16px;
    font-weight: lighter;
    letter-spacing: 2px;
}

.body h3 a {
    text-decoration: none;
}

h1 {
    font-size: 21px;
    line-height: 20px;
}

.body h2 {
    font-size: 19px;
    line-height: 38px;
}

.body h3 {
    font-size: 17px;
    line-height: 34px;
}

.body h4 {
    font-size: 15px;
    line-height: 30px;
}

.body h5 {
    font-size: 13px;
    line-height: 26px;
}

.body p, .body ul {
    color: #333;
}

.body p {
    word-wrap: break-word;
    padding: 0;
    margin: 0 0 15px;
}

.body a {
    color: #191919;
}

table.content {
    border-collapse: collapse;
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
}

table.content td, table.content th {
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 2px 10px;
}

/* Comments */
.social-buttons {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0 5px;
    text-align: right;
    width: 100%;
    margin-bottom: 10px;
}

.social-buttons .fb_iframe_widget,
.social-buttons p {
    float: left;
    margin-bottom: 0;
    margin-right: 10px;
}

.social-buttons p {
    margin-top: 1px;
}

#respond label {
    display: block;
}

div.comment {
    border-bottom: 1px solid #ddd;
    margin: 10px 0 0;
}

div.comment .date {
    font-size: 10px;
    float: right;
}

div.comment .username {
    font-weight: bold;
}

div.comment div.comment-text {
    margin-left: 30px;
}

/*Publiations*/
#publications {

}

#publications .publication-preview {
    background: #2C2C2C;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    padding: 10px;
    position: relative;
}

#publications .publication-preview .inner {
    background: #ffffff;
    padding: 0px;
    float: left;
}

#publications .publication-preview .content {
    float: left;
    padding: 10px 10px 0;
    width: 406px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

#publications .publication-preview .image {
    float: left;
    padding: 3px;
    line-height: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 0px 0px rgba(34, 25, 25, 0.4);
    -o-box-shadow: 0 0px 0px rgba(34, 25, 25, 0.4);
    box-shadow: 0 0px 0px rgba(34, 25, 25, 0.4);
}

#publications .publication-preview .content h2 {
    margin-top: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    border-bottom: 1px solid #191919;
    color: #191919;
}

#publications .publication-preview .content p {
}

#publications .publication-preview a.view-all {
    background: url(images/right_arrow.png) center center no-repeat;
    padding: 10px;
    color: white;
    text-decoration: none;
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    top: 50%;
    right: 0px;
    margin-top: -30px;
    text-indent: -999999px;
}

#publications .publication-preview:hover a.view-all {
    background-color: #E05151;
}

.publication-issue {
    float: left;
    margin: 10px 0 10px 20px;
    position: relative;
}

.publication-issue {
    margin-left: 0px;
}

.publication-issue p.date {
    margin: 0;
}

.publication-preview .image,
.publication-issue .image {
    text-align: center;
    width: 150px;
    height: 180px;
    background: #ccc url(images/logo_embossed.png) center center no-repeat;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    -o-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    float: left;
    margin-right: 10px;
}

.publication-issue .content {
    position: absolute;
    top: 60px;
    left: 3px;
    width: 150px;
    z-index: 2;
}

.publication-issue h3 {
    margin-top: 0;
}

.publication-issue:hover .content {
    display: block;
}

.publication-issue .excerpt {
    float: left;
    width: 470px;
}

.related-links {
}

.buy-button {
    width: 100%;
    overflow: hidden;
}

.buy-button p {
    float: right;
    margin: 0 0px 10px 10px;
    line-height: 2.5;
}

.buy-button p a {
    background: #191919;
    color: #fff;
    display: block;
    padding: 0px 10px;
    text-decoration: none;
}

p.buy-button a:hover {
    background: #E05151;
}

/*End Publications*/

/*Paging*/
.paging-nav {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.paging-nav a {
    background: #191919;
    padding: 0 10px;
    color: #fff;
    text-decoration: none;
}

.paging-nav a:hover {
    background: #DB8530;
}

.paging-nav .prev {
    float: left;
}

.paging-nav .next {
    float: right;
}

/*End Paging*/

/* Checkout */

ul.errors {
    color: #f00;
}

input[type=submit] {
    cursor: pointer;
}

/* Search */

#cse .gsc-result .gs-title {
    height: auto;
}

.gs-visibleUrl-short {
    display: none;
}

/* New Style Button */

a.irr-btn, .irr-btn {
    display: inline-block;
    background-color: #000;
    color: #fff;
    border: none;
    padding: 2px 20px;
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition: background-color 200ms ease;
    -moz-transition: background-color 200ms ease;
    -ms-transition: background-color 200ms ease;
    -o-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    text-align: center;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a.irr-btn:hover,
a.irr-btn:focus,
.irr-btn:hover,
.irr-btn:focus {
    background-color: #333;
    outline: 0;
}

a.irr-btn.wide,
.irr-btn.wide {
    width: 100%;
}

/* subtitle */
h1 .subtitle {
    font-size: 0.8em;
}