custom.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677
  1. /* fonts */
  2. /* source-sans-pro, available at https://github.com/adobe-fonts/source-sans-pro */
  3. @font-face {
  4. font-family: 'Source Sans Pro';
  5. font-style: normal;
  6. font-weight: 600;
  7. src: url('/fonts/source-sans-pro-v11-latin-600.eot'); /* IE9 Compat Modes */
  8. src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
  9. url('/fonts/source-sans-pro-v11-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  10. url('/fonts/source-sans-pro-v11-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
  11. url('/fonts/source-sans-pro-v11-latin-600.woff') format('woff'), /* Modern Browsers */
  12. url('/fonts/source-sans-pro-v11-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
  13. url('/fonts/source-sans-pro-v11-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
  14. }
  15. /* source-sans-pro-regular - latin */
  16. @font-face {
  17. font-family: 'Source Sans Pro Regular';
  18. font-style: normal;
  19. font-weight: 400;
  20. src: url('/fonts/source-sans-pro-v11-latin-regular.eot'); /* IE9 Compat Modes */
  21. src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
  22. url('/fonts/source-sans-pro-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  23. url('/fonts/source-sans-pro-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  24. url('/fonts/source-sans-pro-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
  25. url('/fonts/source-sans-pro-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  26. url('/fonts/source-sans-pro-v11-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
  27. }
  28. /* styles */
  29. .videoWrapper {
  30. position: relative;
  31. padding-bottom: 56.25%; /* 16:9 */
  32. padding-top: 25px;
  33. height: 0;
  34. }
  35. .videoWrapper iframe {
  36. position: absolute;
  37. top: 0;
  38. left: 0;
  39. width: 100%;
  40. height: 100%;
  41. }
  42. .titlePlayer{
  43. color: #DCDCDC !important;
  44. text-shadow: 2px 2px #000 !important;
  45. }
  46. .exitTimes{
  47. color: #fff;
  48. }
  49. .fadeCatalogo{
  50. border-bottom: 0px solid;
  51. opacity:0;
  52. -moz-transition: opacity 2s;
  53. -webkit-transition: opacity 2s;
  54. -o-transition: opacity 2s;
  55. transition: opacity 2s;
  56. }
  57. #lb-logo {opacity:0;
  58. -moz-transition: opacity 2s; /* Firefox 4 */
  59. -webkit-transition: opacity 2s; /* Safari and Chrome */
  60. -o-transition: opacity 2s;
  61. transition: opacity 2s;
  62. }
  63. .login-container {
  64. max-width: 655px;
  65. }
  66. *, *:after, *:before {
  67. -webkit-box-sizing: border-box;
  68. -moz-box-sizing: border-box;
  69. box-sizing: border-box;
  70. }
  71. body {
  72. background-color: #000 !important;
  73. font-family: "Source Sans Pro Regular", helvetica, sans-serif !important;
  74. line-height: 1.5 !important;
  75. font-size: 17px !important;
  76. margin: 0 auto !important;
  77. color: #A9A9A9 !important;
  78. -webkit-font-smoothing: antialiased;
  79. -moz-osx-font-smoothing: grayscale;
  80. }
  81. img {
  82. max-width: 100%;
  83. }
  84. a {
  85. color: gray !important;
  86. text-decoration: none !important;
  87. }
  88. a:hover {
  89. opacity: .7 !important;
  90. }
  91. nav a {
  92. border-bottom: none;
  93. }
  94. nav a:hover, nav a.active {
  95. border-bottom: 1px solid;
  96. opacity: 1;
  97. }
  98. .header {
  99. padding-top: 0px;
  100. }
  101. .logo a, .main-nav a {
  102. text-decoration: none;
  103. color: #222;
  104. }
  105. .logo p {
  106. font-size: 42px;
  107. margin-top: 0;
  108. }
  109. .main-nav {
  110. text-align: right;
  111. }
  112. .main-nav a {
  113. font-size: 28px;
  114. margin-right: 30px;
  115. }
  116. .main-nav .navlink-contact {
  117. margin-right: 0;
  118. }
  119. .tagline {
  120. font-size: 20px;
  121. }
  122. .single-project .grid {
  123. padding-top: 40px;
  124. }
  125. .skills img {
  126. width: 48%;
  127. padding-bottom: 30px;
  128. }
  129. section {
  130. padding: 0px 0;
  131. }
  132. h2{
  133. color: #A9A9A9 !important;
  134. }
  135. .tag {
  136. background-color: rgba(0, 0, 0, 0.05);
  137. border-radius: 4px;
  138. margin-right: 4px;
  139. padding: 4px 6px;
  140. text-transform: capitalize;
  141. }
  142. .entries {
  143. padding-left: 0;
  144. position: relative;
  145. overflow:auto;
  146. text-align:
  147. }
  148. .entries ul {
  149. padding-left: 0;
  150. }
  151. .entries li {
  152. list-style: none;h2
  153. }
  154. .work [class*='col-'] img {
  155. width: 100%;
  156. margin-top: 30px;
  157. }
  158. .work .col-1-2 {
  159. padding-bottom: 20px;
  160. }
  161. .work h2, .contact h2 {
  162. font-weight: normal;
  163. }
  164. .container.about {
  165. padding-top: 20px;
  166. }
  167. /* make a grid */
  168. [class*='col-'] {
  169. float: left;
  170. }
  171. .grid:after {
  172. content: "";
  173. display: table;
  174. clear: both;
  175. }
  176. .grid {
  177. margin-left: -10px;
  178. margin-right: -10px;
  179. }
  180. [class*='col-'] {
  181. padding-left: 10px;
  182. padding-right: 10px;
  183. }
  184. .col-1-2 {
  185. width: 50%;
  186. }
  187. .col-1-3 {
  188. width: 33.33%;
  189. margin-bottom: 25px;
  190. }
  191. .col-2-3 {
  192. width: 66.66%;
  193. }
  194. .col-1-4 {
  195. width: 23%;
  196. margin-bottom: 25px;
  197. }
  198. .container {
  199. width: 90% !important;
  200. margin: 0 auto;
  201. padding-top: 30px;
  202. padding-bottom: 0px;
  203. padding-left: 0px;
  204. padding-right: 0px;
  205. position: relative;
  206. }
  207. /* single project */
  208. .single-project .tagline {
  209. padding-top: 10px;
  210. }
  211. .work-img {
  212. max-width: 100%;
  213. padding-bottom: 30px;
  214. }
  215. .single-project .grid {
  216. text-align: center;
  217. }
  218. .centerBlock {
  219. text-align: center;
  220. }
  221. @media all and (max-width: 760px) {
  222. .work-img {
  223. width: 100%;
  224. }
  225. }
  226. @media all and (max-width: 560px) {
  227. [class*='col-'] {
  228. width: 100%;
  229. }
  230. .main-nav a {
  231. font-size: 23px;
  232. margin-right: 18px;
  233. }
  234. .tagline {
  235. font-size: 19px;
  236. }
  237. .main-nav {
  238. text-align: left;
  239. }
  240. .header {
  241. padding-top: 22px;
  242. }
  243. .logo p {
  244. margin-bottom: 12px;
  245. }
  246. .main-nav > img {
  247. padding-bottom: 12px;
  248. }
  249. section {
  250. padding: 0px 0;
  251. }
  252. }
  253. .text-center {
  254. text-align: center
  255. }
  256. .byline {
  257. font-style: italic;
  258. }
  259. .contact-links {
  260. color: gray;
  261. }
  262. .contact-links ul li {
  263. display: inline;
  264. text-align:right;
  265. }
  266. .contact-links a {
  267. border-bottom: none;
  268. color:#000;
  269. opacity: .8;
  270. }
  271. .contact-links a:hover, nav a.active {
  272. border-bottom: 1px solid;
  273. opacity: .8;
  274. }
  275. .contact ul li {
  276. list-style-type: none;
  277. }
  278. .bio {
  279. font-size:26px;
  280. }
  281. .lead-in {
  282. font-size:20px;
  283. }
  284. .single-blog-post img, .single-blog-post video {
  285. width: 100%;
  286. padding: 0% 5% 0% 5%;
  287. }
  288. .single-blog-post .caption {
  289. padding: 0 5% 2% 5%;
  290. font-style: italic;
  291. }
  292. .hide {
  293. display: none !important;
  294. }
  295. .show {
  296. display: block !important;
  297. }
  298. /* Buttons */
  299. button.list-group-item-success {
  300. color: #3c763d;
  301. }
  302. a.list-group-item-success .list-group-item-heading,
  303. button.list-group-item-success .list-group-item-heading {
  304. color: inherit;
  305. }
  306. a.list-group-item-success:hover,
  307. button.list-group-item-success:hover,
  308. a.list-group-item-success:focus,
  309. button.list-group-item-success:focus {
  310. color: #3c763d;
  311. background-color: #d0e9c6;
  312. }
  313. a.list-group-item-success.active,
  314. button.list-group-item-success.active,
  315. a.list-group-item-success.active:hover,
  316. button.list-group-item-success.active:hover,
  317. a.list-group-item-success.active:focus,
  318. button.list-group-item-success.active:focus {
  319. color: #fff;
  320. background-color: #3c763d;
  321. border-color: #3c763d;
  322. }
  323. .list-group-item-info {
  324. color: #31708f;
  325. background-color: #d9edf7;
  326. }
  327. a.list-group-item-info,
  328. button.list-group-item-info {
  329. color: #31708f;
  330. }
  331. a.list-group-item-info .list-group-item-heading,
  332. button.list-group-item-info .list-group-item-heading {
  333. color: inherit;
  334. }
  335. a.list-group-item-info:hover,
  336. button.list-group-item-info:hover,
  337. a.list-group-item-info:focus,
  338. button.list-group-item-info:focus {
  339. color: #31708f;
  340. background-color: #c4e3f3;
  341. }
  342. a.list-group-item-info.active,
  343. button.list-group-item-info.active,
  344. a.list-group-item-info.active:hover,
  345. button.list-group-item-info.active:hover,
  346. a.list-group-item-info.active:focus,
  347. button.list-group-item-info.active:focus {
  348. color: #fff;
  349. background-color: #31708f;
  350. border-color: #31708f;
  351. }
  352. .list-group-item-warning {
  353. color: #8a6d3b;
  354. background-color: #fcf8e3;
  355. }
  356. a.list-group-item-warning,
  357. button.list-group-item-warning {
  358. color: #8a6d3b;
  359. }
  360. a.list-group-item-warning .list-group-item-heading,
  361. button.list-group-item-warning .list-group-item-heading {
  362. color: inherit;
  363. }
  364. a.list-group-item-warning:hover,
  365. button.list-group-item-warning:hover,
  366. a.list-group-item-warning:focus,
  367. button.list-group-item-warning:focus {
  368. color: #8a6d3b;
  369. background-color: #faf2cc;
  370. }
  371. a.list-group-item-warning.active,
  372. button.list-group-item-warning.active,
  373. a.list-group-item-warning.active:hover,
  374. button.list-group-item-warning.active:hover,
  375. a.list-group-item-warning.active:focus,
  376. button.list-group-item-warning.active:focus {
  377. color: #fff;
  378. background-color: #8a6d3b;
  379. border-color: #8a6d3b;
  380. }
  381. .list-group-item-danger {
  382. color: #a94442;
  383. background-color: #f2dede;
  384. }
  385. a.list-group-item-danger,
  386. button.list-group-item-danger {
  387. color: #a94442;
  388. }
  389. a.list-group-item-danger .list-group-item-heading,
  390. button.list-group-item-danger .list-group-item-heading {
  391. color: inherit;
  392. }
  393. a.list-group-item-danger:hover,
  394. button.list-group-item-danger:hover,
  395. a.list-group-item-danger:focus,
  396. button.list-group-item-danger:focus {
  397. color: #a94442;
  398. background-color: #ebcccc;
  399. }
  400. a.list-group-item-danger.active,
  401. button.list-group-item-danger.active,
  402. a.list-group-item-danger.active:hover,
  403. button.list-group-item-danger.active:hover,
  404. a.list-group-item-danger.active:focus,
  405. button.list-group-item-danger.active:focus {
  406. color: #fff;
  407. background-color: #a94442;
  408. border-color: #a94442;
  409. }
  410. button.close {
  411. -webkit-appearance: none;
  412. padding: 0;
  413. cursor: pointer;
  414. background: transparent;
  415. border: 0;
  416. }
  417. button,
  418. input,
  419. optgroup,
  420. select,
  421. textarea {
  422. margin: 0;
  423. font: inherit;
  424. color: inherit;
  425. }
  426. button {
  427. overflow: visible;
  428. }
  429. button,
  430. select {
  431. text-transform: none;
  432. }
  433. button,
  434. html input[type="button"],
  435. input[type="reset"],
  436. input[type="submit"] {
  437. -webkit-appearance: button;
  438. cursor: pointer;
  439. }
  440. button[disabled],
  441. html input[disabled] {
  442. cursor: default;
  443. }
  444. button::-moz-focus-inner,
  445. input::-moz-focus-inner {
  446. padding: 0;
  447. border: 0;
  448. }
  449. input {
  450. line-height: normal;
  451. }
  452. input[type="checkbox"],
  453. input[type="radio"] {
  454. -webkit-box-sizing: border-box;
  455. -moz-box-sizing: border-box;
  456. box-sizing: border-box;
  457. padding: 0;
  458. }
  459. input[type="number"]::-webkit-inner-spin-button,
  460. input[type="number"]::-webkit-outer-spin-button {
  461. height: auto;
  462. }
  463. input[type="search"] {
  464. -webkit-box-sizing: content-box;
  465. -moz-box-sizing: content-box;
  466. box-sizing: content-box;
  467. -webkit-appearance: textfield;
  468. }
  469. input[type="search"]::-webkit-search-cancel-button,
  470. input[type="search"]::-webkit-search-decoration {
  471. -webkit-appearance: none;
  472. }
  473. .sinopse{
  474. margin-top: 10px;
  475. font-size: 10.1pt;
  476. font-weight: 400;
  477. }
  478. .splash{
  479. height: 173px;
  480. background-repeat: no-repeat;
  481. background-position: center;
  482. background-size: cover;
  483. }
  484. .splash-play{
  485. float: left;
  486. background: transparent;
  487. -webkit-appearance: none;
  488. border: 0px;
  489. padding-left: 45%;
  490. padding-top: 56.5px;
  491. opacity: 0.6;
  492. outline:none;
  493. }
  494. .splash-play:hover,
  495. .splash-play:focus {
  496. opacity: 1;
  497. }
  498. .classind{
  499. text-transform: uppercase;
  500. border: 1px solid #333;
  501. padding: 0 5px;
  502. }
  503. .panel-novo{
  504. max-width: 900px;
  505. }
  506. .apps-page{
  507. margin-top: 20px;
  508. text-align: center;
  509. color: white;
  510. font-size: 15pt;
  511. text-shadow: 1px 1px 4px rgba(0,0,0,.6);
  512. padding-top: 80px;
  513. padding-bottom: 40px;
  514. padding-left: 15%;
  515. padding-right: 15%;
  516. background-image: url("/ajeet-mestry-429216.jpg");
  517. height: 40%;
  518. background-repeat: no-repeat;
  519. background-size: cover;
  520. }
  521. .manifesto{
  522. margin-top: 20px;
  523. text-align: center;
  524. color: white;
  525. font-size: 15pt;
  526. text-shadow: 1px 1px 4px rgba(0,0,0,.6);
  527. padding-top: 80px;
  528. padding-bottom: 40px;
  529. padding-left: 15%;
  530. padding-right: 15%;
  531. background-image: url("/jon-tyson-228428.jpg");
  532. height: 45%;
  533. background-repeat: no-repeat;
  534. background-size: cover;
  535. }
  536. .manifesto > h1{
  537. color: white;
  538. font-size: 30pt;
  539. }
  540. .footer-icons{
  541. padding-top: 10px;
  542. margin-right: 7.5px;
  543. margin-left: 7.5px;
  544. font-size: 1.9em !important;
  545. text-align: center;
  546. }
  547. .thumbCatalogo{
  548. width: 480px;
  549. height: 270px;
  550. }
  551. .apoio-marcas{
  552. margin: 15px;
  553. }
  554. .footer2{
  555. margin-top:110px;
  556. }
  557. .tagcardgrab{
  558. margin-top: 15px;
  559. position: relative;
  560. cursor: -webkit-grab;
  561. cursor: grab;
  562. overflow-x: hidden;
  563. overflow-y: hidden;
  564. height: 45px;
  565. }
  566. .tagcardgrab:after {
  567. position: absolute;
  568. top: 0;
  569. right: 0;
  570. display: block;
  571. width: 100px;
  572. height: 100%;
  573. pointer-events: none;
  574. content: "";
  575. background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,#000 95%,#000)
  576. }
  577. .tagcardcontainer{
  578. box-sizing: content-box;
  579. display: -webkit-box;
  580. display: flex;
  581. overflow-x: scroll;
  582. overflow-y: hidden;
  583. }
  584. .tagcard{
  585. background-size: 130px;
  586. transition: background-color .15s ease-in-out;
  587. cursor: pointer;
  588. margin-right: 15px;
  589. font-size: 14px;
  590. line-height: 1.3;
  591. min-width: 125px;
  592. height: 45px;
  593. text-align: center;
  594. vertical-align: middle;
  595. border-radius: 5%;
  596. }
  597. .tagcard-text {
  598. margin: 0;
  599. font-size: 18px;
  600. line-height: 1.3;
  601. text-shadow: 0 0 8px rgba(0,0,0,.3);
  602. text-transform: capitalize;
  603. display: block;
  604. background-color: #00000085;
  605. transition: background-color .15s ease-in-out;
  606. padding: 13px;
  607. padding-left: 4px;
  608. padding-right: 4px;
  609. color: #fff !important;
  610. text-shadow: 1px 2px #3723234d;
  611. }
  612. .tagcard:hover {
  613. -webkit-filter: brightness(70%);
  614. -webkit-transition: all .3s ease;
  615. -moz-transition: all .3s ease;
  616. -o-transition: all .3s ease;
  617. -ms-transition: all .3s ease;
  618. transition: all .3s ease;
  619. }
  620. .text-small{
  621. font-size: 9pt;
  622. }
  623. .text-medium{
  624. font-size: 11pt;
  625. }
  626. .inst-container{
  627. background-color: #ececec;
  628. color: #4b4b4b;
  629. padding: 25px 45px;
  630. margin-top: -36px;
  631. }
  632. .copyleft {
  633. display: inline-block;
  634. transform: rotate(180deg);
  635. }