/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

.btn {
	border-radius: 0 !important;
}
.btn-td {
	color: #f26222;
    background-color: #fff;
    border-color: #f26222;
    padding: 5px 11px !important;
    transition: background 0.5s linear;

}
.btn-td:hover, .btn-td-pressed {
	color: #fff;
    background-color: #f26222;
    border-color: #f26222;
}
.profilepic {
    max-width: 200px;
    max-height: 200px;
}
.bannerarea {
	/* width: 1170px; */
	width: 900px;
    margin: 0 auto;
    padding: 0px 13px 0 13px;
    overflow: hidden;
}
.bannerarea-center {
	width: calc(100% + 4px);
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
	left: -2px;
}
.banner_col2 {
	float: left;
	width: calc(50% - 4px);
	margin: 2px;	
  height: 70px !important;
  object-fit: fill;
}
.banner_col5 {
    float: left;
    width: calc(20% - 5px);
    margin: 2px; 
    max-height: 169px;  
    object-fit: fill; 
}
.banner_col2_5 {
    float: left;
    width: calc(40% - 4px);
    margin: 2px;    
    max-height: 342px;
    object-fit: fill;
}
.banner_col6 {
    float: left;
    width: calc(12.5% - 4px);
    margin: 2px;
    max-height: 105px;    
}

.banner_col {
    width: calc(100% - 4px);
    margin: 2px;    
    max-height: 70px;
}

#banner_top {
	margin-top: 50px;
}
#banner_bottom {
	margin-bottom: 50px;
}
.banner_col3 {
	float: left;
	width: calc(33.33% - 4px);
	margin: 2px;	
}

.banner_col1 {
	float: left;
	width: calc(100% - 4px);
	margin: 2px;	
	margin-bottom: 20px;
}

#topic {
    background-color: #ddd !important;
}

.preloader--bounce {
	width: 318px !important;
    height: 318px !important;
    background-image: url(logo4.png);
    background-repeat: no-repeat;
    background-position: center;
}
.td_col {
	float: left;
    width: 33%;
}
.tabela_td {
	overflow: hidden;
	width: 100%;
}
.separator-bottom {
	padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}
.separator-top {
	padding-top: 15px;
    border-top: 1px solid #e9e9e9;
}
.green {
	color: green;
}
.red {
	color: red;
}
.grey {
    color: grey;
}

.profile-avatar img {
    max-width: 140px !important;
    max-height: 160px !important;
}

.like_box {
	/* overflow: hidden; */
	width: 100%;
    border-top: 1px solid #e9e9e9;
}
.like_box i {
	font-size: 30px;
}
.like_box button {
	border: none;
    background-color: transparent;
}

.tabela_td select, .tabela_td input {
	/* border: none; */
    width: 100% !important;
}
@-webkit-keyframes bounce {
  0%       { bottom:5px; }
  25%, 75% { bottom:15px; }
  50%      { bottom:20px; }
  100%     {bottom:0;}
}
.tooltip {
	position: fixed;
}
.like_bounce {
	-webkit-animation:bounce 1s;
}

.banner_title {
    display: block;
    background-color: #293a4a;
    padding: 15px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 2px;
}

.button_fx {
	display: inline-block;
    padding: 6px 12px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    min-width: 105px;
	color: white !important;
	border: none;
	margin-left: 10px;
	background-color: #293a4a !important;
	-webkit-transition: color .25s ease;
    transition: color .25s ease; 
    
}
.button_fx:hover {
	background-color:  #ff6c2c !important;
	color: white;
}
.spacing {
	padding-top: 15px;
}
.post_comment {
	width: 100%;
}
.orange:hover {
	color: #ff6c2c !important;
    text-decoration: none;
}
.comment_avatar {
    padding: 10px;
    width: 50px;
}
.comment_avatar b {
	margin-left: 5px; 
}
.comment_avatar img {
	width: 50px;
}
.topiclist-jumpbox-dropup--menu{
    max-height: 300px;
    overflow-y: scroll;
} 

.reply-tools {
	border-left: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}
@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}
.subforum {
	color: #337ab7 !important;
}
.topic-list-content--title {
	max-width: 40% !important;
}
@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: fixed;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

#comments_post {
    height: 300px;
    overflow: scroll;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content, .bannerarea {
        width: 100%;
    }
}

.comment_text {
	width: 90%;
    margin-left: 10%;
}
.comment_content {
	width: 80%;
}

.loading {
  color: white;
  font: 300 4em/150% Impact;
  text-align: center;}


/* loading dots */

.loading:after {
  content: ' .';
  animation: dots 1s steps(5, end) infinite;}

@keyframes dots {
  0%, 20% {
    color: rgba(0,0,0,0);
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  40% {
    color: white;
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  60% {
    text-shadow:
      .25em 0 0 white,
      .5em 0 0 rgba(0,0,0,0);}
  80%, 100% {
    text-shadow:
      .25em 0 0 white,
      .5em 0 0 white;}}

.fa-window-close-o::before {
    color:red;
}
.fa-window-maximize::before {
    color: green;
}


.atalho {
    text-align: center;
    background-color: #ff6c2c;
    height: 40px;
  }
  .barratalho a {
    color: white;
    text-decoration: none;
    width: 21%;
    margin: 2%;
    z-index: 99;
    float: left;
  }
  .barratalho a:hover {
    color: white;
    text-decoration: none;
  }
  .barratalho {
    position: fixed;
    bottom: 20px;
    width: 30%;
  }
  .can_hide {
    display: none;
  }

@media screen and (max-width: 480px) {
    .topic-sidebar-widget--signup {
        display: block !important;
    }
    .header--search-bar {
        display: none !important;
    }


	.topic-list-content--title {
		max-width: 80% !important;
	}
    .topic-list-content--stats {
        display: none;
    }
    .profile_info, .navlabel {
        display: none;
    }

  .atalho {
    text-align: center;
    background-color: #ff6c2c;
    height: 40px;
  }
  .barratalho a {
    color: white;
    text-decoration: none;
    width: 21%;
    margin: 2%;
    z-index: 99;
    float: left;
  }
  .barratalho a:hover {
    color: white;
    text-decoration: none;
  }
  .barratalho {
    position: fixed;
    top: 100px;
    width: 100%;
    height: 50px;
  }
  .can_hide {
    display: none;
  }
}


/* Perfil */
.card {
    margin-top: 20px;
    padding: 30px;
    background-color: rgba(214, 224, 226, 0.2);
    -webkit-border-top-left-radius:5px;
    -moz-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-top-right-radius:5px;
    border-top-right-radius:5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
}
.card.hovercard .card-background {
    height: 130px;
}
.card-background img {
    /*-webkit-filter: blur(25px);
    -moz-filter: blur(25px);
    -o-filter: blur(25px);
    -ms-filter: blur(25px);
     filter: blur(25px);*/
    margin-left: -100px;
    margin-top: -200px;
    min-width: 130%;
}
.card.hovercard .useravatar {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
}
.card.hovercard .useravatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.5);
}
.card.hovercard .card-info {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
}
.card.hovercard .card-info .card-title {
    padding:0 5px;
    font-size: 20px;
    line-height: 1;
    color: #262626;
    /*background-color: rgba(255, 255, 255, 0.1);*/
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.card.hovercard .card-info {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}
.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}
.btn-pref .btn {
    -webkit-border-radius:0 !important;
}

/* house */
.tab-pane{
    height:100%;
    width:100%;
    }
.tab-pane{
    height:absoulte;
    width:100%;
    }
    

.btn-nav {
   color: #e92d00;
    background-color: #fff;
    border: 1px solid #e0e1db;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.btn-nav:hover {
     color: green;
     cursor: pointer;
    -webkit-transition: color 1s; /* For Safari 3.1 to 6.0 */
    transition: color 1s;
}
.btn-nav.active {
    background: grey;
    color: #1dcaff;
    padding: auto;
    border-top:2px solid #1dcaff ;
    border-bottom:2px solid #1dcaff  ;
    border-left: 2px solid #1dcaff;
    border-right: 2px solid  #1dcaff;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -webkit-transition: border 0.3s ease-out, color 0.3s ease 0.5s;
    -moz-transition: border 0.3s ease-out, color 0.3s ease 0.5s;
    -ms-transition: border 0.3s ease-out, color 0.3s ease 0.5s; /* IE10 is actually unprefixed */
    -o-transition: border 0.3s ease-out, color 0.3s ease 0.5s;
    transition: border 0.3s ease-out, color 0.3s ease 0.5s;
    -webkit-animation: pulsate 1.2s linear infinite;
    animation: pulsate 1.2s linear infinite;
}

.btn-nav .glyphicon {
    padding-top: 8px;
    font-size: 30px;
}
.btn-nav.active p {
    margin-bottom: 8px;
}
@-webkit-keyframes pulsate {
 50% { color: #000; }
}
@keyframes pulsate {
 50% { color: #000; }
}
@media (max-width: 100%) {
    .btn-group {
        display: block !important;
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}
@media (max-width: 100%) {
    .btn-nav .glyphicon {
        padding-top: 12px;
        font-size: 26px;
    }
}


/* end house */

a {
    cursor: pointer !important;
}
.scroll {
    overflow-y: scroll;
    height: 300px;
}
.tab-pane .row {
    margin: 0 !important;
}

.icon_header {
    font-size: xx-large;
    color: #ff6c2c;
}
b.icon_header {
    font-size: 23px;
}

.reputation_points {
    width: 10%;
}

.profile_info>tbody>tr>td, 
.profile_info>tbody>tr>th, 
.profile_info>tfoot>tr>td, 
.profile_info>tfoot>tr>th, 
.profile_info>thead>tr>td, 
.profile_info>thead>tr>th {
    padding: 3px !important;
}
th {
    text-align: center;
}
.ad--2 > a > img {
    padding-bottom: 10px;
    max-width: 125px;
    max-height: 125px;

     /* Do not scale the image */
    object-position: center; /* Center the image within the element */
    margin-bottom: 1rem;
}
h3 {
    margin-top: 0 !important;
}
.hide_details {
    display: none;
}
dl.details {
    overflow: auto;
}
.td_detail {
    text-align:center;
    display:block;
}
.more {
    color: blue;
    font-weight: bold;
}

.topic-sidebar-widget--ad .ad img {
    /* object-fit: cover; */
    width: 100%;
}

[hidden] {
  display: none !important;
}
.w-100{
    width: 100%;
}
img {
    image-orientation: from-image;
    /* object-fit: cover; */
}
.estatisitas_avatar img {
    max-width: 33px;
    max-height: 33px;
}
.img-responsive {
    background-color: white;
}


/* modal gallery */
.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}
.column img {
    object-fit: cover;
    width: 100%;
    height: 200px;
    padding-bottom: 20px;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto !important;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  height: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
  text-align: center;
  height: 100%;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: black;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* modal gallery end */

@media only screen and (max-width: 700px){
    .gdesk {
        display: none;
    }

    .gmob {
        display: block;
    }
}

@media only screen and (min-width: 700px){
    .gdesk {
        display: block;
    }

    .gmob {
        display: none;
    }
}


/* begin lightbox */

#gallery {
    background-color: #fff;
    padding: 10px;
    width: auto;
  }
  #gallery ul { list-style: none; }
  #gallery ul li { display: inline; }
  #gallery ul img {
    border: 5px solid #444444;
    border-width: 5px 5px 20px;
  }
  #gallery ul a:hover img {
    border: 5px solid #fff;
    border-width: 5px 5px 20px;
    color: #fff;
  }
  #gallery ul a:hover { color: #fff; }

/* end lightbox */