/*!
 * Future Radio
 *
 */
/*!
 * Future Radio
 *
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #868686;
  background-color: #141312; }

a {
  color: #8d8d8d;
  text-decoration: none; }

a:focus {
  outline: none 0px; }

a:hover,
a:active {
  outline: 0; }

small {
  font-size: 11px;
  display: inline-block; }

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  outline: none; }

button,
input {
  *overflow: visible;
  line-height: normal; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer; }

blockquote {
  page-break-inside: avoid; }

thead {
  display: table-header-group; }

tr,
img {
  page-break-inside: avoid; }

img {
  max-width: 100%;
  border: 0px; }

p {
  font-size: 13px;
  margin: 0 0 10px; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

iframe {
  max-width: 100%;
  max-height: 100%;
  border: 0px;
  padding: 0px;
  margin: 0px;
  display: block; }

blockquote {
  padding: 0;
  margin: 35px 0;
  background-image: url(../img/blockquote.png);
  background-position: 0px 6px;
  background-repeat: no-repeat; }

blockquote p {
  font-size: 18px;
  line-height: 27px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 0; }

.blog-detail blockquote p {
  margin-left: 70px; }

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: ""; }

/*** Heading Tags ***/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.2;
  text-rendering: optimizelegibility; }

h1,
h2 {
  margin: 0 0 30px 0; }

h4,
h3 {
  margin: 0 0 10px 0; }

h5,
h6 {
  margin: 0 0 6px 0; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px;
  font-weight: 400; }

/*** List Styles ***/
ul,
ol {
  padding: 0;
  margin: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0; }

li {
  line-height: 20px; }

ul.unstyled,
ol.unstyled,
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none; }

ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff; }

.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: ""; }

.clearfix:after {
  clear: both; }

.container {
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  *zoom: 1; }

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: ""; }

.container:after {
  clear: both; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

/*** Grid Style
///////////////////////////////// ***/
.row {
  margin-left: -20px;
  *zoom: 1; }

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: ""; }

.row:after {
  clear: both; }

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
  margin-bottom: 20px; }

.bottom [class*="span"] {
  margin-bottom: 0px; }

.span12 {
  width: 940px; }

.span11 {
  width: 860px; }

.span10 {
  width: 780px; }

.span9 {
  width: 700px; }

.span8 {
  width: 620px; }

.span7 {
  width: 540px; }

.span6 {
  width: 460px; }

.span5 {
  width: 380px; }

.span4 {
  width: 300px; }

.span3 {
  width: 220px; }

.span2 {
  width: 140px; }

.span1 {
  width: 60px; }

.offset12 {
  margin-left: 980px; }

.offset11 {
  margin-left: 900px; }

.offset10 {
  margin-left: 820px; }

.offset9 {
  margin-left: 740px; }

.offset8 {
  margin-left: 660px; }

.offset7 {
  margin-left: 580px; }

.offset6 {
  margin-left: 500px; }

.offset5 {
  margin-left: 420px; }

.offset4 {
  margin-left: 340px; }

.offset3 {
  margin-left: 260px; }

.offset2 {
  margin-left: 180px; }

.offset1 {
  margin-left: 100px; }

.row-fluid {
  width: 100%;
  *zoom: 1; }

.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: ""; }

.row-fluid:after {
  clear: both; }

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.row-fluid [class*="span"]:first-child {
  margin-left: 0; }

.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%; }

.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%; }

.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%; }

.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%; }

.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%; }

.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%; }

.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%; }

.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%; }

.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%; }

.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%; }

.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%; }

.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%; }

.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%; }

.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%; }

.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%; }

.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%; }

.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%; }

.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%; }

.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%; }

.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%; }

.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%; }

.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%; }

.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%; }

.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%; }

.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%; }

.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%; }

.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%; }

.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%; }

.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%; }

.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%; }

.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%; }

.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%; }

.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%; }

.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%; }

.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%; }

.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%; }

.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%; }

/*** Form Styles
//////////////////////////////// ***/
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px; }

input,
button,
select,
textarea {
  font-family: 'Open Sans', sans-serif; }

label {
  display: block;
  margin-bottom: 7px;
  color: #000; }

label small {
  color: #6e6a68; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 10px 6px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #777;
  vertical-align: middle; }

input,
textarea,
.uneditable-input {
  width: 206px; }

textarea {
  height: 200px;
  min-height: 200px;
  resize: vertical; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #090908;
  border: 1px solid #090908;
  /*transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;*/ }

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #4c4c4c;
  outline: 0; }

textarea.disabled,
input[type="text"].disabled,
input[type="password"].disabled,
input[type="datetime"].disabled,
input[type="datetime-local"].disabled,
input[type="date"].disabled,
input[type="month"].disabled,
input[type="time"].disabled,
input[type="week"].disabled,
input[type="number"].disabled,
input[type="email"].disabled,
input[type="url"].disabled,
input[type="search"].disabled,
input[type="tel"].disabled,
input[type="color"].disabled {
  cursor: default;
  border-color: rgba(181, 181, 181, 0.3);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal; }

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto; }

select {
  height: 40px;
  *margin-top: 4px;
  line-height: 40px; }

select {
  width: 100%;
  min-height: 40px;
  background-color: #090908;
  border: 1px solid #090908;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

option {
  padding: 10px; }

select[multiple],
select[size] {
  height: auto; }

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px; }

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

input:-moz-placeholder,
textarea:-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #adadad; }

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px; }

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle; }

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px; }

.input-mini {
  width: 60px; }

.input-small {
  width: 90px; }

.input-medium {
  width: 150px; }

.input-large {
  width: 210px; }

.input-xlarge {
  width: 270px; }

.input-xxlarge {
  width: 530px; }

#form-address {
  display: none; }

/*** Upload file style ***/
span.file_upload {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0px;
  margin-bottom: 20px;
  display: block;
  position: relative; }

span.file_upload .fakeupload {
  width: 96%;
  height: 30px;
  line-height: 26px;
  padding: 4px 2%;
  margin-right: 0px;
  float: left;
  background-color: #ffffff;
  border: 1px solid #b5b5b5;
  position: relative; }

span.file_upload .fakeupload:focus {
  border-color: #B2B2B2; }

.fileUpload {
  letter-spacing: 8px;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 11; }

span.file_upload em {
  height: 32px;
  line-height: 32px;
  padding: 0px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 4px;
  right: 2px; }

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"] {
  float: none;
  margin-left: 0; }

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left; }

input,
textarea {
  margin-left: 0; }

input.span12,
textarea.span12 {
  width: 926px; }

input.span11,
textarea.span11 {
  width: 846px; }

input.span10,
textarea.span10 {
  width: 766px; }

input.span9,
textarea.span9 {
  width: 686px; }

input.span8,
textarea.span8 {
  width: 606px; }

input.span7,
textarea.span7 {
  width: 526px; }

input.span6,
textarea.span6 {
  width: 446px; }

input.span5,
textarea.span5 {
  width: 366px; }

input.span4,
textarea.span4 {
  width: 286px; }

input.span3,
textarea.span3 {
  width: 206px; }

input.span2,
textarea.span2 {
  width: 126px; }

input.span1,
textarea.span1 {
  width: 46px; }

.help-block,
.help-inline {
  color: #595959; }

.help-block {
  display: block;
  margin-bottom: 10px; }

.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1; }

.control-group {
  margin-bottom: 10px; }

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate; }

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1; }

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: ""; }

.form-horizontal .control-group:after {
  clear: both; }

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0; }

.form-horizontal .controls:first-child {
  *padding-left: 180px; }

.form-horizontal .help-block {
  margin-bottom: 0; }

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px; }

/*** Table Styles
/////////////////////////////////// ***/
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0; }

.table {
  width: 100%;
  margin-bottom: 20px; }

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd; }

.table th {
  font-weight: bold; }

.table thead th {
  vertical-align: bottom; }

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0; }

.table tbody + tbody {
  border-top: 2px solid #dddddd; }

.table .table {
  background-color: #ffffff; }

.table-condensed th,
.table-condensed td {
  padding: 4px 5px; }

/**** Icons Styles
//////////////////////////////////////////////// ***/
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(../img/sprites.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
  background-color: transparent; }

.icon-facebook {
  width: 7px;
  background-position: 0px -163px; }

.social-icons .icon-facebook {
  background-position: -47px -164px; }

.icon-twitter {
  background-position: 0 3px; }

.social-icons .icon-twitter {
  width: 12px;
  background-position: -55px 0px; }

.icon-youtube {
  width: 34px;
  background-position: -34px -94px; }

.icon-youtube-alt {
  width: 21px;
  height: 26px;
  background-position: -42px -119px; }

.icon-myspace {
  width: 21px;
  height: 23px;
  background-position: -41px -191px; }

.icon-soundcloud {
  width: 26px;
  background-position: -42px -37px; }

.icon-tweet {
  width: 21px;
  height: 18px;
  background-position: 0 -62px; }

.icon-stumbleupon {
  width: 17px;
  height: 18px;
  background-position: 0 -379px; }

.icon-flicker {
  width: 18px;
  background-position: 0 -270px; }

.icon-yahoo {
  width: 25px;
  background-position: 0 -119px; }

.icon-rss {
  background-position: 0 -220px; }

.icon-msn {
  width: 18px;
  background-position: 0 -323px; }

.icon-user {
  width: 14px;
  height: 17px;
  background-position: 0 -437px; }

.blog-links li .icon-user {
  width: 9px;
  height: 10px;
  margin-top: 3px;
  background-position: 0 -1600px; }

.icon-search {
  width: 17px;
  height: 17px;
  background-position: 0 -494px; }

.icon-track,
.icon-track-light {
  width: 13px;
  height: 11px;
  background-position: 0 -947px; }

.icon-track-light {
  background-position: -16px -947px; }

.icon-listen,
.icon-listen-light {
  width: 8px;
  height: 9px;
  margin-top: 4px;
  background-position: 0 -988px; }

.icon-listen-light {
  background-position: -16px -988px; }

.icon-date {
  width: 12px;
  height: 12px;
  margin-top: 2px;
  background-position: 0 -1558px; }

.icon-comment,
.icon-comment-light {
  width: 12px;
  height: 10px;
  margin-top: 4px;
  background-position: 0 -1640px; }

.icon-comment-light {
  background-position: -20px -1640px; }

.icon-category {
  width: 9px;
  height: 9px;
  margin-top: 4px;
  background-position: 0 -1690px; }

.icon-buy {
  width: 11px;
  height: 11px;
  margin-top: 3px;
  background-position: 0 -1397px; }

.icon-location {
  width: 9px;
  height: 10px;
  margin-top: 4px;
  background-position: 0 -1357px; }

.icon-email {
  width: 11px;
  height: 10px;
  margin-top: 3px;
  background-position: 0 -2128px; }

/*** Buttons Style
///////////////////////////////////// ***/
.close {
  width: 24px;
  height: 24px;
  float: right;
  background-image: url(../img/sprites.png);
  background-position: 6px -1432px;
  background-repeat: no-repeat;
  cursor: pointer; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.btn {
  display: inline-block;
  *display: inline;
  padding: 12px 28px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  *border: 0;
  -webkit-transition: opacity 300ms, background-color 300ms;
  -moz-transition: opacity 300ms, background-color 300ms;
  -ms-transition: opacity 300ms, background-color 300ms;
  -o-transition: opacity 300ms, background-color 300ms;
  transition: opacity 300ms, background-color 300ms; }

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.65; }

.btn-blue {
  background-color: #006dcc; }

.btn-yallow {
  background-color: #faa732; }

.btn-green {
  background-color: #5bb75b; }

.btn-black {
  background-color: #363636; }
  .btn-black:hover {
    opacity: 1;
    filter: none;
    -ms-filter: none;
    background-color: #e4762d; }

.btn-facebook {
  padding: 12px 28px 12px 60px;
  font-size: 20px;
  text-transform: capitalize;
  background-color: #2b6fad;
  background-image: url(../img/sprites.png);
  background-position: 18px -2371px;
  background-repeat: no-repeat; }

.facebook-login .btn-facebook {
  margin-top: 35px;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important; }

.btn:active,
.btn.active {
  background-color: #cccccc \9; }

.btn:first-child {
  *margin-left: 0; }

.btn:focus {
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn.active,
.btn:active {
  outline: 0; }

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65); }

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

button.btn,
input[type="submit"].btn,
input[type="button"].btn {
  padding: 4px 26px;
  *padding-top: 4px;
  *padding-bottom: 4px;
  border: 0px; }

input[type="submit"].submit,
input[type="button"].submit {
  padding: 10px 18px;
  *padding-top: 10px;
  *padding-bottom: 10px;
  text-transform: capitalize; }

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0; }

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px; }

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px; }

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px; }

/**** Alert Styles
///////////////////////////////////// ****/
.alert:before, .alert:after {
  content: '';
  display: table; }

.alert:after {
  clear: both; }

.alert {
  padding: 20px 25px;
  margin-bottom: 30px;
  color: #8d8d8d;
  position: relative; }

.alert h4 {
  font-size: 20px;
  margin: 0; }

.alert p {
  width: 80%;
  margin: 2px 0 0 0;
  font-size: 13px;
  float: left; }

.alert .btn {
  float: right;
  margin-top: -15px; }

.alert .close {
  position: absolute;
  top: 15px;
  right: 15px;
  line-height: 20px; }

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7; }

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px; }

/*** Nav Tabs Style
///////////////////////////////////////// ***/
.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none; }

.nav > li {
  display: inline-block; }

.nav > li > a {
  padding: 0px 14px;
  display: block;
  text-decoration: none; }

.nav > li > a:hover {
  text-decoration: none; }

.nav > li > a > img {
  max-width: none; }

.nav > .pull-right {
  float: right; }

.nav-tabs {
  *zoom: 1;
  background: #e5e5e5; }

.nav-tabs:before,
.nav-tabs:after {
  display: table;
  line-height: 0;
  content: ""; }

.nav-tabs:after {
  clear: both; }

.nav-tabs > li {
  float: left; }

.nav-tabs > li > a {
  padding: 18px 20px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase; }

.nav-tabs > .active > a,
.nav-tabs > .ui-state-active a,
.nav-tabs > .active > a:hover {
  color: #ffffff;
  cursor: default;
  background-color: #adadad; }

.tabbable {
  *zoom: 1; }

.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: ""; }

.tabbable:after {
  clear: both; }

.tab-content {
  overflow: auto; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav > .disabled > a {
  color: #999999; }

.nav > .disabled > a:hover {
  text-decoration: none;
  cursor: default;
  background-color: transparent; }

/*** Tab Below ***/
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0; }

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd; }

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0; }

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

.tabs-below > .nav-tabs > li > a:hover {
  border-top-color: #ddd;
  border-bottom-color: transparent; }

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd; }

/**** Tab Left ***/
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none; }

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px; }

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd; }

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee; }

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff; }

/*** Tab Right ***/
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd; }

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd; }

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff; }

/*** Breadcrumb Style
/////////////////////////////////// ***/
.bread-bar {
  padding: 0;
  margin-bottom: 20px; }

.breadcrumb {
  padding: 10px 0;
  margin: 0;
  list-style: none;
  font-size: 12px;
  float: left; }

.breadcrumb > li {
  display: inline-block;
  *display: inline;
  color: #a5a5a5;
  *zoom: 1;
  margin-right: 11px; }

.breadcrumb li + li:before {
  width: 5px;
  height: 9px;
  display: inline-block;
  content: '';
  margin-right: 15px;
  background-image: url(../img/sprites.png);
  background-position: 0 -1518px;
  background-repeat: no-repeat; }

.breadcrumb > li:first-child a {
  padding-left: 20px;
  background-image: url(../img/sprites.png);
  background-position: 0 -1475px;
  background-repeat: no-repeat;
  background-color: transparent; }

.breadcrumb > li:last-child a {
  cursor: default; }

.breadcrumb > .active {
  color: #999999; }

/*** Pagination Style
/////////////////////////////////////////// ****/
.pagination {
  height: 35px; }

.pagination ul {
  display: block;
  margin-bottom: 0;
  margin-left: 0;
  *zoom: 1; }

.pagination ul > li {
  display: inline; }

.pagination ul > li > a {
  float: left;
  padding: 2px 13px;
  line-height: 30px;
  margin-right: 2px;
  font-size: 12px;
  text-decoration: none;
  color: #ffffff;
  position: relative; }

.pagination ul > .active > a {
  color: #ffffff;
  cursor: default; }

.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #e2e2e2;
  cursor: default; }

.pagination ul > li.previous > a,
.pagination ul > li.next > a {
  padding: 2px 16px;
  text-indent: -9999px; }

.pagination ul > li.previous > a:before,
.pagination ul > li.next > a:before {
  width: 12px;
  height: 16px;
  content: '';
  background-image: url(../img/sprites.png);
  background-position: 0 -1729px;
  background-repeat: no-repeat;
  background-color: transparent;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  left: 10px;
  top: 9px; }

.pagination ul > li.next > a:before {
  background-position: 0 -1775px;
  left: 11px; }

.pagination ul > li.previous:hover > a:before,
.pagination ul > li.next:hover > a:before {
  opacity: 1;
  filter: alpha(opacity=100); }

/*** Progress Bar
/////////////////////////////////// ***/
.progress {
  height: 32px;
  margin-bottom: 20px;
  padding: 0 10px;
  overflow: hidden;
  background: #777777;
  /* Old browsers */
  background: -moz-linear-gradient(top, #777777 0%, #909090 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #777777), color-stop(100%, #909090));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #777777 0%, #909090 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #777777 0%, #909090 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #777777 0%, #909090 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #777777 0%, #909090 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#909090',GradientType=0 );
  /* IE6-9 */ }

.progress .bar {
  float: left;
  width: 0;
  height: 8px;
  margin-top: 16px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 100%, #e5e5e5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #ffffff), color-stop(100%, #e5e5e5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 100%, #e5e5e5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 100%, #e5e5e5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 100%, #e5e5e5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 100%, #e5e5e5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
  /* IE6-9 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); }

.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px; }

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
/*** other common styles
///////////////////////////////////////////////////***/
.pattern-dotted {
  background-image: url(../img/pattern-dotted.png);
  background-repeat: repeat; }

.box {
  padding: 10px;
  background: #ffffff; }

.text-blue {
  color: #006dcc; }

.text-yallow {
  color: #faa732; }

.text-green {
  color: #5bb75b; }

.text-dark-gray {
  color: #363636; }

.text-black {
  color: #000000; }

.text-white {
  color: #ffffff; }

.bg-blue,
.widget-tweets blockquote.bg-blue {
  background-color: #006dcc; }

.bg-yallow,
.widget-tweets blockquote.bg-yallow {
  background-color: #faa732; }

.bg-green,
.widget-tweets blockquote.bg-green {
  background-color: #5bb75b; }

.bg-dark-gray,
.widget-tweets blockquote.bg-dark-gray {
  background-color: #363636; }

.bg-black,
.widget-tweets blockquote.bg-black {
  background-color: #000000; }

.bg-white,
.widget-tweets blockquote.bg-white {
  background-color: #ffffff; }

.widget-tweets blockquote.bg-blue:after {
  border-top: 14px solid #006dcc; }

.widget-tweets blockquote.bg-yallow:after {
  border-top: 14px solid #faa732; }

.widget-tweets blockquote.bg-green:after {
  border-top: 14px solid #5bb75b; }

.widget-tweets blockquote.bg-black:after {
  border-top: 14px solid #363636; }

.widget-tweets blockquote.bg-white:after {
  border-top: 14px solid #ffffff; }

/**
 * Form errors
 */
.volunteer-form .form-fields .error-msg {
  top: 0; }

.mailing-list .form-fields .error-msg {
  top: -15px; }

.subscription-form .form-fields .error-msg {
  top: 0; }

.form-fields {
  position: relative; }
  .form-fields .g-recaptcha .error-msg {
    left: 0;
    right: initial; }
  .form-fields .error-msg {
    position: absolute;
    top: -25px;
    right: 0;
    background-color: #B82B2B;
    color: #ffffff;
    padding: 1px 5px;
    opacity: 0;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out; }
    .form-fields .error-msg:after {
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out;
      content: '';
      width: 0;
      height: 0;
      border: 5px solid transparent;
      border-top-color: #c5262c;
      position: absolute;
      top: 100%;
      right: 6px; }
  .form-fields.error .error-msg {
    opacity: 1; }
    .form-fields.error .error-msg:after {
      opacity: 1; }
  .form-fields.error input,
  .form-fields.error textarea,
  .form-fields.error select {
    border: 1px solid #B82B2B; }
  .form-fields.bottom-error .error-msg {
    bottom: -25px;
    top: inherit; }
    .form-fields.bottom-error .error-msg:after {
      border-top-color: inherit;
      border-bottom-color: #c5262c;
      top: inherit;
      bottom: 100%; }

.g-recaptcha {
  margin-bottom: 20px;
  position: relative; }
  .g-recaptcha > div > div {
    position: relative; }
  .g-recaptcha .reset-captcha {
    right: 0;
    cursor: pointer;
    font-weight: bold;
    position: absolute; }

/*** Top Bar ***/
.tp-bar {
  padding: 45px 0px 10px 0px; }

.tp-bar.inpage {
  background: #000;
  margin-bottom: 30px; }

.tp-bar-home {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 200; }

.logo {
  margin-top: -35px;
  float: left; }

.logo img {
  width: 100%;
  float: left; }

.tp-bar .logo {
  padding: 8px 0; }

.tp-up {
  position: relative; }

.tweet-bar {
  width: 485px;
  padding: 5px;
  float: left;
  position: relative; }

.tweet-bar ul {
  height: 20px;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  list-style: none;
  overflow: hidden; }

.socialize {
  float: right;
  background: none; }

.socialize li {
  display: inline-block;
  margin-left: 15px; }

.user-control a, .user-control input {
  display: inline-block;
  padding: 5px 7px; }

/*** Main Menu
/////////////////////////////// ***/
.menu {
  list-style: none; }

.menu li {
  position: relative; }

.menu > li {
  display: inline-block; }

/*
.menu > li > a {
	//padding:8px 20px;
	font-size:15px;
	color: #fff;
	text-transform:uppercase;
	display:inline-block;
}
.menu > li:hover > a,
.menu > li ul {
	// box-shadow:0 0 3px 1px rgba(0, 0, 0, 0.5);
	// -moz-box-shadow:0 0 3px 1px rgba(0, 0, 0, 0.5);
	// -webkit-box-shadow:0 0 3px 1px rgba(0, 0, 0, 0.5);
	// box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
	// -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
	// -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.menu li ul a {
	//padding:6px 10px;
	display:block;
	white-space:nowrap;
}

.menu li:hover > ul {
	display:block;
}
*/
.menu li ul ul {
  top: 0px;
  left: 100%;
  box-shadow: 4px -3px 3px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px -3px 3px -2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 4px -3px 3px -2px rgba(0, 0, 0, 0.5); }

.mobile-button {
  font-size: 20px;
  color: #000000;
  font-weight: 300;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  display: none; }

/*** Top Bar - reworked ***/
.header-wrapper {
  position: relative; }

.top-bar {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  background: #111; }

.top-bar.inpage {
  position: relative; }

.top-bar__logo {
  margin-bottom: 0;
  padding: 10px 16px 10px 0;
  max-width: 100px;
  max-height: 100px;
  border-right: 1px solid #666; }

.top-bar__navigation.span10 {
  margin: 0;
  width: 823px; }

.top-bar__site-tools {
  height: 59px;
  overflow: hidden;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666; }
  .top-bar__site-tools .listenlive {
    padding: 0 10px;
    height: 100%;
    float: left;
    border-right: 1px solid #666;
    min-width: 192px; }
    .top-bar__site-tools .listenlive .listenlive-btn {
      margin: 10px 0 0 0;
      padding-top: 4px !important;
      padding-bottom: 4px !important; }
    .top-bar__site-tools .listenlive .options {
      margin: 0 0 0 20px;
      color: #fff;
      line-height: 59px; }
  .top-bar__site-tools .user-control {
    display: none; }
    @media screen and (min-width: 768px) {
      .top-bar__site-tools .user-control {
        display: block;
        border-left: 1px solid #666;
        float: right;
        position: relative; }
        .top-bar__site-tools .user-control:before {
          content: "";
          position: absolute;
          top: 50%;
          margin-top: -8px;
          left: 21px;
          width: 17px;
          height: 17px;
          background: url(../img/sprites-light.png) 0 -494px;
          pointer-events: none; }
        .top-bar__site-tools .user-control a {
          padding: 20px 22px; }
        .top-bar__site-tools .user-control .user-search {
          cursor: pointer;
          background-color: transparent;
          color: #999;
          border: none;
          width: 61px;
          height: 60px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          margin: 0;
          padding: 22px 15px;
          overflow: hidden;
          color: transparent;
          -webkit-transition: width 300ms, color 300ms, padding-left 300ms;
          -moz-transition: width 300ms, color 300ms, padding-left 300ms;
          -ms-transition: width 300ms, color 300ms, padding-left 300ms;
          -o-transition: width 300ms, color 300ms, padding-left 300ms;
          transition: width 300ms, color 300ms, padding-left 300ms; }
          .top-bar__site-tools .user-control .user-search:focus {
            width: 250px;
            padding-left: 60px;
            color: #999; } }
  .top-bar__site-tools .socialize li {
    margin: 0;
    border-left: 1px solid #666; }
    .top-bar__site-tools .socialize li a {
      padding: 20px 22px;
      display: inline-block; }
  .top-bar__site-tools .socialize .icon-facebook {
    margin: 0 4px 0 5px; }

.top-bar__menu {
  height: 60px;
  border-right: 1px solid #666; }
  .top-bar__menu .menu {
    display: table;
    width: 100%;
    height: 60px;
    margin-top: 0; }
  .top-bar__menu .menu > li {
    display: table-cell;
    text-align: center;
    line-height: 59px;
    border-right: 1px solid #666; }
    .top-bar__menu .menu > li:last-child {
      border: none; }
    .top-bar__menu .menu > li a {
      color: #fff;
      text-transform: uppercase;
      display: block;
      border: 0; }
      @media screen and (min-width: 1200px) {
        .top-bar__menu .menu > li a {
          font-size: 15px; } }
      .top-bar__menu .menu > li a:after {
        border: 0; }
  .top-bar__menu .menu li li {
    display: block;
    padding: 0;
    line-height: 36px;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #fff;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear; }
    .top-bar__menu .menu li li:hover {
      background: rgba(228, 118, 45, 0.9); }
  .top-bar__menu .menu li ul {
    min-width: 100%;
    box-sizing: border-box;
    list-style: none;
    z-index: 220;
    position: absolute;
    top: 60px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transition-property: opacity, visibility;
    -moz-transition-property: opacity, visibility;
    -o-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    background-color: rgba(255, 255, 255, 0.8) !important; }
    .top-bar__menu .menu li ul a {
      display: block;
      font-size: 12px;
      white-space: nowrap;
      padding: 5px 15px;
      -webkit-transition: color 300ms linear;
      -moz-transition: color 300ms linear;
      -ms-transition: color 300ms linear;
      -o-transition: color 300ms linear;
      transition: color 300ms linear; }
      .top-bar__menu .menu li ul a:hover {
        color: #fff !important; }
  .top-bar__menu .menu li div:hover > ul {
    visibility: visible;
    opacity: 1; }

@media (min-width: 1200px) {
  .top-bar__navigation.span10 {
    width: 1053px; } }
@media (max-width: 979px) and (min-width: 768px) {
  .top-bar__navigation.span10 {
    width: 607px; }

  .menu li a {
    font-size: 10px !important; }

  .socialize {
    padding: 0 !important; } }
@media (max-width: 767px) {
  .top-bar__menu .menu {
    display: none; }
    .top-bar__menu .menu.active {
      display: block; }
    .top-bar__menu .menu li {
      display: block;
      width: 100%;
      border-left: 1px solid #666;
      border-right: 1px solid #666;
      border-top: 1px solid #666;
      background: #111;
      line-height: 50px;
      text-align: left; }
      .top-bar__menu .menu li:last-child {
        border: 1px solid #666; }
      .top-bar__menu .menu li a {
        display: block;
        padding: 0 10px; }
      .top-bar__menu .menu li ul {
        display: none; }

  ul.events li .event-box {
    max-height: 100% !important; } }
@media (max-width: 480px) {
  .socialize {
    display: none; }

  .user-control {
    padding: 0; } }
/**** Footer Styles
////////////////////////////////// ***/
.footer {
  padding: 30px 0; }

.footer [class^="span"] {
  margin-bottom: 0px; }

.bottom {
  padding: 20px 0; }

.bottom a {
  color: #868686;
  text-decoration: underline; }

.bottom a:hover {
  text-decoration: none; }

.bottom .logo {
  margin-top: 7px; }

.bottom p {
  text-align: right;
  line-height: 18px;
  clear: both; }

.bottom .nav {
  margin-bottom: 8px; }

.bottom .nav > li:last-child > a {
  padding-right: 0px; }

.bottom select {
  display: none; }

/*** Collapsible
//////////////////////// ***/
.collapsible {
  margin-bottom: 20px;
  position: relative; }

.collapse-content {
  display: none; }

.collapse-handle {
  text-align: center;
  position: relative; }

.collapse-handle:before,
.collapse-handle:after {
  width: 100%;
  display: block;
  height: 1px;
  content: '';
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 0px; }

.collapse-handle:before {
  margin-top: -1px;
  background-color: #000000; }

.collapse-handle:after {
  background-color: #1f1e1d; }

.btn-expand {
  width: 42px;
  height: 42px;
  text-indent: -9999px;
  display: inline-block;
  background-image: url(../img/sprites.png);
  background-position: 14px -749px;
  background-repeat: no-repeat;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

.btn-collapse {
  background-position: -30px -749px; }

/*** Player ***/
.album-snap {
  width: 370px;
  float: left; }

.album-snap img {
  width: 100%;
  float: left; }

.jp-playlist ul {
  margin-left: 395px; }

.track-list {
  margin-bottom: 35px; }

.track-list .jp-playlist ul {
  margin-left: 0px; }

/*** Blog page
///////////////////////////////////////////////// ***/
.contents {
  position: relative;
  margin-bottom: 30px; }

.blog-box {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fff !important; }
  .blog-box > h3:first-child {
    background-color: #363636;
    color: #fff !important;
    margin: -20px -20px 20px;
    padding: 10px 20px;
    font-size: 18px; }
  .blog-box h4 {
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea; }

.heading h3 {
  margin-bottom: 20px; }

.blog-links {
  margin-bottom: 20px; }

.blog-links ul {
  list-style: none; }

.blog-links li {
  display: inline-block;
  margin-right: 15px; }

.blog-links li a {
  display: inline-block; }

.blog-links li [class^="icon-"] {
  margin-right: 10px; }

.blog-box .image {
  min-height: 30px;
  margin: 0 0 15px;
  position: relative; }

.image img {
  width: 100%;
  display: block; }

.blog-detail p {
  margin-bottom: 20px; }

.blog-detail p:last-child {
  margin-bottom: 0px; }

.blog-box .blog-info-strip {
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: 300; }

.blog-box .image .blog-info-strip,
.blog-box .location-map .blog-info-strip {
  padding: 15px 25px 10px 25px;
  margin: 0px;
  position: absolute;
  left: 0px;
  bottom: 0px; }

.author {
  padding: 20px 20px 15px 20px;
  margin: 20px -20px -20px -20px; }

.author > img {
  float: left; }

.author .auth-detail {
  margin-left: 110px; }

.author .auth-detail p:last-child {
  margin-bottom: 0px; }

/*** Comments Form and User Comments
//////////////////////////////////////////////// ***/
.comment-area {
  margin-top: 30px; }

.comment-area p {
  margin-bottom: 30px; }

.user-comments li {
  list-style: none; }

.user-comments li li {
  margin-left: 60px; }

.comment-tp {
  margin-bottom: 2px; }

.user-comments .comment-box .reply {
  float: right;
  display: none; }

.user-comments .comment-box:hover .reply {
  display: block; }

.user-comments .reply > li {
  margin-left: 2px;
  font-size: 11px;
  color: #989899;
  display: inline-block;
  border: 0; }

.user-comments .reply > li + li:before {
  display: inline-block;
  padding-right: 5px;
  content: '|'; }

.user-comments .reply > li a {
  color: inherit; }

.user-comments li .comment-box {
  padding: 15px 20px;
  margin: 0 0 20px 138px;
  position: relative;
  background-color: #363636 !important;
  min-height: 80px; }

.user-comments li .comment-box:before {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -16px;
  top: 45px;
  display: inline-block;
  border-top: 16px solid transparent;
  border-right: 16px solid #363636;
  border-bottom: 16px solid transparent; }

.user-comments .comment-box img {
  margin: -15px 0 0 -158px;
  float: left; }

.user-comments .comment-box strong {
  font-size: 16px;
  font-weight: normal; }

.user-comments .comment-box p {
  margin-bottom: 5px;
  color: #fff; }

.user-comments .comment-box .comment-meta {
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 0px; }

@media screen and (min-width: 481px) and (max-width: 1200px) {
  .sidebar .user-comments li .comment-box:before {
    border-width: 16px;
    border-style: solid;
    border-color: transparent !important;
    border-bottom-color: #363636 !important;
    left: 32px;
    top: -28px; }
  .sidebar .user-comments li .comment-box {
    margin: 150px 0 20px 0; }
  .sidebar .user-comments .comment-box img {
    margin: -150px 0 0 -20px; }
  .sidebar .user-comments li li {
    margin-left: 0px; }
  .sidebar .user-comments li li .comment-box img {
    width: 50px;
    height: auto;
    margin: -105px 0 0;
    float: right; }
  .sidebar .user-comments li li .comment-box:before {
    left: auto;
    right: 32px; }
  .sidebar .user-comments li li .comment-box {
    margin-top: 105px; } }
.reply-link {
  color: inherit;
  font-size: 10px;
  text-transform: uppercase; }

.row-fluid:last-child [class*="span"] {
  margin-bottom: 0px;
  min-height: 30px;
  padding-top: 10px; }

.comment-area ul [class*="span"] {
  margin-bottom: 10px; }

[class*="span"] ul select,
[class*="span"] ul textarea,
[class*="span"] ul input[type="text"],
[class*="span"] ul input[type="password"],
[class*="span"] ul input[type="datetime"],
[class*="span"] ul input[type="datetime-local"],
[class*="span"] ul input[type="date"],
[class*="span"] ul input[type="month"],
[class*="span"] ul input[type="time"],
[class*="span"] ul input[type="week"],
[class*="span"] ul input[type="number"],
[class*="span"] ul input[type="email"],
[class*="span"] ul input[type="url"],
[class*="span"] ul input[type="search"],
[class*="span"] ul input[type="tel"],
[class*="span"] ul input[type="color"],
[class*="span"] ul .uneditable-input {
  margin-bottom: 0px; }

/**** Widgets Styles
/////////////////////////////// ***/
.widget {
  min-height: 1px;
  margin-bottom: 30px; }

.footer .widget {
  width: 220px;
  float: left;
  margin-left: 20px;
  margin-bottom: 0px; }

.sidebar > .widget:last-child {
  margin-bottom: 10px; }

.sb-ads {
  margin-left: -10px; }

.sb-ads h2 {
  margin-left: 20px; }

.sb-ads .sb-ad {
  width: 50%;
  padding-left: 10px;
  margin-bottom: 10px;
  float: left;
  display: block;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.sb-ads .sb-ad a {
  display: block;
  position: relative; }

.sb-ads a img {
  width: 100%;
  display: block;
  position: relative; }

.sb-ads .sb-ad a:after,
.sb-ads .sb-ad a:before {
  content: '';
  display: block;
  position: absolute; }

.sb-ads .sb-ad .ad-content {
  transition: opacity 0.5s ease; }

.sb-ads .sb-ad a:hover .ad-content {
  opacity: 1;
  -moz-opacity: 1; }

.sb-ads .sb-ad .ad-content {
  width: 100%;
  height: 100%;
  padding: 15px;
  opacity: 0;
  -moz-opacity: 0;
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: rgba(54, 54, 54, 0.9) !important; }

.sb-ads a .ad-content ul {
  list-style: none;
  position: absolute;
  left: 15px;
  bottom: 15px; }

.sb-ads a .ad-content ul li {
  line-height: 16px; }

/*** Widget Bullet Arrow ***/
.bullet-arrow ul {
  list-style: none; }

.bullet-arrow li {
  line-height: 24px;
  font-size: 14px;
  position: relative;
  -webkit-transition: background-color 300ms, color 300ms;
  -moz-transition: background-color 300ms, color 300ms;
  -ms-transition: background-color 300ms, color 300ms;
  -o-transition: background-color 300ms, color 300ms;
  transition: background-color 300ms, color 300ms;
  background-color: #363636 !important; }
  .bullet-arrow li a {
    color: #fff !important;
    padding: 10px 15px 10px 25px; }
  .bullet-arrow li:hover {
    background-color: #e4762d !important; }

.bullet-arrow li + li {
  margin-top: 3px; }

.bullet-arrow li:before {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  top: 17px;
  left: 13px;
  pointer-events: none;
  display: inline-block;
  border-width: 5px 0 5px 5px;
  border-style: solid;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  -ms-transition: border-color 300ms;
  -o-transition: border-color 300ms;
  transition: border-color 300ms;
  border-color: transparent transparent transparent #e4762d; }

.bullet-arrow li:hover:before {
  border-color: transparent transparent transparent #fff; }

/*** gallery-thumbs ***/
.gallery-thumbs ul {
  margin-left: -23px;
  list-style: none; }

.footer .gallery-thumbs ul {
  margin-bottom: 5px; }

.future-projects-title {
  display: block;
  margin-bottom: 15px;
  max-width: 250px;
  width: 100%;
  margin: 0 auto 15px; }
  .future-projects-title img {
    width: 100%;
    height: auto; }

.gallery-thumbs li {
  width: 50%;
  float: left;
  margin-bottom: 15px;
  padding-left: 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.gallery-thumbs li a,
.gallery-thumbs li img {
  max-width: 100%;
  float: left; }

/*** widget posts-list ***/
.posts-list ul {
  list-style: none; }

.posts-list li + li {
  margin-top: 17px; }

.posts-list li img {
  float: left;
  display: block; }

.posts-list li .post-text {
  margin-left: 70px; }

/*** widget text and contact ***/
.widget-text > a {
  color: #393939;
  font-size: 12px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px; }

.widget-text p:last-child {
  margin-bottom: 0px; }

.widget-contact p {
  margin-bottom: 20px; }

ul.contact-matter {
  list-style: none;
  color: #585858; }

ul.contact-matter li {
  padding-left: 25px;
  line-height: 18px;
  position: relative;
  font-size: 12px; }

ul.contact-matter li + li {
  margin-top: 9px; }

ul.contact-matter li:before {
  display: inline-block;
  content: '';
  width: 15px;
  height: 20px;
  background-image: url(../img/sprites.png);
  background-position: -30px -1821px;
  background-repeat: no-repeat;
  background-color: transparent;
  position: absolute;
  left: 0px;
  top: 0px; }

ul.contact-matter li.contact:before {
  background-position: -30px -1862px; }

ul.contact-matter li.cell:before {
  background-position: -27px -1907px; }

ul.contact-matter li.email:before {
  background-position: -30px -1950px; }

ul.contact-matter li.web:before {
  background-position: -30px -1990px; }

.contact-matter a:hover {
  text-decoration: underline; }

/*** Widget Tweets ***/
.widget-tweets blockquote {
  padding: 20px;
  border: 0px;
  color: #fff;
  background-image: url(../img/tweet.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #2ca6da;
  position: relative; }

.widget-tweets blockquote p {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-style: normal; }

.widget-tweets blockquote:after {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -14px;
  left: 40px;
  display: inline-block;
  border-left: 0px solid transparent;
  border-right: 16px solid transparent;
  border-top: 14px solid #2ca6da; }

.widget-tweets blockquote em {
  font-size: 12px;
  display: block;
  margin-top: 10px;
  font-style: normal;
  opacity: .8;
  filter: alpha(opacity=80); }

.follow-tweet {
  padding: 5px 0; }

.follow-tweet .icon-tweet {
  margin-right: 10px; }

/*** widget Tag Cloud ***/
.widget_tag_cloud .tagcloud a {
  display: inline-block;
  padding: 2px 10px;
  margin-right: 7px;
  margin-bottom: 10px;
  font-size: 14px; }

/** widget advert **/
.widget-advert {
  text-align: center; }

.widget-advert--leaderboard {
  margin: 1em 0;
  text-align: center; }

/** picture slide block ***/
.block-picSlide {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative; }

.jcarousel-prev,
.jcarousel-next {
  width: 30px;
  height: 29px;
  background-image: url(../img/sprites.png);
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: -60px;
  opacity: .2;
  filter: alpha(opacity=20); }

.jcarousel-prev:hover,
.jcarousel-next:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.jcarousel-next {
  background-position: 0px -887px;
  right: 0px; }

.jcarousel-prev {
  background-position: 0px -818px;
  right: 35px; }

.jcarousel-prev-disabled,
.jcarousel-next-disabled {
  cursor: auto;
  opacity: .5;
  filter: alpha(opacity=50); }

.picSlide,
.albums {
  list-style: none; }

.picSlide li {
  width: 293px;
  margin-right: 30px;
  margin-bottom: 15px;
  float: left; }

.picSlide li img,
.albums li img {
  width: 100%;
  margin-bottom: 20px;
  float: left; }

.picSlide li .btm a,
.albums li a {
  color: #8d8d8d;
  max-width: 100%;
  display: inline-block; }

.picSlide li .btm a + a,
.albums li .btm a + a {
  margin-left: 28px; }

.album-box .title h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.picSlide li .icon-track,
.albums li .icon-track {
  margin-right: 4px;
  margin-top: 3px; }

.picSlide li a:hover .icon-track,
.albums li a:hover .icon-track {
  background-position: -33px -947px; }

.picSlide li .icon-listen,
.albums li .icon-listen {
  margin-right: 4px;
  margin-top: 4px; }

.picSlide li a:hover .icon-listen,
.albums li a:hover .icon-listen {
  background-position: -33px -988px; }

/*** Singer pages
//////////////////////////// ***/
.social-bar {
  padding: 18px 15px;
  margin-bottom: 30px; }

.social-bar li {
  display: inline-block;
  margin-right: 27px; }

.social-bar .music-links {
  margin-bottom: 15px; }

.social-bar .social-icons li {
  display: inline-block;
  margin-right: 0px;
  margin-left: 12px; }

.media-galleries ul:before,
.media-galleries ul:after {
  display: table;
  content: ''; }

.media-galleries ul:after {
  clear: both; }

.media-galleries ul {
  margin-bottom: 30px;
  list-style: none; }

.media-galleries li {
  width: 33.333%;
  float: left;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.media-galleries li img {
  width: 100%;
  float: left; }

/*** events styles
//////////////////////////// ***/
.events-contain {
  margin-bottom: 30px; }

ul.events {
  list-style: none;
  margin-bottom: 20px; }
  ul.events:last-child {
    margin-bottom: 0; }
  ul.events .on-next {
    border-top: orange 5px solid; }
  ul.events .on-now {
    border-top: green 5px solid; }

ul.events li,
ul.events li .event-box {
  position: relative; }

ul.events li .event-box {
  max-height: 130px;
  overflow: hidden; }

ul.events li + li {
  margin-top: 20px; }

ul.events li .event-box img {
  float: left; }

ul.events li .event-box .event-details {
  margin-left: 123px; }

.event-details .event-head {
  padding-top: 5px;
  padding-left: 88px;
  position: relative; }

.radios-projects .event-details .event-head {
  padding-left: 20px; }

.radios-projects .event-details .event-desc {
  margin-left: 20px; }

.event-details .event-head .date {
  width: 52px;
  padding: 15px 5px 0 5px;
  float: left;
  color: #676767;
  font-size: 24px;
  line-height: 15px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 0px;
  left: 0px; }

.event-details .event-head .date span {
  font-size: 14px; }

.event-details .event-head .event-title {
  margin-right: 38px; }

.event-details .event-head .event-title a {
  display: block;
  color: #e4762d; }

.light .event-details .event-head a.add-event {
  background-color: #e4762d; }

.event-details .event-head .event-title h4 {
  font-size: 20px;
  margin-bottom: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.music-links a {
  padding-left: 20px;
  color: #ffffff; }

.music-links a + a {
  margin-left: 30px; }

a.link-location {
  background: url(../img/sprites.png) 0 -1354px no-repeat; }

a.link-ticket {
  background: url(../img/sprites.png) 0 -1394px no-repeat; }

.link-email {
  background: url(../img/sprites.png) 0 -2124px no-repeat; }

.link-url {
  background: url(../img/sprites.png) 0 -2164px no-repeat; }

.event-details .event-head a.add-event {
  width: 28px;
  height: 28px;
  display: block;
  background-image: url(../img/sprites.png);
  background-position: 8px -1018px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: 0px; }

.event-details .event-desc {
  padding: 8px 16px 8px 0;
  margin-left: 88px; }

.event-details .event-desc a.location {
  width: 63px;
  height: 65px;
  display: block;
  background-image: url(../img/sprites.png);
  background-position: 21px -1209px;
  background-repeat: no-repeat;
  background-color: #090908;
  position: absolute;
  top: 66px;
  left: 123px; }

.event-details .event-desc a.active {
  background-position: 21px -1279px; }

.location-map {
  z-index: 10;
  position: relative; }

.location-map iframe {
  width: 100%;
  height: 100%; }

ul.events li .location-map {
  width: 100%;
  height: 270px;
  padding: 20px;
  display: none;
  z-index: 10;
  position: absolute;
  top: 130px;
  left: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

ul.events li .location-map .close {
  position: absolute;
  right: 25px;
  top: 25px; }

/**** Album Pages
///////////////////////////// ***/
.albums {
  margin-left: -20px; }

.albums li {
  width: 25%;
  padding-left: 20px;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.album-box {
  margin-bottom: 30px; }

.album-detail .album-pic,
.album-detail .album-pic img {
  float: left; }

.album-detail .detail {
  margin-left: 290px; }

/*** event detail page ***/
.blog-box .location-map {
  height: 310px;
  margin: 0 -20px 15px -20px; }

.blog-box .media-galleries ul {
  margin: 0 -20px 15px -20px; }

/** Contact Page *******/
.single-box {
  margin-bottom: 20px; }

.single-box .location-map {
  height: 310px;
  margin-bottom: 20px; }

/*** jQuery UI Dialog
///////////////////////////////////////// ****/
.dialog-overlay {
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: fixed;
  top: 0%;
  left: 0px;
  display: none;
  opacity: 0.85;
  filter: alpha(opacity=85);
  background-color: #333 !important; }

.ui-dialog {
  min-width: 530px;
  min-height: 225px;
  outline: 0;
  z-index: 1001;
  position: absolute;
  top: 0px;
  left: 0; }

.ui-dialog .ui-dialog-titlebar {
  position: relative; }

.ui-dialog .ui-dialog-title {
  display: none; }

.ui-dialog .ui-dialog-titlebar-close {
  width: 30px;
  height: 30px;
  padding: 0px;
  border: 0px;
  text-indent: -9999px;
  background-image: url(../img/sprites.png);
  background-position: 0 -2310px;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  z-index: 1002;
  position: absolute;
  right: 80px;
  top: 30px;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .ui-dialog .ui-dialog-titlebar-close {
      right: 30px; } }

.ui-dialog .ui-dialog-content {
  width: 530px;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.ui-dialog .ui-dialog-content {
  position: relative;
  overflow: auto; }

.ui-dialog .ui-dialog-content:before,
.ui-dialog .ui-dialog-content:after {
  display: table;
  content: ''; }

.ui-dialog .ui-dialog-content:after {
  clear: both; }

.dialog-block {
  width: 435px;
  float: left;
  padding: 20px;
  position: relative;
  -webkit-transition: height 300ms;
  -moz-transition: height 300ms;
  -ms-transition: height 300ms;
  -o-transition: height 300ms;
  transition: height 300ms; }
  .dialog-block .heading {
    padding-right: 35px; }
  .dialog-block .success-message {
    border: 1px solid #d6e9c6;
    color: #3c763d;
    background-color: #dff0d8;
    padding: 15px;
    border-radius: 6px; }

.dialog-block + .dialog-block {
  margin-top: 10px; }

.facebook-login {
  padding-left: 20px; }

.or {
  width: 46px;
  height: 46px;
  line-height: 46px;
  margin-left: -23px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14ppx;
  text-align: center;
  background-color: #282828;
  position: absolute;
  top: -28px;
  left: 50%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

.user-search-form {
  padding-top: 20px; }

.ui-dialog-content textarea,
.ui-dialog-content input[type="text"],
.ui-dialog-content input[type="password"],
.ui-dialog-content input[type="datetime"],
.ui-dialog-content input[type="datetime-local"],
.ui-dialog-content input[type="date"],
.ui-dialog-content input[type="month"],
.ui-dialog-content input[type="time"],
.ui-dialog-content input[type="week"],
.ui-dialog-content input[type="number"],
.ui-dialog-content input[type="email"],
.ui-dialog-content input[type="url"],
.ui-dialog-content input[type="search"],
.ui-dialog-content input[type="tel"],
.ui-dialog-content input[type="color"],
.ui-dialog-content .uneditable-input {
  background-color: #282828;
  border-color: #282828; }

.ui-dialog-content textarea:focus,
.ui-dialog-content input[type="text"]:focus,
.ui-dialog-content input[type="password"]:focus,
.ui-dialog-content input[type="datetime"]:focus,
.ui-dialog-content input[type="datetime-local"]:focus,
.ui-dialog-content input[type="date"]:focus,
.ui-dialog-content input[type="month"]:focus,
.ui-dialog-content input[type="time"]:focus,
.ui-dialog-content input[type="week"]:focus,
.ui-dialog-content input[type="number"]:focus,
.ui-dialog-content input[type="email"]:focus,
.ui-dialog-content input[type="url"]:focus,
.ui-dialog-content input[type="search"]:focus,
.ui-dialog-content input[type="tel"]:focus,
.ui-dialog-content input[type="color"]:focus,
.ui-dialog-content .uneditable-input:focus {
  border-color: #a3a3a3; }

.ui-tooltip {
  color: white;
  display: inline-block;
  font-size: 11px;
  padding: 2px 10px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute; }

/*------------------------------------*\
	$FLEXSLIDER
\*------------------------------------*/
/*
 * Browser Resets
 */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/*
 * Icon Fonts
 */
/*
 * FlexSlider Necessary Styles
 */
.flexslider {
  margin: 0;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0); }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/*
 * Clearfix for the .slides element
 */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/*
 * No JavaScript Fallback
 * If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load
 */
.no-js .slides > li:first-child {
  display: block; }

/*
 * FlexSlider Default Theme
 */
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/*
 * Direction Nav
 */
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

/*
 * Pause/Play
 */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/*
 * Control Nav
 */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 1350px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px !important; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px !important; } }
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
/*
 * Custom
 */
.homepage-flexslider {
  position: relative; }

.slides-home {
  margin-bottom: 25px;
  position: relative;
  background: url(../img/slider/new-bg-7.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .slides-home:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/slider-pattern.png); }
  .slides-home > li {
    padding-top: 190px;
    padding-bottom: 40px;
    position: relative; }
    .slides-home > li:before {
      content: '';
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 190px;
      bottom: 70px;
      left: 0;
      right: 0; }
  .slides-home img {
    display: block;
    width: 100%; }
  .slides-home .row {
    margin-left: -30px; }
  .slides-home [class*="span"] {
    margin-left: 30px;
    margin-bottom: 0; }
  .slides-home .span8 {
    width: 610px; }
    @media screen and (max-width: 480px) {
      .slides-home .span8 {
        width: 100%; } }

/*
@media screen and (max-width:1200px) {
	.slides-home .span8 .slides-article.large {
		min-height: 420px;
		position: relative;
		overflow: hidden;

		img {
			position: absolute;
			top: 0; left: 0;
			min-height: 420px;
			width: auto;
		}
	}

	.slides-home .span4 .slides-article.small {
		min-height: 195px;
		position: relative;
		overflow: hidden;

		img {
			position: absolute;
			top: 0; left: 0;
			min-height: 194px;
			width: auto;
		}
	}

	.slides-home .span8 .slides-article.small {
		min-height: 192px;
		position: relative;
		overflow: hidden;

		img {
			position: absolute;
			top: 0; left: 0;
			min-height: 192px;
			width: auto;
		}
	}
}*/
@media screen and (max-width: 979px) {
  .slides-home .span4 .btn,
  .slides-home .span8 .btn {
    display: none !important; }

  .slides-home .span8 .slides-article.large {
    min-height: 326px;
    position: relative;
    overflow: hidden; }
    .slides-home .span8 .slides-article.large img {
      min-height: 326px;
      width: auto; }

  .slides-home .span4 .slides-article.large-small {
    min-height: 326px;
    overflow: hidden; }
    .slides-home .span4 .slides-article.large-small img {
      min-height: 326px;
      width: auto; }

  .slides-home .span8 .slides-article.small {
    min-height: 148px;
    overflow: hidden; }
    .slides-home .span8 .slides-article.small img {
      min-height: 148px;
      width: auto; }

  .flex-direction-nav {
    display: none; } }
@media screen and (max-width: 767px) {
  .slides-home > li {
    padding: 172px 0 30px 0 !important; }

  .slides-home > li h3,
  .slides-home > li h4 {
    font-size: 24px; }

  .slides-home .row {
    margin: 0; }

  .slides-home .span8,
  .slides-home .span4 {
    margin: 0 !important;
    width: 100%; }

  .slides-home .slides-article {
    margin: 0 0 10px 0 !important;
    height: 88px !important;
    min-height: 0 !important;
    width: 100% !important;
    overflow: hidden !important; }
    .slides-home .slides-article img {
      width: 100% !important;
      min-height: 0 !important; }

  .slides-home > li:before {
    background-color: transparent; } }
@media screen and (max-width: 520px) {
  .slides-subheading {
    display: none !important; }

  .slides-header-content h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px; }

  .slides-home .slides-article {
    height: 58px !important; } }
#flexslider .flex-direction-nav {
  position: absolute;
  top: 120px;
  bottom: 0;
  left: 50%;
  width: 940px;
  margin-left: -470px; }
  @media (min-width: 1200px) {
    #flexslider .flex-direction-nav {
      width: 1170px;
      margin-left: -585px; } }
  #flexslider .flex-direction-nav a {
    position: absolute;
    top: 50%;
    z-index: 10;
    background: url(../img/slider-arrows.png) no-repeat;
    text-indent: -999em;
    display: block;
    width: 35px;
    height: 41px;
    margin-top: -20px;
    opacity: 0.4;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out; }
    #flexslider .flex-direction-nav a:hover, #flexslider .flex-direction-nav a:focus, #flexslider .flex-direction-nav a:active {
      opacity: 1; }
  #flexslider .flex-direction-nav .flex-prev {
    left: -70px;
    background-position: 0 0; }
  #flexslider .flex-direction-nav .flex-next {
    right: -70px;
    background-position: -36px 0; }

.slides-article {
  margin-bottom: 30px;
  position: relative;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }

.slides-header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 15px 15px 5px; }
  .slides-header .btn.pull-right {
    margin-left: 15px;
    margin-bottom: 15px; }

.slides-header-content {
  overflow: hidden; }

@media (max-width: 979px) and (min-width: 768px) {
  .slides .span8 {
    width: 466px; } }
@media (min-width: 1200px) {
  .slides .span8 {
    width: 770px; } }
/*------------------------------------*\
	$MODULES
\*------------------------------------*/
::-moz-selection {
  background-color: #e4762d;
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #e4762d;
  color: #fff;
  text-shadow: none; }

/*
 * Typographical lists
 */
.blog-detail ul,
.blog-detail ol,
.type-list {
  margin-bottom: 20px;
  margin-left: 40px; }
  .blog-detail ul.unstyled,
  .blog-detail ol.unstyled,
  .type-list.unstyled {
    margin-left: 0; }

.light .blog-detail a {
  font-weight: bold;
  color: #e4762d; }
  .light .blog-detail a:hover, .light .blog-detail a:focus, .light .blog-detail a:active {
    text-decoration: underline; }
.light .blog-detail .btn {
  color: #fff;
  text-decoration: none !important; }

/*
 * Media List
 */
.media-list {
  list-style: none; }
  .media-list > div {
    padding-bottom: 15px; }
  .media-list a {
    position: relative;
    display: block;
    border-bottom: none; }
    .media-list a:after, .media-list a:before {
      content: '';
      width: 0;
      height: 0;
      border: 16px solid transparent;
      border-top-width: 12px;
      border-bottom-width: 12px;
      position: absolute;
      margin-top: -8px;
      top: 50%;
      left: 50%;
      opacity: 0;
      -webkit-transition: opacity 300ms ease-in-out;
      -moz-transition: opacity 300ms ease-in-out;
      -ms-transition: opacity 300ms ease-in-out;
      -o-transition: opacity 300ms ease-in-out;
      transition: opacity 300ms ease-in-out;
      z-index: 10; }
    .media-list a:before {
      border-left-color: rgba(0, 0, 0, 0.2);
      margin-top: -6px;
      margin-left: -1px; }
    .media-list a:after {
      border-left-color: #fff; }
    .media-list a:hover:before, .media-list a:hover:after {
      opacity: 1; }

.albums.videos a {
  position: relative;
  display: block;
  overflow: hidden;
  border-bottom: none; }
  .albums.videos a:after, .albums.videos a:before {
    content: '';
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-top-width: 12px;
    border-bottom-width: 12px;
    position: absolute;
    margin-top: -28px;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    z-index: 10; }
  .albums.videos a:before {
    border-left-color: rgba(0, 0, 0, 0.2);
    margin-top: -6px;
    margin-left: -1px; }
  .albums.videos a:after {
    border-left-color: #fff; }
  .albums.videos a:hover:before, .albums.videos a:hover:after {
    opacity: 1; }

.albums.videos.all {
  margin-top: 20px !important; }

/*
 * Adverts
 */
.ad-body {
  position: relative; }

.ad-body p {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

/*
 * Buttons
 */
.btn-sml {
  padding: 8px 14px;
  font-size: 12px; }

.btn-secondary {
  background-color: #e7e5e5;
  color: #000 !important; }

/*
 * Island
 */
.island {
  background-color: #e7e5e5;
  color: #000;
  padding: 20px 25px;
  margin-bottom: 30px; }
  .island > :last-child {
    margin-bottom: 0; }

.island-primary {
  background-color: #e4762d; }

img {
  vertical-align: middle; }

/*
 * Course List
 */
div.jp-playlist li {
  padding-left: 15px !important; }
  div.jp-playlist li:before {
    display: none !important; }

/*
 * Listen Live
 */
.listenlive-control {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px; }

.listenlive-control.options:hover {
  text-decoration: underline; }

@keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }
@-webkit-keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }
.listenlive-btn {
  display: block;
  background-color: #e4762d;
  float: left;
  padding-left: 1em;
  padding-right: 1em; }
  .listenlive-btn:hover {
    background-color: #e78544; }
  .listenlive-btn i {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 8px;
    -webkit-animation: pulse 1s infinite;
    animation: pulse 1s infinite; }

.listenlive-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 15px;
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
  font-size: 11px; }

.listenlive-title {
  display: block;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  color: #fff;
  line-height: 59px;
  -webkit-transition: max-width 300ms linear;
  -moz-transition: max-width 300ms linear;
  -o-transition: max-width 300ms linear;
  -ms-transition: max-width 300ms linear;
  transition: max-width 300ms linear; }
  .listenlive-title a {
    display: block;
    width: 100%;
    padding-left: 20px; }

.listenlive-btn:hover + .listenlive-title,
.listenlive-title:hover {
  max-width: 400px; }

@media (max-width: 979px) {
  .listenlive-btn:hover + .listenlive-title,
  .listenlive-title:hover {
    max-width: 0; } }
.album-container {
  margin-bottom: 40px; }

/*
 * Video Container
 */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container embed,
.video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*
 * Mailing List
 */
.mailing-list {
  margin-top: 30px;
  margin-bottom: 0;
  background-color: #efefef; }
  .mailing-list h4 {
    padding: 10px 0; }
  .mailing-list input {
    margin-bottom: 0;
    padding-bottom: 9px; }
  .mailing-list button {
    height: 40px;
    line-height: 40px;
    padding: 0 26px; }

.row-ads:last-child [class*="span"] {
  padding-top: 0; }

.light .bullet-arrow li:hover {
  background-color: #e4762d; }

/*
 * Be Your Voice
 */
.be-your-voice h3 {
  color: #fff !important; }

/*
 * Sliding Courses
 */
.course-list {
  list-style: none;
  margin-bottom: 36px; }
  .course-list > li {
    position: relative; }
    .course-list > li:after {
      content: "+";
      -webkit-transition: color 300ms;
      -moz-transition: color 300ms;
      -ms-transition: color 300ms;
      -o-transition: color 300ms;
      transition: color 300ms;
      position: absolute;
      top: 0;
      right: 15px;
      font-size: 30px;
      line-height: 41px;
      pointer-events: none; }
    .course-list > li.is-active:after {
      content: "-";
      top: -4px;
      right: 17px; }
    .course-list > li:hover:after {
      color: #fff; }

.course-title {
  margin-bottom: 2px;
  cursor: pointer;
  display: block;
  padding: 10px 45px 10px 15px;
  background-color: #363636;
  -webkit-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  -ms-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  transition: background-color 300ms; }
  .course-title h4 {
    color: #fff !important;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .course-title span {
    -webkit-transition: color 300ms;
    -moz-transition: color 300ms;
    -ms-transition: color 300ms;
    -o-transition: color 300ms;
    transition: color 300ms; }
  @media screen and (max-width: 520px) {
    .course-title h4, .course-title span {
      float: none !important; } }
  .course-title:hover {
    background-color: #e4762d; }
    .course-title:hover span {
      color: #fff; }

.js-course-content {
  display: none; }

.course-body {
  background-color: #fff;
  padding: 10px 15px;
  margin-bottom: 2px; }

/*
 * Schedule nav
 */
.nav-schedule {
  display: table;
  width: 100%; }
  .nav-schedule > li {
    display: table-cell;
    padding-left: 1px; }
    .nav-schedule > li:first-child {
      padding-left: 0; }
  .nav-schedule a {
    display: block;
    text-align: center;
    background-color: #ddd;
    line-height: 3; }
    .nav-schedule a:hover, .nav-schedule a:active, .nav-schedule a:focus {
      background-color: #e4762d;
      color: #fff; }
  @media screen and (min-width: 768px) {
    .nav-schedule .is-current a {
      background-color: transparent;
      color: inherit; } }

.events-schedule .event-details .event-head .date {
  padding-left: 20px;
  text-align: left; }
  .events-schedule .event-details .event-head .date span {
    font-size: 20px; }

/*
 * Messenger Button
 */
.btn-messenger {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 999;
  color: #fff !important;
  font-size: 14px;
  letter-spacing: 1px;
  background-color: #e4762d;
  line-height: 3;
  padding: 0 1em;
  text-transform: uppercase;
  -webkit-transform: rotate(90deg) translateZ(0);
  -moz-transform: rotate(90deg) translateZ(0);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg) translateZ(0);
  transform: rotate(90deg) translateZ(0);
  -webkit-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  -ms-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  transition: background-color 300ms;
  margin-left: -94px; }
  .btn-messenger i {
    margin-right: 1em;
    margin-top: 7px; }
  .btn-messenger:hover, .btn-messenger:active, .btn-messenger:focus {
    background-color: #363636; }
  @media screen and (max-width: 767px) {
    .btn-messenger {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      position: static;
      display: block;
      margin-left: 0;
      background-color: #363636; }
      .btn-messenger:hover, .btn-messenger:active, .btn-messenger:focus {
        background-color: #e4762d; } }

.podcasts-carousel-wrapper {
  position: relative; }
  .podcasts-carousel-wrapper > a {
    text-indent: -999em; }

.podcasts-carousel {
  overflow: hidden; }
  .podcasts-carousel > div {
    width: 50%;
    float: left; }
    .podcasts-carousel > div .sb-ad {
      width: 100%; }

/*
 * Messenger Button
 */
#video-thumbs-slider {
  height: 351px;
  position: relative; }
  #video-thumbs-slider .media-list > div {
    padding-bottom: 17px; }
  #video-thumbs-slider .flex-viewport {
    max-height: 351px !important; }
  #video-thumbs-slider .flex-prev,
  #video-thumbs-slider .flex-next {
    display: block;
    width: 21px;
    height: 18px;
    background: url(../img/slider-arrows-small.png);
    text-indent: -999em; }
  #video-thumbs-slider .flex-prev {
    margin-left: -10px;
    position: absolute;
    top: -24px;
    left: 50% !important; }
  #video-thumbs-slider .flex-next {
    margin-left: -10px;
    position: absolute;
    bottom: -21px;
    left: 50%;
    background-position: 0 -18px; }

@media (max-width: 1200px) {
  #video-thumbs-slider {
    height: 289px; }
    #video-thumbs-slider .media-list > div {
      padding-bottom: 14px; }
    #video-thumbs-slider .flex-viewport {
      max-height: 289px !important; } }
@media (max-width: 980px) {
  #video-thumbs-slider {
    height: 228px; }
    #video-thumbs-slider .media-list > div {
      padding-bottom: 17px; }
    #video-thumbs-slider .flex-viewport {
      max-height: 228px !important; }
    #video-thumbs-slider .flex-direction-nav {
      display: block; } }
@media (max-width: 768px) {
  #video-thumbs-slider {
    display: none; } }
/*------------------------------------*\
	$HELPERS
\*------------------------------------*/
#flexslider .slides li:not(:first-child),
#sidebar-ads li:not(:first-child),
#small-adverts li:not(:first-child),
#video-thumbs-slider .slides li:not(:first-child) {
  display: none; }

#flexslider .slides li:first-child,
#sidebar-ads li:first-child,
#small-adverts li:first-child,
#video-thumbs-slider .slides li:first-child {
  opacity: 0; }

.container.error-page article {
  min-height: 200px; }
  .container.error-page article > h1:first-child {
    margin-top: 40px;
    font-size: 50px; }
  .container.error-page article p {
    font-size: 14px; }

.success-message {
  display: none; }

/*------------------------------------*\
    $FRIENDS LIST
\*------------------------------------*/
.friends-list {
  list-style: none;
  margin-top: 40px;
  margin-left: -20px; }
  .friends-list > li {
    vertical-align: top;
    padding-left: 20px;
    display: inline-block;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .friends-list > li {
        width: 100%; } }

.friends-list-heading {
  font-size: 15px; }
  @media screen and (max-width: 767px) {
    .friends-list-heading {
      margin-top: 15px; } }

.friends-list-body {
  margin-bottom: 15px; }

@media screen and (min-width: 768px) {
  .friends-list-image {
    float: left;
    margin-right: 15px; }

  .friends-list-body {
    overflow: hidden; } }
.news-intros > li {
  position: relative; }

.news-intro-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: -999em; }

.toolkit {
  list-style: none; }
  .toolkit__item {
    position: relative;
    margin-bottom: 20px; }
    .toolkit__item h3 {
      position: absolute;
      bottom: 0;
      left: 0;
      margin: 0;
      padding: 20px;
      width: 100%;
      background: rgba(0, 0, 0, 0.7);
      color: #fff !important;
      box-sizing: border-box; }
    .toolkit__item:last-child {
      margin-bottom: 0; }

h3 > a,
a h1,
a h2,
a h3,
a h4,
a h5,
a h6 {
  color: inherit; }

a:hover,
.widget h5 a:hover,
.read-more,
.widget-text p a,
.text-red,
.event-details .event-title a:hover,
.breadcrumb > li:last-child a,
.heading a:hover,
.blog-links li a:hover,
.blog-detail blockquote p,
.user-comments .comment-box strong,
.reply-link:hover,
.picSlide li a:hover,
.albums li a:hover,
.music-links a:hover,
.da-slide .da-link,
.carousel-box a:hover {
  color: #e4762d; }

h1,
h2,
h3,
h4,
h5,
h6,
.bullet-arrow li:hover,
.bullet-arrow li:hover a,
.bullet-arrow li a:hover,
.menu > li:hover > a,
.menu > li.active > a,
.menu > li li a,
.tweet-bar li,
.picSlide li .btm a:hover,
.sb-ads a .ad-content,
.widget h5 a,
.widget_tag_cloud .tagcloud a,
.heading a,
.blog-links li,
.blog-links li a,
.blog-box .blog-info-strip,
.bottom .nav > li > a:hover,
.music-links a,
.event-title a {
  color: #ffffff; }

.tp-up,
.menu-bar li li:hover,
.menu-bar li li ul,
.bullet-arrow li:hover,
.bg-red,
.sb-ads a .ad-content,
.widget-tweets blockquote.bg-red,
span.file_upload em,
.btn-red,
.pagination ul > .active > a,
.pagination ul > .active > span,
.pagination ul > .active > a:hover,
.pagination ul > .active > span:hover,
.event-details .event-desc a.active,
.events li .location-map,
.widget_tag_cloud .tagcloud a,
.dialog-overlay,
.slide-content {
  background-color: #e4762d; }

.btn-expand {
  background-color: #181818; }

.picSlide li a {
  color: #8d8d8d; }

.menu-bar {
  background-color: #ffffff; }

.menu > li > a {
  color: #000000; }

.menu > li:hover,
.menu > li.active,
.menu-bar li li ul li:hover,
.menu li ul {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9); }

ul.events li,
.event-details,
.blog-box,
.pagination ul > li > a,
.pagination ul > li > span,
.blog-box .blog-info-strip,
.social-bar {
  background-color: #1a1a1a; }

.bottom .nav > li > a {
  color: #595959; }

.widget-tweets blockquote.bg-red:after {
  border-top: 14px solid #c50b0b; }

.bullet-arrow li {
  background-color: #191919; }

.bullet-arrow li a {
  color: #535353;
  display: block; }

.footer,
.user-control {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5); }

.contents {
  color: #686868; }

ul.contact-matter li,
ul.contact-matter a {
  color: #b3b3b3; }

/*** Player Skin ***/
a.jp-play,
a.jp-pause,
a.jp-stop,
a.jp-previous,
a.jp-next {
  background-color: #181818; }

div.jp-seek-bar,
div.jp-volume-bar {
  background-color: #1e1e1e; }

div.jp-play-bar,
div.jp-volume-bar-value {
  background-color: #e4762d;
  border-color: #000000; }

div.jp-interface,
.breadcrumb > li a,
.widget-contact p,
.picSlide li a,
.albums li a {
  color: #ffffff; }

div.jp-playlist li,
.alert,
.event-details .event-head a.add-event,
.close,
.bread-bar,
.breadcrumb,
.author,
.user-comments li .comment-box,
.dialog-block {
  background-color: #090908; }

div.jp-playlist a:hover,
div.jp-playlist a.jp-playlist-current {
  color: #e4762d; }

div.jp-playlist li,
div.jp-playlist a {
  color: #ffffff; }

@media (max-width: 767px) {
  body {
    background-color: #343230; }

  .event-details .event-desc a.location {
    background-color: #000000;
    background-position: 21px -1279px; }

  .event-details .event-desc a.active {
    background-color: #e4762d; }

  .contents,
  .user-comments .comment-box p {
    color: #8a8a8a; } }
@media (max-width: 480px) {
  .user-comments li .comment-box:before {
    border-color: transparent transparent #090908 transparent; } }
body.light {
  color: #646464;
  background-color: #ffffff; }

.light .tp-bar.inpage {
  background: #e7e5e5; }

.light a {
  color: #646464; }

.light h3 > a,
.light a h1,
.light a h2,
.light a h3,
.light a h4,
.light a h5,
.light a h6 {
  color: inherit; }

.light .menu > li li:hover a,
.light .tweet-bar li,
.light .pagination ul > .active > a {
  color: #000000; }

.light .menu li a {
  position: relative; }

/*
.light .menu > li:hover > a:after {
	width:100%;
	height:5px;
	content:'';
	display:inline-block;
	background-color:#ffffff;
	z-index:300;
	position:absolute;
	top:32px;
	left:0px;
}
*/
.light .menu > li ul li:hover > a {
  /*box-shadow:0 0 3px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow:0 0 3px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow:0 0 3px 1px rgba(0, 0, 0, 0.5);*/ }

.light .menu > li ul li:hover > a:after {
  width: 5px;
  height: 100%;
  content: '';
  z-index: 300;
  position: absolute;
  top: 0px;
  right: 0px; }

.light .menu > li ul ul li:hover > a {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.light .menu > li ul ul li:hover > a:after {
  background-color: rgba(255, 255, 255, 0); }

.light .menu > li ul ul {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.5); }

.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6,
.alert,
.light .menu > li:hover a,
.light .menu > li.active > a,
.light .menu > li li a,
.light .menu > li > ul > li li:hover > a,
.light div.jp-playlist a:hover,
.light div.jp-playlist a.jp-playlist-current,
.light .picSlide li a.title,
.light .picSlide li a.title h4,
.light .picSlide li a:hover,
.light .widget h5 a,
.light .heading a,
.light .blog-links li,
.light .blog-links li a,
.light .blog-box .blog-info-strip,
.light .bottom .nav > li > a:hover,
.light .music-links a {
  color: #000000;
  -webkit-transition: 300ms linear;
  -moz-transition: 300ms linear;
  -o-transition: 300ms linear;
  -ms-transition: 300ms linear;
  transition: 300ms linear; }

.light .picSlide li a {
  color: #8d8d8d; }

.light .menu-bar {
  background-color: #ffffff; }

.light .mobile-button {
  color: #ffffff; }

.light .menu > li > a {
  color: #ffffff; }

.light .menu > li:hover,
.light .menu > li.active,
.light .menu li ul,
.light .menu-bar li li ul li:hover {
  background-color: rgba(255, 255, 255, 0.9); }

.light .menu > li:hover {
  background: #fff;
  -webkit-transition: 300ms linear;
  -moz-transition: 300ms linear;
  -o-transition: 300ms linear;
  -ms-transition: 300ms linear;
  transition: 300ms linear; }

.light .blog-box,
.light .pagination ul > li > a,
.light .pagination ul > li > span,
.light .blog-box .blog-info-strip,
.light .social-bar {
  background-color: #e7e5e5; }

.light .bottom .nav > li > a,
.light .bottom p {
  color: #595959; }

.light .widget-tweets blockquote.bg-red:after {
  border-top: 14px solid #c50b0b; }

.light .bullet-arrow li {
  background-color: #bcbaba; }

.light .btn,
.light .btn:hover,
.light .bullet-arrow li:hover,
.light .bullet-arrow li:hover a,
.light .bullet-arrow li a:hover,
.light .sb-ads a .ad-content,
.light .widget_tag_cloud .tagcloud a {
  color: #ffffff; }

.light div.jp-playlist li,
.light div.jp-playlist a {
  color: #4e4e4e; }

.light .bullet-arrow li a {
  color: #535353; }

.light .user-control {
  background-color: rgba(0, 0, 0, 0.5); }

.light .contents {
  color: #646464; }

.light ul.contact-matter li,
.light ul.contact-matter a,
.light .pagination ul > li > a {
  color: #646464; }

/*** Player Skin ***/
.light .btn-expand,
.light a.jp-play,
.light a.jp-pause,
.light a.jp-stop,
.light a.jp-previous,
.light a.jp-next,
.light div.jp-seek-bar,
.light div.jp-volume-bar {
  background-color: #d5d3d3; }

.collapse-handle:before,
.collapse-handle:after {
  background-color: #ECEAEA; }

.jcarousel-prev,
.jcarousel-next {
  opacity: 1;
  filter: alpha(opacity=100); }

.light div.jp-play-bar,
.light div.jp-volume-bar-value {
  border-color: #d5d3d3; }

.light div.jp-interface,
.light .breadcrumb > li a,
.light .widget-contact p,
.light .albums li a {
  color: #000000; }

.light .widget div.jp-seek-bar,
.light div.jp-volume-bar,
.light .widget a.jp-play,
.light .widget a.jp-pause,
.light .widget a.jp-stop,
.light .widget a.jp-previous,
.light .widget a.jp-next {
  background-color: #676767; }

.light .dialog-block {
  background-color: #ffffff; }

.or {
  background-color: #6c6b6a; }

.light div.jp-playlist li {
  background-color: #dddddd; }

.light .widget div.jp-playlist li {
  background-color: #e7e5e5; }

div.jp-playlist li:before {
  background-position: -53px -644px; }

.light .widget div.jp-play-bar,
.light .widget div.jp-volume-bar-value {
  border-color: #676767; }

.light .alert,
.light ul.events li,
.light .event-details,
.light .footer,
.light .bread-bar,
.light .breadcrumb,
.light .author,
.light .user-comments li .comment-box {
  background-color: #e7e5e5; }

.light .user-comments li .comment-box:before {
  border-color: transparent #363636 transparent transparent; }

.user-comments .comment-box img {
  border-color: #e7e5e5; }

/*.light .event-details .event-head a.add-event,*/
.event-details .event-desc a.location,
.light .widget div.jp-interface {
  background-color: #bcbaba; }

.light .widget div.jp-interface {
  background-color: #e7e5e5; }

.light .icon-buy {
  opacity: 0.4;
  -moz-opacity: 0.4;
  filter: alpha(opacity=40); }

.light textarea,
.light input[type="text"],
.light input[type="password"],
.light input[type="datetime"],
.light input[type="datetime-local"],
.light input[type="date"],
.light input[type="month"],
.light input[type="time"],
.light input[type="week"],
.light input[type="number"],
.light input[type="email"],
.light input[type="url"],
.light input[type="search"],
.light input[type="tel"],
.light input[type="color"],
.light .uneditable-input,
.light select {
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }

.light textarea:focus,
.light input[type="text"]:focus,
.light input[type="password"]:focus,
.light input[type="datetime"]:focus,
.light input[type="datetime-local"]:focus,
.light input[type="date"]:focus,
.light input[type="month"]:focus,
.light input[type="time"]:focus,
.light input[type="week"]:focus,
.light input[type="number"]:focus,
.light input[type="email"]:focus,
.light input[type="url"]:focus,
.light input[type="search"]:focus,
.light input[type="tel"]:focus,
.light input[type="color"]:focus,
.light .uneditable-input:focus,
.light select:focus {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4); }

.light .dialog-block textarea,
.light .dialog-block input[type="text"],
.light .dialog-block input[type="password"],
.light .dialog-block input[type="datetime"],
.light .dialog-block input[type="datetime-local"],
.light .dialog-block input[type="date"],
.light .dialog-block input[type="month"],
.light .dialog-block input[type="time"],
.light .dialog-block input[type="week"],
.light .dialog-block input[type="number"],
.light .dialog-block input[type="email"],
.light .dialog-block input[type="url"],
.light .dialog-block input[type="search"],
.light .dialog-block input[type="tel"],
.light .dialog-block input[type="color"],
.light .dialog-block .uneditable-input {
  background-color: #f9f9f9;
  border-color: #cccccc;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.light .dialog-block textarea:focus,
.light .dialog-block input[type="text"]:focus,
.light .dialog-block input[type="password"]:focus,
.light .dialog-block input[type="datetime"]:focus,
.light .dialog-block input[type="datetime-local"]:focus,
.light .dialog-block input[type="date"]:focus,
.light .dialog-block input[type="month"]:focus,
.light .dialog-block input[type="time"]:focus,
.light .dialog-block input[type="week"]:focus,
.light .dialog-block input[type="number"]:focus,
.light .dialog-block input[type="email"]:focus,
.light .dialog-block input[type="url"]:focus,
.light .dialog-block input[type="search"]:focus,
.light .dialog-block input[type="tel"]:focus,
.light .dialog-block input[type="color"]:focus,
.light .dialog-block .uneditable-input:focus {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4); }

/*** Sprites and background images ***/
.light a.jp-play,
.light a.jp-pause,
.light a.jp-stop,
.light a.jp-previous,
.light a.jp-next,
.light a.jp-mute,
.light a.jp-unmute,
.light a.jp-volume-max,
.light div.jp-volume-bar-value:after,
.light [class^="icon-"],
.light [class*=" icon-"],
.light .event-details .event-desc a.location,
.light .event-details .event-head a.add-event,
.light .btn-expand,
.light .tweet-bar:before,
.light .da-arrows span:after,
.light ul.contact-matter li:before,
.light a.link-location,
.light a.link-ticket,
.light .breadcrumb > li:first-child a,
.light .breadcrumb li + li:before,
.light .pagination ul > li.previous > a:before,
.light .pagination ul > li.next > a:before,
.light div.jp-playlist li:before,
.light .ui-dialog .ui-dialog-titlebar-close,
.light div.jp-playlist a.track-lyrics,
.light div.jp-playlist a.track-download,
.light .link-email,
.light .link-url {
  background-image: url(../img/sprites-light.png); }

body.light.pattern-dotted {
  background-image: url(../img/pattern-dotted-light.png); }

.light blockquote {
  background-image: url(../img/blockquote-light.png); }

.light .widget-tweets blockquote {
  background-image: url(../img/tweet.png); }

@media (max-width: 767px) {
  body.light {
    background-color: #ffffff; }

  .light .event-details .event-desc a.location {
    background-color: #bcbaba;
    background-position: 16px -1281px; }

  .light .menu-bar {
    background-color: rgba(0, 0, 0, 0.8); }

  .light .menu > li.active,
  .light .menu-bar li li ul li:hover,
  .light .menu > li.active:hover {
    background-color: rgba(0, 0, 0, 0.7); }

  .light .menu li ul {
    background-color: #cccccc; } }
@media (max-width: 480px) {
  .light .user-comments li .comment-box:before {
    border-color: transparent transparent #363636 transparent; } }
/*!
 * Future Radio
 *
 */
@-ms-viewport {
  width: device-width; }
.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: ""; }

.clearfix:after {
  clear: both; }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.hidden {
  display: none;
  visibility: hidden; }

.visible-phone {
  display: none !important; }

.visible-tablet {
  display: none !important; }

.hidden-desktop {
  display: none !important; }

.visible-desktop {
  display: inherit !important; }

.menu-button {
  display: none; }

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important; }

  .visible-desktop {
    display: none !important; }

  .visible-tablet {
    display: inherit !important; }

  .hidden-tablet {
    display: none !important; } }
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1; }

  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: ""; }

  .row:after {
    clear: both; }

  [class*="span"],
  .footer .widget {
    float: left;
    min-height: 1px;
    margin-left: 30px; }

  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px; }

  .span12 {
    width: 1170px; }

  .span11 {
    width: 1070px; }

  .span10 {
    width: 970px; }

  .span9 {
    width: 870px; }

  .span8 {
    width: 770px; }

  .span7 {
    width: 670px; }

  .span6 {
    width: 570px; }

  .span5 {
    width: 470px; }

  .span4 {
    width: 370px; }

  .span3,
  .footer .widget {
    width: 270px; }

  .span2 {
    width: 170px; }

  .span1 {
    width: 70px; }

  .offset12 {
    margin-left: 1230px; }

  .offset11 {
    margin-left: 1130px; }

  .offset10 {
    margin-left: 1030px; }

  .offset9 {
    margin-left: 930px; }

  .offset8 {
    margin-left: 830px; }

  .offset7 {
    margin-left: 730px; }

  .offset6 {
    margin-left: 630px; }

  .offset5 {
    margin-left: 530px; }

  .offset4 {
    margin-left: 430px; }

  .offset3 {
    margin-left: 330px; }

  .offset2 {
    margin-left: 230px; }

  .offset1 {
    margin-left: 130px; }

  .row-fluid {
    width: 100%;
    *zoom: 1; }

  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: ""; }

  .row-fluid:after {
    clear: both; }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 42px;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0; }

  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%; }

  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%; }

  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%; }

  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%; }

  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%; }

  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%; }

  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%; }

  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%; }

  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%; }

  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%; }

  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%; }

  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%; }

  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%; }

  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%; }

  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%; }

  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%; }

  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%; }

  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%; }

  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%; }

  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%; }

  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%; }

  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%; }

  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%; }

  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%; }

  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%; }

  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%; }

  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%; }

  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%; }

  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%; }

  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%; }

  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%; }

  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%; }

  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%; }

  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%; }

  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%; }

  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%; }

  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%; }

  /*** Form Elements ***/
  input,
  textarea,
  .uneditable-input {
    margin-left: 0; }

  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px; }

  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px; }

  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px; }

  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px; }

  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px; }

  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px; }

  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px; }

  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px; }

  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px; }

  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px; }

  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px; }

  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px; }

  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px; }

  .thumbnails {
    margin-left: -30px; }

  .thumbnails > li {
    margin-left: 30px; }

  .row-fluid .thumbnails {
    margin-left: 0; }

  .tp-bar .logo {
    padding: 0px; }

  .tweet-bar {
    width: 580px; }

  .user-control {
    /*padding:10px 12px;*/
    float: right;
    /*margin-left:22px;*/
    position: static; }

  .menu {
    margin-right: 0px; }

  .picSlide li {
    width: 270px; }

  .nav > li > a {
    padding: 0px 18px;
    display: block;
    text-decoration: none; }

  .event-details .event-head {
    padding-top: 13px; }

  .social-bar .music-links {
    margin-bottom: 0px;
    float: left; }

  .social-bar .social-icons {
    float: right; }

  #dialog-login .dialog-block {
    width: 505px; }

  #dialog-login .dialog-block + .dialog-block {
    width: 365px;
    margin-top: 0px;
    margin-left: 10px; }

  .or {
    margin-left: 0px;
    margin-top: -23px;
    left: -28px;
    top: 50%; } }
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1; }

  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: ""; }

  .row:after {
    clear: both; }

  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px; }

  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px; }

  .span12 {
    width: 724px; }

  .span11 {
    width: 662px; }

  .span10 {
    width: 600px; }

  .span9 {
    width: 538px; }

  .span8 {
    width: 476px; }

  .span7 {
    width: 414px; }

  .span6 {
    width: 352px; }

  .span5 {
    width: 290px; }

  .span4 {
    width: 228px; }

  .span3 {
    width: 166px; }

  .span2 {
    width: 104px; }

  .span1 {
    width: 42px; }

  .offset12 {
    margin-left: 764px; }

  .offset11 {
    margin-left: 702px; }

  .offset10 {
    margin-left: 640px; }

  .offset9 {
    margin-left: 578px; }

  .offset8 {
    margin-left: 516px; }

  .offset7 {
    margin-left: 454px; }

  .offset6 {
    margin-left: 392px; }

  .offset5 {
    margin-left: 330px; }

  .offset4 {
    margin-left: 268px; }

  .offset3 {
    margin-left: 206px; }

  .offset2 {
    margin-left: 144px; }

  .offset1 {
    margin-left: 82px; }

  .row-fluid {
    width: 100%;
    *zoom: 1; }

  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: ""; }

  .row-fluid:after {
    clear: both; }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0; }

  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%; }

  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%; }

  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%; }

  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%; }

  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%; }

  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%; }

  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%; }

  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%; }

  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%; }

  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%; }

  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%; }

  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%; }

  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%; }

  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%; }

  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%; }

  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%; }

  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%; }

  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%; }

  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%; }

  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%; }

  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%; }

  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%; }

  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%; }

  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%; }

  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%; }

  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%; }

  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%; }

  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%; }

  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%; }

  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%; }

  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%; }

  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%; }

  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%; }

  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%; }

  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%; }

  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%; }

  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%; }

  /*** Form Element Styles
  ////////////////////////////////////// ***/
  input,
  textarea,
  .uneditable-input {
    margin-left: 0; }

  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px; }

  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px; }

  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px; }

  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px; }

  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px; }

  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px; }

  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px; }

  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px; }

  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px; }

  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px; }

  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px; }

  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px; }

  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px; }

  .tp-bar .logo {
    padding: 18px 0; }

  .tweet-bar {
    width: 100%;
    float: none;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  /*
  .socialize {
  	padding:12px 20px 12px 0;
  }
  */
  .menu-bar {
    margin-top: 20px;
    margin-left: -124px; }

  .picSlide li {
    width: 228px;
    margin-right: 20px; }

  .sb-ads .sb-ad {
    width: 100%; }

  .album-snap {
    width: 250px; }

  .jp-playlist ul {
    margin-left: 270px; }

  .footer .widget {
    width: 352px;
    margin-bottom: 30px; }

  .nav > li > a {
    padding: 0 5px; }

  .albums li {
    width: 50%; }

  .span10 .albums li,
  .span11 .albums li,
  .span12 .albums li {
    width: 33.333%; }

  .albums li img {
    margin-bottom: 10px; }

  .album-detail .album-pic {
    margin: 0 20px 20px 0; }

  .album-detail .detail {
    margin-left: 0px; }

  .user-comments li li {
    margin-left: 20px; }

  ul.events li .event-box {
    max-height: 100%; }

  .social-bar .music-links {
    width: 85%;
    margin-bottom: 0;
    float: left; }

  .social-bar .music-links a {
    display: block; }

  .music-links a + a {
    margin-left: 10px; }

  .social-bar .music-links a + a {
    margin-left: 0px;
    margin-top: 5px; }

  .social-bar .social-icons {
    float: right; }

  .social-bar .social-icons li {
    margin: 0 0 5px 0;
    display: block; }

  .social-bar .social-icons li:last-child {
    margin-bottom: 0; } }
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important; }

  .visible-desktop {
    display: none !important; }

  .visible-phone {
    display: inherit !important; }

  .hidden-phone {
    display: none !important; }

  .container {
    width: auto;
    margin: 0 20px; }

  .row-fluid {
    width: 100%; }

  .row,
  .thumbnails {
    margin-left: 0; }

  .thumbnails > li {
    float: none;
    margin-left: 0; }

  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .row-fluid [class*="offset"]:first-child {
    margin-left: 0; }

  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto; }

  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0; }

  .tp-bar .logo {
    padding: 0px;
    text-align: center; }

  .logo img {
    width: auto;
    float: none; }

  .tweet-bar {
    width: auto;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); }

  /** Menu ***/
  .top-bar {
    display: table;
    width: 100%; }

  .top-bar__logo.span2 {
    float: left;
    width: 100px; }

  .top-bar__navigation.span10 {
    width: 100%; }

  .top-bar__site-tools {
    height: 50px; }

  .top-bar__site-tools .listenlive {
    padding: 0 8px;
    min-width: 0; }

  .top-bar__site-tools .listenlive a {
    margin: 5px 0 0 0 !important; }

  .top-bar__site-tools .socialize li a,
  .top-bar__site-tools .user-control a {
    padding: 15px 18px; }

  .top-bar__menu {
    padding-left: 99px;
    padding-right: 1px;
    height: 49px; }

  .menu-button {
    display: block;
    padding-left: 10px;
    height: 49px;
    background: url(../img/menu-icon.png) top right no-repeat;
    color: #fff;
    font-size: 18px;
    line-height: 49px; }

  .mobile-button {
    display: block; }

  .menu-bar {
    position: relative; }

  .menu {
    width: 100%;
    margin: 0px;
    background: #fff;
    display: none;
    z-index: 1000;
    box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.15), 0 3px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.15), 0 3px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.15), 0 3px 3px rgba(0, 0, 0, 0.3); }

  .menu > li {
    display: block; }

  .menu > li:hover {
    background-color: transparent; }

  .menu > li.active:hover {
    background-color: rgba(0, 0, 0, 0.9); }

  .menu > li > a {
    display: block; }

  .menu > li:hover > a {
    color: #000000; }

  .menu > li.active:hover > a {
    color: #ffffff; }

  .menu > li:hover > a,
  .menu > li ul {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; }

  .menu > li > ul {
    min-width: inherit;
    padding: 0px;
    position: relative;
    top: 0px;
    display: block; }

  .menu li ul li:hover ul {
    display: none; }

  .menu li ul a {
    padding: 6px 20px; }

  .bottom .logo {
    margin-top: 0px;
    margin-bottom: 10px;
    display: block;
    float: none; }

  .bottom .nav {
    display: none; }

  .bottom p {
    text-align: left; }

  .bottom select {
    display: inline-block; }

  .album-snap {
    width: auto;
    float: none;
    margin-bottom: 5px; }

  .album-snap img {
    float: none; }

  .jp-playlist ul {
    margin-left: 0px; }

  .picSlide li {
    width: 270px; }

  .albums li {
    width: 50%; }

  .breadcrumb {
    float: none; }

  .pagination {
    height: 30px; }

  .pagination ul > li > a,
  .pagination ul > li > span {
    padding: 5px 10px;
    line-height: 20px; }

  .pagination ul > li.previous > a,
  .pagination ul > li.previous > span,
  .pagination ul > li.next > a,
  .pagination ul > li.next > span {
    padding: 5px 15px; }

  .pagination ul > li.previous > a:before,
  .pagination ul > li.previous > span:before,
  .pagination ul > li.next > a:before,
  .pagination ul > li.next > span:before {
    left: 12px;
    top: 10px; }

  /*** Widgets ***/
  .footer .widget {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .album-detail .album-pic {
    margin: 0 20px 20px 0; }

  .album-detail .detail {
    margin-left: 0px; }

  .social-bar .music-links {
    width: 85%;
    margin-bottom: 0;
    float: left; }

  .social-bar .music-links a {
    display: block; }

  .music-links a + a {
    margin-left: 10px; }

  .social-bar .music-links a + a {
    margin-left: 0px;
    margin-top: 5px; }

  .social-bar .social-icons {
    float: right; }

  .social-bar .social-icons li {
    margin: 0 0 5px 0;
    display: block; }

  .social-bar .social-icons li:last-child {
    margin-bottom: 0; }

  .user-comments li li {
    margin-left: 20px; }

  .ui-dialog {
    min-width: 400px; }

  .ui-dialog .ui-dialog-content,
  .dialog-block {
    width: 400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0); }

  .page-header h1 small {
    display: block;
    line-height: 20px; }

  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc; }

  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left; }

  .form-horizontal .controls {
    margin-left: 0; }

  .form-horizontal .control-list {
    padding-top: 0; }

  .form-horizontal .form-actions {
    padding-right: 10px;
    padding-left: 10px; }

  .media .pull-left,
  .media .pull-right {
    display: block;
    float: none;
    margin-bottom: 10px; }

  .media-object {
    margin-right: 0;
    margin-left: 0; }

  .tweet-bar:before {
    display: none; }

  .tweet-bar {
    padding: 20px;
    float: none; }

  .tweet-bar ul {
    display: none; }

  .socialize {
    width: 100%; }

  h3 {
    font-size: 18px; }

  .picSlide li {
    width: 280px; }

  .alert h4 {
    font-size: 14px; }

  .alert p {
    width: auto;
    font-size: 12px;
    margin-bottom: 10px; }

  .alert .btn {
    margin-top: 0px;
    float: none; }

  ul.events li .event-box {
    max-height: 100%; }

  ul.events li .event-box img {
    width: 100px; }

  ul.events li .event-box .event-details {
    margin-left: 100px; }

  .event-details .event-head .date {
    padding: 15px 0 0 0;
    left: -50px;
    top: 106px; }

  .event-details .event-desc a.location {
    width: 50px;
    height: 60px;
    background-position: 16px -1281px;
    left: 0px;
    top: 106px; }

  .event-details .event-head {
    padding-left: 10px; }

  .event-details .event-desc {
    margin-left: 10px; }

  .music-links a {
    display: block; }

  .music-links a + a {
    margin-left: 0px; }

  .sb-ads {
    margin-left: -10px; }

  .sb-ads .sb-ad {
    padding-left: 10px;
    margin-bottom: 10px; }

  .author > img {
    margin: 0 15px 15px 0; }

  .author .auth-detail {
    margin-left: 0px; }

  .user-comments li .comment-box:before {
    border-width: 0 16px 16px 16px;
    border-style: solid;
    left: 32px;
    top: -16px; }

  .user-comments li .comment-box {
    margin: 150px 0 20px 0; }

  .user-comments .comment-box img {
    margin: -150px 0 0; }

  .user-comments li li {
    margin-left: 0px; }

  .user-comments li li .comment-box img {
    width: 50px;
    height: auto;
    margin: -105px 0 0;
    float: right; }

  .user-comments li li .comment-box:before {
    left: auto;
    right: 32px; }

  .user-comments li li .comment-box {
    margin-top: 105px; }

  .blog-box .image .blog-info-strip,
  .blog-box .location-map .blog-info-strip {
    font-size: 18px;
    padding: 10px 15px; }

  .media-galleries li {
    width: 50%; }

  .albums {
    margin-left: 0px; }

  .albums li {
    width: 100%;
    padding-left: 0px; }

  .album-detail .album-pic,
  .album-detail .album-pic img {
    float: none; }

  .album-detail .album-pic {
    margin: 0 0 20px 0; }

  .album-detail .album-pic img {
    width: 100%; }

  .ui-dialog {
    min-width: 100%; }

  .ui-dialog,
  .ui-dialog .ui-dialog-content,
  .dialog-block {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .dialog-block {
    padding: 20px; }

  .dialog-block .login-form {
    margin-bottom: 20px; }

  .btn-facebook {
    font-size: 14px;
    padding: 12px 15px 12px 30px;
    background-position: 10px -2371px; } }
@media (max-width: 979px) {
  body {
    padding-top: 0; }

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static; }

  .navbar-fixed-top {
    margin-bottom: 20px; }

  .navbar-fixed-bottom {
    margin-top: 20px; }

  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px; }

  .navbar .container {
    width: auto;
    padding: 0; }

  .navbar .brand {
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 0 0 -5px; }

  .nav-collapse {
    clear: both; }

  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px; }

  .nav-collapse .nav > li {
    float: none; }

  .nav-collapse .nav > li > a {
    margin-bottom: 2px; }

  .nav-collapse .nav > .divider-vertical {
    display: none; }

  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none; }

  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px; }

  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: #f2f2f2; }

  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999; }

  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover {
    background-color: #111111; }

  .nav-collapse.in .btn-group {
    padding: 0;
    margin-top: 5px; }

  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    display: none;
    float: none;
    max-width: none;
    padding: 0;
    margin: 0 15px;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

  .nav-collapse .open > .dropdown-menu {
    display: block; }

  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none; }

  .nav-collapse .dropdown-menu .divider {
    display: none; }

  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none; }

  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111; }

  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0; }

  .nav-collapse,
  .nav-collapse.collapse {
    height: 0;
    overflow: hidden; }

  .navbar .btn-navbar {
    display: block; }

  .navbar-static .navbar-inner {
    padding-right: 10px;
    padding-left: 10px; } }
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important; } }
@media (max-width: 767px) {
  .listenlive-control.options {
    display: none !important; }

  .nav.nav-schedule li {
    display: none; }

  .nav.nav-schedule li:last-child {
    display: block !important; } }
.jp-interface .player-user {
  float: left;
  margin-right: 20px; }

div.jp-interface:before,
div.jp-interface:after {
  display: table;
  content: ''; }

div.jp-interface:after {
  clear: both; }

div.jp-interface {
  padding-bottom: 5px;
  margin-bottom: 30px;
  position: relative; }

div.jp-centered {
  margin: 0 135px 0 210px;
  position: relative; }

div.jp-right {
  position: absolute;
  top: 0px;
  right: 0px; }

/* @group progress bar */
div.jp-progress {
  height: 14px;
  padding-top: 8px;
  overflow: hidden; }

div.jp-seek-bar {
  width: 0px;
  height: 13px;
  padding: 1px 1px 0 1px;
  cursor: pointer; }

div.jp-play-bar {
  width: 0px;
  height: 9px;
  border-width: 1px;
  border-style: solid; }

/* @group volume bar */
div.jp-volume-bar {
  width: 120px;
  height: 7px;
  margin-top: 14px;
  cursor: pointer; }

div.jp-volume-bar-value {
  width: 0px;
  height: 5px;
  border-width: 1px;
  border-style: solid;
  position: relative; }

div.jp-volume-bar-value:after {
  width: 27px;
  height: 27px;
  content: '';
  background: url(../img/sprites.png) 0 -705px no-repeat;
  position: absolute;
  top: -13px;
  right: -13px; }

/* @group current time and duration */
div.jp-time-holder {
  position: absolute;
  top: 0px;
  right: 0px; }

div.jp-time-holder ul {
  list-style: none;
  font-size: 10px; }

div.jp-time-holder ul li {
  display: inline; }

div.jp-time-holder ul li + li:before {
  display: inline;
  content: '|';
  padding: 0 6px 0 4px;
  position: relative;
  top: -1px; }

/* @group playlist */
div.jp-title {
  font-size: 15px;
  display: block !important;
  margin-right: 80px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

div.jp-title span {
  font-size: 12px; }

div.jp-jplayer audio,
div.jp-jplayer {
  width: 0px;
  height: 0px; }

div.jp-jplayer {
  background-color: #000000; }

/* @group TOGGLES */
ul.jp-toggles {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  display: none; }

div.jp-audio .jp-type-playlist ul.jp-toggles {
  width: 55px;
  margin: 0;
  position: absolute;
  left: 325px;
  top: 50px; }

ul.jp-toggles li {
  display: block;
  float: right; }

ul.jp-toggles li a {
  display: block;
  width: 25px;
  height: 18px;
  text-indent: -9999px;
  line-height: 100%;
  /* need this for IE6 */ }

/* @group NO SOLUTION error feedback */
.jp-no-solution {
  padding: 5px;
  font-size: .8em;
  background-color: #eee;
  border: 2px solid #009be3;
  color: #000;
  display: none; }

.jp-no-solution a {
  color: #000; }

.jp-no-solution span {
  font-size: 1em;
  display: block;
  text-align: center;
  font-weight: bold; }

/* @group CONTROLS */
.jp-play-controls {
  float: left;
  padding-top: 4px; }

a.jp-play,
a.jp-pause,
a.jp-stop,
a.jp-previous,
a.jp-next,
a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
  display: block;
  float: left;
  margin: 0 5px;
  text-indent: -9999px;
  background-image: url(../img/sprites.png);
  background-repeat: no-repeat; }

a.jp-play,
a.jp-pause,
a.jp-stop,
a.jp-previous,
a.jp-next {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

a.jp-play,
a.jp-pause {
  width: 40px;
  height: 40px; }

a.jp-play {
  background-position: 14px -610px; }

a.jp-pause {
  background-position: -17px -610px;
  display: none; }

a.jp-stop, a.jp-previous, a.jp-next {
  width: 28px;
  height: 28px;
  margin-top: 6px; }

a.jp-stop {
  background-position: 9px -1060px;
  display: none; }

a.jp-previous {
  background-position: 6px -533px; }

a.jp-next {
  background-position: 8px -574px; }

a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
  width: 11px;
  height: 11px;
  margin-top: 5px; }

a.jp-mute {
  background-position: 0 -666px; }

a.jp-unmute {
  background-position: -31px -666px;
  display: none; }

a.jp-volume-max {
  background-position: 0 -666px; }

/*** Playlist Style
////////////////////////////////// ***/
div.jp-playlist:before,
div.jp-playlist:after {
  display: table;
  content: ''; }

div.jp-playlist:after {
  clear: both; }

.collapsible div.jp-playlist {
  margin-bottom: 10px; }

div.jp-playlist ul {
  list-style-type: none; }

div.jp-playlist li {
  min-height: 20px;
  padding: 11px 15px 10px 40px;
  margin-bottom: 2px;
  position: relative; }

div.jp-playlist li:before {
  width: 15px;
  height: 13px;
  content: '';
  display: inline-block;
  background-image: url(../img/sprites.png);
  background-position: 0 -623px;
  background-repeat: no-repeat;
  position: absolute;
  left: 14px;
  top: 14px; }

div.jp-playlist li:last-child {
  margin-bottom: 0px; }

div.jp-playlist a {
  font-size: 15px; }

div.jp-playlist a.jp-playlist-item-remove {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px;
  font-weight: bold;
  color: #666; }

div.jp-playlist a.jp-playlist-item-remove:hover {
  color: #0d88c1; }

div.jp-playlist span.jp-free-media {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px;
  position: relative;
  top: -1px; }

div.jp-playlist span.jp-free-media a:hover {
  color: #0d88c1; }

span.jp-artist {
  font-size: .8em;
  color: #666; }

div.jp-playlist a.track-lyrics,
div.jp-playlist a.track-download {
  width: 16px;
  height: 16px;
  margin-left: 12px;
  display: inline-block;
  background-image: url(../img/sprites.png);
  background-position: 0 -2036px;
  background-repeat: no-repeat;
  position: relative;
  top: 3px; }

div.jp-playlist a.track-download {
  background-position: 0 -2082px; }

/*** widgetize jplayer ***/
.span7 .album-snap,
.span6 .album-snap,
.span5 .album-snap,
.span4 .album-snap,
.span3 .album-snap,
.span1 .album-snap {
  display: none; }

.widget .jp-playlist ul {
  margin-left: 0px; }

.widget div.jp-centered {
  margin: 0 155px 0 230px; }

.span7 div.jp-centered,
.span6 div.jp-centered,
.span5 div.jp-centered,
.span4 div.jp-centered,
.span3 div.jp-centered,
.span1 div.jp-centered {
  clear: both;
  margin: 0px; }

.span7 .jp-play-controls,
.span6 .jp-play-controls,
.span5 .jp-play-controls,
.span4 .jp-play-controls,
.span3 .jp-play-controls,
.span1 .jp-play-controls {
  margin-bottom: 20px; }

.span5 div.jp-playlist span.jp-free-media a,
.span4 div.jp-playlist span.jp-free-media a,
.span3 div.jp-playlist span.jp-free-media a,
.span1 div.jp-playlist span.jp-free-media a,
.widget div.jp-time-holder {
  display: none; }

.widget div.jp-interface {
  background-color: #191919;
  padding: 20px;
  margin-bottom: 0px; }

.widget div.jp-title {
  margin-right: 0px; }

.widget div.jp-seek-bar, div.jp-volume-bar,
.widget a.jp-play,
.widget a.jp-pause,
.widget a.jp-stop,
.widget a.jp-previous,
.widget a.jp-next {
  background-color: #0a0a0a; }

.widget div.jp-right {
  top: 20px;
  right: 20px; }

.span5 .widget div.jp-right,
.span4 .widget div.jp-right,
.span3 .widget div.jp-right,
.span1 .widget div.jp-right,
.widget .widget div.jp-right {
  position: static;
  padding-top: 10px; }

.span5 .widget div.jp-vol-controls,
.span4 .widget div.jp-vol-controls,
.span3 .widget div.jp-vol-controls,
.span1 .widget div.jp-vol-controls,
.span5 .widget div.jp-volume-bar,
.span4 .widget div.jp-volume-bar,
.span3 .widget div.jp-volume-bar,
.span1 .widget div.jp-volume-bar {
  display: inline-block; }

.span5 .widget div.jp-volume-bar,
.span4 .widget div.jp-volume-bar,
.span3 .widget div.jp-volume-bar,
.span1 .widget div.jp-volume-bar {
  width: 90px;
  margin-top: 8px;
  float: right; }

.span5 .widget .jp-interface .player-user,
.span4 .widget .jp-interface .player-user,
.span3 .widget .jp-interface .player-user,
.span1 .widget .jp-interface .player-user {
  margin-right: 5px; }

@media (min-width: 1200px) {
  .span5 .widget div.jp-right,
  .span4 .widget div.jp-right,
  .span3 .widget div.jp-right,
  .span1 .widget div.jp-right,
  .widget .widget div.jp-right {
    position: absolute;
    padding-top: 0px; }

  .span5 .widget div.jp-vol-controls,
  .span4 .widget div.jp-vol-controls,
  .span3 .widget div.jp-vol-controls,
  .span1 .widget div.jp-vol-controls,
  .span5 .widget div.jp-volume-bar,
  .span4 .widget div.jp-volume-bar,
  .span3 .widget div.jp-volume-bar,
  .span1 .widget div.jp-volume-bar {
    display: block; }

  .span5 .widget div.jp-volume-bar,
  .span4 .widget div.jp-volume-bar,
  .span3 .widget div.jp-volume-bar,
  .span1 .widget div.jp-volume-bar {
    width: 120px;
    margin-top: 14px;
    float: none; }

  .span5 .widget .jp-interface .player-user,
  .span4 .widget .jp-interface .player-user,
  .span3 .widget .jp-interface .player-user,
  .span1 .widget .jp-interface .player-user {
    margin-right: 20px; } }
@media (max-width: 767px) {
  .jp-play-controls {
    margin-bottom: 30px; }

  div.jp-centered {
    margin: 0px;
    clear: both; }

  .span5 div.jp-playlist span.jp-free-media a,
  .span4 div.jp-playlist span.jp-free-media a,
  .span3 div.jp-playlist span.jp-free-media a,
  .span1 div.jp-playlist span.jp-free-media a {
    display: inline-block; }

  .span5 .widget div.jp-right,
  .span4 .widget div.jp-right,
  .span3 .widget div.jp-right,
  .span1 .widget div.jp-right,
  .widget .widget div.jp-right {
    position: absolute;
    padding-top: 0px; }

  .span5 .widget div.jp-vol-controls,
  .span4 .widget div.jp-vol-controls,
  .span3 .widget div.jp-vol-controls,
  .span1 .widget div.jp-vol-controls,
  .span5 .widget div.jp-volume-bar,
  .span4 .widget div.jp-volume-bar,
  .span3 .widget div.jp-volume-bar,
  .span1 .widget div.jp-volume-bar {
    display: block; }

  .span5 .widget div.jp-volume-bar,
  .span4 .widget div.jp-volume-bar,
  .span3 .widget div.jp-volume-bar,
  .span1 .widget div.jp-volume-bar {
    width: 120px;
    margin-top: 14px;
    float: none; }

  .span5 .widget .jp-interface .player-user,
  .span4 .widget .jp-interface .player-user,
  .span3 .widget .jp-interface .player-user,
  .span1 .widget .jp-interface .player-user {
    margin-right: 10px; } }
@media (max-width: 480px) {
  div.jp-playlist > a {
    display: block; }

  div.jp-playlist span.jp-free-media {
    display: block;
    float: none;
    text-align: left; }

  div.jp-playlist a.track-lyrics,
  div.jp-playlist a.track-download {
    float: right; }

  div.jp-right {
    margin-top: 10px;
    position: static; }

  div.jp-vol-controls,
  div.jp-volume-bar {
    display: inline-block; }

  div.jp-volume-bar {
    width: 90px;
    margin-top: 8px;
    float: right; } }
.da-slider {
  width: 100%;
  min-width: 520px;
  height: 670px;
  position: relative;
  margin: auto auto 25px auto;
  overflow: hidden;
  background: transparent url(../img/waves.gif) repeat 0% 0%;
  -webkit-transition: background-position 1.4s ease-in-out 0.3s;
  -moz-transition: background-position 1.4s ease-in-out 0.3s;
  -o-transition: background-position 1.4s ease-in-out 0.3s;
  -ms-transition: background-position 1.4s ease-in-out 0.3s;
  transition: background-position 1.4s ease-in-out 0.3s; }

.da-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  text-align: left; }

.da-slide-current {
  z-index: 100; }

.da-slider-fb .da-slide {
  left: 100%; }

.da-slider-fb .da-slide.da-slide-current {
  left: 0px; }

.da-slide h2,
.da-slide p,
.da-slide .da-link {
  position: relative;
  opacity: 0; }

.da-slide .da-img {
  position: absolute;
  left: 0%;
  z-index: -1;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover; }

.slide-content {
  width: 260px;
  height: 235px;
  padding: 20px;
  margin-top: 260px;
  z-index: 10;
  overflow: hidden;
  position: relative;
  left: 0px;
  top: 0px; }

.da-slider-fb .da-slide h2,
.da-slider-fb .da-slide p,
.da-slider-fb .da-slide .da-link {
  opacity: 1; }

.da-slider-fb .da-slide .da-img {
  left: 0%; }

.da-slide h2 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
  top: 0px; }

.da-slide p {
  font-size: 13px;
  line-height: 22px;
  color: #ffffff; }

.da-slide .da-img {
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0px; }

.da-slide .da-link {
  display: inline-block;
  *display: inline;
  padding: 5px 15px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-transform: capitalize;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #fff; }

.da-slide hr {
  width: 100%;
  height: 275px;
  margin: 0px;
  border: 0px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9;
  position: absolute;
  left: 0px;
  top: 260px; }

.da-dots {
  width: 100%;
  position: absolute;
  text-align: center;
  left: 0px;
  bottom: 20px;
  z-index: 10;
  -moz-user-select: none;
  -webkit-user-select: none;
  display: none; }

.da-dots span {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e4b42d;
  margin: 3px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset, 1px 1px 1px rgba(255, 255, 255, 0.1); }

.da-dots span.da-dots-current:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -o-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -ms-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); }

.da-arrows {
  width: 940px;
  margin: auto;
  -moz-user-select: none;
  -webkit-user-select: none;
  position: relative;
  top: 435px; }

.da-arrows span {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 300px;
  background-color: #ffffff;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease; }

.da-arrows span:hover {
  background-color: #cccccc; }

.da-arrows span:after {
  width: 11px;
  height: 16px;
  content: '';
  position: absolute;
  top: 17px;
  left: 19.5px;
  background: url(../img/sprites.png) no-repeat 0 -2254px; }

.da-arrows span.da-arrows-next:after {
  background-position: 0 -2208px; }

.da-arrows span.da-arrows-prev {
  top: 50px; }

.da-slide-current h2,
.da-slide-current p,
.da-slide-current .da-link {
  opacity: 1; }

.da-slide-current .da-img {
  left: 0%; }

/* Animation classes and animations */
/* Slide in from the right*/
.da-slide-fromright h2 {
  -webkit-animation: fromRightAnim1 1.8s ease;
  -moz-animation: fromRightAnim1 1.8s ease;
  -o-animation: fromRightAnim1 1.8s ease;
  -ms-animation: fromRightAnim1 1.8s ease;
  animation: fromRightAnim1 1.8s ease; }

.da-slide-fromright p,
.da-slide-fromright .da-link {
  -webkit-animation: fromRightAnim2 1.8s ease;
  -moz-animation: fromRightAnim2 1.8s ease;
  -o-animation: fromRightAnim2 1.8s ease;
  -ms-animation: fromRightAnim2 1.8s ease;
  animation: fromRightAnim2 1.8s ease; }

.da-slide-fromright .da-img {
  -webkit-animation: fromRightAnim4 0.6s ease;
  -moz-animation: fromRightAnim4 0.6s ease;
  -o-animation: fromRightAnim4 0.6s ease;
  -ms-animation: fromRightAnim4 0.6s ease;
  animation: fromRightAnim4 0.6s ease; }

@-webkit-keyframes fromRightAnim1 {
  0% {
    top: -30px;
    opacity: 0; }
  100% {
    top: 0%;
    opacity: 1; } }
@-webkit-keyframes fromRightAnim2 {
  0% {
    top: 30px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }
@-webkit-keyframes fromRightAnim4 {
  0% {
    left: 100%; }
  100% {
    left: 0%; } }
@-moz-keyframes fromRightAnim1 {
  0% {
    top: -30px;
    opacity: 0; }
  100% {
    top: 0%;
    opacity: 1; } }
@-moz-keyframes fromRightAnim2 {
  0% {
    top: 30px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }
@-moz-keyframes fromRightAnim4 {
  0% {
    left: 100%; }
  100% {
    left: 0%; } }
@-o-keyframes fromRightAnim1 {
  0% {
    top: -30px;
    opacity: 0; }
  100% {
    top: 0%;
    opacity: 1; } }
@-o-keyframes fromRightAnim2 {
  0% {
    top: 30px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }
@-o-keyframes fromRightAnim4 {
  0% {
    left: 100%; }
  100% {
    left: 0%; } }
@-ms-keyframes fromRightAnim1 {
  0% {
    top: -30px;
    opacity: 0; }
  100% {
    top: 0%;
    opacity: 1; } }
@-ms-keyframes fromRightAnim2 {
  0% {
    top: 30px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }
@-ms-keyframes fromRightAnim4 {
  0% {
    left: 100%; }
  100% {
    left: 0%; } }
@keyframes fromRightAnim1 {
  0% {
    top: -30px;
    opacity: 0; }
  100% {
    top: 0%;
    opacity: 1; } }
@keyframes fromRightAnim2 {
  0% {
    top: 30px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }
@keyframes fromRightAnim4 {
  0% {
    left: 100%; }
  100% {
    left: 0%; } }
/* Slide in from the left*/
.da-slide-fromleft h2 {
  -webkit-animation: fromLeftAnim1 1.8s ease;
  -moz-animation: fromLeftAnim1 1.8s ease;
  -o-animation: fromLeftAnim1 1.8s ease;
  -ms-animation: fromLeftAnim1 1.8s ease;
  animation: fromLeftAnim1 1.8s ease; }

.da-slide-fromleft p,
.da-slide-fromleft .da-link {
  -webkit-animation: fromLeftAnim2 1.8s ease;
  -moz-animation: fromLeftAnim2 1.8s ease;
  -o-animation: fromLeftAnim2 1.8s ease;
  -ms-animation: fromLeftAnim2 1.8s ease;
  animation: fromLeftAnim2 1.8s ease; }

.da-slide-fromleft .da-img {
  -webkit-animation: fromLeftAnim4 0.6s ease;
  -moz-animation: fromLeftAnim4 0.6s ease;
  -o-animation: fromLeftAnim4 0.6s ease;
  -ms-animation: fromLeftAnim4 0.6s ease;
  animation: fromLeftAnim4 0.6s ease; }

@-webkit-keyframes fromLeftAnim1 {
  0% {
    top: -30px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }
@-webkit-keyframes fromLeftAnim2 {
  0% {
    top: 30px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }
@-webkit-keyframes fromLeftAnim4 {
  0% {
    left: -100%; }
  100% {
    left: 0%; } }
@-moz-keyframes fromLeftAnim1 {
  0% {
    top: -30px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }
@-moz-keyframes fromLeftAnim2 {
  0% {
    top: 30px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }
@-moz-keyframes fromLeftAnim4 {
  0% {
    left: -100%; }
  100% {
    left: 0%; } }
@-o-keyframes fromLeftAnim1 {
  0% {
    top: -30px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }
@-o-keyframes fromLeftAnim2 {
  0% {
    top: 30px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }
@-o-keyframes fromLeftAnim4 {
  0% {
    left: -100%; }
  100% {
    left: 0%; } }
@-ms-keyframes fromLeftAnim1 {
  0% {
    top: -30px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }
@-ms-keyframes fromLeftAnim2 {
  0% {
    top: 30px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }
@-ms-keyframes fromLeftAnim4 {
  0% {
    left: -100%; }
  100% {
    left: 0%; } }
@keyframes fromLeftAnim1 {
  0% {
    top: -30px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }
@keyframes fromLeftAnim2 {
  0% {
    top: 30px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }
@keyframes fromLeftAnim4 {
  0% {
    left: -100%; }
  100% {
    left: 0%; } }
/* Slide out to the right */
.da-slide-toright h2 {
  -webkit-animation: toRightAnim1 1.8s ease;
  -moz-animation: toRightAnim1 1.8s ease;
  -o-animation: toRightAnim1 1.8s ease;
  -ms-animation: toRightAnim1 1.8s ease;
  animation: toRightAnim1 1.8s ease; }

.da-slide-toright p,
.da-slide-toright .da-link {
  -webkit-animation: toRightAnim2 1.8s ease;
  -moz-animation: toRightAnim2 1.8s ease;
  -o-animation: toRightAnim2 1.8s ease;
  -ms-animation: toRightAnim2 1.8s ease;
  animation: toRightAnim2 1.8s ease; }

.da-slide-toright .da-img {
  -webkit-animation: toRightAnim4 0.6s;
  -moz-animation: toRightAnim4 0.6s;
  -o-animation: toRightAnim4 0.6s;
  -ms-animation: toRightAnim4 0.6s;
  animation: toRightAnim4 0.6s; }

@-webkit-keyframes toRightAnim1 {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: -30px;
    opacity: 0; } }
@-webkit-keyframes toRightAnim2 {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: -30px;
    opacity: 0; } }
@-webkit-keyframes toRightAnim4 {
  0% {
    left: 0%; }
  100% {
    left: 100%; } }
@-moz-keyframes toRightAnim1 {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: -30px;
    opacity: 0; } }
@-moz-keyframes toRightAnim2 {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: -30px;
    opacity: 0; } }
@-moz-keyframes toRightAnim4 {
  0% {
    left: 0%; }
  100% {
    left: 100%; } }
@-o-keyframes toRightAnim1 {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: -30px;
    opacity: 0; } }
@-o-keyframes toRightAnim2 {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: -30px;
    opacity: 0; } }
@-o-keyframes toRightAnim4 {
  0% {
    left: 0%; }
  100% {
    left: 100%; } }
@-ms-keyframes toRightAnim1 {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: -30px;
    opacity: 0; } }
@-ms-keyframes toRightAnim2 {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: -30px;
    opacity: 0; } }
@-ms-keyframes toRightAnim4 {
  0% {
    left: 0%; }
  100% {
    left: 100%; } }
@keyframes toRightAnim1 {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: -30px;
    opacity: 0; } }
@keyframes toRightAnim2 {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: -30px;
    opacity: 0; } }
@keyframes toRightAnim4 {
  0% {
    left: 0%; }
  100% {
    left: 100%; } }
/* Slide out to the left*/
.da-slide-toleft h2 {
  -webkit-animation: toLeftAnim1 1.8s ease;
  -moz-animation: toLeftAnim1 1.8s ease;
  -o-animation: toLeftAnim1 1.8s ease;
  -ms-animation: toLeftAnim1 1.8s ease;
  animation: toLeftAnim1 1.8s ease; }

.da-slide-toleft p,
.da-slide-toleft .da-link {
  -webkit-animation: toLeftAnim2 1.8s ease;
  -moz-animation: toLeftAnim2 1.8s ease;
  -o-animation: toLeftAnim2 1.8s ease;
  -ms-animation: toLeftAnim2 1.8s ease;
  animation: toLeftAnim2 1.8s ease; }

.da-slide-toleft .da-img {
  -webkit-animation: toLeftAnim4 0.6s ease;
  -moz-animation: toLeftAnim4 0.6s ease;
  -o-animation: toLeftAnim4 0.6s ease;
  -ms-animation: toLeftAnim4 0.6s ease;
  animation: toLeftAnim4 0.6s ease; }

@-webkit-keyframes toLeftAnim1 {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: -30px;
    opacity: 0; } }
@-webkit-keyframes toLeftAnim2 {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: -30px;
    opacity: 0; } }
@-webkit-keyframes toLeftAnim4 {
  0% {
    left: 0%; }
  100% {
    left: -100%; } }
@-moz-keyframes toLeftAnim1 {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: -30px;
    opacity: 0; } }
@-moz-keyframes toLeftAnim2 {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: -30px;
    opacity: 0; } }
@-moz-keyframes toLeftAnim4 {
  0% {
    left: 0%; }
  100% {
    left: -100%; } }
@-o-keyframes toLeftAnim1 {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: -30px;
    opacity: 0; } }
@-o-keyframes toLeftAnim2 {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: -30px;
    opacity: 0; } }
@-o-keyframes toLeftAnim4 {
  0% {
    left: 0%; }
  100% {
    left: -100%; } }
@-ms-keyframes toLeftAnim1 {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: -30px;
    opacity: 0; } }
@-ms-keyframes toLeftAnim2 {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: -30px;
    opacity: 0; } }
@-ms-keyframes toLeftAnim4 {
  0% {
    left: 0%; }
  100% {
    left: -100%; } }
@keyframes toLeftAnim1 {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: -30px;
    opacity: 0; } }
@keyframes toLeftAnim2 {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: -30px;
    opacity: 0; } }
@keyframes toLeftAnim4 {
  0% {
    left: 0%; }
  100% {
    left: -100%; } }
@media (min-width: 1200px) {
  .da-arrows {
    width: 1170px; } }
@media (min-width: 768px) and (max-width: 979px) {
  .da-slider {
    height: 560px; }

  .da-arrows {
    width: 724px; }

  .slide-content {
    width: 350px;
    height: 190px; }

  .da-arrows span {
    left: 390px; }

  .da-arrows {
    top: 390px; }

  .da-slide hr {
    height: 230px; } }
@media (max-width: 767px) {
  .tp-bar-abs {
    /*position:static;*/ }

  .tp-bar {
    padding-bottom: 0px; }

  .da-slider {
    min-width: 100%;
    height: 220px; }

  .slide-content {
    width: 150px;
    height: 80px;
    margin-top: 50px; }

  .da-slide h2 {
    font-size: 14px; }

  .da-slide p {
    display: none; }

  .da-slide hr {
    height: 120px;
    top: 50px; }

  .da-arrows {
    top: 110px; }

  .da-arrows span {
    width: 30px;
    height: 30px;
    left: 210px; }

  .da-arrows span:after {
    left: 10px;
    top: 7px; }

  .da-arrows span.da-arrows-prev {
    top: 30px; } }
@media (max-width: 480px) {
  .da-slider {
    height: 170px; }

  .slide-content {
    width: 150px;
    height: 80px;
    margin-top: 25px; }

  .da-slide hr {
    top: 25px; }

  .da-arrows {
    top: 85px; } }

/*# sourceMappingURL=style.min.css.map */
