.navbar-header {
    background: #459caf;
    height: 150px;
}

body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
}

h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
}

h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #459caf;
    font-weight: 400;
    margin-bottom: 30px;
}

.jumbotron {
    background-color: #f4511e;
    color: #fff;
    padding: 100px 25px;
    font-family: Montserrat, sans-serif;
}

.container-fluid {
    padding: 60px 50px;
}

.bg-grey {
    background-color: #f6f6f6;
}

.logo-small {
    color: #f4511e;
    font-size: 50px;
}

.logo {
    color: #f4511e;
    font-size: 200px;
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #459caf;
}

.carousel-indicators li {
    border-color: #459caf;
}

.carousel-indicators li.active {
    background-color: #459caf;
}

.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}

.item span {
    font-style: normal;
}

.panel {
    border: 1px solid #ddd;
    border-radius: 0 !important;
    transition: box-shadow 0.5s;
    width:91%;
   margin-left: 17px;
}

.panel:hover {
    box-shadow: 5px 0px 40px rgba(0, 0, 0, .2);
}

.panel-footer .btn:hover {
    border: 1px solid #f4511e;
    background-color: #fff !important;
    color: #f4511e;
}

.panel-heading {
	color: #333 !important;
    background-color: #f5f5f5 !important;
    border-color: #ddd;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-footer {
    background-color: white !important;
}

.panel-footer h3 {
    font-size: 32px;
}

.panel-footer h4 {
    color: #aaa;
    font-size: 14px;
}

.panel-footer .btn {
    margin: 15px 0;
    background-color: #f4511e;
    color: #fff;
}

.navbar {
    margin-bottom: 0;
    background: url(images/bg.png) #459caf;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
}

.navbar-header {
    background: url(images/bg.png) #459caf;
}

.navbar li a, .navbar .navbar-brand {
    color: #fff !important;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #f4511e !important;
    background-color: #fff !important;
}

.navbar-default .navbar-toggle {
    color: #fff !important;
}

footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #f4511e;
}

.slideanim {
    visibility: hidden;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }

    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #459caf;
}

.navbar-toggle {
    background: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fff;
}

.circle {
    width: 120px;
    height: 120px;
    background-color: #459caf;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50%;
    margin: auto;
    font-size: 55px;

}


.circle i{
    color: #fff;
    padding-top: 35px;

}

.navbar-header {
    float: none;
}
.navbar-toggle {
    display: block;
}
.navbar-collapse.collapse {
    display: none!important;
}
.navbar-collapse.collapse.in {
    display: block!important;
}
.navbar-nav {
    float: none!important;
}
.navbar-nav>li {
    float: none;
}

footer i {
    font-size: 20px !important;
}

footer {
    color: #fff;
    text-align: center;
    padding: 20px 0;
    background: url(images/bg.png) #459caf;
}

#services {
    margin-top: 25px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    cursor: hand;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.bounce img {
    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
/* Demo Purpose Only*/
.demo {
    font-family: 'Raleway', sans-serif;
    color:#fff;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
}
.demo a{
    font-family: 'Raleway', sans-serif;
    color: #2ecc71;
}

.downArrow {
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translateY(-50%); /* This would be overwritten */
    transform: translateX(-50%); /* By this.. */
    padding: 0px 10px;
    z-index: 999999;
    background: rgba(68, 155, 173, 0.8);
}

.navbar-header {
    position: relative;
}

.navbar-brand {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateY(-50%); /* This would be overwritten */
    transform: translateX(-50%); /* By this.. */
}


.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
   margin-bottom: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 10px;
    padding: 10px 0px 10px 0px;
    background-color: #f7f7f7;
    -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);
}
.login-title{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

.login-title2{
    color: #555;
    font-size: 16px;
    font-weight: 400;
    display: block;
}

.profile-img{
	width:100px;
	height:100px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}

.alert {
    margin-bottom: 0px;
	margin-top: 10px;
}

.thumbnail {
    padding: 5px 0 15px 0;
    border: none;
    display: block;
    margin-bottom: 10px;
    background-color: white;
    border-radius: 10px;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.thumbnail2 {
    padding: 5px 0 15px 0;
    border: none;
    display: block;
    margin-bottom: 15px;
    margin-top: 5px;
    background-color: white;
    border-radius: 10px;
    height: 170px;
}

@media screen and (max-width: 994px) {
    .thumbnail2 {
      height: 100%;
    }
}

.thumbnail2 img {
    width: 100%;
    height: 100%;
}


.thumbnail22 {
    padding: 5px 0 15px 0;
    border: none;
    display: block;
    margin-bottom: 15px;
    margin-top: 5px;
    background-color: white;
    border-radius: 10px;
    height: 170px;
}

@media screen and (max-width: 994px) {
    .thumbnail22 {
      height: 100%;
    }
}
.stitle{
    margin-left: 20px;
    margin-bottom: 2px;
    background-color: #459caf;
    width: 250px;
    color: #ffffff;
    text-align: center;
}

.html5_resp_video {
    width: 100%;
    max-width: 640px;
    height: auto;
}
.article{
    padding: 10px;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #e9ebec;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
	color: #449bad;
    font-size: 24px;
    font-weight: bold;
}
#back-to-top:hover {
    background: #f5f5f5;
	color: black;
    font-size: 20px;
    font-weight: normal;
}
#back-to-top.show {
    opacity: 1;
}

.req{
    color: red;
}

.school_name{
    text-align: center;
    float: none;
    font-size: 18px;
    font-weight: bold;
    color: white;
}


.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

.student_header{
    height: 40px;
    margin-top: -5px;
    padding-top: 10px;
}

.par_font{
font-family: 'Cairo', sans-serif;

}

@media (max-width: 400px) {
    .swipe-plan	{ max-width: 300px; }
}

@media (max-width: 480px) {
    .swipe-plan	{ max-width: 340px; }
}

@media (max-width: 768px) {
    .swipe-icon-wrapper { width:100%; display: block; text-align: center; margin-top:0px; margin-bottom:5px; background-color: #d9edf7; border: 1px dashed #bce8f1; }
    .swipe-table		{ opacity:0.9; }
    .swipe-plan	{ max-width: 100%; }
    #availability .table-responsive,
    #plan .table-responsive	{ padding: 10px; }
}

@media (max-width: 1200px) {
    .swipe-icon-wrapper { width:100%; display: block; text-align: center; margin-top:0px; margin-bottom:5px; background-color: #d9edf7; border: 1px dashed #bce8f1; }
    .swipe-table		{ opacity:0.9; }
    .swipe-plan	{ max-width: 100%; }
    #availability .table-responsive,
    #plan .table-responsive	{ padding: 10px; }
}

@media only screen and (min-width: 500px) {
    #mobileshow  {
        display: none !important;}
}