/*
Theme Name: University of Sheffield
Description: University of Sheffield WordPress template
Version: 1.0
Author: Vivid Creative
Author URI: http://www.vividcreative.com
*/

@import url("sass-1.css?1425032688");
@import url("sass-2.css?1425032688");
@import url("sass-3.css?1425032688");
@import url("sass-4.css?1425032688");
@import url("sass-5.css?1425032688");
@import url("sass-6.css?1425032688");
@import url("sass-7.css?1425032688");

#carousel {
    position: relative;
    overflow: hidden;
}
#carousel .intro-block {
    display: none;
}
#carousel div:first-child {
    display: block;

}
#carousel img{
	display: block;
}

.cycle-options {
    position: absolute;
    background: rgba(80, 71, 66, 0.75);
    z-index: 1000;
}
.cycle-options div {
    float: left;
    height: 50px;
    line-height: 50px;
}
.cycle-pager span {
    display: inline-block;
    text-indent: -9999em;
    background: #97989c;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    vertical-align: middle;
    margin: 0 3px;
    cursor: pointer;
}
.cycle-pager span.cycle-pager-active {
    background: #ffffff;
}
.cycle-prev {
    margin-right: 10px;
    background: url("images/arrow-sprite.png") no-repeat -9607px center #030000;
    text-indent: -9999em;
    width: 30px;
    cursor: pointer;
}
.cycle-prev:hover {
    background: url("images/arrow-sprite.png") no-repeat -9207px center #030000;
}
.cycle-next {
    margin-left: 10px;
    background: url("images/arrow-sprite.png") no-repeat -778px center #030000;
    text-indent: -9999em;
    width: 30px;
    cursor: pointer;
}
.cycle-next:hover {
    background: url("images/arrow-sprite.png") no-repeat -378px center #030000;
}

#fancybox-wrap, #fancybox-wrap div{
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.pg-content{
	position: relative;
}

.ajax-loader {
    width: 100%;
    left: 0;
    top: 75px;
    text-align: center;
    position: absolute;
	display:none;
}

.mobile-only{
	display:none;
}




@media (min-width: 1300px) {
    .cycle-options {
        bottom: 18px;
        right: 9px;
    }
	.global-nav nav{
		display: none !important;
	}
	.mobile-search{
		display: none !important;
	}
	#top-level-nav-home nav, nav#main-nav, #top-level-nav nav{
		display: block !important;
	}	
}

@media (min-width: 760px) and (max-width: 1299px) {
    .cycle-options {
        bottom: 10px;
        right: 5px;
    }
	.mobile-search{
		display: none !important;
	}
}
@media (max-width: 760px) {
	.mobile-only{
		display:block;
	}    
	.cycle-options {
        bottom: 200px;
        right: auto;
		left: 0;
    }
}
@media (max-width: 470px) {
	.cycle-options {
        bottom: 0;
		top: auto;
        right: auto;
		left: 0;
		width: 100%;
		background: none;
	}
	.cycle-prev, .cycle-next{
		display: none !important
	}
	#carousel{
		padding-bottom: 20px;
		margin-bottom: 10px;
	}
	.cycle-options div.cycle-pager{
		float: none;
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	.cycle-pager span{
		background: #97989c;		
	}
	.cycle-pager span.cycle-pager-active{
		background: #000;
	}
	
	
}

input[type=text]::-ms-clear {
    height: 25px;
}

.pg-top .main-logo a {
    display: block;
    min-height: 73px;
}
.main-logo img {
    display: none;
}

#content-404 {
   padding: 20px 15px; 
}
#content-404 h1 {
    margin-bottom: 20px;
}
#content-404 p, #content-404 ul {
    margin-bottom: 12px;
}
#content-404 ul {
    margin-left: 15px;
}
#content-404 ul li {
    margin-bottom: 10px;
}

.content-wrapper {
    float: left;
}

.img-panel img{
	width: 100%;
	height: auto;
	display: block;
}



html>/**/body .cta a, x:-moz-any-link {
    position: static;
}

_::-moz-range-track, body:last-child .cta a { position: absolute; }
