@import url('jquery-ui.css');
@import url('validation.css');

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
}
nav {
    background: #1d1d1d; z-index:99999999; 
    font-family: 'Oxygen',sans-serif,Arial;
    /*font-size: 10pt; */   box-shadow: 5px 1px 5px rgba(0,0,0,0.5);-moz-box-shadow: 5px 1px 5px rgba(0,0,0,0.5);-o-box-shadow: 5px 1px 5px rgba(0,0,0,0.5);-ms-box-shadow: 5px 1px 5px rgba(0,0,0,0.5);
    font-weight: normal;
    height: 40px;max-height: 40px;min-height: 40px;
    margin: 0 auto;
    position: relative;
    width: 100%; 
}
nav ul {
    
    
    margin: 0 auto;
    max-width: 1080px;/* width changed here from 1000px to 1080px */
    padding: 0;
}
nav li {
    position: relative;
    border-right: 1px solid rgba(0,0,0,.1);
    list-style: none;
    float: left;
   
}
nav li:last-child{ border: none; overflow:hidden;}
nav li:first-child a{padding:12px 25px 12px 11px;}
nav a {
      color: #fff;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px 11px;
    font-weight: bold;
    font-size: 13px;
}
nav li a {
    -moz-box-sizing: border-box;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
nav li:last-child a {
    border-right: 0 none;
}
nav a:hover, nav a:active {
    background-color: #E9AA00;
    
    
}
nav a#pull {
    display: none;
}

nav ul ul {
    background: transparent;
    position: absolute;
    z-index: 2000;
    display: none;
    width: auto;

    
    border: none;
}

nav ul li:hover > ul {
    position: absolute;
    z-index: 1000;
    visibility: visible;
}
nav ul ul li{float:none;}

nav ul ul a {
    text-align: left;
    border: 1px solid #C0BCB1;
    background: none repeat scroll 0 0 #1d1d1d;
   margin-bottom:1px;
    
    font-size: 10pt;
    padding: 8px;
    min-width: 230px;font-weight:normal;
}

nav ul ul ul {
    left: 230px;
    top: 5px;
    border: none;
     
}

@media screen and (max-width: 600px) {
nav {
    height: auto;
}
nav ul {
    display: block;
    height: auto;
    width: 100%;
}
nav li {
    float: left;
    position: relative;
    width: 50%;
    -webkit-transition: background-color 0.3s ease;
            -moz-transition: background-color 0.3s ease;
            -o-transition: background-color 0.3s ease;
            -ms-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease;
}
nav li a {
    border-bottom: 1px solid #576979;
    border-right: 1px solid #576979;
}
nav a {
    text-align: left;
    text-indent: 25px;
    width: 100%;
}
}
@media only screen and (max-width: 480px) {
nav {
    border-bottom: 0 none;
}
nav ul {
    display: none;
    height: auto;
}
nav a#pull {
    background-color: #005B9C;
    display: block;
    position: relative;
    width: 100%;
}
nav a#pull:after {
    background: url("../images/nav-icon.html") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 30px;
}
}
@media only screen and (max-width: 320px) {
nav li {
    display: block;
    float: none;
    width: 100%;
}
nav li a {
    border-bottom: 1px solid #576979;
}
}

.toursblock  img {
    border: 3px solid #FFF;
    
    width: 100%;
}
.captcha
{float: left;margin-top: 6px;
width: 265px;}

a#reload-captch {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

input[type=submit] {
    -moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
    box-shadow:inset 0px 1px 0px 0px #fff6af;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
        background-color: #ffab23;
    border: 1px solid #ffaa22;
    border-radius: 6px;
    box-shadow: 0 1px 0 0 #fff6af inset;
    color: #333333;
    cursor: pointer;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto !important;
    padding: 9px;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffee66;
    width: 20%;
}


input[type=submit]:hover {
    background-color:#ffec64;
}


input[type=submit]:active {
    position:relative;
    top:1px;
}
.footer-left{
    float: left;
    
    margin-right: 18px;
}

.footer-left.small {
	/*width: 200px;*/
}

.footer-left h2{}
::-webkit-calendar-picker-indicator {
    display: none;
}

