@font-face { 
	font-family: "Moserrat";
	font-display: swap;
	src: url("/fonts/montserrat.ttf") format("truetype"); 
}
@font-face { 
	font-family: "Monserrat Regular"; 
	font-display: swap;  
	src: url("/fonts/montserrat-regular.otf") format("opentype"); 
}

* {
	font-family: 'Monserrat Regular',Helvetica,Arial,Lucida,sans-serif;
}
body {
    font-family: Open Sans,Arial,sans-serif;
    font-size: 16px;
    color: #666;
    background-color: #fff;
    line-height: 1.7em;
    /*font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
}
main > .container {
    padding: 70px 15px 20px;
}
.main {
	margin-top: 150px;
	position:relative;
}
.box-left {
	width: 100%;
	text-align: right;
	margin: auto;
}
.box-left > *, .box-left a {
	color: #ffffff;
	text-align: right;
}
.box-left li:before {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  background-size: cover;
  color: rgba(255, 255, 255, 0.3);
  background-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xNDEzIDg5NnEwLTI3LTE4LTQ1bC05MS05MS0zNjItMzYycS0xOC0xOC00NS0xOHQtNDUgMThsLTkxIDkxcS0xOCAxOC0xOCA0NXQxOCA0NWwxODkgMTg5SDQ0OHEtMjYgMC00NSAxOXQtMTkgNDV2MTI4cTAgMjYgMTkgNDV0NDUgMTloNTAybC0xODkgMTg5cS0xOSAxOS0xOSA0NXQxOSA0NWw5MSA5MXExOCAxOCA0NSAxOHQ0NS0xOGwzNjItMzYyIDkxLTkxcTE4LTE4IDE4LTQ1em0yNTEgMHEwIDIwOS0xMDMgMzg1LjVUMTI4MS41IDE1NjEgODk2IDE2NjR0LTM4NS41LTEwM1QyMzEgMTI4MS41IDEyOCA4OTZ0MTAzLTM4NS41VDUxMC41IDIzMSA4OTYgMTI4dDM4NS41IDEwM1QxNTYxIDUxMC41IDE2NjQgODk2eiIgZmlsbD0iI2ZmZmZmZiIgY2xhc3M9ImZpbGwtMDAwMDAwIj48L3BhdGg+PC9zdmc+');
}
.box-left h3 {
	font-weight: bold;
	font-size: 200%;
	color: #ffffff;
	margin-bottom: 15px;
}
.box-left ul {
	list-style: none;
}
.bg-europe {
	background: rgb(65,195,0);
	background: linear-gradient(180deg, rgba(65,195,0,1) 0%, rgba(0,16,6,1) 100%);
}
.bg-asia {
	background: rgb(0,54,173);
	background: linear-gradient(180deg, rgba(0,54,173,1) 0%, rgba(34,0,51,1) 100%);
}
.bg-south-america {
	background: rgb(190,0,133);
	background: linear-gradient(180deg, rgba(190,0,133,1) 0%, rgba(13,1,14,1) 100%);
}
.bg-north-america {
	background: rgb(0,109,140);
	background: linear-gradient(180deg, rgba(0,109,140,1) 0%, rgba(0,16,25,1) 100%);
}
.bg-australia-oceania {
	background: rgb(131,0,233);
	background: linear-gradient(180deg, rgba(131,0,233,1) 0%, rgba(35,0,52,1) 100%);
}
.bg-africa {
	background: rgb(0,159,252);
	background: linear-gradient(180deg, rgba(0,159,252,1) 0%, rgba(34,1,52,1) 100%);
}
#tour-text p {
	font-family: 'Monserrat Regular',Helvetica,Arial,Lucida,sans-serif;
	line-height: 1.6em;
	text-align: justify;
	font-style: normal;
	font-weight: normal;
}
.tour-info {
	background-color: rgba(0,0,0,0.5);
	padding: 10px;
	width: auto;
}
.footer {
    background-color: #f5f5f5;
    font-size: .9em;
}
.footer a {
	color: #666679;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}
h1,h2,h3,h4,h5 {
	color: #960349;
}
#navtop {
	border-bottom: 1px solid #e5e5e5;
}
.nav {
	transition: margin-top 0.4s ease-in-out;
}
video {
	width: 100%;
}
.navbar { 
  -webkit-transition:padding 0.2s ease;
  -moz-transition:padding 0.2s ease; 
  -o-transition:padding 0.2s ease;        
  transition:padding 0.2s ease;  
}
.affix {
  padding-top: 0.2em !important;
  padding-bottom: 0.2em !important;
  -webkit-transition:padding 0.2s linear;
  -moz-transition:padding 0.2s linear;  
  -o-transition:padding 0.2s linear;         
  transition:padding 0.2s linear;  
}
.affix .logo {
	height: 50px;
	-webkit-transition:height 0.2s linear;
	-moz-transition:height 0.2s linear;  
	-o-transition:height 0.2s linear;         
	transition:height 0.2s linear;
}
.photobox {
	min-height: 250px;
	width: 100%;
	color: #e5e5e5;
	background: rgb(103,0,76);
	background: linear-gradient(0deg, rgba(103,0,76,1) 0%, rgba(222,0,139,1) 100%);
}
.linkicons a {
	display: block;
}
.g1 {
	background: rgb(63,94,251);
	background-image: linear-gradient(180deg,#564300 0%,#261c00 100%);
}
.b1 {
	background: rgb(103,0,76);
	background: linear-gradient(0deg, rgba(103,0,76,1) 0%, rgba(154,0,97,1) 100%);
}
.i1 {
	background: rgb(12,113,194);
	background: linear-gradient(180deg, rgba(12,113,194,1) 0%, rgba(0,54,99,1) 64%);
}
.j1 {
	background: rgb(98,140,21);
	background: linear-gradient(180deg, rgba(98,140,21,1) 0%, rgba(47,64,0,1) 64%)
}
.f1 {
	background-image: linear-gradient(
180deg,#000000 0%,rgba(0,0,0,0.41) 35%),url(/i/bg3.jpg)!important;
	background-size: cover;
	padding: 70px 30px;
}
.f1, .f1 h3 {
	color: #ffffff;
}
.o1 {
	background: rgb(190,32,101);
	background: radial-gradient(circle, rgba(190,32,101,1) 0%, rgba(103,0,68,1) 100%);
	padding: 70px 30px;
}
.o1 h3, .o1 p {
	text-align: center;
	color: #fff;
}
@media (max-width: 991.98px) {
	.logo {
		width: 200px;
	}
	.lead {
		margin-top: 30px;
	}
	.bg-photo {
		background-size: cover;
	}
	#leftarea {
		padding-top: 1%;
		padding-right: 1%;
		padding-bottom: 1%;
		padding-left: 1%;
	}
	#leftarea h1 {
		font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 50px;
		color: #f7f7f7!important;
		letter-spacing: 2px;
		text-size-adjust: 100%;
	}
}
#leftarea {
	background-color: rgba(41,62,114,0.5);
    padding-top: 3%;
    padding-right: 5%;
    padding-bottom: 4%;
    padding-left: 3%;
}
#leftarea * {
	color: #fff;
}
#leftarea h1 {
	font-family: 'Monserrat',Helvetica,Arial,Lucida,sans-serif;
	font-weight: bold;
	/*font-size: 4.3em;*/
	line-height: 1em;
	text-size-adjust: 100%;
}
#rightarea p, #rightarea h4 {
	color: #ffffff;
}
.tour-text h1, .tour-text h2 {
	font-weight: bold;
	font-size: xx-large;
}
a.tour-photo {
	display: block;
}
.bg-photo {
	background-size: 100%;
	background-position: top 20% bottom 30%;
}
@media (min-width: 768px) {
	#rightarea {
		position: fixed;
	}
	#leftarea {
		padding-top: 1%;
		padding-right: 1%;
		padding-bottom: 1%;
		padding-left: 1%;
	}
	#leftarea h1 {
		font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		/*font-size: 50px;*/
		color: #f7f7f7!important;
		letter-spacing: 2px;
		text-size-adjust: 100%;
	}
	
}
.rightarea {
	padding: 20px;
}
.rightarea, .rightarea h4 {
	color: #ffffff;
}
.btn-siesta {
	color: #ffffff !important;
	background: rgb(190,32,101);
	background: linear-gradient(180deg, rgba(190,32,101,1) 0%, rgba(103,0,68,1) 100%);
}