body {
	font-family: "proxima-nova", Arial, sans-serif;
	color: #292828;
	font-size: 1em;
	font-weight: 400;
	line-height: 150%;
	padding-top: 0;
	margin-bottom: 0;
}

h1 {
	font-weight: 300;
	color: #021f56;
	margin-bottom: 25px;
    font-size: 38.5px;
    line-height: 45px;
}

h2 {
	font-weight: 300;
	font-size: 28px;
	line-height: 35px;
	color: #021f56;
}

h2 a,
h2 a:link,
h2 a:visited {
	color: #021f56;
}

h2 a:hover,
h2 a:active{
	color: #005caa;
}

h3 {
	font-weight: 200;
	font-size: 1.3em;
	line-height: 125%;
	margin-bottom: 25px;
}

*, *:before, *:after{
    box-sizing: border-box;
}

.row {
	padding-top: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.row .shoehorn {
	margin-left: 0px;
}

a{
	text-decoration: none;
	cursor: pointer;
}

a:hover,
a:focus,
a:active {
	color: #005caa;
	text-decoration: none;
}

.pagination > a, .pagination > span, .em-pagination > a, .em-pagination > strong{
	font-size: 1.1em;
	padding: 2px;
	margin: 2px;
}

.no-bottom-padding {
	padding-bottom: 0;
}

.no-bottom-margin {
	margin-bottom: 0;
}

.no-top-margin {
	margin-top: 0;
}

.span9.shadow {
	margin: 5px;
	padding: 10px;
	background: url('../images/full-row-shadow.png') no-repeat center center;
}

.span12.shadow {
	padding: 10px;
	background: url('../images/full-row-shadow.png') no-repeat center center;
}

/* colours */
.white {
	color: #fff;
}

.otp-dark-blue {
	/*color: #001542;*/
	color: #021f56
}

.otp-light-blue {
	color: #005caa;
}

.otp-light-grey {
	color: #9c9b9b;
}

/* top main menu navigation bar */
#brand-img {
	position: relative;
	z-index: 9999;
	max-width:100%;
}

.navbar .search-form{
	float: right;
	margin: 0;
}

.navbar .search-form input{
	width: 300px;
    margin: 15px 0 0 0;
    border-radius: 0;
    color: #fff;
    background: rgba(255, 255, 255, 0.35) url('../images/icon-search.png') no-repeat center right;
    padding: 10px;
    border: none;
    height: 30px;
}

.menu-main-container {
	float: right;
}

#menu-main > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#menu-main > li {
	display: inline;
	padding: 0px 5px;
}

#menu-main a {
	text-decoration:none; 
	color: white; 
	padding: 0 12px 0 23px;
}

.navbar-fixed-top {
	position: relative;
	margin-bottom: 0;
}

#menu-main a:hover {color: #fff; }

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus,
.navbar-inverse .nav .current_page_item a,
.navbar-inverse .nav .current_page_item a:hover,
.navbar-inverse .nav .current_page_item a:focus,
.navbar-inverse .nav .current_page_parent a,
.navbar-inverse .nav .current_page_parent a:hover,
.navbar-inverse .nav .current_page_parent a:focus {
	/*color: #ccc;
	text-decoration: none;
	background-color: #e5e5e5;
	-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);*/
}

.navbar .nav > li > .dropdown-menu:after {
    border-bottom: none;
    border-left: none;
    border-right: none;
    content: "";
    display: none;
    left: 20px;
    position: absolute;
    top: -25px;
}

.navbar .nav > li > .dropdown-menu:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: none;
    left: 9px;
    position: absolute;
    top: -25px;
}

.dropdown-menu {
	font-weight: 200;
	background-clip: padding-box;
	background-color: #1c1b1b;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	min-width: 180px;
	position: absolute;
    margin: 14px 0 0 20px;
	z-index: 9999;
	padding: 10px 0;
	max-width: 350px;
	padding: 0;
}

#menu-main .menu-item-has-children.dropdown > a:after{
    position: absolute;
    right: 0;
    font-size: 1.3em;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\f0d7";
    text-decoration: inherit;
    display: inline-block;
    speak: none;
    opacity: .6;
}

.dropdown-menu > li {
	margin: 0;
}

#menu-main .dropdown-menu > li > a {
	padding: 10px 15px;
}

.dropdown-menu li:first-child > a {
	border-top: thin solid #363535;
}

.dropdown-menu li > a {
	border-bottom: thin solid #363535;
	line-height: 125%;
	padding-top: 10px;
	padding-bottom: 10px;
	white-space: normal;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #363535;
  background-image: none;
  filter: none;
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #1c1b1b;
  background-image: none;
  filter: none;
}

.dropdown-submenu .caret {
	padding-top: 20px;
}

.navbar-inverse .navbar-inner {
	background-color: #021f56;
	height: 100px;
	position: relative;
	background-image: none;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
}

.navbar-inner .brand {
	margin-top: 0;
	padding: 0;
    margin-left: -50px;
}

.navbar .nav {
	float: right;
	margin: 0;
}

.nav li {
	height: 100%;
}

.sub-nav ul {
	margin: 20px 0;
	list-style: none;
}

.sub-nav li a {
	color: #021f56;
}

.sub-nav li.page-item-parent {
	font-weight: 600;
}

.sub-nav li {
	padding-left: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	line-height: 120%;
}

.sub-nav li.current_page_item {
	background: url('../images/more-arrow.gif') no-repeat left center;
}

.sub-nav li.current_page_item a {
	color: #005caa;
}

/* home page content */
.rsOverflow, .royalSlider{
	max-height: 550px !important;
}

#history-photo {
	position: relative;
	padding-left: 5px;
	z-index: 800;
}

.history .span6{
    padding-left: 20px;
}

.carousel-caption {
  /*background-color:transparent;*/
  margin-top:200px;
  max-width:550px;
  padding:0 20px;
  /*position:static;*/
}

.otp-hero-white,
.otp-hero-black-bg,
.otp-hero-blue-bg,
.otp-hero-green-bg,
.otp-hero-yellow-bg {
	color: #fff;
	z-index: 999;
}

.otp-hero-white {
	background-color: rgba(0,0,0,.35);
}

.otp-hero-black-bg {
	background-color: rgba(0,0,0,.35);
}

.otp-hero-blue-bg {
	background-color: rgba(0,136,192,.65);
}

.otp-hero-green-bg {
	background-color: rgba(128,189,57,.65);
}

.otp-hero-yellow-bg {
	background-color: rgba(224,216,9,.50);
}

.otp-hero-white h1,
.otp-hero-black-bg h1,
.otp-hero-blue-bg h1,
.otp-hero-green-bg h1,
.otp-hero-yellow-bg h1 {
	color: #fff;
	font-size: 5em;
	font-weight: 200;
	line-height: 100%;
	margin-left: 0;
	padding-left: 0;
    margin-bottom: 10px;
}

.otp-hero-white .hero-call,
.otp-hero-black-bg .hero-call,
.otp-hero-blue-bg .hero-call,
.otp-hero-green-bg .hero-call,
.otp-hero-yellow-bg .hero-call {
	font-size: 1.5em;
	font-weight: 400;
	line-height: 100%;
	min-height: 20px;
}

.otp-hero-white .hero-call a,
.otp-hero-black-bg .hero-call a,
.otp-hero-blue-bg .hero-call a,
.otp-hero-green-bg .hero-call a,
.otp-hero-yellow-bg .hero-call a {
	color: #fff;
	padding-right: 30px;
	background-origin: padding-box;
	position: relative;
}

.otp-hero-white .hero-call a:after,
.otp-hero-black-bg .hero-call a:after,
.otp-hero-blue-bg .hero-call a:after,
.otp-hero-green-bg .hero-call a:after,
.otp-hero-yellow-bg .hero-call a:after{
	position: absolute;
    right: 0;
    font-size: 1.3em;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}



/* stay, eat, shop widget */

.otp-widget-box {
	min-height: 500px;
	position: relative;
	margin-bottom: 30px;
}

.featured-partner.otp-widget-box, .otp-widget-box.sidebar{
	padding-bottom: 70px;
}

.otp-widget-box h4 a {
	font-weight: 300;
	color: #021f56;
}

.otp-widget-box h4 a:hover {
	color: #136cb8;
}

.otp-widget-box.sidebar {
	margin-bottom: 30px;
	min-height: 0;
}

.otp-widget-box/*,
#group-visits-info-box*/ {
	border: solid thin #e6e6e6;
	background-color: #f7f7f7;
	padding-top: 5px;
}

.otp-widget-box.events {
	margin-top: 25px;
	min-height: auto;
}

.span3 > .otp-widget-box{
	margin-top: 0;
}

.homepage .span3 > .otp-widget-box.events{
	margin-top: 40px;
}

.otp-widget-box.events h4,
.otp-widget-box.sidebar h4,
.otp-widget-box h2 {
	font-weight: 300;
	font-size: 2.5em;
	line-height: 40px;
	padding: 0 25px;
    margin-top: 15px;
	background: url('../images/otp-widget-box-arrow.gif') no-repeat 0px 10px;
	margin-left: -1px;
	color: #005caa;
}

.otp-widget-box p,
.otp-widget-box.events ul,
.otp-widget-box img,
.otp-widget-box h3 {
	padding: 0px 15px;
	max-width:100%;
}

.otp-widget-box img {
	padding-top: 10px;
	padding-bottom: 10px;
	max-width:100%;
}

.otp-widget-box .featured-event {
	font-size: 100%;
	padding-left: 15px;
	padding-right: 15px;
	height: auto !important;
	margin-bottom: 25px;
    color: #686868;
}

.otp-widget-box .featured-event a.img-link{
	height: 140px;
	margin: 20px 0;
	max-width: 300px;
}

.otp-widget-box .featured-event .event-details-container{
	background: url(../images/event-list-icon.png) no-repeat left top;
    padding-left: 24px;
}

.otp-widget-box .featured-event .event-date{
    margin-top: 10px;
}

.otp-widget-box .featured-event .event-date img {
    float: left;
    margin: -1px 5px 0 0;
    width: 20px;
    height: auto;
    padding: 0;
}

.otp-widget-box .event-list ul {
	list-style: none;
    margin: 30px 15px 35px;
    border-top: solid thin #cecdcd;
    padding: 0;
    color: #686868;
}

.otp-widget-box .event-list li {
	background: url('../images/event-list-icon.png') no-repeat left top;
	padding-left: 24px;
	font-size: 90%;
	margin-top: 20px;
	margin-bottom: 25px;
}

.otp-widget-box .event-list li .event-date{
	margin-left: 30px;
}

.otp-widget-box .event-list li:first-child{
	margin-top: 30px;
}

.otp-widget-box .event-list li:last-child{
	margin-bottom: 40px;
}

.otp-widget-box h3 {
	font-weight: 300;
	color: #021f56;
	font-size: 1.15em;
}

.otp-widget-box .img-link-container{
	padding: 10px 15px 5px;
}

.otp-widget-box a.img-link {
	display: block;
	background-size: cover;
	background-position: center center;
	height: 85px;
	width: 100%;
	max-width: 300px;
}

.otp-widget-box-more{
	position: absolute;
	padding: 15px;
	bottom: 0;
	width: 100%;
}

.otp-widget-box-more hr{
    margin: 0 0 15px;
    border: 0;
    border-top: 1px solid #cecdcd;
    border-bottom: none;
}

.otp-widget-box-more a{
	background-origin: padding-box;
    width: 100%;
    display: block;
    position: relative;
}

.otp-widget-box-more a .icon-angle-right{
	position: absolute;
	right: 0;
	font-size: 1.3em;
}


.otp-widget-box .event-list .event-calendar-cta {
	margin: 0;
	padding: 15px;
	bottom: 0;
	width: 100%;
    background-color: #021f56;
    color: #fff;

}

.otp-widget-box .event-list .event-calendar-cta a {
	color: #fff;
	background-origin: padding-box;
	width: 100%;
    display: block;
    position: relative;
}

.otp-widget-box .event-list .event-calendar-cta a:after {
	position: absolute;
    right: 0;
    font-size: 1.3em;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}

.sidebar-cta-blue {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #021f56;
	font-weight: 200;
}

.sidebar-cta-blue a {
	color: #fff;
	width: 100%;
	background: url('../images/hero-button.png') no-repeat right center;
	font-weight: 100;
	font-size: 125%;
	display: block;
}

.sidebar-cta-blue a:hover {
	color: #ccc;
}

/* group visits */
#group-visits-info-box {
	padding-right: 25px;
	margin-bottom: 20px;
	background: #fff url('../images/group-visits-button.jpg') no-repeat left center;
	height: 80px;
}

#group-visits-info-box .group-visits-title {
	padding-top: 15px;
	padding-left: 45%;
	padding-right: 5px;
	font-size: 1.2em;
	font-weight: 700;
	color: #136cb8;
	text-align: right;
	vertical-align: middle;
}

.otp-group-box h3 {
	font-size: 1.2em;
	font-weight: 600;
	color: #021f56;
	margin-bottom: 0px;
	line-height: 35px;
	margin-top: 0;
}

.otp-group-box a {
	color: #021f56;
	padding-right: 30px;
	background: url('../images/hero-button.png') no-repeat right center;
}

.otp-group-box p {
	line-height: 120%
}

/* footer */
#breadcrumbs-row {
	background-color: #e6e6e6;
	font-weight: 400;
}

#breadcrumbs-row .row {
	margin-top: 10px;
	margin-bottom: 10px;
}

#breadcrumbs {
	color: #9c9b9b;
}

#breadcrumbs span {
 padding-left: 10px;
 padding-right: 10px;
}

#breadcrumbs a {
	color: #136cb8;
}

#breadcrumbs .breadcrumb_last {
	color: #021f56;
	font-weight: 600;
}

#quicklinks-row {
	background-color: #136cb8;
}

#quicklinks-row i {
	margin-right: 20px;
}

.icon-map-marker {
	padding-left: 3px;
}

.icon-calendar,
icon-info-sign {
	padding-left: 1px;
}

a.quicklinks-link,
a.quicklinks-link:visited,
a.quicklinks-link:active {
	color: #fff;
}

a.quicklinks-links:hover {
	color: #ccc;
}

.quicklinks-row i a,
.quicklinks-row i a,
.quicklinks-row i a:visited,
.quicklinks-row i a:active {
	color: #021f56;
}

.quicklinks-menu ul {
	margin: 0;
	padding-top: 2px;
}

.quicklinks-menu ul li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 10px;
}

.social-icons a {
	padding-right: 10px;
}

#above-footer-row {
	font-size: .9em;
	color: #fff;
	background-color: #021f56;
}

#above-footer-row a,
#above-footer-row a:visited,
#above-footer-row a:active {
	color: #fff;
}

#above-footer-row a:hover {
	color: #ccc;
}

#footer-row {
	background-color: #0e0e0e;
	color: #666;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer-row a {
	color: #666;
}

#footer-row a:hover {
	color: #fff;
}

.search_input {
	font-family: "proxima-nova", Arial, sans-serif;
	font-weight: 200;
	font-size: 1em;
	background: url('../images/search-icon-sm.png') no-repeat right center;
	padding-right: 25px;
	width: 95%;
}

div#cc_form_1 {
	font-family: "proxima-nova", Arial, sans-serif !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
}

div#cc_form_1 input {
	font-weight: 200;
	font-family: "proxima-nova", Arial, sans-serif !important;
	width: 95%;
}

.cc_Go {
	margin-top: 10px !important;
	text-align: right !important;
}

div#cc_form_1 .kws_input_fields {
	width: 100%;
}

div#cc_form_1 input#cc_Go {
	font-family: "proxima-nova", Arial, sans-serif !important;
	padding: 0 !important;
	width: 40% !important;
}

div#cc_form_1 .cc_success {
	font-family: "proxima-nova", Arial, sans-serif !important;
	font-weight: 600;
	color: #fff !important;
	margin:0 !important;
	padding-top:10px;
}

.indulge-container {
	position: relative;
	/*position: relative;
	height: 100%;
	top: auto;
	left: auto;
	right:    0;
	bottom:   0;
	float: right;
	/*vertical-align: bottom;
	display: table-cell;
	margin-right: 30px;*/
}

#indulge-logo {
	padding-top: 130px;
	float: right;
}

#footer-row .row {
	margin-top: 0;
	margin-bottom: 0;
}

#photo-credits {
	float: right;
}

footer {
	font-size: .75em;
}

.otp-copyright {
	float:left;
	padding-right: 40px;
}

.otp-footer-menu {
	float:right;
}

#menu-footer-base {
	margin: 0;
}

#menu-footer-base li {
	display: inline;
	list-style: none;
	margin-left: 0;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}

#menu-footer-base li {
	border-right:1px solid #666;
}
#menu-footer-base li:last-child {
	padding-right: 0;
	border-right:0;
}

.footer-menu-delimiter {
	padding-left: 10px;
	padding-right: 10px;
}

/* Page Templates */

#otp-featured-image img{
	width: 100%;
	max-width: none;
}

.otp-page p {
	margin-bottom: 20px;
}

.otp-page li {
	padding-bottom: 20px;
}

.otp-page.getting-around h2 {
	font-weight: 400;
	font-size: 150%;
}

#map-fullscreen .mapp-layout {
	margin: 0 !important;
	border: none !important;
}

#contact-map-header #larger-map a {
	display: none;
	position: absolute;
	z-index: 100;
	margin-top: auto;
	float: right;
	top: 100%;
	bottom: 5px;
}

#partner-detail .mapp-layout {
	margin: 25px 0;
	max-width: 100%;
}

#partner-detail .mapp-route {
	padding: 10px;
}

#partner-detail .mapp-route input {
	/*margin-bottom: 10px;*/
}

#partner-detail .adp-text {
	text-align: right;
}

img.partner-summary {
	margin-top: 5px;
	margin-bottom: 20px;
	max-width: 220px;
}

.partner-detail img.partner-summary {
	max-width: 100%;
}

div.read_more {
	float:right;
}

.events-sidebar .see-all, .events-sidebar .sidebar-events-categories{
	margin-bottom: 40px;
}

.events-sidebar select{
	max-width: 100%;
}

.otp-widget-box.events div.event-title{
	margin-left: -25px;
}

.otp-widget-box.events div.event-title,
.otp-widget-box.events div.event-title a {
	font-size: 1.1em;
	margin-top: 5px;
}

#otp-event-list {
	margin-top: 30px;
}

#otp-event-list-event-detail {
	margin-bottom: 60px;
}

#otp-event-list-event-detail h2 {
	margin-bottom: 0;
	font-size: 24px;
	line-height: 32px;
}

#otp-event-list-event-detail p {
	margin-top: 15px;
	margin-bottom: 15px;
}

#otp-event-list-event-detail .otp-event-date{
    background: url(../images/event-list-icon.png) no-repeat left top;
    padding-left: 24px;
}

#otp-event-list-event-detail h2 a,
#otp-event-list-event-detail h2 a:link{
	color: #005CAA;
	font-weight: 600;
}

#otp-event-list-event-detail h2 a:hover,
#otp-event-list-event-detail h2 a:visited,
#otp-event-list-event-detail h2.a:active {
	color: #005CAA;
}


div.events #em-wrapper > h2 {
	font-size: 1.2em;
	font-weight: 600;
	border-bottom: 1px solid #9e9e9e;
}

table.events-table th {
	text-align: left;
}

table.events-table td {
	vertical-align: top;
	padding: 10px 0 20px 0;
}

div.otp-location {
	margin-bottom: 20px;
}

.em-location-map {
	width: 100% !important;
	height: 400px !important;
}

.em-map-balloon-content {
	font-size: 1em !important;
}

#otp-event-location-details h3 {
	font-weight: 400;
	margin-bottom: 10px;
}

#otp-event-location-details ul.upcoming-events{
    margin: 20px 0;
    list-style: none;
}

#otp-event-location-details ul.upcoming-events li {
	padding: 0 0 25px;
}

#otp-event-location-details ul.upcoming-events li a{
    font-size: 19px;
    line-height: 27px;
}

.otp-event-list-image {
	float: right;
	vertical-align: top;
	margin: 10px 0 20px 20px;
}

.otp-event-container:before, .otp-event-container:after, .otp-event-container:after {
	display: table;
    line-height: 0;
    content: "";
    clear: both;
}

.otp-event-container{
	 margin-bottom: 60px;
}

.otp-event-container #otp-event-list-event-detail{
	margin-bottom: 0;
}

div.otp-event-category {
	margin-bottom: 20px;
}

/* posts */
#otp-posts h2 {
	line-height: 30px;
}

.otp-post-date {
	font-size: 1em;
	font-weight: 200;
	color: #9C9B9B;
}

#otp-posts span.whitespace-separator {
	padding: 20px 0;
	display: block;
}

/* MapPress overrides */

div.mapp-directions form {
	font-family: "proxima-nova", Arial, sans-serif;
}

.mapp-route .mapp-myloc {
	padding-left: 20px;
}

#otp-contact-form {
	margin-top: 30px;
}

#otp-contact-form h3 {
	color: #005CAA;
}

#otp-contact-form input {
	width: 90%;
    padding: 10px;
    height: 30px;
    margin-top: 6px;
	font-family: "proxima-nova", Arial, sans-serif;
}

#otp-contact-form textarea,
.become-a-partner form textarea,
.become-a-partner form input,
#request-info textarea,
#request-info input {
	width: 100%;
    padding: 10px;
    margin-top: 6px;
	font-family: "proxima-nova", Arial, sans-serif;
}

.become-a-partner form input, #request-info input{
	height: 30px;
}

#otp-contact-form .submit-button,
.become-a-partner form .submit-button,
#request-info .submit-button {
	border: none;
	background-color:#021F56;
	margin-bottom:10px;
	margin-top:10px;
	margin-right: 0;
	color: #fff;
	color:#FFFFFF;
	display:block;
	font-size:125%;
	font-weight:200;
	width: 110px;
	float: right;
    padding: 0;
    height: 40px;
}

.business-travel-meetings hr,
.group-tours hr,
.sports-groups hr {
	margin-top: 25px;
	margin-bottom: 25px;
}

.business-travel-meetings h4,
.group-tours h4,
.sports-groups h4 {
	padding-top: 10px;
}

.business-travel-meetings form,
.group-tours form,
.sports-groups form {
	margin-top: 20px;
}

#getting-here-table {
	margin: 25px 0;
}

#getting-here-table td {
	padding: 10px;
}

div.sharedaddy {
	padding-top: 20px !important;
}

div.sharedaddy div.sd-block {
	border-top: none !important;
}

div.sharedaddy h3 {
	font-family: "proxima-nova", Arial, sans-serif !important;
	padding-left: 5px !important;
}

/* Media Queries */
/* Landscape phones and down */
/* Large desktop */
@media (min-width: 1200px) {
	div.featured-partner.otp-widget-box {
		min-height: 670px !important;
	}
}

/* iPad 2 landscape */
@media (min-width: 980px) and (max-width: 1199px) {
	.royalSlider h1 {
		font-size: 3em;
		margin-bottom: 10px;
	}
	
	.otp-hero-white .hero-call,
	.otp-hero-black-bg .hero-call,
	.otp-hero-blue-bg .hero-call,
	.otp-hero-green-bg .hero-call {
		font-size: 1.5em;
		font-weight: 400;
		line-height: 100%;
		min-height: 20px;
	}

	.otp-hero-white .hero-call a,
	.otp-hero-black-bg .hero-call a,
	.otp-hero-blue-bg .hero-call a,
	.otp-hero-green-bg .hero-call a {
		color: #fff;
		padding-right: 30px;
		background: url('../images/hero-button.png') no-repeat right center;
		background-origin: padding-box;
	}
	
	.otp-hero-black-bg,
	.otp-hero-blue-bg,
	.otp-hero-green-bg {
		height: 50% !important;
	}
	
	.sidebar-cta-blue a {
		font-size: 100%;
		font-weight: 400;
		/*background-image: none;*/
		text-align: left;
	}
	
	div.featured-partner.otp-widget-box {
		min-height: 540px !important;
	}
	
	.otp-widget-box {
		min-height: 475px;
	}
	
	.otp-widget-box .featured-event {
		min-height: 100px;
	}
	
	div .row.no-top-margin {
		margin-bottom: 0;
	}
	
	#group-visits-info-box {
		background-color:#FFFFFF;
		background-image:url(../images/group-visits-button.jpg);
		background-position:-50px 50%;
		background-repeat:no-repeat no-repeat;
		height:80px;
		margin-bottom:20px;
		padding-right:25px;
		border-left: solid 1px #eee;
	}
	
	#group-visits-info-box .group-visits-title {
		color:#136CB8;
		font-size:1.2em;
		font-weight:700;
		padding-left:30%;
		padding-right:5px;
		padding-top:15px;
		text-align:right;
		vertical-align:middle;
	}
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	/* -- events pages templates-- */
	.container.default.events .span9.events-content{
	    width: 476px;
	}
	.container.default.events .span3.events-sidebar{
	    width: 228px;
	}
	
	div.featured-partner.otp-widget-box {
		min-height: 625px !important;
	}
	
	.otp-widget-box {
		min-height: 575px;
	}
	
	.otp-widget-box img {
		max-width: 75%;
	}
	
	.otp-widget-box .featured-event {
		min-height: 130px;
	}
	
	.otp-widget-box.events {
		min-height: 620px;
	}
	
	.sidebar-cta-blue a {
		font-size: 125%;
		font-weight: 400;
		/*background-image: none;*/
		text-align: left;
	}
	
	a.home-read-more {
		/*float:right;*/
	}
	
	div .row.no-top-margin {
		margin-bottom: 0;
	}
	
	div.shoehorn {
		margin-top: 0;
	}
	
	#group-visits-info-box {
		margin-top: 5px;
		padding-right: 0;
		margin-bottom: 0;
		background: none;
		height: 80px;
	}

	#group-visits-info-box .group-visits-title {
		padding-top: 0;
		padding-left: 0;
		padding-right: 5px;
		font-size: 1.2em;
		font-weight: 700;
		color: #136cb8;
		text-align: left;
		vertical-align: middle;
	}
	
	.quicklinks-link {
		font-size: .80em;
	}
	
	.search_input {
		background: none;
	}
	
	.otp-copyright,
	#photo-credits {
		font-size: .9em;
	}
	
	.otp-widget-box-more a,
	.otp-widget-box .event-list .event-calendar-cta a {
		font-size:.8em;
		padding-right: 13px;
	}
}

@media (max-width: 979px) {

	.navbar-inverse .btn-navbar {
	    margin: 12px 0;
		background-color: #021f56 !important;
		background-image: none !important;
	    border: 1px solid rgba(255, 255, 255, 0.29);
	}

	.navbar-inverse .nav-collapse .nav>li>a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:hover{
		background: none;
	}

	.navbar .search-form {
		position: absolute;
		top: 0;
    	left: 0;
		width: 100%;
	    background-color: rgb(48, 113, 181);
	}

	.navbar .search-form form{
		margin: 0;
	}

	.navbar .search-form input{
		width: 100%;
	    background-color: rgb(48, 113, 181);
	    box-shadow: none;
	    margin: 0;
	    height: 40px;
	}

	.navbar-inverse .btn-navbar > div{
		display: inline-block;
	}

	.navbar-inverse .btn-navbar .menu-copy{
		padding-right: 6px;
	}

	#brand-img {
		margin: 0;
		padding: 0;
	    width: 200px;
    	height: auto;
	}

	.navbar-inner .brand {
        margin-top: -5px;
	    padding: 0;
	    margin-left: -50px;
	}

	.navbar-inverse .navbar-inner {
    	height: 110px;
    	padding: 0;
	}

	.navbar .container {
	    padding: 45px 15px 0;
	}

	.nav-collapse, .nav-collapse.collapse{
	    margin-left: -15px;
   		margin-right: -15px;
	}

	.navbar-fixed-top {
		position: relative;
		margin-bottom: 0;
	}

	.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
	    margin-right: 0;
	    margin-left: 0;
	}
	
	.navbar .nav {
		height: auto;
	}
	
	#menu-main {
	    width: 100%;
    	top: 0;
    	background-color: #000;
	    padding: 10px 0 20px 0;
	}

	#menu-main > li {
	    display: block;
	    padding: 0;
	}

	#menu-main a {
	    display: inline-block;
	    padding: 10px 20px;
	    position: relative;
	    font-weight: 300;	
	}

	#menu-main > li > a {
	    font-size: 17px;
	}

	.dropdown-menu li > a, .dropdown-menu li:first-child > a{
	    border-bottom: none;
	    border-top: none;
	}

	.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner{
		box-shadow: none;
	}

	.rsContent .row{
		margin-top: 0;
		margin-bottom: 0;
	}

	.rsContainer h1 {
		font-size: 3em !important;
		margin-bottom: 10px !important;
	}
	
	.rsContainer .hero-call {
		font-size: 1.2em;
	}

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

	body {
	    padding-right: 0px;
	    padding-left: 0px;
	}

	.container {
	    width: auto;
	    padding-left: 15px;
	    padding-right: 15px;
	}

	.otp-widget-box {
		margin-left: -15px;
    	margin-right: -15px;
    	min-height: 0;
    	border-left: none;
    	border-right: none;
	}

	.span3 > .otp-widget-box{
		margin-top: 40px;
	}

	.otp-widget-box.events {
		margin-top: 40px;
		min-height: 0;
	}

	.otp-widget-box h2,
	.otp-widget-box.events h4,
	.otp-widget-box.sidebar h4 {
		background: none;
	    padding: 0 15px;
        margin-left: 0;
	}

	#otp-featured-image {
		display: none;
	}

	.rsContainer .rsABlock, .rsContainer .rsSBlock{
		height: 100% !important;
		background-color: rgba(0,0,0,.4);
	}

	.rsContent .container{
	    position: absolute;
    	bottom: 0;
	    padding-left: 30px;
    	padding-right: 30px;
	}

	.rsContainer h1 {
		font-size: 2em !important;
		margin-bottom: 5px !important;
	}

	.rsUni .rsArrow {
	    width: 20px !important;
	}
	
	.rsContainer .hero-call {
		font-size: 1em;
	}

	.events-sidebar .sidebar-events{
		display: none;
	}

	.events-sidebar .sidebar-events-categories .widget_title{
		margin-bottom: 0;
	}

	.events-sidebar .see-all{
		margin-bottom: 20px;
	}

	.events-sidebar .see-all h2{
		margin-top: 0;
	}
	
	.otp-event-list-image{
	    margin: 15px 0 5px;
	    float: none;
	}

	.sidebar-cta-blue a {
		font-weight: 400;
	}
	
	#breadcrumbs {
		padding: 0 20px;
	}
	
	.row.shoehorn {
		margin-top: 0;
		padding: 0;
	}
	
	h2.search-title {
		color: #fff;
		font-size: 1.5em;
		padding-top: 10px;
	}
	
	#above-footer-row .span3 {
		margin-bottom: 25px;
	}
	
	#group-visits-info-box {
		background-color: #FFFFFF;
		background-image: url(../images/group-visits-button.jpg);
		background-position: -30px 50%;
		background-repeat: no-repeat no-repeat;
		height: 80px;
		margin-bottom: 20px;
		padding-right: 25px;
		border-left: solid 1px #eee;
		max-width: 300px;
	}
	
	#group-visits-info-box .group-visits-title {
		color: #136CB8;
		font-size: 1.2em;
		font-weight: 700;
		padding-left: 30%;
		padding-right: 5px;
		padding-top: 15px;
		text-align: right;
		vertical-align: middle;
		max-width: 210px;
	}
	
	.cc_Go {
		text-align: center !important;
		font-size: 1.2em !important;
		width: 100% !important;
	}
	
	.cc_Go input[type="submit"],
	.cc_Go input[type="button"] {
		width: 25% !important;
	}
	
	div.indulge-logo {
		width: 100%
	}
	
	#indulge-logo {
		padding-top: 25px;
	}
	
	.otp-footer-menu {
		float: left;
	}
	
	#menu-footer-base li:first-child {
		padding-left: 0;
	}
	
	#photo-credits {
		float: left;
	}
}

/* Landscape phones and down */
@media (max-width: 480px) {
	h1 {
		margin-top: 0;
	}
	
	.otp-footer-menu {
		float: left;
	}
	
	#menu-footer-base li:first-child {
		padding-left: 0;
	}

}

/* --- BCNI --- */

.sub-nav select {width:95%;} 
.widget_title {font-weight:600; color:#0c2164; padding-bottom:10px;}
.month_name {color:#0c2164;}
table.em-calendar td.eventful a, table.em-calendar td.eventful-today a { color: #1c6eb5 !important; }
table.em-calendar td { padding: 2px 4px; text-align: center; color:#0c2164 !important }
#logos {list-style:none; padding:0; margin:0;}
#logos li {display:inline-block; margin-right:75px; margin-bottom:50px;}