@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Raleway:300");

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

body, html{
    width: 100%;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    height: 100%;
    background-color: #f0f1f5;
}
h4{
    font-weight: normal;
    font-size: 20px;
    display: inline;
    margin: 0;
    margin-bottom: 0;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h4:hover{
    color: #777;
}
#raincontainer{
    height: 100%;
    width: 100%;
}
.hide{
    display: none;
}
.margintop{
    margin-top: 20px !important;
}
.marginbottom{
    margin-bottom: 20px !important;
}
.headergap {
    padding-top: 50px;
}
.navbar-default{
    background: #1c5380;
    background: rgba(28,83,128,0.9);
    -webkit-box-shadow: 0 5px 25px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 25px 5px rgba(0,0,0,.2);
    box-shadow: 0 5px 25px 5px rgba(0,0,0,.2);
}
.navbar{
    border: none;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-brand, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:active{
    -webkit-transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in;
    color: #fff;
    text-shadow: none;
}
.navbar-default .navbar-brand{
    font-size:32px;
    text-shadow: none;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{
    color: #9aa9c8;
    text-shadow: none;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #fff;
}
.navbar-toggle{
    border: none;
    border-radius: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #123754;
}
.navbar-nav .open .dropdown-menu{
    background-color: #fff;
    border-radius: 0;
    padding: 0;
}
.navbar-nav{
    margin-bottom: 0;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    background-color: #9aa9c8;
    color: #fff;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: backgroud-color .2s ease-in-out;
}
.site-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}
.site-wrapper-wrapper{
    display: table;
    width: 100%;
    min-height: calc(100% - 50px);
    height: 100%;
    height: calc(100% - 50px);
    background: no-repeat center center fixed;
    background-image: url("../img/background1.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    /*background: -webkit-linear-gradient(90deg, #4b6cb7 10%, #182848 90%);
    background:    -moz-linear-gradient(90deg, #4b6cb7 10%, #182848 90%);
    background:     -ms-linear-gradient(90deg, #4b6cb7 10%, #182848 90%);
    background:      -o-linear-gradient(90deg, #4b6cb7 10%, #182848 90%);
    background:         linear-gradient(90deg, #4b6cb7 10%, #182848 90%); */
}
.site-wrapper-inner {
    display: table-cell;
    vertical-align: top;
}
.cover-container {
    margin-right: auto;
    margin-left: auto;
}
.signinform{
    max-width: 350px;
    margin: 0 auto;
    background-color: rgba(255,255,255, 0.7);
    padding: 15px;
}
.signinform h2{
    font-size: 20px;
    margin-top: 0px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.err{
    font-size: 12px;
}
.dropdown-menu {
    min-width: 120px;
}
.profile{
    font-size: 20px;
}
.form-control{
    border-radius: 0;
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}
.signinform input[type="password"] {
    margin-top: 2px;
}
.btn-lg, .btn-group-lg>.btn{
    border-radius: 0;
}
.intro{
    color: #fff;
    max-width: 330px;
    margin: 0 auto;
    margin-top: 20px;
}
.intro h1{
    font-size: 24px;
}
.intro p{
    font-size: 16px;
}
.row{
    font-weight: 300;
    width: 100%;
    margin-left: 0;
}
.alert{
    padding: 10px 15px;
    font-size: 12px;
    background-image: linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);
    display: none;
}
.alert-dismissable .close, .alert-dismissible .close{
    right: 0;
    color: #a94442;
}
.small{
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 5px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center !important;
    display: block;
}

.center {
    /*border: 1px solid rgba(0,0,0,.1);*/
    min-width: 240px;
    max-width: 780px;
    padding: 16px 0;
    margin-right: auto;
    margin-left: auto;
}
#feed{
    padding: 0;
}
.textfeed{
    float: left;
    margin-top:10px;
    width: 100%;
}
.infofeed{
    float: left;
    width: 100%;
}
.pass_retrieve{
    padding: 30px;
    margin: 10px;
    border: 1px solid #AAA;
}
.pass_reset p{
    font-weight: bold;
}
.imagecon {
    margin-top: 5px;
    width: 100%;
    float: left;
}
.imagewrap {
    overflow: hidden;
    max-height: 1500px;
}
.imgexpanded {
    max-height: none;
}
.videowrapper {
    position: relative;
}
.videowrapper > iframe{
    width: 100%;
}
.textcon{
    word-wrap: break-word;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.linkcon{
    margin-top: 5px;
}
.textcon p{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #777;
}
.textcon p.content{
    color: #999 !important;
}
.textcon p.link{
    color: #bbb; !important;
}
.post{
    border: none;
    background-color: #DDD;
    padding: 0;
    /*overflow: hidden;*/
    margin-bottom: 10px;
}
.postrow{
    margin: 0;
    border-bottom: 1px solid #AAA;
}
.postrow .active{
    background-color: #266282;
    color: #fff;
}

.posting a{
    background: #BCD;
    text-align: center;
    padding: 5px 0;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease-in;
    -moz-transition: background-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
}
.posting a:hover, .posting a:focus{
    background: #BCD;
    color: #fff;
    background-color: #5eabed;
}
.listlink a{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #CDE;
    text-align: center;
    padding: 5px 0;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease-in;
    -moz-transition: background-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
}
.listlink a:hover, .listlink a:focus{
    background: #BCD;
    color: #fff;
    background-color: #5eabed;
}
.postform{
    width: 100%;
    background-color: #CCC;
    padding-bottom: 10px;
}
.postcon{
    padding: 5px 12px;
}
.postcon p {
    font-family: arial;
    letter-spacing: 2px;
    font-size: 16px;
    margin-bottom: 0px;
}
#title-count{
    font-size: 10px;
    color: #888;
}
#bio{
    display: block;
}
#bioedit{
    font-style: italic;
    display: inline-block;
    margin: 5px 0;
    cursor: pointer;
    padding: 5px;
    border: 1px solid #fff;
}
#bioedit:hover{
    border-color: #aaa;
}
.postcon input, .postcon textarea, .editcon textarea{
    font-family: arial;
    width: 100%;
    resize: vertical;
    display: block;
    overflow: hidden;
    padding: 2px 5px;
    margin: 0 auto;
    outline: none;
    border: solid 1px #AAA;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: white;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    margin-bottom: 4px;
}
.postcon input:focus, .postsub label input, .postcon textarea:focus{
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    border-color: #999;
}
.postsub{
    width: 100%;
    padding: 0px 12px;
    height: 60px;
}

.postsub label{
    display: inline;
    color: #666;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin-bottom: 0px;
    line-height: 30px;
    font-size: 16px;
    width: 100%;
    clear: both;
    float: left;
}
.nsfwdown{
    float: right;
}
.postsub input[type=checkbox]{
    width: 13px;
    height: 13px;
    padding: 0;
    margin-top: 0px;
    position: relative;
    vertical-align: middle;
}
.postb{
    cursor: pointer;
    margin: 0;
    border: none;
    outline: none;
    float: left;
    height: 30px;
    width: 80px;
    background-color: #2EBF15;
    color: #fff;
    font-size: 18px;
    margin-right: 5px;
}
.postb:hover{
    background-color: #1DAE04;
    border-bottom: 3px solid #0B9C03;
}
.replypost{
    margin-bottom: 5px;
}
#private{
    margin-right: 0 !important;
    background-color: #5b92fa;
}
#private:hover{
    background-color: #4b82da;
    border-bottom: 3px solid #3b72da;
}
#exclude{
    margin-right: 0 !important;
    background-color: #39CCCC;
}
#exlude:hover{
    background-color: #19ACAC;
    border-bottom: 3px solid #099C9C !important;
}
.scroll{
    height: 40px;
    line-height: 40px;
    background-color: #1c5380;
    padding: 0 20px;
    margin-bottom: 20px;
    color: #fff;
}
.scroll p{
    display: inline;
}
.bold{
    color: #555;
    font-weight: bold;
}
.vote{
    height: 40px;
    display: table;
    margin: 10px auto;
}
.vbutton{
    width: 40px;
    height: 40px;
    background-size: 150%;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: transparent;
    display: table-cell;
    background-position: 0;
    background-position-y:50%;
    float:left;
    line-height: 40px;
    font-size: 40px;
    text-align: center;
    color: #aaa;
}
.vbutton:hover{
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    border-color: #999;
}
.commentcon{
    display: table;
    margin: 0 auto;
}
.textpostcon, .comment-content{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
}
.textpostcon ul, .commentcontent ul{
    list-style: disc inside none;
}
.commentcontent img, .textpostcon img{
    max-width: 100%;
}
.count{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-block;
    text-align: center;
    margin: 0 10px;
    line-height: 40px;
    height: 40px;
    float: left;
    font-size: 16px;
    vertical-align: middle;
    color: #888;
}
.stackup{
    /*background-image: url("../img/post/upstack1.svg");*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100%;*/
}
.stackdown{
    /*background-image: url("../img/post/downstack1.svg");*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100%;*/
}
.stack-up{
    /*background-color: #980200;*/
    /*background-image: url("../img/post/upstack2.svg");*/
    color: #890000 !important;
}
.stack-down{
    /*background-image: url("../img/post/downstack2.svg");*/
    /*background-color: #3C81A8;*/
    color: #004079 !important;
}
.banner {
    width: 100%;
    background-color: #5eabed;
    background-size: cover;
    background-position: center center;
}
.banner-mid{
    padding-top: 60px;
}
.banner-inner{
    padding: 16px 20px;
    color: #fff;
    overflow: hidden;
}
.nocomments{
    margin-top: 5px;
    font-weight: bold;
    text-align: center;
}
.linkcontainer{
    width: 50px;
    height: 50px;
    background-color: #f1f1f1;
    float: left;
    line-height: 50px;
    margin-right: 10px;
    margin-bottom: 5px;
}
.linkimage{
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
}
.shouldlogin{
    background-color: #222;
    padding: 20px 20px;
    margin-top: 0px;
    color: #fff;
}
#postcon{
    margin-top: 20px;
    padding: 0;
}
#comments{
    /*background-color: #DDD;*/
    padding-top: 0;
}
#commentform{
    padding: 10px 0 5px 0;
    background-color: #CCC;
}

.loader:before,
.loader:after,
.loader {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.2s infinite ease-in-out;
    animation: load7 1.2s infinite ease-in-out;
}
.loader {
    margin: 0px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    -webkit-animation-delay: 0.16s;
    animation-delay: 0.16s;
    top: -10px;
}
.loader:before {
    left: -1.5em;
}
.loader:after {
    left: 1.5em;
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
}
.loader:before,
.loader:after {
    content: '';
    position: absolute;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 10px 0 -1.3em #ffffff;
    }
    40% {
        box-shadow: 0 10px 0 0 #FFF;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 10px 0 -1.3em #ffffff;
    }
    40% {
        box-shadow: 0 10px 0 0 #FFF;
    }
}
.commentlink{
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
}

.pid{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.linkwrapper{
    overflow: auto;
}
.linkwrapper>p{
    word-break: break-all;
}
.counter{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 0, 0, 0.6);
    text-align: center;
    z-index: 999;
    line-height:40px;
    color: #fff;
    font-weight: bold;
    pointer-events: none;
}
.unseen{
    background-color: #DEF !important;
}
.banner p{
    display: inline;
    margin: 0;
}
.reply{
    cursor: pointer;
    margin-right: 10px;;
}
.follow{
    width: 80px;
    height: 30px;
    outline: none;
    border: none;
    margin-top: 5px;
    background-color: #5b92fa;
    display: inline-block;
    float: none;
}
.follow:hover{
    background-color: #fff;
    color: #4b82ea;
    border-bottom: 3px solid #3b72da;
}
.followed{
    background-color: #fff;
    color: #4b82ea;
}
.followed:hover{
    background-color: #5b92fa;
    color: #fff;
}
.explore{
    border: 1px solid #fff;
    padding: 10px;
    width: 100%;
}
.explore h2{
    margin-top: 0;
}
.ui-page{
    overflow: hidden;
}
.bannertext a{
    color: #fff;
}
.topbanner{
     background-color: #232937;
    background-image: url("http://i.imgur.com/07t2mb2.gif");
    background-size: initial !important;
 }
.allbanner{
    background-color: #111111;
}
.userbanner {
    background-color: #3D9970;
}
.nsfwbanner{
    background-color: crimson;
}
.active{
    cursor: default;
}
.item {
    -webkit-box-shadow: 0 1px 16px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 16px rgba(0,0,0,.1);
    box-shadow: 0 1px 16px rgba(0,0,0,.1);
    text-align: left;
    padding: 10px 10px;
    margin-bottom: 15px;
    overflow: auto;
    background: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}
ins{
    margin-bottom: 15px;
}
.privatepost{
    background-image: url("../img/post/private.png");
    /*-webkit-box-shadow: inset 0px 0px 38px -2px rgba(0,0,0,0.25);*/
    /*-moz-box-shadow: inset 0px 0px 38px -2px rgba(0,0,0,0.25);*/
    /*box-shadow: inset 0px 0px 38px -2px rgba(0,0,0,0.25);*/
}
.privatepost a{
    color: crimson !important;
}
.privatepost a:hover{
    color: #FF4136 !important;
}

.nsfw{
    background-image: url("../img/post/nsfw.png");
    border: 1px #FF4136 solid !important;
}
.gore{
    background-image: url("../img/post/gore.png");
}
.boobs{
    background-image: url("../img/post/boobs.png");
}
.nsfw a{
    color: crimson !important;
}
.nsfw a:hover{
    color: #FF4136 !important;
}
.switchery, .optionbox{
    float: right;
}
.opline h2{
    display: inline;
    font-size: 24px;
    font-weight: bold;
}
.opline{
    padding: 10px;
}
.opline:not(:first-child) {
    border-top: 1px solid #AAAAAA;
}
.cvote{
    width: 25px;
    float: left;
}
.back{
    cursor: pointer;
    padding: 10px 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 16px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 16px rgba(0,0,0,.1);
    box-shadow: 0 1px 16px rgba(0,0,0,.1);
    margin-top: -14px;
    margin-bottom: 10px;
    font-family: "proxima-nova", sans-serif;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    -webkit-transition : background-color 200ms ease-in;
    -moz-transition : background-color 200ms ease-in;
    -o-transition : background-color 200ms ease-in;
    transition : background-color 200ms ease-in;
}
.back:hover{
    background-color: #EEE;
}
.child{
    margin-left: 5px;
    margin-right: 0px;
    border: 1px solid #ddd;
    padding-bottom: 5px;
    margin-top: -1px;
    margin-right: -1px;
}
.commentfeed{
    background-color: #fafbfe;
    padding-top: 1px;
    padding-bottom: 10px;
}
.commentl{
    width: auto !important;
}
.commentb{
    float: right ;
    margin-right: 0;
}
.commentsub{
    padding: 0 5px;
    height: 30px;
}
.comsub{
    height: 30px !important;
}
.cbutton {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0;
    background-position: 0;
    background-position-y: 50%;
    line-height: 25px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    color: #AAA;
}
.cbutton:hover{
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    border-color: #999;
}
.comment-content{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-height: 60px;
    float: left;
    margin-left: 5px;
    padding: 5px;
    width: calc( 100% - 35px );
    word-wrap: break-word;
}
.comment{
    -webkit-transition : border 500ms ease-out;
    -moz-transition : border 500ms ease-out;
    -o-transition : border 500ms ease-out;
    transition : border 500ms ease-out;
    padding: 6px;
    overflow: auto;
    border-left: 3px solid #fafbfe;
}
.commenttext{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom:0;
}
.commenttext p{
    margin-bottom: 0;
}
.comment:hover{
    border-left: 3px solid #FF4136;
}
.comment-content:hover{
    background-color: #f4f5fa;
}
.score{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    text-align: center;
}
.tagline{
    margin-bottom: 3px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.tagline a:hover{
    text-decoration: underline;
}
.depth{
    margin-top: 10px;
    border-color: #AAA;
    margin-right: 0;
}
.replytext{
    margin-bottom: 0;
}
.replycomment{
    background-color: #DDD;
    margin-top: 10px;
    padding-bottom: 5px;
}
.replycon{
    padding: 0;
}
.cancelreply{
    font-weight: bold;
    margin-left: 5px;
    margin-left: 5px;
    color: #266282;
    cursor: pointer;
}
#nsfwmodal{
    background: url(../img/post/nsfw.png);
    top: 0;
}
.cancelreply:hover, .cancelreply:focus{
    color: #fff;
}
.stacklist{
    background-color: #fafbfe;
    padding: 10px;
    margin-top: 15px;
    -webkit-box-shadow: 0 1px 16px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 16px rgba(0,0,0,.1);
    box-shadow: 0 1px 16px rgba(0,0,0,.1);
}
.stacks{
    margin-top: 20px;
}
.stacklist h5{
    font-weight: 700;
    font-size: 24px;
}
.stackl{
    border-top: 1px solid #000;
}
.stackl a{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    padding: 10px;
}
.frontstack{
    list-style: none outside none;
}
.frontstack>a>li{
    display: inline-block;
    height: 90px;
    width: 90px;
    background-size: cover;
    padding: 10px;
    -webkit-box-shadow: inset 0px 83px 208px -27px rgba(0,0,0,1);
    -moz-box-shadow: inset 0px 83px 208px -27px rgba(0,0,0,1);
    box-shadow: inset 0px 83px 208px -27px rgba(0,0,0,1);
    margin-bottom: 4px;
    -webkit-transition: 0.1s all;
    -moz-transition: 0.1s all;
    -ms-transition: 0.1s all;
    transition: 0.1s all;
}
.wide>a>li{
    width: 100%;
    font-size: 24px;
}
.frontstack>a>li:hover{
    -webkit-transform: scale(0.97) perspective(400px) rotateY(0deg) rotateX(0deg);
    -moz-transform: scale(0.97) perspective(400px) rotateY(0deg) rotateX(0deg);
    -ms-transform: scale(0.97) perspective(400px) rotateY(0deg) rotateX(0deg);
    transform: scale(0.97) perspective(400px) rotateY(0deg) rotateX(0deg);
    -webkit-box-shadow: inset 0px 83px 208px -27px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 83px 208px -27px rgba(0,0,0,0.5);
    box-shadow: inset 0px 83px 208px -27px rgba(0,0,0,0.5);
}
.frontstack>a{
    color: #fff;
}
.btn{
    border-radius: 0;
    padding: 10px;
    font-weight: bold;
}
.modal-footer .btn{
    padding: 5px 10px;
}
.modal-footer{
    padding: 10px 15px;
}
.modal p{
    font-weight: bold;
    margin-bottom: 0;
}
.modal {
    text-align: center;

}
.modal-dialog, .modal-content{
    border-radius: 0;
}
.modal:before {
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    content: " ";
    height: 100%;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.comment_link{
    font-weight: bold;
}

.note-header{
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-background-clip: padding-box;
    background-color: #fff;
    border-bottom: solid 1px #ddd;
    border-bottom: solid 1px rgba(100, 100, 100, .22);
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    padding: 8px 8px 6px 8px;
    position: relative;
    z-index: 100;
}
.notification{
    text-align: left;
    padding: 8px !important;
    white-space: normal !important;
    display: block;
    cursor: pointer;
}
.note-time{
    color: #555;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.username{
    font-weight: bold;
    color: #428bca;
    padding: 0;
}
.dropdown-menu>li>a, .notification {
    padding: 8px;
}
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.notification:hover, .notification:focus {
    color:#fff!important;
    text-decoration:none;
    background: #BDCAD4;
}
.note-loader{
    display: block;
    margin: 0 auto;
    padding: 10px 0px;
}
#no-note{
    padding: 8px;
    padding-right: 10px;
    font-weight: bold;
}
#imagePostPreview{
    margin: 0 auto;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
#uploadimage{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    -webkit-transition: background-color 0.2s ease-in;
    -moz-transition: background-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
}
#imageid{
    padding: 12px;
    cursor: default;
}
.background-image{
    background-color: #fff;
    margin: 5px 0px 5px 0px;
}
.input-group{
    margin-bottom: 5px;
}
.btn-primary{
    background: #428bca;
    color: #fff;
    border: none;
}
.btn-primary:hover{
    background-color: #5eabed;
}
.nsfwb{
    background: none;
    border: none;
    padding: 0 5px;
    height: 30px;
}
.nsfwm a{
    cursor: pointer;
    font-weight: bold !important;
}
.nsfwl{
    color: #980200 !important;
}
.bannertext{
    width: 100%;
}
h1{
    font-size: 24px;
    margin: 5px 0;
}
.settings_banner{
    background: center center no-repeat #000 url("http://static.pexels.com/wp-content/uploads/2014/12/analog-camera-photography-rolleicord-3832-830x550.jpg");
    background-size: cover;
}
.g-recaptcha>div>div{
    margin: 0 auto;
}
@media (min-width: 768px){
    .notification{
        padding-right: 30px !important;
        white-space: nowrap !important;
    }
    .banner{
        background-size: 100%;
    }
    .modal:before{
        display: inline-block;
        vertical-align: middle;
    }
    .commentcon{
        display: block;
    }
    .linkwrapper{
        margin-bottom: 5px;
    }
    .count{
        display: block;
        height: auto;
        line-height: normal;
        float: none;
        font-size: 18px;
        margin: 0 !important;
    }
    .shouldlogin{
        margin-top: 10px;
    }
    .item{
        -webkit-transition : border 500ms ease-out;
        -moz-transition : border 500ms ease-out;
        -o-transition : border 500ms ease-out;
        transition : border 500ms ease-out;
        border-right: 3px solid #fafbfe;
    }
    .lpost:hover{
        border-right: 3px solid #FF4136;
    }
    .ipost:hover{
        border-right: 3px solid #FF851B;
    }
    .vpost:hover{
        border-right: 3px solid #85144b;
    }
    .tpost:hover{
        border-right: 3px solid #39CCCC;
    }
    .postsub label{
        width: auto;
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
    }
    .postsub{
        height: 30px;
    }
    .postb{
        float: right;
        margin-left: 5px;
        margin-right: 0;
    }
    h1{
        font-size: 36px;
        margin: 10px 0;
    }
    .counter{
        line-height: 50px;
    }
    .bannertext{
        width: auto;
    }
    .follow{
        width: 80px;
        height: 30px;
        display: inline;
        margin-top: 10px;
        vertical-align: bottom;
    }
    .comment-content{
        padding: 5px 10px;
        margin-left: 10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .child{
        margin-left: 10px;
        margin-right: 5px;
    }
    .depth{
        margin-right: 5px;
    }
    .linkcontainer{
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
    .vbutton{
        width: 100%;
        display: block;
        float: none;
    }
    .vote{
        width: 6%;
        float: left;
        display: block;
        margin: 0;
        height: auto;
    }
    .item{
        padding: 20px 20px;
        margin-bottom: 10px;
    }
    ins{
        margin-bottom: 10px;
    }
    .back{
        margin-top: -9px;
    }
    h4 {
        font-size: 24px;
    }
    .textcon{
        margin-right: 8%;
        width: 84%;
        float: right;
    }
    .post{
        margin-top: 15px;
    }
    .intro{
        max-width: none;
    }
    .intro h1{
        margin-top: 100px;
        font-size:30px;
        text-shadow: 1px 2px #222;
    }
    .err{
        font-size: 16px;
    }
    .intro p{
         font-size: 16px;
        font-weight: 300;
    }
    .site-wrapper-inner {
        vertical-align: middle;
    }
    .cover-container {
        width: 600px;
    }
    .videowrapper > iframe{
        width: 100%;
    }
}

#loginbody{
    min-height: 100%;
    height: auto;
}

@media (min-width: 768px){
    .wrapper{
        width: auto;
    }
    .signinform h2{
        font-size: 22px;
        margin-top: 0px;
    }
    .intro h1{
        font-size: 36px;
    }
    .intro p{
        max-width: 520px;
        font-size: 24px;
    }
    .site-wrapper-wrapper{
        background-image: url("../img/header.jpg");
    }
    .site-wrapper {
    }
    #loginbody{
        height: 100%;
    }
}

.site-wrapper-inner,.site-wrapper-wrapper, .site-wrapper{
    display: block;
    width:100%;
}
#info{
    overflow: hidden;
}
#logincon{
    padding: 0;
}

.dropdown-menu .divider {
    margin: 0;
}

/* Collapsing Comment Styles */

.collapsedcss {
    padding-left: 34px;
    min-height: 0;
}

.childcollapsed {
    padding-bottom: 0;
}

.commentcollapse {
    letter-spacing: 2px;
    font-size: 12px;
    z-index: 999;
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    cursor: pointer;
    text-decoration: none !important;
}

/* Image Preview Styles */

.expandimg {
    color: #fff;
}

.expandedimg {
    color: #fff;
}

.expandimg:hover {
    cursor: pointer;
    text-decoration: none;
    color: #eee;
}

.expandedimg:hover {
    cursor: pointer;
    text-decoration: none;
    color: #eee;
}

.nopreview {
    display: none;
}

.imgpreviewdiv {
    text-align: center;
    background-color: #428bca;
    height: 30px;
    padding-top: 5px;
}

.imgpreviewdiv:hover {
    background-color: #2a6496;
}
/* END of Image Preview Styles */

#textpost {
    margin-bottom: 5px;
}

.postloadbanner {
    margin-top: -10px;
}

.commentbox {
    padding: 5px 12px 0;
}

.btn-default {
    background: #FFF;
}
.signup{
    background: #FF4136;
}
.signup:hover{
    background: #fff;
}
.expandicon{
    font-size: 18px;
    float: left;
    cursor: pointer;
    display: inline;
    margin-right: 5px;
    color: #999;
}

/*loading icon css*/
.commentsload{
    height: 40px;
    margin: 10px;
}
.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}

.collapsecon{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-top: 5px;
}
.sidebar{
    display: block;
    max-width: 350px;
    margin: 0px auto;
    /*width: 100%;*/
}
a.appbutton {
    text-decoration: none;
    display: inline-block;
    line-height: 54px;
    color: white;
}
.appbutton-download {
    height: 62px;
    float: left;
    font: 500 11px/13px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-left: 61px;
    padding-right: 0;
    width: 180px;
    text-align: left;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
}
.appbutton {
    color: white;
    background: #10bbf1;
    height: 58px;
    border: 2px solid #10bbf1;
    font: 500 22px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 10px 15px;
    -moz-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -ms-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -o-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -webkit-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 170px;
    text-align: center;
}
.button-download-title {
    display: block;
    font-size: 11px;
    line-height: 13px;
    text-align: left;
}
.button-download-subtitle {
    display: block;
    font-size: 21px;
    line-height: 23px;
    text-align: left;
}
.storelogo {
    margin-top: 2px;
    width: 32px;
    height: 32px;
    background: url(../img/sprite.png) 0 0 no-repeat;
    background-position: -100px 0;
    float: left;
}
.androidlogo{
    background-position: -150px 0;
}
.appbutton:hover {
    background: #40c9f4;
    border-color: #40c9f4;
}
.social-icons {
    padding: 0!important;
    margin: 0;
    list-style-type: none!important;
    width: 100%;
    overflow: auto;
    margin-bottom: 10px;
}
.social-icons li{
    float: left;
    margin-right: 2px!important;
    margin-bottom: 2px!important;
    padding: 0px!important;
    width: auto!important;

}
.social-icons li a {
    -moz-transition: all 0.3s ease 0s;
    display: block!important;
    float: left;
    height: 100%!important;
    margin: 0!important;
    padding: 0!important;
    width: 40px!important;
    height: 40px!important;
    text-indent: -9999px!important;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.social-icons li a:hover {
    background-position: 0 -40px!important;
}
.social-icons li{
    background-color:#aaa;
}
.social-icons li.facebook a {
    background: url("../img/icons/facebook.png") no-repeat 0 0;
}
.social-icons li.facebook a:hover {
    background-color: #3b5998;
}
.social-icons li.youtube a {
    background: url("../img/icons/youtube.png") no-repeat 0 0;
}
.social-icons li.youtube a:hover {
    background-color: #f45750;
}
.social-icons li.twitter a {
    background: url("../img/icons/twitter.png") no-repeat 0 0;
}
.social-icons li.twitter a:hover {
    background-color: #48c4d2;
}

@media (max-width: 768px) {
    .commentcollapse {
        letter-spacing: 2px;
        font-size: 17px;
        z-index: 999;
        /*margin: auto 6px auto 0;*/
        -webkit-user-select: none; /* webkit (safari, chrome) browsers */
        -moz-user-select: none; /* mozilla browsers */
        -khtml-user-select: none; /* webkit (konqueror) browsers */
        -ms-user-select: none; /* IE10+ */
        text-decoration: none !important;
    }
    .collapsedcss {
        padding-left: 29px;
        min-height: 0;
    }
    .modal {
        top: 40vh;
    }
}
@media (max-width: 991px){
    .sidebar{
        display: none;
    }
}
@media (max-width: 1199px){
    .sidebar{
        margin-left: 15px;
    }
}
/* END of Collapsing Comment Styles */