	/*siteart.gr - pcmanager.gr*/

/*FONT FAMILY EXAMPLES

    font-family: 'Averta', sans-serif; normal, 600, bold / normal, italic
	font-family: 'hgbig', sans-serif; 300, 500, 900, / normal
	font-family: 'hgdisp', sans-serif; 300 / normal


*/
/* COLOR REFERENCES
blue #3dbeee;

/*******DEBUGGING*******/
/*.row [class*="span"], .row-fluid [class*="span"] {
	background-color: #EEEEEE;
    border-radius: 3px;
    line-height: 40px;
    min-height: 40px;
    text-align: center;
	border:1px dotted #00F;
}*/

/*[class*="span"] {margin-left: 28px !important;}*/

/*******DEBUGGING END**********/

html:lang(en-gb) { 
	/*english site specific styling*/
}
html:lang(el-gr) { 
	/*greek site specific styling*/
}

@media screen and (max-width: 1018px) {
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
}

/*GLOBAL OVERRIDES*/
body {
	font-family: 'Averta', sans-serif;
	color: #000000;
	font-size: 20px;
} 
hmtl, body, .t3-wrapper {
	padding: 0;
	margin: 0; 
	-webkit-font-smoothing: antialiased !important; /*MAC OS font fix*/
}
a {
	color: #000000;
}
a:hover, 
a:focus { 
	color: #3dbeee;
	text-decoration: none; 
	outline: none !important; 
} 
button:hover, 
button:focus {
	outline: none !important; 
}
#t3-mainbody, 
#t3-content  {
	/*padding: 0; */
} 


/*no margin and no padding - add .nopad . nomarg to container element*/
.nopad {
	padding-left: 0 !important; 
	padding-right: 0 !important; 
}
.nomarg {
	margin-left: 0 !important; 
	margin-right: 0 !important; 
} 
.nomarg .row {
	margin-left: 0; 
	margin-right: 0; 
} 
.nomarg .row .col-xs-1, .nomarg .row .col-sm-1, .nomarg .row .col-md-1, .nomarg .row .col-lg-1, .nomarg .row .col-xs-2, .nomarg .row .col-sm-2, .nomarg .row .col-md-2, .nomarg .row .col-lg-2, .nomarg .row .col-xs-3, .nomarg .row .col-sm-3, .nomarg .row .col-md-3, .nomarg .row .col-lg-3, .nomarg .row .col-xs-4, .nomarg .row .col-sm-4, .nomarg .row .col-md-4, .nomarg .row .col-lg-4, .nomarg .row .col-xs-5, .nomarg .row .col-sm-5, .nomarg .row .col-md-5, .nomarg .row .col-lg-5, .nomarg .row .col-xs-6, .nomarg .row .col-sm-6, .nomarg .row .col-md-6, .nomarg .row .col-lg-6, .nomarg .row .col-xs-7, .nomarg .row .col-sm-7, .nomarg .row .col-md-7, .nomarg .row .col-lg-7, .nomarg .row .col-xs-8, .nomarg .row .col-sm-8, .nomarg .row .col-md-8, .nomarg .row .col-lg-8, .nomarg .row .col-xs-9, .nomarg .row .col-sm-9, .nomarg .row .col-md-9, .nomarg .row .col-lg-9, .nomarg .row .col-xs-10, .nomarg .row .col-sm-10, .nomarg .row .col-md-10, .nomarg .row .col-lg-10, .nomarg .row .col-xs-11, .nomarg .row .col-sm-11, .nomarg .row .col-md-11, .nomarg .row .col-lg-11, .nomarg .row .col-xs-12, .nomarg .row .col-sm-12, .nomarg .row .col-md-12, .nomarg .row .col-lg-12 {
	padding-left: 0; 
	padding-right: 0; 
}

 
/*BOOTSTRAP 5 COLUMNS LAYOUT*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/*sticky footer - also check jquery for unknown height footer*/
/*.t3-wrapper {
height: 100%;
}
.pcmstickycontent {
min-height: 100%;
}*/

/*BACK TO TOP*/
.back-to-top {
	background-color: rgba(0, 0, 0, 0.0);
	background-image: url('../png/scrolltotop.png'); 
	bottom: 50%;
	margin: 0;
	position: fixed;
	right: 38px;
	width: 20px;
	height: 20px;
	z-index: 1000;
	opacity: 0;
	-moz-transition: all 0.4s ease-in 0s;
	-webkit-transition: all 0.4s ease-in 0s;
	-ms-transition: all 0.4s ease-in 0s;
	-o-transition: all 0.4s ease-in 0s;
	transition: all 0.4s ease-in 0s;
}
     
.back-to-top.reveal {
	cursor: pointer;
	opacity: 1;
}
.back-to-top.reveal:hover, 
.back-to-top.reveal:focus, 
.back-to-top.reveal:active {
	background-color: rgba(0, 0, 0, 0.0); 
	opacity: 0.7; 
} 

/*BELOW SLIDER*/
#belowslider {
	text-align: right;
	position: relative;
	top: -65px;
	padding-right: 75px !important;
} 
#belowslider:before, 
#belowslider::before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 130px 100vw 0 0;
	border-color: transparent white transparent transparent;
	top: -65px;
	left: 0;
} 


/*FOOTER*/
#t3-footer {
	background-color: #000000;
	border-top: 0px;
} 
.footer-top {
	/* max-width: 1246px; */
	margin: auto;
	padding-left: 90px;
	padding-right: 90px;
	padding-top: 132px;
	padding-bottom: 48px;
}
.footer-top-col {
	width: 33.3%; 
	float: left; 
} 
.left-footer, 
.right-footer {
	width: 40%
}
.center-footer {
	width: 20%; 
}
.left-footer img {
	margin-right: 17px;
	margin-bottom: 3px;
	max-height: 21px;
} 
.left-footer, 
.left-footer a {
	font-size: 18px; 
	letter-spacing: 0.025em; 
	color: #ffffff; 
	font-weight: normal; 
}
.left-footer strong, 
.left-footer a:hover, 
.left-footer a:focus {
	font-weight: normal; 
	color: #3dbeee; 
} 
.left-footer p {
	margin-bottom: 2px;
} 
.left-footer .moduletable {
	/*vertical align*/
	position: relative;
	/* top: 50%; */
	/* -webkit-transform: perspective(1px) translateY(-50%); */
	-ms-transform: perspective(1px) translateY(-50%);
	/* transform: perspective(1px) translateY(-50%); */
	float: left;
}
.right-footer .moduletable {
	float: right;
	font-size: 18px;
	color: #3dbeee;
	font-weight: 600; 
	/*vertical align*/
	position: relative;
	/* top: 50%; */
	/* -webkit-transform: perspective(1px) translateY(-50%); */
	-ms-transform: perspective(1px) translateY(-50%);
	/* transform: perspective(1px) translateY(-50%); */
} 
.center-footer p {
	margin-bottom: 0; 
}
.footer-bottom {
	padding: 5px 90px 5px 90px;
}
.footer-bottom ul {
	text-align: center; 
}
.footer-bottom ul li {
	float: none;
	display: inline-block;
	border-left: 1px solid #818181;
	border-radius: 0;
	color: #ffffff;
}
.footer-bottom ul li:first-child {
	border-left: 0px; 
} 
.footer-bottom ul li a {
	color: #818181;
	padding: 0 10px;
	font-weight: normal;
	font-size: 13px;
	letter-spacing: 0.025em;
	line-height: 1;
}
.footer-bottom ul li a:hover, 
.footer-bottom ul li a:focus {
	color: #3dbeee; 
	background-color: transparent; 
	background-image: none; 
	background: none; 
}

/*footer newsletter*/
.right-footer h4 {
	font-weight: 600;
	font-size: 18px;
	color: #3dbeee;
	margin-bottom: 18px;
	margin-top: 0;
}
.right-footer input.email {
	box-shadow: none;
	background-image: none;
	background-color: #ffffff;
	border-radius: 0;
	display: inline-block;
	padding: 0 11px;
	height: 37px;
	border: 0px;
	vertical-align: top;
	width: 232px;
	margin-right: 2px;
}
.right-footer input.email::-webkit-input-placeholder{
	font-weight: normal; 
	font-size: 13px; 
	letter-spacing: 0.025em; 
	text-shadow: none; 
	color: #3dbeee; 
}
.right-footer input.email:-moz-placeholder { /* Firefox 18- */
	font-weight: normal; 
	font-size: 13px; 
	letter-spacing: 0.025em; 
	text-shadow: none; 
	color: #3dbeee; 
}
.right-footer input.email::-moz-placeholder {  /* Firefox 19+ */
	font-weight: normal; 
	font-size: 13px; 
	letter-spacing: 0.025em; 
	text-shadow: none; 
	color: #3dbeee; 
}
.right-footer input.email:-ms-input-placeholder {
	font-weight: normal; 
	font-size: 13px; 
	letter-spacing: 0.025em; 
	text-shadow: none; 
	color: #3dbeee; 
} 
.right-footer .pcminline {
	display: inline-block; 
}
.right-footer .pcminline input {
	color: #000000;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.025em;
	background-color: #3dbeee;
	box-shadow: none;
	background-image: none;
	border: 1px solid #3dbeee;
	border-radius: 0;
	display: inline-block;
	padding: 8.5px 7.5px;
} 
.right-footer .pcminline input:hover, 
.right-footer .pcminline input:focus {
	outline: none; 
	background-color: transparent; 
	color: #3dbeee; 
}

/*SEARCH SECTION*/
#searchsection {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: RGBA(61,190,238,0.98);
	color: #000;
	z-index: 999999;
} 
.searchsectionclose {
	background-image: url('../png/close-white.png');
	background-color: transparent;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 40px;
	height: 40px;
	position: fixed;
	top: 56px;
	right: 68px;
}
.searchicon {
	cursor: pointer; 
}
.searchicon p {
	margin-bottom: 0;
	line-height: 17px;
} 
#searchsection div.k2SearchBlock {
	width: 100%;
	position: fixed !important;
	top: 48%;
	left: 0;
	margin-top: -50px;
	text-align: center; 
	color: #ffffff; 
	font-family: 'hgbig', sans-serif;
	letter-spacing: 0.01em; 
	font-size: 48px; 
	font-weight: 300; 
}
#searchsection div.k2SearchBlock form input.inputbox {
	font-family: 'hgbig', sans-serif;
	color: #ffffff;
	font-size: 68px;
	font-weight: 300;
	letter-spacing: 0.075em;
	padding: 0 15px;
	text-align: center;
	height: inherit;
	line-height: 68px;
	background-color: transparent;
	background-image: none;
	background: none;
	box-shadow: none;
	border: 0px;
	border-radius: 0;
	margin: auto;
} 
#searchsection div.k2SearchBlock form input.inputbox::-webkit-input-placeholder {
	color: #ffffff; 
}
#searchsection div.k2SearchBlock form input.inputbox:-moz-placeholder { /* Firefox 18- */
	color: #ffffff; 
}
#searchsection div.k2SearchBlock form input.inputbox::-moz-placeholder {  /* Firefox 19+ */
	color: #ffffff; 
}
#searchsection div.k2SearchBlock form input.inputbox:-ms-input-placeholder {
	color: #ffffff; 
} 
.navbar-search {
	position: absolute;
	right: 80px;
	top: 57px;
}

/*MAIN NAV*/
.pcm-mainnav {
	border: 0px;
	background-color: transparent;
	background-image: none;
	box-shadow: none;
	border-radius: 0;
	position: absolute;
	z-index: 999;
	width: 100%;
} 
.pcm-mainnav.navbar-default .navbar-nav > .active > a, 
.pcm-mainnav .navbar-default .navbar-nav > .active > a:hover, 
.pcm-mainnav.navbar-default .navbar-nav > .active > a:focus, 
.pcm-mainnav.navbar-default .navbar-nav > .open > a  {
	background-color: transparent; 
	color: #ffffff; 
} 
.pcm-mainnav .t3-megamenu .nav > .dropdown > .dropdown-toggle .caret {
	display: none; 
	visibility: hidden; 
}
.pcm-mainnav.navbar-default .navbar-nav > li > a {
	color: #ffffff;
	font-size: 13px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.pcm-mainnav ul.nav {
	display: table;
	float: none;
	margin: auto;
} 
.pcm-mainnav ul.nav li {
	display: table-cell;
	vertical-align: middle;
	float: none;
	padding: 0 8px;
}
img.logo-menu-img {
	padding: 0 13px;
}  

/*submenu items*/
.pcm-mainnav .dropdown-menu.mega-dropdown-menu {
	min-width: 280px;
	border-radius: 20px;
}
.pcm-mainnav .dropdown-menu {
	background-color: rgba(61, 190, 238, 0.8);
	margin-top: -30px !important;
}
.pcm-mainnav .dropdown-menu ul li {
	width: 100%; 
	clear: both;
	display: block; 
	color: #ffffff; 
	text-transform: uppercase; 
	text-align: center; 
	background-color: transparent !important; 
}
.pcm-mainnav .dropdown-menu ul li a {
	color: #ffffff;
	text-align: center;
	padding: 12px 5px !important;
	background-color: transparent !important; 
} 
.pcm-mainnav .dropdown-menu ul li a:hover {
	background-color: transparent !important; 
	color: #ffffff !important;  
}

/*submenu arrow*/
/*.pcm-mainnav li.dropdown .dropdown-menu:before {
	border-bottom: 13px solid rgba(61, 190, 238, 0.8);
	border-left: 13px solid rgba(61, 190, 238, 0);
	border-right: 13px solid rgba(61, 190, 238, 0);
	content: "";
	display: inline-block;
	left: 44%;
	position: absolute;
	top: -12px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.pcm-mainnav li.dropdown.open .dropdown-menu:before {
	opacity: 1; 
	visibility: visible;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}*/
.themed-tours-submenu {
	/*position: fixed;
	top: 0;
	left: 0 !important;
	right: 0 !important;
	bottom: 0;
	width: 100% !important;
	border-radius: 0 !important;
	max-width: 100%;
	margin: 0 !important
	-webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
	transform: translate(0, 0) !important;*/
}


/*OFF-CANVAS*/
button.off-canvas-toggle, 
button.off-canvas-toggle:hover, 
button.off-canvas-toggle:focus {
	background-color: transparent;
	left: 30px;
	z-index: 999;
	position: absolute;
	top: 33px;
} 
button.off-canvas-toggle i.fa-bars {
	font-size: 28px;
} 
.t3-off-canvas-body li.item-101 {
	display: none; 
	visibility: hidden; 
} 
.logo-mobile {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	text-align: center;
	/* z-index: 99; */
} 
#t3-off-canvas {
	background-color: #3dbeee; 
	color: #ffffff; 
} 
.t3-off-canvas .t3-off-canvas-body a {
	color: #ffffff; 
	background-color: transparent; 
} 
.t3-off-canvas .t3-off-canvas-body a:hover, 
.t3-off-canvas .t3-off-canvas-body a:focus {
	background-color: transparent; 
	background-image: none; 
	background: none; 
	outline: none; 
	box-shadow: none; 
	color: #ffffff; 
} 
.t3-off-canvas .t3-off-canvas-body ul.menu {
	padding-top: 20px;
}
.t3-off-canvas .t3-off-canvas-body ul.menu li a {
	font-size: 48px;
	letter-spacing: 0.01em;
	padding: 7px 0px;
	text-align: center;
	font-family: 'hgbig', sans-serif;
	font-weight: 300;
	line-height: 1;
} 
.t3-off-canvas .t3-off-canvas-body ul.menu li span.themed-tours-in-menu {
	text-align: center; 
	font-size: 48px;
	letter-spacing: 0.01em;
	padding: 7px 0px;
	font-family: 'hgbig', sans-serif;
	font-weight: 300;
	line-height: 1;
	width: 100%; 
}


/*BELOW SLIDER*/
#belowslider img {
	margin-left: 19px;
	max-height: 21px;
}

/*SPOTLIGHT1*/
#spotlight1 {
	/*padding-left: 62.5px; 
	padding-right: 62.5px; */
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1271px;
	margin: auto;
	padding-bottom: 60px;
	padding-top: 28px;
} 
.pcm-tours-slick {
	padding-top: 28px;
	cursor: grab; 
}
.slick-slide {
	outline: none !important; 
}
.pcm-tours-slick-item-inner {
	margin: 12.5px;
	position: relative;
}
.modulePretext-gtt-homepage {
	font-size: 30px; 
	font-weight: 600; 
	letter-spacing: 0.025em; 
	color: #3dbeee; 
	text-align: center; 
}
.pcm-tours-slick-item {
	width: 33.3%;
	float: left; 
	cursor: pointer; 
} 
.pcm-tours-slick-item .pcm-tours-slick-textimg {
	height: 100%; 
	padding: 12px; 
	background-color: #e6e6e6; 
}
.pcm-tours-slick-item .pcm-tours-slick-info {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #e6e6e6;
	-webkit-box-shadow: 7px 7px 20px -6px rgba(0,0,0,0.5);
	-moz-box-shadow: 7px 7px 20px -6px rgba(0,0,0,0.5);
	box-shadow: 7px 7px 20px -6px rgba(0,0,0,0.5);
	opacity: 0;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-ms-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
	padding: 20px;
} 
/*.pcm-tours-slick-item:hover .pcm-tours-slick-info {
	opacity: 1; 
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-ms-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
} */
.pcm-tours-slick-item.hovered .pcm-tours-slick-info { /*class added with to remove class on click*/
	opacity: 1; 
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-ms-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
} 
.pcm-tours-slick-img {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding-top: 68.166%;
	margin-bottom: 10px;
} 
.pcm-tours-slick-img img {
	display: none !important; 
}
.pcm-tours-slick-text .pcm-moduleItemTitle {
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0.01em;
	margin-bottom: 5px;
}
.pcm-tours-slick-text .pcm-moduleItemText {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.01em;
	line-height: 1.4em;
}
.pcm-tours-slick-text .pcm-moduleItemText p {
	margin-bottom: 9px;
} 
.slick-prev:before, 
.slick-next:before {
	display: none; 
} 
button.slick-prev, 
button.slick-prev:hover, 
button.slick-prev:focus {
	background-image: url(../png/arrow-left-black.png);
	background-position: center center;
	background-size: contain;
	width: 35px;
	height: 24px;
	left: 12.5px;
	top: -21px;
} 
button.slick-prev.slick-disabled {
	background-image: url(../png/arrow-left-grey.png); 
} 
button.slick-next, 
button.slick-next:hover, 
button.slick-next:focus {
	background-image: url(../png/arrow-right-black.png);
	background-position: center center;
	background-size: contain;
	width: 35px;
	height: 24px;
	right: 12.5px;
	top: -21px;
} 
button.slick-next.slick-disabled {
	background-image: url(../png/arrow-right-grey.png); 
} 
.pcm-tours-slick-info-title {
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 0.01em;
	text-align: center;
	line-height: 1.3;
	margin-top: 30px;
	margin-bottom: 40px;
}
.pcm-tours-slick-info-link a {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.075em;
	text-align: center;
	background-color: #3dbeee;
	position: absolute;
	display: block;
	bottom: 13px;
	left: 12px;
	right: 12px;
	line-height: 54px;
} 
.pcm-tours-slick-info-link:hover a {
	color: #000000; 
} 
.pcm-tours-slick-info-duration {
	font-size: 17px;
	letter-spacing: 0.01em;
	position: relative;
	padding-left: 74px;
	margin: 19px 0;
	line-height: 1.2;
	font-weight: normal;
}
.pcm-tours-slick-info-duration:before, 
.pcm-tours-slick-info-duration::before {
	position: absolute;
	content: '';
	background-image: url(../png/duration.png);
	background-position: center center;
	background-size: contain;
	width: 22px;
	height: 23px;
	margin-left: -50px; 
	top: 50%;
	-webkit-transform: perspective(1px) translateY(-50%);
	-ms-transform: perspective(1px) translateY(-50%);
	transform: perspective(1px) translateY(-50%);
} 
.pcm-tours-slick-info-duration strong {
	font-weight: bold; 
} 
.pcm-tours-slick-info-duration p {
	margin-bottom: 0; 
} 
.pcm-tours-slick-info-place {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.01em;
	position: relative;
	padding-left: 74px;
	margin: 19px 0;
	line-height: 1.2;
} 
.pcm-tours-slick-info-place:before, 
.pcm-tours-slick-info-place::before {
	position: absolute;
	content: '';
	background-image: url(../png/place.png);
	background-position: center center;
	background-size: contain;
	width: 22px;
	height: 23px;
	margin-left: -50px; 
	top: 50%;
	-webkit-transform: perspective(1px) translateY(-50%);
	-ms-transform: perspective(1px) translateY(-50%);
	transform: perspective(1px) translateY(-50%);
}
.pcm-tours-slick-info-languages {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.01em;
	position: relative;
	padding-left: 74px;
	margin: 19px 0;
	line-height: 1.2;
} 
.pcm-tours-slick-info-languages:before, 
.pcm-tours-slick-info-languages::before {
	position: absolute;
	content: '';
	background-image: url(../png/language.png);
	background-position: center center;
	background-size: contain;
	width: 22px;
	height: 22px;
	margin-left: -50px; 
	top: 50%;
	-webkit-transform: perspective(1px) translateY(-50%);
	-ms-transform: perspective(1px) translateY(-50%);
	transform: perspective(1px) translateY(-50%);
}
.pcm-tours-slick-info-languages em {
	font-weight: normal; 
	font-style: italic; 
} 
.moduleLink-gtt-homepage {
	width: 100%;
	text-align: center;
	margin-top: 46px;
	margin-bottom: 46px;
}
.moduleLink-gtt-homepage a.pcm-moduleCustomLink {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #ffffff;
	background-color: #3dbeee;
	padding: 11px 38px;
	text-transform: uppercase;
} 
.moduleLink-gtt-homepage a.pcm-moduleCustomLink:hover, 
.moduleLink-gtt-homepage a.pcm-moduleCustomLink:focus {
	color: #000000; 
} 

@media screen and (min-width: 767px) {
	.pcm-tours-slick-item:hover .pcm-tours-slick-info {
		opacity: 1; 
		-moz-transition: all 0.3s ease-in 0s;
		-webkit-transition: all 0.3s ease-in 0s;
		-ms-transition: all 0.3s ease-in 0s;
		-o-transition: all 0.3s ease-in 0s;
		transition: all 0.3s ease-in 0s;
	} 
}


/*WHO WE ARE HOMEPAGE SECTION*/
#spotlight2 {
	background-color: #3dbeee;
	padding-top: 52px;
	padding-bottom: 136px;
} 
.moduletable.whoarewe-mod {
	padding-top: 40px;
	padding-bottom: 60px;
}
.whoarewe-mod {
	max-width: 1250px;
	margin: auto;
}
.whoarewe-mod h4 {
	font-size: 26px;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 0.025em;
	margin: 44px 14px 14px 14px;
	padding-bottom: 40px;
}
.whoarewe-mod p {
	font-family: 'hgbig', sans-serif;
	font-size: 60px;
	font-weight: 300;
	letter-spacing: 0.01em;
	line-height: 1.3;
	max-width: 976px;
	margin: auto;
} 
.whoarewe-mod table {
	margin-top: 56px;
}
.whoarewe-mod table p {
	letter-spacing: 0.025em;
	/* font-size: 24px; */
	font-family: 'Averta', sans-serif;
	color: #000000;
	line-height: 1.2;
	font-size: 18px;
}
.whoarewe-mod table td {
	border: 0px; 
	border-radius: 0; 
} 
.whoarewe-mod table td img {
	margin-bottom: 56px;
	max-width: 121px;
}
a.whoarewe-btn {
	color: #000000;
	font-size: 12px;
	font-family: 'Averta', sans-serif;
	letter-spacing: 0.05em;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #ffffff;
	padding: 11px 22px;
	margin-top: 70px;
	display: inline-block;
} 
a.whoarewe-btn:hover {
	color: #3dbeee; 
} 

/*NEWSLETTER HOMEPAGE*/ 
html.home #spotlight3 {
	position: relative;
	top: -65px;
	margin-bottom: -65px;
	padding-left: 0px;
	padding-right: 0px;
}
html.home #spotlight3:before, 
html.home #spotlight3::before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 130px 100vw 0 0;
	border-color: #3dbeee transparent transparent transparent;
	top: -65px;
	z-index: 999999;
} 
html.home #spotlight3 .row {
	margin-left: 0px; 
	margin-right: 0px; 
}
html.home #spotlight3 .row .spotlight3 {
	padding-left: 0; 
	padding-right: 0; 
}
.custom.home-newsletter-mod {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	top: -65px;
	margin-bottom: -65px;
	position: relative;
	padding-top: 236px;
	padding-bottom: 170px;
}
.custom.home-newsletter-mod p {
	font-size: 36px; 
	font-weight: normal; 
	letter-spacing: 0.025em; 
	margin-bottom: 0; 
}
.custom.home-newsletter-mod p strong {
	font-weight: 600; 
} 
.custom.home-newsletter-mod .gtt-home-news {
	text-align: center;
	margin-top: 38px;
}
.custom.home-newsletter-mod .gtt-home-news-inner {
	text-align: center;
	background-color: #ffffff;
	display: inline-block; 
	width: 100%; 
	max-width: 556px; 
} 
.custom.home-newsletter-mod .gtt-home-news-inner * {
	display: inline-block; 
}
.custom.home-newsletter-mod input.email {
	box-shadow: none;
	background-image: none;
	background-color: #ffffff;
	border-radius: 0;
	display: inline-block;
	padding: 0 0 0 29px;
	height: 75px;
	border: 0px;
	vertical-align: top;
	width: 100%;
	max-width: 460px;
	margin-right: 7px;
	margin-top: 7px;
	margin-bottom: 7px;
	font-weight: normal; 
	font-size: 25px; 
	letter-spacing: 0.025em; 
	text-shadow: none; 
	color: #3dbeee; 
}
.custom.home-newsletter-mod input.email::-webkit-input-placeholder{
	font-weight: normal; 
	font-size: 25px; 
	letter-spacing: 0.025em; 
	text-shadow: none; 
	color: #3dbeee; 
}
.custom.home-newsletter-mod input.email:-moz-placeholder { /* Firefox 18- */
	font-weight: normal; 
	font-size: 25px; 
	letter-spacing: 0.025em; 
	text-shadow: none; 
	color: #3dbeee; 
}
.custom.home-newsletter-mod input.email::-moz-placeholder {  /* Firefox 19+ */
	font-weight: normal; 
	font-size: 25px; 
	letter-spacing: 0.025em; 
	text-shadow: none; 
	color: #3dbeee; 
}
.custom.home-newsletter-mod input.email:-ms-input-placeholder {
	font-weight: normal; 
	font-size: 25px; 
	letter-spacing: 0.025em; 
	text-shadow: none; 
	color: #3dbeee; 
} 
.custom.home-newsletter-mod .pcminline .button {
	box-shadow: none;
	border: 0px;
	border-radius: 0;
	background-color: #3dbeee;
	background-image: url(../png/newsletter-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 29px 19px;
	width: 75px;
	height: 75px;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
}
.custom.home-newsletter-mod .pcminline .button:hover {
	background-color: #000000; 
}


/*WHAT THEY SAY ABOUT US*/
#spotlight5 {
	background-color: #e4f5fc;
	padding-top: 45px;
	padding-bottom: 68px;
}
.whattheysayaboutus-mod h3 {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.025em;
	color: #3dbeee;
	text-align: center;
	margin-bottom: 34px;
}

/*INSTAGRAM FEED*/
#spotlight6 {
	background-color: #3dbeee; 
	padding-top: 45px;
	padding-bottom: 68px; 
} 
#spotlight6 .pcmcontainer {
	padding-left: 15px;
    padding-right: 15px;
    max-width: 1246px;
    margin: auto;
}
#spotlight6 h3 {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.025em;
	color: #ffffff;
	text-align: center;
	margin-bottom: 34px;
} 
#spotlight6 h4 {
	font-family: 'hgbig', sans-serif;
	font-weight: 300;
	font-size: 48px;
	letter-spacing: 0.025em;
	margin-bottom: 47px;
}
.instagramfeed-text-mod h4 img {
	max-width: 37px; 
}
/*module overrides*/
html .ul-instaholic li { 
	-webkit-box-shadow: none; 
	box-shadow: none; 
	border: 0px; 
	border-radius: 0; 
	background-color: #3dbeee; 
	position: relative; 
} 
html .ul-instaholic li img, 
html .ul-instaholic li video {
	border-bottom: 0px; 
	border-radius: 0; 
} 
html .ul-instaholic li img, 
html .ul-instaholic li img:hover {
	opacity: 0 !important; 
}
html .ul-instaholic li a {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: block; 
} 

/*THEMED TOURS - category layout - itemlist*/
#k2Container.pcm-tours-itemListView {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1460px;
	margin: auto;
	padding-bottom: 60px;
	padding-top: 0;
} 
#form-ui {
	margin-bottom: 32px;
}
#form-ui .form-selects {
	float: left;
	margin-left: 15px;
}
#form-ui .select2OptionPicker ul.select-buttons {
	padding-left: 0; 
}
#form-ui .form-selects button {
	border-left: 1px solid #3dbeee; 
	line-height: 18px; 
	margin-left: 0; 
	box-shadow: none; 
	background-color: transparent; 
	border-radius: 0; 
	border-top: 0px; 
	border-bottom: 0px; 
	border-right: 0px; 
	color: #3dbeee; 
	letter-spacing: 0.075em; 
	font-size: 18px; 
	text-transform: uppercase; 
	padding: 0 10px;
} 
#form-ui .form-selects button:first-child {
	border-left: 0px; 
	padding-left: 0; 
}
#form-ui .form-selects button.active {
	color: #000000; 
} 
.theme-toggle {
	float: right;
	color: #3dbeee;
	letter-spacing: 0.075em;
	font-size: 18px;
	text-transform: uppercase;
	cursor: pointer;
	margin-right: 15px;
}
#output {
	display: none; 
} 

/*TAGS FILTER STYLING IN CATEGORY PAGE*/
.form-labels {
	opacity: 0;
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	-moz-transition: all 0.4s ease-in 0s;
	-webkit-transition: all 0.4s ease-in 0s;
	-ms-transition: all 0.4s ease-in 0s;
	-o-transition: all 0.4s ease-in 0s;
	transition: all 0.4s ease-in 0s;
	min-height: 100%;
	background-color: rgba(0,0,0,0.75); 
} 
.form-labels .form-labels-inner {
	background-color: #ebebeb;
	max-width: 1230px;
	left: 0;
	right: 0;
	margin: auto;
	position: fixed; 
	/*vertical align*/
	top: 50%;
	-webkit-transform: perspective(1px) translateY(-50%);
	-ms-transform: perspective(1px) translateY(-50%);
	transform: perspective(1px) translateY(-50%);
	padding: 10px;
}
body.themebox-show .form-labels {
	opacity: 1; 
	z-index: 999; 
	-moz-transition: all 0.4s ease-in 0s;
	-webkit-transition: all 0.4s ease-in 0s;
	-ms-transition: all 0.4s ease-in 0s;
	-o-transition: all 0.4s ease-in 0s;
	transition: all 0.4s ease-in 0s;
} 
.form-labels input {
	display: none; 
}
.form-labels label {
	cursor: pointer;
	width: 20%;
	float: left;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.025em;
	padding: 10px;
	display: block;
} 
.form-labels label.checked .labelicon, 
.form-labels label.checked .labeltext {
	background-color: #ffffff; 
	font-weight: bold; 
} 
.form-labels label .labeltext {
	padding-bottom: 10px; 
}
label.form-labels-done .labelicon {
	background-image: url(../png/done.png); 	
	/*vertical align*/
	position: relative;
  	top: 50%;
	-webkit-transform: perspective(1px) translateY(-50%);
	-ms-transform: perspective(1px) translateY(-50%);
	transform: perspective(1px) translateY(-50%);
} 
div.form-labels-done {
	position: absolute; 
	top: 30px; 
	right: 30px; 
	background-image: url(../png/close-blue.png); 
	width: 34px; 
	height: 34px; 
	cursor: pointer; 
}
label .labelicon {
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center center;
	box-shadow: none;
	border-radius: 0;
	min-height: 134px;
}
label.mythology .labelicon {
	background-image: url(../png/mythology.png); 
}
label.ancient-greek-rituals .labelicon {
	background-image: url(../png/ancient-greek-rituals.png); 
}
label.outdoor-activities .labelicon {
	background-image: url(../png/outdoor-activities.png); 
}
label.culture .labelicon {
	background-image: url(../png/culture.png); 
}
label.sunset-view .labelicon {
	background-image: url(../png/sunset-view.png); 
}
label.history .labelicon {
	background-image: url(../png/history.png); 
}
label.shopping .labelicon {
	background-image: url(../png/shopping.png); 
}
label.philosophy .labelicon {
	background-image: url(../png/philosophy.png); 
}
label.food-and-drink .labelicon {
	background-image: url(../png/food-and-drink.png); 
}
label.sailing .labelicon {
	background-image: url(../png/sailing.png); 
}
label.archaeology .labelicon {
	background-image: url(../png/archaeology.png); 
}
label.meditation .labelicon {
	background-image: url(../png/meditation.png); 
}
label.street-art-and-architecture .labelicon {
	background-image: url(../png/street-art-and-architecture.png); 
}
label.kid-friendly-activities .labelicon {
	background-image: url(../png/kid-friendly-activities.png); 
}
label.photography .labelicon {
	background-image: url(../png/photography.png); 
}
label.swimming .labelicon {
	background-image: url(../png/swimming.png); 
}
label.local-vibes .labelicon {
	background-image: url(../png/local-vibes.png); 
}
label.nightlife .labelicon {
	background-image: url(../png/nightlife.png); 
}
label.nature .labelicon {
	background-image: url(../png/nature.png); 
}

/*THEMED TOURS - item view*/
html.view-item.themed-tours #slider, 
html.view-item.themed-tours #belowslider {
	display: none; 
	visibility: hidden; 
} 
html.view-item.themed-tours #t3-mainbody, 
html.view-item.themed-tours #t3-content {
	padding-top: 0; 
} 

html.themed-tours #spotlight4 {
	font-family: 'hgbig', sans-serif;
	letter-spacing: 0.01em;
	font-size: 48px;
	font-weight: 300;
	line-height: 1.25;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 100px;
} 
html.themed-tours #spotlight4 img {
	margin-top: 24px;
	max-width: 115px;
}


/*BELOW SLIDER IN ITEM LAYOUT*/
.social-item-slider {
	text-align: right;
	position: relative;
	top: -65px;
	padding-right: 60px !important;
} 
.social-item-slider:before, 
.social-item-slider::before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 130px 100vw 0 0;
	border-color: transparent white transparent transparent;
	top: -65px;
	left: -15px;
} 
.social-item-slider > div {
	position: relative; 
} 
.social-item-slider img {
	margin-left: 19px;
	max-height: 21px;
}

/*CHILD ELEMENTS TAKE JUSTIFIED SPACE - START*/
.pcm-item-icons-wrapper {
	text-align: justify;
	position: relative;
} 
.pcm-item-icons-wrapper:before, 
.pcm-item-icons-wrapper::before {
    content: '';
    display: block;
    width: 100%;
    margin-bottom: -1.2em;
}
.pcm-item-icons-wrapper:after, 
.pcm-item-icons-wrapper::after {
    content: '';
    display: inline-block;
    width: 100%;
}
.pcm-item-icon-wrapper {
	text-align: center;
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 1.2em;
} 
/*CHILD ELEMENTS TAKE JUSTIFIED SPACE - END*/

.pcm-item-icons-wrapper {
	margin-bottom: 110px;
}
.placeitem-wrapper .place p {
	margin-bottom: 0px !important;
}

.pcm-item-icon-heading {
	font-size: 29px;
	font-weight: 600;
	letter-spacing: 0.025em;
	color: #3dbeee;
	margin-bottom: 20px;
} 
.durationitem pre {
	font-family: 'hgbig', sans-serif;
	font-size: 60px;
	font-weight: 300;
	letter-spacing: 0.01em;
	line-height: 0.95;
	padding: 0 0 10px 0;
	margin: 0;
} 
.languagesitem-wrapper .languages .main-languages {
	font-family: 'hgbig', sans-serif;
	font-size: 60px;
	font-weight: 300;
	letter-spacing: 0.01em;
	line-height: 0.95;
} 
.languagesitem-wrapper .languages .sign-language {
	font-family: 'Averta', sans-serif;
	font-size: 22px;
	letter-spacing: 0.025em;
}
.placeitem-wrapper .place {
	font-family: 'hgbig', sans-serif;
	font-size: 60px;
	font-weight: 300;
	letter-spacing: 0.01em;
	line-height: 0.95;
}

.itemthemeswrapper > div {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 50px;
	height: 70px;
	float: none;
	margin: 0 5px;
	display: inline-block; 
	position: relative; 
	cursor: pointer; 
}
.itemthemeswrapper div.Mythology {
	background-image: url(../png/mythology.png); 
}
.itemthemeswrapper div.Kid.friendly.activities {
	background-image: url(../png/kid-friendly-activities.png); 
}
.itemthemeswrapper div.Food.and.Drink {
	background-image: url(../png/food-and-drink.png); 
}
.itemthemeswrapper div.Street.art.and.Architecture {
	background-image: url(../png/street-art-and-architecture.png); 
}
.itemthemeswrapper div.Ancient.Greek.Rituals {
	background-image: url(../png/ancient-greek-rituals.png); 
}
.itemthemeswrapper div.Outdoor.activities {
	background-image: url(../png/outdoor-activities.png); 
}
.itemthemeswrapper div.Culture {
	background-image: url(../png/culture.png); 
}
.itemthemeswrapper div.Sunset.view {
	background-image: url(../png/sunset-view.png); 
}
.itemthemeswrapper div.History {
	background-image: url(../png/history.png); 
}
.itemthemeswrapper div.Shopping {
	background-image: url(../png/shopping.png); 
}
.itemthemeswrapper div.Philosophy {
	background-image: url(../png/philosophy.png); 
}
.itemthemeswrapper div.Sailing {
	background-image: url(../png/sailing.png); 
}
.itemthemeswrapper div.Archaeology {
	background-image: url(../png/archaeology.png); 
}
.itemthemeswrapper div.Meditation {
	background-image: url(../png/meditation.png); 
}
.itemthemeswrapper div.Photography {
	background-image: url(../png/photography.png); 
}
.itemthemeswrapper div.Swimming {
	background-image: url(../png/swimming.png); 
}
.itemthemeswrapper div.Local.vibes {
	background-image: url(../png/local-vibes.png); 
}
.itemthemeswrapper div.Nightlife {
	background-image: url(../png/nightlife.png); 
}
.itemthemeswrapper div.Nature {
	background-image: url(../png/nature.png); 
} 
.itemthemeswrapper div.Hiking {
	background-image: url(../png/hiking.png); 
} 
.itemthemeswrapper div.Theater {
	background-image: url(../png/drama_light.png); 
} 

/*tooltips*/
.itemthemeswrapper > div .tooltiptext {
	visibility: hidden;
  	width: 120px;
  	background-color: #ffffff;
  	color: #000000;
  	text-align: center;
  	padding: 5px 5px;
  	border-radius: 6px; 
	border: 1px solid #999; 
	font-size: 14px; 
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
 
  	/* Position the tooltip text - see examples below! */
  	position: absolute;
  	z-index: 1; 
  	bottom: 100%;
  	left: 50%; 
  	margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}
.itemthemeswrapper > div:hover .tooltiptext {
  visibility: visible;
} 
/*tooltip arrows*/
.itemthemeswrapper > div .tooltiptext:after, 
.itemthemeswrapper > div .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: #666 transparent transparent transparent;
}


div.itemBody.itemBody-tours {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1271px;
	margin: auto;
	padding-bottom: 0px;
	padding-top: 28px;
	background-color: white;
}

.touritemView .itemFullText, 
.touritemView .itemFullText-book {
	display: table-cell; 
} 
.touritemView .itemFullText-wrapper {
	display: table;
	width: 100%;
	margin-bottom: 114px;
}
.touritemView .itemFullText {
	width: 82%;
	font-size: 30px;
	letter-spacing: 0.025em;
	font-weight: normal;
	line-height: 1.7;
} 
.touritemView .itemFullText-book {
	width: 18%; 
	text-align: right;
	vertical-align: middle;
} 
.touritemView .itemFullText-book img {
	cursor: pointer; 
}

.durationoptionsselect-wrapper {
	text-align: center;
	margin-bottom: 110px;
} 
.durationoptionsselect-heading {
	display: inline-block;
	font-family: 'hgbig', sans-serif;
	font-size: 85px;
	font-weight: 300;
	letter-spacing: 0.01em;
	color: #000000;
	line-height: 1;
	vertical-align: top;
} 
.durationoptionsselect-wrapper .select2-container {
	display: inline-block;
	font-family: 'hgbig', sans-serif;
	font-size: 85px;
	font-weight: 300;
	letter-spacing: 0.01em;
	color: #3dbeee;
	width: auto !important;
	vertical-align: top;
} 
.select2-container--default .select2-selection--single.durationoptionsselect-container {
	border-radius: 0;
	border: 0px;
	box-shadow: none;
	background: none;
	background-color: transparent;
	background-image: none;
	height: auto;
} 
.select2-container--default .select2-selection--single.durationoptionsselect-container .select2-selection__rendered {
	line-height: 100px;
	color: #3dbeee;
	padding-right: 40px;
	padding-left: 0;
	position: relative;
	z-index: 999;
	margin-left: 16px;
	top: -8px;
} 
.select2-container--default .select2-selection--single.durationoptionsselect-container .select2-selection__rendered:after, 
.select2-container--default .select2-selection--single.durationoptionsselect-container .select2-selection__rendered::after {
	content: '';
	border: 1px solid;
	border-color: rgba(0,0,0,0.6);
	position: absolute;
	bottom: 13px;
	left: 0;
	right: 0;
	z-index: 99;
}
.select2-container--default .select2-selection--single.durationoptionsselect-container:hover, 
.select2-container--default .select2-selection--single.durationoptionsselect-container:focus {
	outline: none; 
	border-radius: 0; 
	border: 0px; 
	box-shadow: none; 
	background: none; 
	background-color: transparent; 
	background-image: none; 
}
.durationoptionsselect-dropdown {
	text-align: center; 
}
.durationoptionsselect-dropdown .select2-search {
	display: none; 
	visibility: hidden; 
} 
.select2-container--default .select2-selection--single.durationoptionsselect-container .select2-selection__arrow b {
	display: none; 
	visibility: hidden; 
}
.select2-container--default .select2-selection--single.durationoptionsselect-container .select2-selection__arrow {
	background-image: url(../png/arrow-blue-down.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
} 
.select2-container--default.select2-container--open .select2-selection--single.durationoptionsselect-container .select2-selection__arrow {
	background-image: url(../png/arrow-blue-up.png);
} 
.select2-dropdown.durationoptionsselect-dropdown {
	border-radius: 0;
	border: 0px;
	background-color: #ffffff;
	background-image: none;
	box-shadow: none;
	color: #3dbeee;
	height: 100%;
	display: block;
}
.select2-dropdown.durationoptionsselect-dropdown .select2-results__option.select2-results__option--highlighted, 
.select2-dropdown.durationoptionsselect-dropdown .select2-results__option[aria-selected=true] {
	background-color: #ffffff;
	background-image: none;
	box-shadow: none;
	font-family: 'hgbig', sans-serif;
	font-size: 85px;
	font-weight: 300;
	letter-spacing: 0.01em;
	color: #3dbeee;
	padding: 0px 14px;
	text-align: left;
}  
.select2-dropdown.durationoptionsselect-dropdown .select2-results__option {
	font-family: 'hgbig', sans-serif;
	font-size: 85px;
	font-weight: 300;
	letter-spacing: 0.01em;
	color: #3dbeee;
	white-space: nowrap;
	padding: 0px 14px;
	text-align: left;
	background-color: #ffffff;
}
.select2-dropdown.durationoptionsselect-dropdown ul.select2-results__options {
	overflow: visible; 
	max-height: 800px; 
	    -webkit-box-shadow: 7px 7px 20px -6px rgba(0,0,0,0.5);
    -moz-box-shadow: 7px 7px 20px -6px rgba(0,0,0,0.5);
    box-shadow: 7px 7px 20px -6px rgba(0,0,0,0.5);
} 

/*tours item text*/
.durationwrapper span.first-table, 
.durationwrapper span.second-table, 
.durationwrapper span.third-table {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #000000;
	cursor: pointer;
	position: relative;
	margin: 0 15px 44px 15px;
	border: 1px solid #ffffff;
	padding: 7px 21px;
	display: inline-block;
} 
.durationwrapper span.first-table.clicked, 
.durationwrapper span.second-table.clicked, 
.durationwrapper span.third-table.clicked {
	/* border-bottom: 1px solid #3dbeee; */
	color: #3dbeee;
	border: 1px solid #3dbeee;
	padding: 7px 21px;
} 
.durationwrapper span.first-table:hover, 
.durationwrapper span.second-table:hover, 
.durationwrapper span.third-table:hover, 
.durationwrapper span.first-table:focus, 
.durationwrapper span.second-table:focus, 
.durationwrapper span.third-table:focus {
	color: #3dbeee; 
	outline: none; 
} 
.durationwrapper span.second-table:before, 
.durationwrapper span.second-table::before,
.durationwrapper span.third-table:before, 
.durationwrapper span.third-table::before {
	/* content: '.'; */
	left: -20px;
	position: absolute;
	color: #000000;
	font-size: 30px;
	line-height: 14px;
}

.durationwrapper table {
	table-layout: fixed; 
}
.durationwrapper table tr td, 
.durationwrapper table td {
	border-top: 0;
	letter-spacing: 0.025em;
	line-height: 1.7;
} 
.durationwrapper table td img {
	max-width: 100%; 
} 
.durationwrapper table td img {
	padding-left: 90px; 
	padding-right: 0px; 
} 
.durationwrapper table td:first-child img {
	padding-left: 0px;
	padding-right: 90px;
}
.durationwrapper table.first-table > tbody > tr > td, 
.durationwrapper table.second-table > tbody > tr > td, 
.durationwrapper table.third-table > tbody > tr > td {
	padding: 50px 0px 16px 0px;
} 
.durationwrapper table.first-table > tbody > tr > td:first-child, 
.durationwrapper table.second-table > tbody > tr > td:first-child, 
.durationwrapper table.third-table > tbody > tr > td:first-child {
	padding: 50px 0px 16px 0px;
} 
table.second-table.shorttour tr:nth-of-type(odd) td.table-cell-slider {
	padding: 50px 100px 16px 0px !important
}
.durationwrapper table.shorttour td {
	font-size: 21px;
} 
.durationwrapper table.multitour td {
	font-size: 18px;
}
.durationwrapper table p {
	margin-bottom: 0; 
} 
.durationwrapper table.first-table ul {
	padding-left: 0;
	margin-left: -58px;
}
.durationwrapper table.first-table ul li {
	list-style-type: none;
	background-image: url(../png/arrow-blue-right.png);
	background-repeat: no-repeat;
	background-position: left 11px;
	padding-left: 58px;
	margin-top: 20px;
	font-size: 21px;
} 
.durationwrapper table.first-table ul li:first-child {
	margin-top: 15px;
}
table.info-inner-table tr td {
	font-weight: 600;
	font-size: 18px !important;
	padding-bottom: 10px;
}
table.info-inner-table tr td:first-child {
	font-weight: normal; 
} 
table.info-inner-table tr td ul {
	padding-left: 22px;
}
table tr td.table-cell-slider {
	color: #3dbeee;
	font-size: 26px !important;
	font-family: 'hgdisp', sans-serif;
	font-weight: 300;
	letter-spacing: 0.025em;
	text-align: center;
	vertical-align: middle !important;
	padding: 50px 100px 16px 0px !important;
} 
table.second-table tr:nth-of-type(odd) td.table-cell-slider {
	padding: 50px 0px 16px 100px !important; 
}
td.table-cell-slider strong {
	font-family: 'Averta', sans-serif; 
	font-size: 22px; 
	font-weight: normal; 
} 
td.table-cell-slider ul {
	padding-left: 0; 
	margin-left: 0 !important; 
} 
td.table-cell-slider ul.slick-slider .slick-track li {
	list-style-type: none !important;
	background-image: none !important; 
	padding-left: 0 !important; 
} 
td.table-cell-slider ul.slick-slider .slick-track li img {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
td.table-cell-slider .slick-dots {
	bottom: -76px;
}
td.table-cell-slider .slick-dots li button:before, 
td.table-cell-slider .slick-dots li button::before {
	display: none !important; 
} 
td.table-cell-slider .slick-dots li {
	background-image: url(../png/bar-grey.png) !important;
	list-style-type: none !important;
	background-repeat: no-repeat !important;
	background-size: contain;
	background-position: center center !important;
	width: 45px;
	height: 3px;
	padding: 10px 0 !important;
} 
td.table-cell-slider .slick-dots li.slick-active {
	background-image: url(../png/bar-black.png) !important; 
} 

table.second-table.multitour {
	margin-top: 32px;
}
table.second-table.multitour td {
	padding-top: 40px !important;
}
table.second-table.multitour h4 {
	margin-bottom: 0px; 
}

.touritemView .notes-heading {
	font-size: 23px; 
	font-weight: 600; 
	letter-spacing: 0.05em; 
	color: #3dbeee; 
	text-align: center; 
	text-transform: uppercase; 
	line-height: 1.5; 
}
.touritemView .notes {
	color: #3dbeee; 
	font-size: 23px; 
	font-weight: normal; 
	letter-spacing: 0.05em; 
	text-align: center; 
	max-width: 470px; 
	margin: auto; 
	line-height: 1.5; 
}

.item-send-enquiry-heading {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border: 1px solid #3dbeee;
	border-radius: 0;
	background-color: #ffffff;
	color: #3dbeee;
	text-align: center;
	cursor: pointer;
	max-width: 1200px;
	margin: 52px auto 52px auto;
	padding: 10px 10px;
}
.item-send-enquiry-heading:hover, 
.item-send-enquiry-heading:focus {
	background-color: #3dbeee; 
	color: #ffffff; 
} 
.item-send-enquiry-form {
	display: none;
	background-color: #ebebeb;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
	padding-top: 40px;
	padding-bottom: 22px;
} 

/*enquiry form*/
.item-send-enquiry-form-close {
	background-image: url(../png/close-blue.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer; 
}
.headerclass {
	text-align: center; 
	font-size: 30px; 
	color: #3dbeee; 
	font-weight: 600; 
	letter-spacing: 0.0255em; 
} 
.tourselectorclass, 
.tourselectorclass-small, 
.tourselectorclass-private, 
.tourselectorclass-multi {
	text-align: center;
	margin-top: 10px;
}
.tourselectorclass > div, 
.tourselectorclass-small > div, 
.tourselectorclass-private > div, 
.tourselectorclass-multi > div {
	display: inline-block; 
	font-family: 'hgbig', sans-serif; 
	font-size: 64px; 
	font-weight: 300; 
	color: #000000; 
	letter-spacing: 0.01em; 
	line-height: 1.4; 
} 
.select2-container--default .select2-selection--single.tourselectordropdown-container {
	border: 0px; 
	border-radius: 0; 
}
.select2-container--default .select2-selection--single .select2-selection__rendered#select2-tourselectordropdownid-container {
	color: #3dbeee;
	line-height: 1.4;
	outline: none !important;
	padding-left: 12px;
	padding-right: 46px;
} 
.select2-container--default.select2-container--focus .select2-selection--single.tourselectordropdown-container {
	outline: none !important; 
}
.select2-container .select2-selection--single.tourselectordropdown-container {
	height: auto; 
	background-color: #ebebeb; 
} 
.select2-container .select2-selection--single.tourselectordropdown-container .select2-selection__arrow b {
	display: none; 
} 
.select2-container .select2-selection--single.tourselectordropdown-container .select2-selection__arrow {
	background-image: url(../png/arrow-blue-down.png);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 100%;
	right: 17px;
}
.select2-container.select2-container--open .select2-selection--single.tourselectordropdown-container .select2-selection__arrow {
	background-image: url(../png/arrow-blue-up.png);
}
.select2-dropdown.tourselectordropdown-dropdown {
	border: 0px !important;
	border-radius: 0 !important;
	background-color: #ebebeb;	
} 
.select2-container--open .select2-dropdown.tourselectordropdown-dropdown {
	left: -20px; 
}
.tourselectordropdown-dropdown .select2-search {
	display: none; 
} 
.select2-container--default .tourselectordropdown-dropdown .select2-results > .select2-results__options {
	max-height: 800px; 
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-shadow: 7px 7px 20px -6px rgba(0,0,0,0.5);
    -moz-box-shadow: 7px 7px 20px -6px rgba(0,0,0,0.5);
    box-shadow: 7px 7px 20px -6px rgba(0,0,0,0.5);
} 
.tourselectordropdown-dropdown .select2-results ul li {
	font-family: 'hgbig', sans-serif; 
	font-size: 64px; 
	font-weight: 300; 
	color: #3dbeee; 
	letter-spacing: 0.01em; 
	line-height: 1.4; 
} 
.select2-container--default .tourselectordropdown-dropdown .select2-results__option--highlighted[aria-selected], 
.select2-container--default .tourselectordropdown-dropdown .select2-results__option[aria-selected=true] {
	background-color: #ebebeb;
	color: #3dbeee;
}
.select2-container--default .select2-selection--single.tourselectordropdown-container .select2-selection__rendered:after, 
.select2-container--default .select2-selection--single.tourselectordropdown-container .select2-selection__rendered::after {
	content: '';
	border: 1px solid;
	border-color: rgba(0,0,0,0.6);
	position: absolute;
	bottom: 16px;
	left: 12px;
	right: 18px;
	z-index: 99;
} 
.item-send-enquiry-form i.fa-asterisk {
	display: none; 
	visibility: hidden; 
}
.item-send-enquiry-form .gbs3 {
	max-width: 1397px; 
	padding-left: 15px; 
	padding-right: 15px; 
	margin: auto; 
} 
.item-send-enquiry-form #maincontentid, 
.item-send-enquiry-form #maincontentid-small, 
.item-send-enquiry-form #maincontentid-private, 
.item-send-enquiry-form #maincontentid-multi {
	padding: 0 35px;
	margin-top: 14px;
}
.item-send-enquiry-form #maincontentid #leftcolid, 
.item-send-enquiry-form #maincontentid-small #leftcolid-small, 
.item-send-enquiry-form #maincontentid-private #leftcolid-private, 
.item-send-enquiry-form #maincontentid-multi #leftcolid-multi {
	width: 50%; 
	float: left; 
	padding: 0 35px; 
}
.item-send-enquiry-form #maincontentid #rightcolid, 
.item-send-enquiry-form #maincontentid-small #rightcolid-small, 
.item-send-enquiry-form #maincontentid-private #rightcolid-private, 
.item-send-enquiry-form #maincontentid-multi #rightcolid-multi {
	width: 50%; 
	float: left; 
	padding: 0 35px; 
}
.item-send-enquiry-form #amountcontainerid, 
.item-send-enquiry-form #amountcontainerid-small, 
.item-send-enquiry-form #amountcontainerid-private, 
.item-send-enquiry-form #amountcontainerid-multi {
	clear: both;
	width: 100%;
	text-align: center;
	margin-bottom: 22px;
} 
.item-send-enquiry-form #form-row-checkboxid, 
.item-send-enquiry-form #form-row-checkboxid-small, 
.item-send-enquiry-form #form-row-checkboxid-private, 
.item-send-enquiry-form #form-row-checkboxid-multi {
	text-align: center; 
	width: 100%; 
} 
.item-send-enquiry-form #form-row-checkboxid #fin-checkboxid, 
.item-send-enquiry-form #form-row-checkboxid-small #fin-checkboxid-small, 
.item-send-enquiry-form #form-row-checkboxid-private #fin-checkboxid-private, 
.item-send-enquiry-form #form-row-checkboxid-multi #fin-checkboxid-multi {
	margin: auto; 
} 
#form-row-sendid, 
#form-row-sendid-small, 
#form-row-sendid-private, 
#form-row-sendid-multi {
	text-align: center; 
	width: 100%; 
}
#fin-sendid, 
#fin-sendid-small, 
#fin-sendid-private, 
#fin-sendid-multi {
	margin: auto; 
} 
#maincontentid label, 
#maincontentid-small label, 
#maincontentid-private label, 
#maincontentid-multi label {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.025em;
	min-width: inherit;
	max-width: inherit;
	width: 43%;
	padding-top: 6px;
	min-height: 38px;
}
#maincontentid .gcore-form-row .gcore-input, 
#maincontentid-small .gcore-form-row .gcore-input, 
#maincontentid-private .gcore-form-row .gcore-input, 
#maincontentid-multi .gcore-form-row .gcore-input {
	width: 57%;
}
#maincontentid .gcore-form-row .gcore-input .form-control, 
#maincontentid-small .gcore-form-row .gcore-input .form-control, 
#maincontentid-private .gcore-form-row .gcore-input .form-control, 
#maincontentid-multi .gcore-form-row .gcore-input .form-control {
	width: 100% !important;
	border: 0px;
	border-radius: 0;
	height: 38px;
} 
#maincontentid-private .gcore-form-row .gcore-input .form-control.additionalclass-private {
	height: 96px; 
} 
#maincontentid-multi .gcore-form-row.doubleheight .gcore-input .form-control.additionalclass-multi {
	height: 96px;
}
#maincontentid .gcore-form-row .gcore-input .form-control:hover, 
#maincontentid .gcore-form-row .gcore-input .form-control:focus, 
#maincontentid-small .gcore-form-row .gcore-input .form-control:hover, 
#maincontentid-small .gcore-form-row .gcore-input .form-control:focus, 
#maincontentid-private .gcore-form-row .gcore-input .form-control:hover, 
#maincontentid-private .gcore-form-row .gcore-input .form-control:focus, 
#maincontentid-multi .gcore-form-row .gcore-input .form-control:hover, 
#maincontentid-multi .gcore-form-row .gcore-input .form-control:focus {
	box-shadow: none; 
}
.item-send-enquiry-form .gtooltip {
	background-color: #3dbeee !important;
	border: 1px solid #3dbeee !important;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	margin: 0px auto;
	padding: 5px 16px !important;
	position: absolute;
	opacity: 0.9;
	z-index: 3000;
	/* width: auto; */
	max-width: 300px;
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	border-radius: 0.2em;
	-moz-box-shadow: 0 0 5px #DDDDDD;
	-webkit-box-shadow: 0 0 5px #DDDDDD;
	box-shadow: 0 0 5px #DDDDDD;
}
.item-send-enquiry-form .gtooltip-arrow-border-top, 
.item-send-enquiry-form .gtooltip-arrow-top {
	border-top-color: #3dbeee !important;
} 
.item-send-enquiry-form .gbs3 .form-group {
	margin-bottom: 20px; 
} 
#form-row-hiddentitle, 
#form-row-hiddentitle-small, 
#form-row-hiddentitle-private {
	display: none !important;
	visibility: hidden !important;
}
.item-send-enquiry-form .smallgrouptourtextform, 
.item-send-enquiry-form .smallgrouptourtextform-small, 
.item-send-enquiry-form .smallgrouptourtextform-private, 
.item-send-enquiry-form .smallgrouptourtextform-multi {
	font-size: 15px; 
	text-align: center; 
	padding: 0 15px; 
	max-width: 850px; 
	margin: auto; 
	margin-bottom: 22px; 
} 
.item-send-enquiry-form #form-row-checkboxid a, 
.item-send-enquiry-form #form-row-checkboxid-small a, 
.item-send-enquiry-form #form-row-checkboxid-private a, 
.item-send-enquiry-form #form-row-checkboxid-multi a {
	color: #000000; 
	text-decoration: underline; 
}
.item-send-enquiry-form #form-row-checkboxid input#checkboxid, 
.item-send-enquiry-form #form-row-checkboxid-small input#checkboxid-small, 
.item-send-enquiry-form #form-row-checkboxid-private input#checkboxid-private, 
.item-send-enquiry-form #form-row-checkboxid-multi input#checkboxid-multi {
	visibility: hidden;
    left: 50%;
    position: absolute;
}
.item-send-enquiry-form #form-row-checkboxid .gcore-label-checkbox, 
.item-send-enquiry-form #form-row-checkboxid-small .gcore-label-checkbox, 
.item-send-enquiry-form #form-row-checkboxid-private .gcore-label-checkbox, 
.item-send-enquiry-form #form-row-checkboxid-multi .gcore-label-checkbox {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.025em;
	background-image: url(../png/checked-no.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px 25px;
	padding-left: 35px;
}
.item-send-enquiry-form #form-row-checkboxid input#checkboxid:checked + .gcore-label-checkbox, 
.item-send-enquiry-form #form-row-checkboxid-small input#checkboxid-small:checked + .gcore-label-checkbox, 
.item-send-enquiry-form #form-row-checkboxid-private input#checkboxid-private:checked + .gcore-label-checkbox, 
.item-send-enquiry-form #form-row-checkboxid-multi input#checkboxid-multi:checked + .gcore-label-checkbox {
	background-image: url(../png/checked-yes.png);
}
input#sendid, 
input#sendid-small, 
input#sendid-private, 
input#sendid-multi {
	color: #ffffff;
	background-image: none;
	background-color: #3dbeee;
	border: 1px solid #3dbeee;
	border-radius: 0;
	box-shadow: none;
	letter-spacing: 0.05em;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 14px;
	height: 43px;
	width: 236px !important;
	margin-top: 14px;
}
input#sendid:hover, 
input#sendid:focus, 
input#sendid-small:hover, 
input#sendid-small:focus, 
input#sendid-private:hover, 
input#sendid-private:focus, 
input#sendid-multi:hover, 
input#sendid-multi:focus {
	color: #3dbeee; 
	background-color: transparent; 
}

/*new additions for new forms - 2019-03-03*/
.pcm-small-private-select-wrapper {
	margin-top: 10px;
	margin-bottom: 34px;
	text-align: center;
} 
.pcm-small-private-select-div {
	display: inline-block;
    font-family: 'hgbig', sans-serif;
    font-size: 64px;
    font-weight: 300;
    color: #000000;
    letter-spacing: 0.01em;
    line-height: 1.4;
}
.gbs3 #form-row-captcha {
	text-align: center;
	clear: both;
	padding-top: 15px;
}
.gbs3 #form-row-captcha .gcore-subinput-container-wide {
	display: inline-block;
} 
.gbs3 #form-row-captcha .gcore-subinput-container-wide label {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.025em;
	min-width: inherit;
	max-width: inherit;
}
.gbs3 #form-row-captcha .gcore-subinput-container-wide input {
	width: 100% !important;
    border: 0px;
    border-radius: 0;
    height: 38px;
} 
.gbs3 {
	text-align: center; 
}

.social-item-footer {
	padding-top: 30px;
	padding-bottom: 72px;
}
.social-item-footer-heading {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.075em;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.social-item-footer .moduletable {
	text-align: center; 
}
.social-item-footer .moduletable img {
	margin: 0 10px; 
} 

div.itemVideoBlock.touritemVideoBlock {
	padding: 0 15px;
	max-width: 1271px;
	margin: auto;
	background: #ffffff;
} 
.itemRelated-tour {
	padding: 118px 15px 0 15px;
	max-width: 1271px;
	margin: auto;
	background: #ffffff;
}
.relatedheader-tour {
	text-align: center; 
	font-weight: 600; 
	font-size: 30px; 
	letter-spacing: 0.025em; 
	color: #3dbeee; 
}
.itemRelated-tour .pcm-tours-slick-tour {
	padding-top: 32px;
}
html.view-item.themed-tours #spotlight4, 
html.view-item.themed-tours #spotlight5, 
html.view-item.themed-tours #spotlight6 {
	display: none; 
	visibility: hidden; 
} 
.pcm-view-tours-item-btn {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
.pcm-view-tours-item-btn a {
	color: #ffffff; 
	text-transform: uppercase; 
	font-size: 12px; 
	letter-spacing: 0.1em; 
	font-weight: 600; 
	margin: auto; 
	background-color: #3dbeee; 
	border: 1px solid #3dbeee; 
	padding: 11px 38px; 
} 
.pcm-view-tours-item-btn a:focus, 
.pcm-view-tours-item-btn a:hover {
	background-color: #ffffff; 
	color: #3dbeee; 
} 


/*ABOUT US*/
.aboutitemView .itemIntroText h3 {
	font-family: 'hgbig', sans-serif;
	/*font-size: 64px;*/
	font-size: 52px;
	font-weight: 300;
	letter-spacing: 0.010em;
	color: #000000;
	margin: auto auto 84px auto;
	max-width: 970px;
} 
.aboutitemView .itemIntroText table {
	table-layout: fixed; 
}
.aboutitemView .itemIntroText table td {
	border-top: 0px; 
	vertical-align: middle; 
} 
.aboutitemView .itemIntroText table td h4 {
	font-size: 30px;
	font-weight: 600;
	color: #3dbeee;
	letter-spacing: 0.025em;
	margin-top: 0;
	margin-bottom: 42px;
} 
.aboutitemView .itemIntroText table td {
	font-size: 21px;
	letter-spacing: 0.025em;
	line-height: 1.8;
	font-weight: normal; 
	color: #000000; 
} 
.aboutitemView .itemBody {
	padding-left: 15px;
    padding-right: 15px;
    max-width: 1271px;
    margin: auto;
}
.aboutitemView .itemIntroText table td img {
	max-width: 100%; 
	padding-right: 30px; 
}
.aboutitemView .itemFullText h4 {
	font-size: 30px;
	font-weight: 600;
	color: #3dbeee;
	letter-spacing: 0.025em;
	text-align: center;
	margin-bottom: 42px;
} 
.aboutitemView .itemFullText ul {
	padding-left: 0; 
}
.aboutitemView .itemFullText ul li {
	list-style-type: none;
	background-image: url(../png/arrow-blue-right.png);
	background-repeat: no-repeat;
	background-position: left 11px;
	padding-left: 58px;
	margin-top: 26px;
	font-size: 24px;
}
html.about-us #spotlight1 {
	padding-left: 0; 
	padding-right: 0; 
	margin-left: 0; 
	margin-right: 0; 
	max-width: 100%; 
} 
html.about-us #spotlight1 .row {
	margin-left: 0; 
	margin-right: 0; 
}
html.about-us #spotlight1 .row .spotlight1 {
	padding-left: 0; 
	padding-right: 0; 
} 
html.about-us #spotlight1 .custom {
	min-height: 500px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	position: relative;
}
html.about-us #t3-mainbody {
	padding-top: 40px;
}
html.about-us #t3-content {
	padding-top: 0; 
}
.aboutitemView .itemFullText {
	margin-top: 51px;
	display: block;
	width: 100%;
} 
.about-us-quote-text {
	position: absolute;
	top: 50%;
	-webkit-transform: perspective(1px) translateY(-50%);
	-ms-transform: perspective(1px) translateY(-50%);
	transform: perspective(1px) translateY(-50%);
	width: 100%;
	text-align: left;
	max-width: 910px;
	margin: auto;
	left: 0;
	right: 0;
}
.about-us-quote-text p {
	font-size: 72px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.25;
}
.about-us-quote-text h4 {
	font-family: 'hgbig', sans-serif;
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 0.025em;
	margin-bottom: 0;
	margin-top: 50px;
}
html.about-us #spotlight3 .moduletable {
	padding-left: 15px;
    padding-right: 15px;
    max-width: 1271px;
    margin: auto;
} 
html.about-us #spotlight3 .moduletable h3 {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.025em;
	color: #3dbeee;
	text-align: center;
	margin-bottom: 52px;
} 
.about-row {
	margin-bottom: 60px;
}
.about-img-wrapper {
	width: 50%;
	float: left;
	padding-top: 5px;
	padding-right: 102px;
	padding-left: 0; 
} 
.about-img-wrapper img {
	max-width: 100%; 
}
.about-row.odd .about-img-wrapper {
	float: right; 
	text-align: right; 
	padding-right: 0;
	padding-left: 102px; 
}
.about-text-wrapper {
	width: 50%; 
	float: left; 
}
.about-text-wrapper {
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0.025em;
	line-height: 1.75; 
} 
.about-row.odd .about-text-wrapper {
	text-align: right; 
}
.about-header {
	font-weight: bold;
	display: block;
} 
.about-img-caption {
	color: #3dbeee;
	letter-spacing: 0.025em;
	font-size: 14px;
	font-weight: normal;
	margin-top: 20px;
	/* max-width: 300px; */
} 
.about-row.odd .about-img-caption {
	float: right;
}
.about-fulltext-link-inner {
	color: #ffffff;
	background-color: #3dbeee;
	letter-spacing: 0.1em;
	font-size: 12px;
	font-weight: 600;
	border: 1px solid #3dbeee;
	cursor: pointer;
	float: left;
	padding: 7px 54px;
	margin-top: 56px;
} 
.about-row.odd .about-fulltext-link-inner {
	float: right; 
}
.about-fulltext-link-inner:hover, 
.about-fulltext-link-inner:focus {
	outline: none; 
	background-color: #ffffff; 
	color: #3dbeee; 
}
.about-fulltext {
	display: none; 
} 
.about-k2ItemsBlock {
	margin-bottom: 120px; 
} 

html.about-us #spotlight5 {
	margin: 0; 
	padding-left: 0; 
	padding-right: 0; 
	padding-bottom: 0; 
} 
html.about-us #spotlight5 .pcmcontainer > .row {
	margin-left: 0; 
	margin-right: 0; 
} 
html.about-us #spotlight5 .pcmcontainer > .row .spotlight5 {
	padding-left: 0; 
	padding-right: 0; 
} 
html.about-us #spotlight5 .moduletable h3 {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.025em;
	color: #3dbeee;
	text-align: center;
	margin-bottom: 70px;
} 
html.about-us #spotlight5 .moduletable p {
	margin-bottom: 0; 
}

/*CONTACT US*/ 
.custom.chaticonmod {
	top: -25px;
	position: relative;
}
.custom.chaticonmod p {
	margin-bottom: 0; 
} 
html.contact-us #t3-mainbody {
	padding-top: 0; 
} 
html.contact-us #t3-content {
	padding-top: 0; 
} 
html.contact-us #belowslider img {
	/*max-height: 61px; */
}
.contactitemView .itemBody {
	padding-left: 15px;
    padding-right: 15px;
    max-width: 990px;
    margin: auto;
}
.contactitemView .itemFullText h4 {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.025em;
	color: #3dbeee;
	margin-bottom: 20px;
	margin-top: 90px;
} 
.contactitemView .itemFullText h4:first-child {
	margin-top: 0; 
} 
.contactitemView .itemFullText {
	font-family: 'hgbig', sans-serif; 
	font-size: 64px; 
	font-weight: 300; 
	letter-spacing: 0.01em; 
	color: #000000; 
} 
.contactitemView .itemFullText a {
	text-decoration: none; 
	border-bottom: 1px solid #000000; 
} 
.contactitemView .itemFullText a:hover, 
.contactitemView .itemFullText a:focus {
	color: #000000; 
	border-bottom: 0px; 
	text-decoration: none; 
	outline: none; 
} 
.contactitemView .itemFullText img {
	max-height: 35px; 
}

.contactitemView .gbs3 i.fa-asterisk {
	display: none; 
	visibility: hidden; 
}
.contactitemView .gbs3 .gcore-display-table {
	margin: auto;
	width: 100% !important;
	text-align: center;
}
.contactitemView .gbs3 input {
	margin: auto;
	height: 73px;
	width: 100% !important;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #000000;
	box-shadow: none;
	padding: 0;
	border-radius: 0;
	font-family: 'hgbig', sans-serif;
	font-weight: 300;
	font-size: 64px;
	letter-spacing: 0.01em;
	text-shadow: none;
	color: #000000;
} 
.contactitemView .gbs3 input:hover, 
.contactitemView .gbs3 input:focus {
	box-shadow: none; 
}
.contactitemView .gbs3 input::-webkit-input-placeholder {
	font-family: 'hgbig', sans-serif;
	font-weight: 300; 
	font-size: 64px; 
	letter-spacing: 0.01em; 
	text-shadow: none; 
	color: #aaaaaa; 
}
.contactitemView .gbs3 input:-moz-placeholder { /* Firefox 18- */
	font-family: 'hgbig', sans-serif;
	font-weight: 300; 
	font-size: 64px; 
	letter-spacing: 0.01em; 
	text-shadow: none; 
	color: #aaaaaa; 
}
.contactitemView .gbs3 input::-moz-placeholder {  /* Firefox 19+ */
	font-family: 'hgbig', sans-serif;
	font-weight: 300; 
	font-size: 64px; 
	letter-spacing: 0.01em; 
	text-shadow: none; 
	color: #aaaaaa; 
}
.contactitemView .gbs3 input:-ms-input-placeholder {
	font-family: 'hgbig', sans-serif;
	font-weight: 300; 
	font-size: 64px; 
	letter-spacing: 0.01em; 
	text-shadow: none; 
	color: #aaaaaa; 
}
.contactitemView #form-row-phoneid, 
.contactitemView #form-row-emailid {
	width: 50%;
	float: left;
	clear: none;
} 
.contactitemView #form-row-phoneid {
	padding-right: 20px; 
} 
.contactitemView #form-row-emailid {
	padding-left: 20px; 
}
.contactitemView .gbs3 .gtooltip {
	background-color: #3dbeee !important;
	border: 1px solid #3dbeee !important;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	margin: 0px auto;
	padding: 5px 16px !important;
	position: absolute;
	opacity: 0.9;
	z-index: 3000;
	width: auto;
	max-width: 300px;
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	border-radius: 0.2em;
	-moz-box-shadow: 0 0 5px #DDDDDD;
	-webkit-box-shadow: 0 0 5px #DDDDDD;
	box-shadow: 0 0 5px #DDDDDD;
}
.contactitemView .gbs3 .gtooltip-arrow-border-top, 
.contactitemView .gbs3 .gtooltip-arrow-top {
	border-top-color: #3dbeee !important;
} 
.contactitemView .gbs3 .form-group {
	margin-bottom: 42px;
	clear: both;
} 
.contactitemView #form-row-messageid {
	margin-bottom: 9px; 
}
.contactitemView #form-row-messageid label {
	font-family: 'hgbig', sans-serif;
	font-weight: 300; 
	font-size: 64px; 
	letter-spacing: 0.01em; 
	text-shadow: none; 
	color: #aaaaaa; 
} 
.contactitemView #form-row-messageid textarea {
	font-size: 26px;
	color: #000000;
	width: 100% !important;
	border-radius: 0;
	border: 1px solid #000000;
	height: 270px;
} 
.contactitemView #form-row-messageid textarea:hover, 
.contactitemView #form-row-messageid textarea:focus {
	box-shadow: none; 
}
.contactitemView #contactsendid {
	color: #ffffff;
	background-color: #3dbeee;
	width: 193px !important;
	background-image: none;
	border: 1px solid #3dbeee;
	margin: auto;
	letter-spacing: 0.1em;
	font-family: 'Averta', sans-serif;
	font-size: 12px;
	font-weight: 600;
	height: 37px;
	padding: 0;
} 
.contactitemView #contactsendid:hover, 
.contactitemView #contactsendid:focus {
	outline: none; 
	color: #3dbeee;
	background-color: #ffffff;
} 
.contactitemView p img {
	margin: 0 17px; 
}
#k2Container.contactitemView {
	padding: 0 0 34px 0;
} 

.contactitemView #form-row-captcha {
	text-align: center;
	margin-bottom: 10px;
}
.contactitemView #form-row-captcha div {
	display: inline-block;
	float: none !important;
} 
.contactitemView .gbs3 #form-row-captcha #fin-captcha1 {
	width: auto !important;
	border: 1px solid #000000;
	float: none;
	vertical-align: middle;
} 
.contactitemView .gbs3 #form-row-captcha #fin-captcha1 input {
	width: auto !important;
	max-width: 150px !important;
	font-size: 20px;
	color: #000000;
	padding: 0 10px;
	letter-spacing: 0.2em;
}
.contactitemView .gbs3 #form-row-captcha label {
	padding-top: 0;
	display: inline-block;
	float: none !important;
	vertical-align: middle;
}

/*TAILOR-MADE*/
html.tailor-made #t3-mainbody,
html.tailor-made #t3-mainbody > .row > .col-xs-12 {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
} 
html.tailor-made #t3-mainbody > .row {
	margin-left: 0; 
	margin-right: 0; 
}
#k2Container.tailoritemView, 
#k2Container.tailoritemView .itemBody {
	padding-bottom: 0; 
	margin-bottom: 0; 
}
.tailoritemView .itemIntroText h3 {
	font-family: 'hgbig', sans-serif;
    font-size: 64px;
    font-weight: 300;
    letter-spacing: 0.010em;
    color: #000000;
    margin: auto auto 84px auto;
    max-width: 1024px; 
}
.tailoritemView .itemFullText h4 {
	font-size: 30px; 
	letter-spacing: 0.025em; 
	font-weight: 600; 
	color: #3dbeee; 
} 
.tailoritemView .itemFullText table {
	max-width: 992px;
	margin: 22px auto auto auto;
	table-layout: fixed;
} 
.tailoritemView .itemFullText table td {
	font-weight: 600;
	font-size: 28px;
	letter-spacing: 0.025em;
	border: 0px;
	padding: 20px 10px;
	vertical-align: middle;
}

/*tailor-made form*/
.tailoritemView .gbs3 {
	
margin-top: 60px;
}
.tailoritemView .gbs3 i.fa-asterisk {
	display: none; 
	visibility: hidden; 
}
.tailoritemView .gcore-checkbox-item input, 
.tailoritemView .gcore-radio-item input {
	visibility: hidden;
    left: 50%;
    position: absolute;
}
.tailoritemView .gcore-checkbox-item .gcore-label-checkbox, 
.tailoritemView .gcore-radio-item .gcore-label-checkbox {
	background-image: url(../png/checked-grey-no.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 42px;
	font-size: 23px;
	font-weight: normal;
	letter-spacing: 0.025em;
}
.tailoritemView .gcore-checkbox-item input:checked + .gcore-label-checkbox, 
.tailoritemView .gcore-radio-item input:checked + .gcore-label-checkbox {
	background-image: url(../png/checked-grey-yes.png);
}
.tailoritemView .gbs3 label.gcore-label-top, 
.tailoritemView .gbs3 .dates-arr-dep {
	font-size: 22px;
	font-weight: 600;
	color: #3dbeee;
	text-align: center !important;
	margin-bottom: 18px;
} 
.tailoritemView .gbs3 .form-control {
	background-color: #e6e6e6; 
	border: 0px; 
	border-radius: 0; 
	font-size: 20px; 
} 
.tailoritemView .gbs3 .form-control:focus {
	background-color: #ffffff; 
	color: #000000; 
}

.tailoritemView input.form-control::-webkit-input-placeholder{
	font-weight: normal; 
	font-style: normal; 
	font-size: 20px; 
	letter-spacing: 0.025em; 
	text-shadow: none; 
	color: #999999; 
}
.tailoritemView input.form-control:-moz-placeholder { /* Firefox 18- */
	font-weight: normal; 
	font-style: normal; 
	font-size: 20px; 
	letter-spacing: 0.025em; 
	text-shadow: none; 
	color: #999999; 
}
.tailoritemView input.form-control::-moz-placeholder {  /* Firefox 19+ */
	font-weight: normal; 
	font-style: normal; 
	font-size: 20px; 
	letter-spacing: 0.025em; 
	text-shadow: none; 
	color: #999999; 
}
.tailoritemView input.form-control:-ms-input-placeholder {
	font-weight: normal; 
	font-style: normal; 
	font-size: 20px; 
	letter-spacing: 0.025em; 
	text-shadow: none; 
	color: #999999; 
} 
/*placeholder of mobile number input field*/
.tailoritemView input#text41.form-control::-webkit-input-placeholder{
	font-size: 16px;
	letter-spacing: 0; 
}
.tailoritemView input#text41.form-control:-moz-placeholder { /* Firefox 18- */
	font-size: 16px;
	letter-spacing: 0; 
}
.tailoritemView input#text41.form-control::-moz-placeholder {  /* Firefox 19+ */
	font-size: 16px;
	letter-spacing: 0; 
}
.tailoritemView input#text41.form-control:-ms-input-placeholder {
	font-size: 16px;
	letter-spacing: 0; 
} 

#form-row-checkbox_groupinterestsid > label.control-label, 
#form-row-checkbox_groupinterestsidmulti > label.control-label, 
#form-row-checkbox_groupinterestsidtrip > label.control-label {
	margin-bottom: 0; 
}
#fin-checkbox_groupinterestsid, 
#fin-checkbox_groupinterestsidmulti, 
#fin-checkbox_groupinterestsidtrip {
	max-width: 700px;
	margin: auto;
	text-align: center;
	width: 100%;
} 
#fin-checkbox_groupinterestsid #fclmn2, 
#fin-checkbox_groupinterestsidmulti #fclmn2, 
#fin-checkbox_groupinterestsidtrip #fclmn2 {
	text-align: center; 
}
#fin-checkbox_groupinterestsid .gcore-checkbox-item, 
#fin-checkbox_groupinterestsidmulti .gcore-checkbox-item, 
#fin-checkbox_groupinterestsidtrip .gcore-checkbox-item {
	display: inline-block;
	float: none;
	margin: 16px 33px;
	padding: 0;
}
#fin-checkbox_groupinterestsid .gcore-checkbox-item label, 
#fin-checkbox_groupinterestsidmulti .gcore-checkbox-item label, 
#fin-checkbox_groupinterestsidtrip .gcore-checkbox-item label {
	height: 153px;
	background-position: left 20px center;
	padding: 0 0 0 100px;
	/* background-size: auto; */
	border: 1px solid #ffffff;
	width: 272px !important;
	text-align: center;
	margin: 3px;
	display: table-cell;
	vertical-align: middle;
	background-size: 75px;
}
#fin-checkbox_groupinterestsid .gcore-checkbox-item input:checked + label, 
#fin-checkbox_groupinterestsidmulti .gcore-checkbox-item input:checked + label, 
#fin-checkbox_groupinterestsidtrip .gcore-checkbox-item input:checked + label {
	border: 1px solid #3dbeee; 
	-webkit-box-shadow: 7px 7px 20px -6px rgba(61, 190, 238, 1);
	-moz-box-shadow: 7px 7px 20px -6px rgba(61, 190, 238, 1);
	box-shadow: 7px 7px 20px -6px rgba(61, 190, 238, 1);
}

/*
#fitem6 label {
	background-image: url(../images/icons/tags/mythology.png); 
}
#fitem7 label {
	background-image: url(../images/icons/tags/culture.png); 
}
#fitem8 label {
	background-image: url(../images/icons/tags/drama_light.png); 
}
#fitem9 label {
	background-image: url(../images/icons/tags/history.png); 
}
#fitem10 label {
	background-image: url(../images/icons/tags/photography.png); 
}
#fitem11 label {
	background-image: url(../images/icons/tags/archaeology.png); 
}
#fitem12 label {
	background-image: url(../images/icons/tags/food-and-drink.png); 
}
#fitem13 label {
	background-image: url(../images/icons/tags/swimming.png); 
}
#fitem14 label {
	background-image: url(../images/icons/tags/nightlife.png); 
}
#fitem15 label {
	background-image: url(../images/icons/tags/sunset-view.png); 
}
#fitem16 label {
	background-image: url(../images/icons/tags/sailing.png); 
}
#fitem17 label {
	background-image: url(../images/icons/tags/nature.png); 
}
#fitem18 label {
	background-image: url(../images/icons/tags/shopping.png); 
}
#fitem19 label {
	background-image: url(../images/icons/tags/outdoor-activities.png); 
}
#fitem20 label {
	background-image: url(../images/icons/tags/kid-friendly-activities.png); 
}
#fitem21 label {
	background-image: url(../images/icons/tags/philosophy.png); 
}
#fitem22 label {
	background-image: url(../images/icons/tags/meditation.png); 
}
#fitem23 label {
	background-image: url(../images/icons/tags/street-art-and-architecture.png); 
}
#fitem24 label {
	background-image: url(../images/icons/tags/local-vibes.png); 
}
#fitem25 label {
	background-image: url(../images/icons/tags/ancient-greek-rituals.png); 
}
#fitem26 label {
	background-image: url(../images/icons/tags/nightlife.png); 
}
#fitem27 label {
	background-image: url(../images/icons/tags/hiking.png); 
}
*/
.gcore-checkbox-item.Mythology label {
	background-image: url(../png/mythology.png) !important; 
}
.gcore-checkbox-item.Culture label {
	background-image: url(../png/culture.png) !important; 
}
.gcore-checkbox-item.Theater label {
	background-image: url(../png/drama_light.png) !important; 
}
.gcore-checkbox-item.History label {
	background-image: url(../png/history.png) !important; 
}
.gcore-checkbox-item.Photography label {
	background-image: url(../png/photography.png) !important; 
}
.gcore-checkbox-item.Archaeology label {
	background-image: url(../png/archaeology.png) !important; 
}
.gcore-checkbox-item.Food.and.Drink label {
	background-image: url(../png/food-and-drink.png) !important; 
}
.gcore-checkbox-item.Swimming label {
	background-image: url(../png/swimming.png) !important; 
}
.gcore-checkbox-item.Nightlife label {
	background-image: url(../png/nightlife.png) !important; 
}
.gcore-checkbox-item.Sunset.view label {
	background-image: url(../png/sunset-view.png) !important; 
}
.gcore-checkbox-item.Sailing label {
	background-image: url(../png/sailing.png) !important; 
}
.gcore-checkbox-item.Nature label {
	background-image: url(../png/nature.png) !important; 
}
.gcore-checkbox-item.Shopping label {
	background-image: url(../png/shopping.png) !important; 
}
.gcore-checkbox-item.Outdoor.activities label {
	background-image: url(../png/outdoor-activities.png) !important; 
}
.gcore-checkbox-item.Kid.friendly.activities label {
	background-image: url(../png/kid-friendly-activities.png) !important; 
}
.gcore-checkbox-item.Philosophy label {
	background-image: url(../png/philosophy.png) !important; 
}
.gcore-checkbox-item.Meditation label {
	background-image: url(../png/meditation.png) !important; 
}
.gcore-checkbox-item.Street.art.and.Architecture label {
	background-image: url(../png/street-art-and-architecture.png) !important; 
}
.gcore-checkbox-item.Local.vibes label {
	background-image: url(../png/local-vibes.png) !important; 
}
.gcore-checkbox-item.Ancient.Greek.Rituals label {
	background-image: url(../png/ancient-greek-rituals.png) !important; 
}
.gcore-checkbox-item.Nightlife label {
	background-image: url(../png/nightlife.png) !important; 
}
.gcore-checkbox-item.Hiking label {
	background-image: url(../png/hiking.png) !important; 
}


.tailoritemView .gbs3 .gcore-display-table {
	margin: auto;
} 
.tailoritemView .gbs3 .gcore-display-table .gcore-multiple-column {
	text-align: center; 
} 
.tailoritemView .gbs3 .gcore-display-table .gcore-multiple-column .gcore-checkbox-item, 
.tailoritemView .gbs3 .gcore-display-table .gcore-multiple-column .gcore-radio-item {
	display: inline-block;
	float: none;
	margin-top: 10px;
}
.tailoritemView .gbs3 .form-group {
	margin-bottom: 54px;
} 
#tailor-container-class {
	text-align: center; 
}
#form-row-arrivalid label, 
#form-row-departureid label, 
#form-row-arrivalidmulti label, 
#form-row-departureidmulti label, 
#form-row-arrivalidtrip label, 
#form-row-departureidtrip label {
	color: #000000; 
	font-size: 16px; 
	font-weight: normal; 
	margin-bottom: 0; 
} 
#form-row-arrivalid, 
#form-row-departureid, 
#form-row-arrivalidmulti, 
#form-row-departureidmulti, 
#form-row-arrivalidtrip, 
#form-row-departureidtrip {
	display: inline-block;
	padding: 0 20px;
	margin-bottom: 10px;
}
.blueformcontainerclass {
	background-color: transparent;
	text-align: center;
	padding-top: 76px;
}
.blueformcontainerclass .blueformrow.first {
	font-weight: 600;
	color: #3DBEEE;
	font-size: 30px;
	letter-spacing: 0.025em;
	padding: 0 15px;
}
.blueformleftclass, 
.blueformrightclass {
	display: block;
	width: 50%;
	float: left;
	margin: 0;
	padding: 0 17px;
}
#form-row-sendtailorid, 
#form-row-daytourbtn, 
#form-row-multidaytourbtn, 
#form-row-tripdesignbtn {
	margin-bottom: 0; 
} 
.blueformcontainerclass label {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
} 
.blueformcontainerclass .blueformrow {
	max-width: 1061px;
	padding: 0;
	margin: auto;
	clear: both;
} 
.blueformcontainerclass .blueformrow label {
	max-width: inherit;
	min-width: inherit;
	width: 40%;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0;
	padding: 0;
} 
.blueformcontainerclass .blueformrow .gcore-input {
	width: 60%;
}  
.blueformcontainerclass .blueformrow select {
	width: 100% !important;
	padding: 3px;
} 
.blueformcontainerclass .blueformrow .gcore-input input {
	width: 100% !important;
	height: 33px;
}
#form-row-checkbox42, 
#form-row-checkbox42multi, 
#form-row-checkbox42trip {
	clear: both;
	max-width: 100%;
	padding: 0 17px;
	margin: auto;
	text-align: center;
} 
#form-row-checkbox42 a, 
#form-row-checkbox42multi a, 
#form-row-checkbox42trip a {
	color: #000000; 
	text-decoration: underline; 
}
#form-row-checkbox42 label, 
#form-row-checkbox42multi label, 
#form-row-checkbox42trip label {
	color: #000000; 
	font-size: 18px; 
	font-weight: normal; 
	letter-spacing: 0.001em; 
}
#fin-sendtailorid, 
#fin-daytourbtn, 
#fin-multidaytourbtn, 
#fin-tripdesignbtn {
	padding-bottom: 88px;
}
.tailoritemView .gbs3 input.form-control.sendtailorclass {
	color: #ffffff;
	background-color: #3dbeee;
	border: 1px solid #ffffff;
	background-image: none;
	text-shadow: none;
	box-shadow: none;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.01em;
	padding: 10px 52px;
	height: 37px;
	margin-top: 66px;
} 
.tailoritemView .gbs3 input.form-control.sendtailorclass:hover, 
.tailoritemView .gbs3 input.form-control.sendtailorclass:focus {
	background-color: #3dbeee;
	color: #000000;
	border: 1px solid #ffffff;
	text-shadow: none;
	box-shadow: none;
}

.tailoritemView .gbs3 + p { /*chronoforms p element fix*/
	margin-bottom: 0; 
} 

.tailoritemView .gbs3 .gtooltip {
	background-color: #3dbeee !important;
	border: 1px solid #3dbeee !important;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	margin: 0px auto;
	padding: 5px 16px !important;
	position: absolute;
	opacity: 0.9;
	z-index: 3000;
	/* width: auto; */
	max-width: 300px;
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	border-radius: 0.2em;
	-moz-box-shadow: 0 0 5px #DDDDDD;
	-webkit-box-shadow: 0 0 5px #DDDDDD;
	box-shadow: 0 0 5px #DDDDDD;
} 
.tailoritemView .gbs3 .gtooltip.gdatetimepicker-panel {
	width: 300px;
	max-width: 300px !important;
	font-size: 14px !important;
} 
.tailoritemView .gbs3 .gtooltip.gdatetimepicker-panel .gcore-days-picker .days-row {
	height: 25px; 
}
.tailoritemView .gbs3 .gtooltip-arrow-border-top, 
.tailoritemView .gbs3 .gtooltip-arrow-top {
    border-top-color: #3dbeee !important;
}

/*LICENSE*/
.footer-license {
	color: #818181;
	padding: 0 20px 0 0;
	font-weight: normal;
	font-size: 13px;
	letter-spacing: 0.025em;
	line-height: 1;
	text-align: center;
}


/*ABOUT US GALLERY*/
html.about-us #spotlight5 {
	background-color: #ffffff; 
}



/*2019-01-09 additions*/
.theme-toggle {
	display: none !important; 
	visibility: hidden; 
} 

/*logo images and book now images sizes changes*/
.nav > li > a > img.logo-menu-img {
	max-width: 119px; 
}
.logo-mobile img.logo-img {
	max-width: 93px; 
} 
img.itemFullText-book-img {
	max-width: 115px; 
}
.center-footer img {
	max-width: 113px; 
} 

/*SHARE ICONS IN TOUR PAGE*/ 
.social-item-footer {
	text-align: center; 
}
.shareicon {
	display: inline-block; 
	margin: 0 10px; 
}
.shareicon img {
	max-height: 22px;
}


/*RANDOM IMAGES IN VIRTUEMART*/
.gtt-random-image-div {
	margin-left: -15px; 
	margin-right: -15px; 
	height: 80vh; 
} 

/*VIRTUEMART CATEGORY PAGES*/ 
html.com_virtuemart .category-view .browse-view {
	max-width: 1220px; 
	padding-left: 15px; 
	padding-right: 15px; 
	margin: auto; 
}
.addtocart-bar span.quantity-box, 
.addtocart-bar span.quantity-controls {
	display: none; 
	visibility: hidden; 
} 
html.com_virtuemart .category-view .browse-view h1 {
	font-family: 'Averta', sans-serif; 
	font-size: 40px; 
	margin-bottom: 40px; 
	text-transform: uppercase; 
	letter-spacing: 0.05em; 
	font-weight: 600; 
}
html.com_virtuemart .category-view .browse-view .product-container h2 {
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	padding: 0 20px;
	margin: 0 0 30px 0;
} 
html.com_virtuemart .category-view .browse-view .product-container .product_s_desc {
	text-align: center; 
}
html.com_virtuemart .category-view .browse-view .product-container .product-price {
	float: none; 
	text-align: center; 
}
html.com_virtuemart .category-view .browse-view .product-container .product-price span.PricesalesPrice {
	margin: auto;
	float: none;
	font-size: 22px;
	color: #000000;
} 
html.com_virtuemart .category-view .browse-view .product-container .vm-details-button {
	display: none; 
	visibility: hidden; 
} 
html.com_virtuemart span.addtocart-button span.addtocart-button, 
html.com_virtuemart span.addtocart-button input.addtocart-button {
	background-color: #3DBEEE; 
	color: #ffffff; 
	border-color: #3DBEEE; 
	border-radius: 0; 
} 
html.com_virtuemart span.addtocart-button span.addtocart-button:hover, 
html.com_virtuemart span.addtocart-button input.addtocart-button:hover, 
html.com_virtuemart span.addtocart-button span.addtocart-button:focus, 
html.com_virtuemart span.addtocart-button input.addtocart-button:focus {
	background-color: #ffffff; 
	color: #3DBEEE; 
}
html.com_virtuemart .category-view .browse-view .row .product {
	padding: 40px; 
}
html.com_virtuemart .category-view .browse-view .row .product .spacer {
	border: 0px; 
} 
html.com_virtuemart .category-view .browse-view .row .product .spacer img {
	max-width: 150px; 
}

html.com_virtuemart .vm-cart-header-container, 
#cart-view {
	max-width: 1220px; 
	margin: auto; 
} 
html.com_virtuemart .vm-cart-header-container .vm-cart-header h1 {
	padding: 0 10px;
	margin-bottom: 40px;
	text-transform: uppercase;
}
html.com_virtuemart .vm-cart-header-container .vm-continue-shopping {
	display: none; 
	visibility: hidden; 
}


html.task-editaddresscart .edit-address-heading {
	display: none; 
	visibility: hidden; 
}
html.task-editaddresscart form#userForm {
	max-width: 1220px;
	margin: 120px auto auto auto;
	text-align: center;
}
.control-buttons button[type="reset"] {
	display: none; 
	visibility: hidden; 
} 
.control-buttons button[type="submit"] {
	background-color: #3DBEEE;
	background-image: none;
	color: #ffffff;
	border-color: #3DBEEE;
	border-radius: 0;
	padding: 10px 20px;
	margin-right: 50px;
} 
.control-buttons button[type="submit"]:focus, 
.control-buttons button[type="submit"]:hover {
	background-color: transparent; 
	color: #3DBEEE; 
} 
html.task-editaddresscart form#userForm h2.edit-address-subheading + fieldset .userfields_info {
	display: none; 
	visibility: hidden; 
}
table.user-details {
	margin: auto; 
} 
table.user-details td {
	border-top: 0px; 
	padding: 20px 15px; 
}
fieldset.vm-fieldset-customer-note {
	padding: 20px 10px; 
}
tr.gtt-cart-ship-method {
	display: none; 
	visibility: hidden; 
}
fieldset.vm-fieldset-tos {
	padding: 0 10px; 
} 
.gtt-billto-shipto {
	padding: 20px 10px 40px 10px;
} 
.pcm-tos {
	font-size: 14px; 
}


table.cart-summary th {
	display: none; 
} 
table.cart-summary td {
	border-bottom: 1px solid #ccc; 
	border-top: 0px; 
	border-left: 0px; 
	border-right: 0px; 
	padding: 20px 10px; 
} 
td.vm-cart-item-quantity input, 
td.vm-cart-item-quantity button.vm2-add_quantity_cart {
	display: none; 
	visibility: hidden; 
} 

td.vm-cart-item-quantity button.vm2-remove_from_cart {
	background-image: url(../png/remove.png);
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: contain; 
	width: 20px;
	height: 19px;
	display: block;
	margin: 4px auto auto auto; 
}
tr.tablerow0, 
tr.tablerow1, 
tr.tablerow6, 
tr.tablerowempty1 {
	display: none; 
	visibility: hidden; 
}
tr.tablerow7 h3 {
	font-size: 16px; 
} 
.vmpayment_name {
	font-size: 18px; 
}
fieldset.vm-payment-shipment-select .vmpayment_name {
	font-size: 14px; 
	font-weight: normal; 
}

fieldset.vm-fieldset-tos div.cart.tos span.cart.tos {
	display: none; 
	visibility: hidden; 
} 
.vm-cart-item-basicprice {
	font-size: 0px; 
}
a.gtt-pay-details {
	text-decoration: underline; 
	font-size: 12px; 
} 
.output-billto span {
	font-size: 12px;
}
.vm-button-correct, 
.vm-button-correct:link, 
.vm-button-correct:visited {
	background-color: #3DBEEE !important;
    background-image: none !important;
    color: #ffffff !important;
    border-color: #3DBEEE !important;
    border-radius: 0;
    padding: 10px 20px;
}


/*PRODUCT DETAILS VIEW*/
.productdetails-view {
	max-width: 1220px; 
	margin: auto; 
}
.productdetails-view h1 {
	text-align: center; 
} 
.productdetails-view .product-short-description, 
.productdetails-view .product-description {
	text-align: center; 
}
.productdetails-view .vm-product-container .vm-product-media-container {
	float: none;
	width: 100%;
	padding: 40px 0;
} 
.productdetails-view .vm-product-container .vm-product-media-container .main-image {
	max-width: 300px;
	margin: auto;
}
.productdetails-view .vm-product-details-container {
	width: 100%; 
	float: none; 
	text-align: center; 
} 
.productdetails-view .vm-product-details-container .spacer-buy-area {
	padding: 0; 
}
.productdetails-view .product-price {
	float: none;
	text-align: center;
	padding: 0 0 40px 0;
}
.productdetails-view .addtocart-area .addtocart-bar {
	text-align: center; 
	padding: 0 0 40px 0; 
} 
#fancybox-title {
	display: none !important; 
}



/*STATIC CATEGORY ITEMS STYLING - privacy*/
html.privacy-policy #k2Container.staticitemView {
	padding-left: 15px;
    padding-right: 15px;
    max-width: 1271px;
    margin: auto;
    padding-bottom: 60px;
    padding-top: 0;
}
html.privacy-policy #k2Container.staticitemView h2.itemTitle {
	color: #3dbeee; 
	text-transform: uppercase; 
	font-size: 24px; 
	font-weight: 600; 
	letter-spacing: 0.075em; 
} 
html.privacy-policy #k2Container.staticitemView div.itemFullText p {
	font-size: 14px; 
	letter-spacing: 0.025em; 
	margin-bottom: 10px; 
} 
html.privacy-policy #k2Container.staticitemView div.itemFullText ol li {
	font-size: 14px; 
	letter-spacing: 0.025em; 
	margin-bottom: 10px;
} 

/*ol with numbers of different color*/
/*html.privacy-policy #k2Container.staticitemView div.itemFullText ol { 
	counter-reset: item; 
}
html.privacy-policy #k2Container.staticitemView div.itemFullText ol > li { 
	display: block; 
}
html.privacy-policy #k2Container.staticitemView div.itemFullText ol > li:before {
	content: counter(item) ". ";
	counter-increment: item;
	color: #3dbeee;
}*/

/*ol with letters of different color*/
html.privacy-policy #k2Container.staticitemView div.itemFullText ol { 
	counter-reset: item; 
}
html.privacy-policy #k2Container.staticitemView div.itemFullText ol > li { 
	display: block; 
}
html.privacy-policy #k2Container.staticitemView div.itemFullText ol > li:before {
	content: counter(item, lower-alpha) ". ";
	counter-increment: item;
	color: #3dbeee;
}

html.privacy-policy #k2Container.staticitemView div.itemFullText h4 {
	color: #3dbeee; 
	letter-spacing: 0.001em; 
	font-weight: 600; 
	font-size: 21px; 
	padding: 40px 0 0 0;  
}

/*STATIC CATEGORY ITEMS STYLING - terms and conditions*/
html.terms-conditions #k2Container.staticitemView {
	padding-left: 15px;
    padding-right: 15px;
    max-width: 1271px;
    margin: auto;
    padding-bottom: 60px;
    padding-top: 0;
}
html.terms-conditions #k2Container.staticitemView h2.itemTitle {
	color: #3dbeee; 
	text-transform: uppercase; 
	font-size: 24px; 
	font-weight: 600; 
	letter-spacing: 0.075em; 
} 
html.terms-conditions #k2Container.staticitemView div.itemFullText p {
	font-size: 14px; 
	letter-spacing: 0.025em; 
	margin-bottom: 10px; 
} 
html.terms-conditions #k2Container.staticitemView div.itemFullText ol li {
	font-size: 14px; 
	letter-spacing: 0.025em; 
	margin-bottom: 10px;
} 

/*ol with letters of different color*/
html.terms-conditions #k2Container.staticitemView div.itemFullText ol { 
	counter-reset: item; 
}
html.terms-conditions #k2Container.staticitemView div.itemFullText ol > li { 
	display: block; 
}
html.terms-conditions #k2Container.staticitemView div.itemFullText ol > li:before {
	content: counter(item, lower-alpha) ". ";
	counter-increment: item;
	color: #3dbeee;
}

html.terms-conditions #k2Container.staticitemView div.itemFullText h4 {
	color: #3dbeee; 
	letter-spacing: 0.001em; 
	font-weight: 600; 
	font-size: 21px; 
	padding: 40px 0 0 0;  
}

/*STATIC CATEGORY ITEMS STYLING - global*/
#k2Container.staticitemView {
	padding-left: 15px;
    padding-right: 15px;
    max-width: 1271px;
    margin: auto;
    padding-bottom: 60px;
    padding-top: 0;
}
#k2Container.staticitemView h2.itemTitle {
	color: #3dbeee; 
	text-transform: uppercase; 
	font-size: 24px; 
	font-weight: 600; 
	letter-spacing: 0.075em; 
} 
#k2Container.staticitemView div.itemFullText p {
	font-size: 14px; 
	letter-spacing: 0.025em; 
	margin-bottom: 10px; 
} 
#k2Container.staticitemView div.itemFullText a {
	text-decoration: underline; 
}
#k2Container.staticitemView div.itemFullText ol li {
	font-size: 14px; 
	letter-spacing: 0.025em; 
	margin-bottom: 10px;
} 

#k2Container.staticitemView div.itemFullText h4 {
	color: #3dbeee; 
	letter-spacing: 0.001em; 
	font-weight: 600; 
	font-size: 21px; 
	padding: 40px 0 0 0;  
} 

/*SEARCH RESULTS*/
#k2Container.pcmsearchgenericView {
	padding-left: 15px;
    padding-right: 15px;
    max-width: 1271px;
    margin: auto;
    padding-bottom: 60px;
    padding-top: 0;
} 
#k2Container.pcmsearchgenericView .componentheading {
	display: none; 
}
#k2Container.pcmsearchgenericView .genericItemView {
	text-align: center; 
	margin-bottom: 50px; 
	padding-bottom: 50px; 
	border-bottom: 3px double #cccccc; 
}
#k2Container.pcmsearchgenericView  h2.genericItemTitle {
	font-size: 22px; 
} 
#k2Container.pcmsearchgenericView div.genericItemImageBlock {
	float: none; 
}

/*SEARCH RESULTS NEW LAYOUT*/
.pcm-search-results .searchresultsheading {
	margin: 0 12.5px 20px 12.5px; 
	font-size: 22px;
}
.pcm-search-results a {
	color: #000000;
} 
.pcm-search-results .blogcat-k2Pagination ul.pagination li.pagination-Show.More a {
	color: #3DBEEE;
} 
.pcm-search-results .blogcat-k2Pagination ul.pagination li.pagination-Show.More a:hover {
	color: #000000;
} 
.pcm-searchcat {
	font-style: italic;
	font-size: 12px;
	margin-bottom: 14px;
} 
.pcm-search-slick-item:hover * {
	color: #ffffff; 
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-ms-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
} 
.pcm-search-slick-item:hover .pcm-tours-slick-textimg {
	background-color: #3DBEEE; 
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-ms-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}
div.k2Pagination.pcm-searchresults-k2Pagination {
	clear: both;
}
div.k2Pagination.pcm-searchresults-k2Pagination ul {
	margin: 80px auto 20px auto;
	float: none;
	display: inline-block;
}
div.k2Pagination.pcm-searchresults-k2Pagination ul li a {
	color: #999999;
	border: 0px;
	box-shadow: none;
	border-radius: 0;
} 
div.k2Pagination.pcm-searchresults-k2Pagination ul li.active a, 
div.k2Pagination.pcm-searchresults-k2Pagination ul li a:hover, 
div.k2Pagination.pcm-searchresults-k2Pagination ul li a:focus {
	color: #000000;
	background-color: transparent;
	background-image: none;
	box-shadow: none;
}


/*STYLING WITHOUT SLIDER*/
body.withslider img.searchimgwithoutslider {
	display: none; 
	visibility: hidden; 
} 
body.withoutslider img.searchimgwithslider {
	display: none; 
	visibility: hidden; 
}
body.withoutslider .pcm-mainnav.navbar-default .navbar-nav > li > a {
	color: #3dbeee; 
} 
body.withoutslider .pcm-mainnav {
	position: relative;
	min-height: 150px;
} 

/*COOKIE HINT - COOKIE NOTICE*/
#redim-cookiehint {
	background-color: rgba(61,190,238,0.9) !important; 
	/*height: 40%; */
} 
#redim-cookiehint a {
	text-decoration: underline; 
	color: #ffffff; 
} 
#redim-cookiehint a:hover, 
#redim-cookiehint a:focus {
	text-decoration: underline; 
	color: #eeeeee; 
} 
#redim-cookiehint .cookiebuttons {
	/*float: none;
	margin: auto;
	display: block;*/
	text-align: center; 
}
#redim-cookiehint .cookiebuttons a {
	text-decoration: none; 
	
}
#redim-cookiehint .cookiebuttons a#cookiehintsubmit {
	padding: 12px 60px !important; 
	border-radius: 0; 
}
#redim-cookiehint .cookiecontent {
	/*text-align: center; 
	display: block; 
	margin: auto; 
	font-size: 18px;
    line-height: 2em;
    margin-top: 5%;
    margin-bottom: 5%;*/
} 
#redim-cookiehint {
	display: none; 
	visibility: hidden; 
}
html.home #redim-cookiehint {
	display: block; 
	visibility: visible; 
}

@media screen and (max-width: 767px) { 
	#redim-cookiehint .cookiecontent {
		font-size: 14px; 
		line-height: 1.4em; 
	}
}

@media screen and (max-height: 800px) { 
	#redim-cookiehint .cookiecontent {
		/*margin-top: 2px; 
		margin-bottom: 2px; */
	}
}


/****************************
*** last minute additions ***
****************************/
/*tailor made form*/
#form-row-custom2 {
	font-size: 13px;
	margin: 0 auto 20px auto !important;
	max-width: 800px;
	padding: 0 15px;
	float: none;
}
/*send idea button*/
img.sendidea {
	cursor: pointer; 
}
/*send idea module*/
.moduletable.send-idea-mod {
	display: none;
	background-color: #ebebeb;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
	padding-top: 40px;
	padding-bottom: 22px;
	margin-top: 30px;
	margin-bottom: -100px;
} 
img.close-idea {
    background-image: url(../png/close-blue.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}
.send-idea-mod #form-row-messageid label {
    font-family: 'hgbig', sans-serif;
    font-weight: 300;
    font-size: 50px;
    letter-spacing: 0.01em;
    text-shadow: none;
    color: #000000;
    text-align: center !important;
} 
.send-idea-mod .gbs3 input {
	font-family: 'Averta', sans-serif !important; 
}
.send-idea-mod .gbs3 input {
	margin: auto;
	height: 73px;
	width: 100% !important;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #000000;
	box-shadow: none;
	padding: 0;
	border-radius: 0;
	font-family: 'hgbig', sans-serif;
	font-weight: 300;
	font-size: 64px;
	letter-spacing: 0.01em;
	text-shadow: none;
	color: #000000;
	background-color: transparent;
	text-align: center;
} 
.send-idea-mod .gbs3 input:hover, 
.send-idea-mod .gbs3 input:focus {
	box-shadow: none; 
}
.send-idea-mod .gbs3 input::-webkit-input-placeholder {
	font-family: 'hgbig', sans-serif;
	font-weight: 300; 
	font-size: 64px; 
	letter-spacing: 0.01em; 
	text-shadow: none; 
	color: #aaaaaa; 
}
.send-idea-mod .gbs3 input:-moz-placeholder { /* Firefox 18- */
	font-family: 'hgbig', sans-serif;
	font-weight: 300; 
	font-size: 64px; 
	letter-spacing: 0.01em; 
	text-shadow: none; 
	color: #aaaaaa; 
}
.send-idea-mod .gbs3 input::-moz-placeholder {  /* Firefox 19+ */
	font-family: 'hgbig', sans-serif;
	font-weight: 300; 
	font-size: 64px; 
	letter-spacing: 0.01em; 
	text-shadow: none; 
	color: #aaaaaa; 
}
.send-idea-mod .gbs3 input:-ms-input-placeholder {
	font-family: 'hgbig', sans-serif;
	font-weight: 300; 
	font-size: 64px; 
	letter-spacing: 0.01em; 
	text-shadow: none; 
	color: #aaaaaa; 
} 
.send-idea-mod .gbs3 #fin-messageid {
	width: 100%;
}
.send-idea-mod .gbs3 textarea {
	margin: auto;
    width: 100% !important;
    max-width: 727px;
	background-color: transparent; 
	color: #000000; 
	font-size: 20px; 
	letter-spacing: 0.05em; 
	min-height: 200px; 
}
.send-idea-mod #fin-nameid, 
.send-idea-mod #fin-yourcountryid, 
.send-idea-mod #fin-emailid {
	margin: auto; 
} 
#fin-sendideasubmitid {
	margin: auto; 
}
.send-idea-mod input#sendideasubmitid {
	color: #ffffff;
    background-image: none;
    background-color: #3dbeee;
    border: 1px solid #3dbeee;
    border-radius: 0;
    box-shadow: none;
    letter-spacing: 0.05em;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 14px;
    height: 43px;
    width: 236px !important;
    margin-top: 14px;
} 
.send-idea-mod input#sendideasubmitid:hover, 
.send-idea-mod input#sendideasubmitid:focus {
	color: #3dbeee;
    background-color: transparent;
}
.send-idea-mod #form-row-captcha {
    text-align: center;
    margin-bottom: 10px;
}
.send-idea-mod #form-row-captcha div {
    display: inline-block;
    float: none !important;
}
.send-idea-mod .gbs3 #form-row-captcha label {
    padding-top: 0;
    display: inline-block;
    float: none !important;
    vertical-align: middle;
    color: #666666;
} 
.send-idea-mod .gbs3 #form-row-captcha #fin-captcha1 {
    width: auto !important;
    border: 1px solid #aaaaaa;
    float: none;
    vertical-align: middle;
}
.send-idea-mod .gbs3 #form-row-captcha #fin-captcha1 input {
	width: auto !important;
    max-width: 150px !important;
    font-size: 20px;
    color: #000000;
    padding: 0 10px;
    letter-spacing: 0.2em;
} 
.send-idea-mod .gbs3 #form-row-captcha img {
	margin-top: 0; 
} 
.send-idea-mod i.fa-asterisk {
	display: none; 
	visibility: hidden; 
} 

.send-idea-mod #fin-agecatid {
	margin: auto; 
}
.send-idea-mod .select2-container {
	display: inline-block;
	font-family: 'hgbig', sans-serif;
	font-size: 64px;
	font-weight: 300;
	letter-spacing: 0.01em;
	color: #3dbeee;
	width: auto !important;
	vertical-align: top;
} 
.select2-container--default .select2-selection--single.agecat-container {
	border-radius: 0;
	border: 0px;
	box-shadow: none;
	background: none;
	background-color: transparent;
	background-image: none;
	height: auto;
} 
.select2-container--default .select2-selection--single.agecat-container .select2-selection__rendered {
	line-height: 100px;
	color: #aaaaaa;
	padding-right: 40px;
	padding-left: 0;
	position: relative;
	z-index: 999;
	margin-left: 16px;
	top: -8px;
} 
.select2-container--default .select2-selection--single.agecat-container .select2-selection__rendered:after, 
.select2-container--default .select2-selection--single.agecat-container .select2-selection__rendered::after {
	content: '';
	border: 1px solid;
	border-color: rgba(0,0,0,0.6);
	position: absolute;
	bottom: 13px;
	left: 0;
	right: 0;
	z-index: 99;
}
.select2-container--default .select2-selection--single.agecat-container:hover, 
.select2-container--default .select2-selection--single.agecat-container:focus {
	outline: none; 
	border-radius: 0; 
	border: 0px; 
	box-shadow: none; 
	background: none; 
	background-color: transparent; 
	background-image: none; 
}
.agecat-dropdown {
	text-align: center; 
}
.agecat-dropdown .select2-search {
	display: none; 
	visibility: hidden; 
} 
.select2-container--default .select2-selection--single.agecat-container .select2-selection__arrow b {
	display: none; 
	visibility: hidden; 
}
.select2-container--default .select2-selection--single.agecat-container .select2-selection__arrow {
	background-image: url(../png/arrow-blue-down.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
} 
.select2-container--default.select2-container--open .select2-selection--single.agecat-container .select2-selection__arrow {
	background-image: url(../png/arrow-blue-up.png);
} 
.select2-dropdown.agecat-dropdown {
	border-radius: 0;
	border: 0px;
	background-color: #ffffff;
	background-image: none;
	box-shadow: none;
	color: #3dbeee;
	height: 100%;
	display: block;
}
.select2-dropdown.agecat-dropdown .select2-results__option.select2-results__option--highlighted, 
.select2-dropdown.agecat-dropdown .select2-results__option[aria-selected=true] {
	background-color: #ffffff;
	background-image: none;
	box-shadow: none;
	font-family: 'hgbig', sans-serif;
	font-size: 34px;
	font-weight: 300;
	letter-spacing: 0.01em;
	color: #aaaaaa;
	padding: 0px 14px;
	text-align: center;
}  
.select2-dropdown.agecat-dropdown .select2-results__option {
	font-family: 'hgbig', sans-serif;
	font-size: 34px;
	font-weight: 300;
	letter-spacing: 0.01em;
	color: #aaaaaa;
	white-space: nowrap;
	padding: 0px 14px;
	text-align: center;
	background-color: #ffffff;
}
.select2-dropdown.agecat-dropdown ul.select2-results__options {
	overflow: visible; 
	max-height: 800px; 
	    -webkit-box-shadow: 7px 7px 20px -6px rgba(0,0,0,0.5);
    -moz-box-shadow: 7px 7px 20px -6px rgba(0,0,0,0.5);
    box-shadow: 7px 7px 20px -6px rgba(0,0,0,0.5);
} 
ul#select2-agecatid-results li.select2-results__option:first-of-type {
	color: #000000; 
	border-bottom: 1px solid #000000; 
}

/*BANK DETAILS ON CART DONE*/
html.layout-orderdone span.vmpayment_description {
	clear: both;
    float: none;
    display: block;
    font-size: 18px;
    color: #000000;
    margin-top: 20px;
}



/*NEW ADDITIONS 2019-10-11*/
#newtext201910 {
	background-color: #3DBEEE;
}
#newtext201910 .pcmcontainer {
	max-width: 880px;
	margin: auto;
	padding: 120px 15px 110px;
}
#newtext201910, 
#newtext201910 p {
	color: #fff;
	letter-spacing: 0.01em; 
	font-size: 22px;
}
#newtext201910 a {
	color: #fff;
	text-decoration: underline;
	text-decoration-style: dotted; 
}
#newtext201910 a:hover, 
#newtext201910 a:focus {
	text-decoration: none;
}
#newtext201910 p {
	margin-bottom: 20px;
}
#newtext201910 .moduletable .custom p:first-child:first-letter {
	color: #000;
	float: left;
	font-family: 'hgbig', sans-serif;
	font-weight: 300;
	font-size: 136px;
	line-height: 100px;
	padding-top: 0;
	padding-left: 0;
	margin-top: 10px;
	padding-right: 10px;
}

#newtoptext201910 {
	padding-top: 12px;
	padding-bottom: 64px;
}
#newtoptext201910 .pcmcontainer {
	max-width: 1030px;
	margin: auto; 
	padding: 15px 0;
	text-align: center;
	font-weight: 300;
	font-size: 55px;
	color: #000000;
	font-family: 'hgbig', sans-serif;
	letter-spacing: 0.01em;
	line-height: 1.1;
} 
#newtoptext201910 .moduletable h3, 
#newtoptext201910 .moduletable h2 {
	color: #3DBEEE;
	font-family: 'Averta', sans-serif;
	font-size: 35px;
	font-weight: 600;
	letter-spacing: 0.025em;
	margin-bottom: 40px;
}
html.tailor-made #newtoptext201910 {
	padding-bottom: 12px;
}


/*NEW SUBMENU LAYOUT*/
.pcmfixedsubmenu {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #3DBEEE;
	z-index: 999;
} 
.pcmfixedsubmenu .homelink a img.logo-menu-img {
	opacity: 0;
}
.pcmfixedsubmenu .homelink a {
	background-image: url('../png/logo_500x580_white.png');
	background-size: 93px 108px;
	background-position: center center;
	background-repeat: no-repeat;
}
.pcmfixedsubmenu .pcm-mainnav {
	position: relative;
}
/*SUBMENU*/
.pcmfixedsubmenu .submenulist {
	-webkit-transform-style: preserve-3d;
  	-moz-transform-style: preserve-3d;
  	transform-style: preserve-3d;
}
.pcmfixedsubmenu .submenulist ul.menu {
	position: relative;
	margin-top: 4% !important;
	/*-webkit-transform: translateY(-50%); 
	-ms-transform: translateY(-50%);
	transform: translateY(-50%); */
}
.pcmfixedsubmenu ul.menu li a {
	color: #ffffff;
	outline: none;
	display: inline-block;
}
.pcmfixedsubmenu ul.menu li a:hover, 
.pcmfixedsubmenu ul.menu li a:focus, 
.pcmfixedsubmenu ul.menu li.current a {
	outline: none;
	color: #ffffff;
}
.pcmfixedsubmenu ul.menu li a, 
.pcmfixedsubmenu ul.menu li a:hover, 
.pcmfixedsubmenu ul.menu li a:focus {
	background-color: transparent !important;
	background-image: none;
	background: none;
	font-family: 'hgbig', sans-serif; 
	letter-spacing: 0.01em;
	font-size: 50px;
	font-weight: 300;
	text-align: center;
	line-height: 1;
}
/*BELOW SUBMENU*/
#belowsubmenu {
	text-align: right;
	position: absolute;
	bottom: 28px;
	padding-right: 75px !important;
	width: 100%;
} 
#belowsubmenu:before, 
#belowsubmenu::before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 130px 100vw 0 0;
	border-color: transparent white transparent transparent;
	top: -65px;
	left: 0;
} 
#belowsubmenu img {
	margin-left: 19px;
	max-height: 21px;
}
body.withoutslider .pcmfixedsubmenu .pcm-mainnav.navbar-default .navbar-nav > li > a {
	color: #ffffff;
} 
/*menu items animation*/
.pcmfixedsubmenu.submenuclosed ul.menu li {
	opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
   -webkit-transition: all .35s 0s;
    -o-transition: all .35s 0s;
    transition: all .35s 0s;
}
.pcmfixedsubmenu ul.menu li {
	text-align: center;
}
.pcmfixedsubmenu.submenuopened ul.menu li {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.pcmfixedsubmenu.submenuopened ul.menu li:first-child,
.pcmfixedsubmenu.submenuopened ul.menu li:first-of-type {
	-webkit-transition: all .5s .4s;
    -o-transition: all .5s .4s;
    transition: all .5s .4s;
}
.pcmfixedsubmenu.submenuopened ul.menu li:nth-child(2) {
	-webkit-transition: all .5s .5s;
    -o-transition: all .5s .5s;
    transition: all .5s .5s;
}
.pcmfixedsubmenu.submenuopened ul.menu li:nth-child(3) {
	-webkit-transition: all .5s .6s;
    -o-transition: all .5s .6s;
    transition: all .5s .6s;
}
.pcmfixedsubmenu.submenuopened ul.menu li:nth-child(4) {
	-webkit-transition: all .5s .7s;
    -o-transition: all .5s .7s;
    transition: all .5s .7s;
}
.pcmfixedsubmenu.submenuopened ul.menu li:nth-child(5) {
	-webkit-transition: all .5s .8s;
    -o-transition: all .5s .8s;
    transition: all .5s .8s;
}
.pcmfixedsubmenu.submenuopened ul.menu li:nth-child(6) {
	-webkit-transition: all .5s .9s;
    -o-transition: all .5s .9s;
    transition: all .5s .9s;
}
.pcmfixedsubmenu.submenuopened ul.menu li:nth-child(7) {
	-webkit-transition: all .5s 1s;
    -o-transition: all .5s 1s;
    transition: all .5s 1s;
}
.pcmfixedsubmenu.submenuopened ul.menu li:nth-child(8) {
	-webkit-transition: all .5s 1.1s;
    -o-transition: all .5s 1.1s;
    transition: all .5s 1.1s;
}
.pcmfixedsubmenu.submenuopened ul.menu li:nth-child(9) {
	-webkit-transition: all .5s 1.2s;
    -o-transition: all .5s 1.2s;
    transition: all .5s 1.2s;
}
.pcmfixedsubmenu.submenuopened ul.menu li:nth-child(10) {
	-webkit-transition: all .5s 1.3s;
    -o-transition: all .5s 1.3s;
    transition: all .5s 1.3s;
}
.pcmfixedsubmenu.submenuopened ul.menu li:nth-child(11) {
	-webkit-transition: all .5s 1.4s;
    -o-transition: all .5s 1.4s;
    transition: all .5s 1.4s;
}
.pcmfixedsubmenu.submenuopened ul.menu li:nth-child(12) {
	-webkit-transition: all .5s 1.5s;
    -o-transition: all .5s 1.5s;
    transition: all .5s 1.5s;
}

/*BLOG MENU ITEM*/
.custom.searchicon {
	float: right;
}
.blogmenuwrapper {
	float: right;
	margin-right: 23px;
	margin-top: 1px;
	position: relative;
}
.blogmenuwrapper .blogmenuitem a {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 2px 0;
}
.blogmenuitem {
	font-size: 14px;
}
html.blog #t3-content {
	padding: 0;
} 
html.blog #t3-mainbody {
	padding: 0 15px; 
}
html.blog #t3-mainnav {
	position: absolute;
	top: 0;
}
html.blog body.withoutslider .pcm-mainnav.navbar-default .navbar-nav > li > a {
	color: #ffffff;
}
html.blog body.withoutslider img.searchimgwithslider {
	display: block;
	visibility: visible;
}
html.blog body.withoutslider img.searchimgwithoutslider {
	display: none;
	visibility: hidden;
}
.blogitem-itemImageBlock {
	height: 75vh;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: transparent;
}
.blogitem-social {
	text-align: right;
	position: relative;
	top: -65px;
	padding-right: 100px !important;
} 
.blogitem-social:before, 
.blogitem-social::before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 130px 100vw 0 0;
	border-color: transparent white transparent transparent;
	top: -65px;
	left: 0;
}
.blogitem-social:after, 
.blogitem-social::after {
	clear: both;
}
.blogitem-social .moduletable {
	position: relative;
}
.blogitem-social img {
	margin-left: 19px;
    max-height: 21px;
}
.blogitem-social p {
	margin-bottom: 0; ;
} 
.blogitem-itemImageBlocktext {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	text-align: center;
	color: #ffffff;
	padding: 0 15px;
}
.blogitem-itemImageCaption {
	font-size: 58px;
	/* font-weight: bold; */
	line-height: 1.2em;
}
.blogitem-itemImageCredits {
	font-size: 58px;
	font-weight: normal;
	line-height: 1.2em;
}
.blogitem-itemView {
	overflow: hidden;
}
.blogitem-itemView img {
	max-width: 100%;
}
.blogitem-itemHeader, 
.blogitem-introimg,  
.blogitem-itemNavigation, 
.blogitem-itemRelated {
	padding-left: 100px;
	padding-right: 100px;
	position: relative;
	margin-top: 29px;
} 
a.blogitem-itemPrevious {
	position: absolute;
	top: 30px;
	left: 100px;
	text-transform: uppercase;
	font-family: 'Averta', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.075em;
} 
a.blogitem-itemNext {
	position: absolute;
	top: 30px;
	right: 100px;
	text-transform: uppercase;
	font-family: 'Averta', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.075em;
}
.blogitem-itemRelated {
	padding: 90px 100px 18px 100px;
	margin: auto;
	background: #ffffff;
}
.blogitem-itemRelatedhead {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.025em;
    color: #3dbeee;
} 
.blogitem-itemrelated-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 68.166%;
}
.blogitem-itemrelatedwrapper {
	position: relative;
}
.blogitem-itemrelated-text {
    position: absolute;
    bottom: 24px;
    left: 45px;
    right: 45px;
    color: #ffffff;
    max-width: 530px;
}
.blogitem-itemrelated-date {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.075em;
    font-family: 'Averta', sans-serif;
    text-transform: uppercase;
} 
.blogitem-itemRelTitle {
	font-size: 30px;
    font-weight: 900;
    letter-spacing: 0;
    font-family: 'Averta', sans-serif;
    margin-top: 10px;
    line-height: 1.2em;
}
.blogitem-itemrelatedwrapper:hover .blogitem-itemrelated-img:before, 
.blogitem-itemrelatedwrapper:hover .blogitem-itemrelated-img::before {
    display: block;
}
.blogitem-itemrelatedwrapper .blogitem-itemrelated-img:before, 
.blogitem-itemrelatedwrapper .blogitem-itemrelated-img::before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.30);
}
.blogitem-itemrelated-slider .slick-slide {
	margin: 0 10px;
}
.blogitem-itemrelated-slider .slick-list {
	margin: 0 -10px;
	padding-top: 64px;
	padding-bottom: 64px;
}
.blogitem-itemrelated-slider button.slick-prev, 
.blogitem-itemrelated-slider button.slick-prev:hover, 
.blogitem-itemrelated-slider button.slick-prev:focus {
	background-image: url(../png/blogitem-related-arrow-left.png);
	width: 16px;
	height: 29px;
	left: 0;
	top: -25px;
	background-repeat: no-repeat;
} 
.blogitem-itemrelated-slider button.slick-prev.slick-disabled {
	background-image: url(../png/blogitem-related-arrow-left-grey.png);
} 
.blogitem-itemrelated-slider button.slick-next, 
.blogitem-itemrelated-slider button.slick-next:hover, 
.blogitem-itemrelated-slider button.slick-next:focus {
	background-image: url(../png/blogitem-related-arrow-right.png);
	background-position: center center;
	background-size: contain;
	width: 16px;
	height: 29px;
	right: 0;
	top: -25px;
	background-repeat: no-repeat;
} 
.blogitem-itemrelated-slider button.slick-next.slick-disabled {
	background-image: url(../png/blogitem-related-arrow-right-grey.png);
} 
.blogitem-itemIntroText, 
.blogitem-itemBody .itemFullText > * {
	max-width: 950px;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.blogitem-itemIntroText {
	font-family: 'Averta', sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 96px;
	margin-top: 64px;
}
.blogitem-introimg {margin-bottom: 96px;}
.blogitem-introimg .blogitem-introimgcaption {
	color: #3DBEEE;
	font-family: 'Averta', sans-serif;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.01em;
	line-height: 1.2em;
	margin-top: 12px;
}
.blogitem-introimgcaption a {
	color: #3DBEEE;
}
.blogitem-introimgcaption a:hover, 
.blogitem-introimgcaption a:focus {
	color: #000000;
}
.blogitem-introimg img {
	width: 100%;
	height: auto;
}
.blogitem-itemBody .itemFullText img {
	max-width: 100% !important;
	height: auto !important;
}
.blogitem-itemBody .itemFullText h2, 
.blogitem-itemBody .itemFullText h3 {
	font-family: 'hgbig', sans-serif;
	font-weight: 300;
	font-size: 40px;
	letter-spacing: 0.01em;
	line-height: 1.1em;
	padding-top: 0;
	margin-top: 90px;
	margin-bottom: 16px;
} 
.blogitem-itemBody .itemFullText h4 {
	font-family: 'hgbig', sans-serif;
}
.blogitem-itemBody .itemFullText p {
	font-family: 'Averta', sans-serif;
	font-size: 18px;
	letter-spacing: 0.01em;
	margin-bottom: 22px;
}
.blogitem-itemBody .itemFullText blockquote, 
.blogitem-itemBody .itemFullText blockquote p {
	color: #3DBEEE;
	border: none;
	font-family: 'hgbig', sans-serif;
	font-size: 40px;
	line-height: 1.2em;
	font-weight: 300;
	letter-spacing: 0.01em;
	font-style: inherit;
	max-width: 710px;
	padding: 30px 15px;
} 
.blogitem-itemBody .itemFullText .blogitem-related {
	padding: 27px 27px 27px 27px !important;
	max-width: 100%;
	margin: 118px 0 90px 0;
} 
.blogitem-related {
	background-color: #3DBEEE;
}
.blogitem-related .blogrelatedimg {width: 50%;float: left;}
.blogitem-related.blogrelatedimg img {
	max-width: 100%;
} 
.blogitem-related .blogrelatedtextwrapper {
	float: left;
	width: 50%;
	position: relative;
}
.related-book-img {
	position: absolute;
	top: 13px;
	right: 17px;
	width: 108px;
	height: auto;
}
.blogitem-related .blogrelatedtext {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: center;
    color: #000000;
	max-width: 685px;
	padding: 0 10px;
    margin: auto;
}
.blogitem-related .blogrelatedtext p {
	font-family: 'hgbig', sans-serif; 
	font-weight: 300;
	font-size: 65px;
	color: #000000;
	letter-spacing: 0.01em;
	line-height: 1.15em;
}
.blogitem-related .blogrelatedtext p.relatedtourpretext {
	font-family: 'Averta', sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.075em;
	line-height: 1.2em;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.blogitem-related .blogrelatedtext a.relatedtourlink {
	background-color: transparent;
	color: #ffffff;
	font-family: 'Averta', sans-serif;
	font-weight: 600;
	letter-spacing: 0.1em;
	font-size: 12px;
	text-transform: uppercase;
	padding: 9px 53px;
	border: 1px solid #ffffff;
	margin-top: 40px;
	display: inline-block;
}
.blogitem-related .blogrelatedtext a.relatedtourlink:hover, 
.blogitem-related .blogrelatedtext a.relatedtourlink:focus {
	color: #3DBEEE;
	background-color: #ffffff;
}
.blogitem-itemDateCreated {
	position: absolute;
	left: 100px;
	top: 0;
	color: #3DBEEE;
	font-family: 'Averta', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.4;
}
.blogitem-itemDateCreated span.blogitem-datetext {
	font-weight: normal;
}
.blogimgwrapper {
	position: relative;
	margin-top: 57px;
}
.blogimgwrapper .imgalttitle {
	position: absolute;
	right: -14px;
	top: 0;
	color: #3DBEEE;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	max-width: 143px;
	font-size: 13px;
	border-top: 2px solid #3DBEEE;
	line-height: 1.3em;
	padding-top: 6px;
} 
.blogimgwrapper .imgalttitle .imgalt {
	font-weight: bold;
}
.blogitem-itemView .blogitem-itemIntroText a,
.blogitem-itemView .itemFullText a {
	color: #3dbeee;
}
.blogitem-itemView .blogitem-itemIntroText a:hover, 
.blogitem-itemView .blogitem-itemIntroText a:focus, 
.blogitem-itemView .itemFullText a:hover, 
.blogitem-itemView .itemFullText a:focus {
	color: #000000;
}



/*BLOG CATEGORY layout*/
html.view-itemlist.blog #t3-mainbody {
	background-color: #3DBEEE;
}
.blogcat-itemContainer {
	width: 33.3%;
	float: left;
	padding: 0 10px;
	margin: 33px 0;
}
.topleadingwrapper .blogcat-itemContainer {
	width: 50%;
}
.blogcat-itemListCategory {
	height: 75vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
} 
.blogcat-mainimagetext {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: center;
    color: #ffffff;
    padding: 0 15px;
} 
.blogcat-mainimagetext h1 {
	font-size: 58px;
    font-weight: bold;
	line-height: 1.2em;
	margin: 0;
}
.blogcat-mainimagetext h3 { /*fix for top margin in page*/
	margin-top: 0;
}
.blogcat-mainimagetext p {
	font-size: 48px;
    font-weight: normal;
	line-height: 1.2em; 
	margin: 0;
} 
.blogcat-social {
	text-align: right;
	position: relative;
	top: -65px;
	padding-right: 100px !important;
} 
.blogcat-social:before, 
.blogcat-social::before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 130px 100vw 0 0;
    border-color: transparent #3DBEEE transparent transparent;
    top: -65px;
    left: 0;
} 
.blogcat-social .moduletable {
    position: relative;
}
.blogcat-social img {
    margin-left: 19px;
    max-height: 21px;
} 
.blogcat-itemListView {
	overflow: hidden;
} 
.blogcat-filtertext, 
.blogcat-catsearchwrapper {
	width: 50%;
	float: left;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.075em;
}
.blogcat-filtertext {
	padding: 10px 10px;
}
.blogcat-catsearchwrapper {
	padding: 0;
}
.blogcat-categories, 
.blogcat-search {
	width: 50%;
	float: left;
	padding: 0 10px; 
}
.blogcat-categories h3, 
.blogcat-search h3 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.075em;
	cursor: pointer;
	border: 2px solid #ffffff;
	padding: 10px 18px;
	margin: 0; 
	background-repeat: no-repeat;
	background-position: right 15px center;
} 
.blogcat-categories h3 {
	background-image: url('../png/blog-plus.png');
}
.blogcat-categories h3.opened {
	background-image: url('../png/blog-minus.png');
}
.blogcat-categories .moduletable {
	position: relative;
}
.blogcat-categories ul.menu, 
.blogcat-categories .blogmenuwrapper {
	display: none;
	border: 2px solid #ffffff;
	border-top: none;
	position: absolute;
	right: 0;
	left: 0;
	z-index: 999;
	background-color: #3DBEEE;
	margin-right: 0;
	margin-top: 1px;
}
.blogcat-categories .blogmenuwrapper .blogmenuitem a {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.075em;
	padding: 10px 15px;
	display: block;
} 
.blogcat-categories .blogmenuwrapper .blogmenuitem.current a {
	display: none;
}
.blogcat-categories .blogmenuwrapper .blogmenuitem a:focus, 
.blogcat-categories .blogmenuwrapper .blogmenuitem a:hover {
	background-color: transparent;
	background-image: none;
	background: none; 
	color: #000000;
}
.blogcat-search h3 {
	background-image: url('../png/bog-arrow-down-white.png');
}
.blogcat-search h3.opened {
	background-image: url('../png/bog-arrow-up-white.png');
}
.blogcat-search .pcm-searchsection-pretext {
	display: none;
	visibility: hidden;
}
.blogcat-search .moduletable {
	position: relative;
}
.blogcat-search .k2SearchBlock {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 999;
} 
.blogcat-search .k2SearchBlock input {
	width: 100%;
	background-color: #3DBEEE;
	color: #ffffff;
	box-shadow: none;
	border: 2px solid #ffffff;
	border-top: 0;
	border-radius: 0;
} 
.k2LiveSearchResults {
	margin-top: -3px !important;
}
.k2LiveSearchResults ul {
	background-color: #3DBEEE;
	max-height: 400px; 
	overflow-y: scroll; 
}
.k2LiveSearchResults ul li a {
	text-transform: initial;
	background-image: none;
	background-color: transparent;
	background: none;
	color: #ffffff;
	padding: 5px 10px !important;
} 
.k2LiveSearchResults ul li a:hover, 
.k2LiveSearchResults ul li a:focus {
	background-image: none !important;
	background-color: transparent !important;
	background: none !important;
	color: #666666;
}

.blogcat-filterwrapper {
	/* max-width: 1271px; */
    /* margin: auto; */
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 37px;
    padding-bottom: 8px;
}
.topleadingwrapper, 
.middleleadingwrpper, 
.bottomleadingwrapper, 
.otherpageleadingwrapper {
	padding-left: 90px;
	padding-right: 90px;
	/* max-width: 1271px; */
	margin: auto;
	padding-top: 12px;
	padding-bottom: 12px;
} 
.blogcat-catItemImageBlock {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 68.166%;
}
.twoitemsinrow .blogcat-catItemBody {
	position: relative;
}
.twoitemsinrow .blogcat-catItemBody .blogcat-catItemHeader {
	position: absolute;
	bottom: 24px;
	left: 45px;
	right: 45px;
	color: #ffffff;
	max-width: 530px;
}
.twoitemsinrow .blogcat-catItemBody .blogcat-catItemHeader .blogcat-catItemDateCreated {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.075em;
	font-family: 'Averta', sans-serif;
	text-transform: uppercase;
}
.twoitemsinrow .blogcat-catItemBody .blogcat-catItemHeader h3.blogcat-catItemTitle {
	font-size: 30px;
	font-weight: 900;
	letter-spacing: 0;
	font-family: 'Averta', sans-serif;
	margin-top: 10px;
	line-height: 1.2em;
} 
.twoitemsinrow .blogcat-catItemView {
	overflow: hidden;
}
.twoitemsinrow .blogcat-itemContainer .blogcat-catItemImageBlock {
	-ms-transition: all 0.45s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.twoitemsinrow .blogcat-itemContainer:hover .blogcat-catItemImageBlock { 
	position: relative;
	-moz-transform : scale(1.05) rotate(2deg);
	-o-transform : scale(1.05) rotate(2deg);
	-webkit-transform : scale(1.05) rotate(2deg);
    -ms-transform : scale(1.05) rotate(2deg);
	transform : scale(1.05) rotate(2deg);
	
	-ms-transition: all 0.45s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;

}
.twoitemsinrow .blogcat-itemContainer .blogcat-catItemImageBlock:before, 
.twoitemsinrow .blogcat-itemContainer .blogcat-catItemImageBlock::before {
	content: "";
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.30);
}
.twoitemsinrow .blogcat-itemContainer:hover .blogcat-catItemImageBlock:before, 
.twoitemsinrow .blogcat-itemContainer:hover .blogcat-catItemImageBlock::before {
	display: block;
} 

.threeitemsinrow .blogcat-catItemBody .blogcat-catItemHeader {
	color: #ffffff;
	margin-top: 8px;
}
.threeitemsinrow .blogcat-catItemBody .blogcat-catItemHeader .blogcat-catItemDateCreated {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-family: 'Averta', sans-serif;
	text-transform: uppercase;
}
.threeitemsinrow .blogcat-catItemBody .blogcat-catItemHeader h3.blogcat-catItemTitle {
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0;
	font-family: 'Averta', sans-serif;
	margin-top: 5px;
	line-height: 1.2em;
} 
.threeitemsinrow .blogcat-catItemView .blogcatthreeinrow-catItemImageBlock {
	overflow: hidden;
}
.threeitemsinrow .blogcat-itemContainer .blogcat-catItemImageBlock {
	-ms-transition: all 0.45s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.threeitemsinrow .blogcat-itemContainer:hover .blogcat-catItemImageBlock { 
	position: relative;
	-moz-transform : scale(1.05) rotate(2deg);
	-o-transform : scale(1.05) rotate(2deg);
	-webkit-transform : scale(1.05) rotate(2deg);
    -ms-transform : scale(1.05) rotate(2deg);
	transform : scale(1.05) rotate(2deg);
	
	-ms-transition: all 0.45s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;

}
.threeitemsinrow .blogcat-itemContainer .blogcat-catItemImageBlock::before {
	content: "";
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.30);
}
.threeitemsinrow .blogcat-itemContainer:hover .blogcat-catItemImageBlock::before {
	display: block;
} 

.oneiteminrow {
	background-color: #ffffff;
	margin-top: 22px;
	margin-bottom: 34px;
}
.oneiteminrow .blogcat-itemContainer {
	width: 100%;
	padding: 0;
	margin: 0;
}
.blogcatfeatured-catItemImageBlock, 
.blogcatfeatured-text {
	width: 50%;
	float: left;
}
.blogcatfeatured-catItemImageBlock {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.blogcatfeatured-catItemImageBlock img {
	width: 100%;
	height: auto;
}
.blogcatfeatured-catItemImageBlock .blogcat-catItemImageBlock {
	padding-top: 0;
}
.blogcatfeatured-text {
	padding: 200px 20px 210px 20px;
	text-align: center;
}

.blogcatfeatured-text .blogcatfeatured-catItemHeader {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	text-align: center;
	color: #000000;
	width: 85%;
	margin: auto;
}
.blogcatfeatured-text .blogcat-catItemDateCreated {
	color: #3DBEEE;
	text-transform: uppercase;
	font-family: 'Averta', sans-serif;
	font-weight: 600;
	letter-spacing: 0.1em;
	font-size: 12px;
	margin-bottom: 20px;
	display: block;
}
.blogcatfeatured-text .blogcatfeatured-catItemHeader h3 {
	font-family: 'hgbig', sans-serif;
	font-weight: 300;
	font-size: 65px;
	letter-spacing: 0.01em;
	margin: 0;
}
.featured-readmore {
	margin-top: 110px;
}
.featured-readmore a {
	background-color: #3DBEEE;
	color: #ffffff;
	font-family: 'Averta', sans-serif;
	font-weight: 600;
	letter-spacing: 0.1em;
	font-size: 12px;
	text-transform: uppercase;
	padding: 11px 55px;
}
.featured-readmore a:hover, 
.featured-readmore a:focus {
	color: #000000;
}

.blogcat-k2Pagination ul.pagination {
	width: 100%;
}
.blogcat-k2Pagination ul.pagination li, 
.blogcat-k2Pagination ul.pagination li.pagination-Show.More.disabled, 
.blogcat-paginationresults {
	display: none;
	visibility: hidden;
}
.blogcat-k2Pagination ul.pagination li.pagination-Show.More {
	display: block;
	visibility: visible;
	padding-left: 90px;
	padding-right: 90px;
	margin: auto;
    padding-top: 0;
	padding-bottom: 0;
	width: 100%;
}
.blogcat-k2Pagination ul.pagination li.pagination-Show.More a {
	text-align: center;
	background-color: transparent;
	border: 1px solid #ffffff;
	color: #ffffff;
	width: 100%;
	text-transform: uppercase;
	margin: 0 0 100px 0;
	padding: 14px 10px;
	font-family: 'Averta', sans-serif;
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 0.05em;
} 
.blogcat-k2Pagination ul.pagination li.pagination-Show.More a:focus, 
.blogcat-k2Pagination ul.pagination li.pagination-Show.More a:hover {
	color: #000000;
}
.jscroll-loading { 
	text-align: center;
	padding: 52px 10px 30px 10px;
	margin-bottom: 100px;
} 

/*blockquote changes*/
blockquote {
	border-left: 5px solid #3DBEEE;
	font-size: 16px;
	font-weight: bold;
	color: #3DBEEE;
	padding: 0px 20px;
	margin: 20px 0 20px;
	font-style: italic;
} 
.about-row.odd blockquote {
	border-left: 0px;
	border-right: 5px solid #3DBEEE;
}


/**********************
**** RESPONSIVE *******
**********************/
.gttmobileonly {
	display: none; 
	visibility: hidden; 
} 
@media screen and (max-width: 1320px) { 
	.about-fulltext-link-inner {
		margin-top: 0; 
	}
}
@media screen and (max-width: 1024px) { 
	#belowslider:before, 
	#belowslider::before {
		top: -63px;
	} 
	.pcm-tours-slick-item {
		width: 50%; 
	} 
	.pcm-item-icon-heading {
		font-size: 20px;
	}
	.languagesitem-wrapper .languages .main-languages, 
	.placeitem-wrapper .place, 
	.durationitem pre {
		font-size: 30px;
	} 
	.languagesitem-wrapper .languages .sign-language {
		font-size: 16px; 
	}

	.whoarewe-mod table {
		width: 80% !important;
	}
	.whoarewe-mod table td {
		display: block;
		float: left;
		margin: 0px auto 30px auto;
		width: 50% !important;
	}
}
@media screen and (max-width: 992px) {
	.touritemView .itemFullText-wrapper, 
	.touritemView .itemFullText, 
	.touritemView .itemFullText-book { 
		display: block; 
		width: 100%; 
		text-align: center; 
	} 
	.navbar-search {
		right: 15px; 
	}
	#belowslider {
		padding-right: 15px !important; 
	} 
	.social-item-slider {
		padding-right: 0px !important; 
	}
	/*homepage tour mod*/
	.gttmobileonly {
		display: block; 
		visibility: visible; 
	} 
	.gttmobilehidden {
		display: none; 
		visibility: hidden; 
	} 
	.whoarewe-mod p {
		font-size: 40px; 
	} 
	.whoarewe-mod table p {
		font-size: 20px; 
	} 
	.aboutitemView .itemIntroText h3 {
		/*font-size: 50px;*/
		font-size: 40px;
	} 
	.aboutitemView .itemIntroText table td {
		display: block; 
		clear: both; 
		width: 100% !important; 
		text-align: center; 
		margin-bottom: 40px; 
	} 
	.about-us-quote-text p {
		padding: 0 15px; 
		font-size: 50px; 
	} 
	.about-img-wrapper {
		padding-right: 20px; 
	} 
	.about-row.odd .about-img-wrapper {
		padding-left: 20px; 
	}
} 
@media screen and (max-width: 790px) {
	.pcm-mainnav.navbar-default .navbar-nav > .active > a, 
	.pcm-mainnav .navbar-default .navbar-nav > .active > a:hover, 
	.pcm-mainnav.navbar-default .navbar-nav > .active > a:focus, 
	.pcm-mainnav.navbar-default .navbar-nav > .open > a {
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media screen and (max-width: 768px) {
	.navbar-search {
		right: 30px;
		top: 30px;
	} 
	#belowslider {
		top: -20px; 
	}
	.social-item-slider {
		top: -20px; 
	}
	#belowslider:before, 
	#belowslider::before {
		border-width: 40px 100vw 0 0;
		top: -19px;
	} 
	.social-item-slider:before, 
	.social-item-slider::before {
		border-width: 40px 100vw 0 0;
		top: -19px;
	}
} 
@media screen and (max-width: 767px) { 
	.pcmfixedsubmenu {
		display: none !important;
		visibility: hidden;
	}
	.whoarewe-mod p {
		font-size: 40px;
		line-height: 44px;
	} 
	.whoarewe-mod table {
		margin-top: 30px; 
	}
	.whoarewe-mod table td {
		display: block;
		float: none;
		clear: both;
		margin: 0px auto 30px auto;
		width: 100% !important;
	} 
	.whoarewe-mod table td img {
		margin-bottom: 28px;
	} 
	.custom.home-newsletter-mod p {
		font-size: 30px;
		padding: 0 30px;
		line-height: 34px;
	} 
	.custom.home-newsletter-mod .gtt-home-news-inner {
		width: 90%;
	} 
	.custom.home-newsletter-mod input.email {
		width: 80%;
		font-size: 16px;
		height: 40px;
		padding-left: 8px;
	} 
	.custom.home-newsletter-mod input.email::-webkit-input-placeholder{
		font-size: 16px; 
	}
	.custom.home-newsletter-mod input.email:-moz-placeholder { /* Firefox 18- */
		font-size: 16px; 
	}
	.custom.home-newsletter-mod input.email::-moz-placeholder {  /* Firefox 19+ */
		font-size: 16px; 
	}
	.custom.home-newsletter-mod input.email:-ms-input-placeholder {
		font-size: 16px; 
	} 
	.custom.home-newsletter-mod .pcminline .button {
		width: 40px; 
		height: 40px; 
	} 
	#spotlight6 h4 {
		font-size: 30px;
		margin-bottom: 16px;
	} 
		
	.about-img-wrapper, 
	.about-row.odd .about-img-wrapper {
		padding-left: 0;
		padding-right: 0;
		text-align: left;
		margin-bottom: 0;
	} 
	.about-row.odd .about-img-caption {
		float: left;
	}
	.about-img-wrapper, 
	.about-text-wrapper {
		float: none; 
		clear: both; 
		width: 100%; 
	} 
	.about-row.odd .about-text-wrapper {
		/* text-align: right; */
		text-align: left;
	} 
	.about-row blockquote, 
	.about-row.odd blockquote {
		border-left: 2px solid #3DBEEE;
		border-right: 0px; 
	}
	.about-row.odd .about-fulltext-link-inner {
		float: left; 
	}
	.about-img-wrapper {
		margin-bottom: 14px;
	} 
	
	.pcm-tours-slick-item {
		width: 100%; 
	} 
	html.themed-tours #spotlight4 {
		font-size: 36px;
	} 
	
	.pcm-item-icon-heading {
		font-size: 25px;
	}
	.languagesitem-wrapper .languages .main-languages, 
	.placeitem-wrapper .place, 
	.durationitem pre {
		font-size: 40px;
		margin-bottom: -10px;
	} 
	.languagesitem-wrapper .languages .sign-language {
		font-size: 18px;
		margin-top: 20px;
	} 
	.pcm-item-icon-wrapper {
		clear: both;
		display: block;
		margin-bottom: 40px;
	} 
	.pcm-item-icon-heading {
		margin-bottom: 10px;
	} 
	.theme-heading {
		margin-top: 50px;
	}
	.touritemView .itemFullText {
		font-size: 20px;
		text-align: left;
	} 
	.durationoptionsselect-heading {
		font-size: 40px; 
	} 
	.durationoptionsselect-wrapper .select2-container {
		font-size: 40px; 
	} 
	.select2-container--default .select2-selection--single.durationoptionsselect-container {
		height: 45px;
	} 
	.select2-container--default .select2-selection--single.durationoptionsselect-container .select2-selection__rendered {
		line-height: 60px;
	} 
	.select2-dropdown.durationoptionsselect-dropdown .select2-results__option.select2-results__option--highlighted, 
	.select2-dropdown.durationoptionsselect-dropdown .select2-results__option[aria-selected=true], 
	.select2-dropdown.durationoptionsselect-dropdown .select2-results__option {
		font-size: 40px; 
	} 
	.durationwrapper span.first-table, 
	.durationwrapper span.second-table, 
	.durationwrapper span.third-table {
		clear: both;
		width: 100%;
		text-align: center;
		display: block;
		font-size: 15px;
		margin: 0 0 15px 0;
	} 
	.durationwrapper span.second-table:before, 
	.durationwrapper span.second-table::before, 
	.durationwrapper span.third-table:before, 
	.durationwrapper span.third-table::before {
		content: ''; 
		display: none; 
	} 
	
	.durationwrapper table.second-table > tbody > tr {
		display: flex; 
		flex-flow: column; 
	}
	.durationwrapper table.second-table > tbody > tr:nth-of-type(even) td {
		order: 2; 
	} 
	.durationwrapper table.second-table > tbody > tr:nth-of-type(even) td + td {
		order: 1; 
	}
	
	
	.durationwrapper table.first-table > tbody > tr > td, 
	.durationwrapper table.second-table > tbody > tr > td, 
	.durationwrapper table.third-table > tbody > tr > td {
		display: block; 
		clear: both; 
		width: 100% !important; 
		padding-left: 0 !important; 
		padding-right: 0 !important; 
	} 
	.durationwrapper table td img {
		padding-left: 0; 
		padding-right: 0; 
	} 
	.durationwrapper table td p {
		text-align: left !important; 
	} 
	
	/*themed tours forms*/
	.item-send-enquiry-form-close {
		width: 20px; 
		height: 20px; 
		top: 10px; 
		right: 10px; 
	}
	.item-send-enquiry-form .headerclass, 
	.tourselectorclass > div, .tourselectorclass-small > div, 
	.tourselectorclass-private > div, .tourselectorclass-multi > div {
		font-size: 25px;
		padding: 0 15px;
	}
	.item-send-enquiry-form {
		padding-top: 30px; 
		padding-left: 15px; 
		padding-right: 15px; 
	} 
	.pcm-small-private-select-div {
		font-size: 40px;
	} 
	.select2-container--default .select2-selection--single .select2-selection__rendered#select2-tourselectordropdownid-container {
		padding-left: 0;
		padding-right: 44px;
	}
	.select2-container--default .select2-selection--single.tourselectordropdown-container .select2-selection__rendered:after, 
	.select2-container--default .select2-selection--single.tourselectordropdown-container .select2-selection__rendered::after {
		border: 0px; 
	} 
	.item-send-enquiry-form #amountcontainerid, 
	.item-send-enquiry-form #amountcontainerid-small, 
	.item-send-enquiry-form #amountcontainerid-private, 
	.item-send-enquiry-form #amountcontainerid-multi {
		font-size: 14px; 
	}
	.item-send-enquiry-form #form-row-checkboxid .gcore-label-checkbox, 
	.item-send-enquiry-form #form-row-checkboxid-small .gcore-label-checkbox, 
	.item-send-enquiry-form #form-row-checkboxid-private .gcore-label-checkbox, 
	.item-send-enquiry-form #form-row-checkboxid-multi .gcore-label-checkbox {
		font-size: 14px; 
		text-align: left; 
	} 
	input#sendid, input#sendid-small, input#sendid-private, input#sendid-multi {
		font-size: 12px;
		letter-spacing: 0.1em;
	}
	.tourselectorclass > div {
		font-size: 20px; 
	} 
	.tourselectordropdown-dropdown .select2-results ul li {
		font-size: 20px; 
	} 
	.item-send-enquiry-form .gbs3 {
		padding-left: 0; 
		padding-right: 0; 
	} 
	.item-send-enquiry-form .gbs3 .form-group {
		margin-bottom: 10px;
	}
	#maincontentid label, 
	#maincontentid-small label, 
	#maincontentid-private label, 
	#maincontentid-multi label {
		font-size: 14px;
		width: 100%;
		float: left;
	} 
	#maincontentid .gcore-form-row .gcore-input, 
	#maincontentid-small .gcore-form-row .gcore-input, 
	#maincontentid-private .gcore-form-row .gcore-input, 
	#maincontentid-multi .gcore-form-row .gcore-input {
		width: 100%; 
	} 
	#maincontentid .gcore-form-row .gcore-input input, 
	#maincontentid-small .gcore-form-row .gcore-input input, 
	#maincontentid-private .gcore-form-row .gcore-input input, 
	#maincontentid-multi .gcore-form-row .gcore-input input {
		padding: 0px; 
		height: 26px !important; 
	} 
	#maincontentid .gcore-form-row .gcore-input .form-control, 
	#maincontentid-small .gcore-form-row .gcore-input .form-control, 
	#maincontentid-private .gcore-form-row .gcore-input .form-control, 
	#maincontentid-multi .gcore-form-row .gcore-input .form-control {
		height: 26px !important;
		padding: 0 12px;
	}
	.item-send-enquiry-form #maincontentid #leftcolid, 
	.item-send-enquiry-form #maincontentid #rightcolid, 
	.item-send-enquiry-form #maincontentid-small #leftcolid-small, 
	.item-send-enquiry-form #maincontentid-small #rightcolid-small, 
	.item-send-enquiry-form #maincontentid-private #leftcolid-private, 
	.item-send-enquiry-form #maincontentid-private #rightcolid-private, 
	.item-send-enquiry-form #maincontentid-multi #leftcolid-multi, 
	.item-send-enquiry-form #maincontentid-multi #rightcolid-multi {
		width: 100%; 
		float: none; 
		padding-left: 0; 
		padding-right: 0; 
	} 
	.item-send-enquiry #form-row-captcha #fitem, 
	.item-send-enquiry #form-row-captcha > div {
		float: left;
		width: 100%;
		text-align: left; 
	} 
	.item-send-enquiry .gbs3 #form-row-captcha .gcore-subinput-container-wide label {
		width: 100%; 
	} 
	.item-send-enquiry  .gbs3 #form-row-captcha .gcore-subinput-container-wide > div {
		width: 100%;
		padding-right: 0px !important;
	}
	.item-send-enquiry  .gbs3 #form-row-captcha .gcore-subinput-container-wide input {
		height: 26px !important; 
		width: 100%; 
	}
	
	#newtoptext201910 {
		padding-bottom: 0;
	}
	.tailoritemView .itemIntroText h3, 
	#newtoptext201910 .pcmcontainer p {
		font-size: 30px;
		margin-bottom: 0;
	} 
	.tailoritemView .itemFullText h4, 
	#newtoptext201910 .moduletable h3, 
	#newtoptext201910 .moduletable h2 {
		font-size: 24px; 
	} 
	.tailoritemView .itemFullText table tr {
		display: block; 
		margin-bottom: 20px; 
	}
	.tailoritemView .itemFullText table td {
		display: block; 
		width: 100% !important; 
		clear: both; 
		padding: 0px 10px; 
		text-align: center; 
	} 
	.tailoritemView .itemFullText table td + td {
		display: none; 
	} 
	.tailoritemView .itemFullText table td + td +td {
		display: block; 
	} 
	.blueformcontainerclass .blueformrow.first {
		padding-left: 0;
		padding-right: 0;
	}
	.blueformleftclass, 
	.blueformrightclass {
		float: none; 
		width: 100%; 
		padding-left: 0;
		padding-right: 0;
		
	} 
	.custom.chaticonmod {
		display: none; 
	} 
	.contactitemView .itemFullText {
		font-size: 30px; 
	} 
	.contactitemView #form-row-phoneid, .contactitemView #form-row-emailid {
		width: 100% !important; 
		padding-left: 0; 
	} 
	.send-idea-mod .gbs3 input, 
	.contactitemView .gbs3 input {
		font-size: 26px; 
		height: 50px; 
	}
	.send-idea-mod .gbs3 input::-webkit-input-placeholder, 
	.contactitemView .gbs3 input::-webkit-input-placeholder {
		font-size: 40px; 
	}
	.send-idea-mod .gbs3 input:-moz-placeholder, 
	.contactitemView .gbs3 input:-moz-placeholder { /* Firefox 18- */
		font-size: 40px; 
	}
	.send-idea-mod .gbs3 input::-moz-placeholder, 
	.contactitemView .gbs3 input::-moz-placeholder {  /* Firefox 19+ */
		font-size: 40px; 
	}
	.send-idea-mod .gbs3 input:-ms-input-placeholder, 
	.contactitemView .gbs3 input:-ms-input-placeholder {
		font-size: 40px; 
	} 
	.send-idea-mod #form-row-messageid label, 
	.contactitemView #form-row-messageid label {
		font-size: 40px; 
	}
	html.themed-tours #spotlight4 img {
		/* margin-top: 0; */
	} 
	.send-idea-mod .select2-container {
		font-size: 40px; 
	}
	#form-row-checkbox42, 
	#form-row-checkbox42multi, 
	#form-row-checkbox42trip {
		padding-left: 0;
		padding-right: 0;
	}
	#form-row-checkbox42 label, 
	#form-row-checkbox42multi label, 
	#form-row-checkbox42trip label {
		text-align: left;
		float: left;
	}
	#form-row-checkbox42 label a, 
	#form-row-checkbox42multi label a, 
	#form-row-checkbox42trip label a {
		clear: both;
		text-align: left;
		float: left;
	}

	
	/*fixed background change for mobile devices*/
	.custom.home-newsletter-mod {
		background-attachment: scroll;
		padding-top: 140px;
	} 
	html.about-us #spotlight1 .custom {
		background-attachment: scroll; 
	} 
	
	/*arrows in tour highlights*/
	.durationwrapper table.first-table ul li {
		margin-left: 38px;
		font-size: 21px;
		line-height: 1.4;
	} 
	td.table-cell-slider ul.slick-slider .slick-track li {
		margin-left: 0px; 
	} 
	table.second-table tr:nth-of-type(odd) td.table-cell-slider {
		padding-left: 0 !important;  
	}
	
	/*spaces between tables*/
	.second-table tr:first-of-type td:first-of-type {
		display: none; 		
	} 
	.second-table tr:first-of-type td, 
	.second-table tr:first-of-type td h4 {
		margin-top: 0;
		padding-top: 0 !important;
	} 
	td.table-cell-slider .slick-dots li {
		width: 20px; 
	}
	
	/*RELATED ITEMS*/
	.itemRelated-tour {
		padding: 10px 0 0 0;
	} 
	.itemRelated-tour .pcm-tours-slick-item-inner {
		/*margin: 0; */
	} 
	
	/*FOOTER*/
	.footer-bottom {
		padding: 20px 15px 20px 15px;
	}
	.footer-bottom ul li:first-of-type {
		margin-top: 0; 
	}
	.footer-bottom ul li a {
		padding: 0 10px 0 0; 
	} 
	.footer-bottom ul li + li a {
		padding: 0 10px 0 10px;
	} 
	.footer-bottom ul li + li + li a {
		padding: 0 0 0 10px; 
	} 
	.footer-license {
		padding: 15px 15px; 
	} 
	
	/*forms*/
	.item-send-enquiry-form #maincontentid, 
	.item-send-enquiry-form #maincontentid-small, 
	.item-send-enquiry-form #maincontentid-private, 
	.item-send-enquiry-form #maincontentid-multi {
		padding: 0;
		margin-top: 14px;
	}
	
	/*hide back-to-top arrow*/
	#back-to-top {
		/* display: none !important; */
		/* visibility: hidden !important; */
		/* opacity: 0 !important; */
		position: relative;
		bottom: 0;
		right: inherit;
		width: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-color: #3dbeee;
		opacity: 1;
		padding-bottom: 100px;
	}

	#newtext201910, #newtext201910 p {
		font-size: 18px; 
	}
	#newtext201910 .moduletable .custom p:first-child:first-letter {
		font-size: 80px;
		line-height: 60px;
		margin-top: 6px;
		padding-right: 10px;
	}

	.pcm-item-icons-wrapper {
		margin-bottom: 20px;
	}

	.blogitem-itemIntroText {
		font-size: 22px;
		line-height: 1.4em;
	}
	
} 
@media screen and (max-width: 359px) { /*fot iphone4*/ 
	html .ul-instaholic li {
		max-width: 260px;
	}
	.footer-bottom {
		padding: 20px 15px 20px 15px;
	}
	.footer-bottom ul li {
		float: none; 
		clear: both; 
		display: block; 
		margin-top: 20px; 
		border-left: 0px; 
		padding: 0; 
	}  
	.footer-bottom ul li a {
		padding: 0; 
	}
}

/*LAST MINUTE CHANGES*/
/*off-canvas menu*/
button.off-canvas-toggle .fa-bars:before, 
button.off-canvas-toggle .fa-bars::before {
	content: ''; 
} 
button.off-canvas-toggle .fa-bars {
	background-image: url('../png/mobile-bars.png'); 
	background-position: center center; 
	background-size: contain; 
	width: 22px; 
	height: 15px; 
	cursor: pointer;  
}

/*tailor made desktop form placeholders*/
.tailoritemView .gbs3 .blueformrow input.form-control::-webkit-input-placeholder, 
#fin-captcha1 input::-webkit-input-placeholder {
	color: transparent; 
}
.tailoritemView .gbs3 .blueformrow input.form-control:-moz-placeholder, 
#fin-captcha1 input:-moz-placeholder { /* Firefox 18- */
	color: transparent; 
}
.tailoritemView .gbs3 .blueformrow input.form-control::-moz-placeholder, 
#fin-captcha1 input::-moz-placeholder {  /* Firefox 19+ */
	color: transparent; 
}
.tailoritemView .gbs3 .blueformrow input.form-control:-ms-input-placeholder, 
#fin-captcha1 input:-ms-input-placeholder {
	color: transparent; 
} 
/*mobile number placeholder reset*/
.tailoritemView .gbs3 .blueformrow input#text41.form-control::-webkit-input-placeholder {
	color: #999999; 
}
.tailoritemView .gbs3 .blueformrow input#text41.form-control:-moz-placeholder { /* Firefox 18- */
	color: #999999; 
}
.tailoritemView .gbs3 .blueformrow input#text41.form-control::-moz-placeholder {  /* Firefox 19+ */
	color: #999999; 
}
.tailoritemView .gbs3 .blueformrow input#text41.form-control:-ms-input-placeholder {
	color: #999999; 
} 

@media screen and (max-width: 767px) { 
	.modulePretext-gtt-homepage {
		font-size: 25px;
		padding: 0px 60px;
		line-height: 27px;
	} 
	button.slick-prev, 
	button.slick-prev:focus, 
	button.slick-prev:hover, 
	button.slick-next, 
	button.slick-next:focus, 
	button.slick-next:hover {
		height: 14px; 
		width: 22px; 
	} 
	.pcm-tours-slick-text .pcm-moduleItemTitle {
		font-size: 20px; 
	} 
	.pcm-tours-slick-text .pcm-moduleItemText {
		font-size: 15px;
	} 
	.pcm-tours-slick-info-title {
		font-size: 24px;
	} 
	.pcm-tours-slick-info-link a {
		font-size: 15px; 
	} 
	.whoarewe-mod h4 {
		font-size: 24px;
		margin: 69px 14px 54px 14px;
	} 
	.whoarewe-mod h4:first-child, 
	.whoarewe-mod h4:first-of-type {
		margin: 60px 14px 14px 14px;
	} 
	a.whoarewe-btn {
		font-size: 12px;
		margin-top: 40px;
		padding: 0px 22px;
		margin-bottom: 20px;
	} 
	html.home #spotlight3 {
		top: -40px;
		margin-bottom: -40px;
	} 
	html.home #spotlight3:before, 
	html.home #spotlight3::before {
		border-width: 40px 100vw 0 0;
		top: -65px;
	} 
	.whattheysayaboutus-mod h3 {
		font-size: 24px;
	} 
	#spotlight6 h3 {
		font-size: 25px;
		margin-bottom: 0;
	} 
	
	/*instagram*/
	.instagramfeed-text-mod h4 img {
		max-width: 22px;
		vertical-align: baseline;
	}
	
	.left-footer .moduletable {
		top: inherit;
    	-webkit-transform: perspective(1px) translateY(-0%);
    	-ms-transform: perspective(1px) translateY(-0%);
    	transform: perspective(1px) translateY(-0%);
	} 
	#CDSWIDEXC { /*trip advisor*/
		margin: auto !important;
	} 
	.right-footer .moduletable {
		top: inherit;
    	-webkit-transform: perspective(1px) translateY(-0%);
    	-ms-transform: perspective(1px) translateY(-0%);
    	transform: perspective(1px) translateY(-0%);
	} 
	.moduleLink-gtt-homepage {
		margin-top: 10px;
		margin-bottom: 10px;
	} 
	#spotlight1 {
		/* padding-bottom: 22px; */
	} 
	#spotlight2 {
		padding-top: 0; 
	} 
	#spotlight6 {
		padding-bottom: 0px;
		padding-left: 0;
		padding-right: 0;
	}
	.moduletable.whoarewe-mod {
		padding-top: 0;
		padding-bottom: 10px;
	} 
	html .ul-instaholic li {
		display: none; 
	}
	html .ul-instaholic li:first-child, 
	html .ul-instaholic li:first-of-type {
		display: block; 
	} 
	
	/*about page*/
	.aboutitemView .itemBody {
		padding: 0; 
	} 
	.aboutitemView .itemIntroText table td img {
		padding-right: 0; 
	}
	.aboutitemView .itemIntroText h3 {
		/*font-size: 40px;*/
		font-size: 28px;
		margin-bottom: 61px;
	} 
	.aboutitemView .itemIntroText table td h4 {
		font-size: 24px;
		padding-top: 40px;
		margin-bottom: 40px; 
		text-align: center; 
	} 
	.aboutitemView .itemIntroText table td {
		text-align: left;
		font-size: 21px;
		margin-bottom: 29px;
	} 
	.aboutitemView .itemFullText {
		margin-top: 0; 
	} 
	.aboutitemView .itemFullText ul li {
		font-size: 21px; 
	} 
	.about-us-quote-text p {
		font-size: 36px; 
	} 
	.about-us-quote-text h4 {
		font-size: 22px; 
	} 
	html.about-us #spotlight1 .custom {
		min-height: 376px;
	} 
	.about-us-quote-text {
		padding: 0 0px 0 20px;
	} 
	.about-us-quote-text h4 {
		padding: 0 15px;
	}
	html.about-us #spotlight3 .moduletable {
		padding-left: 0; 
		padding-right: 0; 
	}
	html.about-us #spotlight3 .moduletable h3 {
		font-size: 24px;
		margin-bottom: 20px;
		margin-top: 40px;
	} 
	.about-img-caption {
		display: block;
		margin-bottom: 14px;
		color: #000000;
		font-weight: bold;
		font-size: 16px;
	} 
	.about-img-caption span.about-devider {
		display: none;
	} 
	.about-img-caption span.pcmaboutname {
		float: left;
	}
	.about-img-caption span.pcmaboutroll {
		font-weight: 300;
		font-size: 12px;
		font-style: italic;
		clear: both;
		float: left;
	}
	.about-header {
		display: none;
	}
	.about-text-wrapper {
		font-size: 16px; 
	} 
	html.about-us #spotlight5 {
		padding-top: 0; 
	} 
	html.about-us #spotlight5 .moduletable h3 {
		font-size: 24px;
		margin-bottom: 0px;
	} 
	html.about-us ul.sigProPolaroids {
		margin-top: 20px !important; 
		padding-top: 0px !important; 
	} 
	html.about-us #back-to-top {
		background-color: #ffffff; 
	} 
	#k2Container.pcm-tours-itemListView {
		padding-left: 0px; 
		padding-right: 0px; 
	} 
	.pcm-tours-slick-item-inner {
		margin-left: 0px; 
		margin-right: 0px; 
	} 
	
	/*themed tours select2 styling*/
	#form-ui {
		margin-bottom: 20px; 
	} 
	#form-ui .form-selects {
		margin-left: 0; 
	} 
	html.themed-tours #spotlight4 {
		padding-bottom: 30px; 
	} 
	
	/*themed tours item view layout*/
	div.itemBody.itemBody-tours {
		padding-left: 0;
		padding-right: 0;
		margin-top: 34px;
	} 
	.durationwrapper span.first-table.clicked, 
	.durationwrapper span.second-table.clicked, 
	.durationwrapper span.third-table.clicked {
		/* border-bottom: 0; */
		/* text-decoration: underline; */
	}
	.touritemView .itemFullText-wrapper {
		margin-bottom: 50px; 
	} 
	.durationwrapper table.first-table > tbody > tr > td, 
	.durationwrapper table.second-table > tbody > tr > td, 
	.durationwrapper table.third-table > tbody > tr > td {
		padding-top: 0px !important; 
	} 
	.durationwrapper td.table-cell-slider .slick-dots {
		display: none !important; 
	} 
	table.first-table h4, 
	table.second-table h4, 
	table.third-table h4 {
		font-size: 24px !important;
		text-align: center;
	} 
	.durationwrapper table.first-table ul {
		padding-left: 15px;
	} 
	.durationwrapper table.first-table ul.slick-slider {
		padding-left: 0;
	} 
	.durationwrapper table.first-table ul li {
		background-position: left 5px; 
	} 
	.durationwrapper table.shorttour td {
		font-size: 18px; 
	} 
	.durationoptionsselect-wrapper {
		margin-bottom: 60px;
	} 
	.durationwrapper table.multitour td {
		font-size: 16px; 
	} 
	.durationwrapper table.info-inner-table tr {
		display: block;
		margin-bottom: 24px;
	}
	.durationwrapper table.info-inner-table td {
		display: block;
		clear: both;
		line-height: 23px !important;
		padding-bottom: 0 !important;
		width: 100% !important;
	} 
	.durationwrapper table.info-inner-table td + td {
		color: #3DBEEE; 
	} 
	.touritemView .notes-heading, 
	.touritemView .notes { 
		font-size: 20px; 
	} 
	.item-send-enquiry-heading { 
		font-size: 15px; 
		margin: 20px auto 20px auto; 
	} 
	.relatedheader-tour {
		width: 250px;
		font-size: 24px;
		margin: auto;
	} 
	.pcm-tours-slick-info-duration, 
	.pcm-tours-slick-info-place, 
	.pcm-tours-slick-info-languages {
		padding-left: 50px;
	} 
	.pcm-tours-slick-info-duration:before, .pcm-tours-slick-info-duration::before, 
	.pcm-tours-slick-info-place:before, .pcm-tours-slick-info-place::before, 
	.pcm-tours-slick-info-languages:before, .pcm-tours-slick-info-languages::before {
		margin-left: -40px;
	}
	.pcm-view-tours-item-btn {
		margin-top: 40px;
		margin-bottom: 0;
	} 
	html.themed-tours #back-to-top {
		background-color: #3dbeee;
	} 
	html.themed-tours #k2Container {
		padding-bottom: 0; 
		margin-bottom: 0; 
	} 
		
	/*tailor made*/
	#k2Container.tailoritemView .itemIntroText {
		padding-left: 15px; 
		padding-right: 15px; 
	} 
	#k2Container.tailoritemView form.chronoform #form-row-arrivalid, 
	#k2Container.tailoritemView form.chronoform #form-row-departureid {
		padding-left: 0;
		padding-right: 0;
	}
	#k2Container.tailoritemView form.chronoform > .form-group,   
	#k2Container.tailoritemView form.chronoform .chronoform-container {
		padding-left: 15px; 
		padding-right: 15px; 
	} 
	.tailoritemView .itemFullText table td + td {
		font-weight: normal; 
		font-size: 23px; 
	} 
	.tailoritemView .gbs3 label.gcore-label-top, 
	.tailoritemView .gbs3 .dates-arr-dep {
		text-align: left !important; 
	} 
	.tailoritemView .gbs3 .gcore-display-table {
		margin: 0; 
	}
	.tailoritemView .gbs3 .gcore-display-table .gcore-multiple-column .gcore-checkbox-item, 
	.tailoritemView .gbs3 .gcore-display-table .gcore-multiple-column .gcore-radio-item {
		display: block; 
		float: left; 
		clear: both; 
	} 
	.tailoritemView .gbs3 .gcore-multiple-column .gcore-checkbox-item:not(:first-child), 
	.tailoritemView .gcore-multiple-column .gcore-radio-item:not(:first-child) {
		padding-left: 0; 
	} 
	#fin-checkbox_groupinterestsid .gcore-checkbox-item, 
	#fin-checkbox_groupinterestsidmulti .gcore-checkbox-item, 
	#fin-checkbox_groupinterestsidtrip .gcore-checkbox-item {
		margin: 0px;
		float: left;
		clear: both;
		display: block;
	} 
	#fin-checkbox_groupinterestsid .gcore-checkbox-item label, 
	#fin-checkbox_groupinterestsidmulti .gcore-checkbox-item label, 
	#fin-checkbox_groupinterestsidtrip .gcore-checkbox-item label {
		background-size: 50px;
		padding: 0 0 0 53px;
		background-position: left 0px center;
		height: 100px;
	} 
	#fin-checkbox_groupinterestsid, 
	#fin-checkbox_groupinterestsidmulti, 
	#fin-checkbox_groupinterestsidtrip {
		margin-top: 50px; 
	} 
	.tailoritemView .gcore-checkbox-item .gcore-label-checkbox, 
	.tailoritemView .gcore-radio-item .gcore-label-checkbox {
		font-size: 20px;
		padding-left: 38px;
		background-size: 20px;
	} 
	#form-row-arrivalid, 
	#form-row-departureid, 
	#form-row-arrivalidmulti, 
	#form-row-departureidmulti, 
	#form-row-arrivalidtrip, 
	#form-row-departureidtrip {
		display: block;
		float: left;
		margin: 0;
		padding: 0;
	}
	#fin-flexid, 
	#fin-flexidmulti, 
	#fin-flexidtrip {
		clear: both;
		padding-top: 20px; 
	} 
	#fin-custom1 {
		text-align: center; 
		width: 100%; 
	} 
	.tailoritemView .gbs3 .blueformrow .form-control, 
	.tailoritemView .gbs3 input#captcha1 {
		background-color: #8BD8F5; 
	} 
	.tailoritemView .gbs3 .blueformrow .form-group {
		margin-bottom: 20px;
		position: relative;
	} 
	.tailoritemView .gbs3 .blueformrow .form-group label {
		display: none; 
	} 
	.blueformcontainerclass .blueformrow .gcore-input {
		width: 100%;
	} 
	.blueformcontainerclass .blueformrow select {
		color: #ffffff; 
	}
	.blueformcontainerclass #form-row-captcha {
		padding-top: 0; 
	}
	.blueformcontainerclass #form-row-captcha label.control-label {
		display: none; 
	} 
	.blueformcontainerclass #form-row-captcha #fitem50 {
		width: 100%; 
		padding: 0 15px; 
	} 
	.blueformcontainerclass #form-row-captcha #fitem51 {
		float: left; 
		margin-left: 15px; 
	}
	.blueformcontainerclass #form-row-captcha #fin-captcha1 {
		width: 100%; 
		padding: 0 !important; 
	} 
	.blueformcontainerclass #fin-sendtailorid, 
	.blueformcontainerclass #fin-daytourbtn, 
	.blueformcontainerclass #fin-multidaytourbtn, 
	.blueformcontainerclass #fin-tripdesignbtn {
		margin: auto; 
	} 
	
	.tailoritemView .gbs3 .blueformrow input.form-control::-webkit-input-placeholder, 
	input#captcha1::-webkit-input-placeholder {
		color: #ffffff; 
		font-style: normal; 
	}
	.tailoritemView .gbs3 .blueformrow input.form-control:-moz-placeholder, 
	input#captcha1:-moz-placeholder { /* Firefox 18- */
		color: #ffffff; 
		font-style: normal; 
	}
	.tailoritemView .gbs3 .blueformrow input.form-control::-moz-placeholder, 
	input#captcha1::-moz-placeholder {  /* Firefox 19+ */
		color: #ffffff; 
		font-style: normal; 
	}
	.tailoritemView .gbs3 .blueformrow input.form-control:-ms-input-placeholder, 
	input#captcha1:-ms-input-placeholder {
		color: #ffffff; 
		font-style: normal; 
	} 
	/*mobile number placeholder reset*/
	.tailoritemView .gbs3 .blueformrow input#text41.form-control::-webkit-input-placeholder {
		color: #ffffff; 
		font-size: 20px; 
	}
	.tailoritemView .gbs3 .blueformrow input#text41.form-control:-moz-placeholder { /* Firefox 18- */
		color: #ffffff; 
		font-size: 20px; 
	}
	.tailoritemView .gbs3 .blueformrow input#text41.form-control::-moz-placeholder {  /* Firefox 19+ */
		color: #ffffff; 
		font-size: 20px; 
}
	.tailoritemView .gbs3 .blueformrow input#text41.form-control:-ms-input-placeholder {
		color: #ffffff; 
		font-size: 20px; 
	} 
	
	/*contact page*/
	.contactitemView .itemFullText h4 {
		font-size: 24px; 
	} 
	.contactitemView .itemBody {
		padding-left: 0px;
		padding-right: 0px;
		margin-top: 40px;
	}
	.contactitemView .itemFullText h4 {
		margin-top: 50px; 
	}
	.contactitemView .gbs3 {
		padding-bottom: 10px; 
	} 
	
	/*search section*/
	.searchsectionclose {
		background-image: url(../png/off-canvas-close.png);
		top: 30px;
		right: 30px;
		width: 17px;
		height: 18px;
		opacity: 1;
	} 
	#searchsection div.k2SearchBlock form input.inputbox {
		font-size: 38px; 
	} 
	
	/*arrows in slick slider*/
	button.slick-prev, button.slick-prev:hover, button.slick-prev:focus, 
	button.slick-next, button.slick-next:hover, button.slick-next:focus {
		top: -30px;
	} 
	
	/*slider arrow*/
	.sliderarrow img {
		max-width: 31px !important; 
	}
	
	/*terms - cookies notice - privacy policy page*/
	html.terms-conditions #back-to-top, 
	html.cookies-notice #back-to-top, 
	html.privacy-policy #back-to-top {
		background-color: transparent; 
	} 
	body.withoutslider .pcm-mainnav {
		min-height: 150px; 
	}
} 

@media screen and (max-width: 349px) { 
	.custom.home-newsletter-mod input.email {
		width: 70%; 
	}
}

/*themed tours select2 styling*/
.select2-dropdown.formselects-dropdown.select2-dropdown--below, 
.select2-dropdown.formselects-dropdown.select2-dropdown--above, 
.select2-container--focus span.formselects-container, 
.select2-container--open span.formselects-container, 
span.formselects-container {
	border: 0px !important; 
	outline: none; 
} 
.select2-container .select2-selection--single.formselects-container .select2-selection__rendered {
	padding-left: 0; 
	padding-right: 0; 
	color: #3DBEEE; 
	font-size: 14px; 
	font-weight: 600; 
	letter-spacing: 0.075em; 
} 
.select2-dropdown.formselects-dropdown .select2-search.select2-search--dropdown {
	display: none; 
} 
.select2-dropdown.formselects-dropdown  .select2-results__options li {
	color: #3DBEEE; 
	font-size: 14px; 
	font-weight: 600; 
	letter-spacing: 0.075em; 
	padding-left: 0; 
	padding-right: 0; 
} 
.select2-container .select2-selection--single.formselects-container .select2-selection__arrow {
	background-image: url("../png/tours-select-down.png");
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: 14px 9px;
}
.select2-container--open .select2-selection--single.formselects-container .select2-selection__arrow {
	background-image: url("../png/tours-select-up.png"); 
}
.select2-container .select2-selection--single.formselects-container .select2-selection__arrow b{
	display: none; 
} 
.select2-container--default .formselects-dropdown .select2-results__option--highlighted[aria-selected], 
.select2-container--default .formselects-dropdown .select2-results__option[aria-selected=true]{
	background-color: transparent; 
} 

/*price for site in themed tours*/
.pcm-priceforsite {
	margin-top: -5px;
	margin-bottom: 5px; 
	font-family: 'hgbig', sans-serif; 
	letter-spacing: 0.01em;
	font-weight: 500;
	font-size: 22px; 
}

/*off canvas*/
.t3-off-canvas .close.pcm-offcanvas-close {
	background-color: transparent;
	background-image: url("../png/off-canvas-close.png");
	width: 17px;
	height: 18px;
	opacity: 1;
	left: 30px;
	top: 33px;
} 
.t3-off-canvas-header img.logo-img {
	margin-top: 20px;
} 
.t3-off-canvas-footer {
	background-color: white;
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: right;
	background-image: url("../png/offcanvas-mod-background.png");
	background-size: contain;
	background-repeat: no-repeat;
	padding: 33px 15px 10px 15px;
} 
.t3-off-canvas-footer .t3-module {
	margin-bottom: 0; 
}
.t3-off-canvas-footer p {
	margin-bottom: 0; 
} 
.social-footer-offcanvas a {
	margin-left: 20px;
} 

.offcanvascontentwrapper {
	padding-top: 16px;
}
.offcanvassearchwrapper {
	position: relative; 
} 
.offcanvassearchwrapper .t3-module {
	margin-bottom: 0 !important;
	position: absolute;
	top: 24%;
	left: 0;
	right: 0;
	padding: 0 15px;
	text-align: center;
	font-family: 'hgbig', sans-serif;
	letter-spacing: 0.01em;
	font-size: 48px;
	font-weight: 300;
} 
.offcanvassearchwrapper .t3-module input {
	font-family: 'hgbig', sans-serif;
    color: #ffffff;
    font-size: 38px;
    font-weight: 300;
    letter-spacing: 0.075em;
    padding: 0 15px;
    text-align: center;
    height: inherit;
    line-height: 68px;
    background-color: transparent;
    background-image: none;
    background: none;
    box-shadow: none;
    border: 0px;
    border-radius: 0;
    margin: auto;
} 
.offcanvassearchwrapper .t3-module input.inputbox::-webkit-input-placeholder {
	color: #ffffff; 
}
.offcanvassearchwrapper .t3-module input.inputbox:-moz-placeholder { /* Firefox 18- */
	color: #ffffff; 
}
.offcanvassearchwrapper .t3-module input.inputbox::-moz-placeholder {  /* Firefox 19+ */
	color: #ffffff; 
}
.offcanvassearchwrapper .t3-module input.inputbox:-ms-input-placeholder {
	color: #ffffff; 
} 

/*changes in tour item forms*/
#maincontentid-multi .gcore-form-row .gcore-input .form-control.additionalclass-multi {
	height: 154px;
} 
#maincontentid-small .gcore-form-row .gcore-input textarea#additionalid-small, 
#maincontentid-private .gcore-form-row .gcore-input textarea#additionalid-private {
	height: 96px;
}

/*themed tours in off canvas*/
.themed-tours-in-offcanvas {
	display: none; 
}
.themed-tours-heading {
	font-size: 48px;
    letter-spacing: 0.01em;
    padding: 7px 0px;
    text-align: center;
    font-family: 'hgbig', sans-serif;
    font-weight: 300;
    line-height: 1;
} 
.t3-off-canvas .t3-off-canvas-body .themed-tours-in-offcanvas ul.menu {
	padding-top: 0; 
}
.t3-off-canvas .t3-off-canvas-body .themed-tours-in-offcanvas ul.menu li a {
	font-size: 26px;
}

/*hide isotope filters*/
html.hide-filters #form-ui {
	display: none; 
	visibility: hidden; 
}

/*trip advisor module fix*/
.moduletable.trip-box-mod {
	margin-top: -30px;
	margin-right: 20px;
} 
@media screen and (max-width: 767px) {
	.left-footer .moduletable {
		margin-top: 0 !important;
		margin-right: 0 !important;
		float: none !important;
		clear: both !important;
		margin-bottom: 20px;
	} 
}

/*additions 2019-12-06*/
p.footerleftnew {
	color: #42BEEE;
	font-size: 18px;
	margin-bottom: 10px;
}
.left-footer {
	margin-top: 20px;
}
.footer-bottom {
	color: #818181;
	width: 100%;
} 
.footer-bottom-inner {
	border-top: 1px solid #818181;
}
.footer-license p {
	margin-bottom: 4px;
}
.pcm-copyright {
	text-align: center;
	font-size: 13px;
	padding-bottom: 10px;
}
.pcm-copyright a {
	color: #818181;
}
.pcm-copyright a:hover, 
.pcm-copyright a:focus {
	color: #ffffff;
}
.footer-bottom-left, 
.footer-bottom-right {
	width: 25%;
	float: left;
	display: block;
	position: relative;
	min-height: 1px;
}
.footer-bottom-middle {
	width: 50%; 
	float: left;
}
.footer-bottom-left img {
	height: 17px;
	width: auto;
	margin-right: 20px;
}
.footer-bottom-left .moduletable {
	margin-top: 30px;
}

/*RESPO for blog only - 2019-12-06*/
@media screen and (max-width: 1580px) {
	.blogitem-related .blogrelatedtext {
		max-width: 480px;
	}
}
@media screen and (max-width: 1430px) {
	.blogitem-itemDateCreated {
		position: relative;
		max-width: 950px;
		margin: auto;
		padding-left: 15px;
		padding-right: 15px;
		left: 0;
	}
	.blogitem-itemDateCreated br {
		display: none;
	}
	.blogcatfeatured-text {
		padding: 140px 20px 150px 20px;
	}
	.blogitem-related .blogrelatedtext p {
		font-size: 52px;
	}
}
@media screen and (max-width: 1256px) {
	.blogimgwrapper .imgalttitle {
		position: relative;
		border-top: none;
		left: 0;
		right: 0;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
		max-width: 100%;
	}
	.blogimgwrapper .imgalttitle .imgalt {
		margin-right: 4px;
		display: inline-block;
	}
	.blogimgwrapper .imgalttitle .imgtitle {
		display: inline-block;
	} 
	.related-book-img {
		width: 60px;
	} 
	.blogitem-related .blogrelatedtext p {
		font-size: 40px;
	} 
	.blogitem-related .blogrelatedtext p.relatedtourpretext {
		font-size: 14px;
	} 
	.blogitem-related .blogrelatedtext a.relatedtourlink {
		padding: 9px 25px;
	}
	.blogcatfeatured-text {
		padding: 90px 20px 100px 20px;
	}
}
@media screen and (max-width: 1142px) {
	.blogitem-itemHeader,  
	.blogitem-introimg, 
	.blogitem-itemNavigation, 
	.blogitem-itemRelated {
		max-width: 950px;
		padding-left: 15px;
		padding-right: 15px;
		margin: auto;
	} 
	.blogitem-itemDateCreated, 
	.blogitem-itemIntroText {
		padding-left: 0;
		padding-right: 0;
	}
	.blogitem-itemIntroText {
		margin-top: 40px;
		margin-bottom: 60px;
	} 
	a.blogitem-itemPrevious {
		left: 15px;
	}
	a.blogitem-itemNext {
		right: 15px;
	}
}
@media screen and (max-width: 1092px) {
	.navbar-search {
		right: 15px;
	}
	
}
@media screen and (max-width: 992px) {
	.blogcat-social, 
	.blogitem-social {
		padding-right: 15px !important;
	} 
	.topleadingwrapper, 
	.middleleadingwrpper, 
	.bottomleadingwrapper, 
	.otherpageleadingwrapper, 
	.blogcat-filterwrapper {
		padding-left: 15px !important;
		padding-right: 15px !important;
	} 
	.blogcat-filterwrapper {
		padding-top: 0;
	} 
	.blogcat-filtertext, 
	.blogcat-catsearchwrapper {
		width: 100%;
	}
	.twoitemsinrow .blogcat-catItemBody .blogcat-catItemHeader .blogcat-catItemDateCreated {
		font-size: 12px;
	}
	.twoitemsinrow .blogcat-catItemBody .blogcat-catItemHeader h3.blogcat-catItemTitle {
		font-size: 20px;
	} 
	.blogcat-itemContainer {
		width: 50%;
		margin-bottom: 15px;
	}
	.twoitemsinrow .blogcat-catItemBody .blogcat-catItemHeader {
		position: relative;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.topleadingwrapper, .middleleadingwrpper, .bottomleadingwrapper, .otherpageleadingwrapper {
		padding-bottom: 0;
	}
	.blogcat-itemContainer {
		margin: 10px 0;
	}
	.blogcatfeatured-text .blogcatfeatured-catItemHeader h3 {
		font-size: 40px;
	}
	.featured-readmore a {
		padding: 9px 25px;
	}
}
@media screen and (max-width: 977px) {
	.blogmenuwrapper {
		position: absolute;
		right: 0;
		top: -30px;
		margin-right: 0;
	}
	.footer-bottom-left, 
	.footer-bottom-middle, 
	.footer-bottom-right {
		width: 100%;
		text-align: center;
	}
	.footer-top-col {
		clear: both;
		margin: 20px auto 30px auto;
		float: none;
		text-align: center;
		width: 100%;
		padding: 0 15px;
	}
	.moduletable.trip-box-mod, 
	.left-footer .moduletable{
		clear: both;
		float: none;
		margin-left: 0;
		margin-right: 0;
	} 
	.moduletable.trip-box-mod {
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.center-footer.footer-top-col {
		margin-bottom: 0;
	}
	.right-footer.footer-top-col {
		margin-top: 30px;
		display: none;
	}
	.custom.trip-box-mod {
		text-align: center;
	}
	.custom.trip-box-mod .TA_excellent {
		display: inline-block;
	} 
	.footer-top {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 0;
		padding-right: 0;
	} 
	.blogcat-mainimagetext h3, 
	.blogitem-itemImageCaption {
		font-size: 40px;
	}
	.blogcat-mainimagetext p, 
	.blogitem-itemImageCredits {
		font-size: 35px;
	}
	.blogitem-related .blogrelatedimg, 
	.blogitem-related .blogrelatedtextwrapper {
		width: 100%;
	} 
	.blogitem-related .blogrelatedtext {
		position: relative;
		top: 0%;
		transform: translateY(-0%);
		-ms-transform: translateY(-0%);
		-moz-transform: translateY(-0%);
		-webkit-transform: translateY(-0%);
		-o-transform: translateY(-0%);
		margin-top: 50px;
		margin-bottom: 40px;
	}
	.blogitem-related .blogrelatedtext a.relatedtourlink {
		margin-top: 5px;
	}
	.blogitem-itemrelated-date {
		font-size: 10px;
	} 
	.blogitem-itemRelTitle {
		font-size: 20px;
	}
}
@media screen and (max-width: 768px) {
	.blogmenuwrapper {
		position: relative;
		right: inherit;
		top: 0;
		margin-right: inherit;
		clear: none;
	}
	.blogcat-social:before, 
	.blogcat-social::before, 
	.blogitem-social:before, 
	.blogitem-social::before {
		border-width: 40px 100vw 0 0;
		top: -19px;
	}
	.blogcat-social, 
	.blogitem-social {
		top: -20px;
	}
	.blogcatfeatured-text {
		padding: 40px 20px;
	} 
	.featured-readmore {
		margin-top: 20px;
	} 
	.related-book-img {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.blogitem-itemrelated-date {
		font-size: 15px;
	} 
	.blogitem-itemRelTitle {
		font-size: 30px;
	}
}
@media screen and (max-width: 600px) {
	.blogcatfeatured-text .blogcatfeatured-catItemHeader h3 {
		font-size: 24px;
	}
	.featured-readmore a {
		font-size: 8px;
		padding: 6px 14px;
	} 
	.threeitemsinrow .blogcat-catItemBody .blogcat-catItemHeader h3.blogcat-catItemTitle {
		font-size: 16px;
	} 
	.blogcat-itemContainer, 
	.topleadingwrapper .blogcat-itemContainer {
		width: 100%;
	}
	.blogcat-categories {
		width: 100%;
	}
	.blogcat-search {
		display: none;
	}
	a.blogitem-itemPrevious, 
	a.blogitem-itemNext {
		display: none;
	}
	.blogitem-itemrelated-date {
		font-size: 10px;
	} 
	.blogitem-itemRelTitle {
		font-size: 20px;
	} 
	.blogitem-itemRelatedhead {
		font-size: 20px;
	}
	.blogitem-itemrelated-slider button.slick-prev,
	.blogitem-itemrelated-slider button.slick-prev:hover, 
	.blogitem-itemrelated-slider button.slick-prev:focus, 
	.blogitem-itemrelated-slider button.slick-next, 
	.blogitem-itemrelated-slider button.slick-next:hover, 
	.blogitem-itemrelated-slider button.slick-next:focus {
		width: 10px;
		top: -20px;
	}
	.blogitem-itemrelated-slider .slick-list {
		padding-top: 10px;
		padding-bottom: 0;
	}
}

/*2020-01-15*/
/*instagram embeded code centered*/
iframe.instagram-media {
	margin: auto !important;
}

/*2020-03-26*/
.hiddenmodule {
	display: none;
	visibility: hidden;
	height: 0px;
	position: fixed;
	z-index: -1;
}
.blogcat-mainimagetext h4 {
	font-size: 58px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0;
}


/** ADDITIONS 2021-12-08 **/
.g-recaptcha, 
.g-recaptcha > div {
	margin: auto;
}
#fin-recaptcha {
	clear: both;
}


/** ADDITIONS 2023-01-20 **/
.corpitemView .itemIntroText {
	font-size: 21px;
	letter-spacing: 0.025em;
	line-height: 1.8;
	font-weight: normal;
	color: #000000;
	margin: 0 auto 60px auto;
	max-width: 1240px;
	padding-left: 15px;
	padding-right: 15px;
}
.corpitemView .itemIntroText h4 {
    font-size: 30px;
    font-weight: 600;
    color: #3dbeee;
    letter-spacing: 0.025em;
    margin-top: 0;
    margin-bottom: 42px;
}
.corpitemView .itemIntroText p {
	margin-bottom: 15px;
}
.corpitemView .itemFullText {
	color: #000000;
    letter-spacing: 0.01em;
    font-size: 22px;
	margin-top: 80px;
}
.corpitemView .itemFullText h4 {
	font-size: 30px;
    font-weight: 600;
    color: #3dbeee;
    letter-spacing: 0.025em;
    margin-top: 0;
    margin-bottom: 42px;
}
.corpitemView .itemFullText ul {
	margin: 20px 0 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    list-style-type: none;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    text-align: center;
}
.corpitemView .itemFullText ul li {
	margin-top: 40px;
	width: 25%;
}
.corpitemView .itemFullText ul li img {
	max-width: 100%;
	height: auto !important;
}


.corp-send-enquiry .fa.fa-asterisk {
	display: none;
}
.corp-send-enquiry {
    background-color: #ebebeb;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    padding-top: 40px;
    padding-bottom: 22px;
}
.corp-send-enquiry .gbs3 {
	max-width: 1397px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}
.corp-send-enquiry .headerclass {
	text-align: center;
    font-size: 36px;
    color: #3dbeee;
    font-weight: 600;
    letter-spacing: 0.0255em;
	margin-bottom: 40px;
}
.corp-form-flex {
	padding: 0 35px;
    margin-top: 14px;
}
.corp-form-left {
	width: 50%;
    float: left;
    padding: 0 35px;
}
.corp-form-right {
	width: 50%;
    float: left;
    padding: 0 35px;
	height: 352px;
}
.corp-form-right > div {
	height: 100%;
}
.corp-send-enquiry .gbs3 label {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.025em;
	min-width: inherit;
	max-width: inherit;
	width: 100%;
	padding-top: 6px;
	min-height: 38px;
}
.corp-send-enquiry .gcore-form-row .gcore-input .form-control {
	width: 100% !important;
    border: 0px;
    border-radius: 0;
    height: 38px;
}
.corp-send-enquiry #fin-messageid {
	height: 311px;
}
.corp-send-enquiry .corp-form-right textarea {
	width: 100% !important;
    border: 0px;
    border-radius: 0; 
	height: 100% !important;
} 
.corp-asterisk-notification {
	clear: both;
	padding: 20px 35px 0 35px;
	text-align: center;
	font-size: 15px;
}
.corp-send-enquiry .gbs3 .gcore-display-table {
	display: block !important;
}
.corp-send-enquiry #contactsendid {
	color: #ffffff;
    background-image: none;
    background-color: #3dbeee;
    border: 1px solid #3dbeee;
    border-radius: 0;
    box-shadow: none;
    letter-spacing: 0.05em;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 14px;
    height: 43px;
    width: 236px !important;
    margin-top: 14px;
}
.corp-send-enquiry #contactsendid:hover, 
.corp-send-enquiry #contactsendid:focus {
	color: #3dbeee;
    background-color: transparent;
}
#form-row-checkboxaggree {
	margin-bottom: 20px;
}
#form-row-checkboxaggree #fin-checkboxaggree {
	margin: auto;
}
#form-row-checkboxaggree #fin-checkboxaggree input.checkboxaggree {
	visibility: hidden;
    left: 50%;
    position: absolute;
}
#form-row-checkboxaggree #fin-checkboxaggree label {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.025em;
	background-image: url('../png/checked-no.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px 25px;
	padding-left: 35px;
	line-height: 40px;
	margin-top: 10px;
}
#form-row-checkboxaggree #fin-checkboxaggree label a {
	text-decoration: underline;
	color: #000000;
}
#form-row-checkboxaggree #fin-checkboxaggree input#checkboxaggree:checked + .gcore-label-checkbox {
    background-image: url(../png/checked-yes.png);
}

.corp-send-enquiry .gtooltip {
	background-color: #3dbeee !important;
    border: 1px solid #3dbeee !important;
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    margin: 0px auto;
    padding: 5px 16px !important;
    position: absolute;
    opacity: 0.9;
    z-index: 3000;
    max-width: 300px;
    -moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;
    -moz-box-shadow: 0 0 5px #DDDDDD;
    -webkit-box-shadow: 0 0 5px #dddddd;
    box-shadow: 0 0 5px #dddddd;
}
.corp-send-enquiry .gtooltip-arrow-border-top, 
.corp-send-enquiry .gtooltip-arrow-top {
    border-top-color: #3dbeee !important;
}

#fin-recaptcha {
	margin: 20px auto 0 auto;
}

@media screen and (max-width: 1380px) {
	.t3-megamenu .nav > li > a {
		padding-left: 7px;
		padding-right: 7px;
	}
}
@media screen and (max-width: 1260px) {
	.navbar-search.hidden-xs {
		top: 5px;
	}
}
@media screen and (max-width: 972px) {
	.logo-mobile.visible-xs {
		display: block !important;
	}
	button.off-canvas-toggle {
		display: block !important;
	} 
	.pcm-mainnav .t3-navbar.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-search.hidden-xs {
		top: 30px;
	}
	.blogmenuwrapper {
		position: relative;
		top: 0;
		margin-right: 20px;
	}
	.corpitemView .itemFullText ul li {
		margin-top: 20px;
		width: 33%;
	}
}
@media screen and (max-width: 767px) {
	.corp-form-left, 
	.corp-form-right {
		width: 100%;
	}
	.corpitemView .itemFullText ul {
		gap: 10px;
	}
	.corpitemView .itemFullText ul li {
		margin-top: 10px;
		width: calc(50% - 5px);
	}
}
@media screen and (max-width: 600px) {
	.corp-form-left, 
	.corp-form-right {
		padding: 0;
	}
}

html.logos-hidden .itemBody .itemFullText {
	display: none;
}


/**2024-01-17**/
#fin-agecatid, 
#fin-agecatidmulti, 
#fin-agecatidtrip {
	min-height: 33px;
	position: relative;
}
#fin-agecatid select, 
#fin-agecatidmulti select, 
#fin-agecatidtrip select {
	position: absolute;
	z-index: 999;
}


/**2024-09-18**/
html.sustainability-policy .itemBody p img {
	max-width: 100%;
	height: auto;
}


/**2025-05-05**/
/*Instagram custom feed oneface.gr*/
.insta_wrapper {

}
.insta_inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.oneface_mod {
	
}
.insta_item_wrapper {
	width: 25%;
	padding-top: 25%;
	display: block;
	background-position: center;
	background-size: cover;
	position: relative;
	color: #ffffff;
}
.insta_item_wrapper .overlay {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
	background-color: rgba(0, 0, 0, 0.4);
}
.insta_item_wrapper:hover .overlay, 
.insta_item_wrapper:focus .overlay {
	opacity: 1;
}

.content_wrapper {
	position: absolute;
    font-size: 14px;
	letter-spacing: 0.053m;
    font-weight: 400;
    color: #fff;
    padding: 10px 10px;
    left: 0;
    right: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center; 
    /* 
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.6) 100%);
	*/
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.insta_item_wrapper:hover .content_wrapper, 
.insta_item_wrapper:focus .content_wrapper {
	opacity: 1;
}
.insta_logo {
	clear: both;
	display: block;
	margin: 10px auto;
}

@media screen and (max-width: 767px) {
	.insta_item_wrapper {
		width: 50%;
		padding-top: 50%;
	}
	.insta_item_wrapper .overlay {
		display: none;
	}
	.content_wrapper {
		bottom: 0;
		top: inherit;
		transform: translateY(0);
		opacity: 1;
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.6)));
    	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.6) 100%);
	}
	.insta_logo {
		display: none;
	}
}


/*DEBUGGIN BELOW THIS POINT*/

/*sandbox red text*/
.tablerow7 span.vmpayment_name + span, 
.vm-payment-plugin-single span.vmpayment_name + span {
	display: none; 
} 






