body,
html {
  font-family: 'Conv_FuturaStd-Heavy';
  height: 100%;
}
h1 {
  font-size: 67.85px;
  font-family: 'Conv_FuturaStd-Light';
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  margin: 30px 0 0 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #fff;
  font-family: 'Conv_FuturaStd-Book';
  line-height: 34px;
}
header {
  text-transform: uppercase;
  -webkit-box-shadow: 0px 5px 6px -5px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 5px 6px -5px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 5px 6px -5px rgba(0, 0, 0, 0.34);
}
.tab-content .tab-pane {
  position: relative;
}
header nav {
  float: right;
  margin-top: 12px;
}
header {
  position: absolute;
  width: 100%;
  z-index: 999;
  background: #fff;
}
header .logo {
  float: left;
}
.center_logo {
  opacity: 0;
  -webkit-transition: all 1.5s ease-in;
  -moz-transition: all 1.5s ease-in;
  -o-transition: all 1.5s ease-in;
  transition: all 1.5s ease-in;
}
.center_logo.expand {
  opacity: 1;
}
header nav ul li {
  float: left;
  list-style: none;
  padding: 0 35px;
}
header nav ul li a {
  color: #999999;
}
header nav ul li a:hover,
header nav ul li.active a,
header nav ul li a:focus {
  text-decoration: none;
  color: #000;
}
header nav ul li:last-child {
  padding-right: 0;
}
header .nav-tabs {
  border: none;
}
header {
  padding: 8px 0 11px;
}
.tab-content.content {
  height: 100%;
  padding-top: 61px;
}
.tab-content.content #home {
  background: url(../images/sec-1.jpg) no-repeat;
  background-size: cover;
  height: 100%;
}
.content #home .center_logo img {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
  right: 0;
  margin: auto;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.tab-content.content #bio {
  background: url(../images/bio.jpg) no-repeat;
  min-height: 100%;
  background-size: cover;
  height: auto;
}
.tab-content.content #bio .bio_cont {
  margin-top: 48px;
}
.tab-content.content #bio .bio_cont .details.first {
  width: 477px;
  float: left;
}
.tab-content.content #bio .bio_cont .details.sec {
  width: 477px;
  float: right;
}

.tab-content.content #bio .bio_cont .sec a {
  text-transform: uppercase;
  font-family: 'Conv_FuturaStd-Heavy';
  font-size: 18px;
  color: #fff;
  display: block;
  margin-top: 45px;
}
.tab-content.content #music {
  min-height: 100%;
  height: auto;
  background: #fff;
}
.tab-content.content #music h1 {
  color: #b2b2b2;
  font-size: 58px;
  margin-top: 71px;
}
.tab-content.content #music .music_cont {
  width: 620px;
  margin: 40px auto 0;
}
.tab-content.content #music .music_cont div {
  margin: 35px 0;
}
.tab-content.content #gallery {
  background-size: cover;
  height: 100%;
  background-color: #000;
}
.tab-content.content #gallery .gallr_head {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
}
.tab-content.content #gallery .gallr_head h1 {
  font-size: 58px;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 67px;
}
.tab-content.content #gallery .carousel .carousel-control {
  width: 125px;
  height: 102px;
  background: #000;
  top: 50%;
  transform: translatey(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  opacity: 1;
}
.tab-content.content #gallery .carousel .carousel-control span.left_ico:after {
  content: "\276E";
  display: block;
  color: #fff;
  font-size: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform: translatey(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  right: 0;
}
.tab-content.content #gallery .carousel .carousel-control span.right_ico:after {
  content: "\276F";
  display: block;
  color: #fff;
  font-size: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform: translatey(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  right: 0;
}
.tab-content.content #gallery .carousel {
  height: 100%;
  overflow: hidden;
}
.tab-content.content #gallery .carousel-inner > .item > img {
  width: 100%;
}
.tab-content.content #social h1 {
  color: rgba(0, 0, 0, 0.3);
  font-size: 58px;
  margin-top: 70px;
}
.tab-content.content #contact {
  background: url(../images/contact.jpg) no-repeat;
  background-size: cover;
  height: 100%;
}
.tab-content.content #contact h1 {
  font-size: 58.41px;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 68px;
}
.tab-content.content #social .social-cont {
  margin-top: 50px;
  width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.tab-content.content #social .social-cont .instagram_pic {
  width: 400px;
  float: left;
}
.tab-content.content #social .social-cont .instagram_pic div img {
  width: 100%;
}
.social-cont .twitt_area {
  float: right;
  width: 400px;
}
.social-cont .twitt_area ul {
  padding-left: 0;
  list-style: none;
  font-family: sans-serif;
}
.social-cont .twitt_area ul li {
  height: 400px;
  background: #f6f5f4;
  padding: 15px;
  margin-bottom: 20px;
}
.social-cont .twitt_area ul li .user_name a {
  color: #333;
}
.social-cont .twitt_area ul li .profile_img {
  display: inline-block;
  background: #000;
  width: 43px;
  height: 43px;
  vertical-align: bottom;
}
.social-cont .twitt_area ul li .user_name {
  display: inline-block;
  margin-left: 10px;
}
.sbttr-user-timeline-item-actions span span {
  background: none;
}
.social-cont .twitt_area ul li span.user_name {
  display: inline-block;
  vertical-align: bottom;
}
.social-cont .twitt_area ul li .twitter_post {
  float: left;
  min-height: 250px;
  padding-top: 30px;
  font-size: 20px;
}
.sbttr-user-timeline-item-actions {
  float: left;
  width: 100%;
  font-weight: bold;
}
.social-cont .twitt_area ul li .twitter_post .text {
  min-height: 250px;
}

/*** twitter ***/

.tab-content.content #social .social-cont > div iframe {
  margin-top: 0 !important;
  font-family: sans-serif;
  height: 900px;
}
.EmbeddedTweet {
  min-height: 400px;
  border-radius: 0;
  border: none;
  background: #f6f5f4;
}
.EmbeddedTweet p {
  color: #000;
}
.EmbeddedTweet {
  background: #f6f5f4;
  border: none;
}

/*** twitter ***/

.tab-content.content #social .social-cont .image_thumb {
  float: left;
}
.tab-content.content #social .social-cont .tweet_area {
  float: right;
  width: 400px;
  height: 400px;
  background: #f6f5f4;
  padding: 15px;
  font-family: sans-serif;
}
.social-cont .tweet_area .user_pic {
  width: 41px;
  height: 41px;
  background: #000;
  border: solid 2px #fff;
  display: inline-block;
  vertical-align: bottom;
}
.social-cont .tweet_area .user_name {
  display: inline-block;
}
.social-cont .tweet_area .post {
  min-height: 250px;
  padding-top: 30px;
  font-size: 20px;
}
.social-cont .tweet_area .post .hash_link {
  color: #0084cb;
}
.social-cont .tweet_area .bottom_pt {
  float: left;
  font-weight: bold;
}
.social-cont .tweet_area .bottom_pt .date {
  background: url(../images/twit.png) left no-repeat;
  padding-left: 25px;
  float: left;
  width: 180px;
  color: #8c8b8a;
}
.social-cont .tweet_area .bottom_pt .reply_ret {
  float: left;
}
.social-cont .tweet_area .bottom_pt .reply {
  background: url(../images/reply.png) left no-repeat;
  padding-left: 20px;
  color: #0c0c0c;
  text-decoration: none;
}
.social-cont .tweet_area .bottom_pt a {
  color: #0c0c0c;
  text-decoration: none;
}
.social-cont .tweet_area .bottom_pt a:hover {
  text-decoration: none;
}
.social-cont .tweet_area .bottom_pt .retweet {
  background: url(../images/retweet.png) left no-repeat;
  padding-left: 20px;
  margin-left: 25px;
  color: #0c0c0c;
  text-decoration: none;
}
.social-cont .tweet_area .bottom_pt .favourite {
  background: url(../images/favourite.png) left no-repeat;
  float: left;
  margin-top: 15px;
  padding-left: 20px;
}
.tab-content.content #contact .contact_cont {
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  right: 0;
  position: absolute;
  width: 373px;
  margin: auto;
  text-align: center;
  color: #fff;
}
.tab-content.content #contact .contact_cont > a {
  color: #fff;
  font-family: 'Conv_FuturaStd-Light';
  font-size: 24px;
}
.tab-content.content #contact .contact_cont ul li {
  list-style: none;
  float: left;
  padding: 0 16px;
}
.tab-content.content #contact .contact_cont ul li:first-child {
  padding-left: 0;
}
.tab-content.content #contact .contact_cont ul li:last-child {
  padding-right: 0;
}
.tab-content.content #contact .contact_cont ul {
  padding-left: 0;
  margin-top: 35px;
}
.tab-content.content #bio .bio_cont {
  float: left;
  padding-bottom: 45px;
  width: 100%;
}
.tab-content.content #social .social-cont .instagram_pic img {
  width: 100%;
}
.social-cont .instagram_pic a span {
  position: absolute;
  bottom: 50px;
  left: 0px;
  right: 0;
  margin: auto;
  display: block;
  width: 320px;
  height: auto;
  line-height: 20px;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.9);
  font-family: 'ChaparralProRegular';
  color: #333333;
  padding: 15px 5px;
  opacity: 0;
  -webkit-transition: opacity linear .6s;
  -moz-transition: opacity linear .6s;
  -o-transition: opacity linear .6s;
  transition: opacity linear .6s;
}
.social-cont .instagram_pic a:hover span {
  opacity: 1;
}
.social-cont .instagram_pic a {
  clear: both;
  display: block;
  height: 400px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
span.tweet_time {
  background: url(../images/twit.png) left no-repeat;
  padding-left: 14px;
  float: left;
  width: 180px;
  color: #8c8b8a;
}
span.tweet_time a {
  color: #8c8b8a;
}
ul.tweet_list .rep-ret {
  float: right;
}
ul.tweet_list .rep-ret a:first-child {
  background: url(../images/reply.png) left no-repeat;
  padding-left: 20px;
  color: #0c0c0c;
  text-decoration: none;
}
ul.tweet_list .rep-ret a:last-child {
  background: url(../images/retweet.png) left no-repeat;
  padding-left: 20px;
  margin-left: 25px;
  color: #0c0c0c;
  text-decoration: none;
}
ul.tweet_list .favrt a {
  background: url(../images/favourite.png) left no-repeat;
  float: left;
  margin-top: 15px;
  padding-left: 20px;
}
ul.tweet_list i {
  font-style: normal;
  color: #0c0c0c;
}

/****twitter****/
