@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville);
@font-face {
    font-family: 'GillSans';
    src: url('fonts/gillsans.eot');
    src: url('fonts/gillsans.eot') format('embedded-opentype'),
         url('fonts/gillsans.woff') format('woff'),
         url('fonts/gillsans.ttf') format('truetype'),
         url('fonts/gillsans.svg#GillSansMTRegularRegular') format('svg');
}

@font-face {
    font-family: 'FuturaCondensedMediumMedium';
    src: url('fonts/futura-condensedmedium.eot');
    src: url('fonts/futura-condensedmedium.eot') format('embedded-opentype'),
         url('fonts/futura-condensedmedium.woff') format('woff'),
         url('fonts/futura-condensedmedium.ttf') format('truetype'),
         url('fonts/futura-condensedmedium.svg#FuturaCondensedMediumMedium') format('svg');
}


body, h1, h2, img, ul {
	margin: 0;
	padding: 0;
	}
body {
background-image:url("images/body-bg.jpg");
font-family:"GillSans";
}



ul {
	list-style: none;
}
a {
	text-decoration: none;

}

a img {	border:none;}

img {
    border: medium none;
}

#container {
    background-color: #FFFFFF;
    border-top: 7px solid #E05A10;
    margin: 0 auto;
    overflow: hidden;
    width: 990px;
}

.rightop {
    float: right;
    margin-top: 6px;
}

.rightop > li {
    float: left;
    margin-right: 40px;
}

.rightop > li > a {
    color: #9A9A9A;
    font-family: "FuturaCondensedMediumMedium";
    font-size: 15px;
}
.rightop > li > a:hover {
	color:#df590f;}


.divider-line {
    background-image: url("images/divider-top.jpg");
    background-repeat: no-repeat;
    clear: both;
    height: 20px;
    width: 100%;
}

.logo-top {
    margin-left: 456px;
    margin-top: -53px;
    position: absolute;
    text-align: center;
    width: 120px;
}


#nav {
    color: #444444;
    font-family: "FuturaCondensedMediumMedium";
    font-size: 18px;
    height: 30px;
    line-height: 18px;
    margin: 62px auto 0;
    padding-top: 2px;
    text-align:center;;
}


#nav > li {
    border-right: 1px solid #444444;
    display:inline-block;
    margin-right: 15px;
    padding-right: 15px;
}
#nav > li:last-child {
    margin-right: 0px;
    padding-right:0px;
    border-right:none;
}
#nav > li > a {
	color:#444444;
	}
#nav > li > a:hover {
	color:#df590f;}

.big-image {

    overflow: hidden;
}

.divider-striped {
  background-image: url("images/divider-striped.jpg");
    background-repeat: no-repeat;
    height: 29px;
    margin-top: -49px;
    padding-bottom: 49px;

}

h1 {
    color: #00abeb;
    font-size: 36px;
    font-weight: bold;
    margin: 0 auto 22px;
    text-align:center;
}


.crumbs-holder {
    border-bottom: 3px dotted #D7D7D7;
    color: #545454;
    float: left;
    font-weight: bold;
    height: 20px;
    margin-left: 75px;
    padding-right: 10px;
    padding-top: 16px;
}
.crumbs-holder a {
	color:#00abeb;
}
.crumbs-holder a:hover {
	color:#545454;
}

.price-right {
    background-color: #F1F6F9;
    color: #4c8cb5;
    float: right;
    font-size: 38px;
    height: 48px;
    margin-bottom: 0;
    margin-right: 60px;
    margin-top: -1px;
    text-align: center;
    width: 200px;
}

.content-text {
    color: #686868;
    font-size: 18px;
    margin-top: 89px;
    padding-bottom: 16px;
    padding-left: 75px;
    padding-right: 32px;
}

.content-text a {
	color:#df590f;
}
.content-text a:hover {
	color:#00abeb;
}

.promo-content {
    background-color: #F7F7F7;
    clear: both;
    margin-top: -10px;
    padding-left: 13px;
    height:315px;
    overflow:hidden;

}


.half-circle {
    background-image: url("images/half-circle.png");
    height: 103px;
    margin: -35px auto 0;
    position: relative;
    width: 212px;
}


.promo-left {
    float: left;
    margin-left: 62px;
    margin-top: -49px;
    padding-top: 0;
    width: 360px;
    height:315px;
}
.promo-left > ul, .promo-right > ul {
    color: #828282;
    font-size: 18px;
   padding-right: 10px;
}


.promo-left li, .promo-right li {
    padding-bottom: 5px;
    padding-top: 5px;
}


.bigger {
	 font-size:24px;
	 color: #00abeb;
    line-height:42px;

	}

.bigger.dim {
    color: #4C8CB5;
}


.promo-right {
    float: right;
    margin-left: 5px;
    margin-top: -49px;
    width: 325px;
    height:315px;
}


.lower-part {
    height: 194px;
    margin-bottom: 7px;
    padding-top: 18px;
    width: 297px;
}

.lower-part >a> p {
    font-size: 18px;
    margin-top: -2px;
     color: #828282;
}


.block-holder {
    background-color: #195973;
    padding-top: 87px;
    overflow:auto;
    padding-bottom:50px;
}
.reserve {
    background-color: #0DB4D9;
    border-radius: 10px;
    color: #FFFFFF;
    display: block;
    font-size: 24px;
    margin: -114px auto 0 353px;
    padding-bottom: 13px;
    padding-top: 13px;
    position: absolute;
    text-align: center;
    width: 325px;
    	transition:all .2s;
	-moz-tranition:all .2s;
	-webkit-tranition:all .2s;
}

.reserve:hover {
	background-color:#a0daf1;}


.block {
    float: left;
    margin-left: 32px;
    width: 288px;

}
.block img {
	    	transition:all .2s;
	-moz-tranition:all .2s;
	-webkit-tranition:all .2s;
}

.block img:hover {
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}


.block > p {
    color: #FFFFFF;
    font-size: 18px;
    margin-top: 12px;
}



.logo-bottom {
    background-image: url("images/nazca-flights-bottom-logo.png");
    background-repeat: no-repeat;
    color: #0D0D0D;
    font-family: "futuracondensedmediummedium";
    font-size: 22px;
    height: 57px;
    margin: -107px auto 0;
    padding-top: 104px;
    position: relative;
    text-align: center;
    width: 209px;
}

.logo-bottom span {
	color:#D17F0A;
}


.footer {
    color: #8A8A8A;
    font-size: 18px;
    line-height: 35px;
    margin: 0 auto 35px;
    text-align: center;
    width: 740px;

}

.footer > p {
    margin-top: 2px;
}
.footer a {
	    color: #8A8A8A;}

.footer a:hover {
	color:#df590f;
	}

.reservethis {
    background-color: #00CCE6;
    color: #FFFFFF;
    display: block;
    font-size: 24px;
   margin: -4px 52px 0 0;
      padding: 10px 12px;
    text-align: center;
     transition:all .3s;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
    border-radius: 0 0 15px 15px;
    float: right;
    width: auto;
}

.reservethis:hover {
	background-color:#00abeb;}
