custom.css 15 KB

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