/* Animations */
@-webkit-keyframes bounce { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
  40% { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
  60% { -webkit-transform: translateY(-5px); transform: translateY(-5px); } }
@keyframes bounce { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
  40% { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
  60% { -webkit-transform: translateY(-5px); transform: translateY(-5px); } }
/*Scale animation*/
@-webkit-keyframes scale { 25% { -webkit-transform: scale(0.95); transform: scale(0.95); }
  75% { -webkit-transform: scale(1.05); transform: scale(1.05); } }
@keyframes scale { 25% { -webkit-transform: scale(0.95); transform: scale(0.95); }
  75% { -webkit-transform: scale(1.05); transform: scale(1.05); } }
@font-face { font-family: 'Ancizar-Sans-BoldItalic'; src: url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.svg#AncizarSans-BoldItalic") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Ancizar-Sans-Regular'; src: url("../fonts/Ancizar-Sans/AncizarSans-Regular.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-Regular.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-Regular.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-Regular.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-Regular.svg#AncizarSans-Regular") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-Regular.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Ancizar-Sans-RegularItalic'; src: url("../fonts/Ancizar-Sans/AncizarSans-RegularItalic.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-RegularItalic.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-RegularItalic.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-RegularItalic.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-RegularItalic.svg#AncizarSans-RegularItalic") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-RegularItalic.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Glyphicons Halflings'; src: url("../fonts/glyphicons-halflings-regular.eot"); src: url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons-halflings-regular") format("svg"), url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
.glyphicon { position: relative; top: 3px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.glyphicon-eye-open:before { content: "\e105"; }

.gallery--grid { -ms-flex-line-pack: stretch; align-content: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0 70px; width: 100%; }
.gallery--grid .gallery--item { margin: 10px; position: relative; width: calc(25% - 20px); }
.gallery--grid .gallery--item:hover .item--mask, .gallery--grid .gallery--item:active .item--mask, .gallery--grid .gallery--item:focus .item--mask { opacity: 1; }

.item--mask { background: rgba(0, 0, 0, 0.4); bottom: 0; cursor: pointer; left: 0; opacity: 0; position: absolute; right: 0; top: 0; -webkit-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; }
.item--mask .item--description { padding: 35px; position: absolute; text-align: center; top: 52%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.item--mask .item--description .text { color: #fff; font-family: 'AncizarSans-BoldItalic', sans-serif; font-size: 23px; }
.item--mask .item--description img { height: auto; max-width: 50px; }

.gallery--slider { -ms-flex-line-pack: stretch; align-content: stretch; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background-color: rgba(0, 0, 0, 0.3); display: -webkit-box; display: -ms-flexbox; display: flex; height: 100vh; left: 0; position: fixed; top: 0; opacity: 0; visibility: hidden; width: 100%; z-index: 500; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.gallery--slider .gallery--slider--close { background: transparent; border-radius: 50%; border: 1px solid #fff; height: 45px; padding: 7px; position: absolute; right: 25px; top: 25px; width: 45px; }
.gallery--slider .gallery--slider--close i { color: #fff; font-size: 35px; line-height: 0.8; }
.gallery--slider .gallery--slider--close:hover, .gallery--slider .gallery--slider--close:active, .gallery--slider .gallery--slider--close:focus { outline: none; -webkit-box-shadow: none; box-shadow: none; }
.gallery--slider .gallery--slider--wrapper { background: #fff; padding: 20px 5%; width: 65%; }
.gallery--slider .gallery--slider--wrapper .gallery--detail .slide { padding: 0; }
.gallery--slider .gallery--slider--wrapper .gallery--detail .slide .slide--title { color: #0a526a; font-family: 'AncizarSans-LightItalic', sans-serif; font-size: 28px; letter-spacing: 0.5px; line-height: 0.9; margin: 25px 0; text-transform: inherit; }
.gallery--slider .gallery--slider--wrapper .gallery--detail .slide .slide--image { background-color: red; }
.gallery--slider .gallery--slider--wrapper .gallery--detail .slide .slide--subtitle { font-family: 'Ancizar-Sans-RegularItalic', sans-serif; font-size: 18px; line-height: 1.5; margin: 15px 0; }
.gallery--slider .gallery--slider--wrapper .gallery--detail .slide:hover, .gallery--slider .gallery--slider--wrapper .gallery--detail .slide:active, .gallery--slider .gallery--slider--wrapper .gallery--detail .slide:focus { -webkit-box-shadow: none; box-shadow: none; outline: none; }
.gallery--slider .gallery--slider--wrapper .gallery--detail .slick-arrow { background-color: rgba(0, 0, 0, 0.25); border: none; font-size: 25px; height: 100px; outline: none; position: absolute; top: 40%; width: 50px; z-index: 100; }
.gallery--slider .gallery--slider--wrapper .gallery--detail .slick-arrow i { color: #fff; font-size: 35px; line-height: 1.6; }
.gallery--slider .gallery--slider--wrapper .gallery--detail .slick-arrow.prev { left: -7%; }
.gallery--slider .gallery--slider--wrapper .gallery--detail .slick-arrow.prev i { margin-left: -3px; }
.gallery--slider .gallery--slider--wrapper .gallery--detail .slick-arrow.next { right: -7%; }
.gallery--slider .gallery--slider--wrapper .gallery--detail .slick-arrow.next i { margin-right: -3px; }

.open { opacity: 1; visibility: visible; }
