Commit 1f0e1ed6 by nabil el mahiri

extend log limit

parent 60e0657a
...@@ -24,7 +24,7 @@ build: ...@@ -24,7 +24,7 @@ build:
tags: tags:
- atlasvoyages-prod-runner - atlasvoyages-prod-runner
only: only:
- master - masterr
script: script:
# - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )' # - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
# # Run ssh-agent (inside the build environment) # # Run ssh-agent (inside the build environment)
...@@ -43,7 +43,7 @@ deploy: ...@@ -43,7 +43,7 @@ deploy:
tags: tags:
- atlasvoyages-prod-runner - atlasvoyages-prod-runner
only: only:
- master - masterr
script: script:
- chmod +x sh/run.sh - chmod +x sh/run.sh
- sh sh/run.sh - sh sh/run.sh
......
{
"http": {
"url": "http://atlasvoyages.user",
"socket": true,
"middleware": {
"session": {
"secret": "c1Ee9)5c@d15Zb(b7129"
}
}
},
"logging": {
"Console": {
"colorize": true,
"timestamp": true,
"level": "debug",
"prettyPrint": true
}
},
"mongo": {
"uri": "mongodb://127.0.0.1:27017/atlasvoyages-dev"
},
"redis": {
"url": "redis://127.0.0.1:6379",
"namespace": "ava"
},
"mailer": {
"transport": "smtp",
"options": "smtps://atlasresa%40atlasvoyages.com:atlas2000@smtp.gmail.com",
"defaults": {
"sender": "atlasresa@atlasvoyages.com"
}
},
"payments": {
"payzone": {
"merchantID": 103119,
"merchantPassword": "64N[aX<h",
"apiVersion": "002",
"links": {
"redirect": "http://ava.fractalite.com/payment-callbacks/payzone/redirect",
"notification": "http://ava.fractalite.com/payment-callbacks/payzone/notification",
"base": "https://paiement.payzone.ma",
"api": "https://api.payzone.ma"
}
}
},
"apollo": {
"base": "http://apollo.fractalite.com",
"resolve-airlines": "/airlines?qt=codes&codes=:codes",
"resolve-airports": "/airports?qt=codes&codes=:codes",
"resolve-aircrafts": "/aircrafts?qt=codes&codes=:codes"
},
"html": {
"analytics": {
"ga": {
"id": "UA-42568632-1",
"domain": "auto"
}
}
},
"hermes": {
"attUsers": true,
"key": "f908763f068de785aa6d57225ca7374f1bb0cbfb1113ef8b0108d9a7",
"links": {
"base": "http://192.168.168.174:9099",
"orders": "http://hermesstay.atlasvoyages.com/orders",
"quotes": "http://hermesstay.atlasvoyages.com/quotes",
"properties": "http://192.168.168.174:9099/properties",
"destinations": "http://192.168.168.174:9099/destinations",
"profiles": "http://192.168.168.174:9099/heracles/channel/key",
"customers": "https://attws.atlasvoyages.com/services/att",
"account": "http://192.168.168.174:9099/services/payment/pay"
},
"air": {
"voucherToUser": true,
"voucherBcc": [
"resa-air@atlasvoyages.com"
],
"links": {
"base": "http://hermes-air-v2.fractalite.com",
"orders": "http://hermes-air-v2.fractalite.com/hermes/order",
"quotes": "http://hermes2.atlasvoyages.com/hermes/quote/air"
}
},
"lodge": {
"links": {
"base": "https://avapi.atlasvoyages.com/",
"quotes": "https://avapi.atlasvoyages.com/lodge/quotes",
"properties": "https://avapi.atlasvoyages.com/lodge/properties",
"orders": "https://avapi.atlasvoyages.com/orders"
},
"searchTimeout": 60
},
"hermesOrders": {
"links": {
"base": "http://192.168.168.174:9099"
}
},
"orders": {
"links": {
"base": "http://hermes-scribe.fractalite.com/"
}
},
"notification": {
"from": "atlasresa@atlasvoyages.com",
"passwd": "atlas2000",
"to": "atlasresa@atlasvoyages.com",
"bcc": "mk@fractalite.com"
}
}
}
\ No newline at end of file
{
"http": {
"url": "https://agences2.atlasvoyages.com",
"middleware": {
"session": {
"secret": "lk1jd4896?dLkd@52"
}
}
},
"logging": {
"DailyRotateFile": {
"timestamp": true,
"filename": "/mnt/logs/atlas-agences/pine.log",
"maxsize": 52428800,
"maxFiles": 10,
"json": false,
"prettyPrint": true,
"level": "debug"
}
},
"mongo": {
"uri": "mongodb://172.30.1.185:27017/atlasagences-prod"
},
"redis": {
"url": "redis://127.0.0.1:6379",
"namespace": "ava"
},
"payments": {},
"apollo":{
"base":"https://apollo.atlasvoyages.com",
"resolve-airlines":"/airlines?qt=codes&codes=:codes",
"resolve-airports":"/airports?qt=codes&codes=:codes",
"resolve-aircrafts":"/aircrafts?qt=codes&codes=:codes"
},
"html": {
"analytics":{
"ga":{
"id":"UA-42568632-1",
"domain":"auto"
}
}
},
"hermes": {
"attUsers": true,
"key": "f908763f068de785aa6d57225ca7374f1bb0cbfb1113ef8b0108d9a7",
"links": {
"base": "http://localhost:4000",
"orders": "http://hermes1.atlasvoyages.com/orders",
"quotes": "http://hermes1.atlasvoyages.com/quotes",
"properties": "http://hermes1.atlasvoyages.com/properties",
"destinations": "http://hermes1.atlasvoyages.com/destinations",
"profiles": "http://hermes1.atlasvoyages.com/heracles/channel/key",
"customers": "https://attws.atlasvoyages.com/services/att",
"account": "http://hermes1.atlasvoyages.com/services/payment/pay"
},
"air": {
"voucherToUser":true,
"voucherBcc":["resa-air@atlasvoyages.com"],
"links": {
"base": "http://hermes2.atlasvoyages.com",
"orders": "http://hermes2.atlasvoyages.com/hermes/order",
"quotes": "http://hermes2.atlasvoyages.com/hermes/quote/air"
}
},
"lodge": {
"links": {
"base": "http://localhost:4000/",
"quotes": "http://localhost:4000/lodge/quotes",
"properties": "http://localhost:4000/lodge/properties",
"orders": "http://localhost:4000/orders"
},
"searchTimeout": 60
},
"hermesOrders": {
"links": {
"base": "http://hermes1.atlasvoyages.com"
}
},
"orders": {
"links":{
"base":"https://scribe.atlasvoyages.com/"
}
},
"notification" : {
"from": "atlasresa@atlasvoyages.com",
"passwd": "atlas2000",
"to":"atlasresa@atlasvoyages.com",
"bcc":"mk@fractalite.com"
}
}
}
{
"http": {
"socket":true,
"middleware": {
"session": {
"secret": "lk1jd4896?dLkd@52"
}
}
},
"logging": {
"Console": {
"colorize": true,
"timestamp": true,
"level": "debug",
"prettyPrint": true
}
},
"mongo": {
"uri": "mongodb://127.0.0.1:27017/atlasagences-stage"
},
"redis": {
"url": "redis://127.0.0.1:6379",
"namespace": "ava"
},
"payments": {
"payzone": {
"merchantID": 103119,
"merchantPassword": "64N[aX<h",
"apiVersion": "002",
"links": {
"redirect": "http://ava.fractalite.com/payment-callbacks/payzone/redirect",
"notification": "http://ava.fractalite.com/payment-callbacks/payzone/notification",
"base": "https://paiement.payzone.ma",
"api": "https://api.payzone.ma"
}
}
},
"apollo": {
"base": "http://apollo.fractalite.com",
"resolve-airlines": "/airlines?qt=codes&codes=:codes",
"resolve-airports": "/airports?qt=codes&codes=:codes",
"resolve-aircrafts": "/aircrafts?qt=codes&codes=:codes"
},
"html": {
"analytics": {
"ga": {
"id": "UA-42568632-1",
"domain": "auto"
}
}
},
"hermes": {
"attUsers": true,
"key": "f908763f068de785aa6d57225ca7374f1bb0cbfb1113ef8b0108d9a7",
"links": {
"base": "http://192.168.168.174:9099",
"orders": "http://hermesv2.fractalite.com/orders",
"quotes": "http://hermes1.fractalite.com/quotes",
"properties": "http://192.168.168.174:9099/properties",
"destinations": "http://192.168.168.174:9099/destinations",
"profiles": "http://192.168.168.174:9099/heracles/channel/key",
"customers": "http://attservices.fractalite.com/services/att",
"account": "http://192.168.168.174:9099/services/payment/pay"
},
"air": {
"voucherToUser": true,
"voucherBcc": ["resa-air@atlasvoyages.com"],
"links": {
"base": "http://labs.fractalite.com:9999",
"orders": "http://labs.fractalite.com:9999/hermes/order",
"quotes": "http://labs.fractalite.com:9999/hermes/quote/air"
}
},
"lodge": {
"links": {
"base": "http://avapi.fractalite.com/",
"quotes": "http://avapi.fractalite.com/lodge/quotes",
"properties": "http://avapi.fractalite.com/lodge/properties",
"orders": "http://avapi.fractalite.com/orders"
},
"searchTimeout": 60
},
"hermesOrders": {
"links": {
"base": "http://192.168.168.174:9099"
}
},
"orders": {
"links": {
"base": "http://hermes-scribe.fractalite.com/"
}
},
"notification": {
"from": "atlasresa@atlasvoyages.com",
"passwd": "atlas2000",
"to": "atlasresa@atlasvoyages.com",
"bcc": "mk@fractalite.com"
}
}
}
# Cache busting for static resource
# for every query /public/path/to/9999.resource.ext
# serve /public/path/to/resource.ext
location ~* ^/public/(.+)/\d+\.([^/]+)\.(js|css|png|jpg|jpeg|gif|ico)$ {
alias {{root}}/$1/$2.$3;
add_header Vary Accept-Encoding;
expires max;
}
\ No newline at end of file
# NGINX CONF ATLAS VOYAGES
upstream node_atlasvoyage_de {
server unix:/Users/hotelia/nodejs/atlasvoyages.com/apps/atlas-voyages/http.sock;
}
server {
listen 80 default_server;
listen [::]:80 default_server;
server_name localhost:7778;
set $public /Users/hotelia/nodejs/atlasvoyages.com/apps/atlas-voyages/public;
#access_log /Users/hotelia/atlasvoyages/pine-server-old/logs/atlas-voyages.access.log;
#error_log /Users/hotelia/atlasvoyages/pine-server-old/logs/atlas-voyages.error.log;
location / {
# Set this to your upstream module.
proxy_pass http://node_atlasvoyage_de;
proxy_read_timeout 40s;
proxy_send_timeout 20s;
proxy_connect_timeout 5s;
proxy_buffers 8 32k;
proxy_buffer_size 64k;
# Proxy headers.
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
proxy_set_header X-NginX-Proxy true;
# these for for socket
# proxy_set_header Upgrade $http_upgrade;
# proxy_set_header Connection "upgrade";
# proxy_cache_bypass $http_upgrade;
proxy_set_header Connection "";
proxy_http_version 1.1;
proxy_redirect off;
}
# Cache busting for scripts
location ~ ^/scripts/(.+)/\d+\.([^/]+)\.js$ {
alias $public/scripts/$1/$2.js;
add_header Vary Accept-Encoding;
#expires max;
}
# CSS and Javascript
location ~ ^/(robots.txt|sitemap.xml|favicon.ico|img/|css/|scripts/|assets/) {
root $public;
expires 24h;
}
}
# NGINX CONF ATLAS AGENCES
upstream node_ava {
# server unix:/home/nodejs/pine-server/apps/atlas-atlasvoyages/http.sock;
server localhost:3990;
}
server {
listen 172.30.1.105:80;
server_name agences2.atlasvoyages.com;
return 301 https://agences2.atlasvoyages.com$request_uri;
}
server {
listen 172.30.1.105:443 ssl;
server_name agences2.atlasvoyages.com;
#access_log /home/nodejs/pine-server/logs/access.log;
error_log /var/log/nginx/ava.error.log;
set $public /home/nodejs/pine-server/apps/atlas-agences/public;
# Cache busting for static resource
# for every query /public/path/to/9999.resource.ext
# serve /public/path/to/resource.ext
location ~ ^/scripts/(.+)/\d+\.([^/]+)\.js$ {
alias $public/scripts/$1/$2.js;
add_header Vary Accept-Encoding;
expires max;
}
# CSS and Javascript
location ~ ^/(img/|css/) {
root $public;
expires 24h;
}
location / {
proxy_pass http://node_ava;
proxy_next_upstream error timeout http_500 http_502 http_503 http_504;
proxy_read_timeout 40s;
proxy_send_timeout 20s;
proxy_connect_timeout 5s;
proxy_buffers 8 32k;
proxy_buffer_size 64k;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
proxy_set_header X-NginX-Proxy true;
# these for for websocket
# proxy_set_header Upgrade $http_upgrade;
# proxy_set_header Connection "upgrade";
# proxy_cache_bypass $http_upgrade;
proxy_set_header Connection "";
proxy_http_version 1.1;
proxy_redirect off;
# Go to next upstream after if server down.
#proxy_cache ava;
#proxy_cache_valid 200 302 60m;
#proxy_cache_valid 404 1m;
#proxy_cache_key "$request_method$host$request_uri";
#add_header X-Cache $upstream_cache_status;
}
# hotlinking protection
location ~ \.(jpe?g|png|gif|js|css)$ {
valid_referers none blocked $server_name;
if ($invalid_referer) {
return 444;
}
}
}
upstream node_atlasvoyages {
server unix:/home/nodejs/pine-server/apps/atlas-voyages/http.sock;
}
server {
listen 80;
server_name av.fractalite.com;
access_log /home/nodejs/pine-server/logs/atlas-voyages/atlas-voyages.access.log;
error_log /home/nodejs/pine-server/logs/atlas-voyages/atlas-voyages.error.log;
set $public /home/nodejs/pine-server/apps/atlas-voyages/public;
location / {
proxy_pass http://node_atlasvoyages;
proxy_http_version 1.1;
proxy_redirect off;
proxy_read_timeout 20s;
proxy_send_timeout 20s;
proxy_buffers 8 32k;
proxy_buffer_size 64k;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
proxy_set_header X-NginX-Proxy true;
# these for for socket
# proxy_set_header Upgrade $http_upgrade;
# proxy_set_header Connection "upgrade";
# proxy_cache_bypass $http_upgrade;
proxy_set_header Connection "";
# Go to next upstream after if server down.
proxy_next_upstream error timeout http_500 http_502 http_503 http_504;
proxy_connect_timeout 5s;
# Gateway timeout.
# Buffer settings.
#proxy_cache avi;
#proxy_cache_valid 200 302 60m;
#proxy_cache_valid 404 1m;
#proxy_cache_key "$request_method$host$request_uri";
#add_header X-Cache $upstream_cache_status;
#add_header "X-UA-Compatible" "IE=Edge,chrome=1";
if ($http_user_agent ~* "facebookexternalhit/[0-9]|Twitterbot|Pinterest|Google.*snippet") {
proxy_pass http://node_atlasvoyages/robots;
}
}
# Cache busting for static resource
# for every query /public/path/to/9999.resource.ext
# serve /public/path/to/resource.ext
location ~ ^/scripts/(.+)/\d+\.([^/]+)\.js$ {
alias $public/scripts/$1/$2.js;
add_header Vary Accept-Encoding;
expires max;
}
# CSS and Javascript
location ~ ^/(img/|css/|assets/) {
expires modified +24h;
root $public;
# valid_referers none blocked $server_name;
# if ($invalid_referer) {
# return 403;
# }
}
# spam referals
}
/* empty file , just for atlasagence */
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
/**
* [Table of contents]
*
* [&. Content / #key]
* [Let press Ctrl + f and type of paste the key, then press Enter to search the content ]
*
* Summary:
*
* 0. VARIABLE LESS
* - 0.1. Color
* - 0.2. Font
* 1. MIXINS
/*=============================
===== VARIABLE LESS =====
=============================*/
/*---------- 0.1. Color ----------*/
/*---------- 0.2. Font ----------*/
/*=============================
==== END VARIABLE LESS ====
=============================*/
/*=============================
===== MIXINS =====
=============================*/
/*=============================
==== END MIXINS ====
=============================*/
/*=============================
===== KEY FRAMES =====
=============================*/
@-webkit-keyframes color-text {
0% {
background-position: 0 0;
}
100% {
background-position: 475px 0;
}
}
@keyframes color-text {
0% {
background-position: 0 0;
}
100% {
background-position: 475px 0;
}
}
@-webkit-keyframes sonarEffect {
0% {
opacity: .3;
}
40% {
opacity: .5;
box-shadow: 0 0 0 2px rgba(255, 221, 0, .1), 0 0 10px 10px rgba(255, 221, 0, .8), 0 0 0 3px rgba(255, 221, 0, .5);
}
100% {
-webkit-transform: scale(1.3);
opacity: 0;
box-shadow: 0 0 0 2px rgba(255, 221, 0, .1), 0 0 10px 10px rgba(255, 221, 0, .8), 0 0 0 3px rgba(255, 221, 0, .5);
}
}
@keyframes sonarEffect {
0% {
opacity: .3;
}
40% {
opacity: .5;
box-shadow: 0 0 0 2px rgba(255, 221, 0, .1), 0 0 10px 10px rgba(255, 221, 0, .8), 0 0 0 3px rgba(255, 221, 0, .5);
}
100% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
opacity: 0;
box-shadow: 0 0 0 2px rgba(255, 221, 0, .1), 0 0 10px 10px rgba(255, 221, 0, .8), 0 0 0 3px rgba(255, 221, 0, .5);
}
}
@-webkit-keyframes sonarEffect-2 {
0% {
opacity: .3;
}
40% {
opacity: .5;
box-shadow: 0 0 0 2px rgba(255, 221, 0, .1), 0 0 5px 7px rgba(255, 221, 0, .7), 0 0 0 3px rgba(255, 221, 0, .5);
}
100% {
-webkit-transform: scale(1.3);
opacity: 0;
box-shadow: 0 0 0 2px rgba(255, 221, 0, .1), 0 0 5px 7px rgba(255, 221, 0, .7), 0 0 0 3px rgba(255, 221, 0, .5);
}
}
@keyframes sonarEffect-2 {
0% {
opacity: .3;
}
40% {
opacity: .5;
box-shadow: 0 0 0 2px rgba(255, 221, 0, .1), 0 0 5px 7px rgba(255, 221, 0, .7), 0 0 0 3px rgba(255, 221, 0, .5);
}
100% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
opacity: 0;
box-shadow: 0 0 0 2px rgba(255, 221, 0, .1), 0 0 5px 7px rgba(255, 221, 0, .7), 0 0 0 3px rgba(255, 221, 0, .5);
}
}
@keyframes cloud_left_to_right {
0% {
left: -200%;
}
100% {
left: 0;
}
}
@-webkit-keyframes cloud_left_to_right {
0% {
left: -200%;
}
100% {
left: 0;
}
}
@keyframes cloud_right_to_left {
0% {
left: 0;
}
100% {
left: -200%;
}
}
@-webkit-keyframes cloud_right_to_left {
0% {
left: 0;
}
100% {
left: -200%;
}
}
/*=============================
===== END KEY FRAMES =====
=============================*/
.backgroundSelect{
background-color: white;
width: 70%;
line-height: 35px;
position: relative;
z-index: 1;
height: 35px;
padding: 0 1em;
text-align: left;
border: none;
border-radius: 0;
}
.BlocRooms{
float: left;
background-color: white;
width: 91%;
line-height: 35px;
position: relative;
z-index: 1;
height: 35px;
padding: 0 1em;
text-align: left;
border: none;
border-radius: 0;
}
.BlocRoomsLabel{
float: left;
margin: 10px;
margin-left: 3px;
margin-right: 8px;
}
.BlocRoomsRepeat{
width: 100%;
display: block;
}
.BlocRoomsChildSelect{
margin: 10px;
background-color: white;
width: 85%;
line-height: 35px;
position: relative;
z-index: 1;
height: 35px;
padding: 0 1em;
text-align: left;
border: none;
border-radius: 0;
display: inline-flex;
}
.BlocRoomsChild{
display: inline-flex;
}
.BlocRoomsSelects{
display: inline-block;
width: 100%;
margin-top: -10px;
margin-left: -10px;
}
.BlocRoomsChildAge{
display: inline-flex;
position: absolute;
width: 100%;
margin-top: 35px;
margin-left: -10px;
}
.ButtonSubmitHotelForm{
margin-right: 47px;
margin-bottom: 10px;
}
/**
page result hotel
*/
.ListSelectRooms{
background-color: white;
width: 54%;
line-height: 35px;
position: relative;
z-index: 1;
height: 35px;
padding: 0 1em;
text-align: left;
border: none;
border-radius: 0;
}
.Booking-btn{
display: inline-block;
padding: 0 15px;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
text-align: center;
text-transform: capitalize;
color: #ffffff;
border-radius: 50px;
background-color: #4d4d4d;
}
.TripAdviser{
position: absolute;
z-index: 10;
top: 15px;
left: 15px;
overflow: hidden;
height: 34px;
padding: 5px 15px;
cursor: pointer;
text-align: center;
text-transform: uppercase;
color: #ffffff;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
background-color: navajowhite;
}
.BlocChildAge{
display: inline-flex;
width: 100%;
}
.tripAdvisorPosition{
background-color: lightgoldenrodyellow;
bottom: 3px;
right: 10px;
position: absolute;
z-index: 10;
overflow: hidden;
height: 34px;
padding: 5px 15px;
cursor: pointer;
text-align: center;
text-transform: uppercase;
color: #ffffff;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}
/* ------------------------ mobile ----------------------- */
@media screen and (max-width: 768px) {
.mobile-filters{
width: 100%;
margin-bottom: 20px;
}
}
\ No newline at end of file
.backgroundSelect{
background-color: white;
width: 70%;
line-height: 35px;
position: relative;
z-index: 1;
height: 35px;
padding: 0 1em;
text-align: left;
border: none;
border-radius: 0;
}
.BlocRooms{
float: left;
margin: 0px;
background-color: white;
width: 91%;
line-height: 35px;
position: relative;
z-index: 1;
height: 35px;
padding: 0 1em;
text-align: left;
border: none;
border-radius: 0;
}
.BlocRoomsLabel{
float: left;
margin: 10px;
margin-left: 3px;
margin-right: 8px;
}
.BlocRoomsRepeat{
width: 100%;
display: block;
}
.BlocRoomsChildSelect{
margin: 10px;
background-color: white;
width: 85%;
line-height: 35px;
position: relative;
z-index: 1;
height: 35px;
padding: 0 1em;
text-align: left;
border: none;
border-radius: 0;
display: inline-flex;
}
.BlocRoomsChild{
display: inline-flex;
}
.BlocRoomsSelects{
display: inline-block;
width: 100%;
margin-top: -10px;
margin-left: -10px;
margin-right: -80px;
}
.BlocRoomsChildAge{
display: inline-flex;
position: absolute;
width: 100%;
margin-top: 26px;
margin-left: -10px;
}
.ButtonSubmitHotelForm{
margin-right: 47px;
margin-bottom: 10px;
}
/**
page result hotel
*/
.ListSelectRooms{
background-color: white;
width: 54%;
line-height: 35px;
position: relative;
z-index: 1;
height: 35px;
padding: 0 1em;
text-align: left;
border: none;
border-radius: 0;
}
.Booking-btn{
display: inline-block;
padding: 0 15px;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
text-align: center;
text-transform: capitalize;
color: #ffffff;
border-radius: 50px;
background-color: #4d4d4d;
}
.TripAdviser{
position: absolute;
z-index: 10;
top: 15px;
left: 15px;
overflow: hidden;
height: 34px;
padding: 5px 15px;
cursor: pointer;
text-align: center;
text-transform: uppercase;
color: #ffffff;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
background-color: navajowhite;
}
@media only screen and (max-device-width: 768px) {
.MobileCalPlPhone {
display: inline-flex;
}
}
@media only screen and (min-device-width: 768px) {
.MobileCalPlPhone {
display: none!important;
}
}
div.text-input label {
color: white;
}
This source diff could not be displayed because it is too large. You can view the blob instead.
@font-face {
font-family: "flaticon";
src: url("flaticon.eot");
src: url("flaticon.eot?#iefix") format("embedded-opentype"),
url("flaticon.woff2") format("woff2"),
url("flaticon.ttf") format("truetype"),
url("flaticon.svg#flaticon") format("svg");
font-weight: normal;
font-style: normal;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
font-family: "flaticon";
font-style: normal;
display: inline-block;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.flaticon-boat:before {
content: "\e001";
}
.flaticon-building:before {
content: "\e002";
}
.flaticon-buildings:before {
content: "\e003";
}
.flaticon-circle:before {
content: "\e004";
}
.flaticon-connection:before {
content: "\e005";
}
.flaticon-cruise:before {
content: "\e006";
}
.flaticon-cup:before {
content: "\e007";
}
.flaticon-direction:before {
content: "\e008";
}
.flaticon-drink:before {
content: "\e009";
}
.flaticon-eye:before {
content: "\e00a";
}
.flaticon-food-1:before {
content: "\e00b";
}
.flaticon-food-2:before {
content: "\e00c";
}
.flaticon-food-3:before {
content: "\e00d";
}
.flaticon-food:before {
content: "\e00e";
}
.flaticon-front:before {
content: "\e00f";
}
.flaticon-fruit:before {
content: "\e010";
}
.flaticon-interface:before {
content: "\e011";
}
.flaticon-man:before {
content: "\e012";
}
.flaticon-money-1:before {
content: "\e013";
}
.flaticon-money:before {
content: "\e014";
}
.flaticon-people-1:before {
content: "\e015";
}
.flaticon-people-2:before {
content: "\e016";
}
.flaticon-people-3:before {
content: "\e017";
}
.flaticon-people-4:before {
content: "\e018";
}
.flaticon-people-5:before {
content: "\e019";
}
.flaticon-people-6:before {
content: "\e01a";
}
.flaticon-people:before {
content: "\e01b";
}
.flaticon-security-1:before {
content: "\e01c";
}
.flaticon-security:before {
content: "\e01d";
}
.flaticon-silhouette:before {
content: "\e01e";
}
.flaticon-sport:before {
content: "\e01f";
}
.flaticon-suitcase:before {
content: "\e020";
}
.flaticon-summer:before {
content: "\e021";
}
.flaticon-technology:before {
content: "\e022";
}
.flaticon-three:before {
content: "\e023";
}
.flaticon-transport-1:before {
content: "\e024";
}
.flaticon-transport-10:before {
content: "\e025";
}
.flaticon-transport-11:before {
content: "\e026";
}
.flaticon-transport-12:before {
content: "\e027";
}
.flaticon-transport-2:before {
content: "\e028";
}
.flaticon-transport-3:before {
content: "\e029";
}
.flaticon-transport-4:before {
content: "\e02a";
}
.flaticon-transport-5:before {
content: "\e02b";
}
.flaticon-transport-6:before {
content: "\e02c";
}
.flaticon-transport-7:before {
content: "\e02d";
}
.flaticon-transport-8:before {
content: "\e02e";
}
.flaticon-transport-9:before {
content: "\e02f";
}
.flaticon-transport:before {
content: "\e030";
}
.flaticon-two:before {
content: "\e031";
}
This source diff could not be displayed because it is too large. You can view the blob instead.
<svg id="svg-filter">
<filter id="svg-blur">
<feGaussianBlur in="SourceGraphic" stdDeviation="4"></feGaussianBlur>
</filter>
</svg>
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment