single-page.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755
  1. * {
  2. font-family: 'Jost', sans-serif;
  3. }
  4. body {
  5. overflow-x: hidden;
  6. }
  7. .navbar {
  8. background-color: #fff !important;
  9. padding-top: 20px;
  10. padding-bottom: 20px;
  11. }
  12. .navbar-brand {
  13. padding-left: 10%;
  14. }
  15. .navbar-brand img {
  16. width: 30px;
  17. }
  18. .logo-mobile {
  19. display: none;
  20. }
  21. .logo-desktop {
  22. display: inline;
  23. }
  24. .nav-link {
  25. color: #014248 !important;
  26. font-size: 19px;
  27. font-weight: 500;
  28. margin-left: 30px;
  29. }
  30. .nav-link:hover {
  31. color: #fc7c35 !important;
  32. }
  33. .stock-image {
  34. background-repeat: no-repeat;
  35. background-size: cover;
  36. background-position: center center;
  37. min-height: 450px;
  38. }
  39. .stock-details {
  40. background-color: #014248;
  41. }
  42. .stock-details h1 {
  43. font-size: 54px;
  44. color: #fc7c35;
  45. margin-top: 15%;
  46. margin-left: 10%;
  47. }
  48. .stock-details h2 {
  49. color: #fff;
  50. font-size: 36px;
  51. font-weight: 500;
  52. margin-left: 10%;
  53. margin-top: 5%;
  54. }
  55. .stock-details p {
  56. color: #fff;
  57. font-size: 20px;
  58. color: white;
  59. margin-left: 10%;
  60. margin-top: 5%;
  61. max-width: 80%;
  62. }
  63. .stock-icon {
  64. font-size: 28px;
  65. color: white;
  66. font-weight: 500;
  67. }
  68. .stock-icon small {
  69. display: block;
  70. margin-top: 20px;
  71. }
  72. .stock-icon-container {
  73. margin-left: 9%;
  74. margin-top: 5%;
  75. padding: 0px;
  76. margin-bottom: 15%;
  77. }
  78. .property-details {
  79. padding: 5%;
  80. padding-top: 5%;
  81. padding-right: 5%;
  82. background-color: white;
  83. font-size: 20px;
  84. color: #014248;
  85. line-height: 28px;
  86. }
  87. .property-details h3 {
  88. font-size: 36px;
  89. font-weight: 500;
  90. color: #646a6d;
  91. margin-bottom: 30px;
  92. }
  93. .property-details p {
  94. font-size: 20px;
  95. height: 310px;
  96. max-height: 310px;
  97. overflow: hidden;
  98. color: #646a6d;
  99. }
  100. .property-details a {
  101. font-size: 20px;
  102. font-weight: 500;
  103. color: #014248;
  104. text-decoration: none;
  105. }
  106. .property-details a:hover {
  107. color: #fc7c35;
  108. }
  109. .property-image {
  110. padding: 5%;
  111. background-color: white;
  112. text-align: center;
  113. }
  114. .property-image img {
  115. width: 100%;
  116. border-radius: 10px;
  117. }
  118. .slideshow-title {
  119. padding: 5%;
  120. padding-bottom: 0px;
  121. background-color: #014248;
  122. }
  123. .slideshow-title h3 {
  124. font-size: 36px;
  125. font-weight: 500;
  126. color: white;
  127. text-align: center;
  128. margin-bottom: 0%;
  129. }
  130. .slideshow {
  131. padding: 5%;
  132. background-color: #014248;
  133. overflow-x: hidden;
  134. }
  135. .thumbnails {
  136. max-width: 11500px;
  137. }
  138. .thumb-image {
  139. height: 400px;
  140. width: 450px;
  141. border-radius: 10px;
  142. display: inline-block;
  143. margin-right: 40px;
  144. background-repeat: no-repeat;
  145. background-size: cover;
  146. }
  147. .slide-left {
  148. display: block;
  149. position: absolute;
  150. left: 0px;
  151. background-color: black;
  152. width: 35px;
  153. height: 60px;
  154. font-size: 38px;
  155. color: white;
  156. text-decoration: none;
  157. text-align: center;
  158. margin-top: 160px;
  159. }
  160. .slide-left:hover {
  161. color: #fc7c35;
  162. }
  163. .slide-right {
  164. display: block;
  165. position: absolute;
  166. right: 0px;
  167. background-color: black;
  168. width: 35px;
  169. height: 60px;
  170. font-size: 38px;
  171. color: white;
  172. text-decoration: none;
  173. text-align: center;
  174. margin-top: 160px;
  175. }
  176. .slide-right:hover {
  177. color: #fc7c35;
  178. }
  179. .property-map {
  180. margin: 5%;
  181. padding: 0px;
  182. }
  183. .property-map h3 {
  184. font-size: 36px;
  185. font-weight: 500;
  186. color: #014248;
  187. margin-bottom: 3%;
  188. }
  189. #gmap {
  190. width: 90%;
  191. height: 600px;
  192. background-color: white;
  193. border: solid 1px #d9d9d9;
  194. border-radius: 10px;
  195. box-shadow: 5px 5px 5px #d9d9d9;
  196. }
  197. .property-info {
  198. margin: 5%;
  199. margin-top: 0;
  200. padding: 0px;
  201. margin-bottom: 50px;
  202. }
  203. .property-info h3 {
  204. font-size: 36px;
  205. font-weight: 500;
  206. color: #014248;
  207. float: left;
  208. margin-bottom: 3%;
  209. }
  210. .property-info h4 {
  211. font-size: 36px;
  212. font-weight: 500;
  213. color: #fc7c35;
  214. float: right;
  215. margin-bottom: 3%;
  216. margin-right: 10%;
  217. }
  218. .info {
  219. width: 90%;
  220. }
  221. .property-contact {
  222. margin: 5%;
  223. background-color: #1B1D1F;
  224. }
  225. td strong {
  226. color: #1B1D1F;
  227. }
  228. td {
  229. font-size: 20px;
  230. color: #727278;
  231. }
  232. .property-contact {
  233. background-color: #1B1D1F;
  234. margin: 0px;
  235. margin-top: 15%;
  236. padding: 5.5%;
  237. }
  238. .contact-text {
  239. color: #888989;
  240. }
  241. .contact-text h3 {
  242. color: #d9d9d9;
  243. font-size: 36px;
  244. font-weight: 500;
  245. }
  246. .contact-text p {
  247. font-size: 20px;
  248. max-width: 700px;
  249. }
  250. .contact-form input {
  251. background-color: transparent;
  252. border: solid 1px #888989;
  253. border-radius: 10px;
  254. height: 50px;
  255. color: #888989;
  256. margin-bottom: 15px;
  257. font-size: 20px;
  258. }
  259. .contact-form textarea {
  260. background-color: transparent;
  261. border: solid 1px #888989;
  262. border-radius: 10px;
  263. height: 150px;
  264. color: #888989;
  265. font-size: 20px;
  266. }
  267. .send-btn {
  268. background-color: #014248;
  269. border: none;
  270. border-radius: 5px;
  271. color: #d9d9d9;
  272. font-size: 16px;
  273. font-weight: 600;
  274. cursor: pointer;
  275. padding: 5px;
  276. padding-left: 20px;
  277. padding-right: 20px;
  278. text-align: center;
  279. margin-top: 15px;
  280. }
  281. .agent {
  282. background-color: #014248;
  283. border-radius: 20px;
  284. margin-top: -400px;
  285. padding: 5%;
  286. margin-bottom: 100px;
  287. }
  288. .agent-kep {
  289. height: 350px;
  290. width: 350px;
  291. border-radius: 20px;
  292. background-position: center;
  293. background-repeat: no-repeat;
  294. background-size: contain;
  295. }
  296. .agent-text {}
  297. .agent-text h3 {
  298. font-size: 36px;
  299. font-weight: 500;
  300. color: #d9d9d9;
  301. margin-bottom: 40px;
  302. }
  303. .agent-text p {
  304. font-size: 20px;
  305. color: #d9d9d9;
  306. }
  307. .agent-text ul {
  308. list-style: none;
  309. display: inline-block;
  310. margin: 0px;
  311. padding: 0px;
  312. }
  313. .agent-text ul li {
  314. color: #d9d9d9;
  315. list-style: none;
  316. margin: 0px;
  317. padding: 0px;
  318. display: inline-block;
  319. font-size: 24px;
  320. font-weight: 500;
  321. margin-right: 60px;
  322. margin-top: 150px;
  323. }
  324. .agent-text ul li a {
  325. color: #d9d9d9;
  326. text-decoration: none;
  327. }
  328. .agent-text ul li a:hover {
  329. color: #FC7C35;
  330. }
  331. #footer {
  332. background-color: #1B1D1F;
  333. padding-left: 5%;
  334. padding-right: 5%;
  335. }
  336. #footer .footer-left {
  337. border-top: solid 1px #d9d9d9;
  338. text-align: left;
  339. padding-top: 20px;
  340. padding-bottom: 20px;
  341. font-size: 18px;
  342. font-weight: 600;
  343. color: #d9d9d9;
  344. }
  345. #footer .footer-right {
  346. border-top: solid 1px #d9d9d9;
  347. text-align: right;
  348. padding-top: 20px;
  349. padding-bottom: 20px;
  350. font-size: 18px;
  351. font-weight: 600;
  352. color: #d9d9d9;
  353. }
  354. #footer a {
  355. text-decoration: none;
  356. color: #d9d9d9;
  357. }
  358. .table-responsive-sm {
  359. display: none;
  360. }
  361. .error {
  362. border: solid 1px #ff0000 !important;
  363. }
  364. .error-message {
  365. display: none;
  366. width: 100%;
  367. height: auto;
  368. padding: 10px;
  369. padding-left: 15px;
  370. padding-right: 5px;
  371. background-color: #c77b7b;
  372. color: white;
  373. font-family: 'Open Sans';
  374. font-size: 12px;
  375. font-weight: normal;
  376. font-style: normal;
  377. font-stretch: normal;
  378. line-height: 2;
  379. letter-spacing: normal;
  380. }
  381. .success-message {
  382. display: none;
  383. width: 100%;
  384. height: auto;
  385. padding: 10px;
  386. background-color: #FC7C35;
  387. color: white;
  388. font-family: 'Open Sans';
  389. font-size: 12px;
  390. font-weight: normal;
  391. font-style: normal;
  392. font-stretch: normal;
  393. line-height: 2;
  394. letter-spacing: normal;
  395. }
  396. .showonmobile {
  397. display: none;
  398. }
  399. .showondesktop {
  400. display: block;
  401. }
  402. @media screen and (max-width: 900px) {
  403. *:focus {
  404. outline: 0 !important;
  405. outline-style: none !important;
  406. box-shadow: none !important;
  407. border-color: transparent !important;
  408. background-color: transparent !important;
  409. color: white;
  410. }
  411. .navbar-collapse {
  412. background-color: #1B1D1F;
  413. margin-left: -12px;
  414. margin-right: -12px;
  415. text-align: center;
  416. padding-top: 10px;
  417. padding-bottom: 10px;
  418. }
  419. .navbar-nav {
  420. margin-left: -35px;
  421. }
  422. .navbar-brand {
  423. padding-bottom: 20px;
  424. }
  425. .showonmobile {
  426. display: block;
  427. }
  428. .showondesktop {
  429. display: none;
  430. }
  431. .table-responsive-sm {
  432. display: block;
  433. }
  434. .navbar-light .navbar-toggler {
  435. border: none;
  436. padding-bottom: 20px;
  437. outline: none;
  438. }
  439. .navbar-light .navbar-toggler::-moz-focus-inner {
  440. border: 0;
  441. }
  442. #tanacsado {
  443. margin-right: -20px;
  444. margin-left: -20px;
  445. }
  446. .agent {
  447. margin-top: 0px;
  448. margin-bottom: 50px;
  449. border-radius: 0px;
  450. padding-top: 50px;
  451. }
  452. .agent-kep {
  453. height: 325px;
  454. width: 100%;
  455. margin-left: 0px;
  456. background-repeat: no-repeat;
  457. background-size: cover;
  458. background-position: center center;
  459. border-radius: 10px;
  460. }
  461. .agent-text h3 {
  462. margin-top: 25px;
  463. font-size: 30px;
  464. }
  465. .agent-text p {
  466. font-size: 18px;
  467. }
  468. .agent-text ul li {
  469. margin-top: 25px;
  470. font-size: 20px;
  471. }
  472. .footer-left {
  473. width: 70%;
  474. }
  475. .footer-right {
  476. width: 30%;
  477. }
  478. .thumbnails {
  479. margin-left: -20px;
  480. }
  481. .thumb-image {
  482. height: 283px;
  483. border-radius: 0px;
  484. }
  485. .slideshow {
  486. /*padding-top: 50px;*/
  487. padding-bottom: 50px;
  488. }
  489. .slideshow h3 {
  490. font-size: 20px;
  491. margin-bottom: 50px;
  492. }
  493. .slideshow-title h3 {
  494. font-size: 20px;
  495. margin-top: 50px;
  496. margin-bottom: 50px;
  497. }
  498. .table-responsive-xl {
  499. max-height: 10px;
  500. }
  501. .table-responsive-lg {
  502. max-height: 10px;
  503. }
  504. .table-responsive-md {
  505. max-height: 10px;
  506. }
  507. .table-responsive-sm {
  508. overflow-x: unset !important;
  509. }
  510. .slide-left {
  511. margin-top: 120px;
  512. }
  513. .slide-right {
  514. margin-top: 120px;
  515. }
  516. td {
  517. font-size: 18px;
  518. }
  519. .stock-details h1 {
  520. margin-left: 25px;
  521. margin-top: 50px;
  522. font-size: 42px;
  523. }
  524. .stock-details h2 {
  525. margin-left: 25px;
  526. font-size: 30px;
  527. }
  528. .stock-details p {
  529. margin-left: 25px;
  530. font-size: 18px;
  531. }
  532. .stock-icon-container {
  533. margin-left: 25px;
  534. margin-top: 50px;
  535. margin-bottom: 50px;
  536. }
  537. .stock-icon img {
  538. width: 45px;
  539. }
  540. .stock-icon small {
  541. font-size: 20px;
  542. }
  543. .navbar {
  544. background-color: #014248 !important;
  545. padding-top: 20px;
  546. padding-bottom: 0px;
  547. }
  548. .navbar-toggler-icon {
  549. background-image: url('../images/menu.png') !important;
  550. }
  551. .nav-link {
  552. color: white !important;
  553. }
  554. .stock-image {
  555. background-repeat: no-repeat;
  556. background-size: cover;
  557. background-position: center center;
  558. height: 280px;
  559. min-height: 280px;
  560. }
  561. .property-image {
  562. display: none;
  563. }
  564. .property-details h3 {
  565. font-size: 30px;
  566. margin-bottom: 25px;
  567. }
  568. .property-details {
  569. font-size: 18px;
  570. padding-top: 50px;
  571. padding-bottom: 50px;
  572. padding-left: 25px;
  573. padding-right: 25px;
  574. }
  575. .property-map {
  576. margin-top: 50px;
  577. margin-bottom: 50px;
  578. margin-left: 20px;
  579. margin-right: 25px;
  580. }
  581. #gmap {
  582. height: 315px;
  583. }
  584. .property-map h3 {
  585. margin-bottom: 25px;
  586. font-size: 30px;
  587. width: 97%;
  588. }
  589. .property-info {
  590. margin-top: 0px;
  591. margin-bottom: 0px;
  592. margin-left: 25px;
  593. margin-right: 25px;
  594. }
  595. .property-info h3 {
  596. font-size: 30px;
  597. margin-bottom: 25px;
  598. }
  599. .property-info h4 {
  600. font-size: 26px;
  601. margin-bottom: 25px;
  602. float: left;
  603. }
  604. .contact-text {
  605. margin-top: 50px;
  606. margin-left: 5px;
  607. margin-right: 5px;
  608. }
  609. .contact-text h3 {
  610. font-size: 30px;
  611. }
  612. .contact-text p {
  613. font-size: 18px;
  614. }
  615. .contact-form {
  616. margin-bottom: 50px;
  617. }
  618. .contact-form input {
  619. font-size: 18px;
  620. }
  621. .logo-mobile {
  622. display: inline;
  623. }
  624. .logo-desktop {
  625. display: none;
  626. }
  627. .property-contact {
  628. padding-top: 0px;
  629. }
  630. }