/*
Sticky Styles
*/

body{
	margin:0 auto;
	padding:0px !important;
	font-family: "HelveticaNeue";
	font-weight: normal;
}

.container-fluid{padding:0px !important;}
.doppelganger{
    position: relative;
	margin:0px !important;
	/*display:none;*/
    opacity:0; 
 
}

.ghost{
    display:none;
    width:267px !important;
    height:100%;
    color:#FFF;
}
@media (min-width: 320px) and (max-width: 1025px) {
.ghost{
display: none !important;
}
}
.loading{
	position:absolute;
	top:50%;
	width:100%;
	height:150px;
	text-align:center;
	margin:-75px auto 0px auto;
}
.sticky_bar{
	width:267px !important;
    border-right: 1px solid rgba(0,0,0,.1);
}


/* Sticky Bar Nav Icons */

.sticky_menu ul li .sticky_explore {
background: url(http://i.imgur.com/YvcqppQ.png) no-repeat left;
width: 43px;
height: 40px;
position: absolute;
top: 18px;
background-size: 220px;
left: 15px;
background-position: -160px 0px;
opacity: .3;
}

@media (min-width: 320px) and (max-width: 480px) {
.sticky_menu ul li .sticky_explore {
left: 7px !important;
}
}

.sticky_menu ul li .sticky_scenes {
background: url(http://i.imgur.com/YvcqppQ.png) no-repeat left;
width: 24px;
height: 24px;
position: absolute;
top: 19px;
background-size: 180px;
left: 36px;
background-position: -38px 0px;
opacity: .3;
}

@media (min-width: 320px) and (max-width: 480px) {
.sticky_menu ul li .sticky_scenes {
left: 28px !important;
}
}

.sticky_menu ul li .sticky_people {
background: url(http://i.imgur.com/YvcqppQ.png) no-repeat left;
width: 40px;
height: 40px;
position: absolute;
top: 18px;
background-size: 195px;
left: 34px;
background-position: -80px 0px;
opacity: .3;
}

@media (min-width: 320px) and (max-width: 480px) {
.sticky_menu ul li .sticky_people {
left: 26px !important;
}
}

.sticky_menu ul li .sticky_highlights {
background: url(http://i.imgur.com/YvcqppQ.png) no-repeat left;
width: 43px;
height: 40px;
position: absolute;
top: 16.5px;
background-size: 220px;
left: 16px;
background-position: -116px 0px;
opacity: .3;
}

@media (min-width: 320px) and (max-width: 480px) {
.sticky_menu ul li .sticky_highlights {
top: 17px !important;
left: 8px !important;
}
}

.sticky_menu ul li .sticky_brands {
background: url(http://i.imgur.com/YvcqppQ.png) no-repeat left;
width: 30px;
height: 30px;
position: absolute;
top: 17px;
background-size: 175px;
left: 30px;
background-position: -30px -22px;
opacity: .3;
}

@media (min-width: 320px) and (max-width: 480px) {
.sticky_menu ul li .sticky_brands {
left: 24px;
}
}


@media (min-width: 0px) and (max-width: 1100px) {
.sticky_bar { 
display: none !important;
}
}
.sticky_bar{
	margin: 0; 
	padding: 0;
	height: 100%; 
	width: 267px;
	/*width:23.404255317%;*/
	position: fixed;
	background: rgb(31, 31, 31);
	z-index:10;
}


.gradient{
	margin: 0; 
	padding: 0;
	width: 100%; 
	height: 100%; 
	position:relative; 
	z-index:9;
}
.gradient2{
	margin: 0; 
	padding: 0;
	width: 100%; 
	height: 100%; 
	pointer-events: none;
	position: absolute; 
	top: 0; left: 0;
	z-index:9990;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 85% , rgba(0,0,0,.2) 97%,rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(85%,rgba(0,0,0,0)), color-stop(97%,rgba(0,0,0,.2)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 85% , rgba(0,0,0,.2) 97%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 85% , rgba(0,0,0,.2) 97%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 85% , rgba(0,0,0,.2) 97%,rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 85% , rgba(0,0,0,.2) 97%,rgba(0,0,0,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 */
    display: none !important;
}

ul#user_nav{
	position:relative;
	padding: 0px;
	font-size:10px;
	background: rgb(29, 29, 29);
	border-bottom: 1px solid rgb(0,0,0);
	height:33px;
	width:100%;
}
ul#user_nav .spacer{
	width:1px;
	background: rgb(0,0,0); 
	float:left;
}

ul#user_nav > li div{
	text-align:center;
}
ul#user_nav > li div span{
	line-height:31px;
	margin-top:2px;
	float:left;
}

ul#user_nav > li{ 
	width: 25%;
	color:#CCC;
	float:left;
	display:block-inline;
	text-align:center;
	padding:0px;
	margin:0 auto;
	line-height:0px;
    background: none;
	transition: background-color .18s;
	-moz-transition: background-color .18s; /* Firefox 4 */
	-webkit-transition: background-color .18s; /* Safari and Chrome */
	-o-transition: background-color .18s; /* Opera */
}
ul#user_nav > li.avatar{ 
	width:12.5%;
}
ul#user_nav > li.avatar a{ 
	margin:0px auto;
}
ul#user_nav > li.last{
	position:relative;
	border-right:0px;
	float:left;
	display:block;
	overflow:visible;
	cursor:pointer;
	width:12.5%;
}
ul#user_nav > li.last div{
	overflow:visible;
}
ul#user_nav > li a{
	color:#CCC !important;
	display:inline-block;
	text-align:center;
}
ul#user_nav a .icon, #user_nav div .icon{
	width:18px;
	height:18px;
	float:left;
	margin-top:8px;
}
ul#user_nav > li:hover{  
	background: url(../img/user-nav-el-hover.gif) no-repeat rgb(35,35,35);
}
ul#user_nav > li:hover a{  
	color:#FFF !important;
	text-decoration: none !important;
}
ul#user_nav > li:first-child{
	margin:0px;
	border-left:0px;
	background-image:none;
}
ul#user_nav > li a img{  
	width: 22px; height: 22px; 
	margin: 6px auto; 
	-moz-border-radius: 2px;
	border-radius: 40px;
	/*
	-moz-box-shadow: 0px 0px 2px rgb(40,40,40);
	-webkit-box-shadow: 0px 0px 2px rgb(40,40,40);
	box-shadow: 0px 0px 2px rgb(40,40,40);
	*/
}
	
ul#user_nav a .home{
	background:url(../img/shn-sprite.png) -8px -224px;
}
ul#user_nav a .account{
	background:url(../img/shn-sprite.png) -8px -242px;
}
ul#user_nav a .eye{
	background:url(../img/shn-sprite.png) -8px -259px;
}
ul#user_nav .last .drop{
	background:url(../img/shn-sprite.png) -7px -277px;
	margin:8px auto;
	float: none;
}
ul#user_nav a:hover .home{
	background:url(../img/shn-sprite.png) -28px -224px;
}
ul#user_nav a:hover .account{
	background:url(../img/shn-sprite.png) -28px -242px;
}
ul#user_nav a:hover .eye{
	background:url(../img/shn-sprite.png) -28px -259px;
}
ul#user_nav .last:hover .drop{
	background:url(../img/shn-sprite.png) -26px -277px;
}
.cropdrop{
	position:absolute;
	top:34px;
	right:0px;
	width:260px;
	display:none;
	text-align:left;
	z-index:999;
	overflow:hidden !important;
	padding-bottom:12px;
	
}
#user_drop{
	width: 100%;
	height:100%;
	-moz-box-shadow: 0px 4px 12px #000;
	-webkit-box-shadow: 0px 4px 12px #000;
	box-shadow: 0px 4px 12px #000;
}


#user_drop li{
	float:none;
	font-size:12px;
	display:block;
	width: 100%;
	margin:0 auto;
	padding:0px;
	background: rgb(38,38,38);
	border-top:1px solid rgb(62,62,62);
	border-bottom:1px solid rgb(32,32,32);
	text-align:left;
}
#user_drop li a{
	color:rgb(110,110,110) !important;
}
#user_drop li:hover{
	background: rgb(0,0,0);
}
#user_drop li:hover a{
	color:rgb(240,240,240) !important;
}

#user_drop a .icon{
	width:20px;
	height:21px;
	margin:0px 8px;
	display:block;float:left;margin-top:-4px;
	background:url(../img/shn-sprite.png);
}
#user_drop li .newpost{
	background-position: -46px -222px;
}
#user_drop li .newpage{
	background-position: -46px -247px;
}
#user_drop li .manage{
	background-position: -46px -272px;
}
#user_drop li .appear{
	background-position: -46px -321px;
}
#user_drop li .logout{
	background-position: -46px -298px;
}
#user_drop li:hover .newpost{
	background-position: -72px -222px;
}
#user_drop li:hover .newpage{
	background-position: -72px -247px;
}
#user_drop li:hover .manage{
	background-position: -72px -272px;
}
#user_drop li:hover .appear{
	background-position: -72px -321px;
}
#user_drop li:hover .logout{
	background-position: -72px -298px;
}
	
.sticky_logo{
	width: 100%;
	color: white;
	margin: 0 auto;
	padding:0px;
	text-align:center;
	overflow:hidden;	
}
		
.sticky_logo h1{ 
	width: 100%;
	padding:0;
	text-align:center;
	margin: 52px 0 52px 28px;
	font-family: "proxima-nova",HelveticaNeue Ultra Light,arial;
	font-weight: 100;
	font-size: 36px;
	letter-spacing: 0px;
	text-decoration: none;
}

@media (min-width: 320px) and (max-width: 1023px) {
.sticky_logo h1{ 
margin: 52px 0 52px 30px !important;
}
}

.sticky_logo h1 a{ 
	color: #aeaeae;
	cursor: pointer;
	transition: color .18s;
	-moz-transition: color .18s; /* Firefox 4 */
	-webkit-transition: color .18s; /* Safari and Chrome */
	-o-transition: color .18s; /* Opera */
}
.sticky_logo h1:hover a{ 
	color: #FFF;
	text-shadow: 0px 2px 4px #000;
	text-decoration: none;
}

.sticky-button{display:none}
.sticky-toggle{display:block;overflow:hidden;}
.seshn_button{display:none}
.toggle_button{display:none}
.sticky_menu{
	font-size: 12px;
}
.sticky_menu a, .sticky_menu a:visited {
display: block;
text-decoration: none;
padding: 20px 0 20px 34px;
color: rgba(122, 122, 122, 0.71);
font-size: 18px;
font-weight: 700;
font-family: adelle;
}

.sticky_menu a:hover{
	text-decoration:none;
	color: #fff;
	font-family: adelle;
	opacity: .7;
}

.sticky_menu .current_page_item a{
	text-decoration:none;
	color: #fff;
	font-family: adelle;
}


.sticky_menu ul{
	width: 100%;
	margin: 0;
	padding: 0;
	
}

.sticky_menu ul li:first-child{
	border-top: 1px solid rgba(0, 0, 0, 0.30);
}

.sticky_menu ul li{
	margin: 0;
	padding: 0px;
	list-style-type: none;
	font-family: adelle;
	font-weight: normal;
	letter-spacing: 1px;
	text-decoration: none;
	position:relative;
	background:  none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.30);
	cursor:pointer;
	 transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-in-out;
    -webkit-font-smoothing: antialiased;
}

.sticky_menu ul li a{
 transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-in-out;
    }
    
.sticky_menu ul li .arrow {
position: absolute;
top: 20px;
right: 30px;
width: 18px;
height: 18px;
background: url(../img/shn-sprite.png) 0 -18px;
}

.sticky_menu ul li .step {
    position:absolute;
	top:12px;left:13px;
    display: inline-block;
    padding: 2px;
    background: rgb(20,20,20);
    color:  rgb(80,80,80);
    width: 16px;
    height: 16px;
    text-align: center;
	border-radius: 10px;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


.sticky_menu ul li.current_page_item, .sticky_menu ul li.active, .sticky_menu ul li.active a{
	background:  #0e0e0e; 
	color: #fff;
}

.sticky_menu ul li a:hover{
	color: #fff;
	background:  #181818;
}

.sticky_menu ul li:hover .arrow{
	background:url(../img/shn-sprite.png);
	opacity: .7;
}

 .sticky_menu ul li.active .arrow{
	background:url(../img/shn-sprite.png);
}

.sticky_menu p{
	font-size: 12px;
	line-height: 18px;
}

#shn-account-box{
	width:82%;
	margin: 10px auto 0px auto;
	position:relative;
}

#shn-account-box .discover {
	font-family: "HelveticaNeue Ultra Light";
	font-weight: normal;
	font-size:13px;	
	color: rgb(240,240,240);
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:20px 0;
	border-top:1px solid rgb (100,100,100);
	background:rgba(0,0,0,.3);
	-moz-box-shadow: 0px 0px 24px rgba(255,255,255,.18);
	-webkit-box-shadow: 0px 0px 24px rgba(255,255,255,.18);
	box-shadow: 0px 0px 24px rgba(255,255,255,.18);
	padding:20px;
}
#shn-account-box .discover span{
	font-family: "HelveticaNeue Bold";
	font-weight: normal;
	line-height:18px;
}
.yellow{
	color: #fffe98;
}
.uppercase {
	text-transform:uppercase;
}

#shn-account-box .join_seshn{
	position:relative;
	background: rgba(255,255,255,.05);
	padding: 15px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	color: #FFF;
	text-align:center;
}
#shn-account-box .share_seshn {
	position:relative;
	padding: 15px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	color: #FFF;
	text-align:center;
}
#shn-account-box .join_seshn .line{
	clear: both;
	padding:9px 0px;
	overflow:hidden;
	text-align:left;
	color:rgb(120,120,120);
}
#shn-account-box .profile{
	padding:25px;
}
.head{
	text-align: left;
	margin-bottom:7px;
}
.head a{ color: #666;}
.head span{
	font-size:19px;
	font-weight: 600;
	color:#FFF;
	text-shadow: 0 1px 1px rgb(30,30,30);
}
.head img{
	float:left;
	margin:-2px 8px 0px 0px;
	border-radius:28px;
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
	box-shadow: 0px 0px 3px #000;
}	
.webaddress{
	background:url(../img/shn-sprite.png) 0 -380px;
	padding-left:30px !important;
}
.webaddress a{
	color:rgb(63,110,205) !important;
	text-shadow: 0 1px 1px rgb(30,30,30);
}
.webaddress a:hover{
	color:rgb(83,130,225) !important;
	text-shadow: 0 1px 1px rgb(30,30,30);
}


#shn-account-box .join_seshn a, #shn-account-box .share_seshn a{
	color: rgb(170,170,170);
}
#shn-account-box .join_seshn button, #shn-account-box .share_seshn button{
	margin-bottom: 10px;
}

#shn-account-box .login_seshn{
	display:none;
	position:absolute;
	background: none;
	padding: 15px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
	color: #FFF;
	text-align:left;
	position:relative;
	overflow:hidden;
}

.already{
color: #C4C4C4;
font-weight: 100;
display: none;
}

.signin{
color: #fff;
font-weight: 600;
display: none;
}

#shn-account-box .login_seshn ul li{
	position:relative;
	padding:5px 0;
}
.sticky-btn{
	width:100%;
	margin-bottom: 10px;
}
#shn-account-box .login_seshn #shn_submit{
	width:90px;
	float:left;
	margin:0 auto;
	padding:12px 12px;
}

#shn-account-box .login_seshn .login-remember{
	display:none;
}

#shn-account-box .login_seshn .forgot{
	width:75px;
	float:right;
	margin:3px;
}
#shn-account-box .login_seshn a.forgot{
	color: rgb(107,107,107);
}

#shn-account-box .login_seshn a.forgot:hover{
	text-decoration: none;
	color: #FFF;
	
}

.login-submit {
    text-align: center;
}

#shn-account-box .login_seshn input[type="text"], #shn-account-box .login_seshn input[type="password"], input:-webkit-autofill{
	font-size: 13px;
	padding: 8px;
	width: 170px;
	height: 24px;	
	background: rgba(0, 0, 0, 0.7) !important;
    color: #fff !important;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: none;
    border-radius: 3px !important;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    font-weight: 900;
    -moz-box-shadow: inset 0px 0px 5px #000000;
    -webkit-box-shadow: inset 0px 0px 5px #000000;
    box-shadow: inset 0px 0px 5px #000000;
    transition: background-color .18s;
	-moz-transition: background-color .18s; /* Firefox 4 */
	-webkit-transition: background-color .18s; /* Safari and Chrome */
	-o-transition: background-color .18s; /* Opera */
	margin: 10px 0 0px 0;
}

@-moz-document url-prefix() { 
input{
	font-size: 13px !important;
	padding: 8px !important;
	width: 170px !important;
	height: 24px !important;	
	background: rgba(0, 0, 0, 0.7) !important;
    color: #fff !important;
    border-top: 1px solid #000000 !important;
    border-right: 1px solid #000000 !important;
    border-left: 1px solid #000000 !important;
    border-bottom: none !important;
    border-radius: 3px !important;
    -moz-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    font-weight: 700 !important;
    -moz-box-shadow: inset 0px 0px 5px #000000 !important;
    -webkit-box-shadow: inset 0px 0px 5px #000000 !important;
    box-shadow: inset 0px 0px 5px #000000 !important;
    transition: background-color .18s;
	-moz-transition: background-color .18s; /* Firefox 4 */
	-webkit-transition: background-color .18s; /* Safari and Chrome */
	-o-transition: background-color .18s; /* Opera */
	margin: 6px 0 0 0 !important;
}
}

@-moz-document url-prefix() { 
input.btn-blue{
height: 40px !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
}

input::-webkit-input-placeholder {
    color:    #333;
}
input:-moz-placeholder {
    color:    #333;
}
input:-ms-input-placeholder {
    color:    #333;
}

#shn-account-box .login_seshn input:focus{
    outline: none;
    background-color: rgba(0, 0, 0, 0.5) !important;
    color: #fff;
}

#shn-account-box .login_seshn label{
	font-size:12px;
	text-align:left;
	color: #fff;
	text-shadow: 0px 1px 1px rgb(120,120,120);
}
#shn-account-box .login_seshn input:focus{
	outline-offset: 0px;
	outline: none;
	color: rgb(60,60,60);
	-moz-box-shadow: 0px 0px 6px rgb(81, 142, 255);
	-webkit-box-shadow: 0px 0px 6px rgb(81, 142, 255);
	box-shadow: 0px 0px 6px #CCC;
	
	border:1px solid rgb(0,0,0);
}
#shn-account-box .login_seshn .close{
	position:absolute;
	cursor:pointer;
	
	top:4px;
	right:4px;
	width:20px;
	height:20px;
	background: url(../img/shn-sprite.png) -93px -8px;
}

.shn-logo{
	margin:0 auto;
	background:url(../img/shn-sprite.png) -117px -91px;
	width:65px;
	height:65px;
	display:block;
	text-indent:-9999px;
	cursor: pointer;
}
.shn-logo:hover{
	background:url(../img/shn-sprite.png) -182px -91px;
}
.sticky_footer{
	position: absolute;
	bottom:28px;
	width: 100%;
}

.sticky_footer ul{
border-bottom: 1px solid 
rgb(44, 44, 44);
width: 170px !important;
padding-bottom: 3px;
}

.sticky_footer ul li a{
  color: rgb(68, 68, 68);
transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-out;
-o-transition: all .2s ease-in-out;
}

.sticky_footer ul li a:hover{
  color: #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  padding-bottom: 6px;
}

.sticky_footer ul li{
  display: inline;
  list-style-type: none;
  margin: 0 2px 0 2px;
  font-size: 11px;
  font-weight: 700;
}

.sticky_footer_copyright{
width: 267px;
text-align: center;
color: rgb(60, 60, 60);
font-size: 10px;
font-weight: 100;
font-family: adelle;
margin: 4px 0 0 0;
}



.sticky_footer_logo{
	margin:0 auto;
	
}
.sticky_footer_menu{	
	font-size: 10px;
	color: rgb(107,107,107);
	font-weight: 400;
	padding:20px 0 8px 0;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}

.sticky_footer_menu a{
	margin:0 6px;
    line-height:18px;
	color: #fff;
	text-shadow: 0px 1px 1px rgb(40,40,40);
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
}

.sticky_footer_menu a:hover{
	text-decoration: none;
	color: #FFF;
	text-shadow: 0px 1px 1px rgb(40,40,40);
	
}

.copyright{
	color: #c8c8c8;
	font-size: 8px;
	margin: 20px 0 0 70px;
}
.sourceview {
	height: 100%;
	width: 100%;	
	z-index: 10;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

iframe.sourceview .sticky_bar{
display: none !important;
}

