/*
Theme name: Laboratório de Sistemas Distribuídos
Theme URI: https://github.com/jeffersonrpn/lsd-website
Author: Jefferson Neves <jefferson.rpn@gmail.com>
Author URI: https://github.com/jeffersonrpn
Version: 0.1.0
*/
.bug {border: solid 1px red;}
.bgbug {background-color: red;}
@font-face {
  font-family: 'CircularStd-Medium';
  src: url('assets/fonts/CircularStd-Medium.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/CircularStd-Medium.otf')  format('opentype'),
    url('assets/fonts/CircularStd-Medium.woff') format('woff'),
    url('assets/fonts/CircularStd-Medium.ttf')  format('truetype'),
    url('assets/fonts/CircularStd-Medium.svg#CircularStd-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
    font-family: 'CircularStd-Medium', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
}
h1,h2,h4 {
    text-transform: uppercase;
}
h1 {
    font-size: 40px;
}
@media(max-width:768px) {
  h1 {
      font-size: 28px;
  }
}
@media(max-width:320px) {
  h1 {
      font-size: 20px;
  }
}
h2 {
    margin-top: 50px;
    margin-bottom: 50px;
    color: #DB914D;
}
h4 {
    font-size: 14px;
}
p {
    font-size: 16px;
}
a:link {
    text-decoration: none;
}
/* PAGE TRANSITIONS *
.page {
    opacity: 1;
}
.page.ng-enter,
.page.ng-leave {
    transition: opacity .25s ease-in-out;
        -webkit-transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -o-transition: opacity .25s ease-in-out;
}
.page.ng-enter.ng-enter-active {
    opacity: 1;
}
.page.ng-leave.ng-leave-active {
    opacity: 0;
}
*/
@keyframes fadeOut {
    from    { opacity: 1 }
    to      { opacity: 0 }
}
.page {
  opacity: 1;
  transition: all .2s ease;
  -webkit-transition:all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
}
.page.ng-enter {
    opacity: 0;
}
.page.ng-leave {
    animation: fadeOut .2s both ease-in;
}
/* CONTENT WRAPPER */
#sidebar-wrapper {
    position: fixed;
    z-index: 2;
    left: 250px;
    width: 200px;
    height: 100%;
    margin-left: -250px;
    overflow: hidden;
    transition: margin-left .5s ease;
        -webkit-transition: margin-left .5s ease;
        -moz-transition: margin-left .5s ease;
        -o-transition: margin-left .5s ease;
}
#page-wrapper {
    position: relative;
    z-index: 1;
    padding-left: 200px;
    transition: padding-left 0.5s ease;
        -webkit-transition: padding-left .5s ease;
        -moz-transition: padding-left .5s ease;
        -o-transition: padding-left .5s ease;
}
@media(max-width:768px) {
    #sidebar-wrapper {
        margin-left: -450px;
    }
    #page-wrapper {
        padding-left: 0;
    }
}
.page-content-wrapper {
    margin-right: -15px;
    margin-left: -15px;
    min-height: 800px;
}
.page-maincontent-wrapper {
    min-height: 800px;
}
/* END CONTENT WRAPPER */

.logo-sm {
  padding-top: 20px;
}

.search-box {
    position: fixed;
    padding: 14px 10px 8px 8px;
    top: 180px;
    left: 100px;
    height: 70px;
    opacity: 1;
    z-index: 99999;
    background-color: #fff;
    transition: .2s linear width;
        -webkit-transition: .2s linear width;
        -moz-transition: .2s linear width;
        -o-transition: .2s linear width;
}
.search-box * {
  z-index: 99999;
}
.search-box-input {
    font-size: 2em;
    border: none;
}
.search-box-input:focus {
    outline: 0;
}
.search-box.ng-hide-add,
.search-box.ng-hide-remove {
  transition: all linear .2s;
}
.search-box.ng-hide {
  left: -350px;
}
.search-sm {
  padding: 15px 15px 0 15px;
}
.blockA {
    padding: 150px 40px 40px 40px;
    min-height: 420px;
}
@media(max-width:768px) {
    .blockA {
        padding: 40px;
        min-height: 0;
    }
}
.blockA h3 {
    padding: 5px;
    background-color: #fff;
    color: #49BDBC;
}
.blockA h3 small {
    display: block;
}
.blockA h5 {
    padding: 5px;
    background-color: #3F3F3F;
    color: #fff;
}
.blockB {
    padding: 40px;
    min-height: 420px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
@media(max-width:768px) {
    .blockB {
        padding: 40px;
        min-height: 0;
    }
}
.blockB h4 {
    margin: 0;
    padding: 0;
    color: #3F3F3F;
}
.blockC {
    padding: 40px;
    min-height: 210px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
div.block-logo {
    height: 140px;
    padding: 6px 110px;
    font-size: 9em;
    text-indent: 0;
    line-height: 150px;
    text-align: center;
    transition: background-color .5s;
        -webkit-transition: background-color .5s;
        -moz-transition: background-color .5s;
        -o-transition: background-color .5s;
}
#sidebar li.sidebar-brand a {
  padding: 0 30px;
}
#sidebar li.sidebar-brand, div.block-logo {                         background-color: #F4F4F4; }
#sidebar li.sidebar-brand.lab, div.block-logo.lab {                 background-color: #D98E4C; }
#sidebar li.sidebar-brand.posts, div.block-logo.posts {             background-color: #6961AC; }
#sidebar li.sidebar-brand.artigos, div.block-logo.artigos {         background-color: #6961AC; }
#sidebar li.sidebar-brand.projetos, div.block-logo.projetos {       background-color: #486FBD; }
#sidebar li.sidebar-brand.projeto, div.block-logo.projeto {         background-color: #486FBD; }
#sidebar li.sidebar-brand.pensadouro, div.block-logo.pensadouro {   background-color: #DA4D5A; }
#sidebar li.sidebar-brand.pesquisar, div.block-logo.pesquisar {     background-color: #DA4D5A; }
#sidebar li.sidebar-brand.contato, div.block-logo.contato {         background-color: #3F3F3F; }

.lc0{fill:#292929;}
.lc1{fill-rule:evenodd;clip-rule:evenodd;fill:#78BAB8;}
.lc2{fill-rule:evenodd;clip-rule:evenodd;fill:#576DB0;}
.lc3{fill-rule:evenodd;clip-rule:evenodd;fill:#6761A6;}
.lc4{fill-rule:evenodd;clip-rule:evenodd;fill:#986197;}
.lc5{fill-rule:evenodd;clip-rule:evenodd;fill:#C04E5B;}
.lc6{fill-rule:evenodd;clip-rule:evenodd;fill:#C88E51;}

.lc0.logo-inverse,
.lc1.logo-inverse,
.lc2.logo-inverse,
.lc3.logo-inverse,
.lc4.logo-inverse,
.lc5.logo-inverse,
.lc6.logo-inverse { fill:#FFF; }

.block1 { background-color: #FFFFFF; background-size: cover; background-position: 50%; } .block1 h5 { color: #49BDBC; }
.block2 { background-color: #FFFFFF; } .block2 h3 { color: #6961AC; }
.block3 { background-color: #DA4D5A; } .block3 h3 { color: #FFFFFF; }
.block4 { background-color: #6961AC; } .block4 h3 { color: #FFFFFF; }
.block5 { background-color: #D98E4C; } .block5 h3 { color: #FFFFFF; }
.block6 { background-color: #486FBD; } .block6 h3 { color: #FFFFFF; }
.block7 { background-color: #FFFFFF; } .block7 h3 { color: #3F3F3F; }
.block8 { background-color: #3F3F3F; } .block8 h3 { color: #D98E4C; }
.block9 { background-color: #48BEBB; } .block9 h3 { color: #FFFFFF; }
.block10 { background-color: #AB619C; } .block10 h3 { color: #FFFFFF; }
.blockImg {
    background-color: #FFFFFF;
    background-size: cover;
    background-position: 50%;
    filter: grayscale(1);
        -webkit-filter: grayscale(1);
        -moz-filter: grayscale(1);
        -o-filter: grayscale(1);
    transition: width 0.5s ease, filter 0.5s ease;
        -webkit-transition: width 0.5s ease, filter 0.5s ease;
        -moz-transition: width 0.5s ease, filter 0.5s ease;
        -o-transition: width 0.5s ease, filter 0.5s ease;
}
.blockImg:hover {
    filter: none;
        -webkit-filter: none;
        -moz-filter: none;
        -o-filter: none;
}
.blockNone {
    display: none;
}
.btn1 { background-color: #DA4D5A; }
.btn2 { background-color: #AB619C; }
.btn3 { background-color: #6B60AC; }
.box {
    padding: 40px;
}
.box h3 {
    margin: 0 0 10px;
}
.box-light { background-color: #FFFFFF; }
.box-light p { color: #3F3F3F; }
.box-dark { background-color: #3F3F3F; }
.box-dark p { color: #FFFFFF; }

.box1, .box11, .box21 { background-color: #DA4D5A; }
.box3, .box13, .box23 { background-color: #486FBD; }
.box5, .box15, .box25 { background-color: #D98E4C; }
.box7, .box17, .box27 { background-color: #AB619C; }
.box9, .box19, .box29 { background-color: #6961AC; }

.title0, .title11 { color: #AB619C; }
.title1, .title12 { color: #3F3F3F; }
.title2, .title13 { color: #6961AC; }
.title3, .title14 { color: #3F3F3F; }
.title4, .title15 { color: #48BEBB; }
.title5, .title16 { color: #3F3F3F; }
.title6, .title17 { color: #DA4D5A; }
.title7, .title18 { color: #3F3F3F; }
.title8, .title19 { color: #486FBD; }
.title9, .title20 { color: #3F3F3F; }
.title10, .title21{ color: #AB619C; }
.box-anchor:hover {
    text-decoration: none;
}
footer {
    border-top: solid 1px #DB914D;
    margin-top: 34px;
    padding-top: 14px;
}
.category-menu {
    margin-top: 30px;
    margin-bottom: 30px;
}
article header h1 {
    margin-top: 15px;
}
article header h3 {
    margin-top: 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: #6961AC;
}
article h3 {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 18px;
    text-transform: uppercase;
}
.article-img {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
}
.article-aside {
    border: solid 2px #404040;
    padding: 20px;
    margin-bottom: 20px;
}
.share-btns {
    margin-top: 20px;
    margin-bottom: 20px;
}
div.super-title-box {
    height: 180px;
    background-color: #3F3F3F;
}
@media(max-width:768px) {
    div.super-title-box {
        height: auto;
    }
}
div.super-title {
    background-size: cover;
    background-position: center;
    background-image: url('assets/img/lab.jpg');
}
h1.super-title {
    margin: 0;
    padding: 40px 20px 0 20px;
    font-size: 135px;
    text-transform: uppercase;
    color: #DB914D;
    font-weight: bold;
}
@media(max-width:768px) {
  h1.super-title {
    font-size: 80px;
  }
}
ul.submenu {
    background-color: #3F3F3F;
}
@media(max-width:768px) {
  .nav-pills > li {
    width: 49%;
  }
  .nav-pills > li > a {
    text-align: center;
    padding: 10px 15px;
  }
}
.team-thumb {
  height: 235px;
}
@media(min-width:425px) {
  .team-thumb {
    height: 300px;
  }
}
@media(min-width:800px) {
  .team-thumb {
    height: 300px;
  }
}
@media(min-width: 1200px) {
  .team-thumb {
    height: 360px;
  }
}
.img-team {
  margin-bottom: 15px;
  filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}
.img-team:hover {
  filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
}
.text-lg {
    font-size: 30px;
}
div.btn-follow {
    display: inline;
    margin: 15px 0;
}
div.btn-follow > a {
    padding: 4px 8px;
    text-transform: uppercase;
    background-color: #434343;
    color: #fff;
}
div.btn-follow > a:hover,
div.btn-follow > a:focus {
    text-decoration: none;
}
.btn-icon {
    border-radius: 0;
    height: 150px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
a.btn-icon {
    font-size: 18px;
    color: #fff;
}
a.btn-icon span {
    font-size: 30px;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.flexbox {
    height: 150px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.icon-md {
    font-size: 30px;
}
.icon-lg {
    font-size: 12em;
}
@media(max-width:768px) {
  .icon-lg {
      font-size: 8em;
  }
}
.footer-text {
    padding-top: 20px;
}
/**
 * Sidebar Styles
 */
#sidebar {
    margin: 0 -15px;
    background-color: #fff;
    height: 100%;
}
#sidebar li {
    text-indent: 20px;
    line-height: 70px;
    text-transform: uppercase;
}
#sidebar li a {
    display: block;
    text-decoration: none;
    color: #4E4E4E;
    transition: background-color .5s ease;
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
}
#sidebar li a.even,
#sidebar li a:hover {
    text-decoration: none;
    color: #4E4E4E;
    background-color: #F4F4F4;
}
#sidebar li a:active,
#sidebar li a:focus {
    text-decoration: none;
}
#sidebar li a div {
    float: left;
    font-size: 30px;
}
#sidebar li.sidebar-brand {
    height: 180px;
    font-size: 9em;
    text-indent: 0;
    line-height: 150px;
    text-align: center;
    transition: background-color .5s;
        -webkit-transition: background-color .5s;
        -moz-transition: background-color .5s;
        -o-transition: background-color .5s;
}
#sidebar li.sidebar-brand a {
    padding-top: 25px;
    padding-bottom: 5px;
    color: #3E3E3E;
}
#sidebar li.sidebar-brand a:hover {
    background-color: rgba(255,255,255,0.2);
}
.sidebar-icons {
    margin: 0 15px 0 15px;
    text-align: center;
}
.sidebar-icons a {
    padding-top: 15px;
    padding-bottom: 11px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    color: #4E4E4E;
}
.sidebar-icons a.dark {
    background-color: #3F3F3F;
    color: #fff;
}
.sidebar-icons a.dark:active,
.sidebar-icons a.dark:hover {
    background-color: #363636;
}
.sidebar-icons a span {
    display: block;
    font-size: 24px;
}
/**
 * END Sidebar Styles
 */
.article-filter {
    padding: 30px 100px;
    color: #fff;
}
.article-filter h1 {
    font-size: 1.7em;
    text-transform: none;
}
@media(max-width:768px) {
    .article-filter {
        padding: 15px;
    }
}
.angular-google-map-container {
  height: 400px;
}
@media(max-width:768px) {
  .angular-google-map-container {
    height: 200px;
  }
}

.form-control-dark {
    border: solid 2px #fff;
    border-radius: 0;
    background-color: #3F3F3F;
    color: #fff;
}
div.lsd4ever-img {
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    min-height: 420px;
    overflow: hidden;
}
div.lsd4ever-img a {
    color: #3F3F3F;
}
div.lsd4ever-in {
    position: relative;
    top: 100px;
    right: 350px;
    width: 670px;
    height: 420px;
    background-color: #FFFFFF;
    transform: rotate(50deg);
        -webkit-transform: rotate(50deg);
        -moz-transform: rotate(50deg);
        -o-transform: rotate(50deg);
}
div.lsd4ever-filter {
    margin: 0 -15px;
    background-color: rgba(72, 190, 187, 0.4);
}
div.lsd4ever-inner {
    margin: 0 100px 0 328px;
    transform: rotate(-50deg);
        -webkit-transform: rotate(-50deg);
        -moz-transform: rotate(-50deg);
        -o-transform: rotate(-50deg);
}
div.lsd4ever-inner h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 35px;
    font-weight: bold;
}
@media(max-width:768px) {
  div.lsd4ever-in {
      top: 100px;
  }
  div.lsd4ever-inner {
      margin: 0 117px 0 318px;
  }
}
.navbar-nav > li > a {
  font-size: 1.2em;
}

.carousel-img-controls {
  position: relative;
  top: -68px;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  margin-left: 0px;
  overflow: auto;
  height: 68px;
}
.carousel-img-controls > li > img {
  cursor: pointer;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;

}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -360deg);
  }

  to {
    transform-origin: center;
    transform: none;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

.loading-feedback {
  font-size: 2em;
  margin-top: 40px;
}

#ngProgress {
    margin: 0;
    padding: 0;
    z-index: 99998;
    background: #48bebb;
    background: -moz-linear-gradient(left, #48bebb 0%, #48bebb 15%, #486fbd 16%, #486fbd 29%, #6961ac 30%, #6961ac 44%, #ab619c 45%, #ab619c 59%, #da4d5a 60%, #da4d5a 74%, #d98e4c 75%, #d98e4c 100%);
    background: -webkit-linear-gradient(left, #48bebb 0%,#48bebb 15%,#486fbd 16%,#486fbd 29%,#6961ac 30%,#6961ac 44%,#ab619c 45%,#ab619c 59%,#da4d5a 60%,#da4d5a 74%,#d98e4c 75%,#d98e4c 100%);
    background: linear-gradient(to right, #48bebb 0%,#48bebb 15%,#486fbd 16%,#486fbd 29%,#6961ac 30%,#6961ac 44%,#ab619c 45%,#ab619c 59%,#da4d5a 60%,#da4d5a 74%,#d98e4c 75%,#d98e4c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48bebb', endColorstr='#d98e4c',GradientType=1 );
    height: 4px;
    opacity: 0;

    /* Add CSS3 styles for transition smoothing */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* Styling for the ngProgress-container */
#ngProgress-container {
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}
