@charset "utf-8";
/* CSS Document */

body {
    overflow-x: hidden;
}

/* Clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}
/* IE6 */

*:first-child + html .clearfix {
    zoom: 1;
}
/* IE7 */
/* end Clearfix */

.floatright {
    float: right
}

.floatleft {
    float: left
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.uppercase {
    text-transform: uppercase
}

.alignright {
    float: right;
    margin: 0 0 1.5em 1.5em;
}

.alignleft {
    float: left;
    margin: 0 1.5em 1.5em 0;
}

.aligncenter {
    display: block;
    margin: 0 auto 1.5em auto;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.col-1_2 {
    width: 50%;
}

.col-1_3 {
    width: 33.333%;
}

.col-1_4 {
    width: 25%;
}

.centered-y {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.centered-x {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible
}

.container {
    position: relative;
    width: 90%;
    max-width: 1016px;
    margin: auto;
}

/* \\\\\\\\\\ */
/* \\\\\\\\\\ */
/* \\\\\\\\\\ */

/* ------------> HEADER   */

/* ////////// */
/* ////////// */
/* ////////// */

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9991;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#header .container {
    max-width: 1181px;
    padding-left: 198px;
}

#header .logo {
    position: absolute;
    left: -6px;
    top: 9px;
    z-index: 9;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#header .logo img {
    margin-bottom: 0;
}

#hdr_topBar {
    background-color: #000;
}

#hdr_player {
    position: relative;
    padding-left: 58px;
    padding-top: 14px;
    padding-bottom: 9px;
}

#hdr_player .playBtn {
    position: absolute;
    left: 0;
    top: 50%;
    width: 42px;
    height: 42px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#hdr_player .playBtn:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-style: solid;
    border-width: 12px 0 12px 17px;
    border-color: transparent transparent transparent #000;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

/*#hdr_player .playBtn:hover {
    background-color: rgba(255, 255, 255, 0.98);
}

#hdr_player .playBtn:hover:after {
    border-color: transparent transparent transparent #6ac6f0;
}*/

#hdr_player .playBtn.stop:after {
    display: none;
}

#hdr_player .playBtn.stop span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 16px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#hdr_player .playBtn.stop span:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 16px;
    background-color: #000;
    content: '';
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#hdr_player .playBtn.stop span:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 5px;
    height: 16px;
    background-color: #000;
    content: '';
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

/*#hdr_player .playBtn.stop:hover span:before,
#hdr_player .playBtn.stop:active span:before,
#hdr_player .playBtn.stop:hover span:after,
#hdr_player .playBtn.stop:active span:after {
    background-color: #6ac6f0;
}*/

#hdr_player .body {
    padding-right: 6px;
    font-size: 13px;
    line-height: 16px;
	font-family: "Helvetica LT W01 Narrow", Helvetica, Arial, sans-serif;
    color: rgba(255, 255, 255, 0.94);
}

#hdr_player .body .title {
    padding-bottom: 3px;
}

#hdr_player .body .title,
#hdr_player .body .title strong {
    font-size: 15px;
}

#hdr_player .body .title strong {
	font-family: "Helvetica LT W01 Bold Narrow", Helvetica, Arial, sans-serif;
}

#hdr_player .body strong {
    color: rgba(255, 255, 255, 0.97);
	font-family: "Helvetica LT W01 Bold Narrow", Helvetica, Arial, sans-serif;
}

#hdr_player .body .title strong {
    color: #fff;
}

#hdr_player .body a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.97);
    text-decoration: underline;
	font-family: "Helvetica LT W01 Bold Narrow", Helvetica, Arial, sans-serif;
}

#hdr_player .body a:hover,
#hdr_player .body a:active {
    color: rgba(255, 255, 255, 0.94);
}

.shrink #hdr_player .title,
.shrink #hdr_player .spun {
    display: inline-block;
}

.shrink #hdr_player .spun:before {
    position: absolute;
    top: 0;
    left: 9px;
    display: inline-block;
    font: normal 24px/18px Helvetica, Arial, sans-serif;
    color: #fff;
    content: '/'
}

.shrink #hdr_player .spun {
    position: relative;
    padding-left: 28px;
}

.shrink #hdr_player .next {
    display: none
}

#hdr_donateBtn {
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 128px;
    height: 49px;
    padding-bottom: 5px;
    padding-right: 5px;
    background: url(../images/Header-DonateBtn.png) no-repeat center center;
    font: 14px/49px "knemabold", Helvetica, Arial, sans-serif;
    letter-spacing: 0.06em;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#hdr_bottomBar {
    background-color: #fff
}

#hdr_bottomBar .container {
    display: table;
    padding-right: 0;
}

#hdr_bottomBar .container .col {
    display: table-cell;
    vertical-align: middle;
}

#hdr_search {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 188px;
    padding: 6px 30px 6px 6px;
}

#hdr_search * {
    display: inline-block;
    vertical-align: middle;
}

#hdr_search input {
    width: 100%;
    margin-bottom: 0;
    padding: 0 0 3px 0;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    font: 15px/24px "Helvetica LT W01 Narrow", Arial, sans-serif;
    letter-spacing: 0.05em;
    color: #000;
    text-align: right;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#hdr_search input:focus {
    color: #000
}

#hdr_search input::-webkit-input-placeholder {
    opacity: 1;
    color: #191919;
    font-family: "Helvetica LT W01 Black Oblique", Helvetica, Arial, sans-serif;
    letter-spacing: 0.1em;
}

#hdr_search input:-moz-placeholder {
    opacity: 1;
    color: #191919;
    font-family: "Helvetica LT W01 Black Oblique", Helvetica, Arial, sans-serif;
    letter-spacing: 0.1em;
}

#hdr_search input::-moz-placeholder {
    opacity: 1;
    color: #191919;
    font-family: "Helvetica LT W01 Black Oblique", Helvetica, Arial, sans-serif;
    letter-spacing: 0.1em;
}

#hdr_search input:-ms-input-placeholder {
    opacity: 1;
    color: #191919;
    font-family: "Helvetica LT W01 Black Oblique", Helvetica, Arial, sans-serif;
    letter-spacing: 0.1em;
}

#hdr_search input.active::-webkit-input-placeholder {
    opacity: 1;
    color: #b2b2b2;
    font-family: "Helvetica LT W01 Black Oblique", Helvetica, Arial, sans-serif;
    letter-spacing: 0.1em;
}

#hdr_search input.active:-moz-placeholder {
    opacity: 1;
    color: #b2b2b2;
    font-family: "Helvetica LT W01 Black Oblique", Helvetica, Arial, sans-serif;
    letter-spacing: 0.1em;
}

#hdr_search input.active::-moz-placeholder {
    opacity: 1;
    color: #b2b2b2;
    font-family: "Helvetica LT W01 Black Oblique", Helvetica, Arial, sans-serif;
    letter-spacing: 0.1em;
}

#hdr_search input.active:-ms-input-placeholder {
    opacity: 1;
    color: #b2b2b2;
    font-family: "Helvetica LT W01 Black Oblique", Helvetica, Arial, sans-serif;
    letter-spacing: 0.1em;
}

#hdr_search button {
    filter: alpha(opacity=65);
    opacity: 0.65;
    position: absolute;
    top: 11px;
    right: 0;
    width: auto;
    padding: 0 3px 0 0;
    margin: 0;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#hdr_search button:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

#hdr_socialMedia {
    width: 278px;
	text-align: right;
}

#hdr_socialMedia .icon {
    display: inline-block;
    vertical-align: middle;
    padding: 6px 0;
}

#hdr_socialMedia .icon img {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

#hdr_socialMedia .icon:hover img,
#hdr_socialMedia .icon:active img {
    opacity: 0.7
}

/* MENU */
.slicknav_menu {
    display: none;
}

#menu-main li:before {
    position: absolute;
    left: 14px;
    top: 50%;
    width: 14px;
    height: 1px;
    background-color: #000;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: ''
}

#menu-main li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    margin-left: -4px;
    padding-left: 26px;
    /*font: 18px/40px "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
    letter-spacing: 0.1em;*/
    font: 16px/40px "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
    letter-spacing: 0.02em;
    text-transform: lowercase;
}

#menu-main li a {
    display: block;
    color: #000;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

/* DROPDOWN MENU */
#menu-main,
#menu-main * {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu-main ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
    text-align: left;
}

#menu-main li:hover > ul,
#menu-main li.sfHover > ul {
    display: block;
}

#menu-main ul ul {
    top: 0;
    left: 100%;
}

#menu-main ul {
    background-color: rgba(255, 255, 255, 0.98);
    padding: 9px;
    min-width: 11em;
    *width: 11em;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

#menu-main li:before {
    display: none;
}

#menu-main ul li {
    display: block;
    height: auto;
    padding: 0;
    margin-left: auto;
    line-height: 1.5em;
    text-align: left;
}

#menu-main li li a {
    display: block;
    width: 100%;
    height: auto;
    padding: 5px 0;
    font-size: 0.917em;
}
/* end DROPDOWN MENU */

/* Shrink  */
.shrink #header {
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.shrink #header #hdr_bottomBar {
    border: none !important;
}

.shrink #hdr_player .spun.noslash {
	padding-left: 0;
}

.shrink #hdr_player .spun.noslash:before {
	display: none
}
/* end Shrink */

/* \\\\\\\\\\ */
/* \\\\\\\\\\ */
/* \\\\\\\\\\ */

/* ------------> end HEADER */

/* ////////// */
/* ////////// */
/* ////////// */

/* \\\\\\\\\\ */
/* \\\\\\\\\\ */
/* \\\\\\\\\\ */

/* ------------> MAIN CONTENT */

/* ////////// */
/* ////////// */
/* ////////// */

#main {
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.667em;
}

.bgImg {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*
    ///\\\
            HOMEPAGE
    \\\///
*/

#homepage #main .container {
    max-width: 1165px;
}

#home_slider .owl-carousel {
    overflow: hidden
}

#home_slider .owl-carousel .item {
    position: relative;
    padding: 0;
}

#home_slider .owl-carousel .item a {
    display: block;
}

#home_slider .owl-carousel .item figure {
    padding-top: 41%;
}

#home_slider .owl-carousel .item figure img {
    display: none
}

#home_slider span.box {
    position: absolute;
    left: 0;
    bottom: 36px;
     display: block;
    min-width: 479px;
    padding: 12px 24px;
    background-color: #fff;
}

#home_slider span.box h1 {
    padding-bottom: 2px;
    font: bold 36px/1em "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
    letter-spacing: 0.04em;
    color: #000;
    text-transform: uppercase;
    word-wrap: break-word;
}

#home_slider span.box p {
    padding-bottom: 0;
    font: bold 18px/1em "Helvetica LT W01 Narrow", Helvetica, Arial, sans-serif;
    letter-spacing: 0.025em;
    color: #000;
}

#home_slider span.box p.tag {
    font-family: "Helvetica LT W01 Bold Nr Obl", Helvetica, Arial, sans-serif;
}

#home_slider p.tag {
    text-align: right
}

#home_slider article figure img {
    width: 100%;
    margin-bottom: 0;
}

#home_slider .owl-dots {
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 18px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}

#home_slider .owl-dot {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 30px;
    cursor: pointer;
}

#home_slider .owl-dot span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#home_slider .owl-dot.active span,
#home_slider .owl-dot:hover span {
    background-color: #fff;
}

#home_articles {
	position: relative;
    margin-top: 91px;
    margin-bottom: 96px;
    border: 2px solid #000;
    text-align: center;
}

#home_articles section {
    padding: 0 30px;
    border-bottom: 2px solid #000
}

#home_articles section:last-of-type {
    border-bottom: none
}

#home_articles h2.sectionTitle {
    position: relative;
    top: -0.65em;
    display: inline-block;
    padding-bottom: 0;
    padding-left: 9px;
    padding-right: 9px;
    background-color: #fff;
    font-size: 4.722em;
    line-height: 1em;
    text-align: center;
    font-family: "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
}

#home_articles .cols {
    position: relative;
    top: -34px;
}

#home_articles .cols .col-1_3 {
    padding: 11px;
    float: left
}

#home_articles article {
    text-align: left;
}

#home_articles figure a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 4px solid transparent;
    content: '';
}

#home_articles figure a {
    position: relative;
    display: block;
    margin-bottom: 9px;
    overflow: hidden;
}

#home_articles figure a:hover:after,
#home_articles figure a:active:after {
    border-color: #000
}

#home_articles figure img {
    margin-bottom: 0;
}

#homepage #home_articles figure img {
    border: 1px solid rgba(0, 0, 0, 0);
}

#home_articles article a h1 {
    padding-bottom: 6px;
    font-size: 1.667em;
    /*line-height: 1.1em;*/
    line-height: 1em;
    font-family: "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
}

#home_articles article .meta p {
    padding-bottom: 0;
    line-height: 1.444em;
    float: left
}

#home_articles article .meta p.date:before {
    position: absolute;
    right: 12px;
    top: 50%;
    width: 27px;
    height: 1px;
    background-color: #000;
    content: ''
}

#home_articles article .meta {
    font-family: "Helvetica LT W01 Bold Narrow", Helvetica, Arial, sans-serif;
}

#home_articles article .meta p.date {
    position: relative;
    padding-right: 51px;
}

#home_articles article p.teaser {
    /*padding-bottom: 6px;*/
    padding-bottom: 0;
    padding-top: 0;
    font: normal 14px/1em "Helvetica LT W01 Narrow", Arial, sans-serif;
    letter-spacing: 0.025em;
}

#home_articles article a {
    color: #000
}

#homepage #home_articles figure a:hover img,
#homepage #home_articles figure a:active img {
    border-color: #000;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

#home_articles article.alt {
    position: relative
}

#home_articles article.alt header {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    padding: 9px 14px;
    background-color: #fff;
}

#home_articles article.alt .meta {
    padding-bottom: 5px;
}

#home_articles .moreBtn {
	position: absolute;
	bottom: -26px;
	left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#home_articles .moreBtn a {
    /*position: relative;
    top: 26px;*/
    display: inline-block;
    /*min-width: 211px;*/
    min-width: 270px;
    height: 52px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #fff;
    font: bold 25px/48px "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
    color: #000;
    text-align: center;
    letter-spacing: 0.025em;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

#home_articles .owl-carousel {
    position: relative;
    top: -34px;
}

.item {
    padding: 11px;
}

.owl-nav {
    position: absolute;
    top: 50%;
    left: -54px;
    right: -54px;
    height: 53px;
	margin-top: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*.owl-nav div {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff url(../images/arrows.png) no-repeat 0 0;
    border: 2px solid #000;
    text-indent: -999em;
}

.owl-nav .owl-prev {
    left: 0;
}

.owl-nav .owl-next {
    right: 0;
    background-position: -48px 0
}

.owl-nav div:hover {
    background-color: #000;
}

.owl-nav .owl-prev:hover {
    background-position: 0 -48px
}

.owl-nav .owl-next:hover {
    background-position: -48px -48px
}*/

.owl-nav div {
    position: absolute;
    width: 48px;
    height: 53px;
    border: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    text-indent: -999em;
}

.owl-nav .owl-prev {
    left: 0;
    background-image: url(../images/icon-arrow-left-1.svg)
}

.owl-nav .owl-next {
    right: 0;
    background-image: url(../images/icon-arrow-right-1.svg)
}

#newsletter_section {
    padding-top: 48px;
    padding-bottom: 48px;
    background-color: #000;
    text-align: center;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
}

#newsletter_section .container {
    max-width: 396px !important;
    margin-bottom: 1%;
}

#newsletter_section h2 {
    padding-bottom: 9px;
    letter-spacing: 0.075em;
    font: normal 36px/1em "tin_doghouseregular", Helvetica, Arial, sans-serif;
}

#newsletter_section p {
    padding-bottom: 24px;
    font-size: 1em;
    line-height: 1.125em;
}

#newsletter_section form {
    position: relative;
    width: 100%;
    max-width: 228px;
    margin: auto;
    text-align: center;
}

#newsletter_section input {
    display: block;
    width: 100%;
    max-width: none;
    height: 28px;
    padding: 2px;
    background-color: transparent;
    border-bottom: 2px solid #fff;
    ;
    margin-bottom: 6px;
    font: 400 14px/24px Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    text-align: center;
}

#newsletter_section input::-webkit-input-placeholder {
    color: #bab1b1;
    font-style: italic;
}

#newsletter_section input:-moz-placeholder {
    color: #bab1b1;
    font-style: italic;
}

#newsletter_section input::-moz-placeholder {
    color: #bab1b1;
    font-style: italic;
}

#newsletter_section input:-ms-input-placeholder {
    color: #bab1b1;
    font-style: italic;
}

#newsletter_section button:before {
    display: none;
}

#newsletter_section button {
    display: inline-block;
    width: 84px;
    height: 23px;
    padding: 0;
    border: none;
    background-color: #fff;
    margin: 0 0 24px 0;
    letter-spacing: 0.075em;
    font: 18px/23px "tin_doghouseregular", Helvetica, Arial, sans-serif;
    color: #000;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/*
    ///\\\
            end HOMEPAGE
    \\\///
*/

/*
    ///\\\
            BLOG
    \\\///
*/

.altrn #hdr_bottomBar {
    border-bottom: 1px solid #000;
}

.altrn #main .container {
    max-width: 936px;
}

.blog-entry {
    width: 31.62%;
    margin-right: 2.57%;
    margin-bottom: 4%;
    float: left
}

.blog-entry:nth-of-type(3n) {
    margin-right: 0
}

.blog-entry figure a {
    position: relative;
    display: block;
    margin-bottom: 9px;
    overflow: hidden;
}

.blog-entry figure a:after,
.grid-item figure a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 4px solid transparent;
    content: '';
}

.blog-entry figure img {
    margin-bottom: 0;
}

.blog-entry figure a:hover:after,
.blog-entry figure a:active:after,
.grid-item figure a:hover:after,
.grid-item figure a:active:after {
    border-color: #000
}

.blog-entry a h1 {
    padding-bottom: 6px;
    font: 1.667em/1em "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
}

.blog-entry .meta p {
    padding-bottom: 0;
    line-height: 1.444em;
    font-family: "Helvetica LT W01 Bold Narrow", Helvetica, Arial, sans-serif;
    float: left
}

.blog-entry .meta p.date:before {
    position: absolute;
    right: 12px;
    top: 50%;
    width: 30px;
    height: 1px;
    background-color: #000;
    content: ''
}

.blog-entry .meta p.date {
    position: relative;
    padding-right: 51px;
}

.blog-entry p.teaser {
    padding-top: 5px;
    padding-bottom: 0;
    font: 1em/1.444em "Helvetica LT W01 Narrow", Arial, sans-serif;
}

.blog-entry a {
    color: #000
}

.blog-entry.alt a {
    margin-bottom: 0;
}

#postEntries,
#sidebar {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 60px;
}

#postEntries {
    width: 68.5%;
}

#sidebar {
    width: 31.5%;
    padding-right: 2px;
}

.s_widget:before {
    position: absolute;
    right: -8px;
    left: 8px;
    top: 8px;
    bottom: -8px;
    background-image: url(../images/bgLinesPattern.png);
    border: 2px solid #000;
    content: '';
    z-index: -1;
}

.s_widget {
    position: relative;
    width: 100%;
    margin-bottom: 60px;
}

.s_categories {
    padding: 30px 42px 18px 42px;
    border: 2px solid #000;
    background-color: #fff;
}

.s_categories h3.s_title {
    padding-bottom: 0.5em;
    font: 2.571em/1.3em "tin_doghouseregular", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    text-transform: uppercase
}

.s_categories ul {
    list-style-type: none;
    padding-bottom: 0
}

.s_categories li {
    padding-bottom: 8px;
    margin-left: 0;
    font: 1.286em/1.5em "tin_doghouseregular", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
}

.s_categories li a {
    display: inline-block;
    padding-bottom: 3px;
    padding-top: 3px;
    color: #000;
}

.s_newsletter {
    padding: 12px 42px 50px 42px;
    border: 2px solid;
}

.s_newsletter h3:before {
    position: absolute;
    top: 50%;
    right: -12px;
    width: 46px;
    height: 46px;
    background: url(../images/icon-newsletter.png) no-repeat center right;
    content: '';
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-background-size: 46px auto;
    -moz-background-size: 46px auto;
    -ms-background-size: 46px auto;
    -o-background-size: 46px auto;
    background-size: 46px auto;
}

.s_newsletter h3 {
    position: relative;
    padding-bottom: 24px;
    padding-top: 24px;
    font: 2.571em/1.3em "tin_doghouseregular", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
}

.s_newsletter input {
    position: relative;
    width: 100%;
    max-width: 255px;
    padding: 12px;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    margin: auto auto 34px auto;
    font: 14px/24px "tin_doghouseregular", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.s_newsletter input:focus {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.7);
}

.s_newsletter input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff;
}

.s_newsletter input:-moz-placeholder {
    opacity: 1;
    color: #fff;
}

.s_newsletter input::-moz-placeholder {
    opacity: 1;
    color: #fff;
}

.s_newsletter input:-ms-input-placeholder {
    opacity: 1;
    color: #fff;
}

.s_newsletter button:before {
    position: absolute;
    right: -6px;
    bottom: -6px;
    width: 124px;
    height: 45px;
    background-image: url(../images/bg_submitBtn.png);
    content: '';
}

.s_newsletter button {
    display: block;
    width: 124px;
    height: 45px;
    padding: 0;
    border: none;
    background-color: #fff;
    margin: 0 auto;
    letter-spacing: 0.06em;
    font: 18px/45px "knemabold", Helvetica, Arial, sans-serif;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.s_banner.s_widget:before {
    display: none
}

.s_banner.s_widget {
    margin-bottom: 0;
}

.s_banner.s_widget a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 4px solid transparent;
    content: '';
}

.s_banner.s_widget a {
    position: relative;
    display: block;
}

.s_banner.s_widget a:hover:after,
.s_banner.s_widget a:active:after {
    border-color: #000
}

.s_banner.s_widget img {
    margin-bottom: 12px;
}

/*
    ///\\\
            end BLOG
    \\\///
*/

/*
    ///\\\
            BLOG SUBCATEGORIES
    \\\///
*/

#blog_subcategory.altrn #main .container {
    max-width: 1165px
}

#blog_subcategory .topRow {
    padding-top: 30px;
    padding-bottom: 36px;
    text-align: center;
}

#blog_subcategory .topRow h1 {
    padding-bottom: 6px;
    font: 72px/1.125em "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01em
}

#blog_subcategory .topRow nav li:before {
    position: absolute;
    top: 5px;
    right: 0;
    height: 20px;
    width: 2px;
    background-color: #000;
    content: ''
}

#blog_subcategory .topRow nav li:last-child:before {
    display: none
}

#blog_subcategory .topRow nav li {
    position: relative;
    display: inline-block;
    padding-left: 14px;
    padding-right: 14px;
    font: 18px/30px "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em
}

#blog_subcategory .topRow nav a {
    display: block;
}

#blog_subcategory .topRow li.current a {
    text-decoration: underline;
    color: currentColor;
    display: inline-block;
    pointer-events: none;
}

#blog_subcategory .grid-sizer,
#blog_subcategory .grid-item {
    width: 31.932%
}

#blog_subcategory .gutter-sizer {
    width: 2.102%
}

#blog_subcategory .grid-item {
    margin-bottom: 2%
}

.grid-item .banner img {
    margin-bottom: 0
}

#blog_subcategory .blog-entry {
    display: block;
    width: 100%;
    margin-right: 0 !important;
}

#blog_subcategory .blog-entry img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0;
}

#blog_subcategory .blog-entry .meta {
    font-family: "tin_doghouseregular", Helvetica, Arial, sans-serif;
}

/*
    ///\\\
            end BLOG SUBCATEGORIES
    \\\///
*/

/*
    ///\\\
            POST
    \\\///
*/

#post.container {
    overflow: hidden
}

#post nav a {
    display: inline-block;
    margin-top: 18px;
    font-size: 0.889em;
    color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase
}

#post nav a * {
    vertical-align: bottom;
}

#post nav a span {
    font-size: 2em;
}

#post header {
    padding-bottom: 20px;
}

#post h1 {
    padding-bottom: 9px;
    line-height: 1em;
    color: #000;
    font-family: "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
}

#post .meta {
	padding-top: 30px;
    font-family: "Helvetica LT W01 Narrow", Helvetica, Arial, sans-serif;
}

#post header .meta {
	padding-top: 0;
}

#post .meta p {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 0;
    margin-bottom: 5px;
    line-height: 1.444em;
}

#post .meta p.date,
#post .meta p.tags {
    display: block;
}

#post .meta .label {
    display: inline-block;
    padding: 3px 5px;
    margin-right: 16px;
    border: 1px solid #000;
    color: #000;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1em;
}

#post .meta a {
    color: #000;
    text-decoration: underline;
}

.pContent {
    font-family: Helvetica, Arial, sans-serif;
}

.pContent p {
    color: #222;
    line-height: 1.667em;
}

.pContent a {
	text-decoration: underline
}

#post_page #main aside.container {
    max-width: 1016px;
}

#more_posts {
    margin-top: 91px;
    margin-bottom: 96px;
    border: 2px solid #000;
    padding: 0 28px 40px 28px;
    text-align: center;
}

#more_posts h3.sectionTitle {
    position: relative;
    top: -28px;
    display: inline-block;
    padding-bottom: 0;
    padding-left: 9px;
    padding-right: 9px;
    background-color: #fff;    
    font: bold 25px/48px "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
    text-align: center;
}

#more_posts .cols {
    margin-top: -34px;
}

#more_posts .cols .col-1_3 {
    padding: 12px;
    float: left
}

#more_posts article {
    text-align: left;
}

#more_posts figure a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 4px solid transparent;
    content: '';
}

#more_posts figure a {
    position: relative;
    display: block;
    margin-bottom: 9px;
    overflow: hidden;
}

#more_posts figure a:hover:after,
#more_posts figure a:active:after {
    border-color: #000
}

#more_posts figure img {
    margin-bottom: 0;
}

#more_posts article a h1 {
    padding-bottom: 5px;
    font-size: 1.667em;
    /*line-height: 1.1em;*/
    line-height: 1em;
    font-family: "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
}

#more_posts article .meta p {
    padding-bottom: 0;
    line-height: 1.444em;
    float: left
}

#more_posts article .meta p.date:before {
    position: absolute;
    right: 12px;
    top: 50%;
    width: 27px;
    height: 1px;
    background-color: #000;
    content: ''
}

#more_posts article .meta p.date {
    position: relative;
    padding-right: 51px;
}

#more_posts article p.teaser {
    padding-top: 5px;
    padding-bottom: 0;
    font-family: "Helvetica LT W01 Narrow", Arial, sans-serif;
}
/*
    ///\\\
            end POST
    \\\///
*/

/*
    ///\\\
            ABOUT
    \\\///
*/

#about {
    margin-bottom: 67px;
}

#about h1 {
    padding-bottom: 30px;
    padding-top: 30px;
    line-height: 1em;
    color: #000
}

#about h3 {
    padding-bottom: 18px;
    font-family: "tin_doghouseregular", Helvetica, Arial, sans-serif;
    color: #000
}

#about p {
    font: 1em/1.667em Helvetica, Arial, sans-serif;
    color: #929292
}

.featBox.alt {
    position: relative;
    border: none;
    padding: 4% 5% 5% 5%;
    margin-top: 30px;
}

.featBox.alt .border {
    position: absolute;
}

.featBox.alt .border.top,
.featBox.alt .border.bottom {
    left: 0;
    right: 0;
    height: 2px;
    background-repeat: repeat-x;
    background-image: url(../images/dashedBorder-horizontal.png)
}

.featBox.alt .border.top {
    top: 0;
}

.featBox.alt .border.bottom {
    bottom: 0;
}

.featBox.alt .border.left,
.featBox.alt .border.right {
    top: 0;
    bottom: 0;
    width: 2px;
    background-repeat: repeat-y;
    background-image: url(../images/dashedBorder-vertical.png)
}

.featBox.alt .border.left {
    left: 0;
}

.featBox.alt .border.right {
    right: 0;
}

.featBox.alt p {
    max-width: 797px;
}

.featBox.alt p:last-of-type {
    padding-bottom: 0
}

.featBox.black {
    position: relative;
    border: none;
    padding: 4% 5% 5% 5%;
    margin-top: 30px;
    margin-bottom: 96px;
    background-color: #000;
}

.featBox.black h3,
.featBox.black p {
    color: #fff !important;
}

.textBoxes {
    padding-top: 38px;
    color: #929292
}

.textBoxes .box:before {
    position: absolute;
    right: -9px;
    left: 9px;
    top: 9px;
    bottom: -9px;
    background-image: url(../images/bgLinesPattern.png);
    border: 2px solid #000;
    content: '';
    z-index: -1;
}

.textBoxes .box {
    position: relative;
    width: 47.86%;
    margin-bottom: 24px;
    padding: 4.5% 4%;
    border: 2px solid #000;
    background-color: #fff;
    float: left;
}

.textBoxes .box:last-child {
    margin-right: 9px;
    float: right;
}

.textBoxes .box p:last-of-type {
    padding-bottom: 0
}

#about .textBoxes .box h3 {
    padding-bottom: 9px;
}

.altrn #main .container.alt {
    max-width: 1016px;
}

#galleryCarousel {
    padding: 0 36px 40px 36px;
    border: 2px solid #000;
    text-align: center
}

#galleryCarousel h2.sectionTitle {
    position: relative;
    top: -0.65em;
    display: inline-block;
    padding-bottom: 0;
    padding-left: 9px;
    padding-right: 9px;
    background-color: #fff;
    font-size: 4.722em;
    line-height: 1em;
    text-align: center;
}

#galleryCarousel .col-1_2 {
    float: left
}

#galleryCarousel .col-1_2:first-child {
    padding-right: 1.7%;
}

#galleryCarousel .col-1_2:last-child {
    padding-left: 1.7%;
}

#galleryCarousel .image {
    display: block;
    width: 100%;
}

#galleryCarousel .image.large {
    padding-top: 104.76%;
}

#galleryCarousel .image.small {
    padding-top: 49%;
}

#galleryCarousel .image.small:first-child {
    margin-bottom: 6.8%
}

#galleryCarousel .owl-nav {
    left: -76px;
    right: -76px;
	margin-top: 0;
    z-index: -1;
}

/*#galleryCarousel .owl-nav {
    position: absolute;
    top: 50%;
    left: -76px;
    right: -76px;
    height: 53px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#galleryCarousel .owl-nav div {
    position: absolute;
    width: 53px;
    height: 53px;
    background: #fff url(../images/arrows.png) no-repeat 0 0;
    border: 3px solid #000;
    text-indent: -999em;
}

#galleryCarousel .owl-nav .owl-prev {
    left: 0;
}

#galleryCarousel .owl-nav .owl-next {
    right: 0;
    background-position: -48px 0
}

#galleryCarousel .owl-nav div:hover {
    background-color: #000;
}

#galleryCarousel .owl-nav .owl-prev:hover {
    background-position: 0 -48px
}

#galleryCarousel .owl-nav .owl-next:hover {
    background-position: -48px -48px
}*/

#about_page {
    background: url(../images/about_bg.png) no-repeat left top;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

#about_page h1.page_title {
    padding-top: 48px;
    padding-bottom: 36px;
    font-size: 72px;
    text-align: center;
    font-family: "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
}

.fwSection {
    font-size: 1em;
    line-height: 1.667em;
    padding-bottom: 72px;
}

.fwSection .col {
    float: left;
}

.fwSection.imgLeft .col.text {
    float: right;
}

.fwSection .col.text {
    text-align: center;
}

#about_statement .col.text {
    width: 43%;
    padding-left: 18.4%;
    padding-right: 42px;
    float: left;
}

#about_statement .col.image {
    width: 57%;
}

#about_history .col {
    width: 50%;
}

#about_history .col.text {
    display: table;
    padding-right: 20.5%;
    padding-left: 4.75%;
}

#about_history .col.text .wrapper {
    display: table-cell;
    vertical-align: top;
	padding-top: 84px;
    height: inherit
}

.fwSection h1,
.fwSection .col.text h2 {
    padding-bottom: 24px;
	margin-bottom: 0.1em;
    font-size: 48px;
	line-height: 1em;
}

.fwSection.imgRight .col.image .wrapper {
    vertical-align: bottom;
    text-align: right;
    float: right
}

.fwSection .col.image img {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1.5em;
}

#about_history .col.image img {
    margin-bottom: 0;
}

.fwSection .col.image.twoImgs img:first-child {
    width: 20.325vw;
    padding-top: 3vw;
    margin-left: 0;
}

.fwSection .col.image.twoImgs img:last-child {
    width: 32.989vw;
}

.fwSection.imgRight .col.image img {
    margin-left: 2vw;
}

.fwSection.imgLeft .col.image img {
    margin-right: 3vw;
}

.black_text_banner {
    padding-top: 36px;
    padding-bottom: 30px;
    background-color: #000;
    color: #fff;
    text-align: center
}

.black_text_banner h1 {
    padding-bottom: 12px;
    font: normal 2.571em/1.125em "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
    letter-spacing: 0.025em;
}

.black_text_banner p {
    padding-bottom: 62px;
    font: normal 1.286em/1.111em Helvetica, Arial, sans-serif;
    background: url(../images/icon-arrow-down-1.svg) no-repeat bottom center;
}

.black_text_banner .more {
    position: relative;
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 6px;
    font: bold 1.571em/1.125em "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
    color: #fff;
    letter-spacing: 0.075em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a.defaultBtn:before {
    position: absolute;
    top: 6px;
    left: 6px;
    bottom: -6px;
    right: -6px;
    background-color: #fff;
    border: 3px solid #000;
    content: '';
    z-index: -1
}

a.defaultBtn {
    position: relative;
    display: inline-block;
    padding: 14px 30px;
    margin: 12px auto;
    background-color: #000;
    font: 1.333em/1.5em "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: center;
    letter-spacing: 0.06em;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

a.defaultBtn strong {
    font-size: 1.250em;
    text-transform: uppercase;
}

a.defaultBtn:hover,
a.defaultBtn:active {
    background-color: #e50b26;
    text-decoration: none;
}

#about_page #galleryCarousel {
    padding: 0;
    border: none;
    padding-top: 60px;
    margin-top: 4%;
}

#about_page #galleryCarousel .container {
    max-width: 1165px;
    margin-bottom: 148px;
    padding: 0 56px 30px 56px;
    border: 2px solid #000;
}

#about_page #galleryCarousel h2.sectionTitle {
    top: -3px;
    margin-top: -30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 18px;
    font-size: 48px;
}

#about_page #galleryCarousel figcaption {
    text-align: left;
    font: 14px/1.25em "Helvetica LT W01 Narrow", Helvetica, Arial, sans-serif;
}

#about_page #galleryCarousel figcaption .year {
    font-family: "Helvetica LT W01 Bold Narrow", Arial, sans-serif;
}

#about_page #galleryCarousel figure a {
    display: block;
    margin-bottom: 9px;
    overflow: hidden;
}

#about_page #galleryCarousel figure img {
    margin-bottom: 0;
}

/*#about_page #galleryCarousel .btn a {
    position: relative;
    top: 56px;
    display: inline-block;
    width: 242px;
    height: 52px;
    background-color: #fff;
    font: bold 25px/48px "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
    color: #000;
    text-align: center;
    letter-spacing: 0.025em;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}*/

#about_page #galleryCarousel .btn {
	position: absolute;
	bottom: -26px;
	left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#about_page #galleryCarousel .btn a {
    display: inline-block;
    min-width: 272px;
    height: 52px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #fff;
    font: bold 25px/48px "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
    color: #000;
    text-align: center;
    letter-spacing: 0.025em;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}
/*
#about_page #galleryCarousel .owl-nav div {
    position: absolute;
    width: 48px;
    height: 53px;
    border: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -999em;
}

#about_page #galleryCarousel .owl-next {
    right: 0;
    background-image: url(../images/icon-arrow-right-1.svg)
}

#about_page #galleryCarousel .owl-prev {
    left: 0;
    background-image: url(../images/icon-arrow-left-1.svg)
}*/

#newsletter_popup {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    font: 400 14px/2em "tin_doghouseregular", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em;
    z-index: 200000
}

#newsletter_popup .box {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 732px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#newsletter_popup .border {
    position: absolute;
    right: -7px;
    left: 7px;
    top: 7px;
    bottom: -7px;
    background-image: url(../images/bgLinesPattern.png);
    border: 2px solid #000;
    content: '';
    z-index: -1;
}

#newsletter_popup .wrapper {
    position: relative;
    width: 100%;
    padding: 48px 100px 66px 100px;
    background: url(../images/newsletter_bg_popup.jpg) no-repeat center center;
    color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#newsletter_popup h3 {
    font: 400 2.571em/1.5em "tin_doghouseregular", Helvetica, Arial, sans-serif;
    text-align: center;
    letter-spacing: 0;
}

#newsletter_popup p {
    padding-bottom: 12px;
}

#newsletter_popup .col-1_2 {
    float: left
}

#newsletter_popup .checkbox {
    position: relative;
    padding: 3px 0 3px 30px;
    margin-top: 18px;
    margin-bottom: 6px;
    cursor: pointer
}

#newsletter_popup .col-1_2 .checkbox {
    padding-bottom: 0;
    margin-top: 0;
    padding-right: 12px;
}

#newsletter_popup .checkbox .check {
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 16px;
    height: 16px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#newsletter_popup .checkbox .check.active,
#newsletter_popup .checkbox:hover .check {
    background: #fff url(../images/icon-check.png) no-repeat center center;
}

#newsletter_popup input {
    position: relative;
    width: 100%;
    padding: 12px;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    margin: 12px auto 34px auto;
    font: 14px/24px "tin_doghouseregular", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#newsletter_popup input:focus {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.7);
}

#newsletter_popup input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff;
}

#newsletter_popup input:-moz-placeholder {
    opacity: 1;
    color: #fff;
}

#newsletter_popup input::-moz-placeholder {
    opacity: 1;
    color: #fff;
}

#newsletter_popup input:-ms-input-placeholder {
    opacity: 1;
    color: #fff;
}

#newsletter_popup button:before {
    position: absolute;
    right: -6px;
    bottom: -6px;
    width: 124px;
    height: 45px;
    background-image: url(../images/bg_submitBtn.png);
    content: '';
}

#newsletter_popup button {
    position: relative;
    display: block;
    width: 124px;
    height: 45px;
    padding: 0;
    border: none;
    background-color: #fff;
    margin: 6px auto auto auto;
    letter-spacing: 0.06em;
    font: 18px/45px "knemabold", Helvetica, Arial, sans-serif;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#newsletter_popup button:hover {
    background-color: #6ac6f0;
    color: #fff;
}

/*
    ///\\\
            end ABOUT
    \\\///
*/

/*
    ///\\\
            PROGRAMMING page
    \\\///
*/

#programming_page #main .container {
    display: table;
    table-layout: fixed;
    max-width: 1165px !important;
    padding-top: 44px;
    padding-bottom: 36px;
}

#programming_page #main-content,
#programming_page #sidebar {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 60px;
}

#programming_page #main-content {
    width: 68.5%;
    padding-right: 31px;
}

#programming_page #sidebar {
    width: 21.9%;
    padding-top: 2.143em;
}

.s_banner.s_widget.schedule a {
    display: block;
    border: 4px solid #000;
    margin-bottom: 12px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#programming_page .s_banner.s_widget.schedule a img {
    margin-bottom: 0;
}

.s_newsletter.alt:before {
    display: none;
}

.s_newsletter.alt {
    padding: 24px 25px 48px 25px;
    margin-bottom: 30px;
    background-color: #000;
}

.s_newsletter h3:before {
    display: none;
}

.s_newsletter.alt h3 {
    padding-bottom: 6px;
    padding-top: 0;
    font: 2em/0.9em "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
    letter-spacing: 0.075em;
    text-transform: none;
    color: #fff;
}

.s_newsletter.alt p {
    max-width: 200px;
    margin-bottom: 10%;
    padding-top: 0;
    font: 14px/1em Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    color: #fff;
}

.s_newsletter.alt .newsletter_form {
    text-align: right;
}

.s_newsletter.alt input {
    display: block;
    max-width: none;
    height: 28px;
    padding: 2px;
    border-bottom-width: 2px;
    margin-bottom: 6px;
    font: 400 14px/24px Helvetica LT W01 Narrow, Arial, sans-serif;
    letter-spacing: 0;
    text-align: left;
}

.s_newsletter.alt input::-webkit-input-placeholder {
    color: #bab1b1;
    /*font-style: italic;*/
    text-transform:lowercase
}

.s_newsletter.alt input:-moz-placeholder {
    color: #bab1b1;
    /*font-style: italic;*/
    text-transform:lowercase
}

.s_newsletter.alt input::-moz-placeholder {
    color: #bab1b1;
    /*font-style: italic;*/
    text-transform:lowercase
}

.s_newsletter.alt input:-ms-input-placeholder {
    color: #bab1b1;
    /*font-style: italic;*/
    text-transform:lowercase
}

.s_newsletter.alt button:before {
    display: none;
}

.s_newsletter.alt button {
    display: inline-block;
    width: 84px;
    height: 23px;
    margin-bottom: 5%;
    letter-spacing: 0.075em;
    font: 18px/23px "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
    text-transform: none;
}

.s_banner.s_widget.events h3 {
    padding-bottom: 6px;
    text-align: right;
    font: 22px/30px "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
    letter-spacing: 0.075em;
}

#programming_page .s_banner.s_widget a img {
    margin-bottom: 12px;
}

#mn_player {
    padding-bottom: 24px
}

#mn_player h1.title {
    padding-bottom: 1px;
    font: bold 1.571em/1.364em "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
    letter-spacing: 0.075em;
    color: #000;
}

#mn_player .body {
    padding: 6px;
    background-color: #000;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 0.025em;
}

#mn_player .song {
    padding: 9px 6px 3px 6px;
    font-size: 1.571em;
    line-height: 1.1em;
    font-family: "Helvetica LT W01 Bold Narrow", Arial, sans-serif;
}

#mn_player .song_time {
    font-size: 0.636em;
    font-family: "Helvetica LT W01 Narrow", Arial, sans-serif;
}

#mn_player .body p:before {
    position: absolute;
    top: -2px;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url(../images/icon-player-arrow.png);
    background-repeat: no-repeat;
    background-position: 9px 0;
    -webkit-background-size: cover;
    -moz-background-size: 19px auto;
    -ms-background-size: 19px auto;
    -o-background-size: 19px auto;
    background-size: 19px auto;
    content: ''
}

#mn_player .body p {
    position: relative;
    font-size: 1em;
    line-height: 1.1em;
    padding-left: 30px;
    padding-bottom: 0;
    margin-bottom: 3px;
	font-family: "Helvetica LT W01 Narrow";
}

#mn_player .body p .songby {
	font-family: "Helvetica LT W01 Bold Narrow";
}

#mn_player .body p .songshow {
	font-family: "Helvetica LT W01 Bold Nr Obl";
}

#mn_player .body p .show_description {
	font-family: "Helvetica LT W01 Narrow Obl";
}

#mn_player .body p em,
#mn_player .crawler ul li em {
    font-family: Helvetica, Arial, sans-serif;
    font-style: italic;
}

#mn_player .crawler {
    position: relative;
    width: 100%;
    height: 30px;
    padding: 3px 0 3px 3px;
    margin-top: 9px;
    background-color: #fff;
    color: #000;
    overflow: hidden;
}

#mn_player .crawler h3 {
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding-bottom: 0;
    font: bold 1.25em/24px "Helvetica LT W01 Black", Arial, sans-serif;
    text-transform: uppercase;
    z-index: 9;
}

#mn_player .crawler ul {
    position: absolute;
    top: 1px;
    padding-bottom: 0;
}

#mn_player .crawler ul li {
    display: inline-block;
    height: 24px;
    padding-bottom: 0;
    margin-left: 3.125rem;
    line-height: 24px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 0.025em
}

#mn_player .crawler li .time {
    font-size: 1.143em
}

#mn_player .crawler .item_each {
    font-size: 15px !important;
}

#mn_player .crawler .item_each .genre {
    font-size: 13px;
    font-family: "Helvetica LT W01 Narrow";
}

#prgr_slider .owl-carousel {
    overflow: hidden
}

#prgr_slider .owl-carousel .item {
    position: relative;
    padding: 0;
}

#prgr_slider .owl-carousel .item a {
    display: block;
}

#prgr_slider span.box {
    position: absolute;
    left: 0;
    bottom: 36px;
    display: block;
    min-width: 368px;
    padding: 12px 24px;
    background-color: #fff;
}

#prgr_slider span.box h1 {
    padding-bottom: 0;
    font: bold 36px/1.125em "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
    letter-spacing: 0.025em;
    color: #000;
    text-transform: uppercase;
    word-wrap: break-word;
}

#prgr_slider span.box p {
    padding-bottom: 0;
    font: bold 1.286em/1.125em "Helvetica LT W01 Narrow", Helvetica, Arial, sans-serif;
    letter-spacing: 0.025em;
    color: #000;
}

#prgr_slider span.box p.tag {
    font-family: "Helvetica LT W01 Bold Nr Obl", Helvetica, Arial, sans-serif;
}

#prgr_slider article figure {
    padding-top: 57%;
}

#prgr_slider article figure img {
    display: none
}

#prgr_slider .owl-dots {
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 18px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}

#prgr_slider .owl-dot {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 30px;
    cursor: pointer;
}

#prgr_slider .owl-dot span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#prgr_slider .owl-dot.active span,
#prgr_slider .owl-dot:hover span {
    background-color: #fff;
}

.s_featBanners.mobile {
    display: none;
}

#prgr_featBtns {
    width: 100%;
    margin-top: 12px;
}

#prgr_featBtns .col-1_2:first-child {
	float: right;
    padding-left: 9px;
}

#prgr_featBtns .col-1_2:last-child {
	float: left;
    padding-right: 9px;
}

#prgr_featBtns .col-1_2 article {
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #000;
    border: 4px solid #000;
    padding: 24px 12px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#prgr_featBtns .col-1_2 article .wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#prgr_featBtns article a.more {
    display: inline-block;
    padding-bottom: 6px;
    font: bold 1.571em/1.125em "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
    letter-spacing: 0.075em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#prgr_featBtns article h1 {
    padding-bottom: 12px;
    font: normal 2.571em/1.125em "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
    letter-spacing: 0.025em;
}

#prgr_featBtns article p {
    padding-bottom: 48px;
    background-image: url(../images/icon-progr-arrow-down.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    -webkit-background-size: 12px auto;
    -moz-background-size: 12px auto;
    -ms-background-size: 12px auto;
    -o-background-size: 12px auto;
    background-size: 12px auto;
    font: normal 1.286em/1.111em Helvetica, Arial, sans-serif;
}

#news_page .col-1_2 a:active {
    text-decoration: none;
}

#programming_page .blog-entries,
#news_page .blog-entries {
    padding-top: 60px;
}

#programming_page .blog-entries h1.title,
#news_page .blog-entries h1.title {
    padding-bottom: 24px;
    text-align: center;
    font-weight: normal;
    font: normal 4.286em/1em "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
}

#programming_page .grid-sizer,
#programming_page .grid-item,
#news_page .grid-sizer,
#news_page .grid-item {
    width: 48.05%
}

#programming_page .gutter-sizer,
#news_page .gutter-sizer {
    width: 3.9%
}

#programming_page .grid-item,
#news_page .grid-item {
    margin-bottom: 2%
}

#programming_page .blog-entry,
#news_page .blog-entry {
    display: block;
    width: 100%;
    margin-right: 0 !important;
}

#programming_page .blog-entry img,
#news_page .blog-entry img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0;
}

#programming_page .blog-entry a h1,
#news_page .blog-entry a h1 {
    padding-top: 3px;
    /*padding-bottom: 0;*/
    font-size: 1.571em;
    /*line-height: 1.364em;*/
    line-height: 1em;
    letter-spacing: 0.025em;
}

#programming_page .blog-entry .meta,
#news_page .blog-entry .meta {
    padding-bottom: 6px;
    font-size: 14px;
    letter-spacing: 0.025em;
    font-family: "tin_doghouseregular", Helvetica, Arial, sans-serif;
}

#programming_page .blog-entry p.teaser,
#news_page .blog-entry p.teaser {
    padding-bottom: 6px;
    padding-top: 0;
    font: normal 14px/1em "Helvetica LT W01 Narrow", Helvetica, Arial, sans-serif;
    letter-spacing: 0.025em;
}

#programming_page .blog-entry .meta p.date,
#news_page .blog-entry .meta p.date {
    padding-right: 44px;
}

#programming_page .blog-entry .meta p.date:before,
#news_page .blog-entry .meta p.date:before {
    right: 10px;
    width: 25px;
    height: 2px;
}

/*
    ///\\\
            end PROGRAMMING page
    \\\///
*/

/*
    ///\\\
            ARCHIVE and RESULTS pages
    \\\///
*/

#archive_results #main .container {
    display: table;
    table-layout: fixed;
    max-width: 1165px !important;
    padding-top: 44px;
    padding-bottom: 36px;
}

#archive_results #main-content,
#archive_results #sidebar {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 60px;
}

#archive_results #main-content {
    width: 68.5%;
    padding-right: 4%;
}

#archive_results #sidebar {
    width: 21.9%;
    padding-top: 2.143em;
}

.s_archive.s_widget:before {
    display: none;
}

.s_archive.s_widget {
    margin-bottom: 24px;
}

.s_archive.s_widget h3.title {
    padding-bottom: 12px;
    letter-spacing: 0.075em;
    font: bold 1.571em/1.1em "Helvetica LT W01 Black Oblique", Helvetica, Arial, sans-serif;
}

.s_archive.s_widget .item {
    padding: 0;
    font: 400 14px/1.286em Helvetica, Arial, sans-serif;
}

.s_archive.s_widget ul {
    list-style-type: none;
    padding-bottom: 0;
}

.s_archive.s_widget ul ul {
    display: none;
    margin-left: 18px;
}

.s_archive.s_widget .active_1rst,
.s_archive.s_widget .active_2nd,
.s_archive.s_widget .active_3rd {
    display: block;
}

.s_archive.s_widget ul li {
    margin: 0;
    padding: 0;
    font-family: "Helvetica LT W01 Narrow"
}

.s_archive.s_widget .item .title {
    position: relative;
    padding-left: 14px;
    padding-bottom: 0;
    font: normal 15px/1em Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.s_archive.s_widget .item .title .arrow {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #000;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.s_archive.s_widget h4.title.opened .arrow,
.s_archive.s_widget h5.title.opened .arrow {
    border-width: 9px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
}

.s_archive.s_widget ul li li:last-child {
    margin-bottom: 6px;
}

.s_archive.s_widget ul.articles li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '-'
}

.s_archive.s_widget .articles li {
    position: relative;
    padding-left: 9px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.s_archive.s_widget .articles a {
    color: #000
}

.s_tags.s_widget:before {
    display: none;
}

.s_tags.s_widget {
    margin-bottom: 24px;
}

.s_tags.s_widget h3.title {
    padding-bottom: 6px;
    letter-spacing: 0.075em;
    font: bold 1.571em/1.1em "Helvetica LT W01 Black Oblique", Helvetica, Arial, sans-serif;
}

.s_tags ul {
    list-style-type: none;
    padding-bottom: 0;
}

.s_tags.s_widget li:before {
    position: absolute;
    top: 8px;
    left: 4px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #000;
    content: ''
}

.s_tags.s_widget li:first-child:before {
    display: none
}

.s_tags ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0 0 0 12px;
    font: 400 14px/1.286em Helvetica, Arial, sans-serif;
}

.s_tags ul li:first-child {
    padding-left: 0;
}

.s_tags li a {
    display: inline-block;
    color: #000
}

.fb_plugin.s_widget:before,
.twitter_plugin.s_widget:before,
.snapchat_plugin.s_widget:before {
    display: none;
}

.fb_plugin.s_widget,
.twitter_plugin.s_widget,
.snapchat_plugin.s_widget {
    margin-bottom: 12px;
}

.twitter_plugin.s_widget h3 {
    padding-bottom: 6px;
    letter-spacing: 0.01em;
    font: 24px/1.1em "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
}

.twitter_plugin.s_widget h3 small {
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.twitter_plugin.s_widget h3 a {
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

#archive_results .s_newsletter.alt {
    margin-bottom: 12px;
}

.s_featBanners.s_widget:before {
    display: none;
}

.s_featBanners.s_widget {
    margin-bottom: 12px;
}

.s_featBanners article {
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #000;
    border: 4px solid #000;
    padding: 24px 12px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.s_featBanners article .wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.s_featBanners article .more {
    display: inline-block;
    padding-bottom: 6px;
    font: bold 1.571em/1.125em "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
    letter-spacing: 0.075em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.s_featBanners article h1 {
    padding-bottom: 12px;
    font: normal 2.25em/1.125em "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
    letter-spacing: 0.025em;
}

.s_featBanners article h1 a {
    display: block;
    padding-top: 12px;
    font-size: 1.25em;
    line-height: 1em;
}

.s_featBanners article p {
    padding-bottom: 48px;
    font: normal 1.286em/1.111em Helvetica, Arial, sans-serif;
    background-image: url(../images/icon-progr-arrow-down.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    -webkit-background-size: 12px auto;
    -moz-background-size: 12px auto;
    -ms-background-size: 12px auto;
    -o-background-size: 12px auto;
    background-size: 12px auto;
}

.s_featBanners article p.emfassis {
	position: relative;
    vertical-align: top;
    padding-bottom: 30px;
    font: bold 1.5em/1em "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
    background-image: none;
}

.s_featBanners.schedule article h1,
.s_featBanners.shop article h1 {
    padding-bottom: 24px;
}

.s_featBanners.schedule article p.emfassis,
.s_featBanners.shop article p.emfassis {
    position: relative;
    display: inline-block;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 6px;
    font-weight: 300;
    letter-spacing: 0.025em;
}

.s_featBanners.shop article p.emfassis {
    padding-bottom: 0;
    line-height: 0.95em
}

.s_featBanners.schedule article p.emfassis img {
    position: absolute;
    top: 0;
}

.s_featBanners.schedule article p.emfassis img:first-of-type,
.s_featBanners.shop article p.emfassis img:first-of-type {
    left: -6px;
}

.s_featBanners.schedule article p.emfassis img:last-of-type,
.s_featBanners.shop article p.emfassis img:last-of-type {
    right: -6px;
}

.s_featBanners.shop article p.emfassis img {
    position: absolute;
}

.s_featBanners.shop article p.emfassis img:first-of-type {
    top: 20%;
}

.s_featBanners.shop article p.emfassis img:last-of-type {
    bottom: 20%;
    top: auto;
}

.s_featBanners article p.emfassis img {
    position: relative;
    top: -4px;
    margin-bottom: 0;
}

.s_featBanners article p.emfassis small {
    font-size: 0.75em
}

#archive_results .topRow h1 {
    padding-bottom: 0;
    font: normal 4.286em/1.125em "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
    letter-spacing: 0.02em;
}

#archive_results .topRow h2.subtitle {
    padding-bottom: 48px;
    font: bold 1.714em/1.125em "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
    letter-spacing: 0.075em;
}

#archive_results .topRow h2.subtitle.archive_heading {
    font-family: "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
}

#archive_results .topRow h2.subtitle.archive_heading em {
    font-family: "Helvetica LT W01 Black Oblique", Helvetica, Arial, sans-serif;
}

#archive_results .topRow h2.subtitle .search_text {
    font-family: "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
}

#search_box {
    position: relative;
    max-width: 548px;
}

#search_box input {
    position: relative;
    display: block;
    width: 100%;
    height: 34px;
    padding: 5px 12px;
    margin-bottom: 18px;
    border: 1px solid #000;
    background-color: transparent;
    font: 18px/24px Helvetica, Arial, sans-serif;
    color: #000;
    text-align: left;
    letter-spacing: 0.01em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#search_box input:focus,
#search_box textarea:focus {
    background-color: #f9f9f9;
}

#search_box input::-webkit-input-placeholder {
    filter: alpha(opacity=90);
    opacity: 0.9;
    font-weight: bold;
}

#search_box input:-moz-placeholder {
    filter: alpha(opacity=90);
    opacity: 0.9;
    font-weight: bold;
}

#search_box input::-moz-placeholder {
    filter: alpha(opacity=90);
    opacity: 0.9;
    font-weight: bold;
}

#search_box input:-ms-input-placeholder {
    filter: alpha(opacity=90);
    opacity: 0.9;
    font-weight: bold;
}

#search_box button {
    filter: alpha(opacity=65);
    opacity: 0.65;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

#search_box button img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#search_box button:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

#filters h1 {
    padding-bottom: 3px;
    font: bold 15px/1.125em Helvetica, Arial, sans-serif;
    letter-spacing: 0.075em;
}

#filters .row {
    margin-bottom: 3px;
}

#filters label,
#filters .label {
    display: inline-block;
    vertical-align: top;
    margin-left: 6px;
    font: 14px/24px Helvetica, Arial, sans-serif;
}

#filters label:first-child,
#filters .label:first-child {
    margin-left: 0;
}

#filters .filterSelectionBox {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 6px;
}

#filters .filterSelectionBox .box:before {
    position: absolute;
    top: 50%;
    right: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 5px 0 5px;
    border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
    content: '';
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#filters .filterSelectionBox .box,
#filters input {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 108px;
    height: 22px;
    padding: 0 18px 0 3px;
    border: 1px solid #000;
    background-color: #f2f2f2;
    font: 1em/24px "tin_doghouseregular", Helvetica, Arial, sans-serif;
    color: #000;
    text-align: left;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#filters input {
    width: 286px;
    background-color: transparent;
    padding-right: 3px;
}

#filters .inline {
    display: inline-block;
    margin-left: 6px;
}

#filters input:focus {
    background-color: #f8f8f8;
}

#filters .filterSelectionBox.alt .box {
    opacity: 0.7;
    border: 1px solid #f2f2f2;
}

#filters .dropdown {
    display: none;
    list-style-type: none;
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    background-color: #f2f2f2;
    padding-bottom: 0;
}

#filters .dropdown li {
    margin-left: 0;
    padding: 3px 6px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#filters .filterSelectionBox.year .box {
    width: 66px;
}

#filters p.note {
    font: italic 12px/16px Helvetica, Arial, sans-serif;
}

.pagination {
    list-style-type: none;
    margin-top: 24px;
    padding-bottom: 24px;
    font: normal 22px/30px Helvetica, Arial, sans-serif;
    letter-spacing: 0.075em
}

.pagination.first {
    padding-bottom: 48px;
}

.pagination li {
    margin-left: 0;
    margin-right: 12px;
    padding-bottom: 0;
    float: left;
}

.pagination li.prev {
    margin-right: 24px;
    font-style: italic;
}

.pagination li.next {
    margin-left: 24px;
    font-style: italic;
}

.pagination li a {
    color: #000
}

.pagination li.current {
    font-weight: bold
}

.archive_entry {
    padding-bottom: 24px;
    font: 16px/1.5em Helvetica, Arial, sans-serif;
}

.archive_entry h1 {
    padding-bottom: 0;
    font: bold 22px/1.2em "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
}

.archive_entry h1 a {
    color: #000;
}

.archive_entry .date {
    padding-bottom: 6px;
    font-size: 14px;
    color: #616161;
}

.search_text_small {
	display: none
}

.archive_entry p {
    padding-bottom: 9px;
}

.archive_entry .categories {
    color: #616161;
    font-family: "Helvetica LT W01 Narrow", Helvetica, Arial, sans-serif;
}

.archive_entry .categories a {
    color: #2291a4;
}

.archive_entry .categories a.author_page {
    color: #000;
    text-decoration: none;
}

.archive_entry .categories a.author_page:hover {
    color: #2291a4;
    text-decoration: underline
}

/*
    ///\\\
            end ARCHIVE and RESULTS pages
    \\\///
*/

/*
    ///\\\
            CONTACT
    \\\///
*/

#contact_page #main .container {
    display: table;
    table-layout: fixed;
    max-width: 1165px !important;
    padding-top: 44px;
    padding-bottom: 36px;
}

#contact_page #main-content,
#contact_page #sidebar {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 60px;
}

#contact_page #main-content {
    width: 68.5%;
    padding-right: 4%;
}

#contact_page #sidebar {
    width: 21.9%;
    padding-top: 2.143em;
}

#contact_page .s_widget:before {
    display: none;
}

#contact_page .topRow h1 {
    padding-bottom: 30px;
    line-height: 1em;
    color: #000;
    font-family: "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
}

.request_line {
    display: table;
    width: 100%;
    padding-bottom: 48px;
}

.request_line .col {
    display: table-cell;
    vertical-align: middle;
}

.request_line .col:first-child:before {
    position: absolute;
    right: 24px;
    top: 50%;
    width: 28px;
    height: 12px;
    background: url(../images/icon-arrow-right.svg) no-repeat center center;
    content: '';
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.request_line .col:first-child {
    position: relative;
    width: 296px;
    padding-right: 74px;
    font: 28px/1em "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
    color: #000;
    letter-spacing: 0.01em
}

.request_line .col.phone a {
    font: 46px/1em "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
    color: #000;
    text-decoration: none
}

#contact_page .staff {
    padding-bottom: 36px;
    font: 14px/1.3em Helvetica, Arial, sans-serif;
}

#contact_page .staff h1.sectionTitle {
    padding-bottom: 12px;
    font: normal 30px/1em "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
    color: #000
}

#submissions .cols {
    display: table;
    table-layout: fixed;
    width: 100%;
}

#submissions .col {
    display: table-cell;
    vertical-align: top;
}

#submissions .col:first-child {
    width: 37.56%;
    padding-right: 20px;
}

.contact_post {
    max-width: 293px;
}

.contact_post figure {
    position: relative;
    margin-bottom: 6px
}

.contact_post figure img {
    margin-bottom: 0
}

.contact_post figure .overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
	z-index: 999
}

.contact_post figure .overlay.active {
    display: block;
}

.contact_post figure .overlay .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.contact_post figure .item {
    position: absolute;
    top: 50%;
    width: 52px;
    height: 52px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.contact_post figure .item.phone {
    left: 0;
}

.contact_post figure .item.email {
    right: 0;
}

.contact_post figure .item img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    margin-bottom: 0;
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.contact_post figure .item.phone img {
    width: 21px;
}

.contact_post figure .item.email img {
    width: 24px;
}

.contact_post figure .item.active img,
.contact_post figure .item:hover img {
    opacity: 1;
}

.contact_post figure .item .box:before {
    position: absolute;
    left: 50%;
    bottom: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 6px 0 6px;
    border-color: rgba(0, 0, 0, 0.95) transparent transparent transparent;
    content: '';
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.contact_post figure .item .box {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 60px;
    padding: 12px 24px;
    white-space: nowrap;
    color: #fff;
    font: 15px/1.2em Helvetica, Arial, sans-serif;
    background-color: rgba(0, 0, 0, 0.95);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.contact_post figure .item .box a {
    color: #fff;
    text-decoration: none;
}

.contact_post figure .item.active .box {
    display: block;
}

.contact_mobile .contact_post figure {
	 padding-bottom: 60px;
}

.contact_mobile .contact_post figure .overlay {
	display: block !important;
	top: auto;
	height: 60px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: rgba(0, 0, 0, 0.03);
	border-radius: 0 0 3px 3px;
}

.contact_mobile .contact_post figure .overlay .wrapper {
	width: 72px;
}

.contact_mobile .contact_post figure .item {
	width: 33px;
	height: 33px;
	border: 1px solid rgba(0,0,0,0.4);
}

.contact_mobile .contact_post figure .item.phone img {
	width: 16px;
}

.contact_mobile .contact_post figure .item.email img {
	width: 19px;
}

.contact_post h1 {
    padding-bottom: 0;
    font: bold 18px/1em Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.contact_post h2 {
    padding-bottom: 0;
    font: italic 18px/1em Helvetica, Arial, sans-serif;
    text-transform: lowercase;
}

.contact_post p.descr:before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #000;
    content: '';
}

.contact_post p.descr {
    position: relative;
    padding-bottom: 12px;
    padding-left: 22px;
    font: 14px/1.2em Helvetica, Arial, sans-serif;
}

#submissions p.note {
    font: 15px/1.2em Helvetica, Arial, sans-serif;
}

#submissions p.note a {
    color: #000;
    font-weight: bold;
    text-decoration: underline
}

#submissions p.note img {
    display: inline;
    margin-bottom: 4px;
}

#submissions .col:last-child {
    padding-right: 16%;
}

#submissions .col:last-child h3 {
    padding-bottom: 24px;
    font: bold 18px/1em Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

#submissions .col:last-child h3 img {
    display: inline;
    vertical-align: middle;
    margin-bottom: 8px;
}

#submissions .col:last-child h4 {
    padding-left: 24px;
    padding-bottom: 12px;
    font: bold 18px/1em Helvetica, Arial, sans-serif;
}

#submissions .col:last-child p {
    padding-left: 24px;
    padding-bottom: 12px;
    font: 14px/1em Helvetica, Arial, sans-serif;
}

section.staff .col-1_3 {
    width: 29%;
    margin-right: 6.5%;
    padding-bottom: 24px;
    float: left
}

section.staff .col-1_3:nth-child(3n) {
    margin-right: 0
}

section.staff .col-1_3:nth-child(3n+1) {
    clear: both
}

#contactForm {
    padding-top: 36px;
    padding-bottom: 60px;
}

#contactForm h1 {
    padding-bottom: 36px;
    font: bold 30px/1em "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
    color: #000
}

#contactForm form {
    padding-left: 12px;
}

#contactForm .col-1_2 {
    width: 48%;
}

#contactForm .col-1_2:first-child {
    float: left;
}

#contactForm .col-1_2.last {
    float: right;
}

#contactForm label {
    display: block;
    color: #000;
    font: bold 18px/1.125em Helvetica, Arial, sans-serif;
}

#contactForm input,
#contactForm textarea,
#contactForm .select-box {
    position: relative;
    display: block;
    width: 100%;
    height: 34px;
    border-radius: 0;
    padding: 5px 12px;
    margin-bottom: 12px;
    border: 1px solid #000;
    background-color: transparent;
    font: 1em/24px "Helvetica LT W01 Narrow", Helvetica, Arial, sans-serif;
    color: #000;
    text-align: left;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#contactForm textarea {
    height: auto;
    line-height: 1.15em;
    padding-top: 8px;
    padding-bottom: 8px;
}

#contactForm .select-box .active {
    position: relative;
    display: block;
    overflow: hidden;
}

#contactForm .select-box select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 34px;
    background-color: #fff;
    z-index: 9;
    cursor: pointer; -webkit-appearance: none;
}

#contactForm .select-box select option {
    padding: 6px;
    font-size: 14px;
}

#contactForm .select-box .arrow {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    border-color: #000 transparent transparent transparent;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#contactForm input:focus,
#contactForm textarea:focus {
    background-color: #f9f9f9;
}

#contactForm ::-webkit-input-placeholder {
    opacity: 1;
    color: #000;
}

#contactForm :-moz-placeholder {
    opacity: 1;
    color: #000;
}

#contactForm ::-moz-placeholder {
    opacity: 1;
    color: #000;
}

#contactForm :-ms-input-placeholder {
    opacity: 1;
    color: #000;
}

#contactForm .formBtn {
    text-align: right;
}

#contactForm .formBtn button {
    display: inline-block;
    width: 84px;
    height: 23px;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #000;
    font: normal 18px/23px "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
    text-transform: lowercase;
    color: #fff;
    text-align: center;
    letter-spacing: 0.06em;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

/*
    ///\\\
            end CONTACT
    \\\///
*/

/*
    ///\\\
            DONATE page
    \\\///
*/

#donate_page #main .container {
    position: relative;
    display: table;
    table-layout: fixed;
    max-width: 1165px !important;
    padding-top: 148px;
    padding-bottom: 36px;
}

#donate_page #main-content,
#donate_page #sidebar {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 60px;
}

#donate_page #main-content {
    width: 68.5%;
    padding-right: 4%;
}

#donate_page #sidebar {
    width: 21.9%;
    padding-top: 18px;
}

.s_banner.s_widget.shop a,
.s_banner.s_widget.text a {
    display: block;
    border: 4px solid #000;
    margin-bottom: 12px;
    padding: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.s_banner.s_widget.shop a:after,
.s_banner.s_widget.text a:after {
    display: none
}

.s_banner.s_widget.shop a img,
.s_banner.s_widget.text a img {
    margin-bottom: 0 !important;
}

#donate_page .s_banner.s_widget a img {
    margin-bottom: 12px;
}

#donate_page h1.pageTitle {
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    padding-bottom: 0;
    text-align: center;
    font: 72px/1.125em "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01em
}

#donate_page h2.title2 {
    padding-bottom: 12px;
    font: 36px/1.125em "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01em
}

#donate_page h3.title3 {
    position: relative;
    padding-bottom: 3px;
    padding-left: 16px;
    font: bold 18px/1.125em Helvetica, Arial, sans-serif;
    letter-spacing: 0.01em
}

#donate_page h3.title3:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 24px;
    background: url(../images/asterisk.svg) no-repeat top left;
    content: ''
}

#donate_slider .owl-carousel {
    margin-bottom: 66px;
    margin-top: 24px;
    overflow: hidden
}

#donate_slider .owl-carousel .item {
    position: relative;
    padding: 0;
}

#donate_slider .owl-carousel .item a {
    display: block;
}

#donate_slider figcaption.box {
    position: absolute;
    left: 0;
    bottom: 30px;
    display: block;
    max-width: 366px;
    padding: 12px 15px;
    background-color: #fff;
}

#donate_slider figcaption.box p {
    padding-bottom: 0;
    font: italic 12px/1.125em "Helvetica LT W01 Narrow Obl", Helvetica, Arial, sans-serif;
    color: #000;
}

#donate_slider figure img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
}

#donate_slider .owl-dots {
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 18px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}

#donate_slider .owl-dot {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 30px;
    cursor: pointer;
}

#donate_slider .owl-dot span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#donate_slider .owl-dot.active span,
#donate_slider .owl-dot:hover span {
    background-color: #fff;
}

ul.unstyled {
    list-style-type: none
}

ul.unstyled li {
    margin-left: 18px;
    padding-bottom: 0;
}

#donate_page .lastRow {
    padding-top: 36px;
}

/*
    ///\\\
            end DONATE page
    \\\///
*/

/*
    ///\\\
            NEWS page
    \\\///
*/

#news_page #main .container {
    position: relative;
    display: table;
    table-layout: fixed;
    max-width: 1165px !important;
    padding-top: 148px;
    padding-bottom: 36px;
}

#news_page #main-content,
#news_page #sidebar {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 60px;
}

#news_page #main-content {
    width: 68.5%;
    padding-right: 31px;
}

#news_page #sidebar {
    width: 21.9%;
}

#news_sidebar_widget,
#sports_sidebar_widget {
	display: none
}

#news_page .s_banner.s_widget.shop a img {
    margin-bottom: 0;
}

#news_page .s_banner.s_widget a img {
    margin-bottom: 12px;
}

#news_page .pageTitle {
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    text-align: center;
}

#news_page .pageTitle h1 {
    padding-bottom: 6px;
    font: 72px/1.125em "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01em
}

#news_page .pageTitle nav li:before {
    position: absolute;
    top: 5px;
    right: -1px;
    height: 20px;
    width: 2px;
    background-color: #000;
    content: ''
}

#news_page .pageTitle nav li:last-child:before {
    display: none
}

#news_page .pageTitle nav li {
    position: relative;
    display: inline-block;
    padding-left: 14px;
    padding-right: 14px;
    font: 18px/30px "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em
}

#news_page .pageTitle nav a {
    display: block;
}

a.view_all_articles {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 6px;
    font: 30px/1.25em "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
    text-decoration: underline;
    letter-spacing: 0.075em
}
/*
    ///\\\
            end NEWS page
    \\\///
*/

/*
    ///\\\
            SCHEDULE page
    \\\///
*/

#spinitronPages.altrn #main .container {
    max-width: 1165px;
}

#spinitronPages #main h1 {
    padding-top: 24px;
    padding-bottom: 30px;
    font: 66px/1.125em "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01em
}

#spinitronPages .embed-container {
    margin-bottom: 24px;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

#spinitronPages .embed-container iframe {

    max-width: 100%;
    display: block;
}

#dj_section .title * {
    display: inline-block;
    vertical-align: middle;
}

#dj_section .title {
    margin-bottom: 6px;
}

#spinitronPages #main #dj_section .title h1 {
    padding: 0 12px;
    font-size: 54px;
    letter-spacing: 0.01em
}

#dj_section .title img {
    margin-bottom: 0;
}

#dj_section .title_note {
    margin-left: 84px;
    max-width: 425px;
    line-height: 1.1em;
}

#programmers_lists {
    display: table;
    width: 100%;
    padding-top: 30px;
}

#programmers_lists .col {
    display: table-cell;
    width: 50%;
}

#programmers_lists .col:first-child {
    padding-right: 9px;
}

#programmers_lists .col:last-child {
    padding-left: 9px;
}

#programmers_lists .list_item h2 {
    padding-bottom: 3px;
    font: italic 18px/1.125em "Helvetica LT W01 Black Oblique", Helvetica, Arial, sans-serif;
}

#programmers_lists .time {
    display: inline-block;
    min-width: 30px;
    padding-right: 3px;
}

#programmers_lists ul {
    list-style-type: none;
    padding-bottom: 30px;
}

#programmers_lists ul li {
    margin-left: 0;
    padding-bottom: 0;
	line-height: 1.25em
}

/*
    ///\\\
            end SCHEDULE page
    \\\///
*/

/* \\\\\\\\\\ */
/* \\\\\\\\\\ */
/* \\\\\\\\\\ */

/* ------------> FOOTER   */

/* ////////// */
/* ////////// */
/* ////////// */

#footer {
    background-color: #fff;
    font-size: 12px;
    line-height: 1.5em;
    font-family: Helvetica, Arial, sans-serif;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#f_topRow {
    display: table;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 2px solid #000;
    font-family: "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
    letter-spacing: 0.1em
}

#f_topRow .col {
    display: table-cell;
    vertical-align: middle;
}

.col#f_social_media {
	display: none !important;
}

#f_topRow .col p {
    padding-bottom: 9px;
}

#f_topRow .col:first-child {
    font-size: 13px;
}

#f_topRow .col:first-child p:last-of-type {
    padding-bottom: 0;
}

#f_topRow .col:last-child {
    width: 316px;
}

.footer_phone {
    font-family: "Helvetica LT W01 Bold Narrow", Helvetica, Arial, sans-serif;
}

#f_topRow .col .btn {
	font-size: 13px;
    font-family: "Helvetica LT W01 Black", Helvetica, Arial, sans-serif;
    text-transform: uppercase
}

#f_topRow .banner {
    display: inline-block;
    vertical-align: top;
    margin: 3px 18px 0 0 !important;
}

#f_topRow .banner:last-child {
    margin-right: 0 !important;
                       
}

#f_topRow a.banner img {
    margin-bottom: 0;
}

#f_topRow a.banner:last-of-type img {
    margin-right: 0;                     
}

#f_bottomRow {
    display: table;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
}

#f_bottomRow .col {
    display: table-cell;
    vertical-align: middle;
}

#f_bottomRow .col:first-child {
    width: 50%;
}

#f_bottomRow .col:last-child {
    text-align: center;
}

#f_bottomRow .col:nth-child(2) {
    padding-left: 18px;
    padding-right: 18px;
}

#f_socialM {
    list-style-type: none;
    padding-bottom: 0;
}

#f_socialM li {
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px;
    padding-bottom: 5px;
}

#f_socialM li a.icon {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #000;
    margin-left: 6px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#f_socialM li a.icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#f_socialM li a.icon:hover,
#f_socialM li a.icon:active {
    border-color: rgba(0, 0, 0, 0.5)
}

#footer a {
    color: #000;
}

.altrn #footer {
    background-color: #000;
    box-shadow: #000 0px 1px 0;
    color: rgba(255, 255, 255, 0.55)
}

.altrn #footer .container {
    max-width: 936px
}

.altrn #f_topRow {
    border-color: rgba(255, 255, 255, 0.62);
}

.altrn #f_topRow .col:first-child {
	color: #fff;
}

.altrn #f_socialM li a.icon {
    border-color: rgba(255, 255, 255, 0.62);
}

.altrn #f_socialM li a.icon:hover,
.altrn #f_socialM li a.icon:active {
    border-color: rgba(255, 255, 255, 1);
}

.altrn #footer a {
    color: #fff;
}

/* \\\\\\\\\\ */
/* \\\\\\\\\\ */
/* \\\\\\\\\\ */

/* ------------> end FOOTER */

/* ////////// */
/* ////////// */
/* ////////// */
