/*Responsive design for custom CMS pages CSS by Liveo
*Added responsive table design to cms pages
*Version 1.0
*Copyright 2017 GBC Exim */
.responsive-table, .responsive-table-right{
  display: table;
  width: 100%;
  /*margin-top: 10px;*/
}
.responsive-img{
  float: left;
  width: 55%;
  margin-right:2%;
}
.responsive-img > img{
   width:100%;
   max-height:225px;
   border-radius: 8px;
}

.responsive-img a > img{
  width:100%;
  max-height:225px;
  border-radius: 8px;
}

.responsive-left{
  float:left;
  width: 43%
}
.responsive-title{
  font-size:medium;
  font-weight: bold;
  color: #d92624;
  text-align: left;
}
.responsive-details{
  text-align: left;
}
.responsive-button{
  float:left;
  margin-top: 10%;
}
@media screen and (max-width: 768px) {
  .responsive-img, .responsive-left{
    float: none;
    width: 100%
  }
  .responsive-left{
    margin-top: 10px;
  }
  .responsive-button{
    margin-top: 3%;
  }
  /* .responsive-button > a, button.button > span{
     float left;
     margin top: 1% !important;
   } */
}

/*
* Right content of Evenimente page
*/
.responsive-img-right{
  float: right;
  width: 55%;
  margin-left:2%;
}
.responsive-img-right > img{
  width:100%;
}
.responsive-right{
  float:right;
  width: 43%
}
.responsive-title{
  font-size:medium;
  font-weight: bold;
  color: #d92624;
  text-align: left;
}
.responsive-details{
  text-align: left;
}
.responsive-button-right{
  float:right;
  margin-top: 10%;
}
@media screen and (max-width: 768px) {
  .responsive-img-right, .responsive-right{
    float: none;
    width: 100%
  }
  .responsive-right{
    margin-top: 10px;
  }
  .responsive-margin-top{
    margin top: 1% !important;
  }
}


.responsive-text{
  width: 70%;
  float: left;
  text-align: left;
  min-height: 75px;

}
.responsive-text-right{
  float: left;
  width: 30%;
  /*text-align: justify;*/
}
.responsive-hr{
  /*margin: 0 0 40px;*/
  border-bottom: 7px solid #d4d4d4;
  /*padding-bottom: 10px;*/
}

@media screen and (max-width: 768px){
  .responsive-text{
    width: 100%;
  }
  .responsive-text-right{
    width: 100%;
    text-align: center;
  }
  .responsive-table{
    text-align: center;
    width: 100%;
  }

  .responsive-text-right-prod {
    width: 100%;
  }
}

/*
*Responsive About Design
*
*/

.resposive-table-about{
  width: 100%;
  display: table;
}

/*=======
*right
*/
.responsive-text-right{
  float:right;
  width: 80%;
}
.responsive-year-left{
  float: left;
  width: 20%;
  color:#ff0000;
  font-size: xx-large;
  font-weight: bold;

}


/*=======
*left
*/
.responsive-text-left{
  float: left;
  width: 80%
}
.responsive-year-right{
  float: right;
  width: 20%;
  color:#ff0000;
  font-size: xx-large;
  font-weight: bold;
}
.block-about {
  text-align: center;

  /* May want to do this if there is risk the container may be narrower than the element inside */
  white-space: nowrap;
}

/* The ghost, nudged to maintain perfect centering */
/*.block-about:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
*/
/* The element to be centered, can also be of any width and height */
.centered-about {
  /*  display: inline-block;
    vertical-align: middle;
    width: 20%;*/
  color:#ff0000;
  font-size: xx-large;
  font-weight: bold;
}
.responsive-hr{
  margin: 0 0 40px;
  border-bottom: 7px solid #d4d4d4;
  padding-bottom: 10px;
  clear: both;
}

.responsive-text-right-prod{
  text-align: center;
  float:right;
  width: 30%;
}

@media screen and (max-width: 768px){
  .responsive-text-right-prod {
    width: 100%;
  }
  .block-about{
    margin-top: 25%;
  }

  .centered-about{
    transform: rotate(90deg);
    font-size: 18pt;
    float: left;
    margin-top: 5%;
  }
}


.responsive-text-right-prod img {
  width: 220px;
}

.responsive-text p {
  font-size: 13px;
  text-align: justify;
  line-height: 18px;
  font-weight: 300;
  color: #777777;
  margin-bottom: 0;
}

.responsive-text .title {
  font-weight: bold;
}