/*---- Main Elements Start ----*/




img {
    max-width: 100%;
}

input, button {
    outline: 0px;
}

p {
    font-size: 16px;
    line-height: 25px;
}

.delta_inputbox {
    border: 2px solid #757575 !important;
    padding: 12px 10px;
    border: 0px;
    width: 100%;
    font-size: 15px;
}

.delta_inputbox:focus {
    border: 2px solid #5fb157 !important
}

h1 {
    font-size: 38px;
    font-weight: 400;
    color: #0fb3f0;
}

h2 {
    font-size: 28px;
    font-weight: 400;
    color: #0fb3f0;
    margin: 0 0 5px 0;
}

h3 {
    font-size: 20px;
    font-weight: 400;
    color: #0fb3f0;
    margin: 0 0 5px 0;
}

h3 span {
    display: block;
    color: #5fb157
}

h3 a {
    color: #0fb3f0;
}

h3 a:hover {
    text-decoration: underline;
}

h2.secondary_color {
    color: #5fb157
}

input.delta_inputbox::placeholder {
    color: #757575;
}

.delta_footer_form input.delta_inputbox::placeholder {
    color: #fff;
}

.delta_inputbox_version2::placeholder {
    color: #757575;
}

.delta_clear {
    clear: both;
}

.delta_pull_left {
    float: left;
}

.delta_pull_right {
    float: right;
}

.delta_pull_left_allwidth {
    float: left !important;
}

.delta_pull_right_allwidth {
    float: right !important;
}

.delta_pad_top_30 {
    padding-top: 30px;
}

.delta_pad_top_20 {
    padding-top: 20px;
}

.delta_pad_top_15 {
    padding-top: 15px;
}

.delta_pad_top_10 {
    padding-top: 10px;
}

.delta_margin_top_30 {
    margin-top: 30px;
}

.delta_margin_top_20 {
    margin-top: 20px;
}

.delta_margin_top_15 {
    margin-top: 15px;
}

.delta_margin_top_10 {
    margin-top: 10px;
}

.delta_margin_top_5 {
    margin-top: 5px;
}

.delta_margin_top_0 {
    margin-top: 0px;
}

.delta_margin_lft_10 {
    margin-left: 10px;
}

.delta_margin_lft_20 {
    margin-left: 20px;
}

.delta_margin_lft_30 {
    margin-left: 30px;
}

.delta_margin_bottom_0 {
    margin-bottom: 0px;
}

.delta_padding_bottom_10 {
    padding-bottom: 10px;
}

.delta_small_text {
    font-size: 13px;
}

.delta_textcenter {
    text-align: center;
}

.delta_textleft {
    text-align: left;
}

.delta_textryt {
    text-align: right;
}

.delta_btn {
    background-color: #00aeef;
    color: #fff;
    text-transform: uppercase;
    display: block;
    float: left;
    padding: 8px 20px;
    border-radius: 35px;
    font-weight: 700;
    border: 2px solid #00aeef;
}

.delta_btn:hover {
    background-color: #5fb157;
    border: 2px solid #5fb157;
}

.delta_submit_btn {
    background-color: #00aeef;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 35px;
    font-weight: 700;
    border: 0px;
    cursor: pointer;
    font-size: 16px;
    border: 2px solid #00aeef;
}

.delta_submit_btn:hover {
    background-color: #5fb157;
    border: 2px solid #5fb157;
}

/*---- Main Elements End  ----*/

/*---- Header Css Start  ----*/

.delta_logo {
    padding: 47px 0 30px 0;
}

.delta_logo .tagline {
    display: block;
}

.delta_top_bar {
    padding: 0px 104px;
    padding: 0px 5.5%;
}

.delta_top_bar_rightlist {
    padding-bottom: 30px;
}

.delta_top_bar_rightlist li {
    float: left;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #585858
}

.delta_top_bar_rightlist li a {
    color: #585858
}

.delta_top_bar_rightlist li a:hover {
    color: #00aeef;
    text-decoration: underline
}

.delta_mainbar li {
    float: left;
    font-weight: 600;
}

.delta_mainbar li a {
    color: #5f5f5f;
    border-bottom: 2px solid #fff;
}

.delta_mainbar li a:hover, .delta_mainbar li a.active {
    color: #00aeef;
    border-bottom: 10px solid #00aeef;
}

.delta_mainbar li + li {
    margin-left: 0px;
}

.delta_dropsrch {
    background-color: #fff;
    border: 2px solid #bdbdbd;
    width: 299px;
    border-radius: 10px;
}

.delta_dropsrch select {
    width: 35%;
    background-color: #f2f2f2;
    border: 0px;
    text-align: center;
    outline: 0px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    height: 42px;
    -webkit-appearance: none;
    -moz-appearance: window;
    border: none;
    background-image: url("../images/dropdown_icon.png");
    background-repeat: no-repeat;
    background-position: right center;
}

.delta_dropsrch select {
    width: 59px;
    margin: 0px auto;
    margin-right: 5px;
    float: right;
    border: 0px;
    text-align: center;
    outline: 0px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    background-size: 11px;
    text-align: left;
}

.delta_mainbar {
    margin: 11px 40px 0px 0px;
}

.delta_srch input[type="text"] {
    width: 161px;
    height: 42px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    text-align: center;
    border-left: 2px solid #bdbdbd;
    float: left;
}

.btn_srch {
    background-image: url("../images/search_icon.png");
    outline: 0px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: 8px 10px 0 0;
    background-repeat: no-repeat;
    border: 0px;
}

.delta_adv_srch a {
    text-decoration: underline;
    margin-top: 5px;
    display: block;
    margin-right: 20px;
}

.delta_adv_srch a:hover {
    text-decoration: none
}

.delta_options {
    width: 35%;
    background-color: #f2f2f2;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.toggle {
    display: none;
}

input::-webkit-input-placeholder {
    line-height: normal !important;
}

.delta_mainbar li .delta_dropdown_small li {
    margin-left: 0px;
}

.delta_mainbar li .delta_dropdown_small li + li {
    margin-left: 0px;
}

.delta_mainbar li .delta_dropdown_smalll li + li {
    margin-left: 0px;
}

.delta_mainbar li .delta_dropdown_smalll li {
    margin-left: 0px;
}

.delta_mainbar .delta_dropdown_list li a {
    padding: 0px;
}

.delta_mainbar .delta_dropdown li + li {
    margin-left: 28px;
}

.delta_dropdown .delta_menu_onethird {
    width: 25%;
}

.delta_dropdown .delta_menu_onethird + .delta_menu_onethird {
    margin-left: 2%;
    width: 34%;
}

.delta_mainbar .delta_dropdown_list li a {
    padding: 0px;
}

.alignright-notes {
    margin: 0px 20px !important;
}

.alignleft-notes {
    margin: 8px 0px !important;
}

.delta_top_bar_rightlist li a:hover {
    border-bottom: 4px solid #00aeef;
    text-decoration: none;
    padding-bottom: 4px;
}

/*---- Header Css End  ----*/

/*---- Banner Css Start ----*/

.banner {
    position: relative;
    padding: 7% 0px 3% 0;
    background-size: 100% 100%;
}

.ban_left {
    float: left;
    width: 40%
}

.ban_ryt {
    float: left;
    width: 56%;
    margin-left: 4%;
}

.banner p {
    color: #fff;
}

.banner h1 {
    color: #fff;
    font-weight: 700;
    font-size: 48px;
}

.ban_btn {
    background-color: transparent;
    border: 2px solid #00aeef;
    color: #00aeef;
}

.ban_btn:hover {
    background-color: transparent;
    color: #fff;
}

/*---- Banner Css End ----*/

/*---- HomePage Content Css Start  ----*/
.slide_open span.slide_plus .fa,
.slide_open span.slide_minus .fa,
.slide_collapse span.slide_plus .fa,
.slide_collapse span.slide_minus .fa {
    font-size: 32px;
    padding: 5px;
}
.srch_fan a {
    font-size: 23px;
    font-weight: 600;
    color: #0fb3f0;
    padding: 4px 0px;
    text-align: center;
    display: block;
    background-size: 40px;
    cursor: pointer;
}

.srch_fan a span.filter-title{
    line-height: 1.7;
}

.delta_fliter_content .filter_type strong{
    line-height: 1;
    position: relative;
    font-size: 16px;
    font-weight: bold;
}
.delta_fliter_content .filter_type strong .filter_sort_order {
    display: inline-block;
    width: 12px;
    height: 9px;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    position: absolute;
    right: 5px;
}
.delta_fliter_content .filter_type strong .filter_sort_order[data-orderby="asc"] {
    top:-4px;
    background: url("../images/icon-arrow-up.png") no-repeat center center / contain;
}
.delta_fliter_content .filter_type strong .filter_sort_order[data-orderby="desc"] {
    bottom:10px;
    background: url("../images/icon-arrow-down.png") no-repeat center center / contain;
}

.catalogsearch-advanced-result .search.found,
.catalogsearch-advanced-result .search.summary,
.catalogsearch-advanced-result .message.notice{
    display: none;
}

.srch_fan a span.filter-title i{
    display: inline-block;
    color: #fff;
    background-color: #0fb3f0;
    border-radius: 50px;
    margin-right: 10px;
    padding: 6px;
}

.srch_fan a:hover {
    color: #0fb3f0;
}

.srch_fan article {
    padding: 20px 0px;
    display: inline-block;
}

.srch_fan {
    -moz-box-shadow: 12px 6px -6px #e1e1e1;
    -webkit-box-shadow: 12px 6px -6px #e1e1e1;
    box-shadow: 0 12px 6px -6px #e1e1e1;
    margin: 0px -10px;
}

.spacing_sides {
    padding: 0px 3.5%
}

.second_section_ryt {
    padding: 40px 0 0 4%;
    width: 56%;
}

.second_section_left {
    width: 40%;
    padding: 20px 0px;
    text-align: center;
}

.third_section {
   background:#F4F4F4;
   padding-top: 30px;
   padding-bottom: 30px;
}

.third_section_left {
    width: 40%
}

.third_section_ryt {
    width: 60%;
    padding: 0px 0 40px 4%;
}

.news_section {
    padding: 30px 0px 40px 0px;
}

.delta_onethird {
    width: 32%;
}

.delta_onethird + .delta_onethird {
    margin-left: 2%;
}

.center_delta_btn {
    width: 100%;
    max-width: 145px;
    margin: 0px auto;
}

.news_section .delta_onethird p {
    min-height: 75px;
}

.delta_represent_section {
    padding: 40px 0 40px 0;
    background: url("../images/representative_background.jpg") no-repeat;
    /*background:#D7E9F2;*/
}

.newsletter_section {
    padding: 30px 0px 40px 0px;
}

.newsletter_form {
    width: 85%;
    margin: 0px auto;
}

/*---- HomePage Content Css End  ----*/

/*---- Footer Css Start  ----*/


.delta_onefourth {
    width: 39%;
}

.delta_onefourth_2 {
    width: 12%;
    margin-left: 0px !important;
}

.delta_onefourth_3 {
    width: 19%;
}

.delta_onefourth_4 {
    width: 26%;
}

.delta_onefourth + .delta_onefourth {
    margin-left: 2%;
}


.delta_footer_form .delta_inputbox {
    border: 1px solid #fff !important;
    background-color: transparent;
    color: #fff;
    width: 47%;
    padding: 7px 10px;
    margin-top: 15px;
    float: left;
}

.delta_footer_form .delta_inputbox + .delta_inputbox {
    margin-left: 6%;
}

.delta_footer_form .delta_emailbox {
    margin-left: 0px !important;
    width: 64%;
    float: left;
}

.delta_footer_btn {
    border: 1px solid #fff;
    float: left;
    margin-top: 15px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    height: 33px;
    margin-left: 0px;
    float: right;
    width: 30%;
    cursor: pointer;
}

.delta_footer_btn:hover {
    background-color: #fff;
    color: #000
}

.delta_sociallinks li {
    float: left;
    clear: none;
    width: 21px;
    padding-bottom: 0px;
}

.delta_sociallinks li a {
    color: #fff
}

.delta_sociallinks li a:hover {
    color: #5fb157
}

.sc_custom i {
    background: #fff;
    color: #333;
    padding: 2px 1.4px;
    border-radius: 3px;
    height: 12.5px;
    margin-top: 1.5px;
    font-size: 8px;
}

.sc_custom a:hover > i {
    background-color: #5fb157
}

.delta_sociallinks li img {
    width: 13px;
    margin-top: 4px;
}

/*---- Footer Css End  ----*/

/*---- Delta Product Dropdown Css Start  ----*/
.delta_mainbar li a {
    padding: 0px 14px 12px;
}

.delta_dropdown_left {
    background-color: #00aeef;
    color: #fff;
    text-align: center;
    padding: 18px 0px;
    font-size: 16px;
    width: 17%;
}

.delta_dropdown_list {
    width: 83%;
}

.delta_top_bar {
    position: relative;
}

.delta_dropdown {
    position: absolute;
    left: 0;
    top: 104px;
    padding-top: 33px;
    z-index: 999;
    width: 79%;
    right: 0;
    margin: 0px auto;
    display: none;
}

.delta_logo, .delta_dropsrch, .delta_adv_srch {
    position: relative;
}

.delta_dropdown {
    background-color: #fff;
    -webkit-box-shadow: 0 0px 4px 0px #777;
    -moz-box-shadow: 0 0px 4px 0px #777;
    box-shadow: 0 0px 4px 0px #777
}

.delta_dropdown_list li {
    margin-left: 2% !important;
    margin-bottom: 5px;
    padding-bottom: 0px !important;
}

.delta_dropdown_list li span {
    display: block;
    font-size: 12px;
    line-height: 17px
}

.delta_mainbar .delta_dropdown_list li a:hover {
    border-bottom: 3px solid #fff;
}

.delta_mainbar li:hover > .delta_dropdown {
    display: block;
    transition: 0.5;
}

.delta_mainbar li {
    padding-bottom: 56px;
}

/*---- Delta Product Dropdown Css End  ----*/

/*---- Delta Filter DC Fan Start  ----*/
.delta_fliter_content {
    /*background: url(../images/filter_background.jpg) no-repeat;*/
    background:#D7E9F2;
    padding: 30px 0px;
    display: none;
}

.filter_type select {
    width: 100%;
    height: 180px;
}

.filter_type strong {
    color: #333333;
    text-align: left;
    display: block;
    padding-bottom: 14px;
    font-weight: 600;
}

.filter_type_1 {
    width: 11%
}

.filter_type_2 {
    width: 13%
}

.filter_type_3 {
    width: 14%
}

.filter_type_4 {
    width: 20%
}

.filter_type_5 {
    width: 15%
}

.filter_type_6 {
    width: 17%
}

.filter_type_7 {
    width: 17%
}

.filter_type_11 {
    width: 17%
}

.filter_type_12 {
    width: 17%
}

.filter_type_13 {
    width: 17%
}

.filter_type_14 {
    width: 17%
}

.filter_type_15 {
    width: 12%;
}

.filter_type_16 {
    width: 13%
}

.filter_type_17 {
    width: 9%
}

.filter_type_18 {
    width: 10%
}

.filter_type_19 {
    width: 13%;
}

.delta_filter_box input {
    border: 2px solid #fff !important;
}

.delta_filter_box {
    width: 26%;
}

.mr-1, .mx-1 {
    margin-right: .5rem!important;
}

.mr-2, .mx-2 {
    margin-right: .75rem!important;
}

.mr-3, .mx-3 {
    margin-right: 1rem!important;
}

.mr-4, .mx-4 {
    margin-right: 1.5rem!important;
}

.mr-5, .mx-5 {
    margin-right: 3rem!important;
}

.more_txt {
    color: #00aeef;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
}

.delta_transparent_button {
    background-color: transparent;
    color: #00aeef !important;
    border: 2px solid #00aeef
}

.delta_transparent_button:hover {
    background-color: #00aeef;
    color: #fff !important;
    border: 2px solid #00aeef
}

.delta_submit_btn, .delta_btn {
    min-width: 149px;
}

.delta_filter.delta_more_filter {
    display: none;
}

.form-inline .form-group{
    margin-bottom: 0;
}

/*---- Delta Filter DC Fan End  ----*/

/*---- Delta Breadcrumbs Start  ----*/
.delta_breadcrumbs {
    padding: 20px 0px 25px 0px;
}

.delta_breadcrumbs li {
    display: inline;
    font-size: 18px;
}

.delta_breadcrumbs li + li {
    padding-left: 15px;
}

.delta_breadcrumbs li a {
    font-weight: 700;
}

/*---- Delta Breadcrumbs End  ----*/

/*---- Products List Start  ----*/
.delta_productlist li {
    padding: 40px 0px;
}

.delta_productlist li + li {
    border-top: 1px solid #00aeef
}

.delta_productlist_lft {
    width: 20%;
}

.delta_productlist_ryt {
    width: 77%;
    margin-left: 3%;
}

.delta_view_heading {
    color: #fff;
    background-color: #00aeef;
    padding: 8px 10px;
    font-weight: 700px;
    font-size: 20px;
}

.delta_view_series {
    opacity: 0;
}

.delta_productlist{
    overflow: hidden;
}

.delta_view_series ul {
    border: 1px solid #00aeef;
}

.delta_view_series ul li {
    padding: 20px 10px !important
}

.delta_view_series p {
    margin-top: 0px;
}

.delta_view_btnseries {
    cursor: pointer;
}

/*---- Products List End  ----*/

/*---- Product Details Start  ----*/
.delta_bannerinner {
    position: relative;
}

.abs_banner {
    position: absolute;
    bottom: 18px;
    width: 15%;
    left: 3.5%;
    z-index: 9;
}

.delta_bold {
    font-weight: 700;
}

.detail_left {
    width: 44%;
}

.detail_ryt {
    width: 54%;
    margin-left: 2%;
}

.detail_50 {
    width: 50%;
    padding: 10px 20px;
}

.detail_50_out li {
    border: 1px solid #e6e6e6;
}

.detail_50_out li .detail_50 + .detail_50 {
    border-left: 1px solid #e6e6e6;
}

.detail_50_out li + li {
    border-top: 0px;
}

.detail_50_out strong {
    color: #00aeef;
    font-weight: 400;
}

.detail_50_out a:hover {
    text-decoration: underline
}

.detail_50_out .delta_view_heading {
    padding: 8px 20px;
}

.detail_attr_1 {
    width: 40%;
    padding: 10px 20px;
}

.detail_attr_2 {
    width: 60%;
    padding: 10px 20px;
    border-left: 1px solid #e6e6e6;
}

.detail_attr_out {
    width: 50%;
}

.space_bottom {
    padding-bottom: 40px;
}

.delta_relatedproducts li {
    width: 15%;
    float: left
}

.delta_relatedproducts li + li {
    margin-left: 5%;
}

.dark_heading {
    background-color: #333333;
    padding: 8px !important;
}

.dark_heading .delta_rl_onethird {
    padding: 0px 20px;
}

.delta_rl_onethird {
    width: 33.33%;
    float: left;
    padding: 10px 20px;
}

.detail_list_logos .delta_rl_onethird {
    border-right: 1px solid #e6e6e6;
}

.detail_list_logos li:nth-child(even) {
    background-color: #f2f2f2
}

.detail_list_logos li img {
    height: 74px;
}

.detail_list_logos li .delta_rl_onethird {
    height: 99px;
    line-height: 70px;
}

/*---- Product Details End  ----*/

/*---- Application Start  ----*/
.delta_applblock_1 {
    /*background-image: url("../images/banner_application_v2.jpg");*/
    background:#D7E9F2;
    background-repeat: no-repeat;
    padding: 40px 0px;
}

.delta_mainbar .delta_submenu_listing li {
    float: none;
    padding-bottom: 0px;
}

.delta_mainbar .delta_submenu_listing li a {
    padding-bottom: 0px;
}

.delta_menu_onethird {
    width: 31%;
    margin-left: 3%;
}

.delta_menu_onethird + .delta_menu_onethird {
    margin-left: 2%;
}

.delta_submenu_listing {
    width: 83%;
}

.delta_submenu_listing li.delta_submenu_heading a {
    color: #00aeef
}

.delta_submenu_listing li a:hover {
    text-decoration: underline;
    border-bottom: 0px;
}

.delta_mainbar .delta_submenu_listing li + li {
    padding-top: 5px;
}

.delta_dropdown_left_withimage {
    text-align: center;
    font-size: 16px;
    width: 17%;
}

.delta_dropdown_left_withimage span {
    background-color: #00aeef;
    color: #fff;
    display: block;
    padding: 18px 0px;
}

.delta_dropdown_left_withimage img {
    padding: 30px 10px;
}

.delta_dropdown {
    padding-bottom: 20px;
}

.detail_app_1 {
    width: 30%;
    padding: 10px 20px;
}

.detail_app_2 {
    width: 70%;
    padding: 10px 20px;
}

.delta_view_series .detail_app li {
    padding: 0px;
}

.detail_app .detail_app_2 {
    border-left: 1px solid #e6e6e6;
}

.delta_view_series ul {
    border: 1px solid #e6e6e6;
}

.detail_app .dark_heading {
    padding: 0 !important;
}

.detail_app ul li {
    padding: 0;
}

.delta_productlist .detail_app li + li {
    border-top: 1px solid #e6e6e6;
}

.delta_marbottom_2 {
    margin-bottom: 2px;
}

.abs_banner {
    width: 17%;
}

.delta_bulletlist li {
    list-style-type: none;
    padding-left: 20px;
    padding-bottom: 10px;
}

.delta_bluecolor {
    color: #0fb3f0;
}

.delta_greencolor {
    color: #5fb157;
}

.delta_applic_imgblock {
    width: 50%;
    margin: 0px auto;
}

.appl_v1 a {
    color: #5fb157;
}

.delta_btncenter {
    margin: 0px auto;
}

.delta_applv2_col {
    width: 40%;
}

.delta_applv2_col h3 {
    text-transform: uppercase;
}

.delta_applv2_col + .delta_applv2_col {
    width: 58%;
    margin-left: 2%
}

.delta_applv2_images {
    width: 70%;
    margin: 0px auto;
}

.delta_applv2_images h3 {
    font-weight: 700;
}

/*---- Application End  ----*/

/*---- Technology CSS Start  ----*/
.delta_iconlist li {
    display: inline;
    color: #5fb157
}

.delta_iconlist li a {
    color: #5fb157
}

.delta_iconlist li a:hover {
    text-decoration: underline;
}

.delta_iconlist li + li {
    margin-left: 20px;
}

.delta_iconlist li i {
    margin-right: 10px;
}

.detail_tech {
    width: 20%;
    padding: 10px 10px;
    font-size: 11px
}

.detail_app li .detail_tech {
    min-height: 150px;
}

.detail_tech + .detail_tech {
    border-left: 1px solid #e6e6e6;
}

.delta_resp_show {
    display: none;
}

.delta_applblock_2 {
    background-color: #f2f2f2;
    padding: 40px 0px;
}

.delta_tech_points li {
    float: left;
    width: 47%;
    position: relative;
    margin-bottom: 40px;
    margin-top: 10px;
}

.delta_tech_points li:nth-child(even) {
    float: right;
}

.delta_tech_points li img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.delta_tech_points li p {
    padding-left: 100px;
}

.show_next {
    display: none;
}

.shwnext .detail_tech {
    display: none;
}

.shwnext .show_next {
    display: block;
}

.toggle_click_main {
    cursor: pointer;
}

.detail_tech a {
    display: block;
}

.detail_tech a:hover {
    text-decoration: underline;
}

.detail_app .delta_view_heading {
    padding: 0px;
}

.detail_tech_out {
    border: 1px solid #e6e6e6;
}

.detail_tech_out li + li {
    border-top: 1px solid #e6e6e6;
}

.detail_tech_out{
    display: none;
}

.toggle_click {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.delta_desktop_show {
    display: block;
}

.delta_desktop_hide {
    display: none;
}

.detail_app .delta_view_heading.delta_marbottom_2 {
    padding: 8px 10px;
}

/*---- Technology CSS End  ----*/

/*---- Resources CSS Start  ----*/

.delta_resource {
    padding: 0px !important;
}

.delta_resource_txt {
    width: 60%;
}

.delta_resource_img {
    width: 40%;
}

.delta_resource_img img {
    display: block;
}

.delta_resource_pad {
    padding: 10%;
}

.delta_resource_txt p {
    max-width: 518px;
}

.delta_dropdown_small li:first-child {
    margin-left: 28px;
}

.delta_dropdown_smalll li:first-child {
    margin-left: 28px;
}

.delta_dropdown_small {
    width: 60%;
}

.delta_dropdown_smalll {
    width: 60%;
}

.delta_dropdown_small .delta_dropdown_left_withimage {
    width: 32%;
}

.delta_dropdown_smalll .delta_dropdown_left_withimage {
    width: 32%;
}

.delta_dropdown_small .delta_submenu_listing {
    width: 68%;
}

.delta_dropdown_smalll .delta_submenu_listing {
    width: 68%;
}

.delta_dropdown_small .delta_menu_onethird {
    width: auto;
}

.delta_dropdown_smalll .delta_menu_onethird {
    width: auto;
}

.delta_dropdown_small {
    padding-bottom: 0;
}

.delta_dropdown_smalll {
    padding-bottom: 0;
}

/*---- Resources CSS End  ----*/

/*---- About us CSS Start  ----*/
video {
    max-width: 100%;
    height: auto;
}

.delta_dropdown_smalll {
    width: 60%;
    left: 4%;
}

/*---- About us CSS End  ----*/

/*---- Contact us CSS Start  ----*/
.delta_col_2 {
    width: 50%;
}

.delta_mainbar li:last-child .delta_dropdown_small {
    left: 10%;
}

.delta_contactaddress li {
    float: none;
    width: auto
}

.delta_contactaddress li:nth-child(even) {
    float: none;
}

.delta_contactaddress li i, .delta_contact_bottom li i {
    font-size: 3.5em;
    color: #00aeef;
    display: block;
    width: 86px;
    margin: 0px auto;
}
.delta_contactaddress li em, .delta_contact_bottom li em {
    font-size: 3.5em;
    color: #00aeef;
    display: block;
    width: 86px;
    margin: 0px auto;
}
.delta_contactform textarea {
    width: 100%;
    resize: none;
    min-height: 100px;
    font-size: 15px;
    line-height: inherit;
}

.delta_contactform_field {
    border: 2px solid #6f6f6f;
    padding: 10px;
    outline: 0px;
    width: 100%
}

.delta_contactform_field:focus {
    border: 2px solid #0fb3f0
}

.delta_onehalf {
    width: 49%;
    float: left
}

.delta_onehalf + .delta_onehalf {
    margin-left: 2%
}

select.delta_contactform_field {
    -webkit-appearance: none;
    -moz-appearance: window;
    background-image: url(../images/select_drp.png);
    background-repeat: no-repeat;
    background-position: right center;
}

#state {
    -webkit-appearance: none;
    -moz-appearance: window;
}

.delta_contact_bottom li {
    width: 50%;
    float: left;
    background: #dfdee6;
    padding: 50px 20px 40px 3.5%;
}

.delta_contact_bottom li + li {
    background: #bbeefe;
}

.delta_contact_bottom li p {
    margin-top: 0px;
}

.delta_contact_bottom .delta_icon {
    margin-right: 20px;
}

/*---- Contact us CSS End  ----*/

/*---- FAQ CSS Start  ----*/

.fa {
    font-weight: normal !important;
    font-family: FontAwesome !important;
}

.tab-content div {
    display: none;
}

.level-box {
    display: none;
    padding: 10px 30px;
    border-bottom: 1px dashed #ddd;
}

.level-box-active {
    display: block;
}

.header_faq {
    color: #5f5f5f;
    font-size: 21px;
    border-bottom: 1px dashed #ddd;
    padding: 20px 20px;
    margin-bottom: 0px;
    cursor: pointer;
    position: relative;
    border-top: 1px dashed #ddd;
}

.header_faq_active {
    border-bottom: 1px dashed #ddd;
    color: #00aeef
}

.header_faq .fa {
    position: absolute;
    right: 0;
    top: 20px;
    right: 20px;
    z-index: 9;
}

.header_faq .fa-chevron-down {
    display: none;
}

.header_faq .fa-chevron-right {
    display: block;
}

.header_faq_active .fa-chevron-down {
    display: block;
}

.header_faq_active .fa-chevron-right {
    display: none;
}

.delta_faqbottom i {
    font-size: 3.5em;
    color: #00aeef;
    display: block;
    text-decoration: underline;
    border-bottom: 3px solid #00aeef;
}

.delta_faqbottom p {
    margin: 10px 0px 0px 15px;
}

.delta_faqbottom a {
    color: #00aeef;
    text-decoration: underline
}

.delta_faqbottom a:hover {
    text-decoration: none;
}

.delta_faqbottom {
    width: 100%;
    max-width: 289px;
    margin: 0px auto;
}

/*---- FAQ CSS End  ----*/

/*---- News CSS Start  ----*/
.delta_underlinelink {
    text-decoration: underline;
    color: #00aeef;
}

.delta_underlinelink:hover {
    text-decoration: none;
}
.delta_underlinelink.btn_link_download {
    word-break: break-all;
    padding: 0px 6px;
    text-decoration: underline;
	margin-bottom: 0px;
	color: #00aeef;
	display: inline-flex;

}
.delta_underlinelink.btn_link_download:hover
{
	text-decoration: none;
}
.delta_underlinelink.nounderline {
    text-decoration: none !important;
    cursor: text;
}
.delta_newstab p {
    margin-top: 5px;
}

.delta_newstab p a {
    margin-left: 30px;
}

.delta_newstab .delta_onethird {
    margin-top: 20px;
}

.delta_margin_lft_0 {
    margin-left: 0px !important;
}

.delta_pagination li {
    display: inline;
}

.delta_pagination li i {
    background-color: #ececec;
    padding: 8px 10px;
    margin: 0px 5px;
}

.delta_pagination li a {
    padding: 5px 10px;
}

.delta_pagination li a:hover, .delta_pagination li a.active {
    background: #00aeef;
    color: #fff;
}

.delta_pagination {
    text-align: center;
}

.pagination_txt {
    margin: 0px 40px;
}

.pagination_txt a:hover {
    background-color: transparent !important;
    color: #00aeef !important
}

/*---- News CSS End  ----*/

/*---- Delta Group CSS Start  ----*/
.delta_revenlft {
    width: 50%;
    margin-top: 10%;
}

.delta_revenlft_inside {
    width: 80%
}

.delta_revenryt {
    width: 50%;
}

.delta_group_lft {
    width: 30%;
    padding-top: 5%;
}

.delta_group_ryt {
    width: 68%;
    margin-left: 2%
}

.delta_group_list li {
    margin-top: 5px;
}

.delta_group_list li div.delta_greencolor {
    float: left;
    width: 30%;
}

.delta_group_list li p {
    float: left;
    width: 70%;
    margin-top: 0px;
    min-height: 24px;
}

.delta_group_list {
    float: left;
    width: 100%;
}

.delta_pad_top_40 {
    padding-top: 40px;
}

/*---- Delta Group CSS End  ----*/

/*---- Distributer CSS Start  ----*/
.delta_distrubutorlist {
    float: left;
    width: 100%;
}

.delta_distrubutorlist li {
    background: #fff;
    width: 23.33%;
    float: left;
    text-align: center;
    height: 260px;
    line-height: 260px;
    padding: 0px 20px;
    margin-bottom: 2%
}

.delta_distrubutorlist li img {
    vertical-align: middle;
}

.delta_distrubutorlist li + li {
    margin-left: 2%;
}

/*---- Distributer CSS End  ----*/

/*---- Innovation CSS Start  ----*/
.delta_innovonefourth {
    width: 17%;
}

.delta_innovonefourth + .delta_innovonefourth {
    margin-left: 10%;
}

.delta_innovonefourth h3 {
    font-size: 18px;
}

.delta_innovmap img {
    width: 60%;
    margin: 20px 0px;
}

/*---- Innovation CSS End  ----*/

/*---- Milestone CSS Start  ----*/
.delta_yearheadline {
    background-color: #00aeef;
    width: 160px;
    padding: 10px 0px;
    font-weight: 700;
    color: #fff;
    -webkit-box-shadow: 0 5px 6px 0px #ddd;
    -moz-box-shadow: 0 5px 6px 0px #ddd;
    box-shadow: 0 5px 6px 0px #ddd;
}

.milestone_part_a li {
    text-align: left;
    background-image: url("../images/milestone_line1.png");
    background-repeat: no-repeat;
    padding-left: 85px;
    line-height: 23px;
    background-position: 0px 0px;
    background-size: 67px;
}

.milestone_part_a {
    padding: 45px 0px;
    margin-left: 80px;
    background-image: url("../images/milestone_strip1.png");
    background-repeat: no-repeat;
}

.milestone_part_a li + li {
    margin-top: 20px
}

.delta_yearheadline_b {
    background-color: #27afb0
}

.milestone_part_b {
    background-image: url("../images/milestone_strip2.png");
}

.milestone_part_b li {
    background-image: url("../images/milestone_line2.png");
}

.delta_yearheadline_c {
    background-color: #42b085
}

.milestone_part_c {
    background-image: url("../images/milestone_strip3.png");
}

.milestone_part_c li {
    background-image: url("../images/milestone_line3.png");
}

.delta_yearheadline_d {
    background-color: #5fb157
}

.milestone_part_d {
    background-image: url("../images/milestone_strip4.png");
}

.milestone_part_d li {
    background-image: url("../images/milestone_line4.png");
}

/*---- Milestone End Start  ----*/

/*---- Search Results Start  ----*/
.detail_searchcolumn_out {
    margin: 30px 0px 30px;
}

.detail_search_column {
    width: 15.9%;
    padding: 10px;
    font-size: 13px;
}

.detail_searchcolumn_out li {
    padding: 8px 10px;
    background-color: #fff;
}

.detail_searchcolumn_out li:hover {
    background-color: #ebebeb
}

/*---- Search Results End  ----*/

/*---- Search Results Start  ----*/
.delta_bluebackgrond {
    padding: 30px 0px;
    background-color: #00aeef;
}

.search_partsheading {
    color: #fff;
    text-align: left;
    padding-bottom: 5px;
}

.search_parts {
    width: 22%;
}

.search_parts + .search_parts {
    margin-left: 2%
}

.search_parts .delta_submit_btn {
    color: #00aeef;
    background-color: #fff;
    border-radius: 0px;
    margin-top: 3px;
}

.search_parts p {
    color: #fff;
}

.search_parts select.delta_contactform_field {
    background-image: url(../images/arrw_dwn.png);
}

.search_parts .delta_contactform_field {
    height: 47px;
}

.localrep_left h3 {
    margin-bottom: 0px;
}

.localrep_left p {
    margin: 0px;
}

.localrep_left li {
    border-bottom: 1px dashed #5fb157;
    padding: 20px 0px;
}

.localrep_left ul {
    height: 492px;
    overflow: auto
}

.localrep_left {
    width: 30%
}

.localrep_ryt {
    width: 70%
}

.iframe_responsive {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.iframe_responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*---- Search Results Start  ----*/

/*---- Rep Resources Start  ----*/
.delta_relatedproducts li {
    width: 16%;
}

.delta_represources li {
    text-align: center;
    margin-top: 25px;
}

.delta_represources .delta_btn {
    float: none;
    margin: 10px;
}

#tabs {
    margin-bottom: 10px;
    margin-top: 20px;
}

#tabs li {
    display: inline;
    font-size: 20px;
}

#tabs li a {
    color: #fff;
    background-color: #00aeef;
    padding: 12px 25px;
    cursor: pointer;
}

#tabs li a.inactive {
    color: #74797c;
    background-color: transparent;
    outline: none;
}

#tabs li a:hover, #tabs li a.inactive:hover {
    color: #fff;
    background-color: #00aeef;
    outline: none;
}

.container_repdash {
    clear: both;
    padding-top: 20px;
}

.delta_login h3 {
    padding: 8px 15px 0 0;
}

.delta_login .delta_btn {
    min-width: initial;
}

.delta_login {
    margin-top: 15px;
}

.delta_margin_top_40 {
    margin-top: 40px;
}

.detail_searchcolumn_out li {
    border-bottom: 1px solid #dddfe1;
}

.detail_heatsink .detail_search_column {
    width: 25%;
}

.delta_downicon {
    font-size: 40px;
    text-align: center
}

.delta_downicon i {
    color: #00aeef
}

.detail_heatsink_left {
    /*background: url(../images/bck.jpg) repeat-x;*/
    background:#D7E9F2;
    width: 36%;
}

.detail_heatsink_ryt {
    width: 62%;
    margin-left: 2%;
}

.detail_heatsink_inside {
    padding: 20px
}

small {
    font-size: 14px;
}

/*---- Rep Resources End  ----*/

/*---- Advanced Search popup Start  ----*/
.delta_popup_header {
    background-color: #00aeef;
    padding: 20px 25px;
    font-size: 25px;
    color: #fff;
}

.delta_popup {
    position: fixed;
    background-color: #fff;
    padding-bottom: 20px;
    top: 10%;
    width: 50%;
    margin: 0px auto;
    left: 0;
    right: 0;
    z-index: 9999
}

.delta_popup_overlay {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
}

.delta_popupins {
    padding: 20px 40px;
}

.delta_inputbox_version2 {
    border: 1px solid #757575 !important;
    padding: 15px 10px;
    border: 0px;
    width: 100%;
    font-size: 15px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.delta_inputbox_version2:focus {
    border: 1px solid #5fb157 !important;
    border-radius: 5px;
}

.delta_popupins h3 {
    margin-bottom: 10px;
    color: #3699f3;
    font-weight: 700;
}

.delta_popupins label {
    display: block;
    margin-top: 5px;
}

.delta_popupins label input {
    margin-right: 8px;
}

#close_btn {
    background-color: transparent;
    cursor: pointer;
    float: right;
    border: 0px;
    outline: 0px;
    color: #fff;
    font-weight: 700;
    font-size: 25px
}

.body_overlay .delta_popup_overlay {
    display: block
}

body .delta_popup_overlay {
    display: none
}

#delta_popup {
    display: none;
}

.delta_adv_srch a {
    cursor: pointer;
}

/*---- Advanced Search popup End  ----*/

/*---- Sales Portal Megamenu Start  ----*/
.delta_top_bar_rightlist li:hover > .delta_dropdown_portal {
    display: block
}

.delta_dropdown_portal {
    position: absolute;
    left: initial;
    padding-top: 23px;
    top: 32px;
    right: 0;
    z-index: 99999;
    width: 34%;
    right: 13%;
    margin: 0px auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0px 4px 0px #777;
    -moz-box-shadow: 0 0px 4px 0px #777;
    box-shadow: 0 0px 4px 0px #777;
    display: none;
}

.delta_top_bar_rightlist .delta_dropdown_portal li {
    font-size: 15px;
}

.delta_top_bar_rightlist .delta_dropdown_portal li + li {
    padding-top: 5px;
}

.delta_top_bar_rightlist .delta_dropdown_portal li a {
    color: #5f5f5f;
}

.delta_top_bar_rightlist .delta_dropdown_portal li a:hover {
    color: #0fb3f0;
}

.delta_dropdown_portal .delta_submenu_listing {
    width: 55%;
}

.delta_dropdown_portal .delta_dropdown_left_withimage {
    width: 40%;
}

.delta_dropdown_portal .delta_dropdown_left_withimage img {
/*---- Delta Breadcrumbs Start  ----*/
    padding-top: 0px;
    padding: 0px 25px 20px;
}

/*---- Sales Portal Megamenu End  ----*/

/*---- ec fans blowers Start  ----*/
.delta_ecfans .detail_tech {
    width: 16.5%;
}

.delta_ecfans .delta_view_heading .detail_tech + .detail_tech {
    border-left: 0px;
}

.delta_ecfans li .detail_tech {
    min-height: 58px;
}

/*---- ec fans blowers End  ----*/

/*---- DSB CSS Start  ----*/
.delta_featurebox {
    border: 1px solid #00aeef;
    padding: 20px;
}

.delta_featurebox_lft {
    float: left;
    width: 20%;
    text-transform: uppercase;
    color: #5fb157;
    margin-bottom: 10px;
    line-height: 26px;
}

.delta_featurebox_ryt {
    float: left;
    max-width: 434px;
    line-height: 26px;
}

.delta_fullwidth_btn {
    background-color: #00aeef;
    padding: 10px 20px;
    width: 100%;
    color: #fff !important;
    display: block;
    font-size: 20px;
}

.delta_fullwidth_btn:hover {
    background-color: #5fb157;
    color: #fff;
}

.delta_fullwidth_btn i {
    float: right;
    font-size: 22px;
}

.delta_dsbgreen {
    background-color: #5fb157
}

.delta_dsbgreen li {
    display: inline;
    color: #fff;
    font-size: 16px;
}

.delta_dsbgreen li + li {
    margin-left: 20px;
}

.tabs {
    margin-bottom: 10px;
    margin-top: 20px;
}

.tabs li {
    display: inline;
    font-size: 20px;
}

.tabs li a {
    color: #fff;
    background-color: #00aeef;
    padding: 12px 25px;
    cursor: pointer;
}

.tabs li a.inactive {
    color: #74797c;
    background-color: transparent;
    outline: none;
}

.tabs li a:hover, #tabs li a.inactive:hover {
    color: #fff;
    background-color: #00aeef;
    outline: none;
}

/*---- DSB CSS End  ----*/

/*---- rep_resources_login CSS Start  ----*/
.delta_loginform {
    padding: 55px;
}

.delta_loginform_ryt {
    /*border: 1px solid #14a028;*/
}

.delta_loginform strong {
    margin-bottom: 15px;
    display: block;
}

.delta_loginform_main .delta_onehalf + .delta_onehalf {
    margin-left: 6%;
}

.delta_loginform_main .delta_onehalf {
    width: 47%;
}

.delta_loginform_lft {
    margin-top: 2px;
}

/*---- rep_resources_login CSS End  ----*/

/*---- Blog Page CSS Start  ----*/
.detail_column_5 .detail_search_column {
    width: 20%;
}

.shwnext .detail_search_column {
    display: none;
}

.shwnext .show_next {
    display: block;
}

/*---- Blog PageCSS End  ----*/

/*---- Search 1 Start  ----*/
.delta_searchnew .delta_productlist_lft {
    width: 12%;
}

.delta_searchnew .delta_productlist_ryt {
    width: 84%;
}

.delta_searchnew_bar {
    border-bottom: 1px solid #b7b7b7;
}

.delta_searchnew_barlft li {
    float: left;
    font-size: 20px;
}

.delta_searchnew_barlft li a {
    color: #74797c;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    display: block;
    padding-bottom: 20px;
    margin-bottom: -1px;
    position: relative
}

.delta_searchnew_barlft li + li a {
    padding: 0px 0px 20px 25px;
}

.delta_searchnew_barlft li a.active, .delta_searchnew_barlft li a:hover {
    border-bottom: 1px solid #000;
}

.delta_searchnew_barryt select {
    margin: 0px 5px 0px 10px;
    border: 2px solid #898989;
    height: 35px;
    min-width: 150px;
    -webkit-appearance: none;
    -moz-appearance: window;
    background-image: url("../images/arrw_dwn_srch.jpg");
    background-repeat: no-repeat;
    background-position: right;
    padding: 0px 10px;
    background-size: 30px;
}

.delta_greybtn {
    background: #898989;
    border: 0px;
    color: #fff;
    padding: 10px 15px;
    min-width: 150px;
    cursor: pointer;
}

.delta_searchnew_barryt p {
    margin: 0px;
    padding: 5px 0 0 0;
}

/*---- Search 1 End  ----*/

/*---- Mega Menu + Jquery start ----*/

.delta_mainbar li .fa-toggle {
    float: right;
    position: absolute;
    right: 9px;
    top: 9px;
    z-index: 99;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
}

.delta_mainbar li i.fa-minus-circle {
    display: none;
}

.delta_top_bar_rightlist .fa-toogle-first {
    display: none;
}

body.rightlist_toggle:before {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99999;
    content: "";
}

.delta_top_bar_rightlist li .delta_dropdown_portal li {
    float: none;
}

/*---- Mega Menu + Jquery end ----*/

/*---- Search Page Start ----*/
.delta_pagination_search {
    text-align: left;
}

.delta_pagination_search li a {
    border: 1px solid #ddd;
}

.delta_pagination_search li + li {
    margin-left: 5px;
}

.delta_searchnew_barmore {
    border-bottom: 0px;
}

.delta_searchnew_barlftmore li a.active, .delta_searchnew_barlftmore li a:hover {
    border-bottom: 3px solid #10b3f0;
    color: #10b3f0
}

.delta_searchnew_barlftmore li a {
    color: #74797c;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    display: block;
    padding: 10px 20px;
    margin-bottom: 0px;
    position: relative;
}

.delta_searchnew_barlftmore li {
    float: left;
    font-size: 20px;
}

/*---- Search Page End ----*/

/* Menu updating start */
.delta_menuonehalf {
    width: 45%;
    margin-left: 2.5%;
    margin-bottom: 20px
}

.delta_menuonehalf img.border_image {
    background-color: #fff;
    padding: 5px;
    border: 1px solid #ddd;
}

/* Menu updating end */

/* Product List start */
.delta_four_cols {
    width: 23%;
}

.delta_margin_top_60 {
    margin-top: 60px;
}

.delta_productlist .delta_prdlist .delta_dsbgreen li + li {
    border-top: 0px;
}

.delta_productlist .delta_prdlist .delta_dsbgreen {
    padding: 8px 10px;
}

.delta_view_series .delta_dsbgreen ul {
    border: 0px;
}

.delta_prdlist {
    cursor: pointer;
}

.product_tables_ins {
    display: none;
}

.product_tables_insactive {
    display: block
}

.product_series_active {
    display: block;
}

.delta_prdlist .delta_dsbgreen {
    padding: 8px 10px;
}

.product_tables {
    margin-bottom: 10px
}

/* Product List end */

/* Application Notes start */
.delta_introduction {
    max-width: 1000px;
    margin: 0px auto;
    padding-left: 30px;
    padding-right: 30px;
}

.delta_performace_lft {
    width: 60%;
}

.delta_performace_ryt {
    width: 40%
}

.delta_performace_lft {
    padding-top: 7%
}

/* Application Notes end */

/* Newly as per Request start */
body.category-afb .delta_breadcrumbs {
    padding: 30px 0px 0px 0px;
}

.detail_heatsink_inside {
    padding-top: 0px;
}

.
.fotorama__stage__frame .fotorama__img {
    top: 28%;
}

/* Newly as per Request End */

/* Search results Empty Css start */
.delta_empty_txt {
    background-color: #f2f2f2;
    font-size: 26px;
    color: #00aeef;
    padding: 17px 0px;
    margin: 65px 0px 25px 0;
}

.delta_empty_txt i {
    margin-right: 15px
}

/* Search results Empty Css end */

/* Search results Empty Css start */
.error_banner {
    position: relative;
}

.error_banner .error_txt {
    font-size: 35px;
    color: #00aeef;
    font-weight: 700;
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    top: 40%;
    text-align: center;
}

.container_404 h1 {
    color: #cbcbd0;
    font-size: 150px;
    font-weight: 700;
    letter-spacing: 24px;
    padding: 25px 0 0 0;
}

.container_404 p.er_txta {
    color: #5f5f5f;
    font-weight: 700;
    margin-bottom: 7px;
}

.container_404 p.er_txtb {
    color: #00aeef;
    font-weight: 700;
    margin: 0px;
}

p.er_txtc {
    margin: 8px 0 0 0;
    padding-bottom: 15px;
}

.container_404 p a:hover {
    text-decoration: underline;
}

/* Search results Empty Css start */

/*Extra Website Css (Keep this css at the bottom)*/
.delta_dropdown_list li span {
    font-size: 14px;
}

.third_section h1 {
    padding-bottom: 30px;
}

.table_my table > tbody > tr > td {
    text-align: left;
    padding: 8px 23px;
}

.table_my {
    max-width: 700px;
    margin: 0px auto;
}

.messages {
    margin-bottom: 0;
}

h3.sb a {
    color: #0fb3f0 !important;
}

h2.sb a {
    color: #0fb3f0 !important;
}

h2.sb a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif !important;
}

.latest-news-slider h3.delta_pad_top_15 a:visited {
    color: #0fb3f0 !important;
}

.third_section_ryt h3 {
    margin-bottom: 0px;
}

.delta_hide_series {
    margin-top: -20px;
}

.delta_view_series {
    margin-top: 15px !important;
}

.product_tables .delta_margin_top_30 {
    margin-top: 0px;
}

.delta_footer_form .delta_inputbox {
    width: 100%
}

.newsletter-infos {
    width: 47%;
    float: left;
    position: relative;
}

.delta_footer_form .newsletter-infos + .newsletter-infos {
    margin-left: 6%;
}

.delta_footer_form .newsletter-infos + .newsletter-infos + .newsletter-infos {
    width: 64%;
    margin-left: 0px;
}

.delta_footer_form .newsletter-infos + .newsletter-infos + .newsletter-infos .delta_emailbox {
    width: 100%;
}

.delta_footer_form div.mage-error[generated] {
    font-size: 11px;
    position: absolute;
    bottom: -17px;
    left: 0;
    z-index: 9;
}

section img:hover {
    /*opacity: 0.7;*/
}

.delta_inputbox_version2 {
    height: 41px !important
}

.delta_bulletlist{
    margin-left: 55px;
}

.delta_contactform_field {
    height: 41px !important
}

.delta_distrubutorlist li:hover {
    background-color: #DEE0E0
}

.delta_newstab a.news_img {
    float: none !important
}

a.delta_transparent_button:visited {
    color: #00aeef !important;
}

a.delta_transparent_button:visited:hover {
    color: #fff !important;
}

a#contentarea {
    display: none !important;
}

.category-cms .srch_fan article {
    padding: 0px 0px 20px 0px;
}

.op_lft {
    float: left;
    width: 17%;
    margin-right: 3%;
    padding: 5px;
    box-shadow: 0px 0px 6px #ddd, 0px 0px 6px #ddd;
}

.op_ryt {
    float: left;
    width: 27%;
    margin-right: 3%;
}

.op_main {
    margin-bottom: 20px;
}

.op_main + .op_main {
    border-top: 1px solid #00aeef;
    padding: 35px 0px 0px;
}

.op_ryt strong {
    font-weight: bold;
}

.delta_margin_bottom_35 {
    margin-bottom: 35px
}

.debugging-hints {
    text-align: center;
}

h1 {
    font-weight: normal;
    color: #0fb3f0;
    font-size: 2.5rem
}

h2 {
    font-weight: normal;
    color: #0fb3f0;
    font-size: 1.75rem
}

h3 {
    font-weight: normal;
    color: #0fb3f0;
    font-size: 1.5rem
}

h4 {
    font-weight: normal;
    color: #0fb3f0;
    font-size: 1.25rem
}

h5 {
    font-weight: normal;
    color: #0fb3f0;
    font-size: 1rem
}

h6 {
    font-weight: normal;
    color: #0fb3f0;
    font-size: 0.8rem
}

.secondary_color {
    color: #5fb157 !important;
}

.delta_margin_bottom_20 {
    margin-bottom: 20px;
}

.delta_four_cols {
    padding-bottom: 15px;
}

.table_fullwidth tr td a.delta_bluecolor {
    display: block;
    text-align: left;
}

input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"] {
    line-height: inherit;
}

.delta_dropdown_list li a span + span {
    min-height: 40px;
    padding-top: 5px;
    text-align: center;
}

.delta_btncenter .delta_margin_top_30 a.delta_btn {
    display: inline-block;
    text-align: center;
    float: none !important;
}

.delta_btncenter .delta_margin_top_30 a.delta_btn + .delta_btn {
    margin-left: 10px;
}

.delta_btncenter .delta_margin_top_10 a.delta_btn {
    display: inline-block;
    text-align: center;
    float: none !important;
}

a.learn_content, a.learn_content:visited {
    color: #0fb3f0;
}

a.learn_content:hover {
    color: #5fb157;
}

.delta_view_series {
    top: 219px;
    width: 100%;
    position: absolute;
    z-index: -1
}

.toolbar.toolbar-products.delta_pagination {
    margin-top: 40px;
}

.delta_productlist li {
    position: relative;
}

.delta_view_series.opca_new {
    opacity: 1;
    display: block;
    position: static;
    z-index: 1
}

.custm_thumbnail .custm_image{
 /*   max-width: 200px !important;*/
}

.delta_hide_series {
    opacity: 0;
    display: block !important
}

.delta_hide_series.opca_new_btn {
    opacity: 1;
}

.custm_thumbnail span img {
    max-width: 500px;
}

.delta_productlist li {
    position: relative;
}

#maincontent .category-cms p a {
    color: #0fb3f0;
}

#maincontent .category-cms p a:hover {
    color: #5fb157;
}

#maincontent .category-cms ul li a {
    color: #0fb3f0;
}

#maincontent .category-cms ul li a:hover {
    color: #5fb157;
}

#maincontent .category-cms ul li {
    position: relative;
    list-style-type: none;
    padding-left: 17px;
    padding-bottom: 10px;
}

#maincontent .category-cms ul li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    background-color: #5fb157;
    width: 5px;
    height: 5px;
    border-radius: 40px;
}

#maincontent .category-cms img {
    margin: 0px 0px
}

#maincontent .category-cms table img {

	text-align:left;
}

.category-cms .spacing_sides {
    padding: 0;
}

.delta_bluecolor, .subtitle.delta_bluecolor {
    text-transform: uppercase;
}

#maincontent .category-cms .milestone_part_a ul li {
    list-style-type: none;
    padding-left: 85px;
    padding-bottom: 0px;
    list-style-type: none;
}

#maincontent .category-cms .milestone_part_a ul li:before {
    display: none
}

#maincontent .category-cms ul.delta_contactaddress li {
    padding-left: 0;
    padding-bottom: 0;
}

#maincontent .category-cms ul.delta_contactaddress li:before {
    display: none;
}

#maincontent .category-cms ul.delta_contact_bottom li {
    padding-left: 0;
    padding-bottom: 0;
}

#maincontent .category-cms ul.delta_contact_bottom li:before {
    display: none;
}

#maincontent .category-cms ul.delta_distrubutorlist li {
    padding-left: 20px;
    padding-bottom: 0;
}

#maincontent .category-cms ul.delta_distrubutorlist li:before {
    display: none;
}

.delta_productlist li {
    list-style-type: none;
    padding-left: 0px !important;
    padding-bottom: 45px !important;
}

.delta_productlist li:before {
    display: none;
}

.delta_productlist li .delta_btn {
    color: #fff !important
}

.delta_productlist li .delta_transparent_button {
    color: #0fb3f0 !important;
}

.delta_productlist li .delta_transparent_button:hover {
    color: #fff !important;
}

.btn_srch {
    background-color: transparent !important;
    background-repeat: no-repeat !important
}

#maincontent .category-cms .delta_tech_points img {
    margin: 0px 0px;
}

.delta_productlist li {
    /*overflow: hidden;*/
}

.delta_md {
    margin: 0px -3.8%;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.delta_md .spacing_sides {
    padding: 0px 3.5% !important;
}

.delta_margin_top_50 {
    margin-top: 50px;
}

#maincontent .category-cms ul.delta_group_list li:before {
    content: "\f05d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #5fb157;
    font-size: 16px;
    top: 3px;
    background-color: transparent;
}

#maincontent .category-cms ul.delta_group_list li {
    list-style-type: none;
}

.search_parts_state {
    width: 26%;
}

.detail_app ul li {
    padding-bottom: 0px !important;
}

#maincontent .category-cms .tab_30 img {
    margin: 0px 0px;
}

.table_fullwidth small {
    display: block;
    padding-top: 10px;
}

@media (min-width: 992px) {
    .tab_30_70 {
        max-width: 800px;
        margin: 0px auto;
    }

    .tab_30 {
        float: left;
        width: 28%
    }

    .tab_70 {
        float: right;
        width: 70%;
    }

    .us2 {
        margin-left: 15px;
    }
}

@media (max-width: 991px) {
    .tab_30 {
        text-align: center;
    }

    .sticky-wrap {
        overflow: auto !important;
    }

}

@media (max-width: 767px) {
    .delta_productlist li {
        padding-bottom: 0px !important;
    }

    .delta_productlist_ryt {
        padding-bottom: 20px;
    }

    .delta_productlist .delta_productlist_ryt p {
        text-align: center;
    }

}

.page-title-wrapper{
    display: none;
}

.op_lft img {
    margin: 0px 0px !important;
}
/*##########*/
.page-title-wrapper {
    display: none;
 }
.delta_underlinelink.btn_link_download {

    padding: 0px 6px;
    text-decoration: underline;
	margin-bottom: 0px;
	color: #00aeef;
	display: inline-flex;

}
.delta_underlinelink.btn_link_download:hover
{
	text-decoration: none;
}
.delta_underlinelink.nounderline {
    text-decoration: none !important;
    cursor: text;
}
.limiter {
    display: inline-block;
    margin-top: 35px;
}
.delta_pagination li + li {
    border-top: 0px !important;
}
.delta_pagination li {
    padding: 0px 0px!important;

}
.delta_pagination ul {

    display: block;
    line-height: 29px;

}
.delta_pagination li a.action {

    vertical-align: middle;
    line-height: 31px;

}
.limiter-label, .limiter-text {

    line-height: 30px;

}
.customdata-result-index .page-title-wrapper {
    padding: 0px 3.5% !important;
}
.delta_submit_btn:hover{border: 2px solid #6f6f6f !important;}
.button-lin-container div { display: flex;}
.button-lin-container button { height:38px;}
.clearall-float{clear:both;font-size:0;line-height:0;}
.clear_txt{background: #fff;height: 28px;color: #444;line-height: 8px;padding: 10px;}
@media (max-width: 640px) {
    .delta_pagination li{border:none!important;}


}
/*##########*/

.catalog-category-view .category-cms .table_fullwidth .sticky-wrap{    z-index: inherit !important;}

/*---- Delta Breadcrumbs Start  ----*/
.bread_remove_English {
    padding: 20px 0px 25px 0px;
}

.bread_remove_English ul{padding:0px 3.5% !important}

.bread_remove_English li {
    display: inline;
    font-size: 18px;
}

.bread_remove_English li + li {
    padding-left: 15px;
}

.bread_remove_English li a {
    font-weight: 700;
}

.bread_remove_English .item:not(:last-child):after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 18px;
    content: '\e608';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 600;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.bread_remove_English ul li.item:not(:last-child):after {
    line-height: 100%;
}

.bread_remove_English li a {
    color: #6e6e6e;
}

.bread_remove_English li + li {
    padding-left: 10px;
}

.bread_remove_English li strong {
    text-transform: capitalize;
}

body.category-afb .bread_remove_English {
    padding: 30px 0px 0px 0px;
}

