/* #Header
================================================== */
#header {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 30px;
	min-height: 70px;
	background-color: #232323;
	border-bottom: #161616 1px solid;
	background-image: url(../images/header-bg-people.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#header-main-container {
	margin-bottom: 30px;
}
#logo {
	margin-bottom: 30px;
}
.full-width-container {
	padding-top: 30px;
	margin-bottom: 50px;
	background-color: #F0F0F0;
}

/* #Seacrh Form
================================================== */
#search-form {
	color: #acacac;
	padding-right: 37px;
	width: 100%;
	background: transparent;
	background-color: #333;
	border: 1px solid #161616;
	background-image: url(../images/search-form.png);
	background-repeat: no-repeat;
	background-position: right center;
}
/* #Countdown
================================================== */
.countdown {
	text-align: center;
	overflow: hidden;
	margin-bottom: 40px;
	background-color: #FFF;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.countdown .days, .countdown .hours, .countdown .minutes, .countdown .seconds {
	font-size: 25px;
	display: inline-block;
	text-align: left;
	padding: 10px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	line-height: 1.0;
	color: #A6DC2E;
}
.countdown .days:after, .countdown .hours:after, .countdown .minutes:after, .countdown .seconds:after {
	content: attr(data-label);
	position: relative;
	font-size: 12px;
	display: block;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #414141;
	font-weight: normal;
	margin-top: 4px;
}
/* #Page title
================================================== */
#header-bottom {
	background-color: #232323;
	padding-top: 30px;
	padding-bottom: 10px;
	background-image: url(../images/header-bottom-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#header-bottom h3 {
	color: #FFF;
	font-family: 'Oswald', sans-serif;
}
#header-bottom p {
	color: #acacac;
}
/* #Primary navigation
================================================== */
.mobileMenu {
	display: none
}
#primary-nav-holder {
	background-color: #333333;
	width: 100%;
	border-top: 1px solid #414141;
	border-bottom: 1px solid #161616;
}
#primary-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: #161616 1px solid;
	border-right: #414141 1px solid;
	height: 50px;
	float: left;
}
#primary-nav a {
	display: block;
	position: relative;
}
#primary-nav li {
	float: left;
	position: relative;
	z-index: 40;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
#primary-nav li:hover {
	visibility: inherit;
}
#primary-nav ul {
	position: absolute;
	top: -9999em;
	margin: 0px;
	width: 150px; /*THIS*/
}
#primary-nav ul li {
	width: 100%;
}
#primary-nav li:hover ul, #primary-nav li.sfHover ul {
	top: 51px;
	z-index: 99;
}
#primary-nav li:hover li ul, #primary-nav li.sfHover li ul, #primary-nav li li:hover li ul, #primary-nav li li.sfHover li ul, #primary-nav li li li:hover li ul, #primary-nav li li li.sfHover li ul {
	top: -9999em;
	left: 150px; /*THIS*/
}
#primary-nav li li:hover ul, #primary-nav li li.sfHover ul, #primary-nav li li li:hover ul, #primary-nav li li li.sfHover ul, #primary-nav li li li li:hover ul, #primary-nav li li li li.sfHover ul {
	top: 0px;
}
#primary-nav a {
	font-family: 'Oswald', sans-serif;
	border-left: #414141 1px solid;
	border-right: #161616 1px solid;
	text-transform: uppercase;
	border-bottom: none;
	padding: 0 15px;
	font-weight: 400;
	color: #acacac;
	height: 50px;
	line-height: 42px;
	-webkit-transition: background-color .15s ease, color .15s ease, opacity .15s ease-in-out;
	-moz-transition: background-color .15s ease, color .15s ease, opacity .15s ease-in-out;
	-ms-transition: background-color .15s ease, color .15s ease, opacity .15s ease-in-out;
	-o-transition: background-color .15s ease, color .15s ease, opacity .15s ease-in-out;
	transition: background-color .15s ease, color .15s ease, opacity .15s ease-in-out;
	background-image: url(../images/primary-navigation-a.png);
	background-repeat: no-repeat;
	background-position: center 30px;
}
#primary-nav a.current {
	background-color: #414141;
	color: #fff;
	background-image: url(../images/primary-navigation-a-hover.png);
	background-repeat: no-repeat;
	background-position: center 30px;
	text-shadow: 0px 0px 10px #fff;
	filter: dropshadow(color=#fff, offx=0, offy=0);
}
#primary-nav a.current:hover {
}
#primary-nav a:hover, #primary-nav li.sfHover > a, #primary-nav li.current-cat > a, #primary-nav li.current_page_item > a, #primary-nav li.current-menu-item > a {
	background-color: #414141;
	text-shadow: 0px 0px 10px #ffffff;
	color: #fff;
	text-decoration: none;
	background-image: url(../images/primary-navigation-a-hover.png);
	background-repeat: no-repeat;
	background-position: center 30px;
}
#primary-nav ul {
	background-color: #414141;
	padding: 0px;
}
#primary-nav ul li {
	margin: 0px;
	border-top: 1px solid #545454;
	border-bottom: 1px solid #161616;
	float: none;
	background: none;
}
#primary-nav ul li:last-child {
	border-bottom: none;
}
#primary-nav ul li:first-child {
	border-top: none;
}
#primary-nav ul li a {
	background-image: none !important;
	text-transform: inherit;
	color: #acacac;
	font-weight: normal;
	height: 30px;
	line-height: 28px;
	padding: 0px 15px;
	text-decoration: none;
}
#primary-nav li.sfHover ul a {
	font-weight: 300;
}
#primary-nav li.sfHover ul a:hover {
	color: #fff;
}
/* #Artists
================================================== */
.artist {
	background-color: #FFF;
	margin-bottom: 30px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.artist .artist-description {
	padding: 10px 10px 5px 10px;
}
.artist .artist-description .button {
	margin-bottom: 10px;
}
.artist .artist-description .genre {
	margin-bottom: 10px;
}
.artist .artist-description .genre li {
	margin-bottom: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #ededed;
	display: inline-block;
	padding: 2px 8px;
	font-size: 85%;
}
.artist .artist-description .genre li a {
}
.artist .artist-description .genre li a:hover {
	color: #161616;
	text-decoration: underline;
}
.artist .artist-description .genre li:hover {
}
/* #Events
================================================== */
.event {
	background-color: #FFF;
	margin-bottom: 30px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.event-list {
	margin-bottom: 60px;
}
.event-list > .event {
	margin-bottom: 10px;
}
.event .event-visual {
}
.event .event-description {
	padding: 10px;
}
.event-date-holder {
	min-width: 40px;
	margin-right: 15px;
	float: left;
	margin-bottom: 8px;
	color: #414141;
	padding-bottom: 2px;
}
.event .event-description .event-date-holder h3.event-date-number {
	font-size: 32px;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 2px;
	color: #A6DC2E;
	line-height: 1.0;
}
.event .event-description .event-date-holder .event-date-month {
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #acacac;
}
.event-description .event-details-holder {
	padding-left: 10px;
	margin-left: 45px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ededed;
}
.event .event-description h4 {
	margin-bottom: 7px;
}
.event .event-description .event-location {
	margin-bottom: 0px;
	background-image: url(../images/location.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 18px;
}
ul.event-details {
	margin-bottom: 30px;
}
ul.event-details li {
	display: block;
	position: relative;
}
ul.event-details li span {
	position: absolute;
}
ul.event-details li div {
	margin-left: 100px;
	font-weight: bold;
}

/* #Releases
================================================== */
.release {
	background-color: #FFF;
	margin-bottom: 30px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.release .release-visual {
	background-color: #fff;
	position: relative;
}
.release .release-description {
	padding: 10px 10px 5px 10px;
}
.release .release-description .artist-name {
	display: block;
	margin-bottom: 10px;
	color: #414141;
	font-size: 85%;
}
.release .release-description .album {
	display: block;
	margin-bottom: 10px;
}
.release .release-footer {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ededed;
}
.release .release-footer .button {
	margin-bottom: 10px;
}
.release .release-footer .price {
	margin: 0px;
	float: right;
}
/* #Thumb Overlay
================================================== */
.thumb-overlay {
	cursor: pointer;
	display: block;
	overflow: hidden;
	position: relative;
}
.thumb-overlay .effect {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
	top: 0;
	left: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	background-color: transparent;
	background-image: url(../images/effect-80.png);
	background-repeat: repeat;
}
.thumb-overlay:hover .effect {
	opacity: 1;
	filter: alpha(opacity=100);
}
.thumb-overlay span.caption-text {
	display: none;
	text-align: center;
	padding: 0 10px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	font-size: 1.2em;
	margin-top: -0.75em;
}
.thumb-overlay span.caption-text:hover {
	display: block;
}
/* #Sidebar
================================================== */
#sidebar {
}
#sidebar .widget {
	margin-bottom: 30px;
	clear: both;
	background-color: #FFF;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
#sidebar .widget > .event {
	margin-bottom: 0px;
	box-shadow: none;
}
#sidebar .widget h5.widget-title {
	font-size: 14px;
	background-color: #414141;
	color: #FFF;
	margin: 0px;
	height: 40px;
	line-height: 37px;
	font-family: 'Oswald', sans-serif;
	padding: 0 10px 0 10px;
	text-transform: uppercase;
	font-weight: 300;
	background-image: url(../images/sidebar-title-hover-a.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-shadow: 0px 0px 10px #fff;
	filter: dropshadow(color=#fff, offx=0, offy=0);
}
#sidebar .widget .widget-content {
	padding: 10px;
}
#sidebar .widget .footer {
	display: block;
	background-color: #232323;
}
#sidebar .widget .footer a {
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	color: #a6dc2e;
	background-color: #333;
	text-transform: uppercase;
	height: 40px;
	line-height: 43px;
	padding: 0 10px 0 10px;
	background-image: url(../images/border-vertical.png);
	background-repeat: repeat-y;
	background-position: right top;
}
#sidebar .widget .footer a:hover {
	color: #a6dc2e;
}
/* #Top Music
================================================== */
ul.top-music {
	list-style: none;
	margin-bottom: 0px;
}
ul.top-music li {
	padding: 10px;
	position: relative;
	overflow: hidden;
	color: #414141;
	border-bottom: 1px solid #ededed;
}
ul.top-music li:hover {
	cursor: pointer;
	background-color: #F5F5F5;
}
ul.top-music li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
ul.top-music li img {
	float: left;
	width: 50px;
	height: 50px;
	position: relative;
	margin-right: 10px;
	border: 1px solid #ededed;
}
ul.top-music li h5 {
	font-family: 'Oswald', sans-serif;
	margin-bottom: 3px;
}
ul.top-music li span.label-name {
	color: #acacac;
	font-size: 85%;
}
ul.top-music li span.chart-number {
	color: #ededed;
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
	position: absolute;
	right: 10px;
	bottom: 8px;
	line-height: 32px;
}
ul.top-music li:hover > span.chart-number {
	color: #A6DC2E;
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}
/* #Category Widget
================================================== */
#sidebar ul.category {
	list-style-type: none;
}
#sidebar ul.category li {
	display: block;
	color: #414141;
	border-bottom: 1px solid #ededed;
	background-image: url(../images/widget-category-li.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 5px 5px 5px 30px;
}
#sidebar ul.category li:hover {
	background-color: #F5F5F5;
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}
#sidebar ul.category li:hover {
	background-image: url(../images/widget-category-li-hover.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#sidebar ul.category li a {
	color: #414141;
	display: block;
}
#sidebar ul.category li a:hover {
	color: #A6DC2E;
}
/* #Blog
================================================== */
.blog-post {
	border-bottom: 1px solid #acacac;
	margin-bottom: 30px !important;
	overflow: hidden;
}
.blog-post .blog-visual {
	margin-bottom: 10px;
	background-color: #FFF;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.blog-post .blog-details {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}
.blog-post .blog-date-holder {
	text-align: center;
	float: left;
	padding: 10px;
	background-color: #FFF;
	min-width: 40px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.blog-post h3.blog-date-number {
	font-family: 'Oswald', sans-serif;
	color: #A6DC2E;
	font-size: 32px;
	margin-bottom: 2px;
	line-height: 1.0;
}
.blog-post .blog-date-month {
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #acacac;
}
.blog-post .blog-title-holder {
	padding-left: 10px;
	margin-left: 70px;
}
.blog-post h4.blog-title {
	margin-bottom: 7px;
	padding-top: 10px;
}
.blog-post p.blog-comments {
	margin-bottom: 0px;
	background-image: url(../images/comments.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 24px;
}
/* #Blog Comments
================================================== */
ol.comments-list {
	list-style: none;
	margin-left: 0px;
	margin-bottom: 30px;
}
ol.comments-list li {
	margin-bottom: 20px;
}
ol.comments-list li .comment {
	clear: both;
}
ol.comments-list li .comment .comment-avatar {
	width: 46px;
	height: 46px;
	background-color: #FFF;
	padding: 2px;
	float: left;
}
ol.comments-list li .comment .comment-text {
	margin-left: 60px;
	background-color: #fff;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	padding: 10px;
}
ol.comments-list li .comment .comment-text .comment-meta {
	color: #acacac;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ededed;
}
ol.comments-list li .comment .comment-text .comment-meta h5.comment-author {
	color: #414141;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	margin-bottom: 7px;
}
ol.comments-list li .comment .comment-text .comment-meta .comment-date {
}
ol.comments-list li .comment .comment-text p {
	margin-bottom: 10px;
}
ol.comments-list li ul.children {
	margin: 20px 0 20px 60px;
}
/* #Blog Respond
================================================== */
#comment-respond {
	margin-bottom: 30px;
	padding: 10px;
	background-color: #FFF;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	font-weight: normal;
}
#comment-respond h4 {
	border-bottom: 1px solid #ededed;
	padding-bottom: 10px;
}
#comment-respond .button {
	width: inherit;
}
#comment-respond .button, #comment-respond form {
	margin-bottom: 10px;
}
#comment-respond input, #comment-respond textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
/* #Pagination
================================================== */
ul.pagination {
	display: block;
	height: 24px;
	margin-left: -5px;
	margin-bottom: 40px;
}
ul.pagination li {
	background-image: url(../images/ui/button.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
	float: left;
	display: block;
	height: 24px;
	margin-left: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #dedede #d8d8d8 #d3d3d3;
}
ul.pagination li a {
	color: #999;
	display: block;
	line-height: 24px;
	padding-left: 8px;
	padding-right: 8px;
}
ul.pagination li.current a, ul.pagination li:hover a, ul.pagination li a:focus {
	background-color: #f4f4f4;
	color: #000;
	border-color: #c7c7c7 #c3c3c3 #bebebe;
}
/* #Contact Form
================================================== */
#contact-form input, #contact-form textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
#contact-form {
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 30px;
}
#contact-form .button {
	width: inherit;
	margin-bottom: 10px;
}
#contact-form h4 {
	border-bottom: 1px solid #EDEDED;
	padding-bottom: 10px;
}
/* #Twitter Widget
================================================== */
.tweet {
}
ul.tweet_list {
	list-style-type: none;
	margin-bottom: 0px;
}
ul.tweet_list li:last-child {
	margin-bottom: 0px;
	border-bottom: none;
}
ul.tweet_list li {
	padding: 10px 10px 10px 40px;
	margin: 0px;
	overflow: hidden;
	color: #414141;
	border-bottom: 1px solid #ededed;
	background-image: url(../images/twitter-bird.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
ul.tweet_list li:hover {
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	background-image: url(../images/twitter-bird-hover.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-color: #f5f5f5;
}
ul.tweet_list li a {
	color: #A6DC2E;
}
ul.tweet_list li a:hover {
	color: #333333;
	text-decoration: underline;
}
ul.tweet_list li.tweet_first {
}
ul.tweet_list li a.tweet_avatar {
}
ul.tweet_list li span.tweet_text {
	display: block;
	margin-bottom: 10px;
}
ul.tweet_list li span.tweet_time {
	display: block;
	margin-bottom: 0px;
}
ul.tweet_list li span.tweet_time a {
	text-decoration: none;
	color: #acacac;
}
ul.tweet_list li span.tweet_time a:hover {
	color: #414141;
}

/* #Image framnes
================================================== */
.frame-one {
	background-color: #FFF;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	margin-bottom: 30px;
}
/* #Footer
================================================== */
#footer {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: 70px;
	background-color: #232323;
	border-bottom: #161616 1px solid;
	background-image: url(../images/border-horizontal.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 60px;
}
#footer h5 {
	font-size: 14px;
	text-shadow: 0px 0px 10px #fff;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	color: #FFF;
	font-weight: 300;
}
#footer p, #footer a {
	color: #acacac;
}
#footer a:hover {
	color: #A6DC2E;
}
#footer p a {
	color: #FFF;
}
/* #Copyright
================================================== */
#copyright {
	text-transform: uppercase;
	padding-top: 15px;
	background-color: #333333;
	width: 100%;
	font-size: 85%;
	border-top: 1px solid #414141;
	border-bottom: 1px solid #161616;
}
#copyright p {
	color: #acacac;
}
#copyright a {
	color: #fff;
}
#copyright a:hover {
	color: #A6DC2E;
}
/* #Nivo SLider
================================================== */
.nivoSlider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
	border: 1px solid #fff;
	background-color: #fff;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.nivoSlider.simple {
	margin: 0px !important;
	border: none !important;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	max-width: none;
}
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
}
.nivoSlider a {
	border: 0;
	display: block;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}
.nivo-directionNav a {
	display: block;
	position: absolute;
	top: 45%;
	z-index: 9;
	cursor: pointer;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	border: 0;
	background-image: url(../images/arrows.png);
	background-repeat: no-repeat;
}
a.nivo-nextNav {
	background-position: -30px 0;
	right: 15px;
}
.nivo-nextNav {
	right: 0px;
}
a.nivo-prevNav {
	left: 15px;
}
.nivo-caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #161616;
	color: #fff;
	width: 100%;
	z-index: 8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter: alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding: 5px;
	margin: 0;
}
.nivo-html-caption {
	display: none;
}
.nivo-caption a {
	color: #fff;
	display: inline !important;
}
.nivo-caption a:hover {
	color: #fff;
}
.nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}
.nivo-box img {
	display: block;
}
/* #Social Icons
================================================== */
.widget .social-icons {
	margin-bottom: 0px;
}
.social-icons {
	margin-bottom: 30px;
	display: block;
	overflow: hidden;
}
.social-icons a {
	float: left;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	margin: 0 5px 5px 0;
}
.social-icons a.twitter {
	background-image: url(../images/twitter.png);
}
.social-icons a.forrst {
	background-image: url(../images/forrst.png);
}
.social-icons a.dribbble {
	background-image: url(../images/dribbble.png);
}
.social-icons a.wordpress {
	background-image: url(../images/wordpress.png);
}
.social-icons a.skype {
	background-image: url(../images/skype.png);
}
.social-icons a.youtube {
	background-image: url(../images/youtube.png);
}
.social-icons a.rss {
	background-image: url(../images/rss.png);
}
.social-icons a.lastfm {
	background-image: url(../images/lastfm.png);
}
.social-icons a.newsvine {
	background-image: url(../images/newsvine.png);
}
.social-icons a.deviantart {
	background-image: url(../images/deviantart.png);
}
.social-icons a.googleplus {
	background-image: url(../images/googleplus.png);
}
.social-icons a.feedburner {
	background-image: url(../images/feedburner.png);
}
.social-icons a.digg {
	background-image: url(../images/digg.png);
}
.social-icons a.vimeo {
	background-image: url(../images/vimeo.png);
}
.social-icons a.sharethis {
	background-image: url(../images/sharethis.png);
}
.social-icons a.blogger {
	background-image: url(../images/blogger.png);
}
.social-icons a.flickr {
	background-image: url(../images/flickr.png);
}
.social-icons a.linkedin {
	background-image: url(../images/linkedin.png);
}
.social-icons a.tumblr {
	background-image: url(../images/tumblr.png);
}
.social-icons a.facebook {
	background-image: url(../images/facebook.png);
}
/* #Custom Lists
================================================== */
li.plus-list, li.minus-list, li.check-list, li.user-list, li.arrow-list, li.time-list, li.home-list, li.attach-list, li.calendar-list, li.display-list, li.telephone-list, li.mail-list, li.warning-list, li.location-list, li.heart-list, li.search-list, li.download-list {
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
}
li.plus-list {
	background-image: url(../images/plus.png);
}
li.minus-list {
	background-image: url(../images/minus.png);
}
li.check-list {
	background-image: url(../images/check.png);
}
li.user-list {
	background-image: url(../images/user.png);
}
li.arrow-list {
	background-image: url(../images/arrow.png);
}
li.time-list {
	background-image: url(../images/time.png);
}
li.home-list {
	background-image: url(../images/home.png);
}
li.attach-list {
	background-image: url(../images/attach.png);
}
li.calendar-list {
	background-image: url(../images/calendar.png);
}
li.display-list {
	background-image: url(../images/display.png);
}
li.telephone-list {
	background-image: url(../images/telephone.png);
}
li.mail-list {
	background-image: url(../images/mail.png);
}
li.warning-list {
	background-image: url(../images/warning.png);
}
li.location-list {
	background-image: url(../images/location.png);
}
li.heart-list {
	background-image: url(../images/heart.png);
}
li.search-list {
	background-image: url(../images/search.png);
}
li.download-list {
	background-image: url(../images/download.png);
}


/*MP3 Player*/
.playlist {margin-bottom:30px;}
.playlist .mp3-player {margin-bottom:0px; border-bottom:none;}
.playlist .mp3-player:first-child {}
.playlist .mp3-player:last-child {border-bottom: 1px solid #161616 !important;}

.mp3-player {
	border: 1px solid #161616;
	margin-bottom:30px;}

.mp3-player .track-name {
	background-color:#232323;
	padding:10px;
	border-bottom: 1px solid #161616;
	border-top: 1px solid #414141;
}
.mp3-player .track-name p {color:#ededed; margin:0px;}

.mejs-container {
	border-top: 1px solid #414141;
	position: relative;
	text-align: left;
	vertical-align: top;
	text-indent: 0;
	background-color: #333333;
}
.mejs-container .mejs-controls {
	position: absolute;
	background: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 0;
	height: 30px;
	width: 100%;
}


.me-plugin {
	position: absolute;
}

.mejs-embed, .mejs-embed body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	overflow: hidden;
}

.mejs-container-fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
	width: 100%;
	height: 100%;
}

/* Start: LAYERS */
.mejs-background {
	position: absolute;
	top: 0;
	left: 0;
}
.mejs-mediaelement {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mejs-poster {
	position: absolute;
	top: 0;
	left: 0;
}
.mejs-poster img {
	border: 0;
	padding: 0;
	border: 0;
	display: block;
}
.mejs-overlay {
	position: absolute;
	top: 0;
	left: 0;
}
.mejs-overlay-play {
	cursor: pointer;
}
.mejs-overlay-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background-image: url(../images/bigplay.png);
	background-repeat: no-repeat;
}
.mejs-overlay:hover .mejs-overlay-button{
	background-position: 0 -100px ;
}
.mejs-overlay-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: #333;
	background-image: url(../images/background.png);
	background: rgba(0, 0, 0, 0.9);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.9)), to(rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: -moz-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: -o-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: -ms-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: linear-gradient(rgba(50,50,50,0.9), rgba(0,0,0,0.9));
}
.mejs-overlay-loading span {
	display: block;
	width: 80px;
	height: 80px;
	background-color: transparent;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

/* End: LAYERS */

/* Start: CONTROL BAR */

.mejs-container .mejs-controls  div {
	list-style-type: none;
	background-image: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 26px;
	height: 26px;
	font-size: 11px;
	line-height: 11px;
	background: 0;
	font-family: Helvetica, Arial;
	border: 0;
}

.mejs-controls .mejs-button button {
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	margin: 7px 5px;
	padding: 0;
	position: absolute;
	height: 16px;
	width: 16px;
	border: 0;
	background-color: transparent;
	background-image: url(../images/controls.png);
	background-repeat: no-repeat;
}

/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {}

/* End: CONTROL BAR */

/* Start: Time (current / duration) */
.mejs-container .mejs-controls .mejs-time {
	color: #fff;
	display: block;
	height: 17px;
	width: auto;
	padding: 8px 3px 0 3px ;
	overflow: hidden;
	text-align: center;
	padding: auto 4px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
.mejs-container .mejs-controls .mejs-time span {
	font-size: 11px;
	color: #acacac;
	line-height: 12px;
	display: block;
	float: left;
	margin: 1px 2px 0 0;
	width: auto;
}
/* End: Time (current / duration) */


/* Start: Play/pause */
.mejs-controls .mejs-play button {
	background-position:0 0;
}
.mejs-controls .mejs-pause button {
	background-position:0 -16px;
}
/* End: Play/pause */


/* Stop */
.mejs-controls .mejs-stop button {
	background-position: -112px 0;
}
/* End: Play/pause */

/* Start: Progress bar */
.mejs-controls div.mejs-time-rail {
	width: 200px;
	padding-top: 5px;
}
.mejs-controls .mejs-time-rail span {
	display: block;
	position: absolute;
	width: 180px;
	height: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
	margin: 5px;
	background: #232323;
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
	width:100%;
	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: -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: -ms-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: 15px 15px;
	-moz-background-size: 15px 15px;
	-o-background-size: 15px 15px;
	background-size: 15px 15px;
	-webkit-animation: buffering-stripes 2s linear infinite;
	-moz-animation: buffering-stripes 2s linear infinite;
	-ms-animation: buffering-stripes 2s linear infinite;
	-o-animation: buffering-stripes 2s linear infinite;
	animation: buffering-stripes 2s linear infinite;
}

@-webkit-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-moz-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-ms-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-o-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #414141;
	width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
	width: 0;
	background: #A6DC2E;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
	display: none;
	position: absolute;
	margin: 0;
	width: 10px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	border: solid 2px #333;
	top: -2px;
	text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	background: #eee;
	width: 36px;
	height: 17px;
	border: solid 1px #333;
	top: -26px;
	margin-left: -18px;
	text-align: center;
	color: #111;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
	margin: 2px;
	width: 30px;
	display: block;
	text-align: center;
	left: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	border: solid 5px #eee;
	border-color: #eee transparent transparent transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: 15px;
	left: 13px;

}




/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress bar */

/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
	background-position:-32px 0;
}
.mejs-controls .mejs-unfullscreen button {
	background-position:-32px -16px;
}
/* End: Fullscreen */


/* Start: Mute/Volume */
.mejs-controls .mejs-volume-button {
}

.mejs-controls .mejs-mute button {
	background-position:-16px -16px;
}

.mejs-controls .mejs-unmute button {
	background-position:-16px 0;
}

.mejs-controls .mejs-volume-button {
	position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
	display: none;
	height: 115px;
	width: 25px;
	background-image: url(../images/background.png);
	background: rgba(50, 50, 50, 0.7);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: -115px;
	left: 0;
	z-index: 1;
	position: absolute;
	margin: 0;
}
.mejs-controls .mejs-volume-button:hover {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.5);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	position: absolute;
	left: 4px;
	top: -3px;
	width: 16px;
	height: 6px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	cursor: N-resize;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin: 0;
}


/* horizontal version */

.mejs-controls div.mejs-horizontal-volume-slider {
	height: 26px;
	width: 60px;
	position: relative;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	position: absolute;
	left: 0;
	top: 11px;
	width: 50px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	background: #414141;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	left: 0;
	top: 11px;
	width: 50px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #acacac;
}


.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	display: none;
}

/* End: Mute/Volume */




/* Start: TRACK (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
	position: relative;
}

.mejs-controls .mejs-captions-button button {
	background-position:-48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -10px;
	width: 130px;
	height: 100px;
	background-image: url(../images/background.png);
	background: rgba(50,50,50,0.7);
	border: solid 1px transparent;
	padding: 10px;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}
*/

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li{
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display:block;
	color: #fff;
	overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{
	width: 100px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
	font-size: 10px;
	margin: 0 0 5px 0;
}


.mejs-chapters {
	position: absolute;
	top: 0;
	left: 0;
	-xborder-right: solid 1px #fff;
	width: 10000px;
	z-index: 1;
}
.mejs-chapters .mejs-chapter {
	position: absolute;
	float: left;
	background: #222;
	background: rgba(0, 0, 0, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7)); 
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);		
	overflow: hidden;
	border: 0;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block {
	font-size: 11px;
	color: #fff;
	padding: 5px;
	display: block;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	cursor: pointer;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
	border-right: none;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
	/*background: #333;*/
	background: #666;
	background: rgba(102,102,102, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102,102,102,0.7)), to(rgba(50,50,50,0.6)));
	background: -webkit-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -moz-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -o-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -ms-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: linear-gradient(rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232);		
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{
	font-size: 12px;
	font-weight: bold;
	display: block;
	white-space:nowrap;
	text-overflow: ellipsis;
	margin: 0 0 3px 0;
	line-height: 12px;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{
	font-size: 12px;
	line-height: 12px;
	margin: 3px 0 4px 0;
	display: block;
	white-space:nowrap;
	text-overflow: ellipsis;
}


.mejs-captions-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align:center;
	/*font-weight: bold;*/
	line-height: 22px;
	font-size: 12px;
	color: #fff;
}
.mejs-captions-layer  a {
	color: #fff;
	text-decoration: underline;
}
.mejs-captions-layer[lang=ar] {
	font-size: 20px;
	font-weight: normal;
}

.mejs-captions-position {
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0;
}

.mejs-captions-position-hover {
	bottom: 45px;
}

.mejs-captions-text {
	padding: 3px 5px;
	background-image: url(../images/background.png);
	background: rgba(20, 20, 20, 0.8);

}
/* End: TRACK (Captions and Chapters) */



.mejs-clear {
	clear: both;
}

.me-cannotplay {
}
.me-cannotplay a {
	color: #fff;
	font-weight: normal;
	text-decoration:underline;
}
.me-cannotplay span {
	padding: 5px 10px 0 10px;
	display: block;
}
/* End: ERROR */


/* Start: Loop */
.mejs-controls .mejs-loop-off button{
	background-position: -64px -16px;
}
.mejs-controls .mejs-loop-on button {
	background-position: -64px 0;
}
/* End: Loop */

/* Start: backlight */
.mejs-controls .mejs-backlight-off button{
	background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-on button {
	background-position: -80px 0;
}
/* End: backlight */


/* Start: picture controls */
.mejs-controls .mejs-picturecontrols-button{
	background-position: -96px 0;
}
/* End: picture controls */


/* context menu */
.mejs-contextmenu {
	position: absolute;
	width: 150px;
	padding: 10px;
	border-radius: 4px;
	top: 0;
	left: 0;
	background: #fff;
	border: solid 1px #999;
	z-index: 1001; /* make sure it shows on fullscreen */
}
.mejs-contextmenu .mejs-contextmenu-separator {
	height: 1px;
	font-size: 0;
	margin: 5px 6px;
	background: #333;	
}

.mejs-contextmenu .mejs-contextmenu-item {
	font-family: Helvetica, Arial;
	font-size: 12px;
	padding: 4px 6px;
	cursor: pointer;
	color: #333;	
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
	background: #2C7C91;
	color: #fff;
}


/* Start: SourceChooser */
.mejs-controls .mejs-sourcechooser-button {
	position: relative;
}

.mejs-controls .mejs-sourcechooser-button button {
	background-position: -128px 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -10px;
	width: 130px;
	height: 100px;
	background-image: url(../images/background.png);
	background: rgba(50,50,50,0.7);
	border: solid 1px transparent;
	padding: 10px;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li{
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display:block;
	color: #fff;
	overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input{
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label{
	width: 100px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}
/* End: SourceChooser */


/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
.mobileMenu {
	display: block;
	width: 100%;
	height: 40px;
	margin: 10px 0 10px 0;
	border: none;
	outline: none;
	cursor: pointer;
}
#primary-nav {
	display: none;
}
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 959px) {
}
 @media only screen and (max-width: 767px) {
.nivo-caption {
	display: none !important;
}
#footer .columns, #footer .column {
	margin-bottom: 30px;
	background-image: url(../images/border-horizontal.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#footer .columns:last-child, #footer .column:last-child {
	background-image: none;
	margin-bottom: 0px;
}
iframe, object, embed {
	width: 100%;
	height: auto;
}
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
}
