* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

button,
input[type="submit"] {
  /*border: 1px solid #2459a6;*/
  border: 1px solid #BF0018;
  border-radius: 3px;
  /*box-shadow: inset 0 1px 0 0 #89a8d5;*/
  box-shadow: inset 0 1px 0 0 #870c0c;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  /*background-color: #477dca;*/
  background-color: #BF0018;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BF0018), color-stop(100%, #870c0c));
  background-image: -webkit-linear-gradient(#BF0018, #870c0c);
  background-image: linear-gradient(#BF0018, #870c0c);
  padding: 7px 18px;
  text-decoration: none;
  /*text-shadow: 0 1px 0 #1b4f9a;*/
  text-shadow: 0 1px 0 #000;
  background-clip: padding-box;
  font-size: 1em; }
  button:hover:not(:disabled),
  input[type="submit"]:hover:not(:disabled) {
    /*box-shadow: inset 0 1px 0 0 #628cc8;*/
    box-shadow: inset 0 1px 0 0 #700808;
    cursor: pointer;
    /*background-color: #3c71bb;*/
    background-color: #700808;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #700808), color-stop(100%, #870c0c));
    background-image: -webkit-linear-gradient(#700808, #870c0c);
    background-image: linear-gradient(#700808, #870c0c); }
  button:active:not(:disabled),
  input[type="submit"]:active:not(:disabled) {
    border: 1px solid #2459a6;
    box-shadow: inset 0 0 8px 4px #700808, inset 0 0 8px 4px #700808, 0 1px 1px 0 #eeeeee; }
  button:disabled,
  input[type="submit"]:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

body {
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  margin: 0;
  line-height: 1.25em; }

h1 {
  font-size: 2.25em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.75em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.25em;
  line-height:2.5em; }

h6 {
  font-size: 1em; }

p {
  margin: 0 0 0.75em; }

a {
  /*color: #BF0018;*/
  color: #2C5999;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear; }
  a:hover {
    /*color: #2c5999;*/
    color:#000; }
  a:active, a:focus {
    /*color: #2c5999;*/
    color:#000;
    outline: none; }

hr {
  border-bottom: 1.5px solid #c1c1c1;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img {
  margin: 0;
  max-width: 100%;
  border:0; }

abbr, acronym {
  border-bottom: 1px dotted #dddddd;
  cursor: help; }

address {
  display: block;
  margin: 0 0 0.75em; }

hgroup {
  margin-bottom: 0.75em; }

del {
  color: #595959; }

blockquote {
  border-left: 2px solid #dddddd;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em; }

cite {
  color: #737373;
  font-style: italic; }
  cite:before {
    content: '\2014 \00A0'; }

fieldset {
  background: #f7f7f7;
  border: 1px solid #dddddd;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0.1875em;
  border: 1px solid #dddddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  textarea:hover,
  input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover {
    border-color: #c4c4c4; }
  textarea:focus,
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus {
    border-color: #477dca;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

select {
  width: auto;
  margin-bottom: 1.5em; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

table {
  margin: 0.75em 0;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #dddddd;
  padding: 0.75em 0; }

tr, td, th {
  vertical-align: middle; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

  ul li ul{
      margin-left:30px;
      margin-bottom:6px;
      list-style-type:disc;
  }

dl {
  line-height: 1.5em;
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

/* Success, error & notice boxes for messages and errors. 
.error, #flash_failure, .notice, #flash_notice, .success, #flash_success {
  margin-bottom: 0.75em;
  padding: 0.75em;
  font-weight: bold; }

.error, #flash_failure {
  background: #fbe3e4;
  color: #96151b; }
  .error a, #flash_failure a {
    color: #6a0f13; }
    .error a:hover, #flash_failure a:hover {
      color: #110203; }

.notice, #flash_notice {
  background: #fff6bf;
  color: #8c7800; }
  .notice a, #flash_notice a {
    color: #594c00; }
    .notice a:hover, #flash_notice a:hover {
      color: black; }

.success, #flash_success {
  background: #e6efc2;
  color: #56651a; }
  .success a, #flash_success a {
    color: #333c10; }
    .success a:hover, #flash_success a:hover {
      color: black; }

p {
  font-family: "lato", helvetica, arial; }

h1, h2, h3, h4, h5, h6 {
  font-family: "lato", helvetica, arial; }

a {
  font-family: "lato", helvetica, arial;
  color: #ff6600; }
  a:hover {
    color: #cc5200; }*/

/*==================================================
=====================Base Styles======================*/
body {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "lato", helvetica, arial; 
}

.container {
  width: 1024px;
  max-width: 1024px;
  padding: 0 15px;
  margin: 0 auto; 
}

.white-box {
  width: 1024px;
  max-width: 1024px;
  padding: 0 15px;
  margin: 0 auto;
  background-color: #fff;
}

/*==================Top Section and Header==============*/
.top-section-container {
  width: 100%;
  padding: 0;
  margin: 0;
  background:#1D399C;
  /*background:#c10000;*/
  /*background:#5596e6;*/
  font-size: 1em;
  height: 41px; }

header.main-header {
  width: 100%;
  margin: 0;
  padding: 0;
  background:#1D399C; }

  header.main-header nav {
    float: left;
    /*background:#1D399C;*/
    font-size: 0.85em; 
    font-weight: bold;}
    header.main-header nav ul {
      margin: 5px 0 5px 20px; }
      header.main-header nav ul li {
        display: inline-block;
        vertical-align: middle; }
        header.main-header nav ul li a {
          margin: 0 20px 0 0;
          color: #fff; }
          header.main-header nav ul li a:hover {
            /*color: #BF0018;*/
            color: #FFD042; }

.contact-number p{
  margin: 5px 0 5px 20px;
  /*color: #FFD042;*/
  color: #f9f096;
  font-weight: bold;
  float: right;
  /*background:#1D399C;*/
}

.sub-header {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 136px;
  background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.8) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.8) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
}

.logo-bar {
  width: 1024px;
  margin: 0 auto;
}

.logo-bar div img{
  vertical-align: middle;
}


.logo {
  float: left;
  width: 430px;
  text-align: center;
  margin: 15px 0;  
}

.tagline {
  float:left;
  width: 25%;
  text-align: center;
  margin: 30px 0;  
}

.america-talent {
  float: right;
  width: 33%;
  text-align: center;
}


.genre {
    width: 100%;
    height: auto;
    float: left;
    z-index: 1;
    font-size: 0.85em;
    font-weight: bold;
    border-bottom: solid 4px #E4E4E6;
    background: rgb(240,233,235); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(240,233,235,1) 0%, rgba(255,255,255,1) 51%, rgba(245,243,244,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,233,235,1)), color-stop(51%,rgba(255,255,255,1)), color-stop(100%,rgba(245,243,244,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(240,233,235,1) 0%,rgba(255,255,255,1) 51%,rgba(245,243,244,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(240,233,235,1) 0%,rgba(255,255,255,1) 51%,rgba(245,243,244,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(240,233,235,1) 0%,rgba(255,255,255,1) 51%,rgba(245,243,244,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(240,233,235,1) 0%,rgba(255,255,255,1) 51%,rgba(245,243,244,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0e9eb', endColorstr='#f5f3f4',GradientType=0 ); /* IE6-9 */
}

.genre-links {
    margin: 0 auto;
    width: 1024px;
    padding: 0 15px;
    text-align: center;
}

.genre-links ul li {
  width: 14.287%;
  padding: 10px;
  margin: 0 auto;
  line-height: 1.25em;
  font-size: 14px;
  font-weight: bold;
  float: left;
  text-align: center;
  border-right: solid 2px #E4E4E6;
}

.genre-links ul li:hover {
  text-decoration: underline;
}

.genre-links ul li a {
  display: table;
  padding: 0;
  color: black;
  margin: 0 auto;
  text-align: center;
}

.links {
  margin: 0 auto;
}

.main-content-container {
  width: 1024px;
  margin: 0 auto;
  padding: 0 15px;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0.95) 0%, rgba(221,221,221,0.85) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.95)), color-stop(100%,rgba(221,221,221,0.85))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0.95) 0%,rgba(221,221,221,0.85) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,0.95) 0%,rgba(221,221,221,0.85) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,0.95) 0%,rgba(221,221,221,0.85) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,0.95) 0%,rgba(221,221,221,0.85) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2ffffff', endColorstr='#d9dddddd',GradientType=0 ); /* IE6-9 */
  height: auto;
}

a.ad-box {
  width: 100%;
  background: #fff;
  margin: 15px 0;
}

.performer-links {
    width: 1024px;
    margin: 0 auto;
}

.performer-links ul li {
  width: 16.26%;
  /*padding: 5px 0;*/
  margin: 0;
  float: left;
  background: white;
  text-align: center;
}

.performer-links ul li a {
  margin: 0 auto;
  width: 100%;
}

.middle-section {
  /*background: url("/assetsBETA/images/background.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  
  /*background: -moz-linear-gradient(top,  rgba(107,1,1,1) 0%, rgba(193,0,0,0.95) 100%); /* FF3.6+ */
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(107,1,1,1)), color-stop(100%,rgba(193,0,0,0.95))); /* Chrome,Safari4+ */
  /*background: -webkit-linear-gradient(top,  rgba(107,1,1,1) 0%,rgba(193,0,0,0.95) 100%); /* Chrome10+,Safari5.1+ */
  /*background: -o-linear-gradient(top,  rgba(107,1,1,1) 0%,rgba(193,0,0,0.95) 100%); /* Opera 11.10+ */
  /*background: -ms-linear-gradient(top,  rgba(107,1,1,1) 0%,rgba(193,0,0,0.95) 100%); /* IE10+ */
  /*background: linear-gradient(to bottom,  rgba(107,1,1,1) 0%,rgba(193,0,0,0.95) 100%); /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6B0101', endColorstr='#c10000',GradientType=0 ); /* IE6-9 */
  
  /*background:rgba(107,1,1,1);*/
  
  background-color:#5596e6;
  
  background: url("../images/body-bg-tile.jpg") repeat; 
}

.main-content {
  width: 750px;
  height: auto;
  float: left;
  padding: 30px 0 0 30px;
}

.main-content-top {
  width: 675px;
  height: 300px;
  margin-bottom: 15px;
}

.judges {
  float: left;
  width: 450px;
}

.featured-artist {
  width: 195px;
  float: right;
}

.main-content p {
  width: 650px;
}

.main-content h2 {
  margin: 0 0 10px 0;
}
.main-videos {
  margin-left: 25px;
}

.main-videos a img {
  width: 120px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.great-programs {
  width: 750px;
  padding: 30px 0;
}

.great-programs a {
  font-weight: bold;
}

.sidebar-container {
  width: 230px;
  display: inline-block;
  padding: 30px 30px 30px 0;
}

.number {
  width: 225px;
}

.free-quote {
  background:#1D399C;
  /*background: #b90d08;*/
  /*background:#5596e6;*/
  width: 225px;
  height: 490px;
  margin-bottom: 15px; 
}

.free-quote p {
  font-size: 12.5px;
  color: #fff;
  font-weight: bold;
  line-height: 1.25em;
  padding: 10px;
}

.free-quote label {
  font-size: 12.5px;
  color: #fff;
  font-weight: bold;
  padding-left: 15px;
}

.box {
  width: 195px;
  margin: 0 auto;
  font-size: 12.5px;
}

.submit {
  float: right;
  font-size: 12.5px;
  padding-right: 15px;
}

/*27-years {
  width: 225px;
}*/

.clients-say {
  border-left: solid 3px #C6C6C6;
  border-bottom: solid 3px #C6C6C6;
  background: #F0EEEF;
  margin: 15px 0;
  padding: 0 10px;
  width: 225px;}
.clients-say h5{
    line-height:1.5em;}
.clients-say p{
    line-height:1.1em;}

.as-seen-on-container {
  background: #fff;
  width: 100%;
}

.as-seen-on {
  width: 1024px;
  max-width: 1024px;
  height: 100px;
  padding: 0 10px;
  margin: 0 auto; 
}

.as-seen {
  width: 150px;
  float: left;
  margin: 0 15px 0 30px;
  display: inline-block;
}

.as-seen-on p {
  color: #aaaaaa;
  width: 175px;
  font-size: 1.5em;
  font-weight: bold;
  margin: 35px 30px 0 0;
}

.tv-logo {
  width: 800px;
  text-align: center;
  vertical-align: middle;
  float: left;
  display: inline-block;
  margin: 10px 0;
}

.tv-logo img {
  margin: 0 10px;
}

.secondary-footer {
  background: #ddd;
  width: 100%;
  text-align: center;
  /*height: 100px;*/
  padding:2.0em 0;
}

.secondary-footer img {
  width: 1024px;
  padding: 20px 20px;
}

.footer-container {
  width: 100%;
  padding: 0;
  margin: 0;
  background:#16338C;
  /*background:#c10000;*/
  /*background:#5596e6;*/
  font-size: 1em;
  height: 65px; }

footer {
  height: 65px;
  padding: 15px 15px 0 15px;
}

  footer.main-footer nav {
    float: left;
    /*background:#16338C;*/
    font-size: 0.85em;
    text-align: center; }
    footer.main-footer nav ul {
      margin: 5px 0 5px 20px; }
      footer.main-footer ul li {
        display: inline-block; }
        footer.main-footer ul li a {
          margin: 0 20px 0 0;
          color: #fff; }
          footer.main-footer ul li a:hover {
            /*color: #BF0018;*/
            color: #FFD042; }
    p.copyright a {
      /*color: #FFD042;*/
      color: #f9f096;
      font-weight:bold; }
    p.copyright a:hover {
      /*color: #BF0018;*/
      color: #fff;
      font-weight:bold; }

footer p {
  font-size: 0.85em;
  float: right;
  color: #fff;
  padding: 5px 5px;
}

ul#socialmedia{
  display:none !important;
  position:fixed;
  top:10px;right:15px;
  width:32px;
  z-index:50;}
ul#socialmedia li{
  margin:0 0 5px 0;padding:0;
  width:32px;height:32px;
  overflow:hidden;
  text-indent:-9999px;}
ul#socialmedia li a{
  display:block;
  width:32px;height:32px;}
ul#socialmedia li.facebook a{
  background:url(../images/icon-facebook.png) no-repeat top left;}
ul#socialmedia li.twitter a{
  background:url(../images/icon-twitter.png) no-repeat top left;}
ul#socialmedia li.youtube a{
  background:url(../images/icon-youtube.png) no-repeat top left;}
ul#socialmedia li.instagram a{
  background:url(../images/icon-instagram.png) no-repeat top left;}

.clear {
  clear: both;}

.small-font {
  font-size: 13px;
}

.orange {
  font-weight: bold;
  color: #ff8200;
}  

.red {
  color: #b90d08;
}

.blue {
  color: #6699ff;
}

.green {
  color: #349966;
}

/*Template Styles*/

.template-main {
  font-size: 1.0em;
  min-height: 160px;
}

.about-main {
  font-size: 13px;
  min-height: 160px;
}

.template-main-lft {
  font-size: 13px;
/*  min-height: 120px;*/
  float:left;
  width: 45%;
  margin-bottom:8px;
}

.template-main-rt {
  font-size: 13px;
  min-height: 120px;
  float: right;
}

.description {
  padding: 25px 5px;
}

.template-main .description p {
  font-size: 13.5px;
}

.pic{
    margin-bottom:12px;}

.pics {
  float: left;
  margin-right: 1em;
}

.template-main-lft .pics{
    width:100px;height:100px;
    overflow:hidden;}
.template-main-lft .pics img{
    min-width:100px;
    min-height:100px;
    width:100px;
    height:auto;
    margin-top:-6px;}

hr {
  width: 650px;
}

/*Links Page*/

.links-page {
  margin: 12px 0 0 0;
}

/*Contact-Us Page*/

.contact-us-form {
  width: 600px;
  margin: 15px;
}

/* Programming Secrets*/

.programming-secrets p{
  width: 600px;
  margin: 15px;
  line-height: 1.25em;
}

.programming-secrets ul {
  list-style-type: disc;
  margin-left: 60px;
  width: 570px;
}

/* Performer Pages */

.performer-video {
  text-align: center;
  margin: 20px 0;
}

.performer-header .performer-video .performer-bio .performer-footer {
  width: 650px;
}

.side {
  color: #000;
  font-style: italic;
  font-size: 13.5px;
}

.side-ad {
  margin: 0 auto;
  padding: 15px 0 0 0;
}

.performer-bio {
  font-size: 13px;
}

.performer-bio ul {
  list-style-type: disc;
  margin-left: 60px;
  width: 570px;
  min-height: 160px;
}

/*Genre Pages*/

.genre-page h5 {
  font-weight: bold;
  color: #1D399C;
  margin: 25px 0
}

/*Basic Pages*/
.column {
  width: 700px;
  padding: 30px 0;
}

.column ul {
  margin-bottom:20px;
  list-style-type: disc;
  margin-left: 60px;
  width: 570px;
}

/* homepage */

.genreBox{
    float: left;
    width: 320px;
    /*background-color: #ccc;*/
    background-color: #666;
    margin-right: 25px;
    margin-bottom: 25px;
    border:1px solid #B9B9B9;}
.genreBox .buffer{
    padding:0px 15px 5px 15px;}
.genreBox h3 {
  font-size: 1.15em;
  line-height: 1.75em;}
.genreBox h3 a{
    /*color:rgba(107,1,1,1);*/
    color:#fff;}
.genreBox h3 a:hover{
    color:rgba(107,1,1,1);}
.genreBox .buffer p{
    width:auto;
    color:#ccc;}
.genreBox .buffer p a{
    /*color:rgba(107,1,1,1);*/
    color:#ccc;}
.genreBox .buffer p a:hover{
    color:rgba(107,1,1,1);}

/* artists */

.artistList ul li{
    float: left;
    width: 320px;
    list-style-type: disc;
    margin-left: 20px;
    padding-bottom:8px;
    font-weight:bold;}

/* -- homepage slider -- */

.sliderContainer{
  width:1024px;
  margin:0 auto;
  padding:0;
  height: auto;
}

/* -- sidebar slider -- */

.sidebar .bx-wrapper{
    margin-left:15px !important;
    width:200px !important;}
.sidebar .bx-wrapper .bx-pager, .sidebar .bx-wrapper .bx-controls-auto{
    bottom:-35px !important;
    left:0 !important;
    right:0 !important;}
.sidebar .bx-wrapper .bx-pager.bx-default-pager a{
    width:8px !important;
    height:8px !important;
    margin:0 3px !important;}