/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
	overflow: auto !important;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

sup {
    vertical-align: super;
    font-size: 8px;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*end reset */
/* --------------------------------------------------------------
   Basic WordPress Blog Styles
-------------------------------------------------------------- */
/* Images
-------------------------------------------------------------- */
a {
    text-decoration: none;
}

.entry-content img {
    margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    text-align: center;
    margin-bottom: 1.5em;
}

.wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.wp-caption p.wp-caption-text {
    margin: 0;
}

.wp-smiley {
    max-height: 1em;
    margin: 0 !important;
}

.gallery dl {
    margin: 0;
}

.gallery-caption {
    margin: -1.5em 0 0 0;
}

/* Pullquotes
-------------------------------------------------------------- */
blockquote.left {
    float: left;
    margin-left: 0;
    margin-right: 20px;
    text-align: right;
    width: 33%;
}

blockquote.right {
    float: right;
    margin-left: 20px;
    margin-right: 0;
    text-align: left;
    width: 33%;
}

#main-nav {
    height: 30px;

    /* set to the height you want your menu to be */
    margin: 0 0 10px;

    /* just to give some spacing */
}

#main-nav ul {
    margin: 0;
    padding: 0;

    /* only needed if you have not done a CSS reset */
}

#main-nav li {
    display: block;
    float: left;
    line-height: 30px;

    /* this should be the same as your #main-nav height */
    height: 30px;

    /* this should be the same as your #main-nav height */
    margin: 0;
    padding: 0;

    /* only needed if you don't have a reset */
    position: relative;

    /* this is needed in order to position sub menus */
}

#main-nav li a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
}

#main-nav .current-menu-item a,
#main-nav .current_page_item a,
#main-nav a:hover {
    color: #000;
    background: #ccc;
}

#main-nav ul ul {
    /* this targets all sub menus */
    display: none;

    /* hide all sub menus from view */
    position: absolute;
    top: 30px;

    /* this should be the same height as the top level menu -- height + padding + borders */
}

#main-nav ul ul li {
    /* this targets all submenu items */
    float: none;
    width: 150px;
}

#main-nav ul ul li a {
    padding: 5px 10px;
}

#main-nav ul li:hover>ul {
    display: block;
}

#main-nav ul ul li ul {
    left: 150px;
    top: 0;
}
input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
img {
    max-width: 100%;
    margin: 0;
}
a,
input[type=submit],
input[type=text] {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
body {
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
}
p {
    font-family: Arial;
    font-size: 14px;
    color: #4d4c4c;
    line-height: 22px;
    margin-bottom: 0;
}
p b,
p strong {
    font-weight: bold;
}
a {
    color: #b92323;
}
.container {
    position: relative;
    margin: 0 auto;
    width: 980px;
}
.single-page-width .container {
    width: 1120px;
}
.logo_area_top {
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
}
.right_area_top {
    float: right;
    margin-top: 25px;
    margin-bottom: 25px;
}
.right_area_top p {
    line-height: 35px;
    font-family: Roboto;
    font-size: 14px;
    color: #b92323;
    font-weight: 300;
}
/* mod-01 */
.new-shortbutton,
.redbutton,
#menu-top_header_menu li a {
    background-color: #b92323;
    /*-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.1);*/
    border: solid 1px #b11a1a;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    height: 32px;
    line-height: 28px;
    padding: 0px 19px;
    text-align: center;
    font-family: Roboto;
    font-size: 11px;
    color: #fff;
    display: inline-block;
    font-weight: 300;
}
.new-shortbutton:hover,
.redbutton:hover,
#menu-top_header_menu li a:hover {
    background-color: #b92323;
    /*-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.2);*/
    border: solid 1px #b11a1a;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
}
.new-shortbutton {
    font-size: 14px;
    padding: 6px 14px;
    line-height: 20px;
    height: 20px;
}
.right_area_top .redbutton {
    margin-left: 11px;
}

.top_part {
    overflow: hidden;
}

.top_links {
    padding: 16px 16px 13px 18px;
    background: #f5f5f5;
    overflow: hidden;
}

.small_menu_top ul li {
    float: left;
}

.small_menu_top ul li a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #b8b8b8;
    margin-right: 26px;
    height: 35px;
    line-height: 35px;
    float: left;
    font-weight: bold;
}

.small_menu_top ul li:first-child a {
    color: #b92323;
    font-weight: bold;
    background: url(img/vend.png) bottom center no-repeat;
    cursor: default;
}

.small_menu_top ul li a:hover {
    color: #b92323;
}

.search_area_top {
    float: right;
    position: relative;
}

.search_area_top .imptxt {
    border: 1px solid #d0d0d0;
    padding: 0px;
    padding-left: 12px;
    height: 31px;
    line-height: 19px;
    width: 230px;
    font-family: Roboto;
    font-size: 14px;
    ;
    color: #bbb;
}

.submseartop {
    position: absolute;
    right: 9px;
    top: 9px;
    width: 16px;
    height: 17px;
    background: url(img/sprite.png) 0px 0px no-repeat;
    border: 0px none;
    padding: 0px;
    cursor: pointer;
}

.search_area_top .imptxt:hover,
.search_area_top .imptxt:focus {
    border-color: #5e5e5e;
}

.submseartop:hover {
    background: url(img/sprite.png) 0px -34px no-repeat;
}

.primary_menu ul li {
    float: left;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;

    /* Safari */
}

.primary_menu ul {
    overflow: hidden;
    border-right: 1px solid #d7d8da;
    background: url(img/menu-bg.jpg) top center repeat-x;
}

.primary_menu ul li a {
    height: 49px;
    line-height: 49px;
    padding: 0px 15px;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    color: #3c3c3c;
    font-weight: 500;
    border-right: solid 1px #d7d8da;
    transition: all 0s;
    -webkit-transition: all 0s;

    /* Safari */
}

.primary_menu ul li:first-child a {
    border-left: solid 1px #d7d8da;
}

.primary_menu ul li:last-child a {
    border-right: 0px none;
}

.menu_container_inner {
    border-bottom: 4px solid #b92323;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;

    /* Safari */
    background: url(img/menu-bg.jpg) top center repeat-x;
}

.menu_container {
    border-bottom: 3px solid #dce0e1;
    margin-bottom: 0px;
}

.primary_menu ul li a:hover,
.primary_menu ul li.active a {
    background-color: #b92323;
    color: #fff;
    border-right: solid 1px #b11a1a;
}

.primary_menu ul li:first-child a:hover,
.primary_menu ul li:first-child.active a {
    border-left: 1px solid #b11a1a;
}
.footer {
    background: #313234;
    padding-top: 35px;
    padding-bottom: 150px;
    overflow: hidden;
}
.footer_row {
    float: left;
}
.footer_row_1 {
    width: 280px;
    margin-right: 30px;
}
.footer_row_1 img {
    margin-bottom: 5px;
}
p.copyr {
    line-height: 17px;
    margin-bottom: 11px;
    font-family: Arial;
    font-size: 14px;
    color: #bbbcbe;
}

.footer_menu ul li a {
    font-family: Arial;
    font-size: 14px;
    color: #848484;
    height: 22px;
    line-height: 22px;
}

.footer_menu ul li a:hover {
    color: #c12525;
}

.footer_menu ul li {
    line-height: 22px;
}

.footer_row_2 {
    /*width: 210px;*/
    width: 315px;
    margin-right: 20px;
}

.footer_row h4 {
    font-family: Roboto;
    font-size: 24px;
    font-weight: bold;
    color: #bbbcbe;

    /*height:24px;*/
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 8px;
}

.footer_row_3 {
    width: 210px;
    margin-right: 35px;
}

input[type=text].imptxtmail {
    font-family: Arial;
    font-size: 14px;
    font-style: italic;
    color: #575757;
    background-color: #282828;
    border: 1px solid #282828;
    margin-bottom: 9px;
    padding: 0;
    padding-left: 10px;
    width: 95%;
    height: 26px;
    line-height: 14px;
}
input[type=text].imptxtmail:hover,
input[type=text].imptxtmail:focus {
    border: 1px solid #be2424;
}
.subscribe_area .redbutton {
    float: right;
    cursor: pointer;
    padding: 0 14px;
    padding-bottom: 2px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    font-weight: 300;
}

.social {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 8px;
}

.social_fb {
    background: url(img/sprite.png) -110px 0;
}

.social_tw {
    background: url(img/sprite.png) -160px 0;
}

.social_in {
    background: url(img/sprite.png) -210px 0;
}

.social_pi {
    background: url(img/sprite.png) -260px 0px;
}

.social_fb:hover {
    background: url(img/sprite.png) -110px -40px;
}

.social_tw:hover {
    background: url(img/sprite.png) -160px -40px;
}

.social_in:hover {
    background: url(img/sprite.png) -210px -40px;
}

.social_pi:hover {
    background: url(img/sprite.png) -260px -40px;
}

.big_image_bg {
    position: relative;
    border-bottom: 3px solid #dce0e1;
    margin-bottom: 40px;
    padding-top: 40px;
}

.big_image_bg img {
    margin-bottom: -3px;
}

.search_grey_box {
    position: absolute;
    top: 60px;
    left: 25px;
    width: 510px;
    padding-left: 0px;
}

.search_grey_box h4,
.search_grey_box h1 b,
.search_grey_box h1 strong {
    font-size: 28px;
    color: #b92323;
    text-shadow: 0 0 5px rgba(0, 0, 1, 0.6);
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 0px;
    display: block;
}

.search_grey_box h1 {
    font-family: Roboto;

    /*font-size: 50px;*/
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 1, 0.6);
    font-weight: bold;
    line-height: 55px;
    margin-bottom: 10px;
}

.relative {
    position: relative;
}

input[type="text"].searchimp {
    border: 1px solid #fff;
    background: #fff;
    padding: 0px;
    padding-left: 16px;
    height: 38px;
    font-weight: 300;
    font-family: Roboto;
    font-size: 14px;
    color: #bbb;
    width: 96%;
    margin-bottom: 10px;
}

.searchdiv {
    width: 100%;
}

.search_grey_box .redbutton {
    position: absolute;
    top: 4px;
    right: 6px;
    cursor: pointer;
    padding-bottom: 2px;
}

input[type="text"].searchimp:hover,
input[type="text"].searchimp:focus {
    border-color: #b92323;
}
.search_grey_box p {
    font-weight: 300;
    font-family: Roboto;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
}
.left_part {
    width: 680px;
    float: left;
    margin-right: 20px;
}
.single-page-width .left_part {
    width: 820px;
}
.dotted_heading {
    background: url(img/dottedline.png) left center repeat-x;
    overflow: hidden;
    margin-bottom: 15px;
}
.dashed_heading {
    background: url(img/dash-heading.png) left center repeat-x;
    overflow: hidden;
    margin-bottom: 8px;
}
.dotted_heading h3,
.dashed_heading h3 {
    float: left;
    font-size: 26px;
    font-weight: 300;
}
h3 {
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    color: #363636;
    line-height: 26px;
    background: #fff;
    padding-right: 8px;
    margin-bottom: 6px;
}
h3 span {
    color: #b92323;
}

.featuredslider {
    margin-bottom: 40px;
    position: relative;
    background: #f5f5f5;
}

.slide_inner {
    padding: 15px;
}

.slide {}

.clearfix {
    clear: both;
}

.slide_le {
    width: 243px;
    margin-right: 12px;
    float: left;
}

.slide_le img {
    /* border:1px solid #dcdcdc; */
}

.slide_ri {
    float: right;
    width: 395px;
}

h2,
h2 a {
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    color: #363636;
    line-height: 20px;
    margin-bottom: 4px;
}

h2 a:hover {
    color: #b92323;
}

.slide_ri p {
    line-height: 22px;
    margin-bottom: 14px;
    font-family: Arial;
    font-size: 14px;
    ;
    color: #4d4c4c;
}

p.loc {
    font-family: Arial;
    font-size: 14px;
    color: #b92323;
    line-height: 14px;
    margin-bottom: 5px;
}

.slide_ri .redbutton {
    height: 26px;
    line-height: 26px;
    padding: 0px 13px;
    float: right;
    font-size: 14px;
    ;
}

.featuredslider .bx-pager {
    display: none;
}

.blogpost {
    padding-bottom: 30px;
    background: url(img/dottedline.png) bottom center repeat-x;
    margin-bottom: 25px;
    overflow: hidden;
    padding-right: 15px;
}

.blogpost p {
    line-height: 22px;
    margin-bottom: 14px;
    font-family: Arial;
    font-size: 14px;
    ;
    color: #4d4c4c;
}

p.date {
    font-family: Arial;
    font-size: 14px;
    ;
    color: #4d4c4c;
    line-height: 14px;
    margin-bottom: 5px;
}

.blogpost .redbutton {
    height: 26px;
    line-height: 26px;
    padding: 0px 13px;
    float: right;
    font-size: 14px;
    ;
}

.postslist li:last-child .blogpost {
    background: url(img/dottedline-last.png) bottom center repeat-x;
}

.imageh {
    float: left;
    margin-right: 14px;
    z-index: 99999;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;

    /* Safari */
    max-width: 255px;
}

.imageh:hover {
    background: url(img/bogpost-h.png);
}

.imageh img {
    position: relative;
    z-index: -2;
    margin-bottom: -3px;
}

.eye {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;

    /* Safari */
    width: 100px;
    height: 56px;
    background: url(img/sprite.png) 0px -54px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -28px;
    display: none;
}

.imageh:hover .eye {
    display: block;
}

.right_part {
    float: right;
    width: 280px;
}

.sidebar {
    padding: 15px;
    background: #f5f5f5;
    margin-bottom: 45px;
}

.ad_banner {
    margin-bottom: 20px;
}

.dashed_heading h3 {
    background: #f5f5f5;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    color: #363636;
    padding-right: 6px;
    line-height: 18px;
    margin-bottom: 2px;
}

.videotitle {
    font-family: Arial;
    font-size: 14px;
    ;
    color: #b92323;
    line-height: 16px;
    margin-bottom: 10px;
}

.video {
    margin-bottom: 22px;
}

.number {
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    float: left;
    margin-right: 6px;
    margin-bottom: 11px;
    font-family: "Arial Black";
    font-size: 24px;
    color: #b92323;
}

.poppost h4 {
    margin-bottom: 8px;
}

.poppost h4 a {}

.poppost h4,
.poppost h4 a {
    line-height: 15px;
    font-family: Arial;
    font-size: 14px;
    ;
    color: #787878;
}

.poppost {
    overflow: hidden;
    border-bottom: 1px dotted #c4c4c4;
    margin-bottom: 11px;
}

.poppost h4 a:hover {
    color: #b92323;
}

.poppost:hover h4 a {
    color: #b92323;
}

.popularposts ul li:last-child .poppost {
    border-bottom: 0px none;
    margin-bottom: 0px;
}

.poppost h4.oneline {
    margin-top: 6px;
}

#primary_menu_mobile,
.small_menu_top_mob {
    display: none;
}

.mc_error_msg,
.mc_success_msg {
    font-size: 14px;
    ;
    line-height: 22px;
}

.innerpage {
    padding-top: 40px;
    overflow: hidden;
}

.dotted_heading h1 {
    font-family: Roboto;
    font-size: 26px;
    color: #363636;
    font-weight: 300;
    margin-bottom: 7px;
    line-height: 28px;
    padding-right: 10px;
    float: left;
    background: #fff;
}

.dotted_heading_2 {
    margin-bottom: 0px;
}

p.vendloc {
    font-family: Arial;
    font-size: 14px;
    ;
    color: #b92323;
    line-height: 11px;
    margin-bottom: 19px;
    margin-top: -4px;
}

.vend_im {
    float: right;
    max-width: 45%;
    margin-bottom: 30px;
    margin-left: 15px;
}

.vendor_content {
    margin-bottom: 8px;
}

.vendor_content p,
.left_part .vendor_content ul li {
    font-size: 16px;
    line-height: 1.7;
}

.redbuttoncont {
    float: right;
    padding-left: 14px;
    background: #fff;
}

.redbuttoncont .redbutton {
    font-size: 14px;
    ;
    height: 26px;
    line-height: 26px;
    padding: 0px 13px;
}

.vend_serv_area {
    padding-top: 11px;
    padding-bottom: 15px;
}

.service_box {
    margin-bottom: 6px;
}

.serv_title {
    background-color: #edf0f2;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    border: solid 1px #d7d8da;
    background-image: -webkit-linear-gradient(top, rgba(226, 230, 233, 0.7), rgba(241, 243, 242, 0.7));
    background-image: -moz-linear-gradient(top, rgba(226, 230, 233, 0.7), rgba(241, 243, 242, 0.7));
    background-image: -o-linear-gradient(top, rgba(226, 230, 233, 0.7), rgba(241, 243, 242, 0.7));
    background-image: -ms-linear-gradient(top, rgba(226, 230, 233, 0.7), rgba(241, 243, 242, 0.7));
    background-image: linear-gradient(to bottom, rgba(226, 230, 233, 0.7), rgba(241, 243, 242, 0.7));
    position: relative;
    padding: 13px 37px 12px 17px;
    cursor: pointer;
}

.serv_title:hover {
    background-color: #edf0f2;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    border: solid 1px #d7d8da;
    background-image: -webkit-linear-gradient(bottom, rgba(226, 230, 233, 0.7), rgba(241, 243, 242, 0.7));
    background-image: -moz-linear-gradient(bottom, rgba(226, 230, 233, 0.7), rgba(241, 243, 242, 0.7));
    background-image: -o-linear-gradient(bottom, rgba(226, 230, 233, 0.7), rgba(241, 243, 242, 0.7));
    background-image: -ms-linear-gradient(bottom, rgba(226, 230, 233, 0.7), rgba(241, 243, 242, 0.7));
    background-image: linear-gradient(to top, rgba(226, 230, 233, 0.7), rgba(241, 243, 242, 0.7));
}

.serv_title h2 {
    line-height: 22px;
    margin-bottom: 0px;
    font-size: 16px;
    color: #787878;
    font-weight: normal;
    line-height: 18px;
}

.plus {
    position: absolute;
    display: block;
    width: 17px;
    height: 17px;
    top: 15px;
    right: 14px;
    background: url(img/sprite.png) -310px 0px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;

    /* Safari */
}

.service_box.open .plus {
    background: url(img/sprite.png) -310px -20px;
}

.service_text {
    background: #f5f5f5;
    padding: 23px 30px 20px 25px;
    margin: 0px 10px;
    display: none;
}

.service_box.open .serv_title {
    background-color: #b92323;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    border: solid 1px #b11a1a;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
}

.service_box.open .serv_title:hover {
    background-color: #b92323;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    border: solid 1px #b11a1a;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
}

.service_box.open .serv_title h2 {
    color: #fff;
}

.service_text img {
    margin-right: 10px;
    margin-bottom: 15px;
}

.service_text p {
    line-height: 1.7;
    font-size: 16px;
}

.service_text h3 {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #4d4c4c;
    background: none;
    display: block;
    float: none;
    line-height: 20px;
    margin-bottom: 6px;
}

.service_text ul {
    margin-top: 15px;
    padding-left: 60px;
}

.left_part .service_text ul li {
    color: #4D4C4C;
    font-family: Arial;
    font-size: 16px;
    line-height: 1.7;
    padding-left: 11px;
    margin-bottom: 0;
    background: url(img/list.png) left center no-repeat;
    list-style: none !important;
}

.vendorsidebar h2 {
    margin-bottom: 15px;
    margin-top: 10px;
}

.vendorsidebar h4 {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #b92323;
    line-height: 14px;
    margin-bottom: 2px;
}

.vendorsidebar p {
    line-height: 20px;
    margin-bottom: 12px;
    font-family: Arial;
    font-size: 14px;
    ;
    color: #4d4c4c;
}

.vendorsidebar p a {
    color: #4d4c4c;
}

.vendorsidebar p a:hover {
    color: #b92323;
}

.sm_soc {
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 6px;
    margin-top: 14px;
}

.soc_fb {
    background: url(img/sprite.png) -340px 0px;
}

.soc_tw {
    background: url(img/sprite.png) -375px 0px;
}

.soc_in {
    background: url(img/sprite.png) -410px 0px;
}

.soc_fb:hover {
    background: url(img/sprite.png) -340px -30px;
}

.soc_tw:hover {
    background: url(img/sprite.png) -375px -30px;
}

.soc_in:hover {
    background: url(img/sprite.png) -410px -30px;
}

.con_info {
    margin-bottom: 27px;
}

.dashed_heading_bt {
    margin-bottom: 14px;
}

.dashed_heading_bt_2 {
    margin-bottom: 45px;
}

.dashed_heading_blanc {
    height: 12px;
    margin-bottom: 25px;
}

.customers_box {
    margin-bottom: 20px;
}

.customers_box ul,
.block ul {
    padding-left: 17px;
    margin-top: 12px;
}

.customers_box ul li a,
.block ul li {
    color: #4D4C4C;
    font-family: Arial;
    font-size: 14px;
    ;
    line-height: 22px;
    padding-left: 11px;
    margin-bottom: 0;
    background: url(img/list.png) left center no-repeat;
    list-style: none !important;
}

.block ul li {
    background: url(img/list.png) left top 10px no-repeat;
}

.customers_box ul li a:hover {
    color: #b92323;
    background: url(img/list-h.png) left center no-repeat;
}

.files_box h4 {
    margin-bottom: 14px;
}

.files_box ul li {
    color: #4D4C4C;
    font-family: Arial;
    font-size: 14px;
    ;
    line-height: 34px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #c4c4c4;
}

.files_box ul li a {
    color: #4D4C4C;
    font-family: Arial;
    font-size: 14px;
    ;
}

.files_box ul li a:hover {
    color: #b92323;
}

.fileim {
    display: block;
    float: left;
    margin-right: 9px;
    width: 36px;
    height: 37px;
    background: url(img/sprite.png) -464px 0px;
    margin-left: 2px;
}

.files_box ul li:last-child {
    border-bottom: 0px none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.categpage .dotted_heading {
    margin-bottom: 25px;
}

.categ_box p {
    margin-bottom: 25px;
}

.categ_box {
    overflow: hidden;
}

.categpage .vend_im {
    margin-bottom: 5px;
}

p.nr_res {
    margin-top: -15px;
    color: #a9a9a9;
    margin-bottom: 18px;
}

.vendorgreybox {
    background: #f5f5f5;
    margin-bottom: 20px;
    padding: 15px;
}

p.servp {
    line-height: 20px;
    float: left;
    max-width: 75%;
}

a.redbuttonasd {
    float: right;
}

h2.smaller {
    font-size: 14px;
    ;
    color: #4d4c4c;
    line-height: 18px;
    margin-bottom: 0px;
    margin-top: 5px;
}

p.servp span {
    width: 67%;
    display: block;
}

.vendorgreybox .slide_ri p {
    margin-bottom: 5px;
}

.vendorgreybox .slide_ri .redbutton {
    margin-top: 6px;
}

.vendorgreybox .slide_le img {
    border: 0px none;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

.vendimagecont {
    width: 100%;
    height: 100%;
    min-height: 130px;
    max-height: 130px;
    border: 1px solid #dcdcdc;
    text-align: center;
    background: #fff;
    position: relative;
}

.vendimagecont img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.toppagination .prevpag {
    right: 23px;
}

.prevpag {
    background: url(img/sprite.png) -38px 0px no-repeat;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

.wp-pagenavi li:first-child a {
    border-left: 1px solid #eeeeee;
}

.toppagination .nextpag {
    right: 0px;
}

.nextpag {
    border-right: 1px solid #eeeeee;
    background: url(img/sprite.png) -16px -20px no-repeat;
}

.prevpag:hover {
    background: url(img/sprite.png) -16px 0px no-repeat;
}

.nextpag:hover {
    background: url(img/sprite.png) -38px -20px no-repeat;
}

.toppagination .pag {
    top: 7px;
    position: absolute;
}

.pag {
    display: block;
    width: 22px;
    height: 20px;
    text-align: center;
    color: #d8d8d8;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
    border-right: 1px solid #eeeeee;
}

.pag:hover,
.current {
    color: #b92323;
}

.toppagination {
    background: #fff;
    width: 50px;
    height: 20px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.bottompagination {
    float: right;
    margin-bottom: 45px;
    margin-top: -5px;
    position: relative;
    z-index: 999999;
}

.bottompagination ul li {
    float: left;
}

.dashed_heading-mag-top {
    margin-top: 10px;
}

.no-bg {
    background: none;
}

.blog_post {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.blog_post h2,
.blog_post h2 a {
    color: #b92323;
}

.blog_post h2 a:hover {
    color: #363636;
}

.blogim p {
    margin-bottom: 15px;
}

.blog_post p.date {
    color: #a9a9a9;
    margin-bottom: 15px;
}

.blogim {
    max-width: 45%;
    min-width: 45%;
    height: auto;
    float: left;
    margin-right: 18px;
    margin-bottom: 18px;
}

.blog_post .redbutton {
    float: right;
    position: absolute;
    right: 0px;
    bottom: 55px;
    height: 26px;
    line-height: 26px;
    padding: 0px 16px;
    font-size: 14px;
    ;
}

.bottompagination2 {
    margin-top: -25px;
}

.sidebarblog .customers_box ul li a {
    background: none;
    padding-left: 0px;
}

.block img {
    float: right;
}

.how ul {
    margin: 15px 20px;
}

.how h2 {
    color: #b92323;
    font-size: 18px;
}

.good {
    margin-bottom: 10px;
    float: left;
    margin-right: 3px;
    max-width: 110px;
}

.goodbox {
    overflow: hidden;
}

.ab {
    margin-bottom: 10px;
    float: left;
    margin-right: 7px;
    max-width: 132px;
}

.redh {
    text-align: center;
    margin-bottom: 20px;
}

.redh h3 {
    float: none;
    font-size: 24px;
    display: inline-block;
    padding-left: 6px;
    color: #b92323;
}

input[type=text],
input[type=password],
textarea,
input[type=email] {
    width: 94%;
    margin-bottom: 8px;
    background: #fff;
    border: 1px solid #d0d0d0;
    font-weight: 300;
    font-family: Roboto;
    font-size: 14px;

    /*color: #bbb;*/
    color: #353535;
    padding-left: 5%;
    padding-top: 8px;
    padding-bottom: 7px;
    line-height: 16px;
    height: 16px;
    resize: none;
}

textarea {
    height: 105px;
}

input[type=text].capt {
    padding-left: 49%;
    width: 50%;
}

.capi {
    position: absolute;
    border-right: 1px solid #d0d0d0;
    top: 5px;
    left: 1px;
    z-index: 99;
}

input[type=text]:hover,
textarea:hover,
input[type=text]:focus,
textarea:focus,
input[type=email]:focus,
input[type=email]:hover {
    border: 1px solid #b92323;
}

.form {
    overflow: hidden;
    margin-bottom: 5px;
}

.form .redbutton {
    float: right;
    height: 26px;
    line-height: 26px;
    padding: 0px 12px;
    font-size: 14px;
    ;
}

.form2 {
    margin-top: 28px;
    max-width: 465px;
}

.form2 input[type=text],
.form2 textarea,
.form2 input[type=email] {
    width: 73%;
    float: right;
}

.row {
    overflow: hidden;
    padding-left: 38px;
    font-family: Arial, Helvetica, sans-serif;
    color: #b92323;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
}

.row .fl-ri {
    float: right;
    width: 79%;
}

input[type=text].capt2 {
    float: left;
    width: 90px;
    padding-left: 5px;
    margin-left: 2px;
    height: 10px;
    line-height: 10px;
}

.address {
    float: left;
    width: 44%;
    margin-right: 1%;
}

.addr {
    float: left;
    width: 20px;
    height: 35px;
    color: #b92323;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

.reed {
    color: #b92323;
    font-size: 14px;
    font-weight: bold;
}

.mailto {
    color: #4d4c4c;
}

.mailto:hover {
    color: #b92323;
}

.form3 {
    width: 50%;
}

.form3 input[type=text] {
    width: 55%;
}

.form3 input[type=text],
.form3 textarea {
    padding-left: 3%;
}

.form3 .redbutton {
    position: relative;
    bottom: 0px;
    float: left;
}

.comment_le {
    float: left;
    width: 75px;
}

.comments {
    margin-bottom: 10px;
    overflow: hidden;
}

.comment {
    overflow: hidden;
    margin-bottom: 10px;
}

.comment_le img {
    margin-left: 15px;
}

.comment_ri {
    max-width: 490px;
    float: right;
    margin-right: 115px;
}

.comment_pop {
    padding: 16px;
    position: relative;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 17px;
    margin-bottom: 8px;
    padding-top: 10px;
}

.comment_pop p b {
    font-weight: bold;
}

.popp {
    position: absolute;
    top: 22px;
    left: -18px;
}

.repl {
    float: right;
    color: #b92323;
    font-size: 14px;
    line-height: 16px;
}
.repl:hover {
    text-decoration: underline;
}
.sharer {
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
}

.blogpage_single .sharer {
    display: block;
}
.comment-reply-title,
.form-allowed-tags,
.comment-notes,
.form3 label,
.comment-meta,
.comment-author,
.replyhid,
.hid,
.extend {
    display: none;
}
.email span.wpcf7-not-valid-tip {
    left: 55px;
}
.lname span.wpcf7-not-valid-tip {
    left: 20px;
}
.message span.wpcf7-not-valid-tip {
    top: -8px;
    left: 28px;
}
.captcha span.wpcf7-not-valid-tip {
    top: -14px;
    left: -96px;
    line-height: 23px;
}
.formlisted .capi {
    padding-left: 10px;
    padding-right: 10px;
    max-height: 24px;
}
.formlisted span.wpcf7-not-valid-tip {
    top: -8px;
    left: 1px;
}
.formlisted .Comments span.wpcf7-not-valid-tip {
    top: -113px;
}
.formlisted .captcha-118 span.wpcf7-not-valid-tip {
    top: -6px;
}
/*.ajax-loader {
    width: auto !important;
}*/
.left_part ul li {
    color: #4D4C4C;
    font-family: Arial;
    font-size: 14px;
    ;
    line-height: 22px;
    margin-bottom: 0;
    list-style: disc inside none;
}

.left_part ul,
.left_part ol {
    margin-bottom: 10px;
}
.left_part ol li {
    color: #4D4C4C;
    font-family: Arial;
    font-size: 14px;
    ;
    line-height: 22px;
    margin-bottom: 0;
    list-style: decimal inside none;
}

ul.wp-pagenavi li,
ul.postslist li {
    list-style: none;
}

.vendor_content .OB_default {
    display: none !important;
}

.vendor_content #outbrain_widget_0 {
    display: none !important;
}

/* custom by marian */
@media (min-width: 768px) {
    .sub-menu li {
        float: none !important;
        display: block;
        z-index: 9990;
        width: 100%;
        background: #fff;
    }

    .sub-menu li a {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 9990;
        border-left: solid 1px #d7d8da;
        border-right: solid 1px #d7d8da !important;
    }
}
.primary_menu ul li ul li {
    position: relative;
}
.primary_menu .sub-menu {
    display: none;
    height: auto;
    position: absolute;
    width: 250px;
    /*width: 315px;*/
    border-bottom: solid 1px #d7d8da !important;
}
.primary_menu ul {
    overflow: visible;
    height: 49px;
    clear: both;
    border-right: 0px;
}
.primary_menu .menu>li:hover .sub-menu {
    display: block;
}

.primary_menu .menu>li>a {
    border-right: solid 1px #d7d8da !important;
}
.primary_menu .menu>li:hover .sub-menu {
    display: block;
    z-index: 10000;
}
.primary_menu .menu>li>a {
    border-right: solid 1px #d7d8da !important;
}
.primary_menu ul.menu li.megatypemenu:hover ul.sub-menu li {
    position: initial  ;
}
.primary_menu ul.menu>li.megatypemenu:hover ul.sub-menu  {
    display: flex;
    width: auto;
    left:auto;
    position: absolute;
	flex-direction: column;
}
.primary_menu ul.menu li.megatypemenu ul.sub-menu li {
    position: initial !important;
}

.open-menu-items .primary_menu ul.menu>li.megatypemenu ul.sub-menu  {
    /*display: flex;*/
    width: auto;
    left:auto;
    position: absolute;
    background: #ffffff;
    color: #000000;
}
.open-menu-items .primary_menu ul.menu>li.megatypemenu {
    /*background: #B92323;*/
    color: #3C3C3C;
}
.open-menu-items .primary_menu ul.menu>li.megatypemenu a {
    color: #3C3C3C;
}
.open-menu-items .primary_menu ul.menu>li.megatypemenu a:hover {
    color: #ffffff;
}
.open-menu-items .primary_menu ul.menu>li.megatypemenu a:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #3C3C3C;
}
.open-menu-items .primary_menu ul.menu>li.megatypemenu ul.sub-menu li a {
    background: #ffffff;
    color: #000000;
}
.open-menu-items .primary_menu ul.menu>li.megatypemenu ul.sub-menu li:hover a {
    background: #B92323;
    color: #ffffff;
}
.primary_menu ul.menu>li.megatypemenu:hover ul.sub-menu {
	
}
@media (min-width: 768px) {
    .menu-item-has-children>a {
        position: relative;
        padding-right: 25px !important;
    }
    .menu-item-has-children>a:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid black;
        right: 13px;
        top: 20px;
    }
    .sub-menu .menu-item-has-children>a:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        border-left: 4px solid #000000;
        border-right: 4px solid transparent;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        right: 13px;
        top: 20px;
    }
    .menu-item-has-children>a:hover:after {
        border-top: 4px solid white;
    }
    .sub-menu .menu-item-has-children>a:hover:after {
        border-top: 4px solid transparent;
    }
}

.menu_container_inner {
    border-top: 4px solid #b92323;
    border-bottom: 0px;
}

.top_line {
    background: #e8eaeb;
    height: 1px;
    display: inline-block;
    width: 500px;
}

.header_topmenu {
    width: 100%;
    overflow: hidden;
}

.top_header_menu {
    display: inline-block;
    float: right;
}

.top_header_ul li {
    display: inline-block;
    margin: 0 2.5px;
}

.top_header_ul li:first-child {
    margin-left: 0;
}

.top_header_ul li:last-child {
    margin-right: 0;
}

/* mod-02 */
.header_undertopmenu {
    width: 100%;
    /*margin: 9px 0 18px;*/
    margin: 10px 0;
    display: table;
}

.header_undertopmenu .logo {
    display: table-cell;
    vertical-align: middle;
}

.header_undertopmenu .ad_space {
    display: table-cell;
    vertical-align: middle;
    float: right;
    width: 600px;
    height: 80px;
    overflow: hidden;
}

.header_undertopmenu .ad_space a {
    display: none;
}

.header_undertopmenu .ad_space a.active {
    display: block;
}

.sidebar .search,
.sidebar .connect {
    margin-bottom: 20px;
}

.sidebar .title {
    background: url("img/slash-pattern.png") repeat;
    height: 18px;
}
.sidebar .title span {
    background-color: #f5f5f5;
    padding-right: 20px;
    color: #353535;
    font-weight: bold;
    font-size: 17px;
}
.sidebar .search_form {
    margin-top: 18px;
}

.search .search_form label {
    color: #cc2727;
    font-size: 14px;
    font-weight: bold;
    display: block;
}

.search .search_form input,
.search .search_form select {
    margin-top: 3px;
}

.search .search_form input.redbutton,
.connect .search_form input.redbutton {
    width: 50%;
    font-size: 14px;
    ;
    padding: 9px 40px;
    line-height: 12px;
    float: right;
}

.customSelect {
    /* This is the default class that is used */
    /* Put whatever custom styles you want here */
    background-color: #fff;

    /*color: #e0dbdb;*/
    color: #353535;
    width: 92.5%;
    margin-top: 3px;
    margin-bottom: 7px;
    padding: 5px;
    font-size: 14px;
    ;
    border: 1px solid #c9c9c9;
    height: 16px;
    line-height: 16px;
    padding-bottom: 7px;
    padding-left: 12.5px;
    padding-top: 8px;
}

.customSelect.customSelectHover {
    /* Styles for when the select box is hovered */
    transition: all 0.2s ease 0s;
    border: 1px solid #b92323;
}

.customSelect.customSelectOpen {
    /* Styles for when the select box is open */
}

.customSelect.customSelectFocus {
    /* Styles for when the select box is in focus */
    transition: all 0.2s ease 0s;
    border: 1px solid #b92323;
}

.customSelectInner {
    /* You can style the inner box too */
    width: 100% !important;
    background: url("img/select-arrow.png") no-repeat center right;
    background-position: 96% 50%;
}

.sidebar .rss-subscribe {
    margin-top: 18px;
    background-image: url("img/rss-icon.png");
    background-repeat: no-repeat;
    height: 1em;
}

.sidebar .rss-subscribe span {
    margin-left: 18px;
    font-size: 16px;
    font-family: "Arial";
    color: rgb(205, 39, 39);
}

.sidebar .social-icons {
    text-align: center;
    margin-top: 20px;
}

.sidebar .social-icons .sidebar-adjust {
    float: none;
    display: inline-block;
    opacity: 0.6;
}

.sidebar .social-icons .sidebar-adjust:hover {
    opacity: 1;
}

.sidebar .posts {
    margin-bottom: 20px;
}

.sidebar .posts .list {
    list-style: square outside none;
    padding-left: 14px;
    margin-top: 20px;
}

.sidebar .posts .list li a {
    color: #363636;
}

.sidebar .posts .list li {
    border-bottom: 1px dotted #c4c4c4;
    color: #363636;
    font-size: 14px;
    padding: 8px 0;
}

.sidebar .search a:hover,
.sidebar .connect a:hover,
.sidebar .posts li a:hover {
    color: #b92323;
}

/* single */
.blog_post .subscribe .form-area {
    text-align: center;
}

.blog_post .subscribe .form-area input[type=text] {
    width: 30%;
    margin: 0 8px;
}

.blog_post .subscribe .form-area .redbutton {
    float: none;
    position: initial;
    height: 32px;
    width: 150px;
}

.blog_post .form-area label {
    color: #cc2727;
    font-size: 20px;
    font-weight: bold;
}

.blog_post .subscribe .form-dash {
    margin: 25px 0;
}

.under-content .ads-container {
    margin-bottom: 55px;
}

.under-content .ad-space {
    width: 600px;
    height: 80px;
    overflow: hidden;
    margin: 0 auto;
}

.under-content .subscribe .bot-fix {
    margin-bottom: 32px;
}

.under-content .outbrain-wrapper {
    margin-bottom: 55px;
}

.blog_post .social-share {
    margin: 22px 0;
}

.publisher-anchor-color a {
    color: #57b3ff !important;
}

/* submit article form */
.article-form-wrapper .wpcf7 {
    margin-left: 20px;
    margin-right: 200px;
}

.wpcf7-form-control-wrap.attached-file {
    margin-bottom: 10px;
}

.wpcf7-form-control.wpcf7-file {
    border: 1px solid #D0D0D0;
    padding: 4px;
    box-sizing: border-box;
    display: block;
    width: 100%;
}

.article-form-wrapper label.attach-file {
    padding-top: 0;
}

.article-form-wrapper label {
    font-size: 14px;
    color: #cc2727;
    font-weight: bold;
    vertical-align: top;
    padding-top: 9px;
    display: inline-block;
    width: 25%;
    box-sizing: border-box;
}

.article-form-wrapper .wpcf7-form-control.wpcf7-captchar,
.article-form-wrapper .wpcf7-form-control.wpcf7-text {
    height: 20px;
}

.article-form-wrapper .wpcf7-form-control-wrap {
    display: inline-block;
    width: 75%;
    box-sizing: border-box;
}

.article-form-wrapper .wpcf7-form-control.wpcf7-submit.redbutton {
    height: 36px;
    line-height: 24px;
    padding: 0px 31px;
    float: right;
}

.article-form-wrapper .wpcf7-not-valid-tip {
    position: relative;
    top: 0;
    left: 0;
    border: none;
    background: none;
    width: auto;
    left: 0px;
    color: #cc2727;
    font-weight: 700;
}

.article-form-wrapper .email span.wpcf7-not-valid-tip,
.article-form-wrapper .captcha span.wpcf7-not-valid-tip {
    left: 0;
}

.article-form-wrapper .wpcf7-form-control-wrap.captcha {
    width: 25%;
}

.article-form-wrapper .captcha span.wpcf7-not-valid-tip {
    top: 0;
    white-space: nowrap;
}

.article-form-wrapper .wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha {
    display: inline-block;
    margin: 8px;
    vertical-align: top;
    display: inline-block;
}

.article-form-wrapper .wpcf7-form.invalid p {
    padding-bottom: 12px;
}

.article-form-wrapper .wpcf7-validation-errors {
    border: none;
    color: #cc2727;
    font-weight: 700;
}

/* header patches */
.primary_menu .menu .sub-menu li.menu-item-has-children .sub-menu li.menu-item-has-children>a:after ,
.primary_menu .menu .sub-menu li.menu-item-has-children .sub-menu li.menu-item-has-children a .sub-menu li.menu-item-has-children>a:after  {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-left: 4px solid black;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    right: 13px;
    top: 16px;
}
.primary_menu .menu .sub-menu li.menu-item-has-children:hover a:after {
   /* border-left: 4px solid #ffffff; */
}
.primary_menu .menu .sub-menu li a {
    height: 39px;
    line-height: 39px;
}
.header_topmenu .top_line {
    width: 530px;
}
.header_undertopmenu .logo img {
    /*width: 228px;*/
    width: 275px;
}
/* mod-01 */
.top_header_ul li a {
    height: 20px !important;
    line-height: 18px !important;
    padding: 0px 12px !important;
}

/* popup */
#contact-vendor {
    z-index: 99999;
}

.popup {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("img/1px.png");
    top: 0px;
    left: 0px;
    z-index: 9999999;
}

.popup .close {
    top: 32px;
    right: 36px;
    background-color: #ededed;
    border: 1px solid #ededed;
    border-radius: 16px;
    width: 29px;
    height: 29px;
    position: absolute;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 25px;
    font-weight: 700;
    z-index: 9999;
    cursor: pointer;
    font-family: Roboto;
}

.popup .form {
    position: relative;
    top: 5%;
    margin: 0 auto;
    width: 600px;

    /*height: 300px;*/
    background-color: #fff;
    overflow: visible;
}

.form .article-form-wrapper .wpcf7 {
    margin-left: 0px;
    margin-right: 0px;
}

.form .article-form-wrapper h2.title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 32px;
    line-height: 36px;
}

.form .article-form-wrapper {
    padding: 36px;
}

.form .wpcf7-form-control-wrap.page,
.form .wpcf7-form-control-wrap.vendor {
    display: none;
}

.connect .search_form .mc_custom_border_hdr {
    display: none;
}

.connect .search_form #mc_signup_form {
    background: none;
    padding: 0;
}

.connect .search_form #mc_mv_FNAME,
.connect .search_form #mc_mv_LNAME {
    display: none;
}

.connect .search_form #mc_mv_EMAIL {
    width: 94%;
    margin-bottom: 8px;
    background: none repeat scroll 0% 0% #FFF;
    border: 1px solid #D0D0D0;
    font-family: Roboto;
    font-size: 14px;
    ;

    /*color: #BBB;*/
    color: #353535;
    padding-left: 5%;
    padding-top: 8px;
    padding-bottom: 7px;
    line-height: 16px;
    height: 16px;
    resize: none;
}

/* responsive menu */
.btn-navbar {
    display: none;
    float: right;
    cursor: pointer;
    padding-top: 0px;
    clear: right;
    margin-top: 0px;
}

.menuimg {
    float: right;
    margin-right: 2px;
    display: block;
}

.btn-navbar .icon-bar {
    width: 28px;
    height: 4px;
    border-radius: 2px;
    background-color: #D0D2D3;
    margin: 4px;
}

nav.navigation_menu {
    /* width: 100%;
    padding: 0;
    clear: both; */
    display: none;
}

nav.navigation_menu ul {
    display: block !important;
    /* float: left;
    width: 90%;
 */
}

nav.navigation_menu ul li {
    /* float: left;
    display: inline-block;
    width: 100%;
    border-bottom: solid 1px #d7d8da;
    padding: 8px 0; */

    /*text-align: center;*/
}

nav.navigation_menu .active-menu {
    /*position: absolute;
    top: 0;
    right: -7px;*/
}

/* nav.navigation_menu ul li:first-child {
    padding-left: 0px;
}

nav.navigation_menu ul li:last-child {
    padding-right: 0px;
}

nav.navigation_menu ul li a {
    font-size: 15px;
    text-transform: uppercase;
    font-family: "ostrich", sans-serif;
    font-weight: 600;
    display: inline-block;
    color: #3c3c3c;
}

nav.navigation_menu ul li a:hover, nav.navigation_menu ul li.active_menu a {
    color: #b92323;
}

.navigation_menu .current-menu-item a {
    color: #b92323;
} */

/* responsive menu */
/* subscribe form */
.subscribe-form .mc_custom_border_hdr {
    display: none;
}

.subscribe-form #mc_signup_form {
    background-color: #fff;
}

.subscribe-form input.imptxtmail[type="text"],
.subscribe-form input.imptxtmail[type="email"] {
    background-color: #fff;

    /*width: 68%;*/
    width: 308px;
    margin-bottom: 8px;
    border: 1px solid #D0D0D0;
    font-family: Roboto;
    font-size: 14px;
    ;
    color: #353535;
    padding-left: 5%;
    padding-top: 8px;
    padding-bottom: 7px;
    line-height: 16px;
    height: 20px;
    resize: none;
}

.subscribe-form .mc_signup_submit {
    text-align: right;
    margin-right: 1px;
}

/* subscribe form */
/* subscribe on post pages */
.subscribe .mail-sub {
    display: none;
}

.form-area .error {
    display: none;
    color: red;
    margin-bottom: 18px;
}

.under-content .ob_org_header {
    margin-bottom: 24px;
}

/* glossary page */
.ln-letters a {
    font-size: 14px;
}

.semipedia-search .search {
    display: inline-block;
    width: 80%;
    box-sizing: border-box;
    height: 33px;
}

.semipedia-search .redbutton {
    height: 33px;
    line-height: 30px;
    padding: 0px 20px;
    font-size: 14px;
    ;
    width: 20%;
}

.semipedia-search {
    border-bottom: 1px dotted #EBEBEB;
    margin-bottom: 20px;
    padding: 14px 0;
}

.ln-letters a:hover,
.ln-letters a.ln-selected {
    background-color: #fff;
}

.ln-letters a:first-child {
    padding-left: 0;
}

.ln-letters a {
    border: none;
    text-decoration: underline;
    color: #353535;
}

.ln-letters a.ln-last {
    border-right: none;
}

.ln-letter-count {
    display: none !important;
}

.ln-letters a.ln-selected {
    color: #b92323;
}

div.wpcf7-response-output {
    margin: 2em 0 1em;
    padding: 0.2em 1em;
}

/* anysilicon forum */
.forum-anysilicon .bbp-header {
    padding: 15px 25px !important;
    background-color: #b72323 !important;
    color: #fff !important;
    border-radius: 1px;
    border-top: 1px solid #e03d3d !important;
    height: 64px;
    box-sizing: border-box;
}

.forum-anysilicon .bbp-header .bbp-forum-info,
.forum-anysilicon .bbp-header .bbp-forum-topic-count,
.forum-anysilicon .bbp-header .bbp-forum-reply-count,
.forum-anysilicon .bbp-header .bbp-forum-freshness,
.forum-anysilicon .bbp-header .bbp-topic-title,
.forum-anysilicon .bbp-header .bbp-topic-voice-count,
.forum-anysilicon .bbp-header .bbp-topic-reply-count,
.forum-anysilicon .bbp-header .bbp-topic-freshness,
.forum-anysilicon .bbp-header .bbp-reply-author {
    color: #fff !important;
    font-size: 16px;
    padding-top: 6px;
}

.forum-anysilicon .bbp-body .forum,
.forum-anysilicon .bbp-body .topic,
.forum-anysilicon .bbp-body .reply {
    padding: 33px 25px !important;
    border-bottom: none;
    border-top: none !important;
}

.forum-anysilicon .bbp-body .forum.odd,
.forum-anysilicon .bbp-body .topic.odd,
.forum-anysilicon .bbp-body .forum.even,
.forum-anysilicon .bbp-body .topic.even,
.forum-anysilicon .bbp-body .reply.odd,
.forum-anysilicon .bbp-body .reply.even,
.forum-anysilicon .bbp-reply-header,
.forum-anysilicon .bbp-footer {
    background-color: #f5f5f5 !important;
}

.forum-anysilicon .bbp-body .bbp-forum-title,
.forum-anysilicon .bbp-body .bbp-topic-title .bbp-topic-permalink {
    color: #b92323;
    font-size: 16px;
    font-weight: 600;
}

.forum-anysilicon .bbp-body .bbp-forum-content {
    color: #4d4c4c;
    font-size: 14px;
     !important;
    margin: 0px 0px 5px 0 !important;
}

.forum-anysilicon .divider {
    margin: -1px 25px 0;
    border-bottom: 1px dotted #c4c4c4;
    display: block;
    width: auto;
}

.forum-anysilicon .bbp-body .divider:last-child {
    display: none;
}

.forum-anysilicon .bbp-body .bbp-forum-freshness .container,
.forum-anysilicon .bbp-body .bbp-topic-freshness .container {
    float: left;
    width: 100%;
}

.forum-anysilicon .bbp-body .bbp-forum-topic-count,
.forum-anysilicon .bbp-body .bbp-forum-reply-count,
.forum-anysilicon .bbp-body .bbp-forum-freshness .container,
.forum-anysilicon .bbp-body .bbp-topic-voice-count,
.forum-anysilicon .bbp-body .bbp-topic-reply-count,
.forum-anysilicon .bbp-body .bbp-topic-freshness .container {
    color: #363636;
    padding: 11px;
    background-color: #dfe2e5 !important;
    box-sizing: border-box;
}

.forum-anysilicon .bbp-body .forum .bbp-forum-topic-count,
.forum-anysilicon .bbp-body .forum .bbp-forum-reply-count,
.forum-anysilicon .bbp-body .forum .bbp-forum-freshness,
.forum-anysilicon .bbp-body .topic .bbp-topic-voice-count,
.forum-anysilicon .bbp-body .topic .bbp-topic-reply-count,
.forum-anysilicon .bbp-body .topic .bbp-topic-freshness {
    border-left: 4px solid #f5f5f5;
    border-right: 4px solid #f5f5f5;
}

.forum-anysilicon .bbp-body .bbp-forum-topic-count,
.forum-anysilicon .bbp-body .bbp-forum-reply-count,
.forum-anysilicon .bbp-body .bbp-topic-voice-count,
.forum-anysilicon .bbp-body .bbp-topic-reply-count {
    font-size: 20px;
    font-weight: 600;
}

.forum-anysilicon .bbp-body .bbp-forum-freshness a,
.forum-anysilicon .bbp-body .bbp-topic-freshness a {
    font-size: 14px;
     !important;
    font-weight: 600;
    color: #363636;
}

.forum-anysilicon .bbp-body .container a {
    line-height: 11px;
    display: block;
    height: 22px;
}

.forum-anysilicon .bbp-forum-freshness .bbp-topic-meta .bbp-topic-freshness-author,
.forum-anysilicon .bbp-forum-freshness .bbp-topic-meta .bbp-topic-freshness-author .bbp-author-name,
.forum-anysilicon .bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author,
.forum-anysilicon .bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author .bbp-author-name {
    font-size: 14px !important;
    color: #b92323;
    font-weight: 700;
}

.forum-anysilicon .bbp-forums,
.forum-anysilicon .bbp-topics,
.forum-anysilicon .bbp-replies {
    border: none !important;
}

.forum-anysilicon #subscription-toggle {
    display: none !important;
}

.forum-anysilicon .bbp-header .custom-meta {
    width: 25%;
    float: left;
    text-align: right;
}

.forum-anysilicon .bbp-body .custom-meta {
    float: left;
    width: 25%;
    text-align: center;
}

.forum-anysilicon .custom-meta .new-topic {
    background-color: #f1f2f2;
    border-radius: 1px;
    border: 1px solid #d7d8da;
    padding: 7px 17px;
    font-size: 14px;
    ;
    color: #3c3c3c;
    font-weight: 600;
    cursor: pointer;
}

.forum-anysilicon .bbp-topic-title.custom-title {
    width: 75%;
    font-size: 16px;
}

.forum-anysilicon .bbp-header .bbp-topic-title.custom-title,
.forum-anysilicon .bbp-replies .bbp-header .bbp-reply-author,
.forum-anysilicon .bbp-replies .bbp-header .bbp-reply-content span {
    padding-top: 6px !important;
}

.forum-anysilicon .custom-meta .the-meta {
    display: block;
}

.forum-anysilicon .custom-meta .the-meta a {
    font-size: 14px;
    ;
    color: #a7a7a7;
}

.forum-anysilicon .custom-meta .bbp-topic-freshness-author {
    display: block;
    font-size: 16px;
    color: #b92323;
    font-weight: 600;
}

.forum-anysilicon .bbp-topic-title.custom-title .replies,
.forum-anysilicon .bbp-topic-title.custom-title .views {
    background-color: #e2e3e7;
    border-color: #e2e3e7;
    border-radius: 1px;
    color: #333;
    display: inline-block;
    width: 90px;
    text-align: center;
    padding: 4px 0;
    font-size: 11px;
    box-sizing: border-box;
    line-height: 11px;
    text-transform: uppercase;
}

.forum-anysilicon .bbp-topic-title.custom-title .views.rpl {
    background-color: #ca2626;
    border: 1px solid #b11a1a;
}

.forum-anysilicon .bbp-topic-title.custom-title .views.rpl a {
    color: #fff;
}

.forum-anysilicon .bbp-body .topic .excerpt {
    margin-bottom: 14px;
}

.forum-anysilicon .bbp-pagination {
    padding: 19px 25px;
    background-color: #f5f5f5;
    width: 100%;
    box-sizing: border-box;
}

.forum-anysilicon .bbp-pagination .bbp-pagination-count {
    color: #4d4c4c;
    font-size: 14px;
    ;
}

.forum-anysilicon .bbp-pagination .bbp-pagination-links .page-numbers {
    border: none;
    border-left: 1px solid #d2d2d2;
    background-color: #f5f5f5;
    color: #bbbbbb;
}

.forum-anysilicon .bbp-pagination .bbp-pagination-links .page-numbers.current {
    color: #b92323;
}

.forum-anysilicon .bbp-pagination .bbp-pagination-links .page-numbers.next {
    border-right: 1px solid #d2d2d2;
}

.forum-anysilicon .social-share {
    margin-bottom: 17px;
}

.forum-anysilicon .bbp-meta .bbp-reply-post-date {
    font-size: 14px;
    ;
    color: #a7a7a7;
}

.forum-anysilicon .bbp-header .bbp-reply-content {
    margin-left: 130px !important;
}

.forum-anysilicon .bbp-header .bbp-reply-content span {
    font-size: 16px;
}

.forum-anysilicon .bbp-replies .bbp-reply-content .new-topic {
    background-color: #F1F2F2;
    border-radius: 1px;
    border: 1px solid #D7D8DA;
    padding: 7px 17px;
    font-size: 14px;
    ;
    color: #3C3C3C;
    font-weight: 600;
    cursor: pointer;
    float: right;
}

.forum-anysilicon .bbp-replies .bbp-header .bbp-reply-content span {
    display: inline-block;
}

.forum-anysilicon .bbp-reply-header {
    border-top: none;
}

.forum-anysilicon .type-topic .bbp-reply-content,
.forum-anysilicon .type-reply .bbp-reply-content {
    padding: 0px 12px 12px 0px !important;
}

.forum-anysilicon .topic .bbp-reply-author .bbp-author-name,
.forum-anysilicon .reply .bbp-reply-author .bbp-author-name,
.forum-anysilicon .reply .bbp-reply-author,
.forum-anysilicon .topic .bbp-reply-author {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #b92323;
}

.forum-anysilicon .bbp-topic-form {
    /*display: none;*/
}

#debug-display-template-name {
    display: none;
}

.forum-anysilicon .bbp-reply-header {
    padding-left: 25px;
    padding-right: 25px;
}

.sidebar .posts .login-text {
    margin-top: 18px;
    font-weight: 600;
}

.forum-anysilicon .math-captcha-form {
    display: inline-block;
    width: 40%;
    float: left;
}

.forum-anysilicon .bbp-submit-wrapper {
    margin-top: 7px;
    float: right;
    clear: none;
}

.forum-anysilicon .quick-links {
    margin-bottom: 14px;
}

.forum-anysilicon .views a {
    color: #fff;
}

.forum-anysilicon .redbutton {
    font-size: 14px;
    ;
}

/* anysilicon forum */
/* account page */
.register-page {
    margin-top: 24px;
}

.register-page .col-50 {
    width: 50%;
    margin: 0 auto;
}

.register-page .col-50 label {
    color: #363636;
    font-size: 14px;
    ;
    margin-bottom: 6px;
    display: block;
    font-weight: 600;
}

.register-page .col-50 h1.title {
    color: #363636;
    font-size: 18px;
    margin-bottom: 10px;
}

.register-page .col-50 .captcha-check {
    float: right;
    width: 70%;
    box-sizing: border-box;
    height: 33px;
}

.register-page .col-50 .captcha-image {
    width: 30%;
    float: left;
    box-sizing: border-box;
}

.register-page .information {
    margin-top: 14px;
    font-size: 16px;
    font-weight: 600;
}

.register-page .redbutton {
    font-size: 14px;
    ;
    width: 100%;
}

.register-page .clear {
    clear: both;
}

/* account page */
.bx-wrapper .bx-controls-direction a {
    transition: none;
}

/* calculators */
.calculator {
    width: 100%;
    border: 1px solid #EEE;
    display: block;
    position: relative;
    clear: both;
    padding: 20px;
    margin: 20px 0;
    box-sizing: border-box;
}

.calculator .redbutton {
    position: relative;
    margin-bottom: 8px;
    right: auto;
    bottom: auto;
    cursor: pointer;
}

.calculator .submit-container {
    margin-bottom: 30px;
    padding-right: 2px;
}

.calculator label {
    width: 30%;
}

.calculator .wpcf7-form-control-wrap {
    width: 70%;
    position: relative;
}

.calculator .wpcf7-form-control-wrap .um {
    position: absolute;
    right: 12px;
    top: 10px;
    color: #A9A9A9;
}

.calculator .vertical {
    position: absolute;
    transform: rotate(-90deg);
    top: 52px;
    left: -42px;
    letter-spacing: 5px;
    color: #cc2727;
    z-index: 123;
}

.calculator .vertical.sort {
    left: -68px;
    top: 140px;
}

.calculator fieldset {
    border: 1px solid #EEE;
    padding: 14px;
    margin-bottom: 20px;
}

.calculator fieldset legend {
    color: #353535;
    font-weight: 700;
    padding: 0 8px;
}

.calculator input[disabled="disabled"] {
    background-color: #F5F5F5;
}

.padding-sec {
    padding-top: 35px;
    padding-bottom: 35px;
}

.sec_one {
    background-color: white;
}

.section {
    overflow: hidden;
    width: 100%;
    float: left;
}

.section h2 {
    color: #363636;
    text-align: center;
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 10px;
    font-size: 44px;
    line-height: 44px;
    font-style: italic;
}

.sec_five a img {
    float: left;
}

.sec_five a {
    max-width: 132px;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 15px;
}

.links_icos {
    margin-left: -2px;
    margin-right: -2px;
    text-align: center;
}

.section span {
    color: #727272;
    font-size: 23px;
    line-height: 23px;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}

.sec_five {
    background-image: url(img/pattern_two.jpg);
    background-repeat: repeat;
}

.sec_two {
    background-image: url(img/pattern_one.jpg);
    background-repeat: repeat;
}

.boxes {
    margin-left: -40px;
    margin-right: -40px;
}

.boxes>div {
    width: 33.33333%;
    float: left;
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
}

.boxes.top>div h3,
.boxes.top>div p {
    margin: 0 auto;
    display: block;
    color: white;
    background-color: transparent;
}

.boxes h3 {
    font-size: 24px;
    margin-bottom: 5px;
}

.boxes p {
    font-size: 16px;
}

.boxes img {
    margin-bottom: 20px;
}

.second_boxes div,
.boxes>div,
.boxes table,
.boxes td,
.boxes th,
.boxes tr {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sec_three table {
    float: left;
    width: 100%;
    margin-bottom: 55px;
}

.empty {
    background-color: #eaecf3 !important;
    border: 0px solid transparent !important;
}

.sec_three {
    background-color: #eaecf3;
}

.sec_three td a {
    display: block;
    color: #bf2424;
}

.sec_three td,
.sec_three th {
    width: 32%;
    height: 53px;
    vertical-align: middle;
    border-bottom: 1px solid #eaecf3;
    border-left: 1px solid #eaecf3;
    border-right: 1px solid #eaecf3;
    border-top: 1px solid #eaecf3;
}

.sec_three th+th,
.sec_three table+table th+th {
    font-size: 26px;
    font-weight: 700;
    color: white;
    background-color: #c6946a;
}

.sec_three tr:first-child+tr td {
    font-weight: 700;
}

.m50b {
    margin-bottom: 50px !important;
}

.sec_three a.redbutton {
    color: white;
    font-weight: 700;
    float: none;
    display: inline-block;
    font-size: 15px;
}

.sec_three tr+tr td:first-child {
    border-bottom: 1px solid #d9d9d9;
}

.sec_three tr td.noborder {
    border-bottom: 1px solid transparent !important;
}

.sec_three th+th+th,
.sec_three table+table+table th+th {
    background-color: #9884b2;
}

.sec_three th+th+th+th,
.sec_three table+table+table+table th+th {
    background-color: #95ac67;
}

.sec_three th+th+th+th+th,
.sec_three table+table+table+table+table th+th {
    background-color: #718fb2;
}

.sec_three td+td,
.sec_three table+table td+td {
    background-color: #fbcca4;
}

.sec_three td+td+td,
.sec_three table+table+table td+td {
    background-color: #ccc1da;
}

.sec_three td+td+td+td,
.sec_three table+table+table+table td+td {
    background-color: #c7d9a3;
}

.sec_three td+td+td+td+td,
.sec_three table+table+table+table+table td+td {
    background-color: #b9cde5;
}

.sec_three td+td,
.sec_three th+th {
    width: 17%;
    text-align: center;
}

.second_boxes.boxes {
    margin-left: -10px;
    margin-right: -10px;
}

.second_boxes>div>div {
    height: 190px;
    padding: 30px;
    background-color: #eaecf3;
    width: 100%;
}

.second_boxes>div>div>div {
    overflow: hidden;
    max-height: 140px;
}

.second_boxes>div {
    margin-bottom: 23px;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}

.second_boxes h4 {
    font-size: 21px;
    color: #363636;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 700;
}

.second_boxes p {
    font-size: 16px;
    color: #727272;
    text-align: left;
}

.sec_five+.footer {
    float: left;
    width: 100%;
}

.table_mobile {
    display: none;
}

.tabs_sidebar span.active:before {
    background-image: url(img/minus_sidebar.png);
}

.tabs_sidebar span:before {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(img/plus_sidebar.png);
}

/* calculators end */

.dashed_heading.dashed_heading_bt_2.margin_fix {
    margin-bottom: 15px;
}

.search.new .title {
    background: none;
}

.search.new .title span:first-child {
    border-right: 1px solid #d5d5d5;
}

.search.new .title span {
    padding-right: 5px;
    color: #DCE0E1;
    cursor: pointer;
}

.search.new .title span.active {
    color: #353535;
}

.search.new .search_form form {
    display: none;
}

.search.new .search_form form.active {
    display: block;
}

.sidebar .search.new .cores,
.sidebar .search.new .vendors {
    color: #C5C7C7;
}

.sidebar .search.new .cores.active,
.sidebar .search.new .vendors.active {
    color: #353535;
}

.popup .col-50 {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.popup .col-50.yes {
    padding-right: 28px;
}

.popup .col-50.no {
    padding-left: 28px;
}

.popup .col-50.yes p,
.popup .col-50.no p {
    font-size: 14px;
    ;
    font-weight: 700;
    color: #fff;
    line-height: 24px;
}

.popup .col-50.yes h5,
.popup .col-50.no h5 {
    text-align: center;
    margin-bottom: 4px;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 90px;
}

.popup .col-50.yes p {
    color: #7a4e03;
    text-align: center;
}

.popup .col-50.yes a h5 {
    text-shadow: 0px 0px 1px #7a4e03;
    color: #7a4e03;
}

.popup .col-50.yes a,
.popup .col-50.no a {
    display: block;
    border: 1px solid #eee;
    padding: 18px;
    border-radius: 5px;
}

.popup .col-50.yes a {
    border-color: #ceac4c;
    background: #ffef00;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZWYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmFjMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffef00 0%, #ffac00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffef00), color-stop(100%, #ffac00));
    background: -webkit-linear-gradient(top, #ffef00 0%, #ffac00 100%);
    background: -o-linear-gradient(top, #ffef00 0%, #ffac00 100%);
    background: -ms-linear-gradient(top, #ffef00 0%, #ffac00 100%);
    background: linear-gradient(to bottom, #ffef00 0%, #ffac00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffef00', endColorstr='#ffac00', GradientType=0);
}

.popup .col-50.no a {
    border-color: #8b2327;
    background: #fa0000;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ODAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fa0000 0%, #880000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fa0000), color-stop(100%, #880000));
    background: -webkit-linear-gradient(top, #fa0000 0%, #880000 100%);
    background: -o-linear-gradient(top, #fa0000 0%, #880000 100%);
    background: -ms-linear-gradient(top, #fa0000 0%, #880000 100%);
    background: linear-gradient(to bottom, #fa0000 0%, #880000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa0000', endColorstr='#880000', GradientType=0);
}

.popup.exit .form {
    width: 600px;
    padding: 40px;
    box-sizing: border-box;
}

.popup.exit .article-form-wrapper {
    padding: 0;
}

.popup.exit .button-container {
    padding: 0 9px;
    background-color: #fff;
}

.popup.exit .article-form-wrapper .secured {
    text-align: center;
    margin-bottom: 18px;
    font-weight: 700;
}

.popup.exit .article-form-wrapper .title {
    margin-bottom: 24px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #363636;
    line-height: 35px;
    font-family: "Arial";
    text-transform: none;
}

.popup.exit .article-form-wrapper .subtitle {
    margin-bottom: 6px;
    text-align: center;
    font-size: 38px;
    font-weight: 400;
    color: #363636;
    font-family: "Arial";
    text-transform: uppercase;
}

/* Custom Sharing Buttons */
.custom-share-buttons {
    margin: 22px 0px;
}

.custom-share-buttons .social-button {
    display: inline-block;
    height: 20px;
    width: 57px;
    vertical-align: middle;
    background-image: url("img/social-share-buttons.png");
    cursor: pointer;
}

.custom-share-buttons .social-button.linkedin {
    background-position: 0 0;
}

.custom-share-buttons .social-button.facebook {
    background-position: -58px 0;
}

.custom-share-buttons .social-button.twitter {
    background-position: -116px 0;
}

.custom-share-buttons .counter:before {
    content: " ";
    position: absolute;
    left: -6px;
    top: -1px;
    box-sizing: border-box;
    width: 6px;
    height: 20px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAUCAYAAACu0kzYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNpi+P//PwM6XrluO3bBO/ce/WdiQAMvXr5hUFaUZcSQgAGqSDBiSqzduPs/BwcbhANz5sz5q/6v2bDzP4zPcunqzf8HDp9m0NNWY3CwNWMkaDlOo1CCY82GXf9BCkBsFKOC/V0Zf/z4hcuO/9QLEhwSEuIiDHfvP8aMQRBevmbbf4AAAwDlkIJuNwpT4gAAAABJRU5ErkJggg==") no-repeat left center;
}

.custom-share-buttons .counter {
    box-sizing: border-box;
    position: relative;
    border: 1px solid #9197a3;
    border-left: none;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    ;
    margin-left: 8px;
    padding: 3px 4px 0;
}

/* search page new */
.search-page-wrapper .left_part {
    width: calc(100% - 300px);
    margin: 0;
    box-sizing: border-box;
}

@media (max-width: 795px) {
    .search-page-wrapper .left_part {
        width: 100%;
    }
}

.search-page-wrapper .left_part .slide_inner {
    padding-left: 0;
    padding-right: 0;
}

.search-page-wrapper .full-search-bar {
    margin-bottom: 14px;
}

.search-page-wrapper .full-search-bar .input-wrapper input:focus,
.search-page-wrapper .full-search-bar .input-wrapper input:hover {
    border: 1px solid #D0D0D0 !important;
}

.search-page-wrapper .full-search-bar .input-wrapper input {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0 10px;
    height: 34px;
}

.search-page-wrapper .full-search-bar .input-wrapper {
    box-sizing: border-box;
    width: 40%;
    float: left;
}

.search-page-wrapper .full-search-bar .button-wrap,
.search-page-wrapper .full-search-bar .custom-select {
    float: left;
    box-sizing: border-box;
    width: 20%;
    position: relative;
}

.search-page-wrapper .full-search-bar .custom-select:after {
    content: " ";
    position: absolute;
    background: url("img/select-arrow.png") no-repeat;
    width: 8px;
    height: 4px;
    top: 50%;
    margin-top: -2px;
    right: 8px;
}

.search-page-wrapper .full-search-bar .custom-select select {
    display: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #D0D0D0;
    border-left: none;
    width: 100%;
    height: 34px;
    padding-left: 10px;
    padding-right: 17px;
}

.search-page-wrapper .full-search-bar .custom-select select.active {
    display: inline-block;
}

.search-page-wrapper .full-search-bar .button-wrap button {
    box-shadow: none;
    height: 34px;
    width: 100%;
}

#search-form button {
    cursor: pointer;
}

.hp-posts {
    margin: 0 -12px;
}

.hp-posts .col-50 {
    width: 50%;
    box-sizing: border-box;
    float: left;
    padding: 0px 12px;
    margin-bottom: 38px;
}

.hp-posts .title.border {
    border-top: 4px solid #191919;
    padding-top: 10px;
}

.hp-posts .title {
    color: #b92323;
    font-size: 20px;
    margin-bottom: 12px;
}

.hp-posts .col-50 .box-recent-article {
    border-bottom: 1px solid #191919;
    margin-bottom: 16px;
}

.hp-posts .col-50 .box-recent-article .img-wrap {
    /*max-height: 152px;*/
    max-height: 200px;
    overflow: hidden;
    margin-bottom: 12px;
    width: 100%;
}

.hp-posts .col-50 .box-recent-article .img-wrap a {
    position: relative;
    display: block;
}

.hp-posts .col-50 .box .img {
    position: relative;
}

.hp-posts .col-50 .box-recent-article .img-wrap:hover a .eye {
    display: block;
}

.hp-posts .col-50 .box-recent-article .img-wrap:hover a:before,
.hp-posts .col-50 .box .img:hover a:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.hp-posts .col-50 .box-recent-article img {
    width: 100%;
    height: auto;
}

.hp-posts .col-50 .box-recent-article .title {
    font-size: 18px;
}

.hp-posts .col-50 .box-recent-article .title a {
    color: #363636;
    display: block;
    font-size: 18px;
    line-height: 22px;
}

.hp-posts .box .title a {
    font-size: 16px;
    color: #363636;
}

.hp-posts .col-50 .box-recent-article .title a:hover,
.hp-posts .box .title a:hover {
    color: #b92323;
}

.hp-posts .col-50 .box img {
    width: 80px;
    height: auto;
}

.hp-posts .col-50 .box .img {
    float: left;
    margin-right: 10px;
}

.hp-posts .box .title {
    font-size: 16px;
    margin: auto 0px;
}

.hp-posts .col-50 .box {
    margin-bottom: 12px;
    display: inline-flex;
}

.categ_box.vend_cat_page {
    overflow: hidden;
    line-height: 22px;
    margin-bottom: 12px;
}

.big_image_bg.new-search .search_grey_box {
    left: auto;
    top: auto;
    /* margin: 0px auto; */
    width: 620px;
    position: relative;
}

.big_image_bg.new-search .search_grey_box .search-page-wrapper.homepage .redbutton {
    position: relative;
    top: 0;
    right: 0 !important;
    padding-bottom: 0;
}

.content_area.new.search-page-wrapper {
    margin-bottom: 24px;
}

.content_area.new.search-page-wrapper .vendorgreybox .redbutton {
    font-size: 14px;
}

span.filter {
    padding: 0 12px;
}

#glossaryList li {
    display: inline-block;
    width: 50%;
}

.mailchimp-new .mc_merge_var {
    position: relative;
}

.mailchimp-new .mc_merge_var:hover .cimg {
    border-right: 1px solid #b92323;
}

.mailchimp-new .cinpt:focus {
    border: 1px solid rgb(208, 208, 208);
}

.mailchimp-new .cimg {
    position: absolute;
    left: 0px;
    top: 0px;
    box-sizing: border-box;
    border-right: 1px solid rgb(208, 208, 208);
    height: 33px;
    width: 70px;
}

.mailchimp-new .cinpt {
    padding-left: 80px;
    box-sizing: border-box;
    height: 33px;
    width: 100% !important;
}

.captcha-wrap {
    position: relative;
    display: inline-block;
}

.captcha-wrap img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 33px;
    border-right: 1px solid #D0D0D0;
}

.captcha-wrap input {
    display: inline-block;
    padding-left: 80px;
    box-sizing: border-box;
    height: 33px;
    width: 100% !important;
    margin: 0 !important;
}

#twitter-button .counter {
    display: none;
}

.redbutton.extra {
    height: 36px;
    line-height: 36px;
    padding: 0px 31px;
    float: right;
}

.click_here {
    display: block;
    width: 100%;
    text-align: right;
    color: #363636;
    font-size: 14px;

}
/*
.new_subscribe .mail-sub{
  display: block;
}
*/

.new_subscribe .mail-sub h4 {
    display: none;
}

.new_subscribe #mc_signup_form {
    background-color: transparent !important;
}

.new_subscribe #mc_signup_form .mc_merge_var,
.new_subscribe .mc_signup_submit {
    display: none !important;
}

.click_here b {
    font-weight: 700;
    text-decoration: underline;
}

.linkedin_btn {
    text-align: center;
}

.linkedin_btn img {
    width: 100%;
    max-width: 324px;
    float: none;
    display: inline-block;
}

.half {
    width: 56%;
    float: left;
}

.half+.half {
    width: 40%;
}

.blog_post .subscribe .form-area input[type=text] {
    width: 80%;
    margin-bottom: 6px;
}

.content_forms input.redbutton {
    position: relative !important;
    bottom: 0 !important;
}

.NA .ob_container_recs A {
    display: inline-block;
    vertical-align: top;
}

.NA .ob_container_recs {
    text-align: center;
}

/* Search tabs */

.homepage .search-tabs {
    margin-bottom: 20px;
}

.search-tabs .st-nav {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.search-tabs .st-nav li {
    float: left;
    padding: 13px 17.7px;
    background: #201f23;
    border-top: 3px solid transparent;
}

.search-tabs .st-nav .active {
    background: #343439;
    border-top: 3px solid #b92323;
}

.search-tabs .st-nav a {
    color: #fff;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
}

.search-tabs .st-tab {
    background: #343439;
    padding: 23px 4% 26px 4%;
    width: 608px;
    max-width: 100%;
    display: none;
    box-sizing: border-box;
}

.search-tabs .st-tab.active {
    display: block;
}

.search-tabs .st-tab p {
    color: #bdc0c0;
    font-size: 14px;
    margin-bottom: 12px;
}

.search-tabs .st-tab form {
    overflow: hidden;
}

.search-tabs .st-tab input[type="search"] {
    background: #fff;
    width: 74%;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #353535;
    margin-right: 2%;
    padding-left: 23px;
    display: block;
    float: left;
    -webkit-appearance: none;
}

.search-tabs .st-tab input[type="submit"],
.search-tabs #send-rfq a {
    background: #cc2727;
    width: 24%;
    height: 34px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border: none;
    display: block;
    float: left;
    background-color: #b92323;
    border: solid 1px #b11a1a;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
}

.search-tabs .st-tab input[type="submit"]:hover,
.search-tabs #send-rfq a:hover {
    background-color: #b92323;
    border: solid 1px #b11a1a;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    cursor: pointer;
}

.search-tabs #send-rfq a {
    float: right;
    display: block;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 34px;
}

.search-tabs #send-rfq p {
    overflow: hidden;
    line-height: 34px;
}

#vendor-in-sidebar261 {
    display: none;
}

.search.new .search_form form {
    display: block;
}

.half-form-title {
    display: none;
}

.sidebar .search_form.search_form_two {
    margin-top: 0;
}

.search_form_two .half-form-heading {
    font-size: 18px;
    margin-bottom: 10px;
}

.search_form_two form:first-child {
    margin-bottom: 18px;
}

#send-rfq p:first-child {
    margin-bottom: 14px;
}

.calculator-fa label {
    width: 29%;
}

.calculator-fa input[type="number"] {
    width: 94%;
    margin-bottom: 8px;
    background: #fff;
    border: 1px solid #d0d0d0;
    font-weight: 300;
    font-family: Roboto;
    font-size: 14px;
    color: #353535;
    padding-left: 5%;
    padding-top: 8px;
    padding-bottom: 7px;
    line-height: 16px;
    height: 16px;
    resize: none;
    -moz-appearance: textfield;
}

.calculator-fa input[type="number"]::-webkit-inner-spin-button,
.calculator-fa input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

@media only screen and (min-width: 990px) {
    .hp-posts .col-50 .box-recent-article .img-wrap {
        height: 200px;
    }
}

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

    .half,
    .half+.half {
        width: 50%;
    }

    .captcha-wrap {
        width: 90%;
        margin-bottom: 8px;
        padding-left: 8px;
        box-sizing: border-box;
    }

    .captcha-wrap img {
        position: absolute;
        left: 8px;
        top: 0px;
        width: 70px;
        height: 33px;
        border-right: 1px solid #D0D0D0;
    }

    /* header */
    .header_undertopmenu {
        width: 100%;
        margin: 18px 0 18px;
    }

    .header_undertopmenu .logo {
        display: block;
        text-align: center;
    }

    .header_undertopmenu .ad_space {
        display: block;
        float: none;
        width: 600px;
        height: 80px;
        overflow: hidden;
        margin: 14px auto 0;
    }

    .header_topmenu .top_line {
        width: 366px;
    }

    .top_header_menu {
        display: inline-block;
        float: right;
    }

    .article-form-wrapper .wpcf7 {
        margin: 0px;
    }

    .comment_ri {
        margin-right: 0px;
        max-width: 405px;
    }

    .address {
        width: 100%;
    }
    .single-page-width .container,
    .container {
        width: 786px;
    }
    .single-page-width .left_part,
    .left_part {
        width: 480px;
    }

    .slide_le {
        width: 180px;
    }

    .slide_ri {
        width: 250px;
    }

    .imageh {
        margin-bottom: 60px;
    }

    .footer_row_1 {
        padding-top: 7px;
        width: 154px;
    }

    .footer_row_3 {
        width: 190px;
    }

    .primary_menu ul li a {
        padding: 0px 10px;
        font-size: 14px;
        ;
    }

    .blog_post .redbutton {
        float: right;
        position: relative;
        margin-bottom: 10px;
        bottom: 0px;
    }

    .blogim {
        margin-bottom: 10px;
    }

    p.servp {
        max-width: 65%;
    }

    .blog_post .subscribe .form-area input[type=text] {
        width: 50%;
    }

    .subscribe-form input.imptxtmail[type="text"] {
        width: 320px;
    }

    .hp-posts .col-50 {
        width: 100%;
    }

    .hp-posts .col-50 .box-recent-article .img-wrap {
        width: auto;
        max-height: initial;
        display: inline-block;
    }

    .hp-posts .col-50 .box-recent-article img {
        width: auto;
        max-width: 100%;
    }

    .half,
    .half+.half {
        width: 100%;
    }

    .half+.half {
        margin-top: 10px;
    }
}

@media (max-width: 1080px) {
    .single-page-width .container,
    .container {
        width: 90%;
    }
}

@media (max-width: 800px) {
    .search-tabs .st-nav li {
        width: 14.28%;
        box-sizing: border-box;
        height: 61px;
    }
}

@media only screen and (max-width: 795px) {
    .captcha-wrap {
        width: 95%;
        margin-bottom: 8px;
        box-sizing: border-box;
    }

    .captcha-wrap img {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 70px;
        height: 33px;
        border-right: 1px solid #D0D0D0;
    }

    .big_image_bg.new-search .search_grey_box {
        width: 100%;
    }

    .table_mobile {
        display: block;
        width: 100%;
    }

    .table_mobile th {
        font-size: 18px !important;
    }

    .table_mobile .table_mobile .redbutton {
        box-sizing: border-box;
        width: 100%;
    }

    .table_mobile td,
    th {
        widows: 50% !important;
    }

    .table_desktop {
        display: none;
    }

    /* header */
    .header_undertopmenu {
        width: 100%;
        margin: 18px 0 18px;
    }

    .header_undertopmenu .logo {
        display: block;
        text-align: center;
    }

    .header_undertopmenu .ad_space {
        display: block;
        float: none;
        width: 480px;
        height: 80px;
        overflow: hidden;
        margin: 14px auto 0;
    }

    .header_topmenu .top_line {
        display: none;
    }

    .top_header_menu {
        display: block;
        float: none;
        text-align: center;
    }

    .customSelect {
        width: 95.75%;
    }

    .connect .search_form #mc_mv_EMAIL,
    .sidebar input[type=text] {
        width: 94.5%;
    }

    .redbuttoncont {
        padding-right: 28px;
    }

    .boxes>div {
        width: 100%;
        margin-bottom: 20px;
    }
    .single-page-width .container,
    .container {
        width: 480px;
    }

    .small_menu_top {
        display: none;
    }

    .logo_area_top {
        float: none;
        text-align: center;
    }

    .right_area_top {
        text-align: center;
        float: none;
        margin-top: 20px;
    }

    .popup .form {
        width: 480px;
    }

    .primary_menu {
        display: none;
    }

    /* responsive menu */
    .menu_container_inner {
        background: #e2e3e7;
        height: 46px;
        padding-top: 6px;
    }

    nav.navigation_menu {
        display: block;
    }

    .btn-navbar {
        display: block;
    }

    /* responsive menu */
    /*#primary_menu_mobile{
    }

    .primary_menu ul {
        background: url("img/menu-bg.jpg") repeat scroll center top transparent;}

    .primary_menu ul li{
    float:none;}

    .primary_menu ul li a{
    display:block;}

    .primary_menu ul li a{
     border-left: 1px solid #D7D8DA;
     font-size:15px;
     text-align:center;}*/

    .search_grey_box {
        width: 100%;
        left: 5px;
    }

    .search_grey_box h1 {
        font-size: 22px;
        line-height: 30px;
    }

    .searchimp {}
    .single-page-width .left_part,
    .left_part,
    .right_part {
        width: 100%;
        float: none;
    }

    .ad_banner {
        text-align: center;
    }

    .poppost h4 {
        margin-top: 6px;
    }

    .footer_row {
        width: 44%;
        margin-right: 6%;
        margin-bottom: 10px;
    }

    .dotted_heading h1 {
        max-width: 83%;
    }

    .blog_post .subscribe .form-area input[type=text] {
        width: 90%;
        margin: 8px;
    }

    .under-content .ad-space {
        width: 100%;
    }

    .blog_post .subscribe .form-area .redbutton {
        width: 459px;
    }

    .vendorgreybox .slide_inner .redbutton,
    #menu-top_header_menu li a {
        width: 86% !important;
    }

    .article-form-wrapper .wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha {
        width: auto;
    }

    .subscribe-form input.imptxtmail[type="text"] {
        width: 322px;
    }

    .search-tabs .st-nav li {
        padding: 13px 10px;
    }

    .search-tabs .st-tab {
        width: 100%;
    }
}

@media only screen and (max-width: 505px) {
    .big_image_bg.new-search {
        height: 345px !important;
    }

    .popup.exit .form {
        width: 100%;
    }

    .popup .col-50.no,
    .popup .col-50.yes {
        padding: 0;
    }

    .popup .col-50 {
        width: 100%;
        padding: 4px !important;
    }

    .sec_three a.redbutton {
        float: none;
        box-sizing: border-box;
        height: auto;
        line-height: 14px;
        padding: 9px 0px;
    }

    .sec_three td+td,
    .sec_three th+th {
        width: 25%;
    }

    /* header */
    .header_undertopmenu {
        width: 100%;
        margin: 18px 0 18px;
    }

    .header_undertopmenu .logo {
        display: block;
        text-align: center;
    }

    .header_undertopmenu .ad_space {
        display: block;
        float: none;
        width: 320px;
        height: 80px;
        overflow: hidden;
        margin: 14px auto 0;
    }

    .header_topmenu .top_line {
        display: none;
    }

    .top_header_menu {
        display: block;
        float: none;
        text-align: center;
    }

    .top_header_ul li {
        display: block;
    }

    .redbutton,
    #menu-top_header_menu li a {
        width: 100%;
    }

    .customSelect {
        width: 93.5%;
    }

    .sidebar input[type=text] {
        /*width: 94.5%;*/
    }

    .blogim {
        max-width: none;
        width: 100%;
        float: none;
    }

    .search_grey_box h1 {
        /*font-size:36px;
        line-height:36px;*/
        font-size: 20px;
        line-height: 28px;
    }

    .search_grey_box {
        top: 25px;
    }

    .big_image_bg {
        height: 245px !important;
        background: #19191c !important;
    }

    input[type="text"].searchimp {
        margin-bottom: 36px;
    }

    .search_grey_box .redbutton {
        top: 43px;
        right: -6px !important;
        width: 310px;
    }

    .slide_ri .redbutton {
        padding: 0;
    }

    .small_menu_top ul li a {
        margin-bottom: 5px;
        margin-top: 10px;
        margin-right: 0px;
    }
    .single-page-width .container,
    .container {
        width: 320px;
    }

    .search_area_top {
        float: none;
    }

    .search_area_top .imptxt {
        width: 95%;
    }

    .small_menu_top_mob,
    .small_menu_top ul li {
        float: none;
    }

    .small_menu_top ul li a {
        text-align: center;
        float: none;
        display: block;
    }

    .slide_le {
        float: none;
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }

    .slide_le img {}

    .slide_ri {
        float: none;
        width: 100%;
    }

    .imageh {
        float: none;
        margin: 0 auto 20px;
    }

    .footer_row {
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%;
        text-align: center;
    }

    .mob_cen {
        width: 160px;
        float: none;
        margin: 0px auto;
    }

    .social {
        margin: 0px 6px;
    }

    .searchdiv {
        width: 95%;
    }

    input[type="text"].searchimp {
        font-size: 14px;
        ;
    }

    .search_grey_box .redbutton {
        right: -2px;
    }

    .vend_im {
        margin-left: 0px;
        float: none;
        text-align: center;
        max-width: 100%;
    }

    .service_text img {
        width: 100%;
        height: auto;
        margin-right: 0px;
    }

    .service_text ul {
        padding-left: 0px;
    }

    .blogpage .dotted_heading h1 {
        max-width: 100%;
    }

    .genpage img {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .vendimagecont img {}

    .good,
    .ab {
        max-width: none;
        width: 48%;
    }

    .ab {
        max-width: none;
        width: 47%;
    }

    img.capi,
    img.capi2 {
        width: auto;
    }

    .capt {
        text-align: right;
    }

    .row {
        padding-left: 0px;
    }

    .form2 input[type="text"],
    .form2 textarea,
    .form2 input[type=email] {
        width: 60%;
    }

    input.capt2[type="text"] {
        width: 60px;
    }

    .row .fl-ri {
        width: 66%;
    }

    .form3 {
        width: 100%;
    }

    .comment_ri {
        max-width: 240px;
    }

    p.servp {
        max-width: 100%;
        margin-bottom: 8px;
    }

    .popup .form {
        width: 320px;
        top: 1%;
    }

    .popup .close {
        top: 10px;
    }

    .article-form-wrapper .wpcf7-form-control-wrap {
        width: 100%;
    }

    .popup .form textarea {
        width: 93%;
    }

    .popup .form .redbutton {
        float: none !important;
    }

    .form .article-form-wrapper h2.title {
        font-size: 26px;
        text-align: left;
    }

    .form .article-form-wrapper {
        padding: 16px;
    }

    .blog_post .subscribe .form-area input[type=text] {
        width: 262px;
        margin: 8px;
    }

    .under-content .ad-space {
        width: 100%;
    }

    .blog_post .subscribe .form-area .redbutton {
        width: 279px;
    }

    .article-form-wrapper label {
        width: 100%;
    }

    .subscribe-form input.imptxtmail[type="text"] {
        width: 292px;
    }

    .search_grey_box .searchdiv {
        width: 100%;
    }

    .new-search .container {
        width: 100%;
    }

    .search-tabs .st-tab {
        width: 100%;
        box-sizing: border-box;
    }

    .search-tabs .st-nav a {
        font-size: 14px;
    }

    .big_image_bg.new-search .search_grey_box {
        padding: 0 15px;
        box-sizing: border-box;
    }

    .search-tabs .st-nav {
        background: #201f23;
    }
}

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

    .search-page-wrapper .input-wrapper,
    .search-page-wrapper .custom-select,
    .search-page-wrapper .button-wrap {
        width: 100% !important;
    }

    .search-page-wrapper .full-search-bar .input-wrapper input {
        border-bottom: none;
    }

    .search-page-wrapper .full-search-bar .custom-select select.active {
        border-left: 1px solid #D0D0D0;
        border-bottom: 1px solid #D0D0D0;
    }

    #sub-categories-wrapper select {
        border-top: none;
    }

    .search-tabs .st-nav li {
        width: auto;
        height: auto;
    }
}

@media (max-width: 420px) {
    .search_grey_box h1 {
        font-size: 19px;
    }

    .search-tabs .st-nav li {
        padding: 8px 8px;
    }

    .homepage .search-tabs {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 345px) {
    .container {
        width: 95%;
    }

    .header_undertopmenu .ad_space {
        width: 95%;
        height: 80px;
        overflow: hidden;
        margin: 14px auto 0;
    }

    input[type="text"].searchimp {
        font-size: 14px;
        ;
    }

    .alignright,
    img.alignright {
        margin-left: 0;
    }

    .search_grey_box .redbutton {
        width: 286px;
    }

    .blogpost .redbutton {
        float: none;
    }

    .blog_post .subscribe .form-area input[type=text] {
        width: 262px;
        margin: 8px;
    }

    .under-content .ad-space {
        width: 100%;
    }

    .blog_post .subscribe .form-area .redbutton {
        width: 279px;
    }

    .subscribe-form input.imptxtmail[type="text"] {
        width: 276px;
    }
}

.results-ad img {
    width: 100%;
}

.sec_three table span {
    font-size: 14px;
}

.pricing-note p {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}

.pricing-note {
    font-size: 14px;
}

.pricing-note li {
    margin-bottom: 5px;
    list-style-type: lower-alpha;
    list-style-position: inside;
}

.error,
.status {
    color: #ef002c;
    font-size: 14px;
}

.status.green {
    color: #a7cf79;
}

.ctcc-left-side {
    font-size: 14px;
    ;
}

button#catapultCookie {
    font-size: 14px;
     !important;
    padding: 3px 7px !important;
}

/* 27/08/2019 */
.wpcf7 {
    overflow: hidden !important;
}

.wpcf7 .wpcf7 {
    margin: 0 !important;
}

.article-form-wrapper .mailchimp-subsc .wpcf7-form-control-wrap {
    width: auto !important;
}

.fullwidth {
    display: block;
    overflow: hidden;
}

.mc_signup_submit {
    overflow: hidden;
}

/* .wpcf7 .ajax-loader, */
.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-not-valid {
    border: 1px solid red !important;
}

.wpcf7 input[type="text"]:hover,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:hover,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="password"]:hover,
.wpcf7 input[type="password"]:focus,
.wpcf7 input[type="search"]:hover,
.wpcf7 input[type="search"]:focus,
.wpcf7 input[type="tel"]:hover,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="url"]:hover,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="number"]:hover,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="date"]:hover,
.wpcf7 input[type="date"]:focus,
.wpcf7 input[type="time"]:hover,
.wpcf7 input[type="time"]:focus,
.wpcf7 input[type="datetime"]:hover,
.wpcf7 input[type="datetime"]:focus,
.wpcf7 input[type="datetime-local"]:hover,
.wpcf7 input[type="datetime-local"]:focus,
.wpcf7 input[type="week"]:hover,
.wpcf7 input[type="week"]:focus,
.wpcf7 input[type="month"]:hover,
.wpcf7 input[type="month"]:focus,
.wpcf7 textarea:hover,
.wpcf7 textarea:focus,
.wpcf7 select:hover,
.wpcf7 select:focus,
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus {
    outline: 0 !important;
    transition: all 0.3s ease;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus {
    outline: 0 !important;
    transition: all 0.3s ease;
}

/* Other Fields */
.wpcf7-validates-as-required {
    /*all required fields*/

}

select option {
    /*select option*/

}

input[type="file"] {
    /*file field*/

}

/* #END */

div.wpcf7-response-output {
    margin: 25px 0 0;
    padding: 0;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
    text-align: center;
    border: 0 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    color: red;
}

div.wpcf7-mail-sent-ok {
    color: green;
}

.hp-posts {
    overflow: hidden;
}

.blog_post .date {
    display: none;
}

.blog_post h2 {
    padding-bottom: 15px;
}

#wp-admin-bar-enable-jquery-migrate-helper {
    display: none !important;
}

.scroll .header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    width: 100%;
}

.scroll .content_area {
    margin-top: 53px;
}

.primary_menu ul li.highlight>a {
    color: #fff;
    background-color: #b11a1a;
}

@media (min-width: 781px) {
    .highlight.menu-item-has-children>a:after {
        border-top: 4px solid #fff;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}

.vendor-ad-mobile {
    display: none !important;
}

.graphical-element {
    text-align: center;
}

.graphical-element .red,
.graphical-element .red a {
    color: #b11a1a;
}

.graphical-element .red a:hover {
    text-decoration: underline;
}

.graphical-element img {
    width: 120px;
    max-width: 100%;
    max-height: 120px;

}

.graphical-element .red {
    font-size: 15px;
    margin-top: 10px;
    line-height: 1.25;
    font-weight: 600;
}

.footer-linked-in,
.footer-partner-us {
    display: none;
}

.footer-linked-in a {
    display: flex;
    color: #fff;
    font-size: 14px;
    ;
    line-height: 1.5;
    margin-top: 15px;
    align-items: center;
}

.footer-linked-in span {
    background: #fff;
    display: inline-block;
    height: 25px;
    width: 25px;
    flex: 0 1 19px;
    min-width: 25px;
    border-radius: 4px;
}

.footer-linked-in img {
    display: inline;
    margin: 0;
    width: 30px;
}

.vendorgreybox-shortcode h2 {
    padding: 0;
}

.vendorgreybox-shortcode .slide_le {
    margin-bottom: 12px;
}

.vendorgreybox-shortcode .slide_ri {
    float: none;
    display: block;
    width: 100%;
}

.vendorgreybox-shortcode h2.smaller {
    color: #4d4c4c;
}

.vendorgreybox-shortcode .redbutton {
    font-size: 14px !important;
}

.vendorgreybox-shortcode p b {
    font-weight: 400 !important;
}

.vendorgreybox-shortcode .redbutton {
    position: static !important;
    height: 32px;
}

.vendorgreybox-shortcode .slide_inner {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767px) {
    .vendor-ad-desktop {
        display: none !important;
    }

    .vendor-ad-mobile {
        display: block !important;
    }

    .footer_menu ul li a {
        color: #fff;
    }

    .footer .mob_cen,
    .footer_row_2,
    .footer_row_3,
    .footer_row_4 {
        display: none;
    }

    .footer-linked-in {
        display: block;
    }

    .footer-partner-us {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 25px;
        background: #fff;
        width: 125px;
        margin-left: auto;
        margin-right: auto;
        color: #000;
        padding: 5px 10px;
        font-size: 14px;
    }

    .footer-partner-us img {
        margin: 0 10px 0 0;
    }

    .footer-partner-us img {
        width: 20px;
        height: auto;
    }
}

.vc-asic-new .innerpage {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 78px;
    overflow: visible;
}

.vc-asic-new .innerpage .asic-left {
    width: 55%;
    max-width: 55%;
    flex-basis: 55%;
}

.vc-asic-new .innerpage .asic-right {
    width: 40%;
    max-width: 40%;
    flex-basis: 40%;
    background-color: #f0f0f0;
    border-radius: 12px;
    padding: 30px;
}

.vc-asic-new .innerpage .asic-left h1 {
    font-weight: 300;
    font-size: 30px;
    line-height: 1.3;
    color: #363636;
    margin-top: 0;
    margin-bottom: 25px;
    font-family: 'Roboto', sans-serif;
}

.vc-asic-new .innerpage .asic-left p {
    margin-top: 0;
    margin-bottom: 80px;
    font-family: Arial, sans-serif;
    color: #363636;
    font-size: 20px;
    line-height: 1.5;
}

.vc-asic-new .innerpage .asic-left .asic-highlights {
    margin-bottom: 115px;
}

.vc-asic-new .innerpage .asic-left .asic-highlights p {
    margin-bottom: 20px;
}

.vc-asic-new .innerpage .asic-left .asic-highlights h2 {
    margin-top: 0;
    margin-bottom: 17px;
    font-family: Arial;
    font-size: 18px;
    line-height: 1.66;
    font-weight: 700;
    color: #B11A1A;
}

.vc-asic-new .innerpage .asic-left .asic-trust {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.vc-asic-new .innerpage .asic-left .asic-trust li {
    width: 21%;
    flex-basis: 21%;
    max-width: 21%;
}

.vc-asic-new .innerpage .asic-left .asic-trust li img {
    margin-bottom: 18px;
    width: 100%;
}

.vc-asic-new .innerpage .asic-left .asic-trust li span {
    display: block;
    font-family: Arial;
    font-size: 18px;
    line-height: 1.66;
    color: #363636;
    white-space: nowrap;
    margin-left: -100%;
    margin-right: -100%;
    text-align: center;
}

.vc-asic-new .container {
    width: 1004px;
    max-width: 100%;
}

.vc-asic-new .innerpage .asic-left .asic-highlights .ah-item {
    margin-bottom: 35px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 15px 40px 15px 43px;
}

.vc-asic-new .innerpage .asic-left .asic-highlights .ah-item .circle {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: -18px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.vc-asic-new .innerpage .asic-left .asic-highlights .ah-item .circle:after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 22px;
    height: 150%;
    right: -3px;
    z-index: 1;
}

.vc-asic-new .innerpage .asic-left .asic-highlights .ah-item .circle .ic {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #B11A1A;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 50%;
    margin-left: -12px;
    z-index: 2;
}

.vc-asic-new .innerpage .asic-left .asic-highlights .ah-item .desc {
    font-size: 16px;
    line-height: 1.875;
    color: #363636;
    font-family: Arial;
}

.vc-asic-new .innerpage .asic-right h2 {
    font-family: 'Roboto', sans-serif;
    color: #B11A1A;
    font-size: 24px;
    line-height: 1.33;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 500;
}

.vc-asic-new .innerpage .asic-right p {
    font-size: 14px;
    line-height: 1.7;
    color: #363636;
    font-family: Arial;
    margin-top: 0;
    margin-bottom: 21px;
}

.vc-asic-new .innerpage .asic-right .form-row {
    margin-bottom: 18px;
}

.vc-asic-new .innerpage .asic-right .form-row input[type="text"],
.vc-asic-new .innerpage .asic-right .form-row input[type="email"],
.vc-asic-new .innerpage .asic-right .form-row input[type="number"] {
    display: block;
    height: 49px;
    line-height: 49px;
    background-color: #fff;
    border-radius: 6px;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    font-size: 16px;
    font-family: Arial;
    color: #707070;
}

.vc-asic-new .innerpage .asic-right .form-row select {
    display: block;
    height: 49px;
    line-height: 49px;
    background-color: #fff;
    border-radius: 6px;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    font-size: 16px;
    font-family: Arial;
    color: #707070;
    background-image: url(img/svg/asic-arrow.svg);
    background-position: 96% center;
    background-repeat: no-repeat;
    position: relative;
}

.vc-asic-new .innerpage .asic-right .form-row select option span {
    color: #B11A1A;
}

.vc-asic-new .innerpage .asic-right .form-row textarea {
    display: block;
    height: 133px;
    background-color: #fff;
    border-radius: 6px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 18px;
    padding-bottom: 18px;
    margin: 0;
    width: 100%;
    border: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    font-size: 16px;
    font-family: Arial;
    color: #7A7A7A;
    line-height: 1.5;
}

.vc-asic-new .innerpage .asic-right input[type="submit"] {
    display: block;
    width: 100%;
    height: 49px;
    line-height: 49px;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    background-color: #B11A1A;
    font-size: 16px;
    font-family: Arial;
    line-height: 1.5;
    text-transform: uppercase;
    border: none;
    margin-top: 25px;
    -webkit-appearance: none;
}

.vc-asic-new .innerpage .asic-right form p {
    font-size: 16px;
    font-family: Arial;
    line-height: 1.5;
    color: #363636;
}

.vc-asic-new .innerpage .asic-right form p span {
    color: #B11A1A;
}

.vc-asic-new .innerpage .asic-right ::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
}

.vc-asic-new .innerpage .asic-right :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.vc-asic-new .innerpage .asic-right ::placeholder {
    color: #fff;
}


.vc-asic-new .innerpage .asic-right textarea::-webkit-input-placeholder {
    /* Edge */
    color: #7A7A7A;
}

.vc-asic-new .innerpage .asic-right textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #7A7A7A;
}

.vc-asic-new .innerpage .asic-right textarea::placeholder {
    color: #7A7A7A;
}

/* Chrome, Safari, Edge, Opera */
.vc-asic-new .innerpage .asic-right input::-webkit-outer-spin-button,
.vc-asic-new .innerpage .asic-right input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.vc-asic-new .innerpage .asic-right input[type=number] {
    -moz-appearance: textfield;
}

.vc-asic-new .innerpage .asic-right .with-star {
    font-size: 16px;
    font-family: Arial;
    color: #707070;
    position: absolute;
    z-index: 1;
    top: 17px;
    left: 25px;
    display: block;
    width: 280px;
}

.vc-asic-new .innerpage .asic-right .with-star:after {
    content: '*';
    color: #B11A1A;
}

.vc-asic-new .innerpage .asic-right .application-type:after {
    content: '*';
    color: #B11A1A;
    position: absolute;
    top: 15px;
    left: 136px;
}

.vc-asic-new .innerpage .asic-right .application-type.gray:after {
    display: none;
}

.vc-asic-new .innerpage .asic-right .process-node:after {
    content: '*';
    color: #B11A1A;
    position: absolute;
    top: 15px;
    left: 121px;
}

.vc-asic-new .innerpage .asic-right .process-node.gray:after {
    display: none;
}

.hide-my-email span.wpcf7-list-item {
    margin-left: 0;
    position: relative;
    top: 1px;
}

.hide-my-email {
    margin-bottom: 10px !important;
    font-size: 16px;
    line-height: 1.7;
    color: #363636;
    font-family: Arial;
}

.hide-my-email .wpcf7-list-item-label {
    display: none;
}

@media (max-width: 1024px) {
    .vc-asic-new .container {
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
        box-sizing: border-box;
    }

    .vc-asic-new .container * {
        box-sizing: border-box;
    }

    .vc-asic-new .innerpage {
        padding-top: 40px;
    }

    html,
    body {
        overflow-x: hidden;
    }
}

@media (max-width: 767px) {
    .vc-asic-new .innerpage {
        flex-direction: column;
    }

    .vc-asic-new .innerpage .asic-left {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
        margin-bottom: 50px;
    }

    .vc-asic-new .innerpage .asic-right {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
    }

    .vc-asic-new .innerpage .asic-left p {
        margin-bottom: 40px;
    }

    .vc-asic-new .innerpage .asic-left .asic-highlights {
        margin-bottom: 50px;
    }

    .vc-asic-new .innerpage .asic-right {
        padding: 20px;
    }
}

@media only screen and (max-width: 505px) {
    .vc-asic-new .innerpage .asic-left h1 {
        font-size: 23px;
    }
    .vc-asic-new .innerpage .asic-left p {
        font-size: 18px;
    }
    .vc-asic-new .innerpage .asic-left .asic-trust {
        flex-direction: column;
    }

    .vc-asic-new .innerpage .asic-left .asic-trust li {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 45px;
    }

    .vc-asic-new .innerpage .asic-left .asic-trust li img {
        width: 150px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .vc-asic-new .innerpage .asic-left .asic-trust li:last-child {
        margin-bottom: 0;
    }
}

.search-cta-vendor {
    border: 1px solid #000;
    margin-bottom: 20px;
    padding: 15px;
    overflow: hidden;
}

.search-cta-vendor p {
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    color: #363636;
    line-height: 20px;
    margin-bottom: 15px;
}

.search-cta-vendor p+p {
    text-align: center;
}

.search-cta-vendor input[type="submit"] {
    font-size: 14px;
    line-height: 32px;
    background-color: #cd2727;
    border: solid 1px #b11a1a;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .1), rgba(255, 255, 255, .1));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .1), rgba(255, 255, 255, .1));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .1), rgba(255, 255, 255, .1));
    background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, .1), rgba(255, 255, 255, .1));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .1), rgba(255, 255, 255, .1));
    height: 32px;
    padding: 0px 19px;
    text-align: center;
    font-family: Roboto;
    color: #fff;
    display: inline-block;
    font-weight: 300;
    width: 71px;
}

.search-cta-vendor input[type="email"] {
    display: inline-block;
    margin-right: 20px;
    padding-left: 8px;
    padding-right: 8px;
    width: 180px;
}

.search-cta-vendor .scv-wrap {
    text-align: right;
}

.search-cta-vendor .status {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    color: #363636;
    line-height: 18px;
    margin-bottom: 0;
    display: none;
}

.search-cta-vendor input[type="text"] {
    display: none;
}

.vendorgreybox .redbutton {
    font-size: 14px;
    line-height: 31px;
}

div {
    box-sizing: border-box;
}

.footer_row_1 img {
    width: auto;
    height: auto;
}

.row-fx {
    font-size: 0;
    line-height: normal;
    clear: both;
    zoom: 1;
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.row-fx:before,
.row-fx:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table;
}

.row-fx:after {
    clear: both;
}

.row-fx .footer_row {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-right: 0;
    float: left;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
}

.redbutton,
#menu-top_header_menu li a,
.included-sidebar .sidebar .search .search_form input.redbutton {
    font-size: 14px;
}

p.nr_res {
    font-size: 14px;
}

.sidebar .posts .list li {
    line-height: 1.4em;
}

span.bbp-admin-links a {
    font-size: 14px;
    ;
}

#bbpress-forums div.bbp-forum-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role,
#bbpress-forums div.bbp-topic-author .bbp-author-role {
    font-size: 14px;
    ;
}

span.bbp-author-ip {
    font-size: 14px;
    ;
}

div.bbp-template-notice li,
div.bbp-template-notice p {
    font-size: 14px;
    ;
}

@media (max-width: 795px) {

    .row-fx .footer_row {
        width: 100%;
    }

    .footer .mob_cen,
    .footer_row_2,
    .footer_row_3,
    .footer_row_4 {
        display: none !important
    }

    .sidebar .posts .list li {
        line-height: 1.4em;
    }

    .header_undertopmenu .ad_space2 {
        width: auto;
        height: auto;
    }

    .header_undertopmenu .ad_space2 img {
        width: auto;
        height: auto;
    }

    .search-page-wrapper .left_part {
        width: 100%;
    }


}

@media (max-width: 505px) {

    .included-sidebar .sidebar .search .search_form input.redbutton {
        width: 100%;
    }
}



/* page page_outbound  */


/*flex*/
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.flex-row {
    -webkit-flex-direction: row;
    flex-direction: row;
}

.row-reverse {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-content-end {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
}

.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.align-self-center {
    -ms-flex-item-align: center;
    align-self: center;
}

.flex-center {
    align-items: center;
}

.justify-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-justify-center {
    justify-content: center;
}

.flex-bottom {
    align-items: flex-end;
}

.page_outbound .row-fx>[class*="col_"] {
    display: inline-block;
    vertical-align: top;
    /* float: left; */
    font-size: 1.4rem;
    padding-left: 15px;
    padding-right: 15px;
}

.page_outbound .col_33 {
    width: 33.33%;
}

.page_outbound .col_50 {
    width: 50%;
}

.page_outbound {
    padding-top: 100px;
    display: inline-block;
    width: 100%;
}

.page_outbound .section {
    padding: 20px 0 70px 0;
}


.page_outbound .general_content {
    width: 100%;
    display: inline-block;
}

.page_outbound .general_content h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #363636;
}

.page_outbound .general_content h2 {
    font-style: normal;
    line-height: 1em;
    font-size: 48px;
    margin-bottom: 25px;
}

.page_outbound .general_content h3 {
    font-style: normal;
    line-height: 1em;
    font-size: 40px;
    margin-bottom: 25px;
}


.page_outbound .general_content p,
.page_outbound .general_content li {
    line-height: 1.6em;

}

.page_outbound .general_content span {
    display: contents;
    width: auto;
    font-size: inherit;
    font-weight: inherit;
}

.page_outbound .general_content p *,
.page_outbound .general_content li * {
    line-height: inherit;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}


.page_outbound .general_content p,
.page_outbound .general_content li {
    font-size: 14px;
}

.page_outbound .general_content iframe {
    margin: 10px auto;
    display: block;
}

.page_outbound .section_one .general_content p {
    font-size: 20px;
}

.page_outbound .section_one .wrap-button {
    padding-top: 30px;
    text-align: center;
}

.page_outbound .section_one .wrap-button a {

    font-size: 16px;
    line-height: 30px;
    padding: 6px 50px;

}

.page_outbound .container-large {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.page_outbound .section_there .general_content {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.page_outbound .section_there .box {
    text-align: center;
}


.page_outbound .section_there .box .title {
    /*color: #000;*/
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.page_outbound .section_there .box .wrap-step {
    padding: 30px;
    background-color: #fafafa;
    height: 100%;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
}
.page_outbound .section-four .box_item .wrap-box .title u,
.page_outbound .section_there .box .title u {
    color: #b01a1a;
    text-decoration: none;
}

.page_outbound .section_there .box .desc {
    font-size: 16px;
}

.page_outbound .section-four .general_content {
    margin-bottom: 30px;
}

.page_outbound .section-four .row-fx {
    padding-top: 30px;
}

.page_outbound .section-four .box_item {
    margin-bottom: 30px;
}

.page_outbound .section-four .box_item .wrap-box {
    background: #f2f2f2;
    padding: 32px;
    height: 100%;
}

.page_outbound .section-four .box_item .wrap-box .title {
    font-size: 30px;
    text-align: left;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
}

.page_outbound .section-four .box_item .wrap-box .desc {
    line-height: 1.2;
    font-size: 18px;
    margin-bottom: 0;
}

.page_outbound .section-four .box_item .wrap-box img {
    width: 90%;
}

.page_outbound .section-four .box_item .text .only-text {
    padding: 0 40px;
}

.page_outbound .section-five .general_content {
    margin-bottom: 50px;
}

.page_outbound .section-five .box {
    margin-bottom: 30px;
}

.page_outbound .section-five .box .wrap-box {
    background: #ffffff;
    /*border: 1px solid #e6e6e6;*/
    padding: 40px 30px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
    height: 100%;
    text-align: center;
}

.page_outbound .section-five .box .wrap-box .icon {
    font-size: 34px;
    margin-bottom: 20px;
}

.page_outbound .section-five .box .wrap-box .title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
    color: #b01a1a;
}

/*.page_outbound .section-five .box .wrap-box .title u {
    color: #b01a1a;
}*/

.page_outbound .section-five .box .wrap-box .desc {
    font-size: 16px;
    line-height: 1.5em;
}

.page_outbound .section-six .general_content {
    margin-bottom: 30px;
}

.page_outbound .section-six .box-faq .wrap-faq {
    padding: 30px;
    background-color: #eaecf3;
    width: 100%;
    height: 100%;
}

.page_outbound .section-six .box-faq .wrap-faq h4 {
    font-size: 21px;
    color: #363636;
    text-align: left;
    margin-bottom: 20px;
    font-weight: 700;
}

.page_outbound .section-six .box-faq .wrap-faq p {
    font-size: 16px;
    color: #727272;
    text-align: left;
}

.page_outbound .section-six .box-faq {
    margin-bottom: 30px;
}

.page_outbound .section-seven {
    padding: 80px 0 !important;
    background: #f1f1f1;
}

.page_outbound .section-seven .general_content {
    margin-bottom: 50px;
}

.page_outbound .section-seven .box_tab {
    margin-bottom: 30px;
}

.page_outbound .section-seven .box_tab .wrap-tab {
    border: 1px solid #dcdcdc;
    padding: 30px 30px 110px 30px;
    background: #ffff;
    -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
    height: 100%;
    position: relative;
}

.page_outbound .section-seven .box_tab .wrap-tab .wrap-button {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
    padding: 0 20px;
}

.page_outbound .section-seven .box_tab .wrap-tab .name {
    font-size: 28px;
    color: #b01a1a;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}

.page_outbound .section-seven .box_tab .wrap-tab .desc {
    font-style: italic;
    color: #94a1b2;
    font-size: 17px;
    text-align: center;
    margin-bottom: 25px;
    min-height: 49px;
}

.page_outbound .section-seven .container {
    width: 90%;
    max-width: 1200px;
}

.page_outbound .section-seven .text.general_content {
    margin-bottom: 0;
}

.page_outbound .section-seven .text.general_content ul li {
    padding-left: 27px;
    position: relative;
    margin-bottom: 8px;
    font-size: 15px;
    border-bottom: 1px dashed rgb(178 178 178 / 52%);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.page_outbound .section-seven .text.general_content ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.page_outbound .section-seven .text.general_content ul li:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
    background-image: url(img/checkmark.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 15px;
}

.page_outbound .section-seven .price-box {
    text-align: center;
    margin-bottom: 30px;
    color: #484848;
}

.page_outbound .section-seven .price-box>div {
    font-size: 50px;
    display: none;
}

.page_outbound .section-seven .price-box>div.active {
    display: block;
}

.page_outbound .section-seven .price-box b {
    font-size: 18px;
}

.page_outbound .section-seven .price-options {
    max-width: 300px;
    margin: 0 auto 50px auto;
    display: flex;
    justify-content: center;
}

.page_outbound .section-seven .price-options span {
    width: auto;
}

.page_outbound .section-seven .price-options .option {
    color: #4d4c4c;
}

.page_outbound .section-seven .price-options .option.active {
    color: #b01a1a;
}

.page_outbound .section-seven .switch {
    cursor: pointer;
    width: 53px !important;
    margin: 0 14px;
    top: -2px;
    height: 23px !important;
    background: #f1f1f1;
    display: block;
    border-radius: 100px;
    position: relative;
    float: none;
    border: 2px solid #b01a1a;
}

.page_outbound .section-seven .switch:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #b01a1a;
    border-radius: 90px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.page_outbound .section-seven .switch.active:after {
    left: calc(100% - 1px);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

@media (max-width: 1200px) {
    .page_outbound .general_content h1 {
        font-size: 50px;
    }

    .page_outbound .general_content h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .page_outbound {
        padding-top: 50px;
    }

    .page_outbound .section {
        padding: 20px 0 50px 0;
    }

    .page_outbound .section-four .box_item .wrap-box .title {
        font-size: 28px;
    }

    .page_outbound .section-seven {
        padding: 70px 0 !important;
    }

    .page_outbound .section-seven .price-options span {
        font-size: 20px;
    }

    .page_outbound .section-seven .general_content {
        margin-bottom: 30px;
    }

    .page_outbound .section-seven .price-options {
        margin: 0 auto 30px auto;
    }
}


@media (max-width: 1020px) {
    .page_outbound .general_content h1 {
        font-size: 40px;
    }

    .page_outbound .general_content h2 {
        font-size: 37px;
    }

    .page_outbound .section-four .box_item .wrap-box .title {
        font-size: 23px;
        margin-bottom: 15px;
    }

    /*.page_outbound .section {
        padding: 10px 0 40px 0;
    }*/

    .page_outbound .container-large {
        width: 90%;
    }

    .page_outbound .section-four .box_item .text .only-text {
        padding: 0;
    }

    .page_outbound .section-five .box {
        width: 50%;
    }

    .page_outbound .section-five .general_content {
        margin-bottom: 40px;
    }

    .page_outbound .section-five .box .wrap-box {
        padding: 35px 20px;
    }

    .page_outbound .section-seven .box_tab {
        width: 50%;
    }

    .page_outbound .section-seven .price-box>div {
        font-size: 38px;

    }

    .page_outbound .section-seven .box_tab .wrap-tab .desc {
        margin-bottom: 16px;
    }

    .page_outbound .section-seven .price-box {
        margin-bottom: 21px;
    }
}

@media (max-width: 795px) {
    .page_outbound .container {
        width: 90%;
    }

    .page_outbound .general_content h1 {
        font-size: 35px;
    }

    .page_outbound .section_one .general_content p {
        font-size: 16px;
    }

    .page_outbound .section_there .general_content {
        margin-bottom: 0;
    }

    .page_outbound .section_there .box {
        width: 100%;
        margin-bottom: 17px;
        margin-top: 17px;
    }

    .page_outbound .general_content h2 {
        font-size: 35px;
    }

    .page_outbound .section-four .general_content {
        margin-bottom: 15px;
    }

    .page_outbound .section-four .box_item {
        margin-bottom: 25px;
        width: 100%;
        text-align: center;
    }

    .page_outbound .section-four .box_item .wrap-box .title {
        text-align: center;
    }

    .page_outbound .section-four .box_item img {
        max-width: 50%;
        margin: 0 auto;
        display: block;
    }

    .page_outbound .section_there .box .title {
        font-size: 17px;
    }

    .page_outbound .section-four .box_item .text,
    .page_outbound .section-four .box_item .image {
        width: 100%;
    }

    .page_outbound .section-four .box_item .text {
        margin-bottom: 25px;
    }

    .page_outbound .section-six .box-faq {
        width: 100%;
    }

    .page_outbound .section-six .general_content {
        margin-bottom: 10px;
    }

    .page_outbound .section-six .box-faq .wrap-faq h4 {
        font-size: 19px;
    }

    .page_outbound .section-seven .box_tab {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .page_outbound .section {
        padding: 10px 0 35px 0;
    }

    .page_outbound .general_content h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .page_outbound .general_content h1 {
        font-size: 28px;
    }


    .page_outbound .general_content h2 {
        font-size: 25px;
    }

    .page_outbound .section_one .wrap-button a {

        padding: 5px 30px;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
        height: 43px;
    }

    .page_outbound .general_content iframe {
        width: 100%;
        height: 300px;
    }

    .page_outbound .section-four .box_item .wrap-box .title {
        font-size: 20px;
    }

    .page_outbound .section-four .box_item .wrap-box .desc {

        font-size: 16px;
        margin-bottom: 0;
    }

    .page_outbound .section-four .row-fx {
        padding-top: 10px;
    }

    .page_outbound .section-four .box_item .wrap-box {
        padding: 24px;
    }

    .page_outbound .section-four .row-fx {
        padding: 0 15px;
    }

    .page_outbound .section-four .box_item .wrap-box {
        padding: 19px;
    }

    .page_outbound {
        padding-top: 20px;
    }

    .page_outbound .section-five .box {
        width: 100%;
    }

    .page_outbound .section-five .box .wrap-box .title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .page_outbound .section-five .box .wrap-box .icon {
        font-size: 30px;
        margin-bottom: 17px;
    }

    .page_outbound .section-five .box .wrap-box {
        padding: 25px 15px;
    }

    .page_outbound .section-six .box-faq .wrap-faq {
        padding: 25px;
    }

    .page_outbound .section-seven .price-box>div {
        font-size: 29px;
    }
}

@media (max-width: 480px) {
    .page_outbound .section-four .box_item .wrap-box .title {
        font-size: 18px;
    }

    .page_outbound .general_content h1 {
        font-size: 25px;
    }

    .page_outbound .section-four .box_item .wrap-box img {
        width: 100%;
        max-width: 70%;
    }
}
/*bottom banner*/
.bottom-fixed-box {
    position: fixed;
    bottom: 0;
    box-shadow: 0 1px 3px 1px lightblue;
    background: #ffffff;
    width: 728px;
    z-index: 999;
    height: 90px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    border: 1px solid #ededed;
}
.bottom-fixed-box h5 {
    font-weight: bold;
}
.vendor-logo-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.single-vendor-logo {
    margin: 0 8px;
    height: 40px;
    display: flex;
    align-items: center;
    width: 110px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 0;
    margin-top: 12px;
}
.single-vendor-logo a {
    height: 67px;
    display: flex;
    align-items: center;
    width: 100%;
}
@media (max-width: 767px) {
    .bottom-fixed-box {
        display: none;
    }
}
/*splash screen popup*/
.splash-screen-content-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1001;
    padding: 48px 80px;
}
.splash-log-button-holder {
    display: flex;
    justify-content: space-between;
    padding: 1% 5%;
    align-items: center;
    margin-bottom: 25px;
}
.splash-log-holder {

}
.splash-button-holder {

}
.splash-button {
    font-size: 40px;
	font-weight: bold;
}
.splash-text-image-holder {
    display: flex;
    justify-content: space-between;
    padding: 0 5%;
    align-items: center;
}
.splash-text-holder {
    width: 47%;
}
.splash-image-holder {
    height: 480px;
    width: 640px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: 0 0 6px 2px rgba(173, 216, 230, .6);
	position: relative;
}
.splash-screen-image-link-holder{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 23px auto;
    text-align: center;
}
.splash-image-holder a {
   /* width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px; */	
    color: #ffffff;
    font-style: italic;
    font-size: 1.2rem;
}
.splash-text-holder h2 {
    font-size: 52px;
    line-height: 74px;
}

@media( max-width: 945px ){
    .splash-text-holder {
        display: none;
    }
    .splash-button {
        font-size: 1.5rem;
    }
}
@media(max-width: 675px) {
    .splash-screen-content-holder {
        display: none !important;
    }
}


/*splash screen button*/
.splash-question-holder-main {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 50vh;
    align-content: center;
    flex-wrap: nowrap;
}
.splash-question-holder-all {
    border: 1px solid #192D52;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #E6E6E6;
    text-align: center;
    align-items: center;
    width: 1000px;
}
.splash-question-holder {
    font-size: 42px;
    color: #000000;
    padding: 60px 0 40px 0;
}
.splash-question-button-holder {
     display: flex;
     padding: 40px 0 50px;
     font-size: 40px;
 }
.splash-question-button-holder {
    display: flex;
}
.splash-button-1,
.splash-button-2,
.splash-button-3 {
}
.splash-button-1 a,
.splash-button-2 a,
.splash-button-3 a {
    background: #4473C5;
    border-radius: 15px;
    padding: 30px 15px;
    margin: 0 10px;
    width: 250px;
    color: #ffffff;
    line-height: 30px;
    font-size: 20px;
    display: block;
}
.splash-question-footer-holder {
    font-size: 20px;
    color: #000000;
    padding: 45px 0 20px 0;
}
@media (max-width: 920px ) {
    .splash-button-1 a,
    .splash-button-2 a,
    .splash-button-3 a {
        padding: 30px 15px;
        margin: 0 10px;
        width: 182px;
        color: #ffffff;
    }
}
@media (max-width: 765px ) {
    .splash-question-button-holder {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .splash-button-1,
    .splash-button-2,
    .splash-button-3 {
        width: 50%;
    }
}
@media (max-width: 684px ) {
    .splash-button-1 a, .splash-button-2 a, .splash-button-3 a {
        padding: 30px 15px;
        margin: 10px 10px;
        width: 82%;
        color: #ffffff;
    }
    .splash-question-holder {
        font-size: 36px;
        padding: 40px 0 3px 0;
    }
    .splash-question-footer-holder {
        padding: 5px 0 21px 0;
    }
    .splash-question-holder-main {
        height: 62vh;
    }
}

.scroll-y-hidden {
    overflow-y: hidden;
}
/*post & wikibee Ad Banner*/
.new-post-structure {
    display: flex;
    flex-wrap: wrap;
}
.main-banner-holder {
    width: 205px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.post-banner-wrapper {
    background: #eee;
    padding: 8px;
}
.main-banner-holder .post-banner-wrapper h3 {
    color: #ffffff;
    background: #666;
    text-align: center;
    padding: 6px 0;
}
.main-banner-holder .post-banner-wrapper .single-ads {}
.post-ads-image {}
.post-ads-image a {}
.main-banner-holder .post-banner-wrapper .image-holder {
    height: 120px;
    width: 185px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 15px;
    margin-top: 15px;
    border: 1px solid #ccc;
}
.main-banner-holder .post-banner-wrapper .post-ads-title {
    color: #666;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 21px;
}
.main-banner-holder .post-banner-wrapper .post-ads-title a {
    color: #666;
}
.new-content-holder {
    width: 579px;
    margin-left: 15px;
}
@media(max-width: 767px) {
    .main-banner-holder {
        display: none;
    }
    .new-content-holder {
        width: 100%;
    }
}
/*for sticky part*/
/*
:root {
    --space: 2rem;
    --space-xs: calc(var(--space) / 3);
    --space-sm: calc(var(--space) / 2);
    --space-md: calc(var(--space) * 2);

    --color-primary: lightgray;
    --color-accent: whitesmoke;
    --color-dark: black;
    --color-mid: gray;
    --color-light: white;
    --color-highlight: dodgerblue;
    --radius: 0.125rem;
}
.new-post-structure {
    display: flex;
    flex-wrap: wrap;
}
.new-content-holder {
    flex-basis: 0;
    flex-grow: 999;
    min-width: 40%;
}
.main-banner-holder {
--offset: var(--space);
flex-grow: 1;
flex-basis: 300px;
align-self: start;
position: sticky;
top: var(--offset);
}

.new-content-holder > * + * {
    margin-top: var(--space);
}
*/
.name-logo-holder-sidebar {

}
.logo-holder-sidebar {
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    width: 250px;
    height: 120px;
    margin-bottom: 15px;
    border: 3px solid #d7d7d7;
    border-radius: 3px;
    margin-top: 20px;
    display: inline-block;
    background-color: #ffffff;
}
.vendor-name-sidebar {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}
/*New Exit PopUp*/
.exit-pop-up-content-holder {
    position: fixed;
    top: 22%;
    left: 27%;
    width: 50%;
    height: 60vh;
    z-index: 9999999999;
    padding: 48px 80px;
    right: 0;
    box-shadow: 0 1px 3px 1px lightblue;
}
.exit-pop-up-cross-button-holder {
    text-align: right;
}
.exit-pop-up-cross {
    color: #f10505;
    font-size: 50px;
    border: 1px solid;
    padding: 9px 5px;
    line-height: 31px;
    width: 47px;
    height: 47px;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.exit-pop-up-image-holder {
    width: 100%;
    height: 90%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.exit-pop-up-image-holder a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: 9999px;
}
.exit-pop-up-image-holder h2 {
	line-height: 1.5;
}
@media(max-width: 675px) {
    .exit-pop-up-content-holder {
        display: none;
    }
}