@media screen and (min-width: 768px) {
div#main-container div#container div#slider {
	width: 100%;
	height: 419px;
	border-bottom: 1px solid #000;
	background: url('http://www.highrocks.co.uk/images/slider.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 419px !important;
}
}
@media screen and (min-width: 481px) and (max-width: 768px) {
div#main-container div#container div#slider {
	width: 100%;
	height: 334px;
	border-bottom: 1px solid #000;
	background: url('http://www.highrocks.co.uk/images/slider.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 334px !important;
}	
}
@media screen and (min-width: 321px) and (max-width: 480px) {
div#main-container div#container div#slider {
	width: 100%;
	height: 209px;
	border-bottom: 1px solid #000;
	background: url('http://www.highrocks.co.uk/images/slider.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 209px !important;
}	
}
@media screen and (max-width: 320px) {
div#main-container div#container div#slider {
	width: 100%;
	height: 139px;
	border-bottom: 1px solid #000;
	background: url('http://www.highrocks.co.uk/images/slider.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 139px !important;
}	
}
div#main-container div#container div#slider img {
	width: 100%;
}
div#main-container div#container div#main-content {
	width: 100%;
	background: url(http://www.highrocks.co.uk/images/main-content-bg.jpg);
	background-repeat: repeat;
}
div#main-content div#content {
	width: 98%;
	max-width: 930px;
	margin: 0 auto;
	padding: 3% 1% 2% 1%;
	background-repeat: no-repeat;
	background-position: 78% bottom;
	background-size: auto auto;
}
div#main-content div#content div#left-content {
	float: left;
	width: 100%;
	max-width: 57%;
	padding-right: 6%;
}
div#main-content div#content div#right-content {
	float: left;
	width: 100%;
	max-width: 37%;
	
}
div#main-content div#content div#right-content ul#inner-nav {
	
}
div#main-content div#content div#right-content ul#inner-nav li {
	list-style: none;
}
div#main-content div#content div#right-content ul#inner-nav li a {
	text-decoration: none;
	color: #2d2d2b;
	font-size: 1.6em;
	line-height: 2.05em;
	display: block;
	padding: 5px 5px 0px 5px;
}
div#main-content div#content div#right-content ul#inner-nav li a:hover {
	text-decoration: none;
	color: #2d2d2b;
	font-size: 1.6em;
	line-height: 2.05em;
	display: block;
	background: #b2f0ed;
	padding: 5px 5px 0px 5px;
}
@media screen and (max-width: 959px) {
div#main-content div#content div#left-content {
	padding-right: 0%;
	float: none;
	max-width: 100%;
}
div#main-content div#content div#right-content {
	float: none;
	max-width: 98%;
}
div#main-content div#content div#right-content ul#inner-nav li a {
	text-decoration: none;
	color: #2d2d2b;
	font-size: 1.6em;
	line-height: 2.05em;
	display: block;
	padding: 5px 0px 0px 0px;
}
}

/* POPUP NOTICE SPECIFIC */
.white-popup {
	position: relative;
    background: #FFF;
    color:#622121;
	padding: 30px;
	width: auto;
	max-width: 650px;
    margin: 20px auto;
}
.white-popup h2{

}
.white-popup p{
   
}
.white-popup p a{
    /*color:#d2552d;*/
    text-decoration: underline;
}
.white-popup p a:hover{
    /*color:#ffffff;*/
}
.white-popup .button{
    text-align: center;
}
.white-popup button,
.white-popup .button a{
    padding: 10px 25px;
    margin: auto;
    display: block; 
    float:none;
	font-size: 14px;
	cursor:pointer;
}
.white-popup .button a{
    display: inline-block; 
}
.mfp-close{
    font-size:28px!important;
}

@media (max-width: 767px) {
    .white-popup{
        padding:15px;
    }
}
