@charset  "utf-8";
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	20;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
  
/* Container styles */

.scrolling-text-container {
    background-color: #eff5ff;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.scrolling-text-inner {
    display: flex;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 0;
}

.scrolling-text {
    display: flex;
    animation: scroll-left var(--marquee-speed, 1s) linear infinite;
    min-width: 100%; /* Ensures it's wide enough to scroll */
}

.scrolling-text-item {
    padding: 0 30px;
    white-space: nowrap;
}

.scrolling-text-container:hover .scrolling-text {
    animation-play-state: paused;
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

	


/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
 img, object, embed, video {
    max-width: 100%;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
	
}
/* IE 6 does not support max-width so default to width 100% */
 .ie6 img {
    width:100%;
}
body img {
	max-width: 100%;
	height: auto;
}

.footer-basic-centered{
	background-color: #161C35;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font: normal 18px sans-serif;
	bottom: 0;
	}

.footer-basic-centered .footer-company-motto{
	color: #8d9093;
	font-size: 24px;
	margin-top: 10px
}

.footer-basic-centered .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	margin: 0;
}

.footer-basic-centered .footer-links{
	list-style: none;
	font-weight: bold;
	color: #ffffff;
	padding-right: 0;
	padding-left: 0;
	margin-right: 10;
	margin-left: 10;
}
 
 .fluid {
    clear: both;
    margin-left: 0;
    width: 100%;
    float: left;
    display: block;
}
body ul {
    list-style-type:none;
    padding-left:0px;
}
.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;
}
body h1 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 120%;
}
/* Mobile Layout: 480px and below. */

 .gridContainer {
    margin-left: auto;
    margin-right: auto;
    width: 86.45%;
    padding-left: 1.8958%;
    padding-right: 1.8958%;
    clear: none;
    float: none;
	height:auto;
}

#div1 {
}

.zeroMargin_mobile {
    margin-left: 0;
}
body h2 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	line-height: 100%;
}
.hide_mobile {
    display: none;
}


 @media only screen and (min-width: 481px) {


.zeroMargin_desktop {
        margin-left: 0;
    }
	

body h3 {
    color: #666;
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
}
body p {
    font-size: 14px;
    color: #4C4444;
    line-height: 157%;
}

.footer-basic-centered{
	background-color: #161C35;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font: normal 18px sans-serif;
	bottom: 0;
	}

.footer-basic-centered .footer-company-motto{
	color: #8d9093;
	font-size: 24px;
	margin-top: 10px
}

.footer-basic-centered .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	margin: 0;
}

.footer-basic-centered .footer-links{
	list-style: none;
	font-weight: bold;
	color: #ffffff;
	padding-right: 0;
	padding-left: 0;
	margin-right: 10;
	margin-left: 10;
}

body li {
    line-height: 157%;
    font-size: 14px;
}
.main_wrapper {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	border-top: 5px solid #D90808;
	border-bottom: 10px solid #D90808;
	background-color: #FFFFFF;
}
.navigation select {
    display:inline-block;
    width:80%;
    padding:5px;
    border:2px solid #D3D3D3;
}
.hmenubar {
    display:none;
    list-style:none;
    padding: 14px;
    text-align: center;
    margin:0;
    font-size: 0px;
    letter-spacing: 0px;
    word-spacing: 0px;
}
.hmenubar li {
    margin:0;
    padding:0 0 1px 0;
    display: inline-block;
    position: relative;
    background: transparent;
}
.hmenubar li a {
    display: block;
    margin: 0 20px 0 0;
    padding: 9px 5px;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    width: auto;
    min-width: 73px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.31);
    height: auto;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    -moz-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.31);
    -webkit-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.31);
}
.hmenubar li a:hover {
    background: #940000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.29), rgba(0, 0, 0, 0.18) 0px 1px 0px 0px inset;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.29), rgba(0, 0, 0, 0.18) 0px 1px 0px 0px inset;
    -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.29), rgba(0, 0, 0, 0.18) 0px 1px 0px 0px inset;
}
.hmenubar li a:active {
    background: #940000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.29), rgba(0, 0, 0, 0.18) 0px 1px 0px 0px inset;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.29), rgba(0, 0, 0, 0.18) 0px 1px 0px 0px inset;
    -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.29), rgba(0, 0, 0, 0.18) 0px 1px 0px 0px inset;
}
.hmenubar li a.clicked {
    background: #940000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.29), rgba(0, 0, 0, 0.18) 0px 1px 0px 0px inset;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.29), rgba(0, 0, 0, 0.18) 0px 1px 0px 0px inset;
    -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.29), rgba(0, 0, 0, 0.18) 0px 1px 0px 0px inset;
}
.logo {
	padding-top: 10px;
}
.navigation {
    padding-top: 15px;
    padding-bottom:15px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d90808), color-stop(2%, #ff6666), color-stop(2%, #d90808), color-stop(100%, #ad0000));
    background-image: -webkit-linear-gradient(top, #d90808 0%, #ff6666 2%, #d90808 2%, #ad0000 100%);
    background-image: -moz-linear-gradient(top, #d90808 0%, #ff6666 2%, #d90808 2%, #ad0000 100%);
    background-image: -o-linear-gradient(top, #d90808 0%, #ff6666 2%, #d90808 2%, #ad0000 100%);
    background-image: -ms-linear-gradient(top, #d90808 0%, #ff6666 2%, #d90808 2%, #ad0000 100%);
    background-image: linear-gradient(to bottom, #d90808 0%, #ff6666 2%, #d90808 2%, #ad0000 100%);
}
.slideshow {
    background-color:#FFFFFF;
    margin-top:0;
    margin-bottom:0;
    padding-top:20px;
    padding-bottom:20px;
}
.content {
	min-height:950px;
	bottom: 0;
	clear:both;
	padding-top: 10px;
	background-color: #EEECE4;
	
	
}
.content_row1 {
    background-color:#E8EDF4;
}
.content_row2 {
    margin-top:10px;
	background-color:#E8EDF4;
}
.welcome_text {
    margin-top:0;
    margin-bottom:0;
    padding-top:25px;
    padding-bottom:25px;
    border-top-width:0px;
    border-right-width:0px;
    border-bottom-width:0px;
    border-left-width:0px;
    border-style:initial;
    border-color:initial;
}
.welcome_text h1 {
    padding: 0;
    margin-top:0;
    margin-bottom:30px;
}
.welcome_text p {
    padding: 0;
    margin-top:0;
    margin-bottom:0;
}
.services {

}
.services h2 {
	margin-top: 0;
	margin-bottom: 25px;
}
.services ul {
    list-style-image:url("../file:images/xtd_pointer.png");
    padding-left:20px;
    -webkit-transform:none;
    -webkit-box-shadow:none;
}
.services li a {
    text-decoration: none;
    color: #666;
    line-height: 37px;
}
.services li a:hover {
    color: #07617C;
}
.services li {
    height: 36px;
    border-bottom: 1px dotted #CCC;
}
.mission {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #E8EDF4;
}

.mission_content {
    margin-top:5px;
    margin-bottom:5px;
}


.article_3cols {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 25px;
	padding-bottom: 25px;
	border-width: 0px 1px 0px 0px;
	border-style: initial;
	border-color: initial;
}
img.article_nine_img {
    display:inline-block;
    border-width:0px;
    margin-top:0;
    margin-bottom:22px;
}
.article_3cols h2 {
	padding: 0;
	margin-top: 0;
	margin-bottom: 15px;
}
.article_3cols p {
    padding: 0;
    margin-top:0;
    margin-bottom:30px;
}
a.article_nine_btn {
    padding: 12px 20px;
    font-size: 13px;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #07617C;
    text-decoration: none;
    display: inline-block;
    font-weight:normal;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
a.article_nine_btn:hover {
    background-color: #D90808;
    color: #FFFFFF;
    font-weight:normal;
}
a.article_nine_btn:active {
    background-color: #800000;
    color: #FFFFFF;
}

.article_3cols {
    text-align:center;
}

span.company {
    color:#B3B3B3;
}
a.anchor {
    text-decoration: none;
    color:#251212;
}
a.anchor:hover {
    color: #07617C;
}

.copyright {
    padding:15px;
}
}
@media only screen and (min-width : 641px) {
    
		
	body {
	text-align: left;
    }
    body ul {
        list-style-type: disc;
        padding-left: 0px;
    }
    body img {
        max-width: none;
    }
   

    a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #27AE61 url("images/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
	.mission_content{text-align:center;
	}
	
	.main_wrapper {
	padding-right: 0px;
	padding-left: 0px;
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
    }
    .logo_wrapper {
        clear: both;
        min-height: 159px;
    }
    .logo {
	min-height: 109px;
	width: 265px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 35px;
    }
    .navigation {
        clear: both;
        min-height: 65px;
        border: 1px solid #B1122B;
        -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
        -webkit-border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
        border-radius: 5px 5px 0px 0px;
        padding-top:0;
        padding-bottom:0;
    }
    .slideshow_wrapper {
        clear: both;
        min-height: 100px;
    }
    
    .slideshow {
        clear: both;
        min-height: 360px;
        margin-right: auto;
        margin-left: auto;
        width: 920px;
        padding-right: 20px;
        padding-left: 20px;
    }
        
    .row_2 {
        clear: both;
        min-height: 131px;
    }
    
    .column_1 {
        float: left;
        width: 640px;
        min-height: 375px;
    }
    .welcome_text {
        padding-right: 25px;
        padding-left: 25px;
        float: left;
        width: 270px;
    }
    img.welcome_text_img {
        border: 4px solid #FFF;
        margin-right: 35px;
        float: left;
    }
    .welcome_text h1 {
        margin-right: 0;
        margin-left: 0;
    }
    .welcome_text p {
        margin-right: 0;
        margin-left: 0;
    }
    .column_2 {
        float: left;
        width: 320px;
        min-height: 375px;
    }
    
    .excursions h2 {
	margin-right: 0;
	margin-left: 0;
	margin-top: 15px;
	margin-bottom: 25px;
    }
    .services h2 {
	margin-right: 0;
	margin-left: 0;
	margin-top: 15px;
    }
    .mission {
		padding-right: 0px;
        padding-left: 2px;
		margin-top:5px;
		float:left;
		
           
    }
    
      
    .article_3cols {
        padding-right: 25px;
        padding-left: 25px;
        float: left;
        width: 270px;
        text-align: center;
    }
    img.article_nine_img {
	border: 1px solid #ECD0DE;
	margin-right: auto;
	margin-left: auto;
	min-height: 2px;
    }
    .article_3cols h2 {
        margin-right: 0;
        margin-left: 0;
    }
    .article_3cols p {
        margin-right: 0;
        margin-left: 0;
    }
            
    .header_wrapper {
	clear: both;
	min-height: 229px;
    }
    .header {
        min-height: 229px;
        width: 960px;
        margin-left: auto;
        margin-right: auto;
    }
    .logo {
	min-height: 109px;
	width: 565px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 35px;
    }
    .content_wrapper {
	clear: both;
	/* [disabled]min-height: 1120px; */
    }
.main_wrapper .header_wrapper .content_wrapper {
}

    .slideshow {
        clear: both;
        min-height: 360px;
        margin-right: auto;
        margin-left: auto;
        width: 920px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .content {
        clear: both;
        margin-left: auto;
        margin-right: auto;
        width: 960px;
    }
    .content_row1 {
        clear: both;
        min-height: 50px;
    }
    .content_row2 {
	clear: both;
	min-height: 50px;
    }
    .welcome_text {
        padding-right: 25px;
        padding-left: 25px;
        float: left;
        width: 270px;
    }
    .excursions {
	width: 580px;
	padding-right: 25px;
	padding-left: 25px;
	float: left;
	text-align: center;
    }
	.services {
        width: 270px;
        padding-right: 25px;
        padding-left: 25px;
        float: left;
    }
    .services ul {
        list-style-image: url("images/xtd_pointer.png");
        padding-left: 20px;
    
    
    }
    .article_3cols {
	padding-right: 25px;
	padding-left: 25px;
	float: left;
	width: 270px;
	text-align: left;
    }
            
     .copyright {
        float: left;
        min-height: 51px;
        width: 614px;
    }
        
    .navigation select {
        display:none;
    }
    .hmenubar {
        display:block;
        list-style-type: none;
        list-style-image: initial;
        list-style: none;
        padding-right: 14px;
        padding-left: 14px;
        border-top-left-radius: 5px 5px;
        border-top-right-radius: 5px 5px;
        border-bottom-right-radius: 0px 0px;
        border-bottom-left-radius: 0px 0px;
        border-top-left-radius: 5px 5px;
        border-top-right-radius: 5px 5px;
        border-bottom-right-radius: 0px 0px;
        border-bottom-left-radius: 0px 0px;
        -moz-border-radius-topleft: 5px 5px;
        -webkit-border-top-left-radius: 5px 5px;
        -moz-border-radius-topright: 5px 5px;
        -webkit-border-top-right-radius: 5px 5px;
        -moz-border-radius-bottomright: 0px 0px;
        -webkit-border-bottom-right-radius: 0px 0px;
        -moz-border-radius-bottomleft: 0px 0px;
        -webkit-border-bottom-left-radius: 0px 0px;
        text-align: center;
    }
}
