/*Variables*/
body {
  font: 'Catamaran';
}
.row {
  max-width: 1280px;
}
.search-button {
  width: 0;
  height: 0;
  border: none;
  opacity: 0;
}
.spaced-down {
  margin-bottom: 20px;
}
#header #first-row {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4b0002+1,a41e35+49,630f11+91 */
  background: #4b0002;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4b0002 1%, #a41e35 49%, #630f11 91%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4b0002 1%, #a41e35 49%, #630f11 91%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4b0002 1%, #a41e35 49%, #630f11 91%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b0002', endColorstr='#630f11', GradientType=1);
  /* IE6-9 */
  z-index: 19;
}
#header #first-row .first-row {
  z-index: 20;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  /*drop down menu*/
}
#header #first-row .first-row .dropbtn:hover {
  background-color: #510c12;
  color: #fff;
}
#header #first-row .first-row .dropbtn:hover i::before {
  content: '\f106';
}
#header #first-row .first-row .dropdown-content {
  display: none;
  position: absolute;
  width: 295px;
  margin-left: 0px;
  left: 0;
  top: 36px;
  z-index: 99;
}
@media only screen and (max-width: 1294px) {
  #header #first-row .first-row .dropdown-content {
    top: 29px;
  }
}
#header #first-row .first-row .dropdown-content a {
  color: #ffffff;
  margin: 0;
  text-decoration: none;
  display: block;
  transition: ease-in-out 300ms;
  float: left;
  padding: 10px 30px;
}
#header #first-row .first-row .dropdown-content a:hover {
  margin-left: 10px;
}
#header #first-row .first-row .dropdown-content hr {
  margin: 0 25px;
}
#header #first-row .first-row .dropdown1:hover .dropdown-content {
  display: block;
  background-color: #510c12;
}
#header #first-row .first-row .dropdown2:hover .dropdown-content {
  display: block;
  background-color: #510c12;
}
#header #first-row .first-row .dropdown3:hover .dropdown-content {
  display: block;
  background-color: #510c12;
}
#header #first-row .first-row .dropdown4:hover .dropdown-content {
  display: block;
  background-color: #510c12;
}
#header #first-row .first-row .link-item {
  position: relative;
  font-family: 'Catamaran';
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  padding: 5px;
  z-index: 80;
  /*padding-left:10px;
                padding-right:0;*/
  line-height: 1;
}
@media only screen and (max-width: 1294px) {
  #header #first-row .first-row .link-item {
    font-size: 12px;
  }
}
#header #first-row .first-row .link-item i {
  font-weight: 700;
  margin-left: 13px;
  vertical-align: middle;
}
#header #first-row .first-row .fa-bars {
  /*display: table-cell;*/
  font-weight: 700;
  color: #fff;
  font-size: 26px;
  vertical-align: middle;
  margin-top: 20px;
  margin-right: 20px;
}
#header #first-row .first-row .fa-home {
  /*display:table-cell;*/
  font-weight: 700;
  color: #fff;
  font-size: 26px;
  margin-top: 20px;
  float: left;
  margin-left: 20px;
}
#header #first-row .first-row .nav-text {
  padding-top: 24px;
}
#header #second-row {
  max-width: 1920px;
  /*height: 56px;*/
  position: relative;
  background-color: #fff;
  z-index: 9;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -55px;
  margin-top: 0px;
  opacity: 0.8;
  overflow: hidden;
  /*@media only screen and (max-width: 40em) { padding:10px; }*/
}
@media only screen and (max-width: 64.063em) {
  #header #second-row {
    padding-left: 20px;
    height: 52px;
    margin-bottom: -52px;
  }
}
#header #second-row .second-row {
  /*position:absolute;

               max-width:1280px;
                       z-index:1;
               background-color:#fff;
        opacity:0.7;

           left:0;
           right:0;*/
  display: table;
  width: 100%;
  /*width:1920px;*/
  /*background-color:#fff;
        opacity:0.7;*/
  /*.tel:hover{
                    background-color:#c9c9c9;
                }*/
}
#header #second-row .second-row .tel {
  display: table-cell;
  width: 12%;
  vertical-align: middle;
  font-family: 'Catamaran';
  font-weight: 400;
  color: #262626;
  font-size: 18px;
}
@media only screen and (max-width: 64.063em) {
  #header #second-row .second-row .tel {
    width: 20%;
  }
}
@media only screen and (max-width: 40em) {
  #header #second-row .second-row .tel {
    width: 40%;
    font-size: 13px;
  }
}
#header #second-row .second-row .tel i {
  margin-right: 13px;
  color: #a41e35;
}
#header #second-row .second-row .mail {
  display: table-cell;
  width: 21%;
  vertical-align: middle;
  font-family: 'Catamaran';
  font-weight: 400;
  color: #262626;
  font-size: 18px;
}
@media only screen and (max-width: 64.063em) {
  #header #second-row .second-row .mail {
    width: 40%;
  }
}
#header #second-row .second-row .mail i {
  margin-right: 13px;
  color: #a41e35;
}
#header #second-row .second-row .search-container {
  display: table-cell;
  width: 17%;
  vertical-align: middle;
  /*padding-bottom:0px;*/
}
#header #second-row .second-row .search-container .home-search {
  margin: 0px;
  font-family: 'Catamaran';
  font-size: 14px;
  font-weight: 400;
  border-radius: 30px;
  height: 30px;
  width: 90%;
  background-image: url('/images/search-icon.png');
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-left: 15px;
  display: inline;
  color: #262626;
}
#header #second-row .second-row .search-container ::-webkit-input-placeholder {
  color: #262626;
}
#header #second-row .second-row .search-container :-moz-placeholder {
  /* Firefox 18- */
  color: #262626;
}
#header #second-row .second-row .search-container ::-moz-placeholder {
  /* Firefox 19+ */
  color: #262626;
}
#header #second-row .second-row .search-container :-ms-input-placeholder {
  color: #262626;
}
#header #second-row .second-row .school-contact {
  display: table-cell;
  vertical-align: middle;
  font-family: 'Catamaran';
  font-weight: 400;
  color: #262626;
  font-size: 18px;
  width: 18%;
}
#header #second-row .second-row .school-contact i {
  margin-right: 13px;
  color: #a41e35;
}
#header #second-row .second-row .booking-contact {
  display: table-cell;
  vertical-align: middle;
  font-family: 'Catamaran';
  font-weight: 400;
  color: #262626;
  font-size: 18px;
  width: 14%;
}
#header #second-row .second-row .booking-contact i {
  margin-right: 13px;
  color: #a41e35;
}
#header #second-row .second-row .membership {
  display: table-cell;
  width: 8%;
  font-family: 'Catamaran';
  font-weight: 700;
  color: #a41e35;
  font-size: 16px;
}
@media only screen and (max-width: 64.063em) {
  #header #second-row .second-row .membership {
    width: 15%;
  }
}
@media only screen and (max-width: 40em) {
  #header #second-row .second-row .membership {
    font-size: 13px;
    width: 30%;
  }
}
#header #second-row .second-row .login {
  display: table-cell;
  width: 10%;
  /*float:right;*/
  font-family: 'Catamaran';
  font-weight: 700;
  color: #fff;
  font-size: 17px;
  background-color: #949496;
  /*margin-left:15px;*/
  padding: 15px;
  /*margin-right:-30px;*/
}
@media only screen and (max-width: 64.063em) {
  #header #second-row .second-row .login {
    padding: 14px 24px;
    width: 15%;
  }
}
@media only screen and (max-width: 40em) {
  #header #second-row .second-row .login {
    width: 30%;
    font-size: 13px;
    padding: 19px 24px;
  }
}
#footer {
  padding-top: 35px;
  padding-bottom: 100px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a41e35+49,4b0002+100 */
  background: #a41e35;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a41e35 49%, #4b0002 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #a41e35 49%, #4b0002 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a41e35 49%, #4b0002 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a41e35', endColorstr='#4b0002', GradientType=0);
  /* IE6-9 */
}
@media only screen and (max-width: 40em) {
  #footer {
    padding-bottom: 30px;
  }
}
#footer .first-row {
  color: #fff;
}
#footer .first-row .links a {
  transition: 500ms ease-in-out;
  font-family: 'Catamaran';
  font-weight: 400;
  color: #fff;
  font-size: 12px;
}
#footer .first-row .links a:hover {
  color: #949496;
}
#footer .first-row .social {
  float: right;
}
#footer .first-row .social a {
  transition: 500ms ease-in-out;
  color: #fff;
  font-size: 30px;
  margin-left: 15px;
}
#footer .first-row .social a span {
  opacity: 0;
}
#footer .first-row .social a:hover {
  color: #949496;
}
#footer .second-row {
  margin-top: 15px;
}
#footer .second-row .address {
  display: table-cell;
  font-family: 'Catamaran';
  font-weight: 400;
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
}
#footer .second-row .tel-fax {
  display: table-cell;
  font-family: 'Catamaran';
  font-weight: 400;
  color: #fff;
  font-size: 12px;
  line-height: 2;
}
#footer .second-row .tel-fax a {
  transition: 500ms ease-in-out;
  font-family: 'Catamaran';
  font-weight: 400;
  color: #fff;
}
#footer .second-row .tel-fax a:hover {
  color: #949496;
}
#to-top {
  margin-top: 12px;
  margin-bottom: 12px;
  transition: 700ms ease-in-out;
}
#to-top a {
  transition: 700ms ease-in-out;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background-color: #949496;
  padding: 12px 16px;
}
#to-top a:hover {
  padding-bottom: 22px;
}
#to-top:hover {
  transform: translateY(-10px);
}
.close-button span {
  color: #a41e35 !important;
}
#side-menu li a {
  outline: none;
  transition: ease-in-out 500ms;
  background-color: #e9e9f2;
  font-weight: 400;
  color: #a41e35;
  font-size: 18px;
  margin: 5px;
}
#side-menu li a:hover {
  background-color: #949496;
  color: #fff;
  border-bottom: 1px #a41e35 solid;
}
.text-right {
  text-align: right;
}