input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

* {
  padding: 0;
  margin: 0;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  /*-webkit-user-select:    none; 
  -moz-user-select:       none; 
  user-select:            none;*/ }

a,
li,
div,
span,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.no-margin {
  margin: 0 !important; }

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

audio,
canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

ul {
  list-style: none; }

img, picture {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label,
select {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

button,
input[type=text],
input[type=password],
select,
textarea {
  vertical-align: baseline;
  *vertical-align: middle;
  box-sizing: border-box; }

button, input {
  line-height: normal; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

button[disabled],
input[disabled],
body {
  cursor: default;
  font-weight: normal; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="email"] {
  text-transform: lowercase; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
  font-style: italic; }

:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
  font-style: italic; }

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
  font-style: italic; }

:focus::-webkit-input-placeholder {
  color: transparent !important; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  table td {
    vertical-align: middle; }

::-moz-selection {
  background: #005598;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #005598;
  color: #fff;
  text-shadow: none; }

::-webkit-selection {
  background: #005598;
  color: #fff;
  text-shadow: none; }

a {
  text-decoration: none; }

a:focus {
  outline: 0;
  text-decoration: none; }

.alert {
  font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: solid 1px #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 auto 18px auto;
  text-align: left; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847; }

.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48; }

.alert .close {
  line-height: 18px;
  position: relative;
  right: -21px;
  top: -2px;
  color: #000000;
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  opacity: 0.2;
  text-shadow: 0 1px 0 #FFFFFF;
  cursor: pointer; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html, body, div.wrapper-photo {
  height: 100%;
  display: block; }

.img01 {
  display: block; }

.img02 {
  display: none; }

.active .img01 {
  display: none; }

.active .img02 {
  display: block; }

@media all and (min-width: 769px) {
  div.wrapper-photo {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto; } }
@media all and (max-width: 768px) {
  div.wrapper-photo {
    width: auto;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden; } }
div.wrapper-photo a.thumbs {
  width: 11.7%;
  min-width: 100px;
  max-width: 225px;
  position: absolute;
  right: 4.5%;
  z-index: 99999999; }
  @media all and (min-width: 1681px) and (max-width: 1920px) {
    div.wrapper-photo a.thumbs {
      top: 180px; } }
  @media all and (min-width: 1367px) and (max-width: 1680px) {
    div.wrapper-photo a.thumbs {
      top: 153px; } }
  @media all and (min-width: 1281px) and (max-width: 1366px) {
    div.wrapper-photo a.thumbs {
      top: 130px; } }
  @media all and (max-width: 1280px) {
    div.wrapper-photo a.thumbs {
      top: 122px; } }
  div.wrapper-photo a.thumbs div {
    width: 100%;
    overflow: hidden; }
    div.wrapper-photo a.thumbs div img {
      border: solid 5px #fff;
      margin-bottom: 12px;
      width: 100%;
      display: block; }
      @media all and (max-width: 1024px) {
        div.wrapper-photo a.thumbs div img {
          margin-bottom: 8px; } }
    div.wrapper-photo a.thumbs div span {
      width: 100%;
      display: block;
      text-align: center;
      color: #fff;
      font: 25px/25px robotolight; }
      @media all and (max-width: 1024px) {
        div.wrapper-photo a.thumbs div span {
          font: 18px/18px robotolight; } }
div.wrapper-photo img {
  overflow: hidden;
  float: left; }
  @media all and (min-width: 769px) {
    div.wrapper-photo img {
      width: 100%;
      height: auto; } }
  @media all and (max-width: 768px) {
    div.wrapper-photo img {
      width: auto;
      height: 100%; } }

/*# sourceMappingURL=fullscreen.css.map */
