/* Base CSS */
html, body {
    height: 100%;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
  line-height: normal;
  font-weight: 600;
}

h2 {
  text-align:center;
  font-size:17px;
  font-weight:lighter;
  margin-top:-16px;
  padding-top:0;
  padding-bottom:5px;
}

p {
  margin: 0 0 15px;
}

/* Responsive CSS Helpers */
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}

@media (min-width: 796px) {
    .container {
      width: 796px;
    }
}

@media (min-width: 1000px) {
    .container {
      width: 1000px;
    }
}

.row {
    margin-left:-15px;
    margin-right:-15px;
}

[class^="col-xs-"], [class*=" col-xs-"] {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.col-vertical-align {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-sm-3 {
    width: 25%;
}

.col-xs-8 {
  width: 66.66666666%;
}

.col-xs-12 {
  width: 100%;
}

@media (max-width: 640px) {
    .col-xs-6 {
        width: 50%;
    }
}

.no-gutters > [class*='col-'] {
  padding-right:0;
  padding-left:0;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Sections CSS */

section.user-info {
    background-color: #1b1e26;
    border-bottom: 1px solid #79797B;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.user-info p {
    color: #fff;
    text-align: center;
}

.user-info p.description {
    font-family: 'Montserrat-Light';
    padding: 0 18px;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 20px;
}

.user-info p.tilts {
    font-family: 'Montserrat-SemiBold';
    font-size: 16px;
    letter-spacing: 0.3px;
    font-weight: 600;
}

.user-info p.tilts span {
    width: 19px;
    height: 19px;
    display: inline-block;
    background:url(/assets/web/3.0/img/ui-icons.png) -133px -2px no-repeat;
    top: 4px;
    left: -7px;
    position: relative;
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: .70;
    z-index: 1;
}

.over-mask {
    padding: 25px 0 10px;
    position: relative;
    z-index: 2;
}

.user-img {
    position: relative;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    border: 0px;
    background-color: #fff;
    padding: 6px;
    margin: 0 auto 13px;
    text-align: center;
    float: none;
}

.add-user {
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: -3px;
    right: 3px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    background-color: #da9129;
    color: #fff;
    line-height: 1.13;
}

.add-user:hover,
.add-user:active,
.add-user:focus {
    text-decoration: none;
}

.avatar {
    border-radius: 50%;
    border: 0px;
    max-width: 112px;
    height: auto;
}

.full-name {
    margin: 0 auto;
    text-align: center;
}

.full-name h4 {
    font-family: 'Montserrat-SemiBold';
    font-size: 22px;
    letter-spacing: 0.3px;
    line-height: 24px;
    font-weight: 600;
}

.full-name p {
    color: #6C6D6D;
    text-transform: uppercase;
    font-size: 12px;
    margin: 4px 0 0 0;
}

.social-details {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.social-details .item {
    display: inline-block;
    text-align: center;
    margin-right: 6px;
}

.social-details .item.sep span {
    font-size: 14px;
    position: relative;
    top: -3px;
}

.social-details .item:first-child {
    width: 157px;
}

.social-details .item:last-child {
    margin-right: 0px;
    width: 157px;
}

.social-details .category {
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.social-details .category span {
    font-weight: bold;
}

section.main {
    padding: 15px 0 15px;
    background: -webkit-linear-gradient(top, rgb(236, 237, 237) 0%, rgb(200, 202, 203) 100%);
    background: -o-linear-gradient(top, rgb(236, 237, 237) 0%, rgb(200, 202, 203) 100%);
    background: -ms-linear-gradient(top, rgb(236, 237, 237) 0%, rgb(200, 202, 203) 100%);
    background: -moz-linear-gradient(top, rgb(236, 237, 237) 0%, rgb(200, 202, 203) 100%);
    background: linear-gradient(to bottom, rgb(236, 237, 237) 0%, rgb(200, 202, 203) 100%);
}

/* Default class for modal window */
.overlayLayer {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 15px;
    background-color: rgba(1, 1, 1, 0.725);
    z-index: 101;
    overflow: auto;
    display: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    z-index: 999;
}

.navLayer {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.navWrapper {
    box-sizing: border-box;
    height: 100%;
    margin: 0 auto;
    max-width: 764px;
    padding: 0px;
    pointer-events: none;
    width: 100%;
}

.navArrows {
    position: relative;
    margin: 0 auto;
    height: 100%;
    width: 100%;
}

.arrow {
    position: absolute;
    top: 50%;
    display: block;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    overflow: hidden;
    pointer-events: auto;
    font-size: 20px;
    padding-top: 5px;
    text-align: center;
    color:#fff;
}

.arrow:hover {
    opacity: .88;
}

.arrow.rightArrow {
    right: -50px;
}

.arrow.leftArrow {
    left: -50px;
}

.closeBtn {
    position: fixed;
    right: 8px;
    top: 0;
    display: block;
    font: 32px/32px "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    cursor: pointer;
    z-index: 1;
    text-align: center;
    min-width:38px;
    min-height:40px;
    z-index:999;
}

.closeBtn:hover {
    opacity: .92;
}

.innerModal {
    display: table;
    height: 100%;
    width: 100%;
}

.innerContent {
    display: table-cell;
    vertical-align: middle;
}

.loadingMore{
  display: none;
  text-align: center;
  margin:0px 0 40px 0;
}

.fyu_wrapper {
    background-color: #333;
}

/*We can use the css on main.css
on lines 311, 230*/

#fyuseModal{
  overflow-y:scroll;
  -webkit-overflow-scrolling: touch;
}

.vert #fyuseModal .inner {
  max-width: 764px;
  max-height: 580px;
}

/*----- Because we use border-box attribute and not used in main.css ---*/

.horiz #fyuseModal #v_info {
    float: none;
    width: auto;
    padding-right: 8px;
}

#shlnk {
    height: 38px;
}

#v_cmnts {
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
}
/*-----------end border-box--------------*/

.horiz #fyuseModal .inner {
  max-width: 650px;
}

#fyuseModal .inner {
    max-width: 960px;
    margin: 0 auto;
    background: #1b1e26;
    overflow: hidden;
    position: relative;
    min-height: 300px;
}
/*----------------end--------------------*/



/* Fonts and font icons can be to a seperate file */
@font-face {
    font-family: 'fyuse';
    src: url('fonts/fyuse.eot?57369443');
    src: url('fonts/fyuse.eot?57369443#iefix') format('embedded-opentype'),
       url('fonts/fyuse.woff?57369443') format('woff'),
       url('fonts/fyuse.ttf?57369443') format('truetype'),
       url('fonts/fyuse.svg?57369443#fyuse') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'fontello';
        src: url('../font/fontello.svg?97699493#fontello') format('svg');
    }
}
*/

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fyuse";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-left-open:before { content: '\e800'; }
.icon-right-open:before { content: '\e801'; }
.icon-history:before { content: '\e802'; }
.icon-refresh:before { content: '\e803'; }
.icon-resize-full:before { content: '\e804'; }
.icon-mail:before { content: '\e805'; }


/*Gallery CSS*/
.fyuseGallery {
    height: 480px;
    margin: 25px;
    width: 691px;
    position: relative;
}

.fyuseGallery .thumbs.vertical {
    float:left;
    background-color: #1B1B1B;
    height: 100%;
    padding-bottom: 10px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.fyuseGallery .arrow.rightArrow {
  left: 326px;
  z-index: 800;
}

.fyuseGallery .arrow.leftArrow {
  left: 0px;
  z-index: 800;
}

.fyuseGallery .thumbList {
    width: 330px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}

.fyuseGallery .thumb {
    float: left;
    width: 150px;
    height: 84px;
    position: relative;
    margin: 10px 0 0 10px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #000;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.fyuseGallery .thumb.active,
.fyuseGallery .thumb:hover {
    border: 1px solid #fff;
}

.fyuseGallery .thumb:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #282828;
  opacity: .47;
  z-index: 1;
}

.fyuseGallery .thumb.active:after,
.fyuseGallery .thumb:hover:after{
    opacity: .17;
}

.vert #wrap .fyuseGallery #vw {
  height: 480px;
  width: 356px;
}

.fyuseGallery #vw > div {
    width: 356px;
}


@media (max-width: 640px) {
    .fyuseGallery {
       width: 356px;
       height: 586px;
    }

    .fyuseGallery .thumbs.vertical {
        overflow-y: hidden;
        overflow-x: scroll;
        width: 100%;
        height: 108px;
    }

    .fyuseGallery .thumbList {
        width: 1328px;
    }

    .fyuseGallery .arrow {
        top: 40.7%;
    }
}
/* Listing view styling */
.grid_item {
    margin: 0 30px 30px 0;
    display: block;
    position: relative;
    float:left;
    overflow: hidden;
    background-color: #edeeee;

    width: 31.283%;
    padding-bottom: 31.283%;
}

.grid_item img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.grid_item.horiz-item img {
    max-width: 20%;
    transform: scale(10) translateY(0%) translateX(25%);
    -webkit-transform: scale(10) translateY(0%) translateX(25%);
}

.grid_item:nth-child(3n+3) {
    margin-right: 0px;
}

.listview {
    background-color: #1b1e26;
    padding-bottom: 40px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    overflow:hidden;
}

.listview #mainlist, .share-gallery-elem {
    margin: 0 auto 0;
    padding: 32px 20px 0px;
    max-width: 1015px;
    overflow:hidden;
}

.share-gallery-elem {
    display: none;
    overflow: visible;
}

.shrGalleryBtn {
    text-decoration:none;
    margin-top: -49px;
    opacity:0.85;
    width:72px;
    height: 38px;
    display: block;
    float: right;
    background:url(/assets/web/img/social/share.png) center right no-repeat;
    cursor:pointer;
    color:#343C41;
    font-size:13px;
    padding:10px 0;
    z-index:10;
    -webkit-transition:all .2s;
    -moz-transition:all .2s;
    transition:all .2s;
}

.shrGalleryBtn:hover {
    text-decoration: none;
    opacity: 1;
}

#hashtitle{
    margin: 0 auto;
    text-align: center;
    font-size: 31px;
    font-weight:700;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
}

.listViewBody h2{ font-weight:500 }

.chatView #hashtitle {
    background: #E5E5E5;
}

.chatView #wrap {
  margin-top: 0px !important;
}

.chatView header {
  position: static !important;
}


.listViewBody {
    background-color: #1b1e26;
}

.m-scroll ::-webkit-scrollbar { width: 4px; height: 4px;}
.m-scroll ::-webkit-scrollbar-button {  background-color: #3F65FF; }
.m-scroll ::-webkit-scrollbar-track {  background-color: #353942;}
.m-scroll ::-webkit-scrollbar-track-piece { background-color: #353942;}
.m-scroll ::-webkit-scrollbar-thumb { height: 50px; background-color: #3F65FF; }
.m-scroll ::-webkit-scrollbar-corner { background-color: #353942;}}
.m-scroll ::-webkit-resizer { background-color: #3F65FF;}

/* -------------- Chat app ------------------ */
#messageAppContainer {
    height: 640px;
    background: #E5E5E5;
    position: relative;
}

section.chatApp {
    padding: 20px;
    height: 100%;
    background: #E5E5E5;
    min-width: 440px;
}

.msg_list {
    padding: 0px 14px 0px 10px;
    background-color: #f5f5f5;
    /*max-height: 400px;*/
    height: 560px;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #CDCECF;
}

.msg_list.hide {
    display: none;
}

.msg_list_container {
    position: relative;
    overflow:hidden;
}

.msg_list_container.msg_items .msg_list{
    height: 516px;
}

.msg_search_container {
    width: 100%;
    height: 44px;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #cdcecf;
    padding: 9px 15px 8px 10px;
    white-space: nowrap;
}

.msg_search_container input {
    width: 100%;
    height: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 12px 12px 12px 10px;
    transition: all 0.25s ease;
}

.msg_search_container input:focus {
    outline: none;
    border-color: #B5B5B5;
}

.chain_list {
    height: 430px;
}

.msg_items_header {
    padding: 0px 0 0 11px;
    height: 30px;
    border-right: 1px solid #CDCECF;
    width: 99%;
    margin-bottom: 7px;
}

.msg_items_header h6 {
    padding: 8px 0 0 0;
    margin: 0;
    font-size: 13px;
    display: inline-block;
    float:left;
}

.m-btn {
    margin: 8px 5px 0 0;
    cursor: pointer;
    float: right;
    -webkit-transition: all .2s;
    transition: all .18s;
    color: #848484;
}

.m-btn.active {
    color: #F19211;
}

.m-btn.btn-history {
    margin: 8px 10px 0 0;
}

.m-btn.btn-resize {
    margin: 8px 2px 0 0;
    font-size: 13px;
}

.chain_items_header {
    height: 30px;
    padding: 0px 0 0 29px;
    margin-bottom: 7px;
}

.chain_items_header h6 {
    padding: 10px 0 0 0;
    margin: 0;
    display: inline-block;
    float:left;
}

.msg_item {
    position: relative;
    height: 62px;
    padding: 5px 0;
    border-bottom: 1px solid #d8d8d8;
    cursor:pointer;
}

.msg_item:hover, .msg_item.active {
    margin-left: -10px;
    margin-right: -14px;
    padding-right: 14px;
    padding-left: 10px;
    background-color: #E0E0E0;
}

.un {display:none;}
.un.unread{
  display: block;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid orange;
  position: absolute;
  left: -17px;
  top: -7px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.msg_item:hover .unread,
.msg_item.active .unread {
    left: -7px;
    top: -7px;
}

.msg_item.active {
    margin-top: -1px;
}

.msg_item:last-child {
    border:0px;
}

.img_wrap {
    float: left;
    margin-right: 10px;
}

.img_wrap img {
    height: 50px;
}

.chain_list .img_wrap img {
    height: auto;
}

.msg_item .timestamp {
    color: #7F7F7F;
    display: block;
    float: right;
    margin-left: 2px;
    vertical-align: middle;
    font-family: helvetica,arial,sans-serif;
    font-size: 12px;
}

@media (max-width: 680px) {
    .msg_item .timestamp {
        display:none;
    }
}

abbr.timestamp {
    border-bottom: medium none;
}

.msg_item .username,
.noResultsFound p {
    color: #333;
    font-size: 13px;
    font-weight: bold;
}

.noResultsFound {
    padding: 23px 17px;
    background-color: #f5f5f5;
    border-top: 1px solid #cdcecf;
    height: 516px;
}

.noResultsFound p {
    margin: 0;
}

.noResultsFound p span {
    font-weight: normal;
    padding-left: 1px;
}

.msg_item_info {
    line-height: 16px;
    padding-top: 8px;
}

.previewMsg {
    margin-right: 31px;
    font-size: 12px;
    color: #9197A3;
}

.repliedLast {
    background: url(/assets/web/n/img/icn/chat-icons.png) no-repeat;
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: 0px -4px;
    display: inline-block;
    height: 9px;
    width: 10px;
    margin-right: 4px;
}

.dateHeader {
    border-top: 1px solid #E8E8E8;
    color: #BDC1C9;
    font-size: 11px;
    margin: 17px 20px 2px;
    text-align: center;
}

.dateHeader .timestamp {
    background-color: #FFF;
    padding: 0px 5px;
    position: relative;
    top: -8px;
}

.messageGroup {
    padding: 8px 20px 7px;
    position: relative;
}

.message_body {
    overflow: hidden;
}

.message_body .timestamp {
    color: #BDC1C9;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1.34;
}

.user-add-action {
    color: #909090;
    font-size: 10px;
    line-height: 1.34;
    text-align: right;
    padding: 4px 20px 4px;
}

.font_13 {
    font-size: 13px;
}

.text_msg {
    line-height: 1.38;
    margin-right: 40px;
    direction: ltr;
}

.text_msg p {
    margin: 0px;
    white-space: pre-wrap;
    color: #141823;
    font-family: helvetica,arial,sans-serif;
    font-size: 12px;
}

.message_editor {
    background-color: #F6F7F8;
    border-top: 1px solid #CDCECF;
    padding: 15px 19px 0px;
    position: relative;
    height: 130px;
}

.message_editor textarea {
    resize: none;
    overflow: hidden;
    font-size: 12px;
    font-family: helvetica,arial,sans-serif;
    width: 100%;
    height: 100%;
    cursor: text;
    line-height: 1.34;
    color: #141823;
    word-wrap: break-word;
    padding: 5px;
    height: 76px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
}

.message_editor textarea:focus {
    outline: 0;
    border: 1px solid #D5D5D5;
}

button.send_msg {
    float: right;
    cursor: pointer;
}

label.enter_for_msg {
    display: inline-block;
    vertical-align: middle;
    color: #A6A6A6;
    line-height: 10px;
    text-align: right;
    font-size: 12px;
    cursor: pointer;
}

.message_editor .input {
    margin-right: 4px;
}

.spinner {
    position: absolute;
    top: 200px;
    left: calc(50% - 25px);
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
    z-index: 10;
}

.msg_items .spinner {
    top: initial;
    bottom: 20px;
    height: 23px;
}

.msg_items .spinner > div {
    width: 5px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  margin-right: 2px;

  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.msg_list .spinner > div {
    background-color: #666;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.frame-outer {
    position:relative;
    width: 160px;
    height: 284px;
}
.frame-outer.horizontal {
    width: 284px;
    height: 160px;
}

.frame-inner {
    position:relative;
    height:0;
    width:100%;
    padding-bottom:177%
}

.horizontal .frame-inner {
    padding-bottom: 56%;
}

.frame-inner iframe {
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    opacity:1;
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    margin-top: 10px;
}

.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.tooltip {
    display: inline;
    position: relative;
    z-index: 999;
}

/* Trigger text */

.tooltip-item {
    cursor: pointer;
}

.tooltip:after {
    content: ', ';
}
.tooltip:last-child:after{
    content: '';
}

/* Gap filler */

.tooltip-item::after {
    content: '';
    position: absolute;
    width: 360px;
    height: 20px;
    bottom: 100%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip:hover .tooltip-item::after {
    pointer-events: auto;
}

/* Tooltip */

.tooltip-content {
    position: absolute;
    z-index: 9999;
    width: 200px;
    left: 50%;
    margin: 0 0 15px -100px;
    bottom: 100%;
    text-align: left;
    box-shadow: -5px -5px 15px rgba(48,54,61,0.2);
    background: #2a3035;
    opacity: 0;
    cursor: default;
    pointer-events: none;
}

.tooltip-effect-1 .tooltip-content {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.tooltip:hover .tooltip-content {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) rotate3d(0,0,0,0);
    transform: translate3d(0,0,0) rotate3d(0,0,0,0);
}


/* Arrow */
.tooltip-content::after {
    content: '';
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #2a3035;
    border-width: 10px;
    margin-left: -10px;
}

/* Tooltip content*/
.tooltip-text {
    display: block;
    padding: 10px 15px;
    color: #fff;
}

.tooltip-text p {
    margin: 0;
    font-size: 11px;
    font-weight: 600;
}

/* -------------- End Chat app ------------------ */

#shareGalleryModal #mainmodal {
    height: 220px;
}

#mainlist[data-columns]::before {
    /*content: '2 .column.size-1of2';*/
}

.column {
    float: left;
    margin-right: 15px;
}

.column:last-child {
    margin-right: 0px;
}

#mainlist .column:last-child {
    margin-right: 0px;
}

.size-1of2 {
    width: 49.2111111%;
}

.grid-item {
    /*padding: 0 7px 0 8px;*/
    margin: 0 15px 15px 0;
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #31343c;
    width: 48.411111%;
    float: left;
    min-height: 402px;
}

.grid-item.horiz-item,
.grid-item.vert-right {
    margin-right: 0px;
}

.grid-item img {
    background-color: #31343c;
}

.grid-item.horiz-item {
    width: 100%;
    min-height: 263px;
}

body.vert, body.horiz {
  min-width: inherit;
}

.profile-sub-menu {
    display: block;
    margin: 0 auto;
    text-align: center;
    height: 64px;
    border-bottom: 1px solid #79797B;
}

.profile-sub-menu li {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.32px;
    height: 100%;
    min-height: 100%;
    padding: 0 10px;
    text-decoration: none;
    line-height: 1.1;
}

.profile-sub-menu li:first-child {
    margin-right: 151px;
}

.profile-sub-menu li span:first-child {
    font-weight: 700;
}

.profile-sub-menu a {
    padding: 10px;
    color: #9da1a6;
}

.profile-sub-menu a span {
    display: block;
}

.profile-sub-menu a:hover,
.profile-sub-menu a.active {
    text-decoration: none;
    color: #fff;
}

section.gallery-list-items {
    padding: 32px 0 25px;
}

section.gallery-list-items [class^="col-xs-"] {
    padding-left: 0px;
    padding-right: 0px;
}

.list-item-container {
    /* Rectangle 27: */
    background: #222630;
    border-radius: 2.95px;
    overflow: hidden;
    color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    margin:0 15px 30px 15px;
    padding:0;
}

.list-item {
    margin: 0;
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #31343c;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.list-item:before {
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}

.list-item-content{
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.list-item:nth-child(4n+4) {
    margin-right: 0px;
}

.list-item img {
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    height: auto;
    width: auto;
    -ms-transform: scale(1.3);
   	-webkit-transform: scale(1.3);
    transform: scale(1.3);
}

#gallery-single-header h6 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-weight: 900;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0.55px;
    line-height: 24px;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.50);
    z-index: 100;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
}

#gallery-single-header p.no-items {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: url(/assets/web/3.0/img/fyuse-little-icon.png) center left no-repeat;
    z-index: 10;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    line-height: 12px;
    margin: 0;
    padding-left: 9px;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.50);
}

.list-item-info {
    height: 92px;
    background: url(/assets/web/3.0/img/line.png) 6px -7px no-repeat;
    padding: 10px 0 0 35px;
}

.list-item-info h6 {
    font-family: 'Montserrat-SemiBold';
    font-size: 19.22px;
    letter-spacing: 0.44px;
    font-weight: 600;
    margin: 3px 0 3px;
}

.list-item-info p {
    font-family: 'Montserrat-Light';
    font-size: 16.26px;
    letter-spacing: 0.44px;
    line-height: 23.66px;
    font-weight: 300;
}

.list-item-info p span{
    font-family: 'Montserrat';
    font-weight: 400;
}

#gallery-single-header p.no-items {
    left: 50px;
}

#gallery-single-header {
    height: 200px;
    margin-bottom: 15px;
    margin-top: 32px;
    max-width: 1015px;
    margin-right: auto;
    margin-left: auto;
    background: transparent;
    padding: 0 20px 0 20px;
    position: relative;
    overflow: hidden;
}

#gallery-single-header .cont {
    width: 100%;
    height: 100%;
    background-color: #edeeee;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#gallery-single-header .mask {
    left: 20px;
    right: 20px;
}

.vert-align-fix div {
    background: url(//dwhxp4fjueb0s.cloudfront.net/0/3.0/img/logo.png) center center no-repeat;
    background-size: 113px auto;
    /*background-color: #b3b3b3;*/
    width: 100%;
    height: 100%;
    padding-bottom: 177%;
    -moz-box-shadow:    inset 0 0 1px #b3b3b3;
    -webkit-box-shadow: inset 0 0 1px #b3b3b3;
    box-shadow:         inset 0 0 1px #b3b3b3;
}

.racoon-img {
    display: block;
    margin: 0 auto;
}

@media (min-width: 1124px) {
  .horiz #fyuseModal .inner {
    max-width: 1020px;
  }

  .horiz #fyuseModal #vw {
    width: 680px;
    height: 420px;
    float: left;
  }

  .horiz #fyuseModal #v_info {
    float: left;
    width: 335px;
    height: 420px;
    padding: 10px 8px 8px 20px;
    margin-left: 5px;
  }

  .navWrapper {
    max-width: 1020px;
  }
}

@media (max-width: 1015px) {
    .listview #mainlist, .share-gallery-elem, #gallery-single-header {
        max-width: 90%;
    }

    .size-1of2 {
       width: 49%;
    }

    .grid-item {
        width: 47.597%;
        min-height: 265px;
    }

    .grid-item.horiz-item {
        width: 100%;
        min-height: 176px;
    }
}

@media (max-width: 894px) {
    .listview #mainlist, .share-gallery-elem, #gallery-single-header {
        max-width: 100%;
    }
    .size-1of2 {
      width: 48.825%;
    }

    .grid-item {
        width: 47.593%;
        min-height: 265px;
    }
}

@media (max-width: 676px) {
    .listview #mainlist, .share-gallery-elem, #gallery-single-header {
        margin: 0 auto 4px;
        padding: 0 1px 0 1px;
        max-width: 100%;
    }

    .shrGalleryBtn {
        margin-right: 20px;
        text-indent: -9999px;
    }

    .size-1of2 {
        width: 100%;
        margin-right: 0px;
    }

    .grid-item {
        width: 49.683%;
        margin: 0 4px 4px 0;
    }

    #gallery-single-header .mask {
        left: 0px;
        right: 0px;
    }

    #gallery-single-header p.no-items {
        left: 25px;
    }
}

@media (min-width: 640px) and (max-width: 785px) {

    .vert #fyuseModal .inner {
        max-height: 580px;
    }

    #fyuseModal #v_info {
        width: 48%;
    }
    #v_data {
        padding: 0 20px 45px 10px;
    }
    .overlayLayer {
        padding-right:28px;
        padding-left:28px;
    }
    .navWrapper {
        max-width: 100%;
    }

    .arrow.leftArrow {
        left: -3px;
    }

    .arrow.rightArrow {
        right: -3px;
    }

    .vert #wrap #fyuseModal #vw {
        width: 50%;
        height: 580px;
    }

    .vert #wrap #fyuseModal #v_info {
        width: 48.62%;
        height: 580px;
    }

    .vert #vw > div, .vert #vw {
        max-width: inherit;
        max-height: inherit;
        width: 100%;
        height: 100%;
    }

    .vert #fyuseModal .inner {
        max-width: 100%;
        max-height: 100%;
    }
}

@media all and (max-width: 780px) {
  .vert #fyuseModal .inner {width: 100%;}
  .vert #wrap #vw{height:580px;width:50%;}
  .vert #wrap #v_info{
    height:580px;
    width:48%;
    margin-left:8px;
  }
}

@media all and (max-width:750px){
    #hashtitle{
        margin: 0 auto;
        text-align: center;
        font-size: 25px;
        font-weight:lighter;
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

@media (max-width: 640px) {
   section.gallery-list-items [class^="col-xs-"] {
        padding-left: 2px;
        padding-right: 2px;
    }

    .list-item {
        margin: 0 0 4px 0;
    }

    .grid-item {
        width: 49.5723%;
    }

    .overlayLayer {
        padding:0px;
    }

    .navWrapper {
        max-width: 100%;
    }

    .arrow.leftArrow {
        left: -3px;
    }

    .arrow.rightArrow {
        right: 3px;
    }

    .vert #wrap #fyuseModal #vw {
        width: auto;
    }

    #vw {
      height: 480px !important;
    }

    .vert #vw > div, .vert #vw {
        max-width: inherit;
        max-height: inherit;
        width: 100%;
        height: 100%;
    }

    #wrap #vw {
        float: none;
        overflow: hidden;
        position: relative;
        max-width: auto;
    }

    .vert #fyuseModal .inner {
        max-width: 100%;
        max-height: 100%;
    }

    #fyuseModal #v_info, .vert #wrap #v_info {
        width: 100%;
        margin-left: 0px;
        min-height: 287px;
        max-height: 580px;
        height: auto;
    }

    .list-item-container {
        margin: 0 7px 15px 7px;
    }
}

@media (max-width: 480px) {
    .grid-item {
        min-height: 276px;
        width: 49.51%;
    }

    .grid-item.horiz-item {
        min-height: 225px;
    }

    .social-details .item:first-child,
    .social-details .item:last-child {
        width: 136px;
    }

    .social-details .category {
       font-size: 12px;
    }

    .list-item-info h6 {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .list-item-info p {
        font-size: 14px;
    }
}

@media (max-width: 440px) {
    body.vert, body.horiz {
        min-width: inherit;
    }

    .grid-item {
        width: 49.444%;
    }

    .grid_item.horiz-item img {
        -webkit-transform: scale(10) translateY(-3%) translateX(25%);
    }

    .user-info p.description {
        padding: 0 6%;
    }
}

@media (max-width: 400px) {
    .grid-item {
        width: 49.344%;
    }
    .grid-item.horiz-item {
        min-height: 178px;
    }
    #gallery-single-header p.no-items {
        left: 25px;
    }
}

@media (max-width: 320px) {
    .grid-item {
        width: 49.368%;
        min-height: 277px;
    }
    .grid-item.horiz-item {
        min-height: 176px;
    }
}

.loadingMore p {
    color: #fff;
}