/*
/* LINK
/* ================================== */

a{
	color: inherit;
	outline: none;
	text-decoration: none;

	-webkit-transition:		0.5s all;
		-moz-transition:	0.5s all;
			transition:		0.5s all;
}

a:hover,
a:focus,
a:visited{
	color: inherit;
	cursor: pointer;
	outline: none;
	text-decoration: none;
}

h1 a:hover,.h1 .a:hover, h2 .a:hover,.h2 a:hover,
h3 a:hover,.h3 .a:hover, h4 .a:hover,.h4 a:hover,
h5 a:hover,.h5 .a:hover, h6 .a:hover,.h6 a:hover{
	text-decoration: none;
}


p a{ color: rgb(255 87 34) !important; }

p a:hover,
p a:focus{ color: rgb(255 87 34);}



.hm-grid .grid-item:hover a,
.fgrs-grid .grid-item:hover a{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	transform:scale(1.1);
}

.grid-list .list-item a{
	border-bottom: 1px dotted rgb(242 242 242);
}
.attchmt-list .list-item a{
	margin-top: -25px;
	display: block;
}

.nbs-tndr li a:hover{
	text-decoration: underline;
}

.nbs-glly .col-glly a:before,
.nbs-glly .col-glly a:after{
	content: "";
    display: block;
    height: 1rem;
    position: absolute;
}
.nbs-glly .col-glly a:before{
    bottom: -.5rem;
    left: 2.5%;
    right: 2.5%;
    background: rgb(198, 198, 198);
    transition: -webkit-transform .15s ease .1s;
    transition: transform .15s ease .1s;
    transition: transform .15s ease .1s, -webkit-transform .15s ease .1s;
}
.nbs-glly .col-glly a:after{
    bottom: -1rem;
    left: 5%;
    right: 5%;
    background: rgba(199, 199, 199, 0.5);
    transition: -webkit-transform .15s ease .05s;
    transition: transform .15s ease .05s;
    transition: transform .15s ease .05s, -webkit-transform .15s ease .05s;
}

.nbs-glly .col-glly a:hover:before{
	-webkit-transform:scaleY(1.2);
	-moz-transform:scaleY(1.2);
	-ms-transform:scaleY(1.2);
	-o-transform:scaleY(1.2);
	transform:scaleY(1.2);
}
.nbs-glly .col-glly a:hover:after{
	-webkit-transform:scaleY(1.1);
	-moz-transform:scaleY(1.1);
	-ms-transform:scaleY(1.1);
	-o-transform:scaleY(1.1);
	transform:scaleY(1.1);
}

.col-glly .glly-counter{
	background-color: rgb(255, 68, 24);
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    margin-top: .4rem;
    right: 0;
    margin-right: .4rem;
    border-radius: 1.1rem;
    padding: .4rem 1rem;
}
.col-glly .glly-counter i{
    margin-left: .4rem;
    width: 1.4rem;
}

.pagination a{
	margin-right: 2px;
}