/* ##### Features ##### */
.space-sep {
    clear: both;
    display: block;
    height: 20px;
}

.space-sep-10 {
    clear: both;
    display: block;
    height: 10px;
}

.space-sep-40 {
    clear: both;
    display: block;
    height: 40px;
}
.space-sep-60 {
    clear: both;
    display: block;
    height: 60px;
}
.space-sep-80 {
    clear: both;
    display: block;
    height: 80px;
}
.form-control.text { height:auto; min-height:150px;}
.breadcrumb {
  padding: 8px 15px;
 /* margin-bottom: 20px;*/
  list-style: none;
  background-color: #fff;
  border-radius: 4px;
  border:1px solid #ddd;
  font-size:15px;
  margin-top:5px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
img.alumno { max-width:100%; height:auto; border:8px solid #ddd; margin-bottom:10px;}
h1.title { padding-top:20px; text-align:center; margin-bottom:0; font-size:30px; color:#87AEC0;}
.section > .section-inner > .section-content.no-table { padding-top:20px;}
.no-table .input-group { display:block;}
.nav-tabs { margin-bottom: -2px;text-align: center;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { background: #fff;
    border-radius: 0px;
    border-bottom: 0;
}
.nav-tabs > li > a { font-size:18px;}
input[name="pro_condicion"] { margin-left:15px;}

form h4 { color:#7e99aa; background:#ddd; padding:7px;}
.oculta { margin-top:-20px;}
.oculta p { padding-left:15px;}

select.calendario {

    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
   vertical-align: middle;
    white-space: nowrap;
}
.modal-dialog { width:1200px;}
#script-warning {
		display: none;
		background: #eee;
		border-bottom: 1px solid #ddd;
		padding: 0 10px;
		line-height: 40px;
		text-align: center;
		font-weight: bold;
		font-size: 12px;
		color: red;
	}

	#loading {
        position: absolute;
        left: 250px;
        margin: -5px 0px 0 0px;
		display: none;
	}
    #loading h4 {
      float: left;
      margin: 12px 15px;
    }
    .cssload-thecube {
      float: left;
      width: 19px;
      height: 19px;
      margin: 0 auto;
      margin-top: 12px;
      position: relative;
      transform: rotateZ(45deg);
      -o-transform: rotateZ(45deg);
      -ms-transform: rotateZ(45deg);
      -webkit-transform: rotateZ(45deg);
      -moz-transform: rotateZ(45deg);
    }
    .cssload-thecube .cssload-cube {
      position: relative;
      transform: rotateZ(45deg);
      -o-transform: rotateZ(45deg);
      -ms-transform: rotateZ(45deg);
      -webkit-transform: rotateZ(45deg);
      -moz-transform: rotateZ(45deg);
    }
    .cssload-thecube .cssload-cube {
      float: left;
      width: 50%;
      height: 50%;
      position: relative;
      transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
    }
    .cssload-thecube .cssload-cube:before {
      content: "";
		position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgb(135,174,192);
      animation: cssload-fold-thecube 2.76s infinite linear both;
      -o-animation: cssload-fold-thecube 2.76s infinite linear both;
      -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
      -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
      -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
      transform-origin: 100% 100%;
      -o-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
      -webkit-transform-origin: 100% 100%;
      -moz-transform-origin: 100% 100%;
    }
    .cssload-thecube .cssload-c2 {
      transform: scale(1.1) rotateZ(90deg);
      -o-transform: scale(1.1) rotateZ(90deg);
      -ms-transform: scale(1.1) rotateZ(90deg);
      -webkit-transform: scale(1.1) rotateZ(90deg);
      -moz-transform: scale(1.1) rotateZ(90deg);
    }
    .cssload-thecube .cssload-c3 {
      transform: scale(1.1) rotateZ(180deg);
      -o-transform: scale(1.1) rotateZ(180deg);
      -ms-transform: scale(1.1) rotateZ(180deg);
      -webkit-transform: scale(1.1) rotateZ(180deg);
      -moz-transform: scale(1.1) rotateZ(180deg);
    }
    .cssload-thecube .cssload-c4 {
      transform: scale(1.1) rotateZ(270deg);
      -o-transform: scale(1.1) rotateZ(270deg);
      -ms-transform: scale(1.1) rotateZ(270deg);
      -webkit-transform: scale(1.1) rotateZ(270deg);
      -moz-transform: scale(1.1) rotateZ(270deg);
    }
    .cssload-thecube .cssload-c2:before {
      animation-delay: 0.35s;
      -o-animation-delay: 0.35s;
      -ms-animation-delay: 0.35s;
      -webkit-animation-delay: 0.35s;
      -moz-animation-delay: 0.35s;
    }
    .cssload-thecube .cssload-c3:before {
      animation-delay: 0.69s;
      -o-animation-delay: 0.69s;
      -ms-animation-delay: 0.69s;
      -webkit-animation-delay: 0.69s;
      -moz-animation-delay: 0.69s;
    }
    .cssload-thecube .cssload-c4:before {
      animation-delay: 1.04s;
      -o-animation-delay: 1.04s;
      -ms-animation-delay: 1.04s;
      -webkit-animation-delay: 1.04s;
      -moz-animation-delay: 1.04s;
    }



    @keyframes cssload-fold-thecube {
      0%, 10% {
        transform: perspective(35px) rotateX(-180deg);
        opacity: 0;
      }
      25%,
      75% {
        transform: perspective(35px) rotateX(0deg);
        opacity: 1;
      }
      90%,
      100% {
        transform: perspective(35px) rotateY(180deg);
        opacity: 0;
      }
    }

    @-o-keyframes cssload-fold-thecube {
      0%, 10% {
        -o-transform: perspective(35px) rotateX(-180deg);
        opacity: 0;
      }
      25%,
      75% {
        -o-transform: perspective(35px) rotateX(0deg);
        opacity: 1;
      }
      90%,
      100% {
        -o-transform: perspective(35px) rotateY(180deg);
        opacity: 0;
      }
    }

    @-ms-keyframes cssload-fold-thecube {
      0%, 10% {
        -ms-transform: perspective(35px) rotateX(-180deg);
        opacity: 0;
      }
      25%,
      75% {
        -ms-transform: perspective(35px) rotateX(0deg);
        opacity: 1;
      }
      90%,
      100% {
        -ms-transform: perspective(35px) rotateY(180deg);
        opacity: 0;
      }
    }

    @-webkit-keyframes cssload-fold-thecube {
      0%, 10% {
        -webkit-transform: perspective(35px) rotateX(-180deg);
        opacity: 0;
      }
      25%,
      75% {
        -webkit-transform: perspective(35px) rotateX(0deg);
        opacity: 1;
      }
      90%,
      100% {
        -webkit-transform: perspective(35px) rotateY(180deg);
        opacity: 0;
      }
    }

    @-moz-keyframes cssload-fold-thecube {
      0%, 10% {
        -moz-transform: perspective(35px) rotateX(-180deg);
        opacity: 0;
      }
      25%,
      75% {
        -moz-transform: perspective(35px) rotateX(0deg);
        opacity: 1;
      }
      90%,
      100% {
        -moz-transform: perspective(35px) rotateY(180deg);
        opacity: 0;
      }
	}

	#calendar {
		margin: 0 auto;
		padding: 0 10px;
		/*background:#FFF;*/
	}
	#calendar.month {
		margin: 0 auto;
		padding: 50px 100px;
		background:#FFF;
	}
	.fc th { background:#87AEC0;}
	.fc th a { color:#333;}
	.fc-daygrid-day-number { color:#43565f;}

  .fc-daygrid-event .fc-event-title-container {
    white-space: normal;
  }
  .fc-daygrid-event .fc-event-time {
    display: block;
  }
  .fc-list-event-graphic .fc-list-event-dot {
      border-width: 8px!important;
      border-radius: 0!important;
  }
  .fc-event {
    background: #fff;
    border-radius: 0;
    padding: 3px 5px;
    margin: 2px 5px;
    min-height: 60px;
    color: #173f52;
    font-size: 12px;
    border-left: 10px solid;
  }
  .fc-list-table td {
    border-width: 1px 0 0;
    padding: 8px 10px;
    padding: 6px 10px;
  }
  .fc-list-event-title,.fc-list-event-title a {
    font-size: 13px;
  }
  .fc-event.tfor_1,.fc-list-event.tfor_1 {
    border-left: 10px solid;
    border-color: rgba(185, 141, 81, 0.7);
    background: rgba(185, 141, 81, 0.1);;
  }
  .fc-event:hover {
    color: inherit;
  }
  .fc-dayGridMonth-view .fc-daygrid-day-top .fc-daygrid-day-number {
    text-align: center;
    background: rgba(135, 174, 192, 0.6);
    color: #fff;
    font-weight: 600;
    border-color: #ddd;
    width: 100%;
    padding: 2px 0;
  }
  /*.fc-time-grid-event {
    width: 100%;
    height: auto;
    position: relative !important;
    left: 0% !important;
    margin-right: 0% !important;
  }*/
  select#anio, select#curso, select#asignatura, select#cur_id  {
    height: inherit;
  }
/* ##### Charts ##### */

.chart-item > .chart-content {
  margin: auto;
  width: 210px;
  min-height: 263px;
}

.chart-item > .chart-content > .chart > .percent {
  position: absolute;
  height: 210px;
  width: 210px;
  line-height: 210px;
  border-radius: 100%;
  color: #fff;
  font-size: 60px;
  font-weight: 300;
  letter-spacing: -3px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}

.chart-item .chart-text > h4 {
  padding-top: 20px;
  color: #3996cc;
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase;
}

.chart-item.not-right-column.top-column {
  padding-bottom: 40px;
}

@media (min-width: 1023px) {
  .chart-item.not-right-column.top-column {
    padding-bottom: 0px;
  }
}

.chart-item.not-right-column {
  padding-bottom: 40px;
}

@media (min-width: 767px) {
  .chart-item.not-right-column {
    padding-bottom: 0px;
  }
}

/* ##### Content Boxes ##### */

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

@media (min-width: 1023px) {
  .content-box {
    text-align: left;
  }
}

.content-box:hover {
  cursor: pointer;
}

.content-box:hover > .content-box-icon > i {
  color: #222;
}

.content-box > .content-box-icon > i {
  padding-bottom: 15px;
  color: #7E99AA;
  font-size: 40px;
  -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;
}

@media (min-width: 1023px) {
  .content-box > .content-box-icon > i {
    float: left;
    font-size: 30px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1023px) {
  .content-box > .content-box-text {
    margin-left: 50px;
  }
}

.content-box > .content-box-text > h4 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 0.2em;
}

.content-box > .content-box-text > p {
  font-size: 18px;
}

@media (min-width: 767px) {
  .content-box > .content-box-text > p {
    font-size: 15px;
  }
}

.content-box.top-column {
  padding-bottom: 40px;
}

@media (min-width: 1023px) {
  .content-box.top-column {
    padding-bottom: 50px;
  }
}

@media (min-width: 767px) {
  .content-box.bottom-column {
    padding-bottom: 0px;
  }
}

.content-box.bottom-column.not-right-column {
  padding-bottom: 40px;
}

@media (min-width: 767px) {
  .content-box.bottom-column.not-right-column {
    padding-bottom: 0px;
  }
}


/* ##### Content Boxes Style One ##### */

.content-box.style-one > .content-box-icon > i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-bottom: 15px;
}


/* ##### Content Boxes Style Two ##### */

.content-box.style-two > .content-box-icon > i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 3px;
  background-color: #7E99AA;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}

.content-box.style-two:hover > .content-box-icon > i {
  background-color: #222;
}


/* ##### Content Boxes Style Three ##### */

.content-box.style-three > .content-box-icon > i {
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  background-color: #7E99AA;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}

.content-box.style-three:hover > .content-box-icon > i {
  background-color: #222;
}


/* ##### Countdown ##### */

.cd-content .cd-element {
  border-bottom: 1px solid #7E99AA;
  padding-bottom: 15px;
}

.cd-content .cd-element > .cd-value {
  color: #7E99AA;
  font-size: 40px;
  font-weight: 300;
}

@media (min-width: 359px) {
  .cd-content .cd-element > .cd-value {
    font-size: 60px;
  }
}

.cd-content .cd-element > .cd-label {
  color: #b7ada4;
  font-size: 20px;
  font-weight: 300;
}

@media (min-width: 359px) {
  .cd-content .cd-element > .cd-label {
    font-size: 30px;
  }
}


/* ##### Counters ##### */

.counter-item {
  min-height: 263px;
}

.counter-item > i {
  color: #7E99AA;
}

.counter-item > .inner-content {
  padding-top: 10px;
}

.counter-item > .inner-content .number {
  color: #fff;
  font-size: 60px;
  font-weight: 300;
  text-transform: uppercase;
}

.counter-item > p {
  color: #7E99AA;
  font-size: 35px;
  font-weight: 300;
  text-transform: uppercase;
}

.counter-item.not-right-column.top-column {
  padding-bottom: 30px;
}

@media (min-width: 1023px) {
  .counter-item.not-right-column.top-column {
    padding-bottom: 0px;
  }
}

.counter-item.not-right-column {
  padding-bottom: 30px;
}

@media (min-width: 767px) {
  .counter-item.not-right-column {
    padding-bottom: 0px;
  }
}

.counter-item.bubble .inner-content {
  position: relative;
  background-color: #7E99AA;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.counter-item.bubble .inner-content:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(183, 173, 164, 0);
  border-top-color: #7E99AA;
  border-width: 20px;
  margin-left: -20px;
}

.counter-item.bubble > p {
  color: #fff;
  border-bottom: 1px solid #7E99AA;
  padding-bottom: 10px;
}


/* ##### Funny Boxes ##### */

.funny-box {
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 15px;
    box-shadow: 2px 2px 10px -5px #bbbbbb;
    -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;
}

.funny-box:hover {
  cursor: pointer;
}

.funny-box:hover > .funny-box-icon {
  background-color: #7E99AA;
  color: #fff;
}

.funny-box:hover {
    background-color: #7E99AA;
    color: #fff;
    box-shadow: 2px 2px 10px 0px #bbbbbb;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -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;
}

.funny-box > .funny-box-icon {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  width: 75px;
  height: 75px;
  line-height: 90px;
  border: 1px solid #7E99AA;
  border-radius: 50%;
  color: #7E99AA;
}

.funny-box > .funny-box-icon > i {
  font-size: 35px;
}

.funny-box > .funny-box-text > h4 {
  position: relative;
  padding-bottom: 0;
  margin-bottom:0;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 400;
}

/*.funny-box > .funny-box-text > h4:after {
  margin-left: -30px;
  left: 50%;
  background-color: #7E99AA;
  width: 60px;
  height: 1px;
  content: "";
  position: absolute;
  display: inline-block;
  max-width: 100%;
  bottom: -1px;
}*/

.funny-box > .funny-box-text > p {
  font-size: 18px;
}

@media (min-width: 767px) {
  .funny-box > .funny-box-text > p {
    font-size: 14px;
  }

}


/* ##### Funny Boxes Float Shadow Effect ##### */

.funny-box.float-shadow:hover > .funny-box-icon {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.funny-box.float-shadow:hover > .funny-box-icon:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.funny-box.float-shadow > .funny-box-icon {
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -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;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.funny-box.float-shadow > .funny-box-icon:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}


/* ##### Funny Boxes Trim Effect ##### */

.funny-box.trim:hover > .funny-box-icon:before {
  opacity: 1;
}

.funny-box.trim > .funny-box-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.funny-box.trim > .funny-box-icon:before {
  content: '';
  position: absolute;
  border: #fff solid 4px;
  border-radius: 50%;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}


/* ##### Funny Boxes Outline Inward Effect ##### */

.funny-box.outline-inward:hover > .funny-box-icon:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}

.funny-box.outline-inward > .funny-box-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.funny-box.outline-inward > .funny-box-icon:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border: #7E99AA solid 4px;
  border-radius: 50%;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}


/* ##### Funny Boxes Outline Outward Effect ##### */

.funny-box.outline-outward:hover > .funny-box-icon:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}

.funny-box.outline-outward > .funny-box-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.funny-box.outline-outward > .funny-box-icon:before {
  content: '';
  position: absolute;
  border: #7E99AA solid 4px;
  border-radius: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}


/* ##### Funny Boxes Buzz Effect ##### */

.funny-box.buzz:hover > .funny-box-icon {
  -webkit-animation-name: buzz;
  animation-name: buzz;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.funny-box.buzz > .funny-box-icon {
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

@-webkit-keyframes buzz {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes buzz {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}


/* ##### Meet The Team ##### */

.team-item > .team-element {
  position: relative;
  display: block;
  overflow: hidden;
}

.team-item > .team-element:hover > .team-inner {
  display: block;
  cursor: pointer;
}

.team-item > .team-element:hover > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.team-item > .team-element > .team-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
}

.team-item > .team-element > .team-inner > .team-detail {
  text-align: center;
  display: table;
  width: 100%;
  height: 100%;
}

.team-item > .team-element > .team-inner > .team-detail > .team-content {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
  color: #fff;
  letter-spacing: 0.2em;
}

.team-item > .team-element > .team-inner > .team-detail > .team-content > h4 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 300;
}

.team-item > .team-element > .team-inner > .team-detail > .team-content > p {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
}

.team-item > .team-element > img {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.team-item.not-right-column.top-column {
  margin-bottom: 30px;
}

@media (min-width: 1023px) {
  .team-item.not-right-column.top-column {
    margin-bottom: 0px;
  }
}

.team-item.not-right-column {
  margin-bottom: 30px;
}

@media (min-width: 767px) {
  .team-item.not-right-column {
    margin-bottom: 0px;
  }
}


/* ##### Portfolio ##### */

.portfolio-item {
  padding: 2px;
}

.portfolio-item > .inner-content {
  position: relative;
  display: block;
  overflow: hidden;
}

.portfolio-item > .inner-content:hover {
  cursor: pointer;
}

.portfolio-item > .inner-content:hover > .portfolio-content {
  display: block;
}

.portfolio-item > .inner-content > .portfolio-content {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);

}
.portfolio-item > .inner-content > .portfolio-content > .portfolio-detail {
  width: 100%;
  height: 100%;
}

.portfolio-item > .inner-content > .portfolio-content > .portfolio-detail a {
  text-align: center;
  display: table;
  width: 100%;
  height: 100%;
}

.portfolio-item > .inner-content > .portfolio-content > .portfolio-detail a > .portfolio-text {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
  color: #fff;
  letter-spacing: 0.2em;
}

.portfolio-item > .inner-content > .portfolio-content > .portfolio-detail a > .portfolio-text h4 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
}

.portfolio-item > .inner-content > .portfolio-content > .portfolio-detail a > .portfolio-text p {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0px;
}

.portfolio-item > .inner-content > img {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}


/* ##### Portfolio Grow Effect ##### */

.portfolio-item.grow > .inner-content:hover > img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}


/* ##### Portfolio Grow Rotate Effect ##### */

.portfolio-item.grow-rotate > .inner-content:hover > img {
  -webkit-transform: scale(1.2) rotate(4deg);
  transform: scale(1.2) rotate(4deg);
}


/* ##### Portfolio Shrink Effect ##### */

.portfolio-item.shrink > .inner-content:hover > img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.portfolio-item.shrink > .inner-content > img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}


/* ##### Portfolio Shrink Rotate Effect ##### */

.portfolio-item.shrink-rotate > .inner-content:hover > img {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}

.portfolio-item.shrink-rotate > .inner-content > img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}


/* ##### Portfolio Slide In Left Effect ##### */

.portfolio-item.slide-in-left > .inner-content:hover > .portfolio-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.portfolio-item.slide-in-left > .inner-content > .portfolio-content {
  display: block;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}


/* ##### Portfolio Pop Effect ##### */

.portfolio-item.pop > .inner-content:hover > img {
  -webkit-animation-name: pop;
  animation-name: pop;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.portfolio-item.pop > .inner-content > img {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes pop {
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pop {
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


/* ##### Portfolio Pop Rotate Effect ##### */

.portfolio-item.pop-rotate > .inner-content:hover > img {
  -webkit-animation-name: pop-rotate;
  animation-name: pop-rotate;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.portfolio-item.pop-rotate > .inner-content > img {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes pop-rotate {
  50% {
    -webkit-transform: scale(1.3) rotate(4deg);
    transform: scale(1.3) rotate(4deg);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pop-rotate {
  50% {
    -webkit-transform: scale(1.3) rotate(4deg);
    transform: scale(1.3) rotate(4deg);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


/* ##### Portfolio Push Effect ##### */

.portfolio-item.push > .inner-content:hover > img {
  -webkit-animation-name: push;
  animation-name: push;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.portfolio-item.push > .inner-content > img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

@-webkit-keyframes push {
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@keyframes push {
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}


/* ##### Portfolio Push Rotate Effect ##### */

.portfolio-item.push-rotate > .inner-content:hover > img {
  -webkit-animation-name: push-rotate;
  animation-name: push-rotate;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.portfolio-item.push-rotate > .inner-content > img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

@-webkit-keyframes push-rotate {
  50% {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@keyframes push-rotate {
  50% {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}


/* ##### Pricing Tables ##### */

.pricing-table .pricing-wrapper > .pricing-column > .plan-title {
  display: block;
  background-color: #1d1d1d;
  color: #fff;
}

.pricing-table .pricing-wrapper > .pricing-column > .plan-title > h2 {
  display: block;
  margin: 0;
  height: 74px;
  line-height: 74px;
  background-color: #7E99AA;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.pricing-table .pricing-wrapper > .pricing-column > .plan-title > .pricing-box {
  padding: 30px;
  height: 216px;
  border-bottom: 3px solid #7E99AA;
}

.pricing-table .pricing-wrapper > .pricing-column > .plan-title > .pricing-box > .price {
  position: relative;
  display: inline-block;
  padding: 0 0 0 10px;
  color: #fff;
  font-size: 100px;
  font-weight: 300;
  line-height: 100px;
}

.pricing-table .pricing-wrapper > .pricing-column > .plan-title > .pricing-box > .price > .symbol {
  position: absolute;
  top: -25px;
  left: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}

.pricing-table .pricing-wrapper > .pricing-column > .plan-title > .pricing-box > .month {
  position: relative;
  display: inline-block;
  bottom: 0px;
  left: 0px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}

.pricing-table .pricing-wrapper > .pricing-column > .plan-title > .pricing-box > .price-info {
  margin-top: 20px;
  font-size: 13px;
  font-style: italic;
  color: #aaa;
}

.pricing-table .pricing-wrapper > .pricing-column > .item-list {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
}

.pricing-table .pricing-wrapper > .pricing-column > .item-list > li {
  display: block;
  padding: 20px 15px;
  font-size: 16px;
  list-style-type: none;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}

.pricing-table .pricing-wrapper > .pricing-column > .plan-footer {
  background-color: #f6f6f6;
  padding: 20px 10px;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}

.pricing-table .pricing-wrapper.not-right-column {
  margin-bottom: 50px;
}
@media (min-width: 1023px) {
  .pricing-table .pricing-wrapper.not-right-column {
    margin-bottom: 0px;
  }
}


/* ##### Pricing Tables Style One ##### */


/* ##### Pricing Tables Style Two ##### */

@media (min-width: 767px) {
    .pricing-table.style-two .pricing-wrapper {
      padding: 0px;
      box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
    }
}

@media (min-width: 767px) {
  .pricing-table.style-two .pricing-wrapper > .pricing-column > .item-list > li {
    border-right: none;
    border-left: none;
  }
}

@media (min-width: 767px) {
  .pricing-table.style-two .pricing-wrapper > .pricing-column > .plan-footer {
    border-right: none;
    border-left: none;
  }
}


/* ##### Pricing Tables Style Three ##### */

@media (min-width: 767px) {
  .pricing-table.style-three .pricing-wrapper {
    padding: 0px;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 1023px) {
  .pricing-table.style-three .pricing-wrapper {
    margin-top: 25px;
  }
}

@media (min-width: 1023px) {
  .pricing-table.style-three .pricing-wrapper.recomended {
    margin-top: 1px;
  }
}

@media (min-width: 767px) {
  .pricing-table.style-three .pricing-wrapper.recomended > .pricing-column > .item-list > li {
    border-right: none;
    border-left: none;
  }
}

@media (min-width: 767px) {
  .pricing-table.style-three .pricing-wrapper.recomended > .pricing-column > .plan-footer {
    border-right: none;
    border-left: none;
  }
}

@media (min-width: 1023px) {
  .pricing-table.style-three .pricing-wrapper.recomended > .pricing-column > .plan-footer {
    padding: 32px 10px;
  }
}


/* ##### Pricing Tables Style Four ##### */

@media (min-width: 767px) {
  .pricing-table.style-four .pricing-wrapper {
    padding: 0px;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 767px) {
  .pricing-table.style-four .pricing-wrapper > .pricing-column > .item-list > li {
    border-right: none;
    border-left: none;
  }
}

.pricing-table.style-four .pricing-wrapper > .pricing-column > .item-list > li > i {
  font-size: 20px;
}

.pricing-table.style-four .pricing-wrapper > .pricing-column > .item-list > li > i.fa-check {
  color: #7ea95e;
}

.pricing-table.style-four .pricing-wrapper > .pricing-column > .item-list > li > i.fa-times {
  color: #8d1c31;
}

@media (min-width: 767px) {
  .pricing-table.style-four .pricing-wrapper > .pricing-column > .plan-footer {
    border-right: none;
    border-left: none;
  }
}

.pricing-table.style-four .pricing-wrapper.features {
  box-shadow: none;
}

.pricing-table.style-four .pricing-wrapper.features > .pricing-column > .item-list {
  border-top: 3px solid #7E99AA;
  margin-top: 287px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
}


/* ##### Pricing Tables Style Five ##### */

.pricing-table.style-five .pricing-wrapper > .pricing-column {
  border-top: 6px solid #7E99AA;
}

.pricing-table.style-five .pricing-wrapper > .pricing-column > .plan-title > h2 {
  background-color: #1d1d1d;
}

.pricing-table.style-five .pricing-wrapper > .pricing-column > .plan-title > .pricing-box {
  height: auto;
  padding: 0px 15px 25px 15px;
}

.pricing-table.style-five .pricing-wrapper > .pricing-column > .item-list {
  background-color: #f9f9f9;
}

.pricing-table.style-five .pricing-wrapper > .pricing-column > .item-list > li:nth-child(odd) {
  background-color: #e5e5e5;
}

.pricing-table.style-five .pricing-wrapper > .pricing-column > .plan-footer {
  padding: 0px;
  background-color: #7E99AA;
  border-right: 1px solid #3391c7;
  border-bottom: 1px solid #3391c7;
  border-left: 1px solid #3391c7;
}

.pricing-table.style-five .pricing-wrapper > .pricing-column > .plan-footer a.btn {
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  border: none;
}


/* ##### Pricing Tables Style Six ##### */

@media (min-width: 767px) {
  .pricing-table.style-six .pricing-wrapper {
    padding: 0px;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
  }
}

.pricing-table.style-six .pricing-wrapper > .pricing-column {
  border-top: 6px solid #7E99AA;
}

.pricing-table.style-six .pricing-wrapper > .pricing-column > .plan-title > h2 {
  background-color: #1d1d1d;
}

.pricing-table.style-six .pricing-wrapper > .pricing-column > .plan-title > .pricing-box {
  height: auto;
  padding: 0px 15px 25px 15px;
}

.pricing-table.style-six .pricing-wrapper > .pricing-column > .item-list {
  background-color: #f9f9f9;
}

@media (min-width: 767px) {
  .pricing-table.style-six .pricing-wrapper > .pricing-column > .item-list > li {
    border-right: none;
    border-left: none;
  }
}

.pricing-table.style-six .pricing-wrapper > .pricing-column > .item-list > li:nth-child(odd) {
  background-color: #e5e5e5;
}

.pricing-table.style-six .pricing-wrapper > .pricing-column > .plan-footer {
  padding: 0px;
  background-color: #7E99AA;
  border-right: 1px solid #3391c7;
  border-bottom: 1px solid #3391c7;
  border-left: 1px solid #3391c7;
}

@media (min-width: 767px) {
  .pricing-table.style-six .pricing-wrapper > .pricing-column > .plan-footer {
    border-right: none;
    border-left: none;
  }
}

.pricing-table.style-six .pricing-wrapper > .pricing-column > .plan-footer a.btn {
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  border: none;
}


/* ##### Tabular Content ##### */

.tabular-content {
  position: relative;
  background-color: transparent;
  border: none;
}

.tabular-content > ul.nav-tabs {
  border: none;
}

.tabular-content > ul.nav-tabs > li > a {
  background-color: #fcfcfc;
  color: #222;
  font-size: 14px;
  border: 1px solid #ddd;
  border-top: 5px solid #ddd;
  padding: 10px 25px;
}

.tabular-content > ul.nav-tabs > li > a:hover {
  border: 1px solid #ddd;
  border-top: 5px solid #dddddd;
}

.tabular-content > ul.nav-tabs > li.active > a {
  background-color: #fff;
  font-weight: 700;
  border-top: 5px solid #7E99AA;
  border-bottom: 1px solid #fff;
}

.tabular-content > .tab-content {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.tabular-content > .tab-content > .tab-pane > p {
  margin-bottom: 0px;
  padding: 15px;
  font-size: 14px;
  text-align: left;
}


/* ##### Tabular Content Style One ##### */

.tabular-content.style-one > .tab-content {
  border-top-left-radius: 0px;
}


/* ##### Tabular Content Style Two ##### */

.tabular-content.style-two {
  text-align: center;
}

.tabular-content.style-two > ul.nav-tabs {
  display: inline-block;
  margin-bottom: -5px;
}


/* ##### Tabular Content Style Three ##### */

.tabular-content.style-three {
  text-align: center;
}

.tabular-content.style-three > ul.nav-tabs {
  display: inline-block;
  margin-bottom: -5px;
}

.tabular-content.style-three > .tab-content {
  border: none;
  border-top: 1px solid #ddd;
  border-radius: 0px;
}


/* ##### Tabular Content Style Four ##### */

.tabular-content.style-four {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.tabular-content.style-four > ul.nav-tabs {
  padding: 15px 15px 0px 15px;
}

.tabular-content.style-four > .tab-content {
  border: none;
  border-top: 1px solid #ddd;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}


/* ##### Tabular Content Style Five ##### */

.tabular-content.style-five {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-align: center;
}

.tabular-content.style-five > ul.nav-tabs {
  display: inline-block;
  margin-bottom: -5px;
  padding: 15px 15px 0px 15px;
}

.tabular-content.style-five > .tab-content {
  border: none;
  border-top: 1px solid #ddd;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}


/* ##### Testimonials ##### */

.testimonial-item > .testimonial-content {
  position: relative;
  padding: 15px;
  background: #7E99AA;
}

.testimonial-item > .testimonial-content:after {
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left-style: inset;
  border-right-style: inset;
  border-top: 22px solid;
  border-right: 22px solid transparent;
  border-left: 0 solid transparent;
  border-top-color: #7E99AA;
  left: 80px;
  bottom: -22px;
}

@media (min-width: 479px) {
  .testimonial-item > .testimonial-content:after {
    left: 100px;
  }
}

@media (min-width: 639px) {
  .testimonial-item > .testimonial-content:after {
    left: 120px;
  }
}

@media (min-width: 992px) {
  .testimonial-item > .testimonial-content:after {
    left: 80px;
  }
}

.testimonial-item > .testimonial-content .testimonial-title {
  color: #fff;
  font-size: 16px;
}

@media (min-width: 479px) {
  .testimonial-item > .testimonial-content .testimonial-title {
    font-size: 22px;
  }
}

@media (min-width: 639px) {
  .testimonial-item > .testimonial-content .testimonial-title {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .testimonial-item > .testimonial-content .testimonial-title {
    font-size: 16px;
  }
}

.testimonial-item > .testimonial-content blockquote {
  border-left: none;
  margin-bottom: 0px;
  padding: 0;
}

.testimonial-item > .testimonial-content blockquote p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

@media (min-width: 479px) {
  .testimonial-item > .testimonial-content blockquote p {
    font-size: 16px;
  }
}

@media (min-width: 639px) {
  .testimonial-item > .testimonial-content blockquote p {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .testimonial-item > .testimonial-content blockquote p {
    font-size: 14px;
  }
}

.testimonial-item > .testimonial-info {
  margin-top: 18px;
  height: 80px;
}

@media (min-width: 479px) {
  .testimonial-item > .testimonial-info {
    height: 100px;
  }
}

@media (min-width: 639px) {
  .testimonial-item > .testimonial-info {
    height: 120px;
  }
}

@media (min-width: 992px) {
  .testimonial-item > .testimonial-info {
    height: 80px;
  }
}

.testimonial-item > .testimonial-info img {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 10px;
}

@media (min-width: 479px) {
  .testimonial-item > .testimonial-info img {
    width: 100px;
    height: 100px;
    margin-right: 20px;
  }
}

@media (min-width: 639px) {
  .testimonial-item > .testimonial-info img {
    width: 120px;
    height: 120px;
    margin-right: 30px;
  }
}

@media (min-width: 992px) {
  .testimonial-item > .testimonial-info img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }
}

.testimonial-item > .testimonial-info .img-thumbnail {
  padding: 2px;
}

.testimonial-item > .testimonial-info .testimonial-author {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}

@media (min-width: 479px) {
  .testimonial-item > .testimonial-info .testimonial-author {
    font-size: 22px;
  }
}

@media (min-width: 639px) {
  .testimonial-item > .testimonial-info .testimonial-author {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .testimonial-item > .testimonial-info .testimonial-author {
    font-size: 16px;
  }
}

.testimonial-item > .testimonial-info .testimonial-author em {
  font-size: 13px;
}

@media (min-width: 479px) {
  .testimonial-item > .testimonial-info .testimonial-author em {
    font-size: 18px;
  }
}

@media (min-width: 639px) {
  .testimonial-item > .testimonial-info .testimonial-author em {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .testimonial-item > .testimonial-info .testimonial-author em {
    font-size: 13px;
  }
}

.testimonial-item.not-right-column {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .testimonial-item.not-right-column {
    margin-bottom: 0px;
  }
}

.testimonial-item.not-bottom-column {
  margin-bottom: 50px;
}


/* ##### Timeline ##### */

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

@media (min-width: 767px) {
  .timeline:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    margin-left: -1px;
    background-color: #e1e1e1;
  }
}

.timeline > li {
  position: relative;
  margin-bottom: 40px;
}

@media (min-width: 767px) {
  .timeline > li {
    margin-bottom: 20px;
  }
}

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

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

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  position: relative;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d6dddd;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

@media (min-width: 767px) {
  .timeline > li > .timeline-panel {
    float: left;
    width: 44%;
  }
}

@media (min-width: 767px) {
  .timeline > li > .timeline-panel:before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 26px;
    right: -15px;
    border-top: 15px solid transparent;
    border-right: 0 solid #d6dddd;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #d6dddd;
  }
}

@media (min-width: 767px) {
  .timeline > li > .timeline-panel:after {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 27px;
    right: -14px;
    border-top: 14px solid transparent;
    border-right: 0 solid #7E99AA;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #7E99AA;
  }
}

.timeline > li > .timeline-panel > .timeline-heading > img {
  margin-bottom: 20px;
}

.timeline > li > .timeline-panel > .timeline-heading > .timeline-title {
  margin: 0;
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  background: #7E99AA;
  padding: 20px;
}

.timeline > li > .timeline-panel > .timeline-body > p {
  color: #222222;
  font-size: 18px;
  padding: 0px 20px 10px 20px;
}

.timeline > li > .timeline-badge {
  display: none;
}

@media (min-width: 767px) {
  .timeline > li > .timeline-badge {
    display: block;
    z-index: 100;
    position: absolute;
    top: 15px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border-radius: 50% 50% 50% 50%;
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    color: #ccc;
  }
}

@media (min-width: 992px) {
  .timeline > li > .timeline-badge {
    top: 0;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    font-size: 80px;
    line-height: 80px;
  }
}

@media (min-width: 767px) {
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
  }
}

@media (min-width: 767px) {
  .timeline > li.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
}

@media (min-width: 767px) {
  .timeline > li.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
}
@media (max-width:1200px){
  .nav > li > a { font-size:12px; padding-left:13px; padding-right:13px;}
}
@media (max-width:998px){
	.nav > li > a { font-size:12px; padding-left:8px; padding-right:8px;}
	.modal-dialog { width:860px;}
	}

@media (max-width:800px){
	.modal-dialog { width:760px;}
	}
@media (max-width:760px){
	.modal-dialog { width:700px;}
	}
@media (max-width:600px){
	.modal-dialog { width:560px;}
	}
@media (max-width:480px){
	.modal-dialog { width:440px;}
	}
@media (max-width:320px){
	.modal-dialog { width:300px;}
	}

#wrapper {
  min-height: 100%;
  margin-bottom: -50px;
  padding-bottom: 50px;
}

table.dataTable tbody tr.selected {
  background: #a4cae6!important;
  color: #000; }
table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after, table.dataTable tbody th.select-checkbox:before, table.dataTable tbody th.select-checkbox:after {
  top: 50%;
}
.select-checkbox input.dt-checkboxes {
  display: none;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 25px;
    width: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

/* Festivos calendario */
.holiday {
    background: lightgray;
}


/*CALENDARIO OCUPA*/

.table.titulos > thead > tr > th, .table.titulos > tbody > tr > th, .table.titulos > tfoot > tr > th, .table.titulos > thead > tr > td, .table.titulos > tbody > tr > td, .table.titulos > tfoot > tr > td {
  padding:0;
  text-align:center;
}
.table.titulos > thead > tr > th:nth-child(1), .table.titulos > tfoot > tr > th:nth-child(1), .table.titulos > tbody > tr > td:nth-child(1), .table.titulos > tfoot > tr > td:nth-child(1) {
  width:16%;
  text-align:left;
}
a.libre { width:100%; height:100%; display:block; color:transparent;}
a.libre:hover {color:#096;}

a.ocupada { background:#673AB7; width:100%; height:100%; display:block; color:transparent;}
a.ocupada.oc_0 { background:#B71C1C;}
a.ocupada.oc_1 { background:#2196F3;}
a.ocupada.oc_2 { background:#EF6C00;}
a.ocupada.oc_3 { background:#558B2F;}
a.ocupada.oc_m1 { background:#795548;}
a.ocupada.oc_m2 { background:#009688;}
a.ocupada:hover { color:#FFF;}

.table.ocupa {
  transform: rotateX(0deg);
}
.table.ocupa > thead > tr > th, .table.ocupa > tbody > tr > th, .table.ocupa > tfoot > tr > th, .table.ocupa > thead > tr > td, .table.ocupa > tbody > tr > td, .table.ocupa > tfoot > tr > td {
  padding:0;
  text-align:center;
}
.table.ocupa > thead > tr > th:nth-child(1), .table.ocupa > tfoot > tr > th:nth-child(1), .table.ocupa > tbody > tr > td:nth-child(1), .table.ocupa > tfoot > tr > td:nth-child(1) {
  /*width:6%;*/
  /*padding: 0 15px;*/
}
.table.ocupa > thead > tr > th:nth-child(2), .table.ocupa > tfoot > tr > th:nth-child(2), .table.ocupa > tbody > tr > td:nth-child(2), .table.ocupa > tfoot > tr > td:nth-child(2) {
  /*width:10%;*/
  /*padding: 0 15px;*/
}
.center_vertical { vertical-align:middle !important;}
.table.ocupa.table-hover>tbody>tr:hover {
  background-color: rgba(135, 174, 192, 0.2);
}
.table.ocupa .selectedDay {
  background-color: rgba(187, 187, 187, 0.65);
}
.table.ocupa > thead > tr > th {
  border-color: transparent;
  border-left: 0;
}
.table.ocupa > thead > tr > th:nth-child(n+3) {
  display: inline-block;
}
#tableHeader {
  margin-bottom:0;
  border:0;
  border-bottom: 3px solid #ddd;
}
#tableHeader_tec {
  margin-bottom:0;
  border:0;
  border-bottom: 3px solid #ddd;
}
#tableHeader_tec.table.ocupa > thead > tr {
    background-color: #F5F5F6;
}
#tableHeader_tec.table.ocupa > thead > tr > th:nth-child(n+3) {
  padding: 7px;
  writing-mode: tb-rl;
  white-space: nowrap;
  display: inline-block;
}

input[type='number'] {
  -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.boxed .element {
  padding: 20px 10px;
  border: 1px solid #ddd;
}
.boxed hr {
  width: calc(100% - 55px);
  margin: 10px 0px 12px 12px;
}

.popover {
    z-index: 9999;
}
