@import "/css/blueprint/reset_clearfix.min.css";
/*@font-face {
  font-family: 'Comfortaa', cursive;
  src: url('/css/fonts/Comfortaa-Bold.ttf');}
*/

/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/

.spring-leaf-box {
  background-color: #88a825;
  /*padding: 90px 0;*/
  padding: 50px 0;
  text-align: center !important;
}
.fanta-box {
  background-color: #ed8c2b;
  padding: 55px 0;
}
.sweet-cherry-box {
  background-color: #911146;
  padding: 55px 0;
}
.plum {
  background-color: #35203b;
}
.fanta {
  background-color: #ed8c2b;
}
.forest-fox {
  background-color: #cf4a30;
}
.spring-leaf {
  background-color: #88a825;
}
.sweet-cherry {
  background-color: #911146;
}
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

.center {
  margin: 0 auto;
  text-align: center;
}
.center > DIV {
  text-align: left;
}
.padding {
  padding-top: 80px;
}
*,
.boxsizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

}
.left {
  float: left;
}
.right {
  float: right;
}
html,
button,
input,
select,
textarea {
  outline: none;
  font-size: 12px;
  color: white;
  font-family: 'Rubik', sans-serif;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-style: italic;
  font-size: 12px;
  color: #606063;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
  font-size: 12px;
  color: #606063;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 12px;
  color: #606063;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-style: italic;
  font-size: 12px;
  color: #606063;
}
input[type=checkbox] {
  background: none;
}
select {
  color: #36353f;
  user-select: none;
  -ms-user-select: none;
  opacity: 0.9;
  border: none;
}
A {
  text-decoration: none;
  color: #35203b;
}
A:hover {
  text-decoration: underline;
  color: #35203b;
}
P {
  margin-right: 15px;
  padding: 25px 150px 0 150px;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  text-align: center;
  color: white;
  font-family: 'Rubik', sans-serif;
}
i,
em {
  font-style: italic;
  color: inherit;
}
.inner {
  max-width: 1120px;
  width: 100%;
  margin: 0px auto;
  position: relative;
}
h1 {
  font-size: 71px;
  line-height: 74px;
  padding-bottom: 45px;
  font-family: 'Comfortaa', cursive;
  font-weight: bold;
  text-transform: uppercase;
  color: #35203b;
}
h1.title {
  text-align: center;
}
h1.title::before,
h1.title::after {
  content: '�';
  display: inline;
}
H2 {
  font-size: 20px;
  line-height: 24px;
  color: #860d52;
  padding-top: 25px;
  font-family: 'Comfortaa', cursive;
  font-weight: bold;
}
/*H3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  font-family:'Comfortaa', cursive;
  padding-top: 20px;
}
*/

H4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  color: #35203b;
  font-family: 'Rubik', sans-serif;
  /*font-family: 'Open Sans', sans-serif;*/
  padding: 20px 10px 20px 0;
  background: url(/images/icon/citaj-vise.png) no-repeat right center;
  width: 85px;
  margin: 0 auto;
}
IMG {
  display: block;
}
.valid-error {
  border: 1px solid red !important;
}
/* ==========================================================================
   General
   ========================================================================== */

html {
  height: 100%;
  /* to keep .footer on bottom */
  margin: 0;
  /* to get rid of scroll bar, because (100% + default margin = scroll) */

}
form#app {
  margin-bottom: 400px;
}
body {
  /* sanja- maknula sam ovaj min-height jer footer nije bio klikabilan na stranicama sa malom visinom:*/
  /*min-height: 100%;*/
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #84837f;
  text-align: center;
}
#wrap {
  width: 1130px;
  margin: 0px auto;
  text-align: left;
}
.buttony {
  padding: 15px;
  font-size: 13px;
  line-height: 11px;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  height: 40px;
  min-width: 110px;
  text-align: center;
  outline: none;
}
.buttony:hover {
  cursor: pointer;
}
.buttony:disabled {
  opacity: 0.6;
}
.buttony-grey {
  background: #edecef;
  color: black;
}
.buttony-grey:hover {
  background: #0a0629;
  color: white;
}
.buttony-dark {
  background: #0a0629;
  color: white;
}
/* BUTTONS */

.rotator {
  position: relative;
  width: 1120px;
  height: 800px;
  overflow: hidden;
  z-index: 1;
  margin: 0 auto;
  padding: 20px 0;
}
.rotator .bx-wrapper,
.rotator .bx-viewport {
  height: auto;
  min-height: 660px;
  overflow: visible !important;
  padding-bottom: 60px;
}
.rotator .slider .slide {
  height: 700px;
  width: 100%;
  position: relative;
  background-position: center center !Important;
  background-size: contain !Important;
}
.rotator .slider .slide .caption {
  position: absolute;
  bottom: -50px;
  width: 100%;
}
.rotator .slider .slide .caption h3 {
  font-family: 'Rubik', sans-serif;
  /*font-family: 'Open Sans', sans-serif;*/
  font-size: 16px;
  font-weight: 300;
  border-top: 1px solid white;
  color: white;
  line-height: 30px;
  text-align: left;
  text-indent: 40px;
}
.rotator .news-slider {
  margin: 0 auto;
}
.rotator .news-slider .bx-wrapper,
.rotator .news-slider .bx-viewport {
  height: 420px !important;
}
.rotator .news-slider .news-item .image {
  max-width: 255px;
  position: relative;
}
.rotator .news-slider .news-item .image .news-title {
  position: absolute;
  bottom: 5px;
  background-color: #004454;
  padding: 5px 7px;
  margin-bottom: 5px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  z-index: 200;
}
.rotator .news-slider .news-item .image .image-add {
  position: absolute;
  background-color: #1d1d1d;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  opacity: 0.3;
}
.rotator .news-slider .news-item .news-subs {
  color: #fbdb01;
  font-size: 13px;
  margin-top: 10px;
  max-width: 255px;
}
.rotator .news-slider .news-item .news-description p {
  color: white;
  font-size: 13px;
  line-height: 19px;
}
.rotator .news-slider .news-item:hover .image-add {
  display: none;
}
.rotator .news-slider .title {
  color: white;
  background: transparent url("/images/bg/arrow-dark-left.png") no-repeat 0 0;
}
.rotator .bx-wrapper {
  border: none !important;
  width: 100% !important;
}
.rotator .bx-wrapper .bx-viewport {
  position: static !important;
}
.rotator .bx-wrapper .bx-viewport .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 69px;
  height: 69px;
  outline: 0;
}
.rotator .bx-wrapper .bx-viewport .bx-controls-direction a.bx-prev {
  left: 10px;
}
.rotator .bx-wrapper .bx-viewport .bx-controls-direction a.bx-next {
  right: 10px;
}
.rotator .bx-wrapper,
.rotator .bx-viewport {
  border: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: initial;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 315px;
  margin-top: -16px;
  width: 69px;
  height: 69px;
  outline: 0;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
  left: 10px;
}
.bx-wrapper .bx-controls-direction a.bx-next {
  right: 10px;
}
.gmap-holder {
  margin-top: 50px;
  height: 420px;
}
.gmap-holder .g_mark {
  width: 175px;
  text-align: left;
}
.gmap-holder .g_mark h1,
.gmap-holder .g_mark p {
  color: #006179;
}
.gmap-holder .g_mark h1 {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 19px;
  font-weight: bold;
  padding-bottom: 0;
}
.gmap-holder .g_mark p {
  font-size: 12px;
  line-height: 17px;
}
.news-rotator {
  margin-top: 5px;
  background: #860d52;
  height: 420px;
}
.news-rotator .title {
  background: transparent url(/images/bg/arrow-white-left.png) no-repeat 10px 30px;
  color: white;
  padding-left: 30px;
  margin-bottom: 15px;
}
#gif-picture {
  padding-top: 0px;
  width: 100%;
  background-color: #ed8c2b;
}
#timeline {
  padding: 120px 0 160px 0;
}
#timeline p {
  padding: 25px 0 0 0;
}
.front-adds {
  text-align: center;
  padding: 90px 0;
}
.front-adds .link-item {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
  cursor: pointer;
  text-align: center;
}
.front-adds .link-item span {
  height: 173px;
  width: 173px;
  display: inline-block;
}
.front-adds .link-item .title {
  padding: 120px 40px 70px 40px;
  font-size: 30px;
  line-height: 34px;
  color: white;
  width: 360px;
  height: 250px;
  display: block;
  font-weight: normal;
  background-color: #911146;
  margin-top: -100px;
  transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
}
.front-adds .link-item #who {
  background: transparent url(/images/bg/front-page-face.png) no-repeat 0 0;
}
.front-adds .link-item #fly {
  background: transparent url(/images/bg/front-page-face.png) no-repeat -182px 0;
}
.front-adds .link-item #inspire {
  background: transparent url(/images/bg/front-page-face.png) no-repeat -370px 0;
}
.front-adds .link-item:hover {
  text-decoration: none;
}
.front-adds .link-item:hover .title {
  background-color: #88a825;
}
#logo {
  position: absolute;
  top: 0px;
  left: 0;
  top: 10px;
  width: 236px;
  height: 82px;
  background: transparent url(/images/bg/logo.png) no-repeat 0 0;
  z-index: 10000;
}
#logo:hover {
  background: transparent url(/images/bg/logo.png) no-repeat 1px -90px;
}
HEADER {
  position: relative;
  z-index: 1;
  min-height: 110px;
  font-family: 'Comfortaa', cursive;
  text-transform: uppercase;
  background-color: #35203b;
}
HEADER #logo {
  position: relative;
  display: inline-block;
  float: left;
  top: 14px;
  width: 236px;
  height: 82px;
  background: transparent url(/images/bg/logo.png) no-repeat 0 0;
  z-index: 10000;
}
HEADER #logo:hover {
  background: transparent url(/images/bg/logo.png) no-repeat 1px -90px;
}
HEADER #top {
  display: none;
  height: 25px;
  text-align: right;
  font-size: 10px;
  color: #606063;
}
HEADER #top .links {
  float: right;
  font-size: 13px;
  margin: 15px 0;
  margin-right: 25px;
}
HEADER #top .links .hr,
HEADER #top .links .en {
  display: inline-block;
  color: #84837f;
}
HEADER #top .links a:hover,
HEADER #top .links .selected {
  color: #006179;
}
HEADER #top .links .hr {
  text-align: left;
}
HEADER #top .links .en {
  text-align: right;
}
HEADER #main-menu {
  height: auto;
  padding: 0;
  margin: 15px 0;
  height: 80px;
  width: 65%;
  float: right;
}
HEADER #main-menu .mainMenu li {
  display: block;
  float: left;
  text-align: center;
  margin: 0 10px;
}
HEADER #main-menu .mainMenu li a {
  vertical-align: middle;
  display: block;
  height: auto;
  width: auto;
  max-width: 150px;
  padding: 10px 0;
  color: #ed8c2b;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  border-top: 3px solid #35203b;
}
HEADER #main-menu .mainMenu li:hover,
HEADER #main-menu .mainMenu li.selected {
  background: none;
}
HEADER #main-menu .mainMenu li:hover a,
HEADER #main-menu .mainMenu li.selected a {
  color: white;
  text-decoration: none;
  border-top: 3px solid white;
}
HEADER #main-menu .mainMenu li .menu-list {
  visibility: hidden;
  position: absolute;
  padding-bottom: 20px;
  background: white;
}
HEADER #main-menu .mainMenu li .menu-list li {
  display: block;
  margin-top: 20px;
  min-width: 250px;
}
HEADER #main-menu .mainMenu li .menu-list li a {
  font-style: italic;
  color: #84837f;
  display: block;
}
HEADER #main-menu .mainMenu li .menu-list li:hover {
  background: white;
}
HEADER #main-menu .mainMenu li .menu-list li:hover a {
  color: #006179;
  text-decoration: underline;
}
HEADER #main-menu .mainMenu li:hover > .menu-list {
  visibility: visible;
  opacity: 0.9;
}
HEADER #main-menu .mainMenu li:nth-child(4) a {
  max-width: 77px;
}
HEADER #main-menu .mainMenu li:nth-child(5) a,
HEADER #main-menu .mainMenu li:nth-child(1) a {
  max-width: 110px;
}
/* HEADER */

.standard h1 {
  font-size: 71px;
  line-height: 74px;
  padding: 70px 0;
  font-family: 'Comfortaa', cursive;
  font-weight: bold;
  text-transform: uppercase;
  color: #35203b;
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
.standard h1 span {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  position: relative;
  top: -20px;
}
.standard h1::before {
  content: '.';
  display: block;
  font-size: 100px;
  float: left;
  margin-top: 10%;
}
.standard h1::after {
  content: '.';
  display: block;
  font-size: 100px;
  line-height: 7px;
  float: right;
  font-weight: bold;
  margin-top: -10%;
}
.standard #container-title-55 {
  background-color: #911146;
}
.standard #container-title-55 h1 {
  color: white;
}
.standard #container-title-55 h1::before {
  margin-top: 0%;
  line-height: 7px;
}
.standard #container-title-55 h1::after {
  margin-top: 0%;
}
.standard #container-title-53 {
  background-color: #cf4a30;
}
.standard #container-title-53 h1 {
  color: white;
}
.standard #container-title-53 h1::before {
  margin-top: 0%;
  line-height: 7px;
}
.standard #container-title-53 h1::after {
  margin-top: 0%;
}
.standard #container-title-54 {
  background-color: #cf4a30;
}
.standard #container-title-54 h1 {
  color: white;
  width: 900px;
}
.standard #container-title-54 h1::before {
  margin-top: 38px;
  line-height: 7px;
}
.standard #container-title-54 h1::after {
  margin-top: -36px;
}
.standard #container-title-4 {
  background-color: #911146;
}
.standard #container-title-4 h1 {
  color: white;
}
.standard #container-title-4 h1::before {
  margin-top: 0;
  line-height: 7px;
}
.standard #container-title-4 h1::after {
  margin-top: 0;
}
.standard #container-title-9 {
  background-color: #88a825;
}
.standard #container-title-9 h1 {
  color: white;
}
.standard #container-title-9 h1::before {
  margin-top: 0%;
  line-height: 7px;
}
.standard #container-title-9 h1::after {
  margin-top: 0%;
}
.standard #module-first-9 {
  background-color: #cf4a30;
}
.standard #module-first-9 .bx-wrapper .bx-prev {
  background: transparent url(/images/icon/nav-left-clear.png) no-repeat 0 0;
}
.standard #module-first-9 .bx-wrapper .bx-next {
  background: transparent url(/images/icon/nav-right-clear.png) no-repeat 0 0;
}
.standard #container-first-9 {
  background-color: #cf4a30;
}
.standard #container-first-9 .publication-one,
.standard #container-first-9 .publication-two,
.standard #container-first-9 .machinae-novae {
  padding-top: 110px;
}
.standard #container-first-9 .publication-one h3,
.standard #container-first-9 .publication-two h3,
.standard #container-first-9 .machinae-novae h3 {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 300;
  border-top: 2px solid white;
  color: white;
  line-height: 30px;
  text-align: left;
  text-indent: 40px;
}
.standard #container-first-9 .publication-one figure,
.standard #container-first-9 .publication-two figure,
.standard #container-first-9 .machinae-novae figure {
  height: 700px;
  background: url('/images/marijana-boric.png') no-repeat center center;
}
.standard #container-first-9 .publication-two {
  padding-bottom: 100px;
}
.standard #container-first-9 .publication-two figure {
  height: 700px;
  background: url('/images/faust-leteci-covjek.png') no-repeat center center;
}
.standard #container-first-9 .machinae-novae figure {
  height: 700px;
  background: url('/images/Machinae-novae.png') no-repeat center center;
}
.standard #module-first-53,
.standard #module-second-53,
.standard #module-third-53,
.standard #module-forth-53 {
  background-color: #35203b;
}
.standard #container-first-53 {
  background-color: #cf4a30;
}
.standard #container-first-53 p {
  padding: 60px 0;
}
.standard #container-first-53 .circle {
  border-radius: 50%;
  width: 210px;
  height: 210px;
  margin: 0 auto;
  background: url(/images/bg/portret-FV.jpg) no-repeat 40% 60%;
}
.standard #container-second-53 {
  background-color: #88a825;
  padding: 55px 0;
}
.standard #container-third-53 {
  background-color: #911146;
  padding: 55px 0;
}
.standard #container-forth-53 {
  background-color: #ed8c2b;
  padding: 55px 0;
}
.standard .spring-leaf-box h1.standard {
  width: 70%;
}
.standard .spring-leaf-box h1.standard::before {
  margin-top: 0;
}
.standard .spring-leaf-box h1.standard::after {
  margin-top: -5%;
}
.standard .spring-leaf-box span {
  font-weight: 400;
  text-align: center;
  color: #35203b;
  font-family: 'Rubik', sans-serif;
  padding: 20px 20px 20px 0;
  background: url(/images/icon/citaj-vise.png) no-repeat right bottom;
}
.standard ul li {
  display: inline-block;
}
.standard ul li button {
  padding: 30px 20px 40px 20px;
  border-top: 20px solid #911146 !important;
  background-color: #35203b;
  border: 0;
  width: 226px;
  height: 106px;
}
.standard ul li button:hover,
.standard ul li button:active {
  border-top: 20px solid #35203b !important;
}
.standard #container-title-15 {
  background-color: #911146;
}
.standard #container-first-15 {
  background-color: #911146;
}
.standard #module-first-15 {
  background-color: #911146;
}
.standard #module-first-15 ul {
  margin-bottom: 25px;
}
.standard #module-first-15 ul li {
  display: inline-block;
  height: auto;
}
.standard #module-first-15 ul li a {
  display: table-caption;
  padding: 30px 20px 40px 20px;
  border-top: 20px solid #911146 !important;
  color: white;
  font-size: 16px;
  font-family: 'Comfortaa', cursive;
  background-color: #35203b;
  border: 0;
  width: 260px;
  height: 106px;
}
.standard #module-first-15 ul li a:hover,
.standard #module-first-15 ul li a:active {
  border-top: 20px solid #35203b !important;
  text-decoration: none;
}
.standard #module-first-15 ul li .button {
  position: absolute;
  top: -107px;
}
/* IZDANJA I PUBLIKACIJE FAUST.ASPX id=9 */

#container-title-9 ul {
  position: relative;
  height: 70px;
}
#container-title-9 ul li {
  display: block;
  float: left;
  position: relative;
  height: auto;
  font-family: 'Comfortaa', cursive;
}
#container-title-9 ul li a {
  display: block;
  cursor: pointer;
  padding: 30px 20px 40px 20px;
  color: white;
  font-size: 16px;
  border: 0;
  width: 520px;
  height: 66px;
  /*&:hover, &:active {
                    border-top: 20px solid @plum !important;
                    text-decoration: none;
                    //max-height:116px;
                    //min-height:116px;
                    //padding:20px 20px 60px 20px;
                }*/

}
#container-title-9 ul li a#izdanja {
  /*border-top: 20px solid #88a825 !important;*/

  background-color: #911146;
}
#container-title-9 ul li a#izdanja::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 70px;
  background-color: #911146;
  height: 0px;
  transition: height 0.2s linear;
  -o-transition: height 0.2s linear;
  -moz-transition: height 0.2s linear;
  -webkit-transition: height 0.2s linear;
}
#container-title-9 ul li a#izdanja:hover,
#container-title-9 ul li a#izdanja:active {
  /*border-top: 20px solid @sweet-cherry !important;*/
  text-decoration: none;
}
#container-title-9 ul li a#izdanja:hover::before,
#container-title-9 ul li a#izdanja:active::before {
  height: 20px;
}
#container-title-9 ul li a#publikacije {
  /*border-top: 20px solid #88a825 !important;*/

  background-color: #cf4a30;
}
#container-title-9 ul li a#publikacije:hover,
#container-title-9 ul li a#publikacije:active {
  /* border-top: 20px solid @forest-fox !important;*/
  text-decoration: none;
}
#container-title-9 ul li a#publikacije:hover::before,
#container-title-9 ul li a#publikacije:active::before {
  height: 20px;
}
#container-title-9 ul li a#publikacije::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 70px;
  background-color: #cf4a30;
  height: 0px;
  transition: height 0.2s linear;
  -o-transition: height 0.2s linear;
  -moz-transition: height 0.2s linear;
  -webkit-transition: height 0.2s linear;
}
#container-title-9 ul li .button {
  position: absolute;
  top: -107px;
}
#module-first-9,
#container-first-9 {
  display: block;
  background-color: #cf4a30;
}
#module-second-9,
#container-second-9 {
  display: block;
  background-color: #911146;
}
#container-first-9 .publication-one,
#container-first-9 .publication-two,
#container-first-9 .machinae-novae {
  padding-top: 110px;
}
#container-first-9 .publication-one h3,
#container-first-9 .publication-two h3,
#container-first-9 .machinae-novae h3 {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 300;
  border-top: 2px solid white;
  color: white;
  line-height: 30px;
  text-align: left;
  text-indent: 40px;
}
#container-first-9 .publication-one figure,
#container-first-9 .publication-two figure,
#container-first-9 .machinae-novae figure {
  height: 700px;
  background: url('/images/marijana-boric.png') no-repeat center center;
}
#container-first-9 .publication-two {
  padding-bottom: 100px;
}
#container-first-9 .publication-two figure {
  height: 700px;
  background: url('/images/faust-leteci-covjek.png') no-repeat center center;
}
.machinae-novae {
  padding-top: 110px;
  padding-bottom: 100px;
}
.machinae-novae h3 {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 300;
  border-top: 2px solid white;
  color: white;
  line-height: 30px;
  text-align: left;
  text-indent: 40px;
}
.machinae-novae figure {
  height: 700px;
  background: url('/images/Machinae-novae.png') no-repeat center center;
}
/* IGRAJ id=54*/

#module-first-54 {
  background-color: #cf4a30;
}
#module-first-54 .games-container {
  padding-bottom: 25px;
  position: relative;
  bottom: -25px;
  left: 37%;
  width: 460px;
}
#module-first-54 .games-container .buttons {
  margin: 0 auto;
  position: relative;
  width: 460px;
}
#module-first-54 .games-container .buttons .button {
  display: block;
  position: relative;
  float: left;
}
#module-first-54 .games-container .buttons .button a {
  padding: 30px 20px 30px 20px;
  background-color: #88a825;
  border: 0;
  width: 226px;
  max-height: 76px;
  min-height: 76px;
  font-size: 16px;
  font-family: 'Comfortaa', cursive;
  float: left;
  color: white;
}
#module-first-54 .games-container .buttons .button a::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 75px;
  background-color: #88a825;
  height: 0px;
  transition: height 0.2s linear;
  -o-transition: height 0.2s linear;
  -moz-transition: height 0.2s linear;
  -webkit-transition: height 0.2s linear;
}
#module-first-54 .games-container .buttons .button a:hover {
  text-decoration: none;
}
#module-first-54 .games-container .buttons .button a:hover::before {
  height: 20px;
}
#module-first-54 .games-container .buttons .button:nth-child(2n) a {
  background-color: #ed8c2b;
}
#module-first-54 .games-container .buttons .button:nth-child(2n) a::before {
  background-color: #ed8c2b;
}
#module-first-54 .games-container .buttons .button:nth-child(2n) a:hover::before {
  height: 20px;
}
#container-first-4 {
  background-color: #88a825;
}
#container-first-55 {
  padding-top: 45px;
  background-color: #88a825;
}
/*
    KRAJ STANDARDA
*/

ARTICLE {
  width: 845px;
  display: block;
  float: right;
  margin: 20px 0 100px 0;
}
ARTICLE #fb-gallery {
  margin-top: 30px;
}
ARTICLE #fb-gallery a {
  position: relative;
  z-index: 100;
}
ARTICLE #fb-gallery a .add-hover {
  display: none;
}
ARTICLE #fb-gallery a:hover .add-hover {
  display: block;
  position: absolute;
  height: 100%;
  width: 112px;
  z-index: 200;
  opacity: 0.75;
  top: 0;
  background-color: #015468;
}
ARTICLE .inner-pad {
  padding-left: 20px;
}
ARTICLE .main-title {
  margin-top: 45px;
}
ARTICLE .summary p {
  font-weight: lighter;
  font-size: 14px;
  margin: 15px 0;
}
ARTICLE .main {
  margin-bottom: 20px;
}
ARTICLE .video {
  display: inline-flex;
  border: 15px solid #e5e4e2;
  margin-bottom: 44px;
}
ARTICLE ul {
  padding-top: 15px;
}
ARTICLE ul li {
  padding: 5px 0 5px 40px;
  background: transparent url("/images/bg/dot-grey.png") no-repeat 20px 12px;
}
ARTICLE #img-news-main {
  margin-bottom: 8px;
}
ARTICLE .news-list .news {
  margin-top: 0 !important;
  margin-bottom: 10px;
}
ARTICLE .news-list .news .image {
  position: relative;
  z-index: 100;
}
ARTICLE .news-list .news .image img {
  width: 100%;
}
ARTICLE .news-list .news .image .hover-ad {
  display: none;
}
ARTICLE .news-list .news .content {
  margin-top: 20px;
}
ARTICLE .news-list .news .content .head-title {
  color: #860d52;
  font-size: 13px;
  line-height: 24px;
}
ARTICLE .news-list .news .content .content-title {
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
  line-height: 24px;
  padding: 10px 0;
}
ARTICLE .news-list .news .content .content-title:hover a {
  color: #006179;
}
ARTICLE .news-list .news .content p {
  color: #84837f;
}
ARTICLE .news-list .news:hover .hover-ad {
  z-index: 100;
  display: block;
  max-width: 258.5px;
  width: 252px;
  height: 100%;
  position: absolute;
  opacity: 0.75;
  background-color: #015468;
  left: 35px;
  top: 0;
}
ARTICLE .news-list .news:hover .content .content-title,
ARTICLE .news-list .news:hover .content p,
ARTICLE .news-list .news:hover .content a {
  text-decoration: none;
}
ARTICLE .news-list .news:hover .content p {
  text-decoration: underline;
}
ARTICLE table {
  margin: 35px 0;
  font-weight: normal;
  width: 90%;
}
ARTICLE table caption {
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #860d52;
  background: transparent url("/images/bg/arrow-grey-right.png") no-repeat 0 5px;
}
ARTICLE table th,
ARTICLE table td {
  /*padding: 0 60px 0 30px;*/
  font-size: 13px;
  height: 45px;
  vertical-align: central;
}
ARTICLE table th {
  font-weight: bold;
}
ARTICLE table tr td {
  background-color: #f9f9f9;
}
ARTICLE table tr:nth-child(2n) td {
  background-color: white;
}
ARTICLE table tr:first-child td {
  border-top: 1px solid #84837f;
}
ARTICLE table tr:last-child td {
  border-bottom: 1px solid #84837f;
}
ARTICLE .form-holder {
  max-width: 800px;
  margin: 40px auto;
  width: 80%;
}
ARTICLE .form-holder li {
  background: none;
  width: 100%;
}
ARTICLE .form-holder li .tName {
  width: 30%;
  display: inline-block;
  padding-left: 10px;
  color: #006179;
}
ARTICLE .form-holder li input {
  width: 40%;
}
ARTICLE .form-holder li textarea {
  max-width: 60%;
}
ARTICLE .form-holder .last {
  text-align: center;
}
/* ARTICLE */

FOOTER {
  /*padding-top: 15px;*/
  /* sanja: pove�ala sam ovaj padding:*/
  padding-top: 30px;
  background-color: #35203b;
  height: 400px;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: -1;
}
FOOTER p,
FOOTER li,
FOOTER a {
  font-size: 18px;
  line-height: 19px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Comfortaa', cursive;
  line-height: 22px;
}
FOOTER .parachute {
  background: url(/images/bg/parachute.jpg) no-repeat 0 bottom;
  background-size: cover;
  position: absolute;
  bottom: 0;
  display: block;
  height: 138px;
  width: 100%;
}
FOOTER .mobile-banner {
  display: none;
}
FOOTER nav {
  width: 80%;
  /*width: 75%;
       padding-left: 35px;*/
  display: inline-block;
  /*.left;*/

  float: right;
}
FOOTER nav ul.mainMenu li {
  float: left;
  margin-right: 0;
  width: 100%;
  display: block;
  margin: 10px 0;
}
FOOTER nav ul.mainMenu li a {
  color: #ed8c2b;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
}
FOOTER nav ul.mainMenu li a:hover {
  color: white;
  text-decoration: none;
}
FOOTER nav ul.mainMenu li ul li {
  width: 100%;
  margin: 0;
  font-weight: normal;
  float: none;
  padding-top: 8px;
}
FOOTER nav ul.mainMenu .last {
  margin-right: 0;
}
FOOTER .img-holder {
  float: right;
  margin-right: 4px;
}
FOOTER .img-holder a {
  margin-right: 29px;
  float: left;
}
FOOTER .img-holder a:last-child {
  margin-right: 0;
  margin-left: 1px;
}
FOOTER .inner {
  text-align: left;
}
FOOTER .inner .footer1 img.footer-img {
  width: 419px;
  height: 69px;
  margin-top: 120px;
}
FOOTER .inner .novena {
  background: rgba(0, 0, 0, 0) url("/images/icon/novena.png") no-repeat scroll 0 0;
  bottom: 5px;
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 36px;
  text-indent: -1000px;
  width: 64px;
}
FOOTER .inner .facebook {
  float: left;
  display: inline-block;
}
FOOTER .inner .facebook #facebook-btn {
  display: block;
  background: transparent url("/images/icon/facebook.png") no-repeat 0 0;
  width: 35px;
  height: 35px;
}
FOOTER .inner .facebook #facebook-btn:hover,
FOOTER .inner .facebook #facebook-btn:active {
  background: transparent url("/images/icon/facebook.png") no-repeat 0 -42px;
}
FOOTER .impressum-link-footer {
  float: right;
  display: inline-block;
  /*margin-left: 35px;*/
  color: #cf4a30;
}
FOOTER .impressum-link-footer:hover {
  color: #88a825;
}
FOOTER .footer3 {
  max-width: 300px;
}
/* FOOTER */

.pager {
  margin: 50px 0 20px 0;
  padding: 15px 180px 11px 180px;
  border-top: 1px solid #c9c8c5;
  border-bottom: 1px solid #c9c8c5;
  text-align: center;
  color: #84837f;
}
.pager .prime-left {
  margin-right: 20px;
  padding-left: 18px !important;
  background: transparent url(/images/icon/arrow-nav-left.png) repeat-x 0 2px !important;
}
.pager .prime-right {
  margin-left: 20px;
  padding-right: 18px !important;
  background: transparent url(/images/icon/arrow-nav-right.png) repeat-x right 2px !important;
}
.pager a,
.pager span {
  font-size: 13px;
  line-height: 14px;
  color: #84837f;
}
.pager .pager-left {
  float: left;
}
.pager .pager-left a,
.pager .pager-left span {
  background: transparent url(/images/icon/arrow-nav-left.png) no-repeat 0 2px;
}
.pager .pager-left span,
.pager .pager-left .pager-prev {
  padding-left: 28px;
}
.pager .pager-right {
  float: right;
}
.pager .pager-right a,
.pager .pager-right span {
  background: transparent url(/images/icon/arrow-nav-right.png) no-repeat right 2px;
}
.pager .pager-right span,
.pager .pager-right .pager-next {
  padding-right: 28px;
}
.pager .disabled {
  opacity: 0.5;
}
.pager .pager-pages {
  font-weight: bold;
}
.pager .pager-pages span {
  margin: 0 10px;
}
.pager .pager-pages a {
  margin-left: 10px;
}
.pager .pager-pages a:hover {
  border-bottom: 1px solid #a5a5a6;
}
.pager .pager-pages a.selected {
  color: #860d52;
  text-decoration: underline;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (min-width: 280px) and (max-width: 1136px) {
  
}
@media (min-width: 280px) and (max-width: 1024px) {
  
}
@media (min-width: 280px) and (max-width: 768px) {
  
}
@media (min-width: 280px) and (max-width: 480px) {
  
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
         * Don't show links for images, or javascript/internal links
         */
  
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1160px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 1160px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1160px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1160px), only screen and (min-resolution: 192dpi) and (max-width: 1160px), only screen and (min-resolution: 2dppx) and (max-width: 1160px), only screen and (max-width: 1160px) {
  form#app {
    margin-bottom: 0px;
  }
  FOOTER {
    position: relative;
    bottom: unset;
    z-index: 10;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1140px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 1140px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1140px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1140px), only screen and (min-resolution: 192dpi) and (max-width: 1140px), only screen and (min-resolution: 2dppx) and (max-width: 1140px), only screen and (max-width: 1140px) {
  FOOTER {
    height: auto;
    overflow: hidden;
  }
  FOOTER .inner {
    overflow: hidden;
    padding: 0px 35px 45px 35px;
  }
  FOOTER .inner .footer1 img.footer-img {
    margin-top: 30px;
  }
  FOOTER .uk-width-large-1-3.footer1,
  FOOTER .uk-width-large-2-6.footer1,
  FOOTER .uk-width-large-1-3.footer2,
  FOOTER .uk-width-large-2-6.footer2 {
    width: 48%;
  }
  FOOTER .uk-width-large-1-3.footer1 #logo,
  FOOTER .uk-width-large-2-6.footer1 #logo,
  FOOTER .uk-width-large-1-3.footer2 #logo,
  FOOTER .uk-width-large-2-6.footer2 #logo {
    position: relative;
    top: unset;
    left: unset;
  }
  FOOTER .uk-width-large-1-3.footer3,
  FOOTER .uk-width-large-2-6.footer3 {
    position: relative;
    width: 100%;
    float: none!important;
    clear: both;
    padding-top: 65px;
    margin: 0 auto;
    overflow: hidden;
  }
  FOOTER .parachute {
    position: relative;
    bottom: unset;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 979px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 979px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 979px), only screen and (min-device-pixel-ratio: 2) and (max-width: 979px), only screen and (min-resolution: 192dpi) and (max-width: 979px), only screen and (min-resolution: 2dppx) and (max-width: 979px), only screen and (max-width: 979px) {
  P {
    margin: 0;
    padding: 25px 3% 0 3%;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    text-align: center;
    color: white;
    font-family: 'Rubik', sans-serif;
  }
  .inner {
    max-width: 1120px;
    width: 100%;
    margin: 0px auto;
    position: relative;
  }
  h1 {
    font-size: 36px;
    line-height: 42px;
    padding-bottom: 15px;
    font-family: 'Comfortaa', cursive;
    font-weight: bold;
    text-transform: uppercase;
    color: #35203b;
  }
  h1.title {
    text-align: center;
  }
  h1.title::before,
  h1.title::after {
    content: '�';
    display: inline;
  }
  H2 {
    font-size: 18px;
    line-height: 24px;
    color: #860d52;
    padding-top: 25px;
    font-family: 'Comfortaa', cursive;
    font-weight: bold;
  }
  H4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    color: #35203b;
    font-family: 'Rubik', sans-serif;
    padding: 20px 10px 20px 0;
    background: url(/images/icon/citaj-vise.png) no-repeat right center;
    width: 85px;
    margin: 0 auto;
  }
  IMG {
    display: block;
  }
  HEADER .inner {
    max-width: 100%;
    margin: 0;
    overflow-x: hidden;
    height: 700px;
  }
  HEADER #top .links {
    margin: 21px 3% 0 2%;
    width: 67px;
  }
  HEADER #top .search #search-q {
    display: none;
    position: absolute;
    left: 40%;
    top: 50px;
    z-index: 99999;
    margin: 0;
    border: 1px;
    padding: 30px 10px;
  }
  HEADER #top .facebook {
    margin: 20px 0;
    float: right;
  }
  HEADER #main-menu {
    margin-left: 30%;
    float: right;
    position: absolute;
    top: 100px;
  }
  HEADER #main-menu .inner {
    height: 40px;
  }
  HEADER #main-menu .inner .mainMenu {
    margin-left: 0;
  }
  HEADER #main-menu .inner .mainMenu li a {
    padding: 10px 15px;
    display: inline-block;
  }
  HEADER #main-menu .inner .mainMenu li:hover .menu-list {
    visibility: hidden;
  }
  HEADER #main-menu.on {
    height: 370px;
  }
  HEADER:hover > .menu-list {
    visibility: hidden;
  }
  HEADER:active > .menu-list {
    visibility: hidden;
  }
  FOOTER {
    padding-bottom: 20px;
  }
  FOOTER .inner nav {
    padding-left: 3%;
  }
  FOOTER .inner facebook {
    float: right;
  }
  FOOTER .parachute {
    left: 0;
    padding: 0 3%;
  }
  .rotator {
    overflow-x: hidden;
  }
  .rotator .bx-wrapper {
    max-width: 100%;
    margin: 0;
  }
  .rotator .inner {
    width: 100%;
    margin: 0;
  }
  .rotator .slider .slide {
    /*  height:auto !important;*/
    width: 100% !important;
  }
  .news-rotator .inner {
    width: 83% !Important;
    margin: 0 auto;
  }
  .news-rotator .bx-wrapper {
    max-width: 82% !important;
    margin: 0 auto;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), not all, not all, not all, only screen and (max-width: 767px) and (min-resolution: 192dpi), only screen and (max-width: 767px) and (min-resolution: 2dppx), only screen and (max-width: 767px) {
  /*form#app {
          margin-bottom: 684px;
      }*/
  
  .standard h1 {
    font-size: 36px;
    line-height: 42px;
    padding: 25px 3%;
    width: 100%;
  }
  .standard h1::before,
  .standard h1::after {
    display: none;
  }
  .standard .spring-leaf-box {
    padding-top: 35px;
  }
  header {
    height: auto;
    max-height: 160px;
  }
  header .inner {
    height: auto;
    min-height: 50px;
    overflow-x: visible;
  }
  header #logo {
    margin-left: 3%;
  }
  header .hamburger-icon {
    display: block;
    width: 37px;
    height: 37px;
    right: 3%;
    position: absolute;
    top: 50px;
    /*background: url(/images/icon/sendvic-mob.png);*/
    background: none;
  }
  header .hamburger-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #d3531a;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  header .hamburger-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  header .hamburger-icon span:nth-child(2) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  header .hamburger-icon span:nth-child(3) {
    top: 24px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  header .hamburger-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 3px;
    left: 5px;
  }
  header .hamburger-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  header .hamburger-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-44deg);
    -moz-transform: rotate(-44deg);
    -o-transform: rotate(-44deg);
    transform: rotate(-44deg);
    top: 28px;
    left: 5px;
  }
  header #top .links {
    visibility: hidden;
    font-size: 14px;
    margin: 20px 0 0 0;
    width: 56px;
  }
  header #top .links .langs a {
    visibility: visible;
  }
  header #top .links .langs a.selected {
    display: none;
  }
  header #top .links .langs a.en {
    margin-right: 20px;
  }
  header #top .links .langs a.hr {
    margin-right: 5px;
  }
  header #top .links .facebook {
    margin-right: 0;
    float: right;
  }
  header #main-menu {
    position: absolute;
    top: 94px;
    right: inherit;
    width: 100%;
    margin-left: 0;
  }
  header #main-menu .inner .mainMenu {
    background-color: #35203b;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
  }
  header #main-menu .inner .mainMenu li {
    max-width: 100%;
    width: 100%;
    border: 0;
    color: #88a825;
    margin-bottom: 5px;
    height: 60px;
  }
  header #main-menu .inner .mainMenu li a {
    max-width: 100%;
    height: 100%;
    border: 0;
    font-size: 24px;
    padding: 10px 0%;
  }
  header #main-menu .inner .mainMenu li:hover,
  header #main-menu .inner .mainMenu li.selected {
    background: none;
  }
  header #main-menu .inner .mainMenu li:hover a,
  header #main-menu .inner .mainMenu li.selected a {
    /*color: black;*/
    text-decoration: none;
    color: green;
    padding: 10px 0%;
  }
  header #main-menu .inner .mainMenu li:hover .menu-list li a,
  header #main-menu .inner .mainMenu li.selected .menu-list li a {
    background: none;
    font-size: 17px;
  }
  header #main-menu .inner .mainMenu li .menu-list {
    padding-bottom: 0;
    padding-top: 0;
  }
  header #main-menu .inner .mainMenu li .menu-list li {
    margin-top: 0;
  }
  header #main-menu .inner .mainMenu li .menu-list li:hover {
    background: #e6e6e6;
  }
  header #main-menu .inner .mainMenu li .menu-list li:hover a {
    color: #84837f;
    text-decoration: none;
  }
  HEADER #main-menu {
    display: block;
    overflow: hidden;
    z-index: 999;
    height: 0;
    -moz-transition: height 0.7s ease;
    -webkit-transition: height 0.7s ease;
    -o-transition: height 0.7s ease;
    transition: height 0.7s ease;
  }
  HEADER #main-menu .inner {
    height: auto;
    overflow-x: visible;
  }
  #main-menu.on {
    height: 350px;
    /*Set the height here*/
  
  }
  HEADER #main-menu .mainMenu li.selected a {
    padding: 20px 3%;
    margin-bottom: 5px;
    color: black;
  }
  HEADER #main-menu .mainMenu li.selected {
    height: auto;
  }
  HEADER #main-menu .mainMenu li.selected .menu-list {
    position: relative !important;
    visibility: visible;
    margin-left: 25px;
    border: 0;
  }
  .bx-wrapper,
  .bx-viewport {
    height: auto !important;
  }
  .news-rotator .inner {
    width: 63%;
    margin: 0 auto;
  }
  .news-rotator .inner .bx-viewport {
    height: 283px !important;
  }
  .rotator .bx-wrapper,
  .rotator .bx-viewport {
    min-height: 77vw !Important;
    overflow: visible !important;
    padding-bottom: 0;
  }
  .rotator {
    height: 100vw;
    width: 100%;
  }
  .rotator .bx-wrapper .bx-controls-direction a {
    top: 50%;
    margin-top: -20px;
    width: 39px;
    height: 39px;
    background-size: contain;
  }
  .rotator .slider .slide {
    /*  height:auto !important;*/
    width: 100% !important;
    height: 74vw !important;
    background-size: contain;
  }
  .rotator .slider .slide .caption {
    position: relative;
    top: 77vw;
  }
  .rotator .slider .slide .caption h3 {
    line-height: 20px;
    text-indent: 0;
    padding: 5px 3%;
  }
  .rotator .slider .bx-clone {
    width: 100%;
  }
  .front-adds .link-item .title {
    height: auto;
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    padding: 120px 40px 40px 40px;
  }
  #timeline {
    padding: 40px 0 80px 0;
  }
  #timeline img {
    width: 100% !important;
    height: auto !important;
  }
  #container-first-9 .publication-two figure,
  #container-first-9 .publication-one figure,
  #container-second-9 figure {
    height: 150vw !important;
    background-size: contain;
  }
  .standard #container-title-9 ul {
    width: 320px;
    margin: 0 auto;
  }
  .standard #container-title-9 ul li a {
    padding: 30px 18px 40px 18px;
    width: auto;
  }
  FOOTER {
    height: auto;
    width: 100%;
  }
  FOOTER .inner .uk-width-1-1 {
    padding: 35px 6%;
  }
  FOOTER .inner img {
    height: auto !important;
  }
  FOOTER .inner nav {
    width: 100%;
    display: block;
    float: none;
    /*margin-bottom: 100px;*/
    margin-bottom: 10px;
  }
  FOOTER .inner p {
    padding: 10px 3% 0 3%;
  }
  FOOTER .inner facebook {
    float: right;
  }
  FOOTER .parachute {
    left: 0;
    padding: 0 3%;
  }
  FOOTER .novena {
    right: 0%;
    margin-right: 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 700px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 700px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 700px), only screen and (min-device-pixel-ratio: 2) and (max-width: 700px), only screen and (min-resolution: 192dpi) and (max-width: 700px), only screen and (min-resolution: 2dppx) and (max-width: 700px), only screen and (max-width: 700px) {
  FOOTER {
    height: auto;
    overflow: hidden;
  }
  FOOTER .inner {
    overflow: hidden;
    padding: 0px 35px 45px 35px;
  }
  FOOTER .inner .footer1 img.footer-img {
    margin-top: 30px;
  }
  FOOTER .uk-width-large-1-3.footer1,
  FOOTER .uk-width-large-2-6.footer1,
  FOOTER .uk-width-large-1-3.footer2,
  FOOTER .uk-width-large-2-6.footer2 {
    width: 100%;
  }
  FOOTER .uk-width-large-1-3.footer1 #logo,
  FOOTER .uk-width-large-2-6.footer1 #logo,
  FOOTER .uk-width-large-1-3.footer2 #logo,
  FOOTER .uk-width-large-2-6.footer2 #logo {
    position: relative;
    top: unset;
    left: unset;
    clear: both;
  }
  FOOTER .uk-width-large-1-3.footer3,
  FOOTER .uk-width-large-2-6.footer3 {
    position: relative;
    width: 100%;
    float: none!important;
    clear: both;
    padding-top: 65px;
    margin: 0 auto;
    overflow: hidden;
  }
  FOOTER .parachute {
    position: relative;
    bottom: unset;
  }
}
