single-page.css 18 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139
  1. * {
  2. font-family: 'Jost', sans-serif;
  3. }
  4. body {
  5. overflow-x: hidden;
  6. }
  7. #portfolio .thumbnails a {
  8. text-decoration: none;
  9. }
  10. .rock3dframe {
  11. text-align: center;
  12. margin-top: 120px;
  13. }
  14. #rock3dEmbed {
  15. display: block;
  16. }
  17. #rock3dMobileEmbed {
  18. display: none;
  19. }
  20. #rock3dTitle {
  21. display: block;
  22. position: absolute;
  23. z-index: -1;
  24. background-color: #014248;
  25. color: white;
  26. font-size: 34px;
  27. font-weight: bold;
  28. padding: 50px;
  29. padding-left: 8%;
  30. width: 50%;
  31. height: 565px;
  32. margin-left: 5%;
  33. margin-top: -125px;
  34. }
  35. .rock3dLabel {
  36. font-size: 26px;
  37. color: #014248;
  38. font-weight: bold;
  39. margin-top: 40px;
  40. margin-bottom: 40px;
  41. }
  42. #rock3dInfo {
  43. margin-top: 80px;
  44. margin-bottom: 80px;
  45. }
  46. .rock3dblockLeft {
  47. padding-left: 10%;
  48. padding-right: 5%;
  49. }
  50. .rock3dblockCenter {
  51. padding-left: 8%;
  52. padding-right: 8%;
  53. }
  54. .rock3dblockRight {
  55. padding-right: 10%;
  56. padding-left: 5%;
  57. }
  58. .rock3dblockLeft i {
  59. font-size: 42px;
  60. color: #646a6d;
  61. }
  62. .rock3dblockCenter i {
  63. font-size: 42px;
  64. color: #646a6d;
  65. }
  66. .rock3dblockRight i {
  67. font-size: 42px;
  68. color: #646a6d;
  69. }
  70. .rock3dblockLeft p {
  71. font-size: 20px;
  72. color: #646a6d;
  73. }
  74. .rock3dblockCenter p {
  75. font-size: 20px;
  76. color: #646a6d;
  77. }
  78. .rock3dblockRight p {
  79. font-size: 20px;
  80. color: #646a6d;
  81. }
  82. .navbar {
  83. display: none;
  84. background-color: #fff !important;
  85. padding-top: 20px;
  86. padding-bottom: 20px;
  87. }
  88. .navbar-brand {
  89. padding-left: 10%;
  90. }
  91. .navbar-brand img {
  92. width: 30px;
  93. }
  94. .logo-mobile {
  95. display: none;
  96. }
  97. .logo-desktop {
  98. display: inline;
  99. }
  100. .nav-link {
  101. color: #014248 !important;
  102. font-size: 19px;
  103. font-weight: 500;
  104. margin-left: 30px;
  105. }
  106. .nav-link:hover {
  107. color: #fc7c35 !important;
  108. }
  109. .stock-image {
  110. background-repeat: no-repeat;
  111. background-size: cover;
  112. background-position: center center;
  113. min-height: 450px;
  114. }
  115. .stock-details {
  116. background-color: #014248;
  117. }
  118. .stock-details h1 {
  119. font-size: 54px;
  120. color: #fc7c35;
  121. margin-top: 15%;
  122. margin-left: 10%;
  123. }
  124. .stock-details h2 {
  125. color: #fff;
  126. font-size: 36px;
  127. font-weight: 500;
  128. margin-left: 10%;
  129. margin-top: 5%;
  130. width: 80%;
  131. }
  132. .stock-details p {
  133. color: #fff;
  134. font-size: 20px;
  135. color: white;
  136. margin-left: 10%;
  137. margin-top: 5%;
  138. max-width: 80%;
  139. }
  140. .stock-icon {
  141. font-size: 28px;
  142. color: white;
  143. font-weight: 500;
  144. }
  145. .stock-icon small {
  146. display: block;
  147. margin-top: 20px;
  148. }
  149. .stock-icon img {
  150. width: 52px;
  151. height: 52px;
  152. }
  153. .stock-icon-container {
  154. margin-left: 9%;
  155. margin-top: 5%;
  156. padding: 0px;
  157. margin-bottom: 15%;
  158. }
  159. .property-details {
  160. padding: 5%;
  161. padding-top: 5%;
  162. padding-right: 5%;
  163. background-color: white;
  164. font-size: 20px;
  165. color: #014248;
  166. line-height: 28px;
  167. }
  168. .property-details h3 {
  169. font-size: 36px;
  170. font-weight: 500;
  171. color: #014248;
  172. margin-bottom: 30px;
  173. }
  174. .property-details p {
  175. font-size: 20px;
  176. height: 310px;
  177. max-height: 310px;
  178. overflow: hidden;
  179. color: #646a6d;
  180. }
  181. .property-details a {
  182. font-size: 20px;
  183. font-weight: 500;
  184. color: #014248;
  185. text-decoration: none;
  186. }
  187. .property-details a:hover {
  188. color: #fc7c35;
  189. }
  190. .property-image {
  191. padding: 5%;
  192. background-color: white;
  193. text-align: center;
  194. }
  195. .property-image img {
  196. width: 100%;
  197. border-radius: 4px;
  198. }
  199. .slideshow-title {
  200. padding: 5%;
  201. padding-bottom: 0px;
  202. background-color: #f9fafb;
  203. }
  204. .slideshow-title h3 {
  205. font-size: 36px;
  206. font-weight: 500;
  207. color: #014248;
  208. text-align: center;
  209. margin-bottom: 0%;
  210. }
  211. .slideshow {
  212. padding: 5%;
  213. background-color: #f9fafb;
  214. overflow-x: hidden;
  215. }
  216. .thumbnails {
  217. max-width: 40000px;
  218. }
  219. .thumb-image {
  220. height: 400px;
  221. width: 450px;
  222. border-radius: 4px;
  223. display: inline-block;
  224. margin-right: 40px;
  225. background-repeat: no-repeat;
  226. background-size: cover;
  227. }
  228. .slide-left {
  229. display: block;
  230. position: absolute;
  231. left: 0px;
  232. background-color: #014248;
  233. width: 35px;
  234. height: 60px;
  235. font-size: 38px;
  236. color: white;
  237. text-decoration: none;
  238. text-align: center;
  239. margin-top: 160px;
  240. }
  241. .slide-left:hover {
  242. color: #fc7c35;
  243. background-color: #014248 !important;
  244. }
  245. .slide-right {
  246. display: block;
  247. position: absolute;
  248. right: 0px;
  249. background-color: #014248;
  250. width: 35px;
  251. height: 60px;
  252. font-size: 38px;
  253. color: white;
  254. text-decoration: none;
  255. text-align: center;
  256. margin-top: 160px;
  257. }
  258. .slide-right:hover {
  259. color: #fc7c35;
  260. background-color: #014248 !important;
  261. }
  262. .property-map {
  263. margin: 5%;
  264. padding: 0px;
  265. }
  266. .property-map h3 {
  267. font-size: 36px;
  268. font-weight: 500;
  269. color: #014248;
  270. margin-bottom: 3%;
  271. }
  272. #gmap {
  273. width: 90%;
  274. height: 600px;
  275. background-color: white;
  276. border: solid 1px #d9d9d9;
  277. border-radius: 4px;
  278. box-shadow: 5px 5px 5px #d9d9d9;
  279. }
  280. .property-info {
  281. margin: 5%;
  282. margin-top: 0;
  283. padding: 0px;
  284. margin-bottom: 25px;
  285. }
  286. .property-info h3 {
  287. font-size: 36px;
  288. font-weight: 500;
  289. color: #014248;
  290. float: left;
  291. margin-bottom: 3%;
  292. }
  293. .property-info h4 {
  294. font-size: 36px;
  295. font-weight: 500;
  296. color: #fc7c35;
  297. float: right;
  298. margin-bottom: 3%;
  299. margin-right: 10%;
  300. }
  301. .info {
  302. width: 90%;
  303. }
  304. .property-contact {
  305. margin: 5%;
  306. background-color: #1B1D1F;
  307. }
  308. td strong {
  309. color: #1B1D1F;
  310. }
  311. td {
  312. font-size: 20px;
  313. color: #727278;
  314. }
  315. .property-contact {
  316. background-color: #1B1D1F;
  317. margin: 0px;
  318. margin-top: 350px;
  319. padding: 5.5%;
  320. }
  321. .contact-text {
  322. color: #888989;
  323. }
  324. .contact-text h3 {
  325. color: #d9d9d9;
  326. font-size: 36px;
  327. font-weight: 500;
  328. }
  329. .contact-text p {
  330. font-size: 20px;
  331. max-width: 700px;
  332. }
  333. .contact-form input {
  334. background-color: transparent;
  335. border: solid 1px #888989;
  336. border-radius: 10px;
  337. height: 50px;
  338. color: #888989;
  339. margin-bottom: 15px;
  340. font-size: 20px;
  341. }
  342. .contact-form input:focus {
  343. background-color: #fff !important;
  344. }
  345. .contact-form textarea:focus {
  346. background-color: #fff !important;
  347. }
  348. .contact-form textarea {
  349. background-color: transparent;
  350. border: solid 1px #888989;
  351. border-radius: 10px;
  352. height: 150px;
  353. color: #888989;
  354. font-size: 20px;
  355. }
  356. .send-btn {
  357. background-color: #014248;
  358. border: none;
  359. border-radius: 4px;
  360. color: #d9d9d9;
  361. font-size: 16px;
  362. font-weight: 600;
  363. cursor: pointer;
  364. padding: 5px;
  365. padding-left: 20px;
  366. padding-right: 20px;
  367. text-align: center;
  368. margin-top: 15px;
  369. }
  370. .agent {
  371. background-color: #014248;
  372. border-radius: 4px;
  373. margin-top: -400px;
  374. padding: 5%;
  375. margin-bottom: 100px;
  376. }
  377. .agent-kep {
  378. height: 350px;
  379. width: 350px;
  380. border-radius: 4px;
  381. background-position: center;
  382. background-repeat: no-repeat;
  383. background-size: cover;
  384. }
  385. .agent-text {
  386. margin-left: 90px;
  387. }
  388. .agent-text h3 {
  389. font-size: 36px;
  390. font-weight: 500;
  391. color: #d9d9d9;
  392. margin-bottom: 40px;
  393. }
  394. .agent-text p {
  395. font-size: 20px;
  396. color: #d9d9d9;
  397. }
  398. .agent-text ul {
  399. list-style: none;
  400. display: inline-block;
  401. margin: 0px;
  402. padding: 0px;
  403. }
  404. .agent-text ul li {
  405. color: #d9d9d9;
  406. list-style: none;
  407. margin: 0px;
  408. padding: 0px;
  409. display: inline-block;
  410. font-size: 24px;
  411. font-weight: 500;
  412. margin-right: 60px;
  413. margin-top: 60px;
  414. }
  415. .agent-text ul li a {
  416. color: #d9d9d9;
  417. text-decoration: none;
  418. }
  419. .agent-text ul li a:hover {
  420. color: #FC7C35;
  421. }
  422. #footer {
  423. background-color: #1B1D1F;
  424. padding-left: 5%;
  425. padding-right: 5%;
  426. }
  427. #footer .footer-left {
  428. border-top: solid 1px #d9d9d9;
  429. text-align: left;
  430. padding-top: 20px;
  431. padding-bottom: 20px;
  432. font-size: 18px;
  433. font-weight: 600;
  434. color: #d9d9d9;
  435. }
  436. #footer .footer-right {
  437. border-top: solid 1px #d9d9d9;
  438. text-align: right;
  439. padding-top: 20px;
  440. padding-bottom: 20px;
  441. font-size: 18px;
  442. font-weight: 600;
  443. color: #d9d9d9;
  444. }
  445. #footer a {
  446. text-decoration: none;
  447. color: #d9d9d9;
  448. }
  449. .table-responsive-sm {
  450. display: none;
  451. }
  452. .error {
  453. border: solid 1px #ff0000 !important;
  454. }
  455. .error-message {
  456. display: none;
  457. width: 100%;
  458. height: auto;
  459. padding: 10px;
  460. padding-left: 15px;
  461. padding-right: 5px;
  462. background-color: #c77b7b;
  463. color: white;
  464. font-family: 'Open Sans';
  465. font-size: 12px;
  466. font-weight: normal;
  467. font-style: normal;
  468. font-stretch: normal;
  469. line-height: 2;
  470. letter-spacing: normal;
  471. }
  472. .success-message {
  473. display: none;
  474. width: 100%;
  475. height: auto;
  476. padding: 10px;
  477. background-color: #FC7C35;
  478. color: white;
  479. font-family: 'Open Sans';
  480. font-size: 12px;
  481. font-weight: normal;
  482. font-style: normal;
  483. font-stretch: normal;
  484. line-height: 2;
  485. letter-spacing: normal;
  486. }
  487. .showonmobile {
  488. display: none;
  489. }
  490. .showondesktop {
  491. display: block;
  492. }
  493. @media screen and (max-width: 1030px) {
  494. #rock3dEmbed {
  495. display: none;
  496. }
  497. #rock3dMobileEmbed {
  498. display: block;
  499. }
  500. #rock3dMobileEmbed {
  501. display: block;
  502. }
  503. .rock3dframer {
  504. background-color: #014248;
  505. height: 300px;
  506. }
  507. .rock3dframer h4 {
  508. color: white;
  509. font-size: 26px;
  510. font-weight: bold;
  511. text-align: center;
  512. padding-top: 50px;
  513. margin-bottom: 0px;
  514. }
  515. .rock3dembedder {
  516. margin-top: -180px;
  517. text-align: center;
  518. }
  519. .rock3dembedder iframe {
  520. width: 95% !important;
  521. }
  522. .rock3dLabel {
  523. font-size: 26px;
  524. margin-top: 20px;
  525. margin-bottom: 20px;
  526. }
  527. .rock3dblockLeft {
  528. text-align: left;
  529. margin-top: 40px;
  530. padding: 0px;
  531. padding-left: 20px;
  532. }
  533. .rock3dblockCenter {
  534. text-align: left;
  535. margin-top: 40px;
  536. padding: 0px;
  537. padding-left: 20px;
  538. }
  539. .rock3dblockRight {
  540. text-align: left;
  541. margin-top: 40px;
  542. padding: 0px;
  543. padding-left: 20px;
  544. padding-bottom: 50px;
  545. }
  546. .rock3dblockLeft i {
  547. font-size: 32px;
  548. color: #646a6d;
  549. }
  550. .rock3dblockCenter i {
  551. font-size: 32px;
  552. color: #646a6d;
  553. }
  554. .rock3dblockRight i {
  555. font-size: 32px;
  556. color: #646a6d;
  557. }
  558. .rock3dblockLeft p {
  559. font-size: 20px;
  560. color: #646a6d;
  561. }
  562. .rock3dblockCenter p {
  563. font-size: 20px;
  564. color: #646a6d;
  565. }
  566. .rock3dblockRight p {
  567. font-size: 20px;
  568. color: #646a6d;
  569. }
  570. .property-info {
  571. margin-top: 0px;
  572. margin-bottom: 0px;
  573. margin-left: 25px;
  574. margin-right: 25px;
  575. }
  576. .property-info h3 {
  577. font-size: 30px;
  578. margin-bottom: 25px;
  579. }
  580. .property-info h4 {
  581. font-size: 26px;
  582. margin-bottom: 25px;
  583. float: left;
  584. clear: both;
  585. }
  586. .agent-text {
  587. margin-left: 0px;
  588. }
  589. .property-contact {
  590. padding: 0px;
  591. padding-top: 0px;
  592. margin-top: 50px;
  593. }
  594. .showonmobile {
  595. display: block;
  596. }
  597. .showondesktop {
  598. display: none;
  599. }
  600. /*.agent {
  601. margin-top: 50px;
  602. }*/
  603. #tanacsado {
  604. margin-left: 0px;
  605. margin-right: 0px;
  606. }
  607. .agent {
  608. margin-top: 0px;
  609. margin-bottom: 50px;
  610. border-radius: 0px;
  611. padding-top: 70px;
  612. padding-left: 50px;
  613. padding-right: 50px;
  614. }
  615. .agent-kep {
  616. height: 325px;
  617. width: 100%;
  618. margin-left: 0px;
  619. background-repeat: no-repeat;
  620. background-size: cover;
  621. background-position: center center;
  622. border-radius: 4px;
  623. }
  624. .agent-text h3 {
  625. margin-top: 25px;
  626. font-size: 30px;
  627. }
  628. .agent-text p {
  629. font-size: 18px;
  630. }
  631. .agent-text ul li {
  632. margin-top: 25px;
  633. font-size: 16px;
  634. }
  635. #kapcsolat {
  636. padding-left: 25px;
  637. padding-right: 25px;
  638. padding-bottom: 50px;
  639. }
  640. }
  641. @media screen and (max-width: 900px) {
  642. *:focus {
  643. outline: 0 !important;
  644. outline-style: none !important;
  645. box-shadow: none !important;
  646. border-color: transparent !important;
  647. background-color: transparent !important;
  648. color: white;
  649. }
  650. #rock3dEmbed {
  651. display: none;
  652. }
  653. #rock3dMobileEmbed {
  654. display: block;
  655. }
  656. .rock3dframer {
  657. background-color: #014248;
  658. height: 300px;
  659. }
  660. .rock3dframer h4 {
  661. color: white;
  662. font-size: 26px;
  663. font-weight: bold;
  664. text-align: center;
  665. padding-top: 50px;
  666. margin-bottom: 0px;
  667. }
  668. .rock3dembedder {
  669. margin-top: -180px;
  670. text-align: center;
  671. }
  672. .rock3dembedder iframe {
  673. width: 95% !important;
  674. }
  675. .rock3dLabel {
  676. font-size: 26px;
  677. margin-top: 20px;
  678. margin-bottom: 20px;
  679. }
  680. .rock3dblockLeft {
  681. text-align: left;
  682. margin-top: 40px;
  683. padding: 0px;
  684. padding-left: 20px;
  685. }
  686. .rock3dblockCenter {
  687. text-align: left;
  688. margin-top: 40px;
  689. padding: 0px;
  690. padding-left: 20px;
  691. }
  692. .rock3dblockRight {
  693. text-align: left;
  694. margin-top: 40px;
  695. padding: 0px;
  696. padding-left: 20px;
  697. padding-bottom: 50px;
  698. }
  699. .rock3dblockLeft i {
  700. font-size: 32px;
  701. color: #646a6d;
  702. }
  703. .rock3dblockCenter i {
  704. font-size: 32px;
  705. color: #646a6d;
  706. }
  707. .rock3dblockRight i {
  708. font-size: 32px;
  709. color: #646a6d;
  710. }
  711. .rock3dblockLeft p {
  712. font-size: 20px;
  713. color: #646a6d;
  714. }
  715. .rock3dblockCenter p {
  716. font-size: 20px;
  717. color: #646a6d;
  718. }
  719. .rock3dblockRight p {
  720. font-size: 20px;
  721. color: #646a6d;
  722. }
  723. .navbar-collapse {
  724. background-color: #1B1D1F;
  725. margin-left: -12px;
  726. margin-right: -12px;
  727. text-align: center;
  728. padding-top: 10px;
  729. padding-bottom: 10px;
  730. }
  731. .navbar-nav {
  732. margin-left: -35px;
  733. }
  734. .navbar-brand {
  735. padding-bottom: 20px;
  736. }
  737. .showonmobile {
  738. display: block;
  739. }
  740. .showondesktop {
  741. display: none;
  742. }
  743. .table-responsive-sm {
  744. display: block;
  745. }
  746. .navbar-light .navbar-toggler {
  747. border: none;
  748. padding-bottom: 20px;
  749. outline: none;
  750. }
  751. .navbar-light .navbar-toggler::-moz-focus-inner {
  752. border: 0;
  753. }
  754. #tanacsado {
  755. margin-right: -20px;
  756. margin-left: -20px;
  757. }
  758. .agent {
  759. margin-top: 0px;
  760. margin-bottom: 50px;
  761. border-radius: 0px;
  762. padding-top: 70px;
  763. padding-left: 50px;
  764. padding-right: 50px;
  765. }
  766. .agent-kep {
  767. height: 325px;
  768. width: 100%;
  769. margin-left: 0px;
  770. background-repeat: no-repeat;
  771. background-size: cover;
  772. background-position: center center;
  773. border-radius: 4px;
  774. }
  775. .agent-text h3 {
  776. margin-top: 25px;
  777. font-size: 30px;
  778. }
  779. .agent-text p {
  780. font-size: 18px;
  781. }
  782. .agent-text ul li {
  783. margin-top: 25px;
  784. font-size: 16px;
  785. }
  786. .footer-left {
  787. width: 70%;
  788. }
  789. .footer-right {
  790. width: 30%;
  791. }
  792. .thumbnails {
  793. margin-left: -20px;
  794. }
  795. .thumb-image {
  796. height: 283px;
  797. border-radius: 0px;
  798. }
  799. .slideshow {
  800. /*padding-top: 50px;*/
  801. padding-bottom: 50px;
  802. }
  803. .slideshow h3 {
  804. font-size: 20px;
  805. margin-bottom: 50px;
  806. }
  807. .slideshow-title h3 {
  808. font-size: 20px;
  809. margin-top: 50px;
  810. margin-bottom: 50px;
  811. }
  812. .table-responsive-xl {
  813. max-height: 10px;
  814. }
  815. .table-responsive-lg {
  816. max-height: 10px;
  817. }
  818. .table-responsive-md {
  819. max-height: 10px;
  820. }
  821. .table-responsive-sm {
  822. overflow-x: unset !important;
  823. }
  824. .slide-left {
  825. margin-top: 120px;
  826. }
  827. .slide-right {
  828. margin-top: 120px;
  829. }
  830. td {
  831. font-size: 18px;
  832. }
  833. .stock-details h1 {
  834. margin-left: 25px;
  835. margin-top: 50px;
  836. font-size: 42px;
  837. }
  838. .stock-details h2 {
  839. margin-left: 25px;
  840. font-size: 30px;
  841. }
  842. .stock-details p {
  843. margin-left: 25px;
  844. font-size: 18px;
  845. }
  846. .stock-icon-container {
  847. margin-left: 25px;
  848. margin-top: 50px;
  849. margin-bottom: 50px;
  850. }
  851. .stock-icon img {
  852. width: 45px;
  853. }
  854. .stock-icon small {
  855. font-size: 20px;
  856. }
  857. .navbar {
  858. display: block;
  859. background-color: #014248 !important;
  860. padding-top: 20px;
  861. padding-bottom: 0px;
  862. }
  863. .navbar-toggler-icon {
  864. background-image: url('../images/menu.png') !important;
  865. }
  866. .nav-link {
  867. color: white !important;
  868. }
  869. .stock-image {
  870. background-repeat: no-repeat;
  871. background-size: cover;
  872. background-position: center center;
  873. height: 280px;
  874. min-height: 280px;
  875. }
  876. .property-image {
  877. display: none;
  878. }
  879. .property-details h3 {
  880. font-size: 30px;
  881. margin-bottom: 25px;
  882. }
  883. .property-details {
  884. font-size: 18px;
  885. padding-top: 50px;
  886. padding-bottom: 50px;
  887. padding-left: 25px;
  888. padding-right: 25px;
  889. }
  890. .property-map {
  891. margin-top: 50px;
  892. margin-bottom: 50px;
  893. margin-left: 20px;
  894. margin-right: 25px;
  895. }
  896. #gmap {
  897. height: 315px;
  898. }
  899. .property-map h3 {
  900. margin-bottom: 25px;
  901. font-size: 30px;
  902. width: 95%;
  903. }
  904. .property-info {
  905. margin-top: 0px;
  906. margin-bottom: 0px;
  907. margin-left: 25px;
  908. margin-right: 25px;
  909. }
  910. .property-info h3 {
  911. font-size: 30px;
  912. margin-bottom: 25px;
  913. }
  914. .property-info h4 {
  915. font-size: 26px;
  916. margin-bottom: 25px;
  917. float: left;
  918. }
  919. .contact-text {
  920. margin-top: 50px;
  921. margin-left: 5px;
  922. margin-right: 5px;
  923. }
  924. .contact-text h3 {
  925. font-size: 30px;
  926. }
  927. .contact-text p {
  928. font-size: 18px;
  929. }
  930. .contact-form {
  931. margin-bottom: 50px;
  932. }
  933. .contact-form input {
  934. font-size: 18px;
  935. }
  936. .logo-mobile {
  937. display: inline;
  938. }
  939. .logo-desktop {
  940. display: none;
  941. }
  942. .property-contact {
  943. padding: 0px !important;
  944. padding-top: 0px;
  945. }
  946. }