style.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514
  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 { font-size: 16px; }
  65. a { color:#1c8bed; }
  66. a:hover { color:#16c462; }
  67. .vertical-text {
  68. transform: rotate(90deg);
  69. transform-origin: left top 0;
  70. }
  71. .vertical-text {
  72. float: left;
  73. }
  74. .no-top-margin {
  75. margin-top:0 !important;
  76. }
  77. .section-top {
  78. padding-top:100px !important;
  79. }
  80. .row-deep {
  81. margin-bottom:25px;
  82. }
  83. .form-control, .is-focused .form-control {
  84. background-image: linear-gradient(to top, #16c462 2px, #9c27b000 2px), linear-gradient(to top, #d2d2d2 1px, #d2d2d200 1px);
  85. }
  86. .dark-primary-color { background: #388E3C; }
  87. .default-primary-color { background: #4CAF50; }
  88. .light-primary-color { background: #C8E6C9; }
  89. .text-primary-color { color: #FFFFFF; }
  90. .accent-color { background: #448AFF; }
  91. .primary-text-color { color: #212121; }
  92. .secondary-text-color { color: #757575; }
  93. .divider-color { border-color: #BDBDBD; }
  94. .humans { display: none; }
  95. .navbar .navbar-brand {
  96. height:70px;
  97. }
  98. .biotherm-heat-icon{
  99. fill:#ec2024;
  100. color:#ec2024 !important;
  101. }
  102. .biotherm-hydro-icon{
  103. fill:#1c8bed;
  104. color:#1c8bed !important;
  105. }
  106. .biotherm-tech-icon{
  107. fill:#16c462;
  108. color:#16c462 !important;
  109. }
  110. .btn.btn-hydro.signup {
  111. margin:20px 0 0 0;
  112. }
  113. .btn.btn-hydro {
  114. color: #fff;
  115. background-color: #1c8bed;
  116. border-color: #2b5580;
  117. 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);
  118. }
  119. .bg-hydro {
  120. background-color: #1c8bed !important;
  121. }
  122. .btn.btn-hydro:hover {
  123. 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);
  124. }
  125. .btn.btn-heat {
  126. color: #fff;
  127. background-color: #ed1c24;
  128. border-color: #a91c14;
  129. 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);
  130. }
  131. .btn.btn-heat:hover {
  132. 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);
  133. }
  134. .bg-heat {
  135. background-color: #ed1c24 !important;
  136. }
  137. .text-info {
  138. color: #1c8bed !important;
  139. }
  140. .icon.icon-info {
  141. color: #4284c5;
  142. }
  143. .navbar-brand img {
  144. padding:0 15px 20px 0;
  145. margin: 0 0 0 -20px;
  146. }
  147. .navbar .navbar-nav .nav-item .nav-link {
  148. font-size:15px;
  149. font-weight: 800;
  150. }
  151. .nav-link-icon {
  152. font-size:23px !important;
  153. font-weight:normal !important;
  154. }
  155. .dropdown-menu {
  156. position: absolute;
  157. top: 100%;
  158. left: 0;
  159. z-index: 1000;
  160. display: none;
  161. float: left;
  162. min-width: 8.5rem;
  163. padding: 0.5rem 0;
  164. margin: 0.125rem 0 0;
  165. font-size: 1rem;
  166. color: #212529;
  167. text-align: left;
  168. list-style: none;
  169. background-color: #fff;
  170. background-clip: padding-box;
  171. border: 1px solid #00000026;
  172. border-radius: 0.55rem;
  173. 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);
  174. }
  175. .dropdown-menu .dropdown-item:hover,
  176. .dropdown-menu .dropdown-item:focus,
  177. .dropdown-menu a:hover,
  178. .dropdown-menu a:focus,
  179. .dropdown-menu a:active {
  180. box-shadow: none;
  181. background-color: #787878;
  182. color: #FFFFFF;
  183. border-radius:5px;
  184. }
  185. .dropdown-menu.columns-2 {
  186. min-width: 300px;
  187. }
  188. .dropdown-menu li a {
  189. padding: 5px 15px;
  190. font-weight: 300;
  191. }
  192. .page-header.header-smaller {
  193. height: 500px;
  194. min-height: 500px;
  195. }
  196. .page-header.header-smallest {
  197. height: 200px;
  198. min-height: 200px;
  199. }
  200. .header-image-credit {
  201. margin: 50px 0 -100px 0;
  202. position: relative;
  203. color: #fff;
  204. }
  205. .header-image-credit a {
  206. color:#fff;
  207. }
  208. ul.institutional {
  209. list-style-type: square;
  210. font-size:23px;
  211. line-height:43px;
  212. font-weight:400;
  213. padding-top:30px;
  214. padding-bottom:50px;
  215. }
  216. /* CUSTOMIZE THE CAROUSEL
  217. -------------------------------------------------- */
  218. /* Carousel base class */
  219. .carousel {
  220. }
  221. h2.front-title {
  222. }
  223. h3.front-title {
  224. margin-top: 0 !important;
  225. }
  226. #front-carousel {
  227. margin: 0px 0;
  228. padding: 0px 0;
  229. }
  230. /* Since positioning the image, we need to help out the caption */
  231. .carousel-caption {
  232. bottom: 120px;
  233. z-index: 10;
  234. }
  235. /* Declare heights because of positioning of img element */
  236. .main-carousel-item {
  237. height: 500px;
  238. }
  239. .main-carousel-item:after {
  240. content:"";
  241. display:block;
  242. position:absolute;
  243. top:0;
  244. bottom:0;
  245. left:0;
  246. right:0;
  247. }
  248. .main-carousel-filter::after {
  249. background: rgba(0, 0, 0, 0.4);
  250. }
  251. .carousel-background {
  252. background: rgba(0, 0, 0, 0.5);
  253. background: no-repeat center center scroll;
  254. -webkit-background-size: cover;
  255. -moz-background-size: cover;
  256. -o-background-size: cover;
  257. background-size: cover;
  258. }
  259. .carousel-fade .carousel-item {
  260. opacity: 0;
  261. transition-duration: .6s;
  262. transition-property: opacity;
  263. }
  264. .carousel-fade .carousel-item.active,
  265. .carousel-fade .carousel-item-next.carousel-item-left,
  266. .carousel-fade .carousel-item-prev.carousel-item-right {
  267. opacity: 1;
  268. }
  269. .carousel-fade .active.carousel-item-left,
  270. .carousel-fade .active.carousel-item-right {
  271. opacity: 0;
  272. }
  273. .carousel-fade .carousel-item-next,
  274. .carousel-fade .carousel-item-prev,
  275. .carousel-fade .carousel-item.active,
  276. .carousel-fade .active.carousel-item-left,
  277. .carousel-fade .active.carousel-item-prev {
  278. transform: translateX(0);
  279. transform: translate3d(0, 0, 0);
  280. }
  281. .superbig {
  282. font-size:63px;
  283. }
  284. .fadeInDownBig {
  285. -webkit-animation-duration: 5s;
  286. -moz-animation-duration: 5s;
  287. -ms-animation-duration: 5s;
  288. animation-duration: 5s;
  289. }
  290. .footer-big h5, .footer-big h4, .media .media-heading {
  291. font-weight: 500;
  292. font-family: "Roboto Slab", "Times New Roman", serif;
  293. }
  294. footer .copyright {
  295. padding: 45px 0;
  296. }
  297. .solutions {
  298. background:#000;
  299. color:#fff !important;
  300. border-radius:20px;
  301. padding:20px;
  302. margin:10px !important;
  303. }
  304. .solutions .card-title {
  305. color:#fff !important;
  306. font-size: 23px;
  307. }
  308. .product-card-text {
  309. min-height:160px;
  310. }
  311. .product-card-list {
  312. min-height:90px;
  313. list-style:none;
  314. margin:0;
  315. padding:0;
  316. }
  317. .gallery-feed img {
  318. width: 20%;
  319. margin-right: 5%;
  320. margin-bottom: 5%;
  321. float: left;
  322. }
  323. .back-background, .card-background, .front-background {
  324. background-position: 50%;
  325. background-size: cover;
  326. text-align: center;
  327. }
  328. .card .card-header-info,
  329. .card.bg-info,
  330. .card.card-rotate.bg-info .front,
  331. .card.card-rotate.bg-info .back {
  332. background: linear-gradient(60deg, #1c8bed, #65a4dc);
  333. }
  334. #toob-testimonial-carousel .card {
  335. padding:20px 50px 10px;
  336. min-height:400px;
  337. }
  338. .contactus-2 .map {
  339. width: 100%;
  340. height: 800px;
  341. position: absolute;
  342. }
  343. .quote-container {
  344. background:#cecece;
  345. padding: 50px 0;
  346. }
  347. .quote {
  348. background:#fff;
  349. padding: 50px 0;
  350. border-radius: 15px;
  351. }
  352. .section-gray {
  353. background: #e5e5e5;
  354. }
  355. .instagram {
  356. float:left;
  357. max-width:150px;
  358. padding: 0 1px;
  359. border-radius: 10px;
  360. }
  361. .instagram:hover {
  362. -webkit-filter: blur(2px);
  363. filter: blur(2px);
  364. }
  365. ul.social-buttons li {
  366. display: inline-block;
  367. }
  368. footer ul.links-vertical li a {
  369. padding: 0px;
  370. }
  371. .footer a {
  372. color:#999;
  373. }
  374. .footer-white {
  375. margin: 100px 0;
  376. }
  377. footer ul li a {
  378. color: inherit;
  379. padding: 0.9375rem;
  380. font-weight: 100;
  381. font-size: 12px;
  382. text-transform: uppercase;
  383. border-radius: 3px;
  384. text-decoration: none;
  385. position: relative;
  386. display: block;
  387. }
  388. .card .card-header.card-header-image {
  389. position: relative;
  390. padding: 0;
  391. z-index: 1;
  392. margin-left: 15px;
  393. margin-right: 15px;
  394. margin-top: -30px;
  395. border-radius: 6px;
  396. }
  397. .card-raised {
  398. -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);
  399. 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);
  400. }
  401. .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 {
  402. color: #ffffff !important;
  403. }
  404. .card-profile .card-avatar,
  405. .card-testimonial .card-avatar {
  406. margin: -50px auto 0;
  407. overflow: hidden;
  408. padding: 0;
  409. 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)
  410. }
  411. .card-profile .card-avatar+.card-body,
  412. .card-testimonial .card-avatar+.card-body {
  413. margin-top: 15px
  414. }
  415. .card-profile .card-avatar img,
  416. .card-testimonial .card-avatar img {
  417. width: 100%;
  418. height: auto
  419. }
  420. .card-profile .card-body+.card-footer,
  421. .card-testimonial .card-body+.card-footer {
  422. margin-top: -15px
  423. }
  424. .card-profile .card-footer .btn.btn-just-icon,
  425. .card-testimonial .card-footer .btn.btn-just-icon {
  426. font-size: 20px;
  427. padding: 0 12px;
  428. line-height: 1em
  429. }
  430. .card-profile.card-plain .card-avatar,
  431. .card-testimonial.card-plain .card-avatar {
  432. margin-top: 0
  433. }
  434. @media (max-width: 767px) {
  435. .dropdown-menu.multi-column {
  436. min-width: 240px !important;
  437. overflow-x: hidden;
  438. }
  439. .navbar-brand img {
  440. padding:0 15px 20px 0;
  441. margin: 0 0 0 0px;
  442. max-width:220px;
  443. }
  444. .page-header.header-smallest {
  445. height: 130px;
  446. min-height: 130px;
  447. }
  448. .carousel-caption {
  449. bottom: 36px;
  450. z-index: 10;
  451. }
  452. .main-raised {
  453. margin: 0px;
  454. padding: 0 15px;
  455. }
  456. h2.front-title {
  457. font-size: 1.8rem;
  458. }
  459. #toob-testimonial-carousel .card {
  460. padding:10px 20px;
  461. min-height:350px;
  462. }
  463. }
  464. @media (max-width: 1079px) {
  465. #contactmap {
  466. }
  467. }
  468. .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)}}