.desktop {
    display: block;
}
.mobile {
    display: none;
}
footer .pura {
    background: transparent !important;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: "soleil", sans-serif;
    font-style: normal;
    font-weight: 800;
    line-height: 1em;
    text-transform: uppercase;
}
.inside-shows-box {
    padding: 0 15px;
}
.slicknav_menu {
    display: none;
}
.event-details h1 {
    margin-top: 0px !important;
}
h1 {
    color: #454545 !important;
}
h1 a {
    color: #454545 !important;
}
a h1 {
    color: #454545 !important;
}
.event-details h2,
.event-details h3 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
h2.date {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}
.responsive-tabs .responsive-tabs__panel {
    background: #eee !important;
    border: 0 !important;
    border-top: 0 !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    clear: left;
    margin-bottom: 10px !important;
    padding: 15px !important;
    word-wrap: break-word;
}
.oneField img {
    margin-bottom: 20px;
}
.responsive-tabs .responsive-tabs__list__item {
    background: #eee !important;
    border: 0px solid transparent !important;
    border-bottom: none;
    -webkit-border-top-left-radius: 0px !important;
    -webkit-border-top-right-radius: 0 !important;
    -moz-border-radius-topleft: 0!important;
    -moz-border-radius-topright: 0!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
    color: #888!important;
    font-size: 11px !important;
    line-height: 19px !important;
    font-family: "Montserrat" !important;
    text-transform: uppercase !important;
    margin: 1px 12px 0 0;
    padding: 10px 12px 10px;
    white-space: nowrap;
    float: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.responsive-tabs .responsive-tabs__list__item--active,
.responsive-tabs .responsive-tabs__list__item--active:hover {
    background: #16667f !important;
    border-color: #16667f !important;
    color: #fff !important;
    padding-bottom: 11px;
    margin-top: 0;
    position: relative;
    top: 1px;
}
.responsive-tabs ul.responsive-tabs__list {
    font-size: 18px;
    line-height: 18px;
    margin: 0 !important;
    padding: 0 !important;
}
#container {
    width: 710px; // width of the entire container for the wall
}
.brick {
    width: 157px; // width of each brick less the padding inbetween
    padding: 0px 10px 15px 10px;
}
.brick img {
    width: 100%;
    height: auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* CLEARFIX, DUDE  */

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

/* start commented backslash hack \*/

* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/* HTML/PAGE */

.clear {
    clear: both;
}
.column-50 {
    width: 48%;
}
.mright {
    margin-right: 20px;
}
.aright {
    text-align: right;
}
.top {
    margin-top: 10px;
}
body {
    background-image: url();
    background-attachment: fixed;
    background: #e2e2e2;
    transform-style: preserve-3d;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    line-height: 1.5;
}
h4 {
    color: #888
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
#navigation a {
    font: italic 13px "Helvetica";
    line-height: 1.2;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-top: 10px;
    margin-right: auto
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
    position: relative;
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    line-height: 1.2;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('js/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('js/fancybox/fancybox_loading.gif') center center no-repeat;
}
#single_content a {
    color: #16667f;
}
.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('js/fancybox/blank.gif');
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}
.socialadd {
    clear: both;
    font: 12px/1.7 "proxima-nova";
    color: #454545;
}
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('js/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
.fancybox-title {
    visibility: hidden;
    font: normal 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.2;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #231f20;
    background: rgba(0, 0, 0, .8);
}

/* PAGE */

@font-face {
    font-family: 'gotham-black';
    src: url('fonts/gotham-black-webfont.eot');
    src: url('fonts/gotham-black-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/gotham-black-webfont.woff') format('woff'), url('fonts/gotham-black-webfont.ttf') format('truetype'), url('fonts/gotham-black-webfont.svg#gotham_#231f20regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham-book';
    src: url('fonts/gotham-book-webfont.eot');
    src: url('fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/gotham-book-webfont.woff') format('woff'), url('fonts/gotham-book-webfont.ttf') format('truetype'), url('fonts/gotham-book-webfont.svg#gotham_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima-nova';
    src: url('fonts/calibri-webfont.eot');
    src: url('fonts/calibri-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/calibri-webfont.woff') format('woff'), url('fonts/calibri-webfont.ttf') format('truetype'), url('fonts/calibri-webfont.svg#calibriregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima-nova';
    src: url('fonts/calibrib-webfont.eot');
    src: url('fonts/calibrib-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/calibrib-webfont.woff') format('woff'), url('fonts/calibrib-webfont.ttf') format('truetype'), url('fonts/calibrib-webfont.svg#calibribold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'calibri-italic';
    src: url('fonts/calibrii-webfont.eot');
    src: url('fonts/calibrii-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/calibrii-webfont.woff') format('woff'), url('fonts/calibrii-webfont.ttf') format('truetype'), url('fonts/calibrii-webfont.svg#calibriitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'calibri-bold-italic';
    src: url('fonts/calibriz-webfont.eot');
    src: url('fonts/calibriz-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/calibriz-webfont.woff') format('woff'), url('fonts/calibriz-webfont.ttf') format('truetype'), url('fonts/calibriz-webfont.svg#calibribold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
span.arve-rectangle {
    display: none;
}
a {
    text-decoration: none;
    text-style: none;
    font-weight: 700;
}
header {
    margin: 0 auto;
    clear: both;
    padding: 30px 40px;
    background: #231f20;
}
footer {
    margin: 0 auto;
    clear: both;
    background: #231f20;
    padding: 60px 20px;
    color: #fff;
    text-align: center;
}
.bx-caption {
    cursor: pointer;
}
.sliderinfo {
    display: inline-block;
    padding: 6px 15px;
    margin-top: 30px;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #16667F;
    color: #fff !important;
    letter-spacing: 1px;
    border: 2px solid #16667F;
    font: 11px "Montserrat";
    line-height: 1.2;
}
.slidercontainer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
    background: rgba(0, 0, 0, .4);
    vertical-align: middle;
}
.sliderlogo {
    width: 100px;
    height: 39px;
    background-image: url(images/logotop.png);
    margin-right: 30px;
    float: left;
}
.slidertext {
    display: inline;
    font: 20px "gotham-book";
    line-height: 1.3;
    text-transform: uppercase;
    color: #fff;
    margin-right: 30px;
}
.slidertext a {
    color: #fff;
}
.sliderright {
    display: inline-block;
    padding: 6px 15px;
    outline: none;
    float: right;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 20px;
    margin-top: 2px;
    color: #fff;
    letter-spacing: 1px;
    font: 11px "gotham-book";
    line-height: 1.2;
    border: 2px solid #fff;
}
.sliderright a {
    color: #fff;
}
#wrapper {
    width: 1100px;
    margin: 0 auto;
    clear: both;
}
#wrapper2 {
    width: 1190px;
    margin: 0 auto;
    clear: both;
}
.inner {
    margin: 0;
    font-size: 13px;
    font-family: "proxima-nova";
    color: #454545;
}
.inner .title a {
    color: #454545;
}
.inner a {
    color: #16667F;
}
#buy a {
    color: #B30000;
}
.upper {
    padding: 20px 0 20px 0;
}
.upper2 {
    padding: 20px 0 0 0;
}
.left {
    float: left;
}
.right {
    float: right;
}
.headersocial {
    float: right;
    margin-top: 5px;
    margin-right: 20px;
}
.headersocial img {
    width: 100%;
    height: auto;
}
.headersocial ul {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0
}
.headersocial ul li {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.headersocial ul li:last-child {
    margin-right: 0;
}
.headerleft {
    float: left;
    width: 220px;
    text-align: center;
}
.headerleft img {
    width: 100%;
    height: auto;
}
.headerleft {
    float: left;
    width: 220px;
    text-align: center;
}
.headerright {
    float: right;
    width: 815px;
}
.footerleft {
    text-align: left;
    font: 12px "Helvetica";
    color: #787879;
    line-height: 1.1;
}
.footerleft li {
    /* float: left; */
    /* padding-right: 10px; */
    /* border-right: solid 1px #444545; */
    margin-bottom: 10px;
}
.footerleft li a {
    font: normal 12px "gotham-book";
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}
.footerleft li:last-child {
    /* float: left; */
    /* padding-right: 10px; */
    /* border-right: solid 1px #444545; */
    margin-bottom: 10px;
}
.footerleft .sub-menu {
    margin: 10px 0;
    display: block;
}
.footerright {
    float: right;
}
.headermenu {
    width: 100%;
    float: left;
    background: #444545;
    /* clear: both; */
}
.headertext {
    clear: both;
}
.search {
    margin-right: 20px;
    margin-top: 5px;
}
fieldset {
    border: 0
}
.ticker {
    margin-bottom: 20px;
}
.tickerleft {
    float: left;
    color: #777;
    border: 2px solid #777;
    padding: 6px 13px;
    text-align: center;
    font: 11px "Montserrat";
    line-height: 1.2;
}
.tickerleft a {
    color: #777;
}
.tickerright {
    float: left;
    width: 898px;
    height: 21px;
    margin-top: 20px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 7px 10px 0 10px;
    margin: 0 10px 0 10px;
    overflow: hidden;
}
.center {
    text-align: center;
}
.tickerright a {
    color: #16667f;
}
.soundcloudIsGold {
    margin-bottom: 10px;
}
.title {
    font: 30px "gotham-book";
    text-transform: uppercase;
    margin: 30px 0;
    line-height: 1;
}
.inner .title {
    font: 30px "gotham-book";
    text-transform: uppercase;
    margin: 20px 0;
    line-height: 1;
}
.title a {
    text-transform: uppercase;
    color: #454545;
}
ul.upcoming li {
    padding: 0px;
    display: inline-block;
    margin: 0px 0px 20px;
    list-style: outside none none;
    float: left;
    width: 345px;
    background: none repeat scroll 0% 0% #E2E2E2;
    height: 370px;
    overflow: hidden;
}
ul.upcoming li:nth-of-type(2n) {
    margin-left: 20px;
}
ul.upcoming-cal {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-type: none;
}
ul.upcoming-cal li {
    padding: 0px;
    margin: 0px 20px 20px 0px;
    min-height: 370px;
    list-style: outside none none;
    float: left;
    width: 350px;
    background: none repeat scroll 0% 0% #E2E2E2;
    display: inline-block;
    height: 370px;
    overflow: hidden;
}
ul.upcoming-cal li:nth-of-type(3n) {
    margin-right: 0;
}
.galleries li {
    display: inline-block;
    width: 227px;
    height: 138px;
    margin: 10px;
}
.bottomspace {
    margin-bottom: 30px;
}
.calendar ul li {
    background-color: #e2e2e2;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
}
.grid-block {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
    margin: 0;
}
.grid-block img {
    width: 100%;
}
.galcaption {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #16667f;
    width: 100%;
    height: 100%;
    text-align: left;
}
.gal_date {
    color: #fff;
    text-transform: uppercase;
    margin-top: 2px;
    position: absolute;
    bottom: 10px;
}
.gallerycap {
    padding: 10px;
}
.gallerycap a {
    color: #fff;
    font: 12px/1 "proxima-nova";
    white-space: normal;
    text-transform: uppercase;
}
.fadeout {
    position: relative;
    bottom: 4em;
    height: 4em;
    background: -webkit-linear-gradient( rgba(226, 226, 226, 0) 0%, rgba(226, 226, 226, 1) 100%);
    background-image: -moz-linear-gradient( rgba(226, 226, 226, 0) 0%, rgba(226, 226, 226, 1) 100%);
    background-image: -o-linear-gradient( rgba(226, 226, 226, 0) 0%, rgba(226, 226, 226, 1) 100%);
    background-image: linear-gradient( rgba(226, 226, 226, 0) 0%, rgba(226, 226, 226, 1) 100%);
    background-image: -ms-linear-gradient( rgba(226, 226, 226, 0) 0%, rgba(226, 226, 226, 1) 100%);
}
.bio {}
#buy {
    margin-bottom: 20px;
}
.upcoming_cell {
    min-height: 350px;
}
button#load-more {
    outline: none;
    text-transform: uppercase;
    font: 13px "Montserrat";
    line-height: 40px;
    border-radius: 0px;
}
.upcoming_tickets {
    display: block;
    clear: both;
    width: 100%;
    margin: 15px 0;
}
.count {
    font-size: 14px;
    color: #6e6e6e;
    line-height: 1;
    margin: 4px 0 0 0;
    text-transform: uppercase;
}
.headlinertext a {
    font-size: 18px/1 "Montserrat";
    color: #454545;
    text-decoration: none;
}
.headlinertext p {
    margin: 0;
    padding: 0;
}
.infobox {
    font: 13px/1.7 "proxima-nova";
    color: #454545;
    /* padding: 10px; */
    padding: 7px 0;
}
#single_content {
    font: 13px/1.7 "proxima-nova";
    color: #454545;
}
.gallery_content {
    font: 15px "proxima-nova";
    color: #6e6e6e;
    line-height: 1;
}
.comments {
    font: 15px "proxima-nova";
    color: #6e6e6e;
    clear: both;
    line-height: 1.3;
}
a:hover {
    text-decoration: none;
}
ul.upcoming-cal .present {
    font: normal 11px/1.2 "Montserrat";
    color: #787879;
    /* letter-spacing: 1px; */
    margin-bottom: 4px;
    text-transform: uppercase;
}
.single-event h3 {
    margin: 0 0 0 0;
}
.single-event h3 a {
    color: #454545;
    font-size: 15px;
    line-height: 18px;
    margin: 0 !important;
}
.present {
    font: normal 11px/13px "Montserrat";
    color: #787879;
    text-transform: uppercase;
}
.footercopy {
    clear: both;
    margin: 30px auto 0 auto;
    color: #454545;
    font: 11px/1 "Montserrat";
    letter-spacing: 1px;
}
.infobox a {
    color: #16667f;
    text-decoration: none;
    font: 12px/1 "Montserrat";
}
.callbacks .caption .text {
    color: #fff;
    font-size: 30px !important;
    line-height: 1;
    text-shadow: 2px 2px 0px rgba(35, 31, 32, 0.6);
    font-family: "soleil", sans-serif;
    font-style: normal;
    font-weight: 800;
}
.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    right: 30px;
    bottom: 30px;
    text-align: right;
    width: 60%;
    padding: 10px 20px;
    text-transform: uppercase;
    margin: 0;
    max-width: none;
}
.callbacks .caption .text {
    color: #fff;
    font-size: 44px;
    line-height: 1;
    text-shadow: 2px 2px 0px rgba(35, 31, 32, 0.6);
    font-family: "soleil", sans-serif;
    font-style: normal;
    font-weight: 800;
}
.soldout {
    display: inline-block;
    padding: 6px 13px;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    border: solid 2px #888;
    cursor: pointer;
    color: #888 !important;
    letter-spacing: 0;
    font: 11px "Montserrat";
    line-height: 1.2;
}
.cancelled {
    display: inline-block;
    padding: 6px 13px;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    letter-spacing: 1px;
    background-color: #770000;
    font: 11px "gotham-book";
    line-height: 1.2;
}
.cancelled:hover {
    background-color: #4c4c4c;
}
.mtop {
    margin-top: 20px;
}
.mbottom {
    margin-bottom: 20px;
}
.buytickets {
    display: inline-block;
    padding: 6px 15px;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #16667F;
    color: #fff !important;
    letter-spacing: 1px;
    border: 2px solid #16667F;
    font: 11px "Montserrat";
    line-height: 1.2;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
    display: block;
    background: url(close.png) no-repeat 5px 5px;
    width: 21px;
    height: 21px;
    text-indent: -9999px;
    padding: 5px;
    opacity: 0.5;
}
.bottleservice {
    display: inline-block;
    padding: 6px 13px;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #16667F !important;
    letter-spacing: 1px;
    font: 11px "Montserrat";
    line-height: 1.2;
    border: 2px solid #16667F;
}
.gallery-item {
    margin-bottom: 30px;
}
.front-gallery-item {}
.slide {
    height: 160px;
    overflow: hidden;
}
.slide2 {
    height: 240px;
    overflow: hidden;
}
.news {
    width: 390px;
    float: left;
}
.insta {
    width: 300px;
    float: left;
    margin-left: 20px;
}
.calendarbox {
    overflow: auto;
    position: relative;
    margin: 0px;
    outline: none;
    height: 590px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.newsbox {
    overflow: auto;
    position: relative;
    margin: 0;
    width: 710px;
    outline: none;
    height: 280px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.photosbox {
    overflow: auto;
    position: relative;
    margin: 0;
    width: 706px;
    outline: none;
    height: 150px;
    white-space: nowrap;
}
.newsbox ul li {
    background-color: #e2e2e2;
    width: 220px;
    height: 150px;
    float: left;
    margin: 0 10px 10px 0;
    padding: 0;
}
.newsbox ul li:nth-of-type(3n) {
    margin: 0 0 10px 0;
}
.calendar_item {
    height: 180px;
    overflow: hidden;
    clear: both;
}
.cal_flier {
    width: 115px;
    height: auto !important;
    float: left;
    overflow: hidden;
}
.cal_info {
    width: 200px;
    height: auto !important;
    position: relative;
    float: left;
    margin-left: 0;
}
.headliner-box {
    margin-bottom: 30px;
    padding: 20px;
    background: #eee;
}
.cal_info .headlinertext,
.cal_info .headlinertext a {
    font: 15px/1 "gotham-book";
    color: #16667f;
    text-decoration: none;
    text-transform: uppercase;
}
.cal_info .tickets {
    width: 205px;
    */ text-align: center;
    /* margin-top: 10px; */
    clear: both;
    padding: 10px 0 0 10px;
    color: #231f20;
    font: 14px "proxima-nova";
    line-height: 1.2;
}
.cal_flier img {
    width: 115px;
    height: auto;
}
.cal_inside {
    padding: 0 0 0 10px;
}
.calendarbox ul.cal {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}
.calendarbox ul.cal li {
    width: 310px;
    list-style: none;
    list-style-type: none;
    clear: both;
    padding: 0;
    margin: 0 0 20px 0;
}
.calitem {
    height: auto !important;
    margin-bottom: 15px;
}
div.calitem .headlinertext,
div.calitem .headlinertext a {
    color: #454545;
    font: bold 12px/1.2 "Montserrat";
    text-decoration: none;
}
.newsbox ul.news {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}
.newsbox ul.news li {
    width: 320px;
    padding: 0;
    list-style: none;
    list-style-type: none;
    clear: both;
    margin: 0 0 10px 0;
}
.newsbox ul.news li:last-child {
    width: 320px;
    padding: 0;
    list-style: none;
    list-style-type: none;
    margin: 0 0 0 0;
}
.photosbox ul.galleries {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}
.photosbox ul.galleries li {
    width: 100%;
    height: 130px;
    background: #4c4c4c;
    padding: 0;
    margin: 0 0 10px 0;
}
.photosbox ul.galleries li:last-child {
    margin: 0;
}
.news_item {
    clear: both;
}
.news_title {}
.news_title a {
    font: 15px "gotham-book";
    color: #16667f;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
}
.news_item .news_image {
    width: 130px;
    height: 130px;
    float: left;
    margin: 0 10px 0 0;
    overflow: hidden;
}
.news_item .news_image img {
    width: 130px;
    height: auto;
}
.news_text {
    font: 14px "proxima-nova";
    margin-top: 10px;
    line-height: 1.2;
}
.news_text a {
    color: #16667f;
}
ul.news li {
    margin-bottom: 10px;
}
ul.news li:last-child {
    margin-bottom: 0;
}
.calitem h4 {
    margin: 0;
    font-size: 11px;
    line-height: 15px;
}
.single-event h4 {
    font-size: 11px;
    line-height: 15px;
    margin: 0;
}
.frontleft {
    float: left;
    width: 710px;
}
.frontright {
    float: right;
    margin-left: 20px;
    width: 330px;
}
.sidebarbox {
    margin-bottom: 20px;
    clear: both;
}
.topleft {
    font: 17px/2 "gotham-book";
    color: #fff;
}
.toparound {
    margin-bottom: 10px;
}
.subscribe {}
::-webkit-input-placeholder {
    font: normal 13px "proxima-nova";
    line-height: 1.3;
    color: #787879 !important;
}
:-moz-placeholder {
    /* Firefox 18- */
    font: normal 13px "proxima-nova";
    line-height: 1.3;
    color: #787879 !important;
}
::-moz-placeholder {
    /* Firefox 19+ */
    font: normal 13px "proxima-nova";
    line-height: 1.3;
    color: #787879 !important;
}
.headlinertext h3 {
    margin: 0;
}
:-ms-input-placeholder {
    font: normal 13px "proxima-nova";
    line-height: 1.3;
    color: #787879 !important;
}
#main-nav {
    height: 40px;
    /* set to the height you want your menu to be */
    z-index: 666;
    float: left;
}
#main-nav ul {
    margin: 0;
    padding: 0;
    /* only needed if you have not done a CSS reset */
    float: left;
    z-index: 666;
}
#main-nav li {
    display: block;
    float: left;
    cursor: pointer;
    text-align: left;
    line-height: 40px;
    /* this should be the same as your #main-nav height */
    height: 40px;
    /* this should be the same as your #main-nav height */
    margin: 0;
    padding: 0;
    /* only needed if you don't have a reset */
    position: relative;
    /* this is needed in order to position sub menus */
}
#main-nav li a {
    display: block;
    height: 40px;
    font: 12px/40px "gotham-book";
    text-transform: uppercase;
    color: #FFF;
    padding: 0px 15px;
}
#main-nav li:first-child {
    margin-left: 0px;
}
#main-nav > ul > li > span {
    display: none;
}
#main-nav > ul > li > a {
    padding: 0 0;
}
#main-nav > ul > li:hover > a {
    background: #16667f;
    color: #fff;
}
#main-nav .current-menu-item a,
#main-nav .current_page_item a,
#main-nav a:hover {
    color: #fff;
}
#main-nav ul ul li.pura {
    /* this targets all submenu items */
    float: none;
    width: 180px;
    background: #eb549e;
    z-index: 666;
    height: 40px;
    text-align: left;
}
#main-nav .current_page_parent > a,
#main-nav .current_page_item > a {
    color: #fff;
    background: #16667f;
}
#main-nav li .current_page_item > a {
    color: #fff;
    background: #16667f;
}
#main-nav ul li a:hover,
#main-nav ul li a.hovered,
#main-nav ul li:hover > a {
    background: #16667f;
    color: #fff;
}
#main-nav ul ul {
    /* this targets all sub menus */
    display: none;
    /* hide all sub menus from view */
    position: absolute;
    top: 40px;
    /* this should be the same height as the top level menu -- height + padding + borders */
    left: 0;
}
#main-nav ul ul li {
    /* this targets all submenu items */
    float: none;
    width: 180px;
    background: #444545;
    z-index: 666;
    height: 40px;
    text-align: left;
}
#main-nav ul li.pura a:hover,
#main-nav ul li.pura a.hovered,
#main-nav ul li.pura:hover > a h1 a {
    background-color: #eb549e !important;
}
#main-nav ul ul li a {
    /* target all sub menu item links */
    /* give our sub menu links a nice button feel */
    font: normal 11px/40px "Montserrat";
    text-transform: uppercase;
    color: #fff;
    display: block;
    height: 40px;
    padding: 0 20px;
}
#main-nav ul ul li:hover {
    background: #16667f;
}
#main-nav ul ul li a:hover {
    color: #fff;
}
#main-nav ul li:hover > ul {
    display: block;
    /* show sub menus when hovering over a parent */
}
.sf-front span {
    line-height: normal;
    text-transform: uppercase;
    padding-top: 0;
    font-size: 22px;
    line-height: 35px;
    font: 22px "gotham-book";
    line-height: 1.5;
    min-width: 80px;
}
.paged h1 {
    margin-top: 0px;
}
.sf-front small {
    font-family: "proxima-nova";
}
.sf-bg-instgram {
    background: #7d583e;
}
a.puralink {
    padding: 6px 15px;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #EB549E !important;
    letter-spacing: 1px;
    border: 2px solid #EB549E;
    font: 11px/16px "Montserrat";
}
.pageleft {
    float: left;
    width: 710px;
}
.pageright {
    float: right;
    margin-left: 20px;
    width: 330px;
}
.eventpage_title {
    font: 20px "Helvetica";
    color: #231f20;
    line-height: 1;
    margin-top: 7px;
    text-transform: uppercase;
}
.eventpage_present {
    font: normal 13px "proxima-nova";
    color: #787879;
    letter-spacing: 1px;
    line-height: 1.1;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.eventpage_nameofevent {
    font: 30px "gotham-book";
    margin-bottom: 2px;
    color: #231f20;
    line-height: 1;
}
.eventpage_nameofevent p,
.eventpage_support p {
    padding: 0;
    margin: 0;
}
.eventpage_headliner a {
    font: 48px "gotham-book";
    color: #231f20;
    text-transform: uppercase;
    line-height: 1;
}
.eventpage_headliner {
    font: 48px "gotham-book";
    color: #231f20;
    text-transform: uppercase;
    line-height: 1;
}
.eventpage_support a {
    font: 24px "gotham-book";
    color: #231f20;
    line-height: 1;
}
.eventpage_support {
    font: 23px/1 "gotham-book";
    color: #231F20;
    margin-top: 10px;
}
.eventpage_featuring {
    font: 30px "gotham-book";
    color: #231f20;
    line-height: 1;
}
.eventpage_headlinebox {
    margin-bottom: 20px;
    display: block;
}
.eventpage_headlinebox .title {
    font: 30px "gotham-book";
    color: #16667f;
    margin: 10px 0 0 0;
    line-height: 1;
}
.eventpage_headlinebox .title a {
    font: 30px "gotham-book";
    color: #16667f;
    margin: 10px 0 0 0;
    line-height: 1;
}
.eventpage_headlinebox img {
    width: 100%;
    height: auto;
}
.eventpage_links {
    margin-bottom: 10px;
}
.eventpage_links a {
    font: bold 11px "Montserrat";
    color: #454545;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.eventpage_headlinebox {}
.eventpage_info {
    clear: both;
    font: normal 13px "proxima-nova";
    color: #231f20;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 15px 0 0 0;
}
.eventpage_share {
    float: right;
    width: 410px;
    text-align: right;
}
div.sharedaddy h3.sd-title {
    display: none;
}
.eventpage_buy {
    float: left;
    width: 300px;
    color: #231f20;
}
ul.calendarpage {
    list-style: none;
    list-style-type: none;
}
ul.calendarpage li {
    width: 710px;
    margin-bottom: 40px;
}
ul.calendarpage li:last-child {
    margin-bottom: 0px;
}
.photo_left {
    float: left;
    width: 345px;
    overflow: hidden;
    height: 180px;
    margin-right: 10px;
    position: relative;
}
.photo_left img {
    width: 100%;
    height: auto;
}
.calendarpage_cal_info {
    width: 355px;
    height: auto !important;
    float: left;
    margin-left: 0;
    position: relative;
}
.calendarpage_bottom {
    clear: both;
    margin-top: 10px;
}
.calendarpage_item {
    clear: both;
}
.cal_ages {
    margin-bottom: 10px;
    clear: both;
    font: 12px "Helvetica";
    color: #231f20;
    line-height: 1.2;
}
.calendarpage_headline a {
    font: 21px "gotham-book";
    color: #16667f;
    line-height: 1.2;
}
.socialbuttons {
    width: 100%;
    text-align: left;
}
.sidebartitle {
    font: 30px "gotham-book";
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1;
}
.sidebartitle a {
    color: #231f20;
}
.single_image {
    width: 710px;
    height: 300px;
    overflow: hidden;
    margin: 0;
}
.singletitle {
    font: 30px "gotham-book";
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #231f20;
    line-height: 1;
}
.single_share {
    margin: 0 0 10px 0;
}
.rotatingtweet p {
    font: 14px "proxima-nova";
    color: #6e6e6e;
    line-height: 1.1;
}
.rotatingtweet a {
    color: #16667f;
}
.viewmore {
    padding: 11px 16px;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    letter-spacing: 1px;
    background-color: #444545;
    font: 11px "Montserrat";
    line-height: 1.1;
}
.viewmore2 {
    width: 155px;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    height: 215px;
    margin: 0 auto;
    letter-spacing: 1px;
    background-color: #444545;
    font: 11px "gotham-book";
    line-height: 1.1;
}
.viewmore2:hover {
    background: #231f20;
}
ul.press {
    list-style: none;
    list-style-position: none;
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
}
ul.press li {
    float: left;
    width: 147px;
    margin-right: 30px;
    margin-bottom: 30px;
    height: 125px;
}
ul.press li:nth-child(4) {
    margin-right: 0;
}
.press_title {
    margin-top: 5px;
    line-height: 13px;
}
.press-entry {
    min-height: 140px;
}
.press_title a {
    font-size: 11px;
    font-family: "Montserrat";
    line-height: 13px;
    color: #16667f;
    text-transform: uppercase;
}
.news_top {
    width: 320px;
    height: 132px;
    margin-bottom: 10px;
    overflow: hidden;
}
.news_top img {
    width: 100%;
    height: auto;
}
.gallery_description {
    margin: 10px 0 10px 0;
    font: 12px/23px "Helvetica";
    color: #6e6e6e;
}
ul.gallery {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}
ul.gallery li {
    height: 151px;
    width: 223px;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
ul.gallery li img {
    width: 100%;
    height: auto;
}
ul.gallery li:nth-child(3) {
    margin-right: 0;
}
ul.gallery2 {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}
ul.gallery2 li {
    width: 167px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
ul.gallery2 li img {
    width: 100%;
    height: auto;
}
ul.gallery2 li:nth-child(4) {
    margin-right: 0;
}
.bluebutton {
    display: inline-block;
    padding: 6px 15px;
    outline: none;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    letter-spacing: 1px;
    background-color: #444545;
    font: 11px "gotham-book";
    border: 0;
    line-height: 1.2;
}
.bluebutton a {
    color: #fff;
    font: 13px "gotham-book";
    line-height: 1;
}
.pinkbutton {
    display: inline-block;
    padding: 6px 15px;
    margin: 20px 0;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #ee4599;
    letter-spacing: 1px;
    border: 2px solid #ee4599;
    font: 11px "Montserrat";
    line-height: 1.2;
}
.pinkbutton a {
    color: #ee4599;
}
.headersearch {
    background: #231f20;
    border-radius: 0px;
    outline: none;
    width: 260px;
    /* border: 0; */
    border-bottom: 1px solid #fff;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    font: normal 12px "proxima-nova";
    padding: 5px 0;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #fff;
    margin-right: 10px;
    text-transform: uppercase;
}
.sub {
    background: #e2e2e2;
    border-radius: 0px;
    outline: none;
    width: 215px;
    border-bottom: 1px solid #231f20;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    font: normal 12px "proxima-nova";
    padding: 5px 0;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #231f20;
    margin-right: 0px;
    text-transform: uppercase;
}
.registerbutton {
    display: inline-block;
    padding: 6px 15px;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #888;
    color: #fff !important;
    letter-spacing: 1px;
    border: 2px solid #888;
    font: 11px "Montserrat";
    line-height: 1.2;
}
.contacttabs {
    width: 710px;
    margin: 0 auto;
}
ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li {
    display: inline-block;
    padding: 6px 15px;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #16667f;
    letter-spacing: 1px;
    border: 2px solid #16667f;
    font: 11px "Montserrat";
    line-height: 1.2;
}
ul.tabs li.current {
    display: inline-block;
    padding: 6px 15px;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #454545;
    letter-spacing: 1px;
    border: 2px solid #454545;
    font: 11px "Montserrat";
    line-height: 1.2;
}
.tab-content {
    display: none;
    padding-top: 10px;
}
.tab-content a {
    color: #16667f;
}
.tab-content.current {
    display: inherit;
}
.roomarea {
    margin-bottom: 50px;
}
.roomleft {
    width: 350px;
    float: left;
    margin-right: 10px;
}
.roominfo {
    width: 350px;
    float: left;
}
.roomgallery {
    clear: both;
}
.roomupper {
    margin-bottom: 10px;
}
.floorplans {
    margin-bottom: 20px;
    clear: both;
}
.floorplansleft {
    width: 30px;
    margin-right: 10px;
    float: left;
}
.floorplanslink {
    float: left;
    padding: 11px 0 0 0;
}
.bottleservicemenu {
    float: right;
    padding: 20px;
    width: 190px;
    border: 2px solid #454545;
    display: inline-block;
    margin: 20px 0 20px 20px;
}
.bottleservicemenu b {
    text-transform: uppercase;
}
.bottleservice_title {
    font: 14px "gotham-book";
    line-height: 1.2;
    text-transform: uppercase;
}
.bottleservice_title2 {
    font-weight: bold;
}
.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/intro-bg_clear.jpg) no-repeat center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}
.intro .intro-body .brand-heading {
    font-size: 40px;
}
.intro .intro-body .intro-text {
    font-size: 18px;
}
.drop {
    clear: both;
}
.single-event h1 {
    font-size: 17px;
    color: #454545 !important;
    margin-top: 0;
}
.buytickets a {
    color: #fff !important;
}
.front_shows_date {
    padding: 10px;
    color: #e2e2e2;
    background: #888;
    display: block;
    text-align: center;
    width: 100%;
}
.post-monthyear {
    clear: both;
    text-transform: uppercase;
    font: 17px/1 "Montserrat";
}
.post-date {
    clear: both;
    text-transform: uppercase;
    font: 15px/1 "Montserrat";
}
.front_shows_info {
    width: 250px;
    float: left;
}
#eventhtml1 {
    cursor: pointer;
    font: bold 12px/1 "proxima-nova";
    color: #888;
    margin-bottom: 15px;
    display: inline-block;
}
pre {
    white-space: pre-wrap;
    /* CSS 3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}
#skeleton {
    display: none;
}
#inliner {
    width: 100%;
}
.single-event {
    min-height: 330px;
    margin-bottom: 30px;
}
.single-event img {
    width: 100%;
    height: auto;
}
.single-header {
    float: left;
    width: 640px;
    margin-bottom: 20px;
}
.pura {
    background: #eb549e !important;
}
.pura:hover {
    background: #eb549e !important;
}
.wpcf7-text {
    border-radius: 0px;
    outline: none;
    background: #fff;
    width: 438px;
    border: 0;
    font: normal 12px "proxima-nova";
    padding: 5px 5px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #231f20;
    margin-right: 0px;
}
.wpcf7-textarea {
    border-radius: 0px;
    outline: none;
    background: #fff;
    width: 438px;
    border: 0;
    font: normal 12px "proxima-nova";
    padding: 5px 5px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #231f20;
    margin-right: 0px;
}
.wpcf7 p {
    font: 12px "gotham-book";
    color: #231f20;
    line-height: 1;
    text-transform: uppercase;
    margin: 10px 0;
    padding: 0;
}
.wpcf7-submit {
    display: inline-block;
    padding: 6px 15px;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    outline: none;
    cursor: pointer;
    color: #454545;
    background: #e2e2e2;
    letter-spacing: 1px;
    border: 2px solid #454545;
    font: 11px "Montserrat";
    line-height: 1.1;
}
div.wpcf7-validation-errors {
    border: 0 solid #f7e700;
    color: #ff0000;
}
div.wpcf7-response-output {
    margin: 0;
    padding: 0;
}
.wFormContainer label {
    display: none;
}
.wFormContainer .captchaHelp {
    margin: 0 0 20px 0;
}
.wFormContainer .oneField {
    margin: 0 0 20px 0;
    padding: 0;
}
.wFormContainer input[type="submit"] {
    display: inline-block;
    padding: 6px 15px;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #454545;
    outline: none;
    background: #e2e2e2;
    letter-spacing: 1px;
    border: 2px solid #454545;
    font: 11px "Montserrat";
    line-height: 1.2;
}
.wFormContainer input[type="text"] {
    border-radius: 0px;
    outline: none;
    background: #fff;
    width: 438px;
    border: 0;
    font: normal 12px "proxima-nova";
    padding: 5px 5px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #231f20;
    margin-right: 0px;
}
.wFormContainer textarea {
    border-radius: 0px;
    outline: none;
    background: #fff;
    width: 438px;
    border: 0;
    font: normal 12px "proxima-nova";
    padding: 5px 5px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #231f20;
    margin-right: 0px;
}
.wFormContainer fieldset {
    padding: 0;
    margin: 0;
}
