body{
	font-family: comic sans ms;
	font-size:16px;
	color:#222;
}
header.header{
	position: fixed;
}
header{
	box-shadow:0px 1px 4px #ddd;
	overflow: auto;
	padding: 15px;
	background:#fdfdfd;	
	width: 100%;
}
header #logo{
}
header #logo img{width:300px;
}
header .rmenu {
  float: right;
}
.bnr-sec {
  display: table;
  white-space: nowrap;
  padding-top: 13.5vh;
}

.bnr-sec .img-div {
  display: table-cell;
}
.bnr-sec .img-div img{
	height: 72vh;
	padding:0px 15px;
}
.bnr-sec .img-div .overlay-div {
  background: none;
  bottom: 0;
  color: #222;
  display: block;
  padding: 15px;
      margin: 7px 0;
    padding: 0px 15px;
    font-size: 12px;
    line-height: 15px;
}
.about_page{
	background:url(../images/artistbg.jpg) no-repeat;
	background-size:100% 100%;
	overflow-y: scroll;
	height:82vh;
}
.contact_page {
	overflow-y: scroll;
	height:76vh;
}
.media_page{
	background:url(../images/mediabg.jpg) no-repeat;
	background-size:cover;	
	overflow-y: scroll;
	height:82vh;
}
.media_page .l_img{
}
.media_page .l_img img{
	width:100%;
}
.media_page .r-txt{
	  color: #000;
  font-family: comic sans ms;
  padding: 50px 0;
}
.media_page .r-txt p {
	text-align:justify;
}

.about_page .r-txt {
  color: #fff;
  font-family: comic sans ms;
  padding: 50px 0;
}
.about_page .r-txt p {
	text-align:justify;
}
.contact_page .sec1 .l-side{
	padding-top: 30px;
}
.contact_page .sec1 .l-side .img-sec{
}
.contact_page .sec1 .l-side .img-sec img{
	width:100%;
}
.contact_page .sec1 .r-side{
	padding-top: 30px;
}
.contact_page .sec2 .c-form .form label{
	display:block;
	margin-top: 20px;
}
.contact_page .sec2 .c-form .form input[type="checkbox"]{
	margin-top:20px;
	margin-right:10px;
}
.contact_page .sec2 .c-form .form .txtb{
	border:1px solid #ddd;
	padding:10px;
	width:100%;
}
.contact_page .sec2 .c-form .form .send-btn {
  background: #222;
  border: medium none;
  color: #fff;
  margin-top: 20px;
  padding: 10px 50px;
}
.contact_page .sec2 {
  padding-bottom: 50px;
}
.modal .modal-dialog{
	width:90%;
	margin:0 auto;
	border:10px solid #e9e9e9;
	height:90%;	
	overflow-y: scroll;
	margin-top:3%;
}
.modal .modal-dialog img{
	width:100%;
}

footer {
  bottom: 0;
  position: relative;
  width: 100%;
}
footer .copy {
  background: #fff;
  bottom: 0;
  display: block;
  font-size: 12px;
  left: 0;
  margin-top: 20px;
  padding: 1px 0;
  position: fixed;
  text-align: center;
  width: 100%;
  border-top: 1px solid #f2f2f2;
}
@media only screen and (max-width:767px){
	.bnr-sec .img-div {
  display: block;
}
.bnr-sec .img-div img {
  height: auto;
  width: 100%;
  padding:15px;
}
.bnr-sec .img-div .overlay-div {
  margin: -15px 15px 15px;
  bottom: inherit;
}
header .rmenu {
  float: none;
}
header {
  padding: 15px 0;
  text-align: center;
}
.navbar-toggle{
	float:none !important;
}
header.header {
  position: relative;
}
.bnr-sec {
  padding-top: 0;
}

}

@media only screen and (max-width:370px){
header #logo img {
  width: 100%;
}
}