/* KultureShock.Net CSS */

/* Normalize */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	margin: 0;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/*-------------------------------------------------------------------------------
 | Maestro! Tour Management Stylesheet
 +-----------------------------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
	}

html {
	}

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 21px;
	margin: 0 auto 0 auto;
	color: #444;
	}

body, p, div, td, th, li {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 21px;
	}

p {
	margin: 15px 0;
	}

b, strong {
	font-weight: bold;
	}

i, em {
	font-style: italic;
	}

a, a:visited {
	color: #282d9e;
	text-decoration: none;
	}

a:hover {
	color: #282d9e;
	text-decoration: underline;
	}

a:active {
	color: #777;
	text-decoration: none;
	}

a:hover img {
	background: transparent;
	}

ul {
	margin-top: 2px;
	margin-left: 16px;
	margin-bottom: 15px;
	}

li {
	margin-bottom: 2px;
	list-style: none;
	list-style-image: url('../graphics/bullet.png');
	}

img {
	border: 0;
	}

.clear {
	clear: both;
	}

/*-------------------------------------------------------------------------------
 | Headings
 +-----------------------------------------------------------------------------*/

 h1 {
	color: #000;
 	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 34px;
	font-weight: 400;
	margin: 18px 0;
 	}

 h2 {
	color: #000;
 	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: 400;
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
	margin: 0 0 10px 0;
 	}

h3 {
	color: #000;
 	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	margin: 16px 0;
 	}

h4 {
	color: #000;
 	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	margin: 10px 0;
	}

h5 {
	color: #807b65;
 	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	margin: 10px 0 20px 0;
	}

 h1:first-child,
 h2:first-child,
 h3:first-child,
 h4:first-child {
 	margin-top: 0;
 	}

.heading {
	color: #000;
 	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: 400;
	margin: 10px 0;
	}

.heading .hnav {
  	float: right;
	padding-top: 6px;
 	font-size: 13px;
 	line-height: 18px;
	text-shadow: none;
	text-transform: none;
	letter-spacing: 0;
 	}

.heading .hnav a {
  	float: right;
 	line-height: 28px;
 	font-size: 13px;
	padding: 0 10px 0 0;
	background: transparent url('../graphics/tickmark.png') right 50% no-repeat;
 	}

#home .heading {
	padding-bottom: 5px;
	}

.page-banner {
	margin: 0 0 25px 0;
	}

.page-banner .title {
 	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-size: 35px;
	line-height: 40px;
	font-weight: 400;
	color: #33439e;
	text-transform: uppercase;
	}

.subtitle {
 	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 15px;
	}

/*-------------------------------------------------------------------------------
 | Form Styles
 +-----------------------------------------------------------------------------*/

select, input, button {
	line-height: 18px !important;
	}

input::-moz-focus-inner,
button::-moz-focus-inner {
	border: 0;
	}

input[type=text],
input[type=password],
textarea {
	background-color: #f7f7f7;
	color: #000;
	border: 1px solid #ccc;
	padding: 3px;
	font-size: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

input[type=text]:focus,
textarea:focus {
	background: #fff;
	}

select {
	padding: 3px;
	font-size: 15px;
	}

label {
	display: block;
	margin: 10px 0 2px 0;
	font-size: 15px;
	color: #555;
	}

label:first-child {
	margin-top: 0;
	}

button {
	font-family: 'Open Sans', Arial, sans-serif;
	padding: 3px 20px 3px 8px;
	background: #ffd619 url('../graphics/interface.png') no-repeat right 0px;
	color: #66591a;
	border: 1px solid #e1bd16;
	cursor: pointer;
	font-size: 13px;
	line-height: 13px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: inset 0 0 5px #e1bd16;
	margin-right: 5px;
	}

button:focus {
	border-color: #666;
	}

button:hover {
	color: #000;
	border-color: #c4a414;
	}

.form-msg {
	padding: 8px 15px;
	background: #f4ffe5;
	border: 1px solid #b5d685;
	color: #666;
	border-radius: 5px;
	margin-bottom: 15px;
}

::-webkit-input-placeholder {
	color: #888;
	}

:-moz-placeholder { /* Firefox 18- */
	color: #888;
	opacity: 1;
	font-size: 12px;
	}

::-moz-placeholder {  /* Firefox 19+ */
	color: #888;
	opacity: 1;
	font-size: 12px;
	}

:-ms-input-placeholder {
	color: #888;
	font-size: 12px;
	}

/*-------------------------------------------------------------------------------
 | General Page Styles
 +-----------------------------------------------------------------------------*/

.newicon {
	color: #8a856d;
	}

.wrapper {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	}

.page-wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 30px 10px 40px 10px;
	position: relative;
	min-height: 400px;
	}

.page-wrapper.short {
	min-height: 0;
	padding: 10px;
}

.leftcol {
	width: 610px;
	float: left;
	position: relative;
	}

.rightcol {
	width: 290px;
	float: right;
	margin-left: 30px;
	position: relative;
	}

.rightcol.line:before {
	content:" ";
	margin:0 -30px;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #e5e5e5;
}

.photo.left {
	float: left;
	padding: 4px 15px 8px 0;
	}

.photo.right {
	float: right;
	padding: 4px 0 8px 15px;
	}

.small {
	font-size: 11px;
	line-height: 14px;
	}

.dim {
	color: #888;
	}

.dim a, .dim a:visited {
	color: #777;
	}

/*-------------------------------------------------------------------------------
 | Site Header
 +-----------------------------------------------------------------------------*/

#header {
	height: 150px;
	border-bottom: 4px solid #33439e;
	background: #fff url('../graphics/interface.png') 0 -90px repeat-x;
	position: relative;
	}

#header .wrapper {
	height: 150px;
	max-width: 970px;
	padding: 0 10px;
	}

#header .logo {
	position: absolute;
	top: 20px;
	left: 10px;
	z-index: 999;
	}

/* -- Util nav -- */

#supernav {
	height: 25px;
	background: #fff url('../graphics/sub_back_new.png') top right no-repeat;
	display: block;
	width: 400px;
	position: absolute;
	top: 0;
	left: 520px;
	}

#supernav ul {
	margin: 0;
	padding: 0 5px 0 5px;
	list-style: none;
	list-style-image: none;
	}

#supernav li {
	float: left;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: normal;
	margin: 0;
	padding: 0 6px;
	list-style-image: none;
	}

#supernav li a { color: #6b6755; }
#supernav li a:hover { color: #282d9e; }

/* -- Contacts -- */

.header-contacts {
	width: 250px;
	position: absolute;
	top: 40px;
	}

.header-contacts.left {
	left: 520px;
	}

.header-contacts.right {
	width: 200px;
	left: 750px;
	}

.header-contacts div {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #6b6755;
	padding: 0;
	margin: 4px 0;
	}

.contact-phone {
	background: transparent url('../graphics/interface.png') 0 -26px no-repeat;
	padding: 0 0 0 22px;
	}

.contact-email {
	background: transparent url('../graphics/interface.png') 0 -44px no-repeat;
	padding: 0 0 0 22px;
	}

.contact-fax {
	background: transparent url('../graphics/interface.png') 0 -62px no-repeat;
	padding: 0 0 0 22px;
	}

/*-------------------------------------------------------------------------------
 | Menu Styles
 +-----------------------------------------------------------------------------*/

.nav-wrap {
	clear: both;
	padding: 0;
	margin: 0;
	height: 40px;
	background: transparent url('../graphics/interface.png') 0 -330px repeat-x;
	position: absolute;
	bottom: 0;
	width: 960px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	}

ul.nav {
	z-index: 999;
	position: relative;
	margin: 0;
	padding: 0;
	text-transform: none;
	list-style: none;
	list-style-image: none;
	}

ul.nav li {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1.04em;
	font-weight: normal;
	float: left;
	margin: 0;
	padding: 0;
	list-style-image: none;
	text-transform: none;
	border-right: 1px solid #d9d0a3;
	border-left: 1px solid #fff;
	letter-spacing: 0;
	word-spacing: 0;
	}

ul.nav li:last-child {
	/*border-right: 0;*/
	}

ul.nav li a:hover {
	color: #66591a;
	}

ul.nav a:active {
	}

ul.nav li a,
ul.nav li a:visited {
	display: block;
	color: #66591a;
	padding: 0px 14px 0 15px;
	line-height: 40px;
	text-decoration: none;
	}

ul.nav li:hover,
ul.nav li.hover {
	background: transparent url('../graphics/interface.png') 0 -370px repeat-x;
	position: relative;
	border-right: 1px solid #33439e;
	}

ul.nav li:hover a {
	color: #fff;
	}

#home .nav li.home,
#tourmgmt .nav li.tourmgmt,
#news .nav li.news,
#matours .nav li.matours,
#resources .nav li.resources,
#about .nav li.about,
#booktrav .nav li.booktrav,
#contacts .nav li.contacts {
	border-right: 0;
	background: transparent url('../graphics/interface.png') 0 -370px repeat-x;
	}

#home .nav li.home a,
#tourmgmt .nav li.tourmgmt a,
#news .nav li.news a,
#matours .nav li.matours a,
#resources .nav li.resources a,
#about .nav li.about a,
#booktrav .nav li.booktrav a,
#contacts .nav li.contacts a {
	color: #fff;
	}


/*  SUBMENU  */

ul.nav ul {
	display: block;
	margin: 0;
	padding: 0;
	width: 200px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	}

ul.nav ul li {
	display: block;
	text-align: left;
	text-transform: none;
	font-size: 15px;
	font-weight: normal;
	background: #33439e;
	color: #fff;
	float: none;
	border: 0;
	border-top: 1px solid #4a5bba;
	}

ul.nav ul li:hover {
	background: #4a5bba;
	}

/* IE 6 & 7 Needs Inline Block */
ul.nav ul li a {
	border-right: none;
	width: 100%;
	display: inline-block;
	line-height: 40px;
	}

/*  LEVEL THREE  */
ul.nav ul ul {
	left: 100%;
	top: 0;
	}

ul.nav li:hover > ul {
	visibility: visible;
	}

/*-------------------------------------------------------------------------------
 | Subscribe / Follow Bar
 +-----------------------------------------------------------------------------*/

.subfollow {
	width: 100%;
	background: #33439e;
	margin-top: 1px;
	}

.subfollow .wrapper {
	padding-top: 8px;
	padding-bottom: 8px;
	}

.subfollow .subscribe-intro {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	float: left;
	color: #fff;
	margin: 2px 18px 0 0;
	}

.subfollow .subscribe-form {
	margin-top: 3px;
	float: left;
	}

.subfollow .subscribe-form input {
	width: 150px;
	border-color: #e0e8ff;
	background: #e0e8ff;
	}

.subfollow .subscribe-form input:hover,
.subfollow .subscribe-form input:focus {
	background: #fff;
	}

.follow {
	display: block;
	position: relative;
	width: 210px;
	float: right;
	text-align: right;
	line-height: 32px;
	color: #fff;
	font-family: 'Open Sans', Arial, sans-serif;
	}

.follow span {
	text-align: right;
	padding-right: 12px;
	}

.follow ul {
	list-style: none;
	list-style-image: none;
	float: right;
	margin: 0;
	padding: 0;
	clear: right;
	}

.follow ul li {
	list-style: none;
	list-style-image: none;
	float: left;
	margin: 0 3px;
	}

.follow .icon {
	width: 32px;
	height: 32px;
	background: url('../graphics/interface.png') no-repeat 0 -474px;
	cursor: pointer;
	}

.follow .icon.facebook {
	background: url('../graphics/interface.png') no-repeat 0 -474px;
	}
.follow .icon.twitter {
	background: url('../graphics/interface.png') no-repeat 0 -410px;
	}
.follow .icon.wordpress {
	background: url('../graphics/interface.png') no-repeat 0 -538px;
	}

.follow .icon.facebook:hover {
	background-position: 0 -506px;
	}
.follow .icon.twitter:hover {
	background-position: 0 -442px;
	}
.follow .icon.wordpress:hover {
	background-position: 0 -570px;
	}


/*-------------------------------------------------------------------------------
 | Site Footer
 +-----------------------------------------------------------------------------*/

#footer {
	background: #fff url('../graphics/interface.png') repeat-x 0 -602px;
	padding: 20px 0;
	}

#home #footer,
#error #footer,
#tm #footer {
	border-top: 4px solid #33439e;
	}

.footnav {
	width: 160px;
	height: 140px;
	min-height: 140px;
	float: left;
	margin-right: 20px;
	}

.footnav.right {
	width: 180px;
	float: right;
	margin-right: 5px;
	padding-left: 30px;
	border-left: 1px solid #dcd5ad;
	}

.footnav h5 {
	font-size: 13px;
	}

.footnav ul {
	list-style: none;
	list-style-image: none;
	margin-left: 0;
	}

.footnav li {
	list-style: none;
	list-style-image: none;
	font-size: 12px;
	margin: 4px 0;
	padding: 0;
	}

.copyright {
	font-size: 11px;
	color: #807b65;
	margin: 30px 0 10px 0;
	}

/*-------------------------------------------------------------------------------
 | Share Buttons
 +-----------------------------------------------------------------------------*/

.sharepage {
	margin: 35px 0 15px 0;
	}

/*-------------------------------------------------------------------------------
 | Homepage
 +-----------------------------------------------------------------------------*/

.home-banner-wrap {
	position: relative;
	}

.home-banner {
	width: 100%;
	height: 330px;
	background: #000;
	}

.home-banner div {
	width: 100%;
	height: 330px;
	background: #000;
	background-position: top center;
	background-repeat: no-repeat;
	cursor: pointer;
	}

.home-banner .banner1 {
	background-image: url('../graphics/home_banner1.jpg');
	}

.home-banner .banner2 {
	background-image: url('../graphics/home_banner2a.jpg');
	}

.home-banner .banner3 {
	background-image: url('../graphics/home_banner3.jpg');
	}

#slide-pager {
	position: absolute;
	margin: 0 auto;
	bottom: 15px;
	left: 50%;
	margin-left: -485px;
	z-index: 9999;
	}

#slide-pager a {
	display: block;
	float: left;
	margin: 0 2px;
	width: 12px;
	height: 12px;
	text-indent: -9999px;
	background: #fff;
	border: 1px solid #000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	}

#slide-pager a.activeSlide {
	background: #33439e;
	border: 1px solid #fff;
	}

#slide-pager a:hover {
	background: #ffd619;
	border: 1px solid #000;
	}

/* -- Content -- */

.content {
	}

#home .content {
	padding: 15px 0;
	margin-bottom: 15px;
	}

#home .leftcol {
	width: 270px;
	margin-right: 35px;
	padding: 0;
	}

#home .centercol {
	float: left;
	width: 310px;
	padding: 0;
	}

#home .rightcol {
	width: 310px;
	padding: 0;
	}

#news-wrap {
	}

#home .intro {
	margin-bottom: 30px;
	}

#home .intro p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
	}

.feat-box {
	border-top: 1px solid #e7e7e7;
	padding-top: 20px;
	height: 115px;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
	}

.feat-pic {
	width: 120px;
	height: 120px;
	float: left;
	margin: 0 10px 0 0;
	background-position: 50% 20%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	}

.feat-box h4 {
	margin: 0;
	margin-bottom: 7px;
	}

.feat-text {
	font-size: 15px;
	line-height: 18px;
	}

.feat-box p {
	margin: 0;
	font-size: 15px;
	line-height: 18px;
	}

.matour-wrap .feat-box h4 {
	max-height: 55px;
	overflow: hidden;
	padding-bottom: 2px;
	margin-bottom: 7px;
	}

.matour-wrap button {
	position: absolute;
	bottom: 0;
	left: 125px;
	}

/*-------------------------------------------------------------------------------
 | News Page
 +-----------------------------------------------------------------------------*/

#news .leftcol {
	}

#news .rightcol {
	}

.news-list ul {
	}

.news-list li {
	}

.news-list li a {
	text-decoration: none;
	display: block;
	padding: 6px 0;
	color: #888;
	}

.news-list li a:hover {
	color: #282D9E;
	}

.news-list li.current a {
	color: #666;
	font-weight: bold;
	}

.news-list .news-date {
	margin: 15px 0;
	font-style: italic;
	}

#news .header {
	margin-top: 2px;
	}

/*-------------------------------------------------------------------------------
 | Quote Bubble
 +-----------------------------------------------------------------------------*/

.bubble-wrap {
	}

.bubble {
	background: #f0f0f0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 15px 18px;
	margin-top: 5px;
	}

.bubble-text {
	color: #666;
	font-size: 16px;
	line-height: 22px;
	font-style: italic;
	/*max-height: 121px;*/
	overflow: hidden;
	}

.bubble-tail {
	background: transparent url('../graphics/interface.png') no-repeat 60px -240px;
	height: 20px;
	}

.bubble-name {
	font-weight: normal;
	margin-left: 5px;
	}

/* -- Dark Bubble -- */

.bubble-wrap.dark .bubble {
	background: #33439e;
	}

.bubble-wrap.dark .bubble-text {
	color: #fff;
	}

.bubble-wrap.dark .bubble-tail {
	background-position: 60px -260px;
	}

/*-------------------------------------------------------------------------------
 | M&A Tours Page
 +-----------------------------------------------------------------------------*/

#matours .intro,
#matours .intro p {
	font-size: 16px;
	line-height: 24px;
	margin-top: 1px;
	}

.tours-wrap {
	margin-top: 20px;
	}

.tours {
	width: 280px;
	height: 355px;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	margin-right: 12px;
	background: transparent url('../graphics/fade_down.png') 0 -600px repeat-x;
	background: #f4f4f4;
	border: 1px solid #f2f2f2;
	padding: 15px;
	margin-bottom: 10px;
	cursor: pointer;
	}

.tours:hover {
	background: #fff;
	}

.tours:hover h3 {
	color: #000;
	}

.tours:nth-child(3n+3) {
	margin-right: 0;
	}

.tours h3 {
	color: #555;
	margin: 10px 0;
	font-size: 19px;
	line-height: 23px;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-weight: 600;
	max-height: 94px;
	overflow: hidden;
	}

.tours p {
	margin: 10px 0;
	}

.tours .photo {
	width: 280px;
	height: 180px;
	position: relative;
	background-position: 50% 10%;
	background-repeat: no-repeat;
	background-size: cover;
	}

.tourstat {
	width: 120px;
	height: 120px;
	background: transparent url('../graphics/ribbons.png') 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	}

.tourstat.newtour {
	background-position: 0 0;
	}

.tourstat.changed {
	background-position: 0 -120px;
	}

.tourstat.limited {
	background-position: 0 -240px;
	}

.tourstat.soldout {
	background-position: 0 -360px;
	}

.tourstat.register {
	background-position: 0 -480px;
	}

/*-------------------------------------------------------------------------------
 | M&A Tour Detail
 +-----------------------------------------------------------------------------*/

.matour .content {
	margin-top: 20px;
	}

.matour .content p:first-child {
	font-size: 18px;
	line-height: 24px;
	}

.matour .leftcol {
	width: 600px;
	}

.matour .rightcol,
#getFixed {
	width: 300px;
	}

.slideshow {
	width: 300px;
	margin: 15px 0 10px 0;
	}

.slideshow .photo {
	width: 300px;
	height: 260px;
	background-position: 50% 10%;
	background-repeat: no-repeat;
	background-size: cover;
	}

.slideshow .caption {
	margin-top: 5px;
	font-size: 12px;
	line-height: 120%;
	color: #888;
	}

.details table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 5px;
	}

.details table td {
	padding: 10px;
	vertical-align: middle;
	}

.details table td.icon {
	background-color: #33439E;
	width: 32px;
	text-align: center;
	vertical-align: top;
	}

.details table td.icon div {
	width: 32px;
	height: 32px;
	margin: 0 auto;
	}

.details table td.icon.date div {
	background: url('../graphics/icons.png') no-repeat -32px -32px;
	}
.details table td.icon.price div {
	background: url('../graphics/icons.png') no-repeat 0 -224px;
	}
.details table td.icon.includes div {
	background: url('../graphics/icons.png') no-repeat 0 -128px;
	}
.details table td.icon.info div {
	background: url('../graphics/icons.png') no-repeat -32px -128px;
	}
.details table td.icon.booking div {
	background: url('../graphics/icons.png') no-repeat -64px -128px;
	}

.details table td.data {
	background: #f2f2f2;
	}

.booking-instructions {
	background: #f2f2f2;
	padding: 1px 15px;
	margin-bottom: 10px;
	}

.tstat {
	line-height: 24px;
	height: 24px;
	margin: 14px 0;
	}

.tstat .box {
	width: 90px;
	height: 24px;
	position: relative;
	float: left;
	margin-right: 8px;
	}

.tstat.newtour,
.tstat.newtour a {
	color: #78B919;
	}
.tstat.changed,
.tstat.changed a {
	color: #DFA308;
	}
.tstat.limited,
.tstat.limited a {
	color: #FC5D0C;
	}
.tstat.soldout,
.tstat.soldout a {
	color: #BA0A1A;
	}
.tstat.register,
.tstat.register a {
	color: #915ec9;
	}

.tstat a {
	text-decoration: underline;
	}
.tstat a:hover {
	color: #777;
	text-decoration: underline;
	}

.tstat.newtour .box {
	background: #78B919 url('../graphics/icons.png') no-repeat 50% -676px;
	}
.tstat.changed .box {
	background: #DFA308 url('../graphics/icons.png') no-repeat 50% -708px;
	}
.tstat.limited .box {
	background: #FC5D0C url('../graphics/icons.png') no-repeat 50% -740px;
	}
.tstat.soldout .box {
	background: #BA0A1A url('../graphics/icons.png') no-repeat 50% -772px;
	}
.tstat.register .box {
	background: #915ec9 url('../graphics/icons.png') no-repeat 50% -804px;
	}

.matour .bubble-text {
	/*max-height: 161px;*/
	}

.moretours {
	margin-top: 0px;
	margin-bottom: 20px;
	}

.moretours .feat-box {
	border: 0;
	margin: 0;
	padding: 0;
	height: 115px;
	overflow: hidden;
	float: left;
	width: 310px;
	margin-right: 10px;
	position: relative;
	}

.moretours .feat-box h4 {
	max-height: 55px;
	overflow: hidden;
	padding-bottom: 2px;
	margin-bottom: 7px;
	}

.moretours button {
	position: absolute;
	bottom: 0;
	left: 125px;
	}

.feat-box:last-child {
	margin-right: 0;
	}

/*-------------------------------------------------------------------------------
 | About Pages
 +-----------------------------------------------------------------------------*/

.clientlist {
	float: left;
	width: 300px;
	margin-right: 30px;
	}

.clientlist.col3 {
	margin-right: 0;
	}

.team .col0 {
	width: 50%;
	float: left;
	}

.team .col1 {
	width: 44%;
	float: right;
	}

.team h3 {
	margin-bottom: 4px;
	}

.team h4 {
	margin-top: 4px;
	}

.about-photo {
	width: 290px;
	height: 393px;
	}

#about .bubble-wrap {
	margin: 15px 0 25px 0;
	}

#about .bubble-text {
	max-height: none;
	}


/*-------------------------------------------------------------------------------
 | Resources
 +-----------------------------------------------------------------------------*/

#resources .col1 {
	width: 49%;
	float: left;
	}

#resources .col2 {
	width: 45%;
	float: right;
	}

#resources h4 {
	margin-bottom: 5px;
	}

.linklist li {
	margin-bottom: 15px;
	}

/*-------------------------------------------------------------------------------
 | Contacts
 +-----------------------------------------------------------------------------*/

#contacts .leftcol div {
	line-height: 24px;
	}

#contacts .addresses {
	float: left;
	margin-right: 45px;
	width: 45%;
	}

#contacts .staff {
	float: left;
	width: 40%;
	}

#contacts .staff h4,
#contacts .addresses h4 {
	margin-top: 25px;
	margin-bottom: 3px;
	}

#contacts .sendmsg input,
#contacts .sendmsg textarea {
	width: 280px;
	}

#contacts .leftcol .contact-phone,
#contacts .leftcol .contact-email,
#contacts .leftcol .contact-fax {
	margin: 3px 0;
	}

/*-------------------------------------------------------------------------------
 | Form Errors
 +-----------------------------------------------------------------------------*/

.error {
	font-size: 13px;
	color: #b2092c;
}

.error-msg {
	border: 1px solid #d95a70;
	background: #ffeaed;
	padding: 8px 15px;
	border-radius: 5px;
	margin-bottom: 15px;
}

/*-------------------------------------------------------------------------------
 | Smartphones
 +-----------------------------------------------------------------------------*/

@media screen and (max-device-width: 480px){

	body, div, p, li, a, td, th, h1, h2, h3, h4, h5, h6, h7, h8 {
		-webkit-text-size-adjust: none;
		}

	ul.nav li a,
	ul.nav li a:visited {
		padding: 0px 14px 0 14px;
		}
}

/* iPad */

@media all and (device-width: 768px) and (device-height: 1024px) {

	ul.nav li a,
	ul.nav li a:visited {
		padding: 0px 14px 0 14px;
		}
}
