@import url("../fontDooPro/stylesheet.css");
@import url("fix-font-min.css");


/*******************************************************************************************
								Fonts
*******************************************************************************************/
@font-face {
    /* thin */
    font-family: 'narkis';
    src: url('../fontNarkis/NarkisBlock-Thin_MFW.eot'); /* IE9 Compat Modes */
    src: url('../fontNarkis/NarkisBlock-Thin_MFW.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fontNarkis/NarkisBlock-Thin_MFW.woff') format('woff'), /* Modern Browsers */ url('../fontNarkis/NarkisBlock-Thin_MFW.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fontNarkis/NarkisBlock-Thin_MFW.svg#NarkisBlockMFW-Thin') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: 200;
    text-rendering: optimizeLegibility;
}

@font-face {
    /* medium */
    font-family: 'narkis';
    src: url('../fontNarkis/NarkisBlock-Medium_MFW.eot'); /* IE9 Compat Modes */
    src: url('../fontNarkis/NarkisBlock-Medium_MFW.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fontNarkis/NarkisBlock-Medium_MFW.woff') format('woff'), /* Modern Browsers */ url('../fontNarkis/NarkisBlock-Medium_MFW.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fontNarkis/NarkisBlock-Medium_MFW.svg#NarkisBlockMFW-Medium') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: 500;
    text-rendering: optimizeLegibility;
}

@font-face {
    /* regular */
    font-family: 'narkis';
    src: url('../fontNarkis/narkisblock-regular_mfw.eot'); /* IE9 Compat Modes */
    src: url('../fontNarkis/narkisblock-regular_mfw.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fontNarkis/narkisblock-regular_mfw.woff') format('woff'), /* Modern Browsers */ url('../fontNarkis/narkisblock-regular_mfw.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fontNarkis/narkisblock-regular_mfw.svg#NarkisBlockMFW-Regular') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

@font-face {
    /* bold */
    font-family: 'narkis';
    src: url('../fontNarkis/narkisblock-bold_mfw.eot'); /* IE9 Compat Modes */
    src: url('../fontNarkis/narkisblock-bold_mfw.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fontNarkis/narkisblock-bold_mfw.woff') format('woff'), /* Modern Browsers */ url('../fontNarkis/narkisblock-bold_mfw.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fontNarkis/narkisblock-bold_mfw.svg#NarkisBlockMFW-Bold') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: 700;
    text-rendering: optimizeLegibility;
}

@font-face {
    /* regular */
    font-family: 'Grotesk';
    src: url('../fontEn/2C351B_1_0.eot');
    src: url('../fontEn/2C351B_1_0.eot?#iefix') format('embedded-opentype'), url('../fontEn/2C351B_1_0.woff') format('woff'), url('../fontEn/2C351B_1_0.ttf') format('truetype');
    font-weight: 400;
    unicode-range: U+0041-005A, U+0061-007A;
}

@font-face {
    /* bold */
    font-family: 'Grotesk';
    src: url('../fontEn/2C351B_0_0.eot');
    src: url('../fontEn/2C351B_0_0.eot?#iefix') format('embedded-opentype'), url('../fontEn/2C351B_0_0.woff') format('woff'), url('../fontEn/2C351B_0_0.ttf') format('truetype');
    font-weight: 500;
    unicode-range: U+0041-005A, U+0061-007A;
}

@font-face {
    /* bold */
    font-family: 'Grotesk';
    src: url('../fontEn/2C351B_0_0.eot');
    src: url('../fontEn/2C351B_0_0.eot?#iefix') format('embedded-opentype'), url('../fontEn/2C351B_0_0.woff') format('woff'), url('../fontEn/2C351B_0_0.ttf') format('truetype');
    font-weight: 700;
    unicode-range: U+0041-005A, U+0061-007A;
}

@font-face {
    /* english and numbers */
    font-family: 'GroteskNumbers';
    src: url('../fontEn/2C351B_1_0.eot');
    src: url('../fontEn/2C351B_1_0.eot?#iefix') format('embedded-opentype'), url('../fontEn/2C351B_1_0.woff') format('woff'), url('../fontEn/2C351B_1_0.ttf') format('truetype');
    font-weight: 400;
}


/*******************************************************************************************
								Global Settings
*******************************************************************************************/
#header {
    padding: 10px;
}

body {
    direction: rtl;
    text-align: right;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    color: #040707;
    /* font-family: Grotesk, narkis, arial; */
    font-family: oe_doo_pro;
}

a:hover, a:focus, a:active {
    text-decoration: none;
}

.main {
    width: 100% !important;
}

.has_background_image {
    background-size: cover;
    background-position: center;
}

.separation_line {
    background: #01aef0;
    height: 6px;
}

.row > .separation_line {
    margin-left: 15px;
    margin-right: 15px;
}

.vertical_align_helper {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0px;
}

.vertical_align_helper + * {
    vertical-align: middle;
    display: inline-block;
    width: 99%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: right;
    }
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: right;
}

a, a:hover, a:focus {
    color: #0082b3;
    text-decoration: none;
}

a .read_more, .content_read_more, a.read_more span, .show-class + button, .hide-class + button {
    color: #0082b3;
    text-decoration: none !important;
}

.read_more:hover, .read_more:hover span, .read_more:focus, .content_read_more:hover, .content_read_more:focus,
a .read_more:hover, a .read_more:focus, .show-class + button:hover,
.show-class + button:focus, .hide-class + button:hover, .hide-class + button:focus {
    text-decoration: underline !important;
}

.placeholder_image {
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: auto;
}

.read_more, .content_read_more, a .read_more, .show-class + button, .hide-class + button {
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
    display: block;
    margin-top: 15px;
    position: relative;
}

.content_read_more {
    padding-left: 11px;
    display: inline-block;
    background: url(../images/blue_arrow.svg) left center no-repeat;
    background-size: 7px 10px;
}

.read_more * {
    vertical-align: middle;
}

.read_more img {
    height: 10px;
    width: 7px;
    margin-top: 1px;
}

.read_more i {
    position: absolute;
    bottom: 0px;
    font-size: 70%;
    margin-right: 3px;
    transform: translateY(-50%);
}

.col-sm-8.wrapper_content {
    padding-left: 75px;
}

/*******************************************************************************************
								Help Center
*******************************************************************************************/
#help_center_content h2 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 2px;
}

#help_center_content .wrap_title p {
    margin: 0px;
}

/*******************************************************************************************
								Seach Results
*******************************************************************************************/
/*-- Search Form --*/
#search_section {
    display: none;
    background: #00aeef;
    height: 73px;
}

#search_section > .container {
    position: relative;
}

#search_section form {
    display: block;
    padding: 0px;
    margin: 0px;
    margin-right: 45px;
    width: auto;
}

#search_section form, #search_section table, #search_section .container, #search_section .container > div,
#search_section .container > div > div {
    height: 100%;
    direction: rtl;
}

#search_section td.gsc-search-button {
    width: auto;
    vertical-align: middle;
    text-align: left;
}

#close_search {
    text-decoration: underline;
    background: none;
    filter: none;
    border: 0px;
    float: right;
    bottom: 18px;
    position: absolute;

}

#close_search:hover, #close_search:focus {
    opacity: .8;
}

body .gsc-input-box {
    border: 0px solid #0C506C;
    border-bottom-width: 1px !important;
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    color: #000;
    font-size: 23px;
    /*font-weight: 200;*/
    font-weight: 400;
    padding: 0px;
    margin-right: 0;
}

body .gsc-search-box-tools .gsc-search-box .gsc-input {
    width: 91%;
    text-indent: 0px !important;
    background-color: transparent !important;
    padding: 0px;
    background-position: right 140px center !important;
}

input.gsc-input {
    font-size: 23px !important;
}

body input.gsc-search-button, body input.gsc-search-button:hover, body input.gsc-search-button:focus {
    background-color: transparent;
    filter: none;
    border: 0px solid #fff;
    color: #fff;
    font-size: 17px;
    border-radius: 0px;
    margin-top: 22px;
    margin-bottom: 8px;
    line-height: 28px;
    padding: 0px 10px;
    line-height: 28px;
}

div.gsc-branding-text {
    visibility: hidden;
}

.gsc-control-cse .gsc-table-result {
    font-family: inherit;
}

.gsc-control-cse .gsc-input-box {
    height: inherit;
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button, input.gsc-search-button-v2 {
    box-sizing: content-box;
    line-height: normal;
    margin-top: 0px;
}

.gsst_a .gscb_a {
    color: #000 !important;
}

/*-- Search results --*/
#search_results_wrap .gsc-control-cse, #search_results_wrap .gsc-control-cse div, #search_results_wrap .gsc-control-cse div {
    padding-top: 0px;
}

#search_results_wrap .gsc-control-cse {
    padding: 0px;
}

#search_results_wrap {
    margin-bottom: 100px;
}

/*******************************************************************************************
								Header
*******************************************************************************************/
#header.small_banner {
    margin-bottom: 60px;
}

/*-- main menu --*/
#menu-main-menu {
    display: block;
    float: right;
    width: 82%;
    font-size: 0;
    padding: 0px;
    position: relative;
}

#menu-main-menu > li {
    display: inline-block;
    padding-left: 23px;
    vertical-align: top;
}

#menu-main-menu > li.normal_submenu {
    position: relative;
}

#menu-main-menu > li.wide_submenu, #menu-main-menu > li.normal_submenu_in_right {
    position: static;
}

#menu-main-menu > li > a {
    color: #040707;
    font-size: 19px;
    font-weight: 500;
    padding: 0px;
    line-height: 96px;
    background: none;
    margin-top: 20px;
    display: inline-block;
}

#menu-main-menu > li.normal_submenu > a:hover:after, #menu-main-menu > li.wide_submenu > a:hover:after,
#menu-main-menu > li.normal_submenu > a.hover:after, #menu-main-menu > li.wide_submenu > a.hover:after,
#menu-main-menu > li.normal_submenu > a:focus:after, #menu-main-menu > li.wide_submenu > a:focus:after {
    display: block;
    content: '';
    height: 0px;
    width: 0px;
    border-width: 0px 18px 13px;
    border-style: solid;
    border-color: transparent transparent #f2f2f2 transparent;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -18px;
}

#menu-main-menu .sub-menu-wrap {
    position: absolute;
    background-color: #f2f2f2;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.31);
    z-index: 99;
    overflow: hidden;
    transition: opacity .4s, visibility 0s .4s;
    padding-right: 30px;
    padding-left: 160px;
    opacity: 0;
    visibility: hidden;
    min-height: 233px;
    top: 100%;
}

#menu-main-menu a:hover + .sub-menu-wrap, #menu-main-menu a.hover + .sub-menu-wrap, #menu-main-menu a:focus + .sub-menu-wrap, #menu-main-menu .sub-menu-wrap:hover {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

#menu-main-menu .wide_submenu .sub-menu-wrap {
    right: 0px;
}

#menu-main-menu .normal_submenu .sub-menu-wrap {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    left: 50%;
}

#menu-main-menu .normal_submenu_in_right .sub-menu-wrap {
    transform: none;
    -webkit-transform: none;
    left: auto;
    right: 0px;
}

.menu_title {
    font-size: 27px;
    line-height: 27px;
    color: #000;
    margin: 18px 0 10px;
    font-weight: 500;
}

#menu-main-menu .menu_image {
    padding-right: 0px;
    position: absolute;
    left: 30px;
    line-height: 182px;
    top: 50%;
    transform: translateY(-50%);
}

#menu-main-menu .menu_image img {
    vertical-align: top;
}

#menu-main-menu ul {
    /* width: 250px; */
    margin-left: 30px;
    padding-right: 0px;
    display: inline-block;
    vertical-align: top;
    list-style-type: none; /* Firefox */
    overflow: hidden;
}

#menu-main-menu .two_columns_li ul {
    column-count: 2;
}

#menu-main-menu .two_columns_li ul li {
    display: inline;
}

#menu-main-menu ul li a {
    color: #000000;
    border-top: 1px solid rgba(149, 149, 149, 0.2);
    font-size: 17px;
    font-weight: 500;
    display: block;
    transition: background .1s, color .1s;
    padding: 5px;
    white-space: normal;
    line-height: 21px;
    width: 250px;
    margin-left: 30px;
}

#menu-main-menu ul li a:after {
}

#menu-main-menu ul li a span {
    display: inline-block;
    padding: 6px 17px;
    vertical-align: middle;
    /*font-variant: small-caps;
    text-transform: lowercase;*/
}

#menu-main-menu ul li:first-child a {
    /* border: 0px; */
}

#menu-main-menu ul li a:hover, #menu-main-menu ul li a:focus {
    color: #fff;
    background-color: #0082b3;
}

#menu-main-menu a img {
    display: none;
}

#header_banner {
    background-color: #000;
}

#header_banner.small_banner {
    padding-right: 36px;
    height: 194px;
    position: relative;
}

#header_banner.large_banner {
    height: 520px;
}

#header.large_banner + .wrap, #header.large_banner + * + .wrap {
    margin-top: -124px;
}

#header.large_banner + .wrap .content, #header.large_banner + * + .wrap .content {
    padding-top: 34px;
    background: #fff;
    padding-right: 0px;
    padding-left: 0px;
    border-style: solid;
    border-color: #fff;
    border-width: 0px 15px;
    margin-right: -30px;
    margin-left: -30px;
    position: relative;
}

#breadcrumbs {
    color: #fff;
    /*font-weight: 100;*/
    font-weight: 400;
    font-size: 13px;
    padding-top: 4px;
    list-style: none;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}

#breadcrumbs li {
    display: inline-block;
}

#breadcrumbs li:before {
    display: inline-block;
    content: '/';
    vertical-align: middle;
    font-size: 82%;
    margin-right: 2px;
    margin-left: 2px;
}

#breadcrumbs li:first-child:before {
    display: none;
}

#breadcrumbs a {
    color: #fff;
}

#breadcrumbs a:hover, #breadcrumbs a:focus {
    text-decoration: underline;
}

#page_title {
    font-size: 51px;
    font-weight: 500;
    color: #00aeef;
    margin-top: 40px;
    margin-bottom: 0px;
    line-height: 1;
    /*font-variant: small-caps;
	text-transform: lowercase;*/
}

.single-product #page_title {
    max-width: 170px;
}

#page_subtitle {
    width: 50%;
    /*font-weight: 200;*/
    font-weight: 400;
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    margin-top: 12px;
    margin-bottom: 0px;
}

#header_top_section .nav .search a {
    font-size: 0px;
}

#header_top_section .nav .search a:after {
    display: inline-block;
    content: '';
    width: 14px;
    height: 14px;
    background: url(../images/Header_Search_icon.svg) center no-repeat;
    vertical-align: middle;
}

#header_top_section {
    height: 116px;
}

#header_top_section .brand {
    line-height: 116px;
    width: 18%;
    float: left;
    text-align: left;
}

#header_top_section .brand img {
    max-width: 100%;
}

/*-- product_tax_header_strip_wrap --*/
#product_tax_header_strip_wrap {
    height: 40px;
    line-height: 40px;
    background-color: #000;
    padding: 0px 30px;
    font-size: 0px;
    text-align: right;
}

#product_tax_header_strip_title {
    font-weight: bold;
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    margin-left: 10px;
    color: #fff;
}

#product_tax_header_strip {
    display: inline-block;
    margin-right: 20px;
    width: 80%;
    overflow: hidden;
    vertical-align: middle;
}

#product_tax_header_strip_inner {
    white-space: nowrap;
    display: inline-block;
}

#product_tax_header_strip_wrap a {
    /*font-weight: 200;*/
    font-weight: 400;
    color: #939598;
    font-size: 15px;
    vertical-align: middle;
    display: inline-block;
    margin: 0px 10px;
    transition: color .25s;
}

#product_tax_header_strip_wrap a:hover {
    text-decoration: underline;
    color: #fff;
}

#product_tax_header_strip_wrap a:first-child {
    margin-right: 0px;
}

#product_tax_header_strip_wrap span {
    background: rgba(93, 94, 94, 0.4);
    vertical-align: middle;
    display: inline-block;
    height: 13px;
    width: 2px;
}

#move_scoll_right {
    background-image: url(../images/Nav_Arrow_Right.svg);
    margin-right: 9px;
}

#move_scoll_left {
    background-image: url(../images/Nav_Arrow_Left.svg);
}

#product_tax_header_strip_wrap button {
    opacity: .65;
    height: 10px;
    width: 7px;
    background-size: 7px 10px;
    background-color: transparent;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    filter: none;
    border: 0px;
    padding: 0px;
    display: none;
}

#mCSB_1_scrollbar_horizontal a:hover, #product_tax_header_strip_wrap:hover button, #product_tax_header_strip_wrap button:focus {
    opacity: 1;
}

#mCSB_1_scrollbar_horizontal {
    opacity: 1;
    height: 2px;
}

/*******************************************************************************************
								display_each_third()
*******************************************************************************************/
.display_each_third:nth-child(3n+1) {
    clear: both;
}

.display_each_third {
    margin-bottom: 92px;
}

.display_each_third .has_background_image {
    padding-top: 48.765%
}

.display_each_third_title {
    font-weight: 500;
    font-size: 29px;
    color: #000;
    line-height: 30px;
    margin: 20px 0 8px 0;
    /*text-transform: lowercase;
	font-variant: small-caps;*/
}

.display_each_third_desc {
    /*font-weight: 200;*/
    font-weight: 400;
    font-size: 15px;
    color: #070404;
    line-height: 20px;
}

/*******************************************************************************************
								display_each_half()
*******************************************************************************************/

.no-flexboxlegacy.no-webgl .display_each_half {
    float: right;
    padding: 0px;
    background: #000;
    border: 15px solid #fff;
}

.display_each_half:nth-child(2n+1) {
    clear: both;
}

.display_each_half {
    margin-bottom: 74px;
    float: none;
    padding: 0px;
    background: #000;
    border: 15px solid #fff;

}

.display_each_half .has_background_image {
    padding-top: 39.1219%
}

.display_each_half_content {
    background: #040707;
    padding: 0px 19px 15px;
    color: #fff;
}

.display_each_half_title {
    font-weight: 500;
    font-size: 21px;
    color: #00aeef;
    line-height: 30px;
    margin: 0px;
    padding-top: 8px;
    /*text-transform: lowercase;
	font-variant: small-caps;*/
}

.display_each_half_desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 4px;
}

.display_each_half_content .read_more {
    margin-top: 0px;
}

.display_each_half_content .read_more span {
    color: #00aeef;
}

.display_each_half_content .display_each_half_desc {
    margin-bottom: 15px;
    /*font-weight: 200;*/
    font-weight: 400;
}

/*******************************************************************************************
								Product List
*******************************************************************************************/
.product_list_each {
    padding-bottom: 80px;
}

.product_list_each_title {
    color: #040707;
}

.product_list_each_title {
    font-weight: 500;
    font-size: 29px;
    margin: 0px;
    margin-top: 16px;
    /*font-variant: small-caps;
	text-transform: lowercase;*/
}

.product_list_each_excerpt {
    font-weight: 400;
    font-size: 21px;
    line-height: 27px;
    margin-top: 9px;
}

.product_list_each_content {
    /*font-weight: 200;*/
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    margin-top: 19px;
}

.product_list_each_content h2 {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

.product_list_each_image {
    margin-top: 16px;
    display: block;
    text-align: center;
}

.product_list_each_image img {
    max-width: 100%;
}

/*******************************************************************************************
								Single Product
*******************************************************************************************/
/*-- header slider --*/
#products_slider {
    width: 532px;
    position: absolute;
    margin-bottom: 0px;
    left: 5%;
    /* margin-left: -265px; */
    top: 29%;
}

#products_slider .slick-list {
    height: 152px;
}

.products_slider_each {
    width: 133px;
    display: block;
    text-align: center;
    float: right;
    position: relative;
}

.products_slider_each.active:after {
    display: block;
    content: '';
    position: absolute;
    top: 138px;
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 16px 0 16px;
    border-color: #000000 transparent transparent transparent;
}

#products_slider.no_slider {

}

.products_slider_each div {
    margin: 0px 32px 8px;
}

.products_slider_each span {
    display: block;
    margin: 0px 10px;
    font-size: 14px;
    /*font-weight: 300;*/
    font-weight: 400;
    color: #939598;
    line-height: 16px;
    /*font-variant: small-caps;
	text-transform: lowercase;*/
}

.products_slider_each.active span {
    font-weight: normal;
    color: #fff;
}

.products_slider_each:hover span, .products_slider_each:focus span {
    color: #fff;
    text-decoration: underline;
}

.slick-arrow {
    width: 23px;
    height: 42px;
    transition: opacity .2s;
    top: 35px;
}

.slick-arrow:hover {
    opacity: .8;
}

.slick-arrow.slick-disabled {
    opacity: .6;
    pointer-events: none;
}

.slick-arrow:before {
    display: none;
}

.slick-next.slick-arrow {
    background: url(../images/Product_bar_Arrow_LEFT.SVG) center no-repeat;
    right: auto;
    left: -25px;
}

.slick-prev.slick-arrow {
    background: url(../images/Product_bar_Arrow.svg) center no-repeat;
    right: -25px;
    left: auto;
}

/*-- main page --*/
#single_product, #single_solution, #single_industry, #industry_category, #single_article {
    padding-left: 4%;
}

#single_product header {
    text-align: center;
}

#product_gallery, .product_gallery {
    position: relative;
    /* width: 70%; */
    padding-top: 50%;
    margin: 23px auto 5px;
}

.product-video {
    width: 100%;
    height: 0px;
    overflow: hidden;
    padding-bottom: 56.25%
}

.product-video iframe,
.product-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#product_gallery button, .product_gallery button {
    display: block;
    content: '';
    height: 42px;
    width: 23px;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
    border: 0px;
}

#product_gallery #product_gallery_next, .product_gallery .product_gallery_next {
    background-image: url(../images/Nav_product_Left.svg);
    left: 0px;
}

#product_gallery #product_gallery_prev, .product_gallery .product_gallery_prev {
    background-image: url(../images/Nav_product_Right.svg);
    right: 0px;
}

#product_gallery a, #product_gallery .product_gallery_el, .product_gallery a {
    position: absolute;
    top: 0px;
    display: block;
    right: 15%;
    bottom: 0px;
    left: 15%;
    transition: opacity .3s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0;
}

#product_gallery a.active, #product_gallery .product_gallery_el.active, .product_gallery a.active {
    opacity: 1;
    z-index: 9;
}

#product_gallery_thumbs, .product_gallery_thumbs {
    width: 90%;
    margin: 0 auto;
}

#product_gallery_thumbs button, .product_gallery_thumbs button {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 100px;
    width: 100px;
    border: none;
    background-color: transparent;
    margin: 0 10px;
    vertical-align: top;
}

#product_gallery_thumbs button.active, .product_gallery_thumbs button.active {
    outline: 1px solid #f2f2f2;
}

#single_product_image {
    position: relative;
    display: inline-block;
    margin-top: 30px;
}

#single_product_image img {
    max-width: 100%;
}

#product_special_offer {
    position: absolute;
    top: 0px;
    right: 15%;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    background: #0082b3;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    z-index: 99;
}

#product_special_offer p {
    margin: 0px;
}

#product_title {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    line-height: 1;
}

#product_subtitle {
    font-size: 21px;
    margin-top: 4px;
    margin-bottom: 0px;
    color: #040707;
    font-weight: 400;
    /*font-variant: small-caps;
    text-transform: lowercase;*/
}

/*******************************************************************************************
								Product Contact Form
*******************************************************************************************/
.open_form {
    display: none;
}

#content ~ #contact_form {
    margin-bottom: 36px;
    padding-bottom: 13px;
}

.tax-industry_category #contact_form, .single-industry #contact_form {
    padding-bottom: 25px;
}

#content ~ #contact_form #form_subtitle {
    margin-bottom: 23px;
}

#content ~ #contact_form #form_fields {
    padding: 0 6.7%;
}

#content ~ #contact_form .form-group,
#content ~ #contact_form button, #content ~ #contact_form input[type="submit"],
#front_page_contact .form-group,
#front_page_contact #contact_form button, #front_page_contact #contact_form input[type="submit"] {
    display: inline-block;
    width: 23.5%;
    margin-left: 7px;
    height: 30px;
    vertical-align: middle;
}

#content ~ #contact_form.form-solutions .form-group {
    margin-left: 5px;
}

#content ~ #contact_form button, #content ~ #contact_form input[type="submit"],
#front_page_contact #contact_form button, #front_page_contact #contact_form input[type="submit"] {
    margin-left: 0;
    line-height: 6px;
    font-size: 19px;
}

.wrap-form-contact {
    text-align: center;
    padding: 15px 0 0;
}

#front_page_contact #contact_form button, #front_page_contact #contact_form input[type="submit"] {
    margin-bottom: 0;
}

#front_page_contact #contact_form {
    padding: 20px 0;
}

#front_page_contact #contact_form h3 {
    font-size: 30px;
    color: #040707;
    float: right;
    padding-right: 13.2%;
}

#front_page_contact #contact_form .form-group {
    width: 23.5%;
    margin-bottom: 0;
}

#contact_form label:first-child {
    height: 0px;
    overflow: hidden;
    position: absolute;
}

#front_page_contact #form_fields {
    width: 72.2%;
    padding: 0;
    float: none;
    margin: 0 auto;
    margin-top: 5px;
    margin-right: 21.9%;
}

#front_page_contact #contact_form #form_subtitle {
    display: none;
}

#front_page_contact #contact_form:after {
    display: block;
    content: " ";
    clear: both;
}

#content ~ #contact_form .thanks_message div {
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}

#content ~ #contact_form .thanks_message h3 {
    text-align: right;
}

/*******************************************************************************************
								Product Share
*******************************************************************************************/
#share_buttons_in_content {
    text-align: center;
    margin-bottom: 39px;
}

#share_buttons_in_content > a {
    color: #040707;
    font-size: 17px;
    font-weight: 400;
    padding-right: 30px;
    background-position: right;
    background-size: 22px;
    background-repeat: no-repeat;
    border-style: solid;
    border-color: #d5d5d5;
    border-width: 0px 0px 0px 2px;
    display: inline-block;
    line-height: 28px;
    vertical-align: middle;
    margin-left: 30px;
    padding-left: 30px;
}

#share_buttons_in_content > a:hover, #share_buttons_in_content > a:focus {
    text-decoration: underline;
}

.fb_share {
    background-image: url(../images/SHARE_facebook.svg);
}

.email_it {
    background-image: url(../images/SHARE_email.svg);
}

/*******************************************************************************************
								Fixes for floating share
*******************************************************************************************/
#share_buttons_in_content.floating_icons {
    position: fixed;
    left: 0px;
    background: #fff;
    top: 35%;
    padding-bottom: 13px;
    width: 79px;
    line-height: 1;
    box-shadow: 0px 0px 10px 0px #ccc;
    border-radius: 0px 10px 10px 0px;
    z-index: 9;
}

#share_buttons_in_content.floating_icons > a {
    display: block;
    border-width: 0px 0px 1px;
    margin: 13px 0px 13px;
    background-position: top center;
    padding: 25px 10px 10px;
    line-height: 16px;
}

#share_buttons_in_content.floating_icons .fb_iframe_widget {
    padding: 0px 10px;
    width: auto;
    display: block;
}

#share_buttons_in_content .fb_iframe_widget iframe {
    left: 0px;
}

/*******************************************************************************************
								Product Popup
*******************************************************************************************/
.fancybox-skin {
    background: #fff;
}

.fancybox-nav {
    width: 20%;
}

.fancybox-nav span {
    width: 22px;
    height: 41px;
    background-position: center;
    background-size: 100%;
    visibility: visible;
}

.fancybox-prev span {
    background-image: url(../images/Nav_product_Left.svg);
}

.fancybox-next span {
    background-image: url(../images/Nav_product_Right.svg);
}

.touch .fancybox-nav span {
    visibility: visible;
}

.fancybox-close {
    top: 24px;
    left: 24px;
    right: auto;
    width: 20px;
    height: 20px;
    background-image: url(../images/PopUp_X_icon.svg);
    background-size: 100%;
    z-index: 9999;
}

.fancybox-title.fancybox-title-float-wrap {
    bottom: auto;
    top: 20px;
    left: 50px;
    right: 50px;
}

.fancybox-title-float-wrap .child {
    background: none;
    text-shadow: none;
    color: #000;
    font-size: 30px;
    margin-top: 19px;
    margin-right: 0px;
}

/*******************************************************************************************
								Industry
*******************************************************************************************/
#content.industry {
    margin-top: 11px;
}

/*******************************************************************************************
								Solution Category
*******************************************************************************************/
.solution_category_each h2 {
    color: #040707;
    font-size: 31px;
    font-weight: 500;
    margin-top: 7px;
    margin-bottom: 18px;
}

.solution_category_each .row.display_half {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {
    .solution_category_each .row.display_half {
        margin: 0px;
    }

}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {
    .solution_category_each .row.display_half {
        display: -webkit-flex;
    }

    .solution_category_each .row.display_half > * {
        width: 49%;
    }
}

.solution_category_each .row.display_half > * {
    /* float: right; */
}

/*******************************************************************************************
								Template Articles
*******************************************************************************************/
.category_filter {
    margin: 26px 0 51px;
}

.category_filter .category {
    border: none;
    display: inline-block;
    background-color: #000;
    color: #fff;
    margin-left: 10px;
    font-size: 17px;
    font-weight: 500;
    line-height: 2;
    height: 31px;
    margin-bottom: 10px;
}

.category_filter .category:before, .category_filter .category:after {
    content: '';
    display: inline-block;
    width: 29px;
    background-repeat: no-repeat;
    background-size: auto 12px;
    background-position: center;
    height: 13px;
}

.category_filter .category:before {
    background-image: url('../images/Articles_v_icon.svg');
}

.category_filter .category.active:before {
    background-image: url('../images/Articles_v_icon_active.svg');
}

.category_filter .category:after {
    background-image: url('../images/Articles_x_icon.svg');
}

.category_filter .category.blue.active {
    background-color: #01aef0;
    color: #000;
}

.category_filter .category.active:hover {
    color: rgba(0, 0, 0, 0.8) !important;
}

.category_filter .category:hover {
    cursor: pointer;
}

#articles_index .article {
    margin-bottom: 96px;
}

#articles_index .article .img {
    padding-top: 70.37%;
}

#articles_index .article .category {
    color: #000;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    padding: 5px 10.5px 0px;
    position: absolute;
    margin-right: 16px;
    bottom: 69px;
    display: inline-block;
    max-width: 61%;
}

#articles_index .no_image .article .category {
    top: -14px;
    bottom: auto;
}

#articles_index .no_image .article .description {
    color: #040707;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

#articles_index .article .title {
    display: block;
    background: #000;
    color: #fff;
    height: 64px;
    font-size: 0px;
    font-weight: 500;
    line-height: 20px;
    padding: 0 5.5%;
    margin: 0;
}

#articles_index .article:hover .title span, #articles_index .article:focus .title span {
    text-decoration: underline;
}

#articles_index .article .title span {
    font-size: 19px;
}

.title span:nth-child(2) {
    width: 98%;
}

/*******************************************************************************************
								News Room Category
*******************************************************************************************/
#articles_index .news_room {
    height: 182px;
    margin-bottom: 55px;
}

#articles_index .news_room .separation_line {
    height: 4px;
}

#articles_index .news_room .title, #articles_index .news_room .description {
    color: #040707;
    font-size: 17px;
    line-height: 23px;
}

#articles_index .news_room .title {
    background: none;
    padding: 0;
    margin: 2px 0 7px 0;
    min-height: 43px;
    height: auto;
    font-weight: 700;
}

#articles_index .news_room .description {
    height: 85px;
    overflow: hidden;
    display: block;
}

/*******************************************************************************************
								Single Article
*******************************************************************************************/
#single_article h1 {
    font-size: 31px;
    font-weight: 400;
    line-height: 37px;
    margin-top: -9px;
}

#single_article h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    margin: 10px 0 57px 0;
}

/*******************************************************************************************
								Default Template
*******************************************************************************************/
#default_template h3 {
}

#default_template p img {
    vertical-align: sub;
}

#single_solution p img {
    vertical-align: sub;
}

/*******************************************************************************************
								Management Template
*******************************************************************************************/
#management_template h2 {
    font-size: 31px;
    font-weight: 400;
    margin-top: -13px;
}

.persons {
    margin-top: 32px;
}

.person {
    width: 46.8%;
    float: right;
    margin-bottom: 28px;
    border-top: 1px solid #eee;
    padding-top: 28px;
}

.person:nth-child(-n+2) {
    border: none;
}

.person:nth-last-child(-n+2) {
    border-bottom: 1px solid #eee;
    padding-bottom: 28px;
}

.count_odd .person:nth-last-child(-n+2):nth-child(even) {
    margin-bottom: 0px;
}

.person:nth-child(odd) {
    margin-left: 6%;
}

.person .image {
    float: right;
    width: 27%;
}

.person .details {
    float: right;
    width: 70%;
    padding-right: 3%;
}

.person .details h3 {
    margin-top: 0;
    color: #000;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0px;
}

.person .details h3 span {
    display: block;
    color: #040707;
    font-weight: 400;
    margin-top: 2px;
}

.person .details p {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 5px;
}

.hide-class + button, .show-class + button {
    background: url('../images/blue_arrow.svg') left 3px no-repeat;
    background-size: 7px 10px;
    padding-left: 11px;
    display: inline-block;
    margin-top: 0;
    background-color: none;
    border: none;
}

.show-class + button {
    background: url('../images/blue_arrow_up.svg') left no-repeat;
    background-size: 10px 7px;
    padding-left: 15px;
}

/*******************************************************************************************
								Page 404 Template
*******************************************************************************************/
#page_404_template {
    text-align: center;
}

#page_404_template h1 {
    color: #000;
    font-size: 80px;
    margin: 14px 0 7px;
}

.content_blocks {
    margin-bottom: 40px;
}

#page_404_template h2 {
    font-size: 31px;
    line-height: 43px;
    margin: 0 0 8px;
}

#page_404_template p {
    font-size: 15px;
    /*font-weight: 100;*/
    font-weight: 400;
    line-height: 20px;
    margin: 0 auto 10px;
    max-width: 700px;
}

#page_404_template #content_with_icon {
    margin: 58px 0 225px;
    position: relative;
}

#page_404_template #content_with_icon .block .link {
    width: calc(25% - 30px);
    bottom: 0px;
    top: auto;
}

#content_with_icon {
    text-align: center;
}

#content_with_icon .block {
    float: right;
    position: static;
}

#content_with_icon .block i.fa {
    display: block;
    font-size: 40px;
}

#content_with_icon .block .title {
    height: 43px;
    display: block;
    margin: 6px auto -1px;
    font-size: 19px;
    font-weight: 500;
    line-height: 18px;
    color: #000;
}

#content_with_icon .block p {
    color: #040707;
    font-size: 14px;
    /*font-weight: 100;*/
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 13px;
}

#content_with_icon .block.black .link, #content_with_icon .block.black i {
    color: #000;
}

#content_with_icon .block.blue .link, #content_with_icon .block.blue i {
    color: #0082b3;
}

#articles_index .category_filter .category.blue:hover {
    color: #01aef0;
}

#content_with_icon .block.green .link, #content_with_icon .block.green i {
    color: #457F00;
}

#articles_index .category_filter .category.green:hover {
    color: #88c540;
}

#content_with_icon .block.orange .link, #content_with_icon .block.orange i, #articles_index .category_filter .category.orange:hover {
    color: #D26D03;
}

#content_with_icon .block.purple .link, #content_with_icon .block.purple i, #articles_index .category_filter .category.purple:hover {
    color: #8071b4;
}

#content_with_icon .block.gray .link, #content_with_icon .block.gray i, #articles_index .category_filter .category.gray:hover {
    color: #939598;
}

#content_with_icon .block.yellow .link, #content_with_icon .block.yellow i, #articles_index .category_filter .category.yellow:hover {
    color: #f2be1A;
}

#content_with_icon .block .link, #content_with_icon .block .button {
    font-size: 14px;
    font-weight: 500;
    display: block;
}

#content_with_icon .block .link {
    /* border-bottom: 1px solid; */
    line-height: 17px;
    position: absolute;
    text-align: center;
    width: 30%;
    top: 100%;
}

#content_with_icon .block .link span {
    border-bottom: 1px solid;
}

#content_with_icon .block .button {
    color: #fff;
    display: block;
    line-height: 15px;
    padding: 7px 23px;
    width: auto;
    margin: 0 auto;
    background: url('../images/white_arrow.svg') no-repeat 12px;
    background-size: 7px 10px;
}

#content_with_icon .block.black .button {
    background-color: #000;
}

#content_with_icon .block.blue .button {
    background-color: #0082b3;
}

#content_with_icon .block.green .button {
    background-color: #88c540;
}

#content_with_icon .block.orange .button {
    background-color: #D26D03;
}

#content_with_icon .block.purple .button {
    background-color: #8071b4;
}

#content_with_icon .block.gray .button {
    background-color: #939598;
}

#content_with_icon .block.yellow .button {
    background-color: #f2be1A;
}

/*******************************************************************************************
								Contact Template
*******************************************************************************************/
#contact_template {
    margin-bottom: 190px;
}

#contact_template h2,
#contact_template h3 {
    margin-bottom: 12px;
    font-size: 31px;
    font-weight: 500;
    line-height: 43px;
    color: #000000;
    font-family: oe_doo_pro;
}

#contact_template .wrapper_content p {
    font-size: 16px;
    /*font-weight: 100;*/
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    font-family: oe_doo_pro;
}

#contact_template form label {
    font-size: 17px;
    /*font-weight: 100;*/
    font-weight: 400;
    line-height: 17px;
}

#contact_template #form_contact .form-control {
    border-color: #939598;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#contact_template #form_contact #phone_contact, #contact_template #form_contact #mobile_phone_contact, #contact_template #form_contact #fax_contact, #contact_template #form_contact #email_contact {
    direction: ltr;
}

#contact_template #form_contact .form-control:focus {
    border-color: #000;
}

#contact_template #form_contact .checkbox-inline span {
    display: inline-block;
    /*padding-right: 22px;*/
}

#contact_template #form_contact span.checkbox_background {
    width: 14px;
    height: 14px;
}

form select {
    border-color: #939598;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    border-radius: 4px;
}

#form_contact .error {
    font-size: 15px !important;
}

#contact_template form button, #contact_template form input[type="submit"] {
    background-color: #000;
    border: none;
    float: left;
    border-radius: 4px;
    width: 120px;
    height: 45px;
    font-size: 21px;
    font-weight: 700;
    line-height: 15px;
    margin-top: 5px;
    padding-top: 9px;
}

#contact_template form button i {
    vertical-align: middle;
    margin-bottom: 8px;
}

#contact_template form .col-xs-6 {
    float: right;
}

#contact_template form .col-sm-6:first-child {
    margin-left: 6%;
}

#contact_template form .form-group {
    margin-bottom: 25px;
    position: relative;
}

@media (min-width: 768px) {
    #contact_template form .col-sm-6 {
        width: 47%;
    }
}

#sidebar_contact_inner strong {
    font-size: 16px;
    font-weight: 500;
}

#sidebar_contact_inner span {
    font-size: 20px;
    font-weight: 200;
    display: block;
    margin-top: 4px;
    word-break: break-word;
}

#sidebar_contact_inner span a {
    font-size: 18px;
}

#sidebar_contact_inner i {
    font-size: 24px;
    vertical-align: middle;
}

#sidebar_visit_us_inner strong {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}

#sidebar_visit_us_inner {
    padding-top: 0px !important;
}

#sidebar_visit_us_inner a {
    display: block;
    margin-top: 28px;
}

#sidebar_visit_us_inner img {
    width: 100%;
}

#contact_template .thanks_message {
    margin: 170px auto;
    text-align: center;
}

.thanks_message .icon {
    background: url(../images/ThankU_V_white.svg);
    background-size: cover;
    width: 62px;
    height: 55px;
    display: inline-block;
    vertical-align: middle;
}

#contact_template .thanks_message .icon {
    background: url(../images/ThankU_V_green.svg);
}

#contact_template .thanks_message h3 {
    font-size: 30px;
    margin: 4px 0 0 0;
}

#sidebar_visit_us_inner #googleMap {
    margin-top: 25px;
}

#sidebar_standards_inner {
    padding: 6px;
    font-size: 0px;
    /* text-align: center; */
}

#sidebar_standards_inner img {
    margin: 0px 2.5px;
}

/*******************************************************************************************
								Guids Template
*******************************************************************************************/
#guids_template .col-sm-6.guids_part:first-child {
    padding-left: 32px;
}

#guids_template .col-sm-6.guids_part:last-child {
    padding-right: 32px;
}

#guids_template .guids_part h2 {
    color: #0082b3;
    font-size: 29px;
    font-weight: 500;
    margin-top: 12px;
}

#guids_template .row {
    overflow: hidden;
}

#guids_template .guid {
    margin-top: -1px;
}

#guids_template .guid .sidebar_document_each {
    border-top: 1px solid #eee;
    padding-top: 25px;
    display: block;
    /* margin-top: -1px; */
}

#guids_template .guid.col-sm-6:nth-child(odd), #guids_template .guid.col-sm-4:nth-child(3n+1) {
    clear: both;
}

#guids_template .guid .sidebar_document_each:hover h3, #guids_template .guid .sidebar_document_each:focus h3 {
    text-decoration: underline;
}

#guids_template .guid i {
/ / float: right;
/ / width: 10 %;
}

#guids_template .guid h3 {
    /*float: left;
    width: 85%;
    padding: 0 5% 10px 0;*/
    color: #000;
    margin: 0 6px 0 0;
}

#guids_template .guid .sidebar_document_each_content span {
    display: block;
    color: #040707;
    font-size: 15px;
    /*font-weight: 100;*/
    font-weight: 400;
    line-height: 23px;
    margin-top: -6px;
}

#guids_template .guid .sidebar_document_each_content strong {
    font-size: 15px;
    font-weight: 700;
    line-height: 17px
}

/*******************************************************************************************
								About Template
*******************************************************************************************/
#about_template header {
    background-color: #f2f2f2;
    margin: -34px -30px 0 -30px;
    text-align: center;
}

#about_template .title {
    display: inline-block;
    width: 35.18%;
    text-align: right;
    vertical-align: middle;
    margin: 0 18px 0 0;
}

#about_template header .title strong {
    color: #0082b3;
    font-size: 49px;
    line-height: 50px;
}

#about_template header .title span {
    display: block;
    font-size: 49px;
    font-weight: 500;
    line-height: 50px;
}

#about_template header #about_media {
    display: inline-block;
    width: 56.72%;
    vertical-align: middle;
    margin: 34px 0;
}

#about_media img, #about_media video {
    width: 100%;
    height: auto;
}

#about_template h3 {
    font-weight: bold;
    font-size: 20px;
}

#about_template .block {
    margin-top: 37px;
}

#about_template .block .resourceitem {
    width: 100%;
    min-height: 310px;
    border-radius: 4px;
    background-color: #f0eeeb;
    direction: ltr;
    text-align: left;
    /* font-family: 'GroteskNumbers', arial; */
}

#about_template .block .resourceitem .pay-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
    padding: 30px 30px 0;
    text-transform: uppercase;
}

#about_template .block .resourceitem .market-summary-container {
    border-bottom: 1px solid #babbbb;
    display: inline-block;
    padding-bottom: 10px;
    margin: 0px 30px 10px;
    width: 80%;
}

#about_template .block .resourceitem .pay-market-summary {
    border-top: 3px solid #88c540;
    font-size: 48px;
    margin: 20px 0px;
}

#about_template .block .resourceitem .pay-quote-stock {
    padding: 20px 0 10px;
}

#about_template .block .resourceitem .fa-caret-up {
    color: #39b54a;
}

#about_template .block .resourceitem .fa-caret-down {
    color: #a94442;
}

#about_template .block .resourceitem .corporate i {
    padding-left: 3px;
    font-size: 50px;
    margin-left: 25px;
}

#about_template .block .resourceitem p {
    margin: 0 0 10px;
    font-size: 15px;
    margin: 0 0 10px;
    float: left;
    width: 100%;
}

#about_template .block .resourceitem p span {
    font-size: 15px;
    float: right;
}

#about_template .block .resourceitem .minimum {
    font-size: 12px;
    float: left;
    margin: 0 0 10px;
    width: 89%;
    text-align: right;
}

/*******************************************************************************************
								Content
*******************************************************************************************/
#content {
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    margin-top: 37px;
    /*margin-bottom: 37px;*/
}

#single_solution #content,
#single_industry #content,
#industry_category #content {
    margin-top: 0px;
}

#content a {
    text-decoration: underline;
}

#content ul {
    padding-right: 0px;
}

#content li {
    list-style: none;
    list-style-position: inside;
    padding-right: 10px;
    margin-bottom: 18px;
}

#content li:before {
    display: inline-block;
    background: url(../images/LI_background.png);
    content: '';
    height: 7px;
    width: 4px;
    vertical-align: middle;
    margin-right: -12px;
    margin-left: 8px;
}

#content h3, #content h2 {
    font-weight: 700;
    font-size: 18px;
}

body:not(.single-product) #content > h2:first-child, #content_subtitle,
body:not(.single-product) #content > h3:first-child {
    font-size: 31px;
    font-weight: 400;
    line-height: 37px;
    margin-top: -13px;
}

#content strong {
    font-weight: 500;
}

#content * {
    vertical-align: middle;
    max-width: 100%;
}

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

/*******************************************************************************************
								Sections Under Content
*******************************************************************************************/
.section_title {
    color: #0082b3;
    font-size: 29px;
    font-weight: 500;
    margin-top: 18px;
}

.columns_section .section_each {
    margin-top: 4px;
    margin-bottom: 30px;
}

.columns_section .section_each a.read_more {
    /* background: url('../images/blue_arrow.svg') left no-repeat;
    background-size: 7px 10px;
    padding-left: 11px; */
}

.columns_section h4 {
    font-weight: 700;
}

.columns_section .section_each:nth-child(3n+2) {
    clear: both;
}

.icon_section > div {
    padding-top: 18px;
    clear: both;
}

.section_title__list {
    padding: 0;
    padding-top: 18px;
    margin: 0;
    list-style: none;
    clear: both;
}

.icon_section i {
    font-size: 36px;
    margin-left: 10px;
    width: 41px;
    vertical-align: middle;
    display: inline-block;
}

.icon_section span {
    vertical-align: middle;
    display: inline-block;
    width: calc(100% - 60px);
}

.icon_section {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.icon_section .section_each {
    margin-bottom: 30px;
}

.icon_section .section_each:nth-child(odd) {
    clear: both;
}

/*******************************************************************************************
								Related Products
*******************************************************************************************/
#related_products h3 {
    font-weight: 500;
    font-size: 29px;
    margin-top: 15px;
}

#related_products a {
    margin-bottom: 50px
}

#related_products strong {
    font-weight: 700;
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #040707;
    text-align: center;
}

#related_products .read_more {
    text-align: center;
    margin-top: 3px;
}

.related_products_img_placeholder {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 68%;
    width: 68%;
    margin: 0px auto 12px;
}

/*******************************************************************************************
								Sidebar
*******************************************************************************************/
aside#sidebar .col-sm-4 {
    width: 30.3%;
    float: left;
}

.aside_section {
    background: #f2f2f2;
}

.aside_section h3 {
    color: #0082b3;
    font-size: 20px;
    font-weight: 500;
    padding: 0 6.87%;
    margin-top: 7px;
}

.orange_section .separation_line, .orange_section .category, .category_filter .category.orange.active {
    background-color: #D26D03;
}

.purple_section .separation_line, .purple_section .category, .category_filter .category.purple.active {
    background-color: #8071b4;
    color: #000;
}

.green_section .category, .category_filter .category.green.active {
    background-color: #88c540;
    color: #000;
}

.aside_section.green_section .separation_line {
    background-color: #457F00;
}

.green_section .separation_line {
    background-color: #88c540;
}

.black_section .separation_line {
    background-color: #040707;
}

.gray_section .separation_line, .gray_section .category, .category_filter .category.gray.active {
    background-color: #939598;
    color: #000;
}

.yellow_section .separation_line, .yellow_section .category, .category_filter .category.yellow.active {
    background-color: #f2be1A;
    color: #000;
}

.orange_section h3 {
    color: #D26D03;
}

.purple_section h3 {
    color: #8071b4;
}

.green_section h3 {
    color: #457F00;
}

.black_section h3 {
    color: #040707;
}

/*-- Form --*/
#contact_form {
    background: #01aef0;
    border-radius: 4px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    padding-top: 22px;
}

#form_fields {
    padding-right: 18%;
    padding-left: 18%;
}

#contact_form h3,
#contact_form legend.form-heading {
    font-weight: 500;
    font-size: 25px;
    text-align: center;
    margin: 0;
    color: #000;
    border: none;
    /*font-variant: small-caps;
	text-transform: lowercase;*/
}

#contact_form #form_subtitle {
    color: #000;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    line-height: 17px;
    margin: 2px 2px 17px;
}

#contact_form .form-group {
    margin-bottom: 17px;
    position: relative;
}

#contact_form input[type="text"],
#contact_form input[type="tel"],
#contact_form input[type="email"],
body:not(.veripay) #landing_form input, body:not(.veripay) #landing_form textarea {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 0px;
    color: #8e8e8e;
    font-size: 14px;
    /*font-weight: 200;*/
    font-weight: 400;
    line-height: 17px;
    padding: 3px 13px;
    height: 30px;
}

#contact_form input[type="text"].typing {
    color: #000;
}

#contact_form button[type="submit"],#contact_form input[type="submit"],
body:not(.veripay) #landing_form input[type="submit"] {
    border: 0px;
    color: #fff;
    background: #040707;
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    line-height: 37px;
    padding: 0px;
    vertical-align: middle;
    margin-bottom: 17px;
}

#contact_form button[type="submit"] i, #contact_form input[type="submit"] i  {
    height: 10px;
    width: 7px;
    background: url(../images/submit_arrow.png);
    display: inline-block;
    vertical-align: middle;
}

#contact_form .thanks_message,
#contact_form .wpcf7-response-output {
    text-align: center;
    padding: 21px 0;
    border: 0;
}

#sidebar #contact_form .thanks_message div {
    margin-top: 10px;
}

#contact_form .thanks_message span {
    color: #fff;
    font-size: 16px;
}

/*-- Gallery --*/
#gallery_inner {
    margin-top: 17px;
    padding-bottom: 39px;
}

#gallery_inner a {
    display: block;
    width: 34.36%;
    padding-top: 34.36%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 3.7%;
}

#gallery_inner a:nth-child(odd) {
    float: right;
    margin-right: 13.7%;
}

#gallery_inner a:nth-child(even) {
    float: left;
    margin-left: 13.7%;
}

/*-- success story --*/
#sidebar_success_story a {
    display: block;
    padding-bottom: 45px;
    background-size: 23px auto;
    margin-top: 17px;
    line-height: 1;
}

#sidebar_success_story .story_title {
    display: block;
    color: #000;
    font-size: 15px;
    padding-right: 16.9%;
    padding-left: 13.9%;
}

#sidebar_success_story .story_quote {
    font-size: 14px;
    font-weight: 400;
    color: #040707;
    line-height: 16px;
    padding-right: 16.9%;
    padding-left: 13.9%;
    display: block;
    background: url(../images/success_story_quote.svg) 94% 8px no-repeat;
    background-size: 23px auto;
    margin-top: 10px;
    min-height: 30px;
}

#sidebar_success_story a .read_more {
    margin-top: 9px;
    padding-right: 16.9%;
    padding-left: 13.9%;
}

/*-- documents --*/
#sidebar_documents_inner, .sidebar_peripherals_inner, #sidebar_contact_inner, #sidebar_visit_us_inner {
    margin: 0px 6.87%;
    padding-top: 14px;
    padding-bottom: 20px;
}

.sidebar_document_each, .sidebar_contact_each {
    display: block;
    margin-bottom: 25px;
}

.sidebar_document_each_content, .sidebar_contact_each_content {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    width: calc(100% - 39px);
    margin-top: 6px;
}

#sidebar_documents_inner a, #sidebar_contact_inner .sidebar_contact_each {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #000;
}

.sidebar_document_each i {
    display: inline-block;
    height: 36px;
    width: 23px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top;
}

.sidebar_document_each i.doc_type_pdf {
    background-image: url(../images/Docs_Pdf.svg);
}

.sidebar_document_each i.doc_type_image {
    background-image: url(../images/Docs_Image.svg);
}

.sidebar_document_each i.doc_type_doc {
    background-image: url(../images/Docs_Word.svg);
}

.sidebar_document_each i.doc_type_default {
    background-image: url(../images/Docs_general.svg);
}

.sidebar_document_each i.doc_type_video {
    background-image: url(../images/Docs_Video.svg);
}

#sidebar_documents_inner strong {
    font-size: 14px;
    font-weight: 700;
    display: block;
}

/*-- peripherals --*/
.sidebar_peripherals_each {
    display: block;
    margin-bottom: 30px;
    padding-left: 10px;
}

a.sidebar_peripherals_each {
    background: url(../images/Left_B_arrow.svg) left center no-repeat;
    background-size: 7px 12px;
}

.sidebar_peripherals_each div {
    width: 50px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.sidebar_peripherals_each_title {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-size: 15px;
    margin-right: 6px;
    width: calc(100% - 61px);
}

#sidebar a:hover strong, #sidebar a:focus strong {
    text-decoration: underline;
}

/*-- veripedia --*/
#sidebar_veripedia h3 {
    margin-bottom: 24px;
}

a.sidebar_veripedia_each {
    margin: 0px 6.8%;
    color: #040707;
    font-size: 0;
    font-weight: 400;
    line-height: 16px;
    display: block;
    padding-bottom: 30px;
}

a.sidebar_veripedia_each:last-child {
    padding-bottom: 53px;
}

.veripedia_image {
    width: 32%;
    padding-top: 32%;
    display: inline-block;
    vertical-align: top;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.veripedia_content {
    display: inline-block;
    width: 63%;
    margin-right: 3%;
    vertical-align: middle;
    font-size: 14px;
}

.veripedia_content .read_more {
    margin-top: 5px;
}

/*******************************************************************************************
								Footer
*******************************************************************************************/
footer {
    margin-bottom: 50px;
}

#contact_strip {
    display: block;
    color: #fff;
    background-color: #000;
    padding: 12px 10px 6px;
    text-align: center;
    font-weight: bold;
    margin: 124px 0 54px;
}

#contact_strip img {
    margin-bottom: 4px;
}

#contact_strip:hover, #contact_strip:focus {
    opacity: 0.75;
}

#contact_strip span {
    vertical-align: middle;
}

#footer_social_floor {
    margin-bottom: 12px;
}

#footer_social_floor .col-sm-6:first-child {
    width: 45.7%;
}

.social_icon, .social_icon span {
    display: inline-block;
    height: 23px;
    width: 23px;
    background-size: contain;
    margin-left: 6px;
}

.social_icon span {
    opacity: 0;
    transition: opacity .15s;
}

.social_icon:hover span, .social_icon:focus span {
    opacity: 1;
}

#menu-footer-links {
    display: block;
    padding: 0px;
    list-style: none;
}

#menu-footer-links li {
    display: inline-block;
    /* padding-left: 10px; */
    /* padding-right: 10px; */
}

#menu-footer-links li a {
    color: #5a5a5a;
    font-size: 15px; /* Approximation due to font substitution */
    font-weight: 700;
    padding: 0px;
    background: none;
}

#menu-footer-links li a:before {
    display: inline-block;
    content: '*';
    vertical-align: -webkit-baseline-middle;
    padding-left: 10px;
    padding-right: 10px;
}

#menu-footer-links li:first-child a:before {
    display: none;
}

#menu-footer-links li a span {
    vertical-align: middle;
}

#footer_menu .col-sm-12 hr {
    border-top: 1px solid #d5d5d5;
    margin: 0px;
    padding-bottom: 12px;
}

#footer_menu img {
    display: none;
}

#footer_menu .nav > li > a {
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 700;
    padding: 0px;
    background: none;
}

#footer_menu .nav > li > a h2 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
}

#footer_menu .nav > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
    max-width: 180px;
}

#footer_menu .nav > li:first-child {
    margin-right: 0px;
}

#footer_menu .nav > li.search {
    display: none;
}

#footer_menu ul {
    list-style: none;
    padding: 0px;
}

#footer_newsletter {
    width: 54.3%;
    padding-right: 0px;
}

#footer_newsletter .content {
    width: 57.3%;
    display: inline-block;
}

#footer_newsletter .content.thanks {
    width: 100%;
    text-align: left;
}

#footer_newsletter .content .title {
    color: #0082b3;
    font-size: 19px;
    line-height: 15px;
    font-weight: 500;
    display: block;
}

#footer_newsletter .content .text {
    color: #5a5a5a;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin: 2px 0 4px;
    display: block;
}

#footer_newsletter .content .checkbox_register {
    margin-top: -7px;
}

#footer_newsletter .content input, #contact_template form .supplier input[type=checkbox], #contact_template form #term_confirm, body:not(.veripay) #landing_form input[type=checkbox] {
    opacity: 0;
    position: absolute;
    outline: 5px auto -webkit-focus-ring-color;
}

#footer_newsletter .content .label_register span, #contact_template form span.checkbox_background, .checkbox_background {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 4px;
    border: 1px solid #939598;
    vertical-align: middle;
    margin-left: 5px;
}

#footer_newsletter input:checked ~ label span, #contact_template input:checked + span.checkbox_background, body:not(.veripay) #landing_form input:checked ~ span.checkbox_background {
    background: #000 url('../images/Newsletter_v_icon.svg') no-repeat;
    background-position: center;
    background-size: 8px 6px;
    border: none;
}

#footer_newsletter input:focus ~ label span {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

#footer_newsletter .content .label_register {
    color: #5a5a5a;
    font-size: 12px;
    line-height: 10px;
    font-weight: 400;
}

#footer_newsletter .content #cbApproveRegister-error {
    margin: 5px 135px 0 0;
    font-size: 12px;
}

#footer_newsletter #newsletter_fields {
    float: left;
    width: 38.4%;
}

#footer_newsletter .email {
    display: inline;
}

#footer_newsletter #email-newsletter {
    border: 1px solid #939598;
    color: #6D6D6D;
    font-size: 15px;
    font-weight: 400;
    border-radius: 4px;
    padding: 6px 12px;
    width: 62.5%;
    height: 41px;
    margin-left: 2.04%;
}

#footer_newsletter #email-error {
    display: block;
    font-size: 12px;
    margin-top: 3px;
}

#footer_newsletter .btn {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding-left: 26px;
    background: #040707 url(../images/white_arrow.svg) 14px no-repeat;
    background-size: 7px 10px;
    border: none;
    height: 41px;
    width: 32.6%;
}

#contact_footer {
    text-align: left;
}

#footer_menu ul ul a, #footer_menu #contact_footer p, #credit span, #credit span a {
    color: #5a5a5a;
    font-size: 12px;
    font-weight: 400;
    background: none;
    line-height: 20px;
}

#footer_menu #contact_footer .phone {
    color: #0082b3;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

#footer_menu #contact_footer span,
#footer_menu #contact_footer h2 {
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    line-height: inherit;
}

#footer_menu #contact_footer p {
    line-height: 15px;
    margin-bottom: 0;
}

#credit {
    text-align: center;
}

#credit hr, .credit {
    margin-bottom: 5px;
}

#credit span {
    padding: 0 14px;
}

#credit span:not(:last-child) {
    border-left: 2px solid #eee;
}

/*#form_footer .content {
	width: 59%;
	float: right;
}
#form_footer .content .title {
    display: block;
    color: #0082b3;
    font-size: 18.99px;
    font-weight: 500;
    margin-bottom: -4px;
}
#form_footer .content .text {
    color: #5a5a5a;
    font-size: 13.99px;
    font-weight: 500;
    margin-top: -4px;
}
#newsletter_fields{
	float: left;
	width: 38.1%;
}
#form_footer .email {
    float: right;
    width: 62.6%;
}
#form_footer .email input{
	width: 100%;
	border: 1px solid #939598;
    background-color: #fff;
    height: 37px;
}*/
label.error {
    font-size: 14px;
    line-height: 14px;
    color: #d20000;
    font-weight: normal;
    position: absolute;
    max-width: 100%;
}

#contact_form label.error,
#contact_form span.wpcf7-not-valid-tip {
    color: #000;
    padding-top: 3px;
    font-size: 13px;
}

#term_confirm + label.error {
    margin-top: 15px;
}

/*#form_footer .btn {
    float: left;
    width: 10%;
    background-color: #040707;
    width: 33%;
    height: 37px;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}*/
/*******************************************************************************************
								Wizard
*******************************************************************************************/
#wizard_overlay {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
}

#wizard_all_divs {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    display: none;
    overflow: auto;
}

.wizard_open #wizard_all_divs {
    display: block;
}

#wizard_wrap {
    width: 920px;
    height: 700px;
    border: 5px solid rgba(255, 255, 255, .5);
    z-index: -1;
    box-sizing: content-box;
    /* background: #0082b3; */
    margin: 0px auto;
    border-radius: 4px;
    top: -112px;
    opacity: 0;
    transition: margin-top .5s, opacity .5s;
    overflow: hidden;
}

.wizard_open {
    overflow: hidden;
}

.wizard_open #wizard_wrap {
    opacity: 1;
    z-index: 99;
}

#wizard_sidebar {
    width: 24%;
    float: right;
    counter-reset: wizard_counter;
    padding: 0 2%;
    height: 100%;
    position: relative;
    z-index: 9;
    background: #00aeef;
}

#wizard_sidebar h3 {
    font-size: 31px;
    font-weight: 500;
    color: #000;
    text-align: center;
    line-height: 28px;
    margin-bottom: 33px;
}

.step_link {
    font-size: 23px;
    color: #000;
    height: 95px;
    border-right: 1px dashed #008bbf;
    counter-increment: wizard_counter;
    position: relative;
    /*font-weight: 100;*/
    font-weight: 400;
    margin-right: 16px;
}

.step_link[data-step = "3"] {
    height: auto;
}

.step_link button, .step_link span {
    display: inline-block;
    background: none;
    border: none;
    padding: 0px;
    margin-right: 6px;
    vertical-align: middle;
}

.step_link.disabled button {
    pointer-events: none;
}

.step_link.done, .step_link.disabled {
    color: #005777;
}

.step_link.done:hover button, .step_link.done:focus button {
    text-decoration: underline;
    color: #000;
}

.step_link:before {
    display: inline-block;
    content: counter(wizard_counter);
    height: 25px;
    width: 25px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    transition: background-color .15s, color .15s;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    vertical-align: middle;
    margin-right: -12px;
}

.step_link.disabled:before {
    background-color: #008bbf;
    color: #000;
}

.step_link.done:before {
    color: transparent;
    background-image: url(../images/Wiz_V.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px auto;
    background-color: #005777;
}

.step_link.done:hover:before {
    background-color: #000;
}

#wizard_sidebar_bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: left;
}

#wizard_sidebar_bottom img {
    display: inline-block;
    margin-left: -8px;
}

#wizard_sidebar_bottom a {
    display: block;
    background: #040707;
    text-align: center;
    height: 83px;
    padding: 10px;
}

#wizard_sidebar_bottom a .first_span {
    display: block;
    font-size: 15px;
    color: #fefefe;
    margin-bottom: 3px;
}

#wizard_sidebar_bottom a .last_span {
    color: #000;
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 20px 0 36px;
    background: #00aeef url(../images/Left_B_arrow.svg) 17px no-repeat;
    background-size: 6px auto;
    border-radius: 4px;
}

#wizard_sidebar_bottom a .last_span span {

}

#close_wizard_button, #close_wizard_button_mobile {
    position: relative;
    float: left;
    margin: 20px;
    background: url(../images/Wiz_X.svg) no-repeat;
    width: 14px;
    height: 14px;
    border: none;
}

#close_wizard_button:hover, #close_wizard_button_mobile {
    background: url(../images/Wiz_X_MO.svg) no-repeat;
}

.step_results {
    color: #fff;
    text-decoration: underline;
    font-size: 18px;
    margin-right: 24px;
    font-weight: 500;
}

#wizard_steps {
    background: #fff;
    width: 76%;
    float: left;
    height: 100%;
    position: relative;
}

.wizard_step {
    display: none;
    position: absolute;
    top: 0px;
    width: 100%;
}

.wizard_step:first-child {
    display: block;
}

#wizard_steps h3 {
    font-size: 35px;
    text-align: center;
    margin: 17px 0px 0px;
}

#wizard_steps .wizard_step_subtitle {
    font-size: 20px;
    text-align: center;
    margin-top: 6px;
    /*font-weight: 100;*/
    font-weight: 400;
}

.wizard_step_items {
    margin: 60px auto 0;
    width: 91.6%;
}

.wizard_step_item {
    position: relative;
    overflow: hidden;
    background: #fff;
    transition: all .15s;
    border-width: 1px 1px 0px 0px;
    border-style: solid;
    display: block;
    border-color: transparent;
    float: right;
    height: 163px;
}

#wizard_areas .wizard_step_item {
    width: 33.3%;
    padding: 25.1% 0 0;
}

#wizard_areas .wizard_step_item:nth-child(2),
#wizard_areas .wizard_step_item:nth-child(3),
#wizard_areas .wizard_step_item:nth-child(5),
#wizard_areas .wizard_step_item:nth-child(6),
#wizard_areas .wizard_step_item:nth-child(8),
#wizard_areas .wizard_step_item:nth-child(9) {
    border-right-color: #f2f2f2;
}

#wizard_areas .wizard_step_item:nth-child(n+4) {
    border-top-color: #f2f2f2;
}

#wizard_solutions .wizard_step_item {
    width: 49.9%;
    padding-top: 38%;
}

#wizard_solutions .wizard_step_item:nth-child(even) {
    border-right-color: #f2f2f2;
}

#wizard_solutions .wizard_step_item:nth-child(n+3) {
    border-top-color: #f2f2f2;
}

.wizard_step_item > div {
    position: absolute;
    top: 0px;
    width: 100%;
    bottom: 0px;
    padding: 0 9%;
}

.wizard_step_item:hover, .wizard_step_item:focus {
    background: #00aeef;
    text-decoration: underline;
}

.wizard_icons {
    height: 46px;
    background-repeat: no-repeat;
    background-size: auto;
    margin: 35px 0 13px;
}

.wizard_step[data-step='2'] .wizard_icons {
    margin: 60px 0 17px;
}

.wizard_icons span {
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    opacity: 0;
    transition: opacity .15s;
}

.wizard_step_item:hover .wizard_icons span, .wizard_step_item:focus .wizard_icons span {
    opacity: 1;
}

.wizard_step_title {
    font-size: 23px;
    font-weight: 500;
    line-height: 23px;
    color: #000;
    max-width: 190px;
    display: block;
    margin: 0 auto;
}

.wizard_step_item:hover .wizard_step_title, .wizard_step_item:hover .wizard_step_each_subtitle, .wizard_step_item:focus .wizard_step_title, .wizard_step_item:focus .wizard_step_each_subtitle {
    text-decoration: underline;
}

.wizard_step_each_subtitle {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

#wizard_results {
    height: 549px;
    overflow: hidden;
    margin-right: 0px;
    width: 95.7%;
}

#wizard_results .mCSB_scrollTools {
    right: 6px;
    left: auto;
}

#wizard_results .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.15);
    width: 6px;
}

#wizard_results .mCSB_draggerRail {
    background: rgba(0, 0, 0, 0.1);
}

#wizard_results .mCSB_container {
    margin-right: 30px;
    margin-left: 0;
}

#wizard_results h4 {
    font-size: 23px;
    font-weight: 500;
    margin: 6px 0 25px;
}

#wizard_results .product {
    text-align: center;
    margin-bottom: 50px;
}

#wizard_results .product strong, #wizard_results .display_each_third_title {
    color: #040707;
    font-size: 18px;
    line-height: 18px;
    /*text-transform: lowercase;
	font-variant: small-caps;*/
}

#wizard_results .product:hover strong, #wizard_results .display_each_third:hover .display_each_third_title {
    text-decoration: underline;
}

#wizard_results .display_each_third_title {
    color: #000;
    margin-top: 7px;
    text-align: right;
}

#wizard_results .display_each_third_desc {
    font-size: 13px;
    line-height: 15px;
    margin-top: 4px;
}

#wizard_results .display_each_third {
    margin-bottom: 1px;
}

/*******************************************************************************************
								Pripherials index page
*******************************************************************************************/
#pripherials_index_page .display_each_third .has_background_image {
    background-size: contain;
    background-repeat: no-repeat;
}

/*******************************************************************************************
								Landing Page
*******************************************************************************************/
.page-template-template-landing-page {
    padding-top: 0;
    color: #000;
}

#landing_page_template .floor_product .product_gallery_thumbs {
    display: none !important;
}

#landing_page_template .scroll_to_form {
    color: #0082b3;
    text-decoration: none !important;
    background: none;
    border: none;
    font-weight: 500;
    padding-top: 15px;
}

#landing_page_template {
    color: #000;
}

section.gray {
    background-color: #f2f2f2;
}

#landing_page_template #content {
    color: #040707;
}

/*.floor_image{*/
/*font-size: 1px;*/
/*}*/
.floor_image_mobile {
    height: 650px;
    padding-top: 100px;
}

.floor_image p {
    /* font-size: 45px; */
    line-height: 49px;
    font-weight: 500;
    margin-bottom: 0;
}

.floor_image h1, .floor_image h2, .floor_image h3, .floor_image h4, .floor_image h5 {
    font-size: inherit;
    line-height: 1.2;
}

.floor_image h3 {
    font-weight: 700;
    margin-top: 5px;
}

.floor_image h1 {
    font-weight: 700;
    margin-top: 0;
}

.floor_image a {
    color: #26ace2;
}

.floor_form {
    background-color: #26ace2;
    padding: 46px 0 34px;
    color: #040707;
}

.floor_form .text {
    width: 34%;
    float: right;
}

.floor_form.sent .text, body:not(.veripay) .floor_form.sent #landing_form {
    display: none;
}

.floor_form .text .title {
    font-size: 45px;
    line-height: 43px;
    font-weight: 500;
    margin: 0;
    display: block;
}

.floor_form .text span {
    font-size: 19px;
    line-height: 19px;
}

.floor_form .text.thank {
    display: none;
    width: 100%;
    text-align: center;
}

.floor_form.sent .text.thank {
    display: block;
}

.floor_form .text.thank .title {
    font-size: 40px
}

body:not(.veripay) .floor_form #landing_form {
    width: 63%;
    float: left;
    margin-top: 8px;
}

body:not(.veripay) #landing_form form {
    direction: rtl;
}

body:not(.veripay) #landing_form p {
    display: inline-block;
    width: 47%;
    vertical-align: top;
    margin-bottom: 0;
}

body:not(.veripay) #landing_form p:nth-child(even) {
    margin-left: 3%;
}

body:not(.veripay) #landing_form label, body:not(.veripay) #landing_form input, body:not(.veripay) #landing_form textarea {
    width: 100%;
    margin-bottom: 0;
}

body:not(.veripay) #landing_form input, body:not(.veripay) #landing_form textarea {
    height: 44px;
    border-radius: 4px;
    font-size: 19px;
    margin-bottom: 25px;
}

body:not(.veripay) #landing_form textarea {
    height: 88px;
    padding-top: 10px;
}

body:not(.veripay) #landing_form input[type="submit"] {
    display: inline-block;
    margin-bottom: 0;
    font-size: 25px;
    background: #040707 url(../images/submit_arrow.png) 10px center no-repeat;
    background-size: 11px 13px;
    padding-left: 20px;
}

body:not(.veripay) #landing_form input ~ label {
    position: absolute;
    font-size: 0;
    width: auto;
}

body:not(.veripay) #landing_form label.checkbox-inline {
    padding-bottom: 20px;
}

body:not(.veripay) #landing_form .checkbox_background {
    background: #fff;
}

body:not(.veripay) #landing_form .checkbox_background ~ br, body:not(.veripay) #landing_form input[type=checkbox] ~ br {
    display: none;
}

body:not(.veripay) #landing_form .wpcf7-validation-errors, body:not(.veripay) #landing_form .wpcf7-mail-sent-ok {
    display: none !important;
}

body:not(.veripay) #landing_form .wpcf7-form-control-wrap {
    display: block;
}

body:not(.veripay) #landing_form span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: 0;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.floor_features {
    background-color: #88c540;
    padding: 27px 0 31px;
}

.floor_features .feature, .floor_features.count_odd .feature:nth-last-child(-n+2):nth-child(even) {
    margin-bottom: 20px;
}

.floor_features .feature:nth-child(odd) {
    clear: both;
}

.floor_features .feature > div {
    font-weight: 500;
    font-size: 21px;
    line-height: 23px;
    width: calc(100% - 62px);
    display: inline-block;
    vertical-align: middle;
}

.floor_features .feature:before {
    height: 40px;
    width: 40px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../images/landing_white_v.svg) right top no-repeat;
    background-size: 100% auto;
    margin-left: 17px;
}

.floor_product {
    padding: 100px 0;
}

.floor_product h2 {
    color: #000;
    font-size: 35px !important;
    line-height: 35px !important;
    /*font-variant: small-caps;
    text-transform: lowercase;*/
}

.floor_product #single_product_image img {
    width: 100%;
}

.floor_product #product_gallery_thumbs button {
    width: 90px;
    height: 90px;
}

.floor_video {
    padding: 70px 0 100px;
}

.floor_video .title {
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    font-weight: 500;
    display: block;
    margin-bottom: 28px;
    /*font-variant: small-caps;
    text-transform: lowercase;*/
}

.floor_video .responsive_iframe {
    position: relative;
    padding-top: 56%;
    margin: 0 auto;
    max-width: 1067px;
}

.floor_video iframe {
    max-width: 100%;
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    height: 100%;
}

.floor_content {
    padding: 100px 0;
}

.floor_short_text {
    color: #6e6e6e;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding: 14px 0 12px;
}

.floor_short_text p {
    margin-bottom: 0;
}

/*******************************************************************************************
								Media
*******************************************************************************************/
@media (min-width: 1100px) {
    .container {
        width: 1062px;
    }
}

@media (min-width: 768px) {
    .narrow_width.col-sm-4 {
        width: 30.333333%;
    }

    .wide_width.col-sm-8 {
        width: 69.666667%;
    }

    .floor_image_mobile {
        background-image: none !important;
    }
}

.popup_image_div {
    padding: 50px;
    display: none;
}

.hp_banner_content {
}

.hp_banner_img {
    max-width: 100%;
}

.hp_banner_title {
    color: #0082b3;
    font-size: 24px;
    font-weight: 600;
    width: 60%;
    letter-spacing: -0.2px;
}

.hp_banner_subtitle {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    color: black;
}

.banner_text {
    position: absolute;
    right: 27px;
    top: 14px;
}

div#hp_banner_content i {
    font-size: 120%;
    font-weight: bold;
    vertical-align: middle;
    margin-right: 3px;
}

.hp_products_title {
    font-size: 31px;
    font-weight: 500;
    /* font-family: Grotesk, narkis, arial; */
    margin: 10px 15px 4px 0;
    line-height: 23px;
}

.hp_products_content {
    font-size: 15px;
    /* font-family: Grotesk, narkis, arial; */
    margin: 0 15px 7px 22px;
    /* width: 80%; */
    line-height: 20px;
    /*font-weight: 100;*/
    font-weight: 400;
}

.hp_products {
    margin-bottom: 47px;
    float: none;
    padding: 0px;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    -webkit-flex-flow: row wrap;
}

.hp_product {
    padding: 0px;
    border: 6px solid #fff;
    float: none;
    background: #000;
}

.hp_product a {
    display: block;
    width: 100%;
}

.hp_product .has_background_image {
    padding-top: 57.8%;
}

.hp_producttext {
    background: #040707;
    padding: 0px 13px 15px;

}

.hp_producttitle {
    font-weight: 500;
    font-size: 20px;
    color: #26ace2;
    line-height: 20px;
    margin: 0px;
    padding: 11px 13px;
}

.hp_productcontent {
    font-size: 15px;
    /*font-weight: 100;*/
    font-weight: 400;
    line-height: 20px;
    padding-top: 4px;
    color: #fefefe;
}

.hp_imgproduct {
    /* width:238px; */
    height: 136px;
}

.hp_productlink {
    color: #26ace2;
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    text-decoration: underline;
    display: block;
    margin-bottom: 14px;
}

.hp_productlink:hover {
    color: #26ace2;
}

#hp_content_with_icon {
    margin-bottom: 40px;
}

.hp_strip {
    border-top: 1px solid #040707;
    border-bottom: 1px solid #040707;
    line-height: 47px;
    margin: 0 0 26px;
    padding: 0 0.5%;
}

.hp_strip div {
    display: inline-block;
    width: 96%;
}

.hp_strip_icon {
    width: 3%;
    display: inline-block;
    vertical-align: middle;
}

.hp_strip_text {
    /*font-size:13px;*/
    font-size: 13px;
    line-height: 13px;
    width: 89%;
    margin: 0 2%;
    display: inline-block;
    vertical-align: middle;
}

.hp_strip_link_title {
    font-size: 13px;
    line-height: 13px;
    color: #000;
    font-weight: 700;
    width: 6%;
    display: inline-block;
    vertical-align: middle;
    /* padding-left: 8px; */
    white-space: nowrap;
}

.hp_strip_link_title i {
    font-size: 78%;
}

.hp_strip_link_title:hover {
    color: #000;
}

.hp_stript_link_title i {
    font-weight: bold;
}

.hp_stip_icon {
    width: 2%;
    display: inline-block;
}

.hp_product_link_right {
    width: 47%;
    float: right;
}

.hp_product_link_left {
    width: 47%;
    float: left;
}

.hp_products_link {
    padding: 0px 19px 15px;
}

#hp_slider {
    overflow: hidden;
    width: 100%;
}

#hp_slider .hp_slider_slide, #hp_slider {
    height: 488px;
}

a.hp_slider_button {
    color: #ffffff;
    background-color: #0082b3;
    font-size: 20px;
    font-weight: 500;
    line-height: 42px;
    display: inline-block;
    text-align: center;
    padding: 0 37px;
    margin-top: 19px;
}

#hp_slider h2 span.marked_span {
    color: #0082b3;
    /* 	font-size: 41px; */
    font-weight: 700;
    display: block;
    margin-bottom: -3px;
}

#hp_slider h2 {
    color: #040707;
    font-size: 51px;
    font-weight: 500;
    line-height: 43px;
    margin-top: 55px;
}

#hp_slider p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    margin: 26px 0 0;
}

.home .banner.large_banner {
    position: relative;
}

#hp_slider_nav {
    position: absolute;
    bottom: 93px;
    width: 100%;
}

#hp_slider_nav .container > div:first-child {
    display: inline-block;
    vertical-align: middle;
}

#hp_slider_nav .slick-dots li {
    width: 16px;
    margin: 0;
}

#hp_slider_nav .slick-dots li button:before {
    content: '';
}

#hp_slider_nav .slick-dots li button {
    background: black;
    border-radius: 50%;
    height: 0px;
    width: 0px;
}

#hp_slider_nav .slick-dots li button:focus {
    outline: -webkit-focus-ring-color auto 5px;
}

#hp_slider_nav #hp_slider_pause_play {
    margin: 0 9px 10px 0;
}

#hp_slider_nav .slick-dots .slick-active button {
    background: #fff;
    border: 1px solid #000;
}

#hp_slider_nav .slick-dots {
    position: static;
    text-align: right;
    padding-right: 15px;
}

#hp_slider_nav.slick-dots li {
    margin: 0 -2px;
}

/*
#pause_reg{
	background: url(../images/Main_banner_STOP.svg) center no-repeat;
}*/
#hp_slider_pause_play {
    background: url(../images/Main_banner_PLAY.svg) center no-repeat;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: white;
    border-color: white;
    display: inline-block;
    vertical-align: middle;
    border: 0px;
}

#hp_slider_pause_play:hover {
    background: url(../images/Main_banner_PLAY_hover.svg) center no-repeat;
}

#hp_slider_pause_play.play {
    background: url(../images/Main_banner_STOP.svg) center no-repeat;
}

#hp_slider_pause_play.play:hover {
    background: url(../images/Main_banner_STOP_hover.svg) center no-repeat;
}

/*******************************************************************************************
								Customers Slider
*******************************************************************************************/
#front_page_customers_logos {
    margin: 0 auto;
    width: 95%;
    height: 39px;
    /*overflow: hidden;*/
}

#front_page_customers .image {
    max-width: 100%;
    margin: 0 35px;
    height: 39px;
}

#front_page_customers {
    margin: 72px 0 83px;
    height: 39px;
    overflow: hidden;
}

#front_page_customers_quots {
    width: 75%;
    margin: 0 auto 5px;
    color: #000000;
    font-size: 15px;
    /*font-weight: 100;*/
    font-weight: 400;
    line-height: 19px;
    display: none;
}

#front_page_customers_quots .customer_quote {
    position: relative;
    text-align: center;
}

#front_page_customers_quots .customer_quote .span_with_content {
    width: 89.8%;
}

#front_page_customers_quots .customer_quote:before, #front_page_customers_quots .customer_quote:after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 18px;
    background: url(../images/hp_custumers_quote.png) center no-repeat;
    top: 50%;
    margin-top: -9px;
}

#front_page_customers_quots .customer_quote:before {
    right: 0px;
}

#front_page_customers_quots .customer_quote:after {
    left: 0px;
}

.customer_logo {
    /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); *//* Firefox 10+ */
    /*filter: gray; *//* IE6-9 */
    /*-webkit-filter: grayscale(100%); *//* Chrome 19+ & Safari 6+ */
    /*-webkit-transition: all .15s ease; *//* Fade to color for Chrome and Safari */
    /*-webkit-backface-visibility: hidden; *//* Fix for transition flickering */
}

/* .customer_logo:hover, .customer_logo:focus, #front_page_customers_logos .customer_logo.slick-current{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
} */
.customer_logo .divider {
    border-left: 1px solid #d5d5d5;
    height: 30px;
}

.customer_logo:hover .image, .customer_logo:focus .image, #front_page_customers_logos .customer_logo.slick-current .image {
    background-position-y: 39px;
}

.customer_logo .divider, .customer_logo .image {
    display: inline-block;
    vertical-align: middle;
}

#front_page_customers_logos .slick-prev.slick-arrow, #front_page_customers_logos .slick-next.slick-arrow {
    height: 14px;
    width: 9px;
    top: 19.5px;
}

#front_page_customers_logos .slick-prev.slick-arrow {
    background: url(../images/Left_B_arrow.svg) center no-repeat;
    left: -25px;
    right: auto;
}

#front_page_customers_logos .slick-prev.slick-arrow:focus {
    outline: -webkit-focus-ring-color auto 5px;
}

#front_page_customers_logos .slick-next.slick-arrow {
    background: url(../images/Right_B_arrow.svg) center no-repeat;
    left: auto;
    right: -25px;
}

#front_page_customers_logos .slick-next.slick-arrow:focus {
    outline: -webkit-focus-ring-color auto 5px;
}

#front_page_customers_logos .slick-slide {

}

/*******************************************************************************************
								Wizard Button
*******************************************************************************************/
#hp_slider_wrap {
    position: relative;
}

#front_page_wizard_button_wrap {
    position: absolute;
    top: 43%;
    margin-top: -135px;
    width: 100%;
    pointer-events: none;
}

#front_page_wizard_button {
    display: block;
    padding: 0 30px;
    border: 0px;
    width: 270px;
    height: 243px;
    float: left;
    text-align: right;
    background-color: #00aeef;
    border-radius: 4px;
    pointer-events: all;
}

#front_page_wizard_button span, #front_page_wizard_button h2 {
    display: block;
}

.wizard_button_title {
    color: #000;
    font-size: 37px;
    font-weight: 500;
    line-height: 29px;
    margin: 0 0 11px;
    width: 130px;
}

.wizard_button_text {
    color: #000;
    font-weight: 500;
    line-height: 17px;
    margin-bottom: 28px;
    width: 170px;
    display: inline-block;
}

#front_page_wizard_button span.wizard_button_link {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 20px;
}

/*******************************************************************************************
								Contact Form
*******************************************************************************************/

#front_page_contact #contact_form {
    padding: 25px 0 27px;
    background-color: #00aeef;
    background-image: url("https://verifone.co.il/wp-content/uploads/2021/05/homepage_contact_bg.jpg");
    background-size: cover;
    background-position: 100% 50%;
}

#front_page_contact #contact_form .wrap-form-contact {
  background-color: #00aeef;
  background-color: rgba(0,174,239,0.8);
  border-radius: 0px 0px 4px 4px;
}

#front_page_contact #contact_form label.error {
    padding-top: 2px;
    font-size: 12px;
    line-height: 12px;
}

#front_page_contact #contact_form h3,
#front_page_contact #contact_form legend {
    font-size: 30px;
    color: #040707;
    float: none;
    padding-right: 0;
    line-height: 33px;
}

#front_page_contact #contact_form legend {
    padding: 0;
    margin: 0;
    border: none;
    font-size: 30px;
    color: #040707;
    float: none;
    padding-right: 0;
    line-height: 33px;
}

#front_page_contact #contact_form.sent h3,
#front_page_contact #contact_form.sent legeng {
    float: none;
    padding: 0;
    line-height: 1;
}

#front_page_contact #contact_form.sent {
    padding-bottom: 18px;
}

#front_page_contact #contact_form.sent strong {
    display: block;
    text-align: center;
    margin: 0;
}

#front_page_contact #contact_form .form-group {
    width: 17.7%;
    margin-left: 1.25%;
}

/*#front_page_contact #form_fields{
	width: 55.2%;
	margin-left: 2.9%;
	padding: 0;
	float: none;
	margin: 0 auto;
}*/
#front_page_contact #contact_form #form_subtitle {
    display: none;
}

#front_page_contact #contact_form:after {
    display: block;
    content: " ";
    clear: both;
}

#front_page_contact #contact_form strong {
    line-height: 33px;
    margin-right: 15px;
}

@media all and (-ms-high-contrast: none) {
    .read_more i {
        display: none;
    }

    .fb_share {
        background-image: url(../images/SHARE_facebook.jpg);
    }

    .email_it {
        background-image: url(../images/SHARE_email.jpg);
    }

    #menu-main-menu .two_columns_li ul li {
        display: inline-block;
    }

    a.sidebar_peripherals_each {
        background: none;
    }

    *::-ms-backdrop, .read_more i {
        display: none;
    }

    *::-ms-backdrop, .fb_share {
        background-image: url(../images/SHARE_facebook.jpg);
    }

    *::-ms-backdrop, .email_it {
        background-image: url(../images/SHARE_email.jpg);
    }
}

.floor_image .floor_image_a {
    display: block;
    color: initial;
}


/* Styles for yellow highlighting */
.elem {
    background: #ffff00;
}

/* Syles for form below the articles */

.form-7655 .wpcf7 {
    border: 1px solid #000;
    direction: rtl;
}

.form-7655 .custom-cf {
    padding: 20px 28px 0;
}

.form-7655 .custom-cf .custom-cf-title {
    margin-botton: 5px;
    color: #000;
    font-size: 1.2em;
    font-weight: 700;
    text-align: right;
    border: 0;
}

.form-7655 .custom-cf.style-cf-4-field .cf-item {
    width: 23.75%;
    margin-left: 1.25%;
    float: right;
}

.form-7655 input {
    width: 100%;
    box-sizing: border-box;
}

.form-7655 .cf-input-wrap {
    width: 80%;
    float: right;
}

.form-7655 .cf-button-wrap {
    float: right;
    width: 20%;
}

.form-7655 .wpcf7-submit {
    background: #01aef0;
    border: 0;
    padding: 5px 0 1px;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
}

.form-7655 span.wpcf7-list-item-label::before,
.form-7655 span.wpcf7-list-item-label::after {
    content: " ";
}

.form-7655 .wpcf7-checkbox .wpcf7-list-item-label:after,
.form-7655 .wpcf7-checkbox .wpcf7-list-item-label:before {
    display: none;
}

.form-7655 .checkbox input[type=checkbox],
.form-7655 .checkbox-inline input[type=checkbox] {
    display: none;
}

.form-7655 .custom-cf .cf-custom-check .wpcf7-list-item-label:before {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-color: white;
    border: 1px solid #121212;
    margin-left: 7px;
    cursor: pointer;
    color: black;
    line-height: 20px;
    text-align: center;
    margin-top: -6px;
}

.custom-cf .cf-custom-check input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
    content: "\2713";
}

.form-7655 .cf-custom-check {
    clear: both;
}


/* Recent Posts Left Sidebar */

.sidebar-recent-posts {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-recent-posts li {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 20px;
}

.sidebar-recent-posts .sidebar-heading,
.sidebar-recent-posts h5 {
    font-weight: 600;
    color: #040707;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sidebar-recent-posts .featured-image {
    position: relative;
}

.sidebar-recent-posts img {
    max-width: 100%;
    height: auto !important;
}

.sidebar-recent-posts .category-name {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 6px 10px 1px;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    color: #040707;
}

.sidebar-recent-posts li:nth-child(1) .category-name {
    background: #88c540;
}

.sidebar-recent-posts li:nth-child(2) .category-name {
    background: #8071b4;
}

.sidebar-recent-posts li:nth-child(3) .category-name {
    background: #f2be1a;
}

.sidebar-recent-posts li:nth-child(4) .category-name {
    background: #939598;
}

/* Random posts below article */
.sidebar-recent-posts.below-article {
    margin: 40px 0 100px;
}

.sidebar-recent-posts.below-article li {
    width: 48%;
    float: left;
    border-bottom: 0;
    margin-right: 4%;
}

.sidebar-recent-posts.below-article li:nth-child(2n+1) {
    margin-right: 0;
}

.sidebar-recent-posts.below-article li img {
    width: 100%;
    height: auto !important;
}

.sidebar-recent-posts.below-article li:first-child {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 40px;
    margin-right: 0;
}

.sidebar-recent-posts.below-article h4 {
    color: #444;
}

.form-solutions #form_fields,
.form-industries #form_fields {
    direction: rtl;
}

.form-industries .wpcf7-not-valid-tip {
    position: absolute;
    margin-top: -5px;
}

/* Forms styles changes for conversion to CF7 */
/* Form Solutions */
.form-solutions .form-group {
    direction: rtl;
}

.form-solutions .checkbox-inline {
    direction: rtl;
}

.form-solutions .checkbox-inline input,
.form-solutions .checkbox-inline .wpcf7-list-item-label {
    display: none;
}

.form-solutions .checkbox_background {
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    background-color: #fff;
}

.form-solutions input:checked + span.checkbox_background {
    background: #000 url(../images/Newsletter_v_icon.svg) no-repeat;
    background-position: center;
    background-size: 8px 6px;
    border: none;
}

/* Form Industries */
.form-industries .checkbox-inline {
    direction: rtl;
}

.form-industries .checkbox-inline input,
.form-industries .checkbox-inline .wpcf7-list-item-label {
    display: none;
}

.form-industries .checkbox_background {
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    background-color: #fff;
}

.form-industries input:checked + span.checkbox_background {
    background: #000 url(../images/Newsletter_v_icon.svg) no-repeat;
    background-position: center;
    background-size: 8px 6px;
    border: none;
}

/* Form Homepage */

.form-homepage .form-group,
.form-homepage #form_fields,
.form-homepage .checkbox-inline {
    direction: rtl;
}

.form-homepage .checkbox-inline input,
.form-homepage .checkbox-inline .wpcf7-list-item-label {
    display: none;
}

.form-homepage .checkbox_background {
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    background-color: #fff;
}

.form-homepage input:checked + span.checkbox_background {
    background: #000 url(../images/Newsletter_v_icon.svg) no-repeat;
    background-position: center;
    background-size: 8px 6px;
    border: none;
}

#front_page_contact #contact_form span.wpcf7-not-valid-tip {
    padding-top: 0;
}

#front_page_contact #contact_form #submit {
    width: 100%;
}

#front_page_contact #contact_form .wpcf7-response-output {
    margin: 0;
    padding: 0;
}

.wrap-form-contact {
    width: 100%;
}

#contact_form span.wpcf7-not-valid-tip {
    padding: 0 10px;
    display: inline-block;
}


/* Form Contact */
.form-contact-page {
    direction: rtl;
}

.form-contact-page #term_confirm, .form-contact-page #term_confirm1 {
    opacity: 0;
    z-index: -1;
    position: absolute;
}

.form-contact-page span.wpcf7-not-valid-tip {
    color: #d20000;
    margin: 4px 0;
}

.form-contact-page label[for="reason_contact"] {
    margin-bottom: 0;
}

.form-contact-page #autocompleteContainer + p {
    display: none;
}


/* Elementor Fix */
.page-template.page-template-elementor_canvas header,
.page-template.page-template-elementor_canvas #search_section,
    /* .page-template.page-template-elementor_header_footer header,
.page-template.page-template-elementor_header_footer #search_section, */
.page-template.page-template-elementor_canvas footer,
.page-template.page-template-elementor_canvas #credit,
.page-template.page-template-elementor_header_footer #footer
    /* .page-template.page-template-elementor_header_footer #credit */
{
    display: none;
}

/* Elementor Post Styles */
.uael-post__body .uael-post-wrapper .uael-post__bg-wrap {
    background-color: #000 !important;
}

.uael-post__body .uael-post-wrapper .uael-post__inner-wrap .uael-post__thumbnail {
    /* border: 1px solid #e4e4e4; */
    border: 0px solid #e4e4e4;
}

.uael-post__body .uael-post-wrapper .uael-post__inner-wrap .uael-post__thumbnail img {
    min-height: 240px;
}

.uael-post__body .uael-post-wrapper .uael-post__inner-wrap .uael-post__content-wrap {
    padding: 0px !important;
    margin-top: -1px;
    position: relative;
    border-top: 7px solid #000;
}

.uael-post__body .uael-post-wrapper .uael-post__inner-wrap .uael-post__content-wrap .uael-post__title {
    background-color: #000;
    padding: 10px 20px 10px 10px;
    margin: 0;
    height: 63px;
    overflow: hidden;
}

.uael-post__body .uael-post-wrapper .uael-post__inner-wrap .uael-post__content-wrap .uael-post__meta-data {
    display: none;
}

.uael-post__body .uael-post-wrapper .uael-post__inner-wrap .uael-post__content-wrap .uael-post__title a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}

.uael-post__body .uael-post-wrapper .uael-post__inner-wrap .uael-post__content-wrap .uael-post__terms-wrap {
    position: absolute;
    top: 0px;
    transform: translate(00%, -110%);
    margin: 0px 20px 0px 0px;
}

.uael-post__body .uael-post-wrapper .uael-post__inner-wrap .uael-post__content-wrap .uael-post__terms-wrap .uael-post__terms {
    color: #000;
    background-color: #000;
    margin: 0;
    padding: 4px 10px 3px 23px !important;
    font-size: 14px;
}

.uael-post__body .uael-post-wrapper .uael-post__inner-wrap .uael-post__content-wrap .uael-post__read-more {
    display: none;
}

body {
    /*background-color:red;*/
    direction: rtl;
}

body .elementor-section.elementor-top-section {
    direction: rtl;
}

.uael-video-gallery-wrap.uael-vg__layout-carousel.uael-vg__action-inline.slick-slider {
    direction: ltr;
}

.uael-video__gallery-item.slick-slide {
    direction: rtl;
}

.uael-video-gallery-wrap ul.slick-dots {
    bottom: -40px !important;
    z-index: 1 !important;
}

.small-video .uael-aspect-ratio-16_9 .uael-vg__thumb-image,
.small-video .uael-aspect-ratio-16_9 .uael-video__gallery-iframe {
    padding-bottom: 33.25% !important;
}

@media (min-width: 1920px) {
    body .elementor-section.elementor-top-section.small-video {
        /* overflow-x: hidden; */
    }
}

/* Fix LTR/RTL slider */

#hp_slider .slick-list {
    direction: rtl;
}

.digi-video-carousel .swiper-container-horizontal > .swiper-pagination-bullets, .digi-video-carousel .swiper-pagination-custom, .digi-video-carousel .swiper-pagination-fraction {
    bottom: -5px;
}

.digi-video-carousel .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #fff;
}

/* Fix landing pages by other company */

body.page-template-elementor_canvas {
    direction: ltr;
}

/* Other */

#footer_newsletter .content .title {
    margin: 0;
}

@media(min-width: 1100px) {
  #content_with_icon .block .title {
    padding: 0 50px;
  }
}

.social_icon[title="+google"] {
    display: none;
}

#front_page_contact #contact_form span.wpcf7-not-valid-tip {
    padding-top: 2px;
    line-height: 1.2;
    background: #f3f3f3;
    margin-top: 5px;
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px red;
}

.wrap-form-contact {
    padding: 20px 0 0;
}

.cli-modal {
    display: none !important;
}

.cli-modal.cli-blowup {
    display: block !important;
}

#mobile_header_phone {
    text-indent: 1000000px;
    overflow: hidden;
}

#product_tax_header_strip_title {
    margin: 0;
}

#content .custom-list li {
    padding-right: 0;
}

#content .custom-list li:before {
    background: url("../images/Shape-1.png") no-repeat center;
    width: 21px;
    height: 20px;
    margin-top: -9px;
    margin-right: 4px;
}

.sidebar-recent-posts.below-article h2 {
    color: #444;
}

.byline.author {
    display: none;
}

#sidebar_contact_inner h3 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

#sidebar_contact.green_section h2 {
    margin-bottom: 12px;
    font-size: 31px;
    font-weight: 500;
    line-height: 43px;
    padding: 0 6.87%;
    margin-top: 7px;
    color: #457F00;
}

#sidebar_visit_us.purple_section h2 {
    margin-bottom: 12px;
    font-size: 31px;
    font-weight: 500;
    line-height: 43px;
    padding: 0 6.87%;
    margin-top: 7px;
    color: #8071b4;
}

.add-change-csn-form .wpcf7-form-control-wrap,
.add-change-csn-form-2 .wpcf7-form-control-wrap,
.add-change-csn-form .wpcf7-radio,
.add-change-csn-form-2 .wpcf7-radio,
.add-change-csn-form .wpcf7-checkbox,
.add-change-csn-form-2 .wpcf7-checkbox {
    position: relative !important;
    display: inline-block;
}

.add-change-csn-form .wpcf7-not-valid,
.add-change-csn-form-2 .wpcf7-not-valid {
    margin-bottom: 30px;
}

.add-change-csn-form .wpcf7-not-valid-tip,
.add-change-csn-form-2 .wpcf7-not-valid-tip {
    position: absolute;
    bottom: 0;
    right: 0;
    min-width: 200px;
}

.add-change-csn-form .wpcf7-form p,
.add-change-csn-form-2 .wpcf7-form p,
.add-change-csn-form-2__fieldset {
    margin-bottom: 30px;
}

.add-change-csn-form label,
.add-change-csn-form-2 label {
    margin-left: 10px;
}

.add-change-csn-form__fieldset legend {
    font-size: inherit;
    line-height: 23px;
    color: #040707;
    display: inline-block;
    max-width: 100%;
    font-weight: 700;
    margin-bottom: 5px;
    width: auto;
    border: none;
}

.add-change-csn-form__item {
    margin-bottom: 0;
}

.add-change-csn-form__item span.wpcf7-list-item {
    margin: 0;
    font-weight: 400;
    font-size: inherit;
    line-height: 23px;
    color: #040707;
}

.sidebar-primary .main {
    float: none !important;
}

.large_banner ~ .main .main-inner .wrap {
    margin-top: -124px;
}

.large_banner ~ .main .main-inner .wrap .content {
    margin-right: -15px;
    margin-left: -15px;

    padding-top: 34px;
    background: #fff;
    padding-right: 0px;
    padding-left: 0px;
    border-style: solid;
    border-color: #fff;
    border-width: 0px 15px;
    position: relative;
}

.home #header_banner {
    display: none;
}

#header.small_banner {
    margin-bottom: 0;
}

.small_banner ~ .main #product_tax_header_strip_wrap {
    margin-bottom: 10px;
}

#header_banner.small_banner {
    margin-bottom: 20px;
}

.main-inner .wrap.container {
    direction: rtl;
}

.uni-toolbar-maxfont3 #content_with_icon .block .title,
.uni-toolbar-maxfont2 #content_with_icon .block .title {
    height: auto;
}

@media all and (max-width: 767px) {
    .large_banner ~ .main .main-inner .wrap {
        margin-top: 0;
    }

    #header_banner.small_banner {
        margin-bottom: 40px;
    }

    .main-inner > .row .container {
        padding: 0;
    }

    .main-inner > .wrap.container {
        padding-left: 0;
        padding-right: 0;
    }

    #header.small_banner {
        margin: 0 !important;
        padding: 0;
    }
}

.fancybox-overlay {
  z-index: 9999 !important;
  
}

.fancybox-wrap {
  z-index: 10000 !important;
  
}

/*-------------------------------start------------------------------------------------------------------------------*/

body.uni-toolbar-high #header .brand img {
    background-color: #fff !important;
}

body.uni-toolbar-high #front_page_customers_logos .customer_logo .image {
    background-color: #fff !important;
    background-position-y: 39px;
}

body.uni-toolbar-high #hp_slider_wrap .hp_slider_slide  {
    background: #000 !important;
}

body.uni-toolbar-high #front_page_contact #contact_form  {
    background: #000 !important;
}

#content_with_icon .block i.fa {
    display: inline-block;
}

#page_title {
    display: inline-block;
}