html{ margin: 0px; padding: 0px;}
body{ font-family: "Open Sans",sans-serif; position: relative; margin: 0px; padding: 0px; background: #000000 top center no-repeat;
    width: 100%;  overflow: auto; color: #ffffff}
img{ margin: 0px; padding: 0px; border: 0px;}
input{ position: relative; margin: 0px; padding: 0px}
a{ text-decoration: none; }
footer a{ vertical-align: middle; color: #ffffff}
footer img{ vertical-align: middle;}

#outer{ min-width: 960px; min-height: 819px; position: relative; background: url(../images/back.jpg) #000000 top center no-repeat; }
.inner{ width: 960px; position: relative; margin: 0px auto 0px auto; text-align: left; }



.shadow{ -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0, 1);
-moz-box-shadow:    0px 3px 5px 0px rgba(0,0,0, 1);
box-shadow:         0px 3px 5px 0px rgba(0,0,0, 1);}

.shadow2{-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 1);
-moz-box-shadow:    0px 0px 8px 0px rgba(50, 50, 50, 1);
box-shadow:         0px 0px 8px 0px rgba(50, 50, 50, 1);}
.shadow4{-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 1);
-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 1);
box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 1);}
.sp15{ width: 100%; height: 15px; line-height: 15px; font-size: 15px; position: relative;}
.sp20{ width: 100%; height: 20px; line-height: 20px; font-size: 20px; position: relative;}
 .sp40{ width: 100%; height: 40px; line-height: 40px; font-size: 40px; position: relative;}
 .sp60{ width: 100%; height: 60px; line-height: 60px; font-size: 60px; position: relative;}
 .sp80{ width: 100%; height: 80px; line-height: 80px; font-size: 80px; position: relative;}
  .sp90{ width: 100%; height: 90px; line-height: 90px; font-size: 90px; position: relative;}
 .sp100{ width: 100%; height: 100px; line-height: 100px; font-size: 100px; position: relative;}
.clear{ width: 100%; height: 0px; line-height: 0px; font-size: 0px; position: relative; clear: both;}
.top_bar{ width: 100%; height: 50px; position: relative; }
.enter_web{ width: 100%; text-align: center; position: absolute; top:8px; left: 0px;}
.connect{ position: absolute; top:5px; left: 0px; text-align: left;}
.connect img{ display: inline-block; vertical-align: middle; margin: 0px 6px 0px 0px; position: relative;}
.share_top{ position: absolute; top:5px; right: 0px; text-align: right;}
.share_top img{ display: inline-block; vertical-align: middle; margin: 0px 0px 0px 6px; position: relative;}
.head{ width: 100%; height: 370px; position: relative;}
.line1{ width: 100%; height: 20px; background: url(../images/line1.png) center no-repeat; position: relative;}
.line2{ width: 100%; height: 20px; background: url(../images/line2.png) center no-repeat; position: relative;}
.main_ttl{ position: relative; margin: 10px 0px 0px 0px; text-align: center;}
.info{ position: relative; text-align: center; margin: 20px 0px 0px 0px;}
.watch_video{ position: relative; display: inline-block; vertical-align: top; width: 384px; margin: 0px 20px 0px 0px}
.album{ width: 420px; position: relative; display: inline-block; vertical-align: top}
.album_cover{ width: 238px; position: relative; display: inline-block; vertical-align: top;}
.album_info{ width: 140px; position: relative; display: inline-block; vertical-align: top; margin: 0px 0px 0px 12px}
.buy{ position: relative; margin: 3px 0px 0px 0px }
.insta_ttl{ position: relative; text-align: center; margin: 20px 0px 0px 0px;}
ul.social-icons{ margin: 0px; padding: 0px;}
.footer a{color: #997c5e;}
.footer a:hover{color: #dd274e;}
.footer_left{ width: 70%; position: relative; float: left;}
.footer_right{ width: 29%; position: relative; float: right; text-align: right;}
.social-icons li{ margin: 0px; padding: 0px;}

/* NAV */

header .nav-wrapper.fixed {
    position:fixed;
    top:0;
    z-index: 99;
    width:970px;
}

.navbar-nav>li>a {
    font-family: 'Share', cursive;
    color:#ffffff;
    background:transparent;
    text-transform: uppercase;
    font-size: 26px;
}

.navbar-nav>li>a:after {
    background-color:#dd274e;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 7px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s,-webkit-transform 0.3s;
    -moz-transition: opacity 0.3s,-moz-transform 0.3s;
    -o-transition: opacity 0.3s,-o-transform 0.3s;
    transition: opacity 0.3s,transform 0.3s;    
}

.navbar-nav>li>a:hover:after {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.navbar-nav>li>a:focus,
.navbar-nav>li>a:hover {
    color:#dd274e;
    background:transparent;
}

.navbar-nav>li>.dropdown-menu {
    background-color:transparent;
    border-radius:0;
    border-top:0;
    padding:0;
}

.navbar-nav .dropdown-menu>li>a {
    font-family: 'Share', cursive;
    text-transform: uppercase;
    font-size: 18px;
    background-color: #dd274e;
    padding: 10px;
    text-align: left;
    color:#ffffff;
}

.navbar-nav .dropdown-menu>li>a:focus,
.navbar-nav .dropdown-menu>li>a:hover {
    text-transform: uppercase;
    color:#ffffff;
    background-color:#dd274e;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: transparent;
    border-color:#dd274e;
}

.nav-wrapper {

}
.footer_nav{ position: relative; margin: 40px 0px 40px 0px; padding: 0px 0px 0px 0px}
.footer_nav ul{ margin: 0px; padding: 0px}
/* FOOTER */

.footer {
    background:#000;
}

.footer .nav-wrapper {
    margin-bottom:30px;
    background-color: #000;
}

.footer .nav-wrapper .navbar-nav>li>a {
    font-size:26px;
}

.footer-copy {
    margin:40px auto;
    color:#c2ac95;
    font-size:12px;
}

.social-icons {
    float:none;
}

.social-icons li span {
    font-size:14px;
    line-height: 1;
    vertical-align: middle;
    margin-right:10px;
}

.social-icons li .custom-icon {
    font-size: 30px;
    line-height: 0.8;
    margin: 0;
    vertical-align: text-bottom;
}

.social-icons>li>a {
    background-color: #000;
    padding:5px;
    font-size: 12px;
    color:#997c5e;
}

.social-icons>li>a:focus,
.social-icons>li>a:hover {
    background-color: #000;
    padding:5px;
    font-size: 12px;
    color:#c2ac95;
}

.social-icons>li>a:after {
    display:none;
}

.social-icons>li {
    float: none;
    vertical-align: middle;
    display: inline-block;
}

.social-icons>li+li {
    margin-left: 1px;
}

.footer-logo {
    width:auto;
}
.big_tv_player{ position: absolute; top:30px; left: 50px;}


#controls
{
       height: 93px;
    left: 582px;
    position: absolute;
    top: 495px;
    width: 105px;
    z-index: 150001;
}

#instagram_info
{
    position: absolute;
    left: 40px;
    top: 60px;
    width:100px;
    height:40px;
    z-index: 15;    
    color:#ffffff;
    font-size:12px;
    font-family:verdana;
    font-weight:bold;
    vertical-align:middle;
    text-shadow: 0.05em 0.05em 0.08em black;
}

#instagram_user {display:inline;position:absolute;left:36px;top:7px}

#tv {
    background-image: url('../images/tv_mask.png?v=3');  
    background-repeat: no-repeat;
    background-size: contain;
    height: 551px;
    left: 0;
    position: absolute;
    top: 0;
    width: 813px;
    z-index: 150000;
}

#video_rapper {
    height: 480px;
    left: 31px;
    overflow: hidden;
    position: absolute;
    top: 43px;
    width: 815px;
    z-index: 1;
}

#instagram_rapper, #instagram2_rapper {
    background: none repeat scroll 0 0 black;
    height: 470px;
    left: 35px;
    overflow: hidden;
    position: absolute;
    top: 12px;
    width: 650px; 
    z-index: 2;
}


.screen {
    color: #FFFFFF;
    cursor: auto;
    display: none;
    height: 457px;
    margin-left: 62px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 33px;
    width: 607px;
   
}
#ipad{ position: relative; width: 813px; height: 551px; position: relative; margin:18px auto 0px auto;}



.warning{ width: 100%; position: absolute; top:300px; left: 16px; height: 164px;}
.warning_back{ position: absolute; top:0px; left: 0px; width: 100%; height: 100%; background: url(../images/warning_back.png) top left repeat; z-index: 149999}
.warning_txt{ position: relative; text-align: center; margin: 10px 0px 0px 0px; z-index: 150000}
.warning_btns{ position: relative; text-align: center; margin: 10px 0px 0px 0px; z-index: 150003}
.warning_btns img{ vertical-align: middle; margin: 0px 4px 0px 4px; position: relative;}