@import url('https://fonts.googleapis.com/css?family=Anton|Quicksand:400,700&display=swap');

/*font-family: 'Quicksand', sans-serif;
font-family: 'Anton', sans-serif;*/
/* -------------------------- Main Website Styles -------------------------- */
body {
    background-color: #000000;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: silver;
}
*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img, a img {
    border: 0 none;
}

.quicksand {
    font-family: 'Quicksand', sans-serif;
}
.anton {
    font-family: 'Anton', sans-serif;
}

a {
       outline: none;
}

H1 {
    font-size: 36px;
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight: normal;
    color: #ffffff;
    line-height: 32px;
}

H2 {
    font-size: 22px;
    margin-bottom: 5px;
    margin-top: 0px;
    font-weight: bold;
    color: #ffffff;
    line-height: 26px;
}

H3 {
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: bold;
    color: #ffffff;
    line-height: 20px;
}

H4 {
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: bold;
    color: #ffffff;
}

hr /* Make sure you upate all the color hexes when changing, different browsers read this tag differently. */ {
    border: 0px solid #cccccc;
    color: #cccccc;
    height: 1px;
    background-color: #cccccc;
}

a, 
a:link, a:visited, 
a.red_bar_link {
    color: #df060c;
    text-decoration: none;
    font-weight: bold;
}

    A:Hover, a.red_bar_link:hover {
        color: #880608;
        text-decoration: none;
    }
    A.gray, A.gray:Link, A.gray:Visited {
        color: #aaaaaa;
        text-decoration: none;
        font-weight: bold;
    }
        A.gray:Hover {
            color: #c7c7c7;
            text-decoration: none;
        }
.dxgvControl a {
    color: #df060c!important;
    text-decoration: none;
    font-weight: bold;
}
/* ------ Grid Column Classes ------ */

/* Example Layout:
*  
*
*	<div class="section group">
*		<div class="col span_6">
*			Content Goes Here.
*		</div>
*		<div class="col span_6">
*			Content Goes Here.
*		</div>
*	</div>
*
*
*/

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/* GROUPING */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/* Grid-Style Div Classes */

.col {
	display: block;
	float: left;
}
.col_padding {
	padding: 5px;
}

/* 
Span classes are all out of 12 columns.
i.e .span_6 = length of 6 columns out of 12, or half width. 
*/

.span_12 {
	width: 100%;
}

.span_11 {
	width: 91.66%;
}

.span_10 {
	width: 83.33%;
}

.span_9 {
	width: 75%;
}

.span_8 {
	width: 66.66%;
}

.span_7 {
	width: 58.33%; 
}

.span_6 {
	width: 50%;
}

.span_5 {
	width: 41.66%; 
}

.span_4 {
	width: 33.33%; 
}

.span_3 {
	width: 25%;
}

.span_2 {
	width: 16.66%; 
}

.span_1 {
	width: 8.33%; 
}

        
        
        
/* -------------------------- Specialty Website Styles -------------------------- */

.hiddenPic {
    display: none;
}

@media print {
    .noprint {
        display: none;
    }
}

.over:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7; /* FX/Opera/Safari/Chrome */
}

.clearer {
    clear: both;
}

@font-face {
    font-family: FONTNAME;
    src: url("/media/fonts/FONTNAME.eot"); /* EOT file for IE */
}

@font-face {
    font-family: FONTNAME;
    src: url("/media/fonts/FONTNAME.ttf") format("truetype"); /* TTF file for CSS3 browsers */
}

.categories_text {
    line-height: 18px;
    font-size: 12px;
}

.box_categories a:link, .box_categories a:visited {
    font-size: 14px;
}


/* -------------------------- Structure Style Classes Go Here -------------------------- */
.top_bar {
    background-image: url(../images/bg_red_bar.jpg);
    background-position: top center;
    background-repeat: repeat;
    height: 15px;
    border-bottom: 1px solid #000000 !important;
}

.main_container {
    width: 100%;
    text-align: left;
}

.top_container {
    position: fixed;
    z-index: 9999;
    width: 100%;
}

.padding {
    padding: 25px;
}

.padding2 {
    padding: 16px;
}

.padding_center {
    padding-top: 16px;
    padding-bottom: 16px;
}

.padding_left {
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
}

.padding_right {
    padding-top: 16px;
    padding-left: 16px;
    padding-bottom: 16px;
}

.box_main_image {
    background-image: url(../images/main_pic_placeholder.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    height: 610px;
}

.bg_body {
    background-image: url(../images/bg_body.jpg);
    background-position: top;
    background-repeat: repeat-x;
}

.box_body {
    max-width: 980px;
    margin: 0 auto;
    padding-top: 150px;
}

.box_left {
    width: 30%;
    float: left;
    height: 100%;
}

.box_right {
    width: 30%;
    float: left;
    height: 100%;
}

.box_main_2_column {
    width: 70%;
    float: left;
    height: 100%;
}

.box_main_3_column {
    width: 40%;
    float: left;
    height: 100%;
}
/* -------------------------- Column Structure Classes -------------------------- */

.col-1 {
    width: 8.3334%;
}

.col-2 {
    width: 16%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.3334%;
}

.col-5 {
    width: 41.6667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.3334%;
}

.col-8 {
    width: 66.6667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.3334%;
}

.col-11 {
    width: 91.6667%;
}

.col-12 {
    width: 100%;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    float: left;
}

.col-padding {
    padding: 10px;
}



/* -------------------------- Footer Classes Go Here -------------------------- */
.box-copyright {
    text-align: center;
    width: 100%;
    padding-top: 20px;
}

.box_footer {
    width: 980px;
    margin: 0 auto;
    padding-bottom: 20px;
    color: #eeeeee;
    background-image: url(../images/IP_letters.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
}

    .box_footer hr {
        border: 0px solid #333333;
        color: #333333;
        height: 1px;
        background-color: #333333;
    }

.box_footer_left {
    width: 330px;
    float: left;
    padding-top: 30px;
}

.box_footer_right {
    float: left;
    width: 215px;
}
.box_footer a:link, .box_footer a:visited {
    color: #656565;
}
.box_footer_right h3, .box_footer_right h2 {
    color: #8a0508;
}
.box_footer_right_top {
    width: 650px;
    float: left;
}
.box_newsletter_signup {
    background-color: #212328;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
    background-image: url(../images/bg_newsletter.jpg);
    background-position: top;
    background-repeat: repeat-x;
    color: #cccccc;
}
    .box_newsletter_signup h2, .box_newsletter_signup h3 {
        color: white;
    }
    .box_newsletter_signup h2 {
        color: #ffffff;
        font-size: 24px;
        margin-bottom: 5px;
        font-weight: normal;
        text-transform: uppercase;
    }

/* -------------------------- Home Classes Go Here -------------------------- */

.box-main-banner {
	padding-top: 147px;
}
.box_body_home {
    width: 980px;
    margin: 0 auto;
}

.box_home_left {
    width: 332px;
    float: left;
}

.box_home_right {
    width: 332px;
    float: left;
}

.box_home_center {
    width: 316px;
    float: left;
}

.bg_red_title {
    background-color: #410102;
}

.box_red_title {
    padding-top: 16px;
    padding-bottom: 16px;
    width: 980px;
    margin: 0 auto;
}

    .box_red_title h1 {
        color: #ffffff;
        font-size: 16px;
        margin-bottom: 0px;
    }

    .box_red_title a:link, .box_red_title a:visited {
        color: white;
    }

.bg_body_home h2 {
    color: white;
    font-size: 16px;
    margin-top: 10px;
}

.bg_body_home h3 {
    color: black;
}

.bg_body_home {
    background-image: url(../images/bg_red_bar.jpg);
    background-position: top center;
    background-repeat: repeat;
    padding-bottom: 4px;
    box-shadow: 0px 0px 30px 0px #000000;
}

.home-media-button {
    float: right;
}

.home-media-title {
    float: left;
}

#share-buttons {
    float: right;
}
#share-buttons img {
width: 30px;
padding: 5px;
border: 0;
box-shadow: 0;
}

/* -------------------------- Header Styles Classes Go Here -------------------------- */

.box_header {
}

.box_logo {
    position: relative;
    min-height: 100px;
    left: 15px;
    width: 60%;
}

    .box_logo img {
        position: absolute;
        z-index: 9999;
    }

.box_menu {
    position: absolute;
    right: 0px;
    top: 50px;
    margin-right: 15px;
}

.box_social {
    text-align: right;
    position: absolute;
    top: 15px;
    right: 15px;
}

    .box_social img {
        margin-left: 3px;
        margin-right: 3px;
    }

.bg_red_bar {
    background-image: url(../images/bg_red_bar.jpg);
    background-position: top center;
    background-repeat: repeat;
    box-shadow: 0px 0px 30px 0px #000000;
}

.box_red_bar {
    width: 980px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.box_top {
    background-image: url(../images/black_trans.png);
    background-position: top;
    background-repeat: repeat;
    padding: 15px 0px 15px 15px;
    width: 100%;
    box-shadow: 0px 0px 30px 0px #000000;
    border-bottom: 1px solid #2c2c2c;
    position: fixed;
    z-index: 9999;
}




/* -------------------------- Custom Style Classes Go Here -------------------------- */
.mobile-banner {
    display: none;
}

.box_product {
    width: 120px;
    border-top: 1px solid #333333;
    float: left;
    text-align: center;
    padding-top: 15px;
}

    .box_product img {
        display: block;
        margin: 0 auto;
        margin-top: 10px;
    }

.box_product_padding {
    border-right: 1px solid #333333;
    padding-left: 15px;
    padding-right: 15px;
}

.box_products2 {
    margin-bottom: 20px;
}

    .box_products2 table {
        border-collapse: collapse;
    }

.col-product-group {
    display: inline-block;
    float: left;
    width: 33%;
}

.col-product-group-row {
    display: block;
}

.box_product_spotlight {
    float: right;
    width: 300px;
}

.pub_table {
    border-collapse: collapse;
    width: 100%;
}

    .pub_table td {
        border-spacing: 0px;
        padding: 3px;
    }

.pub_hdr_row {
    background-color: #4E4E4E;
}

    .pub_hdr_row td {
        font-weight: bold;
        font-size: 11pt;
    }

.pub_table tr.row1 {
    background-color: #3a0506;
}

.pub_table tr.row2 {
    background-color: #520709;
}

.pub_table a {
    color: white;
    text-decoration: none;
}

    .pub_table a:hover {
        color: #f0f0f0;
        text-decoration: none;
    }

.pub_b {
    font-weight: bold;
    color: #b50000;
}

.subpage-title-left,
.subpage-title-left H1 {
    margin-bottom: 20px;
    text-align: left;
    float: left;
}

.products-title-left a:link,
.products-title-left a:visited {
    display: block;
    float: none;
}

.subpage-social {
    float: right;
}

.box-product-detail-content {
    float: left;
    vertical-align: top;
    width: 54%;
}

.box-product-detail-img {
    width: 44%;
    float: left;
}

.box-about-content ul,
.box-about-content li {
    margin-left: 0;
    padding-left: 15px;
}

.skewed {
	display: inline-block;
    -webkit-transform: skew(8deg); 
    -moz-transform: skew(8deg); 
    -o-transform: skew(8deg); 
    -ms-transform: skew(8deg); 
	transform: skew(8deg); 
}
/*--------------Products Pages------------------*/
div.jProduct-Box  {
    display: inline-block;
    float: left;
    width: 294px;
    height: 220px;
    margin: 10px;
    border: 1px solid #3d3d3d;     
    background: url('/images/product_tile_bg3.jpg') no-repeat #000000;
    background-position: bottom right;
    cursor: pointer;
}

div.jProduct-Box:hover {
    background: url('/images/product_tile_bg1.jpg') no-repeat #000000;
}

.jProduct-Image {
    float: left;
    width: 55px;
    padding: 10px;
}
.jProduct-Desc, .jProduct-Desc-Small {
    width: 60%;
    float: left;
    margin-left: 10px;
    padding: 10px;
    line-height: 16px;
    vertical-align: top;
}

div.jProduct-Box-Small  {
    display: inline-block;
    float: left;
    width: 215px;
    height: 120px;
    margin: 10px;
    border: 1px solid #3d3d3d;     
    background: url('/images/product_tile_bg_sm1.jpg') repeat-x #000000;
    background-position: right;
    cursor: pointer;
}
div.jProduct-Box-Small:hover {
    background: url('/images/product_tile_bg_sm2.jpg') repeat-x #000000;
}

.jProduct-Desc-Small {
        width: 40%;   
}
.jProduct-Desc-Small a {
            font-size: 15px;
            line-height: 20px;
            color: white;
        }

.main_product_image {
    width: 100%;
}

.product_artist_image {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 180px;    
}
.product_artist_image img {    
    width: 100%;    
}
.product_artist_desc {
    float: left;
    width: 75%;
}
.buy_now_logo {
    vertical-align: top;
    padding: 0px 10px 10px 0px;
}



/*--------------Artist Pages------------------*/
.artist-list {
    width: 100%;
}

    .artist-list td {
        width: 33%;
        display: block;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .artist-list div {
        margin: 0 10px;
        padding: 5px 0;
        border-bottom: 1px solid #808080;
    }

    .artist-list a:link,
    .artist-list a:visited {
        font-size: 14px;
    }

.artist-letter-sort a:link,
.artist-letter-sort a:visited {
    font-size: 16px;
}

.artist-cat-menu {
    min-height: 100px;
}


.div_artist_image {
    float: right;
    margin-left: 10px;
}

.image_credit {
    float: right;
}

.related_stories_image {
    margin: 10px;
    text-align: right;
    padding: 10px;
}

.related_stories_content {
    float: left;
    width: 75%;
    margin: 10px;
}


/*--------------Events Pages------------------*/
.box-events-date,
.box-events-info {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.box-events-date {
    width: 20%;
    padding-right: 10px;
}

.box-events-info {
    width: 80%;
}
.box-event-spotlight .events-row1 {
	background-color: #222328;
}
.box-event-spotlight h3 {
	color: #7d7d7d;
}
.box-event-spotlight h2 {
	margin-top: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #8b0609;
}
.box-event-spotlight .box-group-list h3 {
	font-size: 16px;
	color: #ffffff;
}
.box-event-spotlight .box-group-list .events-row1,
.box-event-spotlight .box-group-list .events-row2
 {
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.box-event-spotlight h3 span {
	font-weight: normal;
	font-style: italic;
	display: block;
	font-size: 12px;
	color: #7d7d7d;
}
.box-event-spotlight hr { 
	 border: 0px solid #454545;
    color: #454545;
    height: 1px;
    background-color: #454545;
}
.box-event-spotlight .box-group-list a:link,
.box-event-spotlight .box-group-list a:visited {
	display: inline-block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 18px;
	color: white;
	background-color: #df060c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	background-image: url(../images/icon-white-play.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	margin: 3px;
}
.box-event-spotlight .col a:link,
.box-event-spotlight .col a:visited {
	display: block;
	background-image: url(../images/icon-white-play.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 22px;
}
.box-event-spotlight .box-group-list a:hover {
	background-color: #880608;
}
.box-event-spotlight .col-half {
	width: 50%;
	float: left;
	padding: 15px;
}
.medal-gold {
	color: #ffc425;
	background-image: url(../images/medal-gold.png);
	background-position: left;
	background-repeat: no-repeat;
	display: inline-block;
	padding-left: 25px;
}
.medal-silver {
	color: #a0a7ad;
	background-image: url(../images/medal-silver.png);
	background-position: left;
	background-repeat: no-repeat;
	display: inline-block;
	padding-left: 25px;
}
.medal-bronze {
	color: #b97133;
	background-image: url(../images/medal-bronze.png);
	background-position: left;
	background-repeat: no-repeat;
	display: inline-block;
	padding-left: 25px;
}
.box-event-spotlight .col {
	padding: 20px;
}
.box-event-spotlight .col h3 {
	margin-top: 10px;
}

/*--------------Media Pages------------------*/


/*--------------Resources Pages------------------*/

/*--------------Dealers Pages------------------*/

.box-dealers-content td {
    display: inline-block;
}

.box-dealers-content a:link,
.box-dealers-content a:visited {
    font-size: 16px;
    line-height: 24px;
}

.box-dealers-map {
    width: 60%;
}
.dealers-mobile-states, .dealers-mobile-int {
    display: none;
}

.dealer-state {
    float: left;
    width: 100px;
}
.dealer-info {
    float: left;
    width: 400px;
}
.dealer_logo {
    float: left;
}
.dealers-url-long-dots {
    display: none;
}



/*--------------News Pages------------------*/

.cat-story-detail {
    color: white;
    width: 75%;
    float: left;
    display: block;
}
.cat-story-detail {
	padding: 20px 0;
}
.cat-story-thumb {
    float: right;
    padding: 10px;
}

.columns_2 {
    width: 45%;
    float: left;
    padding: 5px;
}






.story_content img, .story_content img.story_image_right_sm {
    float: right;
    width: 40%;
    padding: 0px 0px 10px 10px;
}

.story_content img.story_image_right_sm {
    width: 30%;    
}
.story_content img.story_image_left, .story_content img.story_content img.story_image_left_sm {
    float: left;
    width: 40%;
    padding: 0px 10px 10px 0px;
}
.story_content img.story_image_left_sm {
    width: 30%;
    float: left;
    padding: 0px 10px 10px 0px;
}


.image_left {
    float: left;
}
.story_content img.full_width {
    clear: both;
    width: 98%;
}
.story_content img.half_width {
    clear: both;
    width: 50%;
}
.story_content img.auto {
    width: auto;
}



/*--------------Media Pages------------------*/

.youtube_vid, .youtube {
    width: 100%;
    height: 250px;
    border: 1px solid #373737;
}

.media_link {
    width: 80%;
}



/* -------------------------- Tool Tips -------------------------- */
a.tooltip {
    text-decoration: none;
    color: #3C3C3C;
}

    a.tooltip span {
        display: none;
        padding: 2px 3px;
        margin-left: 8px;
        width: 250px;
        text-decoration: none;
        font-style: normal;
        text-align: left;
    }

    a.tooltip:hover span {
        display: inline;
        position: absolute;
        background: #FFFFC1;
        border: 1px solid #cccccc;
        color: #535353;
        text-decoration: none;
        font-style: normal;
        text-align: left;
    }

a.tooltip_img {
    text-decoration: none;
}

    a.tooltip_img span {
        display: none;
        padding: 2px 3px;
        margin-left: 8px;
        width: 250px;
        text-decoration: none;
        font-style: normal;
        text-align: left;
    }

    a.tooltip_img:hover span {
        display: inline;
        position: absolute;
        font-style: normal;
        text-align: left;
    }


Instagram ----------------------------------------------- */ .instagram {
    overflow: hidden;
    margin-bottom: 7px;
}

.instagram-placeholder {
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
    margin-left: 15px;
}

    .instagram-placeholder a img {
        height: 165px;
        width: 165px;
    }

    .instagram-placeholder:hover {
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        opacity: 0.7; /* FX/Opera/Safari/Chrome */
    }

/*

Slimbox

----------------------------------------------- */

#lbOverlay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}

#lbCenter, #lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}

.lbLoading {
    background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}

#lbPrevLink {
    left: 0;
}

    #lbPrevLink:hover {
        background: transparent url(prevlabel.gif) no-repeat 0 15%;
    }

#lbNextLink {
    right: 0;
}

    #lbNextLink:hover {
        background: transparent url(nextlabel.gif) no-repeat 100% 15%;
    }

#lbBottom {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #404040;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url(closelabel.gif) no-repeat center;
    margin: 5px 0;
    outline: none;
}

#lbCaption, #lbNumber {
    margin-right: 71px;
}

#lbCaption {
    font-weight: bold;
}



/* -------------------------- Resize photogallery images -------------------------- */

.tn_resize {
    max-width: 100px;
    max-height: 80px;
}

.tn_resize_grid {
    max-width: 150px;
    max-height: 100px;
}

.img_resize {
    max-width: 500px;
    max-height: 400px;
}

.galleria{ width: 100%; height: 400px; background: #000000; }




/* -------------------------- TopAdminBar -------------------------- */
.box_admin_hdr {
    position: fixed;
    z-index: 9999999;
    width: 100%;
    bottom: 0;
}

table.admin_hdr_bar {
    width: 100%;
    background-color: #212328;
    border-top: 1px solid #494b54;
}

    table.admin_hdr_bar td {
        color: #dcdcdc;
        padding: 3px;
    }

        table.admin_hdr_bar td a {
            color: #ffffff;
            font-weight: bold;
            text-decoration: none;
        }

            table.admin_hdr_bar td a:hover {
                font-weight: bold;
                text-decoration: underline;
            }

.pencil-edit img {
    width: 16px !important;
    height: 16px !important;
}


/* ------------------------- Forms ---------------------------------------*/

    table.frm {
        border-collapse: collapse;
        width: 98%;
        margin: 2px 0px 0px 2px;
    }

    table.frm td {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        vertical-align: top;
        text-align: left;
        margin: 4px;
    }

        table.frm td.lbl {
            line-height: 18px;
            font-weight: bold;
            background-color: #630305;
            color: white;
            width: 160px;
            padding-top: 4px;
            padding-left: 4px;
            padding-bottom: 3px;
            vertical-align: top;
        }

        table.frm td.fld {
            width: auto;
            vertical-align: middle;
            padding-left: 4px;
            vertical-align: top;
        }

.artist_cat_icon {
    padding: 0px 10px 0px 10px;
    float: left;
}

.artist_link_mobile {
    display: none;
}

.artist_datacolumn {
    width: 30%;
    float: left;
    padding-right: 10px;
}

/* -------------------------- Button Style Classes Go Here -------------------------- */

.btn {
    color: white;
    padding: 10px 20px;
    min-width: 150px;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    border: none;
    line-height: normal !important;
    font-style: normal;
    -webkit-appearance: none;
    display: inline-block;
    background-color: #880608;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 10px;       
}

    .btn:hover {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        -webkit-transition: background-color 0.1s ease;
        -moz-transition: background-color 0.1s ease;
        -o-transition: background-color 0.1s linear;
        transition: background-color 0.1s linear;
        background-color: #a90a0d;
    }
    .btn a {
        color: white;
        text-decoration: none;
    }

