html, body {height: 100%;padding: 0;margin: 0;} 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;} 
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {display: block;} 
audio,canvas,video {display: inline-block;max-width: 100%;} 
.cf:before,.cf:after {content: " ";display: table;} 
.cf:after {clear: both;}
*{
    box-sizing: border-box;
}

#guideDetails p {
	line-height: 1.65em;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	overflow: hidden;
    color: #4c4c4c
}

html, body, input {
	color: #4d4d4d;
}

body#reviewPage{
	overflow-x: hidden;
	overflow-y: auto !important;
}

.mainMenuTab, .tabs li, h3, th, .brief a, #searchDestinationsList {
    font-family: 'Jfalla one', sans-serif;
}

#homePageInstructions th span, #destinationPageInstructions th span {
	display:inline-block;
	width: 25px;
	height: 25px;
	background-color: #ff5722;;
	color: white;
	border-radius: 50%;
	font-size:20px;
	box-shadow: 1px 1px 3px #667;
}

#homePageInstructions th, #destinationPageInstructions th {
	vertical-align: middle;
	padding-bottom: 15px;
}



#homePageInstructions td, #destinationPageInstructions td {
	text-align: left;
	padding-left: 10px;
	vertical-align: middle;
	padding-bottom: 15px;
}


h1{
	margin: 0px;
	padding: 0px;
}

h2 {
	text-shadow: 2px 2px 5px #667;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 20px;
}

.guideSummary {
	font-size: 16px;
	cursor: pointer;
}

button {
	color: #1a78a9;
	font-weight: bold;
	font-size: 16px;
	border: 1px solid #1a78a9;
	border-radius: 5px;
	padding: 5px;
	display: inline-block;
	background-color: white;
	background-image: url(../images/buttonBg.png);
}

button:hover {
	color: #185578;
	cursor: pointer;
}

button.disabled {
	color: #aaa;
	border-color: #aaa;
}

button.disabled:hover {
	color: #aaa;
	cursor: default;
}


h3 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 1.1em;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #1a78a9
}

a:hover {
	color: #185578
}

th, h1 {
	font-weight: normal;
}

.notPff{
	visibility: hidden;
}

#content {
	position: relative;
    width: 100%;
}

#homePage #content,
#destinationPage #content{
	overflow: hidden;
	display: block;
	height: 100%;
	width: 100%;
}

.tabContent {
	overflow-x: hidden;
}

td.step {
	vertical-align: top;
}

#guidePage #content{
	overflow-y: auto;
	overflow-x: hidden;
	border-top: 1px solid #ff5722;
    padding-bottom: 50px;
}

.headingWrapper{
    height: 60px;
    background: #f9f9f9;
}

.headingWrapper h1{
    color: #4d4d4d;
    display: inline;
    line-height: 60px;
    position: absolute;
    left: 5px;
    font-family: 'Fjalla One', Sans-serif;
    font-size: 36px;
}

.headingWrapper button{
    background: #1a78a9;
    color: white;
    padding: 8px;
    border: 1px solid #ff5722;
    margin-top: 8px;
    box-shadow: 2px 2px 2px #777;
    position: absolute;
    right: 12px;
    font-size: 22px;
}

#guidePage #navigation{
    float: right;
}

#searchButton {
	margin-top: 20px;
	margin-bottom: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


#navigation{
	height: 100%;
	float: left
}

#navigation ul li{
	display: inline-block;
	height: 100%;
}

#navigation ul li a:link,
#navigation ul li a:visited{
    padding: 0 25px;
    font-family: 'Lato', sans-serif;
    color: #1a78a9;
   	color: red;
    line-height: 60px;
    transition: 150ms background-color linear;
    font-size: 17px;
}

#destinationsMenuOverlay, #destinationPageOverlay, #homePageOverlay {
	position:absolute;
	height: 100%;
	width: 100%;
	z-index: 10000;
	top: 0px;
	left: 0px;
}

#destinationsMenu {
	position:absolute;
	height: 200px;
	width: 96%;
	left: 2%;
	background: rgba(23, 96, 136, .9) !important;
	text-align: center;
	border-bottom: 1px solid #ff5722;
	border-left: 1px solid #ff5722;
	border-right: 1px solid #ff5722;
	overflow-y: auto;
}

#destinationsMenu a {
	color: white;
	margin: 5px;
}

#destinationsMenu a:hover {
	color: orange;
}

#navigation ul li a:hover{
    /*background-color: #ffbc00;*/
    color: #185578;
}

#backButton{
    background: #1a78a9;
    color: white;
    width: 60px;
    float: left;
    height:60px;
    display: none;
    font-size:24px;
    text-align: center;
}

#guidePage #backButton{
    display: block;
}

#reservationsOverlay {
	position: absolute;
	top: 50px;
}

#reservationsFrame {
	margin-bottom: 10px;
}


#backButton i {
	margin-top: 15px;
}


#servicesButton a {
    padding: 4px 10px;
    font-size: 12px;
    text-align: center;
    margin: 5px 5px 0 0;
}

.button-main-color{
	background-color: #1a78a9;
    color: #fff;
    margin-right: 8px;
    margin-top: 8px;
    border: 2px solid #1a78a9 !important;
    box-shadow: 2px 2px 5px #212121;
}

.button{
    text-transform: uppercase;
    padding: 11px 20px;
    border-radius: 3px;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    border: 2px solid transparent;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
}

a.button-main-color:hover{
    background-color: #69abce;
}

.dropDown{
    position: relative;
}

#sub-menu{
    position: absolute;
    z-index: 9999;
    background: rgba(23, 96, 136, .9) !important;
    min-width: 200px;
    height: auto;
}

#sub-menu li{
 	width: 100% !important;
}

#sub-menu li a:link,
#sub-menu li a:visited{
    text-align: center;
    margin: 0;
    display: block;
    line-height: 30px !important;
    text-align: left;
}

#sub-menu li a:hover{
	background: #ff5722;
	color: #fff !important;
	text-align: center;
}


.tabContent {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: white;
	overflow-y: auto;
	position: relative;
}

.tabs {
	border-bottom: 5px solid #1a78a9;
}
	
.tabs ul {
	list-style: none;
    padding: 0;
    margin: 0;
}

.tabs li {
	display: inline-block;
    border: solid;
    border-width: 1px 1px 0 1px;
	border-color: #ccc;
	margin: 0 5px 0 0;
    padding: 5px;
    border-top-left-radius:5px;
	border-top-right-radius:5px;
	color: #1a78a9;
}

.tabs li.selected {
	background-color: #1a78a9;
	color: white;
}

.pricingTableInner {
	width: 75%;
	display:inline-block;
	text-align: left;
}

#locationsAndPolicies {
	text-align: left;
}

#locationsAndPolicies ul li{
    margin-left: 22px;
    font-size: 14px;
}

.pricingTableWrapper {
	min-height: 450px;
	background-color: #eee;
	border: 1px solid #777;
	border-radius: 5px;
}


#companyTabContent {
	text-align: center;
    padding-bottom: 50px;
}

.pricingTable {
	border-radius: 7px;
}
.pricingTable {
	width: 100%;
}

#guidePage h2 {
	margin-top: 20px;
    text-align: center;;
}


#guideSummary  td {
	text-align: left;
}

#guideSummary .tableWrapper {
	display: inline-block;
	min-width: 75%;
    max-width: 100%;
    overflow: hidden;
	border-radius: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#guideSummary table {
	font-size: 14px;
}

#allSpecies {
    font-family: 'Jfalla one', sans-serif;
    font-size: 34px;
    color: #e84613;
    text-shadow: 1px 1px 2px #4c4c4c;
    margin-top: 25px;
}

#guideSummary th.rowHeader {
	text-align: right;
	font-weight: bold;
}

#guideSummary th.tableHeader {
	text-align: center;
	font-size: 16px;
	padding-bottom: 5px;
}

#guideSummary .approvalRating {
	font-size: 22px;
}

#guideSummary p.guideName {
	display:none;
	font-weight: bold;
}

#guidePage #map {
	height: 150px;
}

.inlineDiv {
	width: 48%;
	display: inline-block;
	vertical-align: top;
}

#guidePage .mapWrapper {
	height: 150px;
}

.mapWrapper h2, .mapWrapper ul {
	text-align: left;
}

.mapWrapper h2 {
	margin-top: 20px;
}

#guideSummary .tableWrapper{
	background: #f9f9f9;
	border: 1px solid #cacaca;
	padding-top: 10px;
	padding-bottom: 10px;
}


#guideDetails {
	margin-top: 15px;
	overflow-y: auto;
	border-radius: 5px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	max-width: 95%;
	text-align: justify;
}

.mapWrapper {
	border: 1px solid #aaa;
	padding: 3px;
	background-color: white;
}

.mapWrapper {
	margin-left: 1%;
	margin-right: 1%;
}


.popupMenu a {
	font-weight: bold;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
}


.approvalRating {
	font-weight: bold;
	font-size: 22px;
	padding-left: 5px;
}

#guideDetails h1 {
	margin-top: 0px;
	text-align: center;
	font-size: 18px;
	font-weigth: normal;
}

.brief .savings-icon{
    height: 16px;
}

.brief td {
	text-align: left;
}

.brief .approvalRating {
	font-size: 13px;
}

.brief table {
	font-size: 13px;
	font-weight: normal;
}

.brief th.rowHeader {
	font-weight: normal;
	text-align: left;
	padding-left: 3px;
}
.brief td {
	padding-left: 2px;
	padding-right: 2px;
}

#searchAnglers {
	width: 50px;
}

#reservationsOverlay > div {
	height: 95%;
	overflow: hidden;
}

.searchParameter.hint {
	font-style:italic;
	color: #888;
}

#searchDestinationsList {
	height: 150px;
	padding: 5px 3px;
	text-align: center;
}

#searchPage h3 {
	display: inline-block;
}

#searchPage input {
	font-size: 16px;
}

.monthDatePicker table {
	border-radius:4px 4px 4px 4px;
	background:none repeat scroll 0 0 #f5f5f5;
	border:1px solid #999999;
	padding:0;
}

.monthDatePicker td {
	width: 32px;
	height: 32px;
    vertical-align: top;
}

.searchButton {
    line-height: 60px;
}

.monthDatePicker td a {
	border-radius:4px 4px 4px 4px;
	background-color: transparent;
	border:1px solid transparent;
	display: block;
	font-weight:normal;
	margin:1px;
	line-height: 28px;
	text-align: center;
	color: #ccc;
	font-size: 14px;
}

.monthDatePicker td a.selectable {
	background-color:#FAFAFA;
	border:1px solid #BBBBBB;
	cursor: pointer;
	color: #1a78a9;
}

.monthDatePicker td a.selectable:hover {
	border-color: #ff5722;
	color: #185578;
}

.monthDatePicker td a.selectable.selected {
	background-color:#ff5722;
	color:white;
}

#searchDatePicker {
	border: 1px solid #999;
    box-shadow: 0 0 2px #444;
	overflow-y: auto;
	background-color: #f5f5f5;
}

.searchDestination {
	display: inline-block;
	width: 210px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.searchDestination a {
	display: inline-block;
	padding: 5px;
}

.searchDestination a.selected {
	background-color: #ff5722; 
	color: white; 
	border-radius: 5px;
	border: 1px solid #4d4d4d;
}


#searchPage .tabContent {
	padding-left: 10px;
	padding-right: 10px;
}

#destinationDescription {
	height: 85%;
	width: 85%;
	overflow: hidden;
	margin-left: auto;
	margin-right:auto;
	border: 2px solid #ff5722;
	box-shadow: 5px 5px 10px #333;
	border-radius: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: white;
}

#destinationDescription > div{
	overflow: auto;
	height: 100%;
}

#searchPage #errorDialog {
	width: 285px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	border: 2px solid #ff5722;
	box-shadow: 5px 5px 10px #333;
	background-color: white;
	padding: 10px;
	border-radius: 10px;
	position: relative;
	text-align: center;
}

#destinationPage #closeOverlay {
	top:10px;
	right: 5%;
	font-size: 26px;
	font-weight: bold;
	text-shadow: 
        -1px -1px black,
        1px -1px black,
        -1px 1px black,
        1px 1px black;  
    color: white;
}

#destinationPage #map {
	height: 100%;
	overflow-y: auto;
}

.brief .companyName {
	color: #1a78a9;
	padding: 5px 0;
	float:right;
	width: 225px;
	text-align:center;
	margin: 5px 0;
    font-size: 15px;
}

.fishRating {
    width: 175px;
    height: 18px;
    background: url('../images/fishrating.png');
    background-size: 175px 457px;
}

.fishRating0{}

.fishRating0_5{
    background-position: left -43px;
}

.fishRating1{
    background-position: left -87px;
}

.fishRating1_5{
    background-position: left -131px;
}

.fishRating2{
    background-position: left -175px;
}

.fishRating2_5{
    background-position: left -219px;
}

.fishRating3{
    background-position: left -263px;
}

.fishRating3_5{
    background-position: left -308px;
}

.fishRating4{
    background-position: left -352px;
}

.fishRating4_5{
    background-position: left -396px;
}

.fishRating5{
    background-position: left -439px;
}

.nmber{
	font-size: .78em;
	color: #fff
}

a.companyNumber {
	border: none;
	text-align: center;
	background: url('../../../pff/client/images/locatepinicon.png') no-repeat;
	background-position: 1px 2px;
	height: 32px;
	display: inline-block;
	width: 27px;
	color: #fff;
	margin: 5px 0 0 10px;
}

#verticalBriefs, #horizontalBriefs {
	background-color: #ececec;
	position: relative;
}

#verticalBriefs {
	float: right;
	height: 100%;
	overflow-y: auto;
	width: 300px;
	border-left: 2px solid #ff5722;
	display: none;
}

.brief {
    position: relative;
    background: #fff;
}

.discount-text{
    color: #92dd5a;
    font-weight: bold;
    text-shadow: 1px 1px 3px #142b08;
    letter-spacing: 2px;
    font-size: 24px;
    margin-top: 25px;
}

.brief.highlighted {
	background-color: #fee9d6;
	background-image: none;
	color: black;
}

#verticalBriefs .brief {
	height: 165px;
	border-bottom: 1px solid #ff5722;
}

#verticalBriefs .brief:last-of-type{
	box-shadow: none;
	margin-bottom: 0px;
}

#horizontalBriefs {
	border-top: 2px solid #ff5722;
	overflow-y: hidden;
	white-space:nowrap;
	display: none;
}

.savingsIcon {
    display: inline-block;
    background-color: #5bd65b;
    padding: 2px 3px;
    border-radius: 50%;
    box-shadow: 1px 1px 3px #777;
    vertical-align: top;
}

.brief.hover {
	background-color: #e5f3fb; 	
}

#horizontalBriefs .brief {
    border-left: 1px solid #ff5722;
	border-right: 1px solid #ff5722;
	display: inline-block;
	height: 150px;
    width: 275px;
    overflow: hidden
}

.species{
    white-space: normal;
}

#slideshow{
    background-color: #ff5722;
    border: 1px solid #777;
    box-shadow: 5px 5px 5px #aaa;
    margin:5px;
    padding: 5px;
    display: none;
    position: relative;
}

#guidePage .nav-button-wrapper{
    display: none;
}

.slideshowThumbs, .mobileSlideshowThumbs  {
 	padding-left: 4px;
 	padding-right: 4px;
 }
 
.slideshowThumbs img, .mobileSlideshowThumbs img {
	background-color: #1a78a9;
	border: 1px solid #777;
	padding: 2px;
	max-height: 60px;
}

.mobileSlideshowThumbs {
	margin-top: 20px;
	display: none;
}


#homeMap {
	min-width: 100%;
}

.subHeader{
	border-bottom: 1px solid #ff5722;
	/*box-shadow: 0 5px 10px #444;*/
	text-align: center
}

.htag{
	z-index: 9999999;
	text-transform: capitalize;
	font-size: 1.3em;
	color: #FF5722;
	padding-bottom: 3px;
	/*text-shadow: 1px 1px 0px #212121;*/
}

#homeMap img {
	position: absolute;
}


#header {
	box-shadow: 2px 2px 7px #666666;
	border-bottom: 1px solid #ff5722;
	height: 60px;
	font-size: 16px;
	background-color: white;
	border-bottom: 1px solid #ff5722;
}

#guidePage #header{
    box-shadow: none
}

#logo {
    display: block;
}

#smallLogo {
    display: none;
    margin-top: 3px;
    margin-left: 3px;
}

#logo, #smallLogo {
	float: left;
}

#logo img {
    max-height: 52px;
}

#smallLogo img {
    max-height: 48px;
}

#footer{
	/*background: rgba(3, 32, 47, 0.8);*/
    background: #03202f;
	z-index: 1000;
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 10px 0
}

#footer h1{
	font-size: 1.4em;
	margin: 5px 0;
    text-align: center;
    color: #fdc87a;
}

#footer ul{
	display: block;
	list-style: none;
	text-align: center;
	margin-top: 4px;
	padding: 0px;
}

#footer ul li{
	display: inline-block;
}

#footer ul li a:link,
#footer ul li a:visited{
	color: #c3c3c3;
	font-size: .8em;
	border-right: 1px solid #888;
	padding-right: 6px;
}

#footer ul li a:last-of-type{
	border-right: 0px;
}

#footer ul li a:hover{
	color: #fff;
}

#footer .hint{
	font-size: 1.1em;
	margin-top: 5px;
    text-align: center;
    color: #fdc87a;
}

.fa-map-marker{
	color: #164e7c;
}

#destinationTab {
	padding-right:16px;
	background-image: url(../images/menuPulldown.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.mainMenuTab {
	padding: 5px; 
	border-color: transparent;
	display: inline-block; 
}

#destinationTab:hover {
	background-image: url(../images/menuPulldownDark.png);
}

#destinationTab.active, #destinationTab.active:hover {
	background-image: url(../images/menuPulldownLight.png);
}

a.highlightPin {
	display: inline-block;
	height: 16px;
	width: 10px;
	margin-right: 5px;
	background-image: url(../images/smallLightPin.png);
	background-repeat: no-repeat;
}

a.highlightPin:hover {
	background-image: url(../images/smallDarkPin.png);
}
	
#destinationMenu {
	position: absolute;
	background-image: url(../images/menuBg.png);
	z-index: 1000;
	min-width: 200px;
	border: 1px solid #ff5722;
	box-shadow: 2px 2px 3px #777;
}

.calendarDatePicker .monthDatePicker {
	display:inline-block;
	vertical-align: top;
}

li.tab {
	cursor: pointer;
}

.slideshowThumbs {
	display: inline-block;
}

.slideshowThumbs, .mobileSlideshowThumbs {
	white-space: nowrap;
	text-align: center;
	max-width: 85%;
	border: 1px solid #aaa;
	background-color: #eee;
	overflow-x: auto;
}

.slideshowThumbs img, .mobileSlideshowThumbs img {
	cursor: pointer;
}

#slideLeftButton, #slideRightButton{
    z-index: 9999;
    position: absolute;
    top: 50%;
    margin-top: -31px;
    cursor: pointer;
}

#slideLeftButton {
	left: 20px;
}

#slideRightButton {
	right: 20px;
}

.slideshowThumbs img, .mobileSlideshowThumbs img {
	height: 100px;
}

#bookingTabContent{
	height: 100%;
	overflow-y: scroll;
	padding: 5px 0 0 0;
}

#pricingTabContent {
	height: 100%;
	overflow-y:scroll;
}

#destinationDescription h3 {
	clear: both;
	text-align: center;
	font-size: 28px;
}
.destinationSlideShow {
	float: left;
	width: 300px;
	height: 167px;
	padding: 4px;
	background-color: #ff5722;
	border: 1px solid black;
	margin: 10px;
}

.destinationSlideShow img {
	position: absolute;
	max-width: 300px;
}

.destinationPic {
	max-width: 300px;
	padding: 4px;
	background-color: #ff5722;
	border: 1px solid black;
	margin: 10px;
	float: left;
}

#cancelSearch img {
	height: 14px;
}

p.searchCriteria, h2.searchCriteria {
	margin: 0;
}

a.destinationButton {
	position: absolute;
	top: 10px;
	right: 8px;
	width: 28px;
	height: 27px;
	z-index: 10000;
	background-color: white;
	background-image: url(../images/book.png);
	background-repeat: no-repeat;
    background-position: center center; 
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    border-radius: 2px;
}

div.destinationButton:hover {
	cursor: pointer;
	background-color: #ddd;
}

#overlay {
	display: none;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 20000;
	width: 100%;
	height: 100%;
	background-image: url(../images/overlayBg.png);
	overflow: hidden;
}


div.searchCriteria {
	display: none;
	position: absolute;
	left: 10px;
	box-shadow: 1px 1px 3px #aaa;
	width: 220px;
	z-index: 10000;
	background-color: white;
	text-align: center;
	font-size: 14px;
}

div.searchCriteria a {
	text-decoration: underline;
	color: #444;
}



.mobCloseButton{
    color: #000;
    font-size: 25px !important;
    float: right;
    text-align: right;
    margin-right: 10px;
    width: 100%;
}

#secondMenu{
	display: none;
}

.fa{
    padding: 0 7px;
}

#main{
    max-width: 780px;
    margin: 0 auto;
}

#homePage #main{
    height: 100%;
}

#homePage #main{
    float: left;
    max-width: none;
    width: 100%;
}

#main h1{
    margin-top: 30px;
    color: #2f779e;
    font-family: 'Jfalla one', sans-serif;
    font-size: 44px;
    border-bottom: 1px solid #d4aa00;
    padding-bottom: 10px;
    text-shadow: 2px 2px 4px #666666;
}

#main p{
    font-size: 18px;
    margin: 30px 0;
}

#main textarea{
    width: 75%;
    height: 80px;
    font-size: 16px;
    color: #3a3a3a;
    padding: 5px;
}

.review_option{
    display: inline-block;
    width: 42%;
    float: left;
    text-align: left;
    font-size: 16pt;
    color: #1a78a9;
}

.review_option:nth-of-type(odd){
    margin: 0 10% 0 3%;
}

.review_overall {
    display: inline-block;
    font-weight: bold;
    font-size: 25pt;
    margin: 38px 0;
    clear: both;
    color: #1a78a9;
}

.review_overall .rating{
    font-size: 25pt;
    margin-left: 10px;
}

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    display: inline-block;
    font-size: 25px;
    float: right;
    color: #757575;
}
.rating > span, .ratingSelected {
    display: inline-block;
    position: relative;
    width: .7em;
    cursor: pointer; 
}

.ratingSelected:before,
.ratingSelected ~ span:before{
	content: "\2605";
    color: #ff5722;
    position: absolute;
}

.rating span:hover{
    text-shadow: -1.5px 0 #212121, 0 1.5px #212121, 1.5px 0 #212121, 0 -1.5px #212121;
    color: #ff5722;
}

#main .company{
    float:left;
    clear:both;
    width:50%;
    margin: 15px 25%;
    font-size: 24px;
    color: #313131;
    text-shadow: 2px 2px 3px #ccc;
    font-family: 'Jfalla one', sans-serif;
}

#main .company span{
    text-align: left !important;
    float: left;
}

#submitReview{
    margin-top: 15px;
    padding: 10px;
    background: #ff5722;
    color: white;
}

.center{
    text-align: center;
}

.justify{
    text-align: justify;
}

.one-half{
    width: 50%;
    display: inline-block;
}

.flash{
    border: 0 !important;
    margin-top: 150px !important;
}

#servicesButton {
    height: 100%;
    display: inline-block;
	float: left;
	margin-left: 20px;
}

#reservationsOverlay{
    position: absolute;
    width: 100%;
    display: none;
    height: 100%;
    background: rgba(1,1,1,.50);
    z-index: 999999;
    overflow-y: auto;
}

#closeSearchResultsButton  {
    cursor: pointer;
    color: #1a78a9;
}

#searchCalendarButton, #destinationsButton, #searchQuestionButton, #closeNoResultsButton  {
    display: block;
    position: absolute;
    cursor: pointer;
    color: #1a78a9;
}

#closeNoResultsButton {
	top: 15px;
	right: 10px;
}

#searchCalendarButton, #destinationsButton   {
    font-size: 24px;
    top: 15px;
}

#searchCalendarButton   {
	right: 80px;
}

#destinationsButton  {
    right: 30px;
 }

#searchQuestionButton   {
    top: 23px;
    right: 87px;
    font-size: 14px;
}



#reservationsOverlay h2{
    margin-left: 8px;
    margin-top: 8px;
}

#closeReservationButton, #closeSearchButton {
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 20px;
    color: #1a78a9;
    cursor: pointer;
}

#destinationPageOverlay, #homePageOverlay {
	background: rgba(1,1,1,.50);
}


#destinationPageOverlay h2, #destinationPageOverlay h4 {
	text-align:center;
}

#destinationPageOverlay h2 {
	margin-bottom: 0px;
}

#homePage h2 {
	margin: 0px;
}

#destinationPageOverlay h4, #homePage h4 {
	font-weight:bold;
	color: #ff5722;
	text-shadow: 1px 1px 3px #667;
	font-size: 20px;
	margin-bottom: 20px;
}

#homePage h4 {
	font-size: 16px;
}


#emptySearchPopup {
    position: relative;
    padding: 10px;
    background: white;
    width: 250px;
    margin: 10% auto 0 auto;
    border-radius: 10px;
    box-shadow: 5px 5px 10px #442;
    border: 1px solid #444;
}

#reservationsOverlay > div, #searchPopup, #homePageInstructions, #destinationPageInstructions {
    position: relative;
    background: white;
    max-width: 600px;
    width: 100%;
    margin: 15px auto 0 auto;
    border-radius: 10px;
    box-shadow: 5px 5px 10px #442;
    border: 1px solid #444;
}

#homePageInstructions, #destinationPageInstructions {
    max-width: 400px;
    width: 95%;
    padding:10px;
    margin: 20% auto 0 auto;
    text-align: center;
    cursor: pointer;
}

#homePageInstructions p, #destinationPageInstructions p {
	font-size: 12px;
}

#destinationParameters {
	position: absolute;
	top: 10px;
	left: 0px;
	background-color: #ffc5b2;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	box-shadow: 3px 3px 5px #555;
	font-size: 12px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-left: 3px;
}

#destinationParameters th {
	text-align: left;
}

#page404 h1 {
    font-family: 'Jfalla one', sans-serif;
    font-size: 55px;
    font-weight: bold;
    color: #e84613;
    text-shadow: 2px 2px 4px #4c4c4c;
    margin-top: 25px;
}

#page404 #content {
	text-align: center;
}

#page503 h1 {
    font-family: 'Jfalla one', sans-serif;
    font-size: 55px;
    font-weight: bold;
    color: #e84613;
    text-shadow: 2px 2px 4px #4c4c4c;
    margin-top: 25px;
}

#page503 #content {
	text-align: center;
}


@media only screen and (max-width: 1170px) {
	.slideshowThumbs {
		display: none;
	}
	
	.mobileSlideshowThumbs {
		display: inline-block;
	} 
	
	#guideSummary .tableWrapper {
		margin-top: 80px;
	}
	
}

@media only screen and (max-width: 950px) {
	#guideSummary .tableWrapper {
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.inlineDiv {
		width: 70%;
	}

	#guidePage h2 {
		text-align: center;
	}
}

@media only screen and (max-width: 780px) {
    #header a.logo{
        display: block;
        margin:  auto;
    }

    img#logo{
        display: block;
        width: 280px;
        margin-top: 4px;
        margin:0 auto;
    }

    .notMob{
        display: none !important;
    }

    .review_wrapper{
        width: 300px;
        margin: 0px auto !important;
    }

    .review_option{
        margin: 0 auto;
        display: block;
        width: 100%;
        text-align: left;
        font-size: 15pt;
    }

    #main .company{
        width: inherit;
        margin: 20px auto;
        float: none;
        display: block;
        font-size: 20px ;
    }

    .review_option:nth-of-type(odd){
        margin: 0;
    }
}

@media only screen and (max-width: 750px) {
	.pricingTableOuterWrapper {
		width: 90%;
	}

	#locationsAndPolicies {
		width: 90%;
	}

	.pricingTableInner {
		width: 100%;
	}

	.destinationPic {
		max-width: 150px;
	}

}

@media only screen and (max-width: 600px) {
    #servicesButton{
        display: none;
    }
    
	.searchDestination {
		width: 140px;
	}
	
	#logo {
	    display: none;
	}

	#smallLogo {
	    display: block;
	}
	

    .discount-text{
        font-size: 16px;
        margin-top: 0px;
    }

	.headingWrapper h1 {
		max-width: 200px;
		line-height: 30px;
	}

    .headingWrapper h1, #allSpecies {
        font-size: 18px;
    }

    .headingWrapper button {
        right: 5px;
    }

    #reservationsOverlay > div{
        width:97%;
    }

    .htag {
        font-size: 1.1em;
    }

    .review_option {
        font-size: 14pt;
    }

	#guidePics  {
		width: 90%;
	}

	#guideSummary  {
		width: 100%;
	}

    .review_option{
        font-size: 14pt;
    }

    #main h1{
        font-size: 24px;
    }
    
    #main p{
    	padding: 0 7px;
    }

	#destinationDescription {
		width: 95%;
	}
	
	#guideDetails {
		width: auto;
		height: auto;
		float: none;
		overflow-y: auto;
	}
	
	#guideDetails > div {
		border-left-width: 0px;
		height: 100%;
	}
	
	#guideSummary table {
		margin-left: 3px;
	}

	.brief .companyName {
		white-space: nowrap;

	}
}

@media only screen and (max-width: 600px) {
    #guidePage img#logo{
        width: 210px;
        margin-top: 10px;
    }
}

/** Google Map custom positioning (not cool to remove google tm) **/
a[href="https://maps.google.com/maps?ll=30.270812,-85.035733&z=7&hl=en-US&gl=US&mapclient=apiv3"], 
#homePage .gmnoprint{
	margin-bottom: 77px;
}