style.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376
  1. /*! =========================================================
  2. *
  3. * BioThermSolutions.com
  4. *
  5. * by: https://davidawindham.com
  6. *
  7. * Thanks:
  8. * https://material.io/
  9. * https://getbootstrap.com/
  10. * https://fezvrasta.github.io/bootstrap-material-design/
  11. * https://demos.creative-tim.com/material-kit/index.html
  12. *
  13. *
  14. * ========================================================= */
  15. /*! @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:400,700'); */
  16. @font-face {
  17. font-family: 'Roboto';
  18. font-style: normal;
  19. font-weight: 300;
  20. src: local('Roboto Light'), local('Roboto-Light'),
  21. url('../fonts/roboto-v18-latin-300.woff2') format('woff2'),
  22. url('../fonts/roboto-v18-latin-300.woff') format('woff');
  23. }
  24. @font-face {
  25. font-family: 'Roboto';
  26. font-style: normal;
  27. font-weight: 400;
  28. src: local('Roboto'), local('Roboto-Regular'),
  29. url('../fonts/roboto-v18-latin-regular.woff2') format('woff2'),
  30. url('../fonts/roboto-v18-latin-regular.woff') format('woff');
  31. }
  32. @font-face {
  33. font-family: 'Roboto';
  34. font-style: normal;
  35. font-weight: 500;
  36. src: local('Roboto Medium'), local('Roboto-Medium'),
  37. url('../fonts/roboto-v18-latin-500.woff2') format('woff2'),
  38. url('../fonts/roboto-v18-latin-500.woff') format('woff');
  39. }
  40. @font-face {
  41. font-family: 'Roboto';
  42. font-style: normal;
  43. font-weight: 700;
  44. src: local('Roboto Bold'), local('Roboto-Bold'),
  45. url('../fonts/roboto-v18-latin-700.woff2') format('woff2'),
  46. url('../fonts/roboto-v18-latin-700.woff') format('woff');
  47. }
  48. @font-face {
  49. font-family: 'Roboto Slab';
  50. font-style: normal;
  51. font-weight: 400;
  52. src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'),
  53. url('../fonts/roboto-slab-v7-latin-regular.woff2') format('woff2'),
  54. url('../fonts/roboto-slab-v7-latin-regular.woff') format('woff');
  55. }
  56. @font-face {
  57. font-family: 'Roboto Slab';
  58. font-style: normal;
  59. font-weight: 700;
  60. src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'),
  61. url('../fonts/roboto-slab-v7-latin-700.woff2') format('woff2'),
  62. url('../fonts/roboto-slab-v7-latin-700.woff') format('woff');
  63. }
  64. p {
  65. font-size: 16px;
  66. }
  67. a {
  68. color:#1c8bed;
  69. }
  70. a:hover {
  71. color:#16c462;
  72. }
  73. .vertical-text {
  74. transform: rotate(90deg);
  75. transform-origin: left top 0;
  76. }
  77. .vertical-text {
  78. float: left;
  79. }
  80. .no-top-margin {
  81. margin-top:0 !important;
  82. }
  83. .section-top {
  84. padding-top:100px !important;
  85. }
  86. .row-deep {
  87. margin-bottom:25px;
  88. }
  89. .form-control, .is-focused .form-control {
  90. background-image: linear-gradient(to top, #16c462 2px, #9c27b000 2px), linear-gradient(to top, #d2d2d2 1px, #d2d2d200 1px);
  91. }
  92. .dark-primary-color { background: #388E3C; }
  93. .default-primary-color { background: #4CAF50; }
  94. .light-primary-color { background: #C8E6C9; }
  95. .text-primary-color { color: #FFFFFF; }
  96. .accent-color { background: #448AFF; }
  97. .primary-text-color { color: #212121; }
  98. .secondary-text-color { color: #757575; }
  99. .divider-color { border-color: #BDBDBD; }
  100. .biotherm-heat-icon{
  101. fill:#ec2024;
  102. color:#ec2024 !important;
  103. }
  104. .biotherm-hydro-icon{
  105. fill:#1c8bed;
  106. color:#1c8bed !important;
  107. }
  108. .biotherm-tech-icon{
  109. fill:#16c462;
  110. color:#16c462 !important;
  111. }
  112. .btn.btn-hydro.signup {
  113. margin:20px 0 0 0;
  114. }
  115. .btn.btn-hydro {
  116. color: #fff;
  117. background-color: #1c8bed;
  118. border-color: #2b5580;
  119. box-shadow: 0 2px 2px 0 rgba(18, 88, 150, 0.14), 0 3px 1px -2px rgba(18, 88, 150, 0.2), 0 1px 5px 0 rgba(18, 88, 150, 0.12);
  120. }
  121. .btn.btn-hydro:hover {
  122. box-shadow: 0 14px 26px -12px rgba(28, 139, 237, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(28, 139, 237, 0.2);
  123. }
  124. .btn.btn-heat {
  125. color: #fff;
  126. background-color: #ed1c24;
  127. border-color: #a91c14;
  128. box-shadow: 0 2px 2px 0 rgba(169, 28, 20, 0.14), 0 3px 1px -2px rgba(169, 28, 20, 0.2), 0 1px 5px 0 rgba(169, 28, 20, 0.12);
  129. }
  130. .btn.btn-heat:hover {
  131. box-shadow: 0 14px 26px -12px rgba(169, 28, 20, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(28, 139, 237, 0.2);
  132. }
  133. .text-info {
  134. color: #1c8bed !important;
  135. }
  136. .icon.icon-info {
  137. color: #4284c5;
  138. }
  139. .navbar-brand img {
  140. padding:0 15px 20px 0;
  141. margin: 0 0 0 -20px;
  142. }
  143. .navbar .navbar-nav .nav-item .nav-link {
  144. font-size:15px;
  145. font-weight: 800;
  146. }
  147. .dropdown-menu {
  148. position: absolute;
  149. top: 100%;
  150. left: 0;
  151. z-index: 1000;
  152. display: none;
  153. float: left;
  154. min-width: 8.5rem;
  155. padding: 0.5rem 0;
  156. margin: 0.125rem 0 0;
  157. font-size: 1rem;
  158. color: #212529;
  159. text-align: left;
  160. list-style: none;
  161. background-color: #fff;
  162. background-clip: padding-box;
  163. border: 1px solid #00000026;
  164. border-radius: 0.55rem;
  165. box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  166. }
  167. .dropdown-menu .dropdown-item:hover,
  168. .dropdown-menu .dropdown-item:focus,
  169. .dropdown-menu a:hover,
  170. .dropdown-menu a:focus,
  171. .dropdown-menu a:active {
  172. box-shadow: none;
  173. background-color: #787878;
  174. color: #FFFFFF;
  175. border-radius:5px;
  176. }
  177. .dropdown-menu.columns-2 {
  178. min-width: 300px;
  179. }
  180. .dropdown-menu li a {
  181. padding: 5px 15px;
  182. font-weight: 300;
  183. }
  184. @media (max-width: 767px) {
  185. .dropdown-menu.multi-column {
  186. min-width: 240px !important;
  187. overflow-x: hidden;
  188. }
  189. .navbar-brand img {
  190. padding:0 15px 20px 0;
  191. margin: 0 0 0 0px;
  192. }
  193. .main-raised {
  194. margin: 0px;
  195. padding: 0 15px;
  196. }
  197. }
  198. .page-header.header-smaller {
  199. height: 500px;
  200. min-height: 500px;
  201. }
  202. .page-header.header-smallest {
  203. height: 200px;
  204. min-height: 200px;
  205. }
  206. .header-image-credit {
  207. margin: 50px 0 -100px 0;
  208. position: relative;
  209. color: #fff;
  210. }
  211. .header-image-credit a {
  212. color:#fff;
  213. }
  214. .footer-big h5, .footer-big h4, .media .media-heading {
  215. font-weight: 500;
  216. font-family: "Roboto Slab", "Times New Roman", serif;
  217. }
  218. footer .copyright {
  219. padding: 45px 0;
  220. }
  221. .product-card-text {
  222. min-height:160px;
  223. }
  224. .gallery-feed img {
  225. width: 20%;
  226. margin-right: 5%;
  227. margin-bottom: 5%;
  228. float: left;
  229. }
  230. .back-background, .card-background, .front-background {
  231. background-position: 50%;
  232. background-size: cover;
  233. text-align: center;
  234. }
  235. .card .card-header-info,
  236. .card.bg-info,
  237. .card.card-rotate.bg-info .front,
  238. .card.card-rotate.bg-info .back {
  239. background: linear-gradient(60deg, #1c8bed, #65a4dc);
  240. }
  241. .contactus-2 .map {
  242. width: 100%;
  243. height: 800px;
  244. position: absolute;
  245. }
  246. .quote-container {
  247. background:#cecece;
  248. padding: 50px 0;
  249. }
  250. .quote {
  251. background:#fff;
  252. padding: 50px 0;
  253. border-radius: 15px;
  254. }
  255. .section-gray {
  256. background: #e5e5e5;
  257. }
  258. .instagram {
  259. float:left;
  260. max-width:150px;
  261. padding: 0 1px;
  262. border-radius: 10px;
  263. }
  264. .instagram:hover {
  265. -webkit-filter: blur(2px);
  266. filter: blur(2px);
  267. }
  268. ul.social-buttons li {
  269. display: inline-block;
  270. }
  271. footer ul.links-vertical li a {
  272. padding: 0px;
  273. }
  274. .footer a {
  275. color:#999;
  276. }
  277. .footer-white {
  278. margin: 100px 0;
  279. }
  280. footer ul li a {
  281. color: inherit;
  282. padding: 0.9375rem;
  283. font-weight: 100;
  284. font-size: 12px;
  285. text-transform: uppercase;
  286. border-radius: 3px;
  287. text-decoration: none;
  288. position: relative;
  289. display: block;
  290. }
  291. .card .card-header.card-header-image {
  292. position: relative;
  293. padding: 0;
  294. z-index: 1;
  295. margin-left: 15px;
  296. margin-right: 15px;
  297. margin-top: -30px;
  298. border-radius: 6px;
  299. }
  300. .card-raised {
  301. -webkit-box-shadow: 0 16px 38px -12px rgba(0,0,0,0.56), 0 4px 25px 0 rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.2);
  302. box-shadow: 0 16px 38px -12px rgba(0,0,0,0.56), 0 4px 25px 0 rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.2);
  303. }
  304. .card-background .card-description, .card-background small, .back-background .card-category, .back-background .card-description, .back-background small, .front-background .card-category, .front-background .card-description, .front-background small {
  305. color: #ffffff !important;
  306. }
  307. .card-profile .card-avatar,
  308. .card-testimonial .card-avatar {
  309. max-width: 130px;
  310. max-height: 130px;
  311. margin: -50px auto 0;
  312. overflow: hidden;
  313. padding: 0;
  314. box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
  315. }
  316. .card-profile .card-avatar+.card-body,
  317. .card-testimonial .card-avatar+.card-body {
  318. margin-top: 15px
  319. }
  320. .card-profile .card-avatar img,
  321. .card-testimonial .card-avatar img {
  322. width: 100%;
  323. height: auto
  324. }
  325. .card-profile .card-body+.card-footer,
  326. .card-testimonial .card-body+.card-footer {
  327. margin-top: -15px
  328. }
  329. .card-profile .card-footer .btn.btn-just-icon,
  330. .card-testimonial .card-footer .btn.btn-just-icon {
  331. font-size: 20px;
  332. padding: 0 12px;
  333. line-height: 1em
  334. }
  335. .card-profile.card-plain .card-avatar,
  336. .card-testimonial.card-plain .card-avatar {
  337. margin-top: 0
  338. }
  339. .ekko-lightbox{display:-ms-flexbox!important;display:flex!important;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding-right:0!important}.ekko-lightbox-container{position:relative}.ekko-lightbox-container>div.ekko-lightbox-item{position:absolute;top:0;left:0;bottom:0;right:0;width:100%}.ekko-lightbox iframe{width:100%;height:100%}.ekko-lightbox-nav-overlay{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%;display:-ms-flexbox;display:flex}.ekko-lightbox-nav-overlay a{-ms-flex:1;flex:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;opacity:0;transition:opacity .5s;color:#fff;font-size:30px;z-index:1}.ekko-lightbox-nav-overlay a>*{-ms-flex-positive:1;flex-grow:1}.ekko-lightbox-nav-overlay a>:focus{outline:none}.ekko-lightbox-nav-overlay a span{padding:0 30px}.ekko-lightbox-nav-overlay a:last-child span{text-align:right}.ekko-lightbox-nav-overlay a:hover{text-decoration:none}.ekko-lightbox-nav-overlay a:focus{outline:none}.ekko-lightbox-nav-overlay a.disabled{cursor:default;visibility:hidden}.ekko-lightbox a:hover{opacity:1;text-decoration:none}.ekko-lightbox .modal-dialog{display:none}.ekko-lightbox .modal-footer{text-align:left}.ekko-lightbox-loader{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.ekko-lightbox-loader>div{width:40px;height:40px;position:relative;text-align:center}.ekko-lightbox-loader>div>div{width:100%;height:100%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;animation:a 2s infinite ease-in-out}.ekko-lightbox-loader>div>div:last-child{animation-delay:-1s}.modal-dialog .ekko-lightbox-loader>div>div{background-color:#333}@keyframes a{0%,to{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}