/* 
	Author: Edgar Olivares
	version: 1.2
	Email: edgarolivares29@yahoo.com
*/
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.primary-shadow {
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.45); }

.inside-shadow {
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.3); }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.primary-shadow {
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.45); }

.inside-shadow {
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.3); }

.valign {
  float: none !important;
  display: table-cell;
  vertical-align: middle; }

.text-center {
  text-align: center; }

.text-shadow {
  text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.18);
  -moz-text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.18);
  -webkit-text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.18); }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.margin-top {
  margin-top: 20px; }

.margin-bottom {
  margin-bottom: 30px; }

.padding-top {
  padding-top: 15px; }

.padding-bottom {
  padding-bottom: 15px; }

.padding-top-bottom {
  padding-top: 15px;
  padding-bottom: 15px; }

.border-left-triangle,
.border-right-triangle {
  position: relative;
  z-index: 1; }
  .border-left-triangle:after, .border-left-triangle:before,
  .border-right-triangle:after,
  .border-right-triangle:before {
    top: 32px; }

.border-left-triangle {
  border-left: 4px solid #ccc; }
  .border-left-triangle:after {
    width: 0;
    height: 0;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    z-index: 2;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #ccc; }

.border-right-triangle {
  border-right: 4px solid #ccc; }
  .border-right-triangle:before {
    width: 0;
    height: 0;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    z-index: 2;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #ccc; }

.bg-danger, .bg-sucess {
  background: red;
  color: #fff;
  padding: 12px;
  margin: 0; }

.bg-success {
  color: #dadada;
  background: lightblue; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Roboto', arial, helvetica, sans-serif;
  font-weight: 400;
  line-height: 100%;
  color: #333333; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #5a84a7; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 0;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  margin-bottom: 5px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 50px; }

h2, .h2 {
  font-size: 26px; }

h3, .h3 {
  font-size: 20px; }

h4, .h4 {
  font-size: 16px; }

@media (max-width: 992px) {
  h2, .h2 {
    font-size: 32px; } }
@media (max-width: 768px) {
  h2, .h2 {
    font-size: 25px; }

  h4, .h4 {
    font-size: 20px; } }
p {
  margin: 0 0 5px; }

.lead {
  width: 100%;
  background-color: #ffd50e;
  text-align: center;
  padding: 40px 60px;
  margin-bottom: 60px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300; }
  @media (max-width: 768px) {
    .lead {
      font-size: 18px;
      line-height: 26px; } }
  @media (max-width: 485px) {
    .lead {
      padding: 30px 15px; } }

.lead.tri {
  position: relative; }
  .lead.tri:after {
    width: 0;
    height: 0;
    content: '';
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #ffd50e;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -30px; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 0; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #e1e1e1;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 10px;
  font-style: normal; }

.section-heading {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px; }
  .section-heading .hr {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 5px;
    display: block;
    background-color: #ffd50e; }
    .section-heading .hr:before {
      width: 0;
      height: 0;
      content: '';
      position: absolute;
      left: 0;
      bottom: -8px;
      border-top: 0 solid transparent;
      border-bottom: 8px solid transparent;
      border-left: 8px solid #ffd50e; }

.section {
  margin-bottom: 40px; }

.container {
  width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

@media (max-width: 1200px) {
  .container {
    width: 970px; } }
@media (max-width: 992px) {
  .container {
    width: 750px; } }
@media (max-width: 768px) {
  .container {
    width: 100%; } }
.container-fluid {
  width: 100%; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3,
.col-xs-4, .col-xs-5, .col-xs-6,
.col-xs-7, .col-xs-8, .col-xs-9,
.col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3,
  .col-sm-4, .col-sm-5, .col-sm-6,
  .col-sm-7, .col-sm-8, .col-sm-9,
  .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3,
  .col-md-4, .col-md-5, .col-md-6,
  .col-md-7, .col-md-8, .col-md-9,
  .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3,
  .col-lg-4, .col-lg-5, .col-lg-6,
  .col-lg-7, .col-lg-8, .col-lg-9,
  .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0; } }
.table {
  display: table; }

fieldset {
  position: relative;
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

select,
input[type=text],
input[type=email],
textarea {
  width: 100%;
  height: 40px;
  outline: 0;
  border: 1px solid #ccc;
  padding: 10px; }

textarea {
  min-height: 200px;
  resize: none; }

.input {
  position: relative; }

#sendMessage {
  height: auto;
  color: #fff;
  text-transform: uppercase;
  background: #ff8900;
  border: none;
  padding: 10px 40px; }

#sendMessage:hover {
  background-color: #999; }

/* FOR ANGULAR */
input.ng-invalid.ng-touched,
textarea.ng-invalid.ng-touched {
  border-bottom: 1px solid #da3637 !important; }

input.ng-valid.ng-touched,
textarea.ng-valid.ng-touched {
  border-bottom: 1px solid #509d12 !important; }

.ng-invalid.btn {
  background-color: #ccc; }

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: 'Roboto', arial,helvetica,sans-serif;
  font-size: 18px;
  line-height: 22px; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a,
a:active,
a:visited {
  text-decoration: none; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

section {
  padding: 40px 0; }

#start-presentation-btn {
  cursor: pointer; }

#tooltip {
  position: absolute;
  left: 20%;
  bottom: 0;
  background-color: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 10px;
  margin: 10px 0 0; }
  #tooltip:before {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: -18px;
    left: 30px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 18px solid #fff; }

#about .image,
#about .content,
#about .experience {
  width: 33.3%;
  display: table-cell;
  vertical-align: top;
  padding: 0 15px; }
#about .content h3 {
  font-weight: 600;
  margin: 0; }
#about .content .info {
  display: block;
  margin-bottom: 15px; }
#about .experience .progress-bar {
  width: 100%;
  height: 6px;
  position: relative;
  background-color: #eee;
  margin-bottom: 20px; }
  #about .experience .progress-bar .face, #about .experience .progress-bar .percentile, #about .experience .progress-bar .percentile:after {
    position: absolute; }
  #about .experience .progress-bar .face {
    width: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #f90111;
    overflow: visible !important; }
    #about .experience .progress-bar .face .percentile {
      width: 20px;
      font-size: 12px;
      color: #555;
      right: -20px;
      bottom: -19px; }
      #about .experience .progress-bar .face .percentile:after {
        width: 1px;
        height: 10px;
        content: '';
        top: -5px;
        left: 0;
        background-color: #555; }

@media (max-width: 992px) {
  #about .image,
  #about .content,
  #about .experience {
    width: 100%;
    display: block; }
  #about .image,
  #about .content {
    margin-bottom: 40px; } }
#employment {
  position: relative; }
  #employment .job {
    margin-bottom: 40px; }
    #employment .job .media h4 {
      margin-bottom: 0; }
    #employment .job .media .fa-suitcase {
      font-size: 35px;
      line-height: 35px;
      margin-right: 10px; }
    #employment .job .media .year {
      font-size: 14px;
      color: #ff8900;
      margin-bottom: 20px; }
      #employment .job .media .year > i {
        font-size: 13px;
        color: #000; }
    #employment .job ul > li {
      margin-bottom: 8px; }
  #employment:after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -30px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #fff;
    margin-left: -30px;
    z-index: 2; }

@media (max-width: 992px) {
  #employment .job {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    margin-bottom: 25px; }

  #employment .job.last {
    border-bottom: none; } }
#portfolio {
  position: relative;
  overflow: hidden;
  background-color: #eee; }
  #portfolio #filters {
    text-align: center;
    margin-bottom: 20px; }
    #portfolio #filters .filter {
      display: inline-block;
      text-transform: uppercase;
      padding: 5px 20px;
      margin-right: 10px; }
      #portfolio #filters .filter:hover {
        color: #fff;
        cursor: pointer;
        background-color: #ff8900; }
    #portfolio #filters .filter.active {
      color: #fff;
      background-color: #ff8900; }
  #portfolio .portfolio-item {
    padding: 15px; }
    #portfolio .portfolio-item .content {
      position: relative;
      transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out; }
      #portfolio .portfolio-item .content:hover .portfolio-details {
        opacity: 1; }
      #portfolio .portfolio-item .content:hover {
        transform: scale(1.1);
        -o-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1); }
  #portfolio:after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    bottom: -40px;
    left: 50%;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #eee;
    z-index: 2;
    margin-left: -20px; }
  #portfolio .grid-sizer,
  #portfolio .portfolio-item {
    width: 33.3%; }
  #portfolio .portfolio-details {
    opacity: 0;
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    z-index: 10; }
    #portfolio .portfolio-details .view-item {
      width: 100%;
      font-size: 24px;
      color: #fff;
      display: block;
      text-align: center;
      position: absolute;
      top: 50%;
      margin-top: -11px; }
      #portfolio .portfolio-details .view-item:hover {
        color: #ffd50e; }

@media (max-width: 992px) {
  #portfolio .grid-sizer,
  #portfolio .portfolio-item {
    width: 33.3%; } }
@media (max-width: 768px) {
  #portfolio .portfolio-item > img {
    margin: 0 auto !Important; }
  #portfolio .grid-sizer,
  #portfolio .portfolio-item {
    width: 50%; } }
@media (max-width: 485px) {
  #portfolio .grid-sizer,
  #portfolio .portfolio-item {
    width: 100%; } }
.message {
  font-size: 12px; }

#contactMe select,
#contactMe textarea,
#contactMe input[type=text],
#contactMe input[type=email] {
  border: none;
  border-bottom: 1px solid #ccc;
  background-color: #fafafa;
  margin-bottom: 25px; }
#contactMe .error {
  width: 100%;
  font-size: 14px;
  color: red;
  position: absolute;
  top: 42px;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 0; }
#contactMe .fa-close,
#contactMe .fa-check {
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 10; }
#contactMe .fa-close {
  color: red; }
#contactMe .fa-check {
  color: green; }

#map {
  width: 100%;
  height: 466px; }

@media (max-width: 992px) {
  #contactMe {
    margin-bottom: 30px; }

  #map {
    height: 400px; } }
@media (max-width: 768px) {
  #map {
    height: 300px; } }
header {
  width: 100%;
  height: 107px;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 99;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; }
  header .logo {
    max-width: 106px;
    display: inline-block;
    padding: 8px 15px 8px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.smaller {
  height: 70px; }
  .smaller .logo {
    max-width: 69px; }

@media (max-width: 768px) {
  header {
    height: 90px; }
    header .logo {
      max-width: 89px; } }
footer {
  color: #999;
  background-color: #eee;
  padding: 30px 0;
  margin-top: 60px; }
  footer .social > li {
    display: inline-block; }

#jumbotron {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0 auto 20px; }
  #jumbotron .screen {
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  #jumbotron .jumbo-desktop > span,
  #jumbotron .jumbo-mobile > span {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  #jumbotron .jumbo-desktop > span {
    width: 100%;
    height: 100%;
    min-height: 200px;
    display: block;
    background-attachment: fixed; }
  #jumbotron .jumbo-mobile {
    display: none; }
  #jumbotron .bio {
    width: 40%;
    height: 20%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 0 15px;
    margin: auto; }
    #jumbotron .bio > h1 {
      font-size: 50px;
      line-height: 54px;
      color: #fff;
      margin-bottom: 35px; }
    #jumbotron .bio > span {
      font-size: 30px;
      line-height: 32px;
      display: block;
      margin-bottom: 15px; }
  #jumbotron .arrow-down {
    width: 25px;
    height: 68px;
    color: #fff;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: -33px;
    z-index: 2;
    margin-left: -13px; }
    #jumbotron .arrow-down .angle-dwn-1,
    #jumbotron .arrow-down .angle-dwn-2,
    #jumbotron .arrow-down .angle-dwn-3 {
      position: absolute; }
    #jumbotron .arrow-down .angle-dwn-1 {
      font-size: 28px;
      top: 9px;
      left: 4px; }
    #jumbotron .arrow-down .angle-dwn-2 {
      font-size: 40px;
      top: 15px; }
    #jumbotron .arrow-down .angle-dwn-3 {
      font-size: 34px;
      top: 33px;
      left: 2px; }
    #jumbotron .arrow-down:after, #jumbotron .arrow-down:before {
      width: 0;
      height: 0;
      content: '';
      position: absolute;
      top: -6px;
      z-index: -1;
      border-top: 40px solid transparent;
      border-bottom: 40px solid transparent; }
    #jumbotron .arrow-down:after {
      border-left: 40px solid rgba(0, 0, 0, 0.45);
      right: -27px; }
    #jumbotron .arrow-down:before {
      border-right: 40px solid rgba(0, 0, 0, 0.45);
      left: -28px; }

@media (max-width: 768px) {
  #jumbotron .jumbo-desktop {
    display: none; }
  #jumbotron .jumbo-mobile {
    display: block; }
    #jumbotron .jumbo-mobile > span {
      width: 100%;
      height: 100%;
      display: block; }
  #jumbotron .bio {
    width: 100%;
    height: 40%; }
    #jumbotron .bio > h1 {
      font-size: 40px;
      line-height: 44px;
      margin-bottom: 28px; }
    #jumbotron .bio > span {
      font-size: 24px;
      line-height: 22px;
      margin-bottom: 10px; } }
@media (max-width: 485px) {
  #jumbotron .bio > h1 {
    font-size: 36px;
    line-height: 40px; } }
#navigation {
  float: right; }
  #navigation ul {
    text-align: center;
    padding: 0;
    margin: 40px 0 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    #navigation ul > li {
      display: inline-block; }
      #navigation ul > li:last-of-type {
        border-right: none; }
      #navigation ul > li > a {
        font-family: 'Oswald';
        font-size: 16px;
        font-weight: 300;
        text-transform: uppercase;
        color: #fff;
        display: block;
        border-bottom: 2px solid transparent;
        padding: 0 0 3px;
        margin: 0 15px; }
        #navigation ul > li > a:hover {
          border-bottom: 2px solid #ffd50e; }
      #navigation ul > li:last-of-type > a {
        margin-right: 0; }

.nav-active {
  border-bottom: 2px solid #ffd50e !important; }

.smaller #navigation ul.mobile-nav {
  top: 49px;
  margin-top: 20px; }

.collapsed {
  display: block; }

@media (max-width: 992px) {
  .collapsed {
    height: 0 !important;
    padding: 0 !important; }

  .smaller #navigation {
    margin-top: 21px; }

  #navigation {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 38px; }
    #navigation ul.mobile-nav {
      width: 100%;
      height: 56px;
      position: absolute;
      top: 107px;
      right: 0;
      overflow: hidden;
      text-align: center;
      background: rgba(0, 0, 0, 0.55);
      padding: 10px 0;
      margin-top: 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      #navigation ul.mobile-nav > li {
        border-right: 0;
        padding: 0;
        margin: 0 15px; }
        #navigation ul.mobile-nav > li > a {
          color: #fff;
          display: inline-block;
          padding: 6px 0;
          margin: 0; }
          #navigation ul.mobile-nav > li > a:hover {
            border-bottom: none; }
        #navigation ul.mobile-nav > li:last-of-type > a {
          border-bottom: none; } }
@media (max-width: 768px) {
  #navigation {
    margin-top: 30px; }
    #navigation ul.mobile-nav {
      top: 90px; } }
@media (max-width: 485px) {
  #navigation ul.mobile-nav {
    height: 198px; }
    #navigation ul.mobile-nav > li {
      display: block; }
      #navigation ul.mobile-nav > li > a {
        border-bottom: none; } }
#mobile-menu-icon {
  width: 40px;
  height: 32px;
  position: relative;
  display: none;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  #mobile-menu-icon span {
    width: 100%;
    height: 4px;
    display: block;
    position: absolute;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  #mobile-menu-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
  #mobile-menu-icon span:nth-child(2) {
    top: 14px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
  #mobile-menu-icon span:nth-child(3) {
    top: 27px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }

#mobile-menu-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 8px; }
#mobile-menu-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }
#mobile-menu-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 26px;
  left: 8px; }

@media (max-width: 992px) {
  #mobile-menu-icon {
    display: inline-block; } }
.widget {
  border-right: 1px dashed #cccccc; }
  .widget:last-child {
    border-right: none; }
  .widget .content {
    min-height: 300px;
    position: relative;
    padding: 20px 15px; }
    .widget .content .title {
      width: 100%;
      text-align: center;
      display: inline-block;
      background-color: #fff; }
    .widget .content > p {
      margin-top: 10px;
      margin-bottom: 50px; }
    .widget .content .btn {
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 20px;
      margin: 0 20px; }

.widget2 .title {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 5px; }
.widget2 h4 {
  margin-bottom: 10px; }
.widget2 a {
  color: #9e1b32; }

.widget2 + .widget2 {
  margin-top: 40px; }

@media (max-width: 1200px) {
  .widget .content {
    min-height: 350px; } }
@media (max-width: 992px) {
  .widget .content {
    min-height: 100px; }
    .widget .content > p {
      margin-bottom: 34px; }
    .widget .content .btn {
      position: static;
      margin: 0; } }
.btn {
  color: #fff !important;
  text-align: center;
  display: inline-block; }

.btn:hover {
  background-color: #ff8900 !important; }

a.btn-link {
  font-size: 14px;
  color: #000; }
  a.btn-link > i {
    font-size: 14px;
    color: #ff8900;
    margin-left: 0px;
    transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in; }
  a.btn-link:hover {
    color: #9e1b32; }
  a.btn-link:hover > i {
    margin-left: 10px;
    transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out; }

.btn.primary {
  background-color: #999999; }

.btn.secondary {
  background-color: #ff8900; }

.btn.small {
  font-size: 14px;
  padding: 4px 10px; }

.btn.medium {
  font-size: 18px;
  padding: 8px 20px; }

.btn.large {
  font-size: 20px;
  padding: 15px 40px; }

[data-toggle=buttons] input[type=radio],
[data-toggle=buttons] input[type=checkbox] {
  display: none !important; }

.modal,
.overlay {
  opacity: 0;
  position: fixed; }

.overlay {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #000;
  top: 0;
  left: 0;
  z-index: 900; }

.modal {
  top: 50%;
  left: 50%;
  /*background-color:#fff;*/
  z-index: 901;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.35); }

.modal img {
  min-width: 300px;
  height: auto;
  max-width: 100%;
  display: block; }

.modal .close {
  font-size: 14px;
  color: #fff;
  position: absolute;
  bottom: -30px; }

.callout .inner-container {
  overflow: hidden;
  border: 1px solid #eeeeee; }
.callout .image {
  max-height: 212px;
  position: relative;
  overflow: hidden; }
  .callout .image .title {
    width: 205px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.65);
    padding: 15px 10px;
    margin-bottom: 20px; }
.callout .content {
  min-height: 180px;
  position: relative;
  padding: 20px 0 0; }
  .callout .content > a.btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 20px 0 0; }

.horizontal .callout:nth-child(2) .title {
  width: 100% !important;
  right: 0 !important; }

.horizontal .callout:nth-child(3) .title {
  left: auto;
  right: 0; }

@media (max-width: 992px) {
  .callout .content {
    min-height: auto; }
    .callout .content > a.btn {
      width: 100%;
      position: static; }

  .horizontal .callout:nth-child(2) {
    margin: 30px 0; }

  .horizontal .callout:nth-child(2) .title {
    width: 205px;
    right: auto; }

  .horizontal .callout:nth-child(3) .title {
    left: 0;
    right: auto; } }
@media (max-width: 768px) {
  .callout .title {
    width: 100% !important;
    top: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    margin: 0; } }
.parallax {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  padding: 0; }
  .parallax .inner {
    padding: 180px 0; }
    .parallax .inner .caption {
      font-weight: 300;
      color: #fff;
      text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
      padding: 0 20px;
      margin-bottom: 0; }
  .parallax .inner.lrg {
    padding: 250px 0; }

.bg-o-black {
  background-color: rgba(0, 0, 0, 0.65); }

@media (max-width: 768px) {
  .parallax {
    background-attachment: inherit;
    background-size: cover; }
    .parallax .inner {
      padding: 115px 0; }
      .parallax .inner .caption {
        font-size: 40px;
        line-height: 48px; }
    .parallax .inner.lrg {
      padding: 180px 0; } }
@media (max-width: 485px) {
  .parallax .inner {
    padding: 130px 0; }
    .parallax .inner .caption {
      font-size: 30px;
      line-height: 36px; }
  .parallax .inner.lrg {
    padding: 160px 0; } }
.carousel {
  width: 100%;
  overflow: hidden; }
  .carousel .slide {
    float: left; }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: table-cell; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.photo-embed {
  position: relative;
  background-color: #f3f3f3;
  padding: 30px 20px;
  margin: 0 auto 40px; }
  .photo-embed .image > img {
    max-width: 100%;
    height: auto;
    display: block; }
  .photo-embed .content {
    display: table-cell;
    vertical-align: middle; }
    .photo-embed .content > h4 {
      position: relative;
      padding-top: 24px;
      margin-bottom: 15px; }
      .photo-embed .content > h4:before {
        font-size: 16px;
        color: #ffd50e;
        position: absolute;
        content: 'MINISTERIO';
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0; }

@media (max-width: 992px) {
  .photo-embed .image {
    float: none !important;
    margin-bottom: 20px; } }
@media (max-width: 768px) {
  .photo-embed .content {
    padding-top: 20px; } }

/*# sourceMappingURL=edgar.css.map */