/* GENERAL */
#main{
  max-width: none;
  padding: 20px 0;
  font-size: 14px;
  margin-top: 46px;
}

body.objectpage #main{
  background: #fff !important;
}

@media only screen and (max-width: 1024px){
  body.objectpage #main{
    margin-top: 0;
  }
  .single-related{
    height: 150px;
  }
  .img-related img, .content-over{
    max-width: 115px;
    width: 100% !important
  }
  .limit-columns, .limit-container {
    margin: 0 auto !important;
  }
}

p{
  margin: 0;
  font-size: 14px;
}

span{
  font-size: 14px;
}

hr{
  margin: 0.25rem 0 1.1875rem;
}

a:hover, a:active, a:visited, a:link, a {
  text-decoration: none;
  color: #6b6b6b !important;
}

a.white:hover, a.white:active, a.white:visited, a.white:link, a.white {
  color: #fff !important;
}

.under-hover:hover{
  text-decoration: underline;
}

.em1-5{
  font-size: 1.5em;
}

.em1-8{
  font-size: 1.8em;
}

.em2{
  font-size: 2em;
}

.ico-next-obj{
  vertical-align: bottom;
  font-size: 1.4em;
}

.white{
  color: #fff !important;
}

.color-mmfgreen{
  color: #3fbc9c !important;
}

.color-mmfgreen2{
  color: #3F4F56 !important;
}

.align-mid{
  vertical-align: middle;
}

.margin-l-10{
  margin-left: 10px;
}

.margin-r-10{
  margin-right: 10px !important;
}

.margin-t-6{
  margin-top: 6px !important;
}

.margin-t-10{
  margin-top: 10px !important;
}

.margin-b-10{
  margin-bottom: 10px !important;
}

.margin-b-20{
  margin-bottom: 20px !important;
}

.margin-tb-10{
  margin: 10px 0 !important;
}

.margin-t-20{
  margin-top: 20px !important;
}

.no-padding{
  padding: 0;
}

.no-margin{
  margin: 0;
}

.padding-l-0{
  padding-left: 0;
}

.padding-r-0{
  padding-right: 0;
}

.height-80{
  height: 80px;
}

.l-height-55{
  line-height: 55px;
}

.l-height-80{
  line-height: 80px;
}

.txt-obj-grey{
  color: #6b6b6b !important;
}

.txt-obj-medium{
  font-size: 16px;
}

.txt-obj-small{
  font-size: 14px;
}

.pointer{
  cursor: pointer;
}

.no-pointer{
  cursor: auto;
}

.mmf-tiny{
  padding: 0.25rem 1.25rem 0.25rem 1.25rem !important;
}

.imgtiny{
  width: 44px !important;
  height: 44px !important;
}

.red-heart{
  color: red;
}

.under{
  text-decoration: underline !important;
}

.no-border{
  border: 0 !important;
}

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

.transparent{
  background: transparent !important;
  margin: 0;
  padding: 0;
  height: 60px;
}

.transparent:active, .transparent:visited, .transparent:focus{
  border: 0;
  outline: 0;
}

.limit-container{
  max-width: 720px !important;
  margin: 0;
}

.limit-columns{
  max-width: 750px;
  margin: 0;
}

/* Slick slider */
.slick-prev, .slick-next{
  top: calc(50% - 15px);
  height: 30px !important;
  width: 30px !important;
  border-radius: 30px;
  box-shadow: none;
  height: 100%;
  background: #555;
}

.slick-prev{
  left: -15px;
}

.slick-next{
  right: -15px;
}

.slick-prev:before, .slick-next:before{
  position: relative;
  top: -1px;
  left: -3px;
  font-size: 36px;
  opacity: 1;
}

.slick-prev:before{
  content: "←";
  left: -3px;
}

.slick-next:before{
  content: "→";
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
  background: #555;
}

/* Main container */
.obj-container{
  max-width: 1440px;
  margin: 0 auto;
  margin-top: -5px;
}

.container-r{
  margin-top: 20px;
}

/* Obj info */

/*.object-name-row{
    border-bottom: 1px solid #ddd;
}*/

h1.obj-title{
  letter-spacing: 0;
  font-size: 19px;
  font-weight: bold;
  color: #6b6b6b;
  text-transform: none;
}

@media only screen and (max-width: 1024px){
  h1.obj-title{
    font-size: 30px;
  }
  .small-gallery{
    margin: 0 auto !important;
    margin-top: 4px !important;
  }
}

.cont-obj-info{
  background: white;
  border-radius: 3px;
  box-shadow: 5px 7px 9px 0px rgba(0,0,0,.2);
  padding: 15px;
  clear: both;
  border: 1px solid #d2d2d2;
}

.title-open, .title-tags{
  border-bottom: 1px solid #ddd;
}

.title-open:after, .title-open:after{
  content:'+';
  float: right;
}

.title-open .opened:after, .title-open.opened:after {
  content:'-';
}

.container-info-obj{
  margin-bottom: 10px;
}

/* User info */
.profileimg{
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  float: left;
  margin: 0;
  margin-right: 15px;
  margin-left: 0.9375rem;
}

.img-user-print .profileimg{
  width: 60px;
  height: 60px;
  margin-left: 0;
}

.btn-user{
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #a6a6a6;
  border-top-color: #bdbdbd;
  border-bottom-color: #8b8a8b;
  padding: 1px 6px 3px;
  text-shadow: 0 1px 0 #fff;
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

.btn-user:hover{
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
  box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

.btn-follow{
  /*border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;*/
}

.btn-message{
  margin-left: 5px;
  /*border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;*/
}

#sendMessage{
  color: #fff !important;
}

#noFollowers{
  color: #6b6b6b;
  font-size: 14px;
}

/* TIPS User*/
#mymini_tipv2_log_amount {
  border-radius: none;
  border-right: ;
}

/* TAGS Object */
.list-tags{
  margin-bottom: 20px;
}

.list-tags a {
  padding: 5px 8px;
  display: block;
  background-color: transparent;
  float: left;
  margin: 0;
  border-radius: 5px;
  text-decoration: none;
}

/* Description object */
.object-description{
  text-align: center;
}

.text-auto-link strong{
  font-weight: normal;
}

.text-auto-link{
  overflow: auto;
}

.text-auto-link p, .text-auto-link div, .text-auto-link span, .text-auto-link h1, .text-auto-link h2, .text-auto-link h3, .text-auto-link h4, .text-auto-link h5, .text-auto-link h6{
  color: #6b6b6b !important;
  text-align: justify !important;
  margin-bottom: 10px;
  font-size: 14px !important;
  letter-spacing: 0;
}

.text-auto-link ul{
  list-style: inherit;
  color: #6b6b6b !important;
  font-size: 14px;
}

.text-auto-link iframe{
  width: 100%;
}

.text-auto-link a{
  color: #008CBA !important;
}

.text-auto-link a:hover{
  text-decoration: underline;
}

blockquote{
  max-width: none;
  border-left: 5px solid #ddd!important;
  padding: 8px!important;
}

blockquote:before {
  font-size: 2em;
}

.short-text{
  overflow: hidden;
  height: 10em;
}

.full-text{
  height: auto;
}

.btnMore:hover, .btnLess:hover{
  font-weight: bold;
}

.btnMore, .btnLess{
  text-transform: uppercase;
  text-decoration: none;
}

.btnMore{
  display: inline;
}
.btnLess{
  display: none;
}

/* Technical information */
table.table-spec{
  border: 0;
  width: 100%;
  margin: 0;
}

table.table-spec tr td {
  color: #6b6b6b;
  padding-left: 0;
}

table.table-spec tr:nth-of-type(even) {
  background: #fff;
}

table.table-spec ul{
  margin: 0;
}

.size-column{
    float: right;
    width: 18%;
}

/* FILES Object */
/*.container-files{
  max-height: 400px;
  overflow-y: auto !important;
}*/

button.additional-files{
  cursor: pointer;
  margin: 0;
  position: relative;
  /*text-align: left;*/
  text-decoration: none;
  display: inline-block;
  padding: 0;
  background-color: transparent;
  border-color: transparent;
  overflow: hidden;
  text-overflow: ellipsis;
}

button.additional-files span{
  color: #6b6b6b;
  font-size: 14px;
}

span.file:hover, span.file:active, span.file:focus, span.file:visited{
  color: #6b6b6b;
  text-decoration: underline;
}

.download-file{
  margin-left: 5px;
  vertical-align: bottom;
}

.download-file:active, .download-file:focus, .download-file:visited{
  border: 0;
}

.view-file{
  color: #6b6b6b;
}

.view-file:hover, .download-file:hover{
  color: #3fbc9c;
}

/* Button switch 3D - 2D view */
.switch-3d{
  display:block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #3fbc9c;
  position: absolute;
  bottom: 14px;
  left: 30px;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
  color: #fff;
  z-index: 20;
  box-shadow: 0 4px 1px #3F4F56;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.switch-3d:hover {
  box-shadow: 0 2px 1px #3F4F56;
  position: absolute;
  bottom: 12px;
  left: 30px;
}

.switch-3d:active {
  box-shadow: 0 1px 1px #3F4F56;
  position: absolute;
  bottom: 10px;
  left: 30px;
}

#label-switch-3d{
  font-weight: bold;
  font-size: 17px;
}

@media only screen and (max-width: 425px) {
  .switch-3d{
    width: 40px;
    height: 40px;
    line-height: 40px;
    bottom: 10px;
    left: 25px;
  }
  .switch-3d:hover {
    bottom: 8px;
    left: 25px;
  }

  .switch-3d:active {
    bottom: 6px;
    left: 25px;
  }

}

/* Active img gallery */
.prdimg{
  max-height: 720px;
  /*height: 720px;*/
  max-width: 720px;
  cursor: zoom-in;
  display: table;
  background: #cecece;
}

@media only screen and (max-width: 1024px) {
  .prdimg{
    margin: 0 auto;
  }
  .main-info{
    margin-bottom: 20px;
  }
  .slide-prdimg-gallery{
    margin-left: auto!important;
    margin-right: auto!important;
    left: 0;
    right: 0;
  }
}

.viewer-3d{
  width: 100%;
  height: 720px;
}

/* Images PRIMARY Gallery */
.slide-prdimg-gallery{
  position: absolute;
  /*width: 100%;*/
  width: calc(100% - 1.875rem);
  max-width: 720px;
  height: 100%;
  max-height: 720px;
  margin: 0;
}

.slide-prdimg-gallery div{
  /*height: 720px;*/
  padding: 0 !important;
  /*height: 100%;*/
  max-height: 720px;
}

.slide-prdimg-gallery.slick-slider .slick-track.single{
  transform: translate3d(0,0,0) !important;
}

/* IMG */
.prdimg-gallery{
  /*height: 720px;*/
  cursor: pointer;
  /*height: 100%;*/
  /*max-height: 720px;*/
  transform: scale(1.02);
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  /*height: auto !important;*/
}

.prdimg-gallery.loaded{
  filter: none !important;
  opacity: 0.4 !important;
}

.slide-prdimg-gallery div.slick-active.slick-center, .slide-prdimg-gallery div.slick-active.slick-center img{
  cursor: zoom-in;
  opacity: 1 !important;
}

.slide-prdimg-gallery .slick-list {
  overflow: visible;
}

.slide-prdimg-gallery div.slick-slide:not(.slick-active) {
  /*width: 720px;
  height: 720px;*/
  max-height: 720px;
  max-width: 720px;
  overflow:hidden;
  background: #cecece;
}

.slide-prdimg-gallery div.slick-slide:not(.slick-active) img {
  opacity: 0.9;
  filter: blur(4px);
}

.slide-prdimg-gallery div.slick-slide.slick-active {
  opacity: 1;
  filter: none;
  transition: opacity 0.4s linear;
  background: #cecece;
}

/* Files Gallery */
#obj-files{
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 720px;
  height: 120px;
  display: none;
  margin: 0;
  padding: 8px;
}

#obj-files div{
  height: 120px;
}

#obj-files .slick-slide{
  min-height: 120px !important;
}

.file-gallery{
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
}

.thumbnail-file-img{
  height: 120px;
  background-size: cover;
}

.slide-gallery .slick-prev, .slide-gallery .slick-next, .small-gallery .slick-prev, .small-gallery .slick-next  {
  top: calc(50% - 12px);
  height: 24px !important;
  width: 24px !important;
  border-radius: 24px;
}

.slide-gallery .slick-prev:before, .slide-gallery .slick-next:before, .small-gallery .slick-prev:before, .small-gallery .slick-next:before {
    font-size: 28px;
}

.slide-gallery .slick-prev   {
  left: 4px;
}

.slide-gallery .slick-next  {
  right: 5px;
}

.file-gallery:hover{
  cursor: pointer;
}

.file-gallery:hover div {
  background-color: #FFFFFF;
  filter: brightness(80%);
  -webkit-filter: brightness(0.80);
}

.file-gallery p{
  position: absolute;
  top: 0px;
  margin: 10px 0px 0px 0px;
  color: #7b7b7b;
  width: 105px;
  overflow: hidden;
  line-height: 12.5px;
  font-size: 12.5px;
  word-break: break-word;
  padding: 0px 5px;
  text-shadow: 1px 1px 1px rgb(255, 255, 255);
  display: block;
}

@keyframes fadeIn {
    from { opacity: 0 }
    to { opacity: 0.9 }
}

@-webkit-keyframes fadeIn {
    from { opacity: 0 }
    to { opacity: 0.9 }
}


@media only screen and (max-width: 360px) {
  #obj-files{
    height: 100px;
  }

  #obj-files div{
    height: 100px;
  }

  #obj-files .slick-slide{
    min-height: 100px !important;
  }

  .file-gallery{
    width: 100px;
    height: 100px;
  }

  .thumbnail-file-img{
    height: 100px;
  }

  .slide-gallery .slick-prev, .slide-gallery .slick-next  {
    height: 100px;
  }
}

/* Small Pictures Gallery */
.small-gallery{
  margin: 0;
  max-width: 720px;
  height: 70px;
  margin-top: 4px;
}

.smimg-gallery{
  width: 70px !important;
  height: 70px !important;
  position: relative;
  display: block;
  cursor: pointer;
  margin: 0 1px;
}

.small-gallery .slick-track{
  height: 70px;
  overflow: hidden;
  /*width: 100% !important;*/
}

.small-gallery .slick-slide{
  min-height: 70px !important;
}

.small-gallery .slick-prev {
  left: -10px
}

.small-gallery .slick-next  {
  right: -10px;
}

/* Categories tree */
.tree-parents{
  margin-top: 5px;
}

.tree-parents a{
  text-decoration: underline;
}

.cat-indent{
  margin-left: 105px;
}

/* Collections */
.container-objs-collection{
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
}

#modal-collections-object{
  border-radius: 0;
  float: left;
  margin-left: 0;
}

.list-objs-collection .slick-track{
  width: 100% !important;
}
.list-objs-collection .slick-slide{
  min-height: 70px !important;
  min-width: 70px;
}

.img-user-print{
  margin-top: 2px;
}

.name-user-print{
  margin-top: -7px;
}

.show-more-collection{
  position: absolute;
  bottom: 0;
  width: 70px;
  text-align: center;
}

.img-show-more-collection{
  width: 70px;
  height: 70px;
}

/* Numbers data (Views and downloads) */
.datanumbers{
  margin-top: 10px;
}


/* Buttons (Likes, comments, share, collections) */
.container-actions{
  text-align: right;
  margin-top: 5px;
}

.btn-action{
  border-radius: 3px;
  padding: 6px 10px;
  margin-left: 5px;
}

.btn-click{
  border: 0;
  color: #fff;
  background: #3fbc9c;
  box-shadow: 0 3px 1px #3F4F56;
  border-radius: 6px;
}

.btn-click-r{
  border: 1px solid #b3b3b3;
  color: #6b6b6b;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.txt-views{
  float: right;
}

.txt-downs{
  float: right;
  padding-right: 10px;
  border-right: 1px solid #bbbbbb;
}

/* Share */
#sharediv{
  text-align: right;
}

#sharediv ul.tabs li.active a{
  border-bottom: 4px solid #3fbc9c;
}

.share-link-input{
  width: 100%;
}

.btn-click:hover {
  position: relative;
  top: 1px;
  box-shadow: 0 2px 1px #3F4F56;
}

.btn-click:active {
  box-shadow: 0 1px 1px #3F4F56;
  position: relative;
  top: 2px;
}

#like-button.btn-activated i:before{
  -webkit-animation: scaleFade 1s forwards;
  -moz-animation: scaleFade 1s forwards;
  animation: scaleFade 1s forwards;
}

@-webkit-keyframes scaleFade {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  50% {
    opacity: 0.7;
    -webkit-transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes scaleFade {
  0% {
    opacity: 1;
    -moz-transform: scale(1);
  }
  50% {
    opacity: 0.7;
    -moz-transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}

@keyframes scaleFade {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}


/* Users likes this object */
#profiles-users{
  white-space: nowrap;
  max-width: 768px;
  overflow: hidden;;
  margin: 0 auto;
}

#profiles-users a{
  float: none;
  display: inline-block;
  margin-left: 0 !important;
}

/* Community Prints*/
.print-list-ul {
  margin: 0;
  height: 130px;
}

.print-thumbnails {
  height: 130px;
  cursor: pointer;
}

.print-list-ul div{
  height: 130px;
}

.print-list-ul .slick-prev, .print-list-ul .slick-next  {
  box-shadow: none;
  height: 130px;
}

.print-list-ul .slick-prev:before, .print-list-ul .slick-next:before  {
  color: #fff;
}

.print-list-ul li.slick-slide {
  min-height: 130px !important;
}

/* Sticky Top Bar */
.sticky-bar{
  color: white;
  height: 60px;
  background-color: #636363;
  display: none;
}

.sticky-button{
  color: #3fbc9c;
  background-color: white;
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 60px;
  z-index: 90;
  border-top: 0;
  display: inherit !important;
}

.info-sticky{
  margin-top: 7px;
  margin-left: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 20px;
}

.btn-sticky{
  text-transform: uppercase;
}

.img-sticky{
  float: left;
  max-width: 60px;
  max-height: 60px;
}

.title-sticky{
  font-weight: bold;
  white-space: nowrap;
}

.btn-sticky .btn-save i{
  vertical-align: sub;
}

@media only screen and (max-width: 1024px){
    .sticky {
      top: 0;
    }
}

#btn-next-obj:hover i{
  animation: leftright 2s infinite;
  -webkit-animation: leftright 2s infinite;
  -moz-animation: leftright 2s infinite;
}


@keyframes leftright {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}


/* Download button */
.cont-download{
  text-align: right;
}

.btn-download{
  background-color: #3fbc9c;
  margin-right: 20px;
}

.btn-download:hover, .btn-download:active, .btn-download:focus, .btn-download:visited{
  background-color: #3fbc9c;
}

.btn-download:hover i{
  animation: updown 2s infinite;
  -webkit-animation: updown 2s infinite;
  -moz-animation: updown 2s infinite;
}


@keyframes updown {
  0% {
    transform: translateY(0);
  }
  33% {
    transform: translateY(2px);
  }
  66% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(0px);
  }
}

.button.btn-success:hover{
  color: transparent;
}

.btn-7h:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-7h:before {
  position: absolute;
  left: 0;
  width: 40%;
  font-size: 160%;
  line-height: 0.8;
  color: #0a833d;
}

/* Success and error */
.btn-success,
.btn-error {
  color: transparent;
}

.btn-success:after,
.btn-error:after {
  z-index: 1;
  color: #fff;
  left: 40%;
  bottom: 33%;
}

.btn-success:after {
  content: "Success!";
  -webkit-animation: moveUp 0.5s;
  -moz-animation: moveUp 0.5s;
  animation: moveUp 0.5s;
}

@-webkit-keyframes moveUp {
  0% {
    -webkit-transform: translateY(50%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes moveUp {
  0% {
    -moz-transform: translateY(50%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@keyframes moveUp {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.btn-error {
  -webkit-animation: shake 0.5s;
  -moz-animation: shake 0.5s;
  animation: shake 0.5s;
}

/* From Dan Eden's animate.css: http://daneden.me/animate/ */
@-webkit-keyframes shake {
  0%, 100% {-webkit-transform: translateX(0);}
  10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
  20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
  0%, 100% {-moz-transform: translateX(0);}
  10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
  20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@keyframes shake {
  0%, 100% {transform: translateX(0);}
  10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
  20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.btn-error:after {
  content: "Error!";
  -webkit-animation: scaleFromUp 0.5s;
  -moz-animation: scaleFromUp 0.5s;
  animation: scaleFromUp 0.5s;
}

@-webkit-keyframes scaleFromUp {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes scaleFromUp {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}

@keyframes scaleFromUp {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Button save for later */
.btn-save:hover i{
  -webkit-animation: spinAround 2s linear infinite;
  -moz-animation: spinAround 2s linear infinite;
  animation: spinAround 2s linear infinite;
  transform: scale(2);
}

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg)
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spinAround {
  from {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(360deg);
  }
}

/* Related objects */
.container-title-open{
  border-bottom: 1px solid #ddd;
}

.content-over {
  position: absolute;
  width: 100%;
  top: 0%;
  left: 0%;
  height: 100%;
}

.columns+.columns:last-child{
  float: left;
}

.single-related{
  /*max-height: 150px;*/
  overflow: hidden;
  padding: 0;
}

.adv-related{
  text-align: center;
  max-height: 280px;
}

.icons-container{
  position: absolute;
  bottom: 0;
  width: 100% !important;
  margin: 0 !important;
}

.btn-over {
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  background-size: cover;
  outline: 0;
}

.btn-save-later{
  background-image: url('/images/categories/clock.png');
}

.btn-like{
  background-image: url('/images/categories/like.png');
}

.liked{
  background-image: url('/images/categories/heart-green.png');
}

.saved{
  background-image: url('/images/categories/clock-green.png');
}

@media only screen and (max-width: 1280px){
    .img-related {
      padding: 0;
    }
}

@media only screen and (min-width: 640px) and (max-width: 850px){
    .img-related {
      padding: 0;
    }
}

/* Modal Community prints */
.modal-print-list-ul{
  /*position: absolute;*/
  width: 100%;
  max-width: 720px;
  /*height: 720px;*/
  height: 100%;
  max-height: 720px;
  margin: 0;
}

.modal-print-list-ul div{
  /*height: 720px;*/
  padding: 0 !important;
  /*height: 100%;*/
  max-height: 720px;
}

.img-print-fb, .img-print-fb img{
  cursor: zoom-in;
}

.img-print-fb img{
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.modal-print-list-ul .slick-slide{
  max-height: 720px;
  max-width: 720px;
}

/*.modal-print-list-ul .slick-list .slick-track{
  width: 100%;
}*/

.modal-print-list-ul .slick-prev, .modal-print-list-ul .slick-next  {
  box-shadow: none;
  /*height: 720px;*/
  height: 100%;
}

.comment-modal{
  background-color: rgba(204,204,204, 0.4);
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  padding: 4px 10px;
}

#list-comments-modal{
  margin-top: 10px;
  max-height: 400px;
  overflow-y: auto;
}

/* Comments */
.comment_data_text, .comment_data_replied, .repliedto{
  color: #6b6b6b !important;
  font-size: 13px;
}

@media only screen and (max-width: 359px){
  .btn-reply{
    margin-top: 5px;
    width: 100%;
  }
}
