/* to be translated to SASS */
/* 
*/

@import url('https://fonts.googleapis.com/css?family=Raleway:200,400,700'); 

html,
body,
.carousel,
.carousel-inner,
.carousel-item
{
	height: 100%;
}

body {
	padding-top: 3em;
}

#map {
	width: 100%;
	height: 100%;
	margin: 0;
	box-shadow: 5px 5px 5px #888;
}

footer {
	margin: 50px 0;
}

.main-objects-continer {
  padding-left: 65px;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .carousel-inner > img,
.carousel-inner > .carousel-inner > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Custom styles */

.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.fill:after {
	content: "";
	background: url(../img/bg_pattern.png) repeat;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
}
#home-brand {
	position: absolute;
	margin: auto;
	width: 100%;
	z-index: 10;
	left: 0;
	font-size: 1.8em;
	text-align: center;
	top: 20%;
  	color: #CDCDCD;
	/* height: 300px; */
	/* h1 {
		font-size: 2.8em;
		font-weight: 400;
		//text-transform: uppercase;
	}*/
	.logo {
		/*height: 200px;*/
		svg {
			width: 200px;
			g {
				fill: @gray-lighter;
			}
		}
	}
}
.logo {
	position: relative;
	width: auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    	behavior: url(/pie/PIE.htc); /* remove if you don't care about IE8 */
	display: inline-block;
}

.logo a, .logo > img
 {
	position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.weather {
  font-family: 'Oswald', sans-serif !important;
}

.weather-card .srv-icon {
  background: #263A54;
}

.aboutus-card .srv-icon {
  background: #263A54;
}

/*
.weather .temp{
  font-size: 4em;
  float: left;
  position: relative;
  width: 50%;
}
ul.lead {
  position: relative;
  font-size: 2em;
}
ul.lead li {
  width: 25%;
   position: relative;
}*/

/**** Isotope filtering ****/

.modal-thumbnail {
  width: 100%;
  margin-bottom: 2em;
}

#filtering {
  position: fixed;
  top: 25%;
  left: 15px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1035;
}
#filtering #filter-menu {
  padding: 0;
  margin: 0;
}
#filtering #filter-menu li {
  list-style-type: none;
}
#filtering #filter-menu li a,
#tgl-advanced a,
#tgl-up a,
.srv-icon
 {
  font-size: .6em;
  padding: 14px 12px;
  border: none;
  color: #ededed;
  display: inline-block;
}
#filtering #filter-menu li a:hover,
#filtering #filter-menu li a.current {
  -webkit-transition: background linear 350ms;
}
#filtering #filter-menu li a:hover.total,
#filtering #filter-menu li a.current.total,
.total .srv-icon {
  background: #263A54;
}
#filtering #filter-menu li a:hover.total {
  background: gray;
}

#filtering #filter-menu li:hover.news,
#filtering #filter-menu li.news.taked,
#filtering #filter-menu li a.current.news,
.news .srv-icon, .news .modal-icon {
  background: #E96060;
}

#filtering #filter-menu li a:hover.news {
  background: inherited;
}

#filtering #filter-menu li.news.disabled {
  opacity: 0.6;
}

#filtering #filter-menu li:hover.offert,
#filtering #filter-menu li.offert.taked,
#filtering #filter-menu li a.current.offert,
.offert .srv-icon, .offert .modal-icon {
  background: #2EB99A;
}

#filtering #filter-menu li a:hover.offert {
  background: inherited;
}

#filtering #filter-menu li.offert.disabled {
  opacity: 0.6;
}

#filtering #filter-menu li:hover.directory,
#filtering #filter-menu li.directory.taked,
#filtering #filter-menu li a.current.directory,
.directory .srv-icon, .directory .modal-icon {
  background: #228BC3;
}

#filtering #filter-menu li a:hover.directory {
  background: inherited;
}

#filtering #filter-menu li.directory.disabled {
  opacity: 0.6;
}

#filtering #filter-menu li:hover.event,
#filtering #filter-menu li.event.taked,
#filtering #filter-menu li a.current.event,
.event .srv-icon, .event .modal-icon, .event-title {
  background: #F0592A;
}

#filtering #filter-menu li a:hover.event {
  background: inherited;
}

#filtering #filter-menu li.event.disabled {
  opacity: 0.6;
}

#filtering #filter-menu li:hover.article,
#filtering #filter-menu li.article.taked,
#filtering #filter-menu li a.current.article,
.article .srv-icon, .article .modal-icon {
  background: #F39C12;
}

#filtering #filter-menu li a:hover.article {
  background: inherited;
}

#filtering #filter-menu li.article.disabled {
  opacity: 0.6;
}

#filtering #filter-menu li:hover.publication,
#filtering #filter-menu li.publication.taked,
#filtering #filter-menu li a.current.publication,
.publication .srv-icon, .publication .modal-icon {
  background: #2ABB9B;
}

#filtering #filter-menu li a:hover.publication {
  background: inherited;
}

#filtering #filter-menu li.publication.disabled {
  opacity: 0.6;
}

#filtering #filter-menu li:hover.ticket,
#filtering #filter-menu li.ticket.taked,
#filtering #filter-menu li a.current.ticket,
.ticket .srv-icon, .ticket .modal-icon, .ticket.taked {
  background: #1e66b0;
}

#filtering #filter-menu li a:hover.ticket {
  background: inherited;
}

#filtering #filter-menu li.ticket.disabled {
  opacity: 0.6;
}

.main-card .srv-icon {
  background: #263A54;
}
.tooltip-inner {
  padding: 10px;
  font-size: 1em;
}
#advanced-filters {
  position: fixed;
  top: 25%;
  left: 16px;
  background: rgba(237, 237, 237, 0.93);
  padding-left: 64.5px;
  padding-right: 19.5px;
  z-index: 999;
  width: 350px;
  padding-bottom: 19.5px;
  overflow: hidden;
}
#advanced-filters #search {
  padding-left: 45px;
}
#advanced-filters #search input {
  background: none;
  border: none;
  border-bottom: 1px solid #b6b6b6;
  /*padding-right: 45px;*/
  color: #263A54;
}
#advanced-filters #search button {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  color: #b6b6b6;
}
#advanced-filters input {
  border-color: #b6b6b6;
}
#advanced-filters label {
  color: #141414;
  font-weight: 100;
  font-family: 'Raleway', Arial, sans-serif;
}
#advanced-filters button {
  /*margin: 10px 70px;*/
  float: none;
  background: #263A54;
}
#advanced-filters ul {
  list-style-type: none;
  padding: 0;
}
#advanced-filters h3 {
  font-size: 1.3em;
  font-weight: 400;
}
#advanced-filters a {
  color: #35aaaa;
}
#advanced-filters a:hover {
  color: #0b2222;
}

/* Card */

.card {
  border-width: 0;
  border-radius: 0;
  margin-bottom: 2.5rem !important;
}

.border-card {
  border: 1px solid rgba(0,0,0,.125) !important;
}

.news-block .card:hover {
  transform: scale(1.02);
}

.card-header {
    padding: 0 !important;
}

.card.news {
  border-bottom-width: 2px !important;
  border-bottom-color: #E96060;
}

.card.offert {
  border-bottom-width: 2px !important;
  border-bottom-color: #2EB99A;
}

.card.event {
  border-bottom-width: 2px !important;
  border-bottom-color: #F0592A;
}

.card.article {
  border-bottom-width: 2px !important;
  border-bottom-color: #F39C12;
}

.card.publication {
  border-bottom-width: 2px !important;
  border-bottom-color: #2abb9b;
}

.card.ticket {
  border-bottom-width: 2px !important;
  border-bottom-color: #1e66b0;
}

.card.unpublic {
  background-color: rgba(245, 245, 245, 1) !important;
  opacity: .4;
}

div.card-body {
  padding-top: 1.25rem;
  padding-left: 4rem;
  padding-right: 0;
  position: relative;
}

.card-title {
  font-family: 'Raleway';
  font-size: 1.5rem;
  line-height: 1.65rem;
}

.card-title a {
  color: #333;
}

.card-edit {
  font-size: .85rem;
  color: #cdcdcd;
  list-style: none;
  padding-left: 0.2e;
}

.card-edit a {
  color: #cdcdcd;
}

.card-edit a.edit {
  color: green;
}

.card-edit a.delete {
  color: red;
}

.srv-icon {
  position: absolute;
  left: 0;
  top: 1.25rem;
}

.meta {
  font-size: .85rem;
  color: #cdcdcd;
  list-style: none;
  padding-left: 0;
}

.meta-light {
  color: #cdcdcd;
  list-style: none;
  padding-left: 0;
}

.meta a {
  color: #cdcdcd;
}

.meta .stat i {
  color: #263a54;
}

/*tarjetas de servicio*/
.jumbo-icons { 
  list-style-type: none;
  list-style: none;
}

a.blnk {
  color: #fff !important;
}

a.blnk:hover {
  color: #008bff !important;
}

a.logged {
  color: #1b2e58 !important;
}

a.logged:hover {
  color: #4b7492 !important;
}

a.disabled {
  /* Make the disabled links grayish*/
  color: gray;
  /* And disable the pointer events */
  pointer-events: none;
}

.navbar {
  background: rgba(0, 0, 0, 0.2);
}

.navbar .logo, .navbar .logo > a > img {
	position: relative;
	width: auto !important;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    	behavior: url(/pie/PIE.htc); /* remove if you don't care about IE8 */
	display: inline-block;
}

.navbar h1 {
  color: white !important;
  font-size: 1.3em;
  text-transform: uppercase;
}

.dropdown-menu-top {
  background: rgba(0, 0, 0, 0.2) !important;
}

.uib-typeahead-match {
  padding: 0 0.5em 0.5em 0.5em;
}

/*
@media (min-width: 992px) {
  .modal-xlg {        
    max-width: 80%;
  }                  
}
*/

.modal-xlg {        
    max-width: 80%;
}                  

.modal-backdrop
{
    opacity:0.2 !important;
}

.modal-icon
{
    font-size: 1.4em;
    padding: 14px 12px;
    border: none;
    color: #ededed;
    display: inline-block;
}

.modal-icon-news {
    background: #E96060;
}

.modal-icon-offert {
    background: #2EB99A;
}

.modal-icon-directory {
    background: #228BC3;
}

.modal-icon-event {
    background: #F0592A;                  
}

.modal-icon-article { 
    background: #F39C12;                  
}

.modal-icon-publication {
    background: #2ABB9B;
}

.modal-text {
    padding-left: .9em;
}

.modal-data
{
    width: 90%;
}

.file_drop {
    margin-top: 1em;
    padding: 2em 1em;
    border: 3px dashed #999999;
}

.file_drop_hover {
    border: 3px dashed #2BAA4C;
}

/* BUTTONS */
.btn-primary
{
    background-color: #01AAD5;
    border: 1px solid #01AAD5;
}

.btn-default:hover, .btn-primary:hover, .btn-info:hover, .btn-success:hover, .btn-warning:hover
{
    background-color: #5D5D5D;
    border: 1px solid #5D5D5D;
    color: #FFFFFF;
}

.btn-default
{
    background-color: #FFFFFF;
    border: 1px solid #B3B3B3;
}

.btn-info
{
    background-color: #B3B3B3;
    border: 1px solid #B3B3B3;
}

.btn-success
{
    background-color: #2BAA4C;
    border: 1px solid #2BAA4C;
}

.btn-warning
{
    background-color: #FF9F40;
    border: 1px solid #FF9F40;
}

/* Gallery */
.garrow {
    cursor: pointer;
    display: block;
    height: 64px;
    margin-top: -35px;
    outline: medium none;
    position: absolute;
    top: 50%;
    width: 64px;
    z-index: 5;
}
.garrow.prev {
    background-image: url("../images/prev.png");
    left: 20px;
    opacity: 0.2;
    transition: all 0.2s linear 0s;
}
.garrow.next {
    background-image: url("../images/next.png");
    opacity: 0.2;
    right: 20px;
    transition: all 0.2s linear 0s;
}
.garrow.prev:hover{
    opacity:1;
}
.garrow.next:hover{
    opacity:1;
}

.gnav {
    bottom: -4px;
    display: block;
    height: 48px;
    left: 0;
    margin: 0 auto;
    padding: 1em 0 0.8em;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 5;
}
.gnav li {
    border: 5px solid #AAAAAA;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    margin: 0 8px;
    position: relative;
    width: 50px;
}
.gnav li.active {
    border: 5px solid #FFFFFF;
}
.gnav li img {
    width: 100%;
}

.gslider {
    border: 15px solid #FFFFFF;
    border-radius: 5px;
    height: 500px;
    margin: 20px auto;
    position: relative;
    width: 800px;

    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.gslide {
    position: absolute;
    top: 0;
    left: 0;
}
.gslide.ng-hide-add {
    opacity:1;

    -webkit-transition:1s linear all;
    -moz-transition:1s linear all;
    -o-transition:1s linear all;
    transition:1s linear all;

    -webkit-transform: rotateX(50deg) rotateY(30deg);
    -moz-transform: rotateX(50deg) rotateY(30deg);
    -ms-transform: rotateX(50deg) rotateY(30deg);
    -o-transform: rotateX(50deg) rotateY(30deg);
    transform: rotateX(50deg) rotateY(30deg);

    -webkit-transform-origin: right top 0;
    -moz-transform-origin: right top 0;
    -ms-transform-origin: right top 0;
    -o-transform-origin: right top 0;
    transform-origin: right top 0;
}
.gslide.ng-hide-add.ng-hide-add-active {
    opacity:0;
}
.gslide.ng-hide-remove {
    -webkit-transition:1s linear all;
    -moz-transition:1s linear all;
    -o-transition:1s linear all;
    transition:1s linear all;

    display:block!important;
    opacity:0;
}
.gslide, .gslide.ng-hide-remove.ng-hide-remove-active {
    opacity:1;
}
  .typeahead-demo .custom-popup-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    background-color: #f9f9f9;
  }

  .typeahead-demo .custom-popup-wrapper > .message {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    color: #868686;
  }

  .typeahead-demo .custom-popup-wrapper > .dropdown-menu {
    position: static;
    float: none;
    display: block;
    min-width: 160px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

/* Login */
.login {
  margin: 5px auto;
  width: 90%;
  padding: 15px 25px;
  background: white;
  border: 1px solid #c4c4c4;
}

h1.login-title {
  margin: -28px -25px 25px;
  padding: 15px 25px;
  line-height: 30px;
  font-size: 25px;
  font-weight: 300;
  color: #ADADAD;
  text-align:center;
  background: #f7f7f7;
 
}

.login-input {
  width: 100%;
  height: 50px;
  margin-bottom: 25px;
  padding-left:10px;
  font-size: 15px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.login-input:focus {
    border-color:#6e8095;
    outline: none;
  }
.login-button {
  width: 100%;
  height: 50px;
  padding: 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #f0776c;
  border: 0;
  border-radius: 5px;
  cursor: pointer; 
  outline:0;
}

.login-lost
{
  text-align:center;
  margin-bottom:0px;
}

.login-lost a
{
  color:#666;
  text-decoration:none;
  font-size:13px;
}

.login100-social-item {
  font-size: 25px;
  color: #fff;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 5px;
}

.login100-social-item:hover {
  color: #fff;
  background-color: #333333;
}

/*
@media (max-width: 900px) {
    .gslider {
        height: 312px;
        width: 500px;
    }
    .gslider .gslide {
        width: 100%;
    }
}
@media (max-width: 550px) {
    .gslider {
        height: 188px;
        width: 300px;
    }
    .gslider .gslide {
        width: 100%;
    }
    .gnav {
        height: 28px;
    }
    .gnav li {
        border: 3px solid #AAAAAA;
        border-radius: 3px;
        height: 15px;
        width: 25px;
    }
}
*/
.btn-facebook {
  background: #3B5998;
  border-radius: 0;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #263961; 
  border-radius: 5px;
  width: 100%;
}
.btn-facebook:link, .btn-facebook:visited {
  color: #fff;
}
.btn-facebook:active, .btn-facebook:hover {
  background: #263961;
  color: #fff;
}

.btn-googleplus {
  background: #E93F2E;
  border-radius: 0;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #b72213;
  border-radius: 5px;
  width: 100%;
}
.btn-googleplus:link, .btn-googleplus:visited {
  color: #fff;
}
.btn-googleplus:active, .btn-googleplus:hover {
  background: #b72213;
  color: #fff;
}

.btn-twitter {
  background: #00ACEE;
  border-radius: 0;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #0075a2;
  border-radius: 5px;
  width: 100%;
}
.btn-twitter:link, .btn-twitter:visited {
  color: #fff; 
}
.btn-twitter:active, .btn-twitter:hover {
  background: #0075a2;
  color: #fff; 
}
input.transparent-input{              
  background-color:transparent !important;
  border:none !important;                  
}
.table-wrapper-scroll-y {  
  display: block;     
  max-height: 200px;
  width: 100%;          
  overflow-y: auto;   
  -ms-overflow-style: -ms-autohiding-scrollbar;
}                   
.table-wrapper-scroll-xy {
  max-width: 600px;   
  margin: 0 auto;           
}
.table-wrapper-scroll-x th, td {
    white-space: nowrap;
}

.lfade.ng-leave {
  transition:1.0s linear all;
  opacity:1;
}

.lfade.ng-leave.ng-leave-active {
  opacity:1;
}

canvas {
  border: solid black 0.3rem;
  border-radius: 1rem;
  width: 100%;
  height: auto;
}
/*
#header_logo, #login_logo {
  height: inherit;
  width: auto;
}
*/
.services-bar {
  margin-bottom: 6em;
}

/*
.services-bar {
  margin-bottom: 6em;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
*/

.logo-bar {
  background-color: #e9ecef;
  margin-top: 5em;
  margin-bottom: 6em;
}

.logo-bar .logo-cell {
  /*width: 130px;*/
  /*height: 195px;*/
  position: relative;
  display: inline-block;
  margin: 50px;
}

.logo-bar .logo-cell .logo-color {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.logo-bar .logo-cell:hover .logo-color {
  display: inline;
}
/*
.card-columns {
  column-count: 4 !important;
}
*/

.navbar .pagename {
    color: white !important;
    text-transform: uppercase;
}

/* Extra small devices (portrait phones, less than 576px) */
@media only screen and (max-width: 575.98px) {
  .card-columns {
    column-count: 1 !important;
  }

  .navbar .pagename {
    font-size: 0.8rem !important;
    text-transform: none;
  }

  .slide-title {
    font-size: 1.8rem;
  }

  #home-brand .logo {
    height: 150px;
  }

  .services-bar-fixed {
    position: fixed;
    top: menuHeight;
    z-index: 1030;
    width: 100%;
  }

  .services-bar-static {
    position: static;
  }

  .bricklayer-column-sizer {
    width: 100%;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .card-columns {
    column-count: 2 !important;
  }

  .navbar .pagename {
    font-size: 1rem;
  }

  .slide-title {
    font-size: 1.8rem;
  }

  #home-brand .logo {
    height: 150px;
  }

  .services-bar-fixed {
    position: fixed;
    top: menuHeight;
    z-index: 1030;
    width: 100%;
  }

  .services-bar-static {
    position: static;
  }

  .bricklayer-column-sizer {
    width: 50%;
  }
}

@media only screen and (orientation: landscape) and (max-height: 575px) {
  .card-columns {
    column-count: 2 !important;
  }

  .slide-title {
    font-size: 1.3rem;
  }

  #home-brand .logo {
    height: 100px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media only screen and only screen and (min-width: 768px) and (max-width: 991.98px) {
  .card-columns {
    column-count: 2 !important;
  }

  .navbar .pagename {
    font-size: 1.0rem;
  }

  .slide-title {
    font-size: 2.0rem;
  }

  #home-brand .logo {
    height: 200px;
  }

  .services-bar-fixed {
    position: fixed;
    top: menuHeight;
    z-index: 1030;
    width: 100%;
  }

  .services-bar-static {
    position: static;
  }

  .bricklayer-column-sizer {
    width: 50%;
  }
}

/* Large devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .card-columns {
    column-count: 3;
  }

  .navbar .pagename {
    font-size: 1.20rem;
  }

  .slide-title {
    font-size: 2.25rem;
  }

  #home-brand .logo {
    height: 200px;
  }

  .services-bar-fixed {
    position: fixed;
    top: menuHeight;
    z-index: 1030;
    width: 100%;
  }

  .services-bar-static {
    position: static;
  }

  .bricklayer-column-sizer {
    width: 33.3%;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .card-columns {
    column-count: 4;
  }

  .navbar .pagename {
    font-size: 1.3rem;
  }

  .slide-title {
    font-size: 2.5rem;
  }

  #home-brand .logo {
    height: 200px;
  }

  .services-bar-fixed {
    position: fixed;
    top: menuHeight;
    z-index: 1030;
    width: 100%;
  }

  .services-bar-static {
    position: static;
  }

  .bricklayer-column-sizer {
    width: 25%;
  }
}

.slide-responsive {
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.not-public {
  opacity: 0.6
}

.closeon {
  z-index: 1000;
}

.open-post {
  cursor: pointer;
}

#eventsCarousel {
  max-height: 300px;
  overflow: hidden;
}

#eventsCarousel .carousel-item {
  max-height: 300px;
}

#eventsCarousel .carousel-item img {
  height: auto;
  object-fit: cover;
  max-height: 300px;
}

#eventsCarousel .carousel-caption a {
  color: #fff;
}

.top-zindex {
  z-index: 1050;
}

/* ---- grid ---- */

.grid {
  background: #EEE;
  max-width: 100%;
  counter-reset: grid-item;
}

/* clearfix */
.grid:after {
  /*content: '';*/
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

.grid-sizer {
  width: 25%;
}

.grid-item {
  width: 25%;
  height: 120px;
  float: left;
  background: #D26;
  border: 2px solid #333;
  border-color: hsla(0, 0%, 0%, 0.5);
  border-radius: 5px;
}

.grid-item--width2 { width: 320px; }
.grid-item--width3 { width: 480px; }
.grid-item--width4 { width: 720px; }

.grid-item--height2 { height: 200px; }
.grid-item--height3 { height: 260px; }
.grid-item--height4 { height: 360px; }

/*
.grid-item:before {
  counter-increment: grid-item;
  content: counter(grid-item);
  display: block;
  color: white;
  padding-top: 0.2em;
  text-align: center;
  font-size: 1.4rem;
}
*/

/* (A) FULL SCREEN WRAPPER */
#loading {
  position: fixed;
  top: 0; left: 0; z-index: 9999;
  width: 100vw; height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s;
}
 
/* (B) CENTER LOADING SPINNER */
#loading i, #loading span {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%);
}
 
/* (C) SHOW & HIDE */
#loading {
  visibility: hidden;
  opacity: 0;
}

#loading.show {
  visibility: visible;
  opacity: 1;
}

.jumbotron-light {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.item-show-hide {
  transition: all linear 0.5s;
}
.item-show-hide.ng-hide {
  opacity: 0;
}

.card a:hover {
  text-decoration: underline !important;
  cursor: pointer !important;
}

.seudo-lnk {
  cursor: pointer;
}

.undecored-lnk a:hover {
  text-decoration:none;
}

.card.ng-enter, .card.ng-move {
  transition: all 0.5s linear;
  opacity: 0;
}

.card.ng-enter.ng-enter-active,
.card.ng-move.ng-move-active {
  opacity: 1;
}

.card.ng-leave {
  animation: 0.5s card_animation;
}

@keyframes card_animation {
  from { opacity: 1; }
  to   { opacity: 0; }
}

.sup {
  position: relative;
  bottom: 1ex; 
  font-size: 80%;
}

.up-first-letter::first-letter {
  font-size: 130%;
}

.modal-body-max {
  padding: 0 !important;
}

.related-item {
  padding: 0.2em;
}

.object-details-list a:hover {
  text-decoration: underline !important;
  cursor: pointer !important;
}

.single-card-title {
  font-family: 'Raleway';
  font-size: 48px;
  font-weight: 600;
}

.facebook-color {
  color: #3b5998
}

.linkedin-color {
  color: #0070af
}

.google-plus-color {
  color: #d54c3f
}

.mail-color {
  color: #aaaaaa
}

.messenger-color {
  color: #3b5998
}

.pinterest-color {
  color: #ca212a
}

.telegram-color {
  color: #2ca5e0 
}

.twiter-color {
  color: #55acee
}

.whatapp-color {
  color: #7bbf6a 
}

.red-text {
  color: red;
  font-style: italic;
}

.card-title:first-letter,
.single-card-title:first-letter {
  text-transform: capitalize !important;
}

.in-filters {
  font-weight: bold !important;
  color: rgba(0, 0, 0, 0.75) !important; 
  text-decoration: underline dotted !important;
}

.in-text {
  font-weight: bold !important;
  color: #007bff !important; 
  text-decoration: underline dotted !important;
}

ul.meta > li {
  padding-bottom: 0.1em;
}
