/*--------------------------------------*/
/* CUSTOM FONTS
/*--------------------------------------*/
@import url("../fonts/custom-fonts.css");
/*--------------------------------------*/
/* BOOTSTRAP RESET
/*--------------------------------------*/
h1, h2, h3, h4, h5, h6 {
margin: 0 0 10px;
padding: 0;
font-weight: normal;
}
a, a:hover, a:focus, button {
text-decoration: none;
outline: 0 !important;
}
.list-inline, .list-inline li, .list-unstyled, .list-unstyled li {margin: 0; padding: 0;}
.form-control, .form-control:focus {box-shadow:none;}
.carousel-control {text-shadow: none;}
.carousel-control.left, .carousel-control.right {background-image: none;}
.carousel-control {
bottom: auto;
text-shadow: none;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 8%;
opacity: 1;
}
.navbar {margin: 0; border-radius: 0;border-width: 0;}
.nav > li > a:focus, .nav > li > a:hover,
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover,
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {background-color: transparent;}
.dropdown-menu > li > a {white-space: normal;}
a[href^="tel"]{color:inherit;text-decoration:none;}
.breadcrumb {background-color: transparent;border-radius: 0;margin: 0;padding: 0;}
.pagination {border-radius: 0; width: 100%;}
textarea {resize: none;}
.btn:active,.btn.active {-webkit-box-shadow:none;box-shadow:none;}
.checkbox + .checkbox, .radio + .radio {margin-top: 10px;}
.btn {border-color: #ccc;}
.select2-selection--single {outline: 0 !important}
input[type=text],
input[type=email],
input[type=password],
textarea {
-webkit-appearance: none;
}

/*--------------------------------------*/
/* USEFUL CLASSES
/*--------------------------------------*/
.underlined {
display: inline-block;
position: relative;
}
.underlined:after {
content: '';
position: absolute;
left: 0;
display: inline-block;
height: 1em;
width: 100%;
border-bottom: 1px solid;
margin-top: 7px;
}
.underlined:hover:after {
border-color: transparent;
}
.clearfix:after { /* put this class when a parent has all his children floating */
content: ".";
visibility: hidden;
display: block;
height: 0;
clear: both;
}
.background_cover {
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.background_contain {
background-position: center center;
background-size: contain;
background-repeat: no-repeat;
}
.position_relative {
position: relative !important;
}
.embed-responsive.squared {
padding-bottom: 100%;
}
/*--------------------------------------*/
/* GLOBAL
/*--------------------------------------*/
body, a {
/*-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing: grayscale;*/
}
::-webkit-input-placeholder {  }
::-moz-placeholder {  }
:-ms-input-placeholder {  }
:-moz-placeholder {  }
.container-fluid {
max-width: 800px;
}
html{
  min-height: 100%;
}
body {
  height: 100%;
}

/*--------------------------------------*/
/* CONTENT
/*--------------------------------------*/
body {
background-image: url(../img/Hong_Kong_Night.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-position-y: 140px;
color: #ffffff;
text-align: center;
}
.logo-container {
  padding: 50px 0px;
  width: 100%;
  background-color: #ffffff;
}
.logo-container img {
  max-width: 260px;
}
.row {
height: auto;
padding-top: 40px;
}
.blue_over_lay {
height: 100%;
width: 100%;
background-color: rgba(25, 73, 156, 0.75);
}
.flex {
  height: 100%;
}
h1 {
font-size: 23px;
line-height: 31px;
font-family: 'texgyreadventorbold';
margin-bottom: 100px;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing: grayscale;
}
p {
font-size: 18px;
font-family: 'texgyreadventorregular';
}
a {
font-size: 18px;
font-family: 'texgyreadventorregular';
color: #ffffff;
}
a:hover,
a:active,
a:focus {
color: #ffffff;
}
strong {
font-family: 'texgyreadventorbold';
font-size: 18px;
text-decoration: underline;
text-transform: uppercase;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing: grayscale;
}
a > p {
display: inline-block;
}
.title {
margin-bottom: 20px;
}
.location_info {
margin-bottom: 30px;
}
.contact_info a:first-child {
margin-right: 15px;
}
.email > p {
margin-right: 5px;
display: inline-block;
}
.email a > p {
  word-break: break-all;
}
/*--------------------------------------*/
/* MEDIA QUERIES
/*--------------------------------------*/
@media (max-width: 767px) {
.container-fluid {
padding: 0px 30px;
}
h1 {

margin-bottom: 30px;
font-size: 20px;
}
.site-content {

}
}
