/* latin-ext */
@font-face {
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 400;
    src: local('Century Gothic'), local('CenturyGothic'), url(https://fonts.gstatic.com/l/font?kit=Yeh3y7ciGQhij8XzUSI-wGT4H0tYH5fGty7Is4SAN_o&skey=93c2fdf69b410576&v=v7) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 400;
    src: local('Century Gothic'), local('CenturyGothic'), url(https://fonts.gstatic.com/l/font?kit=Yeh3y7ciGQhij8XzUSI-wGcfl0xXU7zZs2Gd93haobw&skey=93c2fdf69b410576&v=v7) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

body {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

p {
    font-size: 16pt;
}
.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }


/* slide in from the bottom */
@keyframes slideInUp {
    from    { transform:translateY(100%); }
    to      { transform: translateY(0); }
}
/* slide out the bottom */
@keyframes slideInDown {
    from    { transform: translateY(0); }
    to      { transform: translateY(100%); }
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

.ng-hide-add {
    animation:fadeout 0.3s both ease-in;
}

.ng-hide-remove {
    animation:fadein 1s both ease-in;
}

/* Second animation*/
.view.ng-enter{
    animation:slideInUp 0.5s both ease-in;
}

.view.ng-enter.ng-enter-active{
}

.view.ng-leave{
    animation:slideInDown 0.2s both ease-in;
}

.view.ng-leave.ng-leave-active{
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner > .item > img {
    display: block;
    overflow: hidden;
    height: auto;
    /*max-width: none !important;*/
}

.center-block {
    overflow: hidden;
}

.contact_heading {
    font-size: 12pt;
    font-weight: bolder;
    color: #1b2d7c;
    padding-top: 10px;
    height: 40px;
}

.blue {
    color: #1b2d7c;
}

.contact-us-info {
    padding-left: 40px;
}

.story-heading {
    font-size: 30pt;
    font-weight: bolder;
    text-align: center;
    width: 100%;
    color: #1b2d7c;
    padding-top: 20px;
}

.mnu-btn {
    font-size: 15pt;
    width: 115px;
    height: 75px;
    color: white;
    word-wrap: break-word;
    white-space: normal;
    text-align: center;
    vertical-align: middle;
    background-color: #97c82b;
    margin-left: 2px !important;
    margin-right: 2px !important;
    border-radius: 0px;
}

.mnu-btn.active {
    font-weight: bold;
    border-bottom-color: #1b2d7c;
    border-bottom-width: 15px;
}

.col-no-padding-right {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 15px;
}

@media (min-width: 992px) {
    .col-no-padding-right {
        padding-right: 1px;
    }
}

.col-no-padding-left {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .col-no-padding-left {
        padding-left: 1px;
    }
}

.form-group {
    padding-left: 20px !important;
}

.heading {
    padding-top: 10px;
    padding-bottom: 2px;
    font-size: 30pt;
    padding-left: 20px;
    width: 100%;
    height: 80px;
    color: white;
    text-align: left;
    font-weight: bolder;
    background-color: #97c82b;
    border-bottom-color: #1b2d7c;
    border-bottom-style: solid;
    border-bottom-width: 15px;
}

.heading-alt {
    padding-top: 10px;
    padding-bottom: 2px;
    font-size: 30pt;
    padding-left: 20px;
    width: 100%;
    height: 80px;
    color: white;
    text-align: left;
    font-weight: bolder;
    background-color: #1b2d7c;
    border-bottom-color: #97c82b;
    border-bottom-style: solid;
    border-bottom-width: 15px;
}

.block-heading {
    padding-top:10px;
    font-size: 30pt;
    width: 100%;
    height: 80px;
    color: white;
    text-align: center;
    font-weight: bolder;
    background-color: #97c82b;
    margin-bottom: 0px;
}

.block-heading.alt {
    background-color: #1b2d7c;
}

.block {
    font-size: 20pt;
    width: 100%;
    color: white;
    text-align: left;
    font-weight: normal;
    background-color: #1b2d7c;
    margin-bottom: 0px;
    padding:35px;
    min-height: 260px;
}

.block > a {
    color: white;
}

.block.alt {
    background-color: #97c82b;
}

.img-block {
    display: inline-block;
    margin: 1px;
    position: relative;
}

.col-md-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.product-block {
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
}

.product-popup {
    background-color: #97c82b;
    color: white;
    font-size: 12pt;
    position: absolute;
    bottom:0;
    left:0;
    width: 235px;
    margin: 1px;
    padding-top: 5px;
}

.product-popup.ng-hide-add {
    animation:fadeout 0.5s both ease-in;
}

.product-popup.ng-hide-remove {
    animation:fadein 0.5s both ease-in;
}

.service-popup {
    background-color:  #1b2d7c;
    color: white;
    font-size: 12pt;
    position: absolute;
    bottom:0;
    left:0;
    width: 235px;
    margin: 1px;
    padding: 5px 5px 1px 5px;
}

.service-popup > p {
    font-size: 12pt;
}

.service-popup.ng-hide-add {
    animation:fadeout 0.5s both ease-in;
}

.service-popup.ng-hide-remove {
    animation:fadein 0.5s both ease-in;
}

.caption-popup {
    background-color: #97c82b;
    color: white;
    font-size: 12pt;
    position: absolute;
    bottom:0;
    left:0;
    width: 200px;
    margin: 1px;
    padding-top: 5px;
}

.caption-popup > label {
    font-size: 12pt;
    text-align: center;
    width: 100%;
}

.caption-popup.ng-hide-add {
    animation:fadeout 0.5s both ease-in;
}

.caption-popup.ng-hide-remove {
    animation:fadein 0.5s both ease-in;
}

.footer {
    background-color: #363636;
    color: white;
    font-weight: bold;
    font-size: 14pt;
    padding-top: 15px;
}

.footer.alt {
    background-color: #1b2d7c;
    font-size: 18pt;
}

.popover-content {
    padding: 9px 15px 9px 1px;
}

.gallery-content {
    width: 627px;
    height: 296px;
}

.modal-dialog {
    width: 674px !important;
}

.modal-body {
    height: 600px;
}

.modal-body > label {
    margin-bottom: 0px;
}

input.ng-invalid.ng-not-empty {
    border-color: red;
}
