.portal_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 0 2.4em 0;
    background: #111823;
    border-radius: .5em;
    margin-bottom: 2em;
    position: relative;
    z-index: 1;
}

.portal_row:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background-image: url(../../../images/arcobaleno/sprites.png);
    background-size: auto;
    background-repeat: no-repeat;
    width: 76px;
    height: 93px;
    background-position: -168px -354px;
    z-index: -1;
}

.portal_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin-top: 1em;
    padding-left: .75em;
}

.portal_image {
    width: 200px;
    min-height: 120px;
    display: flex;
    float: left;
    margin-right: 1.5em;
    overflow: hidden;
    border-radius: 0.25rem;
    position: relative;
    border: 1px solid #111823;
    align-items: center;
    justify-content: center;
}

.portal_row:hover .portal_image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-image: linear-gradient(to bottom, transparent 30%, rgba(21,17,29,.65));
    opacity: .7;
    transition: all .4s ease;
}

.portal_image > img {
    background-size: cover !important;
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .6s ease;
    filter: grayscale(.6) brightness(.9);
    border-radius: .25em;
}

.portal_row:hover .portal_image img {
    opacity: 1;
    filter: none;
    transform: scale(1.1);
}

.portal_image img:not(:first-child) {
    display: none;
}

.portal_main {
    height: 120px;
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
}

.portal_title {
    margin: 0em 0 1em 0;
    width: 100%;
    padding: 2em 2em 0 2em;
}

.portal_subject:after {
    content: "";
    position: absolute;
    top: -23px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: rgb(157,255,255);
    background-image: linear-gradient(90deg, rgba(157,255,255,1) 0%, rgba(62,149,182,1) 100%);
    box-shadow: rgba(145, 241, 246, 0.7) 0 3px 18px 0px;
    border-radius: 0 0 .25em .25em;
}

.portal_subject {
    display: inline-block;
    text-transform: none;
    color: #ccd6dd;
    font-size: 13px;
    margin-bottom: .5em;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.portal_message {
    color: #657786;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 0.75rem;
}

.portal_row:hover .portal_foot {
    visibility: visible;
    opacity: 1;
}

.portal_foot {
    background-color: rgb(19,27,40);
    background-image: linear-gradient(-90deg, rgba(19,27,40,1) 0%, rgba(17,24,35,1) 100%);
    padding: 0 10px;
    border-radius: 0;
    font-size: 12px;
    overflow: hidden;
    position: relative;
    visibility: hidden;
    opacity: 0;
    transition: opacity .4s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-radius: .25em .25em 0 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-top: .75em;
}

ul.portal_foot_left > li {
    padding: 0 10px;
    display: inline-block;
    margin: 10px 0;
    color: #eee;
    font-weight: 400;
    border-right: 2px solid #11171f;
}

ul.portal_foot_left > li:last-child {
    border: 0;
}

ul.portal_foot_right li:last-child {
    background-color: #1c98b7;
    display: inline-block;
    padding: 0 20px;
    font-weight: 400;
    border: 0;
    margin-right: -10px;
}

ul.portal_foot_right > li {
    background-color: #19212f;
    font-size: 13px;
    height: 38px;
    line-height: 38px;
    padding: 0 12px;
    border-right: 1px solid #111823;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    cursor: pointer;
}

.portal_foot > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

ul.portal_foot_right li:last-child a {
    color: #fff;
}

ul.portal_foot_right li a {
    color: #e3e3e3;
}

ul.portal_foot_right li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #1c98b7;
    width: 100%;
    border-radius: 100%;
    height: 100%;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
}

ul.portal_foot_right li:hover:after {
    border-radius: 0%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

ul.portal_foot_right li:hover a {
   color: #fff;
}

.sidebar_trow dl.newuser {
    justify-content: flex-start;
}

.sidebar_trow dl.newuser i {
    border: 4px solid #0d131c;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 9999rem;
    margin-right: .75rem;
    font-size: 15px;
    color: #1c98b7;
}

#portal_stats a.stats_button {
    height: calc(2rem + 2px);
    background-color: #19212f;
    border-radius: calc(1rem + 1px);
    display: block;
    text-align: center;
    line-height: calc(2rem + 2px);
    padding-left: .75rem;
    padding-right: .75rem;
    white-space: nowrap;
    color: #cecece !important;
    border: 1px solid #19212f;
    transition: background-color .2s ease-in-out;
}

#portal_stats a.stats_button:hover, #loadMore:hover {
    box-shadow: 0 0 15px 0px rgba(28, 152, 183, 0.45);
    background-color: #1c98b7;
    border-color: #1c98b7;
    color: #fff !important;
}

.sidebar_trow dl dd.stats_box {
    display: inline-block;
    padding: .55em .8em;
    font-size: 80%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    border: #141d28 1px solid;
    position: relative;
    min-width: 4.3em;
    background: #141d28;
}

.sidebar_trow dl dd.stats_box:after, .sidebar_trow dl dd.stats_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.sidebar_trow dl dd.stats_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #141d28;
	border-width: 4px;
	margin-top: -4px;
}

.sidebar_trow dl dd.stats_box:before {
	border-color: rgba(0, 0, 0, 0);
	border-right-color: #141d28;
	border-width: 5px;
	margin-top: -5px;
}

.portal_latestthreads {
	display: none;
    position: relative;
}

.portal_postavatar {
    position: absolute;
    right: -45px;
    top: 50%;
    display: flex;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    margin-top: 0px;
    width: 44px;
    height: 44px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    background: #0d131c;
    border: 1px solid #111823;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #a7aebf;
    transform: translate(-50% , -50%);
}

.portal_postlink > a {
    font-weight: 600;
    font-size: 12px;
}

.portal_postdate {
    font-weight: 300;
    color: #657786;
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.portal_posterlink {
    color: #657786;
    font-size: 12px;
}

.portal_latestthreads:hover .portal_postavatar {
    -webkit-transform: translate(-50% , -50%) rotate(-360deg);
    -ms-transform: translate(-50% , -50%) rotate(-360deg);
    transform: translate(-50% , -50%) rotate(-360deg);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    color: #ffffff;
}

.portal_latestthreads:nth-child(1), 
.portal_latestthreads:nth-child(2), 
.portal_latestthreads:nth-child(3),
.portal_latestthreads:nth-child(4),
.portal_latestthreads:nth-child(5) {
    display: block;
}

#loadMore {
    display: block;
    text-align: center;
    height: calc(2rem + 2px);
    background-color: #19212f;
    border-radius: calc(2rem + 2px);
    line-height: calc(2rem + 2px);
    padding-left: .75rem;
    padding-right: .75rem;
    white-space: nowrap;
    color: #cecece !important;
    border: 1px solid #19212f;
    transition: all .2s ease-in-out;
}

#portal_welcome input.textbox {
    width: 100%;
    margin-bottom: 0.5rem;
    display: block;
}

#portal_welcome input.button {
    width: 100%;
}

#portal_search input.textbox {
    width: 100%;
}

.portalmessage{
	display :none !important;
}


@media (max-width: 660px) and (min-width: 240px) {
	.portal_image {
		width: 100%;
		margin: 0 0 1.5em 0;
	}

	.portal_main {
		width: 100%;
	}

	.portal_content {
		flex-direction: column;
	}
	.portal_foot > ul.portal_foot_left > li:not(:first-child), 
	.portal_foot > ul.portal_foot_right > li:last-child {
		display: none;
	}

	.portal_foot {
		padding-right: 0;
	}
	.portal_subject {
   	    font-size: 15px;
	}

	.portal_message {
		font-size: 12px;
	}
}
		
		
		
		
		
		
		
		
		
		