.navbar-fixed-top, .navbar-fixed-bottom{z-index: 100;}
#pin-category-top{
    display: block;
    float: left;
    margin-left: 15px;
    background: #fff;
    z-index: 1;
}
#pin-category-top.clicked{
    border-radius: 4px 4px 0 0;
    border-bottom: none;
}

#pin-category-top-wrap{
    background: #fff;
    margin-left: 15px;
    position: absolute;
    width: 70%;
    top: 40px;
    z-index: 1;
    box-shadow: 0px 2px 0px 1px rgba(0, 0, 0, 0.2);
    border-radius: 0 5px 5px;
    border: 1px solid #ddd;
    padding: 10px;
}

#pin-category-top-wrap > ul {
    margin: 0;
    padding: 0;
}

#pin-category-top-wrap > ul > li{
    float: left;
    margin-left: 45px;
}

#pins-container{left:10px;}
.pin-bar {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}

.pin-view-img-top{
    position: relative;
}

.pin-bar .btn {
    font-size: 12px;
}

.pin-top-bar{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    border: 1px solid #CDCDCD;
    border-radius: 3px;
    box-shadow: 0 0 8px -5px #777;
    padding: 10px 15px;
    line-height: 28px;;
    margin-bottom: 20px;
    font-size: 12px;
}

#pins-container, #step-2{margin:0 auto;}
#step-2{margin:0 auto;padding: 20px 0;height: 100% !important;}

.modal-body .pin-img {
    width: 140px;
    margin: 0 0 20px 5px;
}

.pin-img {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    margin: 0 0 20px 0;
    width: 270px;
    float: left;
    border-radius: 3px;
}

.pin-img-fx:after {
    content: " ";
    display: block;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.33) inset;
    position: absolute;
    width: 100%;
    height: 100%;
}

a.pin-img-fx:before {
    content: " ";
    display: block;
    background: rgba(255, 255, 255, 0.33);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
}

a.pin-img-fx:hover:before {
    opacity: 0;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.pin-img-fx a, .pin-img-fx img{
    display: block;
    width: 100%;
    /*height: 100%;*/
    position: absolute;
}


.pin-img-fx img {
    display: inline;
    position: static;
}

.pin-img-fx {
    width: 63px;
    height: 63px;
    line-height: 63px;
    overflow: hidden;
    background: #eee;
    position: relative;
    margin: 2px;
    border-radius: 3px;
}

.pin-col-grid {
    width: 201px;
    margin: 0 auto;
}

.board-lnk {
    display: block;
    color: #B7B7B7;
    font-weight: bold;
    font-size: 11px;
}

.board-lnk:hover {
    color: #7A7A7A;
    text-decoration: none;
}

div.pin-img {
    padding: 0px;
    background: #fff;
    word-wrap: break-word;
    font-family: "Helvetica Neue","Hiragino Kaku Gothic Pro",arial,sans-serif;
}

div.pin-img .pin-zoom {
    cursor: zoom-in;
    display: block;
    text-align: center;
}

div.pin-img hr {
    margin: 8px 0;
    color: #E7E7E7;
}

.pin-img img,.pin-avatar img{
    max-width: 100%;
    text-align: center;
}

#step-3 .modal-body{
    padding: 0;
    max-height: 180px;
}
#step-3 textarea{
    width: 260px;
    height: 99px;
}

.pin-shadow-box {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    margin-bottom: 15px;
    cursor: default;
}

.pin-shadow-box h6,.pin-shadow-box h5,.pin-shadow-box h4,.pin-shadow-box h3,.pin-shadow-box h2.pin-shadow-box h1{
    margin: 0;
}

.pin-shadow-box hr {
    margin: 5px 0;
}

.pin-shadow-box.padded {
    padding: 15px;
}

.pin-view-img {
    padding: 30px 0;
    background: #F8F8F8;
}

.pin-view-img img{
    width: 60%;
}

.pin-view-img-btm {
    border-top: 1px solid #E3E3E3;
    padding: 10px 20px;
}

.pin-view-img-btm a{
    color: #444444;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.33);
}

.pin-time {
    color: #999;
    font-size: 12px;
}

.pin-avatar {
    /*    width: 40px;
        height: 40px;*/
    margin: 0 20% 0 0;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.3) inset;
    border-radius: 3px;
}

#pin-description {
    font-family: "Helvetica Neue","Hiragino Kaku Gothic Pro",arial,sans-serif;
    font-size: 15px;
}

.pin-comments {
    margin-top: 15px;
}
.pin-comments textarea:focus{
    box-shadow: none;
}

.pin-comments textarea{
    border: 1px solid #C3C3C3;
    background: #FAFAFA;
    color: #333;
    padding: 10px;
    width: 100%;
    word-wrap: word-wrap;
}

.pin-comment {
    padding: 15px 0;
    border-top: 1px solid #E3E3E3;
}

#pin-view-jx {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    top:0;
    left:0;
    right:0;
    bottom:0;
    position: fixed;
    z-index: 101;
    display: none;
    overflow-y: auto;
    cursor: zoom-out;
}

#pin-view-jx-content{
    margin: 20px 0;
}

#pin-view-jx-close {
    background: #000;
    border: 1px solid #fff;
    border-top: none;
    border-radius: 0 0 10px 10px;
    box-shadow: 1px 2px 5px -1px #000;
    display: block;
    height: 10px;
    padding: 5px 12px 25px;
    width: 35px;
    position: fixed;
    top: 0;
    right: 5px;
    color: #fff;
    height: 0;
    text-decoration: none !important;
    z-index: 1000;
}

.pin-grid {
    width: 223px;
    float: left;
    margin-right: 10px;
}

.color-grey {
    color: #8E8E8E;
}

.style-metal {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#f0f0f0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
    padding: 5px 8px;
}

.bordered.style-metal {
    border: 1px solid #C1C1C1;
}

#create-board {
    position: relative;
}

#boards-list {
    background: #FFFFFF;
    border: 1px solid #B6B6B6;
    box-shadow: 0 0 5px -2px #000000;
    height: 145px;
    left: -1px;
    padding: 8px;
    position: absolute;
    top: -12px;
    width: 260px;
    display: none;
    overflow-y: auto;
}

#create-board.clicked #boards-list{
    display: block;
}

#boards-list input[type=text] {
    width:170px;
}

#boards-list .btn.btn-danger {
    margin-top:-1px;
}

#boards-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#boards-list ul li{
    margin: 0 0 3px;
    padding: 3px 6px;
    border-radius: 5px;
    border: 1px solid #fff;
}

#boards-list ul li:hover{
    background: #FFFFCA;    
    border: 1px solid #F0ECD3;
}

#boards-list ul li.active{
    background: #EC5B54;
    border: 1px solid #C1372B;
    color: #fff;
}

.block {
    display: block;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.abs-full {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.board-card{
    width: 250px;
    /*height: 301px;*/
    float:left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.board-card:last-child {
    margin-right: 0px;
}

.board-card-btn {
    padding: 0 10px 10px;
}
.board-pins{
    background: #000;
    border-radius: 2px;
    bottom: 2px;
    color: #FFF;
    display: inline-block;
    font-size: 10px;
    opacity: 0.6;
    padding: 0 3px;
    position: absolute;
    right: 3px;
}

.text-bold {
    font-weight: bold;
}

#infscr-loading { 
    text-align: center;
    z-index: 1000;
    position: fixed;
    left: 45%;
    bottom: 40px;
    width: 200px;
    padding: 10px;
    background: #000; 
    opacity: 0.8;
    color: #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#screen-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background: rgba(255,255,255,0.8);
    z-index: 10000;
}

.border-radius-3 {
    border-radius: 5px;
}

.play-icon {
    position: absolute;
    top:35%;
    left:40%;
    font-size:60px;
    color: #000;
    text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
    opacity: 0.5;
}

.social-share {
    position: relative;
    z-index: 100;
    background: #FFFFFF !important;
}

.social-share.clicked {
    border-bottom: none;
    border-radius: 3px 3px 0 0;    
}

.sharrreme {
    background: #FFFFFF !important;
    box-shadow: 0 7px 9px -3px #DDDDDD;
    padding: 15px;
    position: absolute;
    right: 10px;
    top: 37px;
    z-index: 90;
    display: none;
}

.sharrreme .button {
    height: 65px;
    margin-bottom: 10px;
}

.sharrreme .button iframe{
    height: 65px !important;
    width: 50px !important;
}

.sharrreme .button.pinterest {
    height: 22px;
    padding-top: 32px;
}

@media (max-width: 480px) {
    .no-mobile{
        display: none;
    }
}

@media (max-width: 800px) {
    .pin-avatar-user{
        float:none;
        width:120px;
        margin: 0 auto 5px auto;
    }
}

