landing-page.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687
  1. /*!
  2. * Start Bootstrap - Landing Page v5.0.9 (https://startbootstrap.com/theme/landing-page)
  3. * Copyright 2013-2020 Start Bootstrap
  4. * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-landing-page/blob/master/LICENSE)
  5. */
  6. body {
  7. font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  8. background-color: #e9e9e9;
  9. }
  10. h1,
  11. h2,
  12. h3,
  13. h4,
  14. h5,
  15. h6 {
  16. font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  17. font-weight: 700;
  18. }
  19. header.masthead {
  20. position: relative;
  21. background-color: #343a40;
  22. background: url("../img/bg-masthead.jpg") no-repeat center center;
  23. background-size: cover;
  24. padding-top: 8rem;
  25. padding-bottom: 8rem;
  26. }
  27. header.masthead .overlay {
  28. position: absolute;
  29. background-color: #212529;
  30. height: 100%;
  31. width: 100%;
  32. top: 0;
  33. left: 0;
  34. opacity: 0.1;
  35. }
  36. header.masthead h1 {
  37. font-size: 2rem;
  38. }
  39. @media (min-width: 768px) {
  40. header.masthead {
  41. padding-top: 12rem;
  42. padding-bottom: 12rem;
  43. }
  44. header.masthead h1 {
  45. font-size: 3rem;
  46. }
  47. }
  48. .showcase .showcase-text {
  49. padding: 3rem;
  50. }
  51. .showcase .showcase-img {
  52. min-height: 30rem;
  53. background-size: cover;
  54. }
  55. @media (min-width: 768px) {
  56. .showcase .showcase-text {
  57. padding: 7rem;
  58. }
  59. }
  60. .features-icons {
  61. background-color: #bac9d0;
  62. }
  63. .features-icons .features-icons-item {
  64. background-color: rgba(255, 255, 255, 0.5);
  65. padding: 2%;
  66. }
  67. .features-icons .features-icons-item .features-icons-icon {
  68. height: 7rem;
  69. }
  70. .features-icons .features-icons-item .features-icons-icon i {
  71. font-size: 4.5rem;
  72. }
  73. .features-icons .features-icons-item:hover .features-icons-icon i {
  74. font-size: 5rem;
  75. }
  76. .testimonials .testimonial-item {
  77. max-width: 18rem;
  78. }
  79. .testimonials .testimonial-item img {
  80. width: 10rem;
  81. height: 10rem;
  82. box-shadow: 0px 5px 5px 0px #adb5bd;
  83. }
  84. .call-to-action {
  85. position: relative;
  86. background-color: #343a40;
  87. background: url("../img/bg-masthead.jpg") no-repeat center center;
  88. background-size: cover;
  89. padding-top: 7rem;
  90. padding-bottom: 7rem;
  91. }
  92. .call-to-action .overlay {
  93. position: absolute;
  94. background-color: #212529;
  95. height: 100%;
  96. width: 100%;
  97. top: 0;
  98. left: 0;
  99. opacity: 0.3;
  100. }
  101. footer.footer {
  102. padding-top: 4rem;
  103. padding-bottom: 4rem;
  104. }
  105. #search {
  106. background-color: black;
  107. background: url(../img/bg-masthead.jpg) no-repeat center center;
  108. background-size: cover;
  109. }
  110. #search-options {
  111. position: relative;
  112. width: 100%;
  113. margin-left: auto;
  114. margin-right: auto;
  115. }
  116. @media (min-width: 768px) {
  117. #search-options {
  118. width: 50%;
  119. }
  120. }
  121. .drop-down-content > select > option {
  122. background-color: #000;
  123. }
  124. .form-select-container {
  125. display: flex;
  126. justify-content: center;
  127. margin-top: 15px;
  128. }
  129. .form-select {
  130. background-color: transparent;
  131. border: 0;
  132. border-bottom: 2px solid white;
  133. margin-right: 2rem;
  134. color: #fff;
  135. font-size: 18px;
  136. text-align: center;
  137. }
  138. .form-select option {
  139. color: black;
  140. }
  141. .form-control {
  142. font-size: 24px;
  143. border-color: white;
  144. }
  145. .form-control + .input-group-append .btn {
  146. border-width: 3px;
  147. border-color: white;
  148. }
  149. #input-range {
  150. color: #fff;
  151. padding-top: 0.5rem;
  152. font-size: 18px;
  153. }
  154. #myRange {
  155. width: 20%;
  156. }
  157. .slider {
  158. -webkit-appearance: none;
  159. width: 100%;
  160. height: 10px;
  161. border-radius: 5px;
  162. background: #d3d3d3;
  163. outline: none;
  164. opacity: 0.7;
  165. -webkit-transition: 0.2s;
  166. transition: opacity 0.2s;
  167. }
  168. .slider::-webkit-slider-thumb {
  169. -webkit-appearance: none;
  170. appearance: none;
  171. width: 20px;
  172. height: 20px;
  173. border-radius: 50%;
  174. background: red;
  175. cursor: pointer;
  176. }
  177. .search-image {
  178. width: 30px;
  179. }
  180. .btn-outline-secondary {
  181. background-color: #fff;
  182. border-radius: 0;
  183. border-color: #fff;
  184. }
  185. .btn-icon {
  186. height: 24px;
  187. }
  188. .btn-icon-btn {
  189. background-color: #e7e7e7;
  190. border-color: transparent;
  191. border-radius: 0.25rem;
  192. border: 1px solid transparent;
  193. padding: 0.375rem 0.75rem;
  194. font-size: 1rem;
  195. line-height: 1.5;
  196. }
  197. #results-cont {
  198. width: 100%;
  199. margin-left: auto;
  200. margin-right: auto;
  201. padding: 2%;
  202. background-color: #e9e9e9;
  203. }
  204. #res-check {
  205. width: 100%;
  206. margin-left: auto;
  207. margin-right: auto;
  208. background-color: #e9e9e9;
  209. padding-top: 5%;
  210. }
  211. #res-table {
  212. background-color: #fff;
  213. }
  214. article {
  215. margin-bottom: 20px;
  216. }
  217. .card-header {
  218. background-color: #6c757d;
  219. color: #fff;
  220. }
  221. .row-itinerari {
  222. padding-top: 50px;
  223. padding-bottom: 50px;
  224. }
  225. .wrap-bg-img-itinerari {
  226. position: relative;
  227. min-height: 250px;
  228. height: 250px;
  229. width: auto;
  230. background-color: #244080;
  231. }
  232. .row-itinerari .card-body {
  233. text-align: center;
  234. background-color: #a71b24;
  235. height: 90px;
  236. }
  237. .card-body {
  238. -ms-flex: 1 1 auto;
  239. flex: 1 1 auto;
  240. min-height: 1px;
  241. padding: 1.25rem;
  242. }
  243. .card-title {
  244. color: #fff;
  245. line-height: 50px;
  246. }
  247. .bg-img-itinerari {
  248. position: absolute;
  249. z-index: 0;
  250. top: 0;
  251. left: 0;
  252. right: 0;
  253. bottom: 0;
  254. background-repeat: no-repeat;
  255. background-size: cover;
  256. background-position: 50% 50%;
  257. }
  258. #percorso {
  259. padding: 1% 5%;
  260. }
  261. .ico-img {
  262. margin-left: auto;
  263. margin-right: auto;
  264. }
  265. #search_fp {
  266. width: 70%;
  267. margin-left: auto;
  268. margin-right: auto;
  269. }
  270. header.masthead {
  271. padding-top: 8rem;
  272. padding-bottom: 4rem;
  273. }
  274. .more {
  275. background-color: #a71b24;
  276. color: #fff;
  277. padding: 2rem;
  278. font-size: 20px;
  279. }
  280. .slideshow {
  281. padding: 2rem;
  282. min-height: 30rem;
  283. }
  284. .slideshow-img {
  285. background-size: 35rem;
  286. height: 35rem;
  287. background-repeat: no-repeat;
  288. background-position: center;
  289. }
  290. .slideshow-text p {
  291. font-size: 16px;
  292. padding: 10%;
  293. }
  294. .ang {
  295. position: absolute;
  296. background-color: #a71b24;
  297. color: #fff;
  298. font-size: 60px;
  299. border-radius: 50%;
  300. width: 70px;
  301. height: 70px;
  302. text-align: center;
  303. line-height: 70px;
  304. }
  305. .btn-text {
  306. font-size: 10px;
  307. text-transform: uppercase;
  308. margin-bottom: 0;
  309. }
  310. .img-logo {
  311. max-height: 30px;
  312. width: auto;
  313. }
  314. #wb_Shape1 {
  315. width: 80%;
  316. margin-left: auto;
  317. margin-right: auto;
  318. background-color: #fff;
  319. }
  320. .tab-content a:link {
  321. color: #000;
  322. background-color: transparent;
  323. text-decoration: none;
  324. font-weight: bold;
  325. }
  326. .tab-content a:visited {
  327. color: #000;
  328. background-color: transparent;
  329. text-decoration: none;
  330. font-weight: bold;
  331. }
  332. .tab-content a:hover {
  333. color: #007bff;
  334. background-color: transparent;
  335. text-decoration: underline;
  336. }
  337. .tab-content h2 a:link {
  338. color: #fff;
  339. background-color: transparent;
  340. text-decoration: none;
  341. font-weight: bold;
  342. }
  343. .tab-content h2 a:visited {
  344. color: #fff;
  345. background-color: transparent;
  346. text-decoration: none;
  347. font-weight: bold;
  348. }
  349. .tab-content h2 a:hover {
  350. color: #007bff;
  351. background-color: transparent;
  352. text-decoration: underline;
  353. }
  354. table a:link {
  355. color: #000;
  356. background-color: transparent;
  357. text-decoration: none;
  358. font-weight: bold;
  359. }
  360. table a:visited {
  361. color: #000;
  362. background-color: transparent;
  363. text-decoration: none;
  364. font-weight: bold;
  365. }
  366. table a:hover {
  367. color: #007bff;
  368. background-color: transparent;
  369. text-decoration: underline;
  370. }
  371. .loader {
  372. border: 16px solid #f3f3f3; /* Light grey */
  373. border-top: 16px solid #3498db; /* Blue */
  374. border-radius: 50%;
  375. width: 120px;
  376. height: 120px;
  377. animation: spin 2s linear infinite;
  378. display: none;
  379. }
  380. @keyframes spin {
  381. 0% {
  382. transform: rotate(0deg);
  383. }
  384. 100% {
  385. transform: rotate(360deg);
  386. }
  387. }
  388. .show-loader {
  389. display: block;
  390. }
  391. .modal {
  392. display: none; /* Hidden by default */
  393. position: fixed; /* Stay in place */
  394. z-index: 2000; /* Sit on top */
  395. padding-top: 100px; /* Location of the box */
  396. left: 0;
  397. top: 0;
  398. width: 100%; /* Full width */
  399. height: 100%; /* Full height */
  400. overflow: auto; /* Enable scroll if needed */
  401. background-color: rgb(0, 0, 0); /* Fallback color */
  402. background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */
  403. }
  404. /* Modal Content */
  405. .modal-content {
  406. background-color: #fefefe;
  407. margin: auto;
  408. padding: 20px;
  409. width: 80%;
  410. }
  411. #info_link {
  412. width: 100%;
  413. }
  414. #info_ico {
  415. width: 100%;
  416. }
  417. #info_obj {
  418. width: 100%;
  419. }
  420. /* The Close Button */
  421. .close {
  422. color: #aaaaaa;
  423. float: none;
  424. font-size: 35px;
  425. font-weight: bold;
  426. text-align: right;
  427. margin-top: -13px;
  428. margin-bottom: 13px;
  429. }
  430. .close:hover,
  431. .close:focus {
  432. color: #000;
  433. text-decoration: none;
  434. cursor: pointer;
  435. }
  436. .tab {
  437. display: none; /* Hidden by default */
  438. position: fixed; /* Stay in place */
  439. z-index: 1; /* Sit on top */
  440. padding-top: 100px; /* Location of the box */
  441. padding-bottom: 100px;
  442. left: 0;
  443. top: 0;
  444. width: 100%; /* Full width */
  445. height: 100%; /* Full height */
  446. overflow: auto; /* Enable scroll if needed */
  447. background-color: #e9e9e9;
  448. }
  449. .tab-content {
  450. background-color: #fff;
  451. margin: auto;
  452. width: 80%;
  453. }
  454. #tab_container {
  455. padding: 20px;
  456. }
  457. .tab-content h2 {
  458. padding: 20px;
  459. background-color: #3f4149;
  460. color: #fff;
  461. }
  462. /* The Back Button */
  463. .back {
  464. color: #000;
  465. float: left;
  466. font-size: 20px;
  467. font-weight: bold;
  468. width: 100%;
  469. background-color: #e9e9e9;
  470. }
  471. .back:hover,
  472. .back:focus {
  473. color: #000;
  474. text-decoration: none;
  475. cursor: pointer;
  476. }
  477. #myInput {
  478. width: 80%;
  479. margin-left: auto;
  480. margin-right: auto;
  481. background-color: #e9e9e9;
  482. padding: 20px;
  483. border-radius: 10px;
  484. margin-bottom: 20px;
  485. }
  486. #copy_btn {
  487. width: 100%;
  488. max-width: 200px;
  489. margin-left: auto;
  490. margin-right: auto;
  491. }
  492. #wb_intro {
  493. max-width: 900px;
  494. margin: 0 auto;
  495. font-size: 20px;
  496. font-weight: 300;
  497. }
  498. #wb_intro h2 {
  499. text-align: center;
  500. font-size: 2.375rem;
  501. font-weight: 400;
  502. margin-bottom: 0.9375rem;
  503. }
  504. .results {
  505. display: none;
  506. margin-left: auto;
  507. margin-right: auto;
  508. min-height: 150px;
  509. border: 1px solid;
  510. background-color: #fff;
  511. border-radius: 6px;
  512. overflow: hidden;
  513. margin-bottom: 35px;
  514. }
  515. @media (min-width: 768px) {
  516. .results {
  517. width: 80%;
  518. }
  519. }
  520. .section_title {
  521. background-color: #3f4149;
  522. color: #fff;
  523. padding-top: 7px;
  524. padding-bottom: 10px;
  525. font-weight: 600;
  526. }
  527. .num_res {
  528. text-align: right;
  529. }
  530. .res {
  531. padding-top: 15px;
  532. padding-bottom: 15px;
  533. font-size: 14px;
  534. }
  535. .res:not(:last-child) {
  536. border-bottom: 1px solid #000;
  537. }
  538. .res_list {
  539. max-height: 400px;
  540. overflow: auto;
  541. }
  542. .res a:link {
  543. color: #000;
  544. background-color: transparent;
  545. text-decoration: none;
  546. font-weight: bold;
  547. }
  548. .res a:visited {
  549. color: #000;
  550. background-color: transparent;
  551. text-decoration: none;
  552. font-weight: bold;
  553. }
  554. .res a:hover {
  555. color: #C41C22;
  556. background-color: transparent;
  557. text-decoration: underline;
  558. }
  559. .res button {
  560. color: #30383f9e;
  561. font-size: 12px;
  562. }
  563. .btn-menu {
  564. color: #a7a7a7;
  565. text-transform: uppercase;
  566. }
  567. .btn-menu:hover {
  568. color: #fff;
  569. }
  570. .navbar-nav .active {
  571. color: #fff;
  572. }
  573. .sharp {
  574. background-color: #b6192447;
  575. }
  576. #advSearch {
  577. text-align: right;
  578. margin-top: -5px;
  579. margin-bottom: 5px;
  580. font-size: 17px;
  581. }
  582. #advSearch a {
  583. color: #fff;
  584. }