@import url('../css/bootstrap.min.css');
@import url('../css/font-awesome.min.css');
@import url('../css/animate.css');
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider-icon.eot');
  src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}



/*LOADING OVERLAY*/

.overlay-loading{
    text-align: center;
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999;

}

.overlay-1{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background:  url(../img/pattern.png);
    opacity: 0.7    
}

.spinner {
    margin: 300px auto;
    width: 150px;
    height: 60px;
    text-align: center;
    font-size: 10px;

}

.spinner > div {
background:#a60002;  
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}


@-webkit-keyframes stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
    0%, 40%, 100% { 
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% { 
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}


/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
    background-size: 100% 100%;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 50px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: 0;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 30px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
.flex-caption {
  width: 100%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 18px;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }

    .la-who-img,.la-ex-img{
       display:none
   }

.la-student-form .radio input {
    margin-top: -19px !important;
}



}









/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
* {
  margin: 0;
  padding: 0;
}
*:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
html,
body {
  position: relative;
  height: 100%;
}
body {
  font-family: 'Lato', sans-serif;
  background: #ffffff;
  color: #aeaeae;
  font-size: 16px;
  line-height: 1.7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 900;
  color: #000000;
  line-height: 1.3;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
p {
  margin-bottom: 40px;
  font-size: 14px;
  color: #656565;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
input,
textarea,select {
  padding: 12px;
  display: block;
  max-width: 100%;
  width: 100%;
  margin-bottom: 12px;
  line-height: 1;
  font-size: 12px;
  text-transform: none;
  letter-spacing: 1px;
  color: #202020;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #787878;
  text-transform: uppercase;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #787878;
  text-transform: uppercase;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #787878;
  text-transform: uppercase;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #787878;
  text-transform: uppercase;
}
input:focus,
textarea:focus {
  outline: none;
}
button {
  background: #3f91e6;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  border-radius:0 ;
  padding: 7px 20px;
}
button:hover,
button:focus {
  outline:none ;
}
section {
  padding: 72px 0 80px 0;
}
section.la-no-pad {
  padding: 0;
}
.navbar-default {

  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  background: #ffffff;
  min-height: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar-default .navbar-brand {
  padding: 10px 15px;
}
.navbar-default .navbar-nav {
  margin-top: 10px;
}
.navbar-default .navbar-nav li a {
    padding-top: 21px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #787878;
    padding-top:22px;
}
/* Main Slider */
#main-slider {
  width: 100%;
  height: 100%;
  position: relative;
}
#main-slider .slides {
  height: 100%;
  background: #f3f3f3;
background-size: cover
}
#main-slider .slides .la-slide-1 {
  height: 100%;
  position: relative;
}
#main-slider .slides .la-slide-1:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
#main-slider .slides .la-slide-2 {
  height: 100%;
  position: relative;
}
#main-slider .slides .la-slide-2:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#main-slider .slides .la-slide-3 {
  height: 100%;
  position: relative;
}
#main-slider .slides .la-slide-3:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#main-slider .slides .la-slide-4 {
  height: 100%;
  position: relative;
}
#main-slider .slides .la-slide-4:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#main-slider .slides .la-logo {
  position: relative;
  z-index: 2;
  margin-top: 150px;
}
#main-slider .slides .la-logo img {
  width: 200px;
  height: 150px;
}
#main-slider .slides .la-name {
  position: relative;
  z-index: 2;
  margin-top: 50px;
}
#main-slider .slides .la-name h1 {
  color: #a60002;
}
#main-slider .slides .la-name h3:before,
#main-slider .slides .la-name h3:after {
  content: '';
  position: absolute;
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
  background: #000000;
  width: 50px;
}
#main-slider .slides .la-name h3:before {
  height: 3px;
  bottom: -20px;
}
#main-slider .slides .la-name h3:after {
  height: 1px;
  bottom: -23px;
}
#main-slider .la-scrol-down {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  z-index: 3;
  width: 51px;
  height: 100px;
}
#main-slider .la-scrol-down a {
  color: #e84b3a;
  font-size: 30px;
}
/* Sections */
#la-about {
  padding-bottom: 0;
}
#la-about .la-img-box {
  margin-top: 40px;
  height: 150px;
  background: url('../img/about/img-01.jpg') no-repeat top center;
  background-size: cover;
}
#la-special {
  background: #f5f5f5;
  text-align: center;
  padding: 0;
}
#la-special .la-spe-con-1,
#la-special .la-spe-con-2,
#la-special .la-spe-con-3,
#la-special .la-spe-con-4 {
  padding: 80px 0;
}
#la-special .la-spe-con-1:hover h5,
#la-special .la-spe-con-2:hover h5,
#la-special .la-spe-con-3:hover h5,
#la-special .la-spe-con-4:hover h5,
#la-special .la-spe-con-1:hover p,
#la-special .la-spe-con-2:hover p,
#la-special .la-spe-con-3:hover p,
#la-special .la-spe-con-4:hover p {
  color: #ffffff;
}
#la-special .la-spe-con-1:hover {
  background: #ffc000;
}
#la-special .la-spe-con-2:hover {
  background: #fc7f0c;
}
#la-special .la-spe-con-3:hover {
  background: #e84b3a;
}
#la-special .la-spe-con-4:hover {
  background: #474747;
}
#la-special .la-spe-img {
  margin: 0 auto;
  width: 130px;
  height: 130px;
  margin-bottom: 25px;
}

#la-special .la-spe-img img{width:100%;height:100%}
#la-special .la-spe-name h5 {
  text-transform: uppercase;
  font-size: 16px;
}
#la-special .la-spe-text {
  margin-top: 25px;
}
#la-special .la-spe-text p {
  color: #888888;
  font-size: 13px;
  margin-bottom: 15px;
}
#la-services .la-text-box {
  position: relative;
  overflow: hidden;
}
#la-services .la-text-box:after {
  background: #aeaeae;
  position: absolute;
  content: '';
  right: 0;
  left: 0;
  bottom: -20px;
  margin-right: auto;
  margin-left: auto;
  width: 200px;
  height: 1px;
  margin-bottom: 30px;
}
#la-services .la-serv-con {
  cursor: pointer;
  margin-top: 20px;
}
#la-services .la-serv-con:hover .la-serv-icon span {
  background: #e84b3a;
  color: #ffffff;
  border: 2px solid #e84b3a;
}
#la-services .la-serv-con .la-serv-icon span {
  width: 50px;
  height: 50px;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
}
#la-services .la-serv-con .la-serv-title h5 {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 14px;
}
#la-news {
  background: #f5f5f5;
}
 .la-news-item {
  background: #ffffff;
  padding: 1px;
  padding-bottom: 20px;
    height: 465px;
margin-bottom:30px

}
#la-news .la-news-item .la-news-img {
  position: relative;
  overflow: hidden;
}
#la-news .la-news-item .la-news-img .la-img-mask {
  position: absolute;
  top: -100%;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#la-news .la-news-item:hover .la-img-mask,
#la-news .la-news-item:focus .la-img-mask {
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#la-news .la-news-item:hover .la-news-data h4,
#la-news .la-news-item:focus .la-news-data h4 {
  color: #e84b3a;
}
#la-news .la-news-item .la-news-data {
  padding: 0 15px;
  padding-top: 20px;
}
#la-news .la-news-item .la-news-data p {
  margin-bottom: 20px;
}
#la-news .la-news-item .la-news-data a {
  text-decoration: none;
}
/* #map {
	background: @secDark;
} */
#la-single-post {
  background: #f5f5f5;
}
#la-single-post .la-post-content {
  background: #ffffff;
}
#la-single-post .la-post-content .la-post-title {
  position: relative;
  padding: 40px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 30px;
}
#la-single-post .la-post-content .la-post-title h4 {
  padding-left: 70px;
  margin-bottom: 0;
}
#la-single-post .la-post-content .la-post-title p {
  margin-bottom: 0;
  padding-left: 70px;
  color: #656565;
}
#la-single-post .la-post-content .la-post-title .la-post-date {
  background: #e84b3a;
  width: 50px;
  height: 50px;
  color: #ffffff;
  float: left;
}
#la-single-post .la-post-content .la-post-title .la-post-date span {
  display: block;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 5px;
}
#la-single-post .la-post-content .la-post-title .la-post-date span:last-child {
  font-size: 10px;
  padding-top: 0;
}
#la-single-post .la-post-content .la-post-data {
  padding: 0 40px;
}
#la-single-post .la-post-content .la-post-data p {
  margin-bottom: 10px;
  color: #656565;
}
#la-single-post .la-post-content .la-post-data .btn-default {
  margin: 40px 0;
}
#la-single-post .la-sidebar {
  background: #ffffff;
}
#la-single-post .la-sidebar .la-category,
#la-single-post .la-sidebar .la-recent-posts,
#la-single-post .la-sidebar .la-tags {
  margin-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
  padding: 30px;
}
#la-single-post .la-sidebar .la-cat-title h6 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
#la-single-post .la-sidebar .la-cat-content li,
#la-single-post .la-sidebar .la-recent-content li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
  line-height: 10px;
}
#la-single-post .la-sidebar .la-cat-content li a,
#la-single-post .la-sidebar .la-recent-content li a {
  font-size: 13px;
  color: #656565;
  display: inline-block;
}
#la-single-post .la-sidebar .la-cat-content li a i,
#la-single-post .la-sidebar .la-recent-content li a i {
  font-size: 10px;
  line-height: 11px;
  text-align: center;
  color: #656565;
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #656565;
  border-radius: 50%;
}
#la-single-post .la-sidebar .la-tag-contents .btn-default {
  padding: 5px 10px;
  margin: 5px;
}
.la-intro {
  background: url('../img/bgs/slide-3.jpg') no-repeat top center fixed;
  background-size: cover;
  position: relative;
  padding: 50px 0 0 0
}
.la-intro:before {
  position: absolute;
  content: '';
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.la-intro .la-sec-title h2 {
  color: #ffffff;
}
.la-intro .la-sec-title span {
  color: #f5f5f5;
}
.la-contact {
  padding: 0;
  padding-top: 80px;
}
.la-contact .la-send-sms h3 {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 15px;
}
.la-contact .la-form-sms input,
.la-contact .la-form-sms textarea {
  border: 0;
  background: #f5f5f5;
  margin-bottom: 30px;
}
.la-contact .la-form-sms button {
  margin-bottom: 30px;
}
.la-contact .la-contact-info h4,
.la-contact .la-contact-details h4 {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 15px;
}
.la-contact .la-contact-info p,
.la-contact .la-contact-details p {
  margin-bottom: 10px;
    font-size: 15px;
}
.la-contact .la-contact-info p span,
.la-contact .la-contact-details p span {
  color: #e84b3a;
}

.la-contact .la-contact-details p i{
    margin-right: 5px;
    width: 25px;
    height: 25px;
    background: #373737;
    text-align: center;
    line-height: 25px;
    color: #fff;
    border-radius: 4px;}


.la-contact .la-contact-info {
  margin-bottom: 30px;
}
#la-who {
  padding-bottom: 0;
}
#la-who .la-who h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
#la-who .la-who .la-text-box p {
  padding: 0;
  text-align: left;
  margin-bottom: 10px;
}
#la-expert {
  background: #f5f5f5;
  padding-bottom: 0;
}
#la-expert .la-ex h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
#la-expert .la-ex .la-text-box p {
  padding: 0;
  text-align: left;
  margin-bottom: 20px;
  color: #656565;
}
#la-expert .la-ex .la-text-box li {
  color: #656565;
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  line-height: 30px;
}
#la-expert .la-ex .la-text-box li i {
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
  border: 1px solid #e84b3a;
  width: 13px;
  height: 13px;
  color: #e84b3a;
  font-size: 11px;
  text-align: center;
}
#la-expert .la-ex .la-text-box .btn-default {
  margin-top: 20px;
}
/* Elements */
/* Titles */
.la-sec-title {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
.la-sec-title:after {
  position: absolute;
  content: '';
  right: 0;
  left: 0;
  bottom: -20px;
  margin-right: auto;
  margin-left: auto;
  background: #e02d2f;
  width: 70px;
  height: 4px;
}
.la-sec-title h2,
.la-sec-title span {
  text-transform: uppercase;
}
.la-sec-title h2 {
  color: #202020;
  margin-bottom: 5px;
  letter-spacing: 3px;
}
.la-sec-title span {
  color: #787878;
  letter-spacing: 7px;
  font-size: 14px;
}
.la-text-box p {
  padding: 0 15%;
  text-align: center;
  color: #656565;
}
.la-center-box {
  text-align: center;
}
.la-border-1,
.la-border-2,
.la-border-3,
.la-border-4 {
  border: 4px solid;
  border-radius: 50%;
}
.la-border-1 {
  border-color: #ffc000;
}
.la-border-2 {
  border-color: #fc7f0c;
}
.la-border-3 {
  border-color: #e84b3a;
}
.la-border-4 {
  border-color: #474747;
}
/* Buttons */
.btn-default {
  background: #ffffff;
  border: 2px solid #e9e9e9;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 12px;
  padding: 10px 25px;
  color: #656565;
}
.btn-default:hover,
.btn-default:focus {
  background: #e02d2f;
  border: 2px solid #e02d2f;
  color: #ffffff;
}
.la-student-form .radio {
  padding-right: 30px;
}
.la-student-form .radio input {
  margin-top: 20px;
}
.la-student-form .radio-2 {
  padding-right: 50px;
}

.la-student-form input[type=submit]{
background: #e02d2f;
    border: 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    max-width: 200px;
    margin: 0 auto;
    border-radius: 3px;
}


footer {
  background: #373737;
  padding-top: 60px;
  padding-bottom: 40px;
  color: #717171;
}

footer .la-footer-widget-1 h5,
footer .la-footer-widget-2 h5,
footer .la-footer-widget-3 h5,
footer .la-footer-widget-4 h5 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 3px;
  margin-bottom: 30px;
  margin-top: 10px;
}
footer .la-footer-widget-1 .la-foot-img {
  width: 50px;
  height: 50px;
}
footer .la-footer-widget-1 .la-foot-text {
  margin-top: 15px;
}
footer .la-footer-widget-1 .la-foot-text li {
  color: #C7C2C2;
  font-size: 13px;
  padding-left: 30px;
  padding-bottom: 13px;
  position: relative;
}
footer .la-footer-widget-1 .la-foot-text li i {
  position: absolute;
  left: 0;
  top: 5px;
}
footer .la-footer-widget-2 li a:hover,
footer .la-footer-widget-3 li a:hover,
footer .la-footer-widget-2 li a:focus,
footer .la-footer-widget-3 li a:focus {
  color: #717171;
  text-decoration: none;
}
footer .la-footer-widget-4 li {
  display: inline-block;
  margin: 5px;
}
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}


.la-login {
  background: #f5f5f5;
  height: 100%;
}
.la-login .la-login-form {
  position: relative;
  padding: 30px;
  background: #ffffff;
  margin-top: 40px;
}

.la-login .la-login-form img{
    margin-bottom: 30px
}
.la-login .la-login-form .checkbox {
  position: relative;
}
.la-login .la-login-form .checkbox label input {
  top: 4px;
  width: 15px;
  height: 15px;
}



.f-social li {display: inline-block}

.f-social li a{
display: inline-block;
    width: 30px;
    height: 30px;
    background: #040404;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin: 0 2px;
}

.f-social li a:hover{
background:#e02d2f;    color: #fff !important;}


.navbar-brand>img{
width: 190px;
}

.navbar-header{
height:80px
}
.navbar-default .navbar-toggle{
    margin-top: 24px;
}

.navbar select{
    color: #fff;
    background: #E02D2F;
    border-color: #E02D2F;
    padding: 5px 6px;
    font-weight: bold;
    margin-top:10px;
}

.panel-title i{
float:right;
    margin-top: -18px;

}

.panel-title a {
    display: block;
    padding: 10px 15px;
    margin: -10px -15px;
}


.radio-3 input{margin-top: 20px;
    display: inline-block;
    width: auto;}






