/*IMPORTs SECTION***************************************IMPORTS SECTION*/
@import url('https://fonts.googleapis.com/css?family=Comfortaa');
@import url('https://fonts.googleapis.com/css?family=Vidaloka');
/*END**END**END**END**END**END**END**END**END**END**END**END**END**END**END**END*/

/*GLOBAL SECTION***************************************GLOBAL SECTION*/
body {
	background: url(../images/background/outdoor-background.jpg);
	background-size: 100%;
	margin:0;
	padding:0;
	font-family: 'Comfortaa', cursive;
	font-size: 14px;
	color: #000000;
	font-weight:600;
	letter-spacing: -.5px;
}

* {
	margin:0;
	padding:0;
}

table {
	width: 100%;
	text-align: left;
}

th, td {
	padding: 10px 10px;
}

th {
	color: #fff;
	font-family: 'Comfortaa', cursive;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow:-1px -1px #CE5709;
	background: #FF6E3D;
}

td {
	border-bottom: 1px solid #ccc;
}

code, blockquote {
	display: block;
	border-left: 5px solid #222;
	padding: 10px;
	margin-bottom: 20px;
}

code {
	background-color: #222;
	color:#ccc;
	border: none;
}

blockquote {
	border-left: 5px solid #222;
}

blockquote p {
	font-style: italic;
	font-family: 'Comfortaa', cursive;
	margin: 0;
	color: #333;
	height: 1%;
}

p {
	line-height: 1.5em;
	margin-bottom: 20px;
}

a {
	color: #336699;
}

a:hover {
	color: #FF6E3D;
}

a:focus {
	outline: none;
}

fieldset {
	display: block;
	border: none;
	border-top: 1px solid #ccc;
}

fieldset legend {
	font-weight: bold;
	font-size: 13px;
	padding-right: 10px;
	color: #333;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}

form input, form select, form textarea {
	padding: 5px;
	color: #333333;
	border: 1px solid #ddd;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	font-family: 'Comfortaa', cursive;
	font-size: 13px;
}

form input.formbutton {
	color: #ffffff;
	font-weight: bold;
	padding: 6px 8px;
	font-size: 12px;
	font-family: 'Comfortaa', cursive;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow:-1px -1px #CE5709;
	background: #FF6E3D;
	border: none;
	width: auto;
	overflow: visible;
}

fieldset form input.formbutton {
	margin-left: 150px;
}

form.searchform p {
	margin: 5px 0;
}


span.required {
	color: #ff0000;
}

h1 {
	color: #000;
	font-size: 16px;
	padding: 0;
	background: none;
	border-bottom: none;
	text-transform: none;
	line-height: 1.0em;
	padding: 0 0 5px;
}

#body h1 {
	color: #1d497e;
	text-align:center;
	text-decoration:none;
}

h1 strong {
	font-weight: normal;
}

h2 {
	color: #000;
	font-size: 30px;
	letter-spacing: -0.25px;
	font-weight: bold;
	padding: 0 0 5px;
	margin: 0;
	font-family: 'Vidaloka', serif;
}

#body h2 {
	font-weight: normal;
	color: #2e732b;
}

h3 {
	color: #555;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: 'Vidaloka', serif;
}

h4 {
	padding-bottom: 10px;
	font-size: 15px;
	color: #1d497e;
}

h5 {
	padding-bottom: 10px;
	font-size: 13px;
	color: #999;
}

ul, ol {
	margin: 0 0 35px 35px;
}

li {
	line-height: 1.5em;
	padding-bottom: 0px;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}

ul.styledlist {
	list-style: none;
	margin-left: 20px;
}

ul.styledlist li {
	background: #fff url('../images/icons/list-item.png') no-repeat scroll left center;
	padding-left: 15px;
	padding-bottom: 0;
	margin-bottom: 5px;
}
/*END**END**END**END**END**END**END**END**END**END**END**END**END**END**END**END*/

/*PRIMARY & HEADER SECTION***************************************PRIMARY & HEADER SECTION*/
#container {
	background: none repeat scroll 0 0 #FFFFFF;
	width: 960px;
	margin: 0px auto;
	padding: 0px;
}

#header {
	padding: 0px 15px;
	margin: 0 auto;
	height: 100px;
	background: #1d497e;
	font-family: 'Vidaloka', serif;
}

#header h1 {
	padding: 0;
}

#header h1 a {
	color: #FFFFFF;
	padding-top: 51px;
	font-size: 50px;
	font-weight: 900;
	text-decoration: none;
	letter-spacing: -1px;
	float: left;
}

#header h1 a strong {
	color: #FFFFFF;
	font-weight: 900;
}

#header h2 {
	color: #FFFFFF;
	float: left;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
	margin-left: 5px;
	margin-top: 58px;
	padding-bottom: 0;
	padding-left: 10px;
}

#header h2 a{
	color: #FFFFFF;
	padding: 0;
	text-decoration: none;
}

#topbar {
	height: 22px;
	width: 960px;
	position: relative;
	z-index: 999;
	background-color: #184165;
}

#topbar_r a {
    float: right;
    font-size: 12px;
	font-weight: 100;
	font-family: 'Comfortaa', cursive;
    color: white;
    text-align: center;
    padding: 3px 10px;
    text-decoration: none;
}
#topbar_l a {
    float: left;
    font-size: 12px;
	font-weight: 100;
	font-family: 'Comfortaa', cursive;
    color: white;
    text-align: center;
    padding: 3px 10px;
    text-decoration: none;
}

#topbar a:hover {
	color: red;
}

#midbar {
	width: 960px;
	position: relative;
	z-index: 999;
	background-color: #FFFFFF;
	border-bottom: 3px solid #ddd;
	border-top: 3px solid #ddd;
	z-index: 0;
}

#midbar h1 {
	font-size: 16px;
	color: #8f8f8f;
	font-weight: 200;
	letter-spacing: 2px;
	text-align: center;
	padding: 15px;
	font-family: 'Open Sans Condensed', sans-serif;
}

#colbar {
	position: relative;
	background-color: #2e732b;
	border-bottom: 1px solid #444444;
	z-index: 0;
}

#colbar h1 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 900;
	text-align: left;
	padding: 10px;
	font-family: 'Comfortaa', cursive;
}

#colbar a {
	text-decoration: none;
}

.navbar {
    overflow: hidden;
    background: #2e732b; 
	height: 30px;
	border-top: 3px solid #FFFFFF;
}

.navbar a {
    float: left;
    font-size: 14px;
	font-family: 'Comfortaa', cursive;
    color: white;
    text-align: center;
    padding: 7px 23px;
    text-decoration: none;
	font-weight: 900;
}

.dropdown {
    float: left;
    overflow: hidden;
	background: #2e732b;
	font-weight: 900;
}
.dropdown {
    float: left;
    overflow: hidden;
	background: #2e732b; 
}
.dropdown .dropbtn {
    font-size: 14px; 
	font-family: 'Comfortaa', cursive;
    border: none;
    outline: none;
    color: white;
    padding: 7px 23px;
    background-color: #2e732b;
	font-weight: 900;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: white;
	color: #000000;
	border-left: 2px solid #a4a4a4;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 300px;
    box-shadow: 2px 2px 22px 0px #000000;
	border-left: 0px solid #eee;
	border-right: 0px solid #eee;
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content strong {
	color: red;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

div#sub-header {
	height: 101px;
	padding: 0 20px;
    background-color: #2F2F2F;
    border-top: 1px solid #000000;
}

div#sub-header h2 {
	padding-top: 27px;
}

#body {
	background: #fff;
	margin:0 auto;
	padding: 10px;
	width: 940px;
}

#content {
	float: left;
	width: 940px;
}

.box { 
	margin: 0;
	padding: 0 5px;
	background-color: #fff;
}

.box h2 {
    text-align: center;
}
.box h4 {
    text-align: center;
}
/*END**END**END**END**END**END**END**END**END**END**END**END**END**END**END**END*/

/*OUR PEOPLE SECTION***************************************OUR PEOPLE SECTION*/
#ppl_desc_right{
	float:right;
}

#ppl_desc_left {
	float: left;
}

#ppl_desc_right,
#ppl_desc_left {
	color: black;
	font-weight: 600;
}

.desc-large {
	width: 100%;
	padding-top: 20px;
}
.desc-small {
	width: 450px;
	padding-top: 10px;
}

#ppl_desc_right h3,
#ppl_desc_left h3{
	color: #1d497e;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	font-family: 'Vidaloka', serif;
}

#ppl_icon_right{
	float: right;
	padding-right: 10px;
}

#ppl_icon_left{
	float: left;
}

#ppl_icon_right,
#ppl_icon_left{
	float: left;
	width: 255px;
	padding-top: 20px;
}

/*END**END**END**END**END**END**END**END**END**END**END**END**END**END**END**END*/

.clear {
	clear: both;
}

/*FOOTER SECTION***************************************FOOTER SECTION*/
#footer {
	padding-top: 25px;
}

.footer_top {
	margin:0 auto;
	background: #1d497e;
	padding: 15px;
	display: block;
	border-top: 5px solid #000;
}

.footer_bottom {
	margin:0 auto;
	background: #2e732b;
	display: block;
	border-top: 1px solid #fff;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer h4 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

#footer p {
	text-align: left;
	color: #fff;
	margin: 0;
	padding: 0;
}

#footer form {
	margin: 0;
	padding: 0;
}

#footer form input#searchbutton {
	margin: 0;
	border-bottom: none;
	overflow:visible;
	width:auto;
}

#footer form input#searchquery {
	background-color: #2D5986;
	color: #fff;
	font-family: 'Comfortaa', cursive;
	border: none;
	padding: 7px 3px;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #eee;
}

#footer ul li {
	padding: 0;
}

#footer ul li a  {
	display: inline-block; /* for IE 6, 7 */
}

#footer ul li a {
	text-decoration: none;
	display: block;
	font-size: 11px;
	padding: 10px 10px;
	border-bottom: 1px solid #eee;
}

#footer ul li a:hover {
	text-decoration:underline;
}

.footer-box {
	width: 215px;
	margin-right: 23px;
	float: left;
}

.end-footer-box {
	margin-right: 0;
	width: 450px;
}

#footer-links {
	color: #000;
	border-top: 5px;
	border-color: #eee;
}

#footer-links ul{
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #FFFFFF;
}

div#footer-links p {
	text-align: center;
	padding: 5px;
	margin: 0 auto;
	font-size: 10px;
	display: block;
}

#footer-links a {
	color: #eee;
	font-weight: bold;
	text-decoration: underline;
}
#mailinglist p {
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
}
#mailinglist h4 {
	text-align: center;
}
/*END**END**END**END**END**END**END**END**END**END**END**END**END**END**END**END*/

/*3 COLUMN FRONT PAGE SECTION***************************************3 COLUMN FRONT PAGE SECTION*/


.clearfix:after {
    content: "";
  display: none;
  clear: both;
}

.row {
  margin: 0px;
  margin-bottom: 20px; 
}

.row:last-child {
  margin-bottom: 0;
}

[class*="col-"] {
  padding-left: 12px;
}

.col-1-3 {
  text-align: left;
  display: inline-table;
  width: 31.3%;
}

.col-1-3 a{
	text-decoration:none;
	color: #2e732b;
}

.col-1-3 h1{
	text-decoration:none;
	color: #2e732b;
}

.col-1-3 h1:hover{
	color: #1d497e;
}
.col-1-2 {
  text-align: left;
  display: inline-table;
  width: 48%;
}

.col-1-2 a{
	text-decoration:none;
	color: #2e732b;
}

.col-1-2 h1{
	text-decoration:none;
	color: #2e732b;
}

.col-1-2 h1:hover{
	color: #1d497e;
}

.co-c img{
  float: center;
  text-align: center;
  display: inline-table;
  width: 48%;
}
.center-cropped img{
  width: 100%;

}
.center2 img{
  display: block;
  margin: 0 auto;
  width: 48%;

}
/*END**END**END**END**END**END**END**END**END**END**END**END**END**END**END**END*/

/*SCHEDULE A TOUR SECTION***************************************SCHEDULE A TOUR SECTION*/
#searchformtop {
	float: right;
	padding-top:15px;
}

#searchformtop a{
	color:white;
}

#searchformtop a:hover{
	color: red;
}

#searchformtop a,
#searchformtop a:hover{
	font-size: 16px;
	font-weight:900;
	text-decoration: none;	
}
#searchformtop img{
	padding-left: 65px;
}

/*END**END**END**END**END**END**END**END**END**END**END**END**END**END**END**END*/

#two_col_r{
	float:right;
	text-align: right;
}

#two_col_l {
	float: left;
	text-align: left;
}

#two_col_r,
#two_col_l {
	width: 50%;
	padding-top: 0px;
	color: black;
	font-weight: 600;
	font-size: 14px;
}

#descriptor h1{
	color: #2e732b;
	font-family: 'Vidaloka', serif;
	font-size: 48px;
	font-weight:900;
	text-decoration: none;
	text-align:center;
}
#descriptor h2{
	color: #2e732b;
	font-family: 'Vidaloka', serif;
	font-size: 32px;
	font-weight:900;
	text-decoration: none;
	text-align:center;
}
#descriptor h3{
	color: #2e732b;
	font-family: 'Vidaloka', serif;
	font-size: 24px;
	font-weight:900;
	text-decoration: none;
	text-align:center;
}
#descriptor h4{
	color: #2e732b;
	font-family: 'Vidaloka', serif;
	font-size: 16px;
	font-weight:900;
	text-decoration: none;
	text-align:center;
}
#comingsoon h1{
	color:red;
	font-family: 'Vidaloka', serif;
	font-size: 24px;
	font-weight:900;
	text-decoration: none;
	text-align:center;	
}
