/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 22, 2017, 1:27:35 PM
    Author     : Genesis
*/


html, body {
    height: 100%;
}

body {
    background-color: #ffffff;
    color: #2f2f2f;
}

.flex-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-grow-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-orientation-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-container {
    width: 100%;
    height: 100%;
    /*background-color: #3c3c3c !important;*/
}

.vertical-center {
    display: flex;
    align-items: center;
}

.header {
    height: 60px;
    background-color: #2196f3;
}

.social-icons {
    margin-left: 6px;
    height: 55px;
    width: 48px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

.gallery-message {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 16px;
    margin-right: 16px;
}

#header-logo {
    margin-left: 20px;
    height: 47px;
    width: 300px;
    background-image: url(../images/photozone_logo.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

#facebook-header {
    background-image: url(../images/fb_header_white.png);
}

#instagram-header {
    background-image: url(../images/instagram_header_white.png);
}

#social-icons {
    display: inline-flex;
    margin-right: 20px;
    margin-left: auto;
}

#galleryIcons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
}

.galleryIconsFullscreen {
    position: absolute;
    z-index: 2147483647;
    right: 10px !important;
    top: 10px !important;
    margin-right: auto !important;
    margin-top: auto !important;
    margin-left: auto !important;
}

.rsShareBtn {
    width: 40px;
    height: 40px;
    z-index: 22;
    display: block;
    cursor: pointer;
    background-color: rgba(65, 65, 65, 0.322);
}

.rsShareIconDesktop {
    display: block;
    width: 27px;
    height: 27px;
    background: url(../images/rs_share_android.png) no-repeat center;
    background-size: contain;
    margin-top: 6px;
    margin-left: 8px;
}

.rsShareIconIOS {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/rs_share_ios.png) no-repeat center;
    background-size: contain;
    margin-left: 6px;
    margin-top: 4px;
}

.rsShareIconAndroid {
    display: block;
    width: 27px;
    height: 27px;
    background: url(../images/rs_share_android.png) no-repeat center;
    background-size: contain;
    margin-top: 6px;
    margin-left: 8px;
}

.rsFullscreenBtn {
    width: 40px;
    height: 40px;
    z-index: 22;
    display: block;
    cursor: pointer;
    background-color: rgba(65, 65, 65, 0.322);
}

.rsFullscreenIcon {
    display: block;
    width: 32px;
    height: 32px;
    /*background: url(rs-fullscreen.png) no-repeat center;*/
    border-radius: 2px;
    background-size: cover;
    margin: 4px;
}

.rsFullscreenIconDesktop {
    display: block;
    width: 23px;
    height: 23px;
    background: url(../images/rs_fullscreen.png) no-repeat center;
    background-size: cover;
    margin: 9px;
}

.rsFullscreenIconIOS {
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/rs_fullscreen_ios.png) no-repeat center;
    background-size: contain;
    margin-top: 8px;
    margin-left: 6px;
}

.rsFullscreenIconAndroid {
    display: block;
    width: 23px;
    height: 23px;
    background: url(../images/rs_fullscreen.png) no-repeat center;
    background-size: cover;
    margin: 9px;
}

#header-logo:hover {
    background-image: url(../images/photozone_logo_blue.png);
}

#facebook-header:hover {
    background-image: url(../images/fb_header_blue.png);
}

#instagram-header:hover {
    background-image: url(../images/instagram_header_blue.png);
}

#btn-facebook-logout {
    display: none;
    margin-left: auto;
    margin-right: 20px;
    vertical-align: middle;
    background: #3b5998;
    color: #fff;
}

    #btn-facebook-logout span {
        margin-left: 10px;
        margin-right: 10px;
    }

.footer {
    flex: initial;
    color: #2f2f2f;
    margin-bottom: 0px;
    font-family: Allura Regular;
    font-size: 34px;
    /*line-height: 1.0;*/
}

.footer p {
    margin-bottom: 0.5rem;
    }


#weddingImg {
    height: 40px;
    width: auto;
    margin-right: 10px;
}

#weddingImageAndTextContainer {
    display: inline-flex;
}

#logoImg {
    height: 90px;
    margin-bottom: 0.5rem;
}

@media only screen and (max-height: 500px) {
    .footer {
        display: none;
    }

    #galleryIcons {
        position: absolute;
        margin-right: auto;
        margin-top: auto;
        right: 20px;
        top: 58px;
    }

    .center-content {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
}

@media (max-width: 1024px) {

    #logoImg {
        height: 90px;
    }

    .header {
        height: 50px;
    }

    #header-logo {
        margin-left: 10px;
        width: 170px;
    }

    .social-icons {
        width: 40px;
        height: 40px;
    }

    #social-icons {
        margin-right: 10px;
    }
}

@media (max-width: 420px) {
    .footer {
        font-size: 24px;
    }

    #weddingImg {
        height: 26px;
    }
}

.center-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.modal.fade {
    z-index: 2147483647 !important
}
/*#modal-share .modal-dialog{
    justify-content:  center;
}*/

.modal-dialog {
    justify-content: center;
}

/*#modal-share .modal-content{
    width: auto;
}*/

.modal-content {
    width: auto;
}

.modal-header .close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.modal-title {
    padding-right: 20px;
    padding-left: 20px;
}

#modal-share li {
    margin-bottom: 15px;
    color: #fff;
}

.li-follow-us {
    margin-bottom: 15px;
    color: #fff;
}

.fb-login-button {
    margin-bottom: 15px;
    text-transform: uppercase;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    max-width: 300px;
}

#modal-share li a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    width: 100%;
    max-width: 300px;
}

#modal-follow-us li a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    width: 100%;
    max-width: 300px;
}

#modal-follow-us a.btn-facebook {
    background: #3b5998;
}

#modal-follow-us a.btn-instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.share-icon-text {
    margin-left: 0.5rem;
}

#modal-share li a.btn-facebook {
    background: #3b5998;
}

#modal-share li a.btn-whatsapp {
    background: #40c351;
}

#modal-share li a.btn-viber {
    background: #655ead;
}

#modal-share li a.btn-download {
    background: #f39c12;
}

@font-face {
    font-family: Allura Regular;
    src: url(../fonts/Allura-Regular.ttf);
}

@font-face {
    font-family: OpenSans Semibold;
    src: url(../fonts/OpenSans-SemiBold.ttf);
}
img.rsImg {
    -webkit-box-shadow: 0px 8px 25px -20px rgba(0,0,0,0.85);
    -moz-box-shadow: 0px 8px 25px -20px rgba(0,0,0,0.85);
    box-shadow: 0px 8px 25px -20px rgba(0,0,0,0.85)
}
