/*
 * Specific styles of signin component
 */
/*
 * General styles
 */
body{
    height: 100vh;
}
.header{
    margin-top: 40px ;
    margin-bottom:  40px ;
    color: #fff;
}

/* top logo */
.top-logo {
    height: 9vh;
}
	.top-logo img {
	    max-height: 100%;
	    max-width: 100%;
	}

/* whole wrapper */
.wrapper {
    margin: 0 auto;
    max-height: 88vh;
    max-width: 1800px;
    text-align: center;
}
.wrapper > .container {
    height: 88vh;
}

.boxwrapper {
	margin: 0 auto;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.85);
    padding: 2vh 10px;
    text-align: left;
}
.playerwrapper {
	display: inline-block;
}


.gallery-header {
    max-height: 7vh;
}

.gallery-container {
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
	.gallery-container .gallery-item {
	    box-sizing: border-box;
	    float: left;
	    overflow: hidden;
	    padding: 6px;
		width: 50%;
	}
		.gallery-container .gallery-item a {
		    background-size: cover;
		    background-position: center center;
		    border-radius: 4px;
		    display: block;
		    height: 12.5vh;
		    width: 100%;
		}

.sessionimg {
	max-width: 100%;
	max-height: 60vh;
}

#player {
	max-height: 60vh !important;
	/*width: 320px;*/
}


.twitter-btn{
    background-color: #1da1f2 !important;
    border-color: #1da1f2 !important;
}
.fb-btn{
    background-color: #3b5998 !important;
    border-color: #3b5998 !important;
}
.player-btns {
	clear: both;
	margin-top: 5px;
}
.player-btns .btn{
    margin-bottom: 5px;
}
.error{
    color: red;
    font-weight: normal;
}
.required.form-label:after {
  content: '*';
  color: red;
}

.vb-btn{
    color: #000000 ;
    display: inline-block;
    padding: 4px 8px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid #000000;
    border-radius: 4px;
    text-decoration: none;
    background-color: white;
}
.vb-btn:hover{
    text-decoration: none;
}
.btn-heading{
    margin-top: 0px !important;
    margin-bottom:  3px !important;
}

/* bottom links */
.btm-links-container {
    bottom: 0px;
    width: 100%;
}
.btm-links-container .colored-bg a{
    background-color: rgba(0,0,0, 0.5);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: white !important;
    display: inline-block;
    font-size: 12px;
    padding: 4px 8px;
    margin-top: 5px;
    text-decoration: underline;
}

.email-modal .close{
    color: inherit !important;
    opacity: 1.0;
}
.email-modal .modal-body,.message-modal .modal-body{
    background-color: #f5f3f3;
    border-radius: 8px;
}
.email-modal .modal-title{
    margin-bottom: 5px;
}
.email-modal .form-label{
    text-transform: uppercase;
    color: #484848 !important;
}
#message_box{
    top: 30% !important;
    color: #484848 !important;
}
.message-modal .modal-vb-btn{
    padding-left: 40px;
    padding-right: 40px;
}
.margin-btm-20{
    margin-bottom: 20px;
}

h3.microsite-title {
	display: inline-block;
	font-size: 16px;
	margin: 0 !important;
	padding: .35em 20px 10px 0;
	position: relative;
	white-space: pre-wrap;
}

h3.gallery-microsite-title {
    display: inline-block;
    font-size: 16px;
    margin: 0 !important;
    padding: .35em 20px 10px 0;
    position: relative;
    white-space: normal;
}

h3.microsite-title .dropdown-list {
	top: 33px;
    width: 100%;
}
h3.microsite-title .dropdown-list a{
    white-space: pre-wrap;
}
h3.microsite-title span.more-galleries{
    margin-left: 20px;
}
h3.microsite-title span.more-galleries a{
    padding: 0x 0 0 5px;
    margin-top: 0px !important;
}

.dropdown-list{
    list-style-type: none;
    padding-left: 0px;
    position: absolute;
    z-index: 1;
    display: none;
    top: 33px;
    }
	.dropdown-list li a{
	    display: block;
	    text-decoration: none;
	    padding: 5px 10px;
	    background-color: #fff;
	}
	.dropdown-list li a:hover{
	    background-color: #e6e6e6;
	}	
	.dropdown-list li:last-child a {
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}
	.dropdown-list li:not(:last-child) a{
	    border-bottom: none !important;
	}
	
.overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -5;
    width: 100%;
    height: 100%;
}

.sorting-options{
    position: relative;
}
.sorting-btn{
    text-decoration: none;
}
.pagination-text{
    font-weight: bold;
    font-size: 15px !important;
}
.sorting-list{
    top: 33px;
    left: 0px;
    right: 0px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.pagination-link{
    color: inherit !important;
    display: inline-block;
    margin-top: 5px;
}
.player-header,
.gallery-header{
    margin-bottom: 8px;
}
.gallery-no-sessions{
    font-size: 24px;
    padding: 100px 5px;
}
.gallery-spinner {
	clear: both;
	padding: 20px 5px;
	text-align: center;
}
.terms-modal{
    color: black;
}

.container{
    width: 100%; 
    position: relative;
}

.footer-text{
    padding: 0px 15px;
    margin-top: 10px;
    display: none;
}
.footer-text .btn-heading{
    line-height: 1.4;
}


.btm-links-container a {
  text-decoration: none !important;
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    .main-container{
        margin-right: -10px !important;
        margin-left: -10px !important;
    }
    .email-modal,.message-modal{
        margin: 20px auto;
        width: 90%;
    }
    .email-modal .modal-body, .message-modal .modal-body{
        padding: 20px;
    }
    h3.microsite-title span.more-galleries{
        margin-left: 1px;
    }
    .flowplayer .fp-logo {
      width: 60px;
      bottom: 2em !important;
    }
    .playerwrapper {
        display: block;
    }

    .btm-links-container {
        text-align: center;
        position: static;
      }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.boxwrapper {
		max-width: 90%;		
		padding-left: 20px;
		padding-right: 20px;
	}
    .email-modal,.message-modal{
        margin: 20px auto;
        width: 440px;
    }
    .email-modal .modal-body, .message-modal .modal-body{
        padding: 30px;
    }
    .microsite-title span.more-galleries{
        margin-left: 10px;
    }
    .flowplayer .fp-logo {
      width: 100px;
      bottom: 2em !important;
    }
    .playerwrapper {
        display: block;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {    
    .main-container{
        margin-right: -15px !important;
        margin-left: -15px !important;
    }
    .flowplayer .fp-logo {
      width: 150px;
      bottom: 2em !important;
    }
	.gallery-container .gallery-item {
	    width: 33.33%;
	}
	.gallery-container .gallery-item a {
		height: 18.75vh;
	}
	#player {
		width: 600px;	
	}
    .microsite-title{
        max-width: 600px;
    }
	.btm-links-container {
		text-align: right;
	}
    .playerwrapper {
        display: inline-block;
    }

    .btm-links-container {
        text-align: right;
        position: fixed;
      }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    h3.microsite-title{
        font-size: 20px;
    }
    .flowplayer .fp-logo {
      width: auto;
      bottom: 2em !important;
    }
	.gallery-container .gallery-item {
	    width: 25%;
	}
	.gallery-container .gallery-item a {
		height: 23vh;
	}
	#player {
		width: 760px;
	}
    .microsite-title{
        max-width: 760px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
	#player {
		width: 990px;
	}
    .microsite-title{
        max-width: 990px;
    }
}
