/*
 * Copyright Instituto Profesional Projazz. 
 * Todos los derechos reservados.
 */
/* 
 * Created on : 06-feb-2017, 10:38:03
 * Author     : Juan Carlos Soria
 */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
html,
body {
  height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  color: #101113;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
}
p {
  margin-bottom: 15px;
  line-height: 1.5;
}
a {
  color: #E57020;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover,
a:active {
  text-decoration: underline;
  color: #4cab61;
}
a:focus {
  text-decoration: none;
  color: #4cab61;
  outline: none;
}
.btn,
a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: bold;
  letter-spacing: 0.5px;
}
a.btn-primary,
.btn-primary {
  background: #E57020;
  border: 1px solid #C65E17;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: inset 0 0 0 0 #C65E17;
  -moz-box-shadow: inset 0 0 0 0 #C65E17;
  box-shadow: inset 0 0 0 0 #C65E17;
}
a.btn-primary:hover,
.btn-primary:hover {
  -webkit-box-shadow: inset 0 100px 0 0 #C65E17;
  -moz-box-shadow: inset 0 100px 0 0 #C65E17;
  box-shadow: inset 0 100px 0 0 #C65E17;
}
a.btn-primary:hover,
.btn-primary:hover,
a.btn-primary:active,
.btn-primary:active,
a.btn-primary:focus,
.btn-primary:focus {
  background: #C65E17;
  border: 1px solid #E57020;
  color: #fff;
  outline: none;
}
a.btn-secondary,
.btn-secondary {
  background: #1c1d21;
  border: 2px solid #1c1d21;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: inset 0 0 0 0 #E57020;
  -moz-box-shadow: inset 0 0 0 0 #E57020;
  box-shadow: inset 0 0 0 0 #E57020;
}
a.btn-secondary:hover,
.btn-secondary:hover {
  -webkit-box-shadow: inset 0 100px 0 0 #3d884d;
  -moz-box-shadow: inset 0 100px 0 0 #3d884d;
  box-shadow: inset 0 100px 0 0 #3d884d;
}
a.btn-secondary:hover,
.btn-secondary:hover,
a.btn-secondary:active,
.btn-secondary:active,
a.btn-secondary:focus,
.btn-secondary:focus {
  background: #3d884d;
  border: 2px solid #3d884d;
  color: #fff;
  outline: none;
}
a.btn-ghost-primary,
.btn-ghost-primary {
  background: none;
  border: 2px solid #E57020;
  color: #E57020;
  -webkit-box-shadow: inset 0 0 0 0 #E57020;
  -moz-box-shadow: inset 0 0 0 0 #E57020;
  box-shadow: inset 0 0 0 0 #E57020;
  text-transform: uppercase;
}
a.btn-ghost-primary:active,
.btn-ghost-primary:active,
a.btn-ghost-primary:focus,
.btn-ghost-primary:focus {
  border: 2px solid #E57020;
  color: #E57020;
  outline: none;
}
a.btn-ghost-primary:hover,
.btn-ghost-primary:hover {
  -webkit-box-shadow: inset 0 100px 0 0 #E57020;
  -moz-box-shadow: inset 0 100px 0 0 #E57020;
  box-shadow: inset 0 100px 0 0 #E57020;
  background: #E57020;
  color: #fff;
  border: 2px solid #E57020;
}
a.btn-ghost-secondary,
.btn-ghost-secondary {
  background: none;
  border: 2px solid #101113;
  color: #101113;
  -webkit-box-shadow: inset 0 0 0 0 #101113;
  -moz-box-shadow: inset 0 0 0 0 #101113;
  box-shadow: inset 0 0 0 0 #101113;
  text-transform: uppercase;
}
a.btn-ghost-secondary:active,
.btn-ghost-secondary:active,
a.btn-ghost-secondary:focus,
.btn-ghost-secondary:focus {
  border: 2px solid #101113;
  outline: none;
  color: #101113;
}
a.btn-ghost-secondary:hover,
.btn-ghost-secondary:hover {
  background: #101113;
  -webkit-box-shadow: inset 0 100px 0 0 #101113;
  -moz-box-shadow: inset 0 100px 0 0 #101113;
  box-shadow: inset 0 100px 0 0 #101113;
  color: #fff;
  border: 2px solid #101113;
}
a.btn-cta,
.btn-cta {
  font-size: 16px;
  padding: 10px 30px;
}
.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 45px;
  border-color: #ccc;
}
.form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}
.form-control:focus {
  border-color: #e1e1e1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="button"],
textarea {
  appearance: none;
  /* for mobile safari */
  -webkit-appearance: none;
}
label { }
.form-group {
  margin-bottom: 30px;
}
.highlight {
  color: #E57020;
}
#topcontrol {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: #fff;
  border: 2px solid #101113;
  color: #101113;
  text-align: center;
  display: inline-block;
  z-index: 30;
  width: 36px;
  height: 36px;
}
#topcontrol:hover {
  background: #101113;
  border: 2px solid #101113;
  color: #fff;
}
#topcontrol .fa {
  position: relative;
  top: 2px;
  font-size: 25px;
  font-weight: bold;
}

.account-wall
{
    padding: 30px;
    background-color: #fff;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    border:#000 1px solid;
}
.need-help {
    padding-top: 10px;
}

/* Generic section styling */
.section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.section-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 60px;
  font-weight: 800;
  font-size: 26px;
  position: relative;
  padding-bottom: 5px;
}
.section-title:after {
  content: "";
  display: inline-block;
  height: 4px;
  width: 60px;
  background: #E57020;
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -30px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* ====== Header ======= */
.header {
  color: #fff;
  padding-top: 15px;
}
.header-scrolled {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  padding-top: 5px;
  padding-bottom: 0;
}
.header-scrolled .nav > li > a {
  color: rgba(255, 255, 255, 0.65);
}

/* ====== Nav ======= */
.navbar-toggle {
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 15px;
  background: none;
  position: relative;
  top: 5px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .toggle-title {
  display: inline-block;
  float: left;
  color: rgba(255, 255, 255, 0.9);
  margin-right: 10px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  top: -1px;
}
.navbar-toggle .icon-bar-wrapper {
  float: left;
}
.navbar-toggle .icon-bar {
  background-color: #E57020;
  height: 3px;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.navbar-toggle:hover .icon-bar {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.navbar-nav {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.nav > li > a {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
  outline: none;
  color: #fff;
}
.nav > li.active > a {
  color: #fff;
}
.nav > li > a:hover  {
  background: #000000;
}
#login_menu > a {
    color: #E57020;
    background: rgba(0, 0, 0, 0.5);
    font-weight: bolder;
}

/* ======= Footer ======= */
.footer {
  background: #101113;
  color: rgba(255, 255, 255, 0.75);
  padding-top: 50px;
  padding-bottom: 45px;
}
.footer a {
  color: rgba(255, 255, 255, 0.75);
}
.footer a:hover {
  color: #E57020;
}
.footer-content {
  padding: 10px;
}
.footer-logo img {
    display: inline-block;
    padding-bottom: 30px;
}
.footer .channels-list {
  margin-bottom: 20px;
}
.footer .channels-list li {
  margin-right: 15px;
  margin-bottom: 15px;
}
.footer .channels-list li:last-child {
  margin-right: 0;
}
.footer .channels-list a {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.footer .channels-list a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.footer .social-media-list {
  margin-bottom: 0;
}
.footer .social-media-list a {
  color: rgba(255, 255, 255, 0.4);
}
.footer .social-media-list a:hover {
  color: #fff;
}
.footer .social-media-list li {
  margin-right: 15px;
  margin-bottom: 15px;
}
.footer .social-media-list li:last-child {
  margin-right: 0;
}
.footer .social-media-list .fa {
  font-size: 36px;
}

/* ======= Home Section ======= */
.vegas-timer-progress {
  background: #E57020;
}
.home-section {
  height: 100%;
  min-height: 550px;
  width: 100%;
  position: relative;
  color: #fff;
  background: #101113;
  max-height: 550px;
}
.portal-section {
  height: 100%;
  width: 100%;
  position: relative;
  color: #fff;
  background: #101113;
}
.logo-holder, .logo-holder-admision {
  height: 200px;
  text-align: center;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 0;
  margin-bottom: 30px;
  text-indent: -9999px;
  overflow: hidden;
}
.logo-holder-admision {
  height: 200px;
}
.home-content {
  padding-top: 30px;
}
.login-content {
  padding-top: 60px;
}
.updates-block {
  position: absolute;
  bottom: 2px;
  width: 100%;
  height: 160px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.updates-block .updates-block-inner {
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}
.updates-block .carousel-inner {
  min-height: 100px;
}
.updates-block .media-holder {
  display: inline-block;
  position: absolute;
  width: 150px;
  height: 100px;
  left: 0;
}
.updates-block .media-thumb {
  position: relative;
}
.updates-block .video-play-trigger {
  position: absolute;
  width: 36px;
  height: 36px;
  left: 50%;
  margin-left: -18px;
  text-align: center;
  z-index: 5;
  top: 50%;
  margin-top: -18px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
}
.updates-block .video-play-trigger:hover {
  background: rgba(91, 182, 111, 0.6);
}
.updates-block .video-play-trigger .fa {
  color: #fff;
  font-size: 16px;
  padding-top: 10px;
  padding-left: 4px;
}
.updates-block .glyphicon {
  margin: 0;
  margin-top: -20px;
}
.updates-block .glyphicon-chevron-left {
  background: transparent url('../images/left-arrow.svg') no-repeat left top;
  width: 23px;
  height: 40px;
  left: -60px;
}
.updates-block .glyphicon-chevron-left:before {
  display: none;
}
.updates-block .glyphicon-chevron-right {
  background: transparent url('../images/right-arrow.svg') no-repeat right top;
  width: 23px;
  height: 40px;
  right: -60px;
}
.updates-block .glyphicon-chevron-right:before {
  display: none;
}
.updates-block .carousel-control {
  display: inline-block;
  width: 23px;
  height: 100px;
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  text-shadow: none;
}
.updates-block .carousel-control:hover {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.updates-block .carousel-control.right {
  background-image: none;
}
.updates-block .carousel-control.left {
  background-image: none;
}
.updates-block .carousel .item {
  height: 100px;
}
.updates-block .carousel-content {
  padding-left: 200px;
  max-width: 860px;
}
.updates-block .carousel-content.no-media-holder {
  padding-left: 0;
  max-width: 620px;
}
.updates-block .carousel-content.no-media-holder .title {
  margin-bottom: 15px;
}
.updates-block .carousel-content .title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 5px;
}
.updates-block .carousel-content .btn-cta {
  position: absolute;
  right: 0;
  top: 30px;
}
.updates-block .carousel-content .desc {
  color: rgba(255, 255, 255, 0.6);
}
.updates-block .carousel-content .desc a {
  color: #fff;
}
.updates-block .carousel-content .desc a.more-link {
  color: #E57020;
  vertical-align: middle;
}
.updates-block .carousel-content .desc a.more-link:hover {
  color: #449a57;
}
.updates-block .carousel-content .highlight {
  color: #E57020;
}



/* ======= Admission Section ======= */
.home-admission-section {
  height: 100%;
  min-height: 240px;
  width: 100%;
  position: relative;
  color: #fff;
  background: #101113;
  max-height: 220px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.admission-home-content {
  padding-top: 0;
}


.portal-section {
  height: 100%;
  width: 100%;
  position: relative;
  color: #fff;
  background: #101113;
}



.login-content {
  padding-top: 60px;
}
.updates-block {
  position: absolute;
  bottom: 2px;
  width: 100%;
  height: 160px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.updates-block .updates-block-inner {
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}
.updates-block .carousel-inner {
  min-height: 100px;
}
.updates-block .media-holder {
  display: inline-block;
  position: absolute;
  width: 150px;
  height: 100px;
  left: 0;
}
.updates-block .media-thumb {
  position: relative;
}
.updates-block .video-play-trigger {
  position: absolute;
  width: 36px;
  height: 36px;
  left: 50%;
  margin-left: -18px;
  text-align: center;
  z-index: 5;
  top: 50%;
  margin-top: -18px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
}
.updates-block .video-play-trigger:hover {
  background: rgba(91, 182, 111, 0.6);
}
.updates-block .video-play-trigger .fa {
  color: #fff;
  font-size: 16px;
  padding-top: 10px;
  padding-left: 4px;
}
.updates-block .glyphicon {
  margin: 0;
  margin-top: -20px;
}
.updates-block .glyphicon-chevron-left {
  background: transparent url('../images/left-arrow.svg') no-repeat left top;
  width: 23px;
  height: 40px;
  left: -60px;
}
.updates-block .glyphicon-chevron-left:before {
  display: none;
}
.updates-block .glyphicon-chevron-right {
  background: transparent url('../images/right-arrow.svg') no-repeat right top;
  width: 23px;
  height: 40px;
  right: -60px;
}
.updates-block .glyphicon-chevron-right:before {
  display: none;
}
.updates-block .carousel-control {
  display: inline-block;
  width: 23px;
  height: 100px;
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  text-shadow: none;
}
.updates-block .carousel-control:hover {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.updates-block .carousel-control.right {
  background-image: none;
}
.updates-block .carousel-control.left {
  background-image: none;
}
.updates-block .carousel .item {
  height: 100px;
}
.updates-block .carousel-content {
  padding-left: 200px;
  max-width: 860px;
}
.updates-block .carousel-content.no-media-holder {
  padding-left: 0;
  max-width: 620px;
}
.updates-block .carousel-content.no-media-holder .title {
  margin-bottom: 15px;
}
.updates-block .carousel-content .title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 5px;
}
.updates-block .carousel-content .btn-cta {
  position: absolute;
  right: 0;
  top: 30px;
}
.updates-block .carousel-content .desc {
  color: rgba(255, 255, 255, 0.6);
}
.updates-block .carousel-content .desc a {
  color: #fff;
}
.updates-block .carousel-content .desc a.more-link {
  color: #E57020;
  vertical-align: middle;
}
.updates-block .carousel-content .desc a.more-link:hover {
  color: #449a57;
}
.updates-block .carousel-content .highlight {
  color: #E57020;
}


/* ======= Campus Section ======= */
.campus-section {
  background: #f5f5f5;
}
.campus-section .container {
  max-width: 860px;
}
.campus-section .item {
  position: relative;

  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.campus-section .campu-title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
}
.campus-section .meta-list, .modal-body .meta-list {
  color: #788191;
}
.campus-section .meta-list a, .modal-body .meta-list a {
  color: #788191;
}
.campus-section .meta-list .fa, .modal-body .meta-list .fa {
  margin-right: 5px;
  color: #E57020;
  font-size: 16px;
}
.info-extra > .meta, .modal-body > .meta {
    padding-top: 10px;
}

.campus-section .campu-actions {
  position: absolute;
  right: 0;
  top: 35px;
}
.campus-section .campu-actions .btn {
  margin-right: 5px;
}
.campus-section .campu-actions .btn:last-child {
  margin-right: 0;
}
.campus-section .info-extra {
  color: #4f545e;
  font-size: 14px;
}

/* ======= News Section ======= */
.news-section .container {
  max-width: 860px;
}
.news-section .item {
  position: relative;
  padding-left: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.news-section .date-label {
  background: #101113;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 45px;
  height: 70px;
  padding-top: 4px;
  position: absolute;
  left: 0;
  top: 15px;
}
.news-section .date-label .number {
  font-size: 20px;
  font-weight: 700;
}
.news-section .date-label .month, .news-section .date-label .year {
  font-size: 12px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  color: rgba(255, 255, 255, 0.8);
}
.news-section .news-title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
}
.news-text {
  height: 40px;
  width: 680px;
}
.news-section .meta-list {
  color: #788191;
}
.news-section .meta-list a {
  color: #788191;
}
.news-section .meta-list .fa {
  margin-right: 5px;
  color: #5bb66f;
  font-size: 16px;
}
.news-section .news-actions {
  position: absolute;
  right: 0;
  top: 15px;
}
.news-section .news-actions .btn {
  margin-right: 5px;
}
.news-section .news-actions .btn:last-child {
  margin-right: 0;
}
.news-section .info-extra {
  color: #4f545e;
  font-size: 16px;
}
.news-section .news-contact {
  margin-top: 60px;
}
.news-section .news-contact .title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 15px;
}
.news-section .news-contact .intro {
  font-size: 16px;
  color: #4f545e;
  max-width: 800px;
}
.news-section .news-contact .btn {
  margin-top: 15px;
}

/* ======= Music Section ======= */
.login-section {
  background: #f5f5f5;
}
.login-section .login-action {
  margin-top: 30px;
  margin-bottom: 30px;
}


/* ======= About Section ======= */
.social-block {
  padding-top: 90px;
}
.social-block .instagram-block {
  margin-bottom: 30px;
  max-width: 800px;
}
.social-block .instagram-block .title {
  margin-top: 0;
  margin-bottom: 30px;
}
.social-block .instafeed-wrapper {
  margin-bottom: 30px;
  overflow: hidden;
}
.social-block .instagram-item {
  display: inline-block;
  padding: 0;
  background: #101113;
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
  position: relative;
}
.social-block .instagram-item:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  z-index: 10;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

/* ======= Modal ======= */
.modal-body {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  font-size: 14px;
  color: #4f545e;
}
.modal-backdrop
{
    opacity:0.8 !important;
}
.modal-body p {
  margin-bottom: 0px;
}
.modal-body iframe {
  max-width: 100%;
}
.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.modal-header {
  border: none;
  padding-top: 30px;
  position: relative;
}
.modal button.close {
  font-size: 36px;
  font-weight: 300;
  text-shadow: none;
  background: none;
  position: absolute;
  right: 12px;
  top: 7px;
  z-index: 10;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.modal button.close:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.modal-backdrop.in {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.modal.modal-video .modal-dialog {
  margin-top: 90px;
}
.modal.modal-video .modal-body {
  padding: 0;
  padding-top: 0;
}
.modal.modal-video .modal-header {
  border: none;
  padding: 0;
}
.modal.modal-video .modal-content {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal.modal-video button.close {
  color: #fff;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  background: none;
  position: absolute;
  top: inherit;
  right: 0px;
  bottom: 5px;
  z-index: 10;
}
.modal.modal-video button.close:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.login-modal-footer {
    margin-bottom: 0;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .header {
    background: rgba(0, 0, 0, 0.9);
    padding-top: 5px;
  }
  .navbar-collapse {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav > li.active > a {
    color: #E57020;
  }
  .home-section {
    min-height: 900px;
  }
  .home-content {
    padding-top: 0px;
  }

  .updates-block {
    position: static;
    height: inherit;
    min-height: 400px;
  }
  .updates-block .media-holder {
    position: static;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .updates-block .carousel-content {
    padding-left: 0;
  }
  .updates-block .carousel-content .btn-cta {
    position: static;
  }
  .updates-block .carousel .item {
    height: inherit;
  }
  .updates-block .glyphicon-chevron-right {
    right: -45px;
  }
  .updates-block .glyphicon-chevron-left {
    left: -45px;
  }
  .campus-section .campu-actions {
    position: static;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .contact-section .social-media-list li {
    margin-bottom: 15px;
  }
  .contact-section .social-media-list .fa {
    font-size: 24px;
  }
  .about-section .item-inner {
    padding: 15px;
  }
  .merch-section .mask-inner {
    padding-top: 30px;
  }
  .contact-section .channels-list .icon {
    height: 15px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .modal-dialog {
    width: 700px;
  }
  .navbar-nav {
    float: none;
  }
  .home-content {
    padding-top: 30px;
  }
  .updates-block {
    height: 260px;
  }
  .updates-block .carousel-content .btn-cta {
    position: static;
  }
  .updates-block .carousel .item {
    height: 200px;
  }
  .updates-block .glyphicon-chevron-right {
    right: -45px;
  }
  .updates-block .glyphicon-chevron-left {
    left: -45px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .home-content {
    padding-top: 110px;
  }
  .updates-block {
    height: 160px;
  }
  .updates-block .carousel-content .btn-cta {
    position: absolute;
  }
  .updates-block .carousel .item {
    height: 100px;
  }
  .updates-block .glyphicon-chevron-right {
    right: -60px;
  }
  .updates-block .glyphicon-chevron-left {
    left: -60px;
  }
}
/* Large devices (large desktops, 1200px and up) */
/* Theme custom */
.logo-holder {
  background-image: url('../images/home/logo.png');
}
.logo-holder-admision {
  background-image: url('../images/home/logo-admision.png');
}











/********/

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #000;
}

.nav-pills > li > a {
    text-transform: none;
    color: #000;
    background-color: #ccc;
    font-size: 15px;
}

.nav > li > a {
    position: relative;
    display: block;
}

.nav-pills > li > a {
  border-radius: 0;
  font-weight: normal;
}

.nav-pills > li+li {
    margin-left: 12px;
}

.wizard
{
    background: #dddddd;
    display: block;
    margin-top: 10px;
    padding: 30px;
    min-height: 35em;
    /*overflow: hidden;*/
    position: relative;
    width: auto;
}

