@charset "utf-8";
/* CSS Document */

/* Mobile Layout: 480px and below. */
  .drop-down-list {
	position: relative;
	display: inline-block;
	height: 20px;
	text-align: left;
	padding-left: 3%;
	padding-top: 1%;
	width: 98%;
    }

    .drop-down-list input {
      display: none;
    }

    .drop-down-list div {
      position: absolute;
      max-height: 300px;
      overflow-y: auto;
      width: 100%;
	  z-index: 200;
    }

    .drop-down-list > input.active:checked ~ div label {
      display: block;
    }

    .drop-down-list > input.active:checked ~ div {
      top: 100%;
    }

    .drop-down-list > input.inactive:checked ~ div {
      display: none;
    }

   .drop-down-list > input.inactive:checked ~ label.active {
      opacity: 1;
    }

    .drop-down-list > input.active:checked ~ label.inactive {
      display: block;
	  background-color: transparent;
    }

    .drop-down-list > input.active:checked ~ label.active {
	display: none;
	text-align: left;
    }

    .drop-down-list > label.active,
    .drop-down-list > label.inactive {
      display: none;
    }

    .drop-down-list > label.active {
      display: block;
      opacity: 0;
      z-index: 10;
    }

    .drop-down-list > label {
	position: absolute;
	display: block;
	white-space: nowrap;
	width: 100%;
    }

    .drop-down-list div label {
      display: none;
      width: 100%;
    }

    .drop-down-list div input:checked + label {
      display: block;
      overflow: hidden;
      white-space: nowrap;
      z-index: 2;
    }

    .drop-down-list {
	display: inline-block;
	font-family: Arial;
	color: 0px 3px 6px #0A0000;
	height: 20px;
    }

    .drop-down-list > input:checked ~ div {
      border: 1px solid #CCCCCC;
      width: 100%;
      left: 0%;
    }

    .drop-down-list label,
    .drop-down-list div label {
      font-size: 12px;
      line-height: 12px;
      padding: 2% 0 2% 0%;
      width: 98%;
	  z-index: 2;
}
 .drop-down-list div label {
      background-color: #F3F3F3;
}

.drop-down-list > label:after,
.drop-down-list div input:checked + label:after {
      display: block;
      content:;
      padding: 0 0;
      position: absolute;
      right: 1px;
      top: 1px;
}

.drop-down-list div label:hover {
      background-color: #DFDFDF;
}

    .drop-down-list div input:checked + label {
      background-color: transparent;
      overflow: hidden;
    }
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	
.drop-down-list {
	position: relative;
	display: inline-block;
	height: auto;
	text-align: left;
	padding-left: 2%;
	width: 98%;
    }

    .drop-down-list input {
      display: none;
    }

    .drop-down-list div {
      position: absolute;
      max-height: 300px;
      overflow-y: auto;
      width: 100%;
    }

    .drop-down-list > input.active:checked ~ div label {
      display: block;
    }

    .drop-down-list > input.active:checked ~ div {
      top: 100%;
    }

    .drop-down-list > input.inactive:checked ~ div {
      display: none;
    }

   .drop-down-list > input.inactive:checked ~ label.active {
      opacity: 1;
	  background: url(../apartments/image/arrow-down-icon.gif) no-repeat right bottom;
    }

    .drop-down-list > input.active:checked ~ label.inactive {
      display: block;
	  background-color: transparent;
	  background: url(../apartments/image/arrow-down-icon.gif) no-repeat right top;
    }

.drop-down-list > input.active:checked ~ label.active {
	display: none;
	text-align: left;
	padding: 0 0 2% 2%;
	margin-top: 0px;
    }

.drop-down-list > label.active,
.drop-down-list > label.inactive {
    display: none;
}

.drop-down-list > label.active {
    display: block;
    opacity: 0;
    z-index: 10;
    }

.drop-down-list > label {
	position: absolute;
	display: block;
	white-space: nowrap;
	width: 100%;
    }

.drop-down-list div label {
    display: none;
    width: 100%;
}

.drop-down-list div input:checked + label {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    z-index: 5;
}

.drop-down-list {
	display: inline-block;
	font-family: Arial;
	background-color: transparent;
	color: 0px 3px 6px #0A0000;
	height: 22px;
    }

    .drop-down-list > input:checked ~ div {
      border: 1px solid #CCCCCC;
      width: 100%;
      left: 0%;
    }

    .drop-down-list label,
    .drop-down-list div label {
	font-size: 12px;
	line-height: 14px;
	padding: 3px 1%;
	width: 95%;
    }
	
	/* Boja podloge jezika. */
.drop-down-list div label {
      background-color: #F3F3F3;
    }

    .drop-down-list > label:after,
    .drop-down-list div input:checked + label:after {
      display: block;
      content:;
      padding: 0 0;
      position: absolute;
      right: 1px;
      top: 1px;
    }

    .drop-down-list div label:hover {
      background-color: #E8E8E8;
    }

    .drop-down-list div input:checked + label {
      background-color: transparent;
      overflow: hidden;
    }
	
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

	@media only screen and (min-width: 769px) {	
	
.drop-down-list {
	position: relative;
	display: inline-block;
	height: auto;
	text-align: left;
	padding-left: 2%;
	width: 98%;
	background-color:#FFF;
    }

    .drop-down-list input {
      display: none;
    }

    .drop-down-list div {
      position: absolute;
      max-height: 300px;
      overflow-y: auto;
      width: 100%;
    }

    .drop-down-list > input.active:checked ~ div label {
      display: block;
    }

    .drop-down-list > input.active:checked ~ div {
      top: 100%;
    }

    .drop-down-list > input.inactive:checked ~ div {
      display: none;
    }

    .drop-down-list > input.inactive:checked ~ label.active {
      opacity: 1;
	  background: url(../apartments/image/arrow-down-icon.gif) no-repeat right bottom;
    }

    .drop-down-list > input.active:checked ~ label.inactive {
      display: block;
	  background-color: transparent;
	  background: url(../apartments/image/arrow-down-icon.gif) no-repeat right top;
    }

    .drop-down-list > input.active:checked ~ label.active {
	display: none;
	text-align: left;
    }

    .drop-down-list > label.active,
    .drop-down-list > label.inactive {
      display: none;
    }

    .drop-down-list > label.active {
      display: block;
      opacity: 0;
      z-index: 5;
    }

    .drop-down-list > label {
	position: absolute;
	display: block;
	white-space: nowrap;
	width: 100%;
	height: auto;
    }

    .drop-down-list div label {
      display: none;
      width: 100%;
    }

    .drop-down-list div input:checked + label {
      display: block;
      overflow: hidden;
      white-space: nowrap;
      z-index: 5;
    }

    .drop-down-list {
	display: inline-block;
	font: 11px/14px Arial,Helvetica,sans-serif;
	background-color:transparent;
	color: 0px 3px 6px #0A0000;
	height: 30px;
    }

    .drop-down-list > input:checked ~ div {
      border: 1px solid #CCCCCC;
      width: 100%;
      left: 0%;
    }

    .drop-down-list label,
    .drop-down-list div label {
      font-size: 14px;
      line-height: 14px;
      padding: 7px 3% 4% 2%;
      width: 94%;
}
/* Boja podloge jezika. */
    .drop-down-list div label {
      background-color: #F8F8F8;
    }

    .drop-down-list > label:after,
    .drop-down-list div input:checked + label:after {
      display: block;
      content:;
      padding: 0 0;
      position: absolute;
      right: 1px;
      top: 1px;
    }

    .drop-down-list div label:hover {
      background-color: #E8E8E8;
    }

    .drop-down-list div input:checked + label {
      background-color: transparent;
      overflow: hidden;
    }
