﻿@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Icons';
    src: url('/Content/fonts/icons.eot');
    src: url('/Content/fonts/icons.eot?#iefix') format('embedded-opentype'),
         url('/Content/fonts/icons.woff') format('woff'),
         url('/Content/fonts/icons.ttf') format('truetype'),
         url('/Content/fonts/icons.svg#Icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Icons2';
    src: url('/Content/fonts/icons2.eot');
    src: url('/Content/fonts/icons2.eot?#iefix') format('embedded-opentype'),
         url('/Content/fonts/icons2.woff') format('woff'),
         url('/Content/fonts/icons2.ttf') format('truetype'),
         url('/Content/fonts/icons2.svg#Icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Handlee';
    src: url('/Content/fonts/Handlee-Regular.eot');
    src: url('/Content/fonts/Handlee-Regular.eot?#iefix') format('embedded-opentype'),
         url('/Content/fonts/Handlee-Regular.woff') format('woff'),
         url('/Content/fonts/Handlee-Regular.ttf') format('truetype'),
         url('/Content/fonts/Handlee-Regular.svg#Icons') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* === RESET STYLES === */

html, body {
	width: 100%;
	min-width: 970px;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: .06em;
    color: #777777;
    background: #fff none;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.popup-open,
.popup-open #ContentWrapper {
    overflow: hidden;
}

#ContentWrapper {
    width: 100%;
    /*height: 100%;*/
    box-sizing: border-box;
    overflow: auto;
    /*overflow-y: scroll;*/
    -webkit-overflow-scrolling: touch;
}

aside, nav, footer, header, section { 
	display: block;
	font-size: 100%;
}

img, div, p, span, form, input, textarea, button {
	border: none;
	border-width: 0;
	padding: 0;
	background: transparent;
	margin: 0;
	resize: none;
	outline: none;
	font-size: 100%;
    border-radius: 0;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

input, textarea {
	background-color: transparent;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 100%;
}

.clear {
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}
.clearfix:after {
  display: block;
  content: '';
  height: 0;
  overflow: 0;
  clear: both;
}

ins, a {
	text-decoration: none;
	color: inherit;
	outline: none;
	font-size: 100%;
}

i, em {
	color: inherit;
	font-style: inherit;
	font-weight: inherit;
	text-decoration: inherit;
}

select {
    padding: 0;
    margin: 0;
    border: none;
    -moz-box-sizing: bprder-box;
    -webkit-box-sizing: bprder-box;
    box-sizing: bprder-box;
    vertical-align: middle;
}

fieldset {
    padding: 0;
    margin: 0;
    border: none;
}

::-ms-clear {
    display: none;
}

::selection {
	background: #19acc6;
	color: #fff;
}

::-moz-selection {
	background: #19acc6;
	color: #fff;
}

.preload * {
	-webkit-transition: none !important;
	transition: none !important;
}

.disable-hover * {
  pointer-events: none !important;
}

:-moz-ui-invalid {
	box-shadow: none;
}

.h2 {
	font-family: 'Nunito';
	font-size: 20px;
	line-height: normal;
	color: #111;
	text-transform: uppercase;
}

.cta-link a {
	font-family: 'Noto Sans';
	font-size: 11px;
	font-weight: bold;
	color: #111;
}

.cta-link a:before {
	content: '›';
	font-size: 12px;
	color: #26b500;
	margin-right: 3px;
}

.ml-ellipsis {
    overflow: hidden;
}

.ellipsis {
    position: relative;
}

.ellipsis:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 21px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAVCAMAAABMmV/8AAAAP1BMVEX///////////////////////////////////////////////////////////////////////////////////81m6ZbAAAAFXRSTlMABw8ZJDE+TFppeIeWpbPBztvm8Pi0cspWAAAAMklEQVR4Xi3AxQHDAAAAIeJWlf1n7ecQhhhjijmWWGOLPY4444pb3OMRz3jFOz7xjV/+lGQGkXdK55MAAAAASUVORK5CYII=);
    background-position: left bottom;
    background-repeat: repeat-x;
}








/* form items */

select[name="sortTopDeals"] {
	width: 100%;
	height: 32px;
}

select[name="sortTrips"] {
	width: 186px;
	height: 32px;
}

#PageFooter select[name="Gender"] {
    width: 74px;
    height: 34px;
}









/* icons */

i.icon {
	font-family: 'Icons';
	text-transform: none !important;
	font-size: 25px;
    font-weight: normal;
	line-height: 25px;
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
}

.icon.icon-arrow-down:before {
	content: 'A';
}

.icon.icon-arrow-left:before {
	content: 'B';
}

.icon.icon-arrow-right:before {
	content: 'C';
}

.icon.icon-baggage:before {
	content: 'D';
}

.icon.icon-calendar:before {
	content: 'E';
}

.icon.icon-check:before {
	content: 'F';
}

.icon.icon-cross:before {
	content: 'G';
}

.icon.icon-cross-disc:before {
	content: 'H';
}

.icon.icon-facebook:before {
	content: 'I';
}

.icon.icon-facebook-square:before {
	content: 'J';
}

.icon.icon-human:before {
	content: 'K';
}

.icon.icon-instagram:before {
	content: 'L';
}

.icon.icon-mail:before {
	content: 'M';
}

.icon.icon-minus-disc:before {
	content: 'N';
}

.icon.icon-phone:before {
	content: 'O';
}

.icon.icon-plus-disc:before {
	content: 'P';
}

.icon.icon-quote:before {
	content: 'Q';
}

.icon.icon-search:before {
	content: 'R';
}

.icon.icon-spinner:before {
	content: 'S';
}

.icon.icon-star:before {
	content: 'T';
}

.icon.icon-twitter:before {
	content: 'U';
}

.icon.icon-zoom:before {
	content: 'V';
}

i.globe {
	display: inline-block;
	width: 22px;
	height: 18px;
	margin-right: 6px;
	margin-top: -2px;
	vertical-align: middle;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAkCAIAAAB9tU87AAANhUlEQVR4XpXYeXQUZb7H4e9bW+9Lekm6O1unk0ASIAGSEBICKCDIjqAIbsgIwoAgRBwWN+Q4OKNzB2UGAZHrcAE3xuvGACGIIgiCgpJEyEJYkpA9XUmnk67uqu73hqtHyVXH63Pq1Hn/q8+pes/vVBXE3+LE+Y8feWlJ/vTM/gWu2CyrdYDdnGaNyoiKGR7lnmTLXBp7577RxeKb4k3Ky8r37nlj6yvbtmx55dXtr506eVL8CdJ7wq/x9lzcXLzz44PX2jSi/8qVQKMPkoIw9GOJKh7BGkiXabAckAAOFpcmfWJK7vihbUdCzRXeyqpqf1cHy/OCwMshORQK8Rw/ccrtL29+Gd/Dr0a0rvlo48GtJ1u568KEULhGDpRAl0m0/SFV00gQ6jgGHBRfRGpDsAHh64AP4KCN5XrqlGnzJzy7+HmD2aQoMsMwwWCwqqqq5FDJrj3/xfHs5yc+j0+IBwDxlx289G72vTlIBW6B9RE4HiPGUbDOgHUOiXsGsethnkzinkXaJ8g4zOafsxZ+GZ35T13y33lNHr5jTzUdOPGh+BPFxYcS3YkWs7Wutq43gMEv2Hds5/1zHj7b8JU+AyaZkFbS+SEN1hPGRFgTFC+hlEBG8CoC5eg6TdsPS+1nAioXyb03NeFJxjAGnBut1Z3zZs9/e/9b6GvYsLw9e3Z3dvhWr1rzi3filZK/8kMEJMKxlLPdA95BOCMRHMQ0ibiKSOImkvSfSHieWKfD8iBiNiB6LSxFMKxEzHMYtjfGs5VJ/hDD33OoUgCA1wo7924Xf+JPG/8ksOrexc9EvHPiVdVgNQYhtoiLmgrOTlSJROWGLpu41iO6CK7H0b+YOJeTmNXIPaO/tcaeX24aUW3JL43K3Gdwb+AN0+Bcg5liv9FHXfr+PAC1UXjvyD/Fvi5cuMiCO378BMS+KsWznuGx4OBYzDqXQ59PNP2JLoc4ikjUHcSxCp71atdaErMMXDwsj2J0ZfS93uz5Yv789sJ7W3MXiCNWipOsG6ApRPxe3CH2G/qGkTUKAPqNdp+/cla8SV1drYpVlxw+wqCvp9evvfzF9aipRDMwDB6qWBgKqHEsVadBP4IGL8E1wxD9EOmugCVT0OiZr/e2fPVRqb9DAhPmGI6H2gYHY4H7OeIkjk+2V2luiTjnACBVx65u3rYJNwmGQhSUZTmIN9l9frPGqeLHY/B5IWUnGzUTzsfgXEXSDrDRCzHwa+J+iZhnw/ogEnfgHnHwJDExeTtrngntUuSfszwp3v24OHXKlX6WpzBXHPKhuHnoLptjG1KLYSpkASAG2w9u/uFyn356zKA2nTt7rk/ErQ9MwBh4/sHGvwjbfeg9J/wVcau5cZdirfOQ+6Uxt0LD6hk4cdtpz+/F0cvECavF6XeLAz1vQfMQPJv4peI4938jdjNeFh99RrznRXHh4I+M9g2IWcTwDgLg/qK5P27M5/8c70roszFLqt9OfmqI8TnOOg26ocSzk0k/zMasweCTmlnXBxhnwTwFluUorLC4d8DwLGZeHrRUHHt/e95q8c7nxYdmiemuXRAKYZ9L5ok5W8V1C8XR68S7HhenZX2g1U2COp4BEJWufvPca70FXm/7bWPHFwwf0Sdiwcb7bJuMqac4211Qe0jCC4h7nkTNIMnv3JhLghvR6zDtar8l4tjfi7fGrmbUa3Ff27A14oz54vDl4sSXxGVPifexM8GnYEi58IK4+BHxtgfah68UJ98p9rPdxTFG3KDHH/eu6424drVWzWmffWZ9n2FV19IZ1vki1yLQwbaYsnZ07KehHhpm4Z5id2yELhtWky2IEANu5poxli7+4N4zFIwH6TpoAwjuPrXHmoVpBzMvbA794/x2FVQMwwQQCEFhtREaAVEDPWipFwHs379fUnoWLV4M4PsIGR2t1kZ1NJSGCFKRMSsha1yGcT7cS9S3jRmVmpw6IC+pqxRKROHBR6AYYRm5fkCwDAfeP+qEMxbunYd2tu/B7ctzUmyeSSuyqjfTQ98UR6iigab20/aAMaIfBd5OEEFdVV1jR937+z7MzytQqVU/Rnx56UuS3Kq1w3cF7nh7ssUT9ElUD5Nbq4OeBeu2eHojwjSiAs+C60TnUDZ37NKBLa0dr198bdeZXfWHw8MecVthb0ZLjNOS9aD10ia5ta2tGt82nOwcNMPpucscUVNwOH+2dNGCJU1tTa9s3YIbwOEGBJSIzh7yA7IaFpfZAKO/JRBpgXmYWYFCQDRQ8+lobL0e70joQbcCmQGb7x7SkNTy+cIW2yiM/0NGnCOmJdTu7+4SBGHAyOSGqvaKg3WsWQmEYE02MwwlJmhsqpqq2pqe2ifWPulOcgP48U4YonXiIaXzDEwDwcZFCMCA5xU4omIYMCqoePD9JmgrTzbyUNkRbYO9Al8f/eYLb73Ie8CqIDgiAjS+rk4AUkCSupXBDyZ2lcnN71D3MJPE+0Rfp2CG3KMggPz8/FV/eAxAnwiGZzpPhpveRGKKJT0mTQu9IstEJgYYKShAeaiyM3O76kAht6O5rOnCkV1njr1bbUxVjd0Sr05kPv97RQNqdRqDoiiyInf5fQLL0VZWboEmgfWKbd7yACMxii9sNBseLvodgP8bEeqijqmECaLzBBugoRjEJsQlMk4aBWsikq2wMyA8eFUAZytLiz/+uPjtMrmOzZnpHDQirZ8hwz0wzluJsiOVRBsOSsGQEgrw/tIPasI0rIlF/Ulvy7FgsBQRLwAYDfq0gf1xEw43wB2VnjBOfT2IqpOtzYYSZjbPNenCEuqlJnuEeOX2Duq92lijNODw6qqUiZrkHHbQiGQzLI3eZj8j2XP0Hi/f8KZsiL+sN2v9XT2t5zqb/wbTrURpRs9hcA6Eamm4GwA4TmAjAoCfeb17YPfoU3KpK0tFIkz9xYD/NFgvSAZYF+QmcAzsA8CIfN178l37cqN5a113k9/fxbKsJElagybUKZ/ec1lQ4L7PXH+qo30bBBsxjINUTpV2gEXoKpRWIrfTWyYWvvvG+wzYPo/jO+ZwfE8lkhOT7sidMeuBkUNWmMyTEZ8ljH0wLWeeLXteTN7kIQXzMqNn4tSxL6/562QlBIpgMCjLcnNTS6vcZB0GqRo1r3X49kKIIvoCUJlyMaAKCV0BQBSFgkNaTvp3BX0iXt/5OoCZd94T22787K2Ky6iOh2dIarajn4FE2HQ2IyUuze1KDkuUh1awk+ZiSF6FMrS7V0+3v9vX2dHRcaUnVAOIpOMtokoi+pGUBikBaADhzt41GB60CwAy0vujL66iorJoVZHD4Zg4eVJ8c0F1yaHggkCnuqMDIukSfN92N89obmtrAwEAChqfE911tOWbbypT82JCEbmt3RvxQ6lF9zkiVYBQaAdRCCAcABK8Bv9x0DDl7AQSEEFSRkJWRjb6Yg7+60C0zTlx0kQAyUvj0ISOY90RSLKkCAZGMkQuNJaZTKbQ/2prbTMbotRONlCChrLm9gZvqAr+o8T7NgmUQUighvGUMZJQHWE4IlVT3xFKAcEFGoR0jQKYfuf0zMTB6Is5fvz4hPFjQQDghdtfzE7JOvXZ1XbUxKrjTB4ja0PjvqCKZ4NSSJKk7lB3fXOdJjscboX3I+IrQedH6D4D1kA1WVSbDkYgmgwQDt4PqP84uTFphoOzgIZI2AeL2zRu3Bj8BNfR4Rs69Me05S+sXLHwd0eevjRqg2SwGaJcfOsXwbLm8xqDvq2lTREh1UYULyIifBehiiOsEaok8HHgjIRQhH0INkCuo3IziADdKMroEbxMAvURAIsXLh4x4JafiZDlUDiMH0yLnV614vE/rvrz4W/rXffo/VcV+Tpq/tITNVTuLIvI16B4CaOCEAelA+CoOgOsEYQhShfkWoRqIbfSSA/hzNDlg3ciWM4ELlP4MWpi/rLFj+LnkLl3z/346CeVVRdxkydeX73jhVdTJ4K5ndQfQOAY1EMoryIRCaAgPBWSIDcg3ElUqeB0kK4iVA+lCWE/WDWICbzlRp9cj+4vWOl62OVxvPPOvgHJA38+4vQXp/OG5z391DMri1bgJn85sHbn7m0qG9RutJQh1Ah9ITgdABAOYEi4C1IZwiEQIHgFNAiippwVqiRwsQheAO1heqqJ3Bh2Jjhe27WjYHAhfokoikuXLgGwaOHis1/1+S74j4MvFU5Py5yMvPmsZTgbPYdxrSOOR0n0Ilhnw3wb1KngbRBcUKfDUADzDMSsILFPEtciokv7fiC5U+IPHNsv/lvfj+2i5St37d6dkJA4a9asMWNH2+3RTqtDazW8+MmWHUs2WEMhrwl+CdqBiFCi+NB7IAzCI0LBCtD2h8oDyKBBdFdS31lQERCQm5f9ty0v9Y8biH/vh5zjn302ZdLURFdi7ySIcyUMz82fOfmOuXPmxQ3JhmBMineyWg4A0UDrhiETlpGImU1i7iXmUTAVwHY3jIXgTbiBIUmDkpZtWCD+gl//SXK4uKSstKzb7ycMo1OpLRaLJBBznLG08kxJyUmx/CpH/dAiogEAGoHkg78V31GbTam57mFZmcseXp5oT8H/k/jbeF/9YNucJ2aPXDAidXw/R26sIzsuMS9x0KSMcQ/fumjjQ28f2iv+dv8DSfR32DSaLT0AAAAASUVORK5CYII=);
    background-size: 22px 18px;
}

/* icons2 ExperienceTravel */

i.icon2 {
	font-family: 'Icons2';
	text-transform: none !important;
}

.icon2.icon2-arrow-pnt-left:before {
	content: 'A';
}

.icon2.icon2-arrow-pnt-right:before {
	content: 'B';
}

.icon2.icon2-arrow-reg-down:before {
	content: 'C';
}

.icon2.icon2-arrow-reg-left:before {
	content: 'D';
}

.icon2.icon2-arrow-reg-right:before {
	content: 'E';
}

.icon2.icon2-arrow-reg-up:before {
	content: 'F';
}

.icon2.icon2-btn-close:before {
	content: 'G';
}

.icon2.icon2-btn-menu:before {
	content: 'H';
}

.icon2.icon2-btn-search:before {
	content: 'I';
}

.icon2.icon2-cnt-facebook:before {
	content: 'J';
}

.icon2.icon2-footer-facebook:before {
	content: 'K';
}

.icon2.icon2-footer-instagram:before {
	content: 'L';
}

.icon2.icon2-help:before {
	content: 'M';
}

.icon2.icon2-invalid:before {
	content: 'N';
}

.icon2.icon2-pin:before {
	content: 'O';
}

.icon2.icon2-postcard:before {
	content: 'P';
}

.icon2.icon2-valid:before {
	content: 'Q';
}

.icon2.icon2-menu-golf:before {
	content: 'R';
}

.icon2.icon2-menu-pointer:before {
	content: 'S';
}

.icon2.icon2-menu-users:before {
	content: 'T';
}

.icon2.icon2-logo:before {
	content: 'U';
}

.icon2.icon2-load:before {
	content: 'W';
}

.icon2.icon2-plane:before {
	content: 'a';
}





/* custom btn */

.btn {
    cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	height: 34px;
	text-align: left;
	white-space: nowrap;
	line-height: 32px;
	background-color: #19acc6;
	border-width: 1px;
	border-style: solid;
	border-color: #40bad0 #1697ae #148ba0 #2db3cb;
	border-radius: 3px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0.06em;
	color: #fff;
	text-transform: uppercase;
	padding: 0 15px 0 19px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.btn i {
	margin: -2px 8px 0 -10px;
}

.btn:after {
	content: '›';
	margin-left: 8px;
}

.btn.green {
	background-color: #26b500;
	border-color: #3fbd1d #219f00 #1f9200 #32b90e;
}

.btn.disabled {
    background-color: #ddd !important;
    border-color: #ccc !important;
}








/* custom dropdown */
.custom-select {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 11px;
}

.custom-select * {
	box-sizing: border-box;
}

.custom-select select {
	-webkit-appearance: menulist-button;
	display: none !important;
}

.custom-select .options {
	position: absolute;
	z-index: 999;
	left: 0;
	top: 100%;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	height: 0px;
	-webkit-transition: height .1s ease-out;
	transition: height .1s ease-out;
	background-color: #fff;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
	margin: 2px 0;
	border-radius: 3px;
}

.custom-select .options ul {
	overflow: auto;
	max-height: 220px;
}

.custom-select .options li {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 3px 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-select .options li.selected {
	font-weight: bold;
}

.custom-select .arrow {
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}

.custom-select .frame {
	display: table;
	width: 100%;
	height: 100%;
	border-radius: 1px;
	background-color: #fff;
	border: solid 1px #d0d0d0;
}

.custom-select .input {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	padding: 0 32px 0 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    -webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-select .icon {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	color: #19acc6;
}





/* custom radio/checkbox */

input[type="checkbox"] {
	display: none;
}

input[type="checkbox"] + i {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	line-height: 14px;
	overflow: hidden;
	border: solid 1px #b2b2b2;
	border-width: 1px 0 0 1px;
	background-color: #fff;
	margin-top: -5px;
	margin-right: 8px;
}

input[type="checkbox"]:checked + i:before {
	display: block;
	font-family: 'Icons';
	content: 'F';
	color: #26b500;
	font-size: 25px;
	line-height: 25px;
	margin: -6px 0 0 -6px;
}





/* page header */

#PageHeader .banner {
    display: none;
	height: 50px;
	background-color: #efefef;
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	color: #36515e;
	text-align: center;
}

#PageHeader .banner > .wrapper {
	display: table;
	width: 100%;
	height: 100%;
	max-width: 940px;
	padding: 0 15px;
	margin: 0 auto;
}

#PageHeader .banner .cnt {
	display: table-cell;
	vertical-align: middle;
}

#PageHeader .banner img {
	vertical-align: middle;
	margin-right: 10px;
}

#PageHeader .banner .red {
	color: #e60026;
}

#PageHeader .wrapper {
	height: 96px;
	max-width: 940px;
	padding: 0 15px;
	margin: 0 auto;
}

#PageHeader .columns {
	display: table;
	height: 100%;
	width: 100%;
}

#PageHeader .columns > div {
	display: table-cell;
	vertical-align: middle;
}

#PageHeader .columns > .logo {
    /*width: 242px;*/
    width: auto;
    padding-right: 30px;
}




#PageHeader .header-banner {
    height: 40px;
    background-color: #e5f6f9;
    /*display:block;
    float:left;*/
    width: 100%;
}

#PageHeader .header-banner {
    font-size: 12px;
    line-height: 40px;
    color: #28acc5;
}

#PageHeader .contact {
    display: block;
    width: auto;
    float: left;
}

#PageHeader .contact a {
    text-decoration: underline;
}

#PageHeader .contact i.icon {
    font-size: 18px;
    margin-right: 5px;
}

#PageHeader .partners-block {
    display: block;
    width: auto;
    float: right;
}

#PageHeader .partners-block > div {
    display: block;
    width: auto;
    float: left;
}

#PageHeader .partners-block img {
    margin-left: 10px;
    max-height: 35px;
    vertical-align: middle;
}

#PageHeader .contact.mobile {
    display: none;
}






#PageHeader .columns > .contact {
	text-align: center;
	letter-spacing: 0.02em;
}

#PageHeader .columns > .newsbrief {
	width: 1%;
}

#PageHeader .newsbrief .subscribe-block {
    position: relative;
}

#PageHeader .columns .phone {
	font-family: 'Nunito', sans-serif;
	font-size: 23px;
	line-height: normal;
	color: #19acc6;
	font-weight: bold;
}

#PageHeader .columns .phone span {
	font-weight: normal;
	color: #1a171b;
	margin-right: 12px;
}

#PageHeader .columns .phone .icon {
	vertical-align: middle;
	margin: -2px 4px 0 0;
}

#PageHeader .columns .time a {
	color: #26b500;
	text-decoration: underline;
}

#PageHeader .subscribe-block {
    text-align: right;
}

#PageHeader .form-popup {
    display: none;
    position: absolute;
    z-index: 200;
    top: 100%;
    right: 0;
    width: 480px;
    margin-top: 2px;
    text-align: left;
    white-space: normal;
}

#PageHeader .form-popup > .wrapper {
    background-color: #efefef;
    padding: 20px;
}

#PageHeader .form-popup > .wrapper > p {
    margin-bottom: 20px;
}

#PageHeader .form.general .field-line > div > .label {
    width: 146px;
}

#PageHeader .contour fieldset,
#PageHeader .subscribe-block .contour fieldset {
    margin-bottom: 0 !important;
}

#PageHeader .columns .partners {
    text-align: right;
    margin-right: -6px;
    white-space: nowrap;
    position: relative;
}

    #PageHeader .columns .partners > img {
	    vertical-align: middle;
    }

    #PageHeader .columns .partners > a {
        margin: 0 10px;
        color: #26b500;
        text-decoration: underline;
    }

        .no-touch #PageHeader .columns .partners > a:hover {
            text-decoration: none;
        }








/* page navigation */

#PageNav, 
#Blog {
	background-color: #26b500;
	height: 60px;
    position: relative;
}

#PageNav > .wrapper, 
#Blog > .wrapper {
	height: 100%;
	max-width: 940px;
	padding: 0 15px;
	margin: 0 auto;
}

#PageNav .columns, 
#Blog .columns {
	display: table;
	height: 100%;
	width: 100%;
}

#PageNav .columns > div, 
#Blog .columns > div  {
	display: table-cell;
	vertical-align: middle;
}

#PageNav .navigation .btn-menu-mobile,
#PageNav .navigation .btn-close-mobile {
    display: none;
}

#PageNav .navigation .cnt,
#Blog .navigation .cnt {
	height: 60px;
	margin-left: -20px;
	margin-right: -20px;
}

#PageNav .navigation .cnt .left-nav{
    float:left;
}

#PageNav .navigation .cnt .right-nav {
    float: right;
}

#PageNav .navigation .cnt > ul,
#Blog .navigation .cnt > ul {
	display: table;
	height: 100%;
}

#PageNav .navigation li,
#Blog .navigation li {
	display: table-cell;
	vertical-align: top;
	color: #fff;
	white-space: nowrap;
}

#PageNav .navigation .mobile-only,
#Blog .navigation .mobile-only {
    display: none;
}

#PageNav .navigation .cnt > ul > li > a,
#Blog .navigation .cnt > ul > li > a {
	font-family: 'Nunito', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 33px;
    height: 33px;
    margin-top: 14px;
	display: block;
	padding: 0 20px;
	border-radius: 3px;
    position: relative;
}

#PageNav .navigation .cnt > ul > li > a:after,
#Blog .navigation .cnt > ul > li > a:after {
    content: '';
    border: solid #ffffff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 12px;
}

#PageNav .navigation .cnt > ul.right-nav > li > a:after, #Blog .navigation .cnt > ul.right-nav > li > a:after {
    display: none;
}

#PageNav .navigation li.highlight > a,
#PageNav .navigation li.active > a,
#Blog .navigation li.highlight > a,
#Blog .navigation li.active > a {
	background-color: #fff;
	color: #e81134;
}

#PageNav .navigation li.highlight,
#PageNav .navigation li.active,
#Blog .navigation li.highlight,
#Blog .navigation li.active {
	padding: 0 20px;
}

#PageNav .navigation .hover,
#Blog .navigation .hover {
	position: absolute;
	top: -7px;
	left: 0;
	overflow: hidden;
	box-sizing: border-box;
	height: 33px;
	background-color: #fff;
	border-radius: 3px;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 0px;
}

#PageNav .navigation .hover ul,
#Blog .navigation .hover ul {
	height: 33px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

#PageNav .navigation .hover li,
#Blog .navigation .hover li {
	color: #e81134;
}

#PageHeader .columns > .search {
    width: 42%;
}

#PageHeader .search form {
    display: block;
    position: relative;
    width: 100%;
    height: 50px;
    border-radius: 3px;
    border: solid 2px #f0f0f0;
}

#PageHeader .search label {
    display: block;
    width: 100%;
    height: 100%;
}

#PageHeader .search input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 0 50px 0 20px;
    font-family: 'Nunito', sans-serif;
    color: #1a171b;
    font-size: 13px;
}

#PageHeader .search span.placeholder {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 34px;
    padding-left: 11px;
    font-family: 'Noto Sans', sans-serif;
    font-style: italic;
    color: #999;
    font-size: 11px;
}

#PageHeader .search button {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    color: #1a171b;
}

#PageHeader .search .typeahead {
    position: absolute;
    z-index: 200;
    top: 100%;
    right: 0;
    padding-top: 2px;
    display: none;
    width:100%;
}

#PageHeader .typeahead > .wrapper {
    background-color: #efefef;
    padding: 10px 20px;
    height:auto;
}

#PageHeader .typeahead li {
    display: block;
    padding: 10px 0;
}

#PageHeader .typeahead li a {
    display: table;
}

#PageHeader .typeahead li a > span {
    display: table-cell;
    vertical-align: middle;
}

#PageHeader .typeahead li .media {
    width: 80px;
}

#PageHeader .typeahead li .media span {
    display: block;
    width: 80px;
    height: 80px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#PageHeader .typeahead li .cnt {
    padding-left: 20px;
    width: 315px;
    font-size: 11px;
    line-height: 20px;
    color: #999;
}

#PageHeader .typeahead li .cnt span {
    display: block;
    width: 100%;
    max-width: 235px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#PageHeader .typeahead li .title {
    font-weight: bold;
    font-size: 13px;
    color: #111;
}

#PageHeader .typeahead li .subtitle {
    color: #19acc6;
    font-style: italic;
}

#PageHeader .typeahead li .price em {
    font-weight: bold;
    color: #e60026;
}

#PageHeader .typeahead li .cta-link {
    color: #111;
    font-weight: bold;
}

#PageHeader .typeahead li .cta-link:before {
    content: '› ';
    color: #26b500;
    font-size: 12px;
}

#PageHeader .typeahead .controls {
    border-top: solid 1px #ddd;
    margin-top: 9px;
    padding: 11px 0 4px;
    text-align: right;
    font-size: 11px;
}

#PageHeader .typeahead .controls .cta-link {
    font-weight: bold;
    color: #111;
}

#PageHeader .typeahead .controls .cta-link:before {
    content: '› ';
    color: #e68700;
    font-size: 12px;
}

.quick-links ul {
    float: right;
}

.quick-links li {
    float:left;
}

.quick-links a {
    margin-left: 15px;
    font-weight: bold;
    color: #111111;
}

.quick-links a:before {
    content: '›';
    margin-right: 8px;
    color: #26b500;
}







.preload #PageNav .navigation .subMenu {
    visibility: hidden;
    position: absolute;
}

#PageNav .navigation .subMenu li,
#Blog .navigation .subMenu li {
    display: block;
}

#PageNav .navigation .subMenu li a,
#Blog .navigation .subMenu li a  {
    color: #111;
    display: block;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    font-size: 13px;
    min-width: 230px;
    line-height: 25px;
    padding: 6px 15px 7px;
    overflow: hidden;
}

#PageNav .navigation .subMenu li a span.icon,
#Blog .navigation .subMenu li a span.icon {
    padding-right: 15px;
    display: block;
    float: left;
    height: 25px;
}

#PageNav .navigation .subMenu li a span.text,
#Blog .navigation .subMenu li a span.text {
    display: block;
    float: left;
}

#PageNav .navigation .subMenu.locations,
#Blog .navigation .subMenu.locations {
    padding-top: 22px;
    left: 0;
    right: 0;
}

#PageNav .navigation .subMenu.locations .columns,
#Blog .navigation .subMenu.locations .columns {
    display: block;
    width: 540px;
    height: auto;
}

#PageNav .navigation .subMenu.locations .columns:after,
#Blog .navigation .subMenu.locations .columns:after {
    content: '';
    display: block;
    clear: both;
}

#PageNav .navigation .subMenu.locations .columns .column,
#Blog .navigation .subMenu.locations .columns .column {
    float: left;
    display: block;
    width: 120px;
    padding-right: 15px;
}

#PageNav .navigation .subMenu.locations li a,
#Blog .navigation .subMenu.locations li a {
    line-height: 13px;
    font-weight: normal;
    font-size: 12px;
    min-width: 0;
    padding: 6px 0;
}

#PageNav .navigation .subMenu.locations .column,
#Blog .navigation .subMenu.locations .column  {
    margin-bottom: 20px;
}

#PageNav .navigation .subMenu.locations .column:last-child,
#Blog .navigation .subMenu.locations .column:last-child {
    margin-bottom: 0;
}

#PageNav .navigation .subMenu.locations .columns ul + ul,
#Blog .navigation .subMenu.locations .columns ul + ul {
    margin-top: 20px;
}

#PageNav .navigation .subMenu.locations > .wrapper > ul,
#Blog .navigation .subMenu.locations > .wrapper > ul{
    display: inline-block;
    float: left;
}

#PageNav .navigation .subMenu.locations > .wrapper > ul > li,
#Blog .navigation .subMenu.locations > .wrapper > ul > li{
    display: block;
    min-width: 0;
}

#PageNav .navigation .subMenu.locations > .wrapper > ul > li > a,
#Blog .navigation .subMenu.locations > .wrapper > ul > li > a{
    min-width: 0;
}

#PageNav .navigation .subMenu.locations li a.continent,
#Blog .navigation .subMenu.locations li a.continent{
    font-size: 13px;
    font-weight: bold;
}

#PageNav .navigation .subMenu.locations .map,
.country-filter .map {
    float: right;
    width: 400px;
    height: 250px;
    margin-top: -10px;
    background: url(/App_Plugins/PinPositionEditor/mapImage.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

#PageNav .navigation .subMenu.locations .map .pin,
.country-filter .map .pin{
   position: relative;
   display: none;
}

#PageNav .navigation .subMenu.locations .map .pin > span,
.country-filter .map .pin > span{
    position: absolute;
    left: 25px;
    top: 5px;
    color: #19acc6;
    font-weight: bold;
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
}


#PageNav .navigation .subMenu .wrapper, 
#Blog .navigation .subMenu .wrapper {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 15px;
}

#PageNav .navigation .subMenu .arrow, 
#Blog .navigation .subMenu .arrow {
    width: 0; 
	height: 0;
    position: absolute;
    top: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #efefef;
}


#PageContent {
	padding-bottom: 50px;
}


/* section media */

section.media {
	overflow: hidden;
	min-height: 300px;
	position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

section + section.media {
	margin-top: 50px;
}

section.media > img {
	display: block;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: -9999px;
	left: -9999px;
	right: -9999px;
	bottom: -9999px;
	margin: auto;
}

section.media > .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

section.media > .overlay > .cnt {
	display: table;
	width: 100%;
	height: 100%;
}

section.media > .overlay > .cnt > .cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

section.media > .overlay .h1 {
	color: #fff;
	font-family: 'Noto Sans';
	font-weight: bold;
	text-transform: uppercase;
	font-size: 60px;
	line-height: normal;
	text-shadow: 0 0 35px rgba(0, 0, 0, .3);
}

section.media .carousel {
	height: 410px;
	position: relative;
}

section.media .carousel .slides {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

section.media .carousel .slides li {
	visibility: hidden;
    overflow: hidden;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.media .carousel .slides li.active {
	visibility: visible;
}

section.media .carousel .slides li.ontop {
    z-index: 1;
}

section.media .carousel .slides li img {
	display: block;
	position: absolute;
	top: -9999px;
	left: -9999px;
	right: -9999px;
	bottom: -9999px;
	margin: auto;
	min-width: 100%;
	min-height: 100%;
}

section.media .carousel .slides .billet {
	display: none;
}

section.media .carousel > .wrapper {
	height: 100%;
	max-width: 940px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
    z-index: 2;
}

section.media .carousel .billet {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    background-color: #fff;
    overflow: hidden;
    -moz-transition: height .3s ease;
    -o-transition: height .3s ease;
    -webkit-transition: height .3s ease;
    transition: height .3s ease;
}

section.media .carousel .billet .data {
    position: relative;
}

section.media .carousel .billet .data li {
	display: none;
	padding: 22px 20px 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

section.media .carousel .billet .data li.active {
	display: block;
}

section.media .carousel .billet .title {
	font-family: 'Nunito';
	font-size: 20px;
	line-height: normal;
	text-transform: uppercase;
	color: #111;
}

section.media .carousel .billet .title:before {
    content: '';
    display: block;
    float: right;
    height: 10px;
    width: 54px;
}

section.media .carousel .billet .subtitle {
	font-family: 'Noto Sans';
	font-size: 11px;
	line-height: normal;
	color: #19acc6;
	font-style: italic;
	margin-top: 2px;
}

section.media .carousel .billet .tizer {
	font-size: 11px;
	margin-top: 8px;
}

section.media .carousel .billet .controls {
	display: table;
	width: 100%;
	margin-top: 13px;
}

section.media .carousel .billet .controls > div {
	display: table-cell;
	vertical-align: middle;
}

section.media .carousel .billet .price {
	font-family: 'Nunito';
	font-weight: bold;
	color: #e60026;
	font-size: 21px;
	line-height: 24px;
	white-space: nowrap;
}

section.media .carousel .billet .price span {
	font-family: 'Noto Sans';
	font-size: 11px;
	font-weight: normal;
	color: #999;
	margin-right: 6px;
}

section.media .carousel .billet .btns {
	width: 1%;
	text-align: right;
}

section.media .carousel .billet .pagination {
	position: absolute;
	top: 12px;
	right: 15px;
	white-space: nowrap;
}

section.media .carousel .billet .pagination li {
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
}

section.media .carousel .billet .pagination li span {
	display: block;
	width: 8px;
	height: 8px;
	background-color: #c2c2c2;
	border-radius: 50%;
}

section.media .carousel .billet .pagination li.active span {
	background-color: #19acc6;
}

section.media .carousel.compact {
	max-width: 940px;
	margin: 0 auto;
}

section.media .carousel.compact .billet {
	right: 30px;
}


/* recently viewd container */

.recently-viewd-carousel.carousel-loading {
    position:relative;
}

.recently-viewd-carousel.carousel-loading:before {
    content: url(../images/loader.svg);
    height: 50px;
    width: 50px;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -23px;
    margin-left: -23px;
    z-index: 100;
}

.recently-viewd-carousel .cc-item.loading {
    opacity: 0;
}

.recently-viewd-carousel .cc-item {
    opacity: 1;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.recently-viewd-carousel.carousel-loading .wrapper {
    visibility: hidden;
    max-height: 350px;
}

section.recently-viewd-carousel.lessThanThree div.recently-viewd-cc .cc-item {
    display: block;
    float: left;
}

section.recently-viewd-carousel .recently-viewd-cc .text-content {
    min-height:66px;
}

section.recently-viewd-carousel .cnt {
    margin: 25px -15px 0;
}

section.recently-viewd-carousel .recently-viewd-cc .deal .price {
    margin-top: 0px;
    display: block;
    float: left;
}

section.recently-viewd-carousel .recently-viewd-cc .deal .subtitle {
    margin-top:5px;
}

section.recently-viewd-carousel .recently-viewd-cc .deal .cta-link {
    margin-top: 0px;
    display: block;
    float: right;
    line-height:28px;
}



/* section top deals */

section.top-deals > .wrapper {
	max-width: 940px;
	margin: 0 auto;
	padding: 0 15px;
}

section.top-deals .head {
	display: table;
	width: 100%;
	margin-top: 41px;
}

section.top-deals .head > div {
	display: table-cell;
	vertical-align: middle;
}

section.top-deals .sort {
	width: 188px;
	padding-left: 15px;
}

section.top-deals .cnt {
	width: auto;
	margin: 21px -15px 0;
}

section.top-deals .columns {
	display: table;
	width: 100%;
}

section.top-deals .columns > div,
.related-trips .columns > div {
	display: table-cell;
	width: 33.333%;
	vertical-align: top;
	padding: 0 15px;
}

section.top-deals .media,
.related-trips .media {
    overflow: hidden;
    position: relative;
    /*margin-bottom: 19px;*/
    margin-bottom: 15px;
}

section.top-deals .media img,
.related-trips .media img {
	display: block;
	width: 100%;
}

section.top-deals .media .place {
	position: absolute;
	bottom: 0px;
	left: 0;
	background-color: #19acc6;
	color: #fff;
	font-family: 'Nunito';
	font-weight: bold;
	font-size: 20px;
	line-height: 36px;
	min-width: 36px;
	text-align: center;
	box-sizing: border-box;
	padding: 0 6px;
}

section.top-deals .deal .title,
 .related-trips .deal .title {
	font-family: 'Nunito';
	letter-spacing: 0.04em;
	color: #111;
	font-size: 15px;
	line-height: 18px;
}

section.top-deals .deal .subtitle,
.related-trips .deal .subtitle {
	font-size: 'Noto Sans';
	font-style: italic;
	color: #19acc6;
	font-size: 11px;
	margin-top: 1px;
}

section.top-deals .deal .price,
.related-trips .deal .price {
	font-family: 'Nunito';
	font-weight: bold;
	font-size: 21px;
	line-height: normal;
	color: #e60026;
    margin-top: 17px;
}

section.top-deals .deal .price span,
.related-trips .deal .price span {
	font-family: 'Noto Sans';
	font-size: 11px;
	color: #999;
	margin-right: 6px;
	font-weight: normal;
}

section.top-deals .deal .tizer,
.related-trips .deal .tizer {
	margin-top: 3px;
}

section.top-deals .deal .tizer.ml-ellipsis,
.related-trips .deal .tizer.ml-ellipsis {
    max-height: 63px;
}

section.top-deals .deal .controls,
.related-trips .deal .controls {
	display: table;
	width: 100%;
	margin-top: 10px;
    margin-bottom: -6px;
}

section.top-deals .deal .controls > div,
.related-trips .deal .controls > div {
	display: table-cell;
	vertical-align: bottom;
}

section.top-deals .deal .btns,
.related-trips .deal .btns {
	text-align: right;
	padding-bottom: 6px;
}





/* banners line section */

section.banners-line {
	margin-top: 50px;
}

section.banners-line > .wrapper {
	max-width: 940px;
	height: 60px;
	margin: 0 auto;
	padding: 0 15px;
	font-style: italic;
	color: #111;
}

section.banners-line .columns {
	background-color: #efefef;
	display: table;
	width: 100%;
	height: 100%;
}

section.banners-line .columns > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 33.333%;
}






/* media links section */

section.media-links {
	margin-top: 50px;
}

section.media-links > .wrapper {
	max-width: 940px;
	margin: 0 auto;
	padding: 0 15px;
}

section.media-links .cnt {
	width: auto;
	margin: 0 -15px;
}

section.media-links .columns {
	display: table;
	width: 100%;
    margin-bottom: -30px;
}

section.media-links .columns > div {
	display: block;
    float: left;
	vertical-align: top;
	padding: 0 15px;
	box-sizing: border-box;
	width: 25%;
    margin-bottom: 30px;
}

section.media-links .columns > .double {
	width: 50%;
}

section.media-links a {
	display: block;
	height: 190px;
	overflow: hidden;
	position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.media-links .btn {
	position: absolute;
	bottom: 0;
	right: 0;
}





/* section home spot */

section.home-spot {
	margin-top: 50px;
}

section.home-spot > .wrapper {
	max-width: 940px;
	padding: 0 15px;
	margin: 0 auto;
}

section.home-spot > .wrapper > .cnt {
	/*margin: 0 -15px;*/
	width: auto;
}

section.home-spot .columns {
	display: table;
	table-layout: fixed;
	width: 100%;
}

section.home-spot .columns > div {
    display:block;
	display: table-cell;
	box-sizing: border-box;
	vertical-align: top;
	/*padding: 0 15px;*/
}

section.home-spot .columns > .banner {
	width: 25%;
}

section.home-spot .columns > .banner img {
	display: block;
	width: 100%;
}

section.home-spot .columns > .spot {
	width: 75%;
}

section.home-spot .spot .media {
	float: left;
	width: 293px;
	overflow: hidden;
}

section.home-spot .spot .media a {
    display: block;
    height: 190px;
}

section.home-spot .spot .media img {
	display: block;
    width: 100%;
}

section.home-spot .spot .cnt {
	margin-left: 313px;
}

section.home-spot .spot .height-fix {
	margin-top: -4px;
	height: 160px;
}

section.home-spot .spot .date {
	font-size: 11px;
	line-height: normal;
	color: #19acc6;
	font-style: italic;
}

section.home-spot .spot .title {
	font-family: 'Nunito';
	font-size: 18px;
	line-height: 18px;
	color: #111;
	margin-top: 3px;
    text-transform: uppercase;
}

section.home-spot .spot .tizer {
	margin-top: 11px;
}

section.home-spot .columns > .banner.offset-bottom {
	margin-bottom: 30px;
}

section.home-spot .columns > .spots {
	width: 75%;
}

section.home-spot .columns > .spots .spot {
	margin-top: 30px;
}

section.home-spot .columns > .spots .spot:first-child {
	margin-top: 0;
}

section.home-spot .columns > .spots .media {
    padding-top: 4px;
}

section.home-spot .columns > .spots .height-fix {
    height: 146px;
}

section.home-spot .columns > .spots .tizer.ml-ellipsis {
	height: 84px;
    overflow: hidden;
}

section.home-spot .newsletter-box {
    margin: 0;
    margin-top: 30px;
}




/* section specialists */

section.specialists {
	margin-top: 50px;
}

section.specialists > .wrapper {
	max-width: 940px;
	padding: 0 15px;
	margin: 0 auto;
}

section.specialists > .wrapper > .cnt {
	background-color: #efefef;
	position: relative;
	padding: 20px 30px 30px;
}

section.specialists .head {
	display: table;
	width: 100%;
	margin-bottom: 15px;
}

section.specialists .head > div {
	display: table-cell;
	vertical-align: middle;
}

section.specialists .head .phone {
	text-align: right;
	font-family: 'Nunito';
	font-weight: bold;
	color: #19acc6;
	font-size: 21px;
	line-height: normal;
}

section.specialists .head .phone .icon {
	margin: -2px 4px 0 0;
}

section.specialists .text {
	margin-top: 0;
}

section.specialists .carousel {
	margin-top: 26px;
	position: relative;
	overflow: hidden;
}

section.specialists .carousel > ul {
	display: table;
    table-layout: fixed;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

section.specialists .person {
	display: table-cell;
	vertical-align: top;
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 15px;
    visibility: hidden;
}

section.specialists .person:after {
	content: '';
	display: block;
	clear: both;
}

section.specialists .person .media {
	float: left;
	width: 132px;
}

section.specialists .person .media img {
    max-width: 112px;
	display: block;
}

section.specialists .person .cnt {
	margin-left: 132px;
}

section.specialists .person .name {
	color: #19acc6;
	font-weight: bold;
	margin-top: -5px;
}

section.specialists .person li {
	margin-bottom: 3px;
	padding-left: 9px;
	position: relative;
}


section.specialists .person li:before {
	content: '•';
	position: absolute;
	top: 0;
	left: 0;
}

section.specialists .controls {
	position: absolute;
	bottom: 0;
	right: 0;
}

section.specialists .controls a {
	display: block;
	float: left;
	width: 34px;
	height: 34px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	background-color: #19acc6;
}

section.specialists .controls a .icon {
	line-height: 34px;
}

section.specialists .controls .btn-prev {
	width: 35px;
	padding-right: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #33b5cc #5ec5d7 #148ba0 #26b1c9;
	border-radius: 2px 0 0 2px;
}

section.specialists .controls .btn-next {
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #33b5cc #1697ae #148ba0 transparent;
	border-radius: 0 2px 2px 0;
}





/* section seo */

section.seo-block {
	margin-top: 44px;
}

section.seo-block > .wrapper {
	max-width: 940px;
	margin: 0 auto;
	padding: 0 15px;
	text-align: center;
}

section.seo-block .footer-column-wrapper {
    margin-top:30px;
    display:table;
    width:100%;
}

section.seo-block #filterSEOText  {
    display:table;
    width:100%;
}

section.seo-block .footer-column {
	display: table-cell;
    box-sizing: border-box;
    vertical-align: top;
    width:50%;
    text-align:left;
}

section.seo-block .wrapper .footer-column:nth-child(odd) {
	padding-right: 20px;
    box-sizing: border-box;
}

section.columns-cnt + section.seo-block > .wrapper {
	border-top: solid 1px #ddd;
	padding-top: 44px;
}

section.seo-block h1 {
    font-family: 'Nunito';
    font-size: 20px;
    line-height: normal;
    color: #111111;
    text-transform: uppercase;
}

section.seo-block h2, section.seo-block h3 {
    font-family: Nunito;
    font-size: 14px;
    line-height: 1.5;
    color: #111111;
}

section.seo-block p {
    /*margin-top: 21px;*/
    margin-top: 10px;
    font-size : 11px;
}


/*image gallery*/
.image-gallery {
    margin-top: 21px;
}

.image-gallery .gallery-item {
    display: block;
    width: 100%;
    position:relative;
    cursor:pointer;
}

.image-gallery .gallery-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    padding: 12px 15px 10px 15px;
    border-radius: 3px;
    box-shadow: inset 0 -2px 0 0 #008ba1;
    background-color: #00acc8;
    color: #fff;
    text-align: center;
    width:55px;
    height:55px;
    box-sizing:border-box;
}

.image-gallery .sidebar-image-magnifier {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    padding: 17px 15px;
    border-radius: 3px;
    box-shadow: inset 0 -2px 0 0 #008ba1;
    background-color: #00acc8;
    color: #fff;
    text-align: center;
    width: 55px;
    height: 55px;
    box-sizing: border-box;
}

.image-gallery .gallery-icon {
    display: block;
    font-size: 12px;
    margin-top: 4px;
    line-height: 1;
}

.image-gallery .gallery-icon i, image-gallery .sidebar-image-magnifier i {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 4px;
}

.image-gallery .camera-icon:before {
    content: url('../images/camera-ico.svg');
}

.image-gallery .search-icon:before {
    content: url('../images/magnifier-ico.svg');
}

.image-gallery img {
    display: block;
    width: 100%;
}

#swipebox-overlay {
    background-color: rgba(0,0,0,0.75);
}

#swipebox-top-bar {
    display:none !important;
}

#swipebox-bottom-bar {
    position: absolute;
    top: 50%;
    margin-top: -23px;
    width: 100%;
    z-index: 100;
    background: transparent;
}

#swipebox-bottom-bar, #swipebox-bottom-bar.visible-bars {
    transform: none;
}

#swipebox-arrows {
    width: 100% !important;
    max-width: 100%;
}

#swipebox-prev, #swipebox-next {
    width: 50px;
    height: 50px;
    border-radius: 2.5px;
    box-shadow: inset 0 -2px 0 0 #008ba1;
    background-color: #00acc8;
    padding: 15px;
    box-sizing: border-box;
}
#swipebox-next {
    padding: 14px;
}

#swipebox-next:before {
    content: url('../images/next-arrow.svg');
    /*transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);*/
}

#swipebox-prev:before {
    content: url('../images/prev-arrow.svg');
}

#swipebox-close {
    width: 50px;
    height: 50px;
    border-radius: 2.5px;
    box-shadow: inset 0 -2px 0 0 #008ba1;
    background-color: #00acc8;
    padding: 13px;
    box-sizing: border-box;
    right: 0px;
}

#swipebox-close:before {
    content: url('../images/close-button.svg');
}

.swip-open {
    overflow: hidden;
}

.slide.slide-loading {
    position:relative;
}

.slide.slide-loading:after {
    content: url(../images/loader.svg);
    height: 50px;
    width: 50px;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -23px;
    margin-left: -23px;
    z-index: 100;
}

#swipebox-next.disabled, #swipebox-prev.disabled {
    display: none;
}

/*trustpilot*/
.truest-pilot {
    background-color: #e5f6f9;
}

.truest-pilot .tp-star .tp-star__canvas {
    fill: #4fae79;
}

.horizontal-widget {
    padding: 20px 0;
}

.vertical-widget {
    padding: 20px 20px;
    margin-bottom: 30px;
}

.vertical-widget .trustpilot-widget {
    margin:0 auto;
    display:table;
}



/* page footer */
.blog #PageFooter, .story #PageFooter {
    display: block;
    float: left;
    width: 100%;
}

#PageFooter .top {
	background-color: #19acc6;
	color: #fff;
}

#PageFooter .top > .wrapper,
#PageFooter .bottom > .wrapper {
	max-width: 940px;
	padding: 0 15px;
	margin: 0 auto;
}

#PageFooter .cnt {
	display: table;
	width: 100%;
}

#PageFooter .cnt > div {
	display: table-cell;
	vertical-align: top;
	padding: 0 15px;
}

#PageFooter .top > .wrapper {
	padding-top: 45px;
	padding-bottom: 41px;
}

#PageFooter .top .title {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 11px;
}

#PageFooter li {
	margin-bottom: 3px;
	padding-left: 8px;
	position: relative;
}

#PageFooter li:before {
	content: '›';
	position: absolute;
	top: 0;
	left: 0;
}

#PageFooter .share {
	margin-top: 23px;
}

#PageFooter .share a {
	font-size: 22px;
	margin: 0 2px;
}

#PageFooter .share a .icon {
	margin-top: 2px;
}

#PageFooter .share span {
	margin-right: 8px;
}

#PageFooter div.form {
	width: 36%;
}

#PageFooter form, newsletter-box form  {
	display: block;
	width: auto;
	margin: 0 -2px 0 -1px;
	padding-top: 23px;
}

.newsletter-box form {
    margin-top:33px;
}

.newsletter-box .right form {
    margin-top:40px;
}

.newsletter-box {
    height:220px;
    box-sizing:border-box;
    background:url('/Content/images/newsletter-blogdet.jpg');
    background-size:cover;
    padding:15px;
    margin-bottom:30px;
    margin-top:2px;
}

.newsletter-box .left {
    width:40%;
    float:left;
    display:block;
}

.newsletter-box .right {
    width:40%;
    float:right;
    display:block;
}

.newsletter-box.landscape {
    background:url('/Content/images/newsletter-blog.jpg');
    background-repeat:no-repeat;
    height:150px;
    padding:20px;
    margin:-30px 15px 30px 15px;
}

#PageFooter .line, .newsletter-box .line {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}

.blog-side .newsletter-box .title, .newsletter-box p, .newsletter-box .left .title, .newsletter-box .left p {
    color:#FFFFFF;
    font-size:14px;
    line-height:18px;
}

.newsletter-box .left .title {
    margin-top:20px;
}

.blog-side .newsletter-box .title, .newsletter-box .left .title {
    font-weight:bold;
    margin-bottom:7px;
    font-size:15px;
}

#PageFooter .line > div, .newsletter-box .line > div{
	display: table-cell;
	vertical-align: middle;
	padding: 0 2px 0 1px;
}

#PageFooter .min, .newsletter-box .min {
	width: .1%;
}

#PageFooter .field, .newsletter-box .field{
	position: relative;
}

#PageFooter input, .newsletter-box input {
	display: block;
	width: 100%;
	height: 34px;
	box-sizing: border-box;
	background-color: #fff;
	font-size: 12px;
	font-family: 'Noto Sans', sans-serif;
	color: #111;
	padding: 0 10px;
}

.blog-side .newsletter-box .btn {
    margin-top:0;
}

#PageFooter input + .placeholder, .newsletter-box input + .placeholder {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 11px;
    font-family: 'Noto Sans';
    font-style: italic;
    color: #999;
    line-height: 34px;
}

#PageFooter .custom-select .frame {
	background-color: #fff;
    border: none;
}

#PageFooter .custom-select .input {
	line-height: 32px;
	padding: 0 35px 0 11px;
	color: #111;
}

#PageFooter .custom-select .options {
	background-color: #fff;
	box-shadow: inset 0 0 1px #53606e, 0px 1px 2px rgba(0, 0, 0, .2);
	color: #111;
}

#PageFooter .custom-select .options li {
	position: static;
}

#PageFooter .custom-select .options li:before {
	display: none;
}

#PageFooter .bottom {
	background-color: #fff;
}

#PageFooter .bottom .cnt {
	height: 50px;
	font-size: 11px;
	color: #626a70;
}

#PageFooter .bottom .cnt > div {
	vertical-align: middle;
}

#PageFooter .affiliates {
	text-align: right;
}

#PageFooter .affiliates > img,
#PageFooter .affiliates > a {
	vertical-align: middle;
}





/* section breadcrumbs */

section.breadcrumbs {
	padding: 22px 0;
}

section.breadcrumbs > .wrapper {
	max-width: 940px;
	margin: 0 auto;
	padding: 0 15px;
}

section.breadcrumbs li {
	display: inline;
	font-weight: bold;
	color: #111;
}

section.breadcrumbs li a {
	color: #777;
	font-weight: normal;
}

section.breadcrumbs li:after {
	content: '›';
	color: #19acc6;
	font-size: 13px;
	font-weight: normal;
	margin: 0 6px 0 10px;
}

section.breadcrumbs li:last-child:after {
	display: none;
}




/* section region links */

section.region-links {
	margin-top: 20px;
}

section.region-links > .wrapper {
	max-width: 940px;
	margin: 0 auto;
	padding: 0 15px;
}

section.region-links .columns {
	display: table;
	width: 100%;
	height: 34px;
}

section.region-links .columns > div {
	display: table-cell;
	border-left: solid 1px #fff;
	width: 1%;
	text-align: center;
	vertical-align: middle;
	background-color: #efefef
}

section.region-links .columns > div:first-child {
	border-left: none;
}

section.region-links .columns > .active {
	background-color: #19acc6;
	color: #fff;
	font-weight: bold;
}




/* columns content section */

section.breadcrumbs + section.columns-cnt {
	margin-top: 14px;
}

section.columns-cnt > .wrapper {
	max-width: 940px;
	margin: 0 auto;
	padding: 0 15px;
}

section.columns-cnt > div > .head {
	display: table;
	width: 100%;
	margin-bottom: 42px;
}

section.columns-cnt .head > div {
	display: table-cell;
	vertical-align: middle;
}

section.columns-cnt .head .title, section.columns-cnt .blog-main .title {
    font-family: 'Nunito';
    text-transform: uppercase;
    color: #111;
    font-size: 20px;
    line-height: normal;
    height:54px;
}

section.columns-cnt .head .title span {
	font-family: 'Noto Sans';
	font-size: 14px;
	color: #19acc6;
	margin-left: 4px;
}

section.columns-cnt .head .title .subtitle {
	font-family: 'Noto Sans';
	font-size: 11px;
	text-transform: none;
	font-style: italic;
	color: #19acc6;
	font-weight: normal;
}

section.columns-cnt .head .sort {
	white-space: nowrap;
	width: 1%;
}

section.columns-cnt .head .sort > .label {
	margin-right: 10px;
}

section.columns-cnt .head .offer-price {
	text-align: right;
	padding-right: 20px;
}

    section.columns-cnt .head .offer-price .price {
        font-family: 'Nunito';
        font-weight: bold;
        font-size: 21px;
        line-height: 22px;
        color: #e60026;
        font-weight: bold;
        white-space: nowrap;
    }

section.columns-cnt .head .offer-price .price span {
	font-family: 'Noto Sans';
	font-weight: normal;
	font-size: 11px;
	color: #999;
	margin-right: 6px;
}

section.columns-cnt .head .offer-price .note {
	line-height: 18px;
	margin-top: -1px;
    font-size: 11px;
}

section.columns-cnt .head .offer-link {
	width: 1%;
}

section.columns-cnt .columns {
	display: table;
	width: 100%;
}

section.columns-cnt .columns > div {
	display: table-cell;
	vertical-align: top;
}

section.columns-cnt .columns > .side {
	width: 212px;
}

section.columns-cnt .columns > .side + .main,
section.columns-cnt .columns > .main + .side {
	padding-left: 30px;
}

section.columns-cnt .columns .main .social-login a {
    color: #19acc6;
    font-weight: 500;
}

section.columns-cnt .columns .main .social-login .icon {
	color: #19acc6;
    margin-right: 4px;
}

.side > .single-btn {
	margin: 30px 0;
}

.side > .single-btn .btn {
	display: block;
	width: 100%;
	text-align: center;
	margin: 10px 0;
}

.side > .share-block,
.main > .share-block {
	text-align: right;
}

.main > .share-block {
    margin-top: 20px;
    border-top: solid 1px #ddd;
    padding-top: 20px;
}

.side > .share-block a,
.main > .share-block a {
	font-size: 11px;
	color: #111;
	font-weight: bold;
}

.side > .share-block a .icon-facebook-square,
.main > .share-block a .icon-facebook-square {
	font-weight: normal;
	margin-top: -2px;
	color: #3b5998;
}

.columns-cnt img.resp {
    display: block;
    width: 100%;
    height: auto;
}

section.columns-cnt .simple-pagination {
    display: inline;
    margin-right: 20px;
}
section.columns-cnt .simple-pagination + a {
    white-space: nowrap;
}

.main > .related-trips {
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 20px;
    border-top: solid 1px #efefef;
}

.related-trips > .h2 {
    margin-bottom: 20px;
}

.related-trips .columns-cnt {
    width: auto;
    margin: 0 -15px;
}


/* facets */

.facets {
	background-color: #efefef;
	padding: 25px 20px 0;
}

.facets > .title {
	font-family: 'Nunito';
	font-size: 16px;
	line-height: normal;
	color: #111;
	margin-bottom: 0;
}

    .facets .block-wapper > .block {
        border-bottom: solid 1px #d0d0d0;
        padding-bottom: 15px;
        margin-top: 18px;
        font-size: 11px;
    }

        .facets .block-wapper > .block:after {
            content: '';
            display: block;
            clear: both;
        }

        .facets .block-wapper > .block:last-child {
            border-bottom: none;
        }

        .facets .block-wapper > .block .clear-btn {
            float: right;
            white-space: nowrap;
        }

            .facets .block-wapper > .block .clear-btn i {
                margin-top: -2px;
                margin-right: -6px;
            }

        .facets .block-wapper > .block > .title {
            font-style: italic;
            color: #19acc6;
        }

        .facets .block-wapper > .block .field {
            margin: 7px 0;
        }

        .facets .block-wapper > .block .fields-group {
        }

            .facets .block-wapper > .block .fields-group li {
                padding-left: 23px;
            }

            .facets .block-wapper > .block .fields-group .group-title {
                margin-left: -23px;
                font-size: 12px;
            }

                .facets .block-wapper > .block .fields-group .group-title .icon {
                    color: #19acc6;
                    margin: -1px 5px 0 -5px;
                }

            .facets .block-wapper > .block .fields-group .fields {
                display: none;
            }

                .facets .block-wapper > .block .fields-group .fields .field-content {
                    display: none;
                }

    .facets .block-wapper .range {
        padding: 18px 0 43px;
    }

        .facets .block-wapper .range .slider {
            position: relative;
            overflow: visible;
            height: 6px;
            background-color: #fff;
            border-top: solid 1px #b2b2b2;
        }

            .facets .block-wapper .range .slider .range-bar {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                height: 6px;
                background-color: #bbdce2;
            }

            .facets .block-wapper .range .slider .min-slider,
            .facets .block-wapper .range .slider .max-slider {
                width: 8px;
                height: 19px;
                box-sizing: border-box;
                background-color: #19acc6;
                border-radius: 3px;
                border-style: solid;
                border-width: 1px;
                border-color: #39b8ce #1592a8 #138498 #29b2ca;
                position: absolute;
                top: -7px;
                left: 0;
                margin-left: -1px;
            }

            .facets .block-wapper .range .slider .min-label,
            .facets .block-wapper .range .slider .max-label {
                position: absolute;
                top: 22px;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                -o-user-select: none;
                user-select: none;
            }

            .facets .block-wapper .range .slider .min-label {
                text-align: left;
                left: 0;
            }

            .facets .block-wapper .range .slider .max-label {
                text-align: right;
                right: 0;
            }




/* side panel specialists */

.side .facets + .specialists {
	margin-top: 30px;
}

.side .specialists > .wrapper {
	background-color: #efefef;
	padding: 25px 20px;
	font-size: 11px;
}

.side .specialists .title {
	font-family: 'Nunito';
	font-size: 15px;
	line-height: normal;
	color: #111;
}

.side .specialists .text {
	margin-top: 11px;
}

.side .specialists .phone {
	font-family: 'Nunito';
	font-weight: bold;
	color: #19acc6;
	font-size: 19px;
	letter-spacing: 0.02em;
	line-height: normal;
	margin-top: 9px;
}

.side .specialists .phone i {
	font-size: 23px;
	margin-top: -2px;
}

.side .specialists .carousel {
	margin-top: 12px;
}

.side .specialists .carousel .media {
	height: 203px;
	width: 173px;
	overflow: hidden;
	position: relative;
}

.side .specialists .media li {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	visibility: hidden;
}

.side .specialists .media li.active {
	visibility: visible;
}

.side .specialists .media li > div {
	display: none;
}

.side .specialists .media li > a {
	display: block;
}

.side .specialists .media li > a img {
	display: block;
	width: 100%;
}

.side .specialists .media .controls {
	position: absolute;
	right: 0;
	bottom: 0;
}

.side .specialists .media .controls a {
	display: block;
	width: 26px;
	height: 26px;
	float: left;
	box-sizing: border-box;
	background-color: #19acc6;
	color: #fff;
	text-align: center;
}

.side .specialists .media .controls a i {
	line-height: 23px;
}

.side .specialists .media .controls .btn-prev {
	width: 27px;
	border-style: solid;
	border-width: 1px;
	border-color: #33b5cc #5ec5d7 #148ba0 #26b1c9;
	border-radius: 2px 0 0 2px;
}

.side .specialists .media .controls .btn-next {
	border-style: solid;
	border-width: 1px 1px 1px 0;
	border-color: #33b5cc #1697ae #148ba0 transparent;
	border-radius: 0 2px 2px 0;
}

.side .specialists .data {
    position: relative;
    overflow: hidden;
    font-size: 12px;
    margin-top: 14px;
    -webkit-transition: height .3s;
    -moz-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s;
}

.side .specialists .data li {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.side .specialists .data li.active {
	visibility: visible;
}

.side .specialists .data .name {
	color: #19acc6;
	font-weight: bold;
}




/* trips list */

.trips-list > .trip-spot {
	margin-bottom: 45px;
}

.trip-spot > .wrapper {
	display: table;
	width: 100%;
}

.trip-spot > .wrapper > div {
	display: table-cell;
	vertical-align: top;
}

.trip-spot > .wrapper > .media {
    width: 213px;
}

.trip-spot > .wrapper > .media + .cnt {
	padding-left: 20px;
}

.trip-spot .media a {
	display: block;
	width: 213px;
	position: relative;
	padding: 1px;
	overflow: hidden;
	margin-top: -1px;
}

.trip-spot .media a img {
	display: block;
	width: 100%;
}

.media i.label {
	display: block;
	width: 120px;
	color: #fff;
	font-family: 'Nunito';
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-size: 11px;
	line-height: 19px;
	background-color: #19acc6;
	border-top: solid 1px #47bdd1;
	border-bottom: solid 1px #0c6575;
	position: absolute;
	top: 0;
	left: 0;
	margin: 25px 0 0 -25px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.trip-spot .cnt .fix-height {
	/*height: 114px;*/
    height:auto;
	overflow: hidden;
	margin-top: -4px;
    margin-bottom:8px;
}

.trip-spot .cnt .title {
	font-family: 'Nunito';
	font-size: 15px;
	line-height: 18px;
	color: #111;
}

.trip-spot .cnt .subtitle {
	font-size: 11px;
	font-style: italic;
	color: #19acc6;
	margin-top: 2px;
}

.trip-spot .cnt .tizer {
	margin-top: 2px;
    overflow: hidden;
    max-height: 63px;
}

.trip-spot .cnt .controls {
	display: table;
	width: 100%;
}

.trip-spot .cnt .controls > div {
	display: table-cell;
	vertical-align: middle;
}

.trip-spot .cnt .controls .btns {
	width: 1%;
}

.trip-spot .cnt .controls .price {
	font-family: 'Nunito';
	font-size: 21px;
	line-height: normal;
	font-weight: bold;
	color: #e60026;
	padding-bottom: 6px;
}

.trip-spot .cnt .controls .price span {
	font-family: 'Noto Sans';
	font-size: 11px;
	font-weight: normal;
	color: #999;
}

.trip-spot .cnt .controls .price span:first-child {
	margin-right: 8px;
}

.trip-spot .cnt .controls .price span:last-child {
	margin-left: 8px;
}

.main .banners-line {
	margin-bottom: 45px;
}

.main .banners-line .columns {
	background-color: #efefef;
	height: 60px;
	width: 100%;
	display: table;
}

.main .banners-line .columns > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-style: italic;
	color: #111;
}





/* general pagination */

.pagination.general {
    border-top: solid 1px #ddd;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 20px;
}


.pagination.general a {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    color: #111;
    font-size: 11px;
    line-height: 25px;
    padding: 3px 6px;
}

.pagination.general .active {
    color: #19acc6;
}

.pagination.general a .icon {
    font-size: 16px;
}

.pagination.general .disabled .icon {
    color: #ddd;
}





/* side panel navigation */

.side .side-nav {
	background-color: #efefef;
	font-size: 11px;
	padding: 25px 20px;
}

.side .side-nav .block {
	padding-bottom: 16px;
	border-bottom: solid 1px #d0d0d0;
}

.side .side-nav .block + .block {
	margin-top: 23px;
}

.side .side-nav .block:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.side .side-nav .block .title {
	font-family: 'Nunito';
	font-size: 15px;
	line-height: normal;
	color: #111;
}

.side .side-nav li {
	padding-left: 8px;
	position: relative;
	margin: 7px 0;
}

.side .side-nav li:before {
	content: '›';
	color: #26b500;
	position: absolute;
	top: -1px;
	left: 0;
}

.side .side-nav .active {
	color: #26b500;
}





/* article */

.article {
	margin-top: -6px;
}

.cnt-404 .article {
    margin-top: 36px;
}

.tabs.contents .article {
    margin-top: 0;
}

.article .h1,
.article h1 {
	font-family: 'Nunito';
	font-size: 20px;
	line-height: normal;
	color: #111;
	text-transform: uppercase;
	margin-bottom: 28px;
}

.article .h2,
.article h2 {
	font-family: 'Nunito';
	font-size: 15px;
    font-weight: 700;
	line-height: normal;
	color: #111;
	text-transform: none;
	margin-bottom: 1px;
}

.article .h3,
.article h3 {
	font-style: italic;
	color: #19acc6;
	font-size: 11px;
	margin-bottom: 2px;
}

.article .date {
	font-size: 11px;
	font-style: italic;
	color: #19acc6;
}

.article p + p,
.article p + .h3 {
	margin-top: 21px;
}

.article p + .h2 {
	margin-top: 42px;
}

.article img[align="right"] {
	margin-left: 30px;
}

.article img[align="left"] {
	margin-right: 30px;
}

.article.news-details img {
    /*max-width: 213px;*/
    max-width: 100%;
}

.article.news-details ul {
	margin-left: 11px;
}

.article.news-details ul li {
	list-style: disc;

}

.article a {
    color: #19acc6;
    text-decoration: underline;
}
.NotFoundPage .article a {
    color: #FFFFFF;
    text-decoration: none;
}
.article .btns a {
     color: #fff;
     text-decoration: none;
}

.article a:hover {
    text-decoration: none;
}


/* load spinner */

.load-spinner {
	text-align: center;
	margin: 40px 0;
	font-size: 11px;
	font-style: italic;
    display: none;
}

.load-spinner .icon {
	color: #19acc6;
	margin: -4px 10px 0 0;
}




/* news list */

.news-list .news-spot:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.news-spot {
	/*border-bottom: solid 1px #ddd;
	padding-bottom: 40px;
	margin-bottom: 40px;*/
    border-bottom: solid 1px #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.news-spot > .wrapper {
	display: table;
	width: 100%;
}

.news-spot > .wrapper > div {
	display: table-cell;
	vertical-align: top;
}

.news-spot .media {
	width: 213px;
	padding-right: 30px;
}

.news-spot .media a {
	display: block;
    width: 100%;
	overflow: hidden;
}

.news-spot .media img {
    display: block;
    width: 100%;
}

.news-spot .fix-height {
	overflow: hidden;
	/*margin-top: -6px;*/
	height: 162px;
}

.news-spot .tizer.ml-ellipsis {
    overflow: hidden;
    height: 84px;
}

.news-spot .date {
	font-style: italic;
	font-size: 11px;
	color: #19acc6;
	margin-bottom: -1px;
}

.news-spot .title {
	font-family: 'Nunito';
	font-size: 15px;
	line-height: normal;
	color: #111;
	margin-bottom: 10px;
}

.news-spot .controls.offset-top {
    margin-top: 30px;    
}



/* experts list */

.experts-list {
	margin-top: 18px;
}

.experts-list .expert {
	clear: both;
	border-bottom: solid 1px #ddd;
	margin-bottom: 32px;
	padding-bottom: 32px;
}

.experts-list .expert:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.experts-list .expert .media {
	float: left;
	width: 132px;
	padding-top: 7px;
}

.experts-list .expert .media img {
	display: block;
	width: 100%;
}

.experts-list .expert .media + .cnt {
	margin-left: 162px;
}

.experts-list .expert .name {
	color: #111;
	font-weight: bold;
}

.experts-list .expert .subtitle {
	font-style: italic;
	color: #19acc6;
	font-size: 11px;
	margin-top: 2px;
}

.experts-list .expert .text {
	margin-top: 2px;
}

.experts-list .expert .quote {
	clear: both;
	font-style: italic;
	padding-top: 24px;
}

.experts-list .expert .quote:before {
	display: inline-block;
	font-family: 'Icons';
	content: 'Q';
	font-size: 25px;
	font-style: normal;
	color: #19acc6;
	vertical-align: text-top;
	margin-bottom: -25px;
	margin-right: 4px;
	margin-top: -2px;
}





/* general form */

.form.general {
	margin-top: 45px;
	width: 540px;
}

.form.general .field-line {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}

.form.general .field-line.hiddenfield {
    display: none;
}

.form.general .field-line > div > div {
	display: table-cell;
	vertical-align: middle;
}

.form.general .field-line > div > .label {
	width: 220px;
	color: #111;
    vertical-align: top;
    padding-top: 6px;
}

.form.general .field-line .v-top {
	padding-top: 6px;
	vertical-align: top;
}

.form.general .field-line > div > .field {
	width: 294px;
}

.form.general .field-line.short > div > .field,
.form.general .field-line.postcode > div > .field,
.form.general .field-line.huisnummertoevoeging > div > .field {
	width: 87px;
}

.form.general .field-line.mandatory .validation.field-validation-valid:before {
    content: 'F';
    font-family: Icons;
	line-height: 25px;
	font-size: 25px;
	color: #26b500;
	margin-top: -2px;
    display: inline-block;
    vertical-align: middle;
}

.form.general .field label {
	display: block;
	position: relative;
}

.form.general .field input,
.form.general .field textarea {
	display: block;
	width: 100%;
	height: 34px;
	box-sizing: border-box;
	border: solid 1px #d0d0d0;
	font-family: 'Noto Sans';
	font-size: 11px;
	color: #111;
	padding: 0 11px;
    margin: 0;
	background-color: #fff;
}

.form.general .field .input-validation-error {
    border-color: #d32424;
}

.form.general .field input[type="checkbox"] {
    display: none !important;
}

.form.general .field textarea {
	height: 154px;
	padding: 8px 11px;
}

.form.general .field :disabled {
	background-color: #efefef;
	border-color: #efefef;
}

.form.general .field select {
	width: 100%;
	height: 34px;
}

.form.general .field input[type="date"] {
    line-height: 34px;
}

input[type="date"]::-webkit-input-placeholder {
    visibility: hidden !important;
}

input::-webkit-calendar-picker-indicator {
    display: none;
}

input[type="date"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form.general .validation {
	text-align: right;
}

.form.general .validation.field-validation-valid {
    margin-right: 0;
}

.form.general .validation.field-validation-error {
    color: #d32424;
}

.form.general .newsletterform .validation.field-validation-error {
    display: table;
    padding-left: 146px;
}

.form.general .contactform .voornaam .validation.field-validation-error,
.form.general .contactform .emailadres .validation.field-validation-error {
    display: table;
    padding-left: 220px;
}

.form.general .validation.field-validation-error i {
    font-family: Icons;
	line-height: 25px;
	font-size: 21px;
	color: #d32424;
	margin-top: -2px;
    display: inline-block;
    vertical-align: middle;
}

.form.general .short .validation {
	text-align: left;
	padding-left: 10px;
}

.form.general .validation i.valid {
	display: none;
	color: #26b500;
}

.form.general .validation i.invalid {
	font-size: 21px;
	color: #d32424;
	margin-top: -2px;
	display: none;
}

.form.general .validation span.invalid {
	color: #d32424;
	display: none;
}

.form.general .controls {
	width: 514px;
	border-top: solid 1px #ddd;
	margin-top: 30px;
	padding-top: 30px;
}

.form.general .controls .cnt {
	display: table;
	width: 100%;
}

.form.general .controls .cnt > div {
	display: table-cell;
	vertical-align: middle;
}

.form.general .controls .cnt > .btns {
	width: 1%;
	white-space: nowrap;
	padding-left: 18px;
}

.form.general .controls .cnt > .label {
	text-align: right;
	font-size: 11px;
}



/* faq-list */

.faq-list {
	margin-top: 0;
}

.faq-list > .controls {
	width: 188px;
	height: 32px;
	float: right;
	margin-top: -56px;
	margin-bottom: 18px;
    /****************************/
    /* hide filter control on FAQ list */
    /*display: none;*/
    /****************************/
}

.faq-list > .controls select {
	width: 100%;
	height: 32px;
}

.faq-list > .block {
	clear: both;
	border-bottom: solid 1px #ddd;
	padding-bottom: 15px;
}

.faq-list > .block:last-child {
	border-bottom: none;
}

.faq-list > .block > a {
	display: block;
	font-family: 'Nunito';
	font-size: 15px;
	line-height: 21px;
	color: #111;
	position: relative;
	padding: 15px 0 10px 21px;
	margin-top: 10px;
}

.faq-list > .block > a:before {
	content: 'P';
	font-family: 'Icons';
	font-size: 30px;
	line-height: 1em;
	font-weight: normal;
	color: #19acc6;
	display: block;
	position: absolute;
	top: 10px;
	left: -9px;
}

.faq-list > .block.opened > a:before {
	content: 'N';
}

.faq-list > .block > div {
	display: none;
	padding-bottom: 14px;
}

.faq-list > .block > div em {
	font-style: italic;
}

.faq-list > .block > div p + p {
	margin-top: 21px;
}





/* tabs content */

.tabs.labels {
	border-bottom: solid 1px #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	display: block;
}

.tabs.labels ul {
	display: table;
	height: 32px;
}

    .tabs.labels ul li {
        cursor: pointer;
        display: block;
        vertical-align: middle;
        padding: 5px 10px;
        white-space: nowrap;
        box-sizing: border-box;
        border: solid 1px transparent;
        font-size: 11px;
        background-color: #19acc6;
        border-radius: 2px;
        background-color: #f0f0f0;
        box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
        margin-right:5px;
        float:left;
    }

.tabs.labels ul li.active {
    background-color: #19acc6;
    color: #fff;
    border-radius: 3px;
    border-color: #33b5cc #1697ae #148ba0 #26b1c9;
}

.tabs.labels .hover {
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 32px;
	box-sizing: border-box;
	background-color: #19acc6;
	border-style: solid;
	border-width: 1px;
	border-radius: 2px;
	border-color: #33b5cc #1697ae #148ba0 #26b1c9;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.tabs.labels .hover ul {
	color: #fff;
	position: absolute;
	top: -1px;
	left: 0;
	margin-left: -1px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.tabs.contents > ul {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	-webkit-transition: height .3s;
	transition: height .3s;
}

.tabs.contents > ul > li 
 {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	visibility: hidden;
    overflow: hidden;
    background-color: #FFF;
}

.tabs.contents > ul > li iframe,
.tabs.contents > ul > li object {
    display: none;
}

.tabs.contents > ul > li.active,
.tabs.contents > ul > li.active .tabs.innercontents > ul > li.active {
	visibility: visible;
}

.tabs.contents > ul > li.active iframe,
.tabs.contents > ul > li.active object {
    display: block;
}


/* text block */

.text-block .h3 {
	font-weight: bold;
	color: #111;
}

.text-block * + .h3 {
	margin-top: 21px;
}

.text-block ul li {
	position: relative;
	padding-left: 20px;
	margin: 7px 0;
}

.text-block ul li:before {
	display: block;
	content: 'F';
	font-family: 'Icons';
	font-size: 25px;
	line-height: 25px;
	font-weight: normal;
	font-style: normal;
	color: #19acc6;
	position: absolute;
	top: -2px;
	left: -8px;
}

.text-block ul.include li:before {
	color: #26b500;
}

.text-block ul.exclude li:before {
	content: 'G';
}

.text-block hr {
	color: #ddd;
	background-color: #ddd;
	height: 1px;
	border: none;
	margin: 30px 0;
}

.text-block table td {
	vertical-align: top;
	padding-right:  60px;
}

.text-block table td:last-child {
	padding-right: 0;
}





/* accomodations list */

.tabs.contents .accomodation-list {
	margin-top:0;
	background-color: #FFF;
}

.tabs.contents .wrapper p {
	padding-bottom: 0;
}

.tabs.contents .wrapper p.underline {
	border-bottom: 1px solid #ddd;
}

.accomodation-list > li {
	display: table;
	width: 100%;
	border-bottom: solid 1px #ddd;
}

.accomodation-list > li:last-child {
	border-bottom: none;
}

.accomodation-list > li > div {
	display: table-cell;
	vertical-align: top;
	padding-bottom: 20px;
}

.accomodation-list .media {
	width: 132px;
	padding: 25px 30px 0 0;
}

.accomodation-list .media a {
	display: block;
	position: relative;
    width: 100%;
}

.accomodation-list .media a img {
	display: block;
    width: 100%;
}

.accomodation-list .media a .zoom {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 34px;
	height: 34px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	line-height: 32px;
	background-color: #19acc6;
	border-style: solid;
	border-width: 1px;
	border-radius: 2px;
	border-color: #33b5cc #1697ae #148ba0 #26b1c9;
}

.accomodation-list .media ul {
	display: none;
}

.accomodation-list .cnt {
	padding-top: 19px;
}

.accomodation-list .cnt .title {
	font-weight: bold;
	color: #111;
}

.accomodation-list .cnt .text {
    -moz-transition: height .2s ease-in-out;
    -o-transition: height .2s ease-in-out;
    -webkit-transition: height .2s ease-in-out;
    transition: height .2s ease-in-out;
    max-height:  63px;
    overflow: hidden;
}

.accomodation-list .cnt .city {
	font-style: italic;
	margin-top: -1px;
}

.accomodation-list .cnt p + p {
	margin-top: 21px;
}

.accomodation-list .cnt .controls {
	display: table;
	width: 100%;
	margin-top: 7px;
}

.accomodation-list .cnt .controls > div {
	display: table-cell;
	vertical-align: middle;
}

.accomodation-list .cnt .controls .cta-link a:before {
	color: #e68700;
}

.accomodation-list .cnt .controls .hide {
    display: none;
}

.accomodation-list .cnt .remove-fade:after {
    display: none;
}





/* accomodation rating */
.rating {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-family: 'Icons';
	font-size: 25px;
	line-height: inherit;
	margin-top: -3px;
	margin-left: 6px;
	color: #cdcdcd;
	letter-spacing: -0.34em;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.rating {
		font-size: 26px;
	}
}

.rating:before {
	content: 'TTTTT';
}

.rating:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #19acc6;
	background-color: #fff;
}

.rating[data-value="0.5"]:after {
	content: 'T';
	width: 13px;
	overflow: hidden;
}

.rating[data-value="1"]:after {
	content: 'T';
}

.rating[data-value="1.5"]:after {
	content: 'TT';
	width: 30px;
	overflow: hidden;
}

.rating[data-value="2"]:after {
	content: 'TT';
}

.rating[data-value="2.5"]:after {
	content: 'TTT';
	width: 47px;
	overflow: hidden;
}

.rating[data-value="3"]:after {
	content: 'TTT';
}

.rating[data-value="3.5"]:after {
	content: 'TTTT';
	width: 64px;
	overflow: hidden;
}

.rating[data-value="4"]:after {
	content: 'TTTT';
}

.rating[data-value="4.5"]:after {
	content: 'TTTTT';
	width: 81px;
	overflow: hidden;
}

.rating[data-value="5"]:after {
	content: 'TTTTT';
}

/* Rating Safari fixes */
.safari[data-value="0.5"]:after {
	content: 'T';
	width: 14px!important;
	overflow: hidden;
}

.safari[data-value="1.5"]:after {
	content: 'TT';
	width: 34px!important;
	overflow: hidden;
}

.safari[data-value="2.5"]:after {
	content: 'TTT';
	width: 54px!important;
	overflow: hidden;
}

.safari[data-value="3.5"]:after {
	content: 'TTTT';
	width: 74px!important;
	overflow: hidden;
}

.safari[data-value="4.5"]:after {
	content: 'TTTTT';
	width: 94px!important;
	overflow: hidden;
}

/* transports list */

.article + .transports-list {
	margin-top: 50px;
	border-top: solid 1px #ddd;
	padding-top: 30px;
}

.transports-list > li {
	display: block;
	border-bottom: solid 1px #ddd;
}

.transports-list > li + li {
	margin-top: 30px;
}

.transports-list > li:last-child {
	border-bottom: none;
}

.transports-list .description {
    margin-bottom: 2em;
}

.transports-list .head {
	display: table;
	width: 100%;
}

.transports-list li .head > div {
	vertical-align: top;
}

.transports-list .head .media {
	padding-right: 30px;
	width: 132px;
}

.transports-list .head .logo {
	text-align: right;
	padding-right: 80px;
}

.transports-list .head .name {
	font-weight: bold;
	color: #111;
	margin-top: -4px;
}

.transports-list .head .carrier {
	font-style: italic;
}

.transports-list .head .car-pack {
	padding-top: 6px;
	margin-left: -16px;
}

.car-pack i {
	font-size: 52px;
	line-height: 1em;
	color: #999;
	vertical-align: bottom;
    text-rendering: geometricPrecision;
}

.car-pack i.medium {
	font-size: 44px;
}

.car-pack i.small {
	font-size: 34px;
}

.car-pack .icon-human {
	letter-spacing: -35px;
}

.car-pack .icon-human.medium {
    letter-spacing: -32px;
}

.car-pack .icon-human + .medium {
    margin-left: 2px;
}

.car-pack .icon-human.small {
    font-size: 38px;
	letter-spacing: -30px;
}

.car-pack .icon-human + .small {
	margin-left: 4px;
}

.car-pack .icon-baggage {
	letter-spacing: -24px;
}

.car-pack .icon-baggage.medium {
    letter-spacing: -22px;
}

.car-pack .icon-baggage.small {
	letter-spacing: -20px;
}

.car-pack .icon-human + .icon-baggage {
	margin-left: 4px;
}

.car-pack .icon-baggage + .medium {
    margin-left: 1px;
}

.car-pack .icon-baggage + .small {
	margin-left: 3px;
}

.transports-list .cnt {
	display: table;
	width: 100%;
	margin-top: 17px;
	margin-bottom: 42px;
}

.transports-list .cnt > div {
	display: table-cell;
	vertical-align: top;
	padding-right: 30px;
}

.transports-list .cnt > div:last-child {
	width: 212px;
	padding-right: 0;
}

.transports-list .cnt strong {
	color: #111;
}

.transports-list .cnt li {
	padding-left: 20px;
	position: relative;
}

.transports-list .cnt li:before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background-color: #19acc6;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 0;
}





/* price table */

.price-table {
	margin-top: 25px;
}

.price-table .head {
	color: #fff;
	background-color: #19acc6;
	display: table;
	width: 100%;
	height: 36px;
}

.price-table .head > div {
	padding-left: 20px;
}

.price-table .head > div:last-child {
    padding-right: 20px;
}

.price-table .head > div:first-child {
	width: 36%;
}

.price-table .head table {
	width: 100%;
}

.price-table .head table td:last-child {
	width: 33%;
    text-align: right;
}

.price-table .months {
	margin-bottom: 27px;
}

.price-table .month {
	display: table;
	width: 100%;
}

.price-table .month:nth-child(2n) {
	background-color: #efefef;
}

.price-table .month > div {
	display: table-cell;
	vertical-align: top;
	padding: 6px 20px 5px 20px;
}

.price-table .month > div:first-child {
	width: 36%;
	font-weight: bold;
	color: #111;
	line-height: 25px;
}

.price-table .month table {
	width: 100%;
}

.price-table .month table td {
	padding: 0;
}

.price-table .month table td:last-child {
	width: 33%;
    white-space: nowrap;
    text-align: right;
}

.price-table .notes {
	border-top: solid 1px #ddd;
	padding-top: 32px;
	padding-bottom: 30px;
}

.price-table .notes p + p {
	margin-top: 21px;
}



/* media gallery section */

section.media-gallery {
	margin-top: 30px;
	width: 100%;
	overflow: hidden;
}

section.media-gallery > .wrapper {
	width: 100%;
	position: relative;
}

section.media-gallery ul {
	display: table;
    margin: 0 auto;
    position: relative;
}

section.media-gallery ul li {
	display: table-cell;
	vertical-align: top;
}

section.media-gallery li img {
	display: block;
}

section.media-gallery .controls a {
	display: block;
	position: absolute;
	top: 50%;
	width: 32px;
	height: 32px;
	border-style: solid;
	border-width: 1px;
	background-color: #19acc6;
	text-align: center;
	line-height: 32px;
	font-family: 'Icons';
	font-size: 25px;
	color: #fff;
	border-color: #33b5cc #1697ae #148ba0 #26b1c9;
	margin-top: -17px;
}

section.media-gallery .controls .btn-prev {
	border-left: none;
	left: 0;
}

section.media-gallery .controls .btn-prev:before {
	content: 'B';
}

section.media-gallery .controls .btn-next {
	border-right: none;
	right: 0;
}

section.media-gallery .controls .btn-next:before {
	content: 'C';
}

/* popup */

/*body.popup-open{ overflow: auto }*/

/*body.popup-open #ContentWrapper { display: none; }*/

#PagePopup {
    /*position: absolute;*/
    position:fixed;
    z-index: 1200;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    display: none;
    width: 100%;
    height: 100%;
    overflow: auto;
}

#PagePopup > .container {
    display: table;
    width: 100%;
    height: 100%;
}

#PagePopup > .container > .wrapper {
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
}

.popup {
    display: none;
    max-width: 755px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
}

.popup.active {
    display: block;
    -moz-animation: moveFromTop .2s ease-in-out;
    -o-animation: moveFromTop .2s ease-in-out;
    -webkit-animation: moveFromTop .2s ease-in-out;
    animation: moveFromTop .2s ease-in-out;
}

.popup > .btn-close {
    display: block;
    position: absolute;
    z-index: 900;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    text-align: center;
    background-color: #19acc6;
    color: #fff;
}

.popup > .btn-close i {
    line-height: 34px;
}

.popup > .wrapper {
    padding: 30px;
}

.popup .form-steps {

}

.popup .form-step {
    display: none;
}

.popup .form-step.active {
    display: block;
}

.popup .trip-spot {
    padding-bottom: 30px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 30px;
}

.popup .trip-spot .media {
    width: 132px;
}

.popup .trip-spot .media > .wrapper {
    position: relative;
    overflow: hidden;
    width: 132px;
    height: 94px;
}

.popup .trip-spot .media > .wrapper img {
    display: block;
    position: absolute;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
}

.popup .trip-spot .cnt {
    vertical-align: middle;
}

.popup .trip-spot .cnt .controls {
    margin-top: 0;
    border-top: none;
    padding-top: 6px;
}

.popup .steps-nav {
    display: none;
    /*display: table;*/
    width: 100%;
    height: 34px;
    background-color: #efefef;
    margin-bottom: 24px;
}

.popup .steps-nav > div {
    display: table-cell;
    width: 50%;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    font-size: 11px;
    line-height: 34px;
    font-weight: 700;
    color: #111;
}

.popup .steps-nav > .active {
    background-color: #19acc6;
    color: #fff;
}

.popup .steps-nav > .arrow {
    width: 6px;
}

.popup .steps-nav > .arrow:before {
    content: '';
    display: block;
    float: left;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 6px;
    border-color: #19acc6 transparent #19acc6 transparent;
}

.popup .steps-nav > .active + .arrow:before {
    border-color: transparent transparent transparent #19acc6;
}

.popup .form.general {
    width: auto;
    margin-top: 0;
}

.popup .form.general .controls {
    width: auto;
}

.popup .form.general .validation {
    text-align: left;
    /*padding-left: 10px;*/
}

.popup .form > p {
    margin-bottom: 24px;
}

.form-columns {
    display: table;
    width: 100%;
    margin-bottom: -10px;
}

.form-columns > .column {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
    width: 58%;
}

.form-columns > .column:first-child {
    padding-left: 0;
    width: auto;
}

.form .block-title {
    color: #111;
    font-weight: 700;
    margin-bottom: 20px;
}

.popup hr {
    color: #ddd;
    background-color: #ddd;
    height: 1px;
    border: none;
    margin: 20px 0 24px 0;
}

.form.general .form-columns .field-line > .field {
    width: 73px;
}

.form.general .field-line > .field.date {
    padding-right: 30px;
}

.form.general .field-line > .field.date .datepicker {
    display: block;
    float: right;
    margin-top: -39px;
    margin-right: -30px;
    line-height: 34px;
    font-size: 32px;
    color: #19acc6;
}

.form.general .form-columns .field textarea {
    height: 166px;
}

.popup .popup-title {
    font-family: 'Nunito';
    font-weight: normal;
    text-transform: uppercase;
    color: #111;
    font-size: 20px;
    line-height: normal;
    margin-top: -6px;
    margin-bottom: 18px;
}

.popup .popup-text {
    margin-bottom: 24px;
}

.popup .popup-text p + ul {
    margin-top: 30px;
}

.popup-text ul li {
    margin-left: 20px;
    margin-bottom: 7px;
}

.popup-text ul li:before {
    content: 'F';
    display: block;
    float: left;
    font-family: 'Icons';
    font-size: 25px;
    color: #26b500;
    margin-left: -26px;
}

.popup .share-block {
    display: table;
    width: 100%;
}

.popup .share-block > div {
    display: table-cell;
    vertical-align: middle;
}

.popup .share-block > .fb-icon {
    width: 50px;
}

.popup .share-block > .fb-icon i {
    display: block;
    color: #19acc6;
    font-size: 52px;
    line-height: normal;
    margin-left: -10px;
}

.popup .share-block > .fb-control {
    width: 160px;
}






/* contour forms */

#contour, .contour {
    padding: 0 !important;
}

#contour fieldset, .contour fieldset {
    margin: 0 -15px 20px !important;
    padding: 26px 0 0 !important;
}

#contour fieldset:first-child, .contour fieldset:first-child {
    padding-top: 0 !important;
}

.countourPage:after {
    content: '';
    display: block;
    clear: both;
}

.contourFieldSet {
    display: block;
    width: auto;
    position: relative;
}

.contourFieldSet:not(:first-child):before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background-color: #ddd;
}

.contourFieldSet .row-fluid {
    display: table;
    width: 100%;
}

.contourFieldSet .row-fluid > .span12 {
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
}

.contourFieldSet .row-fluid > .span6 {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding: 0 15px;
}

.contourField.textfield h2 {
    color: #111;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
}

.contourField.text.field-line > div > .field {
    width: auto;
}

.contourNavigation {
    text-align: right;
}

#contour_form_BookingForm .contourField.textarea .form-cell > .label {
    width: auto;
}

#contour_form_BookingForm .contourField.textarea .form-cell > .field {
    width: 100%;
    display: block;
}

/*#contour_form_BookingForm .span6 .field-line.dropdownlist > div > .field {
    width: 92px;
}*/
#contour_form_BookingForm .span6 .field-line.dropdown > div > .field {
    width: 92px;
}

#contour_form_BookingForm .field textarea {
    height: 166px;
}

.contactform .contourNavigation  {
    margin-right: 26px;
    padding-top: 30px;
    border-top: solid 1px #ddd;
}

.contactform .contourFieldSet > .row-fluid > .span12 > .contourField.text:last-child {
    padding-top: 56px;
    margin-bottom: -78px;
    float: left;
    width: auto;
}


#contour form input.text, 
#contour form textarea, 
.contour form input.text, 
.contour form textarea {
    width: 100%;
    letter-spacing: 1px;
    font-family: 'Noto Sans', sans-serif;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

#contour form textarea,
.contour form textarea {
    font-family: inherit;
}

#contour .custom-select,
.contour .custom-select {
    display: block;
    max-width: 400px !important;
    width: 100% !important;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 25px;
}

#contour .custom-select .frame,
.contour .custom-select .frame {
    border-color: #bbb;
}

#contour .custom-select .input,
.contour .custom-select .input {
    font-size: 12px;
    line-height: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 7px;
}

#contour .custom-select .icon.arrow,
.contour .custom-select .icon.arrow {
    line-height: 28px;
}



/* media popup */

.popup .media-gallery {
    margin: -30px;
    width: auto;
}

.popup .media-gallery > ul {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 566px;
    -moz-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
}

.popup .media-gallery > ul > li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
}

.popup .media-gallery > ul > li.active {
    visibility: visible;
}

.popup .media-gallery > ul > li img {
    display: block;
    width: 100%;
}

.popup .media-gallery > ul .title {
    display: none;
}

.popup .media-gallery .controls {
    display: table;
    width: 100%;
}

.popup .media-gallery .controls > div {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}

.popup .media-gallery .controls .title {
    padding: 0 10px 0 20px;
    line-height: 18px;
}

.popup .media-gallery .controls .counter {
    width: 46px;
    text-align: center;
}

.popup .media-gallery .controls .btns {
    width: 69px;
}

.popup .media-gallery .controls .btns a {
    display: block;
    float: left;
    width: 34px;
    height: 34px;
    background-color: #19acc6;
    color: #fff;
    text-align: center;
}

.popup .media-gallery .controls .btns a i {
    line-height: 34px;
}

.popup .media-gallery .controls .btns .btn-prev {
    border-radius: 2px 0 0 2px;
    border-right: solid 1px #5ec5d7;
}

.popup .media-gallery .controls .btns .btn-next {
    border-radius: 0 2px 2px 0;
}






.transports-list + .disclaimer p {
    border-top: solid 1px #ddd;
    padding-top: 20px;
}

.transports-list + .disclaimer em {
    font-style: italic;
}

.transports-list + .disclaimer .single-btn {
    padding-top: 20px;
}

.tabs .text-block p strong:first-child,
.tabs .text-block h4 {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #111;
    margin: 6px 0;
}

.tabs .text-block p strong:first-child + br {
    display: none;
}

.accomodation-list .cnt .text strong {
    display: block;
    margin: 20px 0 6px;
}





/* loader overlay */
 #LoaderOverlay {
     display: none;
     position: fixed;
     z-index: 99999;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0,0,0,.2);
 }

#LoaderOverlay .table {
    display: table;
    width: 100%;
    height: 100%;
}

#LoaderOverlay .cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#LoaderOverlay .spinner {
    display: block;
    width: 24px;
    height: 24px;
    padding: 10px;
    background-color: #fff;
    border: solid 1px #ddd;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    margin: 0 auto;
}

#LoaderOverlay .spinner img {
    display: block;
}





/* animations */

.moveToLeft {
	-webkit-animation: moveToLeft .5s ease both;
	animation: moveToLeft .5s ease both;
}

.moveFromLeft {
	-webkit-animation: moveFromLeft .5s ease both;
	animation: moveFromLeft .5s ease both;
}

.moveToRight {
	-webkit-animation: moveToRight .5s ease both;
	animation: moveToRight .5s ease both;
}

.moveFromRight {
	-webkit-animation: moveFromRight .5s ease both;
	animation: moveFromRight .5s ease both;
}

.moveFromBottom {
	-webkit-animation: moveFromBottom .5s ease both;
	animation: moveFromBottom .5s ease both;
}

.moveFromTop {
	-webkit-animation: moveFromTop .5s ease-out both;
	animation: moveFromTop .5s ease-out both;
}

.rotateInfinite {
    -moz-animation: rotateLoader 2.5s linear infinite;
    -o-animation: rotateLoader 2.5s linear infinite;
    -webkit-animation: rotateLoader 2.5s linear infinite;
    animation: rotateLoader 2.5s linear infinite;
}

@-webkit-keyframes moveToLeft {
	from { }
	to { -webkit-transform: translateX(-100%); }
}
@keyframes moveToLeft {
	from { }
	to { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
}

@-webkit-keyframes moveFromLeft {
	from { -webkit-transform: translateX(-100%); }
}
@keyframes moveFromLeft {
	from { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
}

@-webkit-keyframes moveToRight { 
	from { }
	to { -webkit-transform: translateX(100%); }
}
@keyframes moveToRight { 
	from { }
	to { -webkit-transform: translateX(100%); transform: translateX(100%); }
}

@-webkit-keyframes moveFromRight {
	from { -webkit-transform: translateX(100%); }
}
@keyframes moveFromRight {
	from { -webkit-transform: translateX(100%); transform: translateX(100%); }
}

@-webkit-keyframes moveFromBottom {
	from { -webkit-transform: translateY(100%); }
}
@keyframes moveFromBottom {
	from { -webkit-transform: translateY(100%); transform: translateY(100%); }
}

@-webkit-keyframes moveFromTop {
	from { opacity: 0; -webkit-transform: translateY(-30px); }
}
@keyframes moveFromTop {
	from { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
}

@-webkit-keyframes showSubMenu {
	from { opacity: 0; -webkit-transform: translateY(6px); }
}
@keyframes showSubMenu {
	from { opacity: 0; -webkit-transform: translateY(6px); transform: translateY(6px); }
}

@-webkit-keyframes rotateLoader {
	from { }
	to { -webkit-transform: rotate(360deg); }
}

@keyframes rotateLoader {
	from { }
	to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

.form.general .field-line.honeypot {
    display: none;
}

/*Custom back button styling*/

.nav-controls {
    margin-top: -10px;
    margin-bottom: 25px;
}

.nav-controls .backButtonStyling {
    color:#19acc6;
    text-decoration: underline;
}

.no-touch .nav-controls .backButtonStyling:hover {
    text-decoration: none;
}

a.backbutton {
    float:right;
    position:relative;
    padding-left:25px;
}

a.backbutton:before {
    content:"‹";
    position:absolute;
    left:10px;
    top:0px;
    z-index:8;
    font-size:14px;
}

.backbutton.btn:after {
    content:"";
}

.article p em,
.text-block em,
.text em {
    font-style: italic;
}

.article p strong,
.text-block strong,
.text strong {
    font-weight: bold;
}


/* Custom carousel */

.custom-carousel {

}
.custom-carousel:before {
    content: '{"perPage" : 3, "slideBy" : 3}';
    display: none;
}
.cc-wrapper {
    overflow: hidden;
}
.cc-container {
    position: relative;
    table-layout: fixed;

}
.cc-container > * {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cc-item {
    
}

@media only screen and (max-width: 768px) {

    .custom-carousel:before {
        content: '{"perPage" : 2, "slideBy" : 2}';
    }
}

@media only screen and (max-width: 640px) {

    .custom-carousel:before {
        content: '{"perPage" : 1, "slideBy" : 1}';
    }
}

/* Simple pagination */

.simple-pagination {
    line-height: 1;
}
.simple-pagination a {
    position: relative;
    line-height: 1;
    font-weight: bold;
    color: #111;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.no-touch .simple-pagination a:hover {
    color: #19acc6;
}

.simple-pagination a.disabled {
    color: #999;
}
.simple-pagination a:before,
.simple-pagination a:after {
    font-size: 12px;
    font-weight: bold;
	color: #26b500;
	margin-right: 3px;
}
.simple-pagination a.prev {
    margin-right: 13px;
}
.simple-pagination a.prev:before {
    content: '\2039';
    margin-right: 10px;
}
.simple-pagination a.prev:after {
    content: '';
    position: absolute;
    top: 7%;
    right: 0;
    display: block;
    width: 1px;
    height: 86%;
    margin-right: -15px;
    background:  #999;
}
.simple-pagination a.next {
    margin-left: 13px;
}
.simple-pagination a.next:after {
    content: '\203A';
    margin-left: 10px;
}

/* Infinity carousel */

.infinity-carousel {
    
}
.infinity-carousel:before {
    content: '{"perPage" : 2}';
    display: none;
}
.infinity-carousel > .wrapper {
    position: relative;
}
.ic-wrapper {
    position: relative;
    overflow: hidden
}
.ic-container {
    position: relative;
    display: block;
    width: 3000px;
}
.ic-item {
    float: left;
    display: block;
    min-height: 1px;
}
.ic-controls {

}
.ic-controls a {
    position: absolute;
    top: 0;
    z-index: 1;
    display: block;
    width: 50px;
    height: 100%;
    font-size: 23px;
    text-align: center;
    color: #19acc6;
}
.ic-controls a.btn-prev {
    left: 15px;
}
.ic-controls a.btn-next {
    right: 15px;
}
.ic-controls a .icon2 {
    position: absolute;
    top: 50%;
    z-index: 1;
    display: block;
    width: 100%;
    text-align: center;

    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
    transition: transform 0.3s;
}
.ic-controls a.btn-prev:hover .icon2 {
    -webkit-transform: translate(-10px, -50%);
    -moz-transform: translate(-10px, -50%);
    -ms-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%);
}
.ic-controls a.btn-next:hover .icon2 {
    -webkit-transform: translate(10px, -50%);
    -moz-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    transform: translate(10px, -50%);
}

@media only screen and (max-width: 768px) {

    .infinity-carousel:before {
        content: '{"perPage" : 1}';
    }
}
@media only screen and (max-width: 500px) {

    .ic-controls a {
        width: 40px;
        font-size: 20px;
    }
}

/* Social tape */

.social-tape {
     margin-top: 40px;
}
.social-tape > .wrapper {
    margin: 0 auto;
    max-width: 940px;
    padding: 0 15px;
}
.social-tape .cnt {
    padding: 0 50px;
    background-color: #efefef;
}
.social-tape .cnt .ic-wrapper {
    position: relative;    
}
.social-tape .cnt .ic-wrapper:before,
.social-tape .cnt .ic-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
    z-index: 1;
}
.social-tape .cnt .ic-wrapper:before {
    left: 0;

    background-image: -moz-linear-gradient(right, rgba(239, 239, 239, 0), #efefef);
    background-image: -webkit-linear-gradient(right, rgba(239, 239, 239, 0), #efefef);
    background-image: linear-gradient(to left, rgba(239, 239, 239, 0) 0%, #efefef 100%);
}
.social-tape .cnt .ic-wrapper:after {
    right: 0;

    background-image: -moz-linear-gradient(left, rgba(239, 239, 239, 0), #efefef);
    background-image: -webkit-linear-gradient(left, rgba(239, 239, 239, 0), #efefef);
    background-image: linear-gradient(to right, rgba(239, 239, 239, 0) 0%, #efefef 100%);
}
.social-tape .cnt li {
    padding: 28px 0 25px;
    text-align: center;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.social-tape .cnt li > div {
    margin: 0 20px;
}
.social-tape .cnt li > .quote {
    display: inline;
    font: 20px/1.2 'Handlee';
    color: #111;
}
.social-tape .cnt li > .quote:before {
    content: '“';
}
.social-tape .cnt li > .quote:after {
    content: '”';
}
.social-tape .cnt li > .text {
    margin-top: 8px;
}
.social-tape .cnt li > .autor {
    margin-top: 8px;
    color: #111;
}
.social-tape .cnt li > .autor a {
    color: #19acc6;
}

@media only screen and (max-width: 768px) {

    
}
@media only screen and (max-width: 500px) {
    .social-tape .cnt {
        padding-left: 0;
        padding-right: 0;
    }

    .social-tape .cnt li > div {
        margin-left: 30px;
        margin-right: 30px;
    }

    .social-tape .cnt li > .quote {       
        font-size: 18px;
    }
}

/* Releted/Resent viewed items carousel */

section.top-deals.custom-carousel  {
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 30px; 
    background: #efefef;
}
section.top-deals.custom-carousel .head {
    margin-top: 0;
}
section.top-deals.custom-carousel .simple-pagination {
    width: 1%;
    white-space: nowrap;
}
section.top-deals.custom-carousel .simple-pagination a {
    
}

section.top-deals.custom-carousel .cc-item {
	display: table-cell;
	width: 33.333%;
	vertical-align: top;
    padding-left: 0;
    padding-right: 0;
}

section.top-deals.custom-carousel .cc-item > div {
	padding: 0 10px;
}

section.top-deals.custom-carousel .cc-item .deal {
    display: block;
    float: left;
    box-sizing: border-box;
    min-width:250px !important;
}

section.top-deals.custom-carousel .cc-item .deal .fixed-height {
    min-height: 83px;
}

section.top-deals.custom-carousel .cc-item .tizer.ellipsis:after {
    background-image: -moz-linear-gradient(top, rgba(239, 239, 239, 0), #efefef);
    background-image: -webkit-linear-gradient(top, rgba(239, 239, 239, 0), #efefef);
    background-image: linear-gradient(to bottom, rgba(239, 239, 239, 0) 0%, #efefef 100%);
}
.contourMessageOnSubmit {
    color:#26b500;
    font-weight:600;
}
@media only screen and (max-width: 768px) {
    
    section.top-deals.custom-carousel .columns {
        display: table;
    }

    section.top-deals.custom-carousel .simple-pagination {
        float: right;
        width: auto;
    }
}

@media only screen and (max-width: 640px) {

    section.top-deals.custom-carousel .columns {
        display: table;
    }
}

#cookie-message {
    position: fixed;
    top: 0;
    width: 100%;
    background: #efefef;
    z-index: 500;
    display:none;
}

#cookie-message .cookie-message-wrapper {
    display: table;
    width: 100%;
    height: 70px;
}

#cookie-message .message {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 20px;
}

#cookie-message .btn-close{
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
  font-family: 'GSI';
  width: 20px;
  padding: 10px 20px;
  cursor: pointer;
}

#cookie-message .btn-close i{
  font-size: 28px;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  margin-left: 7px;
}

#cookie-message .message a {
    text-decoration: underline;
}

.tabs.innercontents > ul > li {
	background-color: #fff;
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 70px;
    width: 100%;
    visibility: hidden;
}
.article.news-ul-list > ul {
    margin-left: 4%;
}
.article.news-ul-list > ul > li{
    list-style: initial;
}
	




/* login/register popups */

#PageHeader #Popup_Login,
#PageHeader #Popup_Register,
#PageHeader #Popup_PasswordReminder {
    right: 6px;
    margin-top: 0;
}


#PageHeader .form-popup h3 {
    font-family: 'Nunito';
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #111;
}

#PageHeader .form-popup p {
    margin-bottom: 10px;
}

#PageHeader .form-popup form {
    padding-top: 10px;
}

#PageHeader .form-popup .form-line {
    display: block;
    margin: 10px -10px 10px 0;
    width: auto;
}

    #PageHeader .form-popup .form-line > .form-cell {
        display: table;
        width: 100%;
    }

    #PageHeader .form-popup .form-cell > div {
        display: table-cell;
        vertical-align: middle;
    }

    #PageHeader .form-popup .form-cell > .label {
        width: 146px;
    }

    #PageHeader .form-popup .form-cell > .validation {
        width: 10px;
        text-align: center;
    }

    #PageHeader .form-popup .controls {
        width: auto;
        border: none;
        padding-top: 1px;
    }

        #PageHeader .form-popup .controls .btns {
            padding-right: 10px;
            text-align: right;
        }

#PageHeader .form-popup .loginfail-error-message,
#PageHeader .form-popup #already-registerd-email-error {
    display: none;
    color: #e60026;
}

#PageHeader .form-popup #already-registerd-email-error .field {
    line-height: 1.2em;
    padding-top: 4px;
}

    #PageHeader .form-popup .loginfail-error-message a,
    #PageHeader .form-popup #already-registerd-email-error a {
        font-weight: bold;
        text-decoration: underline;
    }

        .no-touch #PageHeader .form-popup .loginfail-error-message a:hover,
        .no-touch #PageHeader .form-popup #already-registerd-email-error a:hover  {
            text-decoration: none;
        }


#PageHeader .form-popup input[type="checkbox"] + i {
    margin-top: -3px;
}

#Popup_Login .social-login {
    border-top: solid 1px #d0d0d0;
    margin-top: 20px;
    padding-top: 14px;
    text-align: right;
}

    #Popup_Login .social-login a {
        color: #111;
        font-weight: bold;

    }

    #Popup_Login .social-login .icon {
        color: #19acc6;
        margin-right: 4px;
    }

    .no-touch #Popup_Login .social-login a {
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

        .no-touch #Popup_Login .social-login a:hover {
            color: #26b500;
        }

#PageContent .section.content .wrapper {
	max-width: 940px;
    padding: 0 15px;
    margin: 0 auto;
}
.Resetpasswordpage #PageContent .section.content .wrapper .search-list {
	margin-top:20px;
}
#PageContent .section.content .wrapper .search-list h1 {
	font-family: 'Nunito';
    font-size: 20px;
    line-height: normal;
    color: #111;
	text-align: center;
    text-transform: uppercase;
}
#PageContent .section.content .wrapper .search-list p {
	text-align: center;
    margin: 25px 0 15px 0;
}
#PageContent .section.content .wrapper .search-list form .label {
	font-family: 'Noto Sans';
	font-size: 11px;
	font-weight: bold;
	color: #111;
	padding-top: 10px;
    width: 35%;
    float: left;
}

#PageContent .section.content .wrapper .search-list form label {
    width: 65%;
    float: left;
}
#PageContent .section.content .wrapper .search-list form {
	margin: 0 auto;
	width: 100%;
}
#PageContent .section.content .wrapper .search-list form .TextField {
	width: 100%;
	border: 1px solid #777;
	border-radius: 3px;
	height: 24px;
}

#PageContent .section.content .wrapper .search-list form .form.general {
    margin: 0 auto;
}

#PageContent .section.content .wrapper .search-list form .btns {
    float: right;
}

#PageContent .section.content .wrapper .search-list form .btns .btn {
    background-color: #26b500;
}

#PageContent .section.content .wrapper .search-list form .ErrorContainer  {
    clear: both;
    padding-left: 35%;
    font-family: 'Noto Sans';
    color: #d21823;
}

#PageContent .section.content .wrapper .search-list form .form-line.pwd-line {
    height: 35px;
    margin-bottom: 15px;
}

#PageContent .section.content .wrapper .search-list form .form.general .controls {
    
}

#PageContent.reset-form-content {
    margin: 50px 0;
}

.pre-loader {
    width:100%;
    height:auto;
    text-align:center;
}
.pre-loader img {
    float: left;
}
.pre-loader p {
    margin: 0px 0 0 35px;
    padding-top: 2px;
    float:left;
}

#contour_form_BookingForm .contourField.longanswer .form-cell > .label {
    width: auto;
}

/* Blog CSS */
.blog-main {
    width:70%;
    padding-right:3%;
    box-sizing:border-box;
    float:left;
    display:block;
}

.blog-side {
    width:30%;
    float:right;
    display:block;
    margin-top:59px;
    padding-bottom:21px;
    border-top:#dddddd 1px solid;
    padding-top:24px;
}

.blog-side img {
    width:100%;
    height:auto;
    margin:20px 0 10px;
}

.blogtoprow {
    width:100%;
    height:auto;
    float:left;
    display:block;
    padding-bottom:20px;
    padding-top:21px;
    margin-top:5px;
    border-top:#dddddd 1px solid;
}

.story .blogtoprow {
    width:510px;
    float:left;
    padding:9px 0;
    margin-left:18px;
    box-sizing:border-box;
}

.story .blogtoprow .tags {
    width:100%;
}

.story .head .title {
    float:left;
    margin-left:120px;
    padding-top:5px;
}

section.columns-cnt>div>.head {
    position:relative;
}

.story .head .title.topmost {
    /*margin-left: 0;
    height: 50px;
    overflow: hidden;
    padding-left: 0 !important;
    width: 50%;
    
    text-overflow: ellipsis;
    padding-top: 0;
    white-space: nowrap;
    display: block;
    display: -webkit-box;
    line-height: 1;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;*/
    position: absolute;
    padding-left: 0 !important;
    top: 0;
    left: 120px;
    z-index: 9;
    display: block;
    display: -webkit-box;
    max-width: 50%;
    height: 60px;
    margin: 0 auto;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 0;
    text-align: justify;
    margin-right: -1em;
    padding-right: 1em;
}

.story .head .title.topmost:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 5px;
}

.story .head .title.topmost:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white;
}

.story .backbutton.btn {
    position:absolute;
    top:0;
    right:0;
}
.story .blogtoprow .date {
    width: 100%;
    color: #111;
}

.story .blogtoprow .date .author, .story .blogtoprow .date .designation {
    border-left: #dadada 1px solid;
    padding-left: 10px;
    margin-left: 7px;
    font-style: normal;
}

.story .blog-main {
    position:relative;
}

.story .author-image {
    width:100px;
    height:100px;
    float:left;
    display:initial;
}

.story .author-image img {
    width:100%;
    height:auto;
} 

.blogtoprow .date {
    color:#19acc6;
}

.blogtoprow .tags ul li a {
    color:#19acc6;
}

.blogtoprow .date {
    float:left;
    font-style: italic;
}

.blogtoprow .tags {
    float:right;
}

.blogtoprow .tags li {
    display:inline;
    padding:0 10px;
    border-right:#cbcbcb 1px solid;
    font-style: italic;
}

.blogtoprow .tags li:last-child {
    padding-right:0;
    border-right:0;
}

.blog-side h3 {
    font-size:15px;
    color:#000000;
    text-transform:uppercase;
    margin-bottom:10px;
}
.blog-side .title {
    font-family: 'Nunito';
    font-size: 15px;
    line-height: 18px;
    color: #111;
}

.blog-side .subtitle {
    font-size: 11px;
    font-style: italic;
    color: #19acc6;
    margin-top: 2px;
}

.blog-side .controls .price {
    font-family: 'Nunito';
    font-size: 21px;
    line-height: normal;
    font-weight: bold;
    color: #e60026;
    padding-bottom: 6px;
    float:left;
    display:inline;
}

.blog-side .controls .price span {
    font-family: 'Noto Sans';
    font-size: 11px;
    font-weight: normal;
    color: #999;
}

.blog-side .controls .price span:first-child {
    margin-right: 8px;
}

.blog-side p {
    margin-bottom:20px;
}

.blog-side .cta-link a {
    float:right;
    display:inline;
    margin-top:5px;
}

.blog-side  .btn {
    float:right;
    margin-top:15px;
}

.blog-side .block {
    width:100%;
    float:left;
    display:block;
    margin-bottom:40px;
}

.blog-details-content {
    width:100%;
    height:auto;
    float:left;
    display:block;
    padding-bottom:40px;
    border-bottom:#c3c3c3 1px solid;
    margin-bottom:45px;
}

.blog-details-content p {
    margin-bottom:25px;
}

.blog-details-content iframe {
    margin-bottom:20px;
    float:left;
    display:block;
}
.blogImgFlLft img {
    float:left;
    margin:10px 30px 15px 0;
}

.blogImgFlRgt img {
    float:right;
    margin:10px 0 15px 30px;
}
#BlogResults {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
}

.blog-overview {
    width: 100%;
    height: auto;
    float: left;
    display: block;
}

.blog-overview .row {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    float: left;
}

.blog-overview .col-sm-2 {
    width:50%;
    padding:0 15px;
    float:left;
    display:inline-block;
    box-sizing:border-box;
    margin-bottom:60px;
}

.blog-overview .col-sm-2 .overview-inner img {
    width:100%;
    height:auto;
}

.blog-overview  .date {
    height:21px;
    font-size: 11px;
    font-style: italic;
    color: #19acc6;
    margin-top: 2px;
}

.blog-overview  h3 {
    color:#111111;
    font-size:15px;
    padding-bottom:10px;
    border-bottom:#dddddd 1px solid;
}

.blog-overview  .head .title{
    padding-bottom:20px;
}

.overview-inner ul  {
    margin-top:5px;
    min-height:30px;
}

.overview-inner ul li {
    display: inline-block;
    padding: 0 10px;
    border-right: #cbcbcb 1px solid;
    font-style: italic;
    color:#19acc6;
}

.overview-inner ul li:last-child {
    padding-right:0;
    border-right:0;
}

.overview-inner ul li:first-child {
    padding-left:0;
}

.overview-inner ul li a {
    color:#19acc6;
}

.overview-inner p {
    margin-top:0;
    height:87px;
}

.overview-inner  .btn {
    margin-top:20px;
}

.filter-block {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    border-bottom: 1px solid #d1d1d2;
    background-color: #efefef;
    padding: 0 11px 0 21px;
    box-sizing: border-box;
    font-size: 15px;
    color: #111111;
    line-height: 50px;
    margin-bottom: 45px;
    position: relative;
}

.filter-options {
    width:auto;
    height:auto;
    float:right;
    display:inline;
    margin-top:8px;
}

.filter-dropdown {
    width:220px;
    height:33px;
    float:left;
    display:inline;
    background-color:#19acc6;
    border-radius:2px;
    border-bottom:#148ba0 1px solid;
    padding:0 15px;
    box-sizing:border-box;
    line-height:33px;
    font-size:11px;
    color:#FFFFFF;
    text-transform:uppercase;
    cursor:pointer;
    position:relative;
}

.filter-dropdown.active {
    background-color:#7e7e7e;
    border-bottom-color:#666666;
}

.filter-dropdown:after {
    content:"›";
    position:absolute;
    top:0;
    bottom:0;
    right:15px;
    color:#FFFFFF;
    z-index:3;
    font-size:14px;
    transform: rotate(90deg);
}

.filter-dropdown.active:after {
    transform: rotate(270deg);
    right:20px;
}

.filter-dropdown .dropdown {
    width:220px;
    background-color:#eeefef;
    color:#111111;
    position:absolute;
    left:0;
    top:33px;
    z-index:5;
    display:none;
}

.filter-dropdown .dropdown li {
    padding-left:15px;
    padding-right:15px;
}

.country-filter.desktop {
    width:940px;
    height:auto;
    background-color:#eeefef;
    color:#111111;
    position:absolute;
    left:0;
    top:51px;
    z-index:6;
    padding:15px 19px;
    box-sizing:border-box;
    display:none;
}

.country-filter.mobile {
    width: 100%;
    height: auto;
    background-color: #eeefef;
    color: #111111;
    /*position: absolute;
    left: 0;
    top: 92px;
    z-index: 6;*/
    padding: 15px;
    box-sizing: border-box;
    display: none;
}

.country-filter.mobile .country-block ul li, .country-filter.mobile .country-block ul {
    margin-left: 0;
}

.country-filter.mobile .country-block ul {
    margin-bottom:5px;
    float:left;
    display:block;
}

.country-filter.mobile .country-block ul li span {
    padding:0;
}

.country-filter.mobile .country-block ul li, .country-filter.mobile .country-block .continent {
    font-family: "Nunito",sans-serif;
    font-size: 12px;
    line-height: 13px;
    text-transform: none;
    float:left;
    display:block;
}

.filter-column {
    width:220px;
    float:left;
    display:inline;
    margin-left:9px;
}

.filter-column .label {
    width:100%;
    height:30px;
    float:left;
    display:block;
    padding:0 15px;
    box-sizing:border-box;
    line-height:30px;
    font-size:13px;
}

.country-block ul li, .country-block .continent {
    color: #111;
    font-family: "Nunito",sans-serif;
    font-size:12px;
    line-height:13px;
    padding:6px 0;
}

.country-block ul li {
    cursor:pointer;
}

.country-block .continent {
    font-weight:bold;
}

.country-block .column {
    display: block;
    float: left;
    padding-right: 15px;
    width: 110px;
}

.country-block .column .country {
    margin-bottom:22px;
}

section.columns-cnt .columns > div#blog-main {
    display:block;
}

#blog-main .pagination {
    width:100%;
    height:auto;
    float:left;
    display:block;
    margin-top:20px;
}

section.columns-cnt > div > .head.margin-bottom-0 {
    margin-bottom:0;
}

.clear-filter {
    width: 0;
    height: 13px;
    position: relative;
    display: inline-block;
    margin: 9px 5px 0 0;
    float:left;
    overflow: hidden;
}
.clear-filter:after {
    content: '';
    height: 15px;
    border-left: 2px solid #fff;
    position: absolute;
    transform: rotate(45deg);
    left: 5px;
}
.clear-filter:before {
    content: '';
    height: 15px;
    border-left: 2px solid #fff;
    position: absolute;
    transform: rotate(-45deg);
    left: 5px;
}

.country-filter.mobile {
    display:none;
}
/*#contour_form_BookingForm .span6 .field-line.dropdownlist > div > .field {
    width: 92px;
}*/
.ContentPage .main .article ul {
    list-style: inherit;
}

.ContentPage .main .article ol {
    list-style: inherit;
}

.ContentPage .main .article ul li {
    list-style: inherit;
}

.ContentPage .main .article ol li {
    list-style: inherit;
    list-style-type: decimal;
}


.NoResultMsg {
    width:100%;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 1050px) {
    .story .blogtoprow {
        width: 75%;
    }

    .story .blog-main img {
        max-width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 500px) {
    #BlogResults .content p, .story .blog-overview p {
        height: auto !important;
    }

    .story #PageContent {
        width: 100%;
        display: block;
        float: left;
    }

    .story .blog-main {
        width: 100% !important;
    }

    .story .author-image {
        width: 75px;
        height: auto;
        top: -61px;
    }

    .story .blogtoprow {
        width: 100%;
        margin-left:0;
    }

    .story .blog-main img {
        max-width: 100% !important;
        height: auto !important;
    }

    .story section.columns-cnt .head .title {
        margin-left: 0;
    }
    .filter-column {
        width:100%;
        box-sizing:border-box;
        margin-bottom:20px;
        margin-left:0;
    }
    .filter-block {
        padding:0 15px;
    }
    .filter-options {
        width: 100%;
        box-sizing: border-box;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .country-filter {
        width: 100%;
        padding: 15px 30px;
        width: 100%;
        position: static;
        float: left;
        box-sizing: border-box;
        background-color: #efefef;
    }

    .country-filter .map {
        display:none;
    }
    .filter-dropdown {
        width:100%;
        padding:0;
        height:auto;
        border-bottom:0;
    }

    .filter-dropdown span, .filter-dropdown a {
        width: 100%;
        height: auto;
        float: left;
        display: block;
    }
    .filter-dropdown span {
        padding:0 15px;
    }

    .filter-dropdown:after {
        bottom:auto;
    }

    .filter-dropdown .dropdown {
        top: 33px;
        width: 100%;
        position: static;
        float: left;
        box-sizing: border-box;
        background-color: #efefef;
    }
    .clear-filter {
        margin-top: 0;
    }    
}

@media (max-width: 736px) {
    section.columns-cnt .columns > div {
        display: block;
        margin-bottom: 0;
        width: auto !important;
    }
    .blog-overview .col-sm-2 {
        width: 100%;
    }
    .head .backbutton.btn {
        margin-bottom:15px;
        position:static;
    }
    .filter-block {
        padding:0 20px;
    }
    .filter-dropdown span {
        box-sizing:border-box;
    }
    .country-filter.desktop {
        display: none;
    }

    .dropdown li span {
        padding-left:0;
        padding-right:0;
    }
    section.columns-cnt .head .title, section.columns-cnt .blog-main .title {
        height:auto;
    }
    section.columns-cnt .blog-main .title {
        padding-left: 92px !important;
        font-size: 14px;
    }
    .blog-side {
        margin-top:0;
    }
    input[type="date"]::-webkit-input-placeholder {
        visibility: visible !important;
    }
    input::-webkit-calendar-picker-indicator {
        display: block;
    }
}

@media (max-width: 650px) {
    #BlogResults .col-sm-2 {
        width: 100%;
    }

    .newsletter-box.landscape {
        height: 220px;
        background: url('/Content/images/newsletter-blogdet.jpg');
    }

    .newsletter-box .left, .newsletter-box .right {
        width: 100%;
    }

    .newsletter-box .right form {
        margin-top: 20px;
    }

    .blog-details-content {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }

    .newsletter-box .right form {
        margin-top: 20px;
    }

    .story .head .title.topmost {
        position:static;
    }

    .blog-details-content {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }
}

@media (max-width: 1100px) {
    #BlogResults .content p, .story .blog-overview p {
        height: auto !important;
    }
}

/*sprint1*/
#PageNav .navigation li.mm-txt {
    display: none;
}

.stiky {
    visibility: hidden;
    opacity: 0;
    height:0;
}

.show-mobile {
    display: none;
}
.filter-tag-wapper {
    width: 100%;
    border-top: 1px solid #d0d0d0;
    padding-top:30px;
}
.filter-tag-wapper .mh {
    font-size: 20px;
    letter-spacing: 0.8px;
    color: #111111;
    margin-bottom:10px;
}
.filter-tag-wapper .sh {
    font-size: 12px;
    letter-spacing: 0.7px;
    color: #777777;
}
.filter-tag-wapper .sh a {
    color: #28acc5;
    text-decoration:underline;
}
.tag-wapper{
    padding:15px 0;
}
.tag-wapper .tag {
    text-transform: uppercase;
    color: #FFF;
    background: #28acc5;
    display:inline-block;
    font-size:11px;
    padding:6px 35px 6px 10px;
    margin:0 10px 15px 0;
    cursor:pointer;
    position:relative;
}
    .tag-wapper .tag .close {
        display: inline-block;
        width: 25px;
        height: 33px;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        position: absolute;
        top: 0;
        right: 0;
        background: url(/Content/images/icon/tag-close.svg) no-repeat center center #259cb2;
    }
.tag-wapper .tag .txt {
    display: inline-block;
}
.mf-title, .close-filter {
    display:none;
}


section.media .carousel-new {
    height: 410px;
    position: relative;
}

section.media .carousel-new, section.media .swiper-container {
    height: 410px;
    position: relative;
}

section.media .carousel-new .slides {
    /*display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;*/
}

section.media .carousel-new .slides li {
	/*visibility: hidden;
    overflow: hidden;*/
	display: block;
	/*position: absolute;
	top: 0;
	left: 0;*/
	width: 100%;
	height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.media .carousel-new .slides li.active {
	visibility: visible;
}

section.media .carousel-new .slides li.ontop {
    z-index: 1;
}

section.media .carousel-new .slides li img {
	display: block;
	position: absolute;
	top: -9999px;
	left: -9999px;
	right: -9999px;
	bottom: -9999px;
	margin: auto;
	min-width: 100%;
	min-height: 100%;
}

section.media .carousel-new.home-swiper > .wrapper {
    top: auto;
    bottom: 0;
    height: auto;
}

.home-swiper .swiper-button-next, .home-swiper .swiper-button-prev {
    top: -200px;
}

section.media .carousel-new .slides .billet {
	display: none;
}

section.media .carousel-new > .wrapper {
	height: 100%;
	max-width: 940px;
	padding: 0 15px;
	margin: 0 auto;
	position: absolute;
    z-index: 1000;
    left:0;
    right:0;
    top:0;
}

section.media .carousel-new .billet {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    background-color: #fff;
    overflow: hidden;
    -moz-transition: height .3s ease;
    -o-transition: height .3s ease;
    -webkit-transition: height .3s ease;
    transition: height .3s ease;
}

section.media .carousel-new .billet .data {
    position: relative;
}

section.media .carousel-new .billet .data li {
	display: none;
	padding: 22px 20px 20px;
    height:150px;
    overflow:hidden;
}

section.media .carousel-new .billet .data li.active {
	display: block;
}

section.media .carousel-new .billet .title {
	font-family: 'Nunito';
	font-size: 20px;
	line-height: normal;
	text-transform: uppercase;
	color: #111;
}

section.media .carousel-new .billet .title:before {
    content: '';
    display: block;
    float: right;
    height: 10px;
    width: 54px;
}

section.media .carousel-new .billet .subtitle {
	font-family: 'Noto Sans';
	font-size: 11px;
	line-height: normal;
	color: #19acc6;
	font-style: italic;
	margin-top: 2px;
}

section.media .carousel-new .billet .tizer {
	font-size: 11px;
	margin-top: 8px;
}

section.media .carousel-new .billet .controls {
	display: table;
	width: 100%;
	margin-top: 13px;
}

section.media .carousel-new .billet .controls > div {
	display: table-cell;
	vertical-align: middle;
}

section.media .carousel-new .billet .price {
	font-family: 'Nunito';
	font-weight: bold;
	color: #e60026;
	font-size: 21px;
	line-height: 24px;
	white-space: nowrap;
}

section.media .carousel-new .billet .price span {
	font-family: 'Noto Sans';
	font-size: 11px;
	font-weight: normal;
	color: #999;
	margin-right: 6px;
}

section.media .carousel-new .billet .btns {
	width: 1%;
	text-align: right;
}

section.media .carousel-new .billet .pagination {
	position: absolute;
	top: 12px;
	right: 15px;
	white-space: nowrap;
}

section.media .carousel-new .billet .pagination li {
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
}

section.media .carousel-new .billet .pagination li span {
	display: block;
	width: 8px;
	height: 8px;
	background-color: #c2c2c2;
	border-radius: 50%;
}

section.media .carousel-new .billet .pagination li.active span {
	background-color: #19acc6;
}

section.media .carousel-new.compact {
	width: 940px;
	margin: 0 auto;
}

section.media .carousel-new.compact .billet {
	right: 30px;
}
    section.media .carousel-new .slides li {
        background-size: cover !important;
        background-position: center center !important;
    }

.swiper-button-prev, .swiper-button-next{
    width:30px;height:30px;
    background:red;
}
.swiper-button-prev {
    width: 30px;
    height: 30px;
    top: 210px;
    right: 31px;
    left: auto;
    border-right: 1px solid #111111;
    background: url(/Content/images/icon/prev.svg) no-repeat center center rgba(17, 17, 17, 0.7);
    cursor:pointer;
}
.swiper-button-next {
    width: 30px;
    height: 30px;
    top: 210px;
    right: 0px;
    left: auto;
    border-left: 1px solid #111111;
    background: url(/Content/images/icon/next.svg) no-repeat center center rgba(17, 17, 17, 0.7);
    cursor: pointer;
}

.disable input[type="checkbox"] + i {
    background:#DDD;
}
label.disable span {
    color: #d0d0d0;
}

.sticky-wrapper .offer-price {
    vertical-align:middle;
    display:table-cell;
}

.sticky-wrapper .offer-link {
    vertical-align: middle;
    display: table-cell;
}

form .umbraco-forms-tooltip {
    display:none;
}

.umbraco-forms-field {
    margin-bottom: 10px;
}

form .date {
    width: 250px;
}


.contour select {
    max-width: 400px !important;
    padding: 5px;
    width: 100%;
}

.contour.bookingform .contourFieldSet .date {
    width: 100%;
}

.contour.bookingform .contourFieldSet .date .datepickerfield {
    margin: 0.5em 0;
    border: 1px solid #bbb;
    max-width: 400px !important;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
}

form input[type="checkbox"] {
    appearance: checkbox;
    -webkit-appearance: checkbox;
}

form .checkbox {
    position: relative;
}

form .checkbox label {
    padding-left: 18px;
}


form .checkbox input[type="checkbox"] {
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 1;
}

form input[type="radio"] {
    appearance: radio;
    -webkit-appearance: radio;
}

#umbraco-forms-field .custom-select,
.umbraco-forms-field .custom-select {
    display: block;
    max-width: 412px !important;
    width: 100% !important;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height:25px;
}

#umbraco-forms-field .custom-select .frame,
.umbraco-forms-field .custom-select .frame {
    border-color: #bbb;
}

#umbraco-forms-field .custom-select .input,
.umbraco-forms-field .custom-select .input {
    font-size: 12px;
    line-height: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 7px;
}

#umbraco-forms-field .custom-select .icon.arrow,
.umbraco-forms-field .custom-select .icon.arrow {
    line-height: 28px;
}

.umbraco-forms-navigation {
    text-align:right;
}

.imageFull, .imageFull img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}