/* 
Theme Name: MusicPlay (shared on Theme123.Net)
Theme URI: http://themeforest.net/
Description: Designed by <a href="http://themeforest.net/user/AivahThemes">AivahThemes</a>. This Theme for WordPress is lightweight and adaptable. Theme comes with ease in usability which makes your site ready in minutes. 
Version: 1.7.2
Author: <a href="http://themeforest.net/user/AivahThemes">AivahThemes</a>
Author URI: http://themeforest.net/user/AivahThemes
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, white, two-columns, custom-background, translation-ready, custom-menu
Text Domain: musicplay

This theme, like WordPress, is licensed under the GPL.
*/

@import url('css/shortcodes.css');
@import url('css/fontawesome/css/font-awesome.css');

 
/**
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * @used from twentythirteen theme to maintain WP Native Styling
 * ----------------------------------------------------------------------------
 */

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

*::-moz-selection {
    background-color: #01749F;
    color: #FFFFFF;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu {
	margin: 16px 0;
	padding: 0 0 0 40px;
}


ul {
	list-style: disc outside none;
	margin-left: 8px;
}

ol {
    list-style: decimal outside none;
    margin-left: 15px;
}

ul, ol {
    margin-bottom: 20px;
	padding: 0px;
}

.content-area li {
	margin-left: 1em;
	padding: 3px 0;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #01749F;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

/* Pre Wrap Code */

pre {
	background: url("images/code_bg.png") repeat scroll left top #f6f6f6;
	font: 12px "Courier 10 Pitch", Courier, monospace;
	line-height: 21px;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 20px 30px;
	border: 1px solid #e2eeee;
	color: #444444;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	-webkit-border-radius:	3px;
	-moz-border-radius:		3px;
	border-radius:			3px;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

code {
	background-color:#f7f7f7;
	display: block;
	font: 12px/18px Consolas,"Courier New",Courier,monospace;
	border: 1px solid #e2e2e2;
	overflow: auto;
	padding: 10px 18px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

#player-meta { display:none; }

/* Clearfix -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.clear	{ 
	clear: both;
	display: block;
	width: 0; 
	height: 0;
	visibility: hidden;
}

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

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

figure img { width: auto; max-width: 100%; height: auto; }

blockquote {
	border-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 6px;
	color: #999999;
	line-height: 1.5em;
	margin: 0 1em 1em 0;
	padding-left:20px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* FadeIn on Scroll*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
 .demo { opacity: 0;}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* General */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

body { margin:0; padding:0; }
#bodybg {  height:100%; width:100%; position:fixed; top:0; z-index:-1;}

body, input, select, textarea  { 
	font: normal 13px/1.6 'Helvetica-Neue', Helvetica, Arial, Sans-serif;
	color: #444444;
}

#pagebg {
	position:fixed;
	top:0; 
	z-index:-1;
	min-width:100%;
	min-height:100%;
	background-attachment: fixed;
}

.bodyoverlay {
	position: fixed;
	top: 0;
	background-repeat: repeat;
	background-position: top left;
	background-attachment: scroll;
	z-index: 0;
	width: 100%;
	height: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

a {
	color: #333333;
	text-decoration: none;
	-webkit-transition:	all .3s ease-out;
	-moz-transition: 	all .3s ease-out;
	transition: 		all .3s ease-out;
}

a:focus {
	outline: none;
}

a:hover {
	color: #01749F;
	text-decoration: none;
	outline: 0;
}

.ribbon { position:absolute; top:0; right:0; z-index:2; }
.preloader { display:block; background:url('ajax-loader.gif') center center no-repeat #ffffff; }

.imageborder {
	position: relative;
	margin: 0;
	padding: 3px;
	box-sizing: border-box;
	border: 1px solid #dddddd;
	-webkit-transition:	all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.imageborder:hover { background-color:#01749F !important; }

/* Google Map Responsive Fix */
.atpimage { position:absolute; display:inline-block; }
.atpmap img { width: auto !important; max-width: none; }

/* Google Map Shadow */
.atpmap-shadow {
	position: relative;
	border: 1px solid #e9e9e9;
	background-color: ff00ff;
	padding: 8px;
}


/**
 * Headings
 * ----------------------------------------------------------------------------
 */

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 25px 0;
	font-family:  "Open Sans",Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-weight:400;
}

h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

h1 small, 
h2 small, 
h3 small, 
h4 small, 
h5 small, 
h6 small {
	font-weight: normal;
	line-height: 1;
}

h1 small { font-size: 20px; }
h2 small { font-size: 16px; }
h3 small { font-size: 14px; }
h4 small { font-size: 12px; }

/**
 * Site Structure
 * ----------------------------------------------------------------------------
 */

#boxed #wrapper {
	position: relative;
	width: 1000px;
	margin: 40px auto;
}

.inner {
	position:relative;
	max-width: 960px;
	margin: 0 auto;
}

.one_half		{ width: 48%; }
.one_third		{ width: 30.5%; }
.two_third		{ width: 65.3%; }
.one_fourth		{ width: 21.9%; }
.one_fifth		{ width: 16.7%; }
.three_fourth	{ width: 74.0%; }
.four_fifth		{ width: 79.0%; }
.two_fifth		{ width: 37.2%; }
.three_fifth	{ width: 58.0%; }
.one_sixth		{ width: 13.3%; }
.five_fifth		{ width: 82.7%; }

.one_half, 
.one_third, 
.two_third, 
.one_fourth, 
.one_fifth, 
.four_fifth, 
.one_sixth, 
.five_fifth, 
.two_fifth, 
.three_fifth, 
.three_fourth   {
	position: relative;
	display:inline;
	display: inline-block;
	float: left;
	margin-right: 4%;
	margin-bottom:15px;
}

.last { margin-right: 0 !important; }

/**
 * Primary Content Area
 * ----------------------------------------------------------------------------
 */
#main {
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 1);
	padding: 40px 0 0 0;
	position:relative;
	z-index:17;
}

.pagemid {
	position: relative;
	margin: 0 auto;
	padding-bottom:40px;
}

.pagemid > .inner { max-width:960px; }

.pagemid:after,
.pagemid:before {
	clear:both;
	content: "";
	display: table;
	}
.pagemid_section { 
	position: relative;
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 0;
	top:-40px;
	bottom:-40px;
	}
.pagemid_section .edit-link{

padding:10px;

}
.section_row {
	border-style: solid;
	border-color: #dddddd;
	border-width:0 0 1px 0;
	padding: 30px 0;
	background-attachment: fixed;
	background-size: 100% 100%;
}
.section_inner {
    margin: 0 auto;
    width: 960px;
}
/**
 * Sidebars - Left and right
 * ----------------------------------------------------------------------------
 */

/* Left Sidebar */
.leftsidebar .content-area { 
	float: right; 
	width: 70%; 
	padding-left: 20px;
	}
.leftsidebar #sidebar { 
	position: relative; 
	float: left; 
	width: 29%; 
	}

.leftsidebar #sidebar .sidebar-inner { padding: 0 20px 0px 0; }	 

/* Right Sidebar */
.rightsidebar .content-area { 
	float: left; 
	width: 71%; 
	padding-right: 20px; 
	}
.rightsidebar #sidebar {
	position: relative;
	float: right;
	width: 29%;
	}
.rightsidebar #sidebar .sidebar-inner{ padding: 0 0 0 20px; } 

/**
 * Featured Slider
 * ----------------------------------------------------------------------------
 */

#featured_slider {
	position: relative;
	padding: 0;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 1);
	z-index: 9;
}

.slider_stretched { margin: 0 auto; }
.slider_wrapper { max-width: 960px; margin: 0 auto; }

.videoslider iframe,
.staticslider img{
	max-width:100%;
	display: block;
	margin: 0 auto;
}
.ei-slider-thumbs li a:hover,
.ei-slider-thumbs li.ei-slider-element{ background-color: #24A5D9; width: 95px; }

/**
 * Header and Logo
 * ----------------------------------------------------------------------------
 */

.logo {
	position: relative;
	*display: inline;
	display: inline-block;
	float: left;
	min-width: 100px;
	padding: 0;
	margin: 10px auto;
	vertical-align: middle;
}
.logo a { display:block;}

/* Site Title and Description */

h1#site-title { margin: 0; }
h1#site-title a { 
	font-size: 30px;
	line-height: 38px;
	color: #666666;
	font-weight: bold;
	letter-spacing: -1px;
}
h2#site-description {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	color: #999999;
	text-decoration: none;
}

.topbar .one_half.last { text-align:right; }
.login h1 a { background-size: none; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Header Shrinking Effect */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.fixed-header{ 
	width: 100%;
	top: 0;
}
.scroll{
	position: fixed !important; 
	width: 100%;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0 !important;
	border-bottom: 3px solid #01749F;
	background: rgb(255, 255, 255)!important; 
	background: rgba(255, 255, 255, 0.95)!important; 
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Header Style 1 */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.header { position:relative; z-index: 20;}
#header{
	margin-bottom: 20px;
	padding: 10px 0;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 1);
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Header Version 2*/
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#header-s2 { 
	position: relative;
	margin-bottom: 20px;
	padding: 10px 0;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 1);
}
#header-s2 #atp_menu  { display: table; }
#header-s2 .menuwrap {
	margin: 15px 0;
	float: left;
}
#header-s2 .logo{ float: right;}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Header Version 3*/
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#header-s3 { 
	position: relative;
	margin-bottom: 20px;
	padding: 10px 0;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 1);
}
#header-s3 #atp_menu  { display: table; }
#header-s3 .menuwrap {
	display:table;
	margin: 15px auto 10px auto;
	float: none;
}

#header-s3 .logo{ float: none; display:table;}

/* Topbar =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.topbar {
	position: relative;
	padding: 0;
	font-size: 11px;
	line-height: 35px;
	overflow: hidden;
	margin-bottom: 10px;
}

.topbar .topbar_left,
.topbar .topbar_right,
.topbar p { margin-bottom:0 !important;}
.topbar .atpsocials {
	float: right;
	margin: 0 auto;
	padding: 0;
}

.topbar_left {
	float: left;
	width: 50%;
	text-align: left;
}

.topbar_right {
	float: right;
	width: 50%;
	text-align: right;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Primary Menu  */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.menuwrap {
	float: right;
	font-family:  'Helvetica-Neue', Helvetica, Arial, Sans-serif;
	margin: 16px auto 0 auto;
	position: relative; 
	padding: 0;
}

#menu-trigger { display:none}

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
}
.sf-menu ul {
	box-shadow: 0px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	border-left: 0px solid #fff;
	border-top: 0px solid #dFeEFF; /* fallback colour must use full shorthand */
	border-top: 0px solid rgba(255,255,255,.5);
	padding: .7em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	font-size:12px;
	color: #666666;
}
.sf-menu li:hover, 
.sf-menu li.sfHover,
.sf-menu a:focus, 
.sf-menu a:hover, 
.sf-menu a:active { color: #222222; outline:none; }

.sf-menu li {
	background: transparent;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}

.sf-menu ul { background: #ffffff;}
.sf-menu ul li {
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.sf-menu li:hover,
.sf-menu li.sfHover {

	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Active Page Status CSS for all the browsers*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#atp_menu li.current-cat a, 
#atp_menu li.current_page_item > a,
#atp_menu li.current-page-ancestor > a { margin: 0; color: #000000; }

#sf-mobilemenu { 
	display:none;
	margin: 0; 
	padding: 0; 
	position: relative;
	width: 100%;
	z-index: 1;
	background-color: #333333;
}

.menu-dropdown { display: none; }

/* Sub Navigation =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.sub_nav {
	position:relative;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-shadow:	1px 1px 2px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 	1px 1px 2px 1px rgba(0,0,0,0.1);
	box-shadow: 		1px 1px 2px 1px rgba(0,0,0,0.1);
}

.sub_nav li ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sub_nav li ul li a{
	background: #ecf0f1;
	color: #999999;
	padding: 9px 15px 9px 30px;
}

.sub_nav li a {
	display: block;
	margin: 0 0 -1px 0;
	padding: 11px 25px;
	border: 1px solid #dddddd;
	border-bottom-color: #eeeeee;
	border-top-color: #eeeeee;
	color: #666666;
}
.leftsidebar .sub_nav li a {
	background-image: url(images/sub_arrowleft_n.png);
	background-position:10px center;
	background-repeat:no-repeat;
}
.rightsidebar .sub_nav li a {
	background-image: url(images/sub_arrowright_n.png);
	background-position:10px center;
	background-repeat:no-repeat;
}

.rightsidebar .sub_nav li.current_page_item > a,
.rightsidebar .sub_nav li.current_page_item > a:hover {
	background-image: url(images/sub_arrowleft.png);
	background-position:10px center;
	background-repeat:no-repeat;
}

.leftsidebar .sub_nav li.current_page_item > a,
.leftsidebar .sub_nav li.current_page_item > a:hover {
	background-image: url(images/sub_arrowright.png);
	background-position:95% center;
	background-repeat:no-repeat;
}

.sub_nav li.current_page_item > a,
.sub_nav li.current_page_item > a:hover {
	position: relative;
	padding: 11px 25px;
	zoom: 1;
	color: #ffffff !important;
	-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1);
	-moz-box-shadow:	inset 1px 0 0 rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1);
	box-shadow:			inset 1px 0 0 rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1);
}

.sub_nav li a:hover { background-color: #ecf0f1;}
.sub_nav li:first-child a { border-top-color: #dddddd; }
.sub_nav li:last-child a { border-bottom-color: #dddddd; }
.sticky,
.gallery-caption { }
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Search Form */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.sb-align{ width: 60%; margin: 0;}
.btn-align{ 
	position: absolute;
	width: 40%; 
	top: 30px; 
	right: 0;
}
.domain-names{ 
	font-size: 14px; 
	font-weight: normal; 
	color: #8d8d8d; 
	margin: 10px 0 0 10px; 
	padding: 0;
} 
.search-form {
	width: 550px;
	background: #444;
	background: rgba(0,0,0,.2);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
	box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
}
.search-form input {
	width: 410px;
	height: 40px;
	padding: 10px 15px;
	float: left;    
	font: 18px 'open sans', 'lucida sans', 'arial', 'tahoma';
	font-weight: bold;
	border: 0;
	background: #ffffff;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;      
}
.search-form input:focus {
	outline: 0;
	background: #fff;
	-moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
	box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
.search-form input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}
.search-form input:-moz-placeholder {
	color: #999;
	font-weight: normal;
	font-style: italic;
}
.search-form input:-ms-input-placeholder {
	color: #999;
	font-weight: normal;
	font-style: italic;
}    
.search-form button {
	overflow: visible;
	position: relative;
	float: right;
	border: 0;
	padding: 0;
	cursor: pointer;
	height: 60px;
	width: 110px;
	font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
	color: #fff;
	text-transform: uppercase;
	background: #01749F;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;      
	text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}  
.search-form button:hover{
	background: #8c659a;
}
.search-form button:active,
.search-form button:focus{   
	background: #8c6599;    
}
.search-form button:before {
	content: '';
	position: absolute;
	border-width: 8px 8px 8px 0;
	border-style: solid solid solid none;
	border-color: transparent #01749F transparent;
	top: 20px;
	left: -6px;
}
.search-form button:hover:before{
	border-right-color: #8c6599;
}
.search-form button:focus:before{
	border-right-color: #01749F;
} 
.search-form button:active:before{
	border-right-color: #8c6599;
}  	
.search-form button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.search-button {
	text-decoration: none;
	background-color: rgb(18,127,210);
	background-color: rgba(18,127,210,1);
	background-image:	-webkit-linear-gradient(top, rgba(111,83,121,1) 0%,rgba(83,57,92,1) 100%);
	background-image:	-moz-linear-gradient(top, rgba(111,83,121,1) 0%,rgba(83,57,92,1) 100%);
	background-image:	-ms-linear-gradient(top, rgba(111,83,121,1) 0%,rgba(83,57,92,1) 100%);
	background-image:	-o-linear-gradient(top, rgba(111,83,121,1) 0%,rgba(83,57,92,1) 100%);
	background-image:	linear-gradient(top, rgba(111,83,121,1) 0%,rgba(83,57,92,1) 100%);
	-webkit-box-shadow:	0px 1px 0px 0px rgba(255,255,255,0.4)inset, 1px 0px 0px 0px rgba(255,255,255,0.4)inset, -1px 0px 0px 0px rgba(255,255,255,0.4)inset;
	-moz-box-shadow:	0px 1px 0px 0px rgba(255,255,255,0.4)inset, 1px 0px 0px 0px rgba(255,255,255,0.4)inset, -1px 0px 0px 0px rgba(255,255,255,0.4)inset;
	box-shadow:			0px 1px 0px 0px rgba(255,255,255,0.4)inset, 1px 0px 0px 0px rgba(255,255,255,0.4)inset, -1px 0px 0px 0px rgba(255,255,255,0.4)inset;
	border: solid 1px rgba(97,67,107,1);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 210px;
	display: inline-block;
	font-size: 16px;
	line-height: 60px;
	text-align: center;
	color: rgba(255,255,255,1);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.33)
}
.search-button:hover {
	background-image:	-webkit-linear-gradient(top, rgba(83,57,92,1) 0%,rgba(111,83,121,1) 100%);
	background-image:	-moz-linear-gradient(top, rgba(83,57,92,1) 0%,rgba(111,83,121,1) 100%);
	background-image:	-ms-linear-gradient(top, rgba(83,57,92,1) 0%,rgba(111,83,121,1) 100%);
	background-image:	-o-linear-gradient(top, rgba(83,57,92,1) 0%,rgba(111,83,121,1) 100%);
	background-image:	linear-gradient(top, rgba(83,57,92,1) 0%,rgba(111,83,121,1) 100%);
	-webkit-box-shadow:	0px 1px 0px 0px rgba(255,255,255,0.4)inset, 0px -1px 0px 0px rgba(255,255,255,0.2)inset;
	-moz-box-shadow:	0px 1px 0px 0px rgba(255,255,255,0.4)inset, 0px -1px 0px 0px rgba(255,255,255,0.2)inset;
	box-shadow:			0px 1px 0px 0px rgba(255,255,255,0.4)inset, 0px -1px 0px 0px rgba(255,255,255,0.2)inset;
	border: solid 1px rgba(0,52,129,1);
	color: #ffffff;
	cursor: pointer;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Frontpage Teaser */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.frontpage_teaser{
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	overflow: hidden;
	z-index: 100;
	background-color: #f0f0f0;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Sub Header */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#subheader{
	background-color: rgba(255, 255, 255);
	background-color: rgba(255, 255, 255, 1);
	border-bottom:1px solid #dddddd;
	display: table;
	position: relative;
	margin: 0 auto;
	padding: 20px 0;
	width: 1000px;
	z-index:18;
}

#subheader .page-title {
	float: left;
	margin-bottom: 0;
	letter-spacing: -1px;
	line-height: 100%;
	color: #444444;
}

#subheader .subdesc { float: left; width: 60%;}
#subheader .customtext { 
	display:block; 
	padding: 8px 0 0 20px; 
	overflow:hidden;
}

#subheader .customtext h2 {
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	margin-bottom: 0;
}

#subheader a { color:#999999;}
#subheader a:hover { color:#444444;}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Breadcrumbs */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.breadcrumbs {
	float: right;
	font-size: 12px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	position: relative;
}

.breadcrumbs .separator { padding:0 3px;}
.breadcrumbs a { color: #dddddd; }
.breadcrumbs a:hover{ color: #ffffff;}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Footer */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#footer {
	color: #333333;
	position: relative;
	overflow: hidden;
	margin: 20px auto;
	padding: 30px 0;
	font-size: 12px;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 1);
}
#footer ul li{
	font-size: 12px;
	margin-bottom: 0;
}
#footer .footer-sidebar { 
	border-bottom:1px solid #dddddd;
	overflow:hidden;
	margin-bottom:30px;
}

#footer .widget-title { color: #333333; text-transform:uppercase; }

.card-icons ul{ padding: 0; margin: 0;}
.card-icons li{ float: right; margin-left: 5px; display: inline;}

/* Copyright =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.copyright  { 
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-size: 11px;
	line-height: 36px;
}

.copyright_left ul,
.copyright_right ul { margin: 0; padding: 0; }
.copyright_left ul li,
.copyright_right ul li { display: inline-block; padding: 0; background:none;  }
.copyright_left ul li a,
.copyright_right ul li a { color: #999999; }
.copyright_left ul li a:hover,
.copyright_right ul li a:hover { color: #000000; }
.copyright p { margin-bottom: 0;}

.copyright_left { float: left; width: 50%; }
.copyright_right { float: right; width: 50%; text-align: right; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Custom Animation */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.custom-animation {
	position: relative;
	padding: 0;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Search Widget */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.widget.widget_search {
	position: relative;
	width: 100%;
}
* html .search-box { margin-top: 10px; }
*:first-child+html .search-box { margin-top: 10px !important; }
.search-box input  { 
	width: 90%; 
	background-color: #ffffff;
	color: #B2B2B6;
	margin: 0 auto; 
	padding: 8px 12px;
	font-size: 12px; 
	font-family: open sans, arial;
	border: 1px solid #dddddd;
}
.search-box input:focus {
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #CFCFCF;
	color: #555555;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Widgets */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.widget-title { font-weight: normal; }
.widget { margin: 0 0 45px 0; }
.widget ul  { margin: 0; padding: 0; list-style: none; }
.widget ul ul { margin-bottom: 0; }
.widget ul li:last-child{
	border-bottom: 0! important;
}

#menu-primary-menu li, .widget_pages li, .widget_meta li, #menu-primarymenu li, .widget_recent_entries li, .widget_archive li, .widget_categories li{
	background:url('images/bullets/list_gray.png') -100px -378px no-repeat;
	padding:0 0 8px 20px;
}

#recentcomments li{ padding:0 0 8px 0; }

.widget_recent_entries .post-date {
	display:block;
	font-size:10px;
}

#footer .widget_pages li,
#footer .widget_meta li,
#footer .widget_recent_entries li,
#footer .widget_archive li,
#footer .widget_categories li,
#footer #recentcomments li {
	border-bottom:1px solid #454b52;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Calendar Widget */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.widget_calendar {float: left;}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }

#footer #wp-calendar caption { color:#d9dcdf; }
#footer #wp-calendar tbody td { background: #454b52; border: 1px solid #363a3f; }
#footer #wp-calendar tbody td:hover { background: #555c64; }
#wp-calendar a {text-decoration:underline;}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Default Alignment */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.left {float: left;}
.right {float: right; text-align: right;}
.center {float: none; text-align: center; margin: inherit auto;}

.alignleft, 
img.alignleft, 
a img.alignleft  { float: left; margin: 4px 10px 0px 0px;}

.alignright, 
img.alignright, 
a img.alignright { float: right; margin: 0 15px 15px 0;	}

.aligncenter, 
img.aligncenter, 
a img.aligncenter { clear: both; display: block; margin: 10px auto 20px auto; padding: 2px; text-align: center;	}

/* Default Image Caption =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

div .wp-caption { font-size: 11px; font-style: italic; margin: 5px 15px 10px 0px; max-width: 100% ; border: 1px solid #333333; position:relative;}
.wp-caption img { border: medium none; display:block; margin: 0; padding: 5px; width:100%;}
.wp-smiley { margin: 0; }
.wp-caption-text { display: block; font-family: Georgia,"Times New Roman"; font-size: 11px; margin: 0 auto; padding: 3px 10px 5px; text-align: center;}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Staff Box */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.bio .sociables {
	text-align: center;
	margin: 0; 
	padding: 15px 0;
}

.bio { 
	position: relative;
    background-color: #f5f5f5;
	box-sizing: border-box;
	}

.bio hgroup {
	text-align: left; 
}

.bio::before,
.bio::after {
	box-sizing: border-box;
	position: absolute;
	content: '';
}

.bio::before {
	width: 99%;
	left: .5%;
	bottom: -4px;
}

.bio::after {
	width: 98%;
 	left: 1%;
	bottom: -7px;
}

.bio .details {
	background: #f5f5f5;
	padding: 20px 20px 0 20px;
}

.bio .details p	{
	padding: 0 20px;
}

.bio img { max-width: 100%; display:block;}
.bio h4 { margin-bottom:0px; }

.bio span.staff-role {
	margin-bottom:20px;
	display:  block;
	color: #b2b2b2;
}

.bio .atpsocials li {
	float:none;
	background: none !important;
	display: inline-block; 
	*display: inline; 
	position:relative;
}

.bio .atpsocials li a{ 
	display: inline-block; 
	*display: inline; 
	width: 30px;
	padding: 0 !important;
	height: 20px;
	-webkit-transition:	all 200ms ease-in;
	-moz-transition:	all 200ms ease-in;
	-o-transition:		all 200ms ease-in;
	-ms-transition:		all 200ms ease-in;
	transition:			all 200ms ease-in;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Sociables */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

ul.atpsocials {
	list-style:none; 
	margin:0; 
	padding:0;
} 

ul.atpsocials li img { position: relative; 	vertical-align: text-top;}
ul.atpsocials li { 
	display: inline-block; 
	padding: 1px; 
	margin: 0 3px 3px 0; 
	line-height: 35px; 
	text-align: center;
	width: 35px;
	height: 35px;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in;
	-moz-transition:    all 300ms ease-in;
	-o-transition:      all 300ms ease-in;
	-ms-transition:     all 300ms ease-in;
	transition:         all 300ms ease-in;
}

ul.atpsocials li a.blogger		{ background: url(images/sociables/blogger_bio.png) center center no-repeat; }
ul.atpsocials li a.delicious	{ background: url(images/sociables/delicious_bio.png) center center no-repeat; }
ul.atpsocials li a.deviant		{ background: url(images/sociables/deviant_bio.png) center center no-repeat; }
ul.atpsocials li a.digg			{ background: url(images/sociables/digg_bio.png) center center no-repeat; }
ul.atpsocials li a.facebook		{ background: url(images/sociables/facebook_bio.png) center center no-repeat; }
ul.atpsocials li a.flickr		{ background: url(images/sociables/flickr_bio.png) center center no-repeat; }
ul.atpsocials li a.forrst		{ background: url(images/sociables/forrst_bio.png) center center no-repeat; }
ul.atpsocials li a.google		{ background: url(images/sociables/google_bio.png) center center no-repeat; }
ul.atpsocials li a.linkedin		{ background: url(images/sociables/linkedin_bio.png) center center no-repeat; }
ul.atpsocials li a.pinterest	{ background: url(images/sociables/pinterest_bio.png) center center no-repeat; }
ul.atpsocials li a.rss			{ background: url(images/sociables/rss_bio.png) center center no-repeat; }
ul.atpsocials li a.skype		{ background: url(images/sociables/skype_bio.png) center center no-repeat; }
ul.atpsocials li a.stumbleupon	{ background: url(images/sociables/stumbleupon_bio.png) center center no-repeat; }
ul.atpsocials li a.twitter		{ background: url(images/sociables/twitter_bio.png) center center no-repeat; }
ul.atpsocials li a.dribbble		{ background: url(images/sociables/dribbble_bio.png) center center no-repeat; }
ul.atpsocials li a.vimeo		{ background: url(images/sociables/vimeo_bio.png) center center no-repeat; }
ul.atpsocials li a.yahoo		{ background: url(images/sociables/yahoo_bio.png) center center no-repeat; }
ul.atpsocials li a.youtube		{ background: url(images/sociables/youtube_bio.png) center center no-repeat; }

ul.atpsocials li.facebook:hover	{ background-color:#3B5998; }
ul.atpsocials li.twitter:hover		{ background-color:#00A0D1; }
ul.atpsocials li.dribbble:hover		{ background-color:#ea4c88; }
ul.atpsocials li.flickr:hover		{ background-color:#FE0883; }
ul.atpsocials li.deviant:hover		{ background-color:#5C7062; }
ul.atpsocials li.blogger:hover		{ background-color:#FF8833; }
ul.atpsocials li.google:hover		{ background-color:#C63D2D; }
ul.atpsocials li.linkedin:hover		{ background-color:#4875B4; }
ul.atpsocials li.pinterest:hover	{ background-color:#910101; }
ul.atpsocials li.reditt:hover		{ background-color:#CEE3F8; }
ul.atpsocials li.rss:hover			{ background-color:#FA9B39; }
ul.atpsocials li.stumbleupon:hover 	{ background-color:#EB4924; }
ul.atpsocials li.tumblr:hover		{ background-color:#34526F; }
ul.atpsocials li.youtube:hover		{ background-color:#C4302B; }
ul.atpsocials li.vimeo:hover		{ background-color:#0caed4; }
ul.atpsocials li.digg:hover			{ background-color:#910101; }

ul.atpsocials li { background-color:#eeeeee; background-color:rgba(0,0,0,0.2); }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Sticky Bar */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#sticky { 
	top: 0;
	display: none;
	position: relative; 
	width: 100%; 
	padding: 10px 0; 
	z-index: 1000; 
	background-color:#F6F3DA;
	color: #222222;
	font-size: 12px;
	text-align: center;
}

#sticky a { }
#sticky a:hover { text-decoration:underline; }

.tarrow { 
	position:absolute;
	top: 5px;
	right:10px; 
	width: 29px; 
	height: 41px; 
	background: url(images/toggle_up.png) 0 0 no-repeat; 
	z-index: 2000;
	cursor: pointer;
}

.tarrow.active {
	background: url('images/toggle_down.png') 0 0 no-repeat;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Blog Post */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.post { position: relative; padding-bottom: 40px;margin-bottom:40px; }

.post .quote {
    font-style: italic;
	font-family: Georgia, Times, Serif;
}

.post .quote span {
	font-size: 14px;
	text-align: left;
}
.post .quote span:before { content: "\2014 \00A0"; }
.post:after{ clear: both; content: ""; }

.post h2.entry-title {
	text-transform: none !important;
	margin: 0 0 10px 0 !important;
	line-height:1.3em;
	font-size: 21px;
}

.post .sub-title {
	color: #B2B2B6;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	top:-10px;
}

.post .postimg { margin-bottom:15px; }
.post_content .flexslider,
.post_content .video-frame { margin-bottom:20px; } 
.post-info  {
	position: relative;
	display: block;
	margin-bottom: 20px;
	font-size: 11px;
	color: #999999;
}

.post-metadata { overflow:hidden; font-size: 11px; font-weight: bold; text-transform: uppercase; }
.post-metadata span { padding:0 10px; }
.post-metadata span:first-child { padding-left:0; }
.post-entry { clear:both; position:relative; }
.comments-title {margin-bottom: 30px;}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Post Formats */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.status-format {
	margin-right:10px;
	float:left;
	}

.postformat-link, 
.postformat-quote,
.postformat-video,
.postformat-audio,
.postformat-gallery,
.postformat-aside,
.postformat-image,
.postformat-status,
.postformat-standard { 
	display: block;
	overflow: hidden;
	width: 30px;
	height: 30px;
	top: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #ff8989;
	-webkit-border-radius:	5px;
	-moz-border-radius:		5px;
	border-radius:			5px;
}

.postformat-link {background-image:url(images/postformat/postformat-link.png);}
.postformat-quote { background-image:url(images/postformat/postformat-quote.png); }
.postformat-video { background-image:url(images/postformat/postformat-video.png); }
.postformat-audio { background-image:url(images/postformat/postformat-audio.png); }
.postformat-gallery { background-image:url(images/postformat/postformat-gallery.png); }
.postformat-aside { background-image:url(images/postformat/postformat-aside.png); }
.postformat-image { background-image:url(images/postformat/postformat-image.png); }
.postformat-status { background-image:url(images/postformat/postformat-status.png); }
.postformat-standard { background-image:url(images/postformat/postformat-post.png); }


/* Related Posts -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

.related-posts { 
	overflow: hidden; 
	margin: 0 0 20px;
	padding: 20px 0; 
}
.related-posts h4 { margin-bottom:0; }

.related-posts ul { margin:0; padding:0; }
.related-posts li  { 
	font-size:16px;
	background:url('images/bullets/list_gray.png') -100px -378px no-repeat;
	display: block; 
	margin: 0 0 5px 0; 
	padding: 0 0 0 20px;
	color:#999999;
}

.related-posts li span { font-size:12px;}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Select Wrapper */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.select_wrapper {
	font-size: 11px;
	background: #fafafa url('images/select.png') no-repeat right center;
	border: 1px solid #dddddd;
	float: left;
	height: 26px;
	margin: 0;
	margin-bottom: 9px !important;
	width: 20%;
	display: block;
	color: #666666;
	-webkit-box-shadow:	inset 0px 0px 2px 1px #EEEEEE;
	-moz-box-shadow:	inset 0px 0px 2px 1px #EEEEEE;
	box-shadow:			inset 0px 0px 2px 1px #EEEEEE;
}

.select_wrapper { background-color: #fff; }
.select_wrapper:hover { background-color: #fff; border-color: #bbb #eee #eee #bbb; color: #333; }
.select_wrapper span  { height: 26px; line-height: 26px; position: absolute; z-index: 0; padding-left: 3px; }
select.select { cursor: pointer; height: 28px; margin: 0; -moz-opacity: 0; filter: alpha(opacity=0); opacity: 0; padding: 0; position: relative; width: 100%; z-index: 4; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Pagination */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.pagination {
	padding: 40px 0 0 0;
	margin-bottom:20px;
}

.pagination a, 
.pagination a:link{ 
	margin: 0 4px;
	border: 1px solid #dddddd;
	padding: 5px 8px;
	font-size: 14px;
	background-color: #ffffff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.pagination a:visited,
.pagination a:active,
.pagination span.current { 
	padding: 5px 8px;
	margin-right: 4px;
	font-size: 14px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.pagination a:hover { 	background-color: #01749F; color:#ffffff; }
.pagination span.current { 	background-color: #01749F; color:#ffffff;}
.pagination span.extend { background: transparent; float: right; font-size: 14px;}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Hover Type Icons */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.hover_type   { display: none; position: absolute; z-index: 10; left: 50%; margin-left:-30px; top:50%; margin-top:-30px; }
.hover_type a { 
	position: absolute; 
	top: 0; 
	width: 60px; 
	height: 60px;
	border-radius:100%;
	background-color: #333333; 
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition:		all 0.3s ease;
	-moz-transition:		all 0.3s ease;
	-o-transition:			all 0.3s ease;
	transition:				all 0.3s ease;
}
.hover_type a.hoveraudio	{ background-image: url(images/icon_audio.png); }
.hover_type a.hovervideo	{ background-image: url(images/icon_video.png); }
.hover_type a.hovergallery	{ background-image: url(images/icon_gallery.png); }
.hover_type a.hoverartist	{ background-image: url(images/icon_artist.png); }
.hover_type a.hoverimage 	{ background-image: url(images/icon_image.png); }
.hover_type a.hoverdjmix	{ background-image: url(images/icon_djmix.png); }

.hover_type a.hoveraudio:hover,
.hover_type a.hovervideo:hover,
.hover_type a.hovergallery:hover,
.hover_type a.hoverimage:hover,
.hover_type a.hoverdjmix:hover,
.hover_type a.hoverartist:hover { background-color:#01749F;}

.hoverimage { position: absolute; background:transparent url(images/hoverimage.png) no-repeat center center;}

.imageframe  a img, 
.imageframe  a:hover img { position:relative; z-index:2; }


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Blog Carousel */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.blog-carousel-plain .blog-carousel-item-title { 
	margin:0;
	padding:5px 0; 
	font-size:14px; 
	font-weight:bold; 
}

.blog-carousel .blog-carousel-item-title { 
	margin:0;
	padding:15px 0; 
	font-size:14px; 
	font-weight:bold; 
	}
.post_list{ 
	margin: 0;
	text-align: left;
}

.style2 .post_list { 
	padding:5px 10px;
	border:1px solid #ddd;
	border-width:0px 1px 1px 1px;
	height:80px;
	overflow:hidden;
}

.post_list .content {
	background-color: #90d0d8;
	padding: 15px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition:    all 0.5s ease 0s;
	-o-transition:      all 0.5s ease 0s;
	transition:         all 0.5s ease 0s;
}
.post_list:hover .content{ color: #ffffff; }
.post_list:hover .content h5,
.post_list:hover .content a { color: #ffffff;}

.post_list .entry-title { margin: 0; }
.post_list .post-info { margin: 0 0 10px 0; font-size:11px; color: #999999; }
.post_list .postmeta span { padding: 0 10px 0 0; }
.post_list .post-info a { color: #666;}
.post_list .post-info a:hover { color: #000000}

.blog-carousel .item { padding:5px; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Author Box */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#entry-author-info { padding:0; margin:0 0 40px; overflow: hidden; }
.author_entry  { margin: 0; }
.author-avatar  img{ 
	float: left; 
	margin: 0 20px 0 0; 
}

.author-description { overflow:hidden; }
.author-description p { margin-bottom: 5px;}
 
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Post Navigation */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#nav-below { overflow: hidden; }

#nav-below .nav-previous	{
	position: relative;
	display: inline-block;
	line-height: 1.2em;
	width: 50%;
	float: left;
}

#nav-below .nav-next  {
	display: inline-block;
	position: relative;
	line-height: 1.5em;
	width: 50%;
	float: right;
	text-align: right;
}

.nav-previous span { margin-right: 10px; }
.nav-next span     { margin-left: 10px; }
.nav-next span,
.nav-previous span { 
	line-height: 2em; 
	text-transform: uppercase; 
	display: block; 
	color: #aaa;
}

//Blog carousel


[id^='carousel-'] .item{
    margin: 3px;
 }
[id^='carousel-'] .item img{
    display: block;
    width: 100%;
    height: auto;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Comments */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
#comments { margin: 0; padding: 20px 0; }
.comments-title em { 
	display: block; 
	font: italic 12px Georgia, Times, Serif;
}

.comments-area ol { margin: 0 0 30px 0; padding: 0; }
.comments-area ol li { margin: 0;  padding:0; list-style-type:none;}
.comments-area .comment_wrap {
	position: relative;  
	margin: 0 0 30px 0;
	padding: 0 0 15px 0; 
	border-bottom: 1px solid #ddd;
}
.comments-area .comment-author { display:block; overflow:hidden; }
.comments-area .comment-author .avatar { float:left; margin-right:10px; }
.comments-area .comment-meta { font-size: 11px; }
.comments-area .single_comment  { clear:both; margin-top:10px; }
.comments-area li.bypostauthor cite span {
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 11px;
	background: #666;
	color: #fff;
	-webkit-border-radius:	3px;
	-moz-border-radius: 	3px;
	border-radius: 			3px;
}
.comments-area .comment-meta cite { 
	display: block; 
	font-weight: bold;
	font-style: normal;
}
.commentlist ul.children { 
	margin: 0; 
	padding: 0 0 0 50px;  
}
.commentlist .children .comment_wrap { padding-top: 0; }
.commentlist .moderation { margin-top: 10px; color: #dd0000;   }
.commentlist .children   { margin-bottom: 0;}
.comment-author-admin .avatar { 
	padding-bottom: 1px; 
	border-bottom: 0  solid #222;
}
.comment-edit-link,
.post-edit-link { 
	background: #01749F;
	padding: 3px 8px; 
	color: #ffffff;
}
.post-edit-link:hover,
.comment-edit-link:hover { color:#fff;}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Comments Form */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#respond {
	margin: 20px 0;
	padding: 0;
	position: relative;
	width: 97%;
}
#respond input[type="text"],
#respond textarea {
	position: relative;
	padding: 5px;
	text-indent: 80px;
	border: 1px solid #DDDDDD;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	color: #555;
	display: inline-block;
	font-size: 13px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 30px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 100%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	right: 0;
	position: absolute;
	top: 7px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 0;
}
#respond .form-submit {
	margin: 10px 0 10px;
}
#respond input#submit {
	background-color: #bbbbbb;
	border: none;
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 20px;
	position: relative;
}

#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}

#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}

#respond label {
	line-height: 1.1em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 100%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* 404 Error Page */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.error_404 {
    clear: both;
    padding: 80px 0;
    text-align: center;
}

.error_404 h2 {
	font-size: 70px;
	line-height: 70px;
	margin-bottom: 30px;
}

.error_404 h5 {
	font-size: 22px;
	line-height: 25px;
	margin-bottom: 55px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Services */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.service-box h1,
.service-box h2,
.service-box h3,
.service-box h4,
.service-box h5,
.service-box h6 {
	margin-bottom: 10px;
}

.service-box b {
	display: block;
	font-size: small;
}
.service-icon {
	float: none;
}
.service-content {
	overflow: hidden;
	text-align: left;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Services Icons */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.services-icon { 
	position: relative;
	display: block;
	float: left;
	width: 40px;
	margin: 0px 10px 0 0;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
}


.services-heading h3 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 36px;
    margin-bottom: 10px;

    text-transform: uppercase;
}


/* Tooltip -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.ttip {
	display:none;
	position:absolute;
	bottom:40px;
	left:0;
	padding:6px 10px;
	font-size:11px;
	line-height:15px;
	background:#333333; 
	color:#ffffff;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}

.ttip::after {
	content: "";
	position: absolute;	
	top: 100%;
	left: 10px;
	border-top-color: inherit; 
	border-top: 6px solid #333333;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent; 
}
#iframevideo {
	max-width:100%;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Back to Top Scroll */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#back-top {
	position: fixed;
	bottom: 30px;
	right: 10px;
	z-index: 10;
}

#back-top a {
	width: 60px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* Transition */
	-webkit-transition:	0.5s;
	-moz-transition: 	0.5s;
	transition: 		0.5s;
}
#back-top a:hover {
	color: #000;
}

/* Arrow Icon (Span Tag) */
#back-top span {
	width: 40px;
	height: 40px;
	display: block;
	background: #01749F url(images/top_arrow.png) no-repeat center center;
	-webkit-transition:	1s;
	-moz-transition: 	1s;
	transition: 		1s;
}

#back-top a:hover span {
	background-color: #333333;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Contactform 7 Specific Styling */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.wpcf7-form input, 
.wpcf7-form textarea {
	background: none repeat scroll 0 0 #F7F7F8;
	border: 1px solid #EEEEEE;
	color: #B2B2B6;
	padding: 5px 10px;
	margin-top:5px;
	width: 400px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"]{
max-width: 97%;
	margin: 5px 0 0 0;
}

.wpcf7-form textarea {
	width: 96.5%;
	max-width: 97%;
	margin: 5px 0 0 0;
}

.wpcf7-form select {
	width: 400px;
	max-width: 97%;
	margin: 5px 0 0 0;
	padding:8px;
}

.wpcf7-form .wpcf7-submit {
	background-color: #333333;
	color: #ffffff;
	padding: 10px 10px;
	margin-top: 5px;
	width: 150px;
}

.wpcf7-form input[type="checkbox"] {    width: auto }

.wpcf7 form .wpcf7-form p {
	font-weight: bold;
	margin: 0 0 18px 0 !important;
}

.wpcf7-list-item-label 	{ font-weight: normal }
.wpcf7-response-output 	{ display: none }
.wpcf7-form .invalid 	{ color: #bf1515 !important }
.wpcf7-not-valid 		{ border: 1px solid #bf1515 !important }
.wpcf7 span.wpcf7-not-valid-tip { display: none }

div.wpcf7-response-output {
	margin: 0px !important;
	padding: 5px 10px !important;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors{
	position:relative;
	border:1px solid #ddd !important;
	display:block;
	background-color:#F7F7F7;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:	1px 1px 2px 0 rgba(0, 0, 0, 0.03);
	-moz-box-shadow:	1px 1px 2px 0 rgba(0, 0, 0, 0.03);
	box-shadow:	1px 1px 2px 0 rgba(0, 0, 0, 0.03);
	font-weight:bold;
	padding:10px 30px !important;
	text-align:center;
	margin-bottom:20px;
}

div.wpcf7-mail-sent-ok {
	background-color: #ebf2d8;
	border-color: #C1D96A !important;
	color: #81A81D;
}

div.wpcf7-mail-sent-ng {
	background-color: #E8FAFB;
	border-color: #C2DADE !important;
	color: #468BBF;
}

div.wpcf7-spam-blocked {
	background-color: #f6f3da;
	border-color: #D4CFA4 !important;
	color: #b89c00;
}

div.wpcf7-validation-errors {
	background-color: #FFE5E5;
	border-color: #E8A7A7 !important;
	color: #E65451;
}

.wpcf7-form p span{
}


/* =================================================================== */
/* MUSIC TEMPLATES CSS */
/* =================================================================== */

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Artist Template & Signle Page  */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.artist-list { position:relative;}
.artist-desc { 
	background-color: #ffffff;
	padding: 10px;
	overflow: hidden;
	border:1px solid #dddddd;
	border-width: 0 1px 1px 1px;
	-webkit-border-radius: 0px 0px 4px 4px;
	   -moz-border-radius: 0px 0px 4px 4px;
	        border-radius: 0px 0px 4px 4px;
}
.artist-desc > span { display: block; font-size: 11px; }
.artist-list .entry-title { margin-bottom:0px; font-size:14px;  }

.artist-list:hover .artist-desc { background-color:#01749F; }
.artist-list:hover .artist-desc * { color:#ffffff; }
.artist-list:hover .artist-desc span { color:rgb(255,255,255) }
.artist-list:hover .artist-desc span { color:rgba(255,255,255,0.8) }
.artist-details { margin-top:20px;}
.artist-meta > span {
	display:inline-block;
	float: left; 
	margin: 0 1px 1px 0; 
	font-weight: bold; 
	padding: 0; 
	width: 48%; 
	font-size:12px;
}
.artist-meta > a {display: block;}

.artist-desc > span { font-size:11px;}
.artistpost_entry { overflow: hidden;}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Album Template & Sigle Page  */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.album-list { position:relative;}
.album-desc { 
	background-color: #ffffff;
	padding: 10px;
	overflow: hidden;
    border-top: none;
	border:1px solid #dddddd;
	border-width: 0 1px 1px 1px;
	-webkit-border-radius: 0px 0px 4px 4px;
	   -moz-border-radius: 0px 0px 4px 4px;
	        border-radius: 0px 0px 4px 4px;
}
.album-desc > span { display: block; font-size: 11px; }
.album-list .entry-title { margin-bottom:0px; font-size:14px;  }

.album-list:hover .album-desc { background-color:#01749F; }
.album-list:hover .album-desc * { color:#ffffff; }
.album-list:hover .album-desc span { color:rgb(255,255,255) }
.album-list:hover .album-desc span { color:rgba(255,255,255,0.8) }

/* Album Single Page*/
.albumpost_entry { overflow: hidden;}
.album-details { margin-top:20px;}
.album-meta { line-height:24px; margin-bottom:1px; font-size: 12px; }
.album-meta > span {
	display:inline-block;
	float: left; 
	margin: 0 1px 1px 0; 
	font-weight: bold; 
	padding: 0; 
	width: 48%; 
	font-size:12px;
}
.album-meta > a {display: block; outline: none; color:#01749F;}

.album-title { font-size: 28px;  margin-bottom: 5px;}
.album-title span { font-size: 18px;}
.artist-text { font-size:14px; display: block; margin-bottom:20px; }

.album-playlist { 
	margin: 5px 0 40px 0; 
	padding-left:0;
	list-style-type:decimal-leading-zero; 
	font-weight:bold;
	}
.album-playlist li{ 
	position:relative;
	line-height: 26px;
    padding: 8px 10px;
    color: #cccccc;
    font-size: 20px;
    background: #f2f2f2;
    margin-bottom: 5px;
	margin-left:0px;
    cursor: pointer;
	list-style-position: inside; 
	overflow: hidden;
}

.album-playlist li >  a{
	position:absolute;
    top: 0;
	left:45px;
	right:0;
	margin-bottom: 1px; 
	height: 100%;
	font-size:16px; 
	line-height:40px;
	color:#444444; 
	text-decoration:none;
	outline: none;
	z-index:1;
	}

.album-playlist li.selected > a { background-color:#4C4C4C;  color:#ffffff; padding-left:15px; }
	
.album-playlist li:hover{ 
	background-color: #E6E7E8;
	cursor: pointer;
	-webkit-transition:	all 200ms ease-in;
	-moz-transition:	all 200ms ease-in;
	-o-transition:		all 200ms ease-in;
	-ms-transition:		all 200ms ease-in;
	transition:			all 200ms ease-in;
}

.album-playlist li.selected { background-color:#2B749F; color:#ffffff; }

.fap-single-track  { font-weight: normal; font-size:15px;}

.tracks{ font-weight: 400; margin: 15px 0 5px 0; display: block;}
.label_space { height: 30px; position: relative; display: block; clear: both;}
.demo-space { height: 20px; position: relative; display: block; clear: both;}
#single-player-meta,
.single-player-meta { display:none; }
.more-labels { 
	background-color: #eeeeee;
	padding: 30px 0 0 0;
	}

.more-labels .fancy-title {
	font-size:16px;
}

.more-labels:before,
.more-labels:after {
	clear:both;
	content:"";
	display:table;
}

.buttons-wrap { margin:10px 0; }

.arts_name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* DJMix Template */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.djmix-list {
	background-color: #f5f5f5;
	height: 80px;
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	overflow: hidden;
}
.djmix-list .entry-title { margin-bottom:0px; font-size:14px;  }

.djmix_thumb { float: left; }
.djmix-content{ overflow:hidden; padding: 10px;}
.djmix-buttons { float: right; padding: 10px 0}
.djmix-buttons .djbtn { float: right; margin:0 0 5px 5px; }

.djmix-details { color:#666666; }
.djmix-details span{ margin-right: 5px; font-size:11px; display:block}
.djmix-details{ float: left; margin-left: 5px; overflow: hidden;}
.djbtn.fap-my-playlist li {
	list-style-type: none !important;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Gallery Template & Signle Page */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.gallery-list { position:relative;}
.gallery-desc { 
	background-color: #ffffff;
	padding: 10px;
	overflow: hidden;
	border:1px solid #dddddd;
	border-width: 0 1px 1px 1px;
	-webkit-border-radius: 0px 0px 4px 4px;
	   -moz-border-radius: 0px 0px 4px 4px;
	        border-radius: 0px 0px 4px 4px;
}
.gallery-desc > span { display: block; font-size: 11px; }
.gallery-list .entry-title { margin-bottom:0px; font-size:14px;  }

.gallery-list:hover .gallery-desc { background-color:#01749F; }
.gallery-list:hover .gallery-desc * { color:#ffffff; }
.gallery-list:hover .gallery-desc span { color:rgb(255,255,255) }
.gallery-list:hover .gallery-desc span { color:rgba(255,255,255,0.8) }

.gallery-details span { 
	float: left; 
	margin: 0 2px 2px 0; 
	font-weight: normal; 
	padding: 5px 10px; 
	width: 46%; 
}
.gallery-meta{ text-transform: uppercase;}
.gallery-postimg { position:relative; float: left; margin:0 6px 6px 0;}
.gallery-wrap:before,
.gallery-wrap:after {
	clear:both;
	content:"";
	display:table;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Video Template & Signle Page */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.video-list { position:relative;}
.video-desc { 
	background-color: #ffffff;
	padding: 10px;
	overflow: hidden;
	border:1px solid #dddddd;
	border-width: 0 1px 1px 1px;
	-webkit-border-radius: 0px 0px 4px 4px;
	   -moz-border-radius: 0px 0px 4px 4px;
	        border-radius: 0px 0px 4px 4px;
}
.video-desc > span { display: block; font-size: 11px; }
.video-list .entry-title { margin-bottom:0px; font-size:14px;  }

.video-list:hover .video-desc { background-color:#01749F; }
.video-list:hover .video-desc * { color:#ffffff; }
.video-list:hover .video-desc span { color:rgb(255,255,255) }
.video-list:hover .video-desc span { color:rgba(255,255,255,0.8) }

.video-details { margin: 20px 0; }
.video-meta > span {
	display:inline-block;
	float: left; 
	margin: 0 1px 1px 0; 
	font-weight: bold; 
	padding: 0; 
	width: 48%; 
	font-size:12px;
}
.video-meta > a { display: block; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Events Template & Signle Page  */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.events-list {
	position: relative;
	margin: 0;
	padding: 0;
	overflow:hidden;
	background-color: #ffffff;
	border:1px solid #dddddd;
}

.events-list .entry-title { 
	margin-bottom:5px; 
	font-size:16px; 
	
}

/* Single Page */
.event_entry ul { margin:0; }
.event_entry ul li { list-style:none; line-height:30px;}

.event_thumb { float: right;}
.event_thumb img { max-width:100%; height:auto; }
.event-single .event_thumb { float: none; margin: 0 0 30px 0;}

.event_details { overflow:hidden; padding: 25px 0 25px 25px; }

.event_details_single ul { padding-left:0; }
.event_details_single { overflow:hidden; margin: 0 auto; }
.event_details_single strong { display:inline-block; margin-right:10px;}

.event_info p { font-weight:normal; margin-bottom:0; font-size:12px;}
.event_info p span { font-weight:600;  }

.event_details .event_date .heading { letter-spacing:2px;}

.event_entry h4,
.event_entry h5 { margin-bottom:10px; }
.event-column {
	position: relative;
	display: inline;
	display: inline-block;
	float: left;
	width: 50%;
}

.event_start,
.event_end{ float: left;}
.event-meta { 
	float: left; 
	text-align: center; 
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin-right: 20px;
	padding: 5px 20px 5px 0;
	text-transform: uppercase;
	border-right: 1px solid #dddddd;
}
.event-meta .day { 
    margin: 2px 0;
    padding: 3px 5px;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    background-color: #01749F;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
}
.event-meta span { display:block;  font-weight: normal;}
.event-content { overflow: hidden;}
.event_info p span { display:inline-block; width:80px;}
.event-single .event_info { border-right:1px solid #dddddd;}
.event_details_wrap {
	background-color: #F1F2F3;
	border: 1px solid #DDDDDD;
	padding: 20px 20px 5px 20px;
	margin-bottom:20px;
}

.event_details_wrap:before,
.event_details_wrap:after {
	clear:both;
	content: "";
	display: table;
	}
	
.event_wwrap { padding:0 0 15px 0; margin-bottom:15px; border-bottom:1px solid #ddd; }
.event_wwrap .entry-title { font-size:16px; line-height:20px;}
.event_wwrap h4 { margin-bottom:5px;}

.event_wwrap:after,
.event_wwrap:before {
	clear:both;
	content:'';
	display:block;
}

.event_wwrap .event-meta {
    font-size: 11px;
    padding: 5px 15px;
	border-right:1px solid #DDDDDD;
}


.event_wwrap .day {
    border-radius: 3px;
    font-size: 16px;
    line-height: 20px;
    padding: 3px;
}


.etick-status { font-weight:normal; font-size:11px; padding:3px 5px; border-radius:3px; background-color:#e6e6e6;}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Play Button */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.play-btn {
	margin: 0 auto; 
	height: 36px;
	width: 36px;
	background-color: #01749F;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: 	all 0.2s ease-in-out;
	-o-transition: 		all 0.2s ease-in-out;
	-ms-transition: 	all 0.2s ease-in-out;
	transition: 		all 0.2s ease-in-out;
	-webkit-border-radius:40px;
	-moz-border-radius:   40px;
	border-radius:        40px;
}
.play-btn:before {
	content: "";
	background: #000000;
	border-radius: 50%;
	position: absolute;
	top: 0; left:0; bottom: 0; right: 0;
}
.play-btn:after {
	border-color: transparent transparent transparent #ffffff;
	border-style: solid;
	border-width: 10px 0 10px 12px;
	content: "";
	left: 50%;
	margin: -10px -4px;
	position: absolute;
	top: 50%;
	transition: all .1s;
}
.play-btn:before {
	content: "";
	background: transparent;
	border-radius: 50%;
	position: absolute;
	top: 0; left:0; bottom: 0; right: 0;
}
.play-btn:hover {
	background-color: #222222;
}
.play-btn:hover:after {
	border-color: transparent transparent transparent #fff5f5;
}

.play-btn:active {
	border-color: transparent transparent transparent;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Pause Button */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.pause-btn {
	margin: 0 auto; 
	height: 40px;
	width: 40px;
	background-color: #01749F;
	cursor: pointer;
	position: relative;
	transition: all .1s;
	border-radius: 50%;
}
.pause-btn:before {
	content: "";
	background: #007799;
	border-radius: 50%;
	position: absolute;
	top: 0; left:0; bottom: 0; right: 0;
}
.pause-btn:after {
	border-color: #ffffff;
	border-style: solid;
	border-width: 6px 10px 6px 6px; 
	content: "";
	left: 50%;
	margin: -6px -8px;
	position: absolute;
	top: 50%;
	transition: all .1s;
}
.pause-btn:before {
	content: "";
	background: transparent;
	border-radius: 50%;
	position: absolute;
	top: 0; left:0; bottom: 0; right: 0;
}
.pause-btn:hover {
	background-color: #ffa0a1;
}
.pause-btn:hover:after {
	border-color:  #fff5f5;
}

.play-btn:active {
	border-color: transparent transparent transparent;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Columns for Album, Artist, Video, Gallery Template */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.col_half { width: 49%; }
.col_third { width: 32%; }
.col_fourth { width: 23.5%; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
	position: relative;
	display:inline;
	display: inline-block;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}
.end { margin-right: 0 !important; }

.end:after { clear: both; content: ''; display: block; }
.col_half:after ,
.col_third:after ,
.col_twothird:after ,
.col_fourth:after ,
.col_three_fourth:after ,
.col_fifth:after 
{ clear: both; content: ''; display: block; }
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Custom posts */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.customposts  { position: relative; margin: 0; }
.custompost_meta { float: left; }
.custompost_meta {
	display: block;
	width: 36px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 8px;
	text-align: center;
	border: 1px solid #dddddd;
	-webkit-border-radius: 50px;
	-moz-border-radius:    50px;
	border-radius:         50px;
}
.custompost_meta .month {
	display: block; 
	font-size: 10px; 
	line-height: 14px; 
	text-transform:uppercase;
}
.custompost_meta .day { 
	display: block; 
	font-size: 19px; 
	line-height: 20px;
}

.customposts .info {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}
.customposts .info .info_date,
.customposts .info .info_time,
.customposts .info .info_place {
	margin-right: 45px;
	font-weight: bold;
}
.custompost_thumb img { 
	max-width:100%; 
	height:auto; 
	display: block;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}

.custompost_thumb { position:relative; }

.custompost_thumb .imgoverlay {
	display:block;
	position:absolute;
	background:url('images/hover_image.png') center center no-repeat transparent;
	z-index:2;
}

.custompost_details { overflow:hidden; }
.custompost_details .custompost_venue span,
.custompost_details .custompost_date span,
.custompost_details .custompost_start span,
.custompost_details .custompost_end span,
.custompost_details .custompost_location span { font-weight:bold; }
.custompost_details .custompost_date .heading { letter-spacing:2px;}

.custompost-column {
	position: relative;
	display: inline;
	display: inline-block;
	float: left;
	width: 50%;
}
.details_spacing {background-color: #E5E5E5; width: 48%; float: left; margin: 0 2px 2px 0;font-weight:bold;padding:5px; }

/* Albums Widget */
.album_widgetmeta { position:relative; overflow:hidden; margin-bottom:15px;}
.album_widgetmeta .album-thumb { float:left; margin-right:10px;}
.album_widgetmeta .album-widget-info { overflow:hidden; }
.album_widgetmeta .album-widget-info .album-widgetmeta span { display:block; font-weight:normal;}
.album-widgetmeta { font-size:11px;}
.album-widget ul { 
	margin: 0px 0 15px 0; 
	list-style-type:decimal-leading-zero; 
}

/* Latest Video Widget */

.latest_video_item { position:relative;}
.latest_vw_meta span { display:block;}
.latest_vw_meta h2 { margin-bottom:5px;}


/* Share Link Socials in Artist Single Page */
/* Depricated since 1.4 */
/* ul.atpsocials.share li { background-color:#01749F; }*/


/* Event Pro Calendar */

#tribe-events-pg-template { padding: 0 20px; }
.tribe-events-sub-nav { padding: 0; }

span.lyrics {
	
	z-index:99;	
	right: 0;
	line-height:100%;
	float:right;
	cursor: pointer;
	}

.lyricdesc {
    position: relative;
    display: none;
    margin: 7px -10px -10px 35px;
    padding: 15px;
    font-size: 12px;
    line-height: 16px;
    background-color: #FFFFFF;
    color: #999999;
}

span.lyrics a {
	font-size:12px;
	background-color:#ffc000;
	color:#000000;
	padding:13px;
}

span.download {
	line-height:100%;
	float:right;
	cursor: pointer;
	right: 65px;
	}

span.download a {
	font-size:12px;
	background-color:#ffc000;
	color:#000000;
	padding:13px;
}
span.buy {
	line-height:100%;
	float:right;
	cursor: pointer;
	right: 150px;
	}

span.buy a {
	font-size:12px;
	background-color:#ffc000;
	color:#000000;
	padding:13px;
	z-index:99;
}

.mp3options{
	position:absolute;
	float:right;
	display: inline-block;
	line-height: 100%;
	z-index:99;
	right:0;
}
/* W P L O C K E R .C O M  */