body, form, h1, h2, h3, h4, h5, h6, ul, li, p, a, input, figure, textarea {
	margin: 0;
	padding: 0;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: "Playfair Display", serif;
	font-weight: normal;
}
.amazingaudioplayer-mark{display:none!important;}
span{
  font-family: "Playfair Display", serif!important;  
}
ul, li {
	list-style-type: none;
}
#contact.sec-block h3 span {
    background: #eee;
    padding: 0 34px;
}
.amazingaudioplayer-mark{display:none!important;}
#amazingaudioplayer-1 .amazingaudioplayer-info {
    display: block;
    color: rgb(102, 102, 102);
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: bold;
}
#my-music {
    background: rgb(255, 238, 30);

}
#my-music {
    background: rgb(255, 238, 30);
    min-height: auto;

}
.spacer {
	clear: both
}

h1 a.logo {

    color: black!important;

}


a, input, img {
	transition: all 0.4s linear 0s;
	text-decoration: none;
	color: #0d69b2;
	outline:none;
}
img {
	display:block;
}
a img {
	border: none;
}
input {
	outline: none;
}
p {
	color: #373737;
    font-size: 0.9em;
    line-height: 1.5em;
}


/*---------------Global Decleration---------------*/

html, body {
	background: #fff;
	height:100%;
	position:relative;
	font-size:1em;
}
.inner-wrap {
	width: 980px;
	margin: 0 auto;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	position:relative;
	overflow:hidden;
	z-index:8;
	float:left;
	clear:both;
}
.image {
	width:100%;
	position:relative;
	margin:0;
	float:left;
}
.image img {
	width:100%;
}
a.indicator {
	background:url(../images/indicator.png) 0 0 no-repeat;
	display:block;
	text-indent:-10000px;
	position:absolute;
	left:50%;
	top:0;
	margin:-22px; 0 0 -22px;
	width:44px;
	height:44px;
}
a.indicator:hover {
	background-position:0 -44px;
}
.content {
	background:#2d3135;
	width:100%;
	float:left;
	padding:25px 0 45px;
}
.content h2 {
	color:#08a3f4;
	margin:0 0 8px;	
}

nav#navmob {
	display:none;
}
.drk-bg {
	background:#272d35;
}
.drk-bg.sec-block h3 {
	color:#fff;
	border-bottom:1px solid #fff;
}
.drk-bg.sec-block h3 span {
	background:#272d35;
}


/*------------------------------------------- Header Section -------------------------------------------*/

header#home {
	background:#fff;
	padding:0;
	width:100%;
	float:left;
}
header #web-intro {
	width:100%;
	float:left;
	clear:both;
	position:relative;
	height:100%;
}
header #web-intro img {
	width:100%;
}
header #web-intro .web-into-txt {
	position:absolute;
	bottom:20px;
	width:90%;
	margin:0 5%;
}
header #web-intro .web-into-txt h2 {
	color:#fff;
	font-size:7em;
	font-weight:800;
}
header #web-intro .web-into-txt p {
	color:#fff;
	font-size:1.1em;
	font-weight:normal;
	line-height:1.4em;
	text-transform:uppercase;
	width:57%;
	margin:-18px 0 0 36px;
}

/*---------------------------- Header Bottom Section ----------------------------*/

header#home .header-btm{
	background:#272d35;
	width:100%;
	float:left;
	height:60px;
}
header#home .header-btm-inner {
	width:100%;
	float:left;
	height:60px;
}
header#home .header-btm-inner.stick {
	position:fixed;
	background:#272d35;
	width:100%;
	top:0;
	left:0;
	z-index:99;
}
h1 {
	font-size:1em;
}
h1 a.logo {
	background: #e7d933;
	display:block;
	float:left;
	font-size:1.1em;
	font-weight:800;
	color:#fff;
	text-transform:uppercase;
	line-height:60px;
	padding:0 20px;
	
}

nav#navmenu {
	float:right;
}
nav#navmenu li {
	float:left;
	font-size:1.1em;
	font-weight:600;
	padding:0 0.5em;
	line-height:59px;
	text-transform:uppercase;
}
nav#navmenu li a {
	color:#fff;
	display:block;
	padding:0 1em;
}
nav#navmenu li a:hover, nav#navmenu li a.nav-active {
   /*	color:#d09600;
	border-bottom:1px solid #d09600;*/
	
	
	color: #ffee1e;
    border-bottom: 1px solid #ffee1e;
}

/*------------------------------------------- Main Cont Sec -------------------------------------------*/

.sec-block	{
	width:100%;
	float:left;
	padding:52px 0 60px;
}
.sec-block h3 {
	color:#373737;
	font-size:3em;
	font-weight:300;
	border-bottom:1px solid #383838;
	line-height:0.2em;
	text-align:center;
	margin:20px 0 0;
	text-transform:uppercase;
}
.sec-block h3 span {
	background:#fff;
	padding:0 34px;
}

/*------------------------------------------- Video Sec -------------------------------------------*/

#videos p {
	font-size:1em;
	color:#747373;
	line-height:1.5em;
	font-weight:normal;
	padding:12px 7%;
	text-align:center;
	margin:32px 0;
	
}
#videos .bx-wrapper {
	width:672px;
	margin:0 auto;
	position:relative;
}
#videos .bx-wrapper .bx-pager {
	display:none;
}
.bx-controls-direction a {
	background:url(../images/slider-arrow.png) 0 0 no-repeat;
	position:absolute;
	width:36px;
	height:90px;
	display:block;
	text-indent:-9999px;
	top:50%;
	margin:-45px 0 0;
}
.bx-controls-direction a.bx-prev {
	left:-86px;
}
.bx-controls-direction a.bx-next {
	background-position:-36px 0;
	right:-86px;
}

/*------------------------------------------- Photos Sec -------------------------------------------*/

.photo-cont	{
	width:100%;
	float:left;
	clear:both;
	margin:35px 0 0;
	position:relative;
}
.photo-cont .pics {
	background:#fff;
	display:block;
	max-width:22%;
	margin:4% 4% 0 0;
	float:left;
}
.photo-cont .pics .pic-holder {
	width:94%;
	height:94%;
	float:left;
	margin:3%;
	background:#000;
}
.photo-cont .pics.last {
	margin-right:0;
}
.photo-cont .pics img {
	display:block;
	margin:0;
	width:100%;
	opacity:0.5;
	cursor:pointer;
}
.photo-cont .pics img:hover {
	opacity:1;
}
.slider {
	position: relative;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
.slide {
	position: absolute;
	left: 0px;
	top: 0px;
	display:block !important;
}
#photos .bx-controls-direction a {
	background:url(../images/slider-arrow1.png) 0 0 no-repeat;
	position:absolute;
	width:36px;
	height:90px;
	display:block;
	text-indent:-9999px;
	top:50%;
	margin:-45px 0 0;
	cursor:pointer;
}
#photos .bx-controls-direction a.bx-prev {
	left:-55px;
}
#photos .bx-controls-direction a.bx-next {
	background-position:-36px 0;
	right:-55px;
}

#photos .bx-wrapper {
	float:left;
	position:relative;
	width:100%;
}
#photos .slider {
	overflow:visible;
	width:100%;
	max-width:980px;
}
#photos .bx-pager {
	overflow:visible;
}
#photos .bx-default-pager {
	display:none;
}
.navslide span {
	background:url(../images/slider-arrow1.png) 0 0 no-repeat;
	position:absolute;
	width:36px;
	height:90px;
	display:block;
	text-indent:-9999px;
	top:50%;
	margin:-45px 0 0;
	cursor:pointer;
}
.navslide span.prev {
	left:-55px;
}
.navslide span.next {
	background-position:-36px 0;
	right:-55px;
}



/*------------------------------------------- Biography Sec -------------------------------------------*/

#biography h5 {
	color:#373737;
	font-size:1.7em;
	line-height:1.4em;
	font-weight:300;
	margin:50px 0;
	text-align:center;
}
#biography .bio-column {
	width:30%;
	float:left;
	margin-right:5%;
}
#biography .bio-txt .bio-column.last {
	margin-right:0;
}
#biography p {
	font-size:0.9em;
	line-height:1.5em;
	color:#373737;
	margin-top:20px;
}


/*------------------------------------------- My Music -------------------------------------------*/

#my-music {
/*	background:#be8a00;*/
    background: #ffee1e;
}
#my-music.sec-block h3 {
	border-bottom:1px solid #fff;
	    border-bottom: 1px solid #373737;
}
#my-music.sec-block h3 span {
/*	background:#be8a00;*/
    background: #ffee1e;
	color:#fff;color: #272d35;
}

.music-outer {
	width:100%;
	margin:45px 0 0;
	position:relative;
}
.music-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	height:370px !important;
}
.music {
	width:31%;
	float:left;
	margin:0 1% 30px 0;
	
	/*width: 48%;
    min-width: 48%;
    float: left;
    margin: 0px 2% 30px 0;*/
    
    
}
.music.last {
	margin-right:0;
	/*margin-right: 2%;*/
}
.music figure {
	background:url(../images/music-icon.png) 0 0 no-repeat;
	height:128px;
	width:128px;
	display:block;
	float:left;
	margin:0 12px 0 0;
}
.music h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    color: #272d35;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.music h5 {
	font-size:0.9em;
	font-weight:600;
	color:#fff;    color: #272d35;
	line-height:1.3em;
}
.music p {
	font-size:0.8em;
	color:#fff;    color: #272d35;
	line-height:1.2em;
	margin-top:4px;
}
.music a {
	background:#414141;
	font-size:0.8em;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	line-height:1.8em;
	padding:0 14px;
	display:inline-block;
	margin-top:14px;
	cursor:pointer;
}
.music audio {
	display:none !important;
}
#my-music .navslide span {
	background:url(../images/music-slider-arrow.png) no-repeat;
}
#my-music .navslide span.next {
	background-position:-36px 0;
}
#my-music .slide {
	background:#BE8A00;
	background: #ffee1e;
}
#my-music #slide0_0 {
	z-index:10;
}
#my-music #slide0_1 {
	z-index:9;
}
#my-music #slide0_2 {
	z-index:8;
}
#my-music #slide0_3 {
	z-index:7;
}



/*------------------------------------------- Contact Sec -------------------------------------------*/

#contact {
	background:#eeeeee;
}
.contact-lf	{
	width:23%;
	padding:30px 3% 0 0;
	float:left;
}
.contact-pic {
	background:#fff;
	border:1px solid #c1c1c1;
	width:100%;
	max-width:221px;
	float:right;
}
.contact-pic img {
	padding:7px;
	display:block;
}
.contact-txt {
	float:right;
	text-align:right;
}
.contact-txt h4 {
	font-size:2.3em;
	font-weight:300;
	color:#373737;
}
.contact-txt p {
	text-align:right;
	font-size:1.1em;
	font-weight:300;
	line-height:1.4em;
}
.contact-rgt {
/*	border-left:1px solid #c9c9c9;*/
	width:100%;
	padding:30px 0 25px 0%;
	float:left;
}
.contact-rgt h3 {
	color:#373737;
	line-height:0.9em;
	text-align:left;
	border:none;
	margin:0;
}
.contact-form {
	background:#dadada;
	padding:20px 5%;
	width:90%;
	margin:25px 0 0;
	overflow:hidden;
}
.contact-column {
	width:47%;
	float:left;
}
.contact-column.right {
	float:right;
}
.contact-form label {
	color:#353535;
	display:block;
	font-size:1.1em;
	font-weight:300;
	line-height:26px;
	margin:7px 0 0;
}
.contact-form input[type="text"] {
	font-size:1em;
	color:#353535;
	font-weight:300;
	background:#fff;
	border:none;
	height:30px;
	width:96%;
	padding:4px 2%;
	margin:7px 0 0;
}
.contact-form textarea {
	font-size:1em;
	color:#353535;
	font-weight:300;
	background:#fff;
	border:none;
	height:204px;
	width:96%;
	padding:4px 2%;
	margin:7px 0 0;
	resize:none;
}
@-moz-document url-prefix() { 
  .contact-form textarea {
     height:209px;
  }
}
.contact-form input[type="submit"] {
	font-size:1em;
	font-weight:700;
	text-transform:uppercase;
	color:#d09600;
	background:#272d35;
	border:none;
	height:38px;
	width:100%;
	padding:0;
	margin:17px 0 0;
	cursor:pointer;
}
.contact-form input[type="submit"]:hover {
	color:#fff;
	background:#d09600;
}

/*------------------------------------------- Footer Section -------------------------------------------*/

#base {
	background:#272d35;
	width:100%;
	float:left;
	min-height:92px;
}
#base p {
	color:#fff;
	font-size:0.8em;
	font-weight:normal;
	line-height:92px;
}


@media screen and (max-width: 980px) and (min-width: 768px),
screen and (max-device-width: 980px) and (min-device-width: 768px) {
	
body {
	font-size:0.9em;
}
.inner-wrap {
	width: 90%;
	margin: 0 5%;
}
nav#navmenu li {
	font-size:1em;
}
nav#navmenu li a {
	padding:0 0.3em;
}
header #web-intro .web-into-txt p {
	width:86%;
}
#videos .bx-wrapper {
	width:70%;
}
#videos .bx-wrapper ul li img {
	width:100%;
}
.contact-pic img {
	width:94%;
	padding:3%;
}
.contact-txt p {
	font-size:0.9em;
}
.contact-form input[type="text"] {
	height:22px;
}
.contact-form textarea {
	height:179px;
}
.contact-form input[type="submit"] {
	height:31px;
	margin-top:16px;
}

#photos .bx-controls-direction a.bx-prev {
	left:-36px;
}
#photos .bx-controls-direction a.bx-next {
	right:-36px;
}
.navslide span.prev {
	left:-36px;
}
.navslide span.next {
	right:-36px;
}
.music figure {
	width:42px;
	height:42px;
	background-size:100%;
}
.music {
	margin-bottom:12px;
}
.music h4 {
	margin-top:0;
}
.music-wrapper {
	height:228px !important;
}
	
}
@media screen and (max-width: 767px) and (min-width: 480px),
screen and (max-device-width: 767px) and (min-device-width: 480px) {
	
	
body {
	font-size:0.8em;
}
.inner-wrap {
	width: 90%;
	margin: 0 5%;
}
header #web-intro .web-into-txt h2 {
	font-size:4em;
}
header #web-intro .web-into-txt p {
	width:93%;
	margin:-10px 0 0 5%;
}
	
/*-------------------------Mobile Nav Section-------------------------*/
	
nav#navmenu {
	display:none;
}
nav#navmob{
	display:block;
	position: relative;
	float:right;
	margin:0 1em 0 0;
}
nav#navmob span {
    background: url("../images/navigation.png") no-repeat scroll 15px 10px #42484E;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    height: 18px;
    padding: 10px 15px;
    text-indent: -10000px;
    width: 21px;
	margin:0.7em 0 0 0;
}
nav#navmob ul {
    background: none repeat scroll 0 0 #272D35;
    padding: 0;
    position: absolute;
    right: 0;
    top: 60px;
    width: 200px;
	z-index:9;
}
nav#navmob ul li {
    display: block;
    float: right;
	font-size:0.9em;
    line-height: 21px;
    margin: 0;
    text-align: right;
    width: 100%;
	text-transform:uppercase;
}
nav#navmob ul li a {
	color:#fff;
    display: block;
    padding: 5px 10px;
}
nav#navmob ul li a:hover, nav#navmob ul li a.nav-active {
	background:#D09600;
}

/*-------------------------Video Section-------------------------*/

#videos .bx-wrapper {
	width:70%;
}
#videos .bx-wrapper ul li img {
	width:100%;
}
.bx-controls-direction a {
	width:24px;
	height:60px;
	background-size:200%;
	margin-top:-30px;
}
.bx-controls-direction a.bx-prev {
	left:-20%;
}
.bx-controls-direction a.bx-next {
	background-position:-24px 0;
	right:-20%;
}

/*-------------------------Photo Section-------------------------*/

.photo-cont .pics {
	margin: 4% 4% 0 0;
    width: 22%;
}
/*.photo-cont .pics:nth-child(2n+2) {
	margin-right:0;
}*/
#photos .bx-controls-direction a {
	width:16px;
	height:40px;
	background-size:200%;
	margin-top:-30px;
}
#photos .bx-controls-direction a.bx-prev {
	left:-21px;
}
#photos .bx-controls-direction a.bx-next {
	background-position:-16px 0;
	right:-21px;
}
.navslide span {
	width:16px;
	height:40px;
	background-size:200%;
	margin-top:-30px;
}
.navslide span.prev {
	left:-21px;
}
.navslide span.next {
	background-position:-16px 0;
	right:-21px;
}
#my-music .navslide span {
	width:16px;
	height:40px;
	background-size:200%;
	margin-top:-30px;
}
#my-music .navslide span.next {
	background-position:-16px 0;
	right:-21px;
}

/*-------------------------Biography Section-------------------------*/

#biography .bio-column {
	width:100%;
	margin-right:0;
	margin-bottom:20px;
}
#biography p {
	font-size:1.1em;
}

.music {
	margin-bottom:25px;
	text-align:center;
}
.music figure {
	display:inline-block;
	float:none;
	width:40px;
	height:40px;
	background-size:100%;
}
.music h4 {
	margin-top:0;
}
.music a {
	margin-top:5px;
}
.music p {
/*	display:none;*/
}
#my_music {
	height:260px !important;
}
#my_music .slide {
	height:250px !important;
}

/*-------------------------Contact Section-------------------------*/

.contact-lf {
	width:100%;
	padding:0;
}
.contact-pic {
	float:left;
}
.contact-txt {
	float:left;
	text-align:left;
	margin:0 0 0 4%;
}
.contact-txt p {
	text-align:left;
}
.contact-rgt {
	border-left:none;
	border-top:1px solid #C9C9C9;
	width:100%;
	padding:20px 0 0;
	margin:30px 0 0;
}
.contact-form textarea {
	height:194px;
}
	
}

@media screen and (max-width: 479px) and (min-width: 10px),
screen and (max-device-width: 479px) and (min-device-width: 10px) {
	
body {
	font-size:0.8em;
}
.inner-wrap {
	width: 90%;
	margin: 0 5%;
}
.sec-block h3 span {
	padding:0 15px;
}
header #web-intro .web-into-txt {
	bottom:10px;
}
header #web-intro .web-into-txt h2 {
	font-size:2em;
}
header #web-intro .web-into-txt p {
	font-size:0.9em;
	width:93%;
	margin:-5px 0 0 4%;
}
	
/*-------------------------Mobile Nav Section-------------------------*/
	
nav#navmenu {
	display:none;
}
nav#navmob{
	display:block;
	position: relative;
	float:right;
	margin:0 1em 0 0;
}
nav#navmob span {
    background: url("../images/navigation.png") no-repeat scroll 15px 10px #42484E;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    height: 18px;
    padding: 10px 15px;
    text-indent: -10000px;
    width: 21px;
	margin:0.7em 0 0 0;
}
nav#navmob ul {
    background: none repeat scroll 0 0 #272D35;
    padding: 0;
    position: absolute;
    right: 0;
    top: 60px;
    width: 200px;
	z-index:9;

}
nav#navmob ul li {
    display: block;
    float: right;
	font-size:0.9em;
    line-height: 21px;
    margin: 0;
    text-align: right;
    width: 100%;
	text-transform:uppercase;
}
nav#navmob ul li a {
	color:#fff;
    display: block;
    padding: 5px 10px;
}
nav#navmob ul li a:hover, nav#navmob ul li a.active {
	background:#D09600;
}

/*-------------------------Video Section-------------------------*/

#videos .bx-wrapper {
	width:70%;
}
#videos .bx-wrapper ul li img {
	width:100%;
}
.bx-controls-direction a {
	width:18px;
	height:45px;
	background-size:200%;
	margin-top:-23px;
}
.bx-controls-direction a.bx-prev {
	left:-20%;
}
.bx-controls-direction a.bx-next {
	background-position:-18px 0;
	right:-20%;
}

/*-------------------------Photo Section-------------------------*/

.photo-cont .pics {
	margin: 4% 4% 0 0;
    width: 22%;
}
/*.photo-cont .pics:nth-child(2n+2) {
	margin-right:0;
}*/

/*-------------------------Biography Section-------------------------*/

#biography .bio-column {
	width:100%;
	margin-right:0;
	margin-bottom:20px;
}
#biography p {
	font-size:1.1em;
}



/*-------------------------Contact Section-------------------------*/

.contact-lf {
	width:100%;
	padding:0;
}
.contact-pic {
	float:left;
}
.contact-txt {
	float:left;
	text-align:left;
	margin:0 0 0 4%;
}
.contact-txt p {
	text-align:left;
}
.contact-rgt {
	border-left:none;
	border-top:1px solid #C9C9C9;
	width:100%;
	padding:20px 0 0;
	margin:30px 0 0;
}
.contact-column {
	width:100%;
}
.contact-form textarea {
	height:194px;
}

#photos .bx-controls-direction a {
	width:16px;
	height:40px;
	background-size:200%;
	margin-top:-30px;
}
#photos .bx-controls-direction a.bx-prev {
	left:-15px;
}
#photos .bx-controls-direction a.bx-next {
	background-position:-16px 0;
	right:-15px;
}
.navslide span {
	width:16px;
	height:40px;
	background-size:200%;
	margin-top:-30px;
}
.navslide span.prev {
	left:-15px;
}
.navslide span.next {
	background-position:-16px 0;
	right:-15px;
}
#my-music .navslide span {
	width:16px;
	height:40px;
	background-size:200%;
	margin-top:-30px;
}
#my-music .navslide span.next {
	background-position:-16px 0;
	right:-15px;
}
.music {
	margin-bottom:15px;
	text-align:center;
}
.music figure {
	display:inline-block;
	float:none;
	width:40px;
	height:40px;
	background-size:100%;
}
.music h4 {
	margin-top:0;
	overflow: hidden;
    text-overflow: ellipsis;
  
}
.music h5 {
	overflow: hidden;
    text-overflow: ellipsis;
   
}
.music a {
	margin-top:5px;
}
.music p {
display:none;
}
#my_music {
	/*height:230px !important;*/
}
.slide {
	/*height:230px !important;*/
}
}
.error {
background: none repeat scroll 0 0 #F71334;
color: #FFFFFF;
padding: 2px 10px;
}
.success {
background: none repeat scroll 0 0 #0EB549;
color: #FFFFFF;
padding: 2px 10px;
}

@media only screen and (max-width: 476px) {
 
     #my_music {
        height: 380px !important;
    }

 .music h4 {
    font-size: 11px!important;
            line-height: 17px;
}
.music h5 {
    font-size: 10px!important;}

 .music {

    min-height: 130px;
}


}







