@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
* {
  outline: none !important;
}
body {
  font-family: 'Roboto', sans-serif;
}
h1 {
  margin-top: 50px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 100;
  font-size: 60px;
}
h2 {
  font-weight: 300;
  font-size: 32px;
}
h3 {
  font-weight: 500;
  font-size: 24px;
}
h3 {
  font-weight: 500;
  font-size: 18px;
}
p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
}
#main {
  min-height: 650px;
  background: url(../images/main.jpg) no-repeat top fixed;
  background-attachment: cover;
}
.btn-default {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px 40px;
  border: none;
  background: #008c96;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
}
.btn-default:hover {
  background: #4eafb6;
  color: #fff;
}
.btn-outline {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #fff;
  padding: 10px 40px;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
}
.btn-outline:hover {
  border: 1px solid #4eafb6;
  color: #4eafb6;
}
.btn-white {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px 40px;
  border: none;
  background: #fff;
  color: #2b3232;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
}
.btn-white:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #2b3232;
}
@media (min-width: 798px) {
  .navbar-default {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    background: transparent;
  }
  .navbar-default .navbar-logo {
    display: block;
    margin-top: 12px;
    margin-left: 20px;
    width: 468px;
    height: 88px;
    background: url(../images/logo-large.png) no-repeat;
  }
  .navbar-default .navbar-collapse {
    padding-right: 0;
  }
  .navbar-default .navbar-nav > li {
    padding: 35px 15px;
    color: #fff;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    background: transparent;
  }
  .navbar-default .navbar-nav > li.active > a {
    border-bottom: 4px solid #008c96;
    background: transparent;
    color: #fff;
  }
  .navbar-default .navbar-nav > li.active > a:hover,
  .navbar-default .navbar-nav > li.active > a:focus {
    background: transparent;
  }
  .navbar-default .navbar-nav > li.login {
    padding: 0;
  }
  .navbar-default .navbar-nav > li.login a {
    display: block;
    width: 100px;
    height: 100px;
    background: #008c96 url(../images/icon-login.png) no-repeat center center;
    text-indent: -10000px;
  }
  .navbar-default .navbar-nav > li.search {
    padding: 0;
  }
  .navbar-default .navbar-nav > li.search a {
    display: block;
    width: 100px;
    height: 100px;
    background: #2b3232 url(../images/icon-search.png) no-repeat center center;
    text-indent: -10000px;
  }
}
#calendar {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
#calendar .carousel-control {
  position: static;
  display: block;
  float: left;
  width: 10%;
  height: 120px;
}
#calendar .carousel-control.left {
  background: url(../images/carousel-left.png) no-repeat center center;
}
#calendar .carousel-control.left:hover {
  background: url(../images/carousel-left-hover.png) no-repeat center center;
}
#calendar .carousel-control.right {
  background: url(../images/carousel-right.png) no-repeat center center;
}
#calendar .carousel-control.right:hover {
  background: url(../images/carousel-right-hover.png) no-repeat center center;
}
#calendar .carousel-inner {
  float: left;
  width: 80%;
}
#calendar .item a {
  display: block;
  float: left;
  width: 20%;
  height: 120px;
  background: #fff;
  color: #2b3232;
}
#calendar .item a.odd {
  background: #008c96;
  color: #fff;
}
#calendar .item a.odd .date {
  border-right: 1px solid #1b98a1;
}
#calendar .item a .date {
  float: left;
  padding: 20px;
  width: 40%;
  border-right: 1px solid #e5e5e5;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}
#calendar .item a .date .month {
  display: block;
  font-weight: 300;
  font-size: 28px;
}
#calendar .item a .date .day {
  display: block;
  font-weight: 300;
  font-size: 56px;
}
#calendar .item a .event {
  float: left;
  padding: 20px;
  width: 60%;
  text-transform: uppercase;
  font-weight: 700;
}
#apply {
  color: #fff;
  font-weight: 100;
  font-size: 22px;
  position: relative;
  top: -450px;
  text-align: center;
}
#apply p {
  line-height: 120px;
  font-size: 50px;
  font-weight: 200;
  margin-bottom: 80px;
  color: #fff;
}
#apply a {
  border: 2px solid #fff;
  padding: 10px 40px;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 22px;
  text-align: center;
}
#apply a:hover {
  text-decoration: none;
  background: #008c96;
  border: none;
  border: 2px solid #008c96;
}
#destination {
  margin-top: -270px;
}
#courses .item {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #2b3232;
}
#courses .item img {
  zoom: 1;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
#courses .item ul {
  -webkit-transition: bottom 0.3s ease-in-out;
  -moz-transition: bottom 0.3s ease-in-out;
  -o-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
  -webkit-transition: all bottom 0.3s ease-in-out ease-out;
  -moz-transition: all bottom 0.3s ease-in-out ease-out;
  -o-transition: all bottom 0.3s ease-in-out ease-out;
  transition: all bottom 0.3s ease-in-out ease-out;
  position: absolute;
  bottom: -50%;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
#courses .item ul li {
  margin: 0;
  padding: 0;
}
#courses .item ul li a {
  display: block;
  padding: 10px 0;
  background: rgba(43, 50, 50, 0.8);
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#courses .item ul li a:hover {
  background: rgba(1, 140, 150, 0.8);
}
#courses .item h3 {
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
  background: #2b3232;
  color: #fff;
  text-align: center;
  line-height: 100px;
}
#courses .item:hover img {
  zoom: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#courses .item:hover ul {
  bottom: 100px;
}
#courses .item:hover h3 {
  background: #008c96;
}
#study-methods {
  padding-bottom: 30px;
}
#study-methods .item {
  padding: 20px 0;
  text-align: center;
}
#study-methods .item > div {
  padding: 25px;
  border: 1px solid #fff;
}
#study-methods .item > div .icon {
  min-height: 180px;
}
#study-methods .item > div .icon.online {
  background: url(../images/icon-online.png) no-repeat center bottom;
}
#study-methods .item > div .icon.distance {
  background: url(../images/icon-distance.png) no-repeat center bottom;
}
#study-methods .item > div .icon.campus {
  background: url(../images/icon-campus.png) no-repeat center bottom;
}
#study-methods .item > div .icon.blended-method {
  background: url(../images/icon-blended-method.png) no-repeat center bottom;
}
#study-methods .item > div h2 {
  margin: 40px 0 30px 0;
  text-transform: uppercase;
}
#study-methods .item > div p {
  text-align: justify;
}
#study-methods .item > div .btn {
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  margin-top: 30px;
}
#study-methods .item:hover > div {
  border: 1px solid #e5e9ec;
}
#study-methods .item:hover .btn {
  zoom: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#why-queensford {
  padding-bottom: 60px;
  border-bottom: 1px solid #e5e5e5;
}
#why-queensford .item {
  padding: 20px 20px;
  text-align: center;
}
#why-queensford .item h2 {
  margin: 40px 0 30px 0;
  text-transform: uppercase;
  font-size: 28px;
}
#why-queensford .item p {
  text-align: justify;
}
#why-queensford .find-more {
  text-align: center;
}
#testimonials {
  background: #018C96;
}
#testimonials .students-view {
  padding: 10px 0 10px 0;
}
#testimonials .students-view h1 {
  color: #fff;
  text-align: left;
  font-weight: 100;
}
#testimonials .students {
  background: #FCFCFC;
  margin: 0;
  padding: 0;
}
#testimonials .students p {
  font-size: 40px;
  color: #555;
  font-weight: 100;
  line-height: 1.2;
  margin: 30px 0;
  padding: 0 0 0 30px;
}
.carousel-inner {
  color: #fff;
  border: none;
}
.carousel-inner strong {
  display: block;
  margin-top: 40px;
}
blockquote {
  border-left: none;
}
.carousel-caption {
  text-align: left;
  margin: 0px;
  right: 0;
  left: 0;
  bottom: -30px;
}
.carousel-indicators {
  position: absolute;
  right: 100px;
  top: 300px;
  margin-left: -100px;
  text-align: left;
}
.carousel-indicators li {
  margin: 0 0 0 4px;
  width: 15px;
  height: 15px;
  border: none;
  background: #fff;
}
.carousel-indicators li.active {
  margin: 0 0 0 4px;
  width: 15px;
  height: 15px;
  background: #323A3C;
}
#location {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
#location #map-canvas {
  width: 100%;
  min-height: 600px;
}
#location .details {
  position: absolute;
  top: 160px;
  right: 160px;
  background: rgba(1, 140, 150, 0.8);
  padding: 40px;
  color: #fff;
}
#location .details h2 {
  margin: 0 0 30px 0;
  font-weight: 100;
}
#location .details p {
  margin: 0 0 30px 0;
}
#start {
  min-height: 360px;
  background: #018C96;
  text-align: center;
}
#start h2 {
  margin: 0;
  padding: 90px 0 50px 0;
  font-weight: 100;
  color: #fff;
  font-size: 50px;
}
#partner {
  background: #32393A;
  padding: 35px 0;
}
#partner .partners li {
  float: left;
  margin: 0 50px 0 0;
  padding: 0;
}
#partner .partners li a {
  display: block;
  text-indent: -10000px;
}
#partner .partners li.AQF {
  width: 236px;
  height: 122px;
  background: url(../images/AQF.png) no-repeat;
}
#partner .partners li.NRT {
  width: 162px;
  height: 122px;
  background: url(../images/NRT.png) no-repeat;
}
#partner .partners li.AFU {
  width: 167px;
  height: 122px;
  background: url(../images/AFU.png) no-repeat;
}
#partner .partners li.ACPET {
  width: 361px;
  height: 122px;
  background: url(../images/ACPET.png) no-repeat;
}
#partner .partners li:last-child {
  margin: 0;
}
#footer {
  background: #fff;
}
#footer .links {
  margin: 0 0 0 30px;
  padding: 0;
  list-style: none;
}
#footer .links li {
  margin: 0;
  padding: 0 30px 0 0;
  float: left;
}
#footer .links li a {
  color: #2b3232;
  text-decoration: none;
  line-height: 90px;
}
#footer .links li a:hover {
  color: #018c96;
}
#footer .social {
  margin: 0 30px 0 0;
  padding: 0;
  list-style: none;
}
#footer .social li {
  margin: 0;
  padding: 0 0 0 15px;
  float: left;
}
#footer .social li a {
  text-decoration: none;
  line-height: 90px;
  color: #018c96;
}
#footer .social li a:hover {
  color: #2b3232;
}
