style.css 13 KB

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