html {
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  font-family: arial, helvetica, verdana;
  background-color: #FCFCFC;
}

a,
a:visited,
.btn-link {
  color: #5E6068;
}

a:hover {
  color: #2d6987;
}

a.btn-primary {
  color: #fff;
}

h1,
h2,
h3 {
  margin-bottom: 10px;
  color: #3F3F3F;
  font-weight: 400;
}

h1 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  font-size: 24px;
  padding-top: 7px;
}

h3 {
  font-size: 21px;
}

sub,
sup {
  font-size: 60%;
  line-height: 0;
}

hr {
  border-color: #5E6068;
  margin: 0px;
}

legend {
  font-size: 13px;
}

article {
  text-align: justify;
  font-size: 1em;
}

.logo {
  margin-bottom: 15px;
  margin-top: 15px;

}

/*.lineBottom {
border-bottom: 1px solid #777;
display: block;
margin-bottom: 15px;
}*/

/****** form *****/
.dateLable {
  display: block;
}

.date {
  width: 33%;
  float: left;
}

#UserSpamprotection {
  max-width: 260px;
}

.form-control:focus,
.select2:focus,
.select2-selection--single:focus,
.select2-container--default:focus {
  border-color: #92bef6 !important;
  background-color: #d7ebf9 !important;
}

.select2-container .select2-selection--single {
  height: 34px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff !important;
  border: 1px solid #ccc !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px !important;
  padding-top: 2px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px !important;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: 0px;
}

form .required label:after {
  color: #e32;
  content: '*';
  display: inline;
  padding-left: 3px;
}

form .required-legend legend::after {
  color: #e32;
  content: '*';
  display: inline;
  padding-left: 3px;
}

.text-conditions {
  color: rgb(128, 128, 128);
  font-size: 0.9em;
  padding: 15px;
  text-align: justify;
  background-color: rgb(245, 244, 237);
  margin-bottom: 20px;
}

.error-message {
  margin-top: 2px;
  padding: 5px;
  background-color: #eb4008;
  color: white;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.menu-language {
  float: right;
  padding-top: 8px;
}

.top-menu {
  background-color: #333;
  color: #fff;
  line-height: 20px;
  font-size: 12px;
  padding: 0px 30px 0px;
  text-align: right;
}

.top-menu .btn-link {
  color: #fff;
}

.main-menu {
  padding-top: 45px;
}

.topMenuDx {
  font-size: 0.9em;
  margin-top: 4px;
}

.menuTop {
  padding: 0px;
}

.menuTopSearch {
  padding: 8px 0px 0px 0px;
}

.wrapper {
  background-color: RGBA(252, 252, 252, 0.88);
  /*    padding: 5px 30px 10px;*/
}

.dashboard {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 3px 2px 6px rgba(204, 204, 204, 0.33);
  -webkit-box-shadow: 3px 2px 6px rgba(204, 204, 204, 0.33);
  box-shadow: 4px 4px 0px rgba(195, 195, 195, 0.3);
  margin-bottom: 15px;
  background-color: #52545f;
  font-size: 1.1em;
  color: white;

}

.dashboard a,
.dashboard a:visited {
  display: block;
  padding: 20px 15px;
  color: white;
}

.dashboard a:hover {
  background-color: #DADADA;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #1e1e1e;
}

.breadcrumb {
  font-size: 0.8em;
  margin: 8px 0px 10px;
  padding: 0px 0px;
  background-color: #FFF;
}

.breadcrumb a {
  color: #898989;
}

.content {
  /*padding-top: 10px;*/
  padding-bottom: 20px;
}

.prev-next {
  border-top: gray dotted thin;
  margin-top: 20px;
}

/* blocks template
=================================================================== */

.block_notitle strong {
  display: none;
}

/* .box-col-news .boxDx
=================================================================== */
.box-col-news:first-child {
  margin-top: 10px;
}

.box-col-news {
  /*background-color: rgba(255, 255, 255, .7);*/
  padding: 10px 5px;
  margin-bottom: 1px;
  font-size: 0.9em;
  border-bottom: 1px solid #3886b0;
}

.box-col-news strong a,
.box-col-news strong a:visited {
  color: #3886b0;
  /*text-shadow: 0 1px 0 rgba(255,255,255,.25);*/
  text-decoration: none;
  font-size: 16px;
}

.box-col-news a,
.box-col-news a:visited {
  color: #505050;
}

.box-col-news a:hover {
  text-decoration: none;
}

.boxDx {
  font-size: 1em;
  margin-top: 46px;
}

.boxDx a {
  color: #777;
}

.bodDx h2 {
  font-size: 1.3em;
}

.boxDx a.btn {
  color: #F5F5F5;
}

/* Slide
=================================================================== */
.slideTop {
  margin-bottom: 8px;
  -moz-box-shadow: 0 0px 8px rgba(153, 153, 153, .81);
  /* drop shadow */
  -webkit-box-shadow: 0 0px 8px rgba(153, 153, 153, .81);
  /* drop shadow */
  box-shadow: 0 0px 8px rgba(153, 153, 153, .81);
  /* drop shadow */

}

/********** carousel ************/

.carousel-indicators {
  display: none;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

.comunicator .panel-default>.panel-heading {
  border-width: 0px;
}

.comunicator .panel-body {
  padding: 0px;
}

.comunicator .border-td {
  border-right: 1px solid #DDD;
  color: gray;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  font-size: 60px
}

.comunicator .form {
  padding: 10px;
  margin-top: -20px;
  border-top: 1px solid #DDD;
}

/********** carousel ************/

/* The controlsy */
#CarouselControl .carousel-control {
  height: 40px;
  width: 40px;
  background: none repeat scroll 0 0 #222222;
  border: 2px solid #FFFFFF;
  border-radius: 0px 23px 3px 23px;
  top: 40%;
}

#CarouselControl .carousel-control.right {
  right: 0px;
}

/* The indicators */
#CarouselControl .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
}

/* The colour of the indicators */
#CarouselControl .carousel-indicators li {
  background: #cecece;
}

#CarouselControl .carousel-indicators .active {
  background: #428bca;
}

.carousel-caption {
  left: 5%;
}

.carousel-caption {
  text-align: left;
}

.carousel-caption strong {
  font-size: 1.8em;
}

.carousel-caption p {
  font-size: 1.3em;
}

.MyCarousel .col-xs-3,
.MyCarousel .col-sm-3,
.MyCarousel .col-md-3,
.MyCarousel .col-lg-3 {
  padding-right: 1px;
  padding-left: 1px;
}

.MyCarousel {
  margin-left: 0px;
  margin-right: 0px;
  min-height: 175px
}

/* News
=================================================================== */
.news p a {
  color: #333;
  text-decoration: none;
}

.news p a:hover {
  color: #777;
  text-decoration: none;
}

/* Login
=================================================================== */
#menuLogin {
  background-color: #222;
  color: #ffffff;
  line-height: 30px;
  font-size: 0.9em;
  padding-top: 2px;
}

#menuLogin a {
  color: white;
  padding-left: 5px;
  padding-right: 5px;
}

#menuLogin .dropdown-menu li a {
  text-align: left;
  color: #000000;
  font-size: 0.9em;
}

#menuLogin .dropdown-menu li a:hover {
  color: #ffffff;
}

/* Thumbnail
=================================================================== */
.rows {
  -moz-column-width: 18em;
  -webkit-column-width: 18em;
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  margin-right: -15px;
  margin-left: -15px;
}

.menu-category {
  display: inline-block;
  margin: 0.25rem;
  padding: 1rem;
  width: 100%;
}

.thumbnail {
  border-radius: 0px;
  padding: 0px;
  border: none;
  background-color: #F5F5F5;
  /*     min-height: 380px;*/
}

.thumbnailImg {
  height: 160px;
  overflow: hidden;
}

.thumbnail img {
  width: 100%;
}

.thumbnail a {
  text-decoration: none;
}

.thumbnail:hover {
  background-color: #E6E6E6;
  transition: all 0.4s ease-in-out 0s;
}

.thumbnail .caption {
  padding: 5px;
}

.thumbnail .caption p {
  margin-top: 5px;
}

.thumbnail h2 {
  font-size: 20px;
  padding: 0px;
  font-weight: 500;
  margin-bottom: 0px;
}

.hover-effect {
  transition: all 0.4s ease-in-out 0s;
}


/* ===== thumbnails-hover ===== */
.thumbnails-hover {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.thumbnails-hover .caption {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(245, 245, 245, 0.8);
  width: 100%;
  height: 100%;
  padding: 2%;
  display: none;
  text-align: center;
  color: #333 !important;
  z-index: 2;
  border: 5px solid rgba(83, 83, 83, 0.15);
}

.thumbnails-hover .caption .valign {
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 20%;
  z-index: 100;
  padding: 5px 20px;
}

.thumbnails-hover .caption a {
  text-decoration: none;
}

.thumbnails-hover img {
  width: 100%;
}

/* Item news
=================================================================== */

.item-tree {
  list-style: none;
  margin: 0 auto;
  margin-left: -20px;
}

.item-tree li {
  list-style: none;
  margin-left: -20px;
  padding-bottom: 5px;
  font-size: 0.9em;

}

.item-tree li a {
  text-decoration: none;
}

.item-tree li a:hover {
  text-decoration: underline;
}

/****** textarea counter *****/

.originalTextareaInfo {
  color: #000000;
  text-align: right
}

.warningTextareaInfo {
  color: #FF0000;
  text-align: right
}

#showData {
  height: 10px;
  width: 200px;
  border: 1px solid #CCCCCC;
  padding: 10px;
  margin: 10px;
}

.checkbox label,
.radio label {

  margin-right: 20px;
}

legend {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1em;
}

/* Articole*/
article img {}

.img-extended {
  width: 98%;
}

.banner-footer {
  margin-bottom: 30px;
}

/* Footer
=================================================================== */
.footer {

  background-color: #DADADA;
  color: #757575;
  padding: 0px 35px;
}

.footer a {
  color: #757575;

}

.footerMenu {
  padding: 7px 10px 7px 0px;
  font-size: 0.9em
}

.footerMenu a {
  color: #757575;
  padding-right: 20px;
}

.footerColumns {
  /*padding-top: 10px;*/
  padding-bottom: 10px;
  background: #C8C8C8;
  color: #4A4A4A;
}

.footerColumns a {
  color: #262626;
  text-decoration: underline;
}

.footerColumns h2 {
  border-bottom: 1px solid #4A4A4A;
  padding-bottom: 10px;
  color: #262626;
  font-weight: 300;
  font-size: 20px;
  /*    width: 90%;*/
}

.footerColumns h3 {
  border-bottom: 1px #ccc solid;
  font-size: 1.4em;
  font-weight: normal;
  font-weight: 300;
}

.footerColumns .glyphicon,
.footerColumns .fa {
  border: 1px solid #969696;
  border-radius: 50%;
  display: inline-block;
  font-size: 14px;
  width: 28px;
  height: 28px;
  line-height: 26px;
  margin: 0px 5px 5px 0px;
  text-align: center;
}

.footerColumns .glyphicon:hover,
.footerColumns .fa:hover {
  border: 1px solid #777;
  background-color: #777;
  color: #E3DACB;
}

.footerCopy {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.8em;
  background-color: #C3BEBE;
  color: #262626;

}

.footerCopy a {
  color: #262626;
}

/* bootstrap customization
=================================================================== */
.glyphicon {
  margin-right: 5px;
}

.well {
  /*    background-color: #fbfbfb;*/
  border: none;
  box-shadow: none;
  border-radius: 0px;

}

.hide {
  display: none;
}

.paddingBottom10 {
  padding-bottom: 10px;
}

.paddingBottom15 {
  padding-bottom: 15px;
}

.paddingBottom20 {
  padding-bottom: 20px;
}

.paddingTop10 {
  padding-top: 10px;
}

.paddingTop15 {
  padding-top: 15px;
}

.paddingTop20 {
  padding-top: 20px;
}

.marginTop10 {
  margin-top: 10px;
}

.marginTop15 {
  margin-top: 15px;
}

.marginTop20 {
  margin-top: 20px;
}

.marginTop30 {
  margin-top: 30px;
}

.marginTop35 {
  margin-top: 36px;
}

.panel-heading h3 {
  margin: 0px;
}

.panel-default {
  border-color: #F5F5F5;
}

.panel-default>.panel-heading {
  border-color: #F5F5F5;
}

.panel-footer {
  border-top: none;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-width: 0px;
}


a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  background-color: rgba(240, 240, 240, 1);
  border-color: rgba(209, 209, 209, 1);
}

.list-group-item {
  padding: 6px 10px;
}

a.list-group-item {
  color: #888;
  font-size: 13px;
}

.panel-primary {
  border-color: #5893A7;
}

.panel-primary>.panel-heading {
  background-color: #5893A7;
  border-color: #5893A7;
}

.btn-primary {
  color: #fff;
  background-color: #5893A7;
  border-color: #5893A7;
}

.pagination>li>a,
.pagination>li>span {
  color: #00B4CD;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #00B4CD;
  border-color: #00B4CD;
}

/* Scroller To Top
=================================================================== */
.scrollToTop {
  font-size: 19px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 5px;
  display: none;
  width: 50px;
  height: 50px;
  line-height: 35px;
  text-align: center;
  border-radius: 4px;
  background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.7);
  display: none;

}

.scrollToTop:hover {
  text-decoration: none;
}

/* Search bottom and layer
=================================================================== */
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  z-index: 10;
  opacity: 0;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#search input[type="search"] {
  position: absolute;
  top: 30%;
  width: 100%;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}

#search .btn {
  position: absolute;
  top: 30%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}

/* Search result
=================================================================== */
hgroup h2.lead {
  margin: 0;
  padding-bottom: 10px;
}

.search-result .thumbnail {
  border-radius: 0 !important;
}

.search-result h3 {
  font: 500 normal 1.375em;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

.search-result p {
  font: normal normal 1.125em
}


/* Cookie bar
=================================================================== */

.cookieBar {
  background-color: #565656;
  color: #e9e9e9;
  position: fixed;
  bottom: 0px;
  z-index: 10000;
  line-height: 30px;
  padding: 15px 30px;
  width: 100%;
  text-align: center;
  -webkit-box-shadow: 0px -1px 22px 0px rgba(138, 138, 138, 1);
  -moz-box-shadow: 0px -1px 22px 0px rgba(138, 138, 138, 1);
  box-shadow: 0px -1px 22px 0px rgba(138, 138, 138, 1);
}

/*.cookieBar .btn-link {
color: blue;
}*/


.footer-mobile {
  display: none;
}

/****** responsive design *****/

@media (min-width: 1300px) {
  .container {
    width: 1270px;
  }
}


/* Portrait tablets and medium desktops */
@media (max-width: 1024px) {
  body {
    font-size: 16px;
  }

  .menuTop {
    margin-right: 0px;
    /*        width: 100%;*/
  }

  /*    .logo {
  height: 50px;
  }*/
  .topMenuDx {
    font-size: 0.9em;
    margin-top: 0px;
  }

  article {
    text-align: left;
  }

  .topImage {
    margin: 5px 0px 15px 0px;
  }
}

@media (max-width: 991px) {
  .logo {
    margin: 10px auto 0px;
  }

  .menu-language {
    float: none;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .main-menu {
    padding-top: 0px;
  }

  .menuTop {
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: none;
  }

  nav .row {
    margin-left: 0px;
    margin-right: 0px;
  }

  .top-menu {
    text-align: center;
  }
}

/* Landscape phones and smaller */
@media (max-width: 768px) {
  .carousel-caption {
    left: 5%;
  }

  .carousel-caption {
    text-align: left;
  }

  .carousel-caption strong {
    font-size: 1.2em;
  }

  .carousel-caption p {
    font-size: 0.9em;
  }
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
  .wrapper {
    padding: 0px 15px 10px;
  }

  .MyCarousel {
    margin-left: 0px;
    margin-right: 0px;
    min-height: 70px
  }

  .carousel-caption {
    padding-bottom: 0px;
  }

  .carousel-caption strong {
    font-size: 1em;
  }

  .carousel-caption p {
    font-size: 0.6em;
  }

  .footer-mobile {
    bottom: 0px;
    width: 100%;
    height: 70px;
    background-color: rgba(18, 18, 18, 0.95);
    position: fixed;
    display: block;
    padding: 5px;
    text-align: center;
  }

  .scrollToTop {
    visibility: hidden;
  }

  .gallery .caption {
    margin-bottom: 10px;
  }

}