
.modal-dialog .modal-wide .modal-lg {
  width: 90%;
}


.FormError{
    border-color: #f10000 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 0, 26, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 0, 26, 0.6) !important;
}

.YS-Page-Header{
    padding: 15px;
}
.YS-Page-Header-Logo{
    margin-top: -15px;
    max-height: 50px;
}
.YS-Page-Footer-Logo{
    max-height: 100px;
}

html,body{
    height:100%;
}
body{
    font-family: 'Oranienbaum', serif !important;
    font-size: 18px !important;
}

#alertbox{
    display: inline;
    position: fixed;
    top: 65px;
    z-index: 500;
    text-align: center;
    width: 80%;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: linear-gradient(to bottom,#e7e7e7 0,#F8f8f8 100%);
    font-size: 14pt;
    background-color: white;
    color: black;
}
.opaque {
    transition-property: opacity;
    transition-duration: 1s;
    opacity: 0;
}

.visible {
    transition-property: opacity;
    transition-duration: 1s;
    opacity: 1;
}

.wide{
    width: 100%;
}

.half-wide{
    width:50%
}

.small-padding{
    padding-top: 5px;
    padding-bottom: 5px;
}
.home-carousel-inner{
    background-color: #000;
}
.carousel-inner img{
    max-height: 600px;
    border-left-style: solid;
    border-left-width: 10px;
    border-right-style: solid;
    border-right-width: 10px;
}

.footer{
    border-top-style: solid;
    border-color: #e7e7e7;
    border-width: 1px;
    padding-top: 10px;
    font-size: 12px;
    max-height: 100%;
    margin-top: 20px;
}

.disclaimer{
    text-align: center;
    margin-bottom: 10px;
}

.disclaimer p{
    margin-bottom: 0px;
    margin-top: 10px;
}

.social-footer{
    text-align: center;
    font-size: 24px;
}

.social-footer ul{
    padding: 0px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    list-style-type: none;
    display: inline;
}
.social-footer a:link{
    color: #777;
}
.social-footer a:visited{
    color: #777;
}
.social-footer a:hover{
    color: #000;
}

.social-footer ul li{
   display: inline; 
}

.carousel-caption h3{
    font-size: 65px;
    text-shadow: 2px 2px 8px #000000
}
.carousel-caption p{
    font-size: 35px;
    text-shadow: 2px 2px 8px #000000
}

.main-body{
    margin-top: 25px;
    background-color: #f8f8f8;
}

.btn-compact{
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    display: inline;
}

.btn-left{
    border-bottom-right-radius: 0px;
}
.btn-right{
    border-bottom-left-radius: 0px;
}
.container.body-section{
    padding-top: 20px;
}
.body-section{
    padding-top: 20px;
}

.description-compact p{
    margin-bottom: 0px;
}
.description-compact2{
    font-size: 14px;
    padding: 5px;
    margin: 0px;
    border-bottom-style: none !important;
    border-top-style: none !important;
    border-color: #ccc;
    background-color: #fdfbfb;
    border-top: none;
}

.description-compact{
    font-size: 14px;
    padding: 5px;
    margin: 0px;
    border: #b1b1b1;
    border-style: solid;
    border-bottom-style: none;
    border-width: 1px;
    padding-top: 10px;
    background-color: #f8f8f8;
}

.bordered{
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
}
.centered{
    text-align: center;
}
.right{
    text-align: right;
}
.col-xs-6.square-cols{
    padding-top: 15pt;
    padding-bottom: 15pt;
    padding-left: 0pt;
    padding-right: 0pt;
}
.square-links{
    width: 75%;
    padding-bottom: 15%;
    text-align: center;
    vertical-align: middle;
    background-color: #e7e7e7;
    border-radius: 5%;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-shadow: inset -1px -11px 43px 46px rgba(0,0,0,0.05);
    -moz-box-shadow: inset -1px -11px 43px 46px rgba(0,0,0,0.05);
    box-shadow: inset -1px -11px 43px 46px rgba(0,0,0,0.05);
}

.square-link-text{
    font-size: 20px;
    display: block;
    padding-top: 44px;
}

.thumbnail.album img{
    padding-top: 10px;
    height: 200px;
}

.thumbnail.album{
    padding: 10px;
    box-shadow: 5px 5px 20px #888888;
}

.album-buttons{
    padding-bottom: 20px;
}
.album-description{
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 4px;
}

.album-description p{
    text-indent: 30px;
    padding-top: 20px;
}

.header-section{
    max-height: 535px;
    background-size: contain;
    background-position-y: 50%;
    position:relative;
    text-align: center;
}

.header-section .album-clean-preview{
    align-items: center;
    border-left-style: solid;
    border-left-width: 20px;
    border-right-style: solid;
    border-right-width: 20px;
    max-height: 535px;
    position: relative;
    z-index: 100;
    border-color: #363636;
    max-width: 100%
}

.header-section h1{
    font-size: 50px;
    position: relative;
    color: #F8F8F8;
    margin-top: 29px;
    margin-bottom: 29px;
}
.header-section .header-span{
    display: block;
    position: relative;
    top: -112px;
    background-color: rgba(0,0,0,0.5);
    z-index: 200;
    text-align: left;
    background-size: contain;
}

.header-section .header-image{
    align-items: center;
    border-left-style: solid;
    border-left-width: 20px;
    border-right-style: solid;
    border-right-width: 20px;
    max-height: 535px;
    position: relative;
    z-index: 100;
    border-color: #363636;
    max-width: 100%
}

.header-section .header-bg{
    align-content: center;
    text-align: center;
    filter: blur(2px);
    filter: grayscale(1) blur(2px);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
}
.modern .thumbnail{
    border-style:none;
    pading:0px;
    box-shadow: none;
}
.modern.thumbnail.album{
    border-style:none;
    pading:0px;
    box-shadow: none;
}


.modern .albumname-div{
    text-align: center;
    border: #ececec;
    width: 75%;
    margin: auto;
    border-radius: 10px;
    font-size: 24px;
    background-color: rgba(255, 255, 255, 0.71);
    color: #585858;
    vertical-align: middle;
    bottom: 100px;
    position: relative;
    font-weight: 600;
    text-transform: capitalize;
}
.modern .thumbnail-div{
    background-color: white;
}
.thumbnail-div-compact.thumbnail-div{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-position: bottom !important;

}
.thumbnail-div-compact.thumbnail-div:hover{
    background-color: rgba(0, 0, 0, 0.25);
    background-blend-mode: overlay;
}

.image{
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.image.album img{
    padding-top: 10px;
}

.image.album{
    padding: 10px;
}

.image-div{
    text-align: center;
}

.image-div img{
    padding-top: 10px;
    padding-bottom: 20px;
    max-height: 900px;
    max-width: 100%;
}

.image-nav-container{
    padding-top: 10px;
    padding-bottom: 10px;
}

.thumbnail-div{
    background-size: cover;
    border-radius: 4px;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 4px;
    background-color: #f1f1f1;
    background-position: center;
}

.thumbnail-div h3{
    font-size: 24px;
    background-color: rgba(0,0,0,0.5);
    color: #F8F8F8;
    margin-bottom: 0px;
    padding: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.form-control{
    margin-bottom: 10px;
}

#imageLoadStatus{
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position:absolute;
    text-align: center;
    border: #ececec;
    border-radius: 10px;
    font-size: 24px;
    background-color: rgba(255, 255, 255, 0.71);
    color: #585858;
    font-weight: 600;
    z-index: 150;
}


.loginform{margin-top: 20px;}
@media screen and (max-width:767px) {
    .carousel-caption h3{
        font-size: 35px;
    }
    .carousel-caption p{
        font-size: 25px;
    }

    .header-section{
        height:240px;
        display: inline-block;
    }        

    
    .header-section h1{
    font-size: 26px;
    position: relative;
    color: #F8F8F8;
    }
    .header-section .header-span{
        display: block;
        position: relative;
        top: -84px;
        background-color: rgba(0,0,0,0.5);
    }
    .carousel-inner img{
        max-height: 250px;
    }
}


.Modern-Album-Row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.Modern-Album-Col {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.thumbnail-div-modern{
    padding-bottom: 10px;
}

.modal-image{
    max-height: 100%;
    max-width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 100;
}

.hover-overlay:hover{
    background-color: #00000050;
}

.blog-preview:hover:after {
    opacity:.45;
}
.blog-preview:after {
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity:0;
    transition: all 0.75s;
    -webkit-transition: all 0.5s;
}

.col-12.blog-preview-holder{
    padding-Right: 5px;
    padding-left: 5px;
}

.col-md-6.blog-preview-holder{
    padding-Right: 5px;
    padding-left: 5px;
}

.blog-preview.blog-focused{
    min-height: 400px;
}

.blog-preview{
    min-height: 200px;
    background-size: cover;
    color: white;
    padding-left: 10px; 
    padding-right: 10px;
    padding-top: 5px;
    position: relative;
    margin-bottom: 10px;
}
.blog-preview-edit{
    z-index: 20;
    display: block;
    position: relative;
    padding-bottom: 10px
}

.blog-preview h2{
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.blog-preview-info{
    background-color: #00000075;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-left: 10px;
}
.blog-preview-description{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}

.blog-preview-detail{
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
}

.btn-default.album-clean-btn{
    background-color: #51515194;
    font-weight: 200;
    color: #fff;
}
.album-clean-preview{
    min-height: 550px;
    background-size: cover;
    background-position: center;
    color: white;
    padding-left: 10px; 
    padding-right: 10px;
    padding-top: 5px;
    position: relative;
    margin-top:15px;
    margin-bottom:15px;
}

.album-clean-preview h2{
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.album-clean-preview-description{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}

.album-clean-preview:hover:after {
    opacity:.45;
}
.album-clean-preview:after {
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity:0;
    transition: all 0.75s;
    -webkit-transition: all 0.5s;
}

.instagram-img{
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
}
.instagram-logo{
    text-align: center;
    border: #ececec;
    width: 75%;
    margin: auto;
    border-radius: 10px;
    color: #585858;
    vertical-align: middle;
    top: 200px;
    position: relative;
    font-weight: 600;
    text-transform: capitalize;
    display:none;
}

.instagram-img:hover{
    background-color: rgba(0, 0, 0, 0.25);
    background-blend-mode: overlay;
    transition-property: background-color;
    transition-duration: .5s;
    display:block;
}

.instagram-img:hover{
    background-color: rgba(0, 0, 0, 0.25);
    background-blend-mode: overlay;
    transition-property: background-color;
    transition-duration: .5s;
}



[data-pin-log="button_pinit_bookmarklet"]{vertical-align: text-bottom !important; }
#twitter-widget-0{vertical-align: text-bottom !important; }
.social-share iframe{vertical-align: sub !important; }
.social-share{
    text-align: center;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #e0e0e0;
    border-radius: 5px;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 800px) {
  .Modern-Album-Col {
    flex: 50%;
    max-width: 50%;
  }
/*  .grid-item { width: 50%; list-style-type: none;}*/
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
  .Modern-Album-Col {
    flex: 50%;
    max-width: 50%;
  }
  
/*  .grid-item { width: 100%; list-style-type: none;}*/
}

@media screen and (min-width:320px) and (max-width:767px) and (orientation:landscape) {

}

/*Masonry */
/*.grid-item { width: px; list-style-type: none; padding: 4px;}*/

.grid-item.col-xs-6.col-sm-4.col-md-3{
    padding:5px;
}    
/*salvattore*/
#grid[data-columns]::before {
	content: '3 .column.size-1of3';
}

/* These are the classes that are going to be applied: */
.column { float: left; }
.size-1of3 { width: 33.333%; }

@media screen and (max-width: 480px){
	#grid[data-columns]::before {
		content: '1 .column.size-1of1';
	}
}

@media screen and (min-width: 481px) and (max-width: 768px) {
	#grid[data-columns]::before {
		content: '2 .column.size-1of2';
	}
}
@media screen and (min-width: 769px) {
	#grid[data-columns]::before {
		content: '3 .column.size-1of3';
	}
}

/* Again, you’re free to use and define the classes: */
.column { float: left; }
.size-1of1 { width: 100%; }
.size-1of2 { width: 50%; }
.size-1of3 { width: 33.333%; }

