@charset "utf-8";
/* 28 Blandford Place - CSS Document */



body {
	color: #555;
	background: #e2b55d;
	margin: 0 auto;
	padding: 0px;
}

p {
	padding: 5px 0px 5px 0px;
	font-size: 16px;
	font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
}

ul {
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul li {
	padding: 3px 0px 3px 0px;
	font-size: 16px;
	font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
}

a {
	color: #555;
	text-decoration: none;
}

a:hover {
	color: #CB7240;
}

h1 {
	font-size: 35px;
	font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #CB7240;
}

h2 {
	font-size: 28px;
	font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #CB7240;
}

h3 {
	font-size: 18px;
	font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CB7240;
}

.clear {
	clear: both;
}

.call-to-action {
	margin: 0 auto;
	width: 1280px;
	text-align: right;
}

.call-to-action2 {
	display: none;
}

.call-to-action p {
	color: #F1F1E4;
}

.call-to-action a {
	color: #F1F1E4;
}

.call-to-action a:hover {
	color: #CB7240;
}

.breadcrumbs {
	margin-top: -72px;
	margin-right: -25px;
	float: right;
}

.about-h2 h2 {
	font-size: 18px;
}



.trip-icon {
	width: 16px;
	margin-bottom: -3px;
	margin-right: 10px;
}

.ico-hover a:hover {
	color: #F1F1E4 !important;
}

header {
	width: 100%;
	background: #F1F1E4;
}

.head-main {
	width: 1200px;
	margin:0 auto;
}

.logo {
	float: left;
	width: 35%;
	margin-top: 25px;
	margin-bottom: 25px;
}

.logo span {
	font-size: 28px;
	font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #CB7240;
}

.menu {
	float: left;
	width: 65%;
}

.content {
	margin: 0 auto;
	width: 1200px;
}
	

.content-main {
	width: 100%;
	background-color: #F1F1E4;
	opacity: 0.8;
	padding: 15px;
	margin-top: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: all 0.5s ease 0s;
}

.content-main:hover {
	opacity: 1;
	transition: all 0.5s ease 0s;
}

.room-images {
	float: right;
	margin-left: 15px;
	width: 35%
}

.room-images img {
	border: 3px solid #CB7240;
}

.room-copy {
	float: left;
	width: 60%;
}

.useful-information p {
	padding: 0px 30px 0px 30px !important;
}

.content-copy {
	padding: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.content-copy p {
	text-align: justify !important;
}

.content-left {
	float: left;
	width: 48%;
}

.content-left h2 {
	text-align: center;
}

.content-left h3 {
	text-align: center;
}

.content-right {
	float: left;
	width: 48%;
}

.content-right h2 {
	text-align: center;
}

.content-right h3 {
	text-align: center;
}

.accom-details {
	float: left;
	margin-right: 15px;
}

.accom-details p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.content-bottom {
	width: 100%;
	background-color: #F1F1E4;
	opacity: 0.8;
	padding: 15px;
	margin-top: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: all 0.5s ease 0s;
}

.content-bottom:hover {
	opacity: 1;
	transition: all 0.5s ease 0s;
}

.content-bottom img {
	float: left;
	width: 32.5%;
	padding: 5px;
}

.content h1 {
	text-align: center;
	margin-top: 0px;
}

.content p {
	text-align: center;
	padding: 0px;
}

.travel-links p{
	text-align: left !important;
}

footer {
	width: 100%;
	background: #F1F1E4;
	bottom: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 30px;
}

.foot-main {
	width: 1200px;
	margin:0 auto;
}

.foot-main p{
	padding: 10px 15px 10px 15px!important;
}

.book a {
	display: block;
	background-color: #CB7240;
	background-image: url(../images/calendar-book.png);
	background-repeat: no-repeat;
	background-position: 5% 50%;
	width: 21%;
	padding: 15px;
	padding-left: 60px;
	color: #fff;
	font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
	margin: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px !important ;
	text-transform: none !important;
	font-weight: normal !important;
}

.book a:hover {
	color: #fff;
	background-color: #141414;
}

.error-h3 h3 {
	text-align: center !important;
}

.contact-info {
	float: right;
}

/* Start Nav */

.mobile-menu {
	display:none;
}

.current {
	background-color: #F1F1E4;
	color: #CB7240 !important;
	box-shadow: 0 0 6px rgba(170, 170, 170, 0.7);
	z-index: 151;
}

ul.nav {
    float: right;
    list-style: none outside none;
	margin-top: 6px;
	margin-right: -30px;
}

ul.nav li {
	display: block;
	float: left;
	margin: 15px 0px 0px 25px;
	padding: 0;
}

ul.nav li a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 2px 2px 2px 2px;
	color: #555;
	display: block;
	font-family: 'ralewayregular', serif;
	font-size: 15px;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}

ul.nav li a:hover {
	background-color: #F1F1E4;
	color: #CB7240;
	box-shadow: 0 0 6px rgba(170, 170, 170, 0.7);
	z-index: 151;
}

.active {
	background-color: #F1F1E4;
	color: #CB7240 !important;
	box-shadow: 0 0 6px rgba(170, 170, 170, 0.7);
	z-index: 151;
}

.active a{
	color: #CB7240 !important;
}

ul.nav li a:hover.small {
	background-color: #CCF91C;
	box-shadow: 0 0 6px rgba(170, 170, 170, 0.7);
}

ul.nav li a.active {
	background-color: #CCF91C;
	box-shadow: 0 0 6px rgba(170, 170, 170, 0.7);
	background: url("../images/opacity-30.png") repeat scroll 0 0 rgba(152, 237, 0, 100);
}

#scrolldown-pos {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  padding-top: 50.5%;
  border-bottom: 30px solid #fff;
}

#scrolldown {
  position: absolute;
  bottom: -6px;
  width: 350px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.sub-nav {
	display: none;
	z-index: 1000;
	position: relative;
	padding-top: 5px !important;
}

.sub-nav li {
	float:none !important;
	padding: 0px !important;
	margin: 0px !important;
}

.sub-nav a {
	background-color: #2592d5 !important;
	color: #FEFFE8 !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	padding: 10px 20px 10px 20px !important;
}

.sub-nav a:hover {
	background-color: #fff !important;
	color: #000 !important;
}

.sub-nav-parent:hover > ul{
	display: block;
	position: absolute;
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
}

.twelve-columns {
  width: 900px;
  margin: 0 auto;
  padding: 20px;
}

#infotext {
  margin: 0 auto;
  width: 500px;
}

#ui-datepicker-div {
	z-index: 1000 !important;
}

/* End Nav */

/* Start Cbp Slideshow */

.cbp-bislideshow {
	list-style: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 0;
	margin: 0;
	background-color: #e2b55d;
}

.cbp-bislideshow li {
	position: absolute;
	width: 101%;
	height: 101%;
	top: -0.5%;
	left: -0.5%;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}

/* If background-size supported we'll add the images to the background of the li */

.backgroundsize .cbp-bislideshow li {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

/* ...and hide the images */
.backgroundsize .cbp-bislideshow li img {
	display: none;
}

.cbp-bislideshow li img {
	display: block;
	width: 100%;
	opacity: 0.68;
}

.cbp-bicontrols {
	position: fixed;
	width: 300px;
	height: 100px;
	margin: -50px 0 0 -150px;
	top: 50%;
	left: 50%;
}

.cbp-bicontrols span {
	float: left;
	width: 100px;
	height: 100px;
	position: relative;
	cursor: pointer;
}

.cbp-bicontrols span:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	font-family: 'entypo';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 100px;
	font-size: 80px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	opacity: 0.7;
}

.cbp-bicontrols span:hover:before {
	opacity: 1;
}

.cbp-bicontrols span:active:before {
	top: 2px;
}

span.cbp-biplay:before {
	content: "\e002";
}

span.cbp-bipause:before {
	content: "\e003";
}

span.cbp-binext:before {
	content: "\e000";
}

span.cbp-biprev:before {
	content: "\e001";
}

.cbp-bicontrols span.cbp-binext {
	float: right;
}

/* Fallback */

.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
	opacity: 1;
}

.no-js.backgroundsize .cbp-bislideshow li:first-child img {
	display: block;
}

/* End Cbp Slideshow */

/* Start Datepicker */

.Zebra_DatePicker *, .Zebra_DatePicker *:after, .Zebra_DatePicker *:before {
    box-sizing: content-box !important;
}
.Zebra_DatePicker {
    background: none repeat scroll 0 0 #666;
    border: 3px solid #666;
    display: none;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 13px;
    position: absolute;
    z-index: 100;
}
.Zebra_DatePicker * {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #000;
    margin: 0;
    padding: 0;
}
.Zebra_DatePicker table {
    border-collapse: collapse;
    border-spacing: 0;
}
.Zebra_DatePicker td, .Zebra_DatePicker th {
    padding: 5px 0;
    text-align: center;
}
.Zebra_DatePicker td {
    cursor: pointer;
}
.Zebra_DatePicker .dp_daypicker, .Zebra_DatePicker .dp_monthpicker, .Zebra_DatePicker .dp_yearpicker {
    margin-top: 3px;
}
.Zebra_DatePicker .dp_daypicker td, .Zebra_DatePicker .dp_daypicker th, .Zebra_DatePicker .dp_monthpicker td, .Zebra_DatePicker .dp_yearpicker td {
    background: none repeat scroll 0 0 #e8e8e8;
    border: 1px solid #7bacd2;
    width: 30px;
}
.Zebra_DatePicker, .Zebra_DatePicker .dp_header .dp_hover, .Zebra_DatePicker .dp_footer .dp_hover {
    border-radius: 5px;
}
.Zebra_DatePicker .dp_header td {
    color: #fff;
}
.Zebra_DatePicker .dp_header .dp_previous, .Zebra_DatePicker .dp_header .dp_next {
    width: 30px;
}
.Zebra_DatePicker .dp_header .dp_caption {
    font-weight: bold;
}
.Zebra_DatePicker .dp_header .dp_hover {
    background: none repeat scroll 0 0 #222;
    color: #fff;
}
.Zebra_DatePicker .dp_header .dp_blocked {
    color: #888;
    cursor: default;
}
.Zebra_DatePicker .dp_daypicker th {
    background: none repeat scroll 0 0 #ffcc33;
}
.Zebra_DatePicker td.dp_not_in_month {
    background: none repeat scroll 0 0 #f3f3f3;
    color: #cdcdcd;
    cursor: default;
}
.Zebra_DatePicker td.dp_not_in_month_selectable {
    background: none repeat scroll 0 0 #f3f3f3;
    color: #cdcdcd;
    cursor: pointer;
}
.Zebra_DatePicker td.dp_weekend {
    background: none repeat scroll 0 0 #d8d8d8;
}
.Zebra_DatePicker td.dp_weekend_disabled {
    color: #ccc;
    cursor: default;
}
.Zebra_DatePicker td.dp_selected {
    background: none repeat scroll 0 0 #5a4b4b;
    color: #fff !important;
}
.Zebra_DatePicker td.dp_week_number {
    background: none repeat scroll 0 0 #ffcc33;
    color: #555;
    cursor: text;
    font-style: italic;
}
.Zebra_DatePicker .dp_monthpicker td {
    width: 33%;
}
.Zebra_DatePicker .dp_yearpicker td {
    width: 33%;
}
.Zebra_DatePicker .dp_footer {
    margin-top: 3px;
}
.Zebra_DatePicker .dp_footer td {
    color: #fff;
    font-weight: bold;
    padding: 2px;
}
.Zebra_DatePicker .dp_footer .dp_hover {
    background: none repeat scroll 0 0 #222;
    color: #fff;
}
.Zebra_DatePicker td.dp_current {
    color: #c40000;
}
.Zebra_DatePicker td.dp_disabled_current {
    color: #e38585;
}
.Zebra_DatePicker td.dp_disabled {
    background: none repeat scroll 0 0 #f3f3f3;
    color: #cdcdcd;
    cursor: default;
}
.Zebra_DatePicker td.dp_hover {
    background: none repeat scroll 0 0 #482424;
    color: #fff;
}
button.Zebra_DatePicker_Icon {
    background: url("../images/calendar.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    line-height: 0;
    padding: 0;
    position: relative;
    text-indent: -9000px;
    vertical-align: top;
    width: 16px;
}
button.Zebra_DatePicker_Icon_Disabled {
    background-image: url("../images/calendar-disabled.png");
}
button.Zebra_DatePicker_Icon {
    margin: 0 0 0 3px;
}
button.Zebra_DatePicker_Icon_Inside {
    margin: 0 12px 0 0;
}

/* End Datepicker */

/* Start Captcha */

/*CAPTCHA STYLES*/
/*//////////////*/

td { padding: 0; margin: 0; color: #FFF; font-size: 12px; font-family:Arial, Helvetica, sans-serif; }
::-webkit-input-placeholder { font-style:italic; color: #444; }
:-moz-placeholder { font-style:italic; color: #444; }
::-moz-placeholder { font-style:italic; color: #444; }
:-ms-input-placeholder { font-style:italic; color: #444; }

.hidden { visibility:hidden; }

.captcha
{
  width: 240px;
  margin: 0 auto;
  margin-left: -10px;
}

.refresh {
	position: relative;
	float: right;
	margin-top: 20px !important;
	margin-right: -5px !important;
	width: 20px !important;
	border: none !important;
}

.refresh img {
	border: none !important;
	box-shadow: none !important;
	margin: 0px !important;
	padding: 0px !important;
}

#SpamCheck { margin-left: 15px!important;padding:5px; color: #555; }

#url
{
  visibility: hidden;
  height: 1px;
  width: 1px;
  position:absolute;
}
/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }

    .ui-dialog .formError { z-index: 5000; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; }
    .ui-dialog .formError .formErrorArrow { z-index: 5006; }

.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	font-family:Arial, Helvetica, sans-serif;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 11px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}

.captcha input {
	width: 80px !important;
	margin-top: 31px !important;
}

.captcha-img {
	margin-left: -7px;
	margin-bottom: -34px !important;
	width: 61px !important;
	border: 0px !important;
	box-shadow: none !important;
	}

/* End Captcha */

/* Start Forms */

#enquiryForm {
	margin-top: 20px;
}

td {
	padding: 0;
	margin: 0;
	color: #FFF;
	font-size: 12px;
	font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
}

input[type=text] {
	width: 212px;
	display: block;
	border: 1px solid #999;
	background-color: #FFF;
	margin-bottom: 2px;
	margin-right: 15px;
	padding: 8px;
	box-shadow: inset 1px 1px 1px #CCC;
	-moz-box-shadow: inset 1px 1px 1px #CCC;
	font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
	float: left;
	margin-top: 15px;
}

textarea {
	width: 212px;
	height: 135px;
	display: block;
	border: 1px solid #999;
	background-color: #FFF;
	padding: 5px 8px;
	box-shadow: inset 1px 1px 1px #CCC;
	-moz-box-shadow: inset 1px 1px 1px #CCC;
	font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 15px;
}

input[type=submit] {
	background: none repeat scroll 0 0 #CB7240;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 20px 5px 20px !important;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	text-align: center;
	float: left;
	font-weight: normal;
	text-transform: capitalize;
	border: 0px;
	width: 100px;
	cursor: pointer;
}

input[type=submit]:hover {
	color: #fff;
}

.contact-align {
	float:left;
	width: 50%;
}

iframe {
	width: 100%;
}

/* End Forms */

@media only screen and (max-width : 1920px) {
	
.footer2 {
	position: fixed !important;
}

.footer3 {
	position: fixed !important;
}
	
}

@media only screen and (max-width : 1600px) {
	
.footer {
	position: fixed !important;
}

.footer2 {
	position: fixed !important;
}

.footer3 {
	position: relative !important;
}
	
}

@media only screen and (max-width : 800px) {
	
.cbp-bislideshow {
	display: none;
}
	
.call-to-action2 {
	margin: 0 auto;
	width: 100%;
	text-align: right;
	display: inherit;
	margin-top: 85px;
}

.call-to-action {
	display: none;
}

.call-to-action2 p {
	color: #F1F1E4;
}

.call-to-action2 a {
	color: #F1F1E4;
}

.call-to-action2 a:hover {
	color: #CB7240;
}

.breadcrumbs {
	margin-top: 0px;
	float: none;
}

.head-main {
  width: 100%;
}

.logo {
  float: none;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}

.menu {
  float: none;
  width: 88%;
}

.content {
  width: 100%;
  padding: 0px;
}

.content p {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.content h1 {
	padding: 8px;
}

.content-main {
  padding: 0px;
  padding-bottom: 15px;
}

.book a {
	width: 140px;
}

.foot-main {
  width: 100%;
}

.content-bottom {
	padding: 0px;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
	width: 280px;
}

.content-bottom img {
  float: none;
  width: 270px;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 20px;
}

.accom-details {
  float: none;
  margin-right: 0px;
  text-align: left;
}

.content-left {
  float: none;
  width: 95%;
}

.content-right {
  float: none;
  width: 95%;
}

.contact-align {
  float: none;
  width: 100%;
}

input[type=text] {
  width: 100%;
}

textarea {
  width: 100%;
}

.contact-info {
	float: none;
}

.room-images {
  float: none;
  width: 100%;
}

.room-images img {
  width: 90%;
}

.room-copy {
  float: none;
  width: 100%;
}

/* - Start Mobile Nav - */

#nav
{
position: relative;
transition: none!important;

}
#nav li a { padding-top: 6px; padding-bottom: 10px; text-align: center; color: #555;}
#nav li a:hover { padding-top: 6px; padding-bottom: 10px; color: #333; }

.sub-nav a:hover {
  background-color: #2592d5 !important;
  color: #333 !important;
}

#nav > a
{
}
#nav:not( :target ) > a:first-of-type,
#nav:target > a:last-of-type
{
display: block;
position: absolute; right: -25px; top: -5px;
background-image: url('../images/nav.png');
background-repeat: no-repeat;
width: 50px;
height: 50px;
z-index: 1000;
}

/* first level */

#nav > ul
{
height: auto;
display: none;
position: absolute;
left: 0;
right: 0;
margin-top: 50px;
z-index: 9999;width: 100%;
padding: 16px;
padding-top: 0px;
padding-bottom: 0px;

}
#nav:target > ul
{
display: block;


}
#nav > ul > li
{
width: 100%;
float: none;
margin: 0;
background-color: #fff;
border-bottom: 1px solid #ccc;

}

/* second level */

#nav li ul
{
position: static;
padding-top: 15px;
}

/* - End Mobile Nav - */
	
}


@font-face {
    font-family: 'ralewayregular';
	src: url("../fonts/raleway-regular-webfont.woff"),
		 url("../fonts/raleway-regular-webfont.ttf");
    font-weight: normal;
    font-style: normal;

}
