@import "animate.css";
@import "hover.css";
@import "fonts.css";
@keyframes slideFromTop {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(-10em);
    -webkit-transform: translateY(-10em);
    -o-transform: translateY(-10em);
    -moz-transform: translateY(-10em);
    -ms-transform: translateY(-10em);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
    -o-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -ms-transform: translateY(0em);
  }
}
@-webkit-keyframes slideFromTop {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(-10em);
    -webkit-transform: translateY(-10em);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
}
@-o-keyframes slideFromTop {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(-10em);
    -o-transform: translateY(-10em);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0em);
    -o-transform: translateY(0em);
  }
}
@-moz-keyframes slideFromTop {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(-10em);
    -moz-transform: translateY(-10em);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0em);
    -moz-transform: translateY(0em);
  }
}
@-ms-keyframes slideFromTop {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(-10em);
    -ms-transform: translateY(-10em);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0em);
    -ms-transform: translateY(0em);
  }
}
@keyframes wheelEffect {
  from {
    transform: rotate(-360deg) scale(1);
    -webkit-transform: rotate(-360deg) scale(1);
    -o-transform: rotate(-360deg) scale(1);
    -moz-transform: rotate(-360deg) scale(1);
    -ms-transform: rotate(-360deg) scale(1);
  }
  to {
    transform: rotate(360deg) scale(1);
    -webkit-transform: rotate(360deg) scale(1);
    -o-transform: rotate(360deg) scale(1);
    -moz-transform: rotate(360deg) scale(1);
    -ms-transform: rotate(360deg) scale(1);
  }
}
@-webkit-keyframes wheelEffect {
  from {
    transform: rotate(-360deg) scale(1);
    -webkit-transform: rotate(-360deg) scale(1);
  }
  to {
    transform: rotate(360deg) scale(1);
    -webkit-transform: rotate(360deg) scale(1);
  }
}
@-o-keyframes wheelEffect {
  from {
    transform: rotate(-360deg) scale(1);
    -o-transform: rotate(-360deg) scale(1);
  }
  to {
    transform: rotate(360deg) scale(1);
    -o-transform: rotate(360deg) scale(1);
  }
}
@-moz-keyframes wheelEffect {
  from {
    transform: rotate(-360deg) scale(1);
    -moz-transform: rotate(-360deg) scale(1);
  }
  to {
    transform: rotate(360deg) scale(1);
    -moz-transform: rotate(360deg) scale(1);
  }
}
@-ms-keyframes wheelEffect {
  from {
    transform: rotate(-360deg) scale(1);
    -ms-transform: rotate(-360deg) scale(1);
  }
  to {
    transform: rotate(360deg) scale(1);
    -ms-transform: rotate(360deg) scale(1);
  }
}
body {
  font-family: "Open Sans", san-serif;
  font-weight: 400;
  font-size: 13px;
  background: #fff url(../images/bg.png) repeat center top;
  background-size: auto auto;
}
a {
  color: #2f2f2f;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #26267C;
  text-decoration: none;
}
.header-fluid {
  background: #26267C;
  margin-left: -15px;
  margin-right: -15px;
  padding: 1.5em 0;
}
header {
  border-bottom: 5px solid #cccccc;
  background: #ffffff;
}
.slideFromTop {
  transform: translateY(-10em);
  -webkit-transform: translateY(-10em);
  -o-transform: translateY(-10em);
  -moz-transform: translateY(-10em);
  -ms-transform: translateY(-10em);
  animation: slideFromTop 800ms normal forwards ease-out;
  -webkit-animation: slideFromTop 800ms normal forwards ease-out;
  -o-animation: slideFromTop 800ms normal forwards ease-out;
  -moz-animation: slideFromTop 800ms normal forwards ease-out;
  -ms-animation: slideFromTop 800ms normal forwards ease-out;
}
.logo a .logo-img {
  transform: rotate(0deg) scale(1);
  -webkit-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  animation: wheelEffect 20s alternate infinite;
  -webkit-animation: wheelEffect 20s alternate infinite;
  -o-animation: wheelEffect 20s alternate infinite;
  -moz-animation: wheelEffect 20s alternate infinite;
  -ms-animation: wheelEffect 20s alternate infinite;
}
.logo a .logo-default {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.logo a .logo-default img {
  margin: 0 auto;
}
.logo a .logo-txt {
  margin-left: -20px;
  display: inline-block;
}
.logo a .logo-txt img {
  display: inline-block;
}
.block {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  margin-bottom: 1.5em;
  background: #ffffff;
}
.block * {
  max-width: 100%;
}
.block .bHeader {
  position: relative;
  margin-bottom: 1em;
  float: left;
  width: 100%;
  clear: both;
}
.block .bHeader:before {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 1.5em;
  border-bottom: 1px solid #26267C;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.block .bHeader:after {
  content: '';
  border-bottom: 1px solid #dfdfdf;
  float: right;
  width: 100%;
}
.block .bHeader .bTitle {
  padding-left: 2.5em;
  padding-bottom: 1em;
  cursor: default;
}
.block .bHeader .bTitle h3 {
  margin: 0;
  font-size: 1.5em;
  font-weight: 600;
}
.block .bContent {
  float: left;
  width: 100%;
  clear: both;
}
.block .bFooter {
  position: absolute;
  top: 0%;
  right: 0;
}
.block .bFooter a {
  display: inline-block;
  background: #2a2a90;
  color: #ffffff;
  padding: 0.5em 0.7em;
  line-height: 1;
  border-radius: 0.3em;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -ms-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
.block .bFooter a:hover,
.block .bFooter a:focus {
  background: #26267C;
}
.block.block-announcements_block .bHeader:before {
  content: "\f11d";
}
.block.block-facebook_posts_block .bHeader:before {
  content: "\f1ea";
}
.block.block-calendar_block .bHeader:before {
  content: "\f073";
}
.block.block-homepage_activities_block .bContent,
.block.block-announcements_block .bContent,
.block.block-calendar_block .bContent {
  height: 240px;
}
.block.block-homepage_activities_block .bContent .item {
  margin-bottom: 1.1em;
  padding-bottom: 1.1em;
  border-bottom: 1px solid #dfdfdf;
}
.block.block-homepage_activities_block .bContent .item .image {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
.block.block-homepage_activities_block .bContent .item .title-desc .title a {
  font-weight: 700;
}
.block.block-homepage_activities_block .bContent .item .title-desc .desc {
  font-size: 0.9em;
  min-height: 32px;
}
.block.block-facebook_posts_block .bContent {
  height: 246px;
}
.block.block-announcements_block .bContent ul.contents-list-items > li {
  float: left;
  width: 100%;
  clear: both;
}
.block.block-announcements_block .bContent ul.contents-list-items > li > a {
  border-bottom: 1px solid #dfdfdf;
  padding: 0 0 1em 0;
  margin-bottom: 1em;
  display: inline-block;
  font-size: 1.3em;
}
.block.block-announcements_block .bContent ul.contents-list-items > li > a > i {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: red;
  position: relative;
  top: 2px;
}
.block.block-announcements_block .bContent ul.contents-list-items > li:last-child > a {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.block-calendar_block .bContent ul.eventsList > li {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 1.3em;
  padding-bottom: 1.3em;
  border-bottom: 1px solid #dfdfdf;
}
.block-calendar_block .bContent ul.eventsList > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.block-calendar_block .bContent ul.eventsList > li .date {
  float: left;
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0.5em 0em;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 1em;
  margin-right: 1em;
  cursor: default;
  font-weight: 700;
  line-height: 1.3;
}
.block-calendar_block .bContent ul.eventsList > li .date .day {
  float: left;
  width: 100%;
  clear: both;
  font-size: 1.3em;
  line-height: 1.2;
}
.block-calendar_block .bContent ul.eventsList > li .date .month {
  text-transform: uppercase;
  float: left;
  width: 100%;
  clear: both;
  font-size: 1.2em;
}
.block-calendar_block .bContent ul.eventsList > li .name h4 {
  margin: 0;
  font-size: 1.3em;
  font-weight: 600;
}
.block.block-main_menu {
  margin-bottom: 0;
}
.main-menu {
  float: left;
}
.logout {
  float: right;
  padding: 9px 0;
}
.logout .btn {
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #eee;
}
.logout ul {
  padding: 10px;
  min-width: 170px;
  border: 1px solid #eee;
  border-radius: 0;
  box-shadow: none;
}
.logout ul li form {
  margin: 0;
}
.logout ul li form .form-group {
  display: block;
  margin-bottom: 15px;
}
.logout ul li form .form-control {
  display: block;
  width: 100%;
  border-radius: 0;
}
.logout ul li form .btn {
  border-radius: 0;
  background: #26267C;
  color: #ffffff;
}
.logout ul li form .btn:hover,
.logout ul li form .btn:focus {
  background: #1A1A7D;
}
.lang {
  float: right;
  padding: 5px;
  background: #26267C;
  border-radius: 50%;
  color: #fff;
  margin-top: 11px;
  margin-left: 7px;
  width: 28px;
  height: 28px;
  text-align: center;
}
.lang a {
  color: #fff;
  font-weight: bold;
}
.login {
  float: right;
  padding: 9px 0;
}
.login .dropdown > button {
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #eee;
}
.login .dropdown ul {
  padding: 10px;
  min-width: 220px;
  border: 1px solid #eee;
  border-radius: 0;
  box-shadow: none;
}
.login .dropdown ul li form {
  margin: 0;
}
.login .dropdown ul li form .form-group {
  display: block;
  margin-bottom: 15px;
}
.login .dropdown ul li form .form-control {
  display: block;
  width: 100%;
  border-radius: 0;
}
.login .dropdown ul li form .btn {
  border-radius: 0;
  background: #26267C;
  color: #ffffff;
}
.login .dropdown ul li form .btn:hover,
.login .dropdown ul li form .btn:focus {
  background: #1A1A7D;
}
.navbar {
  margin-bottom: 0;
}
.navbar-toggle {
  background: #26267C;
  float: left;
}
.navbar-toggle .icon-bar {
  background: #ffffff;
}
.block.block-main_menu .navbar-nav li {
  position: relative;
}
.block.block-main_menu .navbar-nav > li > a {
  font-weight: 700;
  font-size: 1.3em;
  position: relative;
  display: inline-block;
  padding-right: 2.5em;
  padding-left: 0;
}
.block.block-main_menu .nav > li > a:focus,
.block.block-main_menu .nav > li > a:hover {
  background: transparent;
}
.block.block-main_menu .nav .open > a,
.block.block-main_menu .nav .open > a:focus,
.block.block-main_menu .nav .open > a:hover {
  background: transparent;
}
.block.block-main_menu .navbar-nav > li > a:before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  height: 5px;
  background: transparent;
  -webkit-transition: background 300ms;
  -moz-transition: background 300ms;
  -ms-transition: background 300ms;
  -o-transition: background 300ms;
  transition: background 300ms;
}
.block.block-main_menu .nav .open > a:before,
.block.block-main_menu .nav .open > a:focus:before,
.block.block-main_menu .nav .open > a:hover:before,
.block.block-main_menu .navbar-nav > li > a:hover:before,
.block.block-main_menu .navbar-nav > li > a:focus:before {
  background: #26267C;
}
.block.block-main_menu .navbar-nav > li .dropdown-menu {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  min-width: 220px;
  border-radius: 0;
  padding-bottom: 0;
}
.block.block-main_menu .navbar-nav .dropdown-menu > li .caret {
  transform: rotate(-90deg);
}
.block.block-main_menu .navbar-nav .dropdown-menu > li > a {
  background: #ffffff;
  color: #26267C;
  padding: 1em 1.5em;
  border-bottom: 1px solid #26267C;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.block.block-main_menu .navbar-nav .dropdown-menu > li > a:hover,
.block.block-main_menu .navbar-nav .dropdown-menu > li > a:focus {
  background: #26267C;
  color: #ffffff;
}
.block.block-main_menu .navbar-nav > li > .dropdown-menu .dropdown-menu,
.block.block-main_menu .navbar-nav > li > .dropdown-menu .dropdown-menu {
  right: 0;
  left: 100%;
  top: 0;
}
.block.block-main_menu .navbar-nav > li.open > .dropdown-menu li.open .dropdown-menu {
  display: block;
}
.block.block-quick_menu_links {
  margin-bottom: 0;
  background: transparent;
}
.block.block-quick_menu_links .bContent .navbar-nav {
  float: right;
}
.block.block-quick_menu_links .bContent .navbar-nav > li > a {
  color: #ffffff;
  text-shadow: none;
  display: inline-block;
}
.block.block-quick_menu_links .bContent .navbar-nav > li > a .item-icon {
  display: inline-block;
  float: left;
  width: 100%;
  clear: both;
  text-align: center;
  transform: scale(2);
  margin-bottom: 1em;
}
.block.block-quick_menu_links .bContent .navbar-nav > li > a .item-title {
  display: inline-block;
  float: left;
  width: 100%;
  clear: both;
  text-align: center;
}
.block.block-quick_menu_links .bContent .navbar-nav > li > a:hover,
.block.block-quick_menu_links .bContent .navbar-nav > li > a:focus {
  background: transparent;
}
.block.block.block-homepage_slider * {
  max-width: none;
}
.block.block.block-homepage_slider .bContent .home-owl-carousel .item img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.block.block-location_and_contact_details_block {
  background: #333333;
  color: #ffffff;
  padding: 2em 1em;
  margin-bottom: 30px;
}
.block.block-location_and_contact_details_block .bHeader {
  margin-bottom: 0;
  padding: 1em 0;
}
.block.block-location_and_contact_details_block .bHeader:before {
  content: '';
  display: none;
}
.block.block-location_and_contact_details_block .bHeader:after {
  content: '';
  display: none;
}
.block.block-location_and_contact_details_block .bHeader .bTitle {
  text-align: center;
}
.block.block-location_and_contact_details_block .bHeader .bTitle h3 {
  color: #ffffff;
  font-size: 2.5em;
}
.block.block-location_and_contact_details_block .bHeader .bTitle h3 a {
  color: #ffffff;
}
.block.block-location_and_contact_details_block .bContent {
  margin-bottom: 2em;
}
.block.block-location_and_contact_details_block .bFooter {
  position: relative;
  clear: both;
  width: 250px;
  float: none;
  margin: 0 auto 1em;
}
.block.block-location_and_contact_details_block .bFooter a {
  width: 100%;
  padding: 0.6em 2em;
  text-align: center;
  background: #ebebeb;
  color: #26267C;
  font-size: 2.3em;
  font-weight: 700;
  border-radius: 0;
  border: 2px solid transparent;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.block.block-location_and_contact_details_block .bFooter a:hover,
.block.block-location_and_contact_details_block .bFooter a:focus {
  border-color: #ebebeb;
  color: #ebebeb;
  background: #333333;
}
.sidebar .block .bHeader .bTitle {
  padding-left: 0;
}
.sidebar .block .bHeader:before {
  display: none;
  content: none;
}
.sidebar .dynamic-sidebar {
  float: left;
  width: 100%;
  clear: both;
}
.sidebar .dynamic-sidebar .block-dynamicSidebarMenuBlock .bContent ul.contents-list-items {
  float: left;
  width: 100%;
  clear: both;
}
.sidebar .dynamic-sidebar .block-dynamicSidebarMenuBlock .bContent ul.contents-list-items > li {
  float: left;
  width: 100%;
  clear: both;
}
.sidebar .dynamic-sidebar .block-dynamicSidebarMenuBlock .bContent ul.contents-list-items > li a {
  display: inline-block;
  background: #F5F5F5;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  width: 100%;
  padding: 1em;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.sidebar .dynamic-sidebar .block-dynamicSidebarMenuBlock .bContent ul.contents-list-items > li:last-child a {
  border-bottom: 1px solid #cccccc;
}
.sidebar .dynamic-sidebar .block-dynamicSidebarMenuBlock .bContent ul.contents-list-items > li a:hover,
.sidebar .dynamic-sidebar .block-dynamicSidebarMenuBlock .bContent ul.contents-list-items > li a:focus {
  background: #dedede;
}
.block.block-asp_map_block * {
  max-width: none;
}
/* jssor slider bullet navigator skin 21 css */
/*
.jssorb21 div           (normal)
.jssorb21 div:hover     (normal mouseover)
.jssorb21 .av           (active)
.jssorb21 .av:hover     (active mouseover)
.jssorb21 .dn           (mousedown)
*/
.jssorb21 {
  position: absolute;
}
.jssorb21 div,
.jssorb21 div:hover,
.jssorb21 .av {
  position: absolute;
  /* size of bullet elment */
  width: 19px;
  height: 19px;
  text-align: center;
  line-height: 19px;
  color: white;
  font-size: 12px;
  background: url(../plugins/jssor-slider/img/b21.png) no-repeat;
  overflow: hidden;
  cursor: pointer;
}
.jssorb21 div {
  background-position: -5px -5px;
}
.jssorb21 div:hover,
.jssorb21 .av:hover {
  background-position: -35px -5px;
}
.jssorb21 .av {
  background-position: -65px -5px;
}
.jssorb21 .dn,
.jssorb21 .dn:hover {
  background-position: -95px -5px;
}
/* jssor slider arrow navigator skin 21 css */
/*
.jssora21l                  (normal)
.jssora21r                  (normal)
.jssora21l:hover            (normal mouseover)
.jssora21r:hover            (normal mouseover)
.jssora21l.jssora21ldn      (mousedown)
.jssora21r.jssora21rdn      (mousedown)
*/
.jssora21l,
.jssora21r {
  display: block;
  position: absolute;
  /* size of arrow element */
  width: 55px;
  height: 55px;
  cursor: pointer;
  background: url(../plugins/jssor-slider/img/a21.png) center center no-repeat;
  overflow: hidden;
}
.jssora21l {
  background-position: -3px -33px;
}
.jssora21r {
  background-position: -63px -33px;
}
.jssora21l:hover {
  background-position: -123px -33px;
}
.jssora21r:hover {
  background-position: -183px -33px;
}
.jssora21l.jssora21ldn {
  background-position: -243px -33px;
}
.jssora21r.jssora21rdn {
  background-position: -303px -33px;
}
.scrollable .viewport {
  width: 100% !important;
}
.site-page-container {
  margin-top: 1em;
  margin-bottom: 1em;
  background: #ffffff;
}
.site-page-container .page-head {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 1.5em;
}
.site-page-container .page-head .page-name {
  float: left;
  padding: 8px 15px;
  cursor: default;
  padding-left: 0;
}
.site-page-container .page-head .page-name h1 {
  margin: 0;
  font-family: 'Lora', serif;
  font-size: 3em;
  font-weight: bold;
  padding-left: 0;
}
.site-page-container .page-head .page-name h1 i.fa {
  border: 2px solid #333333;
  line-height: 1;
  border-radius: 4px;
  margin-right: 0.5em;
  padding: 2px 2px 1px;
}
.class {
  border: 1px solid #eee;
  font-size: 17px;
  font-weight: 700;
  padding: 5px 10px;
  margin-bottom: 30px;
}
.site-page-container .page-description {
  font-family: 'Lora', serif;
  font-size: 1.2em;
  margin-bottom: 1em;
  float: left;
  width: 100%;
  clear: both;
}
.single-content-carousel-gallery {
  float: right;
  width: 100%;
  clear: both;
  margin-bottom: 2em;
}
.single-content-carousel-gallery .owl-theme .owl-controls {
  position: absolute;
  bottom: 0;
  left: 45.4%;
}
.single-content-carousel-gallery .owl-theme .owl-controls .owl-nav [class*='owl-'] {
  background: #26267C;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.site-page-container .owl-carousel .owl-item .item {
  position: relative;
  -webkit-transition: all 1000ms;
  -moz-transition: all 1000ms;
  -ms-transition: all 1000ms;
  -o-transition: all 1000ms;
  transition: all 1000ms;
}
.site-page-container .owl-carousel .owl-item.active .item:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
  -webkit-transition: all 1000ms;
  -moz-transition: all 1000ms;
  -ms-transition: all 1000ms;
  -o-transition: all 1000ms;
  transition: all 1000ms;
}
.site-page-container .owl-carousel .owl-item.active.center .item:before {
  content: '';
  background-color: rgba(0, 0, 0, 0);
  z-index: -1;
}
.page-breadcrumb {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 1em;
}
.page-breadcrumb .breadcrumb {
  margin-bottom: 0;
  padding: 11px 15px;
  padding-left: 0;
  background: transparent;
}
.page-breadcrumb .breadcrumb > li + li:before {
  color: #333333;
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.page-breadcrumb .breadcrumb > li > a {
  font-size: 0.9em;
}
.page-breadcrumb .breadcrumb > li:last-child {
  color: #26267C;
  cursor: defaults;
}
.single-page-view {
  float: left;
  width: 100%;
  clear: both;
}
.single-page-view .page-content {
  position: relative;
  margin-bottom: 1.5em;
}
.single-page-view .page-content .content {
  position: relative;
  font-size: 1.2em;
  line-height: 1.7;
}
.single-page-view.about-us-page .page-content .page-image {
  border: 1px solid #e2e2e2;
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
.single-page-view .overlay-more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0em;
  padding-top: 2em;
  text-align: center;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 0, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.8)), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0, #fff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.8) 0, #fff 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.8) 0, #fff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccffffff', endColorstr='#ffffff', GradientType=0);
}
.single-page-view .overlay-more a.loadFullContent {
  border: 1px solid #26267C;
  padding: 0.5em 1.5em;
  text-align: center;
  position: relative;
  display: inline-block;
}
.single-page-view .overlay-more a.loadFullContent i.fa {
  display: inline-block;
  width: 100%;
  clear: both;
}
footer {
  background: #26267C;
  margin-left: -15px;
  margin-right: -15px;
  padding: 1.5em 0;
  cursor: default;
}
footer .block {
  background: transparent;
}
footer .block.block-footer_address .bContent {
  color: #ffffff;
}
footer .copyrights {
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}
footer .copyrights .copyrights-sitename {
  margin-top: 0.8em;
}
footer .footer-social {
  margin: 0 auto;
  margin-bottom: 0.7em;
  display: inline-block;
}
.footer-links {
  display: inline-block;
}
.footer-links .block {
  display: inline-block;
  width: auto !important;
}
footer .footer-social li a {
  color: #ffffff;
  font-size: 1.1em;
  display: inline-block;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: 0;
  padding: 3px 4px;
  text-align: center;
  border: 2px solid transparent;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -ms-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
footer .footer-social li a:hover,
footer .footer-social li a:focus {
  border-color: #ffffff;
  border-radius: 0%;
}
footer .footer-social li a[title="instagram"] {
  background: #006d9c;
}
footer .footer-social li a[title="facebook"] {
  background: #3a5897;
}
footer .footer-social li a[title="twitter"] {
  background: #2aa9df;
}
footer .footer-social li a[title="youtube"] {
  background: #cc121f;
}
footer .block.block-footer_links .bContent .navbar-nav {
  float: right;
}
footer .block.block-footer_links .bContent .navbar-nav > li > a {
  text-shadow: none;
  padding: 0 9px;
  border-right: 1px solid #fff;
  line-height: 1;
  color: #ffffff;
}
footer .block.block-footer_links .bContent .navbar-nav > li:last-child > a {
  border-right: 0;
}
footer .block.block-footer_links .bContent .navbar-nav > li > a:hover,
footer .block.block-footer_links .bContent .navbar-nav > li > a:focus {
  background: transparent;
  text-decoration: underline;
}
footer .poweredby {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
}
footer .poweredby a {
  color: #ffffff;
  position: relative;
  display: inline-block;
}
footer .poweredby a:after {
  content: '';
  background: url("../images/powered_logo.png");
  background-repeat-x: no-repeat;
  display: inline-block;
  float: right;
  width: 46px;
  height: 17px;
  margin-left: 1em;
  background-position-x: 0px;
  background-position-y: 0px;
  background-position: 0px 0px;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
}
footer .poweredby a:hover:after,
footer .poweredby a:focus:after {
  background-position-y: 17px;
  background-position: 0px 17px;
}
.navbar-collapse.collapse {
  padding-left: 0px;
}
.gallery-items .item {
  margin-bottom: 30px;
}
.gallery-items .item .image {
  width: 100%;
  height: 194px;
  overflow: hidden;
}
.gallery-items .item .image img {
  margin: 0 auto;
}
.gallery-items .item a:hover img,
.gallery-items .item a:focus img {
  -webkit-transform: rotate(20deg) scale(1.5);
  -moz-transform: rotate(20deg) scale(1.5);
  -ms-transform: rotate(20deg) scale(1.5);
  -o-transform: rotate(20deg) scale(1.5);
  transform: rotate(20deg) scale(1.5);
}
.gallery-items .item .image img {
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  -webkit-transition: transform 500ms;
  -moz-transition: transform 500ms;
  -ms-transition: transform 500ms;
  -o-transition: transform 500ms;
  transition: transform 500ms;
}
.gallery-items .item .title {
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  font-size: 17px;
  font-family: 'Lora';
  font-weight: 600;
  text-align: center;
}
.album-images {
  margin-top: 40px;
}
.activities-gallary-announcements-horizontal-sidebar {
  margin: 0 auto 50px auto;
}
.activities-gallary-announcements-horizontal-sidebar-block {
  width: 100%;
}
.activities-gallary-announcements-horizontal-sidebar-block > .title {
  width: 100%;
  height: 38px;
  position: relative;
  line-height: 40px;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Lora';
  border-bottom: 2px solid #ddd;
}
.activities-gallary-announcements-horizontal-sidebar-block > .title:before {
  content: '';
  background: #26267c;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.activities-gallary-announcements-horizontal-sidebar-block .content {
  width: 100%;
  padding-top: 15px;
}
.activities-gallary-announcements-horizontal-sidebar-block .content > .item {
  width: 100%;
  height: 50px;
  overflow: hidden;
}
.activities-gallary-announcements-horizontal-sidebar-block .content .separator {
  width: 100%;
  height: 1px;
  margin: 7px auto;
  background-color: #eee;
}
.activities-gallary-announcements-horizontal-sidebar-block .content .item .image {
  width: 75px;
  height: 50px;
  overflow: hidden;
  margin-right: 10px;
  float: left;
}
.activities-gallary-announcements-horizontal-sidebar-block .content .item .image a {
  display: block;
  width: 100%;
  height: 100%;
}
.activities-gallary-announcements-horizontal-sidebar-block .content .item .title-desc {
  height: 50px;
  width: 100%;
}
.activities-gallary-announcements-horizontal-sidebar-block .content .item .announcement {
  width: 100%;
}
.activities-gallary-announcements-horizontal-sidebar-block .content .item .title-desc .title {
  font-size: 13px;
  font-weight: 600;
  font-family: 'Lora';
}
.activities-gallary-announcements-horizontal-sidebar-block .content .item .title-desc .desc {
  font-size: 11px;
  color: #777;
}
.gallery-block-owl-carousel .item a {
  display: block;
  width: 100%;
  position: relative;
  color: #fff;
}
.gallery-block-owl-carousel .item a .title {
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Lora';
  text-align: center;
  -webkit-transition: background-color 500ms;
  -moz-transition: background-color 500ms;
  -ms-transition: background-color 500ms;
  -o-transition: background-color 500ms;
  transition: background-color 500ms;
}
.gallery-block-owl-carousel .item a:hover .title,
.gallery-block-owl-carousel .item a:focus .title {
  color: #fff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.7);
}
.inner-pages {
  margin: 50px auto;
}
.inner-pages .head {
  width: 100%;
  height: 50px;
  font-size: 3em;
  font-family: 'Lora', serif;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 30px;
}
.inner-pages .content .btn {
  width: 80px;
  height: 35px;
}
.center-alignment {
  text-align: center !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.on-margin-bottom {
  margin-bottom: 0 !important;
}
.owl-carousel * {
  max-width: none;
}
.profile .form-control {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ddd;
}
.profile .form-control:focus {
  box-shadow: none;
  border-color: #26267C;
}
.profile .title {
  margin-bottom: 25px;
}
.profile .custom-fields label {
  margin-bottom: 5px;
}
.profile .custom-fields .thumbnail {
  border-radius: 0;
  box-shadow: none;
}
.profile .btn {
  border-radius: 0;
  background: #26267C;
  color: #ffffff;
}
.profile .btn:hover,
.profile .btn:focus {
  background: #1A1A7D;
}
.profile textarea {
  max-height: 170px;
  resize: none;
}
.full-width {
  width: 100% !important;
}
@media (max-width: 1200px) {
  .logo a .logo-txt {
    margin-left: 0px;
  }
  .navbar-collapse.collapse {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .block .bHeader .bTitle {
    padding-left: 1.9em;
  }
  .block .bHeader .bTitle h3 {
    font-size: 1.2em;
  }
  .block .bFooter a {
    padding: 0.1em 0.5em;
    line-height: 1.6;
    font-size: 0.9em;
  }
  .logo a .logo-txt {
    margin-left: 10px;
    margin-right: -20px;
  }
}
.employment .item {
  margin-bottom: 30px;
}
.employment .item .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
.employment .item .title a {
  color: #333333;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.employment .item .title a:hover,
.employment .item .title a:focus {
  text-decoration: none;
  color: #26267C;
}
.employment .item .desc {
  font-size: 14px;
}
.employment .item .desc a {
  color: #26267C;
  font-size: 13px;
}
.employment .item .desc a:hover,
.employment .item .desc a:focus {
  text-decoration: underline !important;
  color: #26267C;
}
.teachers-staff-administration .item {
  margin-bottom: 30px;
  height: 188px;
}
.teachers-staff-administration .item .image {
  width: 270px;
  height: 100%;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
.teachers-staff-administration .item .image a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.teachers-staff-administration .item .image a img {
  height: 100%;
  margin: 0 auto;
}
.teachers-staff-administration .item .image a:before {
  content: " ";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.teachers-staff-administration .item .image a:hover:before,
.teachers-staff-administration .item .image a:focus:before {
  opacity: 1;
}
.teachers-staff-administration .item .content .title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}
.teachers-staff-administration .item .content .title a {
  color: #333333;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.teachers-staff-administration .item .content .title a:hover,
.teachers-staff-administration .item .content .title a:focus {
  color: #26267C;
}
.teachers-staff-administration .item .content .desc {
  line-height: 1.7;
  font-size: 15px;
}
.teachers-staff-administration .item .content .desc a {
  color: #26267C;
}
.administration .item {
  margin-bottom: 30px;
}
.administration .item .image {
  width: 116px;
  height: 150px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 10px;
}
.administration .item .image a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 2px;
  background: #fff;
  border: 1px solid #eee;
}
.administration .item .image a:before {
  content: ' ';
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.administration .item .image a:hover:before,
.administration .item .image a:focus:before {
  opacity: 1;
}
.administration .item .name,
.administration .item .job {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
}
.administration .item .job {
  margin: 0;
  font-size: 13px;
  height: 17px;
}
.seniors-alumni .item .image {
  width: 170px;
  height: 170px !important;
  overflow: hidden;
  margin: 0 auto;
}
.seniors-alumni .item .image a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 2px;
  background: #fff;
  border: 1px solid #eee;
}
.seniors-alumni .item .image a img {
  height: 100%;
}
.academic-calendar {
  text-align: center;
}
.academic-calendar .item {
  margin-bottom: 30px;
}
.academic-calendar .item a {
  display: block;
  border: 1px solid #eee;
  padding: 10px;
}
.academic-calendar .item a .title {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 700;
}
.academic-calendar .item a .file {
  margin-bottom: 10px;
}
.academic-calendar .item a .file img {
  margin: 0 auto;
}
.academic-calendar .item a a {
  color: #333333;
}
.academic-calendar .item a a:hover,
.academic-calendar .item a a:focus {
  color: #26267C;
}
.activities-inner .item {
  margin-bottom: 30px;
  height: 194px;
}
.activities-inner .item .image {
  float: left;
  margin-right: 15px;
  width: 292px;
  height: 100%;
}
.activities-inner .item .image a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.activities-inner .item .image a img {
  margin: 0 auto;
}
.activities-inner .item .image a:before {
  content: '';
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.activities-inner .item .image a:hover:before,
.activities-inner .item .image a:focus:before {
  opacity: 1;
}
.activities-inner .item .content .title {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 5px;
}
.activities-inner .item .content .title a {
  color: #333333;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.activities-inner .item .content .title a:hover,
.activities-inner .item .content .title a:focus {
  color: #26267C;
}
.activities-inner .item .content .desc {
  line-height: 1.7;
  font-size: 14px;
}
.activities-inner .item .content .desc a {
  color: #26267C;
}
.pagination > li > a,
.pagination > li > span {
  color: #777;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #777;
}
.pagination > .active > span {
  background-color: #26267C;
  border-color: #26267C;
}
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  background-color: #26267C;
  border-color: #26267C;
}
.filters {
  margin-bottom: 15px;
}
.filters > div {
  float: left;
  width: 270px;
}
.filters > div label {
  display: block;
}
.filters > div input[type=text],
.filters > div select {
  float: left;
  width: 206px;
  margin-right: 5px;
}
.filters .specialist {
  margin-right: 15px;
}
.custom-margin {
  margin-top: 30px;
  margin-bottom: 30px;
}
.profile .image {
  width: 300px;
  height: 200px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.profile .image img {
  height: 100%;
  margin: 0 auto;
}
.profile .info > div {
  margin-bottom: 15px;
  font-size: 17px;
}
.profile .attachments {
  font-size: 17px;
  margin-bottom: 30px;
}
.profile .desc {
  font-size: 16px;
}
.programs {
  width: 100%;
  padding: 15px 0;
  background: #FDFCFC;
}
.programs .item {
  width: 100%;
  height: 90px;
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden;
}
.programs .item .image {
  width: 100% !important;
  height: 70px !important;
  background: #FDFCFC;
  border-radius: 4px;
  margin: 0 auto;
  padding: 13px;
}
.programs .item .image a {
  display: block;
  width: 100%;
  height: 100%;
}
.programs .item .image a img {
  margin: 0 auto;
}
.programs .item .image .custom-icon {
  max-height: 100%;
}
.programs .item .title {
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.programs .item .title a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}
.programs .item .title a:hover,
.programs .item .title a:focus {
  color: #26267C;
}
.programs .custom-details-page-item .image {
  width: 100px !important;
  float: right;
  margin-left: 15px;
}
.programs .custom-details-page-item .file-desc {
  text-align: right;
}
.school-students .item {
  margin-bottom: 30px;
  height: 170px;
  overflow: hidden;
}
.school-students .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.school-students .item a .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 18px;
  padding: 5px 10px;
}
.experimental-copy-menu > .block {
  float: right;
  width: auto;
}
.experimental-copy {
  position: fixed;
  right: 0;
  top: 30%;
  font-size: 20px;
  padding: 15px;
  z-index: 100;
  color: #26267C;
  background: #FFEB3B;
}
@media (max-width: 768px) {
  .logo a .logo-txt {
    margin-left: 0px;
    margin-right: 0px;
  }
  .navbar-collapse.collapse {
    padding-left: 15px;
  }
  .block .bHeader .bTitle {
    padding-left: 2.5em;
  }
  .block .bHeader .bTitle h3 {
    font-size: 1.5em;
  }
  .block .bFooter a {
    padding: 0.5em 0.7em;
    line-height: 1;
    font-size: 1em;
  }
  .logo {
    margin-bottom: 1.5em;
  }
  .block.block-quick_menu_links .bContent .navbar-nav {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 230px;
  }
  .block.block-quick_menu_links .bContent .navbar-nav > li {
    float: left;
    margin-bottom: 0;
  }
  .block.block-quick_menu_links .bContent .navbar-nav > li > a {
    padding-bottom: 0;
  }
  .block.block-main_menu .navbar-nav > li .dropdown-menu {
    padding-left: 1em;
  }
  .block.block-main_menu .navbar-nav > li .dropdown-menu > li {
    padding-left: 1em;
  }
  footer {
    text-align: center;
  }
  footer .block,
  footer .copyrights {
    margin-bottom: 1em;
  }
  footer .block.block-footer_links .bContent .navbar-nav {
    float: none;
  }
  footer .block.block-footer_links .bContent .navbar-nav > li {
    margin-bottom: 1em;
  }
  footer .block.block-footer_links .bContent .navbar-nav > li > a {
    border-right: 0;
  }
  .filters {
    position: relative;
    top: 0;
    width: 100%;
  }
  .filters > div {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    height: 100px;
  }
  .filters > div label {
    display: block;
  }
  .filters > div input[type=text] {
    float: none;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .filters > div input[type=submit] {
    float: right;
  }
  .filters .specialist {
    margin: 0;
  }
  .filters .stage {
    float: none;
  }
  .teachers-staff-administration .item {
    height: auto;
  }
  .teachers-staff-administration .item .image {
    width: 100%;
    height: 240px;
    float: none;
    margin: 0;
    margin-bottom: 15px;
  }
  .teachers-staff-administration .item .image a img {
    height: 100%;
    margin: 0 auto;
  }
  .activities-gallary-announcements-horizontal-sidebar {
    margin: 0;
  }
}
/*# sourceMappingURL=style_ltr.css.map */