body {
  position: relative;
  background: #30302f !important;
  padding: 0px !important;
  font-family: 'Open Sans', sans-serif !important;
}

.search {
  margin-right: 10px;
  float: right;
  margin-bottom: 20px;
  margin-top: -50px;
  width: 30vh;
}

.Logo-Search {
  overflow: hidden;
}


.Logo-Search {
	padding: 10px;
	display: flex;
	justify-content: space-between;
}

.Logo-Search .logo img {
	width: 100px;
}

a:hover {
  text-decoration: none;
}

.linkControl {
  display: block;
  padding: 10px;
  color: #fafafa;
  font-weight: 700;
}

.linkControl:hover {
  display: block;
  padding: 5px;
  padding: 10px;
  background: #e07f00;
  text-decoration: none;
  font-weight: 700;
  transition: .6s;
}

.newsHeading {
  color: #fff;
}

.SliderInfo {
  color: #fff;
	position: absolute;
  display: flex;
  align-items:center;
  margin: -350px -150px;
  width: 150px;
  background-color: rgba(34, 68, 85, 0.8);
  text-align: center;
	display: none;
}

.active {
  background: #e07f00;
}

.social {
  margin-top: 4%;
  background: transparent;
  padding: 4%;
  color: #fff;
}

.heading {
  font-size: 13px;
  margin-top: 5%;
}

.social a {
  color: #fff;
}

.social a:hover {
  color: #fff;
}

.socialIcon {
  padding: 10px;
  font-weight: 10px !important;
}

.fa-facebook:hover {
  color: #3b5998;
}

.fa-twitter:hover {
  color: #00acee;
}

.search {
  position: relative;
  float: right;
}

/****************************HEADER CSS***************************/
header {
  background: black;
  padding: 0px;
}

.logo {
  margin: 0px 0px;
  max-width: 250px;
}

.logo img {
  width: 100%;
}

.thumbnail {
  padding: 2px !important;
  overflow: hidden;
  height: auto;
}

.thumbnail img {
  overflow: hidden;
  width: 100%;
}

.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding: 0px !important;
}

/****************************LAYOUT CSS********************************/
aside {
  padding: 0px !important;
}

.left-side-header {
  height: 82px;
  width: 100%;
  margin: 0px auto;
  text-align: center;
  padding-top: 20px;
  color: #fff;
}

.left-side-header a {
  color: #fff;
  font-size: 18px;
}

.musicandvideos {
  padding: 2px !important;
}

.Musicandvideos {
  padding-top: 10px;
}

.videosfront {
  width: 100%;
  height: 400px;
}

.musicandvideos .heading-title {
  color: #fff;
  font-size: 18px;
}

.left-side-header a:hover {
  text-decoration: none;
  color: #e0a502;
}

.sidenav {
  padding: 0px;
  width: 100%;
}

.sidenav ul {
  padding: 100px !important;
}

.Slider {
  height: 67vh;
}



.SliderContent {
  margin: 0 auto;
  position: relative;
  height: auto;
	position: relative;
}

.SliderContent img {
  /*max-width:1263px;*/

  width: 100%;
	height: auto;
}

.LatestNews {
  padding: 10px;
}

.NavLink {
  padding-left: 18px;
}

.NavLink:hover {
  padding-left: 18px;
}

.sidenav li {
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  width: 100% !important;
}

.sidenav li a {
  color: #fafafa;
  font-weight: 400;
  width: 100% !important;
}

.sidenav li :hover {
  color: #fafafa;
  text-decoration: none;
  background: #e88d25;
}

.left {
  background: #000;
  padding: 0px !important;
  position: absolute;
  width: 300px !important;
  height: 100vh;
	display: none;
}
#right {
  width: 100%;
  padding: 0px;
	position: absolute;
	right: 0;
	bo

}

.mainContainer {
  padding: 0px;
}

.col-md-10 {
  width: 100%;
	padding: none;
}

.TopStrip {
  width: 100%;
  padding: 4px;
  background: #e07f00;
}

/*********************MENUS***************************************/
.mobile-menu {
position: absolute;
top:60px;
z-index: 100;
width: 100%;
background-color: #111;
height: 100vh;
}


.menuBtn {
  color: #fff;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menuBtn img {
  width: 100%;
}

@media only screen and (min-width:768px){

  .SliderContent img {
  height: 67vh;
	}

  .mobile-menu{
display: none;
  }

.Logo-Search .menuBtn{
	display: none;
}
.Logo-Search {
	display: flex;
	justify-content: center;
}

.Logo-Search .logo img{
	width:200px;
}

.Logo-Search .logo{
	margin-left: -150px;
}


.left{
	display: block;
	height: 100vh;
	position: fixed !important;
}

.SliderInfo{
	display: block;
}

}

/*

@media only screen and (max-width:768px) {

	/****handling Menus*******
  .left {
    display: none;
  }


  .Logo-Search {
    padding: 10px;
    display: flex;
    justify-content: space-between;
  }

  .Logo-Search .logo img {
    width: 100px;
  }

  .Logo-Search .menuBtn {
		display: flex;
	}

  .SliderContent img {
    height: auto;
  }

  .SliderInfo {
		display: none;
  }
}*/
