@font-face{
	font-family: 'Montserrat';
	font-weight: 400;
	font-style: normal;
	src: url('/fonts/Montserrat-Regular.ttf') format('truetype');
}

.gallery-wrapper{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
    margin-top: 78px;
}
.images-wrapper-multimedia,
.videos-wrapper-multimedia{
    position: relative;
    display: block;
	overflow: hidden;
    padding-left: 0px;
    cursor: pointer;
}
.images-wrapper{
    margin-top: 78px;
}
.images-wrapper .image{
    margin-bottom: 30px;
    cursor: pointer;
}
.images-wrapper-title,
.videos-wrapper-title{
	position: absolute;
	top: 50%;
	left: 50%;
    font-family: 'Montserrat';
    color:  #ffffff;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
.images-wrapper-multimedia .curtain,
.videos-wrapper-multimedia .curtain{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.15;
}
.images-wrapper-multimedia .curtain,
.videos-wrapper-multimedia .curtain{
    transition-property: opacity;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
}
.images-wrapper-multimedia:hover .curtain,
.videos-wrapper-multimedia:hover .curtain{
    opacity: 0.5;
    transition-property: opacity;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
}
.images-wrapper .curtain,
.videos-wrapper .curtain{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.15;
}
.images-wrapper .curtain,
.videos-wrapper .curtain{
    transition-property: opacity;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
	-o-transition-property: opacity;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
}
.images-wrapper .image:hover .curtain,
.videos-wrapper:hover .curtain{
	opacity: 0.5;
    transition-property: opacity;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
	-o-transition-property: opacity;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
}
.images-wrapper img,
.videos-wrapper img{
	transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -ms-transition-property: -ms-transform;
    -o-transition-property: -o-transform;
    transition-duration: .25s;
    -webkit-transition-duration: .25s;
    -moz-transition-duration: .25s;
    -ms-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
}
.video-gallery-wrapper,
.images-gallery-wrapper{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
    margin-top: 78px;
}
.page-title{
	position: relative;
	display: block;
	font-family: 'Montserrat';
	color:  #c0a062;
	font-size: 40px;
	font-weight: 400;
	line-height: 45px;
	text-align: left;
    margin-top: 60px;
	margin-bottom: 81px;
    text-transform: uppercase;
}
div[class*='video-']{
	margin-bottom: 30px;
}
.iframe-wrapper iframe{
	position: relative;
	display: block;
	width: 100%;
	height: 280px;
	border: none;
}
div[class*='video-'] .curtain{
	position: absolute;
	display: block;
	height: 100%;
	background-color: #000000;
	opacity: 0.15;
	z-index: 1;
	cursor: pointer;
}
.videoTitle{
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	font-family: 'Montserrat';
	color:  #ffffff;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
	z-index: 1;
    text-transform: uppercase;
}
.pagination-left-wrapper {
    position: absolute;
    float: left;
    width: 60px;
    height: 100%;
}
.pagination-left-wrapper.enable{
    cursor: pointer;
}
.pagination-left-wrapper.enable:hover .arrow-left-wrapper .pagination-left-top,
.pagination-left-wrapper.enable:hover .arrow-left-wrapper .pagination-left-bottom{
    background-color: black;
}
.arrow-left-wrapper {
    position: absolute;
    display: inline-block;
    cursor: pointer;
}
.pagination-left-top {
    position: absolute;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    background-color: #dcdcdc;
    width: 10px;
    height: 2px;
    top: -3px;
}
.pagination-left-center {
    position: absolute;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    background-color: #dcdcdc;
    width: 26px;
    height: 2px;
    left: 3px;
}
.pagination-left-bottom {
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    background-color: #dcdcdc;
    width: 10px;
    height: 2px;
    top: 3px;
}
.previous-news a{
    position: relative;
    display: inline-block;
    left: 37px;
    top: -16px;
    font-family: 'Lora';
	color:  #282828;
	font-size: 18px;
	font-style: italic;
	line-height: 29px;
	text-align: left;
}
.previous-news.disable a, .previous-news.disable {
    position: absolute;
    display: inline-block;
    left: 37px;
    top: -16px;
    font-family: 'Lora';
    color: #dcdcdc;
    font-size: 18px;
    font-style: italic;
    line-height: 29px;
    text-align: left;
    cursor: default;
}
.pagination-right-wrapper {
    position: relative;
    float: right;
    width: 60px;
    height: 12px;
}
.pagination-right-wrapper.enable .arrow-right-wrapper{
    cursor: pointer;
}
.pagination-right-wrapper.enable:hover .arrow-right-wrapper .pagination-right-top,
.pagination-right-wrapper.enable:hover .arrow-right-wrapper .pagination-right-bottom{
    background-color: black;
}
.arrow-right-wrapper {
    position: absolute;
    cursor: pointer;
    right: 0;
    width: 100%;
    height: 100%;
}
.pagination-right-top {
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    background-color: #dcdcdc;
    width: 10px;
    height: 2px;
    top: -3px;
    right: 0;
}
.pagination-right-center {
    position: absolute;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    background-color: #dcdcdc;
    width: 26px;
    height: 2px;
    right: 4px;
}
.pagination-right-bottom {
    position: absolute;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    background-color: #dcdcdc;
    width: 10px;
    height: 2px;
    top: 3px;
    right: 0;
}
.next-news a{
    position: absolute;
    display: inline-block;
    font-family: 'Lora';
    color:  #282828;
    font-size: 18px;
    font-style: italic;
    line-height: 29px;
    text-align: left;
    right: 40px;
    top: -16px;
}
.next-news.disable a, .next-news.disable {
    position: absolute;
    display: inline-block;
    font-family: 'Lora';
    color: #dcdcdc;
    font-size: 18px;
    font-style: italic;
    line-height: 29px;
    text-align: left;
    right: 37px;
    top: -16px;
    cursor: default;
}
.news-pagination a{
	text-decoration: none;
}
.popup-window{
    position: fixed;
    display: none;
    background-color: #282828;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999;
    overflow: overlay;
}
.video-close-btn{
    position: relative;
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    right: 60px;
    top: 40px;
    cursor: pointer;
}
.video-close-btn span {
    background-color: white;
    display: block;
    height: 2px;
    width: 16px;
}
span.one-line {
    position: relative;
    top: 1px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
span.two-line {
    position: relative;
    top: -1px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.popup-title-wrapper{
    position: relative;
    display: block;
    margin-top: 90px;
}
.popup-title-wrapper span{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    font-family: 'Montserrat';
    color:  #c0a062;
    font-size: 28px;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
}
.popup-video-wrapper{
    position: relative;
    display: block;
    width: 100%;
    height: 667px;
    margin-left: auto;
    margin-right: auto;
}
.popup-video-wrapper .container-fluid{
    height: inherit;
}
.popup-video-wrapper .container-fluid .video{
    position: relative;
    display: block;
    height: inherit;
}
.iframe-popup-wrapper{
    position: relative;
    height: inherit;
    padding: 0px 120px;
}
.iframe-popup-wrapper > iframe{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}
.iframe-popup-wrapper > span.popup-videoTitle{
    position: absolute;
    font-family: 'Lora';
    color:  #808080;
    font-size: 16px;
    font-style: italic;
    line-height: 29px;
    text-align: center;
    margin-top: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.arrow-popup-right{
    position: absolute;
    display: inline-block;
    width: 46px;
    height: 38px;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}
.arrow-popup-right .arrow-right{
    position: absolute;
    display: block;
    width: 8.5px;
    height: 8.5px;
    right: 0;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.arrow-popup-left{
    position: absolute;
    display: inline-block;
    width: 46px;
    height: 38px;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}
.arrow-popup-left .arrow-left{
    position: absolute;
    display: block;
    width: 8.5px;
    height: 8.5px;
    border-top: 2px solid white;
    border-left: 2px solid white;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.video-wrapper{
    position: relative;
    display: block;
    height: inherit;
}
.menu-icon-images{
	cursor: pointer;
}
.menu-icon-images .icon-top-line {
    background-color: black;
    top: 3px;
    width: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.menu-icon-images .icon-bottom-line {
    background-color: black;
    top: -5px;
    width: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.menu-icon-images span {
    position: relative;
    display: block;
    width: 24px;
    height: 2px;
    background-color: black;
    transition: all 0.5s, background 0s;
    -webkit-transition: all 0.5s, background 0s;
    -moz-transition: all 0.5s, background 0s;
    -ms-transition: all 0.5s, background 0s;
    -o-transition: all 0.5s, background 0s;
}
.menu-icon-images:hover .icon-center-line {
    width: 46px;
}
.countMax{
	display: none;
}
.header-wrapper-right span {
    font-family: 'Montserrat';
    color: #808080;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}
.albuns-wrapper{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
    margin-top: 99px;
}
.albuns-wrapper .page-title,
.images-wrapper .page-title{
	font-family: 'Montserrat';
	color:  #c0a062;
	font-size: 40px;
	font-weight: 400;
	line-height: 45px;
	text-align: left;
	margin-bottom: 90px;
    text-transform: uppercase;
}
div.album{
    padding-bottom: 30px;
}
div[class*='album-'] img{
	width: 100%;
}
div[class*='album-'] span.album-title{
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    font-family: 'Montserrat';
	color:  #ffffff;
	font-size: 26px;
	font-weight: 400;
	text-align: center;
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}
div[class*='album-'] .curtain{
	position: absolute;
	display: block;
	height: 100%;
	background-color: #000000;
	opacity: 0.15;
	z-index: 1;
	cursor: pointer;
}
div[class*='album-'] .curtain{
    transition-property: opacity;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
}
div[class*='album-']:hover .curtain{
    opacity: 0.5;
    transition-property: opacity;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
}
.albuns-pagination{
	margin-top: 50px;
}
.pagination-left-wrapper {
    position: absolute;
    float: left;
    width: 60px;
    height: 12px;
    cursor: default;
}
.arrow-left-wrapper {
    position: absolute;
    display: inline-block;
    cursor: pointer;
}
.pagination-left-top {
    position: absolute;
    background-color: #dcdcdc;
    width: 10px;
    height: 2px;
    top: -3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.pagination-left-center {
    position: absolute;
    background-color: #dcdcdc;
    width: 26px;
    height: 2px;
    left: 3px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.pagination-left-bottom {
    position: absolute;
    background-color: #dcdcdc;
    width: 10px;
    height: 2px;
    top: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.pagination-right-wrapper {
    position: relative;
    float: right;
    width: 60px;
    height: 12px;
}
.arrow-right-wrapper {
    position: absolute;
    cursor: default;
    right: 0;
    width: 100%;
    height: 100%;
}
.pagination-right-top {
    position: absolute;
    background-color: #dcdcdc;
    width: 10px;
    height: 2px;
    top: -3px;
    right: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.pagination-right-center {
    position: absolute;
    background-color: #dcdcdc;
    width: 26px;
    height: 2px;
    right: 4px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.pagination-right-bottom {
    position: absolute;
    background-color: #dcdcdc;
    width: 10px;
    height: 2px;
    top: 3px;
    right: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.previous-albuns.disable a, .previous-albuns.disable {
    position: absolute;
    display: inline-block;
    left: 37px;
    top: -16px;
    font-family: 'Lora';
    color: #dcdcdc;
    font-size: 18px;
    font-style: italic;
    line-height: 29px;
    text-align: left;
}
.next-albuns.disable a, .next-albuns.disable {
    position: absolute;
    display: inline-block;
    font-family: 'Lora';
    color: #dcdcdc;
    font-size: 18px;
    font-style: italic;
    line-height: 29px;
    text-align: left;
    right: 37px;
    top: -16px;
}
.previous-albuns a {
    position: relative;
    display: inline-block;
    left: 37px;
    top: -16px;
    font-family: 'Lora';
    color: #282828;
    font-size: 18px;
    font-style: italic;
    line-height: 29px;
    text-align: left;
}
.next-albuns a {
    position: absolute;
    display: inline-block;
    font-family: 'Lora';
    color: #282828;
    font-size: 18px;
    font-style: italic;
    line-height: 29px;
    text-align: left;
    right: 40px;
    top: -16px;
}
.images-gallery-wrapper .image{
	margin-bottom: 30px;
	cursor: pointer;
}
.images-gallery-wrapper .image .curtain{
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}
.images-gallery-wrapper .image:hover .curtain{
	position: absolute;
	display: block;
	height: 100%;
	background-color: #000000;
	opacity: 0.15;
	z-index: 1;
	cursor: pointer;
}
.popup-window{
    position: fixed;
    display: none;
    background-color: #282828;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1000;
    overflow: auto;
}
.image-close-btn{
    position: relative;
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    right: 60px;
    top: 40px;
    cursor: pointer;
}
.image-close-btn span {
    background-color: white;
    display: block;
    height: 2px;
    width: 16px;
}
span.one-line {
    position: relative;
    top: 1px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
span.two-line {
    position: relative;
    top: -1px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.pagination-wrapper{
    position: relative;
    display: block;
    width: 76px;
    margin-left: auto;
    margin-right: auto;
}
.title-wrapper{
    position: relative;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.title-wrapper .title{
	position: relative;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	font-family: 'Lora';
	color:  #808080;
	font-size: 18px;
	font-style: italic;
	line-height: 29px;
	text-align: center;
    margin-bottom: 30px;
    padding: 0px 15px;
}
.popup-title-wrapper{
    position: relative;
    display: block;
    width: 100%;
    margin-top: 90px;
}
.popup-title-wrapper span{
    position: relative;
    display: block;
    left: 50%;
    font-family: 'Montserrat';
    color:  #c0a062;
    font-size: 26px;
    font-weight: 400;
    line-height: 29px;
    padding: 0px 15px;
    text-align: center;
    text-transform: uppercase;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.popup-image-wrapper{
    position: relative;
    display: block;
    height: inherit;
}
.popup-image-wrapper .container{
    position: relative;
}
.popup-image-wrapper .container-fluid{
    height: 100%;
}
.popup-image-wrapper .arrow-popup-right{
    display: inline-block;
    right: 10%;
    top: 50%;
    cursor: pointer;
    z-index: 1;
    transform: translateY(-50%);
    width: 46px;
    height: 38px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.popup-image-wrapper .arrow-popup-right .right-one {
    position: absolute;
    background-color: #dcdcdc;
    width: 8px;
    height: 2px;
    top: 43%;
    right: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.popup-image-wrapper .arrow-popup-right .right-three {
    position: absolute;
    background-color: #dcdcdc;
    width: 8px;
    height: 2px;
    top: 58%;
    right: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.popup-image-wrapper .arrow-popup-right .right-two {
    position: absolute;
    background-color: #dcdcdc;
    width: 27px;
    height: 2px;
    right: 3px;
    top: 50%;
}
.popup-image-wrapper .arrow-popup-left{
    display: inline-block;
    left: 10%;
    top: 50%;
    cursor: pointer;
    z-index: 1;
    transform: translateY(-50%);
    width: 46px;
    height: 38px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.popup-image-wrapper .arrow-popup-left .left-one {
    position: absolute;
    background-color: #dcdcdc;
    width: 8px;
    height: 2px;
    top: 43%;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.popup-image-wrapper .arrow-popup-left .left-two {
    position: absolute;
    background-color: #dcdcdc;
    width: 27px;
    height: 2px;
    left: 3px;
    top: 50%;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.popup-image-wrapper .arrow-popup-left .left-three {
    position: absolute;
    background-color: #dcdcdc;
    width: 8px;
    height: 2px;
    top: 58%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.popup-image-wrapper .image{
    position: relative;
    display: block;
    height: 100%;
}
.popup-image-wrapper .popup-image{
    height: 790px;
}
.popup-image-wrapper .image-wrapper{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 40px;
}
.popup-image-wrapper .image-wrapper img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}
.popup-pagination-wrapper{
    position: relative;
    display: block;
    top:-30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.pagination-wrapper .current-slide{
    font-family: 'Lora';
    color:  #808080;
    font-size: 28px;
    font-style: italic;
    line-height: 29px;
    text-align: center;
}
.pagination-wrapper .line-separation{
    font-family: 'Lora';
    color:  #808080;
    font-size: 24px;
    font-style: italic;
    line-height: 29.333px;
    text-align: center;
}
.pagination-wrapper .total-images{
    font-family: 'Lora';
    color:  #808080;
    font-size: 18px;
    font-style: italic;
    line-height: 29px;
    text-align: center;
}

/* RESPONSIVE */
@media screen and (min-width: 320px) and (max-width: 768px){
    .popup-image-wrapper{
        height: 200px;
    }
    .popup-image-wrapper .container-fluid{
        padding-left: 15px;
        padding-right: 15px;
    }
    .popup-image-wrapper .arrow-popup-left{
        left: 27%;
        top: unset;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
    }
    .popup-image-wrapper .arrow-popup-right{
        right: 27%;
        top: unset;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
    }
}
@media screen and (max-width: 399px){
    .popup-image-wrapper .arrow-popup-right,
    .popup-image-wrapper .arrow-popup-left {
        bottom: -34px !important;
    }
    .popup-pagination-wrapper{
        top: 4px;
    }
}
@media screen and (min-width: 400px) and (max-width: 598px){
    .popup-image-wrapper .arrow-popup-right,
    .popup-image-wrapper .arrow-popup-left {
        bottom: -35px !important;
    }
    .popup-pagination-wrapper{
        top: 0px;
    }
}
@media screen and (min-width: 400px) and (max-width: 499px){
    .popup-image-wrapper{
        height: 300px;
    }
}
@media screen and (min-width: 500px) and (max-width: 598px){
    .popup-image-wrapper .arrow-popup-left{
        left: 33%;
    }
    .popup-image-wrapper .arrow-popup-right{
        right: 33%;
    }
    .popup-image-wrapper{
        height: 300px;
    }
}
@media screen and (min-width: 599px) and (max-width: 768px){
    .popup-image-wrapper .arrow-popup-left{
        left: 35%;
        bottom: -51px !important;
    }
    .popup-image-wrapper .arrow-popup-right{
        right: 35%;
        bottom: -51px !important;
    }
    .popup-image-wrapper{
        height: 400px;
    }
    .popup-pagination-wrapper{
        top: 17px;
    }
}
@media screen and (min-width: 599px) (max-width: 767px){
    .popup-image-wrapper .container-fluid{
        padding: 0px;
    }
    .popup-image-wrapper .arrow-popup-left{
        bottom: 0px !important;
    }
    .popup-image-wrapper .arrow-popup-right{
        bottom: 0px !important;
    }
}
@media screen and (min-width: 320px){
    .iframe-popup-wrapper{
        padding-top: 120px;
        padding-bottom: 0px;
        padding-right: 21px;
        padding-left: 21px;
    }
    .arrow-popup-right{
        bottom: 288px;
        top: unset;
        right: 10%;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
    }
    .arrow-popup-left{
        bottom: 289px;
        top: unset;
        left: 24%;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
    }
    .video-wrapper{
        height: 300px;
    }
}
@media screen and (min-width: 330px){
    .arrow-popup-right{
        bottom: 288px;
        top: unset;
        right: 5%;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
    }
    .arrow-popup-left{
        bottom: 289px;
        top: unset;
        left: 19%;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
    }
}
@media screen and (min-width: 480px){
    .arrow-popup-right{
        bottom: 288px;
        top: unset;
        right: 15%;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
    }
}
@media screen and (min-width: 768px){
	.header-wrapper-right .fa-facebook,
    .header-wrapper-right .fa-google-plus,
    .header-wrapper-right .fa-twitter{
        visibility: visible !important;
        display: inline-block;
    }
    .arrow-popup-left {
        bottom: 88px;
        top: unset;
        left: 24%;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
    }
    .arrow-popup-right{
        top: unset;
        bottom: 88px;
        right: 18%;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
    }
    .video-wrapper{
        height: 500px;
    }
    .popup-image-wrapper{
        height: 500px;
    }
	.header-wrapper-right .fa-facebook,
    .header-wrapper-right .fa-google-plus,
    .header-wrapper-right .fa-twitter,
    .header-wrapper-right .fa-share-alt, .header-wrapper-right .fa-times{
        color: white;
        background-color: black;
    }
    .image-close-btn {
        right: 24px;
    }
    .popup-image-wrapper .image-wrapper img{
        max-width: 80%;
        max-height: 80%;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .arrow-popup-left {
        left: 5% !important;
    }
    .arrow-popup-right {
        right: 5% !important;
    }
}
@media screen and (min-width: 1024px){
    .video-wrapper{
        height: inherit;    
    }
    .iframe-popup-wrapper {
        padding-top: 120px;
        padding-bottom: 120px;
        padding-right: 120px;
        padding-left: 120px;
    }
    .arrow-popup-right {
        position: absolute;
        display: inline-block;
        width: 46px;
        height: 38px;
        top: 50%;
        right: 5%;
        cursor: pointer;
        z-index: 1;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .arrow-popup-left {
        position: absolute;
        display: inline-block;
        width: 46px;
        height: 38px;
        top: 50%;
        left: 5%;
        cursor: pointer;
        z-index: 1;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
}
@media screen and (min-width: 1100px){
    .popup-image-wrapper .container-fluid{
        padding: 0px 190px;
    }
}
@media screen and (min-width: 1200px){
    .popup-image-wrapper {
        height: 600px;
    }
    .iframe-popup-wrapper{
        padding: 50px 200px;
    }
    .arrow-popup-left {
        left: 7.5% !important;
    }
    .arrow-popup-right {
        right: 7.5% !important;
    }
}
@media screen and (max-width: 1200px){
    .popup-video-wrapper{
        margin-top: 0;
    }
}
@media screen and (min-width: 1400px){
    .videos-wrapper .container{
        width: 1300px;
     }
     .arrow-popup-left {
        left: 7.5% !important;
    }
    .arrow-popup-right {
        right: 7.5% !important;
    }
}
@media screen and (min-width: 1600px){
    .videos-wrapper .container{
        width: 1555px;
     }
}
@media screen and (min-width: 1700px){
	.popup-image-wrapper .container-fluid {
        padding: 0px 300px;
    }
}
@media screen and (min-width: 1800px){
    .popup-image-wrapper .container-fluid {
        padding: 0px 360px;
    }
}

.social-wrapper{
    position: fixed;
    display: block;
    bottom: 0;
    right: 15px;
    cursor: pointer;
    transform: translateY(-35%);
    -webkit-transform: translateY(-35%);
    -moz-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    -o-transform: translateY(-35%);
}
.social-wrapper .fa-facebook{
    visibility: hidden;
    font-size: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    opacity: 0.8;
}
.social-wrapper .fa-google-plus {
    visibility: hidden;
    font-size: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    opacity: 0.8;
}
.social-wrapper .fa-twitter {
    visibility: hidden;
    font-size: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    opacity: 0.8;
}
.social-wrapper .fa-share-alt{
    font-size: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    opacity: 0.8;
}
.social-wrapper .fa-times {
    font-size: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    opacity: 0.8;
}
.social-wrapper .facebook-icon-mobile,
.social-wrapper .google-icon-mobile,
.social-wrapper .twitter-icon-mobile{
    position: absolute;
    display: inline-block;
    padding-top: 18px;
    right: 0;
    top: -18px;
    z-index: -1;
    transition: right .5s ease-in-out;
    -webkit-transition: right .5s ease-in-out;
    -moz-transition: right .5s ease-in-out;
    -ms-transition: right .5s ease-in-out;
    -o-transition: right .5s ease-in-out;
}
.social-wrapper .facebook-icon-mobile.open{
    right: 150px;
}
.social-wrapper .google-icon-mobile.open{
    right: 100px;
}
.social-wrapper .twitter-icon-mobile.open{
    right: 50px;
}

.menu-icon-images{
    position: relative;
    display: block;
    height: 32px;
    top: 0;
    cursor: pointer;
    float: right;
}