/*-----------------------
    project:NanoDB
    Author: nvb-phases
-----------------------*/
/***Browser warning***/
.browser_warning{
    background:red;
        color:#fff;
        text-align:center;
        padding:20px 0;
    }
.browser_warning a{
    color:blue;
        font-weight:bold;
    }

body{
    padding:0;
    margin:0;
    font-family: 'Lato', sans-serif!important;
    background:#f8f7f7;
    font-size: 13px;
}
body a{
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}

input[type="button"],
input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

a,
a:hover {
    outline: none !important;
    text-decoration: none;
}

a:active,
a:focus {
    text-decoration: none;
}
/*a:focus {
    color: #fff;
}*/

img {
    max-width: 100%;
    height: auto;
}

.lblgroup1
{
    position:relative;
}
.ajax_loader
{
      position: absolute;
      top: 29%;
      left: 41%;
      display:none;
}
.delete_ajax_loader {
     display:none;
     position: absolute;
     left: 41%;
     margin-top: 10px;
}

.datefilter {
    margin-bottom:5px;
}
/*----Start header----*/

.header {
    background: url(../Images/banner.jpg) no-repeat center top;
    min-height: 800px;
    background-size: cover;
}

.header_top {
    margin-top: 30px;
}
/*--menu---*/

.navbar-inverse {
    background: none;
    border: none;
}

.main-nav li a {
    color: #fff!important;
    font-size: 14;
    font-weight: bold;
    text-transform: uppercase;
}

li.dropdown.flag > a {
    background: url(../Images/down-arrow.png) no-repeat;
    padding-right: 27px!important;
    background-position: 90% 58%!important;
}
.txt-tel{display:none;}
@media (min-width: 1000px) {}

@media (min-width: 769px) {
    .navbar-right {
        float: right !important;
        margin-right: -15px;
        margin-top: 17px;
    }
    .nav > li > a {
        padding: 3px 18px;
    }
    .navbar-right .dropdown-menu {
        min-width: 63px!important;
        max-width: 345px!important;
        background: rgba(70, 98, 90, 0.6);
    }
    .navbar-right .dropdown-menu a {
        background: none!important;
    }
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: rgba(70, 98, 90, 0.6);
    }
    li.dropdown.flag {
        border-left: 1px solid rgba(70, 98, 90, 0.6);
    }
    li.dropdown.flag a {
        padding-right: 16px;
    }
}
/*--banner--*/

.banner_content {
    margin: 0 auto;
    float: none;
    color: #fff;
    padding-top: 95px;
    /*129px*/
}

.banner_content h1,
.banner_content h5 {
    text-align: center;
    color: #fff;
}

.banner_content h1 {
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 900;
}

.banner_content h5 {
    font-size: 22px;
    padding-top: 4px;
}

.search_box {
    display: block;
    margin: 0 auto;
    float: none;
    max-width: 640px;
    margin-top: 70px;
}

.search_box input[type="text"] {
    background: #fff;
    box-shadow: none;
    width: 90%;
    padding: 0 24px;
    height: 60px;
    margin-left: 0;
    color: #85868b;
    font-size: 17px;
    float: left;
    border-top: 1px solid #425c56;
    border-bottom: 1px solid #425c56;
    border-left: 1px solid #425c56;
    border-right: none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.search_box button {
    height: 60px;
    background: #1772b2;
    box-shadow: none;
    float: left;
    width: 10%;
    border-top: 1px solid #425c56;
    border-bottom: 1px solid #425c56;
    border-right: 1px solid #425c56;
    border-left: none;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.search_form-inner::-webkit-input-placeholder {
    color: #153429;
}

.search_form-inner:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    
    color: #153429;
    opacity: 1;
}

.search_form-inner::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    
    color: #153429;
    opacity: 1;
}

.search_form-inner:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    
    color: #153429;
}

.counter_wrapper p {
    color: #cdeee6;
}
/*--Product counter---*/

.Product_couter {
    margin-top: 78px!important;
    max-width: 271px;
    margin: 0 auto;
    float: none;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
}

.counter_wrapper ul {
    display: block;
    list-style: none;
    padding: 15px 0px 7px 0px;
}

.counter_wrapper ul li {
    float: left;
}

.counter_wrapper ul li {
    display: block;
    width: 50px;
    height: 75px;
    line-height: 75px;
    float: left;
    margin-right: 5px;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    position: relative;
    background: rgba(240, 250, 247, 0.3);
}

.counter_wrapper ul li.dot {
    background: none;
    -pie-background: none;
    border: none;
    width: 16px;
}
/*--Introduction section---*/

.intro_sec {
    background: #fff;
    padding: 96px 0px 82px 0px;
}

.intro_text {
    padding-right: 6%!important;
}

.intro_text h1 {
    font-weight: 900;
    font-size: 40px;
    line-height: 40px;
    color: #3e3f43;
    text-transform: uppercase;
}

.text_highlight {
    font-size: 20px;
    color: #85868b;
    line-height: 28px;
    padding: 25px 0px 26px 0px;
}

.common_p {
    font-size: 15px;
    color: #85868b;
    line-height: 25px;
}

.button_holder {
    padding-top: 26px;
}

.main_btn {
    background: #1772b2;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    height: 36px;
    padding: 10px 45px;
    border-radius: 3px;
    display: inline-block;
}

.main_btn:hover {
    color: #fff;
    background: #4399D5;
}

.intro_img_sec ul {
    list-style: none;
}

.intro_img_sec ul li {
    float: left;
}

.intro_img_sec ul li:last-child {
    padding-left: 20px;
}
/*---Latest news and products---*/

.latest_contents {
    padding: 74px 0px 88px 0px;
    background: #f3f4f7;
}
.wta-btn-div{
     margin-top: 41px;
     padding-right: 0;
}
.wta-btn{
    float: right;
    padding-right: 0;
}
.latest_news {
    padding-right: 0!important;
}

.latest_news h1,
.latest_products h1 {
    color: #3e3f43;
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
    padding-bottom: 32px;
    text-transform: uppercase;
}

.news_block {
    padding: 15px 0px 22px 0px!important;
}
.news-image-detail {
    margin-bottom: 16px;
}

.image_holder {
    padding-left: 0!important;
    max-width: 190px;
}

.news_content {
    padding-right: 25px!important;
}

.news_content .date {
    color: #85868b;
    line-height: 14px;
    font-weight: normal;
}

.news_content h3 {
    color: #1e674e;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0px 18px 0px;
}

.read_more {
    padding-top: 18px;
    color: #1e674e;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    display: inline-block;
}

.read_more:after {
    content: ">";
    padding-left: 5px;
}

.find_btn {
    margin-top: 10px;
    padding: 10px 30px;
}

ul.right {
    margin-top: 16px;
    padding-bottom: 4px;
}

ul.right li a h2 {
    color: #1e674e;
    font-size: 18px;
    font-weight: bold;
}

ul.right li {
    display: block;
    margin-bottom: 20px;
    border: 1px #e3e2e2 solid;
    border-radius: 5px;
    padding: 19px 40px 18px 25px;
    background: #ffffff url(../Images/pdt-left-arrow.png) no-repeat;
    position: relative;
    background-position: 95% 50%;
    position: relative;
}

ul.right li p,
ul.right li p a {
    font-size: 14px;
    margin: 0px;
    color: #85868b;
    padding-top: 3px;
}

ul.right li p span {
    padding-left: 16px;
}
/*---footer---*/

.footer_wrapper {
    background: #fff;
}

.client_group {
    padding: 30px 0px;
}

.client_item {
    text-align: center;
}
/*--footer--*/

.footer {
    border-top: 1px solid #e5e5e5;
    padding: 20px 0px 24px 0px!important;
    margin: 0 10px;
}

.footer-left-content {
    float: left;
    padding-left: 0!important;
}

.footer-left-content ul {
    list-style: none;
    font-size: 15px;
    color: #85868b;
}

.footer-left-content ul li {
    float: left;
    margin-right: 30px;
}

.footer-right-content {
    float: right;
    padding-right: 0!important;
    font-size: 15px;
}

.footer a {
    color: #1e674e;
}

.col-sm-2.footer-right-content a {
    float: right;
}

.email {
    background: url(../Images/mail-icon.png) no-repeat;
    padding-left: 23px;
    background-position: 0px 6px;
}
/*---Updated ---*/

section.footer_wrapper .container {
    border-top: 1px solid #e5e5e5;
}

.home-footer.container {
    border-top: none!important;
}

ul.footer_clients_list {
    list-style: none;
}

ul.footer_clients_list li {
    float: left;
    padding: 10px 39px;
}

.home-footer .container {
    border: none!important;
}
/*----Search page-----*/

.search-header {
    height: auto;
    min-height: 300px;
}

.top_heading {
    color: #fff;
    margin-top: 38px;
}

.backarrow {
    width: 39px;
    float: left;
    margin-right: 26px;
    margin-top: 7px;
    padding: 22px 0px;
    border-right: 1px solid #66817a;
}

.backarrow a {
    padding: 20px 0px;
}

.heading_content {
    width: 90%;
    float: right;
}

.top_heading h1 {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
}

.breadcrumb {
    background: none;
    padding: 8px 15px 8px 0px;
    margin-bottom: 0!important;
}

.breadcrumb a {
    color: #fff;
    font-size: 15px;
    color: #cdeee6;
}

.breadcrumb > .active {
  color: #81D7C2;
}

.submit_btn {
    float: right;
    margin-top: 59px;
    /*  margin-right: 10px;*/
    
    padding: 10px 29px;
}
/*----Content styling---*/

.main-content {
    background: #fff;
    padding-top: 48px;
}

.search_left_content {
    width: 300px;
}

.search_form-inner {
    padding-bottom: 18px;
}

.search_form-inner input[type="text"] {
    border: none;
    background: #fff;
    box-shadow: none;
    width: 87%;
    padding: 0 16px;
    height: 43px;
    color: #153429;
    margin-left: 0;
    color: #85868b;
    font-size: 17px;
    float: left;
    border-top: 1px solid #cdcccc;
    border-bottom: 1px solid #cdcccc;
    border-left: 1px solid #cdcccc;
    border-right: none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    box-shadow: inset 0px 0px 7px 0px #D4D0D0;
    -webkit-box-shadow: inset 0px 0px 7px 0px #D4D0D0;
    -moz-box-shadow: inset 0px 0px 7px 0px #D4D0D0;
    -o-box-shadow: inset 0px 0px 7px 0px #D4D0D0;
}

.search_form-inner button {
    height: 43px;
    background: #1772b2;
    box-shadow: none;
    float: left;
    width: 13%;
    border-top: 1px solid #cdcccc;
    border-bottom: 1px solid #cdcccc;
    border-right: 1px solid #cdcccc;
    border-left: none;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.aside_heading {
    font-size: 16px;
    font-weight: 900;
    color: #3e3f43;
    text-transform: uppercase;
    padding: 20px 0px 25px 0px;
    border-bottom: 1px solid #d9d9d9;
}

.catagories_heading {
    color: #d9d9d9;
}
/* First Accordian */

.accordion-plus {
    width: 100%;
    margin-top: 25px;
}

.accordion-plus .accordion-head {
    color: #1e674e;
    border-bottom: 1px solid #fff;
    position: relative;
    padding-bottom: 15px;
    font-size: 15px;
    cursor: pointer;
    margin: 0;
}

.accordion-plus .accordion-head * {
    cursor: pointer;
    margin: 0;
    font-size: 15px;
}

.accordion-plus .accordion-head span {
    float: right;
    font-size: 18px;
    font-weight: bold;
    color: #c6c6c6;
}

.accordion-plus .accordion-body {
    border-bottom: 1px solid #fff;
    height: auto;
    display: none;
}

.special_head {
    color: #1772b2;
    font-weight: bold;
}
/*/Second Accordian*/

.accordion_arrow {
    width: 100%;
}

.accordion_arrow .accordion_arrow-head {
    color: #3e3f43;
    border-bottom: 1px solid #fff;
    position: relative;
    padding-top: 15px;
    padding-bottom: 14px;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 1px solid #d9d9d9;
}

.accordion_arrow .accordion_arrow-head * {
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color: #3e3f43;
}

.accordion_arrow .accordion_arrow-head span {
    width: 12px;
    height: 10px;
    margin-top: 5px;
    float: right;
}

.accordion_arrow .accordion_arrow-body {
    border-bottom: 1px solid #fff;
    height: auto;
    display: none;
    border-bottom: 1px solid #d9d9d9;
}

.arrowdown {
    background: url(../Images/downarrow.png) no-repeat;
    width: 25px;
    height: 15px;
}

.arrowup {
    background: url(../Images/uparrow.png) no-repeat;
    width: 25px;
    height: 15px;
}
/*--Accordian inner content----*/

.panel_box {
    max-height: 350px;
    overflow-y: scroll;
    margin: 25px 0px;
}

.checkbox-group {
    padding-bottom: 12px;
}

input.search__field {
    width: 100%;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 3px 0px;
    margin-top: 10px;
}

input[type=checkbox]:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../Images/checkbox.jpg) no-repeat;
}

input[type=checkbox]:checked:before {
    background-position: 0px -18px!important;
    background: url(../Images/checkbox.jpg) no-repeat;
}

.checkbox-group label {
    padding-left: 14px;
    font-size: 14px;
    color: #1e674e;
    font-weight: normal;
}

.inner_checkbox_wrapper {
    padding-left: 20px;
    padding-top: 15px;
}

.inner_checkbox_wrapper .checkbox-group input {
  vertical-align: top;
}
.inner_checkbox_wrapper .checkbox-group label{
width:92%
}

.inner_span {
    float: right;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #c6c6c6;
    padding-right: 5px;
}

.search_right_content {
    padding-left: 40px!important;
    font-family: 'Lato', sans-serif!important;
}

.search_result_list {
    list-style: none;
}

.search_result_list>li {
    display: block;
    border-radius: 5px;
    border: 1px solid #e4e3e3;
    margin-bottom: 20px;
}

.product_image,
.product_description {
    padding: 0!important;
}

.product_description_inner h3 {
    color: #1e674e;
    font-size: 18px;
    font-weight: bold;
    padding-right: 40px;
    display: inline-block;
    background: url(../Images/right_arrow.png) no-repeat;
    background-position: 90% 50%;
    margin: 24px 0px;
}

.product_description_inner ul {
    border: none;
    list-style: none;
    margin-top: -9px;
}

.product_description_inner ul li label {
    padding-right: 22px;
    color: #4f5053;
    font-weight: bold;
}

.product_description_inner ul li {
    color: #85868b;
    padding-bottom: 3px
}

.product_risk {
    padding-top: 42px;
}

.product_risk p {
    color: #4f5053;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.product_risk ul {
    list-style: none;
    width: 85%;
    margin: 0 auto;
    padding-top: 10px;
}

.product_risk ul li {
    float: left;
}

.search_result {
    position: relative;
    font-size: 20px;
    z-index: 1;
    overflow: hidden;
    text-align: left;
    font-weight: 900;
    color: #acadb2;
    text-transform: uppercase;
    margin-bottom: 34px;
}

.search_result span {
    color: #3e3f43;
}

.search_result:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 100%;
    margin-left: 10px;
    height: 1px;
    content: '\a0';
    background-color: #e4e3e3;
}
.hide{
    display: none;
}
.loadmore_btn_hoder {
    text-align: center;
    margin: 30px 0 60px 0;
}
/*Product detail page---*/

.top_container {
    padding-bottom: 55px;
}

.product_img img {
    border-radius: 5px;
    border: 1px solid #e4e3e3;
}

.product_features h1 {
    font-size: 26px;
    color: #1e674e;
    font-weight: bold;
    margin-bottom: 20px;
}

.product_features ul {
    list-style: none;
}

.product_features ul li {
    float: left;
    color: #85868b;
    font-size: 15px;
    padding-right: 40px;
}

.product_features ul li span {
    color: #4f5053;
    font-size: 15px;
    font-weight: bold;
    padding-right: 22px;
}

.pdt_features_main_wrapper {
    margin-top: 35px;
}

.exposure_details,
.effect-details {
    background: #f3f4f7;
    border: 1px solid #e4e3e3;
    border-radius: 5px;
}

.exposure_details h4,
.effect-details h4 {
    display: inline-block;
    background: #1e674e;
    padding: 6px 9px;
    border-radius: 2px;
    position: absolute;
    top: -12px;
    left: 24px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
}

.exposure_details ul,
.effect-details ul {
    list-style: none;
}

.exposure_details ul li {
    float: left;
    width: 33.33%;
    text-align: center;
    padding: 25px 0 20px 0;
}

.exposure_details ul li p,
.effect-details ul li p {
    text-align: center;
    color: #4f5053;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
}

.effect-details ul li {
    width: 50%;
    float: left;
    text-align: center;
    padding: 25px 0 20px 0;
}

.pdt_detail_wrapper {
    margin-top: 53px;
}

.pdt_info_wrapper h2,
.Pdt_details h2 {
    color: #1e674e;
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 8px;
}

.pdt_info_wrapper p {
    padding: 17px 0px 6px 0px;
    color: #85868b;
    font-size: 15px;
    line-height: 24px;
}

.Pdt_details ul {
    padding: 19px 0px 40px 0px;
    font-size: 15px;
    color: #85868b;
    list-style: none;
}

.Pdt_details ul li {
    padding-bottom: 18px;
}

.Pdt_details ul li label {
    font-weight: bold;
    width: 50%;
    padding-right: 10px;
    text-align: left;
    color: #4f5053;
    display: inline-table;
}

.Pdt_details ul li span {
    width: 48%;
    float: right;
    display: inline-table;
}
/*--Others say section---*/

.Other_say_section {
    padding: 47px 0px 75px 0px;
    border-top: 1px solid #e5e5e5;
}

.Other_say_section h2 {
    color: #1e674e;
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 20px;
}

.Other_say_section p {
    color: #85868b;
    font-size: 15px;
    padding: 20px 0px;
}

.data_sheets h1 {
    font-weight: bold;
    font-size: 26px;
    color: #1e674e;
    padding-top: 54px;
    padding-bottom: 20px;
}

.data_sheets ul {
    list-style: none;
}

.data_sheets ul li {
    padding: 11px 0px;
}

.data_sheets ul li .image_sec,
.data_sheets ul li .data_sheet_details {
    float: left;
}

.data_sheets ul li .image_sec {
    width: 15%;
}

.data_sheets ul li .data_sheet_details {
    width: 85%;
}

.data_sheets ul li .data_sheet_details h3 {
    color: #4f5053;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
}

.data_sheets ul li .data_sheet_details p {
    font-size: 15px;
    color: #85868b;
}
/*------Other pages-----*/

.main_content_inner h1 {
    color: #3e3f43;
    font-size: 30px;
    font-weight: 900;
    padding-bottom: 20px;
}

.main_content_inner h2 {
    color: #3e3f43;
    font-size: 24px;
    font-weight: 900;
    padding-bottom: 20px;
}

button.main_btn.form_submit_btn {
    box-shadow: none;
    border: none;
    margin-top: 20px;
}

input.form-control {
    height: 40px;
}

.news_container {
    list-style: none;
}

.news-block {
    margin: 20px 0px 30px 0px;
    border-bottom: 1px solid #e5e5e5;
}

.news_content_inner h1 {
    color: #1e674e;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
}

.news_content_inner h5 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 20px;
}

.news_content_inner p {
    padding: 10px 0px;
}

.Other_say_section a {
    text-decoration: underline;
}
.ajax-container {
      position: absolute;
      top: 341px;
      left: 444px;
      display:none;
}


.error_container {
  min-height: 562px;
}

.error_container p {
  font-weight: 600;
}

/*SITEMAP*/
li.level-2 {
  font-size: 18px;
  color: #31AC81;
  font-weight: 400;
  padding: 5px 0;
}

li.level-2 > a{
color: #31AC81;
font-weight: 400;
}

li.level-2> ul{
margin-left:30px;
padding:15px 0
}

li.level-2> ul> li {
 font-size:16px;
 color: #545454;
 list-style-type: inline;
 padding: 5px 0;
}

li.level-2> ul> li > a{
 color: #9C9C9C;
}

li.level-2> ul> li ul{
    margin-left:40px;
    color:#ccc;
}

li.level-2> ul> li ul{
    font-size:14px;
}

li.level-2> ul> li ul a{
    color: rgb(73, 186, 148);
}

/*=======Media Queries======*/

@media (min-width: 768px) {
    /*--bootstrap overide--*/
    
    .container {
        max-width: 1200px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .mobilecatagory_menu {
        display: none;
    }
    .navbar-right {
        margin-right: -2%!important; 
    }
    .intro_text h1 {
        margin-top: -7px!important;
    }
    .pagination > li > a,
    .pagination > li > span {
        padding: 11px 17px;
        color: #C2C2C2;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
    }
    .col2,
    .col1 {
        padding-right: 0px;
        padding-left: 20px;
    }
    .product_description_inner ul li label {
        width: 31%;
    }
    .product_img {
        padding-top: 9px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
    .news_content {
        min-width: 490px;
    }
    .top_heading {
        padding-left: 0!important;
    }
    .logo img {
        /*padding-left: 10px;*/
    }
    .exposure_wrapper,
    .pdt_info_wrapper {
        padding-left: 0!important;
    }
    .exposure_details h4 {
        left: 14px!important;
    }
    .effect_wrapper {
        padding-right: 0!important;
    }
    .search_right_content {
        float: right;
    }
    ul.footer_clients_list li:first-child {
        padding-left: 10px;
    }
    ul.footer_clients_list li:last-child {
        padding-right: 10px;
    }
    .col-sm-5.latest_products {
        max-width: 480px;
        float: right;
    }
	ul.nav.navbar-nav.navbar-right.main-nav{
		margin-right: 0!important;
	}
}

@media (max-width: 1200px) {
    .news_content {
        padding-right: 0!important;
    }
    .nav > li > a {
        padding: 3px 10px;
    }
    .backarrow {
        width: auto;
        float: left;
        height: 70px;
        margin-right: 26px;
        margin-top: 2px;
        padding: 22px 0px;
        border: none;
    }
    .heading_content {
        width: auto;
        float: none;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .search_left_content {
        width: 25%!important;
    }
}

@media (max-width: 1199px) and (min-width: 1025px) {
    .nav > li > a {
        padding: 3px 8px!important;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .client_item {
        width: 50%;
    }
    section#home .container {
        width: 93%;
    }
    .nav > li > a {
        padding: 3px 5px!important;
    }
    .search_right_content {
        padding-left: 0!important;
    }
}

@media (max-width: 767px) {
    .news_content_inner p {
        word-break: break-word;
    }
    .latest_contents {
        padding: 30px 0px;
    }
    .button_holder {
        padding: 20px 0px 40px 0px;
    }
    .intro_text,
    .intro_img_sec {
        margin-bottom: 20px;
    }
    .banner_content {
        padding-top: 40px;
        padding-left: 0;
        padding-right: 0;
    }
    .banner_content h1 {
        font-size: 30px;
    }
    .banner_content h5 {
        font-size: 17px;
    }
    .news_content {
        padding: 10px 0px!important;
    }
    .intro_sec,
    .latest_contents {
        padding: 40px 0px;
    }
    .find_btn {
        margin-bottom: 30px;
    }
    .latest_news {
        padding-right: 10px!important;
    }
    .logo {
        margin-left: 10px;
    }
    .header {
        min-height: 0;
        padding-bottom: 50px;
    }
    .search_right_content {
        padding-left: 10px!important;
    }
    .submit_btn {
        float: left;
    }
    .search_result {
        width: 100%;
    }
    .mobilecatagory_menu img {
        padding-left: 10px;
    }
    ul.footer_clients_list {
        text-align: center;
    }
    ul.footer_clients_list li {
        width: 100%;
    }
    .exposure_details {
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) {
    .latest_news,
    .latest_products {
        width: 100%;
    }
    .latest_news {
        padding-bottom: 40px;
    }
    /*Sliding menu*/
    
    .search_left_content {
        width: 250px;
        position: absolute;
        left: -280px;
        z-index: 9999;
        background: #fff;
        -webkit-box-shadow: 1px 1px 1px 0px rgba(194, 194, 194, 1);
        -moz-box-shadow: 1px 1px 1px 0px rgba(194, 194, 194, 1);
        box-shadow: 1px 1px 1px 0px rgba(194, 194, 194, 1);
    }
    .leftNone {
        left: 0!important;
        transition: all .25s ease-in-out;
    }
    .mobilecatagory_menu {
        float: right;
        cursor: pointer;
        margin-bottom: 25px;
        display: block!important;
    }
}

@media (max-width: 768px) and (min-width: 767px) {
    .search_result {
        padding-top: 50px!important;
    }
    .search_right_content {
        width: 100%;
        padding-left: 10px!important;
    }
    .product_image {
        width: 25%!important;
    }
}

@media (max-width: 768px) and (min-width: 481px) {
    .col-sm-3.product_image {
        width: 44%;
        float: left;
        padding-right: 10px!important;
    }
}

@media (max-width: 480px) {
    .intro_text h1 {
        font-size: 30px;
    }
    .latest_news h1,
    .latest_products h1 {
        font-size: 25px;
        padding: 20px 0 10px 0;
    }
    .search_box {
        padding: 0;
    }
    .search_box input[type="text"] {
        height: 40px;
        width: 85%;
        font-size: 15px;
    }
    .search_box button {
        height: 40px;
        width: 15%;
    }
    .search_result {
        font-size: 15px;
    }
    .Product_couter {
        margin-top: 30px!important;
    }
    .product_image {
        text-align: center;
    }
    .product_risk {
        padding: 10px 0px 20px 0px;
    }
    .top_heading h1 {
        font-size: 18px;
    }
    .exposure_wrapper,
    .effect_wrapper {
        padding: 0!important;
    }
}
/*--Device specific---*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .search_box button {
        width: 20px;
    }
    .search_box {
        width: 90%;
    }
    .search_box input[type="text"] {
        width: 85%;
    }
    .search_box button {
        width: 15%;
    }
}
/*-----------------------
    project:NanoDB
    Author: nvb-phases
-----------------------*/
body{
    padding:0;
    margin:0;
    font-family: 'Lato', sans-serif!important;
    background:#f8f7f7;
    font-size: 14px;
}
body a{
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
input[type="button"],input[type="submit"]{
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
    margin:0;
}
p{
    margin:0;
}
ul{
    margin:0;
    padding:0;
}
label{
    margin:0;
}
a, a:hover { outline:none !important; text-decoration:none; }
a:active, a:focus{
    text-decoration: none;
}

img{
    max-width: 100%;
    height:auto;
}

/*----Start header----*/
.header{
    background: url(/Images/imgV2/banner.jpg) no-repeat center top;   /*this is set using umbraco*/
    min-height: 800px;
    background-size:cover;
}
.header_top{
    margin-top:10px;
}
/*--menu---*/
.navbar-inverse{
    background: none;
    border:none;
    clear:both;
}
.main-nav li a{
    color:#fff!important;
    font-size: 14;
    font-weight: bold;
    text-transform: uppercase;
}
li.dropdown.flag > a{
  background: url(../images/down-arrow.png) no-repeat;
  padding-right:27px!important;
  background-position: 90% 58%!important;
}
@media (min-width: 769px){
.navbar-right {
  float: right !important;
  margin-right: -15px;
  margin-top: 17px;
}
}

@media (min-width: 1200px){
 .main-nav > li {
    padding: 0px 10px;
}


.nav > li > a {
  /*padding: 3px 18px;*/
   padding: 5px 4px;
  }

  .navbar-right .dropdown-menu{
    min-width:148px!important;
    max-width: 346px!important;
    background: rgb(19, 51, 40);
  }
  .navbar-right .dropdown-menu a{
    background: none!important;
  }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus{
    background-color:rgba(70, 98, 90, 0.6);
  }
  li.dropdown.flag, li.dropdown.border {
  border-left: 1px solid rgba(70, 98, 90, 0.6);
}
li.dropdown.flag a{
  padding-right: 16px;
}
}

/*--banner--*/
.banner_content {
  margin: 0 auto;
  float: none;
  color: #fff;
  padding-top:95px;
  /*129px*/
}
.banner_content h1, .banner_content h5{
    text-align: center;
    color: #fff;
}
.banner_content h1{
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 900;
}
.banner_content h5{
    font-size: 22px;
    padding-top:4px;
}
.search_box{
    display: block;
    margin: 0 auto;
    float: none;
    max-width:640px;
    margin-top:70px;
}
.search_box input[type="text"]{
    background: #fff;
    box-shadow:none;
    width: 90%;
    padding: 0 24px;
    height: 60px;
    margin-left: 0;
    color:#85868b;
    font-size:17px;
    float: left;
    border-top: 1px solid #425c56;
    border-bottom:1px solid #425c56;
    border-left:1px solid #425c56;
    border-right:none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.search_box button{
    height: 60px;
    background:#1772b2;
    box-shadow: none;
    float: left;
    width:10%;
    border-top: 1px solid #425c56;
    border-bottom:1px solid #425c56;
    border-right:1px solid #425c56;
    border-left:none;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.search_form-inner ::-webkit-input-placeholder{
     color:    #153429;
}
.search_form-inner :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #153429;
   opacity:  1;
}
.search_form-inner ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #153429;
   opacity:  1;
}
.search_form-inner :-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #153429;
}
.counter_wrapper p {
  color: #cdeee6;
}
/*--Product counter---*/
.Product_couter{
    margin-top:78px!important;
    max-width: 271px;
    margin:0 auto;
    float:none;
    color: #fff;
    font-size:22px;
    font-weight:normal;
    text-align:center;
}
.counter_wrapper ul{
    display: block;
    list-style: none;
    padding: 15px 0px 7px 0px;
}
.counter_wrapper ul li{
    float: left;
}
.counter_wrapper ul li{
  display: block;
  width: 50px;
  height: 75px;
  line-height: 75px;
  float: left;
  margin-right:5px;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  position: relative;
  background:rgba(240,250,247, 0.3);
}
.counter_wrapper ul li.dot {
  background: none;
  -pie-background: none;
  border: none;
  width: 16px;
}

/*--Introduction section---*/
.intro_sec{
    background:#fff;
    padding:96px 0px 82px 0px;
}
.intro_text {
  padding-right: 6%!important;
}
.intro_text h1{
    font-weight: 900;
    font-size:40px;
    line-height: 40px;
    color:#3e3f43;
    text-transform: uppercase;
}
.text_highlight{
    font-size:20px;
    color:#85868b;
    line-height:28px;
    padding: 25px 0px 26px 0px;
}
.common_p{
    font-size:15px;
    color: #85868b;
    line-height:25px;
}
.button_holder {
    padding-top: 26px;
}
.main_btn{
    background: #1772b2;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    height: 36px;
    padding: 10px 45px;
    border-radius: 3px;
    display: inline-block;
}
.main_btn:hover{
    color: #fff;
    background:#4399D5;
}
.intro_img_sec ul{
    list-style: none;
}
.intro_img_sec ul li{
    float: left;
}
.intro_img_sec ul li:last-child{
    padding-left: 20px;
}
/*---Latest news and products---*/
.latest_contents{
    padding:74px 0px 88px 0px;
    background:#f3f4f7;
}
.latest_news {
  padding-right: 0!important;
}
.latest_news h1, .latest_products h1{
    color: #3e3f43;
    font-size:30px;
    font-weight: 900;
    line-height: 30px;
    padding-bottom: 32px;
    text-transform: uppercase;
}
.news_block{
    padding:15px 0px 22px 0px!important;
}
.image_holder{
    padding-left: 0!important;
    max-width:190px;
}
.news_content{
    padding-right: 25px!important;
}
.news_content .date{
    color: #85868b;
    line-height: 14px;
    font-weight: normal;
}
.news_content h3{
    color:#1e674e;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0px 18px 0px;
}
.read_more{
    padding-top: 18px;
    color: #1e674e;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    display: inline-block;
}
.read_more:after{
    content:">";
    padding-left: 5px;
}
.find_btn{
    margin-top: 10px;
    padding: 10px 30px;
}
ul.right {
  margin-top: 16px;
  padding-bottom: 4px;
}
ul.right li a h2{
    color: #1e674e;
    font-size:18px;
    font-weight: bold;
}
ul.right li {
    display: block;
  margin-bottom: 20px;
  border: 1px #e3e2e2 solid;
  border-radius: 5px;
  padding: 19px 40px 18px 25px;
  background: #ffffff url(../Images/pdt-left-arrow.png) no-repeat;
  position: relative;
  background-position: 95% 50%;
  position: relative;
}
ul.right li p, ul.right li p a {
  font-size: 14px;
  margin: 0px;
  color: #85868b;
   padding-top: 3px;
}
ul.right li p span {
  padding-left: 22px;
}

/*---footer---*/
.footer_wrapper{
    background: #fff;
}
.client_group{
    padding:30px 0px;
    text-align: center;
}
.client_item{
    text-align: center;

}
/*--footer--*/
.footer{
    border-top:1px solid #e5e5e5;
    padding: 20px 0px 24px 0px!important;
    margin: 0 10px;
}
.footer-left-content{
    float: left;
    padding-left: 0!important;
}
.footer-left-content ul{
    list-style: none;
    font-size:15px;
    color:#85868b;
}
.footer-left-content ul li{
    float: left;
    margin-right:30px;
}
.footer-right-content{
    float: right;
    padding-right: 0!important;
    font-size:15px;
}
.footer a{
    color: #1e674e;
}
.col-sm-2.footer-right-content a {
  float: right;
}
.email{
    /*background: url(../Images/mail-icon.png) no-repeat;*/  /*this is set using umbraco*/
    padding-left: 23px;
    background-position: 0px 6px;
}
/*---Updated ---*/
section.footer_wrapper .container{
      border-top: 1px solid #e5e5e5;
}
.home-footer.container{
     border-top: none!important;
    }
ul.footer_clients_list {
  list-style: none;
   display: inline-table;
}
ul.footer_clients_list li {
  float: left;
  padding: 10px 36px;
   display: inline;
}
.home-footer .container{
    border:none!important;
}
/*----Search page-----*/
.search-header{
    height:auto;
    min-height:300px;
}
.top_heading{
color: #fff;
margin-top:38px;
}
.backarrow {
  width: 39px;
  float: left;
  margin-right: 26px;
  margin-top: 7px;
  padding: 22px 0px;
  border-right: 1px solid #66817a;
}
.backarrow a{
    padding:20px 0px;
}
.heading_content {
  width: 90%;
  float: left;
}
.top_heading h1{
    font-size:40px;
    font-weight:900;
    text-transform: uppercase;
}
.breadcrumb{
    background:none;
    padding: 8px 15px 8px 0px;
    margin-bottom: 0!important;
}
.breadcrumb a{
    color: #fff;
    font-size:15px;
    color: #cdeee6;
}
.submit_btn {
  float: right;
  margin-top:59px;
/*  margin-right: 10px;*/
  padding: 10px 29px;
}
/*----Content styling---*/
.main-content{
    background: #fff;
    padding-top:48px;
}
.search_left_content{
    width:300px;
}
.search_form-inner{
    padding-bottom:18px;
    height:100%;
}
.search_form-inner input[type="text"]{
    background: #fff;
    box-shadow:none;
    width: 87%;
    padding: 0 10px;
    height: 43px;
    color: #153429;
    margin-left: 0;
    color:#85868b;
    font-size:17px;
    float: left;
    border-top: 1px solid #cdcccc;
    border-bottom:1px solid #cdcccc;
    border-left:1px solid #cdcccc;
    border-right:none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    box-shadow: inset 0px 0px 7px 0px #D4D0D0;
-webkit-box-shadow: inset 0px 0px 7px 0px #D4D0D0;
-moz-box-shadow: inset 0px 0px 7px 0px #D4D0D0;
-o-box-shadow: inset 0px 0px 7px 0px #D4D0D0;
}
.accordion_arrow-body input[type='text']{
width:100%\9!important;
    margin-bottom:10px;
}
.search_form-inner button{
    height: 43px;
    background:#1772b2;
    box-shadow: none;
    float: left;
    width:13%;
    border-top: 1px solid #cdcccc;
    border-bottom:1px solid #cdcccc;
    border-right:1px solid #cdcccc;
    border-left:none;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.aside_heading{
    font-size:16px;
    font-weight:900;
    color:#3e3f43;
    text-transform: uppercase;
    padding:20px 0px 25px 0px;
    border-bottom:1px solid #d9d9d9;
}
.catagories_heading{
    color: #d9d9d9;
}
/* First Accordian */
 .accordion-plus {
    width: 100%;
    margin-top: 25px;
}
.accordion-plus .accordion-head {
    color: #1e674e;
    border-bottom: 1px solid #fff;
    position: relative;
    padding-bottom:15px;
    font-size:15px;
    cursor: pointer;
    margin:0;
}
.accordion-plus .accordion-head * {
    cursor: pointer;
    margin:0;
    font-size: 15px;
}
.accordion-plus .accordion-head span {
    float:right;
    font-size: 18px;
    font-weight: bold;
    color: #c6c6c6;
}
.accordion-plus .accordion-body {
    border-bottom: 1px solid #fff;
    height: auto;
    display: none;
}
.special_head{
    color: #1772b2;
    font-weight: bold;
}
/*/Second Accordian*/
 .accordion_arrow {
    width: 100%;
}
.accordion_arrow .accordion_arrow-head {
    color: #3e3f43;
    border-bottom: 1px solid #fff;
    position: relative;
    padding-top: 15px;
    padding-bottom:14px;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 1px solid #d9d9d9;
}
.accordion_arrow .accordion_arrow-head * {
    cursor: pointer;
    font-size: 14px;
    font-weight:bold;
    color: #3e3f43;
}
.accordion_arrow .accordion_arrow-head span {
    width:12px;
    height:10px;
    margin-top: 5px;
    float:right;
}
.accordion_arrow .accordion_arrow-body {
    border-bottom: 1px solid #fff;
    height: auto;
    display: none;
    border-bottom: 1px solid #d9d9d9;
}
.arrowdown{
    background: url(../images/downarrow.png) no-repeat;
    width: 25px;
    height: 15px;
}
.arrowup{
    background: url(../images/uparrow.png) no-repeat;
    width: 25px;
    height: 15px;
}
/*--Accordian inner content----*/
.panel_box {
  max-height: 350px;
  overflow-y: scroll;
  margin: 25px 0px;
}

.checkbox-group {
    padding-bottom:12px;
}
input.search__field {
      width: 100%;
      box-shadow: none;
      border: 1px solid #ccc;
      border-radius: 5px;
      padding: 3px 5px;
      margin-top: 10px;
}
input[type=checkbox]:before {
     content:"";
     display:inline-block;
     width: 18px;
     height: 18px;
     background:url(../images/checkbox.jpg) no-repeat;
}
input[type=checkbox]:checked:before {
      background-position: 0px -18px!important;
      background:url(../images/checkbox.jpg) no-repeat;
}

.checkbox-group label{
    padding-left: 14px;
    font-size:14px;
    color: #1e674e;
    font-weight: normal;
}
.inner_checkbox_wrapper{
    padding-left: 20px;
    padding-top: 15px;
}
.inner_span{
    float: right;
    cursor:pointer;
    font-size: 18px;
    font-weight:bold;
    color: #c6c6c6;
     padding-right: 5px;
}



.search_right_content{
    padding-left: 40px!important;
    font-family: 'Lato', sans-serif!important;
}

.search_result_list{
    list-style:none;
}
.search_result_list>li{
    display: block;
    border-radius: 5px;
    border:1px solid #e4e3e3;
    margin-bottom: 20px;
}
.product_image, .product_description{
    padding:0!important;
}
.product_description_inner h3{
    color:#1e674e;
    font-size: 18px;
    font-weight: bold;
    padding-right:40px;
    display:inline-block;
    background: url(../Images/right_arrow.png) no-repeat;
    background-position: 95% 50%;
    margin:24px 0px;
}
.product_description_inner ul{
    border:none;
    list-style: none;
    margin-top: -9px;
}
.product_description_inner ul li label{
    padding-right:22px;
    color: #4f5053;
    font-weight: bold;
}
.product_description_inner ul  li{
    color:#85868b;
}
.product_risk{
    padding-top:42px;
}
.product_risk  p{
    color:#4f5053;
    font-weight: bold;
    font-size:14px;
    text-align: center;
}
.product_risk ul{
    list-style: none;
    width: 85%;
    margin: 0 auto;
    padding-top: 16px;
}
.product_risk ul li{
    float: left;
}

.search_result{
    position: relative;
    font-size: 20px;
    z-index: 1;
    overflow: hidden;
    text-align: left;
    font-weight:900;
    color: #acadb2;
    text-transform:uppercase;
    margin-bottom: 34px;
}
.search_result span{
    color:#3e3f43;
}
.search_result:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 100%;
    margin-left: 10px;
    height: 1px;
    content: '\a0';
    background-color: #e4e3e3;
}
.loadmore_btn_hoder{
    text-align: center;
    margin: 30px 0 60px 0;
}
/*Product detail page---*/
.top_container{
    padding-bottom: 55px;
}
.product_img img{
    border-radius:5px;
    border:1px solid #e4e3e3;
}
.product_features h1{
    font-size:26px;
    color: #1e674e;
    font-weight:bold;
    margin-bottom:26px;
}
.product_features ul{
    list-style: none;
}
.product_features ul li{
    float:  left;
    color: #85868b;
    font-size:15px;
    padding-right: 55px;
}
.product_features ul li span{
    color:#4f5053;
    font-size:15px;
    font-weight: bold;
    padding-right:22px;
}
.pdt_features_main_wrapper{
    margin-top:40px;
}

.exposure_details, .effect-details {
    background: #f3f4f7;
    border:1px solid #e4e3e3;
    border-radius:5px;
}
.exposure_details h4, .effect-details  h4{
  display: inline-block;
  background: #1e674e;
  padding: 6px 9px;
  border-radius: 2px;
  position: absolute;
  top: -12px;
  left: 24px;
  font-weight:bold;
  text-transform: uppercase;
  font-size:12px;
  color: #fff;
}

.exposure_details ul, .effect-details ul{
    list-style: none;
}
.exposure_details ul li{
    float: left;
    width: 33.33%;
    text-align:center;
    padding:25px 0 30px 0;
}
.exposure_details ul li p, .effect-details ul li p{
    text-align: center;
    color:#4f5053;
    font-size:15px;
    font-weight: bold;
    padding-bottom: 10px;
}
.effect-details ul li{
    width:50%;
    float: left;
    text-align:center;
    padding:25px 0 30px 0;
}
.pdt_detail_wrapper{
    margin-top:53px;
}
.pdt_info_wrapper h2, .Pdt_details h2{
    color:#1e674e;
    font-size:26px;
    font-weight: bold;
    padding-bottom: 18px;
}
.pdt_info_wrapper p{
    padding:19px 0px;
    color: #85868b;
    font-size:15px;
}
.Pdt_details ul{
      padding: 19px 0px 40px 0px;
    font-size:15px;
    color: #85868b;
    list-style: none;
}
.Pdt_details ul li{
    padding-bottom:18px;
}
.Pdt_details ul li label{
    font-weight: bold;
    width: 50%;
    padding-right: 10px;
    text-align: left;
    color: #4f5053;
    display: inline-table;
}
.Pdt_details ul li span{
  width: 48%;
  float: right;
  display: inline-table;
}
/*--Others say section---*/
.Other_say_section{
    padding:47px 0px;
    border-top:1px solid #e5e5e5;
}
.Other_say_section h2{
    color:#1e674e;
    font-size:26px;
    font-weight:bold;
    padding-bottom: 20px;
}
.Other_say_section p{
    color: #85868b;
    font-size:15px;
    padding: 20px 0px;
}
.data_sheets h1{
    font-weight: bold;
    font-size: 26px;
    color: #1e674e;
    padding-top:48px;
    padding-bottom:20px;
}
.data_sheets ul{
    list-style:none;
}
.data_sheets ul li{
    padding:20px 0px;
}
.data_sheets ul li .image_sec,.data_sheets ul li .data_sheet_details{
    float: left;
}
.data_sheets ul li .image_sec{
    width:15%;
}
.data_sheets ul li .data_sheet_details{
    width:85%;
}
.data_sheets ul li .data_sheet_details h3{
    color: #4f5053;
    font-size:15px;
    font-weight: bold;
    padding-bottom:10px;
}
.data_sheets ul li .data_sheet_details p{
    font-size:15px;
    color: #85868b;

    }

/*------Other pages-----*/
.main_content_inner h1{
  color: #3e3f43;
  font-size: 30px;
  font-weight: 900;
  padding-bottom:20px;
}
.main_content_inner h2{
     color: #3e3f43;
  font-size: 24px;
  font-weight: 900;
  padding-bottom:20px;
}
button.main_btn.form_submit_btn {
  box-shadow: none;
  border: none;
  margin-top: 20px;
}
input.form-control {
  height: 40px;
}

.news_container{
    list-style:none;
}
.news-block{
    margin: 20px 0px 30px 0px;
  border-bottom: 1px solid #e5e5e5;
}
.news_content_inner  h1{
      color: #1e674e;
  font-size: 22px;
  font-weight: bold;
  padding-bottom:10px;
}
.news_content_inner  h5{
    font-size:16px;
    font-weight: bold;
    padding-bottom: 20px;
}
.news_content_inner p{
    padding: 10px 0px;-2% !important
}



/*=======Media Queries======*/
@media (min-width:768px){
    /*--bootstrap overide--*/
.container{
    max-width:1200px;
    padding-right: 10px;
    padding-left: 10px;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.mobilecatagory_menu{
    display: none;
}
.navbar-right {
  margin-right: -2% !important;
}
.intro_text h1 {
  margin-top:-7px!important;
}
.pagination > li > a, .pagination > li > span {
  padding: 11px 17px;
  color: #C2C2C2;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

}


@media (min-width:1200px){
    .container{
    width:1200px;
}
.news_content{
    min-width: 490px;
}
.top_heading{
  padding-left: 0!important;
}
.logo img {
  padding-left: 10px;
}
.exposure_wrapper, .pdt_info_wrapper{
      padding-left: 0!important;
}
.exposure_details h4{
    left: 14px!important;
}
.effect_wrapper{
padding-right: 0!important;
}
.search_right_content{
    float: right;
}
ul.footer_clients_list li:first-child  {
  padding-left: 10px;
}
ul.footer_clients_list li:last-child  {
  padding-right: 10px;
}
}
@media (max-width:1200px){
    .news_content{
        padding-right: 0!important;
    }
    .nav > li > a {
        padding: 3px 10px;
    }
    .backarrow {
  width:auto;
  float: left;
  height: 70px;
  margin-right: 26px;
  margin-top: 2px;
  padding: 22px 0px;
  border:none;
}
.heading_content{width:auto;
float:none;}

}
@media (max-width:1199px) and (min-width: 768px){
    .search_left_content{
        width: 25%!important;
    }
}
@media (max-width:1024px) and (min-width: 768px){
    .client_item {
          width: 50%;
        }
    section#home .container {
  width: 93%;
}
.nav > li > a {
  padding: 3px 5px;
  }
  .search_right_content{
    padding-left:0!important;
  }
}
@media (max-width:767px){
    .news_content_inner p {
    word-break: break-word;
}
    .latest_contents {
  padding: 30px 0px;
}
    .button_holder {
  padding:20px 0px 40px 0px;
}
.intro_text, .intro_img_sec{
    margin-bottom: 20px;
}
.banner_content{
    padding-top:40px;
    padding-left: 0;
    padding-right: 0;
}
.banner_content h1 {
  font-size: 30px;
  }
  .banner_content h5 {
  font-size: 17px;
}
.news_content{
    padding:10px 0px!important;
}
.intro_sec, .latest_contents {
  padding: 40px 0px;
  }
  .find_btn {
  margin-bottom: 30px;
}
.latest_news{
    padding-right: 10px!important;
}
.logo {
  margin-left: 10px;
  margin-top: 5px;
}
.header{
    min-height: 0;
    padding-bottom: 50px;
}
 .search_right_content{
    padding-left:10px!important;
  }
/*Sliding menu*/
.search_left_content {
  width: 250px;
  position: absolute;
  left: -280px;
  z-index:9999;
  background: #fff;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(194,194,194,1);
-moz-box-shadow: 1px 1px 1px 0px rgba(194,194,194,1);
box-shadow: 1px 1px 1px 0px rgba(194,194,194,1);
}
.leftNone{
    left:0!important;
      transition: all .25s ease-in-out;
}
.mobilecatagory_menu{
    float: right;
    cursor: pointer;
    margin-bottom: 25px;
}
.submit_btn{
    float: left;
}
.search_result{
    width: 100%;
}
.mobilecatagory_menu img {
  padding-left: 10px;
}
ul.footer_clients_list{
    text-align: center;
}
ul.footer_clients_list li{
    width: 100%;
}
.exposure_details{
    margin-bottom:25px;
}
}

@media (max-width: 768px) {
    .latest_news,
    .latest_products {
        width: 100%;
    }
    .latest_news {
        padding-bottom: 40px;
    }
    .login_container span.field-validation-error {
      padding-bottom: 20px;
      display: block;
      width: 100%;
    }
}

@media (max-width:768px) and (min-width: 481px){

    .col-sm-3.product_image {
  width: 44%;
  float: left;
  padding-right:10px!important;
}
}
@media (max-width:480px){   
.search_form-inner button{width:19%;}
.search_form-inner input[type="text"]{width:80%;}
    input[type="checkbox"]{background:none; width:0;margin:0;}
input[type=checkbox]:before{width:19px;height:19px;}
    .checkbox-group label{padding-left:20px;}
    .row.common-content.main_content_inner {
  padding: 0 20px;
}
    .intro_text h1{
        font-size:30px;
    }
    .latest_news h1, .latest_products h1{
        font-size:25px;
        padding: 20px 0 10px 0;
    }
    .search_box{
        padding:0;
    }
    .search_box input[type="text"]{
          height: 40px;
          width:85%;
            font-size: 15px;
    }
    .search_box button{
          height: 40px;
            width: 15%;
    }
    .search_result{
        font-size:15px;
    }
    .Product_couter {
        margin-top: 30px!important;
    }
    .product_image{
        text-align: center;
    }
    .product_risk {
  padding: 10px 0px 20px 0px;
}
.top_heading h1 {
  font-size: 18px;
}
.exposure_wrapper, .effect_wrapper {
  padding: 0!important;
}
}

input[type="text"].input-validation-error {
    background: #fcdada;
}
span.field-validation-error {
    color: red;
    float: right;
    font-size: 13px;
}

file-validation-error{
    color: red;
    float: left;
    font-size: 13px;
}


/*---Login page----*/
.login_container{
 padding-bottom: 50px;
}
.loginPageHeader{
  color: #3e3f43;
  font-size: 30px;
  font-weight: 900;
  padding-bottom: 20px;
}
.login_btn{
  background: #1772b2;	
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  height: 36px;
  padding: 10px 45px;
  border-radius: 3px;
  display: inline-block;
  border-color: #1772b2;
}
.login_btn:hover {
    color: #fff;
    background: #4399D5;
	border-color: #4399D5;
}
.login_container .input-group {
  /*margin-bottom: 20px;*/
}
/*------Analyse Form-------*/
form#formAnalyse{
font-family: 'Lato', sans-serif!important;
}
form#formAnalyse .form-group{
    font-size:15px;
}
form#formAnalyse label {
  font-size: 16px;
  width : 230px;
}
.analyser-option-list label {
  font-size: 14px!important;
  font-weight: 400;
}
form#formAnalyse .dropdown-menu{
    /*top:43px;*/
}
.dropdown-menu {
    max-height: 500px !important;
}
.analyse-drp .dropdown-menu{
     min-height: 250px!important;
}
.chk-span{
    padding-left: 10px;
}
.analyser-option-list label input[type="checkbox"]{
      margin-right:7px;
}
.analyser-option-list {
    background:#f3f4f7;
    padding:10px 0px;
  border-radius: 2px;
    max-height: 150px;
  overflow-y: scroll;
}
/*.bootstrap-select > .btn {
    padding:10px;
}*/
section.col-sm-12.product_analyser_searchbox {
  background: #F7F7F7;
  padding: 40px 0px;
}
.product_analyser_searchbox label{
    color:#1e674e;
    text-align:left!important;
}
.analyser-option-list label {
  margin: 10px 0px;
}
.chart_content{
    padding:20px 0 50px 0;
    overflow-x: scroll;
}
/*---Updated contents----*/

.search_result_list>li {
    min-height: 146px;
}

.analyser_form_wrapper {
    background: #f2f2f2;
    padding: 25px 30px;
}

.analyser_form_wrapper h2 {
    color: #3e3f43;
    font-size: 30px;
    font-weight: 900;
    padding-bottom: 20px;
}

.analyser_form_wrapper {
    font-size: 15px;
}

.analyser_form_inner {
    margin-bottom: 20px;
}

.analyser_form_wrapper label {
    color: #1e674e;
}

.two-col-label {
    padding: 10px 0px;
}

.chart-type-selection label {
    text-align: left!important;
}

.two-col-selection.col-sm-8 {
    background: #f3f4f7;
}

.collapse_item {
    float: right;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}

.chart-type-selection {
    padding: 10px;
}

.collapse_item {
    cursor: pointer;
    width: 66px;
    background: #C1C1C1;
    padding: 5px 0px;
    text-align: center;
    ;
    border-radius: 4px;
}

.collapse_item span {
    color: #FFFDFD;
    font-weight: bold;
    font-size: 14px;
}

@media only screen and (min-width: 1024px) {
    .chart-type-selection.form-horizontal {
        max-width: 450px;
    }
    .group-selector {
        padding-left: 20px;
    }
    /*.login_container {
   padding-bottom: 0px; 
    min-height: 350px;
    }*/
}
/*----New updates----*/

.container.login_container .input-group {
    /*margin-bottom: 20px;*/
}
p.img-align-right {
  float: right;
}
p.img-align-left{
    float: left;
}
.common-content p{
  font-size: 15px;
  color: #85868b;
  line-height: 25px;
}
.report_product {
  padding-top: 30px;
}
.navbar-nav > li > form button {
  background: none;
  border: none;
  padding: 5px 7px;
  color: #fff!important;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.navbar-nav > li > form button:focus{
    outline: none;
}
 
.login-error.clearfix {
  height: 30px;
}
.a-break-word{
   word-break: break-all;
   word-wrap: break-word;
}

/*Dev:Cijo = Start*/
    /*Product listing sort and ordering(Umbraco) styling - cijo*/
    #ListProductSort{
        width:15%;
        display: inline-block;
    }

    #lstProduct thead {
      background: #fff;
    }
    #lstProduct thead tr th span { 
      padding-right: 20px;
      background-repeat: no-repeat;
      background-position: 100% 100%;
      cursor: pointer
    }

    #lstProduct thead tr th.headerSortUp, #keywords thead tr th.headerSortDown {
      background: #acc8dd;
    }

    #lstProduct thead tr th span {
    background-image:url(images/sort_both1.png)
    }

    #lstProduct thead tr th.headerSortUp  span {
      background-image:url(images/sort_asc.png);
    }

    #lstProduct thead tr th.headerSortUp span {
        background-image:url(images/sort_desc.png);
    }
     /*Product listing styling(Umbraco) - cijo - END */
.field-validation-valid
{
    display: none;
}
.validation-summary-valid
{
    display: none;
}
.productDetailSummary li {
    display:inline-block;
    width: 100%;
}
ul.productDescriptionLink a{
color: #337ab7!important;
}
/*05-04-2015*/
.accordian-search-second.scrollableFilterProduct {
    overflow-y:auto;
    height: 65%;
    float:left;
    }
.radio.list-product-publishFilter{
    display:inline-block;
    padding-right: 5%;
}
.radioOptionsWrapper {
  text-align: center;
  color:black;
}
div.scrollableFilterProduct::-webkit-scrollbar {
    width: 12px;
    height:20px;
}
div.scrollableFilterProduct::-webkit-scrollbar-track {
    background-color: #85868b;
    border-left: 1px solid #ccc;
}
div.scrollableFilterProduct::-webkit-scrollbar-thumb {
    background-color: #3e3f43;
    -webkit-border-radius: 6px;
    -webkit-logical-height: 14px;
}
div.scrollableFilterProduct::-webkit-scrollbar-thumb:hover {
    background-color: #4f5053;
}
.header_topRght {
float:right;
}
.header_topRght div {
display:inline-block;
}
.nav .open > a, .nav a:hover {
 background-color:transparent!important;
}
.header_topRightMenu a {
font-weight:normal!important;
}
.datepicker-days > table{
   line-height: 0%;
}
.saved-analysisList-btn-wrap{
    bottom:8px;
}
@media(max-width: 554px) {
    .saved-analysisList-btn-wrap{
        bottom:0px;
    }
}
 /*Cijo = End*/
 /*suggested by Anz*/
 .col-sm-3.product_image img {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  margin: 10px auto;
}
@media(max-width:768px) {
    .navbar-nav.loginSection {
      margin: 7.5px 0px;
      float:right;
    }
	.navbar-nav.loginSection li{
		display: inline-block;
		vertical-align: top;
	}	
    .navbar-nav .open .dropdown-menu > li > a{
      padding: 5px 15px 5px 6px;
    }
    navbar-collapse > ul{
    width:100%;
    }
}
div.top_heading {
width:100%;
}
.left-block.news-image {
 /* margin-right: 3%;
  float: left;*/
}
@media(max-width:769px) and (min-width:768px){ 
    .search_left_content {
    position:absolute;
    }
}
.pagination {
cursor:pointer;
}
 /*end*/
a.main_btn.webshop_btn:active {
  color: #fff;
}

/*-- jkn edit -- */
#analyseSaveFormDiv .modal-body{
  padding: 30px;
}
#analysisSavedListModal .modal-body{
  padding: 30px 10px 30px 25px;
}
.main_btn:active{
  color: #fff;
}

@media only screen and (max-width: 600px){

	.analyser_form_wrapper .btn{
		width: 100%;
	}
    .analyser_form_wrapper{
       padding: 25px 10px;
	}
	.analyser_form_wrapper .save-btn-wrapper{
		width: 100%;
	}
}
	
#login_customError{
   margin-bottom: 5px;
}
.login-error.clearfix{
	margin-top: 5px;
}
.login_container span.field-validation-error{
	float: none;
}
.login_container span.field-validation-error:before{
	left: 0;
	width: 30px;
	text-align: left;
	font-size: 12px;
	content: "\e107";
	margin: 0 5px;
	font-family: 'Glyphicons Halflings';
	padding-right: 5px;
}

.panel-body .controls{
   padding: 0;
}

@media only screen and (max-width: 768px){
	ul.dropdown-menu.flag{
		padding-left: 20px;
	}
}
.analyser_form_wrapper .save-btn-wrapper{
	float: right;
}
.analyser_form_wrapper h2{
	float: left;
}
.analyser_form_wrapper .collapse_item{
	margin-left: 20px;
    margin-top: 5px;
}
.analyser_form_wrapper .save-btn-wrapper .btn{
	padding: 10px 20px;
	font-size: 11px;
	width: 100%;
	background: transparent;
	border: 1px solid #6C6C6C;
	color: #333;
}
.save-btn-wrapper .btn-save-analyse, .save-btn-wrapper .btn-list-analysis{
	padding: 0 10px;
}
.save-btn-wrapper .btn-list-analysis:before {
    text-align: left;
    font-size: 14px;
    content: "\e032";
    margin: 0 5px;
    font-family: 'Glyphicons Halflings';
    padding-right: 5px;
    position: absolute;
	color: #6C6C6C;
	line-height: 36px;
	margin-left: 15px;
}
.save-btn-wrapper .btn-save-analyse:before {
	text-align: left;
    font-size: 14px;
    content: "\e173";
    margin: 0 5px;
    font-family: 'Glyphicons Halflings';
    padding-right: 5px;
    position: absolute;
	color: #6C6C6C;
	line-height: 36px;
	margin-left: 15px;
}
.chart-type-selection label.control{
	padding-bottom: 10px;
}

@media only screen and (max-width: 420px){
	.btn-list-analysis, .btn-save-analyse{
		width: 100%;
		margin: 5px 0;
	}
}
@media only screen and (min-width: 991px) and (max-width: 1200px){
	.save-btn-wrapper{
		width: 50%;
	}
}
				
@media only screen and (min-width: 768px) and (max-width: 1080px){			
	div.top_heading{
		margin-top: 100px;				
	}
	.navbar-nav > li > .dropdown-menu{
		margin-top: 15px;
	}
	.navbar-inverse{
		float: left;
    	position: absolute;
    	width: 90%;
    	top: 30px;
	}
}

/*Start: SKP on 20-09-2016*/

ul.productDescriptionLink a {    
	word-break: break-word;
}
.product_description_inner ul li span {
	width: 69%;
	display: inline-block;
}
@media (max-width: 1200px){
	.product_description_inner ul li span {
		width: calc(100% - 108px);		
	}
	.product_description_inner ul li{
		display:table;	
	}
}

.product_description_inner ul li label {
	vertical-align: top;
	min-width: 108px;
}

/*End:SKP on 20-09-2016*/

ul.right.product li img {
    width: 50px;
}
ul.right.product li a {
    width: 90%;
    display: inline-block;
}
ul.right.product li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
ul.right.product li:after {
    content: "";
    clear: both;
    display: table;
}



.btn-delete-analyse, .btn-success.analyseItem{
	background: none;
    border: 0;
    font-size: 16px;
	border-top-left-radius: 3px!important;
    border-bottom-left-radius: 3px!important;
	border-top-right-radius: 3px!important;
    border-bottom-right-radius: 3px!important;
}
.btn-delete-analyse{
	color: #e74c3c;
}
.btn-success.analyseItem{
	color: #2ecc71;	
}
.btn-success.analyseItem:hover{
	background:#2ecc71;	
	color: #fff;
}

.radio-box {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 0;
}
.radio-box+.radio-box{
	padding-top:0;
}
@media only screen and (min-width:1200px){
	.radio-box {
    width: 50%;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}
.radio-box+.radio-box{
	padding-top:10px;
}
}


.radio-box label {
    display: inline-block;
    vertical-align: text-bottom;
    padding-left:3px;
	
}





.inner_checkbox_wrapper .checkbox-group label {
    width: 80%;
	/*background: rgba(226, 216, 216, 0.36);*/
    padding-bottom: 2px;
    padding-top: 2px;
    margin-left: 10px;
}
.checkbox-group label {
    padding-left: 10px;
    font-size: 13px;
}
.inner_checkbox_wrapper {
    padding-left: 0px;
    padding-top: 15px;
}

/*.inner_checkbox_wrapper .inner_checkbox_wrapper label {
    background: rgba(23, 114, 178, 0.59);
}
.inner_checkbox_wrapper .inner_checkbox_wrapper .inner_checkbox_wrapper label {
    background: rgb(204, 157, 157);
}
.inner_checkbox_wrapper .inner_checkbox_wrapper .inner_checkbox_wrapper .inner_checkbox_wrapper label {
      background: rgba(75, 186, 74, 0.38);
}
*/
.inner_checkbox_wrapper {
   
    background: rgba(226, 216, 216, 0.36);
}
.checkbox-group {
    padding-bottom: 3px;
}/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
