123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786 |
- /* fonts */
- /* source-sans-pro, available at https://github.com/adobe-fonts/source-sans-pro */
- @font-face {
- font-family: 'Source Sans Pro';
- font-style: normal;
- font-weight: 600;
- src: url('/fonts/source-sans-pro-v11-latin-600.eot'); /* IE9 Compat Modes */
- src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
- url('/fonts/source-sans-pro-v11-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('/fonts/source-sans-pro-v11-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
- url('/fonts/source-sans-pro-v11-latin-600.woff') format('woff'), /* Modern Browsers */
- url('/fonts/source-sans-pro-v11-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
- url('/fonts/source-sans-pro-v11-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
- }
- /* source-sans-pro-regular - latin */
- @font-face {
- font-family: 'Source Sans Pro Regular';
- font-style: normal;
- font-weight: 400;
- src: url('/fonts/source-sans-pro-v11-latin-regular.eot'); /* IE9 Compat Modes */
- src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
- url('/fonts/source-sans-pro-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('/fonts/source-sans-pro-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
- url('/fonts/source-sans-pro-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
- url('/fonts/source-sans-pro-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
- url('/fonts/source-sans-pro-v11-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
- }
- /* Basics */
- .alignleft {
- float: left;
- }
- .alignright {
- float: right;
- }
- /* styles */
- .videoWrapper {
- position: relative;
- padding-bottom: 56.25%; /* 16:9 */
- padding-top: 25px;
- height: 0;
- }
- .videoWrapper iframe {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- }
- .titlePlayer{
- color: #DCDCDC !important;
- text-shadow: 2px 2px #000 !important;
- }
- .exitTimes{
- color: #fff;
- }
- .fadeCatalogo{
- border-bottom: 0px solid;
- opacity:0;
- -moz-transition: opacity 2s;
- -webkit-transition: opacity 2s;
- -o-transition: opacity 2s;
- transition: opacity 2s;
- }
- #lb-logo {opacity:0;
- -moz-transition: opacity 2s; /* Firefox 4 */
- -webkit-transition: opacity 2s; /* Safari and Chrome */
- -o-transition: opacity 2s;
- transition: opacity 2s;
- }
- .login-container {
- max-width: 655px;
- }
- *, *:after, *:before {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- body {
- background-color: #000 !important;
- font-family: "Source Sans Pro Regular", helvetica, sans-serif !important;
- line-height: 1.5 !important;
- font-size: 17px !important;
- margin: 0 auto !important;
- color: #A9A9A9 !important;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- img {
- max-width: 100%;
- }
- a {
- color: gray !important;
- text-decoration: none !important;
- }
- a:hover {
- opacity: .7 !important;
- }
- nav a {
- border-bottom: none;
- }
- nav a:hover, nav a.active {
- border-bottom: 1px solid;
- opacity: 1;
- }
- .header {
- padding-top: 0px;
- }
- .logo a, .main-nav a {
- text-decoration: none;
- color: #222;
- }
- .logo p {
- font-size: 42px;
- margin-top: 0;
- }
- .main-nav {
- text-align: right;
- }
- .main-nav a {
- font-size: 28px;
- margin-right: 30px;
- }
- .main-nav .navlink-contact {
- margin-right: 0;
- }
- .tagline {
- font-size: 20px;
- }
- .single-project .grid {
- padding-top: 40px;
- }
- .skills img {
- width: 48%;
- padding-bottom: 30px;
- }
- section {
- padding: 0px 0;
- }
- h2{
- color: #A9A9A9 !important;
- }
- .tag {
- background-color: rgba(0, 0, 0, 0.05);
- border-radius: 4px;
- margin-right: 4px;
- padding: 4px 6px;
- text-transform: capitalize;
- }
- .entries {
- padding-left: 0;
- position: relative;
- overflow:auto;
- text-align:
- }
- .entries ul {
- padding-left: 0;
- }
- .entries li {
- list-style: none;h2
- }
- .work [class*='col-'] img {
- width: 100%;
- margin-top: 30px;
- }
- .work .col-1-2 {
- padding-bottom: 20px;
- }
- .work h2, .contact h2 {
- font-weight: normal;
- }
- .container.about {
- padding-top: 20px;
- }
- /* make a grid */
- [class*='col-'] {
- float: left;
- }
- .grid:after {
- content: "";
- display: table;
- clear: both;
- }
- .grid {
- margin-left: -10px;
- margin-right: -10px;
- }
- [class*='col-'] {
- padding-left: 10px;
- padding-right: 10px;
- }
- .col-1-2 {
- width: 50%;
- }
- .col-1-3 {
- width: 33.33%;
- margin-bottom: 25px;
- }
- .col-2-3 {
- width: 66.66%;
- }
- .col-1-4 {
- width: 23%;
- margin-bottom: 25px;
- }
- .container {
- width: 90% !important;
- margin: 0 auto;
- padding-top: 30px;
- padding-bottom: 0px;
- padding-left: 0px;
- padding-right: 0px;
- position: relative;
- }
- /* single project */
- .single-project .tagline {
- padding-top: 10px;
- }
- .work-img {
- max-width: 100%;
- padding-bottom: 30px;
- }
- .single-project .grid {
- text-align: center;
- }
- .centerBlock {
- text-align: center;
- }
- @media all and (max-width: 760px) {
- .work-img {
- width: 100%;
- }
- }
- @media all and (max-width: 560px) {
- [class*='col-'] {
- width: 100%;
- }
- .main-nav a {
- font-size: 23px;
- margin-right: 18px;
- }
- .tagline {
- font-size: 19px;
- }
- .main-nav {
- text-align: left;
- }
- .header {
- padding-top: 22px;
- }
- .logo p {
- margin-bottom: 12px;
- }
- .main-nav > img {
- padding-bottom: 12px;
- }
- section {
- padding: 0px 0;
- }
- }
- .text-center {
- text-align: center
- }
- .byline {
- font-style: italic;
- }
- .contact-links {
- color: gray;
- }
- .contact-links ul li {
- display: inline;
- text-align:right;
- }
- .contact-links a {
- border-bottom: none;
- color:#000;
- opacity: .8;
- }
- .contact-links a:hover, nav a.active {
- border-bottom: 1px solid;
- opacity: .8;
- }
- .contact ul li {
- list-style-type: none;
- }
- .bio {
- font-size:26px;
- }
- .lead-in {
- font-size:20px;
- }
- .single-blog-post img, .single-blog-post video {
- width: 100%;
- padding: 0% 5% 0% 5%;
- }
- .single-blog-post .caption {
- padding: 0 5% 2% 5%;
- font-style: italic;
- }
- .hide {
- display: none !important;
- }
- .show {
- display: block !important;
- }
- /* Buttons */
- button.list-group-item-success {
- color: #3c763d;
- }
- a.list-group-item-success .list-group-item-heading,
- button.list-group-item-success .list-group-item-heading {
- color: inherit;
- }
- a.list-group-item-success:hover,
- button.list-group-item-success:hover,
- a.list-group-item-success:focus,
- button.list-group-item-success:focus {
- color: #3c763d;
- background-color: #d0e9c6;
- }
- a.list-group-item-success.active,
- button.list-group-item-success.active,
- a.list-group-item-success.active:hover,
- button.list-group-item-success.active:hover,
- a.list-group-item-success.active:focus,
- button.list-group-item-success.active:focus {
- color: #fff;
- background-color: #3c763d;
- border-color: #3c763d;
- }
- .list-group-item-info {
- color: #31708f;
- background-color: #d9edf7;
- }
- a.list-group-item-info,
- button.list-group-item-info {
- color: #31708f;
- }
- a.list-group-item-info .list-group-item-heading,
- button.list-group-item-info .list-group-item-heading {
- color: inherit;
- }
- a.list-group-item-info:hover,
- button.list-group-item-info:hover,
- a.list-group-item-info:focus,
- button.list-group-item-info:focus {
- color: #31708f;
- background-color: #c4e3f3;
- }
- a.list-group-item-info.active,
- button.list-group-item-info.active,
- a.list-group-item-info.active:hover,
- button.list-group-item-info.active:hover,
- a.list-group-item-info.active:focus,
- button.list-group-item-info.active:focus {
- color: #fff;
- background-color: #31708f;
- border-color: #31708f;
- }
- .list-group-item-warning {
- color: #8a6d3b;
- background-color: #fcf8e3;
- }
- a.list-group-item-warning,
- button.list-group-item-warning {
- color: #8a6d3b;
- }
- a.list-group-item-warning .list-group-item-heading,
- button.list-group-item-warning .list-group-item-heading {
- color: inherit;
- }
- a.list-group-item-warning:hover,
- button.list-group-item-warning:hover,
- a.list-group-item-warning:focus,
- button.list-group-item-warning:focus {
- color: #8a6d3b;
- background-color: #faf2cc;
- }
- a.list-group-item-warning.active,
- button.list-group-item-warning.active,
- a.list-group-item-warning.active:hover,
- button.list-group-item-warning.active:hover,
- a.list-group-item-warning.active:focus,
- button.list-group-item-warning.active:focus {
- color: #fff;
- background-color: #8a6d3b;
- border-color: #8a6d3b;
- }
- .list-group-item-danger {
- color: #a94442;
- background-color: #f2dede;
- }
- a.list-group-item-danger,
- button.list-group-item-danger {
- color: #a94442;
- }
- a.list-group-item-danger .list-group-item-heading,
- button.list-group-item-danger .list-group-item-heading {
- color: inherit;
- }
- a.list-group-item-danger:hover,
- button.list-group-item-danger:hover,
- a.list-group-item-danger:focus,
- button.list-group-item-danger:focus {
- color: #a94442;
- background-color: #ebcccc;
- }
- a.list-group-item-danger.active,
- button.list-group-item-danger.active,
- a.list-group-item-danger.active:hover,
- button.list-group-item-danger.active:hover,
- a.list-group-item-danger.active:focus,
- button.list-group-item-danger.active:focus {
- color: #fff;
- background-color: #a94442;
- border-color: #a94442;
- }
- button.close {
- -webkit-appearance: none;
- padding: 0;
- cursor: pointer;
- background: transparent;
- border: 0;
- }
- button,
- input,
- optgroup,
- select,
- textarea {
- margin: 0;
- font: inherit;
- color: inherit;
- }
- button {
- overflow: visible;
- }
- button,
- select {
- text-transform: none;
- }
- button,
- html input[type="button"],
- input[type="reset"],
- input[type="submit"] {
- -webkit-appearance: button;
- cursor: pointer;
- }
- button[disabled],
- html input[disabled] {
- cursor: default;
- }
- button::-moz-focus-inner,
- input::-moz-focus-inner {
- padding: 0;
- border: 0;
- }
- input {
- line-height: normal;
- }
- input[type="checkbox"],
- input[type="radio"] {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- padding: 0;
- }
- input[type="number"]::-webkit-inner-spin-button,
- input[type="number"]::-webkit-outer-spin-button {
- height: auto;
- }
- input[type="search"] {
- -webkit-box-sizing: content-box;
- -moz-box-sizing: content-box;
- box-sizing: content-box;
- -webkit-appearance: textfield;
- }
- input[type="search"]::-webkit-search-cancel-button,
- input[type="search"]::-webkit-search-decoration {
- -webkit-appearance: none;
- }
- .sinopse{
- margin-top: 10px;
- font-size: 10.1pt;
- font-weight: 400;
- }
- .splash{
- height: 173px;
- background-repeat: no-repeat;
- background-position: center;
- background-size: cover;
- }
- .splash-play{
- float: left;
- background: transparent;
- -webkit-appearance: none;
- border: 0px;
- padding-left: 45%;
- padding-top: 56.5px;
- opacity: 0.6;
- outline:none;
- }
- .splash-play:hover,
- .splash-play:focus {
- opacity: 1;
- }
- .classind{
- text-transform: uppercase;
- border: 1px solid #333;
- padding: 0 5px;
- }
- .panel-novo{
- max-width: 900px;
- }
- .apps-page{
- margin-top: 20px;
- text-align: center;
- color: white;
- font-size: 15pt;
- text-shadow: 1px 1px 4px rgba(0,0,0,.6);
- padding-top: 80px;
- padding-bottom: 40px;
- padding-left: 15%;
- padding-right: 15%;
- background-image: url("/ajeet-mestry-429216.jpg");
- height: 40%;
- background-repeat: no-repeat;
- background-size: cover;
- }
- .manifesto{
- margin-top: 20px;
- text-align: center;
- color: white;
- font-size: 15pt;
- text-shadow: 1px 1px 4px rgba(0,0,0,.6);
- padding-top: 80px;
- padding-bottom: 40px;
- padding-left: 15%;
- padding-right: 15%;
- background-image: url("/jon-tyson-228428.jpg");
- height: 45%;
- background-repeat: no-repeat;
- background-size: cover;
- }
- .manifesto > h1{
- color: white;
- font-size: 30pt;
- }
- .footer-icons{
- padding-top: 10px;
- margin-right: 7.5px;
- margin-left: 7.5px;
- font-size: 1.9em !important;
- text-align: center;
- }
- .thumbCatalogo{
- width: 480px;
- height: 270px;
- }
- .apoio-marcas{
- margin: 15px;
- }
- .footer2{
- font-size: 11pt;
- margin-top:16%;
- right: 0;
- bottom: 0;
- left: 0;
- padding: 1rem;
- }
- .tagcardgrab{
- margin-top: 15px;
- position: relative;
- cursor: -webkit-grab;
- cursor: grab;
- overflow-x: hidden;
- overflow-y: hidden;
- height: 45px;
- }
- .tagcardgrab:after {
- position: absolute;
- top: 0;
- right: 0;
- display: block;
- width: 100px;
- height: 100%;
- pointer-events: none;
- content: "";
- background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,#000 95%,#000)
- }
- .tagcardcontainer{
- box-sizing: content-box;
- display: -webkit-box;
- display: flex;
- overflow-x: scroll;
- overflow-y: hidden;
- }
- .tagcard{
- background-size: 130px;
- transition: background-color .15s ease-in-out;
- cursor: pointer;
- margin-right: 15px;
- font-size: 14px;
- line-height: 1.3;
- min-width: 125px;
- height: 45px;
- text-align: center;
- vertical-align: middle;
- border-radius: 5%;
- }
- .tagcard-text {
- margin: 0;
- font-size: 18px;
- line-height: 1.3;
- text-shadow: 0 0 8px rgba(0,0,0,.3);
- text-transform: capitalize;
- display: block;
- background-color: #00000085;
- transition: background-color .15s ease-in-out;
- padding: 13px;
- padding-left: 4px;
- padding-right: 4px;
- color: #fff !important;
- text-shadow: 1px 2px #3723234d;
- }
- .tagcard:hover {
- -webkit-filter: brightness(70%);
- -webkit-transition: all .3s ease;
- -moz-transition: all .3s ease;
- -o-transition: all .3s ease;
- -ms-transition: all .3s ease;
- transition: all .3s ease;
- }
- .text-small{
- font-size: 9pt;
- }
- .text-medium{
- font-size: 11pt;
- }
- .inst-container{
- background-color: #ececec;
- color: #4b4b4b;
- padding: 25px 45px;
- margin-top: -36px;
- }
- .copyleft {
- display: inline-block;
- transform: rotate(180deg);
- }
- @media all and (max-width: 560px) {
- .thumb-404:first-child {
- margin-top: 0em;
- }
- .thumb-404 {
- margin-top: 1.5em;
- }
- }
- /****************** Profile Page ********************/
- .profile_pic{
- max-width: 200px;
- border-radius: 100%;
- }
- .profile_banner{
- overflow: hidden;
- }
- .profile_banner:after {
- content: "";
- position: absolute;
- width : 100%;
- height: 350px;
- background: inherit;
- z-index: -1;
- background-size: cover;
- filter : opacity(55%) blur(1px);
- -moz-filter : opacity(55%) blur(1px);
- -webkit-filter: opacity(55%) blur(1px);
- -o-filter : opacity(55%) blur(1px);
- }
- .profile_banner_content{
- overflow: hidden;
- text-align: center;
- height: 350px;
- padding-top: 30px;
- padding-bottom: 0px;
- text-shadow: 1px 2px 3px #000
- }
- /****************** Film Info Page ********************/
- .film_pic{
- width: 100%;
- align-content: center;
- }
- .banner-play{
- position: static;
- background: transparent;
- -webkit-appearance: none;
- border: 0px;
- padding-left: 48%;
- padding-top: 270px;
- opacity: 1 !important;
- outline:none;
- }
- .banner-play:hover,
- .banner-play:focus {
- opacity: 1 !important;
- }
- .film_banner{
- margin-top: -15px;
- position: static;
- width : 100%;
- height: 600px;
- background-size: cover !important;
- z-index: 0;
- -webkit-box-shadow: inset 0px 0px 106px 79px rgba(0,0,0,1);
- -moz-box-shadow: inset 0px 0px 106px 79px rgba(0,0,0,1);
- box-shadow: inset 0px 0px 106px 79px rgba(0,0,0,1);
- filter : opacity(75%);
- -moz-filter : opacity(75%);
- -webkit-filter: opacity(75%);
- -o-filter : opacity(75%);
- }
- .film_content{
- margin-top: -50px;
- }
- .film_content_left{
- margin-top: 15px;
- }
- .film_content_left p{
- font-size: 0.9em;
- }
|