/* Styles form page blocks */

.subscribe-btn	{
		background: transparent;
		            color: white;
		            border-color: white;
		}

.footer-wrap p, .footer-wrap span	{
		font-size: 13px!important;
		}

.cookie-policy-link	{
		color:White !important;
		                text-decoration: underline;
		}

.cookie-policy-link:hover	{
		color:lightgray !important;
		                text-decoration: none;
		}

.cookiecolor	{
		color:White !important;
		}

.cookiebg	{
		background-color: rgba(0, 0, 153,.6);
		}

.cookiemsg	{
		overflow: hidden;
		                 z-index:10000;
		                right:0;
		                position:fixed;
		}

/* END Styles form page blocks */

/* Aplicăm stilurile doar pentru ecrane mai mari sau egale cu 992px */
@media (min-width: 992px) {
  .row-eq-height-bs3 {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .row-eq-height-bs3 > [class*="col-"] {
    display: table-cell;
    float: none; /* Esențial pentru a anula float-ul din Bootstrap */
    vertical-align: top;
  }
}