/*@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700,400italic&subset=latin,cyrillic-ext,latin-ext); */
/*@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);*/

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================

   HTML5 display definitions

   ========================================================================== */

/**

 * Correct `block` display not defined in IE 8/9.

 */
/*@font-face {*/
    /*font-family: "Helvetica Neue Cyr";*/
    /*src: url(/wp-content/themes/mmjcardonline/webfonts/Roboto-Regular.ttf) format("sans-serif");*/
    /*font-display: optional;*/
/*}*/
@import url('https://fonts.googleapis.com/css?family=Roboto');

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**

 * Correct `inline-block` display not defined in IE 8/9.

 */

audio,
canvas,
video {
    display: inline-block;
}

/**

 * Prevent modern browsers from displaying `audio` without controls.

 * Remove excess height in iOS 5 devices.

 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**

 * Address styling not present in IE 8/9.

 */

[hidden] {
    display: none;
}

/* ==========================================================================

   Base

   ========================================================================== */

/**

 * 1. Set default font family to sans-serif.

 * 2. Prevent iOS text size adjust after orientation change, without disabling

 *    user zoom.

 */

html {
    font-family: sans-serif;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

/**

 * Remove default margin.

 */

body {
    margin: 0;
    /*padding-top: 60px;*/
    background-color: #F7F7F7;
}

/* ==========================================================================

   Links

   ========================================================================== */

/**

 * Address `outline` inconsistency between Chrome and other browsers.

 */

a:focus {
    outline: thin dotted;
}

/**

 * Improve readability when focused and also mouse hovered in all browsers.

 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================

   Typography

   ========================================================================== */

/**

 * Address variable `h1` font-size and margin within `section` and `article`

 * contexts in Firefox 4+, Safari 5, and Chrome.

 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**

 * Address styling not present in IE 8/9, Safari 5, and Chrome.

 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**

 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.

 */

b,
strong {
    font-weight: bold;
}

/**

 * Address styling not present in Safari 5 and Chrome.

 */

dfn {
    font-style: italic;
}

/**

 * Address differences between Firefox and other browsers.

 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**

 * Address styling not present in IE 8/9.

 */

mark {
    background: #ff0;
    color: #000;
}

/**

 * Correct font family set oddly in Safari 5 and Chrome.

 */

code,
kbd,
pre,
samp {
    /*font-family: monospace, serif;*/
    font-size: 1em;
}

/**

 * Improve readability of pre-formatted text in all browsers.

 */

pre {
    white-space: pre-wrap;
}

/**

 * Set consistent quote types.

 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**

 * Address inconsistent and variable font size in all browsers.

 */

small {
    font-size: 80%;
}

/**

 * Prevent `sub` and `sup` affecting `line-height` in all browsers.

 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================

   Embedded content

   ========================================================================== */

/**

 * Remove border when inside `a` element in IE 8/9.

 */

img {
    border: 0;
}

/**

 * Correct overflow displayed oddly in IE 9.

 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================

   Figures

   ========================================================================== */

/**

 * Address margin not present in IE 8/9 and Safari 5.

 */

figure {
    margin: 0;
}

/* ==========================================================================

   Forms

   ========================================================================== */

/**

 * Define consistent border, margin, and padding.

 */

fieldset {
    padding: 0;
    border: 0;
}

/**

 * 1. Correct `color` not being inherited in IE 8/9.

 * 2. Remove padding so people aren't caught out if they zero out fieldsets.

 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**

 * 1. Correct font family not being inherited in all browsers.

 * 2. Correct font size not being inherited in all browsers.

 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.

 */

button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**

 * Address Firefox 4+ setting `line-height` on `input` using `!important` in

 * the UA stylesheet.

 */

button,
input {
    line-height: normal;
}

/**

 * Address inconsistent `text-transform` inheritance for `button` and `select`.

 * All other form control elements do not inherit `text-transform` values.

 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.

 * Correct `select` style inheritance in Firefox 4+ and Opera.

 */

button,
select {
    text-transform: none;
}

/**

 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`

 *    and `video` controls.

 * 2. Correct inability to style clickable `input` types in iOS.

 * 3. Improve usability and consistency of cursor style between image-type

 *    `input` and others.

 */

button,
html input[type="button"],

    /* 1 */

input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**

 * Re-set default cursor for disabled elements.

 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**

 * 1. Address box sizing set to `content-box` in IE 8/9.

 * 2. Remove excess padding in IE 8/9.

 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**

 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.

 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome

 *    (include `-moz` to future-proof).

 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**

 * Remove inner padding and search cancel button in Safari 5 and Chrome

 * on OS X.

 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**

 * Remove inner padding and border in Firefox 4+.

 */

/*button::-moz-focus-inner,

input::-moz-focus-inner {

    border: 0;

    padding: 0;

}



button:focus,

input:focus {

    border: 0;

    padding: 0;

    outline: 0;

}
*/

/**

 * 1. Remove default vertical scrollbar in IE 8/9.

 * 2. Improve readability and alignment in all browsers.

 */

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/* ==========================================================================

   Tables

   ========================================================================== */

/**

 * Remove most spacing between table cells.

 */

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

/* ==========================================================================

   ul

   ========================================================================== */

ul,
ol {
    padding: 0;
    margin: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0;
}

ul {
    list-style: none;
}

body {
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
    color: #000000;
}

.span-href {
    cursor: pointer;
}

.wrapper {
    width: 970px;
    margin: 0 auto;

}

.home .main,
.page-template-default .main {
    margin: 0;
}

.main {
    margin-top: 30px;
}

.single .main {
    /*margin-top: 66px;*/
    margin-top: 35px;
}
/*@media (max-width: 600px) and (min-width: 300px) {
	.single .main {
		margin-top: 12px;
	}
}
*/
.home .main .wrapper,
.page-template-default .main .wrapper {
    margin: 0 auto 0 auto;
}

.main .wrapper {
    margin: 0 auto;
}

.clear {
    clear: both;
}

.header {
    background: #ffffff !important;
    box-shadow: none;
    /*height: 85px;*/
    /*position: fixed;*/
    top: 0;
    width: 100%;
    z-index: 999;
}

.header-logo {
    float: left;
    margin-top: 16px;
    position: relative;
}

h1.logo {
    color: #00adef;
    font-size: 34px;
    margin: -12px 0 0;
    text-shadow: 0 0 1px #999;
}

.header-translations {
    float: right;
    padding: 11px 0 0 25px;
}

.header-menu {
    float: right;
    /*margin-top: 18px;*/
}

.header-menu > ul {
}

.header-menu > ul > li {
    float: left;
    padding: 0 14px;
    position: relative;
}

.header-menu > ul > li.menu-item-has-children {
    padding: 0 15px 0 10px;
    background: rgba(0, 0, 0, 0) url("../images/bluearrowdown.png") no-repeat scroll right top;
    margin-right: 6px;
}

.header-menu > ul > li > a {
    font-size: 18px;
    color: #091d01;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    border-top: 2px solid transparent;
    padding: 0;
    border-bottom: 2px solid transparent;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.header-menu .sub-menu {
    display: none;
    position: absolute;
    right: -18px;
    top: 15px;
    z-index: 10;
}

.header-menu li:hover .sub-menu {
    display: block;
}

.header-menu .sub-menu > li {
    background: rgba(0, 0, 0, 0) url("../images/menu-drop-mid.png") repeat-y scroll left top;
    width: 113px;
    display: block;
    overflow: hidden;
}

.header-menu .sub-menu > li:first-child {
    background: rgba(0, 0, 0, 0) url("../images/menu-drop.png") no-repeat scroll left top;
}

.header-menu .sub-menu > li:last-child {
    background: rgba(0, 0, 0, 0) url("../images/menu-drop.png") no-repeat scroll left bottom;
}

.header-menu .sub-menu > li > a {
    border-bottom: 1px solid #e9e9e9;
    color: #242424;
    display: block;
    font-size: 14px;
    margin: 0 4px;
    padding: 5px 8px;
    width: 89px;
}

.header-menu .sub-menu > li:first-child > a {
    padding: 17px 8px 5px;
}

.header-menu .sub-menu > li:last-child > a {
    padding: 5px 8px 9px;
    border: none;
}

.header-like {
    float: right;
    padding: 22px 12px 0 0;
}

.header-menu-mob {
    clear: both;
    display: none;
    padding-top: 0;
    padding-bottom: 15px;
    width: 100% !important;
    opacity: 1 !important;
    position: absolute;
    top: 60px !important;
    z-index: 10000;
}

.header-menu-mob > ul {
    border-bottom: 1px solid #ccc;
    display: block;
    margin: 0;
    padding: 0;
}

.header-menu-mob > ul li {
    border-top: 1px solid #ccc;
    display: block;
}

.header-menu-mob > ul li a {
    background: #f2f2f2 none repeat scroll 0 0;
    color: #020202;
    display: block;
    font-size: 14px;
    font-weight: 300;
    padding: 12px 0 12px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

.header-menu-mob .sub-menu li a {
    padding-left: 30px;
}

.mobmenu {
    display: block;
    height: 32px !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px !important;
    display: none;
}

/* slider */

.bxslider img {
    height: 400px !important;
}

.bx-wrapper,
.bx-viewport {
    height: 400px !important;
    overflow: hidden;
}

.bx-mob-img {
    height: 400px;
    width: 100%;
}

/* Quizes */

.quizes {
    margin: 0 -10px;
    overflow: hidden;
}

.quiz-item {
    border-radius: 3px;
    box-shadow: 0 0 12px #888;
    float: left;
    height: 304px;
    margin: 10px 15px 20px;
    overflow: hidden;
    width: 220px;
}

.quiz-item.rose .quiz-item-btn {
    background: #cd6ba1 none repeat scroll 0 0;
    border-color: #a4457a;
}

.quiz-item.brown .quiz-item-btn {
    background: #f28143 none repeat scroll 0 0;
    border-color: #cf5e20;
}

.quiz-item img {
    width: 220px;
    height: 190px;
}

.quiz-item-btn-container {
    width: 80%;
    position: relative;
    margin: 0 auto;
}

.quiz-item-btn {
    background: #16aceb none repeat scroll 0 0;
    border-bottom: 3px solid #0080b7;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    height: 48px;
    left: 0;
    line-height: 48px;
    position: absolute;
    text-align: center;
    top: 162px;
    width: 100%;
}

.quiz-item-ftr {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    margin: 35px 10px 10px;
    text-align: center;
}

/* nav */

.wp-pagenavi {
    clear: both;
    float: none;
    margin: 0 0 20px;
    overflow: hidden;
    padding-top: 15px;
    text-align: center;
}

.wp-pagenavi .pages,
.wp-pagenavi .last,
a.first {
    display: none !important;
}

.wp-pagenavi a,
.wp-pagenavi span {
    background: #16aceb none repeat scroll 0 0;
    border: medium none !important;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin: 3px !important;
    padding: 0 !important;
    text-align: center;
    text-decoration: none;
    width: 32px;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    color: #16aceb !important;
    margin: 2px 8px !important;
    width: auto;
}

.wp-pagenavi span.extend {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    color: #999 !important;
}

.wp-pagenavi span.current {
    background: #0080b7 none repeat scroll 0 0 !important;
    font-weight: normal !important;
}

/* page*/

.page-box {
    border-radius: 0;
    box-shadow: none;
    color: #333333;
}

.page-box .size-single-img.wp-post-image {
    width: 100%;
}

img.attachment-full.size-full.wp-post-image {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.page-box h1 {
    color: #333333;
    font-size: 36px;
    margin: 45px 0 30px 0;
    font-weight: 600;
    line-height: 44px;
}

.page-side h2 {
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: bold;
    padding: 13px 0;
}

.nc_tweetContainer {
    border-radius: 15% !important;
}

span.block-date {
    color: #999999;
    font-weight: 100;
    font-style: italic;
    padding-left: 15px;
}

.page-box-no-paddings {
    overflow: hidden;
    display: none;
}

#crumbs li:after {
    content: '/';
}

#crumbs li:last-child:after {
    content: '';
}

@media (max-width: 600px) and (min-width: 300px) {
	.page-box h1 {
		padding: 0 10px;
	}
}

.page-full {
}

.page-side {
    clear: both;
}

.category-blog .page-side,
.category .page-side,
.single .page-side {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
}

.page-side-main {
    width: calc(100% - 380px);
}

.page-side-aside {
    width: 100%;
    max-width: 350px;
}

.page-title {
    /*border-bottom: 1px solid #ddd;*/
    /*padding: 30px;*/
}

.page-title-separated {
    padding-right: 0;
    position: relative;
    width: 100%;
    margin-bottom: 17px;
    display: inline-block;
}

#crumbs {
    max-width: 100%;
    float: left;
    color: #999999;
    font-size: 16px;
    margin: 11px 0 6px 0;
    font-weight: 400;
}

#crumbs li {
    display: inline-block;
}

#crumbs .span-href span {
    color: #1ab7ea;
    letter-spacing: 0.18px;
    text-decoration: underline;
}

.social-block {
    float: right;
    position: relative;
    display: inline-block;
    top: 0;
    overflow: hidden;
    width: 101px;
}
.social-block ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media (max-width: 600px) and (min-width: 300px) {
/*	.social-block {
		width: 100%;
		margin-top:25px;
	}*/
}

.social-block .swp_social_panel {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.swp_social_panel .sw {
    color: #fff;
}

.page-title-soc {
    position: absolute;
    right: 28px;
    top: 32px;
}

.page-title-soc h3 {
    display: none !important;
}

.huge-it-share-buttons ul li {
    margin-right: 0 !important;
}

.page-title-date {
    color: #999;
    font-size: 14px;
    margin-top: 4px;
    display: none;
}

.page-title h1 {
    color: #018eca;
    margin: 0;
}

.home .page-cnt {
    padding: 0;
}

.page-cnt {
    padding-top: 19px;
    color: #333333;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.page-cnt p {
    word-break: break-word;
}

.page-cnt > ul,
.page-cnt > ol{
    padding: 0 0 0 25px;
}

.page-cnt > ul li {
    padding-left: 7px;
    position: relative;
    padding-bottom: 11px;
}

.page-cnt > ul li::before {
    color: #1eb3ef;
    content: "•";
    font-size: 24px;
    left: -10px;
    position: absolute;
    top: -3px;
}

.page-side-cnt {
    width: calc(100% - 410px);
    float: left;
}

.single-post .page-side-cnt {
}

.page-side-cnt-bigger {
    width: 700px;
}

.comment-respond {
    padding-bottom: 35px;
}

.sidebar {
    position: relative;
    float: right;
    width: 363px;
}

.page-side-item {
    height: 220px;
    margin-bottom: 30px;
    overflow: hidden;
    display: flex;
    background: transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #acacac;
    box-shadow: 0px 5px 15px #0000001A;
}

.page-side-item:hover {
    box-shadow: 0 0 21px rgba(17, 16, 16, 0.13);
    text-decoration: none;
    border: 1px solid rgba(17, 16, 16, 0.08);
    text-decoration: none;
}

.page-side-item:hover .page-side-item-cnt-tit {
    text-decoration: underline;
    color: #049251;
}

.page-side-item-img {
    float: left;
    /*overflow: hidden;*/
    /*width: 270px;*/
    width: 320px;
    overflow: hidden;
}

.page-side-item-img img {
    /*height: auto;*/
    /*width: 270px;*/
}

.page-side-item-cnt {
    float: left;
    padding: 31px 30px 29px 37px;
    box-sizing: border-box;
}

.page-side-item-cnt-tit {
    color: #333333;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    height: 52px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.page-side-item-cnt-text {
    margin-bottom: 13px;
    max-height: 138px;
    overflow: hidden;
    margin-top: 11px;
    color: #1d1c1c;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.page-side-item-cnt-text p {
    margin-bottom: 0px;
}

.page-side-item-cnt-date {
    color: #999999;
    font-size: 15px;
    display: none;
}

.sidebar-news {
    border-radius: 10px;
    box-shadow: none;
    background: #fff;
    overflow: hidden;
    width: 363px;
    margin-bottom: 43px;
}

.sidebar-news-title {
    color: #fff;
    font-size: 24px;
    height: 56px;
    font-weight: 500;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    background-color: #06bf6c;
}

.sidebar-related .sidebar-news-title {
    background: #15abea;
}

.sidebar-news-items {
}

.sidebar-news-item {
    border-bottom: 1px solid #f0f0f0;
    padding: 25px 24px 18px 30px;
    text-align: left;
}

.sidebar-news-item:hover .sidebar-news-item-title {
    color: #06bf6c;
    text-decoration: underline;
}

.sidebar-news-item-img {
}

.sidebar-news-item-img img {
    display: block;
    height: 199px;
    margin: 0 auto;
    width: 100%;
}

.sidebar-news-item-title {
    display: block;
    margin-top: 21px;
    text-align: left;
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.sidebar-news-item-subtitle {
    color: #949494;
    font-size: 15px;
    margin: 0 20px;
}

/* step 1 */

.poststp-ftr {
    background: #e8ebed none repeat scroll 0 0;
    font-size: 16px;
    margin-top: 30px;
    padding: 10px 0 20px;
}

.poststp {
    box-shadow: 0 0 12px #999;
    margin-top: 10px;
    overflow: hidden;
    text-align: center;
}

.facebook_login {
    background: rgba(0, 0, 0, 0) url("../images/facebutton.png") repeat scroll 0 0;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-family: Oswald, Helvetica, Arial, sans-serif;
    font-size: 20px;
    height: 67px;
    line-height: 50px;
    margin: 30px auto;
    position: relative;
    text-align: center;
    width: 282px;
}

.poststp-ftr .neverpost {
    font-size: 13px;
}

.step-1-cnt {
    font-size: 14px;
    padding: 25px 86px 0;
}

.step-1-cnt #huge-it-share-buttons-top {
    display: none;
}

.poststp-in h1 {
    font-size: 22px;
    padding: 10px 14px;
}

.step1-img-desctop {
    display: block;
}

.step1-img-mobile {
    display: none;
}

/*

.fb-like-boxer2 {

    margin: 18px auto 0;

    width: 100px;

    overflow: hidden;

}

*/

.fb-like-boxer2 {
    display: none;
}

.share-text {
    margin-top: 0;
}

.fb-like-boxer2-spep2 {
    margin-bottom: 18px;
}

/* loading */

#loading_page {
    box-shadow: 0 0 12px #999;
    margin-top: 9px;
    padding: 95px 0 82px;
    text-align: center;
}

#loading_page img {
    display: block;
    margin: 35px auto 0;
}

#loading_page img {
}

.loading-grey {
    color: #868686;
    font-size: 20px;
    line-height: 30px;
}

.loading-black {
    color: #242424;
    font-size: 22px;
    margin-top: 41px;
    display: none;
}

.loading-sec {
    display: none;
}

/* step 2 */

#render {
    display: none;
    position: relative;
}

.share-block {
    margin: 0 auto;
    overflow: hidden;
    width: 475px;
    display: none;
}

.share-block > a:last-child {
    margin-left: 15px;
}

.share-block-single a {
    display: block;
    float: none !important;
    margin: 30px auto !important;
}

.pinterest-image {
    opacity: 0;
}

a.share {
    box-sizing: border-box;
    color: #fff;
    font-family: Oswald, Helvetica, Arial, sans-serif;
    font-size: 20px;
    height: 53px;
    line-height: 50px;
    margin: 30px auto;
    position: relative;
    text-align: center;
    width: 230px;
    float: left;
    cursor: pointer;
}

a.share-fc {
    background: rgba(0, 0, 0, 0) url("../images/shareresault.png") repeat scroll 0 0;
}

a.share-fc2 {
    background: rgba(0, 0, 0, 0) url("../images/sharepost.png") repeat scroll 0 0;
}

a.share-pn {
    background: rgba(0, 0, 0, 0) url("../images/share-pn.png") repeat scroll 0 0;
}

.share-text {
    display: none;
}

.share-text {
    clear: both;
}

.sp-block {
    text-align: center;
}

#user_avatar {
    background-size: 100% 100% !important;
}

/* blog in */

.qst-login {
    background: #f4f3f3 none repeat scroll 0 0;
    font-weight: lighter;
    margin-top: 30px;
    padding: 20px 0 35px;
    text-align: center;
}

.qst-line1 {
    font-size: 30px;
}

.qst-line2 {
    font-size: 14px;
}

.facebook_login {
    background: rgba(0, 0, 0, 0) url("../images/facebutton.png") repeat scroll 0 0;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-family: Oswald, Helvetica, Arial, sans-serif;
    font-size: 20px;
    height: 67px;
    line-height: 50px;
    margin: 30px auto;
    position: relative;
    text-align: center;
    width: 282px;
}

.qst-line3 {
    font-size: 14px;
}

.qst-title {
    background-color: #15abea;
    height: 40px;
    line-height: 40px;
    color: #fff;
}

.qst-title-in {
    font-weight: bold;
    margin-left: 23px;
}

.qst-items {
    margin-top: 0;
    overflow: hidden;
}

.qst-item {
    border-bottom: 1px solid #eef3fa;
    border-radius: 6px;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    padding: 3px 0;
}

.qst-item-left {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    height: 1000px;
    left: 0;
    position: absolute;
    top: 0;
    width: 64px;
}

.qst-checked {
    background: rgba(0, 0, 0, 0) url("../images/answer.png") repeat scroll right bottom;
    display: block;
    height: 24px;
    margin: 14px 0 0 20px;
    width: 24px;
}

.qst-checked.checked {
    background-position: right top;
}

.qst-item-cnt {
    float: left;
    line-height: 43px;
    min-height: 43px;
    padding-left: 73px;
}

/* blog - step2 - def */

.qstep-def {
}

.qstep-title {
    background-color: #15abea;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
}

.qstep-img {
    overflow: hidden;
}

.qstep-img img {
    width: 100%;
    height: auto;
    float: left;
}

.qstep-ftr {
    background: #e8ebed none repeat scroll 0 0;
    padding: 15px 6px 15px 80px;
}

.qstep-ftr-item {
    height: auto;
    margin: 5px 0 21px;
    position: relative;
}

.qstep-ftr-item-person {
    background: rgba(0, 0, 0, 0) url("../images/person-bg.png") no-repeat scroll left top !important;
    height: 62px;
    left: -73px;
    position: absolute;
    top: -6px;
    width: 67px;
}

.qstep-ftr-item-person-in {
    background-size: 100% 100% !important;
    border-radius: 50%;
    height: 49px;
    margin: 6px 0 0 7px;
    width: 49px;
}

.qstep-ftr-item-in {
}

.qstep-ftr-item-in-title {
    font-size: 17px;
    height: auto;
    line-height: 26px;
    text-align: left;
    width: 100%;
}

.qstep-ftr-item-in-perc {
    background-repeat: no-repeat !important;
    background-size: 74px 50px !important;
    position: relative;
    width: 100%;
}

.qstep-ftr-item-in-perc-count {
    color: #15abea;
    float: left;
    font-size: 28px;
    font-weight: bold;
    line-height: 37px;
    margin-left: 2.4%;
    margin-top: -9px;
    text-align: left;
    width: 12%;
}

.qstep-ftr-item-in-perc-number-in,
.qstep-ftr-item-in-perc {
    height: 20px;
}

.qstep-ftr .qstep-ftr-item .qstep-ftr-item-in-perc-number-in {
    background: #15abea;
}

.qstep-ftr .qstep-ftr-item:nth-child(2n) .qstep-ftr-item-in-perc-number-in {
    background: #cd6ba1;
}

.qstep-ftr .qstep-ftr-item:nth-child(2n) .qstep-ftr-item-in-perc {
    color: #cd6ba1;
}

.qstep-ftr .qstep-ftr-item:nth-child(2n) .qstep-ftr-item-in-perc-count {
    color: #cd6ba1;
}

.qstep-ftr-item-in-perc-number {
    background: #fff none repeat scroll 0 0;
    float: left;
    width: 82%;
}

.page-cnt #huge-it-share-buttons-top {
    display: none;
}

/* form */

input,
textarea {
    width: 98%;
    border: 1px solid #dadada;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
}

textarea {
    height: 200px;
}

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

.form-item {
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
}

.form-item-title {
    color: #333333;
    float: left;
    font-size: 18px;
    line-height: 40px;
    width: 166px;
    min-height: 1px;
}

.form-item-field {
    float: left;
    width: 380px;
}

input[type="submit"] {
    /*    background: #afb4bc none repeat scroll 0 0;
    border-bottom: 3px solid #9ba2ad;*/
    background: #16aceb none repeat scroll 0 0;
    border-bottom: 3px solid #0080b7;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 48px;
    left: 0;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    top: 162px;
    width: 220px;
}

input[type="submit"]:hover {
    background: #16aceb none repeat scroll 0 0;
    border-bottom: 3px solid #0080b7;
}

/* stuff */

.header-title {
    color: #b7b7b7;
    font-size: 20px !important;
    font-weight: bold;
    height: 70px;
    line-height: 70px;
    text-align: center;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.header-title hr {
    height: 1px;
    background-color: #c6cacd;
    width: 16%;

}

.header-title h1 {
    display: initial;
    z-index: 99999999;
    line-height: 1;
}

.header-title:after {

}

#glt-translate-trigger {
    display: none;
}

.temp-img-delete {
    display: block;
    margin: 24px auto 0;
}

.rendered-img {
    display: none;
}

.huge-it-share-buttons-list li:nth-child(1) a {
    background-position: 0 -300px !important;
}

.huge-it-share-buttons-list li:nth-child(2) a {
    background-position: -30px -300px !important;
}

.huge-it-share-buttons-list li:nth-child(3) a {
    background-position: -60px -300px !important;
}

.huge-it-share-buttons-list li:nth-child(4) a {
    background-position: -90px -300px !important;
}

.preRender {
    margin-top: 10px;
}

.post-step-2 {
    margin-top: 11px;
}

.header-translations select {
}

.skiptranslate > div {
    background: #fff url("../images/arrowsupdown.png") no-repeat scroll 90% 50%;
}

.bx-slide-in {
    color: #fff;
    overflow: hidden;
    text-align: center;
}

.bx-slide-in-title {
    font-size: 46px;
    margin-bottom: 15px;
    margin-top: 109px;
    text-transform: uppercase;
}

.bx-slide-in-btn {
    background: #16aceb none repeat scroll 0 0;
    border-bottom: 3px solid #0080b7;
    border-radius: 6px;
    display: block;
    font-size: 22px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    text-transform: uppercase;
    width: 300px;
}

.quiz_additional {
    margin-bottom: 17px;
    margin-top: -11px;
}

.quiz_additional h2 {
    font-size: 16px;
    margin: 0;
}

.ads-home-ftr-full {
    height: 92px;
    margin: 0 auto;
    width: 730px;
}

.ads-home-ftr-mob {
    text-align: center;
}

.advert-btm-full {
    margin-top: 35px;
}

.advert-btm-mob {
    margin: 25px 0 10px;
    text-align: center;
}

.step2-btn-btm2 {
    background: #16aceb none repeat scroll 0 0;
    border-bottom: 2px solid #106c9e;
    border-radius: 6px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    margin-top: 163px;
    padding: 18px 0 15px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.step2-btn-btm-icon {
    background: rgba(0, 0, 0, 0) url("../images/more-icon.png") no-repeat scroll right top;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding-right: 51px;
    width: auto;
}

.step2nav {
    overflow: hidden;
    text-align: center;
}

.step2nav-prev {
}

.step2nav-next {
}

.step2nav a {
    background: #4ec264 none repeat scroll 0 0;
    border-bottom: 3px solid #319d45;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: 45px;
    margin: 0 4px;
    padding: 0 13px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    width: 86px;
}

.step2btmbox {
    margin-top: 42px;
    display: none;
}

.navbox {
    clear: both;
    display: block;
    margin-bottom: 58px;
    margin-top: 20px;
    overflow: hidden;
}

.navbox-in {
    overflow: hidden;
    text-align: center;
}

.navbox-in a {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    margin: 0 4px;
    padding: 13px 18px;
    text-align: center;
    text-decoration: none !important;
    border-radius: 10px;
    border: 1px solid #b7b7b7;
    background-color: #f7f7f7;
    color: #999999;
}

.navbox-in a:focus {
    outline: none;
}

.navbox-in a:hover {
    background-color: #06bf6c;
    color: #fff;
    border: 1px solid #06bf6c;
}

/* footer */
.svg-inline--fa.fa-w-14 {
    width: 1.875em;
}

.footer {
    background: #ffffff;
    border-top: none;
    overflow: hidden;
    padding: 30px 0 20px;
    margin-top: 3rem;
}

.footer-item {
    float: left;
    margin-right: 50px;
    overflow: hidden;
    width: 250px;
}

.footer-item-title {
    margin-bottom: 36px;
    margin-top: 40px;
    color: #333333;
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
}

.footer-logo {
    display: block;
    margin-top: 50px;
}

.footer-logo img {

    width: auto;
}

.footer-item-cnt {
    color: #020202;
    font-size: 13px;
    line-height: 20px;
    margin-right: 83px;
    width: 286px;
}

.footer-item-cnt a {
    color: #3996C9;
}

.footer-item-links {
    margin-right: 0;
    width: 290px;
    display: none;
}

.footer-item-links li a {
    /*  color: #333;

    display: block;

    font-size: 13px;

    margin-bottom: 0;

    margin-left: 10px;

    padding-bottom: 5px;*/
}

.footer-item-links ul {
    color: #3996c9;
    font-size: 11px;
    list-style: none !important;
    margin-left: 12px;
}

.footer-item-links ul li {
    list-style: none !important;
    position: relative;
    margin-bottom: 3px;
}

.footer-item-links ul li a::after {
    background: #09f none repeat scroll 0 0;
    content: "";
    height: 4px;
    left: -9px;
    position: absolute;
    top: 6px;
    width: 4px;
    z-index: 10;
}

.footer .wrapper {
    max-width: 1155px;
    width: 100%;
}

.footer-item-links li a {
    /*  color: #333;

    display: block;

    font-size: 13px;

    margin-bottom: 0;

    margin-left: 10px;

    padding-bottom: 4px;*/
}

.footer-item-logo {
}

.temp404 {
    text-align: center;
}

.temp404 img {
    /*max-width: 100%;*/
    /*width: 500px;*/
    /*height: auto;*/
    /*margin: 20px;*/
}

.personality-link {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin: 33px auto -19px;
    padding: 0;
    width: 150px;
}

.personality-link .step2-btn-btm-icon {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    line-height: 43px;
    padding-right: 0;
}

.page-box-special .page-title {
    display: none;
}

.page-box-special {
}

.page-box-special {
}

.page-box-special {
}

.cont_left {
    float: left;
    width: 590px;
}

.cont_right {
    float: left;
    width: 300px;
}

/* ================================================================================= */

/* ==== New Styles ================================================================= */

/* ================================================================================= */

.header-logo {
    margin-top: 10px;
}

.top_banner {
    position: relative;
}

.wrapper.full_width_wrapper {
    width: 100%;
}

.wrapper.full_width_wrapper.full_width_wrapper_padding {
    width: 100%;
    padding: 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapper_inner {
    max-width: 970px;
    margin: 0 auto;
}

.wrapper_inner_fw {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    /*  outline: 1px solid red;*/
}

.gray_bg {
    background: #F6F6F6;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.four_blocks,
.three_blocks {
    text-align: center;
    padding-top: 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 415px;
}

.four_blocks {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 20px;
}

.three_blocks {
    padding-top: 0;
    margin-top: -21px;
    min-height: 554px;
    padding-bottom: 20px;
}

.three_blocks.three_blocks_bottom {
    min-height: 373px;
}

.four_blocks_item,
.three_blocks_item {
    text-align: left;
    width: 208px;
    display: inline-block;
    margin: 0 20px;
    vertical-align: top;
}

.three_blocks_item {
    width: 311px;
}

.three_blocks_item {
    margin: 0;
}

.four_blocks_item_text,
.three_blocks_item_text {
    font-size: 14px;
    line-height: 18px;
}

.three_blocks_item:first-child + *,
.three_blocks_item:first-child + * + * + * + *,
.three_blocks_item:first-child + * + * + * + * + * + * + * {
    margin-left: 19px;
    margin-right: 19px;
}

.four_blocks_item_title h3,
.three_blocks_item_title h3 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
    font-weight: bold !important;
    margin: 0 0 21px 0;
}

.text_min_height {
    min-height: 140px;
}

.three_blocks_item_title h3 {
    margin: 0 0 11px 0;
}

.four_blocks_item_image,
.three_blocks_item_image {
    height: 50px;
    margin-bottom: 18px;
}

.three_blocks_item_image {
    margin-bottom: 13px;
}

.three_blocks_item_image_bottom {
    height: 86px;
    margin-bottom: 31px;
}

.top_banner {
    height: 471px;
    margin: 0;
}

.page-template-page-home .main {
    margin-top: 0;
    margin-bottom: 0;
}

.top_banner_message {
    float: right;
    background: rgba(19, 19, 19, 0.7);
    max-width: 374px;
    min-height: 201px;
    display: block;
    margin-top: 160px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 22px 21px 20px 29px;
}

.top_banner_message_text {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 22px;
}

.blue-btn {
    background: #16aceb none repeat scroll 0 0;
    border-bottom: 3px solid #0080b7;
    border-radius: 6px;
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    height: 46px;
    line-height: 48px;
    text-transform: uppercase;
    width: 290px;
    color: #fff;
    margin: 0;
}

.top_banner_message .blue-btn {
    width: 100%;
}

.blue-btn.blue-btn-orange {
    background: #F28141 none repeat scroll 0 0;
    border-bottom: 3px solid #973000;
    height: 61px;
    width: 297px;
    line-height: 56px;
    margin-top: 6px;
    float: right;
}

.blue_line_button {
    float: right;
    width: 42%;
}

.our_work {
    padding-top: 32px;
    padding-bottom: 20px;
    text-align: center;
    margin: 0 -7px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 725px;
}

.our_work_item {
    width: 239px;
    height: 238px;
    overflow: hidden;
    border-radius: 5px;
    margin: 0 3px 5px 3px;
    position: relative;
    display: inline-block;
    background-position: center !important;
    background-size: cover !important;
}

.wrapper_inner_float .our_work_item {
    float: left;
}

.title_underlined {
    text-align: center;
    margin-bottom: 27px;
}

.title_underlined h2 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    border-bottom: 1px solid #23AAE1;
    padding: 0 1px 2px 0;
    margin: 0;
}

.blue-btn.centerd {
    margin: 0 auto;
}

.our_work_block {
    margin-bottom: 27px;
}

.our_work_item_content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    color: #fff;
    display: block;
    background-color: rgba(5, 106, 178, .75);
    font-family: Roboto;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 5px 0 5px;
    line-height: 26px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px;
    overflow: hidden;
}

.our_work_item_content img {
    display: block;
    margin: 0 auto 46px auto;
    clear: both;
}

.our_work_item_content:hover {
    opacity: 1;
}

.grayLine {
    min-height: 152px;
    background: #949494;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-style: italic;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 43px 20px 42px 20px;
    box-shadow: 2px 0px 24px rgba(113, 113, 113, 0.83);
}

.grayLine_text {
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 13px;
}

.grayLine_sign {
    font-weight: 300;
}

.three_blocks_item_author {
    text-align: center;
}

.three_blocks_item_author_name {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 3px;
}

.three_blocks_item_author_post {
    font-weight: 300;
    font-size: 14px;
    color: #888;
}

.blue_line {
    min-height: 163px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #00ADEE;
    padding: 37px 0 10px 0;
}

.blue_line_content {
    color: #fff;
    font-weight: 700;
    float: left;
    width: 58%;
}

.blue_line_head {
    font-size: 24px;
    margin-bottom: 15px;
}

.blue_line_text {
    font-size: 14px;
}

.footer-item {
    margin-right: 0;
    width: 100%;
}

.footer-item-cnt {
    width: 100%;
    margin-right: 58px;
    color: #333333;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.footer-item-links {
    margin-right: 0;
}

.page-template-page-home .footer {
    margin-top: 0;
}

.header-menu a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header-menu a:hover,
.header-menu .current-menu-item a {
    color: #06bf6c !important;

}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.header-menu .current-menu-item.services_link a {
    color: #242424;
}

.header-menu .current-menu-item.services_link a:hover {
    color: #16ACEB;
}

.portfolio_page_wrapper {
    max-width: 970px;
    margin: 0 auto;
    /*box-shadow: 0 0 12px #999;*/
    border-radius: 10px;
}

.our_work.portfolio_page_wrapper {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
}

.portfolio_inner_image {
    float: left;
    max-width: 600px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 0 11px #999;
}

.portfolio_inner_image img {
    width: 100%;
    display: block;
    border-radius: 5px;
    height: auto;
}

.portfolio_inner_content {
    float: right;
    width: 350px;
}

.portfolio_inner_title_second {
    border-bottom: 1px solid #e6ebed;
    padding: 0 0 15px 0;
    margin-bottom: 31px;
    position: relative;
}

.portfolio_inner_title_second:after {
    position: absolute;
    display: block;
    content: '';
    width: 60px;
    height: 2px;
    background: #56B9FF;
    left: 0;
    bottom: -2px;
}

.portfolio_inner_title {
    margin: 0 0 15px 0;
}

.portfolio_inner_title h1 {
    margin: 0;
    font-weight: 300;
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
}

.portfolio_inner_text .huge-it-share-buttons {
    display: none;
}

.portfolio_inner_title_second h2 {
    font-weight: 300;
    font-size: 22px;
    margin: 0;
    text-align: left;
}

.portfolio_inner_text,
.portfolio_inner_text p {
    color: #939fa6;
    font-weight: 100;
    line-height: 26px;
    font-size: 16px;
}

.portfolio_inner_text p {
    margin: 0 0 10px 0;
}

.portfolio_inner_descr {
    margin-bottom: 28px;
}

.details_black {
    color: #505558;
}

.portfolio_inner_content_soc h3 {
    display: none !important;
}

.portfolio_inner_details {
    margin-bottom: 22px;
}

.portfolio_inner_top {
    margin-bottom: 62px;
}

.portfolio_directions {
    max-width: 970px;
    margin: 0 auto;
}

.portfolio_directions_prev {
    float: left;
}

.portfolio_directions_next {
    float: right;
}

.portfolio_inner_bottom .portfolio_inner_title_second {
    margin-bottom: 41px;
}

.portfolio_item_view_link {
    background: #056ab2;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: Roboto;
    font-weight: 300;
    height: 36px;
    width: 111px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 8px;
    text-align: center;
    margin-bottom: 30px;
    display: none;
}

.portfolio_item_view_link.showButton {
    display: block;
}

.portfolio_directions a {
    font-weight: 300;
    font-size: 16px;
    color: #505558;
    border: 1px solid #e6ebed;
    padding: 7px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.portfolio_directions a:hover {
    color: #fff;
    background: #505558;
    border: 1px solid #505558;
}

.page-id-85 .page-title {
    background: url('../images/whoWeAreImage.jpg') center top no-repeat;
    padding: 0;
    height: 337px;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.page-id-85 .page-title h1 {
    display: none;
}

#wprmenu_bar {
    z-index: 2147483647 !important;
}

.footer-item li,
.footer-item li a {
    /*  font-size: 14px !important;
    color: #000 !important;
    text-decoration: none !important;*/
}

.social-likes {
    margin: -10px 0 10px -6px !important;
}

.fb-like-cont {
    overflow: hidden;
}

div.simplesocialbuttons {
    margin: -10px auto 14px 0 !important;
}

.simplesocialbutton {
    margin-right: 10px !important;
    width: auto !important;
}

.technews {
    margin-bottom: -40px;
}

.technews-item {
}

.technews-item-wrap {
    color: #fff;
    height: 405px;
    margin: 0 auto;
    width: 970px;
    position: relative;
}

.technews-item-wrap-in {
    overflow: hidden;
}

.technews-item-text {
    margin-top: 94px;
    width: 359px;
}

.technews-item-text-big {
    margin-top: 82px;
    width: 439px;
}

.technews-item-text-left {
    float: left;
}

.technews-item-text-right {
    float: right;
    margin-right: 106px;
    margin-top: 101px;
}

.technews-item-text-big.technews-item-text-right {
    margin-right: 24px;
}

.technews-item-text-black {
    color: #242424;
}

.technews-item-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.technews-item-cnt {
    font-size: 18px;
    line-height: 24px;
}

.technews-item-1 .technews-item-wrap {
    background: rgba(0, 0, 0, 0) url("../images/it1bg.jpg") no-repeat scroll 384px top;
}

.technews-item-2 {
    background: #16aceb;
}

.technews-item-2 .technews-item-wrap {
    background: rgba(0, 0, 0, 0) url("../images/it2bg.png") no-repeat scroll -9px 68px;
}

.technews-item-3 .technews-item-wrap {
    background: rgba(0, 0, 0, 0) url("../images/it3bg.jpg") no-repeat scroll 411px 19px;
}

.technews-item-4 {
    background: #f1834a;
}

.technews-item-4 .technews-item-wrap {
    background: rgba(0, 0, 0, 0) url("../images/it4bg.jpg") no-repeat scroll -3px 52px;
}

.technews-item-5 .technews-item-wrap {
    background: rgba(0, 0, 0, 0) url("../images/it5bg.jpg") no-repeat scroll 428px top;
}

.technews-item-small {
    background: #16aceb none repeat scroll 0 0;
}

.technews-item-small .technews-item-wrap {
    height: 170px;
}

.technews-item-small-left {
    float: left;
}

.technews-item-small-left-title {
    font-size: 24px;
    margin-bottom: 13px;
    margin-top: 41px;
}

.technews-item-small-left-text {
    font-size: 14px;
}

.technews-item-small-btn {
    background: rgba(0, 0, 0, 0) url("../images/itbtn.png") no-repeat scroll left top;
    color: #fff;
    display: block;
    float: right;
    font-size: 18px;
    height: 65px;
    line-height: 63px;
    margin-top: 48px;
    text-align: center;
    text-decoration: none;
    width: 297px;
}

.it-arr-1 {
    background: rgba(0, 0, 0, 0) url("../images/it-arr-1.png") no-repeat scroll left top;
    bottom: -22px;
    height: 22px;
    left: 518px;
    position: absolute;
    width: 43px;
}

.it-arr-2 {
    background: rgba(0, 0, 0, 0) url("../images/it-arr-2.png") no-repeat scroll left top;
    width: 43px;
    height: 22px;
    bottom: -22px;
    left: 40px;
    position: absolute;
}

.it-arr-3 {
    background: rgba(0, 0, 0, 0) url("../images/it-arr-3.png") no-repeat scroll left top;
    width: 43px;
    height: 22px;
    bottom: -22px;
    left: 40px;
    position: absolute;
}

.homedinam-container {
    text-align: center;
}

.homedinam-title {
    border-bottom: 1px solid #2ba9df;
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    margin: 41px 0 36px;
    padding-bottom: 2px;
    text-align: center;
}

.homedinam {
    overflow: hidden;
}

.homedinam-item {
    float: left;
    width: 25%;
}

.homedinam-item-up {
    color: #68c0e6;
    font-size: 72px;
    font-weight: bold;
    line-height: 52px;
    margin-bottom: 5px;
    margin-top: 18px;
}

.homedinam-item-btm {
    border-bottom: 2px solid #2ba9df;
    font-size: 22px;
    margin: 0 8% 56px;
    padding-bottom: 16px;
}

.homedinam-item-up-blue {
    color: #f1834a;
}

.home .top_banner_message {
    max-width: 550px;
}

.home .top_banner_message_text {
    font-size: 26px;
}

.home .blue-btn {
    font-size: 22px;
    height: 66px;
    line-height: 68px;
}

.home .top_banner_message_text strong {
    display: inline-block;
    margin-bottom: 7px !important;
}

.z-step-1-validation-response,
.z-step-2-validation-response {
    display: none;
    margin: 20px auto;
    max-width: 700px;
}

.g-alert.with_close {
    padding-right: 50px;
}

.g-alert.type_error {
    background-color: #ffd9d9;
    color: #a24141;
}

.g-alert {
    border-radius: 3px;
    padding: 0 20px;
    text-align: left;
}

.g-alert-body {
    padding: 15px 0;
}

.g-alert.with_close .g-alert-close {
    display: block;
}

.g-alert-close {
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    opacity: 0.3;
    right: -38px;
    text-align: center;
    top: 12px;
    transition: opacity 0.3s ease 0s;
    width: 30px;
}

.g-alert-close {
    cursor: pointer;
    display: none;
    float: right;
    position: relative;
    right: -35px;
    text-decoration: none;
    top: 10px;
}

.g-alert-body p {
    margin: 0;
    padding: 0;
}

.homelg-container {
}

.homelg {
    height: 208px;
    overflow: hidden;
    margin-bottom: 34px;
}

.homelg-item {
    float: left;
    height: 100px;
    margin-bottom: 8px;
    width: 196px;
}

.homelg-item img {
    height: 100%;
    width: 100%;
}

.homelg-more {
    color: #68c0e6;
    cursor: pointer;
    font-size: 21px;
    margin: 0 auto 34px;
    text-align: center;
}

.home .grayLine,
.page-id-3531 .grayLine {
    background: #f28141;
}

.home {
    padding-top: 0;
}

.bslider {
    background: rgba(0, 0, 0, 0) url("../images/bslide.jpg") no-repeat scroll center top;
    color: #fefefe;
    height: 893px;
    margin-top: -62px;
    overflow: hidden;
}

.bslider-in {
    width: 790px;
    margin: 0 auto;
}

.bslider-hdr {
    margin: 0 0 100px;
    text-align: center;
}

.bslider-hdr-title1 {
    font-size: 53px;
    font-weight: bold;
}

.bslider-hdr-title2 {
    font-size: 32px;
    font-weight: lighter;
}

.bslider-body {
    position: relative;
}

.bslider-body-in {
}

.bslider-body-line1 {
    font-size: 26px;
}

.bslider-body-form {
    margin: 12px 0;
}

.bslider-body-form-btn {
    background: rgba(255, 255, 255, 0.45) none repeat scroll 0 0;
    border-radius: 16px;
    box-shadow: 0 2px 2px #444;
    float: left;
    font-size: 22px;
    height: 103px;
    line-height: 103px;
    margin-right: 10px;
    text-align: center;
    width: 289px;
    font-weight: normal;
    cursor: pointer;
    transition: background-color 0.5s ease;
}

.bslider-body-form-btn:hover {
    background-color: #68C0E6;
    color: #fff;
}

.bslider-body-form-input {
    background: rgba(255, 255, 255, 0.45) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 16px;
    box-shadow: 0 2px 2px #444;
    color: #fefefe;
    cursor: pointer;
    float: left;
    font-size: 22px;
    height: 103px;
    line-height: 103px;
    margin-right: 10px;
    outline: 0 none;
    padding: 0;
    text-align: center;
    width: 289px;
    font-weight: lighter;
}

.bslider-body-line3 a {
    color: #68c0e6;
    text-decoration: underline;
}

input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff;
}

input::-moz-placeholder {
    opacity: 1;
    color: #fff;
}

input:-moz-placeholder {
    opacity: 1;
    color: #fff;
}

input:-ms-input-placeholder {
    opacity: 1;
    color: #fff;
}

.bslider-body-form-input.error {
    border: 1px solid #ef4545;
    margin-right: 8px;
}

.bslider-body-form-btn.active {
    background: #68c0e6;
}

.bslider-body-form-sub {
    background: rgba(255, 255, 255, 0.45) none repeat scroll 0 0;
    border-radius: 16px;
    box-shadow: 0 2px 2px #444;
    cursor: pointer;
    float: left;
    font-size: 22px;
    height: 103px;
    line-height: 103px;
    margin-right: 10px;
    text-align: center;
    width: 182px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
}

.bslider-body-form-sub-arr {
    background: rgba(0, 0, 0, 0) url("../images/bslider-body-form-sub-arr.png") no-repeat scroll left top;
    height: 104px;
    left: 0;
    position: absolute;
    top: 0;
    width: 45px;
    z-index: 3;
}

.bslider-body-form-sub-bg {
    background: #f1834a none no-repeat scroll 10px 21px / 15px 15px;
    height: 104px;
    left: -160px;
    position: absolute;
    top: 0;
    width: 182px;
}

.bslider-body-form-sub-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 182px;
    height: 104px;
    z-index: 1;
}

.bslider-body-line2 {
    font-size: 20px;
}

.bslider-body-line3 {
    font-size: 24px;
    text-align: center;
}

.clearb {
    clear: both;
}

.ntags {
    margin-top: 25px;
}

.ntags-title {
    border-bottom: 1px solid #cecece;
    display: none;
    font-size: 18px;
    padding: 0 80px 0 2px;
}

.ntags-items {
    margin: 10px 0 0;
}

.ntags-items a {
    color: #16aceb;
    margin-right: 5px;
    text-decoration: underline;
}

.ntabs {
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}

.ntabs-header {
    overflow: hidden;
    position: relative;
    z-index: 10000;
}

.ntabs-header-item {
    float: left;
    position: relative;
}

.ntabs-header-item span {
    background: #f2f0f0 -moz-linear-gradient(center top, #fdfcfc, #fbf9f9 50%, #f7f5f6 50%, #f2f0f0) repeat scroll 0 0;
    border: 1px solid #cecece;
    box-sizing: content-box;
    cursor: pointer;
    display: block;
    font-size: 15px;
    height: 37px;
    left: 0;
    line-height: 36px;
    padding: 0 15px;
    position: relative;
    top: 1px;
    z-index: 10000;
}

.ntabs-header-item.active span {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #cecece;
    height: 38px;
    top: 1px;
}

.ntabs-header-item.active {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-top: -2px;
    padding-bottom: 2px;
    top: 2px;
    z-index: 99;
}

.ntabs-cnts {
    border: 1px solid #cecece;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.125);
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    top: -1px;
}

.ntabs-item {
    margin: 10px;
}

.ntabs-header .ntabs-header-item:last-child span {
    border-left: none;
}

.tab-author {
}

.ntab-author-img {
    border-radius: 100px;
    height: 120px;
    margin: 0 16px 14px 0;
    width: 120px;
}

.ntab-author-title {
    display: inline-block;
    font-size: 22px;
    margin: 9px 0 8px;
}

.ntabs-latestp {
    margin: 0 auto;
    width: 80%;
}

.ntabs-latestp ul {
    list-style: outside none disc;
}

.ntabs-latestp a {
    color: #16aceb;
    text-decoration: underline;
}

.telephoneBlock {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    color: #000;
    display: none;
    font-size: 14px;
    height: 35px;
    line-height: 20px;
    padding: 11px 0 0;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 50px;
    width: 169px;
    z-index: 10;
}

.fa-phone {
    background: rgba(0, 0, 0, 0) url("../images/phone.png") repeat scroll 0 0;
    display: block;
    float: left;
    height: 15px;
    margin: 3px 0 0 6px;
    width: 13px;
}

.phone_number_hebrew,
.phone_number {
    display: none;
}

/*.hebrew_visitor .phone_number {
    display: none !important;
}

.hebrew_visitor .phone_number_hebrew {
    display: block !important;
}*/

.above_table_text {
    text-align: center;
    margin-bottom: 27px;
    padding: 23px 25px 0;
}

.pets_table {
    overflow: hidden;
    line-height: 1;
    font-size: 13px;
    border-radius: 0;
    box-shadow: none;
}

.pets_table_headline {
    overflow: hidden;
    background: #66C29D;
}

.pets_table_row {
    overflow: hidden;
    min-height: 130px;
    background: #F5F5F5;
}

.pets_table_headline + * {
    padding-top: 23px !important;
}

.pets_table_row:nth-child(2n) {
    background: #fff;
}

.pets_table_row:nth-child(4) .pets_logo img {
    height: 111px !important;
    margin: -3px 0 0 0;
}

.pets_table_headline .pets_table_col {
    text-align: center;
    color: #fff;
    min-height: 40px;
    font-size: 20px;
    line-height: 23px;
    padding: 16px 0 17px 0;
}

.pets_table_col {
    float: left;
    width: 25%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 3px;
}

.logo_block {
    padding-top: 20px;
}

.pets_logo {
    display: block;
    width: 190px;
    margin: 0 auto;
    text-align: center;
}

.pets_logo img {
    display: inline-block;
    width: auto;
    height: 60px;
    margin: auto;
    max-width: 163px;
}

.pets_list {
    padding-top: 9px;
}

.pets_list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pets_list li {
    display: block;
    clear: both;
    background: url(../images/blue_circle.png) left center no-repeat;
    padding-left: 15px;
    margin-bottom: 3px;
    line-height: 16px;
    color: #000;
}

.pets_rating_block {
    text-align: center;
    padding-top: 22px;
}

.pets_rating {
    font-size: 40px;
    color: #417ba3;
    font-weight: bold;
    font-family: Arial;
}

.pets_link {
    margin-bottom: 10px;
}

.pets_link a {
    color: #018eca;
    text-decoration: underline;
}

.pets_link a:hover {
    text-decoration: none;
}

.pets_stars {
    max-width: 138px;
    min-height: 27px;
    background: url('../images/stars_inactive.png') no-repeat;
    margin: 0 auto;
    display: block;
    background-size: contain;
    position: relative;
}

.pets_stars_inner {
    width: 100%;
    min-height: 27px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/stars_active.png') no-repeat;
}

.pets_cta_block {
    width: 180px;
    margin: 0 auto;
}

.pets_cta_button {
    padding-top: 38px;
    margin-bottom: 10px;
}

.pets_cta_button a,
.pets_cta_button .span-href {
    background: #417ba3 none repeat scroll 0 0;
    box-shadow: -0.3px 4px 2px rgba(3, 24, 45, 0.75);
    border-radius: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 47px;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    display: block;
}

.pets_tel {
    padding: 1px 0 2px 18px;
    background: url('../images/phone_iconm.png') left top no-repeat;
    font-weight: bold;
}

/*.page-id-4005 .page-title {
    background: url('../images/pets-main.jpg') center top no-repeat;
    padding: 0;
    height: 337px;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}*/

.page-id-4005 .page-title {
    padding: 0;
    max-height: 580px;
    height: 500px;
    border-radius: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-id-4005 .page-title h1 {
    display: none;
}

.top_right_bar {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}

.top_right_bar_top {
    border-bottom: 1px solid #ddd;
}

.top_right_bar_top .pets_logo {
    width: auto;
}

.top_right_bar_bottom {
    overflow: hidden;
}

.top_right_bar_bottom_left {
    float: left;
    width: 40%;
    margin: 0 5%;
}

.top_right_bar_bottom_right {
    float: left;
    width: 40%;
    margin: 0 0 0 0;
}

.side_list {
}

.side_list_item {
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    min-height: 71px;
}

.side_list_left {
    float: left;
    padding: 10px 0 10px 4px !important;
    width: 57%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.side_list_left .pets_logo {
    width: auto;
}

.side_list_right {
    float: right;
    overflow: hidden;
    width: 38%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    right: 3px;
}

.side_list_right .pets_link a {
    font-size: 14px;
}

.side_list_right_top {
}

.side_list_right_bottom {
}

.side_list_wrap .sidebar-news-title {
    font-size: 15px;
    line-height: 55px;
}

.side_list_right .pets_cta_button {
    padding-top: 0;
    margin-bottom: 5px;
}

.side_list_right .pets_cta_button a,
.side_list_right .pets_cta_button .span-href {
    background: transparent;
    border: 1px solid #06bf6c;
    border-radius: 17px;
    font-size: 16px;
    font-weight: 400;
    height: 34px;
    line-height: 34px;
    text-align: center;
    text-transform: inherit;
    max-width: 102px;
    display: block;
    color: #06bf6c;
    box-shadow: none;
    float: right;
    margin-right: 10px;
}

.side_list_right .pets_cta_button a:hover,
.side_list_right .pets_cta_button .span-href:hover {
    background-color: #06bf6c;
    color: #ffffff;
    text-decoration: none;
}

.homemobtext {
    display: none;
}

.homeposts {
    margin-top: 0;
    overflow: hidden;
}

.homeposts h2 {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 18px;
    text-transform: uppercase;
    text-align: center;
    padding: 16px 0 16px 0;
    background: #66C29D;
}

.newsblocks {
    overflow: hidden;
}

.newsblocks {
    padding: 25px 0 48px 0;
    float: left;
    width: 100%;
}

.newsblock img {
    max-width: 100%;
    max-height: 250px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.newsblock-title {
    padding: 22px 28px;
    /* min-height: 66px; */
    color: #333333;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
}

.newsblock {
    float: left;
    border-radius: 10px;
    border: 1px solid #b7b7b7;
    background-color: #f7f7f7;
    max-width: 256px;
}

.newsblock:hover {
    box-shadow: 0 0 16px rgba(22, 22, 22, 0.27);
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #bfbfbf91;
}

.newsblock:hover .newsblock-title {
    color: #06bf6c;
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline
}

ol.commentlist {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    text-indent: 0;
}

ol.commentlist li {
}

ol.commentlist li.alt {
}

ol.commentlist li.bypostauthor {
}

ol.commentlist li.byuser {
}

ol.commentlist li.comment-author-admin {
}

ol.commentlist li.comment {
    border-bottom: 1px dotted #666;
    padding: 1em;
}

ol.commentlist li.comment div.comment-author {
}

ol.commentlist li.comment div.vcard {
}

ol.commentlist li.comment div.vcard cite.fn {
    font-style: normal;
}

ol.commentlist li.comment div.vcard cite.fn a.url {
}

ol.commentlist li.comment div.vcard img.avatar {
    border: 5px solid #ccc;
    float: right;
    margin: 0 0 1em 1em;
}

ol.commentlist li.comment div.vcard img.avatar-32 {
}

ol.commentlist li.comment div.vcard img.photo {
}

ol.commentlist li.comment div.vcard span.says {
}

ol.commentlist li.comment div.commentmetadata {
}

ol.commentlist li.comment div.comment-meta {
    font-size: 12px;
}

ol.commentlist li.comment div.comment-meta a {
    color: #ccc;
}

ol.commentlist li.comment p {
    font-size: 16px;
    margin: 0.5em 0 1em;
    color: #000;
}

ol.commentlist li.comment ul {
    font-size: 14px;
    list-style: square;
    margin: 0 0 1em 2em;
}

ol.commentlist li.comment div.reply {
    font-size: 14px;
}

ol.commentlist li.comment div.reply a {
    font-weight: bold;
}

ol.commentlist li.comment ul.children {
    list-style: none;
    margin: 1em 0 0;
    text-indent: 0;
}

ol.commentlist li.comment ul.children li {
}

ol.commentlist li.comment ul.children li.alt {
}

ol.commentlist li.comment ul.children li.bypostauthor {
}

ol.commentlist li.comment ul.children li.byuser {
}

ol.commentlist li.comment ul.children li.comment {
}

ol.commentlist li.comment ul.children li.comment-author-admin {
}

ol.commentlist li.comment ul.children li.depth-2 {
    border-left: 5px solid #555;
    margin: 0 0 .25em .25em;
}

ol.commentlist li.comment ul.children li.depth-3 {
    border-left: 5px solid #999;
    margin: 0 0 .25em .25em;
}

ol.commentlist li.comment ul.children li.depth-4 {
    border-left: 5px solid #bbb;
    margin: 0 0 .25em .25em;
}

ol.commentlist li.comment ul.children li.depth-5 {
}

ol.commentlist li.comment ul.children li.odd {
}

ol.commentlist li.even {
    background: #fff;
}

ol.commentlist li.odd {
    background: #f6f6f6;
}

ol.commentlist li.parent {
    border-left: 5px solid #111;
}

ol.commentlist li.thread-alt {
}

ol.commentlist li.thread-even {
}

ol.commentlist li.thread-odd {
}

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

#commentform {
    max-width: 690px;
}

/*
.homeposts h2{
     max-width: 620px;
}
*/
.header {

    z-index: 999999999;
}

/*.page-id-4215 .page-title {
    background: url('https://www.wordpress-214494-666965.cloudwaysapps.com/wp-content/themes/mmjcardonline/images/testimonials_banner.jpg') center 0 no-repeat;
    padding: 0;
    height: 413px;
    border-radius: 0;
    overflow: hidden;
}
body.page-id-4215 {
    padding: 0;
}
.page-id-4215 .page-title h1{
    display:none;
}*/
.aligncenter {
    display: block;
    margin: 0 auto;

}

.single-post .page-cnt a {
    color: #16aceb;
}

.pets_review_sub {
    text-align: center;
}

/* ================================================================================= */

/* ==== Responsive ================================================================= */

/* ================================================================================= */

@media (max-width: 1200px) {
    .footer-item {
        float: none;
        margin: 0 auto 23px;
        /*width: 250px;*/
    }

    .footer-logo {
        display: block;
        margin-bottom: 28px;
        margin-top: 10px;
    }
}

@media (max-width: 1024px) {
    .category-blog .main,
    .category .main {
        margin-top: 12px;
    }

    .sidebar-news{
        position: relative!important;
        top: unset!important;
        width: 100%;
        max-width: 363px;
    }
    .footer-item {
        width: 100% !important;
        margin-bottom: 0;
    }

    .footer-logo {
        display: block;
        margin-bottom: 0;
        margin-top: 0;
    }

    .technews-item-wrap {
        background-position: center top !important;
        background-size: 100% auto !important;
        height: auto;
        margin: 0 auto;
        width: 480px;
    }

    .technews-item-text,
    .technews-item-text-big {
        float: none !important;
        margin: 365px auto 60px;
        width: 355px;
    }

    .technews-item-2 .technews-item-wrap {
        background-position: center 40px !important;
    }

    .technews-item-3 .technews-item-wrap {
        background-position: center 40px !important;
    }

    .technews-item-4 .technews-item-wrap {
        background-position: center 30px !important;
    }

    .technews-item-small .technews-item-wrap {
        height: auto !important;
        overflow: hidden;
    }

    .technews-item-small-btn {
        display: block;
        float: none;
        margin: 20px auto 36px;
    }

    .technews-item-small-left {
        float: none;
        margin-bottom: 30px;
    }

    .single-format-standard .header-translations {
        margin-right: 33px;
    }

    .temp-img-delete {
        width: 80%;
        height: auto;
    }

    .wrapper {
        width: 730px;
    }

    .show-all-wrap {
        width: 100% !important;
    }

    .main .wrapper,
    .author-container {
        margin: 0 auto !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .page-side-cnt {
        width: 100%;
        float: none;
    }

    .page-side-item {
        margin: auto;
        margin-bottom: 30px;
    }

    .sidebar {
        clear: both;
        float: none;
        margin: 30px auto 0;
        width: 100%;
        max-width: 363px;
    }

    ol.commentlist li {
        padding: 10px;
        word-break: break-word;
    }

    .header-title-in {
        margin: 0 auto;
        font-size: 20px;
        line-height: 80px;
    }

    .four_blocks_item,
    .three_blocks_item,
    .three_blocks_item:first-child + *,
    .three_blocks_item:first-child + * + * + * + *,
    .three_blocks_item:first-child + * + * + * + * + * + * + * {
        margin-left: 0px;
        margin-right: 0px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        padding-right: 10px;
    }

    .four_blocks,
    .three_blocks {
        margin-left: 0;
        margin-right: 0;
    }

    .blue_line {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
    }

    .our_work {
        padding-left: 20px;
        padding-right: 20px;
    }

    .wrapper_inner_float {
        max-width: 775px;
    }

    .portfolio_inner_image,
    .portfolio_inner_content {
        max-width: 48%;
    }

    .cont_left {
        float: none;
        clear: both;
        width: 100%;
    }

    .cont_right {
        float: none;
        clear: both;
        width: 100%;
    }

    .homelg {
        margin: 0 auto 34px;
        width: 784px;
    }

    .header-like,
    .header-translations {
        display: none;
    }

    .pets_logo,
    .pets_cta_block {
        width: auto !important;
    }

    .homeposts .page-side-item-cnt {
        width: 335px;
        padding: 0 0 0 25px;
    }
}

    .preferences_container .preferences_column {
        justify-content: flex-start !important;
    }

    .preferences_container .preferences_column .image-block-home {
        height: 132px !important;
        text-align: center;
    }

    .preferences_container .preferences_subtitle {
        text-align: center;
    }

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .preferences_container .preferences_title {
        font-size: 24px !important;
    }

    .preferences_container .preferences_subtitle {
        font-size: 20px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 860px) {
    .col-xs-12.col-md-6.p-0.comment-col-6:first-child {
        padding-right: 5px !important;
    }
    .col-xs-12.col-md-6.p-0.comment-col-6:first-child + * {
        padding-left: 5px !important;
    }
}

@media (max-width: 800px) {

    .category-blog .page-side-cnt .page-side-item-img img,
    .category .page-side-cnt .page-side-item-img img,
    .single .page-side-cnt .page-side-item-img img {
        height: auto;
    }

    .newsblock {
        float: none;
        width: 89% !important;
        margin: 0 auto 22px;
        box-shadow: 0 0 11px #999;
        display: block;
    }

    .bslider-in {
        padding-top: 25px;
        width: 300px;
    }

    .bslider-body-line2 {
        font-size: 16px;
        display: none !important;
    }

    .bslider-body-form-btn {
        font-size: 22px;
        height: 64px;
        line-height: 64px;
        margin-bottom: 11px;
        width: 300px;
    }

    .bslider-body-form-input {
        font-size: 22px;
        height: 64px;
        line-height: 64px;
        margin-bottom: 11px;
        width: 300px;
    }

    .bslider-body-form-sub {
        font-size: 22px;
        height: 64px;
        line-height: 64px;
        margin-left: 0;
        width: 300px;
    }

    .bslider-body-form-sub-bg {
        left: -300px;
        width: 300px;
    }

    .bslider-body-form-sub-text {
        width: 300px;
    }

    .bslider-hdr-title1 {
        font-size: 24px;
    }

    .bslider-hdr-title2 {
        font-size: 18px;
    }

    .bslider-hdr {
        margin-bottom: 30px;
        margin-top: 46px !important;
    }

    .bslider-body-form-sub-arr {
        background-size: 78% 100%;
        height: 64px;
        width: 45px;
    }

    .bslider-body-line1 {
        font-size: 16px;
    }

    .bslider-body-line3 {
        font-size: 14px;
    }

    .homelg {
        margin: 0 auto 34px;
        width: 588px;
    }

    .page-side-item-cnt-text {
        max-height: 2000px;
    }

    .blue_line_button {
        width: 100%;
    }

    .blue-btn.blue-btn-orange {
        background: #F28141 none repeat scroll 0 0;
        border-bottom: 3px solid #973000;
        height: 61px;
        margin: 0 auto 15px auto;
        width: 297px;
        float: none;
        line-height: 56px;
        margin-top: 0;
    }

    .blue_line_content {
        margin: 0 0 15px 0;
        color: #fff;
        width: 100%;
        font-weight: 700;
        text-align: center;
    }

    .page-side-item {
        height: auto;
        box-shadow: none !important;
    }

    .homeposts .page-side-item-cnt {
        width: auto !important;
        padding: 0 10px 0 11px;
    }

    .homeposts .page-side-item-img {
        width: 100%;
    }

    .homeposts .page-side-item-img img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 775px) {
    .wrapper_inner_float {
        max-width: 530px;
    }

    .portfolio_inner_image,
    .portfolio_inner_content {
        max-width: 100%;
        width: 100%;
    }

    .portfolio_inner_image {
        margin-bottom: 30px;
    }

    .portfolio_inner_bottom .our_work {
        padding-left: 0;
        padding-right: 0;
    }
}

.home .page-title-mob,
.page-title-testim-mob {
    display: none;
}

@media (max-width: 767px) {
    /*body {*/
    /*background: url('../images/footer_bg_mob.jpg') center bottom no-repeat #C7E6C7;*/
    /*}*/
    .ntags-title {
        display: none;
    }

    .pets_table_headline + * {
        padding-top: 0 !important;
    }

    .pets_cta_block {
        margin-bottom: 15px;
    }

    /*    .home .page-title,
        .page-id-4215 .page-title {
            display: none;
        }*/
    .home .page-title {
        display: none;
    }

    .home .page-title-mob,
    .page-title-testim-mob {
        display: block;
        width: 100%;
        height: 200px;
        background-position: center !important;
        background-size: cover !important;
    }

    .homedinam-item {
        float: none;
        width: 75%;
        margin: 0 auto;
    }

    .ads-home-ftr-full {
        display: none;
    }

    .wrapper.portfolio_inner_wrapper {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 20px;
    }

    .bx-slide-in-title {
        font-size: 42px;
        margin-top: 103px;
    }

    .bx-slide-in-btn {
        font-size: 22px;
        height: 49px;
        line-height: 50px;
        width: 261px;
    }

    .header {
        height: auto;
        min-height: 60px;
    }

    .header-title-in {
        width: 280px;
        margin: 0 auto;
    }

    .wrapper {
        width: 90%;
    }

    .quizes-full {
        margin: 0 auto;
        overflow: hidden;
        width: 280px;
    }

    .quiz-item img {
        width: 255px;
        height: 215px;
    }

    .quiz-item {
        height: 330px;
        width: 255px;
    }

    .header-logo {
        width: 100%;
    }

    .header-logo img {
        margin-top: 3px;
        width: 200px;
    }

    .quiz-item-btn {
        top: 187px;
    }

    .form-item-field {
        width: 100%;
    }

    input,
    textarea {
        width: 90%;
    }

    .page-side-cnt {
        clear: both;
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    .page-side-item {
        height: auto;
        display: block;
    }

    .page-side-item-img img {
        width: 100%;
    }

    .category-blog .page-side-cnt .page-side-item-img img,
    .category .page-side-cnt .page-side-item-img img,
    .single .page-side-cnt .page-side-item-img img {
        height: auto;
    }

    .page-side-item-cnt {
        float: none;
        padding: 0 10;
        width: 100%;
    }

    .page-title h1 {
        font-size: 18px;
    }

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

    .page-side-item-img {
        float: none;
        width: 100%;
        height: auto;
    }

    .bx-mob-img {
        background-size: auto 280px !important;
        height: 280px !important;
    }

    .bx-wrapper,
    .bx-viewport {
        height: 280px !important;
    }

    .mobmenu {
        cursor: pointer;
        display: block;
    }

    .page-title-separated {
        padding-right: 30px;
    }

    .page-title-soc {
        margin-bottom: -15px;
        margin-top: 15px;
        position: relative;
        right: 0;
        top: 0;
    }

    .qst-line1 {
        font-size: 14px;
        line-height: 30px;
    }

    .facebook_login {
        background-size: 100% 100%;
        height: 57px;
        width: 222px;
    }

    #loading_page {
        padding: 50px 33px 71px;
    }

    .loading-grey {
        font-size: 16px;
        line-height: 24px;
    }

    .loading-black {
        font-size: 21px;
        margin-top: 29px;
    }

    a.share {
        background-size: 100% 100%;
        height: 55px;
        width: 230px;
    }

    .qstep-title {
        line-height: 30px;
        padding: 10px 5px;
        text-align: center;
    }

    .qstep-ftr-item-in-title {
        font-size: 14px;
    }

    .qstep-ftr-item-person {
        display: none;
    }

    .qstep-ftr {
        overflow: hidden;
        padding: 0 15px;
    }

    .qstep-ftr-item-in-perc-number {
        width: 69%;
    }

    .step-1-cnt {
        padding: 25px 6px 0;
    }

    .bx-slide-in-title {
        font-size: 34px;
        margin-top: 54px;
    }

    .bx-slide-in-btn {
        font-size: 22px;
        height: 49px;
        line-height: 51px;
        width: 247px;
    }

    .quiz_additional h2 {
        font-size: 14px;
    }

    a.share-fc,
    a.share-fc2 {
        display: block;
        float: none;
        margin: 18px auto !important;
    }

    .share-block {
        width: 100%;
    }

    .step2-btn-btm2 {
        margin-top: 50px;
    }

    .step2-btn-btm-icon {
        font-size: 17px;
        height: auto;
        line-height: 48px;
        margin: 0 20px;
        padding-left: 13px;
        width: auto;
    }

    .page-cnt iframe {
        height: auto;
        width: 100%;
    }

    #btn4,
    #btn1 {
        display: none;
    }

    .personality-link .step2-btn-btm-icon {
        font-size: 14px;
        padding: 0;
    }

    .header .wrapper {
        width: 100%;
    }

    .header-logo {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
    }

    .mobmenu {
        right: 20px;
    }

    .header-menu-mob {
        padding-bottom: 0;
    }

    .home .main {
        /*margin-top: 75px;*/
    }

    .home .main .wrapper {
        margin: 0 auto;
        background: #fff;
    }

    .pets_table_headline {
        display: none;
    }

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

    .pets_tel {
        display: inline-block;
        margin: 5px 0;
    }

    .pets_cta_block {
        text-align: center;
    }

    .pets_list,
    .pets_rating_block,
    .pets_cta_button {
        padding-top: 0;
    }

    .top_right_bar_bottom_right {
        padding-top: 10px;
    }

    .home .page-cnt {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .home .page-cnt .above_table_text {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .home .page-cnt .pets_table {
        box-shadow: none;
        border-top: 1px solid #ccc !important;
        border-radius: 0 !important;
    }

    .home .page-cnt .pets_table .pets_table_row {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .home .page-title {
        background: rgba(0, 0, 0, 0) url("../images/header_img.jpg") no-repeat scroll -36px 0 / auto 100% !important;
        height: 155px !important;
        position: relative;
    }

    .home .page-title::before {
        bottom: 20px;
        color: #fff;
        content: "Trusted Reviews";
        font-size: 18px;
        font-weight: bold;
        position: absolute;
        right: 13px;
    }

    .homedectoptext {
        display: none;
    }

    .homemobtext {
        display: inline;
    }

    .page-cnt {
        padding: 15px 27px 47px 27px;
    }

    .page-title {
        padding-left: 10px;
        padding-right: 10px;
    }

    .background .wrapper.cf .page-cnt {
        padding: 0 27px;
    }

}

@media (max-width: 640px) {

    .homelg {
        width: 300px;
    }

    .homelg-item {
        height: 85px;
        width: 150px;
    }

    .homelg {
        height: 182px;
    }

    .four_blocks_item,
    .three_blocks_item {
        width: 259px;
    }

    .four_blocks_item_text br {
        display: none;
    }

    .technews-item-wrap {
        width: 320px;
    }

    .technews-item-text,
    .technews-item-text-big {
        margin: 254px auto 60px !important;
        width: 300px;
    }

    .technews-item-small .technews-item-wrap {
        width: 300px;
    }

    .technews-item-2 .technews-item-wrap {
        background-size: 88% auto !important;
    }

    .technews-item-3 .technews-item-wrap {
        background-size: 88% auto !important;
    }

    .technews-item-4 .technews-item-wrap {
        background-size: 88% auto !important;
    }
}

@media (max-width: 530px) {
    .wrapper_inner_float {
        max-width: 285px;
    }

    .home .wrapper {
        width: 90%;
    }
}

@media (max-width: 520px) {
    .text_min_height {
        min-height: auto;
        margin: 0 0 20px 0;
    }
}

@media (max-width: 450px) {
    .comment .comment-respond {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #commentform input[type=submit] {
        padding: 21px 15px !important;
    }
}

@media (max-width: 400px) {
    .top_banner {
        position: relative;
        height: 410px;
    }

    .top_banner_message {
        position: absolute;
        bottom: 0;
        right: 0;
        max-width: 100%;
        width: 100%;
    }

    .blue_line {
        padding-left: 0;
        padding-right: 0;
    }

    .blue_line_content {
        padding-left: 10px;
        padding-right: 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .top_banner_message_text {
        font-size: 23px;
    }

}

.page-template-default .page-title {
    padding-bottom: 0 !important;
}

.navbar-toggler:focus {
    border: 1px solid #0000 !important;
    padding: .25rem .75rem !important;

}

.jumbotron {
    min-height: 580px;
    margin-bottom: -7.8rem;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 575px) {
    .jumbotron {
        margin-bottom: 1rem;
    }

    .pop-ch-card {
        margin-bottom: unset !important;
    }

}

.header-cont {
    max-width: 1170px !important;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 1.1rem 3rem;
    font-size: 1.55rem;
    background-color: #05bf6c;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.card__img {
    width: auto;
    height: 60px;
    margin: auto;
    max-width: 163px;
}

.card {
    -webkit-box-shadow: 0px 3px 15px -3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 15px -3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 15px -3px rgba(0, 0, 0, 0.5);

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.pop-ch-card {
    margin-bottom: 3.5rem;
}

h1.display-4 {
    line-height: 1.4;
}

.bc-title {

    background: #1AB7EA;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}

/**
 * My Custom Style ---
 **/
@media (max-width: 600px) and (min-width: 370px) {
	.navbar {
		/*padding: .5rem 0rem;*/
	}
	.mr-0 {
/*       margin-right: 5px!important;*/
   }
	.btn-lg {
    margin-top: 180px;
   }
}
@media (max-width: 360px) {
    .side_list_right .pets_cta_button a,
    .side_list_right .pets_cta_button .span-href {
        margin-right: 0 !important;
    }
}

@media (max-width: 320px) {
	.home .jumbotron {
      min-height: 420px;  
	  height:420px;    
    }
	.navbar {
		/*padding: .5rem 0rem;*/
	}
	.mr-0 {
/*       margin-right: 5px!important;*/
   }
    .btn-lg {
        margin-top: 110px;
        position: relative !important;
        top: -110px !important;
    }
    .header-menu > ul > li {
        padding-left: 0;
        padding-right: 0;
    }
    .custom-logo-link {
        width: 215px !important;
        float: left;
    }
    .navbar-toggler {
        float: left;
    }
    .header {
        min-height: auto;
    }
    .header-menu {
        padding-top: 10px;
    }
/*    .navbar-toggler {
        padding: .25rem 5px !important;
    }*/

}

@media (max-width: 600px) and (min-width: 300px) {
	.page-title {
		padding-left: 10px;
		padding-right: 10px;
	}
	.page-cnt {
		padding: 15px 10px 47px 10px;
	}
}



/*.card:hover .bc-button*/
/*{*/
/*background-color: #35C8EF !important;*/
/*}*/

/*.card:hover .bc-link*/
/*{*/
/*color: #35C8EF !important;*/
/*}*/

.bc-button {
    background-color: #1AB7EA;

    border-radius: 10px;
    border: none;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding: 10px 30px;
    margin: auto;
}

.bc-button:hover {
    background-color: #35C8EF !important;
}

.bc-link {
    color: #1AB7EA;
}

.bc-link:hover {
    color: #35C8EF !important;
}
.category-brand-reviews .header-title hr {
    height: 1px;
    background-color: #c6cacd;
    width: 35%;
}

.reviews-row .post-card {
    position: relative;
    display: block;
    width: 31%;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    text-align: left;
    margin: 0 0 3rem !important;
    color: #333!important;
}
.reviews-row {
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 4rem 0;
}
/*.category-brand-reviews .header-title {*/
/*    float: none;*/
/*    color: #999999;*/
/*}*/
/*.category-brand-reviews .header-title .header-title-in {*/
/*    font-size: 24px;*/
/*}*/
.category-brand-reviews .post-photo-bg {height: 300px;}
.category-brand-reviews .post-link {
    font-size: 24px;
    line-height: 28px;
    padding: 15px 10px;
}
.category-brand-reviews .post-card img.star-hovered,
.recommended-article img.star-hovered {
    display: none;
}
.category-brand-reviews .post-card:hover img.star,
.recommended-article:hover img.star {
    display: none;
}
.category-brand-reviews .post-card:hover img.star-hovered,
.recommended-article:hover img.star-hovered {
    display: initial;
}
span.post-short-content {
    padding: 0 10px 4rem;
    display: inline-block;
}
.card-bottom > span {
    display: inline-block;
    color: #999999;
}
.card-bottom > span.comments-label {
    width: 70%;
}
.card-bottom > span.comments-label img {
    margin-right: 6px;
}
.card-bottom > span.rating-label img {
    position: relative;
    top: -2px;
    margin-right: 6px;
}
.card-bottom > span.rating-label {
    width: 28%;
}
.card-bottom {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 10px;
    padding: 10px;
}

span.rating-label {
    text-align: right;
}

.reviews-row > div:nth-child(3n + 2) {
    margin-right: 3.5% !important;
    margin-left: 3.5% !important;
}
@media (max-width: 820px) {
    .reviews-row .post-card {
        width: 47%;
    }
    .reviews-row > div:nth-child(2n) {
        margin-right: 0 !important;
        margin-left: 6% !important;
    }
    .reviews-row > div:nth-child(5n) {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}
@media (max-width: 540px) {
    .reviews-row .post-card {
        width: 100%;
        margin: 1rem auto !important;
    }
    .reviews-row > div:nth-child(3n + 2) {
        margin: 1rem auto !important;
    }
    .reviews-row > div:nth-child(2n) {
        margin-left: 0 !important;
    }
}

.reveal__button__wrapper {
    text-align: center !important;
}

.reveal__button__link {
    display: inline-block !important;
}

.tab_button {
    text-decoration: none;
    display: inline-block;
    border: 2px solid #1ab7ea;
    width: 164px;
    height: 56px;
    border-radius: 10px;
    background: #1ab7ea;
    box-shadow: none;
    color: #fff;
    text-align: center;
    font-size: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 13px;
    margin-top: 38px;
}

.tab_button:hover {
    text-decoration: none;
    color: #fff;
    background: #35c8ef;
    border-color: #35c8ef;
}

.source-list a {
    color: #16aceb !important;
    text-decoration: underline;
}

a {
    outline: none !important;
}

.custom-logo-link {
    width: 234px;
}

.custom-logo-link img {
    width: 100%;
    height: auto;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        align-items: center !important;
    }
    .navbar-expand-lg .navbar-nav .fab.fa-facebook-f {
        position: relative;
        top: -4px;
    }
}

.footer-wrapper .footer .logo-container {
    margin: 7px 0 0 0;
}

#menu-footer li:last-child {
    position: relative;
    top: -4px;
}

.nw_form {
    margin: 0 auto !important;
    border-radius: 0 0 10px 10px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.contact_info {
    margin: 3rem auto 0;
    border-radius: 10px 10px 0 0;
    background: #fff;
    max-width: 920px;
    padding: 25px 30px 50px;
    font-size: 1.1rem;
}

.nw_form {
    padding-top: 0 !important;
}

.contact_page_content {
    margin: 0 auto;
    border-radius: 0 0 10px 10px;
    background: #fff;
    max-width: 920px;
    padding: 0 30px;
    font-size: 1.1rem;
}

.contact_page_content p {
    margin-bottom: 0;
}

.contact_info_title {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 40px;
}

.contact_info_content {
    display: flex;
    justify-content: space-between;
}

.contact_info_content_column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact_info_content_column:first-child {
    padding-right: 10px;
}

.contact_info_content_column p {
    font-size: 18px;
    line-height: 1;
    padding-left: 47px;
    min-height: 31px;
    display: flex;
    align-items: center;
    margin-bottom: 19px;
}

.contact_info_content_column img {
    display: block;
    max-width: 410px;
    height: auto;
    width: 100%;
    margin: 0 auto;
}

.contact_info_content_column iframe {
    margin: 0 auto;
}

.contact_info_location {
    background: url('../images/contact_location.png') left center no-repeat;
}

.contact_info_shedule {
    background: url('../images/contact_shedule.png') left center no-repeat;
}

.contact_info_email {
    background: url('../images/contact_email.png') left center no-repeat;
    word-break: break-all;
}

.contact_info_phone {
    background: url('../images/contact_phone.png') left center no-repeat;
}

.nw-greeteng {
    font-size: 16px;
}

.form-group {
    margin-bottom: 31px;
}

.form-group label {
    font-size: 18px;
    margin-bottom: 12px;
}

.nw_form .form-control {
    padding: 29px 30px !important;
    border-color: #999 ;
}

.nw-greeteng {
    margin-bottom: 44px !important;
}

.nw-submit-wr button {
    margin-top: 9px !important;
}

@media (max-width: 840px) {

    .nw_form .form-control {
        border-radius: 5px;
    }
    
    .contact_info_content_column {
        width: 100%;
        padding: 0;
    }

    .contact_info_content_column:first-child {
        margin-bottom: 6px;
    }

    .contact_info_content {
        flex-direction: column;
    }

    .contact_info_title {
        line-height: 28px;
        font-size: 20px;
        margin-bottom: 26px;
    }

    .contact_info_content_column p {
        font-size: 14px;
        line-height: 21px;
        padding-left: 45px;
        margin-bottom: 12px;
    }

    .contact_info_location {background-size: 18px;}
    .contact_info_shedule {background-size: 21px;}
    .contact_info_email {background-size: 21px;}
    .contact_info_phone {background-size: 21px;}

    .nw_form,
    .contact_info {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .nw-greeteng {
        font-size: 14px;
    }
    .nw_form .form-control {
        padding: 24px 30px !important;
    }
    .form-group label {
        font-size: 16px;
        margin-bottom: 3px;
    }
    .form-group {
        margin-bottom: 20px;
    }
    .nw-greeteng {
        margin-bottom: 24px !important;
    }
    .nw_form {
        padding-bottom: 14px !important;
    }
    .contact_info_content_column iframe {
        width: 100%;
    }
}

@media (max-width: 737px) {

    .background {
        height: 160px;
    }
    .background img {
        width: 737px;
        height: 160px;
        position: absolute;
        max-width: unset;
        left: 50%;
        margin: 0 0 0 -368px;
    }

    .background .wrapper.cf {
        top: 50%;
        font-weight: bold !important;
        margin: -14px 0 0 0 !important;
        font-size: 24px;
    }

}

@media (max-width: 640px) {
    .page-template-about-us-page .main .wrapper {
        margin: 0 auto;
        width: 100%;
        padding: 0;
    }
    .nw_form,
    .contact_info {
        border-radius: 0 !important;
    }
    .nw_form {
        margin-top: 0 !important;
    }

}

.about-us a,
.contact_page_content a,
.contact_info_content a {
    color: rgb(22, 172, 235) !important;
}

.open_both {
    display: none;
}

.button-column2 + .open_both,
.button-column3 + .open_both {
    display: block;
    width: 160px;
    height: 60px;
    margin: 0 0 0 -80px;
    position: absolute;
    bottom: 44px;
    left: 50%;
}

@media (max-width: 991px) {
    .button-column2 + .open_both,
    .button-column3 + .open_both {
        display: none !important;
    }
}

#menu-footer li:last-child {
    padding-right: 0;
}

.site_header {
    padding: 20px 0;
    background: #fff;
    margin-top: 0;
    top: 0;
    width: 100%;
    z-index: 999999999;
}

.site_header_inner {
    max-width: 1180px !important;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_navigation_menu {
    display: flex;
}

.main_navigation_menu > li {
    position: relative;
}

.main_navigation_menu > li > a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
}

.main_navigation_menu > li.header_fb > a {
    font-weight: normal;
    font-size: 1.25rem;
}

.main_navigation_menu a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.main_navigation_menu .current-menu-item > a,
.main_navigation_menu .current-menu-parent> a {
    color: #06bf6c;
    text-decoration: none;
}

.main_navigation_menu > li {
    margin-left: 30px;
    font-size: 18px;
}

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

.main_navigation_menu .sub-menu {
    display: none;
    position: absolute;
    right: -15px;
    top: 100%;
    background: #fff;
    padding: 25px 15px 7px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.main_navigation_menu > li > ul > li {
    white-space: nowrap;
}

.main_navigation_menu > li.menu-item-has-children > a:after {
    content: '▼';
    font-size: 11px;
    margin: 0px 0 0px 4px;
    position: relative;
    top: -3px;
}

.mobile_ham {
    display: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px;
    border-radius: .25rem;
    border: 1px solid #E5E5E5;
    justify-content: space-between;
    flex-direction: column;
    cursor: pointer;
}

.mobile_ham img {
    display: none;
}

.mobile_ham.open_nav {
    background: url('images/svg/times-light.svg') no-repeat;
    padding: 5px 18px;
}

.mobile_ham.open_nav .mobile_ham_line {
    display: none;
}

.mobile_ham.open_nav img {
    display: block;
    width: 18px;
    height: 29px;
}



.mobile_ham_line {
    width: 24px;
    height: 2px;
    background: #7F7F7F;
    margin-bottom: 6px;
}

.mobile_ham_line:nth-child(3) {
    margin-bottom: 0;
}

.main_navigation_menu a:hover,
.main_navigation_menu .current-category-ancestor a {
    color: #06bf6c;
    text-decoration: none;
}

@media (min-width: 1367px) {
    .main_navigation_menu > li:hover .sub-menu {
        display: block;
    }
}

@media (max-width: 980px) {

    .mobile_ham {
        display: flex;
    }

    .main_navigation {
        position: absolute;
        width: 100%;
        left: 0;
        top: 100%;
        background: #fff;
        border-top: 1px solid #E5E5E5;
        display: none;
        width: 100% !important;
        opacity: 1 !important;
    }

    .main_navigation.open_nav {
        display: block;
    }

    .main_navigation_menu {
        flex-direction: column;
    }

    .main_navigation_menu > li {
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #E5E5E5;
        font-size: 16px;
    }

/*    .main_navigation_menu > li.menu-item-has-children > a:after {
        content: '▼';
        font-size: 12px;
        position: relative;
        top: -2px;
        right: -3px;
        margin: 0;
        color: #000;
        line-height: 1;
    }*/

    .main_navigation_menu > li.menu-item-has-children > a:after {
        display: none !important;
    }

    .main_navigation_menu > li.menu-item-has-children:after {
        content: '▼';
        font-size: 12px;
        position: absolute;
        top: 20px;
        right: calc(50% - 50px);
        margin: 0;
        line-height: 1;
    }

    .main_navigation_menu > li.menu-item-has-children.open_sub:after {
        content: '▲';
    }

/*    .main_navigation_menu > li.menu-item-has-children.open_sub > a:after {
        content: '▲';
    }*/

    .main_navigation_menu .sub-menu {
        display: none;
        position: relative;
        padding: 0 0 4px 0;
        width: 100% !important;
        opacity: 1 !important;
    }

    .main_navigation_menu .sub-menu.open_sub {
        display: block;
    }

    .main_navigation_menu > li > ul > li {
        white-space: nowrap;
        padding: 0 0 0px 15px;
        margin-bottom: 5px;
    }

    .submenu_mobile_trigger {
        width: 100%;
        height: 51px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        display: none;
    }

    .main_navigation_menu > li > a {
        position: relative;
        z-index: 2;
        display: block;
        padding: 0;
        height: 51px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        padding-top: 4px;
    }

    .main_navigation_menu > li.menu-item-has-children {
        text-align: center;
    }

    .main_navigation_menu > li.menu-item-has-children > a {
        display: inline-block;
        height: 51px;
        box-sizing: border-box;
        padding-top: 19px;
        margin-left: -20px;
    }

    .main_navigation_menu > li.menu-item-has-children .submenu_mobile_trigger {
        display: block;
    }

    .main_navigation_menu > li.menu-item-has-children > ul > li .submenu_mobile_trigger {
        display: none;
    }

    .main_navigation_menu .sub-menu {
        right: 0;
        padding-top: 6px;
        padding-bottom: 18px;
    }

    .main_navigation_menu > li > ul > li {
        padding: 0;
    }
    .header_fb {
        height: 100vh;
    }
    body.open_nav {
        position: fixed;
    }

    .main_navigation_menu > li.header_fb > a {
        font-weight: normal;
        font-size: 1.25rem;
        position: fixed;
        width: 100%;
        bottom: 7px;
    }

    .header_fb i {
        display: block;
        width: 27px !important;
        height: 27px !important;
        background: url('../images/svg/facebook.svg') no-repeat;
    }

    .header_fb i:before {
        display: none;

    }

}

@media (max-width: 335px) {
    .mobile_ham {
        padding: 10px 5px;
    }
    .mobile_ham.open_nav {
        padding: 5px 8px;
    }
}



@media (min-width: 981px) and (max-width: 1366px) {
    .main_navigation_menu > li.menu-item-has-children > .submenu_mobile_trigger {
        width: 26px;
        height: 25px;
        position: absolute;
        right: -4px;
        top: 0px;
    }
    .main_navigation_menu > li.menu-item-has-children > a:after {
        content: '▼';
        font-size: 18px;
        margin: 0px 0 0px 4px;
        position: relative;
        top: 0px;
    }
    .main_navigation_menu > li.menu-item-has-children.open_sub > a:after {
        content: '▲';
    }
    .main_navigation_menu .sub-menu.open_sub {
        display: block;
    }
}

.site_logo,
.logo-container {
    margin-left: -2px !important;
}

@media (max-width: 1195px) {
    .site_header,
    .footer-wrapper .footer,
    .main .wrapper,
    .main.single .wrapper,
    .main.single .author-container {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

#respond {
    display: none !important;
}

#comments #wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt textarea {
    flex-basis: 100%;
}
#comments #wpdcom .wpd-comment .wpd-comment-right {
    width: 100%;
}
#wpdcom .wpd-comment-right .wpd-comment-header .wpd-comment-share {
    visibility: visible !important;
    opacity: 1 !important;
}

#wpdcom .wpd-comment-header .wpd-comment-share .wpd-tooltip-content i:hover {
    color: #06BF6C;
}

#wpdcom {
    max-width: 100% !important;
}

.wpd-custom-field.wpd-cf-rating {
    display: flex;
}
#wpdcom .wpd-top-custom-fields .wpd-custom-field.wpd-cf-rating .wpd-cf-label {
    padding: 4px 0px 2px 2px;
    display: flex;
    width: auto;
}
#wpdcom .wpd-top-custom-fields .wpd-custom-field.wpd-cf-rating .wpd-cf-value {
    display: flex;
    width: auto;
    opacity: 1;
}
#wpdcom .wpd-form-col-full .wpdiscuz-item.wpd-field-group.wpd-field-rating {
    display: flex;
}
#wpdcom .wpd-form-col-full .wpd-field-group .wpd-field-group-title {
    padding-right: 15px;
    padding-top: 1px;
}
#wpdcom .wpd-form-col-full .wpd-field-group .wpd-field-group-title:after {
    content: ':';
}


@media (min-width: 601px) {
    #wpfront-scroll-top-container {
        bottom: 78px !important;
    }
}
@media (max-width: 600px) {
    #wpfront-scroll-top-container {
        bottom: 12px !important;
        display: block !important;
        width: 50px !important;
    }
}
@media (max-width: 390px) {
    #wpfront-scroll-top-container {
        bottom: 80px !important;
        display: block !important;
        width: 50px !important;
    }
}
.hide_this {
    display: none !important;
}
.wpdiscuz-post-rating-wrap {
    display: none;
} 
/*@media only screen and (min-device-width : 768px) and (max-device-width : 1366px) and (orientation : landscape) {
    .main_navigation {
        display: none;
    }
    .mobile_ham {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}*/

#wpdcom .wc-field-submit input[type="submit"] {
    margin-left: 2% !important;
    width: 273px !important;
    height: 69px !important;
    margin-right: -2px !important;
}

#wpd-bubble-wrapper > #wpd-bubble #wpd-bubble-add-message {
    line-height: 1.5;
    height: 70px;
    font-size: 14px;
}
@media (max-width: 1024px) {
    #wpd-bubble-wrapper > #wpd-bubble #wpd-bubble-add-message {
        font-size: 13px;
    }
}

.comment_top_title {
    color: #333333;
    font-size: 33px;
    font-weight: 700;
    line-height: 1;
    margin: 39px 0 -16px 0;
}

@media (max-width: 360px) {
    #wpdcom .wc-field-submit input[type="submit"] {
        width: 211px !important;
        height: 54px !important;
    }

    #wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha {
        transform-origin: center;
        -webkit-transform-origin: center;
        float: right !important;
        display: block !important;
        margin: 0 -47px 0 0 !important;
    }

    .wc-field-submit {
        clear: both !important;
    }
}

.category-blog .page-side-item,
.category .page-side-item,
.single .page-side-item {
    justify-content: space-between;
    border: none;
    background: #fff;
    box-shadow: 0px 5px 15px #0000001A;
}

.category-blog .page-side-item-img,
.category .page-side-item-img,
.single .page-side-item-img {
    float: none;
    width: 100%;
    max-width: 320px;
    overflow: hidden;
    display: flex;
    justify-content: left;
    align-items: center;
}

.category-blog .page-side-item-img img,
.category .page-side-item-img img,
.single .page-side-item-img img {
    display: flex;
}

.category-blog .page-side-item-cnt,
.category .page-side-item-cnt,
.single .page-side-item-cnt {
    float: none;
    padding: 0;
    width: 100%;
    max-width: 450px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px;
    margin-left: 30px;
}

.category-blog .page-side-item-cnt-tit,
.category .page-side-item-cnt-tit,
.single .page-side-item-cnt-tit {
    color: #333333;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    height: auto;
    overflow: hidden;
    margin-bottom: 1px;
    padding-top: 31px;
    min-height: 87px;
    margin-bottom: 5px;
}

.category-blog .page-side-item-cnt-text,
.category .page-side-item-cnt-text,
.single .page-side-item-cnt-text {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    min-height: 85px;
}

.category-blog .page-side-item-cnt-bottom,
.category .page-side-item-cnt-bottom,
.single .page-side-item-cnt-bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.category-blog .page-side-item-cnt-bottom-date,
.category .page-side-item-cnt-bottom-date,
.single .page-side-item-cnt-bottom-date {
    font-size: 16px;
    line-height: 24px;
    color: #999;
    margin: 0;
    padding: 0;
    flex: 1 0 auto;
    margin-right: 15px;
}

.category-blog .page-side-item-cnt-bottom-rating,
.category .page-side-item-cnt-bottom-rating,
.single .page-side-item-cnt-bottom-rating {
    font-size: 16px;
    color: #999;
    line-height: 24px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    line-height: 25px;
    display: flex;
    position: relative;
    top: 1px;
    width: auto;
    justify-content: flex-end;
}

.category-blog .page-side-item-cnt-bottom-rating-star,
.category .page-side-item-cnt-bottom-rating-star,
.single .page-side-item-cnt-bottom-rating-star {
    width: 24px;
    height: 22px;
    background: url('../images/rating-star-green.png') no-repeat;
    margin-right: 4px;
}

.category-blog .page-side-item-cnt-bottom-rating-star.star-rating-is-0,
.category .page-side-item-cnt-bottom-rating-star.star-rating-is-0,
.single .page-side-item-cnt-bottom-rating-star.star-rating-is-0 {
    background: url('../images/rating-star-gray.png') no-repeat;
}

.category-blog .page-side-item:hover .page-side-item-cnt-tit,
.category .page-side-item:hover .page-side-item-cnt-tit,
.single .page-side-item:hover .page-side-item-cnt-tit {
    text-decoration: none;
    color: #333;
}

.category-blog .page-side-item .page-side-item-cnt-tit:hover,
.category .page-side-item .page-side-item-cnt-tit:hover,
.single .page-side-item .page-side-item-cnt-tit:hover {
    text-decoration: none;
    color: #06BF6C;
}

.category_bubble {
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    background: #EBEBEB;
    border-radius: 3px;
    padding: 2px 10px;
    text-align: center;
}

.category_bubble:hover,
span.category_bubble {
    text-decoration: none;
    color: #06BF6C;
}

.page-side-item-cnt-bottom-category {
    margin-right: 15px;
}

.categories_container {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}

.categories_container a {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    line-height: 1;
    background: #EBEBEB;
    border-radius: 3px;
    padding: 7px 16px 6px 16px;
    margin: 0 7px 10px 7px;
}

.categories_container a:hover {
    text-decoration: none;
    color: #06BF6C;
}

.categories_container .current-menu-item a {
    color: #06BF6C;
    cursor: default;
}

.category-blog .header-title,
.category .header-title,
.single .header-title {
    margin-bottom: 20px;
    justify-content: center;
}

.header-title h1.header-title-in {
    font-size: 36px;
    display: inline-block;
    background: #F7F7F7;
    padding: 0 40px;
    font-weight: 400 !important;
}

.header-title {
    position: relative;
}

.header-title-line {
    width: 100%;
    height: 1px;
    background: #BABABA;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}

.category-blog .pagination,
.category .pagination,
.single .pagination {
    padding: 11px 0 4px 0;
}

.category-blog .pagination a,
.category .pagination a,
.single .pagination a,
.category-blog .pagination span,
.category .pagination span,
.single .pagination span {
    font-size: 18px;
    padding: 0 6px;
}

.category-blog .sidebar-news,
.category .sidebar-news,
.single .sidebar-news {
    width: 100%;
}

.aside_top_companies_title,
.aside_also_like_title {
    background: #1AB7EA;
    font-weight: 400;
    font-size: 24px;
    height: 60px;
    line-height: 57px;
    text-transform: none;
    color: #fff;
    text-align: center;
}

.aside_top_companies,
.aside_also_like {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.aside_also_like_list li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 30px 18px 30px;
    position: relative;
}

.aside_also_like_list li:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    display: block;
    background: #ebebeb;
    left: 11px;
    bottom: 0;
    width: calc(100% - 22px);
}

.aside_also_like_list li:last-child:after {
    display: none;
}

.aside_also_like_list li a {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #333;
}

.aside_also_like_list li a:hover {
    text-decoration: underline;
    color: #06BF6C;
}

.aside_top_companies li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding-right: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 91px;
}

.aside_top_companies li:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    display: block;
    background: #ebebeb;
    left: 11px;
    bottom: 0;
    width: calc(100% - 22px);
}

.aside_top_companies li:last-child:after {
    display: none;
}

.aside_top_companies_list_item {

}

.aside_top_companies_list_item_image {
    flex: 1 0 auto;
    display: flex;
    justify-content: center;
}

.aside_top_companies_list_item_link span {
    display: flex;
    width: 110px;
    height: 34px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 17px;
    border: 1px solid #06BF6C;
    text-align: center;
    justify-content: center;
    color: #06BF6C;
    font-size: 16px;
    align-items: center;
}

.aside_top_companies_list_item_image span {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.aside_top_companies_list_item_link a:hover {
    background: #06BF6C;
    color: #fff;
    text-decoration: none;
}

.post_top_line {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.post_top_line_subcat {
    margin-top: 10px;
}

.post_top_line_subcat a,
.post_bottom_line a {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    line-height: 1;
    background: #EBEBEB;
    border-radius: 3px;
    padding: 7px 15px 6px 15px;
    margin: 0;
}
.post_top_line_subcat a:hover,
.post_bottom_line a:hover {
    color: #06BF6C;
    text-decoration: none;
}

.post_bottom_line {
    display: flex;
    align-items: center;
    margin-bottom: 27px;
    padding-top: 15px;
}

.post_bottom_line_subcat_text {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 11px;
}

.post_top_line #crumbs,
.post_top_line_subcat {
    flex: 0 0 auto;
}

.post_top_line #crumbs {
    margin-bottom: 23px;
}

.img.attachment-full.size-full.wp-post-image {
    flex: 0 0 100%;
}

@media (min-width: 768px) and (max-width: 1120px) {
    .category_bubble {
        line-height: 1.2;
    }
    .category-blog .page-side-item-cnt, 
    .category .page-side-item-cnt,
    .single .page-side-item-cnt {
        margin-left: 15px;
    }
}



@media (max-width: 1023px) {

    .page-side-main {
        width: calc(100% - 240px);
    }

    .page-side-aside {
        max-width: 220px;
    }

    .aside_top_companies_list_item_link span {
        font-size: 14px;
        width: 90px;
        height: 30px;
        padding-top: 1px;
    }

    .aside_top_companies_title, 
    .aside_also_like_title {
        background: #1AB7EA;
        font-weight: 400;
        font-size: 16px;
        height: 50px;
        line-height: 52px;
        text-transform: none;
        color: #fff;
        text-align: center;
    }
    
    .aside_top_companies_list_item_image {
        width: 120px;
    }

    .aside_top_companies_list_item_image span {
        width: 120px;
    }

    .aside_top_companies_list_item_image span img {
        width: 75%;
        height: auto;
    }

    .aside_also_like_list li {
        padding: 12px 20px 13px 20px;
    }

    .aside_also_like_list li a {
        font-size: 16px;
        line-height: 24px;
    }

    .category-blog .page-side-item, 
    .category .page-side-item,
    .single .page-side-item {
        box-shadow: none;
        height: 160px;
        margin-bottom: 20px;
    }

    .category-blog .page-side-item-img,
    .category .page-side-item-img,
    .single .page-side-item-img {
        max-width: 180px;
    }

    .category-blog .page-side-item-img img,
    .category .page-side-item-img img,
    .single .page-side-item-img img {
        height: 160px;
        width: auto;
    }

    .category-blog .page-side-item-cnt, 
    .category .page-side-item-cnt,
    .single .page-side-item-cnt {
        max-width: none;
        padding-right: 20px;
        margin-left: 20px;
    }

    .category-blog .page-side-item-cnt-tit,
    .category .page-side-item-cnt-tit,
    .single .page-side-item-cnt-tit {
        font-size: 18px;
        line-height: 22px;
        padding-top: 11px;
        min-height: 55px;
        margin-bottom: 4px;
    }

    .category-blog .page-side-item-cnt-text,
    .category .page-side-item-cnt-text,
    .single .page-side-item-cnt-text {
        font-size: 14px;
        line-height: 21px;
        margin: 0;
        min-height: 63px;
    }

    .category-blog .page-side-item-cnt-bottom-date,
    .category .page-side-item-cnt-bottom-date,
    .single .page-side-item-cnt-bottom-date {
        font-size: 14px;
        margin-right: 10px;
    }

    .category_bubble {
        font-size: 10px;
        padding: 3px 5px;
        letter-spacing: -0.5px;
    }

    .category-blog .page-side-item-cnt-bottom-rating,
    .category .page-side-item-cnt-bottom-rating,
    .single .page-side-item-cnt-bottom-rating {
        font-size: 14px;
    }

    .category-blog .page-side-item-cnt-bottom-rating-star,
    .category .page-side-item-cnt-bottom-rating-sta,
    .single .page-side-item-cnt-bottom-rating-star,
    .category-blog .page-side-item-cnt-bottom-rating-star.star-rating-is-0,
    .category .page-side-item-cnt-bottom-rating-star.star-rating-is-0,
    .single .page-side-item-cnt-bottom-rating-star.star-rating-is-0 {
        width: 18px;
        height: 17px;
        background-size: cover;
        margin-top: 3px;
    }

    .page-side-item-cnt-bottom-category {
        margin-right: 5px;
    }

    .category-blog .pagination a, 
    .category .pagination a,
    .single .pagination a,
    .category-blog .pagination span, 
    .category .pagination span,
    .single .pagination span {
        font-size: 16px;
        padding: 0 2px;
    }

    .categories_container a {
        font-size: 12px;
        padding: 6px 8px 5px 8px;
        margin: 0 3px 6px;
    }

    .categories_container {
        margin-bottom: 24px;
    }

    .header-title h1.header-title-in {
        font-size: 32px;
        display: inline-block;
        background: #F7F7F7;
        padding: 0 15px;
    }

    .category-blog .header-title, .category .header-title {
        margin-bottom: 7px;
    }

}

@media (min-width: 767px) and (max-width: 1023px) {

}



@media (max-width: 768px) {
/**/
    .single .recommended-article-image {
        height: 138px;
        background-position: center;
    }

    .single .recommended-article-info-title {
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        margin-top: 12px;
        margin-bottom: 5px;
        min-height: 48px;
    }

    .single .recommended-article-info-description {
        display: none;
    }

    .single .recommended-article-info {
        padding: 0 20px 13px;
    }

    .single .recommended-article .card-bottom {
        position: static;
        width: 100%;
        font-size: 14px;
        padding: 0;
    }

    .single .recommended-article .card-bottom .rating-label img {
        width: 20px;
        height: auto;
    }


/**/
    .aside_top_companies li {
        min-height: 71px;
    }

    .page-box h1 {
        font-size: 24px;
        margin: 17px 0 13px 0;
        line-height: 32px;
        position: relative;
        top: -2px;
    }

    .page-side h2 {
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
        padding: 8px 0 6px 0;
    }

    .recommended-articles-box-title,
    .comment_top_title {
        font-size: 24px;
        line-height: 24px;
        padding-bottom: 26px;
    }
    .recommended-articles-box {
        margin: 30px 0 0;
    }

    .comment_top_title {
        margin-left: 15px !important;
        margin-right: 15px !important;
        margin-top: 0;
        padding: 3px 0 0 0;
        margin-bottom: 0;
    }

    .recommended-articles-box {

    }

}

@media (max-width: 767px) {

/*    .aside_top_companies_list_item_image {
        justify-content: left;
    }*/

    .header-title h1.header-title-in {
        font-size: 18px;
        line-height: 24px;
        padding: 0 10px;
    }

    .page-side-aside,
    .page-side-main {
        width: 100%;
        max-width: none;
    }

    .page-side-main {
        margin-bottom: 33px;
    }
    
    .category-blog .page-side,
    .category .page-side,
    .single .page-side {
        flex-direction: column !important;
    }

    .category-blog .page-side-item,
    .category .page-side-item,
    .single .page-side-item {
        display: flex;
    }

/*
    .category-blog .page-side-item,
    .category .page-side-item,
    .single .page-side-item {
        height: auto;
    }

    .category-blog .page-side-item-img,
    .category .page-side-item-img,
    .single .page-side-item-img {
        max-width: none;
    }

    .category-blog .page-side-item-img img,
    .category .page-side-item-img img,
    .single .page-side-item-img img {
        height: auto;
        width: auto;
    }

    .category-blog .page-side-item,
    .category .page-side-item,
    .single .page-side-item {
        max-width: 325px;
        margin: 0 auto 20px;
        padding-bottom: 14px;
    }

    .category-blog .page-side-item-cnt,
    .category .page-side-item-cnt,
    .single .page-side-item-cnt {
        width: auto;
        margin: 0 20px;
        padding: 0;
    }

    .category-blog .page-side-item-cnt-tit,
    .category .page-side-item-cnt-tit,
    .single .page-side-item-cnt-tit {
        padding-top: 12px;
        line-height: 24px;
        min-height: auto;
        margin: 0 0 7px 0;
    }

    .category-blog .page-side-item-cnt-text,
    .category .page-side-item-cnt-text,
    .single .page-side-item-cnt-text {
        min-height: auto;
        margin-bottom: 15px;
    }
*/
    .aside_top_companies_title, .aside_also_like_title {
        font-weight: 400;
        font-size: 18px;
        height: 60px;
        line-height: 61px;
    }

    .aside_top_companies li {
        min-height: 74px;
    }

    .aside_top_companies_list_item_link span {
        font-size: 16px;
        width: 11spx;
        height: 34px;
        padding-top: 3px;
    }

    .aside_top_companies_list_item_image {
        width: auto;
        justify-content: left;
        padding-left: 15px;
    }

    .aside_top_companies_list_item_image span {
        width: 150px;
        display: block;
    }

    .aside_top_companies_list_item_image span img {
        width: auto;
    }

}

@media (min-width: 561px) and (max-width: 767px) {

    .category-blog .page-side-item-img,
    .category .page-side-item-img,
    .single .page-side-item-img {
        max-width: 279px;
    }

    .category-blog .page-side-item-img img,
    .category .page-side-item-img img,
    .single .page-side-item-img img {
        height: auto;
        width: 100%;
    }

    .category-blog .page-side-item,
    .category .page-side-item,
    .single .page-side-item {
        height: 180px;
    }

    .category-blog .page-side-item-cnt-tit,
    .category .page-side-item-cnt-tit,
    .single .page-side-item-cnt-tit {
        min-height: 63px;
    }

    .category-blog .page-side-item-cnt-text,
    .category .page-side-item-cnt-text,
    .single .page-side-item-cnt-text {
        min-height: 75px;
    }

    .header-title h1.header-title-in {
        font-size: 32px;
        line-height: 28px;
        width: auto;
    }

}

@media (min-width: 415px) and (max-width: 560px) {
    .category-blog .page-side-item-img,
    .category .page-side-item-img,
    .single .page-side-item-img {
        max-width: 141px;
    }

    .category-blog .page-side-item-img img,
    .category .page-side-item-img img,
    .single .page-side-item-img img {
        height: 160px;
        width: auto;
    }

    .category-blog .page-side-item-cnt,
    .category .page-side-item-cnt,
    .single .page-side-item-cnt {
        max-width: none;
        padding-right: 10px;
        margin-left: 10px;
    }

    .category-blog .page-side-item-cnt-text,
    .category .page-side-item-cnt-text,
    .single .page-side-item-cnt-text {
        line-height: 18px;
    }
}

@media (max-width: 480px) {

    .single .recommended-articles {
        display: block;
    }

    .single .post_top_line #crumbs {
        order: 1;
    }
    .single img.attachment-full.size-full.wp-post-image {
        order: 2;
    }
    .single .post_top_line_subcat {
        order: 3;
        padding: 0 15px;
    }
    .single .main .wrapper,
    .single .page-title {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .single .bg-white {
        padding: 0 0 33px 0;
        border-radius: 0;
    }
    .single .main {
        margin-top: 12px;
    }

    .category .main,
    .category-blog .main {
        margin-top: 1px;
    }

    .single .post_top_line #crumbs {
        order: 1;
        margin: 0;
        width: 100%;
        background: #F7F7F7;
        padding: 0 15px 11px 15px;
    }
    .single .page-title-separated {
        margin-bottom: 22px;
    }
    .single .post-info {
        height: auto;
    }
    .single .page-box h1 {
        padding: 0 15px;
    }
    .single .post-info {
        margin: 0 15px;
    }
    .single .page-cnt {
        padding: 15px 15px 0px 15px;
    }
    .single .post_bottom_line {
        padding-top: 7px;
        padding-left: 15px;
        padding-right: 15px;
        margin: 0;
    }
    .single .recommended-articles-box-title {
        padding-bottom: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .single .recommended-articles {
        padding-left: 15px;
        padding-right: 15px;
    }

    .single .comments_container {
        padding: 0 19px;
        margin: -24px 15px 0;
    }

    .single .page-side-aside {
        padding: 0 15px;
        margin-top: -9px;
    }

    .single .page-side-main {
        margin-bottom: 0;
    }

    .single .aside_also_like {
        margin-bottom: 0;
    }

    .single .recommended-article-info-description {
        display: none;
    }

    .single .recommended-article-image {
        height: 241px;
        background-position: center;
    }

    .single .recommended-article {
        width: 100%;
        margin-bottom: 20px;
    }

}

@media (max-width: 414px) {

    .category-blog .page-side-item,
    .category .page-side-item,
    .single .page-side-item {
        height: auto;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .category-blog .page-side-item-img,
    .category .page-side-item-img,
    .single .page-side-item-img {
        max-width: none;
    }

    .category-blog .page-side-item-img img,
    .category .page-side-item-img img,
    .single .page-side-item-img img {
        height: auto;
        width: auto;
    }

    .category-blog .page-side-item,
    .category .page-side-item,
    .single .page-side-item {
        max-width: 325px;
        margin: 0 auto 20px;
        padding-bottom: 14px;
    }

    .category-blog .page-side-item-cnt,
    .category .page-side-item-cnt,
    .single .page-side-item-cnt {
        width: auto;
        margin: 0 20px;
        padding: 0;
    }

    .category-blog .page-side-item-cnt-tit,
    .category .page-side-item-cnt-tit,
    .single .page-side-item-cnt-tit {
        padding-top: 12px;
        line-height: 24px;
        min-height: auto;
        margin: 0 0 7px 0;
    }

    .category-blog .page-side-item-cnt-text,
    .category .page-side-item-cnt-text,
    .single .page-side-item-cnt-text {
        min-height: auto;
        margin-bottom: 15px;
    }

}

