style.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361
  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. .no-top-margin {
  74. margin-top:0 !important;
  75. }
  76. .row-deep {
  77. margin-bottom:25px;
  78. }
  79. .form-control, .is-focused .form-control {
  80. background-image: linear-gradient(to top, #16c462 2px, #9c27b000 2px), linear-gradient(to top, #d2d2d2 1px, #d2d2d200 1px);
  81. }
  82. .dark-primary-color { background: #388E3C; }
  83. .default-primary-color { background: #4CAF50; }
  84. .light-primary-color { background: #C8E6C9; }
  85. .text-primary-color { color: #FFFFFF; }
  86. .accent-color { background: #448AFF; }
  87. .primary-text-color { color: #212121; }
  88. .secondary-text-color { color: #757575; }
  89. .divider-color { border-color: #BDBDBD; }
  90. .biotherm-heat-icon{
  91. fill:#ec2024;
  92. color:#ec2024 !important;
  93. }
  94. .biotherm-hydro-icon{
  95. fill:#1c8bed;
  96. color:#1c8bed !important;
  97. }
  98. .biotherm-tech-icon{
  99. fill:#16c462;
  100. color:#16c462 !important;
  101. }
  102. .btn.btn-hydro.signup {
  103. margin:20px 0 0 0;
  104. }
  105. .btn.btn-hydro {
  106. color: #fff;
  107. background-color: #1c8bed;
  108. border-color: #2b5580;
  109. 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);
  110. }
  111. .btn.btn-hydro:hover {
  112. 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);
  113. }
  114. .btn.btn-heat {
  115. color: #fff;
  116. background-color: #ed1c24;
  117. border-color: #a91c14;
  118. 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);
  119. }
  120. .btn.btn-heat:hover {
  121. 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);
  122. }
  123. .text-info {
  124. color: #1c8bed !important;
  125. }
  126. .icon.icon-info {
  127. color: #4284c5;
  128. }
  129. .navbar-brand img {
  130. padding:0 15px 20px 0;
  131. margin: 0 0 0 -20px;
  132. }
  133. .navbar .navbar-nav .nav-item .nav-link {
  134. font-size:15px;
  135. font-weight: 800;
  136. }
  137. .dropdown-menu {
  138. position: absolute;
  139. top: 100%;
  140. left: 0;
  141. z-index: 1000;
  142. display: none;
  143. float: left;
  144. min-width: 8.5rem;
  145. padding: 0.5rem 0;
  146. margin: 0.125rem 0 0;
  147. font-size: 1rem;
  148. color: #212529;
  149. text-align: left;
  150. list-style: none;
  151. background-color: #fff;
  152. background-clip: padding-box;
  153. border: 1px solid #00000026;
  154. border-radius: 0.55rem;
  155. 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);
  156. }
  157. .dropdown-menu .dropdown-item:hover,
  158. .dropdown-menu .dropdown-item:focus,
  159. .dropdown-menu a:hover,
  160. .dropdown-menu a:focus,
  161. .dropdown-menu a:active {
  162. box-shadow: none;
  163. background-color: #787878;
  164. color: #FFFFFF;
  165. border-radius:5px;
  166. }
  167. .dropdown-menu.columns-2 {
  168. min-width: 300px;
  169. }
  170. .dropdown-menu li a {
  171. padding: 5px 15px;
  172. font-weight: 300;
  173. }
  174. @media (max-width: 767px) {
  175. .dropdown-menu.multi-column {
  176. min-width: 240px !important;
  177. overflow-x: hidden;
  178. }
  179. .navbar-brand img {
  180. padding:0 15px 20px 0;
  181. margin: 0 0 0 0px;
  182. }
  183. }
  184. .page-header.header-smaller {
  185. height: 500px;
  186. min-height: 500px;
  187. }
  188. .page-header.header-smallest {
  189. height: 200px;
  190. min-height: 200px;
  191. }
  192. .header-image-credit {
  193. margin: 50px 0 -100px 0;
  194. position: relative;
  195. color: #fff;
  196. }
  197. .header-image-credit a {
  198. color:#fff;
  199. }
  200. .footer-big h5, .footer-big h4, .media .media-heading {
  201. font-weight: 500;
  202. font-family: "Roboto Slab", "Times New Roman", serif;
  203. }
  204. footer .copyright {
  205. padding: 45px 0;
  206. }
  207. .product-card-text {
  208. min-height:160px;
  209. }
  210. .gallery-feed img {
  211. width: 20%;
  212. margin-right: 5%;
  213. margin-bottom: 5%;
  214. float: left;
  215. }
  216. .back-background, .card-background, .front-background {
  217. background-position: 50%;
  218. background-size: cover;
  219. text-align: center;
  220. }
  221. .card .card-header-info,
  222. .card.bg-info,
  223. .card.card-rotate.bg-info .front,
  224. .card.card-rotate.bg-info .back {
  225. background: linear-gradient(60deg, #1c8bed, #65a4dc);
  226. }
  227. .contactus-2 .map {
  228. width: 100%;
  229. height: 800px;
  230. position: absolute;
  231. }
  232. .quote-container {
  233. background:#cecece;
  234. padding: 50px 0;
  235. }
  236. .quote {
  237. background:#fff;
  238. padding: 50px 0;
  239. border-radius: 15px;
  240. }
  241. .section-gray {
  242. background: #e5e5e5;
  243. }
  244. .instagram {
  245. float:left;
  246. max-width:150px;
  247. padding: 0 1px;
  248. border-radius: 10px;
  249. }
  250. .instagram:hover {
  251. -webkit-filter: blur(2px);
  252. filter: blur(2px);
  253. }
  254. ul.social-buttons li {
  255. display: inline-block;
  256. }
  257. footer ul.links-vertical li a {
  258. padding: 0px;
  259. }
  260. .footer a {
  261. color:#999;
  262. }
  263. .footer-white {
  264. margin: 100px 0;
  265. }
  266. footer ul li a {
  267. color: inherit;
  268. padding: 0.9375rem;
  269. font-weight: 100;
  270. font-size: 12px;
  271. text-transform: uppercase;
  272. border-radius: 3px;
  273. text-decoration: none;
  274. position: relative;
  275. display: block;
  276. }
  277. .card .card-header.card-header-image {
  278. position: relative;
  279. padding: 0;
  280. z-index: 1;
  281. margin-left: 15px;
  282. margin-right: 15px;
  283. margin-top: -30px;
  284. border-radius: 6px;
  285. }
  286. .card-raised {
  287. -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);
  288. 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);
  289. }
  290. .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 {
  291. color: #ffffff !important;
  292. }
  293. .card-profile .card-avatar,
  294. .card-testimonial .card-avatar {
  295. max-width: 130px;
  296. max-height: 130px;
  297. margin: -50px auto 0;
  298. overflow: hidden;
  299. padding: 0;
  300. 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)
  301. }
  302. .card-profile .card-avatar+.card-body,
  303. .card-testimonial .card-avatar+.card-body {
  304. margin-top: 15px
  305. }
  306. .card-profile .card-avatar img,
  307. .card-testimonial .card-avatar img {
  308. width: 100%;
  309. height: auto
  310. }
  311. .card-profile .card-body+.card-footer,
  312. .card-testimonial .card-body+.card-footer {
  313. margin-top: -15px
  314. }
  315. .card-profile .card-footer .btn.btn-just-icon,
  316. .card-testimonial .card-footer .btn.btn-just-icon {
  317. font-size: 20px;
  318. padding: 0 12px;
  319. line-height: 1em
  320. }
  321. .card-profile.card-plain .card-avatar,
  322. .card-testimonial.card-plain .card-avatar {
  323. margin-top: 0
  324. }
  325. .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)}}