html {
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
  /*font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif*/
  /*font-family: "Helvetica", Helvetica, Arial, sans-serif;*/
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #444
}

@media (min-width:768px) {
  .v-align {
    display: flex;
    align-items: center;
  }
}

.text-muted {
  color: #777
}

.text-white {
  color: #fff
}

.text-primary {
  color: #67dce8
}

p {
  font-size: 14px;
  line-height: 1.4;
  margin: 10px 0 20px;
}

p.large {
  font-size: 16px
}

a, a:hover, a:focus, a:active, a.active {
  outline: 0
}

a {
  color: #fff;
  transition: all .3s
}

a:hover, a:focus, a:active, a.active {
  color: #67dce8 !important;
  text-decoration: none;
}

.selected {
  border-radius: 0 !important;
  color: #fff;
  background-color: transparent;
  border-bottom: 2px solid #fff;
}

h1, h2, h3, h4, h5, h6 {}

.img-centered {
  margin: 0 auto
}

.bg-light-gray {
  background-color: #f7f7f7
}

.bg-darkest-gray {
  background-color: #222
}

.bg-blue {
  background: rgb(50, 78, 150);
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: all .3s;
  margin-bottom: 10px;
}

.full-width {
  width: 100%
}

.btn-primary {
  color: #fff;
  background-color: #67dce8;
  border-color: #67dce8;
  text-transform: uppercase;
  border: 2px solid #67dce8;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #67dce8;
  background-color: rgba(50, 78, 150, 1);
  border-color: #67dce8;
  /*box-shadow: 0px 0px 10px rgba(255,255,255,0.5);*/
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-image: none
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: rgba(50, 78, 150, 1);
  border-color: rgba(50, 78, 150, 1);
}

.btn-primary .badge {
  color: rgba(50, 78, 150, 1);
  background-color: #fff
}

.btn-xl, .btn-xl-outline, .btn-xl-green {
  border-radius: 100px;
  font-size: 9px;
  padding: 10px 10px !important;
  border: 2px solid;
}

.navbar-default .nav li a.btn-xl-outline {
  margin: 2px 0 0;
}

@media (min-width:768px) {
  .btn-xl, .btn-xl-outline, .btn-xl-green {
    border-radius: 100px;
    font-size: 11px;
  }
}

.btn-xl {
  color: #fff;
  background-color: #67dce8;
  border-color: #67dce8;
  text-transform: uppercase;
}

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
  background-image: none
}

.btn-xl.disabled, .btn-xl[disabled], fieldset[disabled] .btn-xl, .btn-xl.disabled:hover, .btn-xl[disabled]:hover, fieldset[disabled] .btn-xl:hover, .btn-xl.disabled:focus, .btn-xl[disabled]:focus, fieldset[disabled] .btn-xl:focus, .btn-xl.disabled:active, .btn-xl[disabled]:active, fieldset[disabled] .btn-xl:active, .btn-xl.disabled.active, .btn-xl[disabled].active, fieldset[disabled] .btn-xl.active {
  background-color: #ccceee;
  border-color: #ccceee
}

.btn-xl .badge {
  color: #ccceee;
  background-color: #fff
}

.btn-xl-green {
  color: #fff;
  background-color: rgba(92, 184, 92,1);
  border-color: rgba(92, 184, 92,1);
  text-transform: uppercase;
}

.btn-xl-green:hover, .btn-xl-green:focus, .btn-xl-green:active, .btn-xl-green.active, .open .dropdown-toggle.btn-xl-green {
  color: #fff !important;
  background-color: rgba(92, 184, 92,0.7);
  border-color: rgba(92, 184, 92,1);
}

.btn-xl-green:active, .btn-xl-green.active, .open .dropdown-toggle.btn-xl-green {
  background-image: none
}

.btn-xl-green.disabled, .btn-xl-green[disabled], fieldset[disabled] .btn-xl-green, .btn-xl-green.disabled:hover, .btn-xl-green[disabled]:hover, fieldset[disabled] .btn-xl-green:hover, .btn-xl-green.disabled:focus, .btn-xl-green[disabled]:focus, fieldset[disabled] .btn-xl-green:focus, .btn-xl-green.disabled:active, .btn-xl-green[disabled]:active, fieldset[disabled] .btn-xl-green:active, .btn-xl-green.disabled.active, .btn-xl-green[disabled].active, fieldset[disabled] .btn-xl-green.active {
  background-color: #ccceee;
  border-color: #ccceee
}

.btn-xl-green .badge {
  color: #ccceee;
  background-color: #fff
}

.btn-xl-outline {
  color: #fff !important;
  background-color: transparent;
  border-color: #fff;
  text-transform: uppercase;
}

.btn-xl-outline:hover, .btn-xl-outline:focus, .btn-xl-outline:active, .btn-xl-outline.active, .open .dropdown-toggle.btn-xl-outline {
  color: #fff !important;
  background-color: #67dce8;
  border-color: #67dce8;
}

.btn-xl-outline:active, .btn-xl-outline.active, .open .dropdown-toggle.btn-xl-outline {
  background-image: none
}

.btn-xl-outline.disabled, .btn-xl-outline[disabled], fieldset[disabled] .btn-xl-outline, .btn-xl-outline.disabled:hover, .btn-xl-outline[disabled]:hover, fieldset[disabled] .btn-xl-outline:hover, .btn-xl-outline.disabled:focus, .btn-xl-outline[disabled]:focus, fieldset[disabled] .btn-xl-outline:focus, .btn-xl-outline.disabled:active, .btn-xl-outline[disabled]:active, fieldset[disabled] .btn-xl-outline:active, .btn-xl-outline.disabled.active, .btn-xl-outline[disabled].active, fieldset[disabled] .btn-xl-outline.active {
  background-color: #ccceee;
  border-color: #ccceee
}

.navbar-default {
  /*background-color: rgba(50, 78, 150, .9);*/
  background: rgb(50, 78, 150);
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(50, 78, 150, 1) 0%, rgba(52, 49, 145, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(50, 78, 150, 1) 0%, rgba(52, 49, 145, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(50, 78, 150, 1) 0%, rgba(52, 49, 145, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#324e96', endColorstr='#343191', GradientType=1);
  /* IE6-9 */
  transition: all .3s;
  border-bottom: none;
}

.navbar-default .navbar-brand {
  color: #fff;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand.active {
  color: #fff
}

.navbar-default .navbar-collapse {
  border-color: rgba(255, 255, 255, .02)
}

.navbar-default .navbar-toggle {
  background-color: transparent;
  border-color: transparent
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent
}

.navbar-default .nav li a {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  padding-bottom: 5px;
  font-size: 13px;
  margin: 10px 15px;
  padding: 5px 0;
}

.navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
  color: #67dce8;
  outline: 0
}

.navbar-default .navbar-nav>.active>a {
  border-radius: 0 !important;
  color: #fff;
  background-color: transparent;
  border-bottom: 2px solid #fff;
}

.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: transparent;
  border-bottom: 2px solid #fff;
}

.navbar-default .lg {
  margin-top: 5px;
  background-image: url(../img/lg_sart.svg);
  width: 137px;
  height: 43px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .3s
}

.navbar-default.navbar-shrink .lg {}

@media (min-width:768px) {
  .navbar-default {
    background: rgba(255, 255, 255, 0);
    padding: 15px 0;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
    border: 0;
  }
  .navbar-default .navbar-brand {
    font-size: 2em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
  }
  .navbar-default .navbar-nav>.active>a {
    border-radius: 0
  }
  .navbar-default.navbar-shrink {
    transition: all .3s;
    padding: 10px 0;
    /*background-color: rgba(25, 30, 80, 0.95);*/
    /*background-color: rgba(50, 78, 150, .99);*/
    /*background-color: rgba(50, 78, 150, .9);*/
    background: rgb(50, 78, 150);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(50, 78, 150, 1) 0%, rgba(52, 49, 145, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(50, 78, 150, 1) 0%, rgba(52, 49, 145, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(50, 78, 150, 1) 0%, rgba(52, 49, 145, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#324e96', endColorstr='#343191', GradientType=1);
    /* IE6-9 */
    /*box-shadow: 0 0 5px rgba(25, 25, 25, .5);*/
  }
  .navbar-default.navbar-shrink .navbar-brand {
    font-size: 1.8em
  }
  .navbar-default .lg {
    background-image: url(../img/lg_sart.svg);
    margin-top: 0;
    width: 176px;
    height: 55px;
  }
  .navbar-default.navbar-shrink .lg {
    background-image: url(../img/lg_sart.svg);
    width: 160px;
    height: 50px;
  }
}

.cotizar {
  color: #fff;
  height: auto;
  text-align: center;
  position: relative;
  background: rgb(50, 78, 150);
  /*background-image: url(../img/header-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;*/
}

.cotizar .special-pad {
  padding: 0
}

.cotizar .intro-text {
  padding-top: 40px;
  padding-bottom: 25px
}

.cotizar .intro-text .intro-lead-in {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 15px;
}

.cotizar .intro-text .intro-heading {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 25px
}

.portada {
  position: absolute;
  left: 10%;
  right: 10%;
  z-index: 1;
  text-align: center;
  color: #fff;
  height: 100%
}

.portada .intro-text .intro-lead-in {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
}

.portada .intro-text .intro-heading {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 25px
}

.sponsors {
  width: 100%;
  height: auto;
}

.sponsors img {
  max-width: 100%
}

.sponsors h6 {
  font-size: 10px;
  text-transform: uppercase;
}

@media (min-width:768px) {
  .cotizar {
    height: 100%;
    text-align: left;
  }
  .cotizar .special-pad {
    padding: 0 80px 0 0;
  }
  .cotizar .container {
    max-width: inherit;
  }
  .cotizar .intro-text {
    padding-top: inherit;
    padding-bottom: inherit
  }
  .cotizar .intro-text .intro-lead-in {
    font-size: 49px;
    line-height: 53px;
    margin-bottom: 15px
  }
  .cotizar .intro-text .intro-heading {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 25px
  }
  .sponsors {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: auto;
  }
  .sponsors img {
    max-width: 60%
  }
  .portada .container {
    max-width: 800px;
  }
  .portada .intro-text .intro-lead-in {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px
  }
  .portada .intro-text .intro-heading {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px
  }
}

.intro-lead-in {
  font-weight: 300;
}

.intro-heading {
  font-weight: 300;
}

#resultados {
  text-align: center;
  height: auto;
  background: rgb(50, 78, 150);
}

#resultados .small a {
  color: #666;
}

#resultados .small a:hover {
  color: #ccc;
}

#resultados .intro-text {
  padding-top: 25px;
  padding-bottom: 25px
}

#resultados .intro-text .intro-lead-in {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 5px;
}

#resultados .intro-text .intro-heading {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px
}

#resultados h6 {
  font-size: 10px
}

.container-resultados {
  color: #333;
  width: 100%;
  height: auto;
  background-color: #fff;
  margin-top: 20px;
  padding: 20px;
  border-radius: 5px;
}

.aseguradora {
  height: 50px;
}

.num {
  display: inline-block;
  font-size: 22px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.pesos {
  display: inline-block;
  font-size: 12px !important;
  font-weight: 300;
}

.border-fix {
  border-bottom: 1px solid #efefef;
}

.loader {
  margin: auto;
  text-align: center;
  width: 30px;
  height: 30px;
  background-image: url(../img/loader.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width:768px) {
  #resultados .intro-text {
    padding-top: inherit;
    padding-bottom: inherit
  }
  #resultados .intro-text .intro-lead-in {
    font-size: 26px;
    line-height: 42px;
    margin-bottom: 5px
  }
  #resultados .intro-text .intro-heading {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 25px
  }
  #resultados h6 {
    font-size: 11px
  }
  .border-fix {
    border-bottom: none;
    border-right: 1px solid #efefef;
  }
}

#resultados-op {
  text-align: center;
  height: auto;
  background: rgb(50, 78, 150);
}

#resultados-op .form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}

#resultados-op .small a {
  color: #666;
}

#resultados-op .small a:hover {
  color: #ccc;
}

#resultados-op .intro-text {
  padding-top: 25px;
  padding-bottom: 25px
}

#resultados-op .intro-text .intro-lead-in {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 15px;
}

#resultados-op .intro-text .intro-heading {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 25px
}

#resultados-op h6 {
  font-size: 10px
}

@media (min-width:768px) {
  #resultados-op {
    text-align: center;
  }
  #resultados-op .intro-text {
    padding-top: inherit;
    padding-bottom: inherit
  }
  #resultados-op .intro-text .intro-lead-in {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 30px
  }
  #resultados-op .intro-text .intro-heading {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 25px
  }
}

/* FORMS */

#resultados-op .form-control {
  position: relative;
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px;
  font-size: 24px;
  line-height: 1.42857143;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
  border-bottom: 1px solid #fff;
  border-top: transparent;
  border-right: transparent;
  border-left: transparent;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

@media (min-width:768px) {
  #resultados-op .form-control {
    font-size: 20px;
    line-height: 1.42857143;
  }
}

#resultados-op .control-label {
  text-align: left;
  width: 100%;
  margin-bottom: 8px;
}

#resultados-op .form-control:focus {
  border-color: #fff;
  border: 1px solid;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0);
}

#resultados-op .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

#resultados-op .form-control:-ms-input-placeholder {
  color: #fff;
}

#resultados-op .form-control::-webkit-input-placeholder {
  color: #fff;
}

#gracias {
  height: 100%;
  text-align: center;
}

.v-align-xs {
  display: flex;
  align-items: center;
}

@media (min-width:768px) {
  #gracias {
    height: 100%
  }
}

#noticias {}

#noticias a {
  color: inherit;
}

#noticias a:hover {
  color: inherit;
}

.noticia {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.fecha-noticia {
  font-size: 14px;
  font-weight: 300;
  margin: 15px 0;
}

.col-right-noticias {
  padding: 0 inherit 20px inherit;
}

@media (min-width:768px) {
  .col-right-noticias {
    border-left: 1px solid #eee;
  }
}

#head-hunting, #busquedas, #jovenes, #assesment, #capacitacion, #evaluaciones, #alianzas {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  background-color: #02021a;
  border-bottom: 1px solid #333
}

#head-hunting .layer {
  background-image: url(../img/hh-bg.jpg);
}

#busquedas .layer {
  background-image: url(../img/bm-bg.jpg);
}

#jovenes .layer {
  background-image: url(../img/jp-bg.jpg);
}

#assesment .layer {
  background-image: url(../img/ac-bg.jpg);
}

#capacitacion .layer {
  background-image: url(../img/c-bg.jpg);
}

#evaluaciones .layer {
  background-image: url(../img/e-bg.jpg);
}

#alianzas .layer {
  background-image: url(../img/a-bg.jpg);
}

.layer {
  background-repeat: none;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%
}

.layer .intro-text {}

.layer .intro-text .intro-lead-in {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 15px;
}

.layer .intro-text .intro-heading {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 25px
}

.layer a {
  /*color: #ccceee;*/
  color: #67dce8;
  transition: all .3s
}

.layer a:hover, .layer a:focus, .layer a:active, .layer a.active {
  color: #67dce8
}

.layer .fa-stack {
  margin-bottom: 25px;
}

@media (min-width:768px) {
  #head-hunting, #busquedas, #jovenes, #assesment, #capacitacion, #evaluaciones, #alianzas {
    text-align: inherit;
  }
  .layer {
    background-size: cover;
  }
  .layer .container {
    max-width: 1000px;
  }
  .layer .intro-text {}
  .layer .intro-text .intro-lead-in {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 25px
  }
  .layer .intro-text .intro-heading {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px
  }
  .layer .fa-stack {
    margin-bottom: inherit;
  }
}

section {
  padding: 45px 10px
}

section.fix-padd {
  padding: 30px 10px
}

section h2.section-heading {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 10px
}

section h3.section-subheading {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  text-transform: none;
  margin-bottom: 40px
}

@media (min-width:768px) {
  section {
    padding: 100px 0
  }
  section.fix-padd-op {
    padding: 100px 0 0
  }
  section h2.section-heading {
    font-size: 26px;
    margin-bottom: 15px
  }
  section h3.section-subheading {
    font-size: 18px;
    margin-bottom: 50px
  }
}

#services {
  height: auto;
  background-image: url(../img/services-bg.jpg);
  background-repeat: none;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

#services .container {
  max-width: 945px;
}

.service-heading {
  font-size: 14px;
  margin: 15px 0 40px;
  text-transform: none
}

.items-slide {
  position: absolute;
  z-index: 1000;
  right: 25px;
  bottom: 25px;
}

.items-services {
  display: inline-table;
  margin: 5px 15px;
}

a .items-services .service-heading {
  color: #333;
}

.items-services .text-primary:hover {
  color: #67dce8
}

.fa-stack {
  transition: all ease .3s;
}

.items-services .fa-stack:hover {
  transition: all ease .3s;
  transform: scale(1.1, 1.1);
}

@media (min-width:768px) {
  .service-heading {
    font-size: 14px;
    margin: 15px 0 15px;
    text-transform: none
  }
}

#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0
}

#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(254, 209, 54, .9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease .5s;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: #fff
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3, #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0
}

#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  padding: 25px
}

#portfolio .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  margin: 0
}

#portfolio .portfolio-item .portfolio-caption p {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  margin: 0
}

#portfolio * {
  z-index: 2
}

@media (min-width:767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px
  }
}

.timeline {
  list-style: none;
  padding: 0;
  position: relative
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f1f1f1;
  left: 40px;
  margin-left: -1.5px
}

.timeline>li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px
}

.timeline>li:before, .timeline>li:after {
  content: " ";
  display: table
}

.timeline>li:after {
  clear: both
}

.timeline>li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left
}

.timeline>li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto
}

.timeline>li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto
}

.timeline>li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: #ccceee;
  color: #fff;
  border-radius: 100%;
  border: 7px solid #f1f1f1;
  text-align: center
}

.timeline>li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto
}

.timeline>li:last-child {
  margin-bottom: 0
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit
}

.timeline .timeline-heading h4.subheading {
  text-transform: none
}

.timeline .timeline-body>p, .timeline .timeline-body>ul {
  margin-bottom: 0
}

@media (min-width:768px) {
  .timeline:before {
    left: 50%
  }
  .timeline>li {
    margin-bottom: 100px;
    min-height: 100px
  }
  .timeline>li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right
  }
  .timeline>li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px
  }
  .timeline>li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px
  }
  .timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px
  }
}

@media (min-width:992px) {
  .timeline>li {
    min-height: 150px
  }
  .timeline>li .timeline-panel {
    padding: 0 20px 20px
  }
  .timeline>li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px
  }
  .timeline>li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px
  }
  .timeline>li.timeline-inverted>.timeline-panel {
    padding: 0 20px 20px
  }
}

@media (min-width:1200px) {
  .timeline>li {
    min-height: 170px
  }
  .timeline>li .timeline-panel {
    padding: 0 20px 20px 100px
  }
  .timeline>li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px
  }
  .timeline>li .timeline-image h4 {
    margin-top: 40px
  }
  .timeline>li.timeline-inverted>.timeline-panel {
    padding: 0 100px 20px 20px
  }
}

.team-member {
  text-align: center;
  margin-bottom: 50px
}

.team-member img {
  margin: 0 auto;
  border: 7px solid #fff
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none
}

.team-member p {
  margin-top: 0
}

aside.clients img {
  margin: 50px auto
}

section#contact {
  /*background-image: url(../img/trama.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(50, 78, 150, 1);*/
  color: #fff;
}

section#contact a {
  color: #fff
}

section#contact a:hover, section#contact a:focus {
  color: #67dce8
}

section#contact .section-heading {
  /*color: #fff*/
}

section#contact .form-group {
  margin-bottom: 15px
}

section#contact .form-group input, section#contact .form-group textarea {
  padding: 12px
}

section#contact .form-group input.form-control {
  height: auto
}

section#contact .form-group textarea.form-control {
  height: 160px
}

section#contact .form-control:focus {
  border-color: #ccceee;
  box-shadow: none
}

section#contact ::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #bbb
}

section#contact :-moz-placeholder {
  text-transform: uppercase;
  color: #999
}

section#contact ::-moz-placeholder {
  text-transform: uppercase;
  color: #999
}

section#contact :-ms-input-placeholder {
  text-transform: uppercase;
  color: #999
}

section#contact .text-danger {
  color: #e74c3c
}

.form-control {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #666;
  background-color: rgba(255, 255, 255, 1);
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

@media (min-width: 768px) {
  .form-control {
    font-size: 13px;
    line-height: 1.42857143;
  }
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-horizontal .form-group {
  margin-right: -8px;
  margin-left: -8px;
}

label {
  font-weight: 300;
  padding-right: 8px
}

form .panel-group {
  margin-bottom: 5px;
}

form .panel {
  margin-bottom: 14px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .0);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .0);
}

form .panel-body {
  padding: 0 0 5px
}

form .panel-heading {
  padding: 10px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  text-align: center;
}

form .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
}

form .panel-default {
  border-color: transparent;
}

form .panel-default>.panel-heading {
  color: #fff;
  background-color: transparent;
  /*background-color: rgb(104, 138, 224);*/
}

form .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: transparent;
}

footer {
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
  background-color: #fff
}

footer span.copyright {
  line-height: 20px;
  text-transform: uppercase;
  text-transform: none
}

footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 30px;
  text-transform: uppercase;
  text-transform: none
}

ul.social-buttons {
  margin-bottom: 0
}

ul.social-buttons li a {
  display: block;
  background-color: #222;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  outline: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s
}

ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
  background-color: #ccceee
}

.btn:focus, .btn:active, .btn.active, .btn:active:focus {
  outline: 0
}

.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  min-height: 100%;
  padding: 100px 0;
  /*text-align: center*/
}

.modal-content {
  border-radius: 10px;
  padding: 20px;
  -webkit-box-shadow: 0 9px 9px rgba(0, 0, 0, .2);
  box-shadow: 0 9px 9px rgba(0, 0, 0, .2);
}

.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 2.2em
}

.portfolio-modal .modal-content p {
  margin-bottom: 30px
}

.portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px
}

.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px
}

.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer
}

.portfolio-modal .close-modal:hover {
  opacity: .3
}

.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 1051
}

.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  z-index: 1052
}

.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none
}

::-moz-selection {
  text-shadow: none;
  background: #ccceee;
  color: #fff
}

::selection {
  text-shadow: none;
  background: #ccceee
}

img::selection {
  background: 0 0
}

img::-moz-selection {
  background: 0 0
}

body {
  webkit-tap-highlight-color: #ccceee
}

li.social {
  float: left;
}

@media (min-width:768px) {
  li.social {
    float: inherit;
  }
}

.shine {
  box-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5);
}

.icon-img {
  width: 17px;
  margin-bottom: 3px;
}

.bg-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#324e96+0,343191+100 */
  background: rgb(50, 78, 150);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(50, 78, 150, 1) 0%, rgba(52, 49, 145, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(50, 78, 150, 1) 0%, rgba(52, 49, 145, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(50, 78, 150, 1) 0%, rgba(52, 49, 145, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#324e96', endColorstr='#343191', GradientType=0);
  /* IE6-9 */
  /*background-color: rgba(25, 30, 80, 0.95);*/
  /*background-color: rgba(50, 78, 150, 1);*/
  width: 100%;
  height: auto
}

.bg-1 {
  background-image: url(../img/header-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

@media (min-width:768px) {
  .bg-1 {
    background-attachment: fixed;
  }
}

.bg-2 {
  /*background-color: rgba(25, 30, 80, 0.95);*/
  background-image: url(../img/header-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.bg-3 {
  /*background-color: rgba(25, 30, 80, 0.95);*/
  background-image: url(../img/help-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

@media (min-width:768px) {
  .bg-1, .bg-2, .bg-3, .bg-gradient {
    height: 100%
  }
  .bg-3 {
    background-attachment: fixed;
    background-position: center center;
  }
}

.fix-height {
  max-height: auto
}

.bg-trama {
  background-image: url(../img/trama-op.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center bottom;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.intro-data {
  text-align: left;
  width: 100%;
  height: auto;
  margin: 0 auto 20px auto;
  padding: 25px 25px 20px;
  border-radius: 5px;
  border-top: 4px solid #67dce8;
  /*background-color: rgba(25, 30, 80, 0.80);*/
  background-color: rgba(50, 78, 150, .85);
  /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);*/
}

.intro-data h3 {
  margin: 10px 0 5px;
}

.intro-data h5 {
  margin: 5px 0 20px;
}

.intro-data-op {
  width: 100%;
  height: auto;
  margin: 0 auto 20px auto;
  padding: 45px 35px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0);
}

.gears {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 60px;
}

span.gears-txt {
  position: absolute;
  left: 95px;
  top: 28px;
}

.gear {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 30px;
  left: 30px;
  background: url(http://i.imgur.com/lOBxb.png);
  -webkit-animation: barrelRoll 2s infinite linear;
  -webkit-animation-play-state: running;
}

.gear:last-of-type {
  top: 22px;
  left: 56px;
  -webkit-animation-name: invertBarrelRoll;
}

/*div:hover > i {
    -webkit-animation-play-state: running;
}*/

@-webkit-keyframes barrelRoll {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes invertBarrelRoll {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300px;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

.tooltip-inner {
  max-width: 300px;
  padding: 8px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.typed-fade-out {
  opacity: 0;
  animation: 0;
  transition: opacity .25s;
}

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.lesspadding {
  padding: 15px !important;
  margin: 0 !important;
}

@media (min-width:768px) {
  .lesspadding {
    padding: 5px !important;
    margin: 0 !important;
  }
}

.spacer {
  width: 100%;
  height: 10px;
}

hr.special {
  border-top: 4px solid #67dce8;
  margin-top: 20px;
  margin-bottom: 20px;
}

.popover{color:#661A1A;}

.input-ng { display:none;}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
