froala_blocks.css 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. .btn {
  2. padding: 9px 26px;
  3. background-color: #528bff;
  4. color: #FFF;
  5. display: inline-block;
  6. box-sizing: border-box;
  7. -moz-box-sizing: border-box;
  8. -webkit-box-sizing: border-box;
  9. text-decoration: none;
  10. border: solid 2px #528bff;
  11. border-radius: 2px;
  12. -moz-border-radius: 2px;
  13. -webkit-border-radius: 2px; }
  14. .btn.btn-empty {
  15. background-color: transparent;
  16. color: #528bff; }
  17. .btn:hover {
  18. color: #FFF;
  19. background-color: #1f69ff;
  20. border-color: #1f69ff; }
  21. .btn.btn-black {
  22. color: #FFFFFF;
  23. background-color: #000000;
  24. border-color: #000000; }
  25. .btn.btn-black.btn-empty {
  26. background-color: transparent;
  27. color: #000000; }
  28. .btn.btn-black:hover {
  29. color: #FFF;
  30. background-color: #0d0d0d;
  31. border-color: #0d0d0d; }
  32. .btn.btn-white {
  33. color: #000000;
  34. background-color: #FFFFFF;
  35. border-color: #FFFFFF; }
  36. .btn.btn-white.btn-empty {
  37. background-color: transparent;
  38. color: #FFFFFF; }
  39. .btn.btn-white:hover {
  40. color: #000000;
  41. background-color: #DEDEDE;
  42. border-color: #DEDEDE; }
  43. .btn.btn-shadow {
  44. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  45. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  46. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  47. .btn.btn-round {
  48. border-radius: 20px;
  49. -moz-border-radius: 20px;
  50. -webkit-border-radius: 20px;
  51. min-width: 150px; }
  52. .team-1.fdb-block img {
  53. border-bottom: solid 5px #528bff;
  54. border-radius: 0 !important;
  55. -moz-border-radius: 0 !important;
  56. -webkit-border-radius: 0 !important; }
  57. .team-1.fdb-block .fdb-box {
  58. padding: 0; }
  59. .team-1.fdb-block .fdb-box .content {
  60. padding: 20px; }
  61. .team-2.fdb-block img {
  62. border-radius: 100% !important;
  63. -moz-border-radius: 100% !important;
  64. -webkit-border-radius: 100% !important; }
  65. .team-3.fdb-block img {
  66. border-radius: 100% !important;
  67. -moz-border-radius: 100% !important;
  68. -webkit-border-radius: 100% !important;
  69. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  70. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  71. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  72. .fdb-block {
  73. font-family: 'Roboto', sans-serif;
  74. font-size: 16px;
  75. line-height: 1.5;
  76. -webkit-font-smoothing: antialiased;
  77. -moz-osx-font-smoothing: grayscale;
  78. text-rendering: optimizelegibility;
  79. padding: 100px 0;
  80. color: #444444;
  81. position: relative;
  82. background-size: cover;
  83. background-position: center;
  84. overflow: hidden;
  85. background-color: #FFFFFF; }
  86. .fdb-block.fdb-viewport {
  87. min-height: calc(100% - 2 * 100px); }
  88. .fdb-block.fdb-viewport .container {
  89. min-height: calc(100% - 2 * 100px); }
  90. .fdb-block.fdb-image-bg {
  91. color: #f2f2f2; }
  92. .fdb-block .fdb-box {
  93. background: #FFFFFF;
  94. color: #444444;
  95. padding: 60px 40px;
  96. border-radius: 4px;
  97. -moz-border-radius: 4px;
  98. -webkit-border-radius: 4px;
  99. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  100. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  101. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  102. overflow: hidden; }
  103. .fdb-block .fdb-touch {
  104. border-top: solid 5px #528bff; }
  105. .fdb-block h1, .fdb-block .text-h1 {
  106. font-size: 2.75rem;
  107. margin-bottom: .5em;
  108. margin-top: .3em;
  109. font-weight: 400; }
  110. .fdb-block h2, .fdb-block .text-h2 {
  111. font-size: 2rem;
  112. margin-bottom: .5em;
  113. margin-top: .3em;
  114. font-weight: 400; }
  115. .fdb-block h3, .fdb-block .text-h3 {
  116. font-size: 1.125rem;
  117. margin-bottom: .5em;
  118. margin-top: .3em;
  119. font-weight: 400; }
  120. .fdb-block h4, .fdb-block .text-h4 {
  121. font-size: 1rem;
  122. margin-bottom: .5em;
  123. margin-top: .3em;
  124. font-weight: 400; }
  125. .fdb-block h5, .fdb-block .text-h5 {
  126. font-size: 0.9rem;
  127. margin-bottom: .5em;
  128. margin-top: .3em;
  129. font-weight: 400; }
  130. .fdb-block h6, .fdb-block .text-h6 {
  131. font-size: 0.75rem;
  132. margin-bottom: .5em;
  133. margin-top: .3em;
  134. font-weight: 400; }
  135. .fdb-block .font-weight-light {
  136. font-weight: 300; }
  137. .fdb-block img {
  138. border-radius: 4px;
  139. -moz-border-radius: 4px;
  140. -webkit-border-radius: 4px; }
  141. .fdb-block img + p, .fdb-block img + h3, .fdb-block img + h4 {
  142. margin-top: 20px; }
  143. .fdb-block img + h1, .fdb-block img + h2 {
  144. margin-top: 40px; }
  145. .fdb-block .col-fill-left {
  146. width: 50%;
  147. position: absolute;
  148. left: 0;
  149. top: 0;
  150. bottom: 0;
  151. background-size: cover;
  152. background-position: center;
  153. z-index: 1; }
  154. .fdb-block .col-fill-left + div {
  155. position: relative;
  156. z-index: 2; }
  157. .fdb-block .col-fill-right {
  158. width: 50%;
  159. position: absolute;
  160. right: 0;
  161. top: 0;
  162. bottom: 0;
  163. background-size: cover;
  164. background-position: center;
  165. z-index: 1; }
  166. .fdb-block .col-fill-right + div {
  167. position: relative;
  168. z-index: 2; }
  169. .fdb-block img.fdb-icon {
  170. width: auto;
  171. width: 60px; }
  172. .fdb-block img.fdb-icon-round {
  173. width: auto;
  174. width: 60px;
  175. border-radius: 60px;
  176. -moz-border-radius: 60px;
  177. -webkit-border-radius: 60px; }
  178. .fdb-block .row-100 {
  179. height: 100px;
  180. width: 100%; }
  181. .fdb-block .row-50 {
  182. height: 50px;
  183. width: 100%; }
  184. .fdb-block .row-70 {
  185. height: 70px;
  186. width: 100%; }
  187. footer {
  188. padding: 30px 0 !important; }
  189. footer.footer-large {
  190. padding: 100px 0 !important; }
  191. footer .flex-column .nav-link {
  192. padding-left: 0; }
  193. footer.bg-dark {
  194. background: #2d313c;
  195. color: #f2f2f2; }
  196. footer.bg-dark a {
  197. color: #f2f2f2; }
  198. footer a {
  199. color: #444444; }
  200. header {
  201. background-color: #FFFFFF; }
  202. header .navbar-nav a.nav-link {
  203. color: #777; }
  204. header .navbar-nav a.nav-link:hover {
  205. color: #528bff; }
  206. header .navbar-nav .active a.nav-link {
  207. color: #444444; }
  208. header .navbar-toggler-icon {
  209. background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
  210. header.bg-dark .navbar-nav a.nav-link {
  211. color: #dcdcdc; }
  212. header.bg-dark .navbar-nav a.nav-link:hover {
  213. color: #528bff; }
  214. header.bg-dark .navbar-nav .active a.nav-link {
  215. color: #FFFFFF; }
  216. header.bg-dark .navbar-toggler-icon {
  217. background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
  218. header + header {
  219. border-top: solid 1px #EEE; }
  220. .bg-dark {
  221. background-color: #2d313c;
  222. color: #f2f2f2; }
  223. .bg-gray {
  224. background-color: #fafafa;
  225. color: #444444; }
  226. .br {
  227. border-radius: 4px;
  228. -moz-border-radius: 4px;
  229. -webkit-border-radius: 4px;
  230. overflow: hidden; }
  231. .br-0 {
  232. border-radius: 0 !important;
  233. -moz-border-radius: 0 !important;
  234. -webkit-border-radius: 0 !important; }
  235. .heart {
  236. color: #df584e;
  237. font-weight: bold; }
  238. *.text-light {
  239. font-weight: 300 !important; }
  240. .sl-1 {
  241. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  242. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  243. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  244. z-index: 2; }
  245. table tr.no-border th, table tr.no-border td {
  246. border-top: 0; }