@import 'https://fonts.googleapis.com/css?family=Acme';
meta.foundation-version {
    font-family: "/5.4.5/"; 
}
meta.foundation-data-attribute-namespace {
    font-family: false; 
}
.relative {
    position: relative !important;
}
a, a:hover, a:focus,.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background: none;
}
.padding-0 {
    padding: 0;
}
body, html {
    height: 100%;
}
body * {
    font-family: Verdana, Geneva, sans-serif;
}
/* share modal */
.share-modal {
    display: none;
    position: fixed;
    top: 15%;
    left: 0;
    height: 400px;
    width: 500px;
    background: rgb(255, 255, 255);
    z-index: 99999999;
    right: 0;
    margin: auto;
}
.share-modal .text-center {
    padding: 0 20px;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.share-close {
    float: right;
    display: block;
    margin: 15px 20px 10px 0;
    cursor: pointer;
}
.share-modal h1 {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    margin-bottom: 7px;
}
.share-modal a {
    display: inline-block;
    height: 43px;
    width: 43px;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
    margin: 20px 10px 0 10px;
}
.share-modal a.fa-facebook-f {
    background: #23346d;
}
.share-modal a.fa-twitter {
    background: #55acee;
}
.share-modal a.fa-pinterest-p {
    background: #cb2027;
}
.share-modal a.fa-google-plus {
    background: #dd4b39;
}
.share-modal a.fa-envelope {
    background: #23346d;
}
.share-modal a.fa-whatsapp {
    background: #25d366;
}
.share-modal a.fa-linkedin {
    background: #0077b5;
}
.share-modal a.fa-reddit {
    background: #cee3f8;
}
.share-modal a.fa-tumblr {
    background: #36465d;
}
.share-modal a.fa-stumbleupon {
    background: #eb4924;
}
.share-modal a.fa-instagram {
    background: #e4e4e4;
}
.share-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    z-index: 99999998;
}
@media(max-width: 767px) {
    .share-modal {
        height: 358px;
        max-width: 90%;
    }
    .share-modal h1 {
        margin-bottom: 10px;
    }
    .share-modal .text-center {
        padding: 0 0;
        margin-bottom: 0;
    }
    .share-modal a {
        margin: 20px 0 0 0;
    }
}
header {
    padding-top: 20px;
    padding-bottom: 20px;
}
header img {
    max-width: 295px !important;
}
.navbar {
    margin-bottom: 2px;
    background-color: #003090;
    border-radius: 0;
}
.navbar-default .navbar-nav > li > a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fefefe;   
    background-color: #01266f;
}
.navbar-default .navbar-nav > li > a.search-open:hover, .navbar-default .navbar-nav > li.active > a.search-open, .navbar-default .navbar-nav > li.active > a.search-open:hover, .navbar-default .navbar-nav > .open > a.search-open, .navbar-default .navbar-nav > .open > a.search-open:hover, .navbar-default .navbar-nav > .open > a.search-open:focus {
    background-color: transparent;
}
.dropdown-menu {
    padding: 0;
}
.dropdown-menu > li > a {
    padding: 20px 30px;
    font-size: 17px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #003090;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fefefe;   
    background-color: #01266f;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
    height: 4px;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: transparent;
    border: none;
}
.navbar-collapse {
    border: none;
    box-shadow: none;
}
.slick-prev, .slick-next {
    width: 79px;
    height: 79px;
    z-index: 1;
}
.slick-prev {
    left: 10px;
}
.slick-next {
    right: 10px;
}
.slick-prev:before, .slick-next:before {
    opacity: 1;
}
.slick-prev:before {
    background: url(../../images/template/left-arrow.png) no-repeat center center;
    width: 100%;
    display: block;
    height: 100%;
    content: "";
    background-size: contain;
}
.slick-next:before {
    background: url(../../images/template/right-arrow.png) no-repeat center center;
    width: 100%;
    display: block;
    height: 100%;
    content: "";
    background-size: contain;
}
.single-fullpage-slide, .single-fullpage-banner {
    border-top: 3px solid #cccccc;
    padding-bottom: 4px;
    margin-bottom: 0;
    border-bottom: 4px solid #ce142b;
}
.home-article {
    margin-top: -120px;
    margin-bottom: 75px;
}
.home-article > div {
    background: rgba(0, 48, 144, 0.95);
    text-align: center;
    padding-bottom: 30px;
    position: relative;
}
.home-article > div:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border: 1px solid #ffffff;
}
.home-article > div h1 {
    margin-top: 60px;
    margin-bottom: 40px;
    font-weight: bold;
    font-style: italic;
    font-size: 27px;
    color: #ffffff;
}
.home-article > div p {
    margin-bottom: 30px;
    font-size: 17px;
    color: #ffffff;
}
.home-link {
    padding-left: 30px;
    padding-right: 30px;
}
.home-link span {
    width: 80%;
    margin: 0 auto;
    display: block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    background: #05318b;
    clear: both;
}
.home-link h2 {
    margin-top: 30px;
    margin-bottom: 35px;
    color: #ce142b;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
}
.home-link p {
    font-size: 17px;
    color: #231f20;
    margin-bottom: 45px;
    text-align: center;
}
.home-block-container {
    padding-bottom: 200px;
    background: url(../../images/template/bottom-bg.png) no-repeat center bottom;
}
.gal-slider {
    overflow: hidden;
    margin-bottom: 65px;
}
.gal-slider .slick-slide {
    margin: 0 12px;
    position: relative;
}
.gal-slider .slick-slide:before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    z-index: 1;
    border: 1px solid #ce142b;
}
.gal-slider .slick-slide:hover:before {
    border: 1px solid #003090;
    background: url(../../images/template/gal-over.png) no-repeat center center;
}
.gal-slider .slick-list {
    margin: 0 -12px;
}
.search-open, .no-pad-bg {
    padding-left: 10px !important;
    padding-right: 10px !important;
    float: left;
}
.search-open + form {
    position: absolute;
    z-index: 100000;
    width: 440px;
    max-width: 100vw;
    right: 0;
    top: 110%;
    display: none;
}
.search-open + form input[type="text"] {
    display: block;
    float: left;
    width: 80%;
    padding: 0 15px;
    line-height: 40px;
    background: #ffffff;
    border: none;
    outline: none;
    font-weight: 400;
    font-size: 16px;
    color: #003090;
}
.search-open + form input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #003090;
}
.search-open + form input[type="text"]::-moz-placeholder { /* Firefox 19+ */
    color: #003090;
}
.search-open + form input[type="text"]:-ms-input-placeholder { /* IE 10+ */
    color: #003090;
}
.search-open + form input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color: #003090;
}
.search-open + form input[type="submit"] {
    display: block;
    float: left;
    width: 20%;
    line-height: 40px;
    background: #01266f;
    border: none;
    outline: none;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0 0;
}
footer {
    background: #003090;
    border-bottom: 1px solid #b3c1de;
    padding-bottom: 35px;
}
footer h3 {
    margin-top: 35px;
    margin-bottom: 25px;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
}
footer p {
    font-size: 13px;
    color: #ffffff;
    line-height: 19px;
}
footer a, footer a:hover {
    font-size: 13px;
    line-height: 19px;
    color: #ffffff;
    margin-bottom: 0;
}
.copyright {
    background: #003090;
    padding-top: 10px;
    padding-bottom: 10px;
}
.copyright p, .copyright p a, .copyright p a:hover {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 12px;
}
.page-info {
    margin-top: 70px;
    text-align: center;
}
.page-info h1, .page-info h1 a {
    margin-top: 0;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 35px;
    color: #003090;
}
.page-info h1.text-left, .page-info h1.text-left a {
    font-size: 25px;
}
.page-info p {
    margin-bottom: 30px;
    font-size: 17px;
    color: #231f20;
}
.page-info p strong {
    font-size: 25px;
    color: #ce142b;
}
.about-articles {
    background: url(../../images/template/about-bg.png) no-repeat top center, url(../../images/template/about_Bg1.png) no-repeat bottom 20px left, url(../../images/template/about_Bg1.png) no-repeat bottom 20px right;
    padding-top: 150px;
    padding-bottom: 125px;
}
.article-block p {
    font-size: 17px;
    color: #231f20;
}
.article-block h1 {
    margin-top: 70px;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 32px;
    color: #003090;
}
.article-block h2 {
    margin-top: 20px;
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 25px;
    color: #3c3c3c;
    line-height: 30px;
}
.article-block blockquote {
    margin: 0;
    padding: 0;
    border: none;
}
.article-block blockquote p {
    color: #ce142b;
    font-size: 33px;
    margin-top: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 30px;
}
.member-block {
    padding-bottom: 135px;
    background: url(../../images/template/team-bg.png) no-repeat bottom center;
}
.member-row {
    margin-bottom: 90px
}
.member-row:last-of-type {
    margin-bottom: 0;
}
.member-row div {
    text-align: center;
}
.member-row h2 {
    font-weight: bold;
    font-size: 29px;
    text-transform: uppercase;
    color: #ce142b;
    margin-top: 50px;
    margin-bottom: 0;
    line-height: 35px;
}
.member-row h3 {
    font-weight: bold;
    font-size: 23px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 30px;
}
.member-row p, .member-row p a, .member-row p a:hover {
    color: #595858;
    font-size: 22px;
}
.branch {
    text-align: center;
    margin-bottom: 60px;
    padding-bottom: 50px;
    position: relative;
}
.branch > span, .download-certificate, .download-certificate:hover, .download-certificate:focus {
    display: block;
    position: absolute;
    left: 15px;
    right: 15px;
    height: 50px;
    bottom: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 50px;
    background: #05318b;
}
.download-certificate, .download-certificate:hover, .download-certificate:focus {
    width: 300px;
    position: relative;
    left: 0;
    right: 0;
    float: left;
    text-align: center;
    margin-top: 15px;
}
.branch h2 {
    font-weight: bold;
    font-size: 30px;
    margin-top: 55px;
    margin-bottom: 15px;
    line-height: 30px;
    color: #ce142b;
    text-transform: uppercase;
}
.branch h3 {
    font-weight: bold;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 45px;
    line-height: 22px;
    color: #000000;
    padding-bottom: 50px;
    text-transform: uppercase;
    border-bottom: 1px solid #7a7a7a;
}
.branch > div strong {
    display: block;
    margin-bottom: 25px;
    font-size: 20px;
    color: #231f20;
}
.branch > div p {
    font-size: 20px;
    line-height: 25px;
    color: #231f20;
    min-height: 75px;
}
.branch > div p:last-of-type {
    margin-bottom: 90px;
}
.address {
    margin-bottom: 70px;
}
.address h2 {
    margin-top: 40px;
    margin-bottom: 45px;
    color: #ce142b;
    font-weight: bold;
    font-size: 27px;
    text-transform: uppercase;
}
.address p {
    color: #231f20;
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 20px;
}
.address p i {
    display: block;
    float: left;
    margin-right: 10px;
    color: #003090;
    font-size: 20px;
}
.contact-form {
    background: url(../../images/template/form-bg.png) no-repeat center top;
    padding-top: 150px;
    padding-bottom: 150px;
}
.contact-form input {
    font-weight: bold;
    font-size: 22px;
    color: #ffffff;
    background: rgba(8, 53, 145, 0.95);
    border: none;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.contact-form textarea {
    font-weight: bold;
    font-size: 22px;
    color: #ffffff;
    background: rgba(8, 53, 145, 0.95);
    border: none;
    border-radius: 0;
    height: 200px;
    text-align: center;
}
.contact-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.contact-form input::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
.contact-form input:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.contact-form input:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}
.contact-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.contact-form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
.contact-form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.contact-form textarea:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}
.contact-form button {
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    border: none;
    border-radius: 0;
    color: #ffffff;
    margin: 0 auto;
    background: rgba(8, 53, 145, 0.95);
    float: none;
}
.alert-success {
    background-color: #60b43e;
    border-color: transparent;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    border-radius: 0;
}
.special-block {
    padding-top: 135px;
    background: url(../../images/template/service-bg.png) no-repeat top center;
}
.special-block > div {
    background: #0033aa;
    padding-bottom: 80px;
    border-bottom: 8px solid #ffffff;   
}
.special-block > div h1 {
    font-weight: bold;
    font-size: 34px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 85px;
    margin-bottom: 70px;
    text-align: center;
}
.special-block > div ul {
    list-style: none;
    padding: 0;
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 0;
}
.special-block > div li {
    color: #ffffff;
    font-size: 17px;
    display: block;
    width: 33%;
    float: left;
    margin-bottom: 25px;
    background: url(../../images/template/service-list-style.png) no-repeat left 20px center;
    padding-left: 50px;
}
.product-list h2 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #ce142b;
    text-transform: uppercase;
    margin-top: 35px;
    margin-bottom: 30px;
}
.product-list p {
    text-align: center;
    font-size: 16px;
    color: #231f20;
    margin-bottom: 50px;
min-height: 245px;
}
.product-list span {
    display: block;
    width: 75%;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    background: #05318b;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 25px;
    text-transform: uppercase;
    text-align: center;
}
.product h2 {
    margin-top: 35px;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 25px;
    color: #ce142b;
    text-transform: uppercase;
}
.product p {
    font-size: 20px;
    color: #231f20;
    margin-bottom: 40px;
}
.product ul {
    padding-left: 20px;
}
.product li {
    font-size: 20px;
    color: #231f20;
}
.product a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    background: #05318b;
}
.product a + a {
    margin-top: 10px;
    background: #ce142b;
}

.blog-block, .blog-block:hover, .blog-block:focus {
    margin-bottom: 75px;
    background: #003090;
    position: relative;
    float: left;
    text-align: left;
}
.blog-block img {
    border-bottom: 3px solid #003090;
    width: 100%;
}
.blog-block h2 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
}
.blog-block h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
}
.blog-block p {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #ffffff;
}
.blog-block span {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 38px;
}
.blog-block span i {
    color: #ffffff;
    background: #001a4f;
    width: 50px;
    text-align: center;
    line-height: 50px;
    margin-left: 15px;
    font-size: 25px;
}
.blog-content-row {
    padding: 30px 0;
}
.blog-view-container {
    padding: 40px 15px;
}
.blog-view-container h2 {
    margin-top: 5px;
    margin-bottom: 20px ;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    color: #231f20;
}
.blog-view-container h2 .blog-back-btn {
    float: right;
    font-size: 20px;
    color: #ffffff;
    font-weight: normal;
    background: #003090;
    padding: 10px 20px;
}
.blog-view-container h2 .blog-back-btn i {
    margin-right: 25px;
}
.blog-view-container h3 {
    font-size: 20px;
    color: #231f20;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.blog-view-container .social-block {
    margin-bottom: 30px;
}
.blog-view-container .social-block * {
    color: #231f20;
    font-size: 20px;
    margin-right: 30px;
}
.blog-view-container .social-block span {
    margin-right: 50px;
}
.blog-view-container .blog-description {
    margin-bottom: 25px;
}
.blog-view-container .blog-description p {
    font-size: 18px;
    color: #231f20;
}
.blog-gallery img {
    border: 5px solid #ffffff;
}
.blog-gallery > div {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 30px;
}
.blog-file-download .bs4-padding {
    padding-left: 0;
    padding-right: 0;
}
a.download-pdf,
a.download-pdf:hover,
a.download-pdf:active,
a.download-pdf:focus {
    display: block;
    max-width: 300px;
    width: 100%;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 30px;
    background: #ce142b;
    color: #ffffff;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
}
@media (max-width: 1500px) {
    .about-articles {
        padding-bottom: 295px;
        background-size: 100%, 400px, 400px;
    }
    .about-articles .article-block {
        width: 100%;
    }
}
@media (max-width: 1199px) {
    .navbar-default .navbar-nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }
    .about-articles .article-block {
        width: 100%;
    }
    .about-articles {
        padding-bottom: 295px;
        background-size: 100%, 200px, 100px;
    }
    .product-list p {
        min-height: 310px;
    }
}
@media (max-width: 1030px) {
    .home-article {
        margin-top: 15px;
    }
}
@media (max-width: 991px) {
    .about-articles {
        background: none;
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
        margin-bottom: 20px;
    }
    .navbar .container, .home-article {
        width: 100%;
        padding: 0;
    }
    .navbar-collapse {
        padding: 0;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        padding-left: 12px;
        padding-right: 12px;
    }
    header img.img-responsive {
        max-width: 280px;
    }
    .home-link {
        margin-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .slick-prev, .slick-next {
        width: 50px;
        height: 50px;
    }
    .home-block-container {
        padding-bottom: 100px;
    }
    .copyright .container {
        padding: 0;
    }
    .copyright p, .copyright p a, .copyright p a:hover {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .blog-file-download .bs4-padding {
        padding-left: 0;
        padding-right: 0;
    }
        a.search-open, a.no-pad-bg {
        position: relative;
        top: 15px;
        left: 15px;
    }
    .search-open + form {
        top: 100%;
    }
    .navbar-default .navbar-nav > li > a {
        padding: 15px;
        text-align: center;
    }
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-left: 0;
        margin-right: 0;
    }
    footer, .copyright, .copyright .text-right {
        text-align: center;
    }
    .home-link p, .home-link h2, .home-link {
        margin-bottom: 25px;
    }
    .page-info {
        margin-top: 30px;
    }
    .page-info h1, .page-info h1 a {
        margin-bottom: 20px
    }
    .article-block h1 {
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 25px;
    }
    .article-block ul {
        text-align: left;
    }
    .article-block blockquote p {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .member-row h2 {
        margin-top: 20px;
    }
    .member-row > div {
        margin-bottom: 15px;
    }
    .member-row p, .member-row p a, .member-row p a:hover {
        font-size: 20px;
    }
    .member-row h3 {
        margin-bottom: 5px;
    }
    .member-row {
        margin-bottom: 0;
    }
    .member-block {
        padding-bottom: 45px;
    }
    .branch h2 {
        margin-top: 25px;
        margin-bottom: 5px;
    }
    .branch h3 {
        margin-bottom: 20px;
        padding-bottom: 25px;
    }
    .branch > div strong {
        display: block;
        margin-bottom: 15px;
    }
    .branch > div p:last-of-type {
        margin-bottom: 20px;
    }
    .branch {
        margin-top: 10px;
        margin-bottom: 40px;
    }
    .special-block > div li {
        width: 100%;
        margin-bottom: 10px;
    }
    .special-block {
        padding-top: 0;
    }
    .special-block > div h1 {
        margin-top: 35px;
        margin-bottom: 35px;
        font-size: 23px;
    }
    .special-block > div {
        padding-bottom: 20px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
        width: 100%;
        margin: 0;
    }
    .page-info h1.text-left, .page-info h1.text-left a {
        font-size: 24px;
    }
    .product-list span {
        margin-bottom: 60px;
    }
    .product-list p {
        margin-bottom: 25px;
    }
    .product-list h2 {
        font-size: 22px;
    }
    .product h2 {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .product a + a {
        margin-bottom: 40px;
    }
    .address p i {
        display: inline-block;
        float: none;
    }
    .address {
        margin-bottom: 0;
        text-align: center;
    }
    .page-info p strong {
        font-size: 19px;
        color: #ce142b;
    }
    .address h2 {
        margin-top: 20px;
        margin-bottom: 25px;
    }
    .contact-form {
        background: url(../../images/template/form-bg.png) no-repeat center top -80px;
        padding-top: 45px;
        padding-bottom: 40px;
    }
    .page-info p {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 640px) {
    a.download-pdf,
    a.download-pdf:hover,
    a.download-pdf:active,
    a.download-pdf:focus {
        max-width: 100%;
    }
}
