/*
	*********************************************************************************************************************
	Custom SASS - Project: LondonITU
	Tasks: Html / Css / jQuery
	Client: Wonton
	Version: 1.0
	********************************************************************************************************************
*/
/* *********************************************************************************************************************
 * IMPORTS
 */
@import url(normalize.css);
@import url(animate.min.css);
@import url(grid.css);
/* *********************************************************************************************************************
 * VARS
 */
/* *********************************************************************************************************************
 * GLOBAL
 */
@font-face {
  font-family: "Helvr";
  src: url("../fonts/helveticaneue-regular.eot");
  src: url("../fonts/helveticaneue-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneue-regular.woff") format("woff"), url("../fonts/helveticaneue-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvb";
  src: url("../fonts/helveticaneue-bold.eot");
  src: url("../fonts/helveticaneue-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneue-bold.woff") format("woff"), url("../fonts/helveticaneue-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
body, html {
  font-family: "Helvr", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #808080;
  background-color: #fff;
  height: 100%;
  width: 100%;
}

img {
  max-width: 100%;
}

p {
  line-height: 25px;
}
p strong {
  color: #4D4D4D;
}

a, a:before, a:after {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover, a:active, a:focus {
  outline: none;
}

a.default-link {
  color: #808080;
  text-decoration: underline;
}

a.red-link {
  color: #B30818;
}

a.white-link {
  color: #fff;
}

a.grey-link {
  color: #868788;
}

a.dark-link {
  color: #4D4D4D;
}

a.black-link {
  color: #000;
}

a.white-link:hover, a.grey-link:hover, a.dark-link:hover, a.black-link:hover {
  color: #B30818;
}

a.arrowfy:before {
  position: relative;
  display: inline-block;
  content: '';
  width: 11px;
  height: 9px;
  margin-right: 5px;
  margin-left: -16px;
  background: transparent url("../images/shared/arrow-link.png") left top no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
}

a.arrowfy:hover:before {
  margin-left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Helvb', sans-serif;
  color: #4D4D4D;
}

h1 {
  font-size: 31px;
  line-height: 34px;
}

h2 {
  font-size: 24px;
  line-height: 38px;
}

h3 {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 40px;
}

h4 {
  font-size: 18px;
  line-height: 30px;
}

h5 {
  font-size: 16px;
  margin-bottom: 40px;
}

h6 {
  font-size: 15px;
  color: #fff;
}

strong, .bold {
  font-family: 'Helvb', sans-serif;
}

button {
  font-family: 'Helvr', sans-serif;
}

textarea:focus, select:focus, input:focus {
  outline: 0;
}

.colored {
  color: #B30818;
}

ul li {
  list-style: none;
}

.rwd-break {
  display: none;
}

/* *********************************************************************************************************************
 * LAYOUT
 */
.divider-20 {
  height: 20px;
}

.divider-50 {
  height: 50px;
}

.divider-80 {
  height: 80px;
}

.divider-100 {
  height: 100px;
}

.divider-120 {
  height: 120px;
}

.section {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  clear: both;
  background: #000 url("") center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section .grid-container {
  padding-top: 110px;
}
.section.home .grid-container {
  padding-top: 0;
}

.vcentered {
  height: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.scrollup {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 30px;
  right: 10px;
  display: none;
  background: #999 url("../images/shared/arrow-top.png") no-repeat;
  border-radius: 100%;
  text-align: center;
  z-index: 4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.scrollup:hover {
  background-position: 0 -42px;
  background-color: #ccc;
}
.scrollup:after {
  position: relative;
  content: 'TOP';
  font-size: 9px;
  color: #999999;
  top: 36px;
}
.scrollup:hover:after {
  color: #000;
  top: 16px;
}

::selection {
  background: #dbdbdb;
}

::-moz-selection {
  background: #dbdbdb;
}

/* *********************************************************************************************************************
 * HEADER
 */
#header {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 82px;
  z-index: 2;
}
#header .logo {
  position: absolute;
  margin: 10px 0 0 30px;
  padding-left: 10px;
  float: left;
  z-index: 3;
}
#header .menu {
  position: relative;
  float: right;
  top: 85px;
  padding-right: 40px;
}
#header .menu ul li {
  display: inline-block;
}
#header .menu a {
  background-color: #333333;
  padding: 6px 8px;
  font-size: 12px;
  color: #999999;
  margin-left: 2px;
}
#header .menu a:hover {
  background-color: #B30818;
  color: #fff;
}
#header .menu a.current {
  background-color: #B30818;
  color: #fff;
}
#header .copyright-menu {
  position: relative;
  width: 100%;
  float: right;
  height: 13px;
  overflow: hidden;
  text-align: right;
  top: 20px;
  padding-right: 40px;
  font-size: 10px;
}
#header .copyright-menu ul li {
  display: inline-block;
}
#header .copyright-menu ul li:after {
  content: ' | ';
  color: #888;
  padding: 0 5px;
}
#header .copyright-menu ul li:last-child:after {
  content: '';
  padding: 0;
}
#header .claim {
  position: relative;
  float: right;
  top: 10px;
  padding-right: 10px;
}

@-moz-document url-prefix() {
  #header .menu {
    top: 84px;
  }
}
/* *********************************************************************************************************************
 * SECTION > HOME
 */
.home .preload {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  margin: -25px 0 0 -25px;
  text-align: center;
  padding: 10px;
  background-color: #fff;
  border-radius: 100%;
}
.home .preload img {
  padding-top: 2px;
}
.home .slideshow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.home .slideshow ul li {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  background: #000 url("") center 82px no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home .slideshow ul li:nth-of-type(1) {
  background-image: url("../images/home/bkg-01.jpg");
}
.home .slideshow ul li:nth-of-type(2) {
  background-image: url("../images/home/bkg-02.jpg");
}
.home .slideshow ul li:nth-of-type(3) {
  background-image: url("../images/home/bkg-03.jpg");
}
.home .slideshow ul li .grid-container {
  position: relative;
  top: 55%;
}
.home .slideshow ul li .bullets {
  margin: 40px 0 8px 0;
}
.home .slideshow ul li .bullets a {
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #444;
  border-radius: 100%;
  margin-right: 7px;
}
.home .slideshow ul li .bullets a:hover {
  background-color: #fff;
}
.home .slideshow ul li .bullets a.current {
  background-color: #fff;
}
.home .slideshow ul li h5 {
  margin-bottom: 5px;
  color: #fff;
}
.home .slideshow ul li .text {
  font-size: 16px;
  color: #fff;
}
.home .slideshow .controls {
  position: relative;
  height: 100%;
  display: none;
  pointer-events: none;
}
.home .slideshow .controls a {
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  pointer-events: auto;
}
.home .slideshow .controls a:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.home .slideshow .controls #prev {
  float: left;
}
.home .slideshow .controls #prev:hover {
  margin-left: 8px;
}
.home .slideshow .controls #next {
  float: right;
}
.home .slideshow .controls #next:hover {
  margin-right: 8px;
}
.home .slideshow .address {
  position: relative;
  height: 100%;
  text-align: center;
}
.home .slideshow .address p {
  font-size: 11px;
  color: #868788;
  margin-top: -45px;
  letter-spacing: 0;
}
.home .slideshow .address p strong {
  color: #fff;
}

/* *********************************************************************************************************************
 * SECTION > ABOUT
 */
.about {
  background-image: url("../images/about/bkg.jpg");
}
.about h2 {
  padding-bottom: 25px;
}
.about h1 {
  padding-top: 10px;
}
.about .grid-35 {
  padding-left: 50px;
}

/* *********************************************************************************************************************
 * SECTION > WHAT WE DO
 */
.what {
  background-image: url("../images/what/bkg.jpg");
}
.what h2 {
  padding-bottom: 25px;
}
.what .grid-35 {
  padding-left: 35px;
}
.what .grid-35 li {
  background-color: #f2f2f2;
  padding: 5px 12px;
  margin-bottom: 2px;
}

/* *********************************************************************************************************************
 * SECTION > MISSION
 */
.mission {
  background-image: url("../images/mission/bkg.jpg");
}
.mission .grid-container {
  padding-top: 150px;
}
.mission h2 {
  padding-bottom: 25px;
}
.mission .grid-35 {
  padding-left: 40px;
}
.mission .grid-35 p strong {
  color: #ccc;
}
.mission .grid-35:last-child {
  margin-top: 63px;
}

/* *********************************************************************************************************************
 * SECTION > WHERE WE ARE
 */
.where {
  background-image: url("../images/where/bkg.jpg");
}
.where h2 {
  padding-bottom: 25px;
}
.where .grid-35:last-child {
  margin-left: 40px;
}

/* *********************************************************************************************************************
 * SECTION > WHO WE ARE
 */
.section.who .grid-container {
  padding-top: 90px;
}

.who {
  background-color: #fff;
}
.who h2 {
  padding-bottom: 15px;
}
.who .grid-15 {
  margin-right: 2%;
  height: 240px;
}
.who .grid-15 a {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.who .grid-15:last-child {
  margin-right: 0;
}
.who .grid-15 .bwWrapper {
  position: relative;
  display: block;
}
.who .grid-15 div {
  margin-top: 10px;
  color: #000;
  display: none;
  line-height: 17px;
}
.who .grid-15 div span {
  font-size: 11px;
  color: #808080;
}
.who .curriculum {
  display: none;
  background-color: #F2F2F2;
}
.who .curriculum p {
  font-size: 14px;
  line-height: 20px !important;
}
.who .curriculum p strong {
  line-height: 50px;
}
.who .curriculum .close {
  position: relative;
  top: -20px;
  right: -60px;
  float: right;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.who .curriculum .close:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.who .grid-65 {
  border-right: 3px solid #fff;
  padding: 5px 20px;
}
.who .grid-35 {
  padding: 0px 30px;
}

/* *********************************************************************************************************************
 * SECTION > CONTACT
 */
.contact {
  background-color: #e6e6e6;
}
.contact h2 {
  padding-bottom: 25px;
}
.contact .form {
  margin-top: 45px;
}
.contact .field input[type="text"],
.contact .field textarea {
  width: 100%;
  color: #3c3c3c;
  font-family: 'Helvr', sans-serif;
  border-radius: 0;
  line-height: 22px;
  padding: 13px 13px 13px 54px;
  margin-bottom: 10px;
  background-size: 30px 30px;
  background-position: 11px 8px;
  background-repeat: no-repeat;
  border: 3px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.contact .field input[type="text"]:focus,
.contact .field textarea:focus {
  box-shadow: 0;
  border: 3px solid #ccc;
  color: #B30818;
  outline: none;
  padding: 13px 13px 13px 54px;
}
.contact #name {
  background-image: url(../images/shared/form-name.png);
}
.contact #phone {
  background-image: url(../images/shared/form-phone.png);
}
.contact #email {
  background-image: url(../images/shared/form-mail.png);
}
.contact #message {
  height: 182px;
  background-image: url(../images/shared/form-message.png);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .contact #message {
    height: 170px;
  }
}
.contact .legal {
  margin-top: 20px;
  font-size: 13px;
}
.contact .submit-bt {
  text-align: right;
  margin-top: 20px;
}
.contact .submit-bt button {
  position: relative;
  vertical-align: top;
  width: 220px;
  height: 50px;
  padding: 0;
  font-size: 12px;
  color: #fff;
  background: #B3B3B3;
  border: 0;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact .submit-bt button:hover {
  color: #333;
  background: #ccc;
  border-bottom: 2px solid #8f8f8f;
}
.contact [type="checkbox"] {
  /* on checked */
}
.contact [type="checkbox"]:not(:checked), .contact [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.contact [type="checkbox"]:not(:checked) + label, .contact [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 75px;
  cursor: pointer;
}
.contact [type="checkbox"]:not(:checked) + label:before, .contact [type="checkbox"]:not(:checked) + label:after, .contact [type="checkbox"]:checked + label:before, .contact [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
}
.contact [type="checkbox"]:not(:checked) + label:before, .contact [type="checkbox"]:checked + label:before {
  left: 0;
  top: -3px;
  width: 60px;
  height: 24px;
  background: #ccc;
  border-radius: 15px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  transition: background-color .2s;
}
.contact [type="checkbox"]:not(:checked) + label:after, .contact [type="checkbox"]:checked + label:after {
  width: 20px;
  height: 20px;
  top: -1px;
  left: 3px;
  border-radius: 50%;
  background: #999;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.contact [type="checkbox"]:not(:checked) + label .ui, .contact [type="checkbox"]:not(:checked) + label .ui:before, .contact [type="checkbox"]:not(:checked) + label .ui:after, .contact [type="checkbox"]:checked + label .ui, .contact [type="checkbox"]:checked + label .ui:before, .contact [type="checkbox"]:checked + label .ui:after {
  position: absolute;
  left: 6px;
  top: 0;
  width: 60px;
  border-radius: 15px;
  font-size: 10px;
  line-height: 20px;
}
.contact [type="checkbox"]:checked + label:before {
  background: #666;
}
.contact [type="checkbox"]:checked + label:after {
  background: #999;
  left: 37px;
}
.contact [type="checkbox"]:not(:checked) + label .ui:before {
  content: "NO";
  left: 26px;
}
.contact [type="checkbox"]:checked + label .ui:after {
  content: "YES";
  color: #dbdbdb;
}
.contact [type="checkbox"]:focus + label:before {
  box-sizing: border-box;
}
.contact .loader-message {
  font-weight: 300;
  color: #B30818;
  margin-top: 4px;
  position: relative;
  padding: 10px 10px 0 0;
  text-align: right;
}
.contact .loader-icon {
  background: #fff url(../images/shared/preload.gif) no-repeat center center;
  height: 20px;
  width: 20px;
  padding: 15px;
  border-radius: 100%;
  position: relative;
  margin: -40px 20px 0 0;
  float: right;
  display: none;
}
.contact .footer {
  position: absolute;
  bottom: 10px;
  font-size: 11px;
  letter-spacing: 0.010em;
}
.contact .footer .copyright-menu {
  float: right;
  font-size: 10px;
  margin-bottom: -5px;
}
.contact .footer .copyright-menu ul li {
  display: inline-block;
}
.contact .footer .copyright-menu ul li:after {
  content: ' | ';
  color: #888;
  padding: 0 5px;
}
.contact .footer .copyright-menu ul li:last-child:after {
  content: '';
  padding: 0;
}

/* *********************************************************************************************************************
 * MODAL - SUPERBOX
 */
#superbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
}

#superbox-wrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
}

#superbox-container {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

#superbox {
  margin: 0 auto;
  padding: 0;
}

#superbox-container .loading {
  width: 28px;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  background-color: #fff;
  border-radius: 100%;
}

#superbox-container .loading img {
  padding-bottom: 3px;
}

/* IE */
*:first-child + html #superbox-container {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  height: auto;
}

*:first-child + html #superbox {
  position: relative;
  top: -50%;
  display: block;
}

/* Default Theme */
#superbox-overlay {
  background: #000;
}

#superbox-container .loading {
  text-align: center;
  font-size: 40px;
  color: #fff;
}

#superbox {
  padding: 10px;
  background: #fff;
  outline: 0;
}

#superbox-innerbox {
  padding: 30px 0 0 0;
}

#superbox.image {
  text-align: center;
}

#superbox .close,
#superbox .nextprev {
  overflow: hidden;
  margin: 0;
  padding: 1px;
}

#superbox .close a:focus,
#superbox .nextprev a:focus {
  outline: 1px dotted;
}

#superbox .close {
  float: right;
  cursor: pointer;
  margin: -3px -3px 0 0;
}

.modal-content {
  padding: 10px 40px;
}
.modal-content p {
  line-height: 21px;
}

/* LANDSCAPE PHONES AND DOWN */
@media screen and (max-width: 500px) {
  .modal-content {
    padding: 10px;
  }
}
