/*---------------------------GENERAL CSS---------------------*/
.centered {
	margin: 0 auto;
	float: none;
}
.cent { text-align: center }
body {
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	font-family: 'Slabo 27px','Roboto', Helvetica, Arial;
	background: url('/images/site/squared_metal.png');
}
a, a:visited {
	color: #18618c;
	text-decoration: none;
}
a:hover, a:visited:hover {
	color: #c63c02;
	text-decoration: none;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.35s
}
h1, h2, h3, h4 {
	margin-top: 10px;
}
.container-fluid {
	max-width: 1280px;
}
blockquote { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-style: italic; font-size: 14px;  }
/*----------------------STYLE THE TOP AREA----------------------------*/
.orange-beam {
	height: 7px;
	width: 100%;
	background: #f4bf3f; /* Old browsers */
	background: -moz-linear-gradient(left, #f4bf3f 0%, #e58807 50%, #f4bf3f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f4bf3f), color-stop(50%,#e58807), color-stop(100%,#f4bf3f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #f4bf3f 0%,#e58807 50%,#f4bf3f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #f4bf3f 0%,#e58807 50%,#f4bf3f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #f4bf3f 0%,#e58807 50%,#f4bf3f 100%); /* IE10+ */
	background: linear-gradient(to right, #f4bf3f 0%,#e58807 50%,#f4bf3f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4bf3f', endColorstr='#f4bf3f',GradientType=1 ); /* IE6-9 */
}
#top-area {
	padding: 10px 0;
	background: #fff;
}
#top-right {
	text-align: right;
}
#top-right h2 {
	font-size: 20px;
	font-family: arial;
	font-weight: bold;
	color: #f99e2d;
}
.promo-box {
	padding: 10px 0;
	text-align: center;
	background-color: #f8f8f8;
	border: 1px solid #eee;
	color: #5d5d5d;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}
/*----------------------STYLE THE NAVBAR----------------------------*/

@media screen and (max-width: 768px){
	.LRA-logo{margin: 0 auto;}
}

.navbar h2{
	margin-top: 0px;
	color: #F99E2E;
	font-size: 22px;
}

.navbar {
	border-radius: 0;
	border: 0;
	margin-bottom: 0;
	background-color: #fff;
}
.navbar-nav li a:hover {
	color: #fff !important;
	background-color: #003a77 !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus

{ 	color: #fff !important;
	background-color: #003a77 !important;  }

/*----------------------STYLE THE BOOKING AREA----------------------------*/
.blue-body {
	padding-top: 15px;
	height: 270px;
	color: #fff;
	background: #003a77; /* Old browsers */
	background: -moz-linear-gradient(top, #003a77 0%, #1563ad 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003a77), color-stop(100%,#1563ad)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #003a77 0%,#1563ad 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #003a77 0%,#1563ad 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #003a77 0%,#1563ad 100%); /* IE10+ */
	background: linear-gradient(to bottom, #003a77 0%,#1563ad 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003a77', endColorstr='#1563ad',GradientType=0 ); /* IE6-9 */
}
#shim {
	position: absolute;
	right: 0px;
	top: 10px;
	z-index: 54;
}
@media screen and (max-width: 1199px) {
	#shim {
		top: 30px;
		width: 450px;
	}
}
@media screen and (max-width: 991px) {
	#shim {
		top: initial;
		bottom: 0px;
		width: 270px;
	}
}
@media screen and (max-width: 767px) {
	.blue-body {
		height: auto;
		padding-bottom: 15px;
		text-align: center;
	}
}
/*----------------------STYLE THE BOOKING BUTTONS----------------------------*/
.btn, .btn:focus, .btn:visited, .btn:hover { 
	color: #fff;
}
.btn-blue {
	padding: 10px 15px;
	margin: 5px;
	width: 210px;
	max-width: 210px;
	border-radius: 4px;
	border: 2px solid #fff;
	background: #4e94aa; /* Old browsers */
	background: -moz-linear-gradient(top, #4e94aa 0%, #155b70 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e94aa), color-stop(100%,#155b70)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4e94aa 0%,#155b70 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4e94aa 0%,#155b70 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4e94aa 0%,#155b70 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4e94aa 0%,#155b70 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e94aa', endColorstr='#155b70',GradientType=0 ); /* IE6-9 */
}
.btn-blue:active, .btn-blue:hover {
	background: #88c5d8; /* Old browsers */
	background: -moz-linear-gradient(top, #88c5d8 0%, #5097ad 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88c5d8), color-stop(100%,#5097ad)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #88c5d8 0%,#5097ad 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #88c5d8 0%,#5097ad 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #88c5d8 0%,#5097ad 100%); /* IE10+ */
	background: linear-gradient(to bottom, #88c5d8 0%,#5097ad 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88c5d8', endColorstr='#5097ad',GradientType=0 ); /* IE6-9 */
}
.blue-head {
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	text-shadow: 2px 2px 2px #296272;
}
.blue-sub {
	color: #aedbe8;
	font-size: 14px;
	font-style: italic;
}	
.btn-orange {
	padding: 10px 15px;
	width: 210px;
	margin: 5px;
	border-radius: 4px;
	border: 2px solid #fff;
	background: #fcb21d; /* Old browsers */
	background: -moz-linear-gradient(top, #fcb21d 0%, #c53b02 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcb21d), color-stop(100%,#c53b02)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcb21d 0%,#c53b02 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcb21d 0%,#c53b02 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcb21d 0%,#c53b02 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fcb21d 0%,#c53b02 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb21d', endColorstr='#c53b02',GradientType=0 ); /* IE6-9 */
}
.btn-orange:active, .btn-orange:hover {
	background: #f9da5a; /* Old browsers */
	background: -moz-linear-gradient(top, #f9da5a 0%, #eb910c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9da5a), color-stop(100%,#eb910c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9da5a 0%,#eb910c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9da5a 0%,#eb910c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f9da5a 0%,#eb910c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f9da5a 0%,#eb910c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9da5a', endColorstr='#eb910c',GradientType=0 ); /* IE6-9 */IE6-9 */
}
.orange-head {
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	text-shadow: 2px 2px 2px #a5530a;
}
.orange-sub {
	color: #f3ddd0;
	font-size: 14px;
	font-style: italic;
}	

@media screen and (max-width: 480px){
	.btn-orange, .btn-blue {
		width: 200px !important;
	}

	.orange-sub, .blue-sub{
		font-size: 10px;
	}

	.orange-head, .blue-head{
		font-size: 23px
	}
}


/*----------------------STYLE THE MAIN AREA----------------------------*/
#main-body {
	padding-bottom: 25px;
}
#main-body-inner {
	background: #fff;
	border: 1px solid #abbbc9;
	margin-left: 0;
	margin-right: 0;
	margin-top: -90px;
}
@media screen and (max-width: 767px) {
	#main-body-inner {
		margin-top: 15px;
	}
}
.carousel-caption {
	font-size: 24px;
	padding: 10px;
	background: url('/images/site/transpBlack50.png');
}
.carousel-caption p {
	font-size: 16px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*----------------------STYLE THE LEFT COLUMN----------------------------*/
#left-col, #left-col-res {
	background: #fff;
	padding: 15px;
}

@media (min-width: 300px) {
 
#left-col-res  {
  padding: 0;
  background: #ffffff;
  margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 3px;
}

}
#left-col h1 {
	color: #18618c;
	font-size: 24px;
}
#left-col h2 {
	color: #f99e2d;
	font-size: 20px;
}
/*----------------------STYLE THE RIGHT COLUMN----------------------------*/
#right-col {
	background-color: #d6e6f5;
	padding: 25px 15px 15px 15px;
	overflow: hidden;
	min-height: 1124px;
}
@media screen and (max-width: 1199px) { #right-col { min-height: 1121px } }
@media screen and (max-width: 991px) { #right-col { height: auto; }}

.right-col-inner {
	background-color: #bdd6ea;
	border: 1px solid #adc9e0;
	padding: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}
#right-col h1 {
	font-size: 20px;
	color: #18618c;
	margin-top: 0;
	text-shadow: 1px 1px 1px #fff;
}
ul.offer { 
	float: left; 
	margin-top: 10px;
	width: 100%;
	padding: 0px; 
	font-size: 14px;
	list-style-type: none !important; 
	list-style: none !important; 
}
ul.offer li { 
	padding-left: 50px; 
	background-repeat: no-repeat; 
	border-bottom: 1px dotted #efefef;
	margin-bottom: 20px; 
	position: relative; 
	min-height: 40px; 
	list-style-type: none !important; 
	list-style: none !important; 
}
ul.offer li:last-child {
	border-bottom: none;
	margin-bottom: none;
}
ul.offer li p {
	margin-bottom: 20px;
}
li.wedding { background:  url('/images/site/wedding-sm.jpg') no-repeat; }
li.travel { background:  url('/images/site/travel_thumb.jpg') no-repeat; }
li.airport { background:  url('/images/site/airport_thumb.jpg') no-repeat; }
li.family {background: url('/images/site/family_thumb.jpg') no-repeat; }
li.students {background: url('/images/site/student-discount-th.jpg'); no-repeat; }
li.grc  {background: url('/images/site/grc-thumb.jpg'); no-repeat; }

ul.checks { 
	width: 100%;
	padding: 0px; 
	list-style-type: none !important; 
	list-style: none !important; 
}
ul.checks i {
	color: #18618c;
	padding-right: 10px;
}
ul.checks li { 
	padding-left: 10px; 
}
#social {
	width: 140px;
	display: block;
	padding-top: 10px;
	margin: 0 auto;
}
.social-icon {
	width: 30px;
	height: 30px;
	display: inline-block;
	background-image: url('/images/site/social-icons.png');
}
.social-icon.youtube { background-position: 0 0 }
.social-icon.twitter { background-position: -30px 0 }
.social-icon.googleplus { background-position: -60px 0 }
.social-icon.email { background-position: -90px 0 }
.social-icon.linkedin { background-position: -120px 0 }
.social-icon.facebook { background-position: -150px 0 }
.social-icon.yelp { background-position: -180px 0 }
/*----------------------STYLE THE FOOTER----------------------------*/
footer {
	background: #fff;
	text-align: center;
	font-size: 13px;
	padding: 15px;
}

/*-======================-Main slider area-===================-*/
#home-wrap {
	margin-top: -230px;
	margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
	#home-wrap { margin-top: 15px; } 
}
#slider-wrap {
	position: relative;
	background: #e3e3e3;
}
.img-wrap {
	position: absolute;
	width: 100%;
	bottom: 30px;
	width: 100%;
	z-index: 17;
}
.img-wrap img { width: 500px }
@media screen and (max-width: 991px) and (min-width: 768px) {
	.img-wrap img { width: 300px }
}
.xtra-links {
	position: absolute;
	bottom: -30px;
	z-index: 15;
	width: 100%;
}
.xtra-links .xtra-links-inner {
	width: 800px;
	display: block;
	margin: 0 auto;
	padding: 0;
	border: 2px solid #fff;
	border-radius: 6px;
	overflow: hidden;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.xtra-links .xtra-links-inner { width: 700px; }
}
.xtra-links .xtra-links-inner div {
	display: inline-block;
	width: 20%;
	text-align: center;
	float: left;
}
.xtra-links .xtra-links-inner div:first-child a {  border-radius: 4px 0 0 4px; border-left: 1px solid #eb910c}
.xtra-links .xtra-links-inner div:last-child a {  border-radius: 0 4px 4px 0;}

.xtra-links .xtra-links-inner div a {
	padding: 20px 0;
	width: 100%;
	color: #eddbc5;
	font-size: 20px;
	font-weight: 300;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
	display: block;
	background: #fcb21d;
	background: -moz-linear-gradient(top, #fcb21d 0%, #c53b02 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcb21d), color-stop(100%,#c53b02));
	background: -webkit-linear-gradient(top, #fcb21d 0%,#c53b02 100%); 
	background: -o-linear-gradient(top, #fcb21d 0%,#c53b02 100%);
	background: -ms-linear-gradient(top, #fcb21d 0%,#c53b02 100%);
	background: linear-gradient(to bottom, #fcb21d 0%,#c53b02 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb21d', endColorstr='#c53b02',GradientType=0 );
	transition: none;
	-moz-transtion: none;
	border-right: 1px solid #eb910c;
}
.xtra-links .xtra-links-inner div a:hover {
	color: #fff;
	background: #f9da5a; 
	background: -moz-linear-gradient(top, #f9da5a 0%, #eb910c 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9da5a), color-stop(100%,#eb910c));
	background: -webkit-linear-gradient(top, #f9da5a 0%,#eb910c 100%);
	background: -o-linear-gradient(top, #f9da5a 0%,#eb910c 100%); 
	background: -ms-linear-gradient(top, #f9da5a 0%,#eb910c 100%);
	background: linear-gradient(to bottom, #f9da5a 0%,#eb910c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9da5a', endColorstr='#eb910c',GradientType=0 );
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	font-weight: 300;
}
/*-=================-Style the main body-========================-*/
.main-content {
	color: #313C56;
	background: #fefefe;
	padding-top: 60px;
	padding-bottom: 40px;
	border-left: 1px solid #ABBBC9;
	border-right: 1px solid #ABBBC9;
}
@media screen and (max-width: 767px) {
	.main-content { padding-top: 40px; }
}
.main-content h1 {
	color: #18618C;
	font-size: 24px;
}
.main-content h2 { 
	color: #F99E2D;
	font-size: 20px;
}
#home-wrap h3 {
	font-size: 28px;
	font-family: 'Courgette', cursive; 
}
.blue-content {
	background: #D6E6F5;
	padding: 40px 0;
	border: 1px solid #ABBBC9;
}

.light-gray-content{
	text-align: center;
	background: #EEE;
	padding: 40px 0px;
	border: 1px solid #999;
}

.light-gray-content ul{list-style: none; padding: 0}

.light-gray-content li{line-height: 1.5}

.light-gray-content i{color: #18618c}

.light-gray-content .btn-lg{padding: 10px 25px; font-size: 22px}

.stay-connected {
	color: #666;
	padding: 30px 0;
	text-align: center;
	overflow: hidden;
	position: relative;
	background-color: #ddd !important;
	border: 1px solid #ABBBC9;
	border-top: 0;
}
.stay-connected p { color: #333;}

/*-=================-Style the content hovery boxes-========================-*/
.pic-wrap {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	margin: 0 auto 40px auto;
	display: table;
}
.pic-caption {
	color: #654629;
	padding: 10px;
	background: #fff;
	width: 100%;
	height: 90px;
	font-size: 17px;
}
.pic {
	border: 8px solid #fff;
	width: 360px;
	height: 241px;		
	overflow: hidden;	
}
@media screen and (min-width: 768px) {
	.grow img {
		width: 100%;
		height: 100%;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-o-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}
	.grow img:hover {
		width: 120%;
		height: 120%;
	}
}
@media screen and (max-width: 1199px) and (min-width:992px) {
	.pic { width: 294px; height: 197px }	
	.pic-caption { width: 294px; height: 90px }
}
@media screen and (max-width: 991px) {
	.pic { width: 345px; height: 241px; }	
	.pic-caption { width: 345px; height: 100px; }
}
@media screen and (max-width: 767px) {
	.pic-wrap { display: block; max-width: 392px; }
	.pic { width: 100%; height: auto; }
	.pic-caption { width: 100%; height: auto; }
	.pic img { width: 100%; }
}

/*-=================-Style the venue boxes-========================-*/
.wedding-wrap {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	margin: 0 auto 40px auto;
	display: table;
}
.wedding-caption {
	color: #654629;
	padding: 10px;
	background: #fff;
	width: 100%;
	height: 90px;
	font-size: 17px;
}
.wedding-pic {
	border: 8px solid #fff;
	width: 320px;
	height: 214px;		
	overflow: hidden;	
}

@media screen and (max-width: 1199px) and (min-width:992px) {
	.wedding-pic { width: 294px; height: 197px }	
	.wedding-caption { width: 294px; height: 90px }
}
@media screen and (max-width: 991px) {
	.wedding-pic { width: 345px; height: 241px; }	
	.wedding-caption { width: 345px; height: 100px; }
}
@media screen and (max-width: 767px) {
	.wedding-pic { width: 305px; height: 204px; }
	.wedding-caption { width: 305px; height: auto; }
}

.capwrap, .capwrap:visited, .capwrap:focus {
	color: #654629;
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
	background: #f3f3f3;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	display: block;
	text-decoration: none;
	margin-bottom: 25px;
}
.capwrap > div {
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
}

.blog-carousel-wrap {
	padding: 0 40px;
	position: relative;
}
.blog-carousel-wrap .btn-prev, .blog-carousel-wrap .btn-next {
	height: 40px;
	width: 40px;
	position: absolute;
	top: 50%;
	margin-top:-20px;
	opacity: .6;
	background-image: url('/images/site/skin.png');	
	cursor: pointer;
	box-shadow: 1px 1px 2px #bbb;
	border-radius: 20px;
}
.blog-carousel-wrap .btn-prev:hover, .blog-carousel-wrap .btn-next:hover {
	opacity: 1;
}
.blog-carousel-wrap .btn-prev {
	left: 0;
	background-position: 0px 0px;
}
.blog-carousel-wrap .btn-next {
	right: 0;
	background-position: -150px 0px;
}
.blog-carousel-img {
	width: 150px;
	height: 100px;
	overflow: hidden;
	margin: 10px auto 0 auto;
}


@media screen and (max-width: 480px) {
.blog-carousel-img{
padding: 0px 12px;
}
}

.mobile-slider{
	background: url(/images/site/portsmouth-water.jpg);
	background-size: cover;
	background-position: center;
	height: 400px;
}