/*
* <style3.css>
*
* Copyright (c) 2022-2023 Recreate Management SRL
* CUI 39653790, Nr.Reg.Comert J8/1705/2018, Brasov, Romania
* All rights reserved.
*
* This software component is licensed NON-exclusively by
* Recreate Management SRL
*
* This software component is the confidential and proprietary information of
* Recreate Management SRL ("Confidential Information").  You shall not
* disclose such Confidential Information and shall use it only in
* accordance with the terms of the agreement you entered into with
* Recreate Management SRL
*
*
* Copyright (c) 2022-2023 Recreate Management SRL
* CUI 39653790, Nr.Reg.Comerț J8/1705/2018, Brașov, România
* Toate drepturile rezervate.
*
* Această componentă software este licențiată în mod non-exlusiv de către
* Recreate Management SRL
*
* Această componentă software reprezintă informație confidențială și se află în proprietatea 
* Recreate Management SRL ("Informație Confidențială"). Nu aveți dreptul 
* să dezvăluiți astfel de Informații Confidențiale și le puteți folosi doar în 
* conformitate cu termenii acordului de licențiere semnat cu 
* Recreate Management SRL.
*
*/
@font-face {
    font-family: Merriweather-Black;
    src: url("Merriweather-Black.ttf") format("truetype");
}

@font-face {
    font-family: Merriweather-BlackItalic;
    src: url("Merriweather-BlackItalic.ttf") format("truetype");
}

@font-face {
    font-family: Merriweather-Bold;
    src: url("Merriweather-Bold.ttf") format("truetype");
}

@font-face {
    font-family: Merriweather-BoldItalic;
    src: url("Merriweather-BoldItalic.ttf") format("truetype");
}

@font-face {
    font-family: Merriweather-Light;
    src: url("Merriweather-Light.ttf") format("truetype");
}

@font-face {
    font-family: Merriweather-LightItalic;
    src: url("Merriweather-LightItalic.ttf") format("truetype");
}

@font-face {
    font-family: Merriweather-Regular;
    src: url("Merriweather-Regular.ttf") format("truetype");
}

@font-face {
    font-family: Ubuntu;
    src: url("Ubuntu-Regular.ttf") format("truetype");
}

@font-face {
    font-family: Ubuntu-MediumItalic;
    src: url("Ubuntu-MediumItalic.ttf") format("truetype");
}

@font-face {
    font-family: Ubuntu-Medium;
    src: url("Ubuntu-Medium.ttf") format("truetype");
}

@font-face {
    font-family: Ubuntu-LightItalic;
    src: url("Ubuntu-LightItalic.ttf") format("truetype");
}

@font-face {
    font-family: Ubuntu-Light;
    src: url("Ubuntu-Light.ttf") format("truetype");
}

@font-face {
    font-family: Ubuntu-Italic;
    src: url("Ubuntu-Italic.ttf") format("truetype");
}

@font-face {
    font-family: Ubuntu-BoldItalic;
    src: url("Ubuntu-BoldItalic.ttf") format("truetype");
}

@font-face {
    font-family: Ubuntu-Bold;
    src: url("Ubuntu-Bold.ttf") format("truetype");
}


.card
{
	background-color: #d0edf5;
	border-radius:1rem;
  padding-left:10px;
  padding-right:10px;
}


@media (min-width:0px){
  .card-title
  {
    /*height:70px;*/
  }
  .card-subtitle
  {
    /*height:80px;*/
    margin-bottom:1rem;
  }
  .card-body
  {
    /*padding-bottom:0;*/
  }
  .card-footer
  {
    /*padding-top:0;*/
  }
  .card-news-title
  {
    height:70px;
  }
  .card-news-subtitle
  {
    height:120px;
  }
  .card-news-body
  {
    /*padding-bottom:0;*/
  }
  .card-news-footer
  {
    /*padding-top:0;*/
  }  
}

@media (min-width: 380px){  
  .card-news-title
  {
    height:70px;
  }
  .card-news-subtitle
  {
    height:80px;
  }
  .card-news-body
  {
    /*padding-bottom:0;*/
  }
  .card-news-footer
  {
    /*padding-top:0;*/
  }  
}

@media (min-width: 576px){  
.card-title
  {
    /*height:60px;*/
  }
  .card-subtitle
  {
    /*height:60px;*/
  }
  .card-body
  {
    /*padding-bottom:0;*/
  }
  .card-footer
  {
    /*padding-top:0;*/
  }  
  .card-news-title
  {
    height:70px;
  }
  .card-news-subtitle
  {
    height:80px;
  }
  .card-news-body
  {
    /*padding-bottom:0;*/
  }
  .card-news-footer
  {
    /*padding-top:0;*/
  }  
}

@media (min-width: 768px){
  .card-title
  {
    height:80px;
  } 
  .card-subtitle
  {
    height:90px;
  }
  .card-body
  {
    /*padding-bottom:0;*/
  }
  .card-footer
  {
    /*padding-top:0;*/
  } 
  .card-news-title
  {
    height:70px;
  }
  .card-news-subtitle
  {
    height:100px;
  }
  .card-news-body
  {
    /*padding-bottom:0;*/
  }
  .card-news-footer
  {
    /*padding-top:0;*/
  }  
}

@media (min-width: 992px) {
  .card-title
  {
    height:80px;
  }
  .card-subtitle
  {
    height:100px;
  }
  .card-body
  {
    /*padding-bottom:0;*/
  }
  .card-footer
  {
    /*padding-top:0;*/
  } 
  .card-news-title
  {
    height:70px;
  }
  .card-news-subtitle
  {
    height:100px;
  }
  .card-news-body
  {
    /*padding-bottom:0;*/
  }
  .card-news-footer
  {
    /*padding-top:0;*/
  }  
}

/**
*  The following is not really needed in this case
*  Only to demonstrate the usage of @media for large screens
*/    
@media (min-width: 1200px) {
  .card-title
  {
    height:70px;
  }
  .card-subtitle
  {
    height:90px;
  }
  .card-body
  {
    /*padding-bottom:0;*/
  }
  .card-footer
  {
    /*padding-top:0;*/
  }
  .card-news-title
  {
    height:70px;
  }
  .card-news-subtitle
  {
    height:80px;
  }
  .card-news-body
  {
    /*padding-bottom:0;*/
  }
  .card-news-footer
  {
    /*padding-top:0;*/
  }  
}

@media (min-width: 0px) {
  .mobile{
    display:block;
  }
  .desktop{
    display:none;
  }
}

@media (min-width: 992px) {
  .mobile{
    display:none;
  }
  .desktop{
    display:block;
  }
}

/*  MENIU   */

.navbar
{
    background-color:#193042;
}

.nav-item:focus, .nav-link:focus
{
    outline-style:none;
}

.nav-link
{
    color:white;
}

.nav-link:hover
{
    color:#d0edf5;
}

.nav-link:focus
{
    color:#d0edf5;
}

.dropdown-item:active
{
    background-color:#d0edf5;
}

/*  MENIU   */


@media (min-width: 0px) 
{
  .my-navbar-align-right
  {
    right:0;
    position:unset;
  }
}


@media (min-width: 1200px) 
{
  .my-navbar-align-right
  {
    right:0;
    position:absolute;
  }
}


.proiectAdmin{
	/*
	border-bottom-style:solid;
	border-bottom-width:1px;
	*/
	margin: 20px 0px 10px 0px;
	padding: 5px 5px 5px 10px;
	background: #d0edf5;
	color: rgb(18, 49, 69);
	border-right-style: solid;
	border-right-width: 10px;
}


.proiectAdmin:hover{
	/*
	border-bottom-style:solid;
	border-bottom-width:1px;
	*/
	margin: 20px 0px 10px 0px;
	padding: 5px 5px 5px 10px;
	background: #59c9e6;/*0.7*/
	/*color: white;*/
	color: rgb(18,49,69);
	border-right-style: solid;
	border-right-width: 10px;
}

.stare1{
	border-right-color: red;
}
.stare2{
	border-right-color: orange;
}
.stare3{
	border-right-color: lightgreen;
}
.stare4{
	border-right-color: lightgreen;
}


/*-----------------------------------*/


body {
	margin:0;
	font-family:Ubuntu;
}

* {box-sizing: border-box;font-family:'Ubuntu';}

li{
	color: rgb(18, 49, 69);
}

h1, h2, h3, h4{
  font-family:Ubuntu;
}


h1{
	color:rgb(18, 49, 69);;
}

p, h2, h3, h4, h5{
	color:rgb(18, 49, 69);
}

a, href, a:hover{
	color:rgb(18, 49, 69);
}
a:hover
{
  color:rgba(18,49,69,.8);
}

/*a.hover{
	color: rgba(18,49,69,.8)
}*/


.has-text-align-center{
  text-align:center;
}

.responsive {
  width: 100%;
  max-width: 2500px;
  height: auto;
}

.wpresponsive{
  width: 100%;
  max-width: 600px;
  height: auto;
}

.slick-slide{
  text-align:center;
}

@media(min-width: 0px){
.imgproiect{
  width:100%;
  height:auto;
}
}

@media(min-width: 992px){
.imgproiect{
  width:auto;
  max-width:800px;
  height:100%;
  max-height:575px;
}
}
@media(min-width: 1200px){
.imgproiect{
  width:auto;
  max-width:800px;
  height:100%;
  max-height:551px;
}
}

.topimage {
  width: 100%;
  max-width: 2500px;
  height: auto;
  max-height:300px;
}

.topnav {
  overflow: hidden;
  /*background-color: #333;*/
  background-color: #531b60;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  /*background-color: #9d6b9e;*/
  /*background-color: #333;*/
  background-color: #9d6b9e;
  color: white;
}

.belowtoppic{
	height:100px;
}
.topnav .icon {
  display: none;
}

.drpdwn {
  float: left;
  overflow: hidden;
}

.drpdwn .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.drpdwn-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.drpdwn-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .drpdwn:hover .dropbtn {
  background-color: #f26522;
  color: white;
}

.drpdwn-content a:hover {
  background-color: #f26522;
  color: white;
}

.drpdwn:hover .drpdwn-content {
  display: block;
}

@media(min-width: 0px)
{
  .headerimage  {
  width:100%;
  /* header2.jpg height:425px;*/
  height:200px;
  /*background-image:url('../img/header_576.png');*/
  background-image:url('../img/BVH8-768x200.png');
  background-position:center center;
  background-size:cover;
  min-width:400px;
}
.footerimage  {
  width:100%;
  /* header2.jpg height:425px;*/
  height:300px;
  /*background-image:url('../img/header_576.png');*/
  background-image:url('../img/BVH8-footer-768x300.jpg');
  background-position:center center;
  background-size:cover;
  min-width:400px;
}
.btn-header{
  margin-left:5%;
  margin-top:0px;
  font-size:x-small;
}
.headertext{
  color:#531b60;
  font-size:small;
}
.tricou
{
  max-height:300px;
  width:auto;
}

}

@media(min-width: 576px)
{
  .headerimage  {
  width:100%;
  /* header2.jpg height:425px;*/
  height:200px;
  /*background-image:url('../img/header_768.png');*/
  background-image:url('../img/BVH8-768x200.png');
  background-position:center center;
  background-size:cover;
}

.footerimage  {
  width:100%;
  /* header2.jpg height:425px;*/
  height:300px;
  /*background-image:url('../img/header_768.png');*/
  background-image:url('../img/BVH8-footer-768x300.jpg');
  background-position:center center;
  background-size:cover;
}

.btn-header{
  margin-left:5%;
  margin-top:0px;
  font-size:small;
}
.headertext{
  color:#531b60;
  font-size:medium;
}
.tricou
{
  max-height:285px;
  width:auto;
}
}

@media(min-width: 768px)
{
  .headerimage  {
  width:100%;
  /* header2.jpg height:425px;*/
  height:290px;
  /*background-image:url('../img/header_992.png');*/
  background-image:url('../img/BVH8-992x290.png');
  background-position:center center;
  background-size:cover;
}

.footerimage  {
  width:100%;
  /* header2.jpg height:425px;*/
  height:400px;
  /*background-image:url('../img/header_992.png');*/
  background-image:url('../img/BVH8-footer-992x400.jpg');
  background-position:center center;
  background-size:cover;
}

.btn-header{
  margin-left:5%;
  margin-top:40px;
  font-size:medium;
}
.headertext{
  color:#531b60;
  font-size:large;
}
.tricou
{
  max-height:390px;
  width:auto;
}
}

@media(min-width: 992px)
{
  .headerimage  {
  width:100%;
  /* header2.jpg height:425px;*/
  height:290px;
  /*background-image:url('../img/header_1200.png');*/
  background-image:url('../img/BVH8-1200x290.png');
  background-position:center center;
  background-size:cover;
}

.footerimage  {
  width:100%;
  /* header2.jpg height:425px;*/
  height:400px;
  /*background-image:url('../img/header_1200.png');*/
  background-image:url('../img/BVH8-footer-1200x400.jpg');
  background-position:center center;
  background-size:cover;
}
  .btn-header{
    margin-left:5%;
    margin-top:40px;
}
.headertext{
  color:#531b60;
  font-size:large;
}
.tricou
{
  max-height:500px;
  width:auto;
}
}

@media(min-width: 1200px)
{
  .headerimage  {
  width:100%;
  /* header2.jpg height:425px;*/
  height:290px;
  /*background-image:url('../img/header_1200.png');*/
  background-image:url('../img/BVH8-1200x290.png');
  background-position:center center;
  background-size:cover;
}

.footerimage  {
  width:100%;
  /* header2.jpg height:425px;*/
  height:400px;
  /*background-image:url('../img/header_1200.png');*/
  background-image:url('../img/BVH8-footer-1200x400.jpg');
  background-position:center center;
  background-size:cover;
}
  .btn-header{
    margin-left:4%;
    margin-top:40px;
    font-size:large;
}
.headertext{
  color:#531b60;
  font-size:large;
}
.tricou
{
  max-height:600px;
  width:auto;
}
}

/*
FARA BACKGROUND
*/
.headerlogo {
  width:100%;
  height:120px;
  background-image:url('../img/bvh-logo-mov.jpeg');
  background-position:center top;
  background-repeat:no-repeat;
  background-size:contain;
}

/*
BACKGROUND MOV LAT
.headerlogo {
  width:100%;
  height:120px;
  background-image:url('../img/bvh-logo.png');
  background-position:center -31;
  background-repeat:no-repeat;
  background-color: #531b60;
}
*/


.bgimg {
  /* The image used */
  background-image: url("../img/bvh-header.jpg");

  /*min-height: 380px;*/

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
  /* Needed to position the navbar */
  position: relative;
}


@media screen and (max-width: 1210px) {
  .topnav a:not(:nth-child(-n+3)), .drpdwn .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 1210px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .drpdwn {float: none;}
  .topnav.responsive .drpdwn-content {position: relative;}
  .topnav.responsive .drpdwn .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

label{
	color:#123145;
}

.form-control:focus{
	border-color:#123145;
	box-shadow:0 0 0 0.25rem rgb(7 19 27 / 25%);
	/*background:#9d6b9e;*/
}

.btn-primary{
	background-color:#123145;
	border:none;
	width:auto;
}

.btn-primary:hover{
	background-color:rgba(18,49,69,.8);
	border:none;
	width:auto;
}

.btn-primary:focus{
	border-color:#123145;
	background-color:#123145;
	box-shadow:0 0 0 0.25rem rgb(7 19 27 / 25%);
}

.btn-primary:active{
	border-color:#123145;
	background-color:#123145;
	box-shadow:0 0 0 0.25rem rgb(7 19 27 / 25%);
}

.btn-primary:active:focus{
	border-color:#123145;
	background-color:#123145;
	box-shadow:0 0 0 0.25rem rgb(7 19 27 / 25%);
}

.btn-primary:disabled{
	background-color:rgba(18,49,69,.5);
	border:none;
	width:auto;
}


/*selected: #59c9e6*/
/*light: #d0edf5*/

.btn-secondary{
	background-color:#008EB3;
	border:none;
	width:auto;
}

.btn-secondary:hover{
	background-color:rgba(0,142,179,.5);
	border:none;
	width:auto;
}

.btn-secondary:focus{
	border-color:rgba(0,142,179,.5);
	background-color:rgba(0,142,179,.5);
	box-shadow:0 0 0 0.25rem rgb(7 19 27 / 25%);
}

.btn-secondary:active{
	border-color:rgba(0,142,179,.5);
	background-color:rgba(0,142,179,.5);
	box-shadow:0 0 0 0.25rem rgb(7 19 27 / 25%);
}

.btn-secondary:active:focus{
	border-color:rgba(0,142,179,.5);
	background-color:rgba(0,142,179,.5);
	box-shadow:0 0 0 0.25rem rgb(7 19 27 / 25%);
}

.btn-secondary:disabled{
	background-color:rgba(18,49,69,.5);
	border:none;
	width:auto;
}

.btn-doneaza{
	background-color:#F68B1F;
  color:white;
	border:none;
	width:auto;
}

.btn-doneaza:hover{
	background-color:#E3173E;
  color:white;
	border:none;
	width:auto;
}

.btn-doneaza:focus{
	border-color:#F68B1F;
	background-color:#F68B1F;
	box-shadow:0 0 0 0.25rem rgb(246 139 31 / 25%);
}

.btn-doneaza:active{
	border-color:#F68B1F;
	background-color:#F68B1F;
	box-shadow:0 0 0 0.25rem rgb(246 139 31 / 25%);
}

.btn-doneaza:active:focus{
	border-color:#F68B1F;
	background-color:#F68B1F;
	box-shadow:0 0 0 0.25rem rgb(246 139 31 / 25%);
}

.btn-doneaza:disabled{
	background-color:rgba(246 139 31,.5);
	border:none;
	width:auto;
}



.form-error-msg{
	margin-top: .25rem;
	font-size: .875rem;
	color: #dc3545;
}

.form-check-input:focus{
	border-color:#123145;
	box-shadow:0 0 0 0.25rem rgb(7 19 27 / 25%);	
}

.form-check-input:checked{
	background-color:#123145;
	border-color:#123145;
}

.form-select:active{
	border-color:#123145;
	box-shadow:0 0 0 0.25rem rgb(7 19 27 / 25%);
}

.form-select:focus{
	border-color:#123145;
	box-shadow:0 0 0 0.25rem rgb(7 19 27 / 25%);
}

.form-select:active:focus{
	border-color:#123145;
	box-shadow:0 0 0 0.25rem rgb(7 19 27 / 25%);
}

option:checked{
	background-color:#123145;
	color:white;
}

table{
	border: 1px solid #531b60;
	color:#9d6b9e;
	text-align: center;
	border-spacing:0px;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
	width:-webkit-fill-available;
}

tr,td
{
	border: 1px solid #531b60;
	text-align:center;
	padding:5px 5px 5px 5px;
}

th{
	border: 1px solid #531b60;
	text-align:center;
	padding:5px 5px 5px 5px;
}

.inscriere{
	/*
	border-bottom-style:solid;
	border-bottom-width:1px;
	*/
	margin: 20px 0px 10px 0px;
	padding: 5px 5px 5px 10px;
	background: rgba(242, 101, 34, 0.2);
	color: #9d6b9e;
	border-right-style: solid;
	border-right-width: 10px;
}


.inscriere:hover{
	/*
	border-bottom-style:solid;
	border-bottom-width:1px;
	*/
	margin: 20px 0px 10px 0px;
	padding: 5px 5px 5px 10px;
	background: rgba(157,107,158, 0.3);/*0.7*/
	/*color: white;*/
	color: #9d6b9e;
	border-right-style: solid;
	border-right-width: 10px;
}

.confirmata{
	border-right-color: lightgreen;
}
.pending{
	border-right-color: orange;
}

@media (min-width:0px){
  .lista11 .col-md-1,
  .lista11 .col-sm-1,
  .lista11 .col-lg-1  {
   width: 100%;
   *width: 100%;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   margin-top:-1px; 
   color:#9d6b9e;
  } 
}

@media (min-width: 576px){
  .lista11 .col-md-1,
  .lista11 .col-sm-1,
  .lista11 .col-lg-1  {
   width: 100%;
   *width: 100%;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   margin-top:-1px;
   color:#9d6b9e; 
 }
}

@media (min-width: 768px){
  .lista11 .col-md-1,
  .lista11 .col-sm-1,
  .lista11 .col-lg-1  {
   width: 9.09%;
   *width: 9.09%;
 }  
}

@media (min-width: 992px) {
  .lista11 .col-md-1,
  .lista11 .col-sm-1,
  .lista11 .col-lg-1 {
   width: 9.09%;
   *width: 9.09%;
 }
}

/**
*  The following is not really needed in this case
*  Only to demonstrate the usage of @media for large screens
*/    
@media (min-width: 1200px) {
  .lista11 .col-md-1,
  .lista11 .col-sm-1,
  .lista11 .col-lg-1 {
   width: 9.09%;
   *width: 9.09%;
 }
}

/*...............*/


@media (min-width:0px){
  .lista7 .col-md-1,
  .lista7 .col-sm-1,
  .lista7 .col-lg-1  {
   width: 100%;
   *width: 100%;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   margin-top:-1px; 
   color:#9d6b9e;
  } 
}

@media (min-width: 576px){
  .lista7 .col-md-1,
  .lista7 .col-sm-1,
  .lista7 .col-lg-1  {
   width: 100%;
   *width: 100%;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   margin-top:-1px;
   color:#9d6b9e; 
 }
}

@media (min-width: 768px){
  .lista7 .col-md-1,
  .lista7 .col-sm-1,
  .lista7 .col-lg-1  {
   width: 14%;
   *width: 14%;
 }  
}

@media (min-width: 992px) {
  .lista7 .col-md-1,
  .lista7 .col-sm-1,
  .lista7 .col-lg-1 {
   width: 14.285714285714285714285714285714%;
   *width: 14.285714285714285714285714285714%;
 }
}

/**
*  The following is not really needed in this case
*  Only to demonstrate the usage of @media for large screens
*/    
@media (min-width: 1200px) {
  .lista7 .col-md-1,
  .lista7 .col-sm-1,
  .lista7 .col-lg-1 {
   width: 14.285714285714285714285714285714%;
   *width: 14.285714285714285714285714285714%;
 }
}

/*...............*/


@media (min-width:0px){
  .lista6 .col-md-1,
  .lista6 .col-sm-1,
  .lista6 .col-lg-1,
  .lista6 .col-md-2,
  .lista6 .col-sm-2,
  .lista6 .col-lg-2{
   width: 100%;
   *width: 100%;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   margin-top:-1px; 
   color:rgb(18, 49, 69); 
}
}

@media (min-width: 576px){
  .lista6 .col-md-1,
  .lista6 .col-sm-1,
  .lista6 .col-lg-1,
  .lista6 .col-md-2,
  .lista6 .col-sm-2,
  .lista6 .col-lg-2{
   width: 100%;
   *width: 100%;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   margin-top:-1px;
   color:rgb(18, 49, 69); 
 }
}

@media (min-width: 768px){
  .lista6 .col-md-1,
  .lista6 .col-sm-1,
  .lista6 .col-lg-1  {
   width: 16.66%;
   *width: 16.66%;
 }  
}

@media (min-width: 768px){
  .lista6 .col-md-2,
  .lista6 .col-sm-2,
  .lista6 .col-lg-2  {
   width: 32%;
   *width: 32%;
 }  
}

@media (min-width: 992px) {
  .lista6 .col-md-1,
  .lista6 .col-sm-1,
  .lista6 .col-lg-1 {
   width: 16.66%;
   *width: 16.66%;
 }
}

@media (min-width: 992px) {
  .lista6 .col-md-2,
  .lista6 .col-sm-2,
  .lista6 .col-lg-2 {
   width: 32%;
   *width: 32%;
 }
}

/**
*  The following is not really needed in this case
*  Only to demonstrate the usage of @media for large screens
*/    
@media (min-width: 1200px) {
  .lista6 .col-md-1,
  .lista6 .col-sm-1,
  .lista6 .col-lg-1 {
   width: 16.66%;
   *width: 16.66%;
 }
}

@media (min-width: 1200px) {
  .lista6 .col-md-2,
  .lista6 .col-sm-2,
  .lista6 .col-lg-2 {
   width: 32%;
   *width: 32%;
 }
}



/*...............*/


@media (min-width:0px){
  .lista5 .col-md-1,
  .lista5 .col-sm-1,
  .lista5 .col-lg-1,
  .lista5 .col-md-2,
  .lista5 .col-sm-2,
  .lista5 .col-lg-2{
   width: 100%;
   *width: 100%;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   margin-top:-1px; 
   color:rgb(18, 49, 69); 
}
}

@media (min-width: 576px){
  .lista5 .col-md-1,
  .lista5 .col-sm-1,
  .lista5 .col-lg-1 
  .lista5 .col-md-2,
  .lista5 .col-sm-2,
  .lista5 .col-lg-2{
   width: 100%;
   *width: 100%;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   margin-top:-1px;
   color:rgb(18, 49, 69);  
 }
}

@media (min-width: 768px){
  .lista5 .col-md-1,
  .lista5 .col-sm-1,
  .lista5 .col-lg-1  {
   width: 20%;
   *width: 20%;
 } 
}

@media (min-width: 768px){
  .lista5 .col-md-2,
  .lista5 .col-sm-2,
  .lista5 .col-lg-2  {
  width:40%;
  *width:40%;
  }
}

@media (min-width: 992px) {
  .lista5 .col-md-1,
  .lista5 .col-sm-1,
  .lista5 .col-lg-1 {
   width: 20%;
   *width: 20%;
 }
}
@media (min-width: 992px) {
  .lista5 .col-md-2,
  .lista5 .col-sm-2,
  .lista5 .col-lg-2 {
   width: 40%;
   *width: 40%;
 }
}

/**
*  The following is not really needed in this case
*  Only to demonstrate the usage of @media for large screens
*/    
@media (min-width: 1200px) {
  .lista5 .col-md-1,
  .lista5 .col-sm-1,
  .lista5 .col-lg-1 {
   width: 20%;
   *width: 20%;
 }
}
@media (min-width: 1200px) {
  .lista5 .col-md-2,
  .lista5 .col-sm-2,
  .lista5 .col-lg-2 {
   width: 40%;
   *width: 40%;
 }
}


/*...............*/


@media (min-width:0px){
  .lista4 .col-md-1,
  .lista4 .col-sm-1,
  .lista4 .col-lg-1  {
   width: 100%;
   *width: 100%;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   margin-top:-1px; 
   color:rgb(18, 49, 69);  
}
}

@media (min-width: 576px){
  .lista4 .col-md-1,
  .lista4 .col-sm-1,
  .lista4 .col-lg-1  {
   width: 100%;
   *width: 100%;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   margin-top:-1px;
   color:rgb(18, 49, 69);  
 }
}

@media (min-width: 768px){
  .lista4 .col-md-1,
  .lista4 .col-sm-1,
  .lista4 .col-lg-1  {
   width: 25%;
   *width: 25%;
 }  
}

@media (min-width: 992px) {
  .lista4 .col-md-1,
  .lista4 .col-sm-1,
  .lista4 .col-lg-1 {
   width: 25%;
   *width: 25%;
 }
}

/**
*  The following is not really needed in this case
*  Only to demonstrate the usage of @media for large screens
*/    
@media (min-width: 1200px) {
  .lista4 .col-md-1,
  .lista4 .col-sm-1,
  .lista4 .col-lg-1 {
   width: 25%;
   *width: 25%;
 }
}


/*...............*/


@media (min-width:0px){
  .lista3 .col-md-1,
  .lista3 .col-sm-1,
  .lista3 .col-lg-1  {
   width: 100%;
   *width: 100%;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   margin-top:-1px; 
   color:rgb(18, 49, 69);  
}
}

@media (min-width: 576px){
  .lista3 .col-md-1,
  .lista3 .col-sm-1,
  .lista3 .col-lg-1  {
   width: 100%;
   *width: 100%;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   margin-top:-1px;
   color:rgb(18, 49, 69);  
 }
}

@media (min-width: 768px){
  .lista3 .col-md-1,
  .lista3 .col-sm-1,
  .lista3 .col-lg-1  {
   width: 33%;
   *width: 33%;
 }  
}

@media (min-width: 992px) {
  .lista3 .col-md-1,
  .lista3 .col-sm-1,
  .lista3 .col-lg-1 {
   width: 33%;
   *width: 33%;
 }
}

/**
*  The following is not really needed in this case
*  Only to demonstrate the usage of @media for large screens
*/    
@media (min-width: 1200px) {
  .lista3 .col-md-1,
  .lista3 .col-sm-1,
  .lista3 .col-lg-1 {
   width: 33%;
   *width: 33%;
 }
}


/*...............*/


@media (min-width:0px){
  .lista2 .col-md-1,
  .lista2 .col-sm-1,
  .lista2 .col-lg-1  {
   width: 100%;
   *width: 100%;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   margin-top:-1px; 
   color:rgb(18, 49, 69);  
}
}

@media (min-width: 576px){
  .lista2 .col-md-1,
  .lista2 .col-sm-1,
  .lista2 .col-lg-1  {
   width: 100%;
   *width: 100%;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   margin-top:-1px;
   color:rgb(18, 49, 69);  
 }
}

@media (min-width: 768px){
  .lista2 .col-md-1,
  .lista2 .col-sm-1,
  .lista2 .col-lg-1  {
   width: 50%;
   *width: 50%;
 }  
}

@media (min-width: 992px) {
  .lista2 .col-md-1,
  .lista2 .col-sm-1,
  .lista2 .col-lg-1 {
   width: 50%;
   *width: 50%;
 }
}

/**
*  The following is not really needed in this case
*  Only to demonstrate the usage of @media for large screens
*/    
@media (min-width: 1200px) {
  .lista2 .col-md-1,
  .lista2 .col-sm-1,
  .lista2 .col-lg-1 {
   width: 50%;
   *width: 50%;
 }
}


/*...............*/

@media (min-width: 0px){
  .listaheader11 .col-md-1,
  .listaheader11 .col-sm-1,
  .listaheader11 .col-lg-1  {
   width: 100%;
   *width: 100%;
   display:none;
  }
}

@media (min-width: 576px){
  .listaheader11 .col-md-1,
  .listaheader11 .col-sm-1,
  .listaheader11 .col-lg-1  {
   width: 100%;
   *width: 100%;
   display:none;
 }
}

@media (min-width: 768px){
  .listaheader11 .col-md-1,
  .listaheader11 .col-sm-1,
  .listaheader11 .col-lg-1  {
   width: 9.09%;
   *width: 9.09%;
   display:block;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   font-weight: bold;
   background-color:#EEE;
   color:#9d6b9e; 
 }  
}

@media (min-width: 992px) {
  .listaheader11 .col-md-1,
  .listaheader11 .col-sm-1,
  .listaheader11 .col-lg-1 {
   width: 9.09%;
   *width: 9.09%;
   display:block;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   font-weight: bold;
   background-color:#EEE;
   color:#9d6b9e; 
  }
}

/**
*  The following is not really needed in this case
*  Only to demonstrate the usage of @media for large screens
*/    
@media (min-width: 1200px) {
  .listaheader11 .col-md-1,
  .listaheader11 .col-sm-1,
  .listaheader11 .col-lg-1 {
   width: 9.09%;
   *width: 9.09%;
   display:block;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   font-weight: bold;
   background-color:#EEE;
   color:#9d6b9e; 
 }
}


/*...............*/


@media (min-width: 0px){
  .listaheader7 .col-md-1,
  .listaheader7 .col-sm-1,
  .listaheader7 .col-lg-1  {
   width: 100%;
   *width: 100%;
   display:none;
  }
}

@media (min-width: 576px){
  .listaheader7 .col-md-1,
  .listaheader7 .col-sm-1,
  .listaheader7 .col-lg-1  {
   width: 100%;
   *width: 100%;
   display:none;
 }
}

@media (min-width: 768px){
  .listaheader7 .col-md-1,
  .listaheader7 .col-sm-1,
  .listaheader7 .col-lg-1  {
   width: 14%;
   *width: 14%;
   display:block;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   font-weight: bold;
   background-color:#EEE;
   color:#9d6b9e; 
 }  
}

@media (min-width: 992px) {
  .listaheader7 .col-md-1,
  .listaheader7 .col-sm-1,
  .listaheader7 .col-lg-1 {
   width: 14.285714285714285714285714285714%;
   *width: 14.285714285714285714285714285714%;
   display:block;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   font-weight: bold;
   background-color:#EEE;
   color:#9d6b9e; 
  }
}

/**
*  The following is not really needed in this case
*  Only to demonstrate the usage of @media for large screens
*/    
@media (min-width: 1200px) {
  .listaheader7 .col-md-1,
  .listaheader7 .col-sm-1,
  .listaheader7 .col-lg-1 {
   width: 14.285714285714285714285714285714%;
   *width: 14.285714285714285714285714285714%;
   display:block;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   font-weight: bold;
   background-color:#EEE;
   color:#9d6b9e; 
 }
}


/*...............*/


@media (min-width: 0px){
  .listaheader6 .col-md-1,
  .listaheader6 .col-sm-1,
  .listaheader6 .col-lg-1, 
  .listaheader6 .col-md-2,
  .listaheader6 .col-sm-2,
  .listaheader6 .col-lg-2{
   width: 100%;
   *width: 100%;
   display:none;
  }
}

@media (min-width: 576px){
  .listaheader6 .col-md-1,
  .listaheader6 .col-sm-1,
  .listaheader6 .col-lg-1,
  .listaheader6 .col-md-2,
  .listaheader6 .col-sm-2,
  .listaheader6 .col-lg-2{
   width: 100%;
   *width: 100%;
   display:none;
 }
}

@media (min-width: 768px){
  .listaheader6 .col-md-1,
  .listaheader6 .col-sm-1,
  .listaheader6 .col-lg-1  {
   width: 16.66%;
   *width: 16.66%;
   display:block;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   font-weight: bold;
   background-color:#d0edf5;
   color:rgb(18, 49, 69); 
 
 }  
}

@media (min-width: 768px){
  .listaheader6 .col-md-2,
  .listaheader6 .col-sm-2,
  .listaheader6 .col-lg-2  {
   width: 32%;
   *width: 32%;
   display:block;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   font-weight: bold;
   background-color:#d0edf5;
   color:rgb(18, 49, 69); 
 
 }  
}


@media (min-width: 992px) {
  .listaheader6 .col-md-1,
  .listaheader6 .col-sm-1,
  .listaheader6 .col-lg-1 {
   width: 16.66%;
   *width: 16.66%;
   display:block;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   font-weight: bold;
   background-color:#d0edf5;
   color:rgb(18, 49, 69); 
  }
}

@media (min-width: 992px) {
  .listaheader6 .col-md-2,
  .listaheader6 .col-sm-2,
  .listaheader6 .col-lg-2 {
   width: 32%;
   *width: 32%;
   display:block;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   font-weight: bold;
   background-color:#d0edf5;
   color:rgb(18, 49, 69); 
  }
}

/**
*  The following is not really needed in this case
*  Only to demonstrate the usage of @media for large screens
*/    
@media (min-width: 1200px) {
  .listaheader6 .col-md-1,
  .listaheader6 .col-sm-1,
  .listaheader6 .col-lg-1 {
   width: 16.66%;
   *width: 16.66%;
   display:block;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   font-weight: bold;
   background-color:#d0edf5;
   color:rgb(18, 49, 69); 
 }
}

@media (min-width: 1200px) {
  .listaheader6 .col-md-2,
  .listaheader6 .col-sm-2,
  .listaheader6 .col-lg-2 {
   width: 32%;
   *width: 32%;
   display:block;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   font-weight: bold;
   background-color:#d0edf5;
   color:rgb(18, 49, 69); 
 }
}

/*...............*/


@media (min-width: 0px){
  .listaheader5 .col-md-1,
  .listaheader5 .col-sm-1,
  .listaheader5 .col-lg-1,
  .listaheader5 .col-md-2,
  .listaheader5 .col-sm-2,
  .listaheader5 .col-lg-2{
   width: 100%;
   *width: 100%;
   display:none;
  }
}

@media (min-width: 576px){
  .listaheader5 .col-md-1,
  .listaheader5 .col-sm-1,
  .listaheader5 .col-lg-1,
  .listaheader5 .col-md-2,
  .listaheader5 .col-sm-2,
  .listaheader5 .col-lg-2{
   width: 100%;
   *width: 100%;
   display:none;
 }
}

@media (min-width: 768px){
  .listaheader5 .col-md-1,
  .listaheader5 .col-sm-1,
  .listaheader5 .col-lg-1{
   width: 20%;
   *width: 20%;
   display:block;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   font-weight: bold;
   background-color:#d0edf5;
   color:rgb(18, 49, 69); 
 }  
}

@media (min-width: 768px){
  .listaheader5 .col-md-2,
  .listaheader5 .col-sm-2,
  .listaheader5 .col-lg-2{
   width: 40%;
   *width: 40%;
   display:block;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   font-weight: bold;
   background-color:#d0edf5;
   color:rgb(18, 49, 69); 
 }  
}



@media (min-width: 992px) {
  .listaheader5 .col-md-1,
  .listaheader5 .col-sm-1,
  .listaheader5 .col-lg-1 {
   width: 20%;
   *width: 20%;
   display:block;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   font-weight: bold;
   background-color:#d0edf5;
   color:rgb(18, 49, 69); 
  }
}

@media (min-width: 992px) {
  .listaheader5 .col-md-2,
  .listaheader5 .col-sm-2,
  .listaheader5 .col-lg-2 {
   width: 40%;
   *width: 40%;
   display:block;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   font-weight: bold;
   background-color:#d0edf5;
   color:rgb(18, 49, 69); 
  }
}


/**
*  The following is not really needed in this case
*  Only to demonstrate the usage of @media for large screens
*/    
@media (min-width: 1200px) {
  .listaheader5 .col-md-1,
  .listaheader5 .col-sm-1,
  .listaheader5 .col-lg-1{
   width: 20%;
   *width: 20%;
   display:block;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   font-weight: bold;
   background-color:#d0edf5;
   color:rgb(18, 49, 69);  
 }
}

@media (min-width: 1200px) {
  .listaheader5 .col-md-2,
  .listaheader5 .col-sm-2,
  .listaheader5 .col-lg-2 {
   width: 40%;
   *width: 40%;
   display:block;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   font-weight: bold;
   background-color:#d0edf5;
   color:rgb(18, 49, 69);  
 }
}


/*...............*/


@media (min-width: 0px){
  .listaheader4 .col-md-1,
  .listaheader4 .col-sm-1,
  .listaheader4 .col-lg-1  {
   width: 100%;
   *width: 100%;
   display:none;
  }
}

@media (min-width: 576px){
  .listaheader4 .col-md-1,
  .listaheader4 .col-sm-1,
  .listaheader4 .col-lg-1  {
   width: 100%;
   *width: 100%;
   display:none;
 }
}

@media (min-width: 768px){
  .listaheader4 .col-md-1,
  .listaheader4 .col-sm-1,
  .listaheader4 .col-lg-1  {
   width: 25%;
   *width: 25%;
   display:block;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   font-weight: bold;
   background-color:#d0edf5;
   color:rgb(18, 49, 69); 
 }  
}

@media (min-width: 992px) {
  .listaheader4 .col-md-1,
  .listaheader4 .col-sm-1,
  .listaheader4 .col-lg-1 {
   width: 25%;
   *width: 25%;
   display:block;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   font-weight: bold;
   background-color:#d0edf5;
   color:rgb(18, 49, 69); 
  }
}

/**
*  The following is not really needed in this case
*  Only to demonstrate the usage of @media for large screens
*/    
@media (min-width: 1200px) {
  .listaheader4 .col-md-1,
  .listaheader4 .col-sm-1,
  .listaheader4 .col-lg-1 {
   width: 25%;
   *width: 25%;
   display:block;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   font-weight: bold;
   background-color:#d0edf5;
   color:rgb(18, 49, 69); 
 }
}

/*...............*/


@media (min-width: 0px){
  .listaheader3 .col-md-1,
  .listaheader3 .col-sm-1,
  .listaheader3 .col-lg-1  {
   width: 100%;
   *width: 100%;
   display:none;
  }
}

@media (min-width: 576px){
  .listaheader3 .col-md-1,
  .listaheader3 .col-sm-1,
  .listaheader3 .col-lg-1  {
   width: 100%;
   *width: 100%;
   display:none;
 }
}

@media (min-width: 768px){
  .listaheader3 .col-md-1,
  .listaheader3 .col-sm-1,
  .listaheader3 .col-lg-1  {
   width: 33%;
   *width: 33%;
   display:block;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   font-weight: bold;
   background-color:#d0edf5;
   color:rgb(18, 49, 69); 
 }  
}

@media (min-width: 992px) {
  .listaheader3 .col-md-1,
  .listaheader3 .col-sm-1,
  .listaheader3 .col-lg-1 {
   width: 33%;
   *width: 33%;
   display:block;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   font-weight: bold;
   background-color:#d0edf5;
   color:rgb(18, 49, 69); 
  }
}

/**
*  The following is not really needed in this case
*  Only to demonstrate the usage of @media for large screens
*/    
@media (min-width: 1200px) {
  .listaheader3 .col-md-1,
  .listaheader3 .col-sm-1,
  .listaheader3 .col-lg-1 {
   width: 33%;
   *width: 33%;
   display:block;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   font-weight: bold;
   background-color:#d0edf5;
   color:rgb(18, 49, 69); 
 }
}

/*...............*/


@media (min-width: 0px){
  .listaheader2 .col-md-1,
  .listaheader2 .col-sm-1,
  .listaheader2 .col-lg-1  {
   width: 100%;
   *width: 100%;
   display:none;
  }
}

@media (min-width: 576px){
  .listaheader2 .col-md-1,
  .listaheader2 .col-sm-1,
  .listaheader2 .col-lg-1  {
   width: 100%;
   *width: 100%;
   display:none;
 }
}

@media (min-width: 768px){
  .listaheader2 .col-md-1,
  .listaheader2 .col-sm-1,
  .listaheader2 .col-lg-1  {
   width: 50%;
   *width: 50%;
   display:block;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   font-weight: bold;
   background-color:#d0edf5;
   color:rgb(18, 49, 69); 
 }  
}

@media (min-width: 992px) {
  .listaheader2 .col-md-1,
  .listaheader2 .col-sm-1,
  .listaheader2 .col-lg-1 {
   width: 50%;
   *width: 50%;
   display:block;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   font-weight: bold;
   background-color:#d0edf5;
   color:rgb(18, 49, 69); 
  }
}

/**
*  The following is not really needed in this case
*  Only to demonstrate the usage of @media for large screens
*/    
@media (min-width: 1200px) {
  .listaheader2 .col-md-1,
  .listaheader2 .col-sm-1,
  .listaheader2 .col-lg-1 {
   width: 50%;
   *width: 50%;
   display:block;
   border-style:solid;
   border-color: #999999;
   border-width:1px;
   margin-left:-1px;
   font-weight: bold;
   background-color:#d0edf5;
   color:rgb(18, 49, 69); 
 }
}



/*...............*/


@media (min-width: 576px){
   .listaheadermini{
   display:block;
 }
}

@media (min-width: 768px){
   .listaheadermini{
   display:none;
 }  
}

@media (min-width: 992px) {
   listaheadermini{
   display:none;
 }
}

/**
*  The following is not really needed in this case
*  Only to demonstrate the usage of @media for large screens
*/    
@media (min-width: 1200px) {
   listaheadermini{
   display:none;
 }
}


/*...............*/
@media (min-width: 0px){
   .listamini{
   display:none;
 }
}

@media (min-width: 576px){
   .listamini{
   display:none;
 }
}

@media (min-width: 768px){
   .listamini{
   display:block;
 }  
}

@media (min-width: 992px) {
   .listamini{
   display:block;
 }
}

.listamini{
  word-wrap: break-word;
}

/**
*  The following is not really needed in this case
*  Only to demonstrate the usage of @media for large screens
*/    
@media (min-width: 1200px) {
   listamini{
   display:block;
 }
}


/* For Loading Overlay by CodexWorld */
.post-wrapper{position: relative;}
.loading-overlay{display: none;position: absolute;left: 0; top: 0; right: 0; bottom: 0;z-index: 2;background: rgba(255,255,255,0.7);}
.overlay-content {
    position: absolute;
    transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #555;
}
/* For Pagination Links by CodexWorld */
div.pagination {
	font-family: "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, "Lucida Sans", Geneva, Verdana, sans-serif;
	padding:20px;
	margin:7px;
}

div.post-search-panel{
	/*width: 950px;*/
	height: auto;
	margin: 0 auto;
	background-position:center;
	background-repeat:no-repeat;
	background-color: #FFF;
}

div.pagination a {
	margin: 2px;
	padding: 0.5em 0.64em 0.43em 0.64em;
	background-color: #9d6b9e;
	text-decoration: none;
	color: #fff;
}
div.pagination a:hover, div.pagination a:active {
	padding: 0.5em 0.64em 0.43em 0.64em;
	margin: 2px;
	background-color: #531b60;
	color: #fff;
}
div.pagination span.current {
    padding: 0.5em 0.64em 0.43em 0.64em;
    margin: 2px;
    background-color: #f6efcc;
    color: #6d643c;
}
div.pagination span.disabled {
    display:none;
}

.countdown {
  display: flex;
}

.countdown .day,
.countdown .hour,
.countdown .min,
.countdown .sec {
  color: #2799ff;
  padding: 1vw 3vw;
  text-align: center;
}

.countdown .day .num,
.countdown .hour .num,
.countdown .min .num,
.countdown .sec .num {
  display: block;
  font-size: 8vw;
  line-height: 1em;
}

.countdown .day .word,
.countdown .hour .word,
.countdown .min .word,
.countdown .sec .word {
  display: block;
  font-size: 2vw;
  color: #8a99ab;
}

.proiecterow {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.proiectecolumn {
  -ms-flex: 33%; /* IE10 */
  flex: 33%;
  max-width: 33%;
  padding: 0 10px 0 10px;
}

.proiectecolumn img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
/*
@media screen and (max-width: 800px) {
  .proiectecolumn {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}*/


.homepagebtn{
  margin-top:40%;
}

.homepagelink{
  padding:10%;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .proiectecolumn {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  .homepagebtn{
    margin-top:0;
  }
  .homepagelink{
    padding-left:12px;
    padding-right:12px;
    padding-top:6px;
    padding-bottom:6px;
  }
}




.page-link{
  color:rgb(18, 49, 69);
}

.page-link:hover{
  background-color:rgb(18, 49, 69);
  color:white;
}

.page-item.active .page-link{
  background-color:rgba(18, 49, 69, 0.8);
  border-color:#dee2e6;
}

.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}


.goToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  background-image: url('../img/top.png');
  background-repeat: no-repeat;
  background-size:contain;
  background-color: #d0edf5;
  width:40px;
  height:40px;
  opacity:0.7;
}

.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
	font-size:15px;
	font-weight: 700;
	color:black;
	clear:both;
	text-align:justify;
}
.divTableCell{
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
	font-size:15px;
	font-weight: 500;
	color:black;
	clear:both;
	text-align:justify;
  vertical-align:middle;
}
.divTableHeading {
	background-color:#d0edf5;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
.divTableCorp{
	display: table;
	width: 100%;
}
.divTableRowCorp {
	display: table-row;
}
.divTableHeadingCorp {
	background-color: #EEE;
	display: table-header-group;
}
.divTableHeadCorp {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
	font-size:15px;
	font-weight: 700;
	color:black;
	clear:both;
	text-align:justify;
}
.divTableCellCorp{
	border: 0px;
	display: table-cell;
	padding: 3px 10px;
	font-size:15px;
	font-weight: 500;
	color:black;
	clear:both;
	text-align:justify;
}
.divTableHeadingCorp {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFootCorp {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBodyCorp {
	display: table-row-group;
}

@media (min-width:0px){
  .show-above-768
  {
    display:none;
  }
  .show-below-768
  {
    display:block;
  }
}

@media (min-width:768px){
  .show-above-768
  {
    display:block;
  }
  .show-below-768
  {
    display:none;
  }
}

@media (min-width:0px){
  .show-above-576
  {
    display:none;
  }
  .show-below-576
  {
    display:block;
  }
}

@media (min-width:576px){
  .show-above-576
  {
    display:block;
  }
  .show-below-576
  {
    display:none;
  }
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.dropdown-menu li{
		position: relative;
	}
	.dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
		margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
}

}	
/* ============ small devices .end// ============ */

@media (min-width: 0px) {
  .alocare-info{
    flex:0 0 auto;
    width:100%;
  }  
}

@media (min-width: 576px) {
  .alocare-info{
    flex:0 0 auto;
    width:50vw;
  }  
}

@media (min-width: 700px) {
  .alocare-info{
    flex:0 0 auto;
    width:60vw;
  }  
}

@media (min-width: 800px) {
  .alocare-info{
    flex:0 0 auto;
    width:65vw;
  }  
}

@media (min-width: 960px) {
  .alocare-info{
    flex:0 0 auto;
    width:70vw;
  }  
}

@media (min-width: 0px) {
}

.slot
{
  width:60px;
  height:25px;
  border-radius:15px;
  margin: 0 auto;
  cursor: pointer;
}

.no-padding
{
  padding-left:0;
  padding-right:0;
}

.bk-portocaliu
{
  background-color:#F6921E;
}

.bk-rosu
{
  background-color:#DB5967;
}

.bk-albastru-inchis
{
  background-color:#05588C;
}

.bk-albastru-deschis
{
  background-color:#A8DBEC;
}

.bk-albastru-inchis-mediu
{
  background-color:#0087A4;
}

.bk-mov
{
  background-color:#915380;
}

.bk-albastru-deschis-mediu
{
  background-color:#4CC9D7;
}

.bk-verde
{
  background-color:#50BD94;
}

.bk-lightgray
{
  background-color:#E6E6E6;
}

.liber{
  /*background-color: #A8DBEC;*/
  background-color: white;
}

.liber:hover{
  background-color: #F6921E;
}

.liber_legenda{
  background-color: white;
}

.ocupat_total{
  background-color: #05588C;
}

.ocupat_partial{
  /*background-color: #4CC9D7;*/
  background-color: #A8DBEC;
}

.ocupat_partial:hover{
  background-color: #F6921E;
}

.ocupat_partial_legenda{
  background-color: #A8DBEC;
}

.selectat{
  background-color:#F6921E;  
}

.blocat_admin{
  background-color:#DB5967;
}

.border-darkgray
{
  border-color:darkgray;
  border-width:1.5px;
  border-style:solid;
}

.border-lightgray
{
  border-color:#E6E6E6;
  border-width:1.5px;
  border-style:solid;
}

.padding-10
{
  padding-top:10px;
  padding-bottom:10px;
}

.padding-15
{
  padding-top:15px;
  padding-bottom:15px;
}

.accordion-button{
  background-color:#d0edf5;
  color: #123145;
}

.accordion-button:not(.collapsed){
  background-color:#d0edf5;
  color: #123145;
}

.accordion-button:not(.collapsed)::after{ 
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23123145'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button::after{ 
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23123145'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.box-donatie-portocaliu{
  background-color:rgb(246,146,30);
  color:white;
}

.box-donatie-rosu{
  background-color:rgb(219,89,103);
  color:white;
}

.box-donatie-albastru{
  background-color:rgb(0,135,164);
  color:white;
}

.box-donatie-mov{
  background-color:rgb(145,83,128);
  color:white;
}

.box-donatie-ocean{
  background-color:rgb(76,201,215);
  color:white;
}

.box-donatie-verde{
  background-color:rgb(80,189,148);
  color:white;
}