@import "/css/blueprint/reset_clearfix.min.css";
/*---------------------------------------------------
    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
-----------------------------------------------------*/
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin,cyrillic-ext,latin-ext&.css";
@import "https://fonts.typotheque.com/WF-021245-002475.css";
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

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

}
.sprite {
  background: transparent url(../images/_theme/v0/sprite.png) no-repeat 0 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
IMG {
  display: block;
}
EM {
  font-family: "Fedra Sans Screen Italic 4";
  font-style: italic;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
}
EM b,
EM STRONG {
  font-family: "Fedra Sans Screen Bold Italic 4";
  font-style: italic;
  font-weight: bold;
  font-stretch: normal;
}
b,
STRONG {
  font-family: "Fedra Sans Screen Bold 4";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  /*
	font-family: "Open Sans";
	font-style: normal;
	font-weight: bold;
	font-stretch: normal;
	*/

}
b EM,
STRONG EM {
  font-family: "Fedra Sans Screen Bold Italic 4";
  font-style: italic;
  font-weight: bold;
  font-stretch: normal;
}
html,
button,
input,
select,
textarea {
  color: #222222;
}
.couponCodeInput {
  width: 60px!important;
  text-align: left!important;
}
.ApplyCoupon {
  border: none;
  line-height: 20px;
  height: 20px;
  padding: 0px 5px;
  background: #019ee3;
  color: white;
  font-size: 12px;
}
/*.kotiz{
  .casopis{
    img{
      display: none;
    }
    h4{
      a{
        color:#009de4;
      }
    }
  }
}*/

body {
  background: white url(../images/_theme/v0/bg.png) repeat-y 50% 0;
  font-size: 0.722222222;
  font-family: "Fedra Sans Screen Regular 4";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  color: black;
  /* color: #878787; */
  line-height: 130%;
  font-size: 14px;
}
body.wide {
  background-image: none;
}
body.wide HEADER {
  width: 950px;
}
body.wide HEADER NAV {
  width: 100%;
}
body.wide ARTICLE {
  width: 950px !important;
  background-color: white !important;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
::-webkit-input-placeholder {
  color: #009ee3;
}
::-moz-placeholder {
  color: #009ee3;
}
::-moz-placeholder {
  color: #009ee3;
}
::-ms-input-placeholder {
  color: #009ee3;
}
.tempera-regular {
  font-family: "Tempera Regular";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
}
.tempera-book-a {
  font-family: "Tempera Book A 4" !important;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
}
.tempera-medium {
  font-family: "Tempera Medium";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
}
.fedra-regular {
  font-family: "Fedra Sans Screen Regular 4";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
}
.fedra-bold {
  font-family: "Fedra Sans Screen Bold 4";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  /*
	font-family: "Open Sans";
	font-style: normal;
	font-weight: bold;
	font-stretch: normal;
	*/

}
.fedra-italic {
  font-family: "Fedra Sans Screen Italic 4";
  font-style: italic;
  font-weight: normal;
  font-stretch: normal;
}
.fedra-bold-italic {
  font-family: "Fedra Sans Screen Bold Italic 4";
  font-style: italic;
  font-weight: bold;
  font-stretch: normal;
}
/*
.type-secondary-regular {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
}
.type-secondary-bold {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 600;
	font-stretch: normal;
}
.type-secondary-extra-bold {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 700;
	font-stretch: normal;
}
*/

.type-secondary-regular {
  font-family: "Fedra Sans Screen Regular 4";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
}
.type-secondary-bold {
  font-family: "Fedra Sans Screen Bold 4";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
}
.type-secondary-extra-bold {
  font-family: "Fedra Sans Screen Bold 4";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
}
.font-size-h2 {
  font-size: 16px;
}
.font-size-n {
  font-size: 13px;
}
.font-size-s {
  font-size: 11px;
}
A {
  text-decoration: none;
  color: black;
}
.btn {
  display: inline-block;
  line-height: 24px;
  height: 24px;
  padding: 0px 8px;
  background: #019ee3;
  color: white;
}
/* ==========================================================================
   General
   ========================================================================== */

#content-container {
  margin: 0 auto;
  text-align: center;
  width: 950px;
  height: 1000px;
}
#content-container  > DIV {
  text-align: left;
}
HEADER {
  width: 710px;
  height: 117px;
  position: fixed;
  z-index: 101;
  margin-left: 0px;
  background-color: white;
  /*#sjena {
		position: absolute;
		top: 117px;
		background: transparent url(../images/_theme/v0/sjena.png) no-repeat 0 0;
		width: 700px;
		height: 17px;
		font-size: 10px;
		display: none;
		
	}*/

}
HEADER #logo {
  position: absolute;
  top: 4px;
  width: 134px;
  height: 55px;
  background: transparent url(../images/_theme/v0/logo-oris.png) no-repeat -8px 0;
}
HEADER #logo H1 {
  text-indent: -999em;
}
HEADER .search {
  position: relative;
  /*width: 280px;*/
  height: 60px;
  right: 0;
  top: 0;
}
HEADER .search UL {
  float: right;
  height: 22px;
  margin: 5px 10px;
}
HEADER .search UL LI {
  float: left;
}
HEADER .search UL LI A {
  display: block;
  color: black;
  margin-left: 10px;
  font-size: 11px;
  text-decoration: none;
}
HEADER .search #search-q {
  position: absolute;
  border: 0;
  background-color: #daf0fd;
  width: 180px;
  height: 30px;
  padding: 0 5px;
  color: #66c5ee;
  right: 40px;
  top: 30px;
  font-size: 14px;
}
HEADER .search #search-btn {
  background: transparent url(../images/_theme/v0/sprite.png) no-repeat 0 0;
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 30px;
}
HEADER .search #search-btn B {
  display: none;
}
HEADER NAV {
  position: absolute;
  bottom: 0;
  height: 43px;
  background: transparent url(../images/_theme/v0/nav-bg.png) repeat-x 0 100%;
}
HEADER NAV LI {
  float: left;
  display: block;
  padding: 0;
  text-align: left;
}
HEADER NAV LI#m-o-nama {
  width: 135px;
}
HEADER NAV LI#m-kuca-arhitekture {
  width: 207px;
}
HEADER NAV LI#m-casopis {
  width: 130px;
}
HEADER NAV LI#m-dani-orisa {
  width: 155px;
}
HEADER NAV LI#m-klub {
  width: 85px;
}
HEADER NAV LI#m-voncimer {
  width: 110px;
}
HEADER NAV LI#m-ducan {
  width: 90px;
  text-align: right;
}
HEADER NAV LI#m-about-us {
  width: 120px;
}
HEADER NAV LI#m-oris-house-of-architecture {
  width: 235px;
}
HEADER NAV LI#m-oris-magazine {
  width: 162px;
}
HEADER NAV LI#m-days-of-oris {
  width: 141px;
}
HEADER NAV LI#m-oris-club {
  width: 92px;
}
HEADER NAV LI#m-voncimer-eng {
  width: 99px;
}
HEADER NAV LI#m-shop {
  width: 43px;
  text-align: right;
}
HEADER NAV LI A {
  text-decoration: none;
  color: #009ee3;
  font-family: "Tempera Medium";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  margin: 0px;
  font-size: 22px;
  line-height: 36px;
  height: 36px;
  display: inline-block;
  text-align: left;
  border-bottom: 7px solid #d9f0fb;
}
HEADER NAV LI A:hover {
  /*color: #b3d4fc;*/
  border-color: #18b7ff;
}
HEADER NAV LI A.selected {
  border-color: #009de4;
}
#wrap .inner {
  padding: 10px;
}
#wrap .inner.search-pad {
  padding-right: 0;
}
#wrap ARTICLE {
  padding-top: 125px;
  padding-bottom: 100px;
  width: 710px;
  float: left;
}
#wrap ARTICLE FORM {
  margin: 0 !important;
}
#wrap ARTICLE .potpis-pod-sliku {
  position: absolute;
  bottom: -20px;
  left: 0;
  padding: 0;
  height: 20px;
  font-size: 11px;
  font-family: "Fedra Sans Screen Bold 4";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-weight: bold;
  color: black;
}
#wrap ARTICLE .footer-small {
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 11px;
  line-height: 29px;
}
#wrap ARTICLE .footer-small P {
  font-size: 11px;
  line-height: 25px;
}
#wrap ARTICLE .footer-small .left {
  width: inherit;
}
#wrap ARTICLE .footer-small .right {
  width: inherit;
}
#wrap ARTICLE .footer-small UL {
  margin: 0;
}
#wrap ARTICLE .footer-small LI {
  float: left;
  padding: 0 3px;
  font-size: 11px;
  line-height: 25px;
}
#wrap ARTICLE .footer-small A {
  font-family: "Fedra Sans Screen Bold 4";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-weight: bold;
}
#wrap ARTICLE .footer-small A:hover {
  color: #009ee3;
}
#wrap ARTICLE .footer-small A.social {
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 3px;
}
#wrap ARTICLE .footer-small A.social B {
  display: none;
}
#wrap ARTICLE .footer-small A.facebook {
  background-image: url(../images/_theme/v0/facebook.png);
}
#wrap ARTICLE .footer-small A.youtube {
  background-image: url(../images/_theme/v0/youtube.png);
}
#wrap ARTICLE .footer-small A.instagram {
  background-image: url(../images/_theme/v0/instagram.png);
}
#wrap ARTICLE .footer-small A.mail {
  background-image: url(../images/_theme/v0/mail.png);
}
#wrap ARTICLE .left {
  width: 150px;
}
#wrap ARTICLE .left UL#nav {
  margin: 10px 0;
  margin-top: 126px;
}
#wrap ARTICLE .left UL#nav A {
  font-family: "Tempera Medium";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  text-decoration: none;
  color: gray;
  font-size: 20px;
}
#wrap ARTICLE .left UL#nav A.selected,
#wrap ARTICLE .left UL#nav A:hover {
  color: black;
}
#wrap ARTICLE .right {
  width: 540px;
  /*margin-bottom: 100px;*/

}
#wrap ARTICLE .right#content A {
  color: #009ee3;
  text-decoration: none;
}
#wrap ARTICLE .right#content A:hover {
  text-decoration: underline;
}
#wrap ARTICLE DIV.title {
  min-height: 80px;
}
#wrap ARTICLE H1 {
  font-size: 25px;
  line-height: 30px;
  color: #009ee3;
  margin-top: 25px;
}
#wrap ARTICLE H1 EM {
  font-family: "Fedra Sans Screen Bold 4";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: 18px;
  color: black;
  padding-left: 10px;
}
#wrap ARTICLE H2,
#wrap ARTICLE H3,
#wrap ARTICLE H4 {
  font-size: 16px;
  margin-bottom: 20px;
  color: black;
  font-family: "Fedra Sans Screen Bold 4";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
}
#wrap ARTICLE H3 {
  font-size: 15px;
  font-family: "Fedra Sans Screen Bold 4";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 140%;
}
#wrap ARTICLE H4 {
  font-size: 13px;
  margin-bottom: 10px;
}
#wrap ARTICLE P {
  margin-bottom: 20px;
  font-size: 13px;
  color: black;
  line-height: 140%;
}
#wrap ARTICLE UL {
  margin-top: 10px;
}
#wrap ARTICLE UL LI {
  margin-bottom: 5px;
  font-size: 13px;
}
#wrap ARTICLE TABLE {
  margin-bottom: 20px;
}
#wrap ARTICLE TABLE TD {
  font-size: 13px;
}
#wrap ARTICLE.clanak DIV.title {
  height: 80px;
  padding-bottom: 14px;
}
#wrap ARTICLE.clanak IMG.main {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
#wrap ARTICLE.clanak DIV.summary {
  margin-bottom: 30px;
}
#wrap ARTICLE.clanak DIV.summary P {
  color: #595959;
  font-size: 20px;
  line-height: 115%;
}
#wrap ARTICLE.clanak DIV.main {
  font-size: 13px;
  margin-bottom: 50px;
  color: black;
}
#wrap ARTICLE.clanak DIV.main P {
  margin-bottom: 20px;
}
#wrap ARTICLE.clanak DIV.main P A {
  color: #009ee3;
}
#wrap ARTICLE.clanak DIV.main P A:hover {
  text-decoration: underline;
}
#wrap ASIDE {
  width: 240px;
  float: right;
}
#wrap ASIDE .prilozi {
  margin: 10px;
}
#wrap .page-path LI {
  float: left;
  font-size: 11px;
}
#wrap .page-path LI.sep {
  padding: 0 5px;
}
#wrap .page-path LI A {
  font-size: 11px;
  color: black !important;
  text-decoration: none !important;
}
#wrap .page-path LI A:hover {
  text-decoration: none !important;
  color: #009ee3 !important;
}
.ul-style-1 {
  margin-top: 4px !important;
  border-top: 1px solid #c5c5c5;
}
.ul-style-1.no-last-border {
  border: 0;
}
.ul-style-1.no-last-border LI:last-child {
  border-bottom: 0;
}
.ul-style-1:last-child LI {
  border-bottom: 1px solid #c5c5c5;
  height: 32px;
  line-height: 32px !important;
  text-transform: inherit !important;
  font-size: 17px !important;
  color: black;
  overflow: hidden;
  font-family: "Fedra Sans Screen Bold 4";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
}
.ul-style-1:last-child LI A {
  display: block;
  color: black !important;
}
.ul-style-1:last-child LI A:hover {
  text-decoration: none !important;
  color: #009ee3 !important;
}
#shopping-cart-login {
  display: none;
}
#shopping-cart-info {
  padding-top: 15px;
}
.title h1 {
  margin-right: 150px;
}
DIV.section-a {
  width: 700px;
  margin-bottom: 40px;
  border-top: 7px solid #d9f0fe;
  min-height: 150px;
}
DIV.section-a H1.title {
  font-family: "Tempera Book A 4" !important;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  color: #009ee3;
  font-size: 30px;
  line-height: 100%;
  width: 150px;
  padding: 5px 0;
  float: left;
}
DIV.section-a .content {
  float: right;
  width: 540px;
}
DIV.section-a .content UL {
  margin-top: 25px !important;
}
HR.blue-border-bottom {
  height: 0;
  border: 0;
  border-bottom: 7px solid #d9f0fe;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  width: 700px;
}
#wrap DIV.section-c,
#wrap DIV.section-b {
  width: 700px;
  margin-top: 30px;
  border-bottom: 7px solid #d9f0fe;
  min-height: 150px;
  /*&:last-child {
		margin-bottom: 100px;
	}*/

}
#wrap DIV.section-c.no-border,
#wrap DIV.section-b.no-border {
  border-bottom: 0;
}
#wrap DIV.section-c UL,
#wrap DIV.section-b UL {
  margin-top: 0px !important;
}
#wrap DIV.section-c UL LI,
#wrap DIV.section-b UL LI {
  color: black;
  font-family: "Fedra Sans Screen Bold 4";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-weight: bold;
  /*letter-spacing: -1px;*/
  font-size: 90%;
  line-height: 120%;
  margin-bottom: 5px;
}
#wrap DIV.section-c UL.list-uppercase LI,
#wrap DIV.section-b UL.list-uppercase LI {
  text-transform: uppercase;
  margin-bottom: 9px;
}
#wrap DIV.section-c UL.list-uppercase LI A,
#wrap DIV.section-b UL.list-uppercase LI A {
  color: black;
}
#wrap DIV.section-c UL.list-uppercase LI A:hover,
#wrap DIV.section-b UL.list-uppercase LI A:hover {
  text-decoration: none;
  color: #009ee3;
}
#wrap DIV.section-c UL.buttons LI,
#wrap DIV.section-b UL.buttons LI {
  float: left;
  width: 173px;
  margin-right: 10px;
}
#wrap DIV.section-c UL.buttons LI A,
#wrap DIV.section-b UL.buttons LI A {
  color: white;
  display: block;
  background-color: #019ee3;
  height: 50px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
  padding: 10px;
  line-height: 120%;
  font-family: "Fedra Sans Screen Bold 4";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
}
#wrap DIV.section-c UL.buttons LI A:hover,
#wrap DIV.section-b UL.buttons LI A:hover {
  background-color: #018cca;
}
#wrap DIV.section-c UL.buttons LI:nth-child(3n),
#wrap DIV.section-b UL.buttons LI:nth-child(3n) {
  margin-right: 0;
}
#wrap DIV.section-c P,
#wrap DIV.section-b P {
  margin: 10px 0;
  font-size: 13px;
  clear: both;
}
#wrap DIV.section-c H1.right,
#wrap DIV.section-b H1.right {
  color: #009ee3;
  font-size: 23px !important;
  line-height: 25px;
  padding: 0 !important;
  margin: 0px 0 5px 0 !important;
  width: inherit;
}
#wrap DIV.section-c H1.right A,
#wrap DIV.section-b H1.right A {
  color: #009ee3;
}
#wrap DIV.section-c .half,
#wrap DIV.section-b .half {
  width: 50%;
}
#wrap DIV.section-c .grid140,
#wrap DIV.section-b .grid140 {
  float: left;
  width: 140px;
  margin-right: 20px;
  margin-bottom: 30px;
}
#wrap DIV.section-c .grid300,
#wrap DIV.section-b .grid300 {
  float: left;
  width: 300px;
  margin-bottom: 30px;
}
#wrap DIV.section-c .grid300.r,
#wrap DIV.section-b .grid300.r {
  float: right;
}
#wrap DIV.section-c .grid300.casopis IMG,
#wrap DIV.section-b .grid300.casopis IMG {
  box-shadow: -3px 3px 12px #666666;
}
#wrap DIV.section-c .grid300.casopis LI A,
#wrap DIV.section-b .grid300.casopis LI A {
  font-family: "Fedra Sans Screen Regular 4";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-weight: normal;
}
#wrap DIV.section-c .grid540,
#wrap DIV.section-b .grid540,
#wrap DIV.section-c .grid220,
#wrap DIV.section-b .grid220 {
  float: right;
  width: 220px;
  margin-bottom: 30px;
}
#wrap DIV.section-c .grid540.r,
#wrap DIV.section-b .grid540.r,
#wrap DIV.section-c .grid220.r,
#wrap DIV.section-b .grid220.r {
  float: left;
}
#wrap DIV.section-c .grid540,
#wrap DIV.section-b .grid540 {
  width: 540px;
}
#wrap DIV.section-c .grid540 .left,
#wrap DIV.section-b .grid540 .left,
#wrap DIV.section-c .grid540 .right,
#wrap DIV.section-b .grid540 .right {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

}
#wrap DIV.section-c .grid540 .left,
#wrap DIV.section-b .grid540 .left {
  padding-right: 10px;
}
#wrap DIV.section-c .grid220 UL.oris-plus LI,
#wrap DIV.section-b .grid220 UL.oris-plus LI {
  margin-bottom: 8px;
  /*height: 30px;*/

}
#wrap DIV.section-c .grid220 UL.oris-plus LI A,
#wrap DIV.section-b .grid220 UL.oris-plus LI A {
  font-family: "Fedra Sans Screen Regular 4";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-weight: normal;
}
#wrap DIV.section-c .content,
#wrap DIV.section-b .content {
  float: right;
  width: 520px;
}
#wrap DIV.section-c .content UL,
#wrap DIV.section-b .content UL {
  margin-top: 4px;
}
#wrap DIV.section-c .content LI,
#wrap DIV.section-b .content LI {
  border-bottom: 1px solid #c5c5c5;
  height: 32px;
  line-height: 32px;
  font-size: 20px;
  color: black;
}
#wrap DIV.section-c {
  width: 540px;
}
#wrap DIV.section-c:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
UL.slike-grid LI {
  float: left;
  margin: 0 5px 5px 0;
}
UL.slike-grid LI:nth-child(3n) {
  margin-right: 0;
}
.slika {
  position: relative;
  margin-bottom: 20px;
}
.slika.news-list-border {
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.slika .naslov,
.slika .podnaslov {
  position: absolute;
  bottom: 0;
  color: white;
  background-color: #009ee3;
  line-height: 20px;
  padding: 0 1.1%;
  /*padding: 0 5px;*/
  font-size: 12px;
  height: auto;
  max-width: 100%;
  width: 98%;
}
.slika .naslov-bottom {
  bottom: 20px;
}
.slika .naslov {
  font-family: "Fedra Sans Screen Bold 4";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-weight: bold;
  font-size: 15px;
  /*height: 20px;*/

}
.slika .dolje {
  position: absolute;
  bottom: 0;
  color: white;
}
.slika .dolje SPAN {
  background-color: #009ee3;
  padding: 0 5px;
}
.klub-n-1 {
  position: relative;
  height: 225px;
  overflow: hidden;
}
.klub-n-1 A#postani-clan {
  display: block;
  position: absolute;
  bottom: 0;
  width: 220px;
  height: 74px;
  background: transparent url(../images/_theme/v0/postani-clan-kluba.png) no-repeat 0 0;
}
.klub-n-1 A#postani-clan B {
  display: none;
}
.eng-member A#postani-clan {
  background: transparent url(../images/_theme/v0/become-club-member.png) no-repeat 0 0;
}
.klub-naslovnica-galerija {
  position: relative;
}
.klub-naslovnica-galerija .naslov {
  position: absolute;
  bottom: 0;
  z-index: 1000;
  background-color: #009ee3;
}
.klub-naslovnica-galerija .naslov H2 {
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 24px;
  font-family: "Fedra Sans Screen Bold 4";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-weight: bold !important;
  padding: 0 5px;
}
.klub-naslovnica-galerija .naslov H2 A {
  color: white;
}
.info-tik-tak {
  padding-bottom: 70px;
}
.info-tik-tak H1 {
  color: #009ee3;
  font-size: 28px;
  margin: 5px 0 15px 0;
}
.info-tik-tak .novost {
  margin-bottom: 10px;
  border-bottom: 1px solid #abdff4;
}
.info-tik-tak .content H2 {
  font-family: "Fedra Sans Screen Bold 4";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  color: black;
  font-size: 16px;
  margin: 7px 0 7px 0;
}
.info-tik-tak .content P {
  font-size: 12px;
  color: black;
  line-height: 130%;
  margin-bottom: 10px;
}
.info-tik-tak .content P A {
  color: #009ee3;
}
.info-tik-tak .content P A:hover {
  text-decoration: underline;
}
.info-tik-tak .content A:hover {
  color: #009ee3;
}
#najnoviji-broj {
  margin-bottom: 30px;
}
#najnoviji-broj IMG {
  box-shadow: -2px 2px 6px rgba(128, 128, 128, 0.5);
}
#najnoviji-broj .left {
  width: 230px !important;
}
#najnoviji-broj .right {
  width: 310px !important;
}
#pregled-clanka .podnaslov_plavi {
  color: #009ee3;
}
#pregled-clanka .content.article P {
  margin-bottom: 0;
}
#pregled-clanka .content.article div {
  color: black;
}
.grid-1 {
  *zoom: 1;
  margin-top: 30px;
}
.grid-1 .item {
  width: 120px;
  float: left;
  margin-right: 20px;
}
FOOTER {
  position: fixed;
  bottom: 0;
  background-color: white;
  width: 100%;
  height: 70px;
  overflow: hidden;
  z-index: 500;
}
FOOTER .inner {
  margin: 0 auto;
  text-align: center;
  width: 950px;
  border-top: 7px solid white;
  padding: 10px 10px 10px 10px;
}
FOOTER .inner  > DIV {
  text-align: left;
}
FOOTER LI {
  float: left;
}
FOOTER LI A {
  font-size: 12px;
  margin-right: 10px;
}
.slide.casopis IMG {
  box-shadow: -2px 2px 6px rgba(128, 128, 128, 0.5);
}
DIV.mapa {
  background: #ffffdd url(../images/_theme/v0/googlemaps.jpg) no-repeat 0 0;
  height: 225px;
}
.oris-errors {
  padding: 10px 0;
  color: red;
}
#info-tik-tak-arhiva {
  display: block;
  background-color: #009ee3;
  color: white;
  font-family: "Fedra Sans Screen Bold 4";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  text-align: center;
  padding: 15px;
  font-size: 18px;
}
.potpis-oris {
  margin-bottom: 10px;
  margin-top: -20px;
  font-size: 12px;
  color: #18b7ff !important;
}
.slide-oris-bx {
  position: relative;
}
.slide-oris-bx A.title {
  position: absolute;
  bottom: 0;
  background-color: #009ee3;
  color: white;
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 24px;
  font-family: "Fedra Sans Screen Bold 4";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-weight: bold !important;
  padding: 0 5px;
}
.slide-oris-bx IMG.slika {
  float: left;
}
.slide-oris-bx DIV.text {
  float: right;
  width: 300px;
  font-family: "Fedra Sans Screen Regular 4";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-weight: normal;
}
.slide-oris-bx DIV.text A {
  font-size: 16px;
  font-family: "Fedra Sans Screen Bold 4";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-weight: bold;
}
#pregled-clanka .ad-image-description {
  display: none;
}
.searchresults H3 {
  margin-top: 10px;
}
.searchresults LI {
  color: black;
}
.searchresults LI A {
  color: black !important;
}
.searchresults LI A:hover {
  text-decoration: none !important;
  color: #009ee3 !important;
}
.searchresults .sub {
  margin-top: 10px;
}
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

#shop-categories {
  display: block;
  margin: 10px 0;
  margin-top: 150px !important;
}
#shop-categories A {
  font-family: "Tempera Medium";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  text-decoration: none;
  color: gray;
  font-size: 20px;
}
#shop-categories A.selected,
#shop-categories A:hover {
  color: black;
}
.price.ukupno {
  padding: 20px 0!important;
}
.tbl-shopping-cart .trashcanerinho {
  text-align: center;
  background: #d9f0fb;
  font-size: 12px;
  width: 16px;
  height: 18px;
  margin: 0 auto;
  margin-top: 5px;
}
.tbl-shopping-cart .trashcanerinho:hover {
  cursor: pointer;
  background: #c19faf;
  color: white;
}
.tbl-shopping-cart .decrease-amount,
.tbl-shopping-cart .increase-amount {
  display: inline-block;
  background: #d9f0fb;
  text-align: center;
  width: 16px;
  height: 18px;
}
.tbl-shopping-cart .decrease-amount:hover,
.tbl-shopping-cart .increase-amount:hover {
  cursor: pointer;
  background: #019ee3;
  color: white;
}
.tbl-shopping-cart #tbQuantity {
  text-align: center;
  width: 20px;
  background: white;
}
#shop-home-box {
  width: 718px;
  height: 243px;
  padding: 125px 0px 30px 30px;
  background: transparent url(/images/background/shop-home-box.jpg) repeat-x 0 0;
  border: 1px solid #b8bac4;
  margin-bottom: 20px;
}
#shop-home-box h1 {
  font-size: 28px;
  color: #6db437;
  display: none;
}
#shop-home-box p {
  padding-right: 510px;
}
#shop-home-box a {
  background: transparent url(/images/background/shop-link-arrow.png) no-repeat 0% 50%;
  color: #136936;
  padding-left: 15px;
}
#shop-home-list {
  width: padding: 15px 15px 0px 15px;
  margin-bottom: 20px;
}
#shop-home-list .home-product {
  display: block;
  border: 1px solid #bcbdc4;
  border-radius: 15px 4px 15px 4px;
  width: 298px;
  height: 418px;
}
#shop-home-list .home-product h2 {
  text-transform: uppercase;
  color: white;
  background: transparent url(/images/_theme/v0/background/shop.jpg) repeat-x 0px 0px;
  height: 24px;
  line-height: 24px;
  margin: 0px;
  border-radius: 15px 4px 15px 4px;
  font-weight: normal;
  font-size: 12px;
}
#shop-home-list .home-product h2 span {
  padding-left: 40px;
  background: transparent url(/images/_theme/v0/background/white-arrow.png) no-repeat 25px 50%;
}
#shop-home-list .home-product .description {
  padding: 20px 19px;
}
#shop-home-list .home-product .description h3 {
  margin: 10px 0px;
  text-decoration: none;
}
#shop-home-list .home-product .description h3 a {
  color: black !important;
  font-size: 18px !important;
  line-height: 22px !important;
  text-decoration: none !important;
  font-style: normal !important;
}
#shop-home-list .home-product .description img {
  margin-bottom: 15px;
}
.shop-info-wrap {
  position: relative;
  text-align: right;
}
#shop-info-right {
  position: absolute;
  top: -90px;
  right: 0px;
  width: 260px;
}
#shopping-cart-login {
  position: relative;
}
#shopping-cart-login #login {
  display: inline-block;
  text-decoration: none;
  color: #009ee3;
  font-family: "Fedra Sans Screen Bold 4";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  /*
	font-family: "Open Sans";
	font-style: normal;
	font-weight: bold;
	font-stretch: normal;
	*/

  font-weight: bold;
  font-size: 14px;
}
#left h2 a {
  display: block;
  padding: 0px 10px 0px 23px !important;
  height: 24px;
  line-height: 24px !important;
  border: 1px solid #6c1e8d;
  border-radius: 4px;
  background: transparent url(/images/background/menu/shop-sub-menu.jpg) repeat-x 0 0;
  color: #6c1e8d;
  text-decoration: none;
  margin-bottom: 2px;
  font-size: 12px;
  font-family: "Fedra Sans Screen Bold 4";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  /*
	font-family: "Open Sans";
	font-style: normal;
	font-weight: bold;
	font-stretch: normal;
	*/

  font-weight: bold;
}
#login-box {
  width: 220px;
  padding: 20px;
  background: #daf0fb;
  margin-bottom: 5px;
  font-size: 13px;
  z-index: 100;
  color: #009ee3;
  position: absolute;
  right: 0px;
  text-align: left;
  border-bottom: 7px solid #21a0e1;
}
#login-box a {
  font-size: 12px;
}
#login-box input[type=text],
#login-box input[type=password] {
  border: none;
  width: 185px;
  padding: 0px 15px;
  height: 35px;
  margin-bottom: 5px;
}
#login-box input[type=password] {
  margin-bottom: 10px;
}
.login {
  width: 100%;
  border: none;
  height: 35px;
}
.password-forgotten {
  margin-top: 10px;
  float: left;
}
.signup {
  float: right;
  margin-top: 10px;
}
#login-data {
  color: black;
  margin-bottom: 10px;
}
#login-links a {
  padding: 2px 0px 2px 0px;
  display: block;
  /*border-bottom: 1px solid #000;*/
  color: #ef4036;
}
#login-links a:hover {
  text-decoration: none !important;
}
#shopping-cart-box {
  margin-top: 30px;
}
#shopping-cart-box h2 {
  display: block;
  margin-top: 5px;
}
#shopping-cart-box .list {
  padding: 5px;
  background: #f8f8f8;
}
#shopping-cart-box .item {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 5px;
  padding: 10px 5px 0px 5px;
}
#shopping-cart-box .title {
  font-family: "Fedra Sans Screen Bold 4";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  /*
	font-family: "Open Sans";
	font-style: normal;
	font-weight: bold;
	font-stretch: normal;
	*/

  font-weight: bold;
  color: black;
}
#shopping-cart-box .quantity,
#shopping-cart-box .price {
  width: 48%;
  display: inline-block;
}
#shopping-cart-box .quantity {
  text-align: left;
}
#shopping-cart-box .price {
  text-align: right;
}
#shopping-cart-box .total {
  border-top: 1px solid Silver;
  border-bottom: 1px solid Silver;
  padding: 8px 5px;
  margin-bottom: 5px;
}
#shopping-cart-box .total .total-price {
  float: right;
  font-family: "Fedra Sans Screen Bold 4";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  /*
	font-family: "Open Sans";
	font-style: normal;
	font-weight: bold;
	font-stretch: normal;
	*/

  font-weight: bold;
}
#products {
  margin-bottom: 10px;
}
.product {
  width: 120px;
  height: 200px;
  float: left;
  margin: 0px 20px 20px 0px;
  position: relative;
}
.if-new-flag-small {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 10;
}
.linked-products .product {
  height: 300px;
}
.product-noMR {
  margin-right: 0px !important;
}
.product .thumb {
  text-align: center;
  width: 220px;
  height: 215px;
}
.product .description {
  padding: 5px 15px 15px 15px;
  font-size: 12px;
}
.product h2 {
  font-style: normal;
}
.product a.title {
  text-decoration: none !important;
}
.product a.details {
  font-size: 12px;
  display: inline-block;
  color: black;
  margin: 0px 0px 10px 0px !important;
}
.product .thumb {
  display: block;
  text-align: center;
  /* Firefox */
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  /* Safari, Opera, and Chrome */
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  /* W3C */
  display: box;
  box-pack: center;
  box-align: center;
}
.product .price {
  font-size: 12px;
}
.product .price .value {
  font-weight: normal;
  font-size: 22px;
}
#product-gallery {
  float: left;
  width: 220px;
  margin-right: 10px;
  margin-bottom: 20px;
}
#product-gallery #pg-photo {
  width: 220px;
  height: 270px;
  text-align: center;
  /* Firefox */
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  /* Safari, Opera, and Chrome */
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  /* W3C */
  display: box;
  box-pack: center;
  box-align: center;
  margin-bottom: 5px;
}
#product-nav {
  margin-bottom: 10px;
  padding: 5px;
  background: #f9f9f9;
  border-bottom: 1px solid #e9e9e9;
}
#product-nav #previousNext {
  margin-top: 5px;
}
#product-nav #previousNext #product-previous {
  float: left;
  display: inline-block;
  padding-left: 18px;
  background: transparent url(/images/_theme/v0/icons/previous.png) no-repeat 0% 50%;
}
#product-nav #previousNext #product-next {
  float: right;
  display: inline-block;
  padding-right: 18px;
  background: transparent url(/images/_theme/v0/icons/more.png) no-repeat 100% 50%;
}
.product-details {
  float: left;
  width: 310px;
}
.product-details h1 {
  font-size: 24px;
  line-height: 26px;
  color: #6c1e8d;
  font-weight: normal;
}
.product-details h2 {
  margin: 0px 0px 5px 0px !important;
}
.product-info-list {
  width: 200px;
  display: none;
}
#product-version {
  margin-bottom: 20px;
  /*.prod-item
  {
    background: #e6f5fc;
    display: inline-block;
    height: 20px;
    padding: 5px;
    margin-right: 5px;
    color: #009ee3;
  }*/

  /*.prod-item.selected {
    background: #009ee3;
    color: #fff !important;
  }*/

}
#product-version select {
  margin: 5px 0px;
  min-width: 180px;
  padding: 0px 5px;
  height: 35px;
  background: #d9f0fb;
  border: none;
}
.product-info-list .price {
  font-size: 16px;
  font-family: "Fedra Sans Screen Bold 4";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  /*
	font-family: "Open Sans";
	font-style: normal;
	font-weight: bold;
	font-stretch: normal;
	*/

  font-weight: bold;
}
.product-info-list .old-price {
  font-size: 13px;
  color: Red;
  text-decoration: line-through;
  display: inline-block;
  margin-left: 10px;
}
.product-info-list .quantity {
  width: 30px;
  height: 25px;
  text-align: right;
  padding: 0px 5px;
}
.product-info-list small {
  display: block;
  font-size: 9px;
  margin-top: 5px;
}
.product-info-list .available,
.product-info-list .not-available {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
}
.button {
  display: inline-block;
  display: inline-block;
  line-height: 24px;
  height: 24px;
  padding: 0px 8px;
  background: #019ee3;
  color: white;
}
.button-wide {
  width: 100%;
  padding: .5em 0em .55em;
}
.pg-thumb {
  display: inline-block;
  margin-right: 5px;
}
.inAnnouncement {
  font-size: 18px;
  text-transform: uppercase;
}
#shop-home-categories .category {
  width: 165px;
  height: 220px;
  border: 1px solid #bcbdc4;
  float: left;
  margin: 0px 10px 15px 0px;
  overflow: hidden;
  background: white;
  border-radius: 5px;
}
#shop-home-categories .category .category-image {
  width: 175px;
  height: 175px;
  text-align: center;
  /* Firefox */
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  /* Safari, Opera, and Chrome */
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  /* W3C */
  display: box;
  box-pack: center;
  box-align: center;
}
#shop-home-categories .category a {
  text-decoration: none !Important;
}
#shop-home-categories .category h2 {
  font-size: 14px;
  font-family: "Fedra Sans Screen Bold 4";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  /*
	font-family: "Open Sans";
	font-style: normal;
	font-weight: bold;
	font-stretch: normal;
	*/

  font-weight: bold;
  color: black;
  margin: 10px 10px;
  text-decoration: none !Important;
  font-style: normal;
}
.message-wrong,
.message-good {
  color: white;
  padding: 15px;
  margin-bottom: 20px;
  font-size: 13px;
  margin-top: 10px;
}
.message-wrong {
  background: Red;
}
.message-good {
  background: #66b134;
}
#registration,
form {
  margin: 10px 0px;
  width: 100%;
  color: #18b7ff !important;
}
#registration tr td input[type=text],
form tr td input[type=text],
#registration tr td input[type=password],
form tr td input[type=password],
#registration tr td select,
form tr td select,
#registration tr td select option,
form tr td select option {
  margin: 5px 0px;
  width: 220px;
  padding: 0px 15px;
  height: 35px;
  background: #d9f0fb;
  border: none;
}
#registration tr td select,
form tr td select,
#registration tr td select option,
form tr td select option {
  width: 250px !important;
  color: #18b7ff !important;
}
#registration tr th,
form tr th {
  background: transparent url(/admin/modules/shop/view/images/_theme/v0/background/shopping-cart-box-list.png) repeat 0px 0px;
  padding: 10px 0px 3px 0px;
  color: black;
}
#registration tr th h2,
form tr th h2 {
  margin: 20px 0px 10px 0px;
}
.red-field {
  border: 1px solid red !important;
}
#registration .company div {
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  margin: 10px 0px;
}
.validation {
  padding-left: 10px;
  vertical-align: top;
  color: red;
}
.validation ul {
  margin-top: 10px;
}
.validation ul li {
  list-style-type: circle;
  margin-left: 30px;
}
.order-box {
  /*border: 1px solid Silver;
  border-radius: 0px 0px 5px 5px;
  padding: 10px;*/
  color: black;
}
.order-box table tr td {
  vertical-align: top;
  padding: 3px 0px;
}
.order-box table tr td .order-form-title {
  color: #009ee3;
  /*border-bottom: 1px solid #e9e9ec;*/
  margin-top: 5px;
  font-size: 13px;
  font-family: "Fedra Sans Screen Bold 4";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  /*
	font-family: "Open Sans";
	font-style: normal;
	font-weight: bold;
	font-stretch: normal;
	*/

  font-weight: bold;
}
.order-box table tr td input[type=text] {
  width: 220px !important;
}
.order-box table tr td input[type=checkbox],
.order-box table tr td input[type=radio] {
  margin-right: 10px;
}
.order-box table tr td select {
  width: 250px !important;
}
.order-box .shop-button {
  margin-top: 10px;
}
.order-box .bg .data-box {
  height: 63px;
}
.order-box .bg .order-form-title {
  border-bottom: 1px solid #b2b2b2;
}
.tbl-shopping-cart {
  width: 100%;
  border-collapse: collapse;
}
.only-for-view {
  padding: 0;
  border: none;
  margin-top: 20px;
  background: whitesmoke;
}
.only-for-view tr td {
  border-bottom: 1px solid Silver;
}
.tbl-shopping-cart th {
  font-size: 13px;
  background: #e6f5fc;
  border-width: 1px;
  border-style: solid;
  border-color: white;
  overflow: hidden;
  padding: 8px !important;
  vertical-align: top;
  color: #009ee3;
}
.tbl-shopping-cart td {
  vertical-align: top;
  border-bottom: 1px solid #b2b2b2;
  padding: 10px 5px;
  background: transparent url(/admin/modules/shop/view/images/_theme/v0/background/shopping-cart-box.png) repeat 0px 0px;
  font-size: 14px !important;
}
.tbl-shopping-cart td.align-center,
.tbl-shopping-cart td.align-right {
  padding: 15px 5px;
}
.tbl-shopping-cart td.align-center {
  text-align: center;
}
.tbl-shopping-cart td.align-right {
  text-align: right;
}
.tbl-shopping-cart input[type=text] {
  text-align: right;
  width: 30px;
  padding: 0px 5px;
  height: 20px;
  margin: 0px !important;
}
.tbl-shopping-cart input[type=checkbox] {
  border: none !important;
  background: #ccecf9;
}
.tbl-shopping-cart .sc-footer td {
  padding-top: 20px;
}
.tbl-shopping-cart .title {
  color: black;
}
.tbl-shopping-cart .sc-footer .price {
  font-size: 16px !important;
  color: black;
  font-family: "Fedra Sans Screen Bold 4";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  /*
	font-family: "Open Sans";
	font-style: normal;
	font-weight: bold;
	font-stretch: normal;
	*/

  font-weight: bold;
}
.tbl-shopping-cart b {
  font-size: 16px !important;
}
#shopping-cart-menu {
  border-width: 1px;
  border-style: solid;
  border-color: white #51bdec #51bdec;
  overflow: hidden;
  width: 100%;
  height: 35px;
  margin-bottom: 30px;
}
#shopping-cart-menu li {
  float: left;
  margin: 0px !important;
  list-style-type: none !important;
  background-image: none !important;
  padding: 0px !important;
}
#shopping-cart-menu a {
  padding: 8px 16px 8px 30px ;
  float: left;
  text-decoration: none !important;
  color: #c5c5c5 !important;
  position: relative;
  height: 19px;
}
#shopping-cart-menu a::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 35px;
  bottom: 0px;
  right: -17px;
  background: transparent url(/images/_theme/v0/shopping-cart-menu.png) repeat 0px 0px;
  z-index: 2;
}
#shopping-cart-menu a.selected::after {
  background: transparent url(/images/_theme/v0/shopping-cart-menu-selected.png) repeat 0px 0px;
}
#shopping-cart-menu li:last-child a::after {
  display: none;
}
#shopping-cart-menu .selected {
  color: #009ee3 !important;
  background: #d9f0fb;
}
#shopping-cart-menu span {
  display: inline-block;
  margin-right: 5px;
}
#shopping-cart-info {
  color: black;
}
#shopping-cart-info a {
  color: #009ee3;
  font-family: "Fedra Sans Screen Bold 4";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  /*
	font-family: "Open Sans";
	font-style: normal;
	font-weight: bold;
	font-stretch: normal;
	*/

  font-weight: bold;
}
#drugiSubmit,
.shop-button {
  margin-top: 30px;
}
.btn-right {
  float: right;
}
.btnUpdate,
.btnGoNext,
.btnReturn,
.shop-button,
.register,
#drugiSubmit {
  position: relative;
  display: inline-block;
  line-height: 35px;
  height: 35px;
  padding: 0px 20px;
  background: #019ee3;
  color: white;
  border: none;
}
.btnUpdate:hover,
.btnGoNext:hover,
.btnReturn:hover,
.shop-button:hover #shopping-cart-box h3 {
  cursor: pointer;
  text-decoration: underline;
}
.btnReturn,
.btnGoNext {
  margin-top: 10px;
}
.btnReturn {
  float: left;
}
.btnGoNext {
  float: right;
}
#e-tomitreba {
  float: right;
  width: 110px;
  margin-left: 5px;
}
#e-tomitreba img {
  margin-bottom: 10px;
}
.rblPaymentType {
  margin-bottom: 20px;
}
.transaction {
  background: #d9f0fb;
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 5px;
  padding: 5px;
  margin-top: 20px;
}
.status {
  display: block;
  float: right;
  min-width: 200px;
  font-size: 12px;
  color: black;
}
.bill {
  margin-bottom: 30px;
}
.bill h1 {
  padding-left: 0px;
  background: none;
}
.actionBox {
  color: black;
  border-top: 1px solid #b2b2b2;
  padding-top: 10px;
}
.actionBox input[type=text] {
  background: #d9f0fb;
  border: none;
}
.actionBox a {
  color: white !important;
  height: 35px;
  line-height: 35px;
  display: block;
  width: 180px;
  padding: 0px;
  text-align: center;
  margin-top: 10px;
}
#najnoviji-broj .btn {
  color: white !important;
}
.print {
  font-size: 12px;
  color: black !important;
}
.clear {
  clear: both;
}
.important {
  color: Red;
  display: inline-block;
  margin-left: 5px;
}
.subscription {
  color: black;
  margin: 20px 0px;
}
.subscription h3:not(.order-box) {
  margin-bottom: 5px !important;
  margin-top: 5px;
}
.subscription input[type=radio] {
  margin-right: 10px;
}
.subscription #ss-top input[type=text] {
  margin-left: 5px;
  background: #d9f0fb;
  border: none;
  width: 30px;
  height: 25px;
  text-align: right;
  padding: 0px 5px;
}
#article-scrollbar.wrapper {
  width: 130px;
  clear: both;
  margin: 0;
}
#article-scrollbar.wrapper .viewport {
  width: 120px;
  height: 155px;
  overflow: hidden;
  position: relative;
}
#article-scrollbar.wrapper .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
}
#article-scrollbar.wrapper .thumb .end {
  background-color: none;
}
#article-scrollbar.wrapper .thumb {
  border-radius: 4px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.05);
  transition: background-color 0.2s;
}
#article-scrollbar.wrapper .scrollbar {
  position: relative;
  float: right;
  width: 4px;
}
#article-scrollbar.wrapper .track {
  height: 100%;
  width: 4px;
  position: relative;
  padding: 0 ;
}
#article-scrollbar.wrapper .thumb {
  height: 20px;
  width: 4px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
}
#article-scrollbar.wrapper .thumb .end {
  overflow: hidden;
  height: 5px;
  width: 4px;
}
#article-scrollbar.wrapper .disable {
  display: none;
}
.casopis:hover .thumb {
  background-color: black !important;
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
  
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  
}
/* ==========================================================================
   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;
  }
}
