/*
Theme Name: AGC Instruments
Theme URI: http://www.actonweb.com/
Version: 1.0
Author: Acton Web

*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 0 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
a {
    color: #ac1d2c;
}
a:hover {
    color: inherit;
    text-decoration: none;
}

@font-face {
    font-family: opensansregular;
    src: url(fonts/OpenSans-Regular.ttf);
}

@media (min-width: 992px) {
    .container {
        width: 900px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
}
@media (min-width: 1440px) {
    .container {
        width: 1100px;
    }
}

body {
    font-family: 'Overpass', sans-serif;
    padding-top: 140px;
}

.center {
    margin: 0 auto;
}
.block {
    display: block;
}
.navbar-brand {
    height: auto;
    padding: 10px 0;
}
.navbar-brand>img {
    height: 77px;
    margin-top: 0;
    width: 252px;
}
.navbar-default {
    background-color: #fff;
    border-radius: 0;
    margin: 0;
    height: auto;
    padding: 25px 0 20px;
    border: none;
}
.navbar-default .navbar-nav>li>a {
    font-weight: 300;
    font-size: 16px;
    color: #010101;
    padding-top: 13px;
    padding-bottom: 10px;
    padding-left: 13px;
    padding-right: 13px;
    position: relative;
    text-transform: uppercase;
    line-height: 1;
}
.navbar-default .navbar-nav>li {
    margin-left: 1px;
    margin-right: 1px;
}
.navbar-default .navbar-nav>li:not(.search-menu-item)>a:focus, .navbar-default .navbar-nav>li:not(.search-menu-item)>a:hover, .navbar-default .navbar-nav>li:not(.search-menu-item).current-menu-item>a, .navbar-default .navbar-nav>li:not(.search-menu-item).hovered>a,
.navbar-default .navbar-nav>li.current-page-ancestor > a,
body.single-project .navbar-nav > li.menu-item-58 > a,
body.single-application .navbar-nav > li.menu-item-20 > a,
body.single-product .navbar-nav > li.menu-item-25 > a ,
body.single-news .navbar-nav > li.menu-item-6748 > a {
    color: #fff;
    background: #87192d;
}
.navbar-right .dropdown-menu {
    top: 54px;
}
#menu-main-menu {
    margin-top: 30px;
}
.slide {
    height: 900px;
    /*border-bottom: 3px solid #008ed1;*/
    position: relative;
    padding-top: 260px;
    background-size: cover;
    background-position: center;
}
.slide .slider_image {
    position: absolute;
    top: 0;
    width: 100% !important;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    object-fit: cover;
    -webkit-transition: all 3s  ease-out;
    transition: all 3s  ease-out;
}
.slide.animate .slider_image {
    transform: scale(1.15);
    object-fit: cover;
    -webkit-transition: all 4s ease-in-out;
    transition: all 4s ease-in-out;
}
.slide .slider_image_css {
    display: none;
}
.slide.extra-padding {
    padding-top: 260px;
}
.slide .overlay {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.46);
    z-index: 1;
}
.slide .slide_content {
    position: relative;
    z-index: 2;
    opacity:1;
    transition: 2s;
    width: 55%;
}
.slide .heading {
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 30px;
    color: #fff;
}
.slide .heading:after {
    content: '' !important;
    display: none !important;
}
.slide .heading img {
    display: inline-block;
    margin-top: -80px;
    margin-left: 20px;
}
.slider_element_hidden {
    -webkit-transition: opacity 3s ease-in-out;
    -moz-transition: opacity 3s ease-in-out;
    -ms-transition: opacity 3s ease-in-out;
    -o-transition: opacity 3s ease-in-out;
    opacity: 0;
    transition: 2s;
}
.slide h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-align: left;
}
.slide h4 {
    color: #fff;
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 15px;
}
.slide h5 {
    font-size: 18px;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 30px;
}
.slide .readmore {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    display: block;
}
.slick-dots {
    bottom: 110px;
}

.slick-dots li button {
    width: 12px !important;
    height: 12px !important;
    padding: 3px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0 !important;
}
.slick-dots li.slick-active button {
    background: #87192d !important;
    border-color: #87192d !important;
}
.btn, .gform_wrapper .gform_footer input.button {
    background: #770d29 !important;
    color: #fff;
    border-radius: 0;
    padding: 9px 25px;
    font-weight: 400;
    transition: 0.3s;
    font-size: 13px !important;
    z-index: 100;
    position: relative;
    text-transform: uppercase;
}
.gform_wrapper .gform_footer input.button {
    background: #fff !important;
    color: #770d29 !important;
}
.gform_wrapper .gform_footer input.button:hover {
    background: #fff !important;
    color: #770d29 !important;
}
.btn:hover {
    color: #ccc;
}
.downloadbtnwrapper .btn {
    margin-top:30px;
}
.btn.orange, .gform_wrapper .gform_footer input.button {
    background: #f7671e;
}
.btn.red_transparent {
    color: #ab1f2c;
    border: 1px solid #ab1f2c;
    font-weight: 400;
}
.btn.white {
    background: #fff;
}
.btn.blue2 {
    background: #70b5cc;
}
.btn.active, .btn:active, .gform_wrapper .gform_footer input.button:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.gform_wrapper .top_label .gfield_label {
    display: none !important;
}
.gform_wrapper .gform_footer input.button {
    border: none;
}
.gform_wrapper ul li.gfield {
    clear: both;
    margin-bottom: 35px;
}
h2.title {
    color: #010101;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 30px;
    margin-top: 0;
    clear: both;
    line-height: 1.2;
    width: 97%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 38px;
    max-height: 152px;
}
h2.title.bigger {
    font-size: 34px;
}
h3.title {
    color: #0f4e8c;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 0;
    clear: both;
}
h4.heading {
    color: #901914;
    font-weight: 400 !important;
    margin-bottom: 20px;
    margin-top: 0;
    clear: both;
    font-size: 18px;
    text-transform: uppercase;
}
h4.heading::after {
    content: ' ';
    display: block;
    width: 130px;
    height: 1px;
    background: #901914;
    margin: 15px 0 0;
}

.slick-dots {
    bottom: 10px;
}
.slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 5px;
}
.slick-dots li button:before {
    display: none;
}
.slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 3px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
}
.slick-dots li.slick-active button {
    background: #fff;
}
.slick-slider {
    margin-bottom: 0;
}
.section {
    padding: 50px 0;
}
.section.acgsection {
    padding: 140px 0 80px;
    background: url(images/agcbg.png);
    background-size:  auto 270px;
    background-position: top 100px right 250px;
    background-repeat: no-repeat;
}
.section.graysection {
    background: #f6f6f6;
    padding: 80px 0 60px;
}
body.single-product .graysection,
body.single-application .graysection,
body.single-news .graysection,
body.page .graysection {
    padding: 40px 0 10px;
}
.whitesection { background: #fff !important; }
.fullwidth-responsive, .productimagewrapper img  {
    width: 100%;
    height: auto;
}
.iconred {
    margin-bottom: 20px;
    margin-top: -50px;
}
.content h1 {
    font-size: 34px;
}
.content h2 {
    font-size: 30px;
}
.content h3 {
    font-size: 23px;
}
.content h4 {
    font-weight: 700;
}
.content p, .content ul {
    color: #010101;
    line-height: 1.5;
    font-size: 17px;
    margin-bottom: 20px;
}
.content p strong {
    font-weight: 700;
}
.content p:last-of-type {
    margin-bottom: 10px;
}
.content h1, .content h2, .content h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 400;
    color: #092437;
    line-height: 1.5;
}
.ctablocks {
    margin: 0 -40px 30px;
    overflow: hidden;
}
.ctablock {
    width: 31%;
    float: left;
    background: #fff;
    padding: 55px 40px 55px 45px;
    margin: 0 1% 20px;
    border: 1px solid #dedede;
    transition: 0.3s;
    position: relative;
}
.ctablock:hover {
    background: #f6f6f6;
    transition: 0.3s;
}
.ctablock .readmore {
    position: absolute;
    bottom: 50px;
}
.ctablock .glyph {
    margin-bottom: 20px;
}
.ctablock .glyph .glyph-icon:before {
    font-size: 68px;
    margin-left: 5px;
    color: #87192d;
}
.cta_heading {
    color: #8e8d8d;
    text-transform: uppercase;
    font-size: 16px;
}
.title.cta_title {
    font-size: 32px;
    transition: 0.3s;
}
.ctablock:hover .title {
    color: #87192d;
    transition: 0.3s;
}
.cta_desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 24px;
    max-height: 96px;
    color: #5e5d5d;
    font-size: 17px;
    margin-bottom: 20px;
}
.readmore {
    color: #87192d;
    text-transform: uppercase;
    font-size: 18px;
}
.section.contactsection {
    background: #770d29;
    background-image: url(images/worldmap.png);
    background-size: auto 610px;
    background-repeat: no-repeat;
    background-position: center right;
    padding: 160px 0;
}
#gform_1 .ginput_container > input, #gform_1 .ginput_container > textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 3px solid #ffffff;
    padding: 15px 5px;
    font-size: 16px;
    color: #fff;
}
body.home #gform_1 ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

body.home #gform_1 ::-webkit-input-placeholder {
    color: #fff;
}

body.home #gform_1 ::-moz-placeholder {
    color:#fff;
}

body.home #gform_1 ::-ms-placeholder {
    color:#fff;
}

body.home #gform_1 ::placeholder {
    color:#fff;
}
.whitecontent {
    padding-top: 40px;
}
.whitecontent  * {
    color: #fff !important;
}
.contactinfo > * {
    font-weight: bold;
    font-size: 18px;
}
.contactinfo_row {
    width: 100%;
    overflow: hidden;
}
.contactinfo {
    width: 50%;
    float: left;
}
.contactinfo > * {
    font-weight: bold;
    font-size: 18px;
}







.section.footer {
    background: #fff;
    padding: 180px 0 170px;
}
.footer_text_bold {
    color: #010101;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 25px;
}
.footer_text {
    font-weight: 400;
    color: #010101;
    margin-bottom: 15px;
    font-size: 16px;
}
#menu-footer-menu {
    padding: 0;
}
#menu-footer-menu li{
    list-style: none;
    margin-bottom: 1px;
}
#menu-footer-menu li a {
    color: #010101;
    font-size: 16px;
}
#subscribeFrm input[type="email"] {
    width: 100%;
    border: 1px solid #aaa;
    padding: 8px 10px;
    margin-bottom: 30px;
}
hr {
    margin-top: 30px;
    margin-bottom: 35px;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 1px solid #ccc;
}
.footer_title {
    color: #010101;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    margin: 20px 0 70px;
}
.footer_text_bold a, .footer_text a {
    color: #010101;
}
.footer_texts {
    color: #010101;
    font-size: 15px;
}
.footer_texts a {
    color: #010101;
}
.footerlinks li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}
.dropdown-menu li.menu-item-has-children > a:after {
    content: ">";
    position: absolute;
    right: 15px;
}
.dropdown-menu {
    z-index: 1;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    border: 0;
    left: 0 !important;
    right: auto !important;
    padding-bottom: 0 !important;
    border-top: 2px solid #0f2a55;
    min-width: 200px;
    width: auto;
    margin-top: 0;
    padding-top: 1px;
    max-width: 240px;
    background: #fff;
    left: 50% !important;
    right: auto;
    text-align: left;
    transform: translate(-50%, 0) !important;
}
.dropdown-menu>li{padding:0 15px; border-bottom: 1px solid #ddd;}
.dropdown-menu > li > a {
    display: block;
    padding: 10px 0;
    clear: both;
    color: #313131;
    white-space: pre-wrap;
    border-top: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
}
.dropdown-menu>li:first-child a{border-top:0;}
.dropdown-menu>li:last-child a{border-bottom:0;}
.dropdown-menu>li:hover{}
.dropdown-menu>li a:hover{background: transparent !important; color:#fff !important;}
ul.dropdown-menu li.current-menu-item, ul.dropdown-menu li:hover {
    background: #ac1d2c;
}
ul.dropdown-menu li.current-menu-item a, ul.dropdown-menu li.current-menu-item:hover a {
    color: #fff !important;
}
#menu-main-menu .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100% !important;
}
#menu-main-menu .dropdown-menu.active {
    display: block;
}
.modal-content {
    border-radius: 0;
    padding: 50px;
}
.modal-body {
    padding: 50px 20px;
    border: 1px solid  #0f4e8c;
    text-align: center;
}
.modal-body img {
    margin-bottom: 30px;
}
.modal-body h4 {
    margin-bottom: 20px;
    color:#0f4e8c;
    font-size: 22px;
}
.modal-body p {
    margin-bottom: 40px;
    color:#0f4e8c;
    font-size: 16px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: transparent;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 30px;
    font-style: normal;
    margin-left: 20px;
    color: #333;
}
.glyph {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    background: transparent;
}
.glyph .glyph-icon {
    display: block;
    font-family: "Flaticon";
    line-height: 1;
}
.large_page_header .glyph {
    position: absolute;
    right: 0;
    top: -40px;
}
.sidebar_link {
    border-top: 1px solid #0f4e8c;
    clear: both;
    overflow: hidden;
    width: 100%;
    color: #0f4e8c;
    display: block;
    padding: 2px 0;
    float: left;
    vertical-align: middle;
}
.sidebar_link.active {
    color: #1694d1;
    font-weight: bold;
}
.sidebar_link_icon {
    width: 30%;
    float: left;
}
.content ul {
    list-style: none;

    clear: both;
}
.content ul li {
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
}
.content ul li::before {
    content: ' ';
    content: "•";
    font-size: 20px;
    vertical-align: top;
    color: 455a72;
    float: left;
    margin-right: 10px;
    line-height: 1;
    position: absolute;
    left: 0;
    color: #800000;
    margin-top: 4px;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gallery_items {
    overflow: hidden;
}
.gallery_item div {

    width: 31%;
    height: 200px;
    margin: 0 2% 20px 0;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.slick-prev {
    top: auto;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 0;
    background: transparent;
    bottom: -20px;
    left: 30% !important;
}
.slick-next {
    top: auto;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 0;
    background: transparent;
    bottom: -20px;
    right: 30% !important;
}
.slick-prev::before, .slick-next::before {
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #444;
}
.slick-prev::before {
    content: "\f060";
}
.slick-next::before {
    content: "\f061";
}
.footerlogo {
    width: 100%;
    height: auto;
    max-width: 200px;
    margin-bottom: 40px;
}
.ytplayer-container iframe {
    width: 100% !important;
    height: 100% !important;
}
.ytplayer-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0;
    height: 0;
}
.ytplayer-container iframe {
    position: absolute;
    top: 0;
    left: 0 !important;
    width: 100%;
    height: 100%;
}
.header.sticky > nav{
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.27);
    transition: 0.3s;
}
.page_header {
    height: 230px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.page_header .overlay {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    z-index: 1;
}
.page_header .container {
    position: relative;
    z-index: 10;
}
.page_title {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
}
.page_header_nav {
    padding: 0;
    font-size: 16px;
}
.page_header_nav li {
    list-style: none;
    display: inline-block;
    color: #fff;
}
.page_header_nav li:after {
    content: '>';
    color: #fff;
    margin: 0 5px 0 10px
}
.page_header_nav li:last-child:after {
    content: '';
}
.page_header_nav li a {
    color: #fff;
}
.page_header .container {
    position: relative;
    z-index: 10;
    padding-top: 340px;
}
.mapp-layout {
    width: 100% !important;
    margin: 0 !important;
}
.newsall .title.cta_title, .news_blocks .title.cta_title {
    font-size: 27px;
    -webkit-line-clamp: 5;
    line-height: 30px;
    max-height: 150px;
}
.ctablocks.newsall {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}
.postsmallimgwrapper > img {
    max-width: 60px;
    max-height: 60px;
    float: left;
    margin-bottom: 15px;
}
.item_post_date {

    color: #8e8d8d;
    text-transform: uppercase;
    font-size: 16px;
    margin: 23px 0 0 10px;
    float: left;
}
.news_blocks .ctablock {
    margin: 0 20px;
    width: auto;
}
.news_blocks {
    margin: 0 -50px 20px;
}
.slick-prev {
    top: 50%;
    width: 20px;
    height: 20px;
    left: -40px !important;
    font-size: 27px;
}
.slick-next {
    top: 50%;
    width: 20px;
    height: 20px;
    right: -40px !important;
    font-size: 27px;
}
.slick-prev::before {
    content: "<";
    font-family: 'Overpass', sans-serif;
    font-weight: 300;
    color: #050505;
}
.slick-next::before {
    content: ">";
    font-family: 'Overpass', sans-serif;
    font-weight: 300;
    color: #050505;
}
.smalltitle {
    color: #454545;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px;
}
.page_navigation_dropdown {
    display: none;
}
li.opened > .page_navigation_dropdown {
    display: block;
}
.page_navigation {
    list-style: none;
    padding: 0;
}
.page_navigation a {
    color: #333232;
}
.page_navigation_dropdown {
    list-style: none;
    padding: 0;
}
.page_navigation > li > a {
    text-transform: capitalize;
    padding: 12px 25px 8px 0;
    display: block;
    border-bottom: 1px solid #a1a1a1;
    font-size: 14px;
    position: relative;
}
.page_navigation_dropdown > li > a {
    padding: 10px 0 5px 25px;
    display: block;
    font-size: 14px;
}
.page_navigation .opened > a {
    color: #87192d;
    border-color: #87192d;
}
.page_navigation_dropdown li a:hover, .page_navigation_dropdown li a.current {
    font-weight: bold;
    color: #87192d;
}
.page_navigation > li > a > i {
    /* float: right; */
    color: #333232;
    margin: 0 !important;
    font-size: 22px;
    padding: 10px 15px;
    position: absolute;
    top: 0;
    right: 0;
}
.page_navigation > li > a:hover > i,.page_navigation > li.opened > a > i {
    color: #87192d;
}
.page_navigation a:hover {
    text-decoration: none;

}
.page_navigation a:focus {
    outline: none;
    text-decoration: none;
}
.content table {
    margin-bottom: 10px;
}
.content table td {
    padding: 5px 10px;
}
.content > img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.brochure {
    display: block;
    background: #f6f6f6;
    padding: 15px 35px;
    margin: 15px 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    width: 70%;
}
img.brochureicon {
    margin-right: 15px;
}
.page_navigation_dropdown li a:hover, .page_navigation_dropdown li a.current, .page_navigation .opened > a, .content a {
    color: #d22b4a;
}

body.single-application .section.footer,
body.single-product .section.footer,
body.single-news .section.footer,
body.page .section.footer {
    padding-top: 30px;
}
.hrwrapper hr {
    margin-top: 70px;
}

.accordion {
    background-color: #87192d;
    color: #fff;
    cursor: pointer;
    padding: 12px 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-bottom: 2px;
}
.active, .accordion:hover {
    background-color: #111;
}
.accordion:after {
    content: "\f0d7";
    font-family: FontAwesome;
    color: #fff;
    float: right;
    margin-left: 15px;
}
.active:after {
    content: "\f0d8";
}
.panel {
    padding: 0;
    background-color: white;
    display: none;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
}
.company_line {
    overflow: hidden;
    padding: 10px 0 0px 25px;
}

.company_line p:first-child {
    width: 30%;
    float: left;
    font-weight: bold;
}
.company_line p:last-child {
    width: 70%;
    float: left;
}
.product_slider .row.slick-slide {
    margin-left: 0;
    margin-right: 0;
}
a.page_navigation_bigger {
    font-size: 16px !important;
}
.footer a:hover {
    color: #770d29 !important;
}
.gform_wrapper .gform_footer p > br {
    display: none;
}
img.size-full {
    max-width: 100%;
    height: auto;
}
.content a > img {
    border: 2px solid #87192d;
    padding: 10px;
}
.contentlinkwrapper {
    position: relative;
}
.content a[data-fancybox]:after {
    content: "\f002";
    font-family: FontAwesome;
    color: #fff;
    background: #87192d;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    padding-top: 3px;
}
p.mainimage img {
    max-height: 300px;
    width: auto;
    margin: 0 auto;
    display: block;
}
p.mainimage  {
    text-align: center;
}
p.mainimage .contentlinkwrapper {
    display: inline-block;
}
@media screen and (min-width: 1440px) {
    .row.image_text_block > div:first-child { padding-right: 35px; }
    .row.image_text_block > div:last-child { padding-left: 35px; }
    .page_intro_image {
        height: 320px;
        width: 570px;
    }
    .project_description, .page_intro_description {
        width: 570px;
        margin-left: -140px;
        padding: 50px 70px 45px 110px;
    }


}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .navbar-brand > img {
        height: 61px;
        margin-top: 0;
        width: 200px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 15px;
        padding-left: 12px;
        padding-right: 12px;
    }
    #menu-main-menu {
        margin-top: 25px;
    }
    .slide {
        height: 820px;
        padding-top: 230px;
    }
    .section.footer {
        padding: 150px 0 145px;
    }
    body {
        padding-top: 126px;
    }
}
@media screen and (min-width: 1200px) {
    .btn { font-size: 16px !important; }
}
@media screen and (max-width: 1024px) {

}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    body {
        padding-top: 120px;
    }
    .navbar-brand > img {
        height: 55px;
        margin-top: 0;
        width: 180px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #menu-main-menu {
        margin-top: 20px;
    }
    .slide {
        height: 700px;
        padding-top: 200px;
    }
    .slide .slide_content {
        width: 75%;
    }
    .section.acgsection {
        padding: 110px 0 55px;
        background-size: auto 175px;
        background-position: top 100px right 130px;
    }
    h2.title {
        font-size: 28px;
        -webkit-line-clamp: 4;
        line-height: 35px;
        max-height: 140px;
    }
    .cta_heading {
        font-size: 13px;
    }
    .title.cta_title {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .cta_desc {
        -webkit-line-clamp: 4;
        line-height: 22px;
        max-height: 88px;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .section.contactsection {
        padding: 100px 0;
    }
    .section.footer {
        padding: 110px 0 100px;
    }
    .footer_text {
        font-size: 15px;
    }
    #menu-footer-menu li a {
        font-size: 15px;
    }
    .newsall .title.cta_title, .news_blocks .title.cta_title {
        font-size: 24px;
        line-height: 28px;
        max-height: 142px;
    }
    .ctablock {
        padding: 45px 35px 45px 40px;
    }
    .ctablock .readmore {
        bottom: 40px;
    }
    .page_header {
        height: 210px;
    }
    .page_navigation > li > a {
        font-size: 14px;
    }
    .page_navigation_dropdown > li > a {
        padding: 7px 0 4px 20px;
        font-size: 13px;
    }
    .page_navigation > li > a > i {
        margin: -11px 5px 0 0;
        font-size: 18px;
        padding: 10px;
    }
}
@media screen and (min-width: 992px) {

}
@media screen and (min-width: 768px) and  (max-width: 1024px) {
    .ctablock {
        width: 48%;
    }
    .ctablocks {
        margin: 0 -15px 30px;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    body {
        padding-top: 107px;
    }
    .navbar-brand > img {
        height: 42px;
        margin-top: 0;
        width: 140px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 12px;
        padding-left: 9px;
        padding-right: 9px;
    }
    #menu-main-menu {
        margin-top: 13px;
    }
    .slide {
        height: 600px;
        padding-top: 160px;
    }
    .slide .heading {
        font-size: 15px;
    }
    .slide .heading img {
        margin-top: -50px;
        height: 50px;
    }
    .slide h2 {
        font-size: 30px;
    }
    .slide h5 {
        font-size: 16px;
    }
    .slide .readmore {
        font-size: 18px;
    }
    .slide .slide_content {
        width: 75%;
    }
    .section.acgsection {
        padding: 90px 0 35px;
        background-size: auto 125px;
        background-position: top 80px right 80px;
    }
    h2.title {
        font-size: 24px;
        -webkit-line-clamp: 4;
        line-height: 32px;
        max-height: 128px;
    }
    .cta_heading {
        font-size: 12px;
    }
    .title.cta_title {
        font-size: 23px;
        margin-bottom: 15px;
    }
    .cta_desc {
        -webkit-line-clamp: 4;
        line-height: 22px;
        max-height: 88px;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .readmore {
        font-size: 16px;
    }
    h4.heading {
        margin-bottom: 15px;
        font-size: 16px;
    }
    .section.contactsection {
        padding: 60px 0;
    }
    .section.footer {
        padding: 60px 0 50px;
    }
    .footer_text {
        font-size: 15px;
    }
    .footer_title_subscribe {
        margin-bottom: 20px;
        clear: both;
    }
    #menu-footer-menu li a {
        font-size: 15px;
    }
    .newsall .title.cta_title, .news_blocks .title.cta_title {
        font-size: 24px;
        line-height: 28px;
        max-height: 142px;
    }
    .ctablock {
        padding: 35px 30px 35px 30px;
    }
    .ctablock .readmore {
        bottom: 30px;
    }
    .ctablock .glyph .glyph-icon:before {
        font-size: 45px;
    }
    .ctablock .glyph {
        margin-bottom: 10px;
    }
    .page_header {
        height: 190px;
    }
    .page_navigation > li > a {
        font-size: 14px;
    }
    .page_navigation_dropdown > li > a {
        padding: 7px 0 4px 20px;
        font-size: 13px;
    }
    .page_navigation > li > a > i {
        margin: -11px 5px 0 0;
        font-size: 18px;
        padding: 10px;
    }
    .content p, .content ul {
        font-size: 15px;
    }
    .footerlogo {
        max-width: 150px;
        margin-bottom: 25px;
    }
    .footer_title {
        margin: 20px 0 35px;
    }
    form#subscribeFrm {
        width: 50%;
    }
    .footer .col-md-6.col-sm-12.text-right {
        text-align: left;
    }
    .footer .col-md-6.col-sm-12.text-right ul {
        padding: 0;
        margin-top: 20px;
    }
    .downloadbtnwrapper .btn {
        margin-top: 30px;
        width: 100%;
        padding: 9px 0;
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .col-sm-8.content_col {
        width: 65.666667%;
        margin-left: 4.33333%;
    }
    .sidebar_col {
        width: 30%;
    }
}
@media screen and (max-width: 767px) {
    body {
        padding-top: 98px;
    }
    .navbar-default {
        padding: 10px 0 10px;
    }
    .navbar-default .navbar-nav > li > a > span {
        float: right;
        margin-right: 20px;
    }
    .navbar-nav > li > .dropdown-menu {
        position: relative;
        background: transparent;
        top: auto;
        left: 0 !important;
        transform: translate(0, 0) !important;
        width: 100%;
        max-width: 100%;
        text-align: left;
        padding-left: 10px;
        border: none;
    }
    .dropdown-menu > li > a {
        border-bottom: none;
        font-size: 13px;
    }
    .dropdown-menu > li {
        padding: 0;
        border-bottom: none;
    }
    .ctablocks {
        margin: 0 0 30px;
    }
    .navbar-brand>img {
        height: 58px;
        width: 190px;
    }
    .navbar-toggle {
        padding: 9px 10px;
        margin-top: 20px;
        background-color: transparent;
        border: none;
    }
    .navbar-toggle .icon-bar {
        width: 30px;
        height: 3px;
        border-radius: 0;
        background-color:#000 !important;
    }
    .slide {
        height: 500px;
        padding-top: 130px;
    }
    .slide .heading {
        font-size: 15px;
    }
    .slide .heading img {
        margin-top: -45px;
        height: 45px;
    }
    .slide h2 {
        font-size: 26px;
    }
    .slide h5 {
        font-size: 15px;
    }
    .slide .readmore {
        font-size: 16px;
    }
    .slide .slide_content {
        width: 78%;
    }
    .section.acgsection {
        padding: 60px 0 30px;
        background-size: auto 110px;
        background-position: top 60px right 40px;
        background-repeat: no-repeat;
    }
    .slider + .section.acgsection {
        padding-top: 20px;
    }
    h2.title {
        font-size: 24px;
        margin-bottom: 20px;
        width: 100%;
        -webkit-line-clamp: 4;
        line-height: 30px;
        max-height: 120px;
    }
    .iconred {
        margin-bottom: 20px;
        margin-top: 0;
        max-width: 300px;
    }
    .content p, .content ul {
        font-size: 15px;
    }
    .ctablock {
        width: 100%;
        float: left;
        background: #fff;
        padding: 35px 30px 30px 35px;
        margin: 0 0 20px;
        border: 1px solid #dedede;
        transition: 0.3s;
        height: auto !important;
    }
    .ctablock .readmore {
        bottom: 25px;
    }
    .title.cta_title {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .ctablock .glyph {
        margin-bottom: 10px;
    }
    .cta_heading {
        font-size: 15px;
    }
    .cta_desc {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .section.contactsection {
        background-size: 90% auto;
        background-position: center;
        padding: 40px 0;
    }
    .section.footer {
        padding: 70px 0 50px;
    }
    .footerlogo {
        max-width: 140px;
        margin-bottom: 25px;
    }
    .footer_title {
        font-size: 16px;
        font-weight: bold;
        margin: 15px 0 40px;
    }
    p.footer_title.footer_title_subscribe {
        margin-bottom: 10px;
        clear: both;
    }
    .footer .col-md-6.col-sm-12.text-right {
        text-align: left;
    }
    .footer .col-md-6.col-sm-12.text-right ul {
        padding: 0;
        margin-top: 20px;
    }
    .page_header {
        height: 160px;
    }
    .page_title {
        font-size: 30px;
    }
    .cta_desc p {
        margin: 0;
    }
    .postsmallimgwrapper > img {
        max-width: 50px;
        max-height: 50px;
        float: left;
        margin-bottom: 10px;
    }
    .item_post_date {
        font-size: 15px;
        margin: 28px 0 0 10px;
    }
    .newsall .title.cta_title, .news_blocks .title.cta_title {
        font-size: 22px;
        -webkit-line-clamp: 5;
        line-height: 25px;
        max-height: 125px;
    }
    .readmore {
        font-size: 16px;
    }
    .news_blocks {
        margin: 0 0 20px;
    }
    .news_blocks .ctablock {
        margin: 0 1px 0 0;
    }
    .content img {
        max-width: 100%;
        height: auto;
    }
    .brochure {
        padding: 12px 25px;
        margin: 15px 0;
        font-size: 15px;
        width: 100%;
    }
    .product_slider .slick-prev, .product_slider .slick-next {
        display: none !important;
    }
    .page_header_nav { display: none; }
    .page_header {
        height: auto !important;
        padding-top: 11% !important;
    }
    .ctablock .readmore {
        position: relative;
        bottom: 0 !important;
    }
    .page_header .container {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 600px) {
    .page_header_nav { display: none !important; }
}

@media screen and (max-width: 550px) {
    .slide {
        height: 450px;
        padding-top: 110px;
    }
    .slide .heading {
        font-size: 14px;
    }
    .slide .heading img {
        margin-top: -40px;
        height: 40px;
    }
    .slide h2 {
        font-size: 23px;
    }
    .slide h5 {
        font-size: 15px;
    }
    .slide .readmore {
        font-size: 15px;
    }
    .slide .slide_content {
        width: 80%;
    }
    .page_header {
        height: 140px;
    }
    .page_title {
        font-size: 28px;
    }
}

@media screen and (max-width: 480px) {
    .title.cta_title {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .cta_desc {
        font-size: 15px;
    }
    .cta_heading {
        font-size: 14px;
    }
    .footerrow > div {
        width: 100%;
    }
    .footer_title {
        margin: 15px 0;
    }
    h2.title {
        font-size: 20px;
        margin-bottom: 15px;
        -webkit-line-clamp: 4;
        line-height: 25px;
        max-height: 100px;
    }
    .page_header {
        height: 130px;
    }
    .page_title {
        font-size: 24px;
    }
    .section.graysection {
        padding: 50px 0 30px;
    }
    .newsall .ctablock {
        padding: 25px 25px 20px 25px;
        margin: 0 0 15px;
    }
    .ctablock .readmore {
        bottom: 15px;
    }
    .newsall .title.cta_title, .news_blocks .title.cta_title {
        font-size: 20px;
    }
    .cta_desc {
        font-size: 15px;
        -webkit-line-clamp: 4;
        line-height: 22px;
        max-height: 88px;
    }
}


@media screen and (max-width: 420px) {
    .slide h2 {
        font-size: 20px;
    }
    .slide .heading img {
        margin-top: -35px;
        height: 35px;
    }
    .slide .slide_content {
        width: 100%;
    }
    .slide .heading {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .slide {
        height: 400px;
        padding-top: 80px;
    }
    .section.graysection {
        padding: 40px 0 20px;
    }
}

@media screen and (max-width: 360px) {

}

@media screen and (max-width: 320px) {

}
