/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to robotoregular.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: robotoregular; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

.article-box-bg .grid{margin: 0px!important; background:transparent!important;}

/* animate-item-size-item
------------------------- */

.animate-item-size-item {
  float: left;
}

/* animate-item-size-item is invisible, but used for layout */
.animate-item-size-item,
.animate-item-size-item__content {
  width: 60px;
  height: 60px;
}

/* animate-item-size-item__content is visible, and transitions size */
.animate-item-size-item__content {
  background: #8DF;
  border: 2px solid #333;
  border-color: hsla(0, 0%, 0%, 0.7);
  -webkit-transition: width 0.4s, height 0.4s;
     -moz-transition: width 0.4s, height 0.4s;
       -o-transition: width 0.4s, height 0.4s;
          transition: width 0.4s, height 0.4s;
}

.animate-item-size-item:hover .animate-item-size-item__content {
  border-color: white;
  background: #4BF;
  cursor: pointer;
}

/* both animate-item-size-item and animate-item-size-item content change size */
.animate-item-size-item.is-expanded,
.animate-item-size-item.is-expanded .animate-item-size-item__content {
  width: 180px;
  height: 120px;
}

.animate-item-size-item.is-expanded {
  z-index: 2;
}

.animate-item-size-item.is-expanded .animate-item-size-item__content {
  background: #F90;
}

/* ---- responsive ---- */

.grid--animate-item-size-responsive .animate-item-size-item,
.grid--animate-item-size-responsive .grid-sizer {
  width: 20%;
}

.grid--animate-item-size-responsive .animate-item-size-item__content,
.grid--animate-item-size-responsive .animate-item-size-item.is-expanded .animate-item-size-item__content {
  width: 100%;
  height: 100%;
}

/* item has expanded size */
.grid--animate-item-size-responsive .animate-item-size-item.is-expanded {
  width: 60%;
}

/* button
------------------------- */

.button {
  display: inline-block;
  padding: 4px;
  font-size: 13px;
  margin-bottom: 5px;
  background: #f2f2f2;
  border: 2px solid #a9a9a9;
  border-radius: 7px;
  color: #222;
  cursor: pointer;
  margin-right: 5px !important;
}

.button:hover {
  background-color: #ce0000;
  color: #fff;
  border: 2px solid #ce0000 !important;
}

.button:active,
.button.is-checked,
.button.is-selected {
  background-color: #ce0000;
}

.button.is-checked,
.button.is-selected {
  color: white;
  border: 2px solid #ce0000;
}

.button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* hide radio inputs */
.button input[type="radio"] { display: none; }

/* ---- button-group ---- */

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  display:inline-block;
  border-radius: 20px;
  margin-right: 5px;
}

.button-group .button:first-child { border-radius: 20px; margin-right: 1px !important; }
.button-group .button:last-child { border-radius: 20px; }


/* element-item
------------------------- */

.element-item {
  position: relative;
  /*position: static!important; */
  float: left;
  width: 290px;
  /*min-height: 394px;*/
  height: 394px;
  margin: 0px 25px 25px 0px;
  background: #ffffff!important;
  color: #262524;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}


.element-item > * {
  margin: 0;
  padding: 0;
}

.element-item .name {
/*  position: absolute;

  left: 10px;
  top: 60px;*/
  text-transform: none;
  letter-spacing: 0;
  font-size: 13px;
  font-weight: normal;
  line-height:18px;
  margin-bottom:15px;
  padding-left:20px;
  padding-right:20px;
}

.button-group{text-align:center;}
.sort-by-button-group{text-align: right; padding-right: 25px;}
.sort-by-button-group span{padding-top: 6px; position: relative; top: 2px; vertical-align: top; margin-right: 8px;}
.element-item .thumb {width:100%; margin-bottom:20px; float:left;}
.element-item .thumb a:hover {opacity: 0.7;}
.element-item .thumb img{width: 100%;}



.element-item .symbol {
  /*position: absolute;
  left: 10px;
  top: 0px;*/
  font-size: 13px;
  //font-family: 'robotobold';
  font-family: 'latobold';
  color: #ce0000;
  margin-bottom:15px;
  padding-left:20px;
  padding-right:20px;
}
.element-item .symbol a {
  color: #ce0000;
  text-decoration: none;
  min-height: 60px;
  float:left;
  width: 100%;
}
.element-item .symbol a:hover {
  color: #000;
  text-decoration: none;
}
.element-item .botrighttext{float:right; 
  position: absolute;
  right: 25px;
  bottom: 4px;}
.element-item .botrighttexthomepage{float:right; 
  position: absolute;
  right: 25px;
  bottom: 14px;}
.element-item .number {
  /*position: absolute;
  right: 65px;
  bottom:5px;*/
  float:left;
  font-size:10px;
  color: #757575;
  padding-left: 25px;
  margin-right: 15px;
  background: url("/themes/custom/ukuni/css/../images/home-sprite.png") no-repeat left -204px top -525px;
}
.element-item .number:hover {
  color:#ce0000;
  background: url("/themes/custom/ukuni/css/../images/home-sprite.png") no-repeat left -284px top -525px;
  cursor:pointer;
}

.element-item .weight {
  /*position: absolute;
  right: 20px;
  bottom:5px;*/
  float:left;
  font-size:10px;
  color: #757575;
  padding-left: 25px;
  background:url(/themes/custom/ukuni/css/../images/quote.png) no-repeat left 0px;
}
.element-item .weight:hover {
  color:#ce0000;
  background:url(/themes/custom/ukuni/css/../images/quote.png) no-repeat left -34px;
  cursor:pointer;
}

.element-item.alkali          { background: #F00; background: hsl(   0, 100%, 50%); }
.element-item.alkaline-earth  { background: #F80; background: hsl(  36, 100%, 50%); }
.element-item.lanthanoid      { background: #FF0; background: hsl(  72, 100%, 50%); }
.element-item.actinoid        { background: #0F0; background: hsl( 108, 100%, 50%); }
.element-item.transition      { background: #0F8; background: hsl( 144, 100%, 50%); }
.element-item.post-transition { background: #0FF; background: hsl( 180, 100%, 50%); }
.element-item.metalloid       { background: #08F; background: hsl( 216, 100%, 50%); }
.element-item.diatomic        { background: #00F; background: hsl( 252, 100%, 50%); }
.element-item.halogen         { background: #F0F; background: hsl( 288, 100%, 50%); }
.element-item.noble-gas       { background: #F08; background: hsl( 324, 100%, 50%); }

/* grid
------------------------- */

.grid {
 padding:0!important;
  position: relative;
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- counting ---- */

.grid--counting {
  counter-reset: item;
}

.grid--counting .grid-item:before {
  counter-increment: item;
  content: counter(item);
  display: block;
  color: #555;
  padding-top: 0.2em;
  text-align: center;
  font-size: 18px;
}

/* ---- horizontal ---- */

/* horizontal examples need height */
.grid--horizontal {
  height: 334px;
}

/* ---- static banner ---- */

.grid--has-banner {
  position: relative;
}

.static-banner {
  position: absolute;
  left: 10px;
  top: 10px;
  background: hsla(210, 100%, 50%, 0.8);
  z-index: 1;
  padding: 2px 20px;
  color: white;
  pointer-events: none;
}

/* ---- fixed-width ---- */

.grid--fixed-width {
  width: 304px;
}

/* ---- stamp ---- */

.grid--has-stamp {
  position: relative;
}

/* ---- fit-width ---- */

/* centered */
.grid--fit-width {
  margin: 0 auto;
}

/* grid-image-item
------------------------- */

.grid-image-item,
.grid--images .grid-sizer { width: 33.33%; }

.grid-image-item {
  float: left;
}

.grid-image-item img {
  display: block;
  max-width: 100%;
}

/* grid-item
------------------------- */

.grid-item {
  float: left;
  width: 50px;
  height: 50px;
  background: #e6e5e4;
  border: 2px solid #b6b5b4;
  border-color: hsla(0, 0%, 0%, 0.4);
}

.grid-item--width2 { width: 100px; }
.grid-item--height2 { height: 100px; }

.grid-item--width3 { width: 150px; }
.grid-item--height3 { height: 150px; }

.grid-item--gigante {
  width: 150px;
  height: 200px;
}

.grid--clickable .grid-item:hover {
  border-color: #28F;
  background: #8CF;
  cursor: pointer;
}

/* ---- insert demo ---- */

.grid-item .number {
  line-height: 50px;
  text-align: center;
  color: #333;
  margin: 0;
  font-size: 1.3rem;
}

/* ---- fluid-5-col ---- */

.grid--fluid-5-col .grid-item,
.grid--fluid-5-col .grid-sizer { width: 20%; }

.grid--fluid-5-col .grid-item--width2 { width: 40%; }

/* ---- grid--masonry-gutter ---- */

.grid--has-gutter .grid-item--width2 {
  width: 110px;
}

/* ---- grid--masonry-gutter-bottom ---- */

.grid--masonry-gutter-bottom .grid-item {
  margin-bottom: 10px;
}

.grid--masonry-gutter-bottom .grid-item--height2 {
  height: 110px;
}

/* ---- grid--packery-gutter ---- */

.grid--packery-gutter .grid-item--width2 { width: 110px; }
.grid--packery-gutter .grid-item--height2 { height: 110px; }

/* ---- grid--fluid-gutter ---- */

.grid--fluid-gutter .grid-item,
.grid--fluid-gutter .grid-sizer {
  width: 22%;
}

.grid--fluid-gutter .gutter-sizer {
  width: 4%;
}

.grid--fluid-gutter .grid-item--width2 {
  width: 48%;
}

/* ---- masonry-horizontal ---- */

.grid--masonry-horizontal-gutter .grid-item--height2 {
  height: 110px;
}

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

.grid--masonry-horizontal-gutter-right .grid-item {
  margin-right: 10px;
}

.grid--masonry-horizontal-gutter-right .grid-item--width2 {
  width: 110px;
}

/* ---- cells-by-row-element-sizing ---- */

.grid--cells-by-row-element-sizing .grid-item {
  width: 13%;
}

.grid--cells-by-row-element-sizing .grid-item--width2 {
  width: 23%;
}

.grid--cells-by-row-element-sizing .grid-sizer {
  width: 25%;
  height: 110px;
}

/* ---- cells-by-column-element-sizing ---- */

.grid--cells-by-column-element-sizing .grid-item {
  height: 13%;
}

.grid--cells-by-column-element-sizing .grid-item--width2 {
  height: 23%;
}

.grid--cells-by-column-element-sizing .grid-sizer {
  height: 25%;
  width: 110px;
}

/* ---- fitrows-gutter ---- */

.grid--fit-rows-gutter .grid-item--width2 { width: 110px; }
.grid--fit-rows-gutter .grid-item--width3 { width: 170px; }

/* grid-splash-item
------------------------- */

.grid-splash-item {
  float: left;
  width: 100px;
  height: 100px;
  margin: 5px;
  padding: 20px;
  background: red;
  color: white;
  font-size: 3.0rem;
  //font-family: 'robotobold';
  font-family: 'latobold';
  line-height: 1.0;
}

.grid-splash-item--width2 { width: 210px; }
.grid-splash-item--height2 { height: 210px; }

.grid-splash-item:nth-child(10n+0) { background: hsl(   0, 100%, 50%); }
.grid-splash-item:nth-child(10n+1) { background: hsl(  36, 100%, 50%); }
.grid-splash-item:nth-child(10n+2) { background: hsl(  72, 100%, 50%); }
.grid-splash-item:nth-child(10n+3) { background: hsl( 108, 100%, 50%); }
.grid-splash-item:nth-child(10n+4) { background: hsl( 144, 100%, 50%); }
.grid-splash-item:nth-child(10n+5) { background: hsl( 180, 100%, 50%); }
.grid-splash-item:nth-child(10n+6) { background: hsl( 216, 100%, 50%); }
.grid-splash-item:nth-child(10n+7) { background: hsl( 252, 100%, 50%); }
.grid-splash-item:nth-child(10n+8) { background: hsl( 288, 100%, 50%); }
.grid-splash-item:nth-child(10n+9) { background: hsl( 324, 100%, 50%); }


/* in-use-grid
------------------------- */

.in-use-grid .grid-sizer,
.in-use-grid__item { width: 23.5%; }
.in-use-grid .gutter-sizer { width: 2%; }

.in-use-grid__item {
  display: block;
  background: #161615;
  float: left;
  margin-bottom: 20px;
  border-radius: 5px;
}

.in-use-grid__item__title {
  margin: 0;
  padding: 10px;
}

.in-use-grid__item__image {
  display: block;
  max-width: 100%;
  border-radius: 0 0 5px 5px;
}
.pager-load-more{}
.pager-load-more a{background: #ce0000!important; border-radius: 4px!important; color: #fff!important; display: inline-block!important;
    font-size: 12px!important; padding: 5px 15px!important; text-decoration: none!important; border: medium none !important;}

/* start element-item-latest ------------------------- */

.element-item-latest {
  position: relative;
  /*position: static!important; */
  float: left;
  width: 300px;
  min-height: 394px;
  margin: 0px 25px 25px 0px;
  /*padding: 25px;*/
  background: #ffffff!important;
  color: #262524;
  /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
}


.element-item-latest > * {
  margin: 0;
  padding: 0;
}

.element-item-latest .name {
/*  position: absolute;

  left: 10px;
  top: 60px;*/
  padding-left:20px;
  padding-right:20px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 13px;
  font-weight: normal;
  line-height:18px;
  margin-bottom:15px;
}

.button-group{text-align:center;}
.sort-by-button-group{text-align: right; padding-right: 38px; margin: 10px 0 2px;}
.sort-by-button-group span{padding-top: 6px; position: relative; top: 6px; vertical-align: top; margin-right: 8px;}
.element-item-latest .thumb {width:100%; margin-bottom:20px; float:left;}



.element-item-latest .symbol {
  /*position: absolute;
  left: 10px;
  top: 0px;*/
  padding-left:20px;
  padding-right:20px;
  font-size: 13px;
  //font-family: 'robotobold';
  font-family: 'latobold';
  color: #ce0000;
  margin-bottom:15px;
}
.element-item-latest .symbol a {
  color: #ce0000;
  text-decoration: none;
}
.element-item-latest .symbol a:hover {
  color: #000;
  text-decoration: none;
}
.element-item-latest .botrighttext{float:right; 
  position: absolute;
  right: 25px;
  bottom: 0px;}
.element-item-latest .number {
  /*position: absolute;
  right: 65px;
  bottom:5px;*/
  float:left;
  font-size:10px;
  color: #757575;
  padding-left: 25px;
  margin-right: 15px;
  /*background:url(/themes/custom/ukuni/css/../images/eye.png) no-repeat left 2px;*/
  background:url("/themes/custom/ukuni/css/../images/home-sprite.png") no-repeat left -204px top -525px;
}
.element-item-latest .number:hover {
  color:#ce0000;
  background:url("/themes/custom/ukuni/css/../images/home-sprite.png") no-repeat left -284px top -525px;
  cursor:pointer;
}

.element-item-latest .weight {
  /*position: absolute;
  right: 20px;
  bottom:5px;*/
  float:left;
  font-size:10px;
  color: #757575;
  padding-left: 25px;
  background:url(/themes/custom/ukuni/css/../images/quote.png) no-repeat left 0px;
}
.element-item-latest .weight:hover {
  color:#ce0000;
  background:url(/themes/custom/ukuni/css/../images/quote.png) no-repeat left -34px;
  cursor:pointer;
}

.element-item-latest.alkali          { background: #F00; background: hsl(   0, 100%, 50%); }
.element-item-latest.alkaline-earth  { background: #F80; background: hsl(  36, 100%, 50%); }
.element-item-latest.lanthanoid      { background: #FF0; background: hsl(  72, 100%, 50%); }
.element-item-latest.actinoid        { background: #0F0; background: hsl( 108, 100%, 50%); }
.element-item-latest.transition      { background: #0F8; background: hsl( 144, 100%, 50%); }
.element-item-latest.post-transition { background: #0FF; background: hsl( 180, 100%, 50%); }
.element-item-latest.metalloid       { background: #08F; background: hsl( 216, 100%, 50%); }
.element-item-latest.diatomic        { background: #00F; background: hsl( 252, 100%, 50%); }
.element-item-latest.halogen         { background: #F0F; background: hsl( 288, 100%, 50%); }
.element-item-latest.noble-gas       { background: #F08; background: hsl( 324, 100%, 50%); }


.block-content .element-item{width: 300px;}
.block-content .element-item:nth-child(3){margin-right: 0!important;}


/* end element-item-latest ------------------------- */
.sort-by-button-group button {
    margin-right:0px !important;
}
.sort-by-button-group button:last-child {
    margin-right:1px !important;
}

.universities-icon{background:url("/themes/custom/ukuni/css/../images/home-sprite.png") no-repeat scroll left -432px top -276px; width: 34px; height: 34px;}
.offers-icon{background:url("/themes/custom/ukuni/css/../images/home-sprite.png") no-repeat scroll left -424px top -373px; width: 36px; height: 37px;}
.courses-icon{background:url("/themes/custom/ukuni/css/../images/home-sprite.png") no-repeat scroll left -428px top -477px; width: 40px; height: 40px;}
.languages-icon{background:url("/themes/custom/ukuni/css/../images/home-sprite.png") no-repeat scroll left -428px top -583px; width: 42px; height: 37px;}


@media only screen and (max-width: 768px) {
.block-content .element-item:nth-child(3){margin-right: 0px!important;}
    .block-content .element-item{ font-size: 13px; padding: 9px 14px 4px!important;}
}

@media only screen and (max-width: 414px) {
 
    .element-item .botrighttext{bottom: 3px; position: absolute !important; right: 16px;}
    
}