article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
* {
	padding: 0;
	margin: 0;
}
body {
	background: #fff;
	font: 18px 'Roboto Condensed', arial, sans-serif;
	color: #424242;
}

img {
	border: 0;
}

a {
	font: 18px 'Roboto Condensed', arial, sans-serif;
	color: #424242;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.container {
	position: relative;
	width: 1172px;
	margin: 0 auto;
}

header, #top, #info, footer, #footer-bottom {
	position: relative;
	float: left;
	width: 100%;
}

header ul {
	position: relative;
	float: left;
	list-style: none;
}
header li {
	position: relative;
	float: left;
}

#adminblock {
	padding: 25px 0;
	background: #666;
	color: #fff;
	text-align: center;
}
#admin-actions {
	margin-bottom: 30px;
}
.admin-btn, #admin-actions a {
	display: inline-block;
	padding: 8px 16px;
	margin: 5px 0 0 15px;
	border-radius: 5px;
}
.btn-success {
	background-color: #00c851;
	color: #fff;
}
.btn-new-offer {
	background-color: #c7fe44;
	color: #343a40;
}
.btn-danger {
	background-color: #ff3547;
  color: #fff;
}
.btn-light {
	background-color: #e0e0e0;
  color: #000;
}
.btn-warning {
	background-color: #f80;
	color: #fff;
}
.btn-called {
	background-color: #ffaec8;
	color: #343a40;
}
.btn-write {
	background-color: #86fffb;
  color: #343a40;
}

#top {
	height: 47px;
	padding: 10px 0;
	border-bottom: 2px solid #e3000b;
}
#logo {
	position: relative;
	float: left;
}
#logo img {
	height: 47px;
}

#top ul {
	margin-left: 30px;
}
#top li {
	margin-left: 30px;
	height: 47px;
	line-height: 47px;
}
#top li, #top li a {
	font-size: 14px;
}
#top li a {
	text-decoration: none;
	font-weight: bold;
}
#top li a:hover {
	text-decoration: underline;
}

.icon {
	padding-left: 25px;
}
.icon .svg2 {
	position: absolute;
	top: 0;
	left: 0;
}
.mail-ico svg {
	width: 20px;
	height: auto;
	margin-top: 14px;
}
.phone-ico svg {
	width: 20px;
	height: auto;
	margin-top: 14px;
}

#content, #content p, h1, #results, .result, .row, .icon-row, h5, #agent {
	position: relative;
	float: left;
	width: 100%;
}
#content {
	margin-top: 20px;
}
.content-expired #content {
	margin: 30px 0;
}
h1 {
	margin: 0 0 20px 0;
	font: 27px 'Roboto Condensed', arial, sans-serif;
	font-weight: normal;
	color: #424242;
}
#content p {
	font-size: 22px;
	margin-bottom: 15px;
}

#results {
	margin-bottom: 25px;
}
.result {
	width: 1170px;
	margin-top: 65px;
	border: 1px solid #a1a1a1;
	border-radius: 20px;
	padding: 65px 0;
	-webkit-box-shadow: inset 0px 0px 5px 1px rgba(161,161,161,0.5);
	-moz-box-shadow: inset 0px 0px 5px 1px rgba(161,161,161,0.5);
	box-shadow: inset 0px 0px 5px 1px rgba(161,161,161,0.5);
}
.result:first-of-type {
	margin-top: 15px;
}
.row {
	width: 1040px;
	padding: 0 65px;
}
h2, .stars {
	display: inline;
}
h2 {
	font-size: 31px;
	font-weight: normal;
}
.right {
	position: relative;
	float: right;
	font-size: 19px;
}
.purpose {
	border-bottom: 1px solid #424242;
}
.special-offer {
	margin-left: 20px;
	font-weight: bold;
}
.url {
	font-size: 23px;
	font-weight: bold;
	color: #cc0f13;
	text-decoration: none;
}
.url:hover {
	text-decoration: underline;
}
.images {
	margin: 15px 0;
}
.images img {
	position: relative;
	float: left;
	width: 330px;
	height: 218px;
}
.images img.full {
	width: 100%;
	height: auto;
}
.img2, .img5 {
	margin: 0 25px 0;
}
.distance {
	margin-bottom: 10px;
	list-style: none;
	font-size: 20px;
}
.distance li {
	position: relative;
	float: left;
	padding-left: 40px;
	height: 31px;
	line-height: 31px;
	margin-right: 15px;
}
.distance li:after {
  content: '/';
	font-size: 31px;
}
.distance-center { background: url(/offer/images/distance-center.png) no-repeat; }
.distance-airport { background: url(/offer/images/distance-airport.png) no-repeat; }
.distance-station { background: url(/offer/images/distance-station.png) no-repeat; }
.distance-beach { background: url(/offer/images/distance-beach.png) no-repeat; }
.distance-fun { background: url(/offer/images/distance-fun.png) no-repeat; }
.distance span {
	font-size: 20px;
	color: #c4000b;
	font-weight: bold;
}
.distance div {
	position: relative;
	float: left;
	padding-right: 15px;
}
.distance li:last-of-type, .distance li:last-of-type div {
	margin-right: 0;
	padding-right: 0;
}
.distance li:last-of-type:after {
	content: '';
}
.icon-row {
	width: 910px;
	padding: 0 65px 0 195px;
}
.icon-row .svg, .icon-row img {
	position: absolute;
	top: 0;
	left: 65px;
}
.agent {
	margin: 30px 0 20px;
}
.agent svg {
	width: 85px;
	height: auto;
	margin-top: -10px;
}

.agent2 {
	position: relative;
	float: left;
	width: 1040px;
  padding: 0 65px;
}
.agent2-body {
	display: flex;
	width: 100%;
}
.agent2-image {
	max-width: 100px;
	padding-right: 30px;
}
.agent2-content {
	flex: 1;
}
.agent2 img {
	max-width: 100px;
	max-height: 120px;
}

.info svg {
	width: 100px;
	height: auto;
	margin-left: -12px;
	margin-top: -3px;
}
h5 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}
.agent p, .agent-comment-text, .agent-comment-text a {
	font-size: 20px;
	font-style: italic;
}
.agent-comment-text a {
	text-decoration: underline;
}
.agent-comment-text a:hover {
	text-decoration: none;
}
.info {
	margin-top: 30px;
	min-height: 70px;
}
.info ul {
	position: relative;
	float: left;
	list-style: none;
}
.info li {
	position: relative;
	float: left;
	width: 445px;
	padding: 0 10px 3px 0;
}
.info li::before {
	content: '■';
  padding-right: 8px;
}
.price {
	margin: 30px 0 20px;
}
.price b {
	font-size: 62px;
	color: #cc0f13;
}
.price span {
	position: relative;
	float: left;
	width: 100%;
}
h3 {
	font-size: 31px;
	font-weight: normal;
	display: inline-block;
}
.book ul {
	position: relative;
	float: left;
	list-style: none;
	width: 700px;
}
.book li {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size: 25px;
	line-height: 34px;
}
.book div {
	position: relative;
	float: left;
	height: 34px;
	line-height: 34px;
}
.label {
	width: 160px;
	background-color: #969696;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	border-radius: 20px;
	margin-right: 15px;
}
.book li p {
	position: relative;
	float: left;
	padding-left: 175px;
	clear: both;
	margin-top: 10px;
	font-size: 18px;
	line-height: 100%;
	font-style: italic;
	font-weight: bold;
}
.book p.expired {
	position: relative;
	float: right;
	font-size: 30px;
	color: #cc0f13;
	font-style: italic;
	font-weight: bold;
}
.book a {
	position: relative;
	float: right;
	display: block;
	background: #94c11a url(/offer/images/book.png) no-repeat 35px center;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 25px 20px 25px 105px;
	border-radius: 25px;
}
.book a:hover {
	text-decoration: underline;
}
.book a.book-mobile {
	display: none;
}
.book a.book-mail {
	margin-top: 15px;
}

.icon-col {
	position: relative;
	float: left;
}
.icon-col.supplier {
	margin-top: 55px;
}
.icon-col.supplier.first {
	padding: 0 65px;
}
.flight .supplier {
	width: 30%;
	margin-left: 5%;
}
.supplier span {
	text-transform: uppercase;
}

.included {
	width: 390px;
	padding: 0 0 0 195px;
	background: url(/offer/images/included.png) no-repeat 65px 30px; /*  #eaeaea */
	margin-top: 55px;
	min-height: 115px;
}

.flight {
	width: 325px;
	background: url(/offer/images/flight.png) no-repeat 65px 30px;
	padding: 0 65px 0 195px;
	margin-top: 55px;
	min-height: 123px;
}
.flight-full {
	width: 600px;
}
.flight div {
	position: relative;
	float: left;
	width: 65%;
}
.flight div.airline {
	width: 30%;
	margin-left: 5%;
	margin-bottom: 20px;
}
.flight span {
	text-transform: uppercase;
}

#agent img {
	position: relative;
	float: left;
	max-width: 220px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
#note, #contacts {
	position: relative;
	float: left;
	width: 872px;
	padding-right: 65px;
}
#note {
	padding-top: 30px;
	font-size: 23px;
	font-weight: bold;
}
#contacts {
	margin: 30px 0;
	font-size: 19px;
}
#contacts b {
	color: #e3000b;
}
#personal {
	position: relative;
	float: left;
	width: 530px;
	padding-right: 42px;
}
#company {
	position: relative;
	float: left;
	width: 300px;
}
#company div {
	position: relative;
	float: left;
	width: 245px;
	padding-left: 55px;
}
#facebook {
	height: 36px;
	line-height: 36px;
	background: url(/offer/images/fb.png) no-repeat;
	margin-bottom: 30px;
}
#instagram {
	height: 36px;
	line-height: 36px;
	background: url(/offer/images/instagram.png) no-repeat;
	background-size: 36px 36px;
	margin-bottom: 30px;
}

#footer-bottom {
	background: #e3000b;
	padding: 20px 0;
	color: #fff;
}
#footer-bottom a {
	position: relative;
	float: left;
}
#footer-bottom img { max-width: 100%; }
#slogan {
	position: relative;
	float: right;
	padding-top: 10px;
	font: 26px 'Roboto Condensed', arial, sans-serif;
	color: #fff;
	font-style: italic;
}

#share { position: relative; float: left; width: 100%; margin-bottom: 30px; }
#share span { position: relative; float: left; height: 32px; line-height: 32px; margin-right: 10px; }

.rooms {
	margin-top: 30px;
	margin-bottom: 15px;
}
.rooms .line {
	clear: both;
}
.rooms .line .details {
	float: left;
	position: relative;
}
.rooms .border {
	border-top: 1px solid #d9d9d9;
	padding-top: 20px;
}
.rooms .room-price {
	padding-bottom: 20px;
	font-size: 16px;
}
.rooms .room-lastmin {
	color: #c4000b;
	font-weight: bold;
}
.rooms .room-price .discount, .price span .discount {
	background: #94c11a;
	font-weight: bold;
	color: #fff;
	border-radius: 25px;
	padding: 0px 10px;
	width: auto;
	float: none;
}
.rooms .room-book .book-mobile {
	display: none;
}
.rooms .room-book {
	float: right;
	position: relative;
	text-align: center;
	margin-bottom: 15px;
	padding-top: 15px;
}
.rooms .room-meals {
	font-style: italic;
}
.rooms .room-type {
	font-weight: bold;
	font-size: 20px;
}
.rooms .room-airport {
	background: url(/offer/images/pngwing.com.png) no-repeat 14px center;
	margin-right: 10px;
	font-weight: bold;
	padding-left: 40px;
}
.rooms .room-airport img {
	width: 20px
}
.rooms a.button {
	position: relative;
	/*float: right;*/
	/*display: block;*/
	background: #94c11a url(/offer/images/book-small.png) no-repeat 14px center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 17px 5px 42px;
	border-radius: 25px;
	margin: 10px 0px;
}
.clear {
	clear: both;
	height: 1px;
}
.small-screen {
	display: none;
}

@media only screen and (max-width: 600px) {
	.agent2-body, .agent2-content, .agent2-image { position: relative; float: left; width: 100%; display: block; }
	.agent2-image { padding: 0 0 10px 0; }
}

@media only screen and (max-width: 1172px) {
	.container { width: 96%; }
	#top { text-align: center; }
	#top ul { display: none; }
	#logo { float: none; }
	h1 { margin: 15px 0 10px 0; font-size: 22px; }
	#content p { font-size: 18px; }
	p#thanks, p#request { margin-bottom: 10px; }
	#content p:last-of-type { text-align: justify; }
	.result { width: 100%; margin-top: 20px; padding: 15px 0; }
	.row, .icon-row, .icon-col, .flight, .included, .agent2 { padding: 0 4%; width: 92%; }
	.icon-row .svg { display: none; }
	h2 { font-size: 22px; margin-bottom: 5px; }
	.purpose { margin-left: 15px; }
	.link { margin-top: 0px; }
	.url { text-decoration: underline; }
	.url:hover { text-decoration: none; }
	.right { margin-left: 15px; margin-top: 5px; }
	.images img { width: 100%; height: auto; }
	.img2, .img3, .full-screen { display: none; }
	.small-screen { display: block; }
	.distance li { margin-bottom: 5px; padding-left: 35px; margin-right: 0; }
	.distance li:after { content: ''; }
	.distance, .distance span { font-size: 16px; }
	.distance div { margin-right: 0; padding-right: 15px; }
	.flight { background: none; }
	.info { margin-top: 10px; }
	.info li { width: 95%; padding-right: 0; background-position: 0 5px; font-size: 18px; }
	h3 { position: relative; float: left; font-size: 20px; width: 100%; margin-bottom: 5px; }
	h5 { margin-bottom: 10px; }
	.price { margin-top: 10px; margin-bottom: 0; }
	.price b { font-size: 26px; }
	.price b:before { content: ' '; display: block; }
	.book ul { margin: 10px 0 20px; width: 100%; }
	.book li { font-size: 18px; }
	.label { width: 120px; font-size: 18px; }
	.book li p { padding-left: 0; font-size: 16px; }
	.book p.expired { float: left; width: 100%; margin-top: 20px; font-size: 28px; }
	.book a { font-size: 20px; background-size: 30px; padding-left: 65px; padding-top: 15px; padding-bottom: 15px; background-position-x: 20px; float: none; clear: both; }
	.book a.book-web { display: none; }
	.book a.book-mobile { display: block; }
	.book a.book-call, .book a.book-mail { margin-top: 15px; }
	.included { background-image: none; padding-top: 20px; padding-bottom: 20px; margin-top: 0px; }
	.included.expired, .icon-col.supplier { margin-top: 10px; }
	.flight { margin-top: 25px; }
	.flight p { line-height: 140%; text-align: justify;}
	#contacts { width: 100%; padding-right: 0; }
	#note, #personal, #company { width: 100%; margin-right: 0; }
	#personal, #company { margin-bottom: 30px; padding-right: 0; }
	#company div { width: 70%; }
	#footer-bottom { text-align: center; }
	#footer-bottom a { float: none; }
	.rooms .room-book {width: 100%;}
	.rooms .room-book .book-mobile { display: block; }
	.rooms .room-book .book-web { display: none; }
}
.hide {
	display: none;
}
.more-info-links {
	padding-top: 5px;
}
.more-info-links a {
	text-decoration: underline;
	font-weight: bold;
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
}
.tooltip-inner {
	padding: 0.25rem 0.5rem;
	color: #424242;
	text-align: left;
	background-color: #fff;
	border-radius: 0.25rem;
	border: 1px solid #d9d9d9;
}
.object-fit{
	position: relative;
}
.object-fit img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	-o-object-fit: cover;
}
.owl-gallery-item {
	padding-bottom: 86.4%;
}
.owl-carousel.owl-gallery .owl-nav{
	display: flex;
	justify-content: space-between;
}
.owl-carousel.owl-gallery .owl-nav .owl-prev span,
.owl-carousel.owl-gallery .owl-nav .owl-next span{
	display: none;
}
/*.owl-carousel.owl-gallery .owl-nav .owl-prev,*/
/*.owl-carousel.owl-gallery .owl-nav .owl-next{*/
/*	position: relative;*/
/*}*/
.owl-carousel.owl-gallery .owl-nav .owl-prev::after{
	content: '';
	background: url(https://cdn.agentonholidays.com/assets/images/arrow-prev-carousel.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 25px;
	height: 27px;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.2s;
}
.owl-carousel.owl-gallery .owl-nav .owl-prev:hover::after{
	opacity: 0.8;
}
.owl-carousel.owl-gallery .owl-nav .owl-next::after{
	content: '';
	background: url(https://cdn.agentonholidays.com/assets/images/arrow-next-carousel.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 25px;
	height: 27px;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.2s;
}
.owl-carousel.owl-gallery .owl-nav .owl-next:hover::after{
	opacity: 0.8;
}
.owl-carousel.owl-gallery .owl-nav{
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.owl-carousel.owl-gallery .owl-nav .owl-prev.disabled::after,
.owl-carousel.owl-gallery .owl-nav .owl-next.disabled::after{
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}
.owl-carousel .item{
	width:100%;
	height:200px;
	background-color: #746f6c;
}

.owl-carousel .owl-prev{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	top:33%;
	left:-30px;

}
.owl-carousel .owl-next{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top:33%;
	right:-30px;
}
.recommended {
	color: #ff1d38;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
}
.less-seats {
	color: #ff1d38;
}
.free-reservation {
	color: #ff1d38;
}

.tooltip .scores {
	font: 18px 'Roboto Condensed', arial, sans-serif;
	color: #424242;
}

.map {
	margin-top: 20px;
  height: 250px;
}
.map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.prices-gift img {
    display: inline-block;
    width: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

.found-cheaper, .pricing-block {
	margin: 5px 0;
}
.found-cheaper {
    margin-top: 0px;
}
.found-cheaper a, .pricing-block a {
	font-size: 15px;
	text-decoration: underline;
}

.found p {
	margin: 20px 0;
}
.found .row {
	margin-bottom: 10px;
	width: 100%;
	padding: 0;
}
.found label {
	display: inline-block;
	width: 120px;
}
.found input {
	width: 100%;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 5px;
	font-size: 15px;
}
.found textarea {
	width: 100%;
	height: 100px;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 10px;
	margin-top: 5px;
	font-size: 15px;
}
.found button {
	border-radius: 10px;
	padding: 10px 30px;
	background: var(--main-color);
	color: var(--text-on-main-color);
	font-weight: 500;
	font-size: 17px;
	cursor: pointer;
}
#found-form-success, #found-error {
	display: none;
}
#found-error {
	color: darkred;
	font-weight: bold;
}

.read-more {
	max-height: 120px;
	overflow: hidden;
	position: relative;
	transition: max-height 0.3s ease;
}

.read-more::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 5.5em;
	width: 100%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 80%);
	pointer-events: none;
}

.read-more.expanded {
	max-height: none;
}

.read-more.expanded::after {
	display: none;
}

.carrier-label {
	color: black;
	padding: 2px 6px;
	margin-top: 3px;
	display: inline-block;
	border-radius: 3px;
}
