/*@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);
/*
Template Name: Multi
Version: 1.0
Author: ShapeBootstrap
Author URL: http://shapebootstrap.net
*/
/*************************
*******Typography******
**************************/
body {
  padding-top: 100px;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #64686d;
  line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  color: #272727;
}
a {
  color: #45aed6;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #2a95be;
  outline:0 none !important;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 44px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}
.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}
.btn.btn-primary {
  background: #45aed6;
  border-color: #2a95be;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #2a95be;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #45aed6;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #45aed6;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 22px 15px 21px;
}
#menuToggle, #menuToggleOut {  
    /*background: rgba(0, 0, 0, 0.25) none repeat scroll center center !important;
    background: #c9c9c9 none no-repeat scroll center center !important;
    border: 1px solid rgba(0, 0, 0, 0.45);
    color: rgba(0, 0, 0, 0.45);
    display: block;
    font-size: 28px;
    height: 40px;
    right: -120px;
    line-height: 40px;
    top: 10px;
    width: 212px;
    text-align: left;
    padding: 0 40px;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.45);
    transition: all 0.1s ease-in-out 0s;
    text-shadow:2px 2px 3px grey;
    z-index: 11;*/
    background-color: rgba(0, 121, 189, 0.8);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    color: rgba(255, 255, 255, 0.85);
    cursor: pointer;
    font-size: 14px;
    padding: 3px 5px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: -5px;
    transition: all 0.1s ease-in-out 0s;
    z-index: 11;
    font-style: normal;
}
#menuToggle.active{
  color:#fff;    
  /*right: 226px;*/
  border: 0px solid #fff;
  background: rgba(70, 130, 180, 0.80) none repeat scroll center center !important;
}
#menuToggle smort{  
    font-size: 24px;
}
#menuToggle i, #menuToggleOut i{  
  font-style: unset;
}
#menuToggleOut a{
  color: rgba(255, 255, 255, 0.85) !important;
  text-decoration: none;
  margin: auto 3px;
}
/*#menuToggle:hover {
    /*background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;/
    color: #333;
    /*border: 1px solid #000;/
    transition: all 0.1s ease-in-out 0s;
}
#menuToggle.active:hover{
  color:rgba(0, 0, 0, 0.45);    
  /*right: 226px;/
  border: 1px solid rgba(0, 0, 0, 0.45);
  background: rgba(0, 0, 0, 0.45) none repeat scroll center center !important;
}
#menuToggle.traslate-right{
  -webkit-transform: translate(-121px, 0);
  transform: translate(-121px, 0);
  transition: transform 500ms;
}
#menuToggle.traslate-left{
  -webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
  transition: transform 500ms;
}
#menuToggle:hover, #menuToggle.active{
  webkit-transform: translate(-121px, 0);
  transform: translate(-121px, 0);
  transition: transform 500ms;
}*/
.jb-loginform {
    background: rgba(70, 130, 180, 0.75) none repeat scroll center center !important;
    padding: 5px 15px 15px 15px;
    position: absolute;
    color:#fff;
    right: 0;
    top: 51px;
}
.jb-loginform h3{  
    color:#fff;
}
.jb-loginform .btn{  
    color:#000;
}
#main-slider {
  overflow: hidden;
  height: 558px !important;
  background: #fff url(../images/slider/empleo.jpg) no-repeat 50% 0 / auto 100%;
}
#main-slider .item {
  height: 558px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#main-slider .containers {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#main-slider .slider-inner h2 {
  margin-top: 180px;
  color: #fff;  
  font-size: 58px;
  font-weight: 800;
  line-height: 60px;
  text-decoration: none;
  transform: translate3d(0px, 0px, 0px);
  text-shadow: 2px 2px 3px #555,2px 2px 3px #555;
}
#main-slider .slider-inner .big h2 {
  margin-top: 140px;
}
#main-slider .slider-inner h2 > span {
  color: #45aed6;
}
#main-slider .slider-inner h2.grey {
  color: #555;
  text-shadow: #fff 2px 2px 3px;
}
#main-slider .slider-inner .carousel-content{
  position: absolute;
  display: block;
  text-decoration: none;
  top: 0px;
  visibility: visible;
  /*white-space: nowrap;*/
  z-index: 5;
}
#main-slider .slider-inner p{
  border-width: 0;
  color: rgb(255, 255, 255);
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 300;
  line-height: 50px;
  padding: 1px 4px 0;
  margin-bottom: 30px;
  transform: matrix3d(1, 0, 0, 0, 0, 0.9997, -0.02446, 0.00006, 0, 0.02446, 0.9997, -0.00247, 0, 0, 0, 1);
  transform-origin: 50% 0 0;
  transition: opacity 400ms ease 0s;
  z-index: 6;
  text-shadow: 2px 2px 2px #333, 2px 2px 1px #333;
}
#main-slider .slider-inner p.long-text{
  white-space: pre-line;
}
.empleos-slider .carousel-content div.btn-group-empleos, .carousel-content div.btn-group-freelance{  
  position: absolute;
  /*top: 370px;*/
  right: 15px;
  bottom: -40px;
}
/*.carousel-content div.btn-group-freelance{  
  position: absolute;
  top: 380px;
  right: 15px;
}*/
#main-slider .slider-inner .btn {
  margin-top: 10px;
}
#main-slider .slider-inner p.pull-right, #main-slider .slider-inner h2.pull-right{
  text-align: right;
}
#main-slider .slider-inner p.pull-left, #main-slider .slider-inner h2.pull-left{
  text-align: left;
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #45aed6;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}
#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #45aed6;
}
#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
#cta {
  padding: 50px 0;
  background-color: #eeeeee;
}
#cta h2 {
  margin-top: 0;
}
#cta .btn {
  margin-top: 40px;
}
#cta2 {
  background: #242a33 url(../images/cta2/cta2-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  padding-top: 70px;
}
#cta2 .btn {
  margin-top: 10px;
}
#cta2 h2 {
  color: #fff;
  font-size: 44px;
  line-height: 1;
}
#cta2 h2 > span {
  color: #45aed6;
}
#features{
  padding: 100px 0 80px;
}
.placeholder.wow{
  padding-bottom: 30px;
}
#features .media.service-box:first-child {
  margin-top: -30px;
}
#services {
  padding: 100px 0 0;
}
.media.service-box {
  margin: 25px 0;
}
.media.service-box .pull-left {
  margin-right: 20px;
}
.media.service-box .pull-left > i {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #45aed6;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}
.media.service-box .pull-left > i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}
.media.service-box:hover .pull-left > i {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}
#services img.img-rounded{
  padding-top: 20px;
}
.banner-section .section-content{
  background: url(../images/bg/pattern.png);
  padding: 20px 0;
  text-align: center;
}
.banner-section h1 {
  color: #8f8f8f;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 7px;
  color: #ffffff;
  margin-bottom: 16px;
}
.banner-section p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  color: #aaa;
  font-size: 18px;
}
a.button-two {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #2a81c1;
  box-shadow: 0 3px 0 #97bc2a;
  -webkit-box-shadow: 0 3px 0 #97bc2a;
  -moz-box-shadow: 0 3px 0 #97bc2a;
  -o-box-shadow: 0 3px 0 #97bc2a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
a.button-two span {
  display: inline-block;
  padding: 10px 26px 9px;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
a.button-two i {
  padding: 12px 15px;
  font-size: 14px;
  color: #ffffff;
  border-left: 1px solid #97bc2a;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
a.button-two:hover {
  background: #97bc2a;
  box-shadow: 0 3px 0 #2a81c1;
  -webkit-box-shadow: 0 3px 0 #2a81c1;
  -moz-box-shadow: 0 3px 0 #2a81c1;
  -o-box-shadow: 0 3px 0 #2a81c1;
}
a.button-two:hover span {
  color: #fff;
}
a.button-two:hover i {
  color: #fff;
  border-left: 1px solid #2a81c1;
  background: #f3f4f5;
}
.statistic-section {
  background: url(../images/parallax/back.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  padding: 60px 0 70px;
}
.statistic-section .container {
  position: relative;
  z-index: 2;
}
.statistic-post {
  overflow: hidden;
}
.statistic-post i {
  float: left;
  font-size: 30px;
  color: #2a81c1;
  display: inline-block;
  margin-top: 30px;
}
.statistic-post p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  margin: 0;
  margin-left: 46px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #ffffff;
}
.statistic-post p span {
  color: #ffffff;
  font-size: 48px;
  line-height: 54px;
}
.statistic-section:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(58, 61, 65, 0.8);
}

#portfolio {
  padding: 100px 0;
  background: #f5f5f5;
}
#portfolio .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
}
#portfolio .portfolio-filter > li {
  float: left;
  display: block;
}
#portfolio .portfolio-filter > li a {
  display: block;
  padding: 7px 15px;
  background: #e5e5e5;
  color: #64686d;
  position: relative;
}
#portfolio .portfolio-filter > li a:hover,
#portfolio .portfolio-filter > li a.active {
  background: #45aed6;
  color: #fff;
  box-shadow: 0 -3px 0 0 #318daf inset;
  -webkit-box-shadow: 0 -3px 0 0 #318daf inset;
}
#portfolio .portfolio-filter > li a.active:after {
  content: " ";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #318daf transparent transparent transparent;
}
#portfolio .portfolio-filter > li:first-child a {
  border-radius: 4px 0 0 4px;
}
#portfolio .portfolio-filter > li:last-child a {
  border-radius: 0 4px 4px 0;
}
#portfolio .portfolio-items {
  margin: -15px;
}
#portfolio .portfolio-item {
  width: 24.9%;
  float: left;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#portfolio .portfolio-item .portfolio-item-inner {
  position: relative;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
  position: absolute;
  top: -18px;
  right: 12px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
}
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#testimonial {
  background: #333333 url(../images/testimonial/bg.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
}
#testimonial h4 {
  color: #fff;
  margin-bottom: 0;
}
#testimonial small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
#testimonial .btns {
  margin-top: 10px;
}
#about {
  padding: 100px 0 80px;
}
/*#registarse{  
  padding-top: 50px;
}*/
#work-process {
  padding: 77px 0 0;
  color: #fff;
}
#work-process .first-child{  
  background: #20222e url(../images/bg/bg.jpg) no-repeat 0 0;
  background-size: cover;
  padding-bottom: 60px;
  padding-top: 60px;
}
#work-process h2.section-title{
  /*padding-top: 50px;*/
}
#work-process h2 {
  color: #fff;
}
#work-process h3 {
  color: #fff;
  margin-bottom: 0;
}
#work-process .icon-circle {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: 2px solid #45aed6;
  border-radius: 100px;
  position: relative;
}
#work-process .icon-circle > span {
  border-style: solid;
  border-width: 2px;
  border-color: #45aed6;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 20px;
  top: -12px;
  color: #64686d;
}
#work-process h3 {
  margin-bottom: 50px;
}
#meet-team {
  padding: 100px 0;
}
#meet-team .team-member {
  padding: 13px;
  background: #eeeeee;
  border: 2px solid #eeeeee;
  transition: border-color 400ms;
  -webkit-transition: border-color 400ms;
}
#meet-team .team-member .team-img {
  margin: -15px -15px 0 -15px;
}
#meet-team .team-member .team-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 10px;
}
#meet-team .team-member:hover {
  border-color: #45aed6;
}
#meet-team .team-member:hover .social-icons > li > a {
  background: #45aed6;
}
#meet-team .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}
#meet-team .social-icons > li {
  display: inline-block;
}
#meet-team .social-icons > li > a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #222534;
  border-radius: 3px;
}
.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #45aed6;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
#animated-number {
  padding: 100px 0 70px;
  background: #132125 url(../images/bg/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
}
#animated-number h1, #freelancers h2,
#animated-number h2,
#animated-number h3,
#animated-number h4 {
  color: #fff;
}
#animated-number strong {
  display: block;
  margin-bottom: 30px;
  font-size: 18px;
}
.animated-number {
  display: inline-block;
  width: 100px;
  height: 100px;
  font-size: 30px;
  line-height: 100px;
  border: 3px solid #fff;
  border-radius: 100px;
  margin-bottom: 20px;
}
.animated-number:hover {  
  background: #2a81c1 none repeat scroll 0 0;
  border: 0px solid #fff;
  font-size: 34px;
  /*line-height: 90px;*/
}

/***********************
********* Secciones ******
************************/
#registarse div.container{
  padding: 60px 0 40px;
  text-align: center;
  /*background-image: url('../images/bg/pattern.png');*/
  /*background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%) !important;*/
}
.services-section .services-box {
  background: url('../images/bg/back.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}
.services-section .services-box .services-post {
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.services-section .services-box .services-post .services-head {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.services-section .services-box .services-post .services-head a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 60px;
  height: 60px;
  background: #f9fafb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 22px;
}
.services-section .services-box .services-post .services-head a i {
  color: #8f8f8f;
  line-height: 60px;
  font-size: 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.services-section .services-box .services-post .services-head h2 {
  color: #8f8f8f;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 7px;
  color: #ffffff;
  margin-bottom: 3px;
}
.services-section .services-box .services-post .services-head span {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  margin: 0;
}
.services-section .services-box .services-post .services-head:after {
  position: absolute;
  content: '';
  width: 60px;
  height: 1px;
  background: #ffffff;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.services-section .services-box .services-post p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
}
#formacion{
  padding-top: 78px;
}
#features{
  padding-bottom: 0px !important;
}
#formacion .services-section .services-box .services-post .services-head h2{
  font-size: 32px;
}
#formacion .services-section .services-box .services-post p, #formacion .services-section .services-box .services-post .services-head span{
  font-size: 18px;
  margin-left: 30px;
  margin-right: 30px;
}
.services-section .services-box .services-post:hover .services-head a {
  background: #2a81c1;
}
.services-section .services-box .services-post:hover .services-head a i {
  color: #ffffff;
}
.services-section .services-box .services-post:hover .services-head:after {
  background: #2a81c1;
}
.services-section .services-box:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(58, 61, 65, 0.8);
}
a.button-one {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #999999;
  box-shadow: 0 3px 0 #5c5f62;
  -webkit-box-shadow: 0 3px 0 #5c5f62;
  -moz-box-shadow: 0 3px 0 #5c5f62;
  -o-box-shadow: 0 3px 0 #5c5f62;
}
a.button-one:hover {
  background: #2a81c1;
  border: 1px solid #2a81c1;
  box-shadow: 0 3px 0 #97bc2a;
  -webkit-box-shadow: 0 3px 0 #97bc2a;
  -moz-box-shadow: 0 3px 0 #97bc2a;
  -o-box-shadow: 0 3px 0 #97bc2a;
}
#freelancers{  
  color: #fff;
  padding:78px 0 0;
}
#freelancers .first-child{
  padding:60px 0 40px;
  background: #132125 url(../images/bg/bg.jpg) no-repeat 0 0;
  background-size: cover;
}
#freelancers a.button-one{  
  text-transform: none;
  font-size: 16px;
  margin-top: 60px;
}
#freelancers li{  
  font-size: 16px;
}
#pricing {
  padding: 100px 0 20px;
}
#pricing ul.pricing {
  list-style: none;
  padding: 0;
  margin: 25px 0 15px;
  border: 1px solid #eee;
  border-radius: 5px 5px 4px 4px;
  padding: 15px;
  text-align: center;
}
#pricing ul.pricing li {
  display: block;
  padding: 10px;
}
#pricing div.col-sm-6 ul li.plan-purchase{
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0px;
}
#pricing ul.pricing li.plan-header {
  background: #eee;
  border-radius: 4px 4px 0 0;
  margin: -15px -15px 10px;
  padding: 15px 15px 30px;
  border: 0;
}
#pricing ul.pricing li.plan-header .price-duration {
  position: relative;
  margin-top: -63px;
  top: -10px;
  display: inline-block;
  width: 116px;
  height: 116px;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  border-radius: 100px;
  border: 5px solid #f6f6f6;
}
#pricing ul.pricing li.plan-header .price-duration > span {
  display: block;
  line-height: 1;
}
#pricing ul.pricing li.plan-header .price-duration > span.price {
  font-size: 24px;
  font-weight: 700;
  margin-top: 35px;
}
#pricing ul.pricing li.plan-header .price-duration > span.duration {
  margin-top: 5px;
}
#pricing ul.pricing li.plan-header .plan-name {
  margin-top: 10px;
  font-size: 24px;
  color: #272727;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
#pricing ul.pricing.featured {
  background: #222534;
  color: #fff;
  border: 0;
}
#pricing ul.pricing.featured.azulito{
  background: rgba(69, 174, 214, 0.3) none repeat scroll 0 0;
  color: #222534;
  border:1px solid #2caab3;
}
#pricing ul.pricing.featured li.plan-header {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
#pricing ul.pricing.featured li.plan-header .plan-name {
  color: #fff;
}
.jbbox-info {
    background: #ebf5fa no-repeat scroll 0 0;
    border-color: #a1c0d0;
    color: #1d5e80;
}
.jbbox-info, .jbbox-warning {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    margin: 15px 0;
    padding: 10px 10px 10px 40px;
}
#get-in-touch {
  padding: 100px 0 50px;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
}
#get-in-touch h1,
#get-in-touch h2 {
  color: #fff;
}
#blog {
  padding: 100px 0;
}
#blog .blog-post {
  border: 1px solid #eee;
  padding: 15px;
}
#blog .blog-post .post-format {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #222534;
  border: 3px solid #fff;
  border-radius: 100px;
}
#blog .blog-post.blog-large .entry-thumbnail {
  margin: -15px -15px 15px;
  position: relative;
}
#blog .blog-post.blog-large .post-format {
  width: 66px;
  height: 66px;
  line-height: 60px;
  position: absolute;
  right: 20px;
  bottom: -33px;
}
#blog .blog-post.blog-large .post-format > i {
  font-size: 20px;
}
#blog .blog-post.blog-large .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
#blog .blog-post.blog-large .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-large .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-large .entry-title a:hover {
  color: #45aed6;
}
#blog .blog-post.blog-media {
  margin-bottom: 30px;
}
#blog .blog-post.blog-media .entry-thumbnail {
  margin: -15px 15px -15px -15px;
  position: relative;
}
#blog .blog-post.blog-media .post-format {
  position: absolute;
  top: 20px;
  right: -10px;
}
#blog .blog-post.blog-media .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
#blog .blog-post.blog-media .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-media .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-media .entry-title a:hover {
  color: #45aed6;
}
#blog .blog-post .entry-meta {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
#blog .blog-post .entry-meta > span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#blog .blog-post .entry-meta > span > a {
  color: #999;
}
#blog .blog-post .entry-meta > span > a:hover {
  color: #45aed6;
}
#contact {
  position: relative;
  overflow: hidden;
}
#contact .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(69, 174, 214, 0.3);
  z-index: 1;
}
#contact .contact-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-top: 50px;
}
#contact .contact-form h3 {
  margin-top: 0;
}
/***********************
********* Modals ******
************************/
.modal-dialog-long{
  width: 75%;
}
.modal-dialog-small{
  width: 25%;
}
.modal-dialog-extra-small {
    width: 10%;
    top:40%;
}
.cabecera-p{
  padding: 10px 0 0 200px;
}
.cbFieldIcons {
    position: absolute;
    left: -7px;
    color: #d9534f;
    padding-top: 3px;
}
.cb_template .control-label {
    color: #555555;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding-top: 3px;
}
.cb_template label.error, .cb_template label.has-error{
    color: #d9534f;
    font-size: 12px;
    font-weight: normal;
}
.cb_template .form-control.error, .cb_template .form-control.has-error{
    border: 1px solid #d9534f;
}
.empleador h3,.empleador h4 { color: white; }
.empleador ul {
  padding: 0;
  margin-bottom: 0;
  text-align: center;
  list-style-type: none;
  line-height: 23px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.empleador ul > li {
  padding: 10px 0;
  border: 1px solid #ddd;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e2e2e;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #f4f4f4;
}
.empleador ul:hover {
  position: relative;
  //margin-top: -20px;
  //margin-bottom: 20px;
  -webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.2);
}
.empleador.comparison { display: inline-block; *display: inline; zoom: 1; margin: 0 auto; }
.empleador.comparison ul:first-child:hover { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.empleador.comparison ul:first-child > li { font-weight: bold; }
.empleador.comparison ul:hover {/*  margin-top: 10px; margin-bottom: 0; */ }
.empleador.comparison ul li:first-child { background: #e5e5e5; }
.empleador.comparison ul { margin-left: 0 !important; margin-right: 0 !important; }
.empleador .lead {
  display: block;
  margin: 0;
  border-top: none;
  color: #ffffff;
  text-shadow: 0 -1px 1px #999999;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2) inset, 0 2px 0 rgba(255,255,255,0.3) inset;
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2) inset, 0 2px 0 rgba(255,255,255,0.3) inset;
  box-shadow: 0 0 5px rgba(0,0,0,0.2) inset, 0 2px 0 rgba(255,255,255,0.3) inset;
}
.empleador .lead.blue {
  border: 1px solid #3b7bbc;
  border-left-color: #5e95cc;
  background-image: -moz-linear-gradient(top, #75a4d3, #5e95cc) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#75a4d3), to(#5e95cc)) !important;
  background-image: -webkit-linear-gradient(top, #75a4d3, #5e95cc) !important;
  background-image: -o-linear-gradient(top, #75a4d3, #5e95cc) !important;
  background-image: linear-gradient(#75a4d3, #5e95cc) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff75a4d3', endColorstr='#ff5e95cc', GradientType=0) !important;
  *background: #5e95cc;
}
.empleador .lead.grey {
  border: 1px solid #a1a1a1;
  border-left-color: #bababa;
  background-image: -moz-linear-gradient(top, #aaa, #bababa) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#aaa), to(#bababa)) !important;
  background-image: -webkit-linear-gradient(top, #aaa, #bababa) !important;
  background-image: -o-linear-gradient(top, #aaa, #bababa) !important;
  background-image: linear-gradient(#aaa, #bababa) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc9c9c9', endColorstr='#ffbababa', GradientType=0) !important;
  *background: #bababa;
}
.img-polaroid {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 4px;
}
#div-gateway{
  padding: 10px 10px 10px 25px;
  margin-top: 15px;
  background: #fff none repeat scroll 0 0;
}
#div-gateway img{
  height: 40px;
  width: 110px;
}
#div-gateway span, #div-gateway img{
  margin-left:10px;
}
#gateway{
  margin-left: -10px;
}
.jb-hidefield.btn.btn-primary {
    bottom: 20px;
    position: absolute;
    right: 20px;
}
.empleador .jbbox-info {
    background: #ebf5fa none no-repeat scroll 0 0;
    border-color: #a1c0d0;
    color: #1d5e80;
    padding: 10px 10px 10px 10px;
    margin-top: 0px;
}
/* User group selection */
.usergroup-table .userrole { border-radius: 5px; -moz-box-shadow: 0 0 10px #aaa; -webkit-box-shadow: 0 0 10px #aaa; box-shadow: 0 0 10px #aaa; }
.userrole { color: #ff; background-color: #5e5f59; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; }
.userrole:hover { background-color: #fff; -moz-box-shadow: 0 0 12px 3px #b0b2ab; -webkit-box-shadow: 0 0 12px 3px #b0b2ab; box-shadow: 0 0 12px 3px #b0b2ab; }
.userrole-name { padding: 10px; color: #fff; background-color: #5e95cc; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; }
.userrole-name h2 { color: white; }
/***********************
********* Footer ******
************************/
.float-foot{
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 5;
}
#arrows {
    bottom: 10%;
    height: 80px;
    position: fixed;
    right: 5%;
    width: 80px;
    z-index: 1000;
}
#arrows div {
    background-image: url("../images/website-arrows.png");
    cursor: pointer;
    height: 30px;
    position: absolute;
    width: 30px;
}
#arrow-up {
    background-position: 30px 0;
    left: 25px;
    top: 0;
}
#arrow-down {
    background-position: 30px -30px;
    bottom: 0;
    left: 25px;
}
#arrow-left {
    background-position: 30px -60px;
    left: 0;
    top: 25px;
}
#arrow-right {
    background-position: 30px -90px;
    right: 0;
    top: 25px;
}
#arrows div.disabled {
    cursor: default;
}
#arrow-up.disabled {
  background-position: 0 0;
}
#arrow-down.disabled {
  background-position: 0 -30px;
}
#arrow-left.disabled {
    background-position: 0 -60px;
}
#arrow-right.disabled {
    background-position: 0 -90px;
}
#footer {
  color: #fff;
  background: #2e2e2e;
}
#footer a {
  /*color: #fff;*/
}
#footer a:hover {
  color: #45aed6;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
footer .up-footer {
  background: url('../images/bg/pattern.png');
  padding: 70px 0 30px;
}
footer .up-footer h1 {
  color: #8f8f8f;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 7px;
  color: #ffffff;
  margin-bottom: 35px;
}
footer .up-footer p {
    color: #dddddd;
    font-family: "Raleway",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 15px;
}
footer .up-footer .footer-widget {
  margin-bottom: 30px;
}
footer .up-footer .text-widget img {
  margin-top: 10px;
}
footer .up-footer .tweets-widget ul {
  margin: 0;
  padding: 0;
}
footer .up-footer .tweets-widget ul li {
  list-style: none;
  margin-bottom: 30px;
}
footer .up-footer .tweets-widget ul li i {
  display: inline-block;
  float: left;
  font-size: 15px;
  color: #ffffff;
  margin-top: 4px;
  margin-left: 4px;
}
footer .up-footer .tweets-widget ul li p {
  margin: 0 0 0 30px;
}
footer .up-footer .tweets-widget ul li p a {
  display: block;
  color: #2a81c1;
}
footer .up-footer .tweets-widget ul li span {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  margin: 0 0 0 30px;
  color: #999999;
  display: inline-block;
}
footer .up-footer .flickr-widget ul {
  margin: 0;
  padding: 0;
}
footer .up-footer .flickr-widget ul li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 2px;
}
footer .up-footer .flickr-widget ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
footer .up-footer .flickr-widget ul li a img {
  width: 70px;
}
footer .up-footer .flickr-widget ul li a:hover {
  opacity: 0.7;
}
footer .up-footer .subscribe-form input[type="text"] {
  display: inline-block;
  padding: 12px 10px;
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #c8c8c8;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  min-width: 160px;
  border: none;
  outline: none;
  margin: 0;
  margin-right: -5px;
}
footer .up-footer .subscribe-form input[type="submit"] {
  display: inline-block;
  padding: 13px 8px 12px;
  background: #2a81c1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  border: none;
  outline: none;
  margin: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
footer .up-footer .subscribe-form input[type="submit"]:hover {
  opacity: 0.7;
}
footer .up-footer .footer-line {
  margin-top: 0px;
  padding-top: 32px;
  border-top: 1px solid #595c60;
  text-align: center;
}
footer .up-footer .footer-line p {
  color: #999999;
  margin-bottom: 0;
}
.select2-container .select2-choice {
  background-image: none;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 3px 9px;
  transition: border 0.2s linear 0s;
  height: 35px;
}
.select2-container .select2-choice .select2-arrow {
  background: transparent;
  border-left: 0px;
}
.select2-container .select2-choice .select2-arrow b {
  background: none;
}
.select2-container .select2-choice .select2-arrow b:before {
  font-family: 'FontAwesome';
  content: "\f0d7";
  position: relative;
  top: 2px;
  right: 5px;
  font-size: 12px;
}
.select2-container.select2-drop-above .select2-choice {
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  background-image: none;
  border: 1px solid #e5e9ec;
  background: #f4f5f7;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.select2-drop.select2-drop-above {
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  box-shadow: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border: 1px solid #e5e9ec;
  border-bottom: none;
  border-radius: 2px;
  padding-top: 0px;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  box-shadow: none;
  border: 1px solid #e5e9ec;
  background: #f4f5f7;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.select2-search {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
}
.select2-search input {
  background: #ffffff !important;
  vertical-align: baseline;
  line-height: 28px;
  border-radius: 2px;
  border: none;
  font-size: 12px;
  border: 1px solid #999999;
}
.select2-results {
  margin: 3px 10px 10px 3px;
}
.select2-results li {
  color: #6F7B8A;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  color: #282323;
}
.select2-results .select2-highlighted {
  background: #0090d9;
  border-radius: 3px;
}
.select2-results .select2-highlighted .select2-result-label {
  color: #ffffff;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: none;
  color: #6F7B8A;
  font-size: 12px;
  padding-left: 8px;
  padding-top: 0px;
  position: relative;
  top: -5px;
}
.select2-drop-active {
  border: 1px solid #e5e9ec;
  border-bottom: none;
  border-top: none;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding-top: 5px;
}
.select2-container-multi .select2-choices {
  background-image: none;
  border: 1px solid #dae0e4;
  border-radius: 2px;
}
.select2-container-multi .select2-choices .select2-search-choice {
  background-color: #e8edf1;
  background-image: none;
  border: none;
  box-shadow: none;
  color: inherit;
  border-radius: 8px;
  margin: 8px -5px 7px 10px;
  padding: 4px 8px 4px 21px;
  direction: ltr;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #dae0e4;
  box-shadow: none;
}
.select2-container-multi.select2-container-active .select2-search-choice {
  background-color: #ffffff !important;
}
.select2-container-multi .select2-search-choice-close {
  left: 6px;
}
.select2-search-choice-close {
  background: none;
  top: 4px;
  right: 0;
}
.select2-search-choice-close:hover {
  text-decoration: none;
}
.select2-search-choice-close:before {
  font-family: 'FontAwesome';
  content: "\f00d";
  font-size: 12px;
  color: #94a1b2;
}
.select2-drop-multi .select2-results .select2-no-results,
.select2-drop-multi .select2-results .select2-searching,
.select2-drop-multi .select2-results .select2-selection-limit {
  top: 0px;
}
.select2-container.form-control {
  padding: 0;
  box-shadow: none;
  border: 0;
}
label.only-check input[type="checkbox"]{
  margin: 10px 0  0 20px;
}
.input-small {
  width: 120px !important;
}
.input-extra-small {
  width: 70px !important;
}
.input-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
/***********Paginas Empleos, Servicios, Becas, Freelance ***********/
.img-empleo{
  background: #fff url(../images/Imagen2.png) no-repeat 50% 0 / 80% 100% !important;
  height: 400px;
  background-position: center;
}
.list-empleos, .list-becas, .list-freelance{
  padding: 20px 50px;
}
.dataTables_length label, .dataTables_filter label{
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}
#servicios, #empleos, #becas, #freelance{
  color: #333;
  padding: 20px 0;
  margin-top: 3px;
}
#empleos{  
  /*border-bottom: 3px solid rgba(70, 130, 180, 0.2);
  border-top: 3px solid rgba(70, 130, 180, 0.2);
  background-color: rgba(70, 130, 180, 0.1);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);*/
  padding: 0;
  border-bottom: 2px solid #97bc2a;
  border-top: 2px solid #428bca;
}
#becas{  
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
#freelance{
  background: rgba(0, 0, 0, 0) url("../images/bg/pattern.png") repeat scroll 0 0;
  color: #fff;
}
#servicios h2, #empleos h2, #becas h2, #freelance h2{
  color: #333;
  font-size: 38px;
  margin-left: 50px;
}
#empleos h2{
  color: #777;
  font-size: 34px;
  margin: 10px auto 10px 50px;
  font-weight: 400;
}
#freelance h2{
  color: #fff;
}
#empleos .section-header .section-title, #servicios .section-header .section-title, #becas .section-header .section-title, #freelance .section-header .section-title{
  text-transform: none !important;
}
#tbl_empleos tr, #tbl_servicios tr, #tbl_becas tr, #tbl_freelance tr{
  margin: 0px 20px;
}
#tbl_empleos td img.img-rounded, #tbl_becas td img, #tbl_freelance td img{
  width: 100% !important;
  /*border: 1px solid #428bca;
  border-radius: 5px;*/
}
#tbl_empleos td{
  font-size: 16px;
}
#tbl_servicios td > div {
    margin: 25px auto 10px;
}
#tbl_servicios .title a{
  margin-left: 10px;
  margin-bottom: 10px;
}
#tbl_servicios td img{
  width: 75% !important;
}
td .title h2, td .title h4 {
  color: #337ab7;
  font-weight: 400;
  margin-top: 0px;
}
td .title h2{
  font-size: 28px;
}
.modal-body > div{
  margin-left: 20px;
  margin-right: 20px;
  text-align: justify;
}
.list-empleos p{
  text-align: justify;
}
.modal-title {
  color: #337ab7;
  font-size: 22px;
}
#tbl_empleos .title li strong {
  font-size: 18px;
  font-weight: 400;
}
.sticker {
  height: 63px;
  left: auto;
  right: -4px;
  position: absolute;
  top: -21px;
  width: 63px;
}
.sticker-sale {
  background: rgba(0, 0, 0, 0) url("../images/cerrado.png") no-repeat scroll 0 0;
}
.sticker-new {
  background: rgba(0, 0, 0, 0) url("../images/new1.png") no-repeat scroll 0 0;
}
td .details{
  margin-top: 30px;
  margin-bottom: 10px;
}
.sticker-img{
  display: none;
}
.form-control[type="file"] {
  border-width: 0 !important;
  padding: 0 !important;
}
.team-member{
  border-left: 1px solid #dbdbdb;
  padding: 20px;
  color:#64686d;
}
.team-img .img-responsive {
  margin: 0 auto;
  width: 60% !important;
}
.team-member .social-icons > li {
  /*display: inline-block;*/
  list-style: outside none none;
}
.team-member .social-icons > li > a{
  /*background: #222534 none repeat scroll 0 0;
  display: block;*/
  border-radius: 3px;
  color: #64686d;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 32px;
}
.team-member h4{
  color:#64686d !important;
}
ul.social-icons{
  margin: 0px;
  padding: 0px;
}
.input-icon i {
    color: #ccc;
    display: block;
    font-size: 16px;
    height: 16px;
    margin: 9px 2px 4px 10px;
    position: absolute;
    text-align: center;
    width: 16px;
}
.input-icon input {
    padding-left: 33px !important;
}
#main-menu .navbar-brand, #main-menu li.scroll a{
  -webkit-transition: background .8s ease-out,padding .8s ease-out;
  -moz-transition: background .8s ease-out,padding .8s ease-out;
  transition: background .8s ease-out,padding .8s ease-out;
}
#main-menu .navbar-brand.reduct{
  padding-bottom: 11px; 
  padding-top: 12px;  
}
#main-menu li.scroll a.reduct{
  padding-bottom: 28px; 
  padding-top: 29px;  
}
.alertify button{
  outline: none 0px !important;
}
td.dataTables_empty{
  text-align: center;
}
.forget-password p{
  margin-bottom: 0px;
  font-size: 12px;
}
#error-login, #error-email{
  padding: 10px;
}
#form_solicitud_show .descripcion {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 8px;
}
#form_solicitud_show .col-md-8 div{
    margin-top: 5px;
}
.list-start{
  color: yellow;
}