/* ==========================================================================
Waypoints
========================================================================== */
.wp1,  .wp2,  .wp3,  .wp4,  .wp5,  .wp6  {
     visibility:  hidden;
 }

.bounceInLeft,  .bounceInRight,  .fadeInUp,  .fadeInUpDelay,  .fadeInDown,  .fadeInUpD,  .fadeInLeft,  .fadeInRight  {
     visibility:  visible;
 }

.delay-05s  {
     animation-delay:  0.5s;
     -webkit-animation-delay:  0.5s;
 }

.delay-1s  {
     animation-delay:  1s;
     -webkit-animation-delay:  1s;
 }

.wp3  {
     background:  url('../img/iphone-bg.png') no-repeat center center;
     background-position:  200px 10px;
     height:  100%;
 }
 /* ======= Base ======= */
html,
body {
  height: 100%;
}
body {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'open sans', arial, sans-serif;
  font-weight: 300;
}
h3{
  font-size:22px;
}
h2::after {
	display:none;
}
h1 {
  font-size: 26px;
  font-weight: normal;
}
h2 {
  font-size: 20px;
  font-weight: normal;
  text-transform: capitalize;
}
h3 {
  font-size: 20px;
  font-weight: normal;
}
.content h3{
  margin-bottom: 0.5em;	
}
h4 {
  font-size: 18px;
  font-weight: normal;
}
h5 {
  font-size: 16px;
  font-weight: normal;
}
h6 {
  font-size: 14px;
  font-weight: normal;
}
.page-wrapper ul li{
  margin-bottom: 5px;
  line-height: 25px;
}
x fol p {
  color: #444444;
  font-size: 13px;
}
a {
  color: #444444;
  -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 {
  text-decoration: none;
  color: #be1e2d;
}
a:focus {
  text-decoration: none;
  color: #be1e2d;
}
.content a {
  color: #be1e2d;
  -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;
}
.content a:hover,
.content a:focus{
  text-decoration: none;
  color: #444444;
}
.content a:visited {
  /*color: #be1e2d;*/
}
.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;
}
.btn .fa {
  color: #fff;
  margin-right: 5px;
}
.btn .fa.fa-search {
  margin-right: 0;
}
.btn-theme {
  background: #be1e2d;
  border: 1px solid #be1e2d;
  color: #fff;
}
.btn-theme:hover {
  background: #84aac9;
  border: 1px solid #84aac9;
  color: #fff;
}
a.btn-cta,
.btn-cta {
  background: #be1e2d;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.33;
  -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;
  border: 1px solid #be1e2d;
  font-family: 'open sans', arial, sans-serif;
}
a.btn-cta:hover,
.btn-cta:hover {
  color: #fff;
  background: #84aac9;
  border: 1px solid #84aac9;
}
a.btn-cta .fa,
.btn-cta .fa {
  margin-right: 10px;
  font-size: 20px;
  color: #fff;
}
.form-control {
  -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;
}
.form-control:focus {
  border-color: #be1e2d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
blockquote, em{
  font-size: 14px;
  margin-left: 0;
  margin-right: 0;
}
blockquote p,
{
  font-size: 14px;
  line-height: 1.5;
}
.custom-quote{
  border-color: #a7c2d9;	
}
.RedDamask {
  background-color: #e27240;
}
.RedDamask:hover {
  background-color: #df622a;
}
.FireBush {
  background-color: #E28D40;
}
.FireBush:hover {
  background-color: #df802a;
}
.OliveDrab {
  background-color: #60A823;
}
.OliveDrab:hover {
  background-color: #54931f;
}
.Mojo {
  background-color: #C94139;
}
.Mojo:hover {
  background-color: #b73932;
}
.text-highlight {
    color: #333;
    font-weight: 300;
    font-size: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}
.highlight-border {
  border-color: #be1e2d;
}
.read-more {
  -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;
  font-size: 13px;
  display: block;
}
.read-more .fa {
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.read-more:hover {
  text-decoration: none;
}
.carousel-fade .item {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
.carousel-fade .item.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#topcontrol {
  background: #84aac9;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 35px;
  height: 35px;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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;
}
#topcontrol:hover {
  background: #be1e2d;
}
#topcontrol .fa {
  position: relative;
  top: 3px;
  font-size: 25px;
}
.row-end {
  margin-right: 0;
  padding-right: 0;
}
ul.custom-list-style li {
  list-style: none;
}
.date-label {
  background: #f5f5f5;
  display: inline-block;
  width: 40px;
  height: 50px;
  text-align: center;
  font-size: 13px;
}
.date-label .month {
  background: #be1e2d;
  color: #fff;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}
.date-label .date-number {
  clear: left;
  display: block;
  padding-top: 5px;
  font-size: 15px;
  font-family: 'open sans', arial, sans-serif;
  font-weight: 500;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #be1e2d;
  border-color: #be1e2d;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eef3f8;
  border-color: #a7c2d9;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -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;
}
.nav-tabs {
  border-bottom: none;
  position: relative;
  margin-bottom: -1px;
}
.tab-content {
  border: 1px solid #e8e8e8;
  padding: 15px;
  margin-bottom: 20px;
}
.nav > li > a {
  font-size: 14px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background: inherit;
}
.nav-tabs > li > a {
  border: 1px solid #e8e8e8;
  border-bottom: none;
  background: #f5f5f5;
  padding: 5px 15px;
  margin-right: 0;
  -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;
  color: #444444;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
}
.nav-tabs > li {
  margin-right: 2px;
}
.nav-tabs > li.active {
  border-top: 2px solid #be1e2d;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:active,
.nav-tabs > li.active a:focus {
  border-bottom: 0;
  border-top: 0;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background: #f5f8fb;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #ebebeb;
}
.table > thead > tr > th {
  border-bottom: 2px solid #a7c2d9;
  color: #365d7e;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background: #f5f8fb;
}
.table-boxed,
.table-bordered {
  border: 1px solid #ebebeb;
}
.panel-group .panel {
  -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;
}
.panel-group .panel .panel-heading {
  background: none;
  border: none;
  -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;
}
.panel-group .panel .panel-heading .panel-title a {
  color: #be1e2d;
}
.panel-group .panel .panel-heading .panel-title a:before {
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f146";
  margin-right: 5px;
}
.panel-group .panel .panel-heading .panel-title a.collapsed:before {
  content: "\f0fe";
}
.panel-group .panel .panel-body {
  font-size: 13px;
}
.panel {
  -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;
}
.panel .panel-heading {
  -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;
}
.panel .panel-heading h3.panel-title {
  font-weight: 500;
}
.panel .panel-heading .label {
  font-size: 10px;
}
.panel .panel-footer {
  -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;
}
.panel .panel-footer ul {
  margin-bottom: 0;
}
.panel .panel-footer ul.list-inline li {
  margin-bottom: 0;
}
.panel .panel-footer small {
  color: #999999;
}
.panel > .list-group .list-group-item:last-child {
  -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;
}
.panel-theme {
  border-color: #be1e2d;
}
.panel-theme > .panel-heading,
.panel-theme > .panel-footer {
  color: #fff;
  background: #be1e2d;
  border-color: #be1e2d;
}
.no-margins {
  margin: 0;
}
.no-margin-left {
  margin-left: 0;
}
.no-margin-right {
  margin-right: 0;
}
.no-margin-top {
  margin-top: 0;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.label {
  -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;
}
.label.label-theme {
  background: #be1e2d;
}
.label .fa {
  margin-right: 4px;
}
.label.label-icon-only .fa {
  margin-right: 0;
}
.badge.badge-theme {
  background: #be1e2d;
}
.badge.badge-default {
  background: #999;
}
.badge.badge-primary {
  background: #428bca;
}
.badge.badge-success {
  background: #5cb85c;
}
.badge.badge-info {
  background: #5bc0de;
}
.badge.badge-info {
  background: #5bc0de;
}
.badge.badge-warning {
  background: #f0ad4e;
}
.badge.badge-danger {
  background: #d9534f;
}
.promo-badge {
  font-size: 20px;
  display: table;
}
.promo-badge a {
  color: #fff;
  display: table-cell;
  width: 135px;
  height: 135px;
  text-align: center;
  vertical-align: middle;
  -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;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.promo-badge .percentage {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  position: relative;
  font-family: 'open sans', arial, sans-serif;
}
.promo-badge .percentage .off {
  font-size: 11px;
  position: absolute;
  top: 15px;
  right: -15px;
}
.promo-badge .desc {
  font-size: 12px;
}
.progress-bar-theme {
  background: #be1e2d;
}
.img-thumbnail {
  -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;
  border-color: #e8e8e8;
  margin-bottom: 15px;
}
#cboxLoadedContent,
#cboxContent {
  background: none;
}
.box {
  background: #f5f5f5;
  padding: 15px;
}
.box.box-border {
  border-left: 5px solid #be1e2d;
}
.box.box-dark {
  background: #444444;
  color: #fff;
}
.box.box-theme {
  background: #be1e2d;
  color: #fff;
}
.box .date-label {
  background: #fff;
}
.social-icons {
  list-style: none;
  padding: 10px 0;
  margin-bottom: 0;
}
.social-icons li {
  float: left;
}
.social-icons li.row-end {
  margin-right: 0;
}
.social-icons a {
  display: inline-block;
  background: #95b6d1;
  width: 32px;
  height: 32px;
  text-align: center;
  padding-top: 4px;
  -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;
  font-size: 18px;
  margin-right: 10px;
  float: left;
}
.social-icons a:hover {
  background: #be1e2d;
}
.social-icons a .fa {
  color: #fff;
}
.social-icons a .fa:before {
  font-size: 18px;
  text-align: center;
  padding: 0;
}
.ignite-cta {
    /* padding: 70px 0; */
    background-color: #444444;
}
/* ======= Header ======= */
.header .top-bar {
  background: #2f506c;
}
.header .top-bar .search-form {
  padding: 10px 0;
}
.header .top-bar .search-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.header .social-icons li.row-end {
  margin-right: 0;
}
.header .social-icons a {
  background: #27435a;
}
.header .social-icons a:hover {
  background: #be1e2d;
}
.header .social-icons a:hover .fa {
  color: #fff;
}
.header .social-icons a .fa {
  color: rgba(255, 255, 255, 0.4);
}
.header .social-icons a .fa:before {
  font-size: 18px;
  text-align: center;
  padding: 0;
}
.header .header-main .logo{
  padding: 30px 0;
}
.header .header-main .info{
  padding: 15px 0 0 0;
}
.header h1.logo {
  margin-top: 0;
  margin-bottom: 0;
}
.header .menu-top {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  float: right;
}
.header .menu-top li {
  list-style: none;
  float: left;
  font-size: 13px;
  font-family: 'open sans', arial, sans-serif;
}
.header .menu-top li:last-child a {
  padding-right: 0;
}
.header .menu-top li.divider a {
  border-right: 1px solid #c3c3c3;
}
.header .menu-top li a {
  display: inline-block;
  color: #777777;
  padding: 0px 10px;
}
.header .menu-top li a:hover {
  color: #be1e2d;
}
.header .contact {
  font-size: 20px;
  font-family: 'open sans', arial, sans-serif;
  font-weight: 300;
  margin-top: 1em;
}
.header .contact a:hover{
  color: #be1e2d;	
}
.header .contact p {
  float: left;
  margin-bottom: 0;
}
.header .contact p.phone {
  margin-right: 30px;
  color: #444444;
}
.header .contact p a {
  /*color: #444444;*/
}
.header .contact .fa {
  color: #be1e2d;
  margin-right: 8px;
  font-size: 18px;
  position: relative;
  top: 1px;
}
.header .contact .fa.fa-phone {
  font-size: 22px;
  top: 2px;
}
.header .search-form {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header .search-form .form-control {
  width: 260px;
  background: #f5f5f5;
  -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;
}
.header .search-form .form-control:focus {
  background: #fff;
  border-color: #be1e2d;
}
 /* ======= Main Nav Primary ======= */
.main-nav {
  background: #be1e2d;
  margin-bottom: 0;
}
.main-nav button {
  background: #27435a;
  color: #fff !important;
  -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;
}
.main-nav button:focus {
  outline: none;
}
.main-nav button .icon-bar {
  background-color: #fff;
}
.main-nav .navbar-collapse {
  padding: 0;
}
.main-nav .nav .nav-item {
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'open sans', arial, sans-serif;
  z-index: 100;
}
.main-nav .nav .nav-item.dropdown {
  z-index: 101;
}
.main-nav .nav .nav-item a {
  color: #dce7f0;
  -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;
}
.main-nav .nav .nav-item a:hover {
  background: #6091ba;
  color: #fff;
}
.main-nav .nav .nav-item.active {
  position: relative;
}
.main-nav .nav .nav-item.active > a {
  background: #6091ba;
  color: #fff;
}
.main-nav .nav .nav-item.active > a:before {
  content: "\f0d8";
  position: absolute;
  bottom: -8px;
  left: 0;
  text-align: center;
  font-family: FontAwesome;
  display: block;
  font-size: 12px;
  width: 100%;
}
.main-nav .nav .nav-item.active > a.dropdown-toggle:before {
  display: none;
}
.main-nav .nav .nav-item.open a {
  background: #4678a1;
  color: #fff;
}
.main-nav .nav .nav-item .dropdown-menu {
  -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;
  margin: 0;
  border: none;
  padding: 0;
  text-transform: none;
  min-width: 220px;
}
.main-nav .nav .nav-item .dropdown-menu a {
  border-bottom: 1px solid #3e6a8f;
  padding: 8px 20px;
}
.main-nav .nav .nav-item .dropdown-menu a:hover,
 .main-nav .nav .nav-item .dropdown-menu a:visited{
  background: #3e6a8f;
  color: #dce7f0;
  padding-left: 24px;
}
.main-nav .nav .nav-item .dropdown-submenu {
  position: relative;
}
.main-nav .nav .nav-item .dropdown-submenu .fa {
  position: absolute;
  right: 15px;
  top: 10px;
}
.main-nav .nav .nav-item .dropdown-submenu li {
  position: relative;
}
.main-nav .nav .nav-item .dropdown-submenu li .fa {
  position: absolute;
  right: 15px;
  top: 10px;
}
.main-nav .nav .nav-item .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: -1px;
}
.dropdown-menu > li > a {
    font-size: 13px;
}

/* Banner */
.inside-banner{
	max-height: 500px;
	overflow: hidden;
}

/* New Article */

.homepage-news li{
  list-style: none;	
}

.homepage-news article{
	width: 100%;
  padding-bottom: 96%;   
    height: 0;
    position: relative;
	margin-bottom: 2em;
}
.homepage-news article.background{
  padding-bottom: 90%;
    background-color: #6091ba;
	border: 8px solid #3e6a8f;
}
.homepage-news article:hover{
  background-color: #4678a1;	
  opacity: 0.9;
}
.news-block{
  padding:15px;	
}
.home_news_desc h4{
  font-weight: 600;
  font-size: 20px;	
  color: #ffffff;
  margin-top: 0;
}
.news-block.bottom{
  position:absolute;
  bottom:0;
  background-color:rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 0;
  z-index: 2;
  margin-bottom: 0;
}
.news-block.bottom .home_news_desc_bottom{
  padding: 10px;
}
.home_news_desc_bottom h4{
  font-weight: 600;
  font-size: 20px;	
  color: #ffffff;
  margin: 5px 0;
}
.homepage-news .read_more{
  color: #ffffff;	
}
/* ======= Footer ======= */
.footer {
  background: #444444;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}
.footer p,
.footer a {
  color: #dcdcdc;
}
.footer a:hover {
  text-decoration: none;
  color: #be1e2d;
}
.footer a:focus {
  text-decoration: none;
  color: #be1e2d;
}
.footer ul {
  padding-left: 0;
}
.footer li {
  list-style: none;
}
.footer h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.footer .footer-content {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 12px;
}

.footer .footer-content .fa {
  margin-right: 10px;
  display: inline-block;
  color: #767676;
}
.footer .footer-content .fa.fa-phone {
  font-size: 16px;
}
.footer .footer-content li {
  margin-bottom: 10px;
  font-size: 12px;
}
.footer .footer-contenta {
  color: #dcdcdc;
}
.footer .footer-content .adr .fa {
  font-size: 16px;
  margin-top: 2px;
}
.footer .footer-content .subscribe-form {
  padding: 0;
}
.footer .footer-content .subscribe-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.footer .footer-content .subscribe-form .form-control {
  width: 320px;
  background: #f5f5f5;
  border: none;
  -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;
}
.footer .footer-content .subscribe-form .form-control:focus {
  background: #fff;
}
.footer .bottom-bar {
  background: #2b2b2b;
  padding: 5px 0;
}
.footer .bottom-bar .copyright {
  font-size: 11px;
  color: #dcdcdc;
  line-height: 3;
}
.footer .bottom-bar .copyright a:hover {
  color: #84aac9;
}
.footer .bottom-bar .social {
  margin: 0;
}
.footer .bottom-bar .social li {
  float: right;
  margin-left: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 2;
}
.footer .bottom-bar .social li a {
  color: #a9a9a9;
  padding: 0 5px;
}
.footer .bottom-bar .social li a:hover {
  color: #6091ba;
}

.circle-icon{
	width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 75px;
    background-color: transparent;
    /* padding-bottom: 100%; */
    border: 3px #777777 solid;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.circle-icon .fa{
  font-size: 27px;
  line-height: 46px;
  color: #777777;
}
.circle-icon:hover{
  border: 3px #243f8e solid;
}
.circle-icon .fa:hover{
  font-size: 30px;
  line-height: 46px;
  color: #be1e2d;
}
.latest-news{
  margin-bottom: 30px;	
}
.latest-news h3{
  margin-top: 0;	
}
.readmore{
  padding: 12px 25px;
  border: 2px solid #777777;
  border-radius: 4px;
  width: 130px;
}
.bottom-logo{
  margin-top: 2em;
  text-align: right;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
  background-color: #6091ba;
}
.literature-container{
  min-height: 35px;
}
.literature-container .name {
  display:inline-block;
  line-height: 35px;
}
.literature-container .btn-theme{
  float: left;
  margin-right: 10px;
}
.literature-container{
  clear:both;
  margin-bottom: 10px;
}
.literature-container .name a {
  color: #be1e2d;
}
.literature-container .btn-theme {
    background: #777777;
    border: 1px solid #777;
    color: #fff;
	height: 35px;
}
.literature-container .btn-theme:hover {
    background: #6091ba;
    border: 1px solid #6091ba;
    color: #fff;
}
/* content area */
.page-wrapper{
  padding-bottom:1.5em;
  padding-top: 1.5em;	
}
.content ul{
  -webkit-padding-start: 40px;
  list-style:outside;
  list-style-type: disc;
}
.content ol{
  -webkit-padding-start: 40px;
  list-style:outside;
  line-height: 1.2em;
}
.content .btn-theme {
	background: #6091ba;
    border: 1px solid #6091ba;
    color: #fff;
}
.content .btn-theme:hover {
	background: #84aac9;
    border: 1px solid #84aac9;
    color: #fff;
}

/* Prospectus Template */
ul.prospectus-nav{
  list-style: none;	
  display:block;
  clear:both;	
  margin: 1em auto;
  padding-left:0;
} 
ul.prospectus-nav li{
  float:left;	
  margin-right: 10px;
  margin-bottom: 0px;
  line-height:40px;
}
ul.prospectus-nav li a,
ul.prospectus-nav li a:visited{
   padding: 10px;
   color: #ffffff;
   background-color: #6091ba;
}
ul.prospectus-nav li a:Hover{
   background-color: #777777;
}
ul.prospectus-nav li.selected a{
   background-color: #777777;
}
.subjects-table p{
  margin:0;
}
/* Sport Section */
.sports-detail .panel{
	min-height: 310px;
}
/* Photo gallery */
.photo-gallery .photo-box{
  margin-bottom: 2em;	
}
.photo-gallery .image{
  width: 100%;
  max-width: 640px;
  position:absolute;
  top: 0; bottom: 0; left: 0; right: 0;
}
.image-prop{
	width: 100%;
	padding-bottom: 75%; /* 4:3 */
	position: relative;
	overflow:hidden;
}
.photo-gallery .effects .img {
	position:static;
	margin-bottom: 0; 
}
.overlay {
    background-color: rgba(119, 119, 119, 0.6);
}
.gallery .overlay-effect .overlay a.expand {
    bottom: 52%;
}
/* Associations */
.associations .logo-image{
  height:120px;
  position:relative;
}
.associations img{
  max-width:200px;
  height: auto;	
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.associations .col-md-3{
  text-align: center;	
}
.default-page .carousel-inner,
.curriculum-page .carousel-inner,
.school-page .carousel-inner,
.teachers-page .carousel-inner,
.enrolments-page .carousel-inner,
.difference-page .carousel-inner,
.students-page .carousel-inner,
.parents-page .carousel-inner,
.prospectus-page .carousel-inner{
  max-height: 500px;	
}
/* News List */
#news-list .news-desc h3{
  margin-top: 0;
}
#news-list .news-desc h3 a{
  color:#777777;
}
#news-list .news-desc h3 a:hover{
  color:#be1e2d;
}
h3 p{
	font-size: 20px;
}
.default-page-image{
	width: 100%; 
	height: auto; 
}