/** Reset Stylesheet */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
html {
	overflow-y: scroll;
	height: 100%
}
body {
	line-height: 1.5em;
	font-family: 'AvenirBook', Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 100%;
	background:url(../img/bg.jpg) no-repeat top center;
	color: #666b6e
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}


nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none
}/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select, textarea {
	vertical-align: middle;
	font-family: 'AvenirBook', Arial, Helvetica, sans-serif;
	font-size: 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
/* PDF document links */
a[href$='.pdf'] {
	background: transparent url(/images/file-pdf.png) center left no-repeat;
	display: inline-block;
	padding-left: 25px;
	line-height: 20px;
	color: #404345
}
/* Word Document Links */
a[href$='.doc'], a[href$='.rtf'], a[href$='.wps'], a[href$='.txt'] {
	background: transparent url(/images/file-doc.png) center left no-repeat;
	display: inline-block;
	padding-left: 25px;
	line-height: 20px;
	color: #404345
}
/* Archive Files */
a[href$='.zip'], a[href$='.rar'] {
	background: transparent url(/images/file-zip.png) center left no-repeat;
	display: inline-block;
	padding-left: 25px;
	line-height: 20px;
	color: #404345
}


/* general  */

.cb {
	clear: both;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.red {
	color: #ff0000;
}
.blue {
	color: #0073ca;
}
.white {
	color: #fff;
}
.black {
	color: #ff0000;
}

.grey {
	color: #666b6e;
}

.left {
	float: left;
}
.right {
	float: right
}
.center {
	text-align: center;
}
.input, .textarea {
	border: 1px solid #000;
	padding: 4px;
}
.select {
	border: 1px solid #000;
	padding: 3px;
}
.button {
	border: none;
	padding: 4px;
	font-weight: bold;
	font-size: 18px;
	background: #000;
	color: #fff;
}
.xs {
	width: 30px;
}
.m {
	width: 200px;
}
.l {
	width: 250px;
}
.xl {
	width: 370px;
}
.xxl {
	width: 480px;
}
.margl {
	margin-left: 15px;
}
.margr {
	margin-right: 15px;
}
.margt {
	margin-top: 15px;
}
.margb {
	margin-bottom: 15px;
}
.container {
	width: 1200px;
	margin: auto;
	position: relative;
}
@font-face {
	font-family: 'AvenirBook';
	src: url('/lib/fonts/avenir.eot');
	src: url('/lib/fonts/avenir.eot') format('embedded-opentype'), url('/lib/fonts/avenir.woff2') format('woff2'), url('/lib/fonts/avenir.woff') format('woff'), url('/lib/fonts/avenir.ttf') format('truetype'), url('/lib/fonts/avenir.svg#AvenirBook') format('svg');
}
.bg-green {
	background: #959300
}
.bg-orange {
	background: #e17c00
}
.bg-violet {
	background: #9f26b4
}
.bg-blue {
	background: #008ce5
}
.bg-red {
	background: #f42434
}
header .logo {
	float: left;
	margin-top: 23px;
}
.headerright {
	float: right;
	width: 388px;
}

.bienvenido {
	background: #f42434;
	color: #fff;
	padding: 4px;
	cursor: pointer;
	width: 170px;
	font-size: 0.9em;
	position: absolute;
	top: 0;
	right: 0;
	white-space: nowrap;
	text-align: right;
}

.bienvenido a {
	color: #000;
	font-weight: bold;
}

.headerright .session {
	background: #f42434;
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	padding: 0 15px;
	float: right;
	cursor: pointer;
}
.headerright .sessionlist {
	float: right;
	background: #f42434;
	color: #fff;
	padding: 10px 15px;
	font-size: 14px;
}

.headerright .sessionlist a {
	text-decoration: underline;
	color: #fff;
}

.headerright .sessionlist input {
	float: left;
}

.headerright .sessionlist .loginf {
	width: 45%;
	border: 1px solid #000;
	padding: 5px;
	height: 30px;
	margin-right: 5px;
}

.headerright .sessionlist .submit {
	width: auto;
	border: none;
	padding: 0;
	height: 30px;
	background: none;
	color: #fff;
	font-size: 1.5em;
	line-height: 1;
}

.headerright .phone {
	color: #f42434;
	background: url(../img/phone.png) no-repeat left center;
	padding-left: 28px;
	line-height: 36px;
	margin-left: 80px;
	font-weight: bold;
}
.headerright .search {
	border: 1px solid #c6c6c6;
	padding: 3px;
	margin-top: 30px;
	background: #FFF
}

.headerright .search .submit {
	height: 20px;
	width: 20px;
	float: right;
}

.headerright .search input {
	border: 0;
	font-size: 12px;
	width: 320px;
}
.headerright .consulta {
	text-align: right;
	font-size: 13px;
	color: #706f6f;
	display: block;
	background: url(/lib/img/conslink.png) center right no-repeat;
	padding-right: 30px;
}
.headerright .consulta:hover {
	color: #f42434;
}

.headerright .newsletterhead {
	text-align: right;
	font-size: 13px;
	color: #706f6f;
	padding-right: 30px;
	float: right;
}
.headerright .newsletterhead:hover {
	color: #f42434;
}


.headerright .calendar {
	text-align: right;
	font-size: 13px;
	color: #706f6f;
	background: url(/lib/img/icon-calendar.png) center right no-repeat;
	padding-right: 20px;
	float: right;
}
.headerright .calendar:hover {
	color: #f42434;
}

.headbuttons {
	float: left;
	width: 600px;
	margin-top: 15px;
}

@media only screen and (max-width : 768px) {
.headbuttons {
	float: none;
	width: auto;
}
}

.headsocials {
	float: right;
	width: 160px;
	text-align: right;
	margin-top: 15px;
}

@media only screen and (max-width : 768px) {
.headsocials {
	float: none;
	width: auto;
}
}

.openmenu {
	width: 100%;
	border-top: 1px solid #f42434;
	border-bottom: 1px solid #000;
	padding: 6px 0;
	display: none;
	text-align: center;
	font-size: 1.3em;
	text-transform: uppercase;
	margin-bottom: 15px;
	cursor: pointer;
}

.openmenu span {
	font-size: 2em;
}

nav {
	display: block;
}

nav ul {
	padding: 6px 0;
	margin: 0;
	background: #fff;
	border-top: 1px solid #f42434;
	border-bottom: 1px solid #000;
	font-size: 1.05em;
}

nav li {
	display: inline;
	position: relative;
}
nav li a {
	color: #000;
	padding: 0 7px;
	border-right: 1px dotted #9f9e9e;
	text-transform: uppercase;
}
nav li a:hover {
	color: #f42434
}

nav ul ul {
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	border-top: none;
	border-bottom: none;
	z-index: 79;
}
nav ul ul a {
	border-right: none;
	display: block;
	white-space: nowrap;
}

nav li:hover ul {
	display: block;
}

.calendariohead {
	color: #fff;
	background: #f42434;
	text-transform: uppercase;
	padding: 0 30px 0 20px;
	border: 5px solid #f42434;
	background-image: url(/images/ico-cal.png);
	background-position: right center;
	background-size: 21px;
	background-repeat: no-repeat;
	line-height: 32px;
}

@media only screen and (max-width : 768px) {
.calendariohead {
	display: block;
	margin-bottom: 10px;
}
}


.newsletterhead {
	color: #fff;
	background: #666b6e;
	text-transform: uppercase;
	padding: 0 30px 0 20px;
	border: 5px solid #666b6e;
	background-image: url(/images/ico-boletin.png);
	background-position: right center;
	background-size: 21px;
	background-repeat: no-repeat;
	line-height: 32px;
}

@media only screen and (max-width : 768px) {
.newsletterhead {
	display: block;
	margin-bottom: 10px;
}
}

.newsletterhome {
	background-image: url(/images/fondo-boletin.gif);
	background-size: cover;
	text-align: center;
	border: 1px solid #929292;
	padding-bottom: 15px;
	color: #fff;
	text-transform:uppercase;
}

.nwslttrnpt {
	border: 0;
	background: #fff;
	width: 300px;
	height: 30px;
	text-align: center;
}

@media only screen and (max-width : 480px) {
.nwslttrnpt {
	width: 200px;
}
}

.nwslttrsbmt {
	border: 0;
	background: #000;
	height: 30px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}


.shadowbox {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: 10px solid #fff;
	position: relative;
}
.slider {
	margin: 5px 0 30px ;
}
#slider1 .caption {
	position: absolute;
	right: 70px;
	top: 0;
	z-index: 9;
	padding: 30px 20px 40px;
	width: 220px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	display: block;
}
#slider1 .caption h1 {
	color: #959300;
	font-size: 1.1em;
	font-weight: bold;
}
#slider1 .caption h2 {
	color: #706f6f;
	font-size: 0.9em;
}
#slider1 .caption .date {
	color: #706f6f;
	margin-bottom: 0;
}
#slider1 .caption .price {
	color: #f42434;
	margin-top: 0;
}

#slider1 .caption p {
	color: #706f6f;
}


#homeoffers {
	margin-bottom: 30px;
}
#homeoffers .item {
	float: left;
	width: 260px;
	margin-right: 20px;
	height: 300px;
	position: relative;
	opacity: 1;
	transition: all 0.5s linear;
	display: block;
	margin-bottom: 20px;
}

#homeoffers .item:hover {
	opacity: 0.4;
}

#homeoffers .item:nth-child(4n) {
	margin-right: 0;
}


#homeoffers .item .image {
	width: 100%;
	height: 140px;
	overflow: hidden;
	margin-bottom: 5px;
}
#homeoffers .item .image img {
	width: 100%;
}
#homeoffers .item h1 {
	color: #fff;
	line-height: 27px;
	text-indent: 6px;
	height: 27px;
	overflow: hidden;
}
#homeoffers .item p {
	font-size: 0.85em;
	margin: 8px 0;
	color: #706f6f;
	line-height: 1.1em;
	height: 58px;
	overflow: hidden;
}
#homeoffers .item .plus {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#bannerhome {
	float: right;
	width: 160px;
}

#bannerhome a {
	color: #f42434;
}

.transfers {
	float: left;
}

.transfers .item {
	float: left;
	height: 20px;
	padding: 100px 24px 0;
	border-right: 2px solid #a0a0a0;
	padding-top: 100px;
	line-height: 20px;
	opacity: 0.6;
	transition: all 0.5s linear;
	color: #000;
}

.transfers .item:hover {
	opacity: 1;
}



.transfers .flight {
	background: url(/lib/img/icon-air.png) no-repeat center center;
}

.transfers .tren {
	background: url(/lib/img/icon-tren.png) no-repeat center center;
}

.transfers .hotel {
	background: url(/lib/img/icon-hotel.png) no-repeat center center;
}

.transfers .vhot {
	background: url(/lib/img/icon-vhot.png) no-repeat center center;
}

.transfers .thot {
	background: url(/lib/img/icon-thot.png) no-repeat center center;
	border-right: 0;
}

.newsletter {
	float: right;
	background:url(../img/icon-newsletter.png) left center no-repeat;
	padding-left: 190px;
	padding-right: 58px;
	padding-top: 35px;
	height: 85px;
	opacity: 0.6;
	transition: all 0.5s linear;
	display: block;
	width: 240px;
	color: #000;
}

.newsletter:hover {
	opacity: 1;
}

.autors {
	margin: 20px 0;
}

.autors h3 {
	color: #f42434;
}

.autors ul li {
	display: inline;
	margin: 0;
	float: left;
	width: 95px;
	border-right: 1px dotted #838282;
	text-align: center;
	padding: 10px;
	opacity: 1;
	transition: all 0.5s linear;
	line-height: 1em;
}

.autors ul li:hover {
	opacity: 0.6;
}

.autors ul li a {
	color: #706f6f
}

.autors ul li:last-of-type {
	border-right: none;
}

.homecalendario {
	float: left;
	width: 500px;
	display: block;
	background-image: url(/images/fondo-cal.jpg);
	background-size: 100%;
	padding: 40px 35px;
	font-size: 1.8em;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #000;
}
.homearchivo {
	float: right;
	width: 500px;
	display: block;
	background-image: url(/images/fondo-archivo.jpg);
	background-size: 100%;
	padding: 40px 35px;
	font-size: 1.8em;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #000;
}

@media only screen and (max-width : 1200px) {
.homecalendario {
	width: 400px;
}
.homearchivo {
	width: 400px;
}
}

@media only screen and (max-width : 992px) {
.homecalendario {
	float: none;
	width: auto;
	display: block;
}
.homearchivo {
	float: none;
	width: auto;
	display: block;
}
}

.contactfooter {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border-right: 10px solid #fff;
	border-left: 10px solid #fff;
	padding: 10px;
	margin-bottom: 20px;
}

#footer {
	padding-bottom: 50px;
}

#footer .pageseguro {
	position: absolute;
	bottom: 24px;
	left: 0;
	line-height: 2em;
	background: url(../img/visa.gif) right center no-repeat;
	padding-right: 160px;
}


#footer .accessagency {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 15px;
	color: #fff;
	background: #f42434
}

#footer ul {
	position:relative;
	padding-bottom: 60px;
	float: left;
	width: auto;
	border-right: 1px dotted #838282;
	min-height: 240px;
	padding-right: 45px;
	margin-right: 20px;
}

#footer ul:last-of-type {
	border-right: none;
}

#footer ul li {
	list-style-type: none;
	font-size: 0.8em;
}

#footer ul li a {
	color: #000;
}

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


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

#page {
	font-size: 1em;
	margin: 20px 0;
}

#page iframe {
	width: 100%;
}

#wiki {
	font-size: 1em;
	margin: 20px 0;
	padding: 15px;
	border: 1px solid #ccc;
}

#wiki a {
	color: #F42434;
}

#wiki iframe {
	width: 100%;
}

.destmarks {
	border: 1px solid #ccc;
	padding: 15px;
}

.destmarks a {
	color: #F42434
}

.destmarks ul {
	margin-left: 15px;
}

/* trip */

.grouptitle {
	color: #f42434;
	text-transform: uppercase;
	font-size: 24px;
	margin: 30px 0 15px;
}

.smalltitle {
	color: #f42434;
	text-transform: uppercase;
	font-size: 24px;
	margin: 30px 0 15px;
}

.list .ttrip {
	margin-bottom: 15px;
}

.list .ttrip .image {
	width: 210px;
	height: 155px;
	overflow: hidden;
	margin-right: 20px;
	float: left;
}

.list .ttrip .image img {
	width: 100%
}

.list .ttrip .desc {
	width: 625px;
	margin-right: 20px;
	float: left;
}

@media (max-width: 575.98px) {
.list .ttrip .desc {
	width: auto;
	float: none;
}
}

.list .ttrip .desc h3 {
	color: #f42434;
	font-size: 24px;
	margin: 15px 0 10px;
}

.list .ttrip .desc p {
	color: #706f6f;
	font-size: 1.2em;
}

.list .ttrip .desc .date {
	color: #f42434;
	font-weight: bold;
	padding-right: 20px;
	margin-right: 20px;
	display: block
}

.list .ttrip .desc .green {
	color: #959300
}
.list .ttrip .desc .brown {
	color: #844204
}
.list .ttrip .desc .grey {
	color: #7F7F7F
}
.list .ttrip .desc .blue {
	color: #008ce5
}
.list .ttrip .desc .red {
	color: #f42434
}
.list .ttrip .desc .black {
	color: #000
}

.list .ttrip .desc .status {
	font-weight: bold;
	text-transform: uppercase;
}

.list .ttrip .price {
	border-right: 1px dotted #706f6f;
	border-left: 1px dotted #706f6f;
	padding: 20px;
	float: left;
	text-align: center;
	width: 110px;
	margin: 20px 0;
	color: #b4b4b4;
}

.list .ttrip .price .euro {
	color: #706f6f;
	font-size: 1.3em;
	font-weight: bold;
	white-space: nowrap;
}

.list .ttrip .price p {
	font-size: 0.8em;
	color: #706f6f;
	margin: 0;
}

.list .ttrip .button {
	width: 110px;
	padding: 10px 15px;
	color: #fff;
	background: #f42434;
	display: block;
	position: absolute;
	top: 55px;
	right: 0;
	text-align: center;
	font-size: 16px;
}

.list .ttrip .button-res {
	width: 110px;
	padding: 10px 15px;
	color: #fff;
	background: #f42434;
	display: block;
	position: absolute;
	top: 30px;
	right: 0;
	text-align: center;
	font-size: 16px;
}

.list .ttrip .button-mas {
	width: 110px;
	padding: 10px 15px;
	color: #fff;
	background: #959300;
	display: block;
	position: absolute;
	top: 85px;
	right: 0;
	text-align: center;
	font-size: 16px;
}

.list .ttrip .button-res2 {
	width: 110px;
	padding: 10px 15px;
	color: #fff;
	background: #f42434;
	display: block;
	position: absolute;
	top: 30px;
	right: 0;
	text-align: center;
	font-size: 16px;
}

.gallery .ttrip {
	margin-bottom: 15px;
	float: left;
	width: 210px;
	margin-right: 10px;
	height: 450px;
	overflow: hidden;
	position: relative;
}

.gallery .ttrip .image {
	width: 210px;
	height: 150px;
	overflow: hidden;
	float: left;
	margin-bottom: 15px;
}

.gallery .ttrip .image img {
	width: 100%
}

.gallery .ttrip .desc {
	width: auto;
}

.gallery .ttrip .desc h3 {
	display: none;
}

.gallery .ttrip .desc p {
	color: #706f6f;
}

.gallery .ttrip .desc .date {
	color: #f42434;
	font-weight: bold;
	padding-right: 20px;
	margin-right: 20px;
	display: block
}

.gallery .ttrip .desc .green {
	color: #959300
}
.gallery .ttrip .desc .brown {
	color: #844204
}
.gallery .ttrip .desc .grey {
	color: #7F7F7F
}
.gallery .ttrip .desc .blue {
	color: #008ce5
}
.gallery .ttrip .desc .red {
	color: #f42434
}
.gallery .ttrip .desc .black {
	color: #000
}

.gallery .ttrip .desc .status {
	font-weight: bold;
	text-transform: uppercase;
}

.gallery .ttrip .price {
	text-align: center;
	color: #b4b4b4;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #FFF;
}

.gallery .ttrip .price .euro {
	color: #706f6f;
	font-size: 1.3em;
	font-weight: bold;
	white-space: nowrap;
}

.gallery .ttrip .price p {
	font-size: 0.8em;
	color: #706f6f;
	margin: 0;
}

.gallery .ttrip .button {
	width: 110px;
	padding: 10px 15px;
	color: #fff;
	background: #f42434;
	display: block;
	position: absolute;
	top: 55px;
	right: 0;
	text-align: center;
	font-size: 16px;
}

.gallery .ttrip .button-res {
	width: 110px;
	padding: 10px 15px;
	color: #fff;
	background: #f42434;
	display: block;
	position: absolute;
	top: 30px;
	right: 0;
	text-align: center;
	font-size: 16px;
}

.gallery .ttrip .button-mas {
	width: 110px;
	padding: 10px 15px;
	color: #fff;
	background: #959300;
	display: block;
	position: absolute;
	top: 85px;
	right: 0;
	text-align: center;
	font-size: 16px;
}

.gallery .ttrip .button-res2 {
	width: 110px;
	padding: 10px 15px;
	color: #fff;
	background: #f42434;
	display: block;
	position: absolute;
	top: 30px;
	right: 0;
	text-align: center;
	font-size: 16px;
}

.listado {
	float: right;
	color: #f42434;
	width: 50%;
	text-align: right;
}

.listado span {
	cursor: pointer;
}

.listado .list {
	background: url(/lib/img/icon-list.png) no-repeat right center;
	padding-right: 22px;
	margin-right: 15px
}

.listado .calendar {
	background: url(/lib/img/icon-calendar.png) no-repeat right center;
	padding-right: 22px;
}


.totalprice {
	background: #adb1b4;
	padding: 5px;
	color: #fff;
	font-weight:bold;
	margin-bottom: 15px;
}

.totalprice br {
	display: block;
	height: 1px;
}

.filter {
	color: #706f6f;
	padding: 15px;
	border: 1px solid #ccc;
	position: relative;
}

.filter .range {
	width: 380px;
	float: left;
	border-right: 1px dotted #706f6f;
	padding: 10px 20px 10px 0;
	height: 55px;
	margin-left: 10px;
}

.filter .garant {
	float: left;
	border-right: 1px dotted #706f6f;
	padding: 34px 20px 15px 20px;
	height: 30px;
}

.filter .dates {
	float: left;
	padding: 34px 20px 15px 20px;
	height: 30px;
}

.filter .dates select {
	border: 1px solid #706f6f;
	padding: 2px;
	color: #706f6f;
	width: 300px;
}

.filter .button {
	padding: 10px 15px;
	color: #fff;
	background: #f42434;
	display: block;
	position: absolute;
	top: 30px;
	right: 0;
	text-align: center;
}

.resform label {
	float: left;
	width: 200px;
	clear: both;
	margin-bottom: 15px;
}

.resform input, select, textarea {
	float: left;
	border: 1px solid #706f6f;
	padding: 2px;
	color: #706f6f;
	margin-right: 10px;
	margin-bottom: 10px;
}

.resform .button {
	padding: 5px 15px;
	color: #fff;
	background: #f42434;
	text-transform: uppercase;
}

.resform .calendar {
	float: left;
	border: 0;
	margin-right: 10px;
}

.datosleft {
	width: 50%;
	float: left;
}

.datosright {
	width: 50%;
	float: right;
}

/* guides */

.guide {
	margin-bottom: 15px;
}

.guide .image {
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin-right: 20px;
	float: left;
}

.guide .image img {
	width: 100%
}

.guide .desc {
	width: 780px;
	margin-right: 20px;
	float: left;
}

.guide .desc h3 {
	color: #f42434;
	font-size: 24px;
	margin: 15px 0 10px;
}

.guide .desc p {
	color: #706f6f;
	font-size: 1.2em;
}

.guide .button {
	width: 110px;
	padding: 10px 15px;
	color: #fff;
	background: #f42434;
	display: block;
	position: absolute;
	top: 55px;
	right: 0;
	text-align: center;
}

.guidegallery {
	float: right;
	width: 210px;
	margin: 15px;
}

.guidegallery img {
	margin-bottom: 10px;
}

.guidecv {
	color: #656a6d;
	text-align: justify;
}

.tripemarks {
	color: #656a6d;
	text-align: justify;
}

.career {
	margin-bottom: 30px;
}

.career .dotted {
	border-bottom: 1px  dashed #000;
	position: relative;
	height: 18px;
	margin-top: 15px;
}

.career h4 {
	color: #f42434;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0;
	background: #fff;
	position: absolute;
	bottom: -1px;
	line-height: 24px;
	padding-right: 10px;
}

.career .link {
	background: #f42434;
	position:  absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	padding: 4px 10px;
}

