#header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

#header {
  background: transparent;
  width: 100%;
  /**
  {
      -webkit-transition: all 1.0s;
      -moz-transition: all 1.0s;
      -ms-transition: all 1.0s;
      -o-transition: all 1.0s;
      transition: all 1.0s;
  }*/
}
#header .container #inner-container {
  background: #FFFFFF;
}
#header .container #inner-container .row:nth-child(1) #search-language-column *:not(.select2-selection, li.select2-results__option) {
  margin: 0px !important;
  padding: 0px !important;
}
#header .row {
  margin: 0;
  background: #fff;
}
#header #col-navigation-container {
  padding-left: 0;
}

div#page-wrapper {
  -webkit-transition: margin 1.0s;
  -moz-transition: margin 1.0s;
  -ms-transition: margin 1.0s;
  -o-transition: margin 1.0s;
  transition: margin 1.0s;
  margin-top: 0px;
}

@media only screen and (min-width: 320px) {
  #header {
    /*height: 80px;*/
  }
  #header .container #inner-container {
    width: 100%;
	
  }
  #header .container #inner-container .row:nth-child(1) .logo-img {
    text-align: right;
  }
  #header .container #inner-container .row:nth-child(1) #logo-image {
     height: 50px !important; 
    margin-top: 0px;
  }
  #header .container #inner-container .row:nth-child(1) #search-language-column {
    margin-top: 10px;
  }
  #header .container #inner-container button.tb-megamenu-button {
    margin-top: 5px !important;
  }

  /*
  div#page-wrapper
  {
      margin-top:81px;
  }
  */
}
@media only screen and (min-width: 768px) {
  /*
  div#page-wrapper 
  {
      margin-top: 55px;
  }
  */
  #header {
    /*height:80px;*/
  }
  #header .container {
    padding-left: 0;
    padding-right: 0;
  }
  #header .container #inner-container {
    width: 100%;
    margin: 0px auto;
  }
  #header .container #inner-container .row:nth-child(1) .logo-img {
    text-align: center;
  }
  #header .container #inner-container .row:nth-child(1) #logo-image {
    /* height: 50px !important; */
    margin-top: 0px;
  }
  #header .container #inner-container .row:nth-child(1) #search-language-column {
    margin-top: 10px;
  }
  #header .container #inner-container .row:nth-child(1) #search-language-column * {
    font-size: 95%;
  }
}
@media only screen and (min-width: 992px) {
  #header {
    height: 106px;
  }
  #header .container #inner-container {
    width: 940px;
    margin: 0px auto;
	height: 106px !important;
  }
  #header .container #inner-container .row:nth-child(1) .logo-img {
    text-align: left;
  }
  #header .container #inner-container .row:nth-child(1) #logo-image {
    /* height: 70px !important; */
    margin-top: 0;
    margin-left: -6px;
  }
  #header .container #inner-container .row:nth-child(1) #search-language-column {
    margin-top: 20px;
    padding-right: 0;
  }
  #header .container #inner-container .row:nth-child(1) #search-language-column * {
    font-size: 100%;
  }

  /*
  div#page-wrapper
  {
      margin-top:106px;
  }
  */
  #header.smaller {
    height: 80px;
  }
  #header.smaller .container #inner-container {
    -webkit-box-shadow: 0 4px 4px -4px #000;
    box-shadow: 0 4px 4px -4px #000;
  }
  #header.smaller .container #inner-container .row:nth-child(1) #logo-image {
    height: 50px !important; 
    margin-top: 0px;
  }
  #header.smaller .container #inner-container .row:nth-child(1) #search-language-column {
    margin-top: 3px;
  }
  #header.smaller .container #inner-container .row:nth-child(1) #search-language-column * {
    font-size: 94%;
  }
  #header.smaller .container #inner-container .row:nth-child(1) .tb-megamenu .nav > li,
  #header.smaller .container #inner-container .row:nth-child(1) .tb-megamenu .nav-collapse > li,
  #header.smaller .container #inner-container .row:nth-child(1) .tb-megamenu .nav > li.dropdown.open,
  #header.smaller .container #inner-container .row:nth-child(1) .tb-megamenu .nav-collapse > li.dropdown.open {
    border: none !important;
  }
  #header.smaller .container #inner-container .row:nth-child(1) .tb-megamenu .nav > li > a,
  #header.smaller .container #inner-container .row:nth-child(1) .tb-megamenu .nav-collapse .nav > li > a {
    font-size: 90%;
  }
  #header.smaller .container #inner-container .row:nth-child(1) .tb-megamenu .nav > li.dropdown.open:nth-child(1) {
    padding: 0px 0px 0px 0px !important;
    border-bottom: none !important;
  }
}
@media only screen and (max-width: 768px) {
  #header {
    position: relative;
  }
  #header .container {
    padding-right: 0;
    padding-left: 0;
  }

  /*
  div#page-wrapper 
  {
      margin-top: 0;
  }
  */
}
.home-boxes {
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 0px !important;
}
.home-boxes .region-boxes {
  margin-top: 0;
}
.home-boxes ul {
  list-style: none;
  padding: 0px;
  margin: 0;
}
.home-boxes ul li {
  margin-bottom: 5px;
}
.home-boxes ul li a {
  color: #FFF;
  font-weight: 300;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3) !important;
}
.home-boxes ul li a:hover {
  text-decoration: none;
  cursor: pointer !important;
}
.home-boxes ul li:hover {
  color: #fff;
  background-color: #033370;
}
.home-boxes ul li:before {
  color: #FFF;
}
.home-boxes h2 {
  display: none;
}
.home-boxes .row {
  margin-bottom: 30px;
}
.home-boxes > .row {
  margin-bottom: 7px;
}

.region-boxes .box-default {
  padding: 0;
}
.region-boxes .block {
  border: none;
}

.card {
  position: relative;
  width: 335px;
  margin: 0 auto;
  border: solid #fff;
  border-width: 15px 2px 15px 2px;
}

.card-edu {
  background-image: url(../images/1box_elevi.jpg);
  background-size: cover;
}

.card-mecs {
  background-image: url(../images/2box_studenti.jpg);
  background-size: cover;
}

.card-resurse {
  background-image: url(../images/3box_cercetatori.jpg);
  background-size: cover;
}

.js-trigger h1:after {
  content: '';
  position: absolute;
  top: 110px;
  left: calc(50% - 75px);
  width: 150px;
  height: 1px;
  background-color: white;
  opacity: .3;
}
.js-trigger .card__overlay {
  width: 336px;
  height: 380px;
  opacity: .4;
  top: calc(50% - 190px);
  left: calc(50% - 168px);
  border-radius: 0px;
  border: solid #fff;
  border-width: 15px 2px 15px 2px;
}
.js-trigger .card__content {
  opacity: 1;
}
.js-trigger .i-quote {
  opacity: 0;
}

.card .i-quote {
  position: absolute;
  background: #fff;
  border: 1px solid #2788f2;
  content: '';
  width: 166px;
  top: 146px;
  left: calc(50% - 83px);
  z-index: 5;
  opacity: 0.83;
  transition: all 0.4s ease-in-out;
  height: 58px;
}

span.i-quote.citeste:hover {
  background: #2788f2;
  color: #fff;
  opacity: 1;
}

span.open-resurse {
  padding-top: 20px;
}

.card__content {
  position: relative;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-align: center;
  opacity: 0;
  z-index: 5;
  -webkit-transition: opacity .9s;
  transition: opacity .9s;
  width: 331px;
  height: 350px;
}

.card__overlay {
  position: absolute;
  background-color: #004289;
  z-index: 2;
  /*-webkit-transition: all 1s;
  transition: all 1.2s;*/
  border-radius: 0%;
}

.card__overlay--1 {
  height: 58px;
  top: calc(50% - 29px);
  width: 166px;
  left: calc(50% - 83px);
  opacity: .3;
  /*-webkit-transition: all 1s ease;
  transition: all 1s ease;*/
}

.card__overlay--2 {
  height: 58px;
  top: calc(50% - 29px);
  width: 166px;
  left: calc(50% - 83px);
  opacity: .4;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.card__overlay--3 {
  height: 58px;
  top: calc(50% - 29px);
  width: 166px;
  left: calc(50% - 83px);
  opacity: .2;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.card__content ul.menu {
  padding-top: 25px;
}

.citeste {
  display: inline-block;
  padding: 10px 15px 8px 15px;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  font-family: 'Catamaran', sans-serif;
  color: #fff;
  background: #fff;
  color: #2788F2;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  background: none;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  transition: all .15s ease-out;
  cursor: pointer;
}

.citeste:hover {
  background: #fff;
  color: #2788F2;
}

#block-menu-menu-elevi-i-p-rin-i, #block-menu-menu-studenti {
  margin-bottom: 10px;
}

@media only screen and (max-width: 992px) {
  .home-boxes {
    padding: 0px !important;
  }
}
#block-tb-megamenu-main-menu {
  margin-left: 0px;
}

.tb-megamenu {
  background: transparent;
}

.tb-megamenu .nav li.dropdown.active > .dropdown-toggle,
.tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle,
.tb-megamenu .nav > li.dropdown.open.active > a:hover {
  border: none;
}

.tb-megamenu .nav > li > a,
.tb-megamenu .nav-collapse .nav > li > a {
  padding: 8px 0;
  display: inline-block !important;
}

.tb-megamenu .dropdown-menu .active > a, .tb-megamenu .dropdown-menu .active > a:hover {
  color: #fff !important;
  padding: 2px 0 0 5px !important;
  background-color: #08c;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
}

.tb-megamenu .dropdown-menu .active > a.mega-group-title, .tb-megamenu .dropdown-menu .active > a.mega-group-title:hover {
  color: #333 !important;
}

.tb-megamenu-nav li.level-1 {
  cursor: pointer;
}

@media only screen and (min-width: 320px) {
  div.nav-collapse {
    background-color: #FFF !important;
  }
  div.nav-collapse ul {
    background-color: #FFF !important;
    display: inline-block;
    width: 100%;
  }
  div.nav-collapse ul li {
    text-align: center;
    background-color: #FFF !important;
  }
  div.nav-collapse ul li a {
    background-color: #FFF !important;
    color: #000 !important;
  }
  div.nav-collapse ul li a:hover {
    text-decoration: underline !important;
  }
  div.nav-collapse ul .mega-inner {
    background-color: #FFF !important;
  }
}
@media only screen and (min-width: 992px) {
  .tb-megamenu .nav-collapse > .tb-megamenu-nav {
    display: flex;
  }

  .tb-megamenu .nav > li.dropdown.open {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
  }

  .tb-megamenu .nav > li.dropdown.open > a.dropdown-toggle {
    padding-bottom: 0px !important;
    border-top: 2px solid #7A1D2C;
  }

  div.nav-collapse ul li {
    text-align: left;
  }
  div.nav-collapse ul li a:hover {
    text-decoration: underline !important;
  }

  .tb-megamenu .row-fluid {
    width: 100%;
  }

  .tb-megamenu.animate .mega.open > .mega-dropdown-menu, .tb-megamenu.animate .mega.animating.open > .mega-dropdown-menu {
    opacity: 0.95;
  }

  #col-navigation-container > div.row > div {
    padding-right: 0px;
    text-align: justify;
  }
  #col-navigation-container > div.row > div li[data-class="minister"] {
    width: 11%;
    text-align: left;
  }
  #col-navigation-container > div.row > div li[data-class="preuniversitar"] {
    width: 23%;
    text-align: center !important;
  }
  #col-navigation-container > div.row > div li[data-class="preuniversitar"]:hover {
    text-align: center !important;
  }
  #col-navigation-container > div.row > div li[data-class="superior"] {
    width: 22%;
    text-align: center !important;
  }
  #col-navigation-container > div.row > div li[data-class="superior"]:hover {
    text-align: center !important;
  }
  #col-navigation-container > div.row > div li[data-class="cercetare"] {
    width: 22%;
    text-align: center !important;
  }
  #col-navigation-container > div.row > div li[data-class="cercetare"]:hover {
    text-align: center !important;
  }
  #col-navigation-container > div.row > div li[data-class="cooperare"] {
    width: 22%;
    text-align: right !important;
  }
  #col-navigation-container > div.row > div li[data-class="cooperare"]:hover {
    text-align: right !important;
  }
}
#highlighted .container {
  max-width: 940px;
  margin: 0px auto;
  padding: 0;
  border: solid #fff;
  border-width: 0px 14px 15px 14px;
}
#highlighted #home-slider-container {
  background: transparent;
  position: relative;
}
#highlighted #home-slider-container ul#bullets-collection {
  display: block;
  position: absolute;
  margin: 0px;
  padding: 0px;
  bottom: -22px;
  right: -2px;
}
#highlighted #home-slider-container ul#bullets-collection li.bullets {
  display: inline-block;
  cursor: pointer;
  /*border-radius: 50%;*/
  margin: 0 1px;
  padding: 1px;
  background: #fff;
  height: 12px;
  width: 15px;
  line-height: 12px;
  border: 2px solid #2788F2;
}
#highlighted #home-slider-container ul#bullets-collection li.bullets.active {
  background-color: #2788F2;
}
#highlighted #home-slider-links {
  background-color: #fff;
  padding-top: 15px;
}
#highlighted #home-slider-links .slider-links {
  display: none;
}
#highlighted #home-slider-links .slider-links .description {
  color: #000;
}
#highlighted #home-slider-links .slider-links .button {
  height: 32px;
  min-height: 48px;
  max-height: 32px;
}
#highlighted #home-slider-links .slider-links .button a.btn {
  display: inline-block;
  padding: 10px 15px 8px;
  margin: 15px 7px 7px 0;
  border: 1px solid #2788F2;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  font-family: 'Catamaran', sans-serif;
  color: #2788F2;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  background: none;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  transition: all .15s ease-out;
  cursor: pointer;
}
#highlighted #home-slider-links .slider-links .button a.btn:hover {
  background: #2788F2;
  color: #fff;
}

@media only screen and (min-width: 320px) {
  #highlighted {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #highlighted {
    display: block;
  }
  #highlighted #home-slider-container {
    height: 180px;
  }
  #highlighted #home-slider-links .slider-links .description {
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 992px) {
  #highlighted {
    display: block;
  }
  #highlighted #home-slider-container {
    height: 365px;
  }
  #highlighted #home-slider-links .slider-links .description {
    font-size: 24px;
    line-height: 26px;
  }
}
body {
  background: #e6e6e6 url(../images/slidebg.png);
  font-family: 'Roboto Condensed', sans-serif;
  position: static !important;
  overflow-x: hidden;
  width: 100%;
}

#toTop {
  position: fixed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #999999;
  opacity: 0.4;
  filter: alpha(opacity=40);
  width: 55px;
  height: 55px;
  bottom: 5px;
  left: 5px;
  cursor: pointer;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  display: none;
  padding: 10px 0 0 2px;
  z-index: 14;
}

#breadcrumb {
  max-width: 940px;
  border-radius: 0;
  background: #fff;
  margin-top: 30px;
}

.breadcrumb {
  color: #17367a;
  padding: 0 15px;
  margin-top: 10px;
}

.messages--error {
  background: #fff;
  margin: 20px 15px;
  padding: 15px;
  color: red;
}

.messages--status {
  background: #fff;
  margin: 20px 15px;
  padding: 15px;
  color: blue;
}

#page #main-wrapper {
  margin-top: 30px;
}
#page article {
  /*margin-bottom: 30px;*/
}
#page article ul.links {
  list-style-type: none;
}
#page article ul.links li {
  display: inline;
}
#page .home-content .no-background {
  background: transparent;
  padding: 0;
}
#page .home-content .no-background .field-type-taxonomy-term-reference {
  clear: both;
  margin-top: 30px;
  border-top: 1px solid #ccc;
}
#page .home-content .no-background .field-type-taxonomy-term-reference .field-label {
  padding: 15px 0 0 0;
}
#page .home-content .no-background #user-login, #page .home-content .no-background .profile, #page .home-content .no-background .messages {
  background: #fff;
  padding: 15px;
}
#page .home-content .with-background {
  background: #fff;
  padding-left: 25px;
}
#page .home-content .with-background .feed-item {
  margin-bottom: 5%;
  border-bottom: 1px solid #c9c9c3;
}
#page .home-content .with-background .feed-item .feed-item-categories {
  margin-bottom: 10px;
}
#page .home-content .field-name-field-data-publicarii {
  background: #fff;
  padding: 0 0 15px 15px;
}
#page .home-content .field-name-field-data-publicarii .date-display-single {
  margin-left: 10px;
}
#page .view h2.node-title {
  font-size: 1.3em;
}
#page .region-bottom-boxes {
  margin-top: -40px;
  padding: 0 15px;
}
#page .region-bottom-boxes .block {
  margin-top: 0;
  background: #fff;
}
#page h1.title {
  color: #004289;
  font-weight: bold;
  background: #fff;
  margin: 0;
  padding: 15px;
}
#page .node {
  margin-top: 20px;
  background: #fff;
  padding: 15px 15px 25px 15px;
}
#page .node .service-links {
  margin-top: 15px;
  float: right;
}
#page .node .service-links .service-links-facebook-like {
  margin-right: -10px;
}
#page .node .service-links .service-links-google-plus img {
  margin-bottom: 12px;
}
#page .view .node {
  padding: 5px 15px 0 15px;
}
#page #block-views-related-articles-block h2.block-title {
  background: #fff;
  padding: 15px;
}
#page .tabs {
  background: #eee;
}
#page .comment {
  margin-top: 5px;
  background: #fff;
  padding: 15px 15px 25px 15px;
}

.home-content .container {
  max-width: 940px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.95);
}
.home-content .sidebar-first .box-default {
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-left: none;
  border-right: none;
  border-bottom: none;
  background: #FFF;
  margin-bottom: 0;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(214, 214, 214, 0.9);
  -moz-box-shadow: 0px 0px 5px 1px rgba(214, 214, 214, 0.9);
  box-shadow: none;
}
.home-content .sidebar-first #block-views-cele-mai-accesate-block, .home-content .sidebar-first #block-block-1 {
  padding-top: 30px;
}
.home-content .sidebar-first i {
  float: none;
  margin-right: 0;
}
.home-content .sidebar-first #block-simplenews-4 {
  padding-top: 30px;
}
.home-content .sidebar-first #block-simplenews-4 #edit-submit--2 {
  margin-top: 10px;
}
.home-content .sidebar-first #block-views-cele-mai-accesate-block ul {
  margin-left: 0px;
  padding-left: 0px;
}
.home-content .sidebar-first #block-views-cele-mai-accesate-block li:hover {
  background: #015190;
}
.home-content .sidebar-first #block-views-cele-mai-accesate-block li:hover a {
  transition-delay: 0.1s;
  color: #fff;
}
.home-content .sidebar-first #block-views-cele-mai-accesate-block li:hover .recent-views {
  transition-delay: 0.1s;
  color: #fff;
}
.home-content .sidebar-first #block-views-cele-mai-accesate-block li {
  background: rgba(0, 46, 94, 0);
  margin-bottom: 1px;
  border-bottom: 1px solid transparent;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.home-content .sidebar-first #block-views-cele-mai-accesate-block li a {
  transition: all 0.3s ease-in-out;
  padding: 7px 7px 0px 7px;
  margin-left: 8px;
  display: block;
  color: #282828;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home-content .sidebar-first #block-views-cele-mai-accesate-block .recent-views {
  color: rgba(37, 20, 4, 0.32);
  font-size: 12px;
  padding-left: 5px;
  display: inline-block;
  margin-left: 11px;
  transition: all 0.3s ease-in-out;
}
.home-content .sidebar-first h2.block__title.block-title {
  border-bottom: 1px solid #ddd;
  padding-left: 40px;
  font-size: 15px !important;
  color: #3867c8 !important;
  text-transform: uppercase;
  font-weight: 400;
}
.home-content .sidebar-first #block-block-10 h2 {
  display: none;
}

.box-default .view li a {
  color: #000;
}

.field-name-field-arhiva {
  margin-bottom: 5px;
}

.field-name-field-fisiere {
  clear: both;
  padding: 10px 0;
}

.node .field-type-taxonomy-term-reference .field-item {
  float: left;
  margin-right: 10px;
}
.node .field-type-taxonomy-term-reference .field-item a {
  background: #5792C4 url(../images/tag.png) no-repeat;
  background-position: 97% 50%;
  padding: 2px 33px 2px 13px;
  border-radius: 16px;
  margin-top: 8px;
  display: table;
  color: #fff;
  position: relative;
}

.node-272 .print-link {
  display: none;
}

.view-related-articles {
  padding: 0 15px 5px;
}

.service-links-facebook {
  margin-right: 15px;
}

.help-bttn {
  position: fixed;
  top: 70px;
  right: 0;
  width: 40px;
  height: 40px;
  /*background: #ddd url(../images/acc.jpg);*/
  cursor: pointer;
  z-index: 10000;
}

.region-help {
  position: fixed;
  top: 70px;
  right: 0;
  background: #fff;
  padding: 5px 0 5px 5px;
  margin-right: -200px;
  width: 200px;
  border: 1px solid #023380;
  font-size: 15px;
  z-index: 10000;
}
.region-help #block-textsize-form h3 {
  float: left;
  margin: 0 10px 7px 0 !important;
  font-size: 15px;
}
.region-help div.pagestyle_inline div.form-item-pagestyle-select label, .region-help div.pagestyle_inline div.form-item-pagestyle-select #edit-pagestyle-select {
  font-size: 15px;
  font-weight: normal;
}
.region-help p {
  font-size: 15px;
  line-height: 21px !important;
}

.jb-title {
  background: #000;
  opacity: 0.5;
}

.search-results li {
  border-bottom: 1px solid #ddd;
}

/* -------------------------- NEW ----------------- */
.messages--error {
  background: rgba(0, 71, 143, 0.72);
  margin: 0px;
  padding: 15px;
  color: white;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
}

.messages--status {
  background: rgba(0, 71, 143, 0.72);
  margin: 0px;
  padding: 15px;
  color: white;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
}

#page article ul.links.inline {
  list-style-type: none;
  position: relative;
  clear: both;
  padding: 10px 0px 10px 0px;
  text-align: right;
}

.field-name-field-arhiva, .field-name-field-fisiere {
  clear: both;
  padding: 15px 0px;
  margin: 0px;
}

.card-resurse ul li {
  line-height: 2px;
}

#page .home-content .no-background .field-type-taxonomy-term-reference {
  padding-bottom: 10px;
}

#footer {
  background: transparent;
  padding: 0;
}
#footer .container {
  max-width: 940px;
  background: rgba(0, 46, 109, 0.65) !important;
}

#block-block-10 h3 {
  color: #3C9BDE;
  font-size: 15px;
  text-align: center;
  margin: 0;
}

.btn-calendar {
  background: transparent;
  border: 0;
  color: #3C9BDE;
}

.cal-month-box, .cal-year-box, .cal-week-box {
  border: 0;
}
.cal-month-box .cal-cell:hover, .cal-month-box .cal-row-fluid:hover, .cal-year-box .cal-cell:hover, .cal-year-box .cal-row-fluid:hover, .cal-week-box .cal-cell:hover, .cal-week-box .cal-row-fluid:hover {
  background: transparent;
}

.events-list {
  bottom: 0;
  height: 24px;
  width: 100%;
  background: transparent;
  border-bottom: 1px solid #a0bdd1;
  cursor: pointer;
  padding: 0;
}
.events-list .event {
  display: none;
}
.events-list a {
  display: none;
}

span[data-cal-date] {
  font-size: 1em;
  opacity: 1;
  cursor: context-menu;
  margin: 0;
  /*margin-top: 0;
  margin-right: 47%;*/
}

.cal-year-box [class*="span"], .cal-month-box [class*="cal-cell"] {
  min-height: 0;
  border-right: 0;
  padding: 0 5px;
  color: #3C9BDC;
}

.cal-month-day {
  height: 30px;
  text-align: center;
  padding-top: 5px;
}
.cal-month-day .pull-right {
  float: none !important;
}

.cal-day-before {
  opacity: 0.5;
  font-weight: normal;
  color: #000;
}
.cal-day-before span {
  opacity: 0.3;
}

.cal-day-before.active span {
  opacity: 1;
}

.cal-day-today {
  background: transparent;
  opacity: 1;
}
.cal-day-today span {
  opacity: 1;
}

.cal-day-weekend span[data-cal-date] {
  color: #368ec9;
}

#cal-day-tick {
  display: none !important;
}

.cal-month-box .cal-day-today span[data-cal-date] {
  font-size: 1em;
}

.cal-month-box .cal-day-today span {
  font-size: 1em;
  color: #368ec9;
}

.cal-row-fluid {
  color: #125A8C;
}

.cal-row-head [class*="cal-cell"]:first-child, .cal-row-head [class*="cal-cell"] {
  font-size: 12px;
  line-height: 40px;
  font-weight: normal;
}

.cal-year-box .row-fluid, .cal-month-box .cal-row-fluid {
  border-bottom: 0;
  margin-bottom: 15px;
}

.btn-group {
  width: 100%;
}

.btn-calendar {
  padding: 0;
}

#cal-slide-content {
  padding: 20px;
  color: #ffffff;
  background: #11054C;
  /*url("../images/dark_wood.png")*/
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}

#cal-slide-content:hover {
  background: #2A4C6F;
}

#cal-slide-tick {
  margin-left: -9px;
}

.cal-cell .active {
  background: #368ec9;
  color: #fff;
  border-radius: 3px;
}
.cal-cell .active span {
  color: #fff;
}

#bugete {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 10px;
  /*  background: rgba(255, 255, 255, 0.95); */
  background: transparent;
}
#bugete * {
  font-family: sans-serif;
}
#bugete .row {
  margin-bottom: 0;
}
#bugete p {
  padding: 6px 0px;
  margin: 0 0 0 16px;
  display: block;
  font-size: 25px !important;
  line-height: 1.4 !important;
  color: #3867C8;
  float: left;
  cursor: pointer;
  /* border-bottom: 1px solid #ddd; */
}
#bugete #bugete-btn {
  display: inline-block;
  padding: 10px 15px 8px;
  margin: 7px;
  border: 1px solid #2788F2;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  font-family: 'Catamaran', sans-serif;
  color: #2788F2;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  background: none;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  transition: all .15s ease-out;
  cursor: pointer;
  float: right;
}
#bugete #bugete-btn:hover {
  background: #2788F2;
  color: #fff;
}
#bugete .btn {
  text-align: center;
  color: #2297F3;
  height: 30px;
  padding: 4px 12px !important;
  width: 30px;
  border-radius: 50%;
  position: relative;
  background: #FFF;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  line-height: 34px;
  transition: all .1s;
  float: right;
  margin-top: 10px;
}
#bugete .btn-icon {
  display: inline-block;
  height: 11px;
  position: relative;
  opacity: 1;
}
#bugete .btn-icon > * {
  width: 14px;
  height: 2px;
  position: absolute;
  background-color: #2297F3;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}
#bugete .btn-icon-1 {
  transform: translate(-50%, -50%) rotate(45deg);
}
#bugete .btn-icon-2 {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#bugete ul.tab-legend li:hover {
  background: transparent;
  color: #999999;
}

.tab {
  width: 100%;
  padding: 0 10px;
  overflow: hidden;
}

.tab > .tab-legend, .tab > .tab-content, .tab-legend > li, .tab-content > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tab .tab-legend {
  overflow: hidden;
}

.tab .tab-legend > li {
  padding: 5px 15px;
  color: #999999;
  font-size: 16px;
  text-transform: uppercase;
  float: left;
}

.tab .tab-legend > li {
  text-align: center;
}

.tab .tab-content {
  width: 100%;
  min-height: 350px;
  position: relative;
  overflow: hidden;
}

.tab .tab-content > li {
  position: relative;
  overflow: hidden;
}

/*Horizontal specific*/
.tab-horiz .tab-legend {
  width: 100%;
}

.tab-horiz .tab-content {
  width: 100%;
}

/*Vertical specific*/
.tab-vert .tab-legend {
  width: 20%;
  float: left;
}

.tab.tab-vert .tab-legend .active {
  border-left: solid 3px #dc5147;
}

.tab-vert .tab-legend > li {
  width: 100%;
  border-top: solid 1px #CCC;
  border-right: solid 1px #CCC;
}

.tab-vert .tab-legend > li.active {
  border-right: 0;
}

.tab-vert .tab-content {
  width: 80%;
  display: block;
  float: left;
}

.tab-vert .tab-content > li {
  min-height: 100%;
  display: block;
}

.tab .tab-content img {
  width: 100%;
  height: auto;
}

span.bugete-li {
  display: inline-block;
  padding: 10px 15px 8px;
  margin: 7px;
  border: 1px solid #2788F2;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  font-family: 'Catamaran', sans-serif;
  color: #2788F2;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  background: none;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  transition: all .15s ease-out;
  cursor: pointer;
}

span.bugete-li:hover, ul.tab-legend li.active span.bugete-li {
  background: #2788F2;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .region-bottom-boxes .button {
    top: -246px;
  }
}
.platforms img {
  width: 100%;
  height: auto;
  margin: 5px auto;
}
.platforms .platforms-img {
  text-align: center;
  margin-bottom: 10px;
}

.region-main-presa {
  padding: 0 0 0 15px;
}

#page-front .home-content *:not(.fa) {
  font-family: sans-serif;
}
#page-front .region-bottom-boxes {
  padding: 0 0 0 15px;
  margin-top: 20px;
}
#page-front .region-bottom-boxes .block {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  max-width: 249px;
  margin: -32px auto 15px;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(214, 214, 214, 0.9);
  box-shadow: 1px 1px 4px 0px #ddd;
}
#page-front .region-bottom-boxes img {
  width: 100%;
  max-width: 249px;
}
#page-front .region-bottom-boxes .block-img {
  text-align: center;
}
#page-front .region-bottom-boxes .button {
  height: 32px;
  min-height: 32px;
  max-height: 32px;
  position: relative;
  top: -100px;
  text-align: center;
}
#page-front .region-bottom-boxes .button a.btn {
  display: inline-block;
  padding: 10px 15px 8px;
  border: 1px solid #2788F2;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  font-family: 'Catamaran', sans-serif;
  color: #2788F2;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  transition: all .15s ease-out;
  cursor: pointer;
  opacity: 0.9;
}
#page-front .region-bottom-boxes .button a.btn:hover {
  background: #2788F2;
  color: #fff;
}
#page-front .region-bottom-boxes .box-default li a {
  color: #002e5e;
  text-decoration: none;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
#page-front .region-bottom-boxes .box-default li a:hover {
  color: #d94a7f;
}

.view-noutati .views-row, .view-comunicate-de-presa .views-row {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.view-noutati .views-field-title, .view-comunicate-de-presa .views-field-title {
  font-size: 1.3em;
  line-height: 23px;
  margin-bottom: 15px;
  margin-top: 20px;
}
.view-noutati .views-field-changed, .view-noutati .feed-item-body, .view-comunicate-de-presa .views-field-changed, .view-comunicate-de-presa .feed-item-body {
  margin-bottom: 0.5em;
}
.view-noutati a, .view-comunicate-de-presa a {
  color: #002e5e;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
  text-align: justify;
  transition: all 0.4s ease-in-out;
}
.view-noutati a:hover, .view-comunicate-de-presa a:hover {
  color: #d94a7f;
  text-decoration: none;
}
.view-noutati .more-link a:hover, .view-comunicate-de-presa .more-link a:hover {
  color: #fff;
  text-decoration: none;
}

#block-views-noutati-block {
  clear: both;
  padding: 10px 0 25px 0;
}
#block-views-noutati-block h2 {
  padding: 0px 0px 12px 8px;
  border-bottom: 1px solid #ddd;
}
#block-views-noutati-block ul {
  padding: 0;
}
#block-views-noutati-block li {
  padding: 5px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
#block-views-noutati-block li a {
  color: #002e5e;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
  text-align: justify;
  transition: all 0.4s ease-in-out;
}
#block-views-noutati-block li a:hover {
  color: #d94a7f;
  text-decoration: none;
}
#block-views-noutati-block p {
  border-top: 1px solid #c9c9c3;
  padding-top: 10px;
  color: #767777;
}
#block-views-noutati-block .date-display-single {
  color: #0c2577;
  font-weight: 100;
  font-size: 1em;
}

#block-views-comunicate-de-presa-block-1 {
  clear: both;
  padding: 10px 0 25px 0;
}
#block-views-comunicate-de-presa-block-1 h2 {
  padding: 0px 0px 12px 8px;
  border-bottom: 1px solid #ddd;
}
#block-views-comunicate-de-presa-block-1 ul {
  padding: 0;
}
#block-views-comunicate-de-presa-block-1 li {
  padding: 5px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
#block-views-comunicate-de-presa-block-1 li a {
  color: #002e5e;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
  text-align: justify;
  transition: all 0.4s ease-in-out;
}
#block-views-comunicate-de-presa-block-1 li a:hover {
  color: #d94a7f;
  text-decoration: none;
}
#block-views-comunicate-de-presa-block-1 p {
  border-top: 1px solid #c9c9c3;
  padding-top: 10px;
  color: #767777;
}
#block-views-comunicate-de-presa-block-1 .date-display-single {
  color: #0c2577;
  font-weight: 100;
  font-size: 1em;
}
#block-views-comunicate-de-presa-block-1 .views-field-title {
  margin: 10px 0;
}

.block-aggregator {
  clear: both;
  padding: 10px 0 25px 0;
}
.block-aggregator h2 {
  padding: 0px 0px 12px 8px;
  border-bottom: 1px solid #ddd;
}
.block-aggregator li {
  width: 47%;
  display: inline-block;
  vertical-align: top;
  padding: 5px;
  /*border-bottom: 1px solid #ddd;*/
}
.block-aggregator li a {
  color: #002e5e;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
  text-align: justify;
  transition: all 0.4s ease-in-out;
}
.block-aggregator li a:hover {
  color: #d94a7f;
  text-decoration: none;
}
.block-aggregator p {
  border-top: 1px solid #c9c9c3;
  padding-top: 10px;
  color: #767777;
}
.block-aggregator .date-display-single {
  color: #0c2577;
  font-weight: 100;
  font-size: 1em;
}

#block-block-12 {
  clear: both;
}

iframe {
  width: 100%;
  height: 100%;
}

.fluid-width-video-wrapper {
  padding: 0% !important;
}

.tableauPlaceholder {
  left: -9px;
}

@media only screen and (min-width: 768px) {
  #block-views-comunicate-de-presa-block-1 li {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    height: 115px;
    overflow: hidden;
  }

  #block-views-noutati-block li {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    height: 110px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .block-aggregator li {
    width: 100%;
    display: block;
  }

  #block-block-12 {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  #block-block-12 {
    display: none;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 0;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 0;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 0;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 0;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 0;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

ul.select2-results__options {
  max-height: initial !important;
}

#search-language-column .language-item {
  height: 16px;
  line-height: 16px;
}
#search-language-column li.select2-results__option {
  text-align: left !important;
  padding-top: 1px;
  padding-bottom: 1px;
}
#search-language-column li.select2-results__option div.language-item {
  text-align: left !important;
}
#search-language-column .select2-selection {
  border: 1px solid #dddddd;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  height: 30px;
}
#search-language-column .select2-selection div.language-item {
  margin-top: 1px;
  text-align: left !important;
}

/* ----------------------- ADMIN ---------------------- */
body.admin-menu #page .home-content .no-background {
  background: #fff;
  padding: 0 15px;
}
body.admin-menu #page .region-bottom-boxes {
  margin-top: 0;
}

/* ----------------------- END ADMIN ---------------------- */

/*# sourceMappingURL=main.css.map */
