﻿.no-side-padding{
    padding-right: 0;
    padding-left: 0;
}

.no-side-margin{
    margin-left: 0;
    margin-right: 0;
}

/*Page animation effect*/
.slide {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

    .slide.ng-enter,
    .slide.ng-leave {
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

    .slide.ng-enter {
        left: 100%;
    }

    .slide.ng-enter-active {
        left: 0;
    }

    .slide.ng-leave {
        left: 0;
    }

    .slide.ng-leave-active {
        left: -100%;
    }
/*Page animation effect END*/

/*Album styling*/
.album-description {
    font-style: italic;
    width: 175px;
    padding-top: 5px;
}

.album-title, .image-title {
    padding-top: 5px;
    font-weight: bold;
    width: 175px;
    height: 50px;
    text-align: left;
    padding-bottom: 5px;
}

.album-det-title {
    font-weight: bold;
    color: white;
    padding-left:5px;
    padding: 5px;
    font-size: 1.3em;
    text-align: center;
}
.album-det-description {
    color: white;
    padding-left:5px;
    text-align: center;
    font-size: 1.1em;

}

.flex-direction-nav a:before  { 
    content: '' !important;
    display: inline-block;
    background: url('../images/arrow-left-normal.svg') no-repeat;
    width: 40px;
    height: 40px;
    background-size: contain;
}
.flex-direction-nav a.flex-next:before  { 
    content: '' !important;
    display: inline-block;
    background: url('../images/arrow-left-normal.svg') no-repeat;
    width: 40px;
    height: 40px;
    background-size: contain;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


.flexslider {
    margin: 0 0 10px !important;
    width: 100%;
    height: auto;
    background-color: #231F20 !important;
    border: 0 !important;
}

.flexslider .slides img {
    max-width: 70vw !important; 
    max-height: 70vh !important;
}

#slider {
    margin-top: -50px;
}

/**Lightbox*/
#overlay {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    height: 100%;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: black;
    opacity: 0;
}

    #overlay.overlay-active {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: .8;
    }

.overlay-text{
    top: 63%;
    color: #fff;
}

.lightbox {
    background: white;
    box-shadow: 0 0 16px rgba(0, 0, 0, .4);
    z-index: 999;
    opacity: 0;
    display: none;
    position: fixed;
    top: 3vh;
    left: 3%;   
    max-width: 94%;
    /*background-color: #f3f3f3;*/
    background-color: #231F20;
}

    .lightbox.lightbox-active {
        display: inline-block;
        opacity: 1;
    }

.wrapper {
    width: 95%;
}

.masonry {
    height: inherit !important;
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

.album {
    display: inline-block;
    margin-top: 20px;
    background: #fff;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.album-thumbnail{
	min-width:220px;
}
.album-thumbnail.image-detail{
    min-width: 236px;
}

.thumbnail-image{
    width:220px;
    height:190px;
    overflow: hidden;
}
.thumbnail-image.image-detail{
    width:236px;
    height:145px;
}

.thumbnail-image img{
    width: 100%;
}

.image-overlay{
    width:100%;
    height:inherit;
    display:none;
    position:absolute;
    top:0px;
}
.image-overlay div {
    position:relative;
    display:inline-block;
    cursor: pointer;
}
.thumbnail-content{
    position:relative;
    display:inline-block;
    width:220px;
}
.thumbnail-content.image-detail{
    width: 236px;
}

.thumbnail-content:hover .image-overlay {
    display:block;
    background-color: rgba(0,0,0,0.4);
}

.open-image {
    background: rgba(255,255,255,0.2) url('../images/ico-eye-round.svg') no-repeat center;
	background-size: 40px 40px;
    width:47%;
    height:95%;
    top:5px;
    text-align: center;
}
.open-image:hover{
    background-color: rgba(255,255,255,0.3);
}
.open-image:active{
    background-image: url('../images/ico-eye-round-pressed.svg');
}

.open-image.image-detail{
    vertical-align: top;
    height: 93%;
}

.share-image {
    background: rgba(255,255,255,0.2) url('../images/ico-share-round.svg') no-repeat center;
	background-size: 40px 40px;
    width:47%;
    height:95%;
    top:5px;
    text-align: center;
}
.share-image:hover{
    background-color: rgba(255,255,255,0.3);
}
.share-image:active{
    background-image: url('../images/ico-share-round-pressed.svg');
}
.share-image.image-detail{
    vertical-align: top;
    height: 93%;
}

.page {
    position: relative;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/arrow-down-normal.svg') right 15px top 12px no-repeat;

    height: 2.5em;
}

select::-ms-expand {
    display: none;
}

button {
    height: 2.5em;
}

.searchLink {
    float: left;
    margin-left: -1px;
    height: 29px;
    width: 23px;
    /* align-items: center; */
    vertical-align: middle;
    left: 9px;
    top: 0px;
    background: #fff url('../images/search-icon.png') no-repeat;
    display: inline-block;
	z-index: 1;
}

.ms-srch-sb-searchLink:hover, .ms-srch-sb-navLink:hover {
    background-color: inherit !important;
}

.search-result{
    font-family: Lato-Regular;
    font-size: 12px;
    color: #444444;
    opacity: 0.5;
    margin-bottom: 15px;
}

.albumimage {
    cursor: pointer;
}

.albumimage.full-width[src$="renditionid=5"]{
    width:220px;
    height:190px;
}

#AG-albumList {
    width: 100%;
}

.ag-search {
    position: relative;
    width: 92%;
    overflow: auto;
    background-color:inherit;
    height: 2em;
    resize: none;
    outline: 0;
    padding-top: 7px;
    border: none;
    outline-style: none;
	margin-left: 20px;
    webkit-box-sizing: border-box !important;
}

.go-home {
    background: url('../images/arrow-left-normal.svg') 96% / 8px no-repeat;
    background-position: 5px 10px;
}

.left-placehold, .right-placehold {
    width: 48%; 
    height: 2.5em;
    display: inline-block;
    vertical-align: top; 
}

.placehold{
	border: 1px solid #ababab;
	height: 2.5em;
}

.right-placehold {
    border: 1px solid #ababab;
}

#yearList {
    float: right;
    width: 100px;
}

.content__left {
    float: left;
}

.content__middle {
    overflow: hidden;
}

.row-centered{
    text-align: center;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.col-centered{
    display:inline-block;
    /* reset the text-align */
    text-align:center;
}

.image-caption{
    text-align: left;
}

.division {
    padding-top: 10px;
    margin-bottom: 15px;
}

.album-detail-h1 {
    padding-bottom: 20px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #5e5f5f !important;
    border-color: #5e5f5f !important;
    color: white !important;
}

.pagination > li > a, .pagination > li > span {
    color: #5e5f5f !important;
}

.close-button{
    position: absolute;
    width: 48px;
    height: 48px;
    background: url('../images/ico-close.svg') no-repeat center;
    cursor: pointer;
    margin-left: 80vw;
    margin-top: -30px;
    z-index: 255;
}

.share {
    position: relative;
    width: 48px;
    height: 48px;
    background: url('../images/ico-share.svg') no-repeat center;
    cursor: pointer;
    margin-top: -50px;
    margin-right: 3vw;
    float: right;
}

.ns-popover-tooltip-theme{
    z-index: 10000 !important;
}

.ns-popover-tooltip-theme .ns-popover-tooltip{
    border-radius: 0 !important;
}

.ico-social{
    width: 48px;
    height: 48px;
}

.ico-social.ico-facebook{
    background: url('../images/ico-social-facebook.svg') no-repeat center;
}

.ico-social.ico-tumbler{
    background: url('../images/ico-social-tumbler.svg') no-repeat center;
}

.ico-social.ico-linkedin{
    background: url('../images/ico-social-linkedin.svg') no-repeat center;
}

.ico-social.ico-twitter{
    background: url('../images/ico-social-twitter.svg') no-repeat center;
}

.ico-social.ico-googleplus{
    background: url('../images/ico-social-googleplus.svg') no-repeat center;
}

.ico-social.ico-email{
    background: url('../images/ico-social-email.svg') no-repeat center;
}

.popover {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.popover.fade.top.in{
    width: 270px;
}

.center-carrousel .slides {
	width: 100%!important; 
	text-align: center; 
	white-space: nowrap;
}
.center-carrousel .slides li {
	display: inline-block!important; 
	*display: inline!important; 
	float: none!important;
}

#slider-slider .slides img {
  width: initial !important;
  margin: 0 auto !important;
}

@media screen and (max-width: 1100px)
{
	.ad-home, .ad-search{
		min-width: 170px;
	}	
	
	#yearList {
    float: inherit;
	}
}

.ns-popover-tooltip > div
{
	cursor: pointer;
}

.pagination > li:first-child > a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.pagination>.active>a{
    background-color: #444444;
    border-color: #444444;
}
.pagination>.active>a:hover, .pagination>.active>a:visited{
    background-color: #444444;
    border-color: #444444;
}
.pagination>li>a{
    color:#444444;
}
.pagination>li>a:hover{
    color:#444444;
}

.pagination > li:last-child > a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
