/********************************************/
/*	Custom CSS for Current Students page
	Location: unco.edu/visit
	Last updated: 2017-02-07 by LG	*/

/* Join the Fun background */
.join-fun {
	background-image: url("/current-students/images/section-backkgrounds/join-the-fun.jpg");
	background-size: cover;
	background-position: center;
}

/* Turn a.learn-more blue */
a.learn-more {
    background-image: url(/_resources/images/icons/circle-arrow/right/circle-arrow-right_UNC-blue.svg);
    color: #013c65;
}

/* Stay Connected News and Calendar */
.stay-connected h3 {
	font-size: 1rem;
    line-height: 1rem;
}


.news h3 {
	border-bottom: 1px dashed #DDD;
	padding: .5em 0 1em 0;
}
.news h3:first-child {
	padding: 0 0 1em 0;
}
.news h3:last-child {
	border-bottom: 0;
	padding: .5em 0 0 0;
}
#adx021188 p {
	border-bottom: 1px dashed #DDD;
	padding: 0 0 1em 0;
}
#adx021188 p:last-child {
	border-bottom: 0px;
	margin-bottom: 0em;
	padding-bottom: 0em;
}

/* Vintage Photos Comparison Slider */
.vintage-photos h4 {
	color: #fff !important;
}
.comparison-wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    margin: 1em 0 1em 0;
}
.comparison-wrapper:hover {
    cursor: ew-resize;
}
.divider-bar {
    position: absolute;
    width: 4px;
    left: 50%;
    top: -10px;
    bottom: -10px;
    background-image: -webkit-linear-gradient(top, rgba(59, 144, 203, 0) 0, #f6b000 2%, #f6b000 98%, rgba(59, 144, 203, 0) 100%);
    background-image: -moz-linear-gradient(top, rgba(59, 144, 203, 0) 0, #f6b000 2%, #f6b000 98%, rgba(59, 144, 203, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(59, 144, 203, 0) 0, #f6b000 2%, #f6b000 98%, rgba(59, 144, 203, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(59, 144, 203, 0) 0, #f6b000 2%, #f6b000 98%, rgba(59, 144, 203, 0) 100%);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
}
.first-wrapper {
    border: 4px solid #333;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}
.second-wrapper {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}
.second-image {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* Ringtones background */
.ringtones {
	background-image: url("/bear-pride/images/backgrounds/motivational.jpg");
	background-size: cover;
	background-position: center;
}
.ringtones .medium-6.medium-offset-6.overlay.columns {
    background-color: rgba(255,255,255,.5);
}

/* Panorama Footers */
.panorama-viewer {
	
}

/* Override Pannellum Styles */
.pnlm-container {
	font-family: "Open Sans",sans-serif!important;
}
.pnlm-load-button, .pnlm-load-box {
	background-color: rgba(51,51,51,.7)!important;
	border-radius: 0!important;
}
.pnlm-load-button {
	height: 50px!important;
	margin: -25px 0 0 -100px!important;
}
.pnlm-load-button p, .pnlm-load-box p {
	color: white!important;
}

/* Specific Panorama Styles */
.pano-placeholder {
	width: 100%;
	height: 400px;
	background-image: url("/current-students/images/section-backkgrounds/join-the-fun.jpg");
	background-size: cover;
	background-position: center;
}
#panorama {
	width: 100%;
	height: 400px;
}

/* Panorama Picker */
.panorama-viewer {
	
}
.panorama-viewer .thumb {
	min-height: 10em;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	cursor: hand;
}
.panorama-viewer .thumb.candelaria-michener {
	background-image: radial-gradient(transparent, black), url("/current-students/images/panoramas/thumbnails/michener.jpg");
}
.panorama-viewer .thumb.central-campus-dorms {
	background-image: radial-gradient(transparent, black), url("/current-students/images/panoramas/thumbnails/dorms.jpg");
}
.panorama-viewer .thumb.gunter-hall-area {
	background-image: radial-gradient(transparent, black), url("/current-students/images/panoramas/thumbnails/gunter.jpg");
}
.panorama-viewer .thumb.mckee-ross {
	background-image: radial-gradient(transparent, black), url("/current-students/images/panoramas/thumbnails/mckee.jpg");
}
.panorama-viewer .title {
	width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	padding: 0 1.5em 0 1.5em;
}
.panorama-viewer .title p {
    color: white;
    font-weight: 600!important;
    text-transform: uppercase;
    text-align: center;
    font-size: 1em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	margin-bottom:0!important;
}
