@charset "UTF-8";

@font-face {
  font-family: 'montserrat';
  src: url("../fonts/montserrat-bold-webfont-eot.eot");
  src: url("../fonts/montserrat-bold-webfont-eot.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-bold-webfont-woff.woff") format("woff"), url("../fonts/montserrat-bold-webfont-ttf.ttf") format("truetype"), url("../fonts/montserrat-bold-webfont-svg.svg#montserratbold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'montserrat';
  src: url("../fonts/montserrat-regular-webfont-eot.eot");
  src: url("../fonts/montserrat-regular-webfont-eot.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-regular-webfont-woff.woff") format("woff"), url("../fonts/montserrat-regular-webfont-ttf.ttf") format("truetype"), url("../fonts/montserrat-regular-webfont-svg.svg#montserratregular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'montserrat';
  src: url("../fonts/montserrat-semibold-webfont-eot.eot");
  src: url("../fonts/montserrat-semibold-webfont-eot.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-semibold-webfont-woff.woff") format("woff"), url("../fonts/montserrat-semibold-webfont-ttf.ttf") format("truetype"), url("../fonts/montserrat-semibold-webfont-svg.svg#montserratsemi_bold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html, body { height: 100%; min-height: 100%; }
body {
        font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    
        padding: 0;
    margin: 0;

    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    background: #fefefe;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    

}


h1 {    font-size: 24px; }
.thumbnail:first-child > div h1 { color: #00325B; }
ul.menu-left a { color: #5C5C5C; }

section { 
    margin-top: 129px;
    position: absolute; position: relative;
    z-index: -1;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: none; 
    height: 50%;
}
section video {       
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 50%;    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%); transform: translate(-50%, -25%);
    visibility: visible;
    opacity: 1;

}
section:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    top: 0;
    left: 0;
}
header {     position: fixed;
    z-index: 200;
    width: 100%;
    top: 0;
    left: 0;


}
header nav {     background: #002646;
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100%;
    z-index: 99999;
    padding: 0 14px;
    overflow: hidden; }
.logo {    position: relative;    background-color: #00325b; padding: 1em 1em;  }
.logo img { width: 148px;    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;  }
.gallery { /*background-color: rgba(1, 1, 1, 0.27); margin: 34% 0 0;    padding: 37px 1rem 0;*/ }
.gallery > div { padding: 30px 10px; background-color: #fff;  }
.thumbnail { display: inline-block; width: 33.3334%; vertical-align: top; position: relative;}
.thumbnail > div { margin: 0 3%; padding: 4%; min-height: 420px; }
.thumbnail > div > .content { color: #fff; }
.thumbnail:first-child > div {     background-color: #EFF0F0;    margin-left: 5px; }
.thumbnail > div { background-color: #00325b ;}
.thumbnail:last-child > div { background-color: #4e748b; margin-right: 5px; }


label, input { display: block; }
label {  font-size: 16px; }
input { width: calc(100% - 24px); padding: 8px 12px; margin-bottom: 15px; font-size: 14px; border-radius:4px; background-color: #ededed;     border: solid 2px #afafaf;  outline: none;  }
input:focus { -webkit-box-shadow: 0 0 12px #aaaaaa; -moz-box-shadow: 0 0 12px #666 ;
    box-shadow: 0 0 12px #666;     border: 2px solid transparent;}
input[type=submit] {    font-family: "montserrat", Arial, sans-serif;
    font-weight: 700; color:#fff; cursor: pointer; width: auto; min-width: 150px;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    border: none;
    background: #00a19c url(../images/button-bg.svg) top right no-repeat;
    background-size: contain;
    font-size: 19px;
    font-size: 1.1875rem; }
input[type=submit]:hover { opacity: .8; }
ul { list-style-type: none; margin: 0; padding: 0; }
a { font-weight: bold; color:#fff; text-decoration: none; }
a:hover { opacity: .9; }
h1, h2, h3, h4, h5, h6 {
    font-family: "montserrat", Gotham-medium, “Helvetica Neue”, Helvetica, Arial, sans-serif;
    margin: 0 0 20px;
    margin-bottom: 1.25rem;
    color: #fff;
    font-weight: 600;
}
.red { color: black; font-weight: bold; }
input.red { border-color:#000; color: #666;  }
.copyright { color: #fff; padding: 30px; }
footer {    background-color: #00325b;    /*background-image: url(../images/footer.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;*/ }
footer .logo { background-color: transparent; padding: 0; display: inline-block; vertical-align: middle; height: 50px; }
.copyright a { font-size: 15px;    color: #b2c2cf; text-decoration: underline;    
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    border-bottom: 1px solid transparent; }
.copyright a:hover { color: #fff; }

.second .gallery { margin-top: 130px;}
.second .thumbnail:after { content: none; }
.second .thumbnail > div { color: #fff;  position: relative;    height: 100%;    min-height: 668px; }
.second .thumbnail > div > .content {   position: relative;    top: 0;    transform: none; } 



/* Small Tablets */
@media (min-width: 320px)and (max-width: 767px) {
.thumbnail { display: block; width: 100%; }
.thumbnail > div { position: relative; margin: 0; padding: 4% 8%;width: 84%; }
    .thumbnail > div > .content { top: 0; transform: none; }
.thumbnail:after {    padding-bottom: 30px; }
.copyright { text-align: right; height: 50px;  }
footer .logo {  float: left; } 
    .copyright a { float: right;}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1024px) {
.gallery > div { padding: 30px 0px 0; }
.thumbnail > div {  position: relative; padding: 4% 8% 0; min-height: 320px; }
.thumbnail > div > .content {    top: 0;    transform: none; }
.thumbnail:after {    padding-bottom: 30px; }
}
