#snapshot {
	margin: 0 0 20px 0;
	width: 730px;
	height: auto;
	padding: 10px;
}

img {
	max-width: 100%;
}
#snapshot h1, #snapshot h2 {
	text-align: left;
	font-size: 1.4em;
	margin: 0;
}
#snapshot h3 {
	margin-top: 0;
	margin-bottom: 10px;
}
#snapshot .latedealBox h3 {
	margin-bottom: 0;
}
/*#snapshot p {
	margin: 0 0 10px 0;
}*/
.snapshotBox {
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
	border-bottom: 3px solid #ebebeb;
	padding: 10px 0;
}
.snapshotBoxHome {
	width: 100%;
	height: 120px;
	margin: 0 0 20px 0;
	border-bottom: 3px solid #ebebeb;
	padding: 10px 0;
}
#snapshot .moreInfo a {
	float: right;
	color: #E20203;
	text-transform: uppercase;
	padding: 0 17px 0 0;
	background: url(https://www.dartmouth.org.uk/images/layout/link-background.jpg) no-repeat center right;
}
#snapshot a .newsLeftCol {
	width: 172px;
	height: 79px;
	float: left;
	margin: 0 15px 0 0;
}
/*Alans Nav bits */

Nav ul li ul {
	margin: 0;
	padding: 0;
	/*display: none;*/
}
Nav ul li ul li {
	float: none;
	padding:0;
}

Nav ul li ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-transform: none;
	padding: 5px 5px 5px 20px;
	background: #dbf1ff;
	height: auto;
}
Nav ul li ul li a:hover {
	border-right: none;
	background: #49ABEA;
	color: #fff;
}
Nav ul li:hover ul {
	display: block;
	position: absolute;
	/*z-index: 100;
	width: 200px;*/
}


/*
.addressBox {
	float: left;
	width: 300px;
}
.addressBox h1 {
	text-align: left;
	font-size: 1.4em;
}
.addressBox strong {
	color: #E20203;
}
.addressBox li {
	margin: 0 0 10px 0;
}

*/
/*ALANS BITS END */
/*SLIDER BEGIN /*



/** RESET AND LAYOUT
===================================*/

#gallery {
	width: 410px;
	float: left;
}
.bx-wrapper {
	position: relative;
	margin: 0 auto 20px;
	padding: 0;
 *zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
#bx-pager {
	width: auto;
	float: left;
	margin-left: -3px;
}
/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*border: solid #fff 1px;
	left: -5px;*/
	margin-bottom: 1px;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(https://www.dartmouth.org.uk/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
 *zoom: 1;
 *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(https://www.dartmouth.org.uk/images/layout/arrow-left.png) no-repeat 0 2px;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(https://www.dartmouth.org.uk/images/layout/arrow-right.png) no-repeat 0 2px;
}
.bx-wrapper .bx-prev:hover {
	background: url(https://www.dartmouth.org.uk/images/layout/arrow-left.png) no-repeat 0 2px;
}
.bx-wrapper .bx-next:hover {
	background: url(https://www.dartmouth.org.uk/images/layout/arrow-right.png) no-repeat 0 2px;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 99;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(https://www.dartmouth.org.uk/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(https://www.dartmouth.org.uk/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/*SLIDER END */



.listing h2 {
	text-align: center;
	margin-bottom: 10px;
}
#breadcrumbs {
	text-transform: uppercase;
}
/*fancy lines*/

h2 {
	position: relative;
	font-size: 1.8em;
	margin: 20px 0;
	z-index: 1;
	overflow: hidden;
	text-align: center;
}/*h2:before {
	position: absolute;
	top: 51%;
	overflow: hidden;
	width: 14%;
	height: 1px;
	content: '\a0';
	background-color: #E20203;
}

h2:after {
	position: absolute;
	top: 51%;
	overflow: hidden;
	width: 14%;
	height: 1px;
	content: '\a0';
	background-color: #E20203;
	margin-left:1%;
}

h2:before {
	margin-left: -15%;
	text-align: right;
}
*/
#nav_categories li a {
	color: #E20203;
}
#nav_categories li a img {
	color: #E20203;
	float: right;
	margin-right: 42%;
	padding-top: 5px;
	margin-top: -2px;
}
.snapshot {
}
.addressBox strong {
	color: #E20203;
	text-transform: uppercase;
}
.bottomBox {
	background-color: #4a6481;
	height: 36px;
	width: 277px;
}
.bottomBox h2 {
	color: #fff;
	margin-top:0px;
}
.bottomBox h3 {
	color: #fff;
	font-size: 1.3em;
	margin-left: 10px;
	padding-top: 9px;
}
/*fancy lines*/


.bottomBox h2:before, .bottomBox h2:after {
	background-color: #fff;
}
.bottomBox h2:before {
	margin-left: -15%;
	text-align: right;
}
/*.lateDealTint {
	width: 30%;
	float: left;
	margin-right: 23px;
}*/
.locationMap {
	width: 37%;
	float: right;
	height: 490px;
}
.tripAdvisor {
	width: 470px;
	float: left;
}
/* @group Forms */


#text .contact-form {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #f2f2f2;
}
#text .contact-form form input.std_input {
	margin-bottom: 10px;
}
#text form label.clear {
	clear: both;
	float: left;
	margin-top: 10px;
}
#text form label.full {
	width: 99%;
}
#text form label.required {
	font-weight: bold;
}
#text form select {
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #6e6e6e;
}
#content form label {
	color: #808080;
	font-size: 14px;
}
#content form input.std_input, #content form textarea {
	border: 1px solid #ccc;
	width: 97%;
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 5px;
	color: #6e6e6e;
}
#content form input.to {
	display: none;
}
#content form table {
	/*width: 100%;*/
}

#content form table td {
	margin:5px 0;
	height:31px;	
}

#content .tableCellTwo input {
	margin:0 0 0 10px;	
}

#content .itempadbig a {
	color:#D30609;	
}

#content form table input.std_input {
	width: 93%;
}
#content form table.three-col input.std_input {
	width: 90%;
}
#content form input.form_but {
	margin-top: 10px;
	background-color: #93ba31;
	border: 3px solid #afdd39;
	color: #fff;
	font: bold 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px 10px;
}
/* Accommodation Form */

.mainForm label {
	display: block;
	font-size: 1.2em;
	margin-bottom: 2px;
	color: #0079C8;
	margin-top: 10px;
}
.mainForm input {
	margin: 0 0 10px 0;
	background: #ECECEC;
	border: 1px solid #cccccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: inherit;
}
input.vz_address_street, input.vz_address_street_2, input.vz_address_city, input.vz_address_region, input.vz_address_postal_code {
	padding: 2px 0;
	margin: 0;
	height: 12px;
}
.mainForm fieldset {
	margin: 0 0 0 0;
	border: none;
}
.mainForm fieldset label {
	font-size: inherit;
	color: inherit;
}
.mainForm .formInstructions {
	font-size: 0.9em;
	color: #E60004;
	margin-bottom: 2px;
}
.mainForm select#categories {
	margin-bottom: 10px;
	border: 1px solid #cccccc;
}
.mainForm .hotelName {
	width: 260px;
	height: auto;
	float: left;
}
.mainForm .available {
	width: 260px;
	height: auto;
	float: left;
}
.mainForm .formTel, .mainForm .formWeb, .mainForm .formEmail, .mainForm .formHotelOpen, .mainForm .formHotelClose {
	width: 168px;
	height: auto;
	float: left;
}
.mainForm .descripTon {
	margin-top: 30px;
}
.mainForm .descripTon p {
	margin: 10px 0 3px 0 !important;
}
.mainForm input, .mainForm select, .mainForm textarea {
	color: #585858;
}
.mainForm textarea {
	width: 524px;
}
.mainForm .busImage {
	width: 526px;
	margin: 0 0 20px 0;
}
.mainForm .images .busImage .mainImgUpload {
	width: 450px !important;
}
.mainForm .images .colLeft, .mainForm .images .colRight {
	width: 250px;
	float: left;
}
.mainForm .map, .mainForm .video {
	margin: 20px 0;
}
.mainForm .map input {
	margin: 10px 0 20px 0;
}
.mainForm .lateDeal fieldset label input {
	margin: 0;
}
.mainForm .startEndLate {
	margin: 10px 0 0 0;
}
.mainForm .services {
	padding: 10px 0 0 0;
	margin-top: 20px;
}
.mainForm .services label {
	text-transform: capitalize;
}
.mainForm .services fieldset {
	padding: 0 0 0 0;
}
.mainForm .services fieldset label {
	width: 175px;
	float: left;
}
.mainForm .services fieldset col2 {
	width: 195px;
	float: left;
}
.mainForm h2 {
	margin: 20px 0 0 0;
}
.mainForm .services fieldset label {
	margin: 0;
}
.l1 {
	float: left;
	width: 35%;
}
.l2 {
	float: left;
	width: 40%;
}
.l3 {
	float: left;
}
ul {
	width: auto;
}
.history {
	font-size: 1.2em;
}
.error {
	left: 400px;
	padding: 15px;
	margin-bottom: 20px;
	width: 380px;
	z-index: 1;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #f2f2f2;
	font-size: 1.5em;
	color: #E60004;
	margin-bottom: 2px;
}
.formButton {
	margin-left: 194px;
	width: 133px;
	padding-top: 10px;
	margin-bottom: 10px;
}
.mainForm .busImage {
	width: 526px;
	margin: 0 0 20px 0;
}
.mainForm .images .busImage .mainImgUpload {
	width: 450px !important;
}
.mainForm .images .colLeft, .mainForm .images .colRight {
	width: 250px;
	float: left;
}
.mainForm input.submit {
	background: none repeat scroll 0 0 #0185DA;
	border: medium none;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	height: auto;
	left: 54%;
	margin: 0 auto;
	padding: 4px 10px;
	top: 43%px;
}
.lateDealBox {
	width: auto;
	height: auto;
	border: 1px solid #d6d6d6;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}
.lateDealBox h2 {
	height: 25px;
	background: #ededed;
	padding: 5px 0 0 10px;
}
.lateDealBox p, .lateDealBox img, .lateDealBox a.readMore, .lateDealBox h3, .lateDealBox h4 {
	padding: 0 0 0 10px;
}
.lateDealList {
	margin: 10px 0;
	padding: 0 10px;
}
.lateDealList a img {
	border: 0;
}
.lateDealList h2 {
	margin: 0;
}
.images {
	width: auto;
}
.adLinks {
	height: 90px;
	width: 530px;
}
.adLinks li {
	float: left;
	height: 30px;
	margin: 0 0 5px 5px;
}
/* @end */
/*Members Area*/
#breadcrumbs {
	border-bottom: 1px solid #ACACAC;
	font-size: 1em;
	font-weight: normal;
	height: 21px;
	margin: 0 0 15px;
	padding: 5px 0 0 10px;
	text-transform: capitalize;
	width: auto;
}
.leftColumn {
	float: left;
}
.rightColumn {
	float: left;
	padding: 0 0 0 15px;
}
.moreinfo {
	background: url("http://www.dartmouth.org.uk/themes/site_themes/agile_records/images/late-deals/more-info-background.jpg") repeat-x scroll left bottom transparent;
	border-top: 1px solid #CBCBCB;
	height: 27px;
	text-align: center;
	width: auto;
}
.moreInfoMember{
background: url("http://www.dartmouth.org.uk/themes/site_themes/agile_records/images/late-deals/more-info-background.jpg") repeat-x scroll left bottom transparent;
	border-top: 1px solid #CBCBCB;
	height: 27px;
	text-align: center;
	width: auto;	
}
.moreInfoMember a{
color: red!important;
font-size: 18px;
}
.userLinks {
	margin-left: 162px;
	margin-top: -254px;
}
.profileMenu {
	border-right: 1px solid #ECECEC;
	width: 160px;
	margin-top: 14px;
}
.mainProfileEdit {
	width: 450px;
	margin-top: 14px;
}
.mainProfileEdit div {
	font-size: 0.9em;
	margin-bottom: 10px;
}
.memberSub {
	width: 450px;
	margin-top: 14px;
}
/* @end */

.newsLeftColCal {
	width: 172px;
	height: 40px;
	float: left;
	margin: 0 15px 0 0;
}
.eventTitle {
	color: #E20203;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.2em;
}
.rightColCal {
	width: auto;
	margin: 10px;
}
.newsDate {
	height: auto;
	background: #4a6481;
	color: #fff;
	text-align: center;
	/*-ms-transform: rotate(270deg); /* IE 9 */
	/*-webkit-transform: rotate(270deg); /* Safari and Chrome */
	/*transform: rotate(270deg);*/
	font-size: 1.2em;
   	padding: 16px 5px;
    min-width: 75px;
    width: 100%;
    margin-bottom: 20px;
}
/* Default list styling */

#navT li:hover {
	position: relative;
	z-index: 3;
}
#navT li:hover ul.sub {
	left: -1px;
	top: 40px;
	background: transparent;
	padding: 0;
	border-left: 1px solid #00406B;
	border-right: 1px solid #00406B;
	border-top: 1px solid #00406B; /*white-space:nowrap;*/
	width: auto;
	height: auto; /*z-index:300;*/
}
#navT li:hover ul.sub li {
	display: block;
	height: auto;
	border-bottom: 1px solid #00406B;
	border-left: none;
	position: relative;
	float: left;
	width: 240px;
	font-weight: normal;
}
#navT li:hover ul.sub li a {
	display: block;
	font-size: 1.1em;
	height: auto;
	padding: 4px 5px;
	width: auto;
	background: #4a6481; /*line-height:18px; text-indent:5px;*/
	color: #fff;
	text-decoration: none; /*border:1px solid #bbd37e;*/
}
#navT li:hover ul.sub li a:hover {
	background: #fff; /*line-height:18px; text-indent:5px;*/
	color: #0079C8;
	text-decoration: none;
	border: none;
	padding: 4px 5px;
}
#navT li ul.sub li a.fly {
	background: #069 url(arrow.gif) 10px 6px no-repeat;
}
/*#navT li:hover ul.sub li a:hover 
{background:#06C; color:#fff; border-color:#fff;}*/
#navT li:hover ul.sub li a.fly:hover {
	background: #06C url(arrow_over.gif) 10px 6px no-repeat;
	color: #fff;
	height: 20px;
}
*/  #navT ul li:hover a ul.sub li.depth1 open {
background:#4a6481;
 color:#ffffff;
display:block;
left:50px;
}
#navT ul li:hover a ul.sub li.depth1 open ul {
	left: 100px;
}
#navT ul li:hover a ul.sub li.depth1 a ul {
	border: 1px solid #00406B;
}
#navT li:hover li:hover ul {
	left: 220px;
	top: 0; /*background: #bbd37e; padding:3px; border:1px solid #5c731e;*/
	white-space: nowrap;
	width: 100%;
	border: 1px solid #00406B;
	z-index: 400;
	height: auto;
}
#navT li#local ul.sub li:hover ul {
	left: -222px;
}
#navT li#Community ul.sub li:hover ul {
	left: -222px;
}
#navT li:hover li:hover li:hover ul, #navT li:hover li:hover li:hover li:hover ul, #navT li:hover li:hover li:hover li:hover li:hover ul {
	left: 220px;
	top: 0; /*background: #bbd37e; padding:3px; border:1px solid #5c731e;*/
	white-space: nowrap;
	width: 100%;
	border: 1px solid #00406B;
	z-index: 400;
	height: auto;
}
#navT ul, #navT li:hover ul ul, #navT li:hover li:hover ul ul, #navT li:hover li:hover li:hover ul ul, #navT li:hover li:hover li:hover li:hover ul ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
#navT li:hover li:hover a.fly, #navT li:hover li:hover li:hover a.fly, #navT li:hover li:hover li:hover li:hover a.fly, #navT li:hover li:hover li:hover li:hover li:hover a.fly {
	background: #4a6481 url(arrow_over.gif) 10px 6px no-repeat;
	color: #fff;
	border-color: #fff;
}
#navT li:hover li:hover li a.fly, #navT li:hover li:hover li:hover li a.fly, #navT li:hover li:hover li:hover li:hover li a.fly {
	background: #4a6481 url(arrow.gif) 10px 6px no-repeat;
	color: #000;
	border-color: #bbd37e;
}
.lateDealTint {
	float: left;
	width: 99%;
	border: 1px dashed #c80002;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px;
	margin-right: 23px;
}
.latedealBox {
	background-color: #c80002;
	height: auto !important;
	width: 100%;
	text-align: center;
	margin: 10px 0;
	padding: 10px 5px;
}
.latedealBox h3 {
	color: #FFFFFF;
	font-size: 1.3em;
	margin-left: 10px;
	padding-top: 10px;
}
.lateDealTint p {
	padding: 0 10px;
}
#tellfriend {
	background-color: #F2F2F2;
	border: 1px solid #CCCCCC;
	color: #000000;
	left: 488px;
	margin-bottom: 20px;
	padding: 15px;
	position: absolute;
	top: 224px;
	width: auto;
	z-index: 376;
}
#tellfriend a.close {
	background: url("images/buttons/fancy_closebox.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 30px;
	overflow: hidden;
	position: absolute;
	right: -10px;
	text-indent: -1000px;
	top: -10px;
	width: 30px;
}

.itempadbig{
	padding: 2px;	
}

.surroundingInfo {
	width: 95%;	
	padding-right:40px;	
}
.top{
	position: absolute;
	bottom: 0.5%;
	right: 2%;
}


/*** New Changes Css 10-01-25 ***/
*, :after, :before {
	    box-sizing: border-box;
}
p {
 	line-height: 1.5;
}
p:empty {
    display: none; /* Hides empty paragraphs */
}
h4 {
    color: #E20203;
    font-weight: normal;
    text-transform: uppercase;
    margin: 20px 0 10px 0;
}
.snapshotBox .newsLeftCol img {
    height: auto;
    object-fit: cover;
    max-height: 113px;
}
#featured {
	min-height: fit-content;
}
.addressBox h1, #news_listing h1 {
	text-align: left;
}
.adTint {
	padding: 10px;
}
#gallery ul, #gallery ul li {
	height: 280px;
}
#gallery ul li img {
	width: 100% !important;
	object-fit: cover;
	height: 100%;
}
#bx-pager img {
	height: 65px;
	object-fit: cover;
	object-position: top;
}
table + p, table + p + p, table + p + p + p {
    float: left;
}
.add2 {
    height: 127px;
}
.booksLeftCol img {
    object-fit: cover;
    height: 100%;
    object-position: top;
}
.booksRightCol p[style="text-align: center;"] {
    text-align: left !important;
}
.addressBox li {
	margin-bottom: 10px;
}
.conForm label[for="captcha"] {
    display: block;
}
.contactForm label {
    width: 115px;
}
#logos {
	display: none;
}
/*** New Changes Css 10-01-25 end  ***/

/*** New Changes Css end ***/
@media screen and (min-width: 768px) {
	.addressBox{
		float: right;
		width: 40%;	
		padding-right:40px;
	}
	#gallery ul, #gallery ul li {
		height: 350px;
	}
}

@media screen and (min-width: 700px) {
	#breadcrumbs {
		height: 27px !important;
	}
	#content {
		width: 100%;
		padding: 0 15px;
	}
	#content.about-page {
	    width: 750px;
	    padding-right: 0;
	}
	#map img {
		width: 230px !important;
	}
	#featured, .newsBox .container, #snapshot {
		width: 100% !important;
	}
	.bx-viewport ul.slider li, .bx-viewport ul.slider li img {
	    width: 100% !important;
	    object-fit: cover;
	    object-position: center;
	}
	ul.callToActions {
	    display: flex;
	    justify-content: center;
	    flex-wrap: wrap;
	}
	ul.callToActions li {
		float: inherit;
	}
	.newsBox .moreInfo {
		float: right;
	}
	.newsBox {
		overflow: hidden;
	}
	.top {
	    bottom: .5% !important;
	}
	.booksRightCol {
	    width: 80% !important;
	}
}
@media screen and (min-width: 981px) {
	.addressBox {
	    width: 54% !important;
	    padding-right: 0 !important;
	}
	#gallery {
		margin-right: 30px;
	}
	ul#subNav {
/*	    max-width: 222px;
	    margin-left: auto;*/
	    min-height: 28px;
	}

}
@media screen and (min-width: 700px) and (max-width:980px) {
	#content.about-page {
	    width: 100%;
	    padding: 0 15px;
	}
	p {
		float: none;
	}
	ul.callToActions {
		justify-content: start;
	}
	#copyright {
		width: 100%;
	}
	ul.footerSocial li {
	    display: flex;
	    justify-content: start;
	    align-items: center;
	    margin-bottom: .5rem;
	    height: auto;
	}
	ul.footerSocial li p {
		margin-bottom:0
	}
	.booksRightCol {
	    width: 100% !important;
	}
}
@media screen and (max-width: 980px) {
	#bodyContainer {
	    margin-top: 130px;
	}
	#search input.submit {
		bottom: 24% !important;
	}
	.mean-container .mean-nav ul  {
		overflow: scroll !important;
	}
	#navT li#local ul.sub li:hover ul {
	    left: 0;
	}
	.mean-container .mean-nav ul li a {
		font-size: 1.2em;
	}
	.mean-container .mean-nav #navT ul.sub, 
	.mean-container .mean-nav #navT ul.sub li ul {
		background: #4a6481;
		padding: 12px 20px;
/*		top: 38px;*/
		box-shadow: 0 9px 10px -15px #f5f4f4;
	}
	.mean-container .mean-nav #navT ul.sub li, 
	.mean-container .mean-nav #navT ul.sub li ul li {
		line-height: 33px;
		width: 98%;
	}
	.mean-container .mean-nav #navT ul.sub li ul {
		top: 42px;
	}
	.mean-container .mean-nav #navT #local ul.sub {
		padding-top: 24px;
	}
	#navT li:hover ul.sub {
	    width: 90%;
	}
	.mean-container .mean-nav ul li a.mean-expand {
		border: solid 1px #fff !important;
		right: 8px;
		height: auto;
	    padding: 4px 6px !important;
	    top: 4px;
	    width: 26px;
	}
	.mean-container .mean-nav ul.sub li a.mean-expand {
		top: 3px !important;
    	width: 24px !important;
    	color: #fff !important;
    	background: #4a6481 !important;
    	right: 0;
    	line-height: 22px;
	}
	.mean-container .mean-nav ul li li a {
		border: 0;
	}
	#headerCol01 {
	    width: 180px;
	}
	#headerCol03 {
	    width: 280px;
	}
	.bx-wrapper img {
	    margin: 0 !important;
	}
	.booksLeftCol {
        float: none;
        height: auto;
        margin: 0 auto 10px auto;
        text-align: center;
        width: auto;
    }
    .snapshotBox .newsLeftCol img {
	    max-height: fit-content;
	}
    .booksLeftCol img {
    	max-width: 150px;
    }
}

@media screen and (max-width: 767px) {
	#gallery, .addressBox {
		width: 100% !important;
		float: left;
	}
	.advertiseContent ul {
		padding-left: 20px;
	}
}
@media screen and (max-width: 600px) {
	.slider3 .arrow {
        width: auto;
    }
}
@media screen and (max-width: 480px) {
	header {
        height: 185px;
        background-color: #fff;
    }
    .mean-container .mean-bar {
        top: 180px;
    }
	#headerCol01 {
	    width: 100%;
	    height: auto;
	    margin-left: 0;
	}
	#headerCol03 {
	    width: 100%;
	    height: auto;
	    padding-top: 20px;
	}
	#bodyContainer {
	    margin-top: 210px;
	}
	#search input[type="text"] {
        float: none;
    }
	#search {
        text-align: center;
    }
    #search input.submit {
		bottom: 16% !important;
	}
    #content {
        margin: 0 auto;
        float: none;
    }
    #copyright, #featured, #snapshot, #contact_fields input, .contactForm textarea, .conForm input[type="text"] {
        width: 100% !important;
    }
   .contactForm label {
	    float: none;
	    text-align: left;
	    padding: 0 0px 5px 0;
	    width: auto;
	}
	#featured img {
		margin-bottom: 10px;
	}
}
/*@media screen and (max-width: 980px) {
	p {
		float: none;
	}
	ul.callToActions {
		justify-content: start;
	}
	#copyright {
		width: 100%;
	}
	ul.footerSocial li {
	    display: flex;
	    justify-content: start;
	    align-items: center;
	    margin-bottom: .5rem;
	    height: auto;
	}
	ul.footerSocial li p {
		margin-bottom:0
	}
}
@media screen and (max-width: 640px) {
	#footerLeftCol, #footerRightCol {
		width: 100%;
	}
}
@media screen and (max-width: 360px) {
	p {
		float: none;
	}
	#footerRightCol p, #footerLeftCol p {
		width: 100%;
	}
}*/
.adTint{
	display: none;
}

