@font-face {
    font-family: 'alluraregular';
    src: url('../fonts/allura/allura-regular-webfont.eot');
    src: url('../fonts/allura/allura-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/allura/allura-regular-webfont.woff2') format('woff2'), url('../fonts/allura/allura-regular-webfont.woff') format('woff'), url('../fonts/allura/allura-regular-webfont.ttf') format('truetype'), url('../fonts/allura/allura-regular-webfont.svg#alluraregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* common css */

html {
    min-height: 100%;
    height: 100%;
}

body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.15px;
}

p {
    font-size: 13px;
    margin-bottom: 15px;
}   

h1 {
    margin-bottom: 20px;
}

h3 {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 15px;
}

ul {
    margin-bottom: 15px;
}

ul li {
    font-size: 16px;
    color: #555;
}

.btn {
    border-radius: 0;
}

.btn-default {
    background: transparent;
    border: 3px solid #fff;
    text-transform: uppercase;
    color: #fff;
    padding: 7px 25px;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #fff;
    border-color: #fff;
    color: #c50f0f;
}

.btn-danger {
    background: #d10e0e;
    color: #fff;
    border-color: #d10e0e;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background: #c10202;
    color: #fff;
    border-color: #c10202;
}

.form-control {
    background: #fff;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: -webkit-none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    color: #838383;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 20px;
    height: auto;
}

.form-control:hover,
.form-control:focus,
.form-control:active {
    -webkit-box-shadow: -webkit-none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

textarea.form-control {
    min-height: 145px;
}

label {
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}


/*.full-height {
    height: 100%;
    overflow: hidden;
}
.full-height .container {
    position: relative;
    height: 100%;
}
.full-height .full-height-content {
    bottom: 20px;
    left: 0;
    padding: 0 15px;
    position: absolute;
    width: 100%;
    color: #fff;
}
.full-height-content h2 {
    position: relative;
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
    padding-left: 70px;
    text-transform: uppercase;
}
.full-height-content p {
    padding-left: 70px;
    letter-spacing: 0.15px;
}
.full-height-content .btn-default {
    margin-left: 70px;
}
.full-height-content h2 span {
    position: absolute;
    top: 0;
    left: 0;
}
.full-height-content h2 span svg {
    fill:#fff;
}
.triangles {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.triangles .img-responsive {
    max-width: inherit;
    margin-left: -50%;
}
.full-height.right {
    text-align: right;
}
.right .full-height-content h2, 
.right .full-height-content p {
    padding-left: 0;
    padding-right: 70px;
}
.right .full-height-content .btn-default {
    margin-left: 0;
    margin-right: 70px;
}
.right .full-height-content h2 span {
    left: inherit;
    right: 0;
}
.right .triangles {
    text-align: right;
}
.right .triangles .img-responsive {
    display: inline-block;
    margin-left: -235%;
}
/* flaktek menu */

.flaktek-menu {
    background: #fff;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.flaktek-menu .navbar-collapse {
    max-height: 377px;
}

.flaktek-menu .navbar-brand {
    color: #c50f0f;
    font-size: 24px;
    height: auto;
    max-width: 120px;
}

.flaktek-menu .navbar-brand>.img-responsive {
    max-width: 100%;
}

.flaktek-menu .navbar-toggle {
    border: none;
    margin-top: 32px;
}

.flaktek-menu .navbar-toggle:focus,
.flaktek-menu .navbar-toggle:hover {
    background: transparent;
}

.flaktek-menu .navbar-collapse,
.flaktek-menu .navbar-form {
    background: #fff;
    border: none;
}

.flaktek-menu .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
}

.flaktek-menu .navbar-nav>li>a {
    font-size: 15px;
    text-transform: uppercase;
    color: #2d2c2c;
    letter-spacing: 0.25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.flaktek-menu .navbar-nav>.active>a,
.flaktek-menu .navbar-nav>.active>a:focus,
.flaktek-menu .navbar-nav>.active>a:hover,
.flaktek-menu .navbar-nav>.open>a,
.flaktek-menu .navbar-nav>.open>a:focus,
.flaktek-menu .navbar-nav>.open>a:hover,
.flaktek-menu .navbar-nav>li>a:focus,
.flaktek-menu .navbar-nav>li>a:hover,
.flaktek-menu .navbar-nav>li:focus>a,
.flaktek-menu .navbar-nav>li:hover>a,
.flaktek-menu .navbar-nav>li:active>a {
    background: transparent;
    color: #f2b91a;
}

.flaktek-menu .navbar-nav>li>a:focus svg,
.flaktek-menu .navbar-nav>li>a:hover svg {
    fill: #f2b91a;
}

.flaktek-menu .navbar-nav .open .dropdown-menu>li>a,
.flaktek-menu .dropdown-menu>li>a {
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
}

.flaktek-menu .caret {
    top: -3px;
    position: relative;
}

.flaktek-menu .dropdown-menu>.active>a,
.flaktek-menu .dropdown-menu>.active>a:focus,
.flaktek-menu .dropdown-menu>.active>a:hover {
    background: #f2b91a;
    color: #fff;
}

.darkHeader .flaktek-menu {
    background: #fff;
}


/* Ngl banner start */

.ngl-banner {
    padding: 120px 0 50px;
    background: #dadbdd url(../image/banner-bg.png) no-repeat left top;
}

.ngl-banner h1 {
    font-family: 'alluraregular';
    color: #102e7e;
    line-height: 1.3;
    margin-bottom: 0;
}

.ngl-banner h1 span {
    display: block;
}

.ngl-banner h1 em {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #ecab00;
    font-size: 44px;
    text-transform: uppercase;
}


/* john donne css start */

.john-donner-words {
    background: #ecab00;
    color: #000;
    padding: 30px 0;
    font-style: italic;
}

.john-donner-words p span {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
    text-align: right;
}

.john-donner-words p:last-child {
    margin-bottom: 0;
}


/* Honoring Heroes */

.honoring-heroes {
    background: url(../image/tribute.jpg) no-repeat center center;
    padding: 50px 0 0;
}

.honoring-text {
    padding: 90px 25px 25px;
    background: url(../image/tribute-text-bg.png) no-repeat left bottom;
    background-size: 100%;
    max-width: 290px;
}

.honoring-text h2 {
    margin: 0;
    color: #fff;
    font-style: italic;
    font-weight: 400;
    line-height: 1.25;
}

.honoring-forever {
    background: url(../image/forever-bg.jpg) no-repeat center center;
    padding: 50px 0 0;
}

.honoring-forever .honoring-text {
    padding: 90px 15px 25px;
    background: url(../image/forever-text-bg.png) no-repeat right bottom;
    background-size: 100%;
}

.honoring-forever .honoring-text h2 {
    margin-bottom: 10px;
}

.honoring-forever .honoring-text h2 span {
    display: block;
}

.honoring-forever .honoring-text p {
    color: #fff;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 0;
}


/* footer css start */

footer {
    background: #002868;
    padding: 30px 0;
}

.footer-links ul li {
    position: relative;
    padding: 0 12px;
}

.footer-links ul li:first-child a {
    padding-left: 0;
}

.footer-links ul li:before {
    position: absolute;
    right: 0;
    top: 2px;
    width: 1px;
    background: #fff;
    height: 15px;
    content: "";
}

.footer-links ul li:last-child:before {
    background: transparent;
}

.footer-links ul li a {
    color: #fff;
    text-decoration: none;
}

.copyright {
    margin-top: 25px;
}

.copyright p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
}

.footer-logo,
.footer-logo p {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

.footer-logo p {
    margin-top: 5px;
}

.footer-logo p span {
    color: #d10e0e;
}

.copyright p a {
    color: #fff;
    text-decoration: none;
}


/* Search Block */

.search-block {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 99;
    left: 0;
    visibility: hidden;
}

.search-block .form-group {
    position: relative;
    overflow: hidden;
}

.search-block .form-control {
    padding-right: 60px;
}

.search-block .search-icon {
    position: absolute;
    right: 0;
    height: 100%;
    text-align: center;
    top: 0;
}

.search-block .search-icon button {
    padding: 11px 18px;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.search-open .search-block {
    top: 62px;
    visibility: visible;
}


/* footer carousel */

.footer-carousel {
    background: #dadbdd url(../image/slider-bg.png) no-repeat center center;
    padding: 40px 0;
}

.footer-carousel .carousel-inner {
    border: 4px solid #fff;
}

.footer-carousel .carousel-caption {
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: left;
    padding: 15px 10px 5px;
    background: url(../image/slider-text-bg.png) no-repeat center center;
}

.footer-carousel .carousel-caption p {
    margin: 0;
    color: #000;
    font-style: italic;
    font-size: 13px;
    text-shadow: none;
}

.footer-carousel .carousel-caption p span {
    display: block;
}


/* Inner page css start */

.breadcrumb {
    margin-top: 95px;
    background: #002868;
    border-radius: 0;
    padding: 30px 15px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.innerpage {
    padding: 30px 0;
}

.innerpage h1,
.innerpage h2 {
    font-size: 24px;
    color: #f2b91a;
    margin-top: 0;
    margin-bottom: 15px;
}

.innerpage h3 {
    font-size: 15px;
    text-transform: uppercase;
    margin: 20px 0;
}

.innerpage h4 {
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 700;
}

.innerpage p,
.innerpage ul li {
    font-size: 13px;
    margin-bottom: 20px;
    letter-spacing: 0.1px;
}

.innerpage ul li {
    margin-bottom: 8px;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.innerpage .form-control {
    border: 1px solid #e5e5e5;
}

.ngl-article {
    margin-top: 30px;
}

.ngl-article h2:not(:last-child) {
    margin-bottom: 25px;
}

.ngl-founder .img-responsive {
    display: inline-block;
}

.ngl-founder p {
    font-style: italic;
    font-size: 12px;
    color: #333;
    margin-bottom: 0;
    margin-top: 15px;
}

@media(min-width: 768px) {
    /* Common css start */
    body {
        letter-spacing: 0.25px;
    }
    /* flektek menu */
    .flaktek-menu {
        padding-top: 15px;
        padding-bottom: 0;
        background: transparent;
        box-shadow: none;
    }
    .flaktek-menu .navbar-collapse,
    .flaktek-menu .navbar-form {
        background: transparent;
    }
    .flaktek-menu .navbar-brand {
        padding-top: 0;
        padding-bottom: 0;
    }
    .flaktek-menu .navbar-nav {
        float: right;
        margin-top: 0;
    }
    .flaktek-menu .navbar-nav>li {
        margin: 0 10px;
    }
    .flaktek-menu .navbar-nav>li:last-child {
        margin: 0;
    }
    .flaktek-menu .navbar-nav>li>a {
        padding: 22px 7px 37px;
    }
    .flaktek-menu .navbar-nav>li:first-child>a {
        padding-bottom: 0;
    }
    .flaktek-menu .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
    }
    .flaktek-menu .dropdown-menu,
    .flaktek-menu .navbar-nav>li>.dropdown-menu,
    .flaktek-menu .open>.dropdown-menu {
        left: inherit;
        right: 0;
        background: #fff;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        padding-top: 0;
        border-bottom: 4px solid #f2b91a;
        padding-bottom: 0;
    }
    .flaktek-menu .dropdown-menu>li:hover>a {
        background: #f2b91a;
        color: #fff;
    }
    /* banner css start */
    .ngl-banner {
        padding: 220px 0 250px;
        background-position: 43% top;
    }
    .ngl-banner .container {
        position: relative;
    }
    .ngl-banner h1 {
        font-size: 50px;
        margin: 0;
    }
    .ngl-banner h1 em {
        font-size: 66px;
    }
    .bell {
        height: 500px;
        background: url(../image/liberty-bell.png) no-repeat right center / 350px;
        position: absolute;
        top: 50%;
        margin-top: -250px;
        right: 0;
    }
    /* john donne css start */
    .john-donner-words {
        background: url(../image/yellow-bg.png) no-repeat center center;
        position: relative;
        margin-top: -140px;
        padding: 0;
        background-size: 250%;
    }
    .john-donner-words .container {
        background: url(../image/john-donee.png) no-repeat -25% 101% / 403px auto;
        padding: 126px 15px 130px;
    }
    .john-donner-words p {
        font-size: 30px;
        letter-spacing: 0.25px;
    }
    .john-donner-words p span {
        font-size: 30px;
    }
    /* footer css start */
    .copyright {
        margin-top: 0;
    }
    .footer-links {
        margin-top: 15px;
    }
    .footer-links ul li {
        margin-bottom: 10px;
    }
    .footer-links ul li:last-child {
        padding-right: 0;
    }
    .footer-links ul li::before {
        width: 2px;
        height: 18px;
        top: 3px;
    }
    .footer-links ul li a {
        font-size: 16px;
    }
    .search-open .search-block {
        top: 88px;
    }
    /* Honoring Heroes */
    .honoring-heroes {
        padding-top: 350px;
        background-attachment: fixed;
        margin-top: -120px;
    }
    .honoring-forever {
        background-size: cover;
        background-attachment: fixed;
        padding-top: 250px;
    }
    .honoring-text,
    .honoring-forever .honoring-text {
        max-width: 581px;
        background-size: auto;
        padding: 200px 56px 100px;
    }
    .honoring-text h2 {
        font-size: 48px;
    }
    .honoring-forever .honoring-text {
        padding-bottom: 50px;
    }
    .honoring-forever .honoring-text h2 {
        margin-bottom: 32px;
    }
    .honoring-forever .honoring-text p {
        font-size: 24px;
    }
    .honoring-forever .honoring-text p span {
        display: block;
    }
    .footer-carousel {
        padding: 90px 0;
    }
    .footer-carousel .carousel-inner {
        border-width: 15px;
        max-width: 990px;
        margin: 0 auto;
    }
    .footer-carousel .carousel-caption {
        padding: 50px 40px 20px;
    }
    .footer-carousel .carousel-caption p {
        font-size: 24px;
    }
    /* Inner page css start */
    .breadcrumb {
        font-size: 20px;
    }
    .ngl-founder:nth-child(3n+1) {
        clear: both;
    }
}

@media(min-width: 992px) {
    /* Common css start */
    body {
        letter-spacing: 0.5px;
    }
    .form-group {
        margin-bottom: 30px;
    }
    label {
        font-size: 18px;
    }
    /* menu css start */
    .flaktek-menu .navbar-brand {
        max-width: none;
        padding-bottom: 15px;
    }
    .flaktek-menu .navbar-nav>li>a {
        padding: 40px 15px 51px;
    }
    /* banner css start */
    .ngl-banner {
        padding: 250px 0 220px;
    }
    .ngl-banner h1 {
        font-size: 70px;
    }
    .ngl-banner h1 em {
        font-size: 90px;
    }
    .bell {
        background-size: 400px;
        height: 600px;
        margin-top: -300px;
    }
    /* john donne */
    .john-donner-words {
        padding: 0;
        background-size: 250%;
    }
    .john-donner-words .container {
        background: url("../image/john-donee.png") no-repeat scroll 28px 97.2% / 550px auto;
        padding: 300px 15px 140px;
    }
    /* footer css start */
    footer .container {
        position: relative;
    }
    footer .container:before {
        width: 200px;
        height: 163px;
        background: url(../image/footer-logo.png) no-repeat center center;
        position: absolute;
        right: 0;
        bottom: 0;
        content: "";
    }
    .footer-links ul li a,
    .copyright>p {
        font-size: 15px;
    }
    .search-open .search-block {
        top: 126px;
    }
    /* Honoring Heroes */
    .honoring-heroes {
        margin-top: -140px;
    }
    .footer-carousel .carousel-caption {
        padding: 43px 40px 30px;
    }
    /* Inner page css start */
    .breadcrumb {
        margin-top: 126px;
    }
}

@media(min-width: 1200px) {
    /* Common css start */
    body {
        letter-spacing: 1px;
    }
    /* Banner css start  */
    .ngl-banner {
        padding: 0;
        background-attachment: fixed;
    }
    .ngl-banner .container {
        padding: 250px 0 200px;
        background: url(../image/liberty-bell.png) no-repeat 88% 130px;
        background-attachment: fixed;
        background-size: 350px;
    }
    .ngl-banner h1 {
        font-size: 90px;
        line-height: 1.2;
    }
    .ngl-banner h1 em {
        font-size: 140px;
    }
    .bell {
        display: none;
    }
    /* john donne section */
    .john-donner-words {
        margin-top: -320px;
        background-size: cover;
    }
    .john-donner-words .container {
        background-size: auto;
        background-position: left 80%;
        min-height: 1043px;
        padding: 350px 0 150px;
    }
    /* footer css start */
    .about-something .tab-content>.tab-pane {
        padding: 45px 90px 10px;
    }
    .footer-links ul li a {
        font-size: 16px;
        margin-bottom: 0;
    }
    .copyright p {
        font-size: 13px;
    }
    /* Honoring Heroes */
    .honoring-heroes {
        margin-top: -300px;
        background-size: cover;
    }
}

@media(min-width: 1400px) {
    .ngl-banner .container {
        background: none;
    }
    .bell {
        position: fixed;
        top: 427px;
        width: 400px;
        height: 528px;
        right: 15px;
        background: url(../image/liberty-bell.png) no-repeat center center;
        display: block;
    }
    /* john donne section */
    .john-donner-words {
        margin-top: -280px;
        z-index: 2;
    }
    .honoring-heroes,
    .honoring-forever,
    .footer-carousel {
        position: relative;
        z-index: 1;
    }
    footer {
        position: relative;
        z-index: 2;
    }
    .innerpage {
        padding: 45px 0 60px;
    }
}

@media(min-width: 1600px) {
    /* john donne section */
    .john-donner-words {
        margin-top: -300px;
    }
}

@media(min-width: 2000px) {
    .bell {
        top: 400px;
    }
    /* john donne section */
    .john-donner-words {
        margin-top: -327px;
    }
    /* Honoring Heroes */
    .honoring-heroes {
        margin-top: -340px;
    }
}