@charset "utf-8";
* {
  margin: 0; /*padding:0;*/
  outline: none;
}
.clear {
  clear: both;
}
body {
  font-family: "Quicksand", sans-serif;
  font-size: 12px;
}
table,
td {
  border-collapse: collapse;
  /*max-width:750px !important;*/
}

table {
  width: 100% !important;
}

p {
  line-height: 1.8em;
  margin-bottom: 10px;
}
ul,
ol {
  margin-left: 20px;
}

#content {
  font-family: "Quicksand", sans-serif !important;
  color: #000 !important;
}
#content h1 {
  font-weight: 600;
}
#content p,
#content ol,
#content ul {
  font-size: 16px;
}

@font-face {
  font-family: "VAGRoundedStd-Thin";
  src: url("fonts/VAGRoundedStd-Thin/VAGRoundedStd-Thin.eot");
  src: url("fonts/VAGRoundedStd-Thin/VAGRoundedStd-Thin")
      format("embedded-opentype"),
    url("fonts/VAGRoundedStd-Thin/VAGRoundedStd-Thin.woff") format("woff"),
    url("fonts/VAGRoundedStd-Thin/VAGRoundedStd-Thin.ttf") format("truetype"),
    url("fonts/VAGRoundedStd-Thin-webfont.svg#kg_fall_for_youbold")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
/*************** STYLING BELOW ***************/

#wrapper.container {
  box-shadow: 0px 0px 10px black;
}

#header {
  padding-bottom: 10px;
  border-bottom: 10px solid #cc0000;
  height: 230px;
  background: #000065;
}

#logo h1,
#logo h3,
#logo h6 {
  font-family: "Quicksand", sans-serif;
  color: #fff;
  text-align: center;
}

#logo h1 {
  font-size: 60px;
  margin-bottom: 0;
  padding-top: 15px;
  margin-top: 0px;
}

#logo h3 {
  font-size: 18px;
  /*margin-top:35px;*/
}

#content_bg {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 7px;
  display: -ms-flexbox;
  border-top: 10px solid #cc0000;
  border-bottom: 10px solid #cc0000;
}

#left_content {
}

#right_content {
  background: #fff;
  padding-top: 15px;
}

.logo_right {
  display: block;
  margin: auto;
  margin-top: 15px;
}
.accred-logo {
  display: block;
  margin: auto;
  height: 150px;
}

.border_2 {
  height: 15px;
  background: #c00;
  margin-top: 10px;
}

#contact_details {
  padding: 15px;
  text-align: left;
  margin-top: 15px;
  border-top: 2px solid #e4e4e4;
  border-bottom: 2px solid #e4e4e4;
  margin-left: auto;
  margin-right: auto;
}

#contact_details p {
  font-family: "Quicksand", sans-serif;
}

#contact_details p:last-child {
  margin-bottom: 0;
}

p.title_c {
  font-weight: bold;
  color: #000065;
}

p.grey_c {
  color: #808080;
}

p span.bolder_c {
  color: #808080;
  font-weight: bold;
}

#contact_part_2 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  border-bottom: 2px solid #e4e4e4;
  margin-bottom: 15px;
}

p.tel {
  background: url(images/phone_icon_07.png) no-repeat left;
  padding-left: 30px;
  font-family: "Quicksand", sans-serif;
}

p.email {
  background: url(images/email_icon_07.png) no-repeat left;
  padding-left: 30px;
  font-family: "Quicksand", sans-serif;
}

#top_curve {
  margin-top: -17px;
}

#bottom_blocks {
  background: #3a649c;
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  display: -ms-flexbox;
}

#hold_news {
  border-left: 2px solid white;
  border-right: 2px solid white;
}

.holdevents,
.holdnews,
.holdclasswork {
  /*padding:15px;*/
}

.box.news h2,
.box.events h2,
.box.work h2 {
  font-family: "VAGRoundedStd-Thin";
  font-weight: bold;
  text-transform: uppercase;
}

.box.events h2 {
  background: url(images/event_icon_14.png) no-repeat top right;
  background-size: 35px;
  background-position: 100% 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #cc0000;
}

.box.news h2 {
  background: url(images/news_icon_14.png) no-repeat top right;
  background-size: 35px;
  background-position: 100% 0px;
  border-bottom: 2px solid #cc0000;
  padding-top: 5px;
  padding-bottom: 5px;
}

.box.work h2 {
  background: url(images/gallery_icon_14.png) no-repeat top right;
  background-size: 35px;
  background-position: 100% 0px;
  border-bottom: 2px solid #cc0000;
  padding-top: 5px;
  padding-bottom: 5px;
}

p.event a,
p.news a,
p.work a {
  color: white;
  font-family: "Quicksand", sans-serif;
}

#logo_section {
  border-top: 10px solid #c00;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 7px;
}

/*#logo_section img{
	margin: auto;
	display: block;
   height: 80px;
	margin-bottom:22px;
}*/
section#bottom-logos {
  padding-top: 40px;
  padding-bottom: 20px;
}
section#bottom-logos img {
  height: 70px;
  margin-bottom: 22px;
}
#footer {
  background: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-family: "Quicksand", sans-serif !important;
}

#footer p {
  color: #fff;
  margin-bottom: 0;
}

#footer a {
  color: #fff;
}

/*********************************************/

/* DROP DOWN STYLES */
#menu_holding {
  padding-top: 10px;
  text-align: center;
  background: #000065;
}
#menu_holding.sticky {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  padding: 5px 0px !important;
}
ul#menu,
ul#menu li,
ul#menu ul {
  list-style: none !important;
  list-style-image: none !important;
}

ul#menu a:hover {
  color: #000065;
}

ul.right li.subItem a.subLink {
  color: #fff;
}

ul#menu {
  /*z-index: 597;*/
  float: none;
  margin: 0;
  padding: 0px 0 0 0px;
  list-style: none;
  /*height:38px;*/
  display: inline-block;
}

ul#menu ul {
  text-align: left;
}

ul#menu li {
  zoom: 1;
  float: left;
  margin: 0 0px 0 0;
  padding: 0 0px;
  font-family: "Quicksand", sans-serif;
  color: #473016;
  background: url(images/m_l.gif) no-repeat right;
  height: 38px;
  padding: 0px;
  border-right: 2px solid #cc0000;
}

ul#menu li.topItem:first-child {
  border-left: 2px solid #cc0000;
}

ul#menu li a {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  height: 38px;
  color: #fff;
  margin: 0px 0px;
  padding: 7px 18px;
  text-decoration: none;
  /*text-transform:uppercase;*/
  display: block;
}
ul#menu li:hover {
  background: repeat-x url(images/menu_hover.gif);
}
ul#menu li:hover a {
  background: #cc0000;
}
ul#menu li.hover,
ul#menu li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}

ul#menu ul {
  visibility: hidden;
  position: absolute;
  top: 38px !important;
  left: -2px;
  background: #cc0000 !important;
  margin: 0px;
  z-index: 598;
  /*width: 100%;*/
  white-space: nowrap;
  padding: 0px;
  border-left: 2px solid #cc0000;
  border-right: 2px solid #cc0000;
  border-bottom: 2px solid #cc0000;
  list-style: none;
}

ul#menu ul li {
  margin: 0 0px 0 0;
  padding: 0 0px;
  font-family: "Quicksand", sans-serif;
  color: #fff;
  background: inherit;
  height: 34px;
  padding: 0px;
  border-right: none;
}
ul#menu ul li a {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  height: 35px;
  color: #fff;
  margin: 0px 0px;
  padding: 9px 15px;
  text-decoration: none;
  /*text-transform:uppercase;*/
  display: block;
  font-weight: normal;
}

ul#menu ul ul {
  top: 0px !important;
  left: 100%;
}

ul#menu li:hover > ul {
  visibility: visible;
}

/* ----- Quick Links -----*/

section#quick-links {
  background-color: #4b6baa;
  font-family: "Quicksand", sans-serif;
  margin-top: 7px;
  border-top: 10px solid #c00;
  border-bottom: 10px solid #c00;
}
#quick-links h1 {
  color: #fff;
}
#quick-links h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 18px;
}
.quick-links-column {
  margin-bottom: 40px;
  color: #fff;
}

.view {
  max-width: 480px;
  height: 499px;
  margin: 0 auto;
  /*float: left;*/
  /*border: 8px solid #1e90ff;*/
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 1px 1px 2px #2b5088;
  -moz-box-shadow: 1px 1px 2px #2b5088;
  box-shadow: 1px 1px 2px #2b5088;
  cursor: default;
  background: #fff;
}
.gallery-column .view,
.events-column .view {
  border: 8px solid #c00;
  margin-top: 35px;
}
.news-column .view {
  border: 8px solid #000065;
  margin-top: 35px;
}

.view .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.view img {
  display: block;
  position: relative;
}
.view h3 {
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 24px;
  padding: 40px 10px 30px;
  margin: -54px 0 0 0;
}
.gallery-column .view h3,
.events-column .view h3 {
  background: #cd0000;
}
.news-column .view h3 {
  background: #000066;
}
.view h3 span {
  font-size: 17px;
  display: block;
  margin-top: 14px;
}
.view p {
  font-family: "Quicksand", sans-serif;
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #fff;
  padding: 10px 20px 20px;
  text-align: center;
}
.view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 12px 24px;
  /*background: #000;*/
  color: #fff;
  /*-webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;*/
}
.gallery-column .view a.info,
.events-column .view a.info {
  background: #c00;
  -webkit-box-shadow: 0 0 1px #c00;
  -moz-box-shadow: 0 0 1px #c00;
  box-shadow: 0 0 1px #c00;
}
.gallery-column .view a.info:hover,
.events-column .view a.info:hover {
  -webkit-box-shadow: 0 0 8px #fff;
  -moz-box-shadow: 0 0 8px #fff;
  box-shadow: 0 0 8px #fff;
}
.news-column .view a.info {
  background: #000065;
  -webkit-box-shadow: 0 0 1px #000065;
  -moz-box-shadow: 0 0 1px #000065;
  box-shadow: 0 0 1px #000065;
}
.news-column .view a.info:hover {
  -webkit-box-shadow: 0 0 8px #fff;
  -moz-box-shadow: 0 0 8px #fff;
  box-shadow: 0 0 8px #fff;
}
.view img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.view .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  background-color: rgba(214, 214, 194, 0.8);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.view h3 {
  -webkit-transform: translateY(-150px);
  -moz-transform: translateY(-150px);
  -o-transform: translateY(-150px);
  -ms-transform: translateY(-150px);
  transform: translateY(-150px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.view p {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.view:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.view a.info {
  -webkit-transform: translateY(400px);
  -moz-transform: translateY(400px);
  -o-transform: translateY(400px);
  -ms-transform: translateY(400px);
  transform: translateY(400px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.view:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.view:hover h3 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(-104px);
  -moz-transform: translateY(-104px);
  -o-transform: translateY(-104px);
  -ms-transform: translateY(-104px);
  transform: translateY(-104px);
}
.view:hover p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.view:hover a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(240px);
  -moz-transform: translateY(240px);
  -o-transform: translateY(240px);
  -ms-transform: translateY(240px);
  transform: translateY(240px);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* ----- Quick Links END -----*/

/* *************************************** */

/*.bcg {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    background-size: cover !important;
    height: 100%;
    width: 100%;
}

#pupil_parallax .bcg{
	background:url(images/vector_bg_10.png) no-repeat;
}

#pupil_parallax{
	position:relative;
	height:450px;
}*/

.box h2 a:hover {
  color: #c00;
}

#contact_map {
}

.contact_block {
  padding: 40px 0px;
  text-align: center;
  color: #fff;
  background: #000065;
  font-family: "Quicksand", sans-serif;
}

.contact_block p {
  font-size: 16px;
}

.contact_block h2 {
  margin-top: 0;
}

.contact_block h3 {
  font-size: 22px;
}

.contact_block a {
  color: #fff;
  text-decoration: none !important;
}

.contact_block a.contact-mail {
  font-size: 18px;
}

@media (min-width: 470px) {
  .contact_block a.contact-mail {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  #bottom-logos .col-md-7ths {
    width: 14.2857142857%;
  }
  section#bottom-logos img {
    height: 65px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  section#bottom-logos {
    padding-bottom: 10px;
  }
  section#bottom-logos img {
    height: 80px;
    margin-bottom: 40px;
  }
}
#content .fc-button {
  color: #333333 !important;
}
