Diligent web site
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

custom.css 13KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734
  1. /* #navigation ul li.active.portfolio .nav-active-mark
  2. {
  3. bottom: -20px;
  4. } */
  5. a:hover
  6. {
  7. text-decoration: none!important;
  8. }
  9. a.email
  10. {
  11. color: #993c95;
  12. transition: opacity .35s;
  13. -webkit-transition: opacity .35s;
  14. }
  15. a.email:hover
  16. {
  17. color: #993c95;
  18. opacity: .9;
  19. }
  20. ul.bulleted-list li
  21. {
  22. list-style-type: disc;
  23. }
  24. ul.bulleted-list {
  25. padding-left: 30px;
  26. }
  27. /* header */
  28. .service-link,.industries-link
  29. {
  30. cursor: pointer;
  31. }
  32. .sub-menu
  33. {
  34. /* display: flex;
  35. flex-direction: column; */
  36. }
  37. .dropdown_wrap
  38. {
  39. }
  40. .dropdown_menu
  41. {
  42. display: none;
  43. position: relative;
  44. left: 0;
  45. width: 100%;
  46. padding: 10px 0px 32px 0;
  47. }
  48. #servicesMenu ul
  49. {
  50. padding-left: 95px;
  51. }
  52. #industriesMenu ul
  53. {
  54. padding-left: 172px;
  55. }
  56. #servicesMenu.active, #industriesMenu.active {
  57. display: block;
  58. }
  59. .expand-menu li{
  60. color:#fff;
  61. padding:5px 0px;
  62. }
  63. /* header end*/
  64. <<<<<<< HEAD
  65. #back-to-top {
  66. position: fixed;
  67. right: 16px;
  68. bottom: 40px;
  69. width: 70px;
  70. height: 50px;
  71. display: none;
  72. background-color: #993c95;
  73. border-radius: 7px;
  74. z-index: 99;
  75. }
  76. #back-to-top span {​​​​​​​​
  77. position: relative;
  78. top: 17px;
  79. left: 29%;
  80. font-size: 20px;
  81. color: #fff;
  82. }​​​​​​​​
  83. =======
  84. #back-to-top
  85. {
  86. position: fixed;
  87. right: 16px;
  88. bottom: 40px;
  89. width: 70px;
  90. height: 50px;
  91. display: none;
  92. background-color: #993c95;
  93. border-radius: 7px;
  94. z-index: 99;
  95. }
  96. #back-to-top span
  97. {
  98. position: relative;
  99. top: 17px;
  100. left: 29%;
  101. font-size: 20px;
  102. color: #fff;
  103. }
  104. >>>>>>> 3c0307424f0b6fa253fce3c5b59486a4e578f613
  105. #back-to-top.active{
  106. display: block;
  107. }
  108. .h3
  109. {
  110. font-size: 36px;
  111. }
  112. .section-title h1
  113. {
  114. font: 72px 'bebas_neue', Helvetica, Arial, sans-serif;
  115. color: #1d1d1d;
  116. padding: 0;
  117. margin-bottom: -10px;
  118. }
  119. .red-background
  120. {
  121. background-color: #cd1e28
  122. }
  123. .white-background, .contact-social.linkedin .hex-area.white-background
  124. {
  125. background-color: #d7dbd8!important;
  126. }
  127. .gray-background, .contact-social.linkedin .outer-hex.gray-background
  128. {
  129. background-color: #9e9e9e !important;
  130. }
  131. .dark-blue-background ,.contact-social.linkedin .dark-blue-background.hex-area
  132. {
  133. background-color: #103576!important;
  134. }
  135. .light-blue-background, .contact-social.linkedin .light-blue-background.hex-area
  136. {
  137. background-color: #089bcf!important;
  138. }
  139. /* portfolio */
  140. #gallery .contact-socials .contact-social-overlay .hex-area ,#portfolio-header .contact-socials .contact-social-overlay .hex-area {
  141. /*background-color: #d7dbd8!important;*/
  142. background-color: #cccccc!important;
  143. }
  144. #gallery .gallery-item-overlay .hex-area, #portfolio-header .gallery-item-overlay .hex-area{
  145. background-color: #d7dbd8!important;
  146. }
  147. #gallery .gallery-item-overlay .hex-area.no-partner
  148. {
  149. background-color: rgba(104,104,104)!important;
  150. position: relative;
  151. z-index: 999999999;
  152. }
  153. #gallery .hex_overlay
  154. {
  155. background-color: rgba(104,104,104)!important;
  156. position: relative;
  157. z-index: 99999999999;
  158. width: 100%;
  159. height: 100%;
  160. }
  161. #gallery .gallery-item-overlay .outer-hex , #portfolio-header .gallery-item-overlay .outer-hex {
  162. background-color: #9e9e9e;
  163. transition: background-color .35s;
  164. -webkit-transition: background-color .35s;
  165. }
  166. #gallery .flex-control-paging
  167. {
  168. display: none;
  169. }
  170. .white-color
  171. {
  172. color:#fff;
  173. }
  174. #gallery .gallery-item .socials {
  175. padding-top: 80px;
  176. }
  177. #gallery .gallery-item-overlay:hover .outer-hex, #portfolio-header .gallery-item-overlay:hover .outer-hex {
  178. background-color: rgba(153,60,149,0.7);
  179. }
  180. #intro {
  181. height: 540px;
  182. }
  183. #gallery .gallery-box
  184. {
  185. padding: 0px 100px;
  186. }
  187. #our_partners-section
  188. {
  189. position: relative;
  190. z-index: 1;
  191. padding-bottom: 100px;
  192. }
  193. #our_partners-wrap .our_partners-cont
  194. {
  195. position: absolute;
  196. width: 100%;
  197. height: 100%;
  198. left: 0;
  199. top: 0;
  200. opacity: .1;
  201. background-size: cover;
  202. background-color: #000;
  203. z-index: 4;
  204. }
  205. .gallery-cont
  206. {
  207. position: relative;
  208. z-index: 7;
  209. position: relative;
  210. opacity:1;
  211. }
  212. #gallery .contact-social .outer-hex, #portfolio-header .contact-social .outer-hex{
  213. background-color: #9e9e9e !important;
  214. }
  215. .services-wrap-cont
  216. {
  217. border-top: 5px solid #ddd;
  218. }
  219. .typewriter-span {
  220. font-size: 3.82rem;
  221. text-shadow: 0 0 2px #000;
  222. }
  223. .non-margin
  224. {
  225. margin: 0!important;
  226. }
  227. .about-item.highlight {
  228. background-color: #fff;
  229. }
  230. .about-item, .serevices-item {
  231. text-align: center;
  232. padding: 180px 5px;
  233. }
  234. #portfolio-header .hive .outer-hex:hover
  235. {
  236. background-color: rgba(153,60,149,0.7)!important;
  237. }
  238. #galery .gallery-item-overlay:hover .hex-area.no-partner
  239. {
  240. background-color: #d7dbd8!important;
  241. }
  242. #gallery .section-triangle-grey
  243. {
  244. /*background-color: #f6f6f6;*/
  245. display: none;
  246. }
  247. /* #about-section
  248. {
  249. padding-bottom: 240px;
  250. } */
  251. #gallery
  252. {
  253. position: relative;
  254. padding-bottom: 0px!important;
  255. padding-top: 210px;
  256. }
  257. #our_partners-wrap::before{
  258. content: "";
  259. position: absolute;
  260. width: 0;
  261. height: 0;
  262. border-style: solid;
  263. border-width: 36px 63px 0px 63px;
  264. border-color: #f6f6f6 transparent transparent transparent;
  265. top: 0;
  266. left:50%;
  267. transform: translateX(-50%);
  268. z-index: 11;
  269. }
  270. #our_partners_title
  271. {
  272. font-size: 40px;
  273. }
  274. #our_partners-section:before
  275. {
  276. content: "";
  277. position: absolute;
  278. width: 0;
  279. height: 0;
  280. border-style: solid;
  281. border-width: 36px 63px 0px 63px;
  282. border-color: #f6f6f6 transparent transparent transparent;
  283. top: 0;
  284. left: 50%;
  285. transform: translateX(-50%);
  286. z-index: 11;
  287. opacity: 1;
  288. }
  289. .successfully
  290. {
  291. color:#00FF00;
  292. }
  293. .error
  294. {
  295. background-color: #FF0000;
  296. }
  297. /*careers page*/
  298. .careers-intro
  299. {
  300. min-height: 500px;
  301. padding-top: 30px;
  302. padding-bottom: 100px;
  303. display: flex;
  304. flex-direction: row;
  305. }
  306. .careers .section-title
  307. {
  308. position: relative;
  309. }
  310. .careers, .apply-form-cont
  311. {
  312. padding-top: 70px;
  313. padding-bottom: 80px;
  314. }
  315. .careers .one_half
  316. {
  317. float: left;
  318. }
  319. .position-cont
  320. {
  321. position: relative;
  322. width:100%;
  323. }
  324. .position
  325. {
  326. position: relative;
  327. width:100%;
  328. color: inherit;
  329. padding: 7px 35px;
  330. border: 4px solid #993c95;
  331. display: flex;
  332. flex-direction: column;
  333. justify-content: space-between;
  334. margin-bottom: 20px;
  335. color: #1d1d1d;
  336. -webkit-transition: background-color .35s, color .35s;
  337. transition: background-color .35s, color .35s;
  338. border-radius: 65px;
  339. cursor: pointer;
  340. }
  341. .position:hover
  342. {
  343. background-color: #993c95!important;
  344. color:#fff!important;
  345. }
  346. .position.active{
  347. background-color: #993c95!important;
  348. color:#fff!important;
  349. }
  350. .position-name
  351. {
  352. padding-top: 20px;
  353. }
  354. .position-name h4
  355. {
  356. position: relative;
  357. margin-right: 55px;
  358. }
  359. .chevron
  360. {
  361. position: absolute;
  362. top: 50%;
  363. right: 30px;
  364. transform: translateY(-50%);
  365. }
  366. .chevron__line1, .chevron__line2
  367. {
  368. stroke-width: 10;
  369. stroke-linecap: round;
  370. -webkit-transition: -webkit-transform 0.4s, stroke 0.4s;
  371. transition: transform 0.4s, stroke 0.4s;
  372. }
  373. .chevron__line1 {
  374. -webkit-transform-origin: 50px 50px;
  375. transform-origin: 50px 50px;
  376. }
  377. .chevron__line2 {
  378. -webkit-transform-origin: 50px 50px;
  379. transform-origin: 50px 50px;
  380. }
  381. .chevron--down, .chevron--up {
  382. display: block;
  383. }
  384. .chevron--down .chevron__container, .chevron--up .chevron__container {
  385. -webkit-transition: -webkit-transform 0.4s;
  386. transition: transform 0.4s;
  387. -webkit-transform: translateY(13px);
  388. transform: translateY(13px);
  389. }
  390. .chevron--down .chevron__line1, .chevron--up .chevron__line1 {
  391. stroke: #993c95;
  392. -webkit-transform: rotate(40deg);
  393. transform: rotate(40deg);
  394. }
  395. .chevron--down .chevron__line2, .chevron--up .chevron__line2 {
  396. stroke: #993c95;
  397. -webkit-transform: rotate(-40deg);
  398. transform: rotate(-40deg);
  399. }
  400. .chevron--up .chevron__container {
  401. -webkit-transform: translateY(-13px);
  402. transform: translateY(-13px);
  403. }
  404. .chevron--up .chevron__line1 {
  405. stroke: white;
  406. -webkit-transform: rotate(-40deg);
  407. transform: rotate(-40deg);
  408. }
  409. .chevron--up .chevron__line2 {
  410. stroke: white;
  411. -webkit-transform: rotate(40deg);
  412. transform: rotate(40deg);
  413. }
  414. .position:hover .chevron--down .chevron__line1, .position:hover .chevron--down .chevron__line2 {
  415. stroke: #fff;
  416. }
  417. .position-content {
  418. padding: 30px 0px;
  419. }
  420. .apply-cont
  421. {
  422. height: auto;
  423. width: 100%;
  424. text-align: center;
  425. margin-top: 50px;
  426. }
  427. .btn-apply
  428. {
  429. color: #fff;
  430. padding: 20px;
  431. border-radius: 45px;
  432. background-color: #993c95;
  433. border: none;
  434. font-size: 1.5rem;
  435. font-weight: bold;
  436. cursor: pointer;
  437. }
  438. .btn-apply:hover{
  439. opacity: .8;
  440. color: #fff;
  441. }
  442. /*end careers*/
  443. /*apply page*/
  444. .apply-title-cont
  445. {
  446. text-align: center;
  447. padding-bottom: 25px;
  448. }
  449. .aplly-title
  450. {
  451. margin-top: 30px;
  452. }
  453. .apply-form-cont .selectize-input input[type="text"]
  454. {
  455. display: none;
  456. }
  457. .apply-form-cont .selectize-control
  458. {
  459. position: relative;
  460. margin-bottom: 30px;
  461. border-bottom: 2px solid #993c95;
  462. cursor: pointer;
  463. }
  464. .apply-form-cont .selectize-control .item
  465. {
  466. padding: 13px 0px 12px 10px;
  467. background-color: #fff;
  468. border-bottom: 1px solid #993c95;
  469. }
  470. .apply-form-cont .selectize-control:hover:after{
  471. color: #993c95;
  472. }
  473. .apply-form-cont .selectize-control:after
  474. {
  475. content:"\25bc";
  476. position: absolute;
  477. right:0;
  478. top:11px;
  479. font-size: 20px;
  480. pointer-events: none;
  481. }
  482. .apply-form-cont .selectize-dropdown
  483. {
  484. position: absolute;
  485. }
  486. .apply-form-cont .selectize-dropdown-content .option
  487. {
  488. background-color: #fff;
  489. -webkit-transition: background-color 0.35s;
  490. transition: background-color 0.35s;
  491. padding: 7px 5px;
  492. padding-left: 10px;
  493. }
  494. .apply-form-cont .selectize-dropdown-content .option:hover{
  495. background-color: #993c95;
  496. color: #fff;
  497. }
  498. .apply-field:not(.resume-file)
  499. {
  500. width:100%;
  501. height:50px;
  502. margin-bottom: 30px;
  503. padding-left: 10px;
  504. border:none;
  505. border-bottom:2px solid #993c95;
  506. }
  507. input[type="file"].apply-field
  508. {
  509. opacity: 0;
  510. /* visibility: hidden; */
  511. position: relative;
  512. z-index: 3;
  513. cursor: pointer;
  514. }
  515. .resume-cont
  516. {
  517. display: block;
  518. position: relative;
  519. z-index: 1;
  520. }
  521. .resume-cont label
  522. {
  523. display: inline-block;
  524. margin-bottom: .5rem;
  525. position: absolute;
  526. font-size: 1.3rem;
  527. /* right: 85px; */
  528. left:50px;
  529. top: 5px;
  530. cursor: pointer;
  531. z-index: 1;
  532. pointer-events: none;
  533. }
  534. .apply-option
  535. {
  536. padding: 10px 0px;
  537. }
  538. .apply-option:hover
  539. {
  540. background-color: #993c95;
  541. }
  542. .apply-field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  543. opacity: 1; /* Firefox */
  544. }
  545. select.apply-field
  546. {
  547. cursor: pointer;
  548. }
  549. .apply-field:not(.resume-file){
  550. display: block;
  551. }
  552. textarea.apply-field
  553. {
  554. resize: none;
  555. padding-top: 13px;
  556. height: 170px!important;
  557. }
  558. .apply-submit
  559. {
  560. float:right;
  561. display: block;
  562. width: 84px;
  563. height: 24px;
  564. color: #1d1d1d;
  565. border: none;
  566. font-size: 14px;
  567. font-weight: bold;
  568. float: right;
  569. cursor: pointer;
  570. margin-top: 20px;
  571. background-color: #993c95;
  572. transition: opacity 300ms;
  573. -webkit-transition: opacity 300ms;
  574. }
  575. .apply-submit:hover,.contact-form input#submit:hover
  576. {
  577. opacity: .8;
  578. }
  579. .contact-section
  580. {
  581. }
  582. .collapse
  583. {
  584. transition: display 300ms;
  585. -webkit-transition: display 300ms;
  586. }
  587. .resume-file
  588. {
  589. display: block;
  590. }
  591. .delete-file
  592. {
  593. position: relative;
  594. }
  595. .btn-delete-file
  596. {
  597. position: relative;
  598. float: right;
  599. height: 30px;
  600. width: 30px;
  601. cursor: pointer;
  602. z-index: 1;
  603. border: none;
  604. background-color: transparent;
  605. }
  606. .btn-delete-file svg{
  607. font-size: 20px;
  608. }
  609. .btn-delete-file svg path
  610. {
  611. transition: fill 300ms;
  612. -webkit-transition: fill 300ms;
  613. }
  614. .btn-delete-file:hover svg path{
  615. fill: #993c95;
  616. }
  617. .apply-submit:focus,.btn-delete-file:focus{
  618. border:none;
  619. outline: none;
  620. }
  621. .apply-msg-cont
  622. {
  623. margin-top: 50px;
  624. text-align: center;
  625. }
  626. .apply-msg
  627. {
  628. visibility: hidden;
  629. opacity: 0;
  630. color: #28a745;
  631. transition: visibility 0s linear 300ms, opacity 300ms;
  632. -webkit-transition: visibility 0s linear 300ms, opacity 300ms;
  633. font-size: 20px;
  634. }
  635. .apply-msg.active
  636. {
  637. visibility: visible;
  638. opacity: 1;
  639. }
  640. /*apply page end*/
  641. .slides > * {
  642. opacity :1!important;
  643. }
  644. .mobile-nav-toggle:hover{
  645. color: #993c95;
  646. }
  647. @media (max-width: 1024px){
  648. #gallery .gallery-box
  649. {
  650. padding: 0px 80px;
  651. }
  652. }
  653. @media (max-width: 768px){
  654. #gallery .gallery-box
  655. {
  656. padding: 0px 50px;
  657. }
  658. .careers-intro
  659. {
  660. flex-direction: column;
  661. }
  662. }
  663. @media (max-width: 480px){
  664. #gallery .gallery-box
  665. {
  666. padding:0px;
  667. }
  668. .chevron
  669. {
  670. right:20px;
  671. }
  672. .position-name h4
  673. {
  674. position: relative;
  675. margin-right: 55px;
  676. font-size: 1.2rem;
  677. }
  678. }
  679. .diligent-purple-background
  680. {
  681. background-color: #993c95 !important;
  682. }
  683. .diligent-purple-title
  684. {
  685. color: #993c95 !important;
  686. }