/*
Theme Name: hr_new 2020
Theme URI: https://hrbazaar.ru/
Author: https://hrbazaar.ru/
Version: 1.0
*/

@font-face {
    font-family: ProximaNova; /* ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */
    src: url('fonts/ProximaNova-Reg.otf'); /* ï¿½ï¿½ï¿½ï¿½ ï¿½ ï¿½ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */
}
   
@font-face {
   font-family: ProximaNova_Bold; /* ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */
   src: url('fonts/ProximaNova-Bold.otf'); /* ï¿½ï¿½ï¿½ï¿½ ï¿½ ï¿½ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */
}


/* =Reset default browser CSS.  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

li {
    font-size: 18px;
    line-height: 26px;
}

body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	
}
input[type=submit] {
	
}
pre {
	
}
code {
	
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#wrapper {
	margin: 0 auto;
	width: 940px;
	background: #fff;
	margin-top: 20px;
	padding: 0 20px;
}



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #f3f3f3;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: normal;
}
.client_text cite,
.client_text em,
.client_text i {
	font-family: 'Source Sans', sans-serif!important;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	/*font-style: italic;*/
	padding: 0 3em;
	border-left: 3px solid #ed301e;
	padding: 0px 0px 0px 20px;
	font-size: 16px!important;
	line-height: 20px!important;
	color: #777!important;
}

blockquote p {
	font-size: 16px!important;
	line-height: 20px!important;
	color: #777!important;
}

blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #0066cc;
	outline: none;
	text-decoration: none;
}
a:visited {
	color: #743399;
	outline: none;
	text-decoration: none;
}
a:active,
a:hover {
	color: #ff4b33;
	outline: none;
	text-decoration: none;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	padding: 0px;
}
#content {
	margin-bottom: 0px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999999;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999999;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999999;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999999;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

.container {
    max-width: 1370px;
}

.error-label {
	border: 1px solid red!important;
}

.all.pages {
	padding: 50px 0px 50px 0px;
}

@media (max-width: 850px) {
	.all.pages {
		padding: 20px 0px 20px 0px;
	}
}

.all.pages {
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
}

.all, .all p, .all ul, .all ul li, .all ol, .all ol li, .all b {
	font-size: 18px;
	line-height: 24px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #484848;
}

.all h1, .all h2, .all h3, .all h4, .all h5 {
	color: #000000;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: bold;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
	margin: 10px 0px 0px 0px;
}

.all h1 {
	color: #000000;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500;
	font-size: 2.1rem;
}

@media (max-width: 767px) {
	.all, .all p, .all ul, .all ul li, .all ol, .all ol li, .all b {
		font-size: 14px;
		line-height: 18px;
	}
}

.all b {
	font-weight: 500;
	color: #000000;
}

.search .all b {
	font-weight: 500;
	color: #000000;
	text-decoration: underline;
	font-size: 16px;
	line-height: 22px;
}

.all a {
	font-size: 18px;
	line-height: 24px;
	font-family: 'Source Sans Pro', sans-serif;
	/*font-weight: 400;*/
	text-decoration: underline;
	color: #ed301e;
}

@media (max-width: 767px) {
	.all a {
		font-size: 14px;
		line-height: 18px;
	}
	
	.all h1, .all h2 {
		font-size: 22px;
		line-height: 22px;
		margin: 0px 0px 10px 0px;
	}
}

.all a:HOVER {
	text-decoration: none;
}

.single_description {
	display: table;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

.item_categories {
	border-bottom: 1px solid #f3f3f3;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
}

.single_description h2 {
	display: table;
	width: 100%;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	color: #ed301e;
	font-family: 'Montserrat', sans-serif;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, input, .close, button {
   outline: none !important;
   box-shadow: none;
}

.mobile {
	display: none;
}

@media (max-width: 767px) {
	.mobile {
		display: inline-block;
	}
	
	.no_mobile {
		display: none;
	}
}

.client_text {
	width: 100%;
}

.client_text div {
	margin: 5px 0px 18px 0px!important;
}

.client_text em {
	font-style: italic!important;
	font-weight: 400;
}

.client_text a {
	text-decoration: none;
}

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

.client_text img.thumb {
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0px 18px 18px 0px;
	max-height: 400px;
	/*float: left;*/
}

@media (max-width: 767px) {
	.client_text img.thumb {
		width: 100%;
		max-width: 100%;
		margin: 0px 0px 18px 0px;
	}
}

.client_text h1 {
	font-size: 19px!important;
	margin: 5px 0px 18px 0px!important;
	font-weight: bold!important;
	color: #000000!important;
}

.client_text h2 {
	font-size: 19px!important;
	margin: 5px 0px 18px 0px!important;
	font-weight: normal!important;
	color: #000000!important;
}

.client_text h3 {
	font-size: 18px!important;
	margin: 5px 0px 18px 0px!important;
	font-weight: normal!important;
	color: #000000!important;
}

.client_text h4, .client_text h5, .client_text h6, .client_text h7 {
	font-size: 18px!important;
	margin: 5px 0px 18px 0px!important;
	font-weight: normal!important;
	color: #000000!important;
}

.client_text ul {
	font-size: 18px!important;
	font-weight: normal!important;
}

.client_text ul li {
	margin: 0px 0px 5px 0px!important;
}

.single_articles h1 {
	font-size: 33px!important;
	margin: 5px 0px 18px 0px!important;
	font-weight: 500!important;
	color: #000000!important;
	font-family: 'Montserrat', sans-serif !important;
}

.single_articles h2 {
	font-size: 28px!important;
	margin: 5px 0px 18px 0px!important;
	font-weight: normal!important;
	color: #000000!important;
}

.single_articles h3 {
	font-size: 24px!important;
	margin: 5px 0px 18px 0px!important;
	font-weight: normal!important;
	color: #000000!important;
}

.single_articles h4 {
	font-size: 22px!important;
	margin: 5px 0px 18px 0px!important;
	font-weight: normal!important;
	color: #000000!important;
}

.single_articles h5 {
	font-size: 20px!important;
	margin: 5px 0px 18px 0px!important;
	font-weight: normal!important;
	color: #000000!important;
}

.single_articles h6 {
	font-size: 18px!important;
	margin: 5px 0px 18px 0px!important;
	font-weight: normal!important;
	color: #000000!important;
}

/* ×åêáîêñ */

.checkbox {
    display: flex;
    position: relative;
    align-items: center;
    margin: 0px 0px 0px 0px;
    padding-left: 35px;
    min-height: 32px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox .check {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    top: 3px;
    left: 0;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #d8e1eb;
    transition: background-color 0.2s, border-color 0.2s;
}

.checkbox input:checked ~ .check {
    background-color: #18191b;
    border: 1px solid #18191b;
}

.checkbox.error .check, .checkbox.error input:checked ~ .check {
    border: 1px solid #FF3300;
    background-color: #ffffff;
}

.checkbox p.agreement, .checkbox a {
    color: #18191B;
    font-weight: 100;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
}

.checkbox p.agreement {
    margin: 0px 0px 0px 0px!important;
    padding: 0!important;
    font-size: 14px!important;
    line-height: 18px!important;
    font-weight: 400!important;
    text-align: left!important;
}

.checkbox a {
    color: #fe0000;
    margin: 0;
    text-underline-offset: 3px;
    text-decoration: none;
}

.checkbox a:HOVER {
	text-decoration: underline;
}

.checkbox.error p.agreement, .checkbox.error a {
    color: #FF3300;
}

/* =Header
-------------------------------------------------------------- */

#header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	display: table;
	border-top: 0px solid #000000;
}

@media (max-width: 767px) {
	#header {
		border-top: 0px solid #000000;
		display: inline-block;
		margin: 0px 0px 10px 0px;
	}
}

#header .top2 {
	width: 100%;
	background-color: #f3f3f3;
	display: table;
	border-top: 3px solid #ed301e;
}

@media (max-width: 767px) {
	#header .top2 {
		display: none;
	}
}

#header .top2 .right {
	width: auto;
	float: right;
	display: table;
	margin: 5px 15px 0px 0px;
}

#header .top2 .right .separator {
	display: table;
	margin: 0px 5px 0px 5px;
	width: 1px;
	height: 10px;
	position: relative;
	float: left;
}

#header .top2 .right .separator::before {
	content: "";
	position: absolute;
	background-color: #757674;
	top: 1px;
	left: 1px;
	width: 1px;
	height: 10px;
}

#header .top2 .right a {
	display: table;
	color: #757674;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	border-bottom: 1px solid #757674;
	float: left;
}

#header .top2 .right a:HOVER {
	border-bottom: 1px solid #f3f3f3;
}

#header .top {
	width: 100%;
	background-color: #ed301e;
	display: table;
}

@media (max-width: 767px) {
	#header .top {
		display: none;
	}
}

#header .top a {
	display: table;
	margin: 14px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #ffffff;
	color: #ffffff;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	transition: all .5s;
}

@media (max-width: 1100px) {
	#header .top a {
		font-size: 14px;
		line-height: 14px;
		margin: 14px 0px 10px 0px;
	}
}

#header .top a:HOVER {
	color: #fed8d4;
}

#header .top .left {
	width: auto;
	float: left;
	display: table;
}

#header .top .right {
	width: auto;
	float: right;
	display: table;
}

#header .top .right .line {
	float: left;
}

#header .top .right a {
	float: left;
	margin-right: 0px;
}

#header .top .right .ico {
	float: left;
	margin: 14px 10px 0px 0px;
	color: #ff9973;
}

@media (max-width: 1100px) {
	#header .top .right .ico {
		margin: 14px 3px 0px 0px;
	}
}

#header .top .right .ico::before {
	font-size: 25px;
	margin-left: 25px;
}

@media (max-width: 1100px) {
	#header .top .right .ico::before {
		margin-left: 5px;
	}
}

#header .top .right .ico.flaticon-email {
	float: left;
	margin: 21px 10px 0px 0px;
	color: #ff9973;
}

#header .top .right .ico.flaticon-email::before {
	font-size: 30px;
	margin-left: 30px;
}

@media (max-width: 1100px) {
	#header .top .right .ico.flaticon-email::before {
		margin-left: 5px;
	}
}

#header .top .right ul.social {
	margin: 7px 0px 7px 50px;
	list-style: none;
	display: table;
	float: right;
}

@media (max-width: 1100px) {
	#header .top .right ul.social {
		margin: 7px 0px 7px 10px;
	}
}

#header .top .right ul.social li {
	list-style: none;
	margin: 0px 5px 0px 0px;
	display: table;
	float: left;
}

#header .top .right ul.social li:LAST-CHILD {
	margin: 0px 20px 0px 0px;
}

#header .top .right ul.social li a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	text-decoration: none;
	background-color: #ffffff;
	color: #ed301e;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: table;
	text-align: center;
	transition: all .5s;
	padding: 7px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
	border-bottom: 0px dotted white;
}

@media (max-width: 1100px) {
	#header .top .right ul.social li a {
		font-size: 20px;
		line-height: 20px;
		width: 35px;
		height: 35px;
		margin: 0px 0px 0px 0px;
	}
}

#header .top .right ul.social li:LAST-CHILD a {
	font-size: 35px;
	line-height: 32px;
	background-color: #ed301e;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#header .top .right ul.social li a:HOVER {
	text-decoration: none;
	background-color: #000000;
	color: #ffffff;
}

#header .top .right ul.social li:LAST-CHILD a:HOVER {
	background-color: #ffffff;
	color: #000000;
}

#header .middle {
	width: 100%;
	display: table;
	padding: 22px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.home #header .middle {
	/*border-bottom: 1px solid #cccccc;*/
}

@media (max-width: 767px) {
	#header .middle {
		display: none;
	}
}

/* ï¿½ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ */

.hr_menu {
	width: 90%;
	list-style: none;
	margin: 12px auto 0px auto;
	display: table;
	text-align: left;
}

@media (max-width: 1200px) {
	.hr_menu {
		width: 100%;
	}
}

.hr_menu li {
	float: left;
	border: 1px solid #f3f3f3;
}

.hr_menu li.dropdown {
	border-radius: 4px 4px 0px 0px;
}

.hr_menu li.dropdown:hover, .hr_menu li.dropdown.show {
	background-color: #ffffff;
	border: 1px solid #bec0bf;
}

.hr_menu li.dropdown .dropdown-toggle::after {
	/*display: none;*/
	vertical-align: 0.155em;
}

.hr_menu li a {
	font-size: 17px;
	line-height: 17px;
	font-weight: 700;
	color: #000000;
	font-family: 'Montserrat', sans-serif !important;
	transition: all .2s;
	padding: 10px 15px 10px 15px;
	display: block;
}

@media (max-width: 1350px) {
	.hr_menu li a {
		font-size: 14px;
		line-height: 14px;
	}
}

@media (max-width: 1150px) {
	.hr_menu li a {
		font-size: 14px;
    	line-height: 14px;
    	padding: 10px 10px 10px 10px;
	}
}

@media (max-width: 1250px) {
	.hr_menu li a {
		font-size: 12px;
    	line-height: 12px;
    	padding: 10px 4px 10px 4px;
	}
}

@media (max-width: 1000px) {
	.hr_menu li:nth-child(1) a {
		display: none;
	}
}

@media (max-width: 950px) {
	.hr_menu li:nth-child(4) a {
		display: none;
	}
}

@media (max-width: 800px) {
	.hr_menu li:nth-child(3) a {
		display: none;
	}
}

.hr_menu li a:HOVER {
	color: #ed301e;
}

.hr_menu .dropdown-menu {
    width: 330px;
    border-radius: 0px;
}

.hr_menu .dropdown-menu li {
	width: 100%;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #edf0ef;
	border-radius: 0px;
}

.hr_menu .dropdown-menu li:LAST-CHILD {
	border-bottom: 0px;
}

.hr_menu .dropdown-menu li a {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
}

.hr_menu .dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: 0px;
}

.hr_menu .dropdown-menu {
    margin: -1px 0px 0px -1px;
}

.hr_menu .dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.hr_menu .dropdown:hover .dropdown-menu {
    display: block;
}

/* ï¿½ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ */

#header .middle .left {
	width: 250px;
	float: left;
	min-height: 68px;
}

#header .middle .left a {
	width: 210px;
	float: left;
	margin: 0px 35px 0px 0px;
}

@media (max-width: 1250px) {
	#header .middle .left a {
		width: 230px;
		margin: 0px 0px 0px 0px;
	}
}

#header .middle .left img {
	width: 210px;
	height: auto;
	margin: 10px 0px 0px 15px;
	
}

#header .middle .left span {
	color: #919290;
	font-size: 16px;
	line-height: 22px;
	float: right;
	max-width: 430px;
	display: none;
	margin: 9px 0px 0px 0px;
	float: left;
}

.home #header .middle .left span {
	display: table;
}

@media (max-width: 1000px) {
	.home #header .middle .left span, #header .middle .left span {
		display: none;
	}
}

#header .middle .center {
	width: calc(100% - 250px - 260px);
	float: left;
}

#header .middle .center ul.index_pages_list {
	width: 80%;
	list-style: none;
	margin: 0px auto 0px auto;
	display: table;
}

@media (max-width: 1000px) {
	#header .middle .center ul.index_pages_list {
		width: 95%;
	}
}

#header .middle .center ul.index_pages_list li {
	width: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	margin-right: 10%;
	padding: 20px 0px 0px 0px;
}

@media (max-width: 1000px) {
	#header .middle .center ul.index_pages_list li {
		margin-right: 2%;
	}
}

#header .middle .center ul.index_pages_list li:LAST-CHILD {
	margin-right: 0%;
}

#header .middle .center ul.index_pages_list li a {
	font-family: 'Montserrat', sans-serif!important;
	color: #ed301e;
	text-decoration: none;
	font-size: 17px;
	line-height: 17px;
	margin: 0px 0px 0px 0px;
	transition: all .5s;
	position: relative;
	font-weight: 600;
	text-decoration: underline;
}

#header .middle .center ul.index_pages_list li a b {
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 600;
	color: #e48468;
	text-decoration: underline;
}

@media (max-width: 1000px) {
	#header .middle .center ul.index_pages_list li a {
		font-size: 13px;
		line-height: 13px;
	}
}

#header .middle .center ul.index_pages_list li a:HOVER {
	/*border-bottom: 1px solid #f3f3f3;*/
}

#header .middle .center ul.index_pages_list li span.p_count {
	font-family: 'Montserrat', sans-serif!important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 6px 0px 0px 0px;
    font-size: 12px;
    line-height: 12px;
    background-color: transparent;
    display: inline;
    font-weight: 600;
    color: #919290;
    text-decoration: none;
}

#header .middle .center ul.index_pages_list li span.p_count i {
	color: #ed301e;
	font-style: normal;
}

/* ï¿½ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ ï¿½ ï¿½ï¿½ï¿½ï¿½ï¿½ */
#header .middle .center ul.top_pages_list {
	width: 90%;
	list-style: none;
	margin: 15px auto 0px auto;
	display: table;
	text-align: left;
}

@media (max-width: 1300px) {
	#header .middle .center ul.top_pages_list {
		width: 100%;
	}
}

#header .middle .center ul.top_pages_list li {
	float: left;
	width: auto;
	font-size: 15px;
    line-height: 17px;
    margin-right: 6%;
}

@media (max-width: 1300px) {
	#header .middle .center ul.top_pages_list li {
		margin-right: 3%;
	}
}

@media (max-width: 1100px) {
	#header .middle .center ul.top_pages_list li {
		margin-right: 2%;
	}
}

#header .middle .center ul.top_pages_list li:LAST-CHILD {
	margin-right: 0px;
}

@media (max-width: 950px) {
	#header .middle .center ul.top_pages_list li#item_list5 {
		display: none;
	}
}

@media (max-width: 870px) {
	#header .middle .center ul.top_pages_list li#item_list4 {
		display: none;
	}
}

#header .middle .center ul.top_pages_list li a {
	font-size: 15px;
    line-height: 17px;
    font-weight: 600;
    color: #000000;
    font-family: 'Montserrat', sans-serif!important;
    transition: all .5s;
}

@media (max-width: 1300px) {
	#header .middle .center ul.top_pages_list li a {
		font-size: 12px;
    	line-height: 14px;
	}
}

@media (max-width: 1000px) {
	#header .middle .center ul.top_pages_list li a {
		font-size: 10px;
    	line-height: 12px;
	}
}

#header .middle .center ul.top_pages_list li a:HOVER {
	color: #ed301e;
}





#header .middle .right {
	width: auto;
	float: right;
}

#header .middle .right a#like {
	float: right;
	position: relative;
	margin: 12px 0px 0px 0px;
}

#header .middle .right a#like span {
	border: 0px solid #ffffff;
	border-radius: 0%;
	width: 40px;
	height: 30px;
	text-align: center;
	padding: 6px 0px 0px 0px;
	color: #000000;
	font-size: 16px;
	line-height: 16px;
	background-color: transparent;
	display: table;
	position: absolute;
	top: 2px;
	right: 0px;
	font-weight: bold;
	transition: all .5s;
}

#header .middle .right a#like:HOVER span {
	color: #ed301e;
}

#header .middle .right a#like i::before {
	color: #000000;
	font-size: 40px;
	line-height: 40px;
	transition: all .5s;
}

#header .middle .right a#like:HOVER i::before {
	color: #ed301e;
}

.likes {
	float: left;
	position: absolute;
	margin: 20px 0px 0px 0px;
	width: 40px;
	height: 40px;
	/*display: none;*/
	visibility: hidden;
}

.likes i::before {
	color: #ed301e;
	font-size: 40px;
	line-height: 40px;
	transition: all .5s;
	margin: 0px 0px 0px 0px;
}

#header .middle .right .notification_top {
	float: right;
	position: relative;
	margin: 12px 35px 0px 25px;
}

#header .middle .right .notification_top .notification_body {
	width: 440px;
	max-width: 440px;
    padding: 0px 15px 0px 15px;
    background: #ffffff;
    box-shadow: 0 0 9px rgba(63, 48, 22, 0.12);
    position: absolute;
    right: 0px;
    top: 45px;
	z-index: 1000!important;
	opacity: 0; 
	display: none;
	transition: all .5s;
	max-height: 450px;
	overflow: hidden;
	overflow-y: auto;
}

#header .middle .right .notification_top.open .notification_body {
	opacity: 1;
	display: block; 
}

#header .middle .right .notification_top .notification_content {
	width: 400px;
	max-width: 400px;
	display: table;
}

.notification_body .line {
	border-bottom: 1px solid #e2e5e4;
	width: 100%;
	display: table;
	padding: 15px 0px 20px 0px;
}

.notification_body .line h3 {
	color: #646364;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	float: left;
}

.notification_body .line a {
	color: #646364;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	float: right;
}

.notification_body .line a:HOVER {
	color: #646364;
	text-decoration: underline;
}

.notification_body .line a.clear_all {
	color: #646364;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	float: left;
	margin: 0px 0px 0px 2px;
}

.notification_body .messages {
	width: 400px;
	max-width: 400px;
	margin: 0px 0px 0px 0px;
}

.lk_body .notification_body .messages {
	width: 100%;
	max-width: 100%;
}

.notification_body .messages .item {
	width: 100%;
	display: flex;
	border-bottom: 1px solid #e2e5e4;
}

.notification_body .messages .l {
	color: #646364;
	font-size: 15px;
	line-height: 19px;
	padding: 15px 0px 15px 0px;
	vertical-align: middle;
	width: 70px;
	float: left;
}

.notification_body .messages .c {
	color: #646364;
	font-size: 15px;
	line-height: 19px;
	padding: 15px 0px 15px 0px;
	vertical-align: middle;
	width: 300px;
	float: left;
}

.lk_body .notification_body .messages .c {
	width: calc(100% - 100px);
}

.notification_body .messages .c span.date {
	width: 100%;
	display: table;
	font-size: 11px;
	line-height: 15px;
	color: #999999!important;
	opacity: 0.5;
}

.notification_body .messages .c div {
	width: 300px;
	max-width: 300px;
	display: block;
	overflow: hidden;
}

.notification_body .messages .r {
	color: #646364;
	font-size: 15px;
	line-height: 19px;
	padding: 15px 0px 15px 0px;
	vertical-align: middle;
	width: 30px;
	float: left;
}

.notification_body .messages a {
	color: #646364;
	font-size: 15px;
	line-height: 19px;
	text-decoration: none;
	text-decoration: underline;
}

.notification_body .messages a:HOVER {
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

.notification_body .messages img {
	margin: 5px 10px 0px 10px;
	max-width: 150px;
	max-height: 150px;
	height: auto;
	vertical-align: text-top;
}

.notification_body .messages .l img {
	float: left;
	margin: 0px 10px 0px 0px;
	max-width: 50px;
	border-radius: 50%;
	height: 50px;
	object-fit: cover;
}

.notification_body .messages .delete {
	width: 12px;
	height: 100%;
	background: url("images/close3.png") center center no-repeat;
	margin: 0px 0px 0px 10px;
	cursor: pointer;
}

.notification_body .pages {
	width: 100%;
	display: table;
	margin: 10px 0px 10px 0px;
}

.notification_body .pages b {
	color: #999999;
	font-size: 16px;
	line-height: 16px;
	margin: 0px 5px 0px 5px;
	display: inline-block;
}

.notification_body .pages a {
	color: #000000;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	margin: 0px 5px 0px 5px;
	display: inline-block;
}

#header .middle .right a#notification {
	float: right;
	position: relative;
}

#header .middle .right a#notification span {
	border: 3px solid #ffffff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0px 0px 0px;
	color: #ffffff;
	font-size: 12px;
	line-height: 12px;
	background-color: #ed301e;
	display: table;
	position: absolute;
	top: 5px;
	right: -4px;
	font-weight: bold;
}

#header .middle .right a#notification i::before {
	color: #000000;
	font-size: 40px;
	line-height: 40px;
	transition: all .5s;
}

#header .middle .right a#notification:HOVER i::before {
	color: #ed301e;
}

#header .middle .right a#profile {
	float: right;
	border: 0px;
	background: transparent;
	-webkit-appearance: none;
	padding: 0px 15px 0px 0px;
}

#header .middle .right a#profile img {
	width: 62px;
	height: 62px;
	border-radius: 50%;
	transition: all .5s;
}

#header .middle .right a#profile:HOVER img {
	opacity: 0.7;
}

#header .middle .right a#profile .ava_user_bg {
	width: 62px;
	height: 62px;
	border-radius: 50%;
	transition: all .5s;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#header .middle .right a#profile:HOVER .ava_user_bg {
	opacity: 0.7;
}

.dropdown-menu {
	padding: 0px 0px 0px 0px;
	border-radius: 3px;
	/*left: -100px!important;*/
}

.dropdown-menu::before {
    /*border-bottom: 12px solid #00000026;
    border-left: 8px solid #0000;
    border-right: 8px solid #0000;
    content: "";
    position: absolute;
    left: 20px;
    top: -12px;
    width: 0;
    line-height: 0px;
    text-align: left;
    background-color: #f3f3f3;*/
}

a.dropdown-item, a.dropdown-item:ACTIVE {
	color: #000000!important;
	background-color: #ffffff;
	padding: 10px 20px 10px 20px;
	background-color: transparent;
}

a.dropdown-item {
	border-bottom: 1px solid #f3f3f3;
}

a.dropdown-item:LAST-CHILD {
	border-bottom: 0px solid #f3f3f3;
}

#header .middle .right ul.auth {
	list-style: none;
	display: table;
	float: right;
	margin: 15px 10px 0px 0px;
}

#header .middle .right ul.auth li {
	margin: 0px 0px 0px 20px;
	display: table;
	float: left;
}

#header .middle .right ul.auth li a {
	font-size: 16px;
	line-height: 22px;
	color: #666;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid #666;
}

#header .middle .right ul.auth li a.simplemodal-login {
	position: relative;
}

#header .middle .right ul.auth li a.simplemodal-login:before {
	display: block;
	content: ' ';
	background-size: 28px 28px;
	height: 28px;
	width: 28px;
	-webkit-mask: url('images/icons/003-login-square-arrow-button-outline.svg') no-repeat 100% 100%;
	mask: url('images/icons/003-login-square-arrow-button-outline.svg') no-repeat 100% 100%;
	-webkit-mask-size: cover;
	mask-size: cover;
	background-color: #666;
	position: absolute;
	left: -40px;
	top: -3px;
}

#header .middle .right ul.auth li a:HOVER {
	text-decoration: none;
	border-bottom: 1px solid #e6e9e8;
}

#header .middle .right ul.auth li a#reg {
	margin-right: 15px;
}

#header .bottom {
	width: 100%;
	border-bottom: 1px solid #f3f3f3;
	padding: 0px 0px 0px 0px;
}

@media (max-width: 767px) {
	#header .bottom {
		display: block;
		padding: 20px 0px 0px 0px;
	}
}

#header .bottom .container {
	padding: 22px 15px 22px 15px;
	display: table;
}

@media (max-width: 767px) {
	#header .bottom .container {
		padding: 0px 15px 0px 15px;
	}
}

#header .top_home {
	display: none;
}

.home #header .top_home {
	display: block;
	width: 100%;
}

@media (max-width: 767px) {
	#header .top_home {
		display: none!important;
	}
}

.home #header .top_home h1 {
	display: block;
	width: 100%;
	margin: 0px 0px 40px 0px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
}

#header .bottom_home {
	display: none;
}

.home #header .bottom_home {
	display: table;
	width: calc(100% - 185px);
	margin: 10px 0px 40px 185px;
}

@media (max-width: 767px) {
	.home #header .bottom_home {
		display: none;
	}
}

.home #header .bottom_home ul.tab {
	width: 100%;
	display: table;
	margin: 0px 0px 5px 10px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

.home #header .bottom_home ul.tab li {
	float: left;
	margin: 0px 0px 0px 0px;
}

.home #header .bottom_home ul.tab li a {
	color: #ffffff;
	font-size: 15px;
	line-height: 15px;
	display: block;
	padding: 5px 10px 5px 10px;
	position: relative;
}

.home #header .bottom_home ul.tab li a::after {
	content: "";
	position: absolute;
	background-color: #ffffff;
	top: 6px;
	right: -1px;
	width: 1px;
	height: 16px;
	display: table;
}

.home #header .bottom_home ul.tab li:LAST-CHILD a::after {
	width: 0px;
	height: 0px;
}

.bottom2_home {
	display: none;
}

.home .bottom2_home {
	display: table;
	width: 100%;
	margin: 10px 0px 40px 0px;
	text-align: center;
}

@media (max-width: 767px) {
	.home .bottom2_home {
		display: none;
	}
}

.home .bottom2_home h1 {
    display: block;
    width: 100%;
    margin: 0px 0px 10px 0px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
}

.home .bottom2_home h1 a {
    display: inline;
    width: 100%;
    margin: 0px 0px 10px 0px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    border-bottom: 1px solid #ffffff;
}

blockquote.go_to {
	background: url("images/background.jpg") repeat-y top left;
    background-size: auto;
	background-size: cover;
	padding: 40px 0px 40px 0px;
	border-left: 0px solid #ed301e;
	margin: 30px 0px 0px 0px;
	display: inline-table;
    width: 100%;
}

blockquote.go_to h1 {
	display: block;
    width: 100%;
    margin: 0px 0px 0px 0px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
}

blockquote.go_to h1 a {
	display: inline;
    width: 100%;
    margin: 0px 0px 10px 0px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    border-bottom: 1px solid #ffffff;
    text-decoration: none;
}

@media (max-width: 767px) {
	blockquote.go_to h1, blockquote.go_to h1 a {
		font-size: 16px!important;
    	line-height: 20px!important;
	}
}

#header .bottom .left {
	width: 185px;
	display: table;
	float: left;
}

@media (max-width: 767px) {
	#header .bottom .left {
		width: 85px;
	}
}

#header .bottom .left #open_cats {
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 12px 0px;
	width: 100%;
	position: relative;
	display: table;
	text-decoration: none;
	/*z-index: 5;*/
	background-color: #d7d7d7;
	border-radius: 15px;
	transition: all .5s;
}

@media (max-width: 767px) {
	#header .bottom .left #open_cats {
		padding: 14px 0px 14px 0px;
	}
}

#header .bottom .left #open_cats:HOVER {
	background-color: #ffffff;
}

#header .bottom .left #open_cats span {
	font-size: 21px;
	line-height: 21px;
    color: #000000;
    display: table;
    position: absolute;
    margin: 3px 0px 0px 55px;
}

@media (max-width: 767px) {
	#header .bottom .left #open_cats span {
		margin: 0px 0px 0px 9px;
		position: relative;
		font-size: 14px;
		line-height: 14px;
	}
}

#header .bottom .left #open_cats div {
	width: 30px;
	height: 2px;
	background: #000000;
	margin: 6px 0px 6px 15px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden; 
}

@media (max-width: 767px) {
	#header .bottom .left #open_cats div {
		display: none;
	}
}

#header .bottom .left #open_cats .one {
	-webkit-transform: rotate(45deg) translate(4px, 5px);
      -ms-transform: rotate(45deg) translate(4px, 5px);
          transform: rotate(45deg) translate(4px, 5px); 
}

#header .bottom .left #open_cats .two {
	opacity: 0; 
}

#header .bottom .left #open_cats .three {
	-webkit-transform: rotate(-45deg) translate(6px, -7px);
      -ms-transform: rotate(-45deg) translate(6px, -7px);
          transform: rotate(-45deg) translate(6px, -7px); 
}

#header .bottom .left #open_cats.collapsed div {
	transform: none;
	opacity: 1; 
	-webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
}

#header .bottom .center {
	width: calc(100% - 185px - 290px - 10px);
	display: table;
	float: left;
}

@media (max-width: 1000px) {
	#header .bottom .center {
		width: calc(100% - 185px - 15px);
	}
}

@media (max-width: 767px) {
	#header .bottom .center {
		width: calc(100% - 85px - 15px);
	}
}

#header .bottom .center ul {
	list-style: none;
	margin: 0px 10px 0px 10px;
	position: relative;
}

#header .bottom .center input[type="text"] {
    border: 1px solid #ffffff;
    border-radius: 15px;
    box-shadow: none;
    color: #000000;
    display: table;
    font-size: 22px;
    line-height: 22px;
    height: 55px;
    padding: 0px 15px 0px 60px;
    width: calc(100% - 125px)!important;
    background-color: #ffffff;
    float: left;
}

@media (max-width: 767px) {
	#header .bottom .center input[type="text"] {
		font-size: 14px;
		padding: 0px 15px 0px 35px;
		width: calc(100% - 0px)!important;
		height: 42px;
	}
}

#header .bottom .center i {
	position: absolute;
	top: 14px;
	left: 0px;
}

@media (max-width: 767px) {
	#header .bottom .center i {
		top: 9px;
	}
}

#header .bottom .center i::before {
	color: #dbd8d9;
	font-size: 26px;
	line-height: 26px;
}

@media (max-width: 767px) {
	#header .bottom .center i::before {
		font-size: 18px;
		line-height: 18px;
		margin-left: 10px;
	}
}

#header .bottom .center input[type="submit"] {
	border: 1px solid #ed301e;
    border-radius: 15px;
    background-color: #ed301e;
    box-shadow: none;
    color: #ffffff;
    display: table;
    font-size: 22px;
    height: auto;
    padding: 17px 0px 16px 0px;
    width: 115px;
    text-align: center;
    cursor: pointer;
    float: right;
    transition: all .5s;
}

@media (max-width: 767px) {
	#header .bottom .center input[type="submit"] {
		display: none;
	}
}

#header .bottom .center input[type="submit"]:HOVER {
	color: #ed301e;
	border: 1px solid #ffffff;
    background-color: #ffffff;
}

#header .bottom .right {
	width: 290px;
	display: table;
	float: left;
	margin: 0px 0px 0px 10px;
}

@media (max-width: 1000px) {
	#header .bottom .right {
		width: 15px;
		float: right;
		margin: 0px 0px 0px 0px;
	}
}

#header .bottom .right a#tags {
    border-radius: 15px;
    background-color: #d7d7d7;
    color: #000000;
    display: table;
    font-size: 21px;
    height: auto;
    padding: 18px 0px 18px 0px;
    width: 115px;
    text-align: left;
    float: left;
    transition: all .5s;
    height: 54px;
}

@media (max-width: 1000px) {
	#header .bottom .right a#tags {
		display: none;
	}
}

#header .bottom .right a#tags span {
	position: absolute;
	padding: 0px 0px 0px 50px;
}

#header .bottom .right a#tags:HOVER {
	background-color: #ffffff;
}

#header .bottom .right a#tags i {
	margin: 1px 5px 0px 0px;
	display: none;
}

#header .bottom .right a#tags.collapsed i {
	display: inline;
	position: absolute;
	-webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
}

.closed {
	margin: 0px 0px 0px 4px;
	margin-top: -5px;
	padding: 0px 0px 0px 0px;
	width: 26px;
	position: absolute;
	display: inline-table;
	text-decoration: none;
	float: left;
	-webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
}

.collapsed .closed {
	display: none;
}

.closed div {
	width: 26px;
	height: 2px;
	background: #000000;
	margin: 6px 0px 6px 15px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden; 
}

.closed .one {
  -webkit-transform: rotate(45deg) translate(4px, 5px);
      -ms-transform: rotate(45deg) translate(4px, 5px);
          transform: rotate(45deg) translate(4px, 5px); 
}

.closed .two {
  opacity: 0; 
}

.closed .three {
  -webkit-transform: rotate(-45deg) translate(6px, -7px);
      -ms-transform: rotate(-45deg) translate(6px, -7px);
          transform: rotate(-45deg) translate(6px, -7px); 
}


#header .bottom .right a#tags i::before {
	color: #000000;
	font-size: 26px;
	line-height: 0px;
}

#header .bottom .right a#company {
    border-radius: 15px;
    background-color: #d7d7d7;
    color: #000000;
    display: table;
    font-size: 21px;
    height: auto;
    padding: 18px 0px 18px 0px;
    width: 165px;
    text-align: left;
    float: right;
    transition: all .5s;
    height: 54px;
}

@media (max-width: 1000px) {
	#header .bottom .right a#company {
		display: none;
	}
}

#header .bottom .right a#company span {
	position: absolute;
	padding: 0px 0px 0px 50px;
}

#header .bottom .right a#company:HOVER {
	background-color: #ffffff;
}

#header .bottom .right a#company i {
	margin: 0px 5px 0px 0px;
	display: none;
}

#header .bottom .right a#company.collapsed i {
	display: inline;
	position: absolute;
	-webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
}

#header .bottom .right a#company i::before {
	color: #000000;
	font-size: 22px;
	line-height: 0px;
}

.collapse_close {
	margin: 0px 0px 0px 0px;
	margin-top: -45px;
	padding: 12px 0px 12px 0px;
	width: 28px;
	position: relative;
	display: none;
	text-decoration: none;
	float: right;
	cursor: pointer;
	right: 15px;
}

@media (max-width: 767px) {
	.collapse_close {
		display: table;
	}
}

.collapse_close div {
	width: 28px;
	height: 2px;
	background: #ed301e;
	margin: 6px 0px 6px 15px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden; 
}

.collapse_close .one {
  -webkit-transform: rotate(45deg) translate(4px, 5px);
      -ms-transform: rotate(45deg) translate(4px, 5px);
          transform: rotate(45deg) translate(4px, 5px); 
}

.collapse_close .two {
  opacity: 0; 
}

.collapse_close .three {
  -webkit-transform: rotate(-45deg) translate(6px, -7px);
      -ms-transform: rotate(-45deg) translate(6px, -7px);
          transform: rotate(-45deg) translate(6px, -7px); 
}

#cat_list {
	width: 100%;
	color: #3a3a3a;
	overflow: auto;
	/*display: block;*/
	/*max-height: 500px;*/
	/*position: absolute;*/
	position: relative;
	overflow: hidden;
	transition: all .5s;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	-webkit-box-shadow: 0 8px 6px -6px #d7d7d7;
       -moz-box-shadow: 0 8px 6px -6px #d7d7d7;
            box-shadow: 0 8px 6px -6px #d7d7d7;
}

#cat_list .animated {
	background-color: #ffffff;
}

#cat_list h1 {
	font-size: 22px;
    line-height: 22px;
    margin: 30px 0px 10px 0px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

@media (max-width: 767px) {
	#cat_list h1 {
		font-size: 18px;
    	line-height: 18px;
	}
}

#cat_list ul {
	margin: 20px 0px 20px 0px;
	list-style: none;
	transition: all .5s;
	display: table;
}

#cat_list ul li {
    width: 33%;
    list-style: none;
    margin: 0px 0px 0px 0px;
    float: left;
    border-bottom: 0px solid #f3f3f3;
}

@media (max-width: 1200px) {
	#cat_list ul li {
		width:50%;
	}
}

@media (max-width: 767px) {
	#cat_list ul li {
		width: 100%;
	}
}

#cat_list ul li a {
    font-size: 16px!important;
    line-height: 16px!important;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    display: inline-block;
    padding: 10px 10px 10px 0px;
	font-size: 14px;
    margin: 0px 0px 0px 0px;
    color: #010101;
    /*border-bottom: 1px solid #333;*/
    transition: all .2s;
    width: 100%;
}

#cat_list ul li a:HOVER {
	/*background-color: #f3f3f3;*/
}

#tag_list {
	width: 100%;
	color: #3a3a3a;
	overflow: hidden;
	/*display: block;
	max-height: 500px;
	position: absolute;*/
	position: relative;
	transition: all .5s;
	padding: 0px 0px 0px 0px;
	-webkit-box-shadow: 0 8px 6px -6px #d7d7d7;
       -moz-box-shadow: 0 8px 6px -6px #d7d7d7;
            box-shadow: 0 8px 6px -6px #d7d7d7;
    max-height: 500px;
	overflow: auto;
	margin: 1px 0px 0px 0px;
}

.home #tag_list {
	margin: 0px 0px 0px 0px;
}

@media (max-width: 767px) {
	#tag_list {
		max-height: 300px;
		overflow: scroll;
	}
}

#tag_list .col-sm-12 {
	/*position: relative;*/
}

#tag_list .animated {
	background-color: #ffffff;
}

#tag_list h1 {
	font-size: 22px;
    line-height: 22px;
    margin: 30px 0px 10px 0px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

@media (max-width: 767px) {
	#tag_list h1 {
		font-size: 18px;
    	line-height: 18px;
	}
}

#tag_list ul {
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 60px;
	list-style: none;
	display: table;
}

#tag_list ul.not_show {
	display: none;
}

#tag_list ul li {
    width: auto;
	list-style: none;
	float: left;
	margin: 0px 30px 0px 0px;
	font-size: 12px;
	line-height: 12px;
	height: 30px;
}

#tag_list b.bold {
	border-radius: 0%;
	border: 0px solid #ed301e;
	background-color: transparent;
	color: #000000;
	font-size: 20px;
	line-height: 20px;
	padding: 1px 0px 0px 0px;
	margin: 0px 0px 2px 0px;
	margin-left: -60px;
	width: 35px;
	height: 25px;
	text-transform: uppercase;
	display: block;
	text-align: center;
}

#tag_list ul li.first {
	margin: 0px 0px 0px 0px;
}

#tag_list ul li a {
    font-size: 14px;
	line-height: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	width: auto;
	display: inline-block;
	padding: 6px 0px 0px 0px;
	color: black;
	/*border-bottom: 1px solid #333;*/
	transition: all .2s;
}

#tag_list ul li a:HOVER {
	text-decoration: underline;
}

#companyes_list {
	width: 100%;
	color: #3a3a3a;
	/*display: block;
	max-height: 500px;
	position: absolute;*/
	position: relative;
	transition: all .5s;
	padding: 0px 0px 0px 0px;
	-webkit-box-shadow: 0 8px 6px -6px #d7d7d7;
       -moz-box-shadow: 0 8px 6px -6px #d7d7d7;
            box-shadow: 0 8px 6px -6px #d7d7d7;
	margin: 1px 0px 0px 0px;
	max-height: 500px;
	overflow: auto;
}

.home #companyes_list {
	margin: 0px 0px 0px 0px;
}

@media (max-width: 767px) {
	#companyes_list {
		max-height: 300px;
		overflow: scroll;
	}
}

#companyes_list .animated {
	background-color: #ffffff;
}

#companyes_list h1 {
	font-size: 22px;
    line-height: 22px;
    margin: 30px 0px 10px 0px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

@media (max-width: 767px) {
	#companyes_list h1 {
		font-size: 18px;
    	line-height: 18px;
	}
}

.company_ul_list {
	width: 100%;
	display: table;
	height: 100%;
}

#companyes_list .bodyes {
	width: 100%;
	display: table;
	height: 100%;
}

#companyes_list ul {
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 40px;
	list-style: none;
	display: inline-block;
	width: calc(25% - 0px);
	float: left;
}

@media (max-width: 1200px) {
	#companyes_list ul {
		width: calc(50% - 0px);
	}
}

@media (max-width: 767px) {
	#companyes_list ul {
		width: calc(100% - 0px);
	}
}

#companyes_list ul.not_show {
	display: none;
}

#companyes_list ul li {
    width: 100%;
	list-style: none;
	float: left;
	margin: 0px 30px 10px 0px;
	font-size: 12px;
	line-height: 12px;
	display: block;
	
}

#companyes_list b.bold {
	border-radius: 0%;
	border: 0px solid #ed301e;
	background-color: transparent;
	color: #000000;
	font-size: 20px;
	line-height: 20px;
	padding: 1px 0px 0px 0px;
	margin: 0px 0px 2px 0px;
	margin-left: -40px;
	width: 35px;
	height: 25px;
	text-transform: uppercase;
	display: block;
	text-align: center;
}

#companyes_list ul li.first {
	margin: 0px 0px 0px 0px;
	width: auto;
}

#companyes_list ul li a {
    font-size: 14px;
	line-height: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	width: auto;
	display: table;
	padding: 6px 0px 0px 0px;
	color: black;
	/*border-bottom: 1px solid #333;*/
	transition: all .2s;
}

#companyes_list ul li a:HOVER {
	text-decoration: underline;
}

#three_dot {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	width: auto;
	position: relative;
	display: table;
	text-decoration: none;
	background-color: #f3f3f3;
	border-radius: 15px;
	transition: all .5s;
	display: none;
}

@media (max-width: 1000px) {
	#three_dot {
		display: block;
	}
}

@media (max-width: 767px) {
	#three_dot {
		padding: 3px 0px 3px 0px;
	}
}

#three_dot:HOVER {
	background-color: #ffffff;
}

#three_dot div {
	width: 4px;
	height: 4px;
	background: #000000;
	margin: 6px 5px 6px 5px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden; 
	border-radius: 50%;
}

#section_index_robot {
	width: 100%;
	display: table;
	margin: 20px 0px 0px 0px;
}

#section_index_robot .robot {
	width: 100%;
	min-height: 320px;
	background: url("images/robot.png") top left no-repeat;
	position: relative;
}

@media (max-width: 767px) {
	#section_index_robot .robot {
		background: transparent;
		min-height: auto;
	}
}

#section_index_robot .robot .left {
	width: 33%;
	display: table;
	float: left;
}

@media (max-width: 767px) {
	#section_index_robot .robot .left {
		display: none;
	}
}

#section_index_robot .robot .center {
	width: 33%;
	display: table;
	float: left;
}

#section_index_robot .robot .center.full_width {
	width: 60%;
}

@media (max-width: 767px) {
	#section_index_robot .robot .center, #section_index_robot .robot .center.full_width {
		width: 100%;
		margin: 0px 0px 0px 0px;
	}
}

#section_index_robot .robot .center h1 {
	font-size: 22px;
	line-height: 38px;
	color: #5f5d5f;
	font-weight: 500;
	width: 80%;
	margin: 40px 0px 0px 0px;
}

@media (max-width: 1000px) {
	#section_index_robot .robot .center h1 {
		font-size: 18px;
		line-height: 28px;
	}
}

@media (max-width: 767px) {
	#section_index_robot .robot .center h1 {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}
}

#section_index_robot .robot .center h1 a {
	font-size: 28px;
	line-height: 28px;
	color: #ed301e;
	font-weight: 700;
	transition: all .5s;
}

@media (max-width: 1000px) {
	#section_index_robot .robot .center h1 a {
		font-size: 18px;
		line-height: 28px;
	}
}

#section_index_robot .robot .center h1 a:HOVER {
	color: #5f5d5f;
}

#section_index_robot .robot .right {
	width: 33%;
	display: table;
	float: left;
}

@media (max-width: 767px) {
	#section_index_robot .robot .right {
		display: none;
	}
}

#section_index_robot .robot .right h1 {
	margin: 40px 0px 0px 0px;
	font-size: 28px;
	line-height: 38px;
	color: #5f5d5f;
	font-weight: 700;
}

@media (max-width: 1000px) {
	#section_index_robot .robot .right h1 {
		font-size: 18px;
		line-height: 28px;
	}
}

#section_index_robot .robot .right a {
	margin: 0px 0px 0px 0px;
	font-size: 22px;
	line-height: 38px;
	color: #ed301e;
	display: block;
	text-decoration: underline;
	transition: all .5s;
	font-weight: 500;
}

@media (max-width: 1000px) {
	#section_index_robot .robot .right a {
		font-size: 16px;
		line-height: 28px;
	}
}

#section_index_robot .robot .right a:HOVER {
	text-decoration: none;
}

#section_index_robot .robot .right p {
	margin: 0px 0px 0px 0px;
	font-size: 22px;
	line-height: 38px;
	color: #5f5d5f;
	width: 80%;
	font-weight: 500;
}

@media (max-width: 1000px) {
	#section_index_robot .robot .right p {
		font-size: 16px;
		line-height: 28px;
	}
}

a.robot_close {
	margin: 0px 0px 30px 30px;
	padding: 0px 0px 0px 0px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: table;
	text-decoration: none;
	z-index: 5;
	position: absolute;
	top:20px;
	right: 10px;
}

a.robot_close:HOVER {
	text-decoration: none;
}

a.robot_close div {
  width: 40px;
  height: 2px;
  background: #cc0033;
  margin: 6px 0px 0px 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; 
}

a.robot_close.on .one {
  -webkit-transform: rotate(45deg) translate(4px, 5px);
      -ms-transform: rotate(45deg) translate(4px, 5px);
          transform: rotate(45deg) translate(4px, 5px); 
}

a.robot_close.on .two {
  opacity: 0; 
}

a.robot_close.on .three {
  -webkit-transform: rotate(-45deg) translate(6px, -7px);
      -ms-transform: rotate(-45deg) translate(6px, -7px);
          transform: rotate(-45deg) translate(6px, -7px); 
}


#section_index_stock1 {
	width: 100%;
	display: table;
	margin: 20px 0px 0px 0px;
	margin-bottom: -50px;
}

#section_index_stock1 .stock1 {
	width: 100%;
	min-height: 380px;
	background: url("images/stock1.png") top center no-repeat;
	position: relative;
	margin-top: -20px;
}

@media (max-width: 767px) {
	#section_index_stock1 .stock1 {
		background: transparent;
		min-height: auto;
		margin: 0px 0px 50px 0px;
		display: table;
	}
}

#section_index_stock1 .stock1 .left {
	width: 50%;
	display: table;
	float: left;
}

@media (max-width: 767px) {
	#section_index_stock1 .stock1 .left {
		width: 100%;
	}
}

#section_index_stock1 .stock1 .left h1 {
	font-size: 22px;
	line-height: 38px;
	color: #5f5d5f;
	font-weight: 600;
	width: 80%;
	margin: 40px 0px 0px 80px;
}

@media (max-width: 1000px) {
	#section_index_stock1 .stock1 .left h1 {
		font-size: 18px;
		line-height: 28px;
	}
}

@media (max-width: 767px) {
	#section_index_stock1 .stock1 .left h1 {
		width: 100%;
		margin: 0px 0px 10px 0px;
	}
}

#section_index_stock1 .stock1 .left h1 a {
	font-size: 28px;
	line-height: 28px;
	color: #ed301e;
	font-weight: 700;
	transition: all .5s;
}

@media (max-width: 1000px) {
	#section_index_stock1 .stock1 .left h1 a {
		font-size: 18px;
		line-height: 28px;
	}
}

#section_index_stock1 .stock1 .left h1 a:HOVER {
	color: #5f5d5f;
}

#section_index_stock1 .stock1 .right {
	width: 50%;
	display: table;
	float: left;
}

@media (max-width: 767px) {
	#section_index_stock1 .stock1 .right {
		width: 100%;
	}
}

#section_index_stock1 .stock1 .right h1 {
	font-size: 22px;
	line-height: 38px;
	color: #5f5d5f;
	font-weight: 600;
	width: 80%;
	margin: 70px 0px 0px 80px;
}

@media (max-width: 1000px) {
	#section_index_stock1 .stock1 .right h1 {
		font-size: 18px;
		line-height: 28px;
	}
}

@media (max-width: 767px) {
	#section_index_stock1 .stock1 .right h1 {
		width: 100%;
		margin: 0px 0px 0px 0px;
	}
}

#section_index_stock1 .stock1 .right h1 a {
	font-size: 28px;
	line-height: 28px;
	color: #ed301e;
	font-weight: 700;
	transition: all .5s;
}

@media (max-width: 1000px) {
	#section_index_stock1 .stock1 .right h1 a {
		font-size: 18px;
		line-height: 28px;
	}
}

#section_index_stock1 .stock1 .right h1 a:HOVER {
	color: #5f5d5f;
}

#section_index_stock1 .stock1 .right p {
	font-size: 22px;
	line-height: 26px;
	color: #484848;
	font-weight: 400;
	margin: 10px 0px 0px 170px;
}

#section_index_stock1 .stock1 .right p a {
	font-size: 22px;
	line-height: 26px;
	color: #484848;
	font-weight: 400;
}

@media (max-width: 1000px) {
	#section_index_stock1 .stock1 .right p {
		font-size: 16px;
		line-height: 20px;
		margin: 10px 0px 0px 90px;
	}
	
	#section_index_stock1 .stock1 .right p a {
		font-size: 16px;
		line-height: 20px;
	}
}

@media (max-width: 767px) {
	#section_index_stock1 .stock1 .right p {
		margin: 10px 0px 20px 0px;
	}
	
	#section_index_stock1 .stock1 .right p a {
		font-size: 16px;
		line-height: 20px;
	}
}





























#section_index_products {
	width: 100%;
	display: block;
	margin: 10px 0px 0px 0px;
}

@media (max-width: 767px) {
	#section_index_products {
		margin: 0px 0px 0px 0px;
		display: block;
	}
}

.wp-pagenavi {
	margin: 40px 0px 0px 0px;
	display: table;
	width: 100%;
	float: left;
}

@media (max-width: 767px) {
	.wp-pagenavi {
		display: block;
		width: 100%;
		overflow: hidden;
	}
}

#section_index_products ul.tab {
	width: 100%;
	display: table;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

@media (max-width: 767px) {
	#section_index_products ul.tab {
		margin: 0px 0px 0px 0px;
	}
}

#section_index_products ul.tab li {
	float: left;
	margin: 0px 0px 0px 0px;
}

@media (max-width: 767px) {
	#section_index_products ul.tab li {
		margin: 0px 15px 0px 15px;
	}
}

#section_index_products ul.tab li a {
	color: #757674;
	font-size: 18px;
	line-height: 18px;
	display: block;
	padding: 5px 15px 5px 15px;
	position: relative;
	/*border-right: 1px solid #6d6c6c;*/
}

#section_index_products ul.tab li:LAST-CHILD a {
	/*border-right: 0px solid #6d6c6c;*/
}

@media (max-width: 767px) {
	#section_index_products ul.tab li a {
		font-size: 13px;
		line-height: 13px;
		text-transform: uppercase;
		border-bottom: 2px solid #f3f3f3;
		padding: 5px 5px 5px 5px;
	}
}

#section_index_products ul.tab li a.active {
	background-color: #6d6c6c;
	color: #ffffff;
	border-radius: 3px;
}

@media (max-width: 767px) {
	#section_index_products ul.tab li a.active {
		background-color: transparent;
		color: #757674;
		border-radius: inherit;
		border-bottom: 2px solid #6d6c6c;
	}
}

#section_index_products ul.tab li a::after {
	content: "";
	position: absolute;
	background-color: #c0c0c0;
	top: 3px;
	right: -1px;
	width: 1px;
	height: 22px;
	display: table;
}

#section_index_products ul.tab li:LAST-CHILD a::after {
	width: 0px;
}

@media (max-width: 767px) {
	#section_index_products ul.tab li a::after {
		width: 0px;
		display: none;
	}
}

#section_index_products .all {
	width: calc(100% - 320px);
	/*display: table;*/
	float: left;
	background-color: #ffffff;
	margin: 0px 0px 50px 0px;
	padding: 20px 20px 20px 20px;
	border-radius: 15px;
	overflow: hidden;
	min-height: 700px;
}

@media (max-width: 1100px) {
	#section_index_products .all {
		width: 100%;
	}
}

@media (max-width: 767px) {
	#section_index_products .all {
		display: block;
		border-radius: 0px;
	}
	
	#section_index_products .col-sm-12 {
		padding: 0px 0px 0px 0px;
	}
}

#section_index_products .all h1.title {
	font-family: 'Montserrat', sans-serif;
	color: #000000;
	font-size: 34px;
	line-height: 40px;
	display: block;
	font-weight: 600;
}

#section_index_products .all h1.title a {
	font-family: 'Montserrat', sans-serif;
	color: #000000;
	font-size: 36px;
	line-height: 36px;
	font-weight: 600;
	text-decoration: none;
}

@media (max-width: 767px) {
	#section_index_products .all h1.title {
		font-size: 22px;
		line-height: 22px;
	}
}

#section_index_products .all h1.index_title {
	display: inline-table;
	width: 100%;
	float: left;
}

#section_index_products .all span.index_title2 {
	font-size: 14px;
	line-height: 14px;
	margin: 7px 0px 0px 3px;
	display: inline-table;
	float: left;
}

.cat_left {
	width: 230px;
	float: left;
}

@media (max-width: 767px) {
	.cat_left {
		display: none;
	}
}

.cat_left ul.ul_cat {
	list-style: none;
	width: 95%;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 0px;
	position: relative;
	overflow: hidden;
}

.cat_left ul.ul_cat::before {
	/*content: " ";
    display: block;
    position: absolute;
    top: 0;
    bottom: 15px;
    left: 2px;
    border-left: 1px solid #ed301e;
    padding-left: 20px;*/
}

.cat_left ul.ul_cat li {
	padding: 0px 0px 5px 20px;
}

.cat_left ul.ul_cat li a {
	color: #000000;
	font-size: 14px;
	line-height: 16px;
	font-family: 'Montserrat', sans-serif;
	text-decoration: underline;
	position: relative;
}

.cat_left ul.ul_cat li.active a {
	font-weight: 700;
	text-decoration: underline;
}

.cat_left ul.ul_cat li a::before {
    content: '';
    display: block;
    position: relative;
    top: 14px;
    left: -17px;
    background: #ed301e;
    width: 5px;
    height: 1px;
    transition: all .5s;
}

.cat_left ul.ul_cat li a:HOVER {
	
}

.cat_left ul.cat_tag_list {
	list-style: none;
	width: 100%;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

.cat_left ul.cat_tag_list li {
	width: 100%;
	margin: 0px 0px 5px 0px;
}

.cat_left ul.cat_tag_list li a {
	font-family: 'Montserrat', sans-serif;
	width: auto;
	background-color: #e3e3e3;
	color: #5b5b5b;
	font-size: 10px;
	line-height: 10px;
	border-radius: 10px;
	text-decoration: none;
	padding: 5px 12px 5px 12px;
    transition: all .5s;
}

.cat_left ul.cat_tag_list li a:HOVER {
	color: #000000;
}

.cat_right {
	width: calc(100% - 230px);
	float: right;
}

@media (max-width: 767px) {
	.cat_right {
		width: 100%;
	}
}








#section_index_products .all ul.products {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#section_index_products .all ul.products li {
	width: 100%;
	display: table;
	padding: 50px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
}

@media (max-width: 767px) {
	#section_index_products .all ul.products li {
		padding: 20px 0px 0px 0px;
	}
}

#section_index_products .all ul.products li hr {
	display: none;
}

@media (max-width: 767px) {
	#section_index_products .all ul.products li hr {
		display: inline-block;
		width: 100%;
		margin: 25px auto 0px auto;
		margin-left: 0%;
	}
}

#section_index_products .all ul.products li a.category {
	text-transform: uppercase;
	color: #c3c3c3;
	font-size: 12px;
	line-height: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing: 1.1px;
	transition: all .5s;
}

.post-type-archive-events #section_index_products .all ul.products li a.category {
	color: #ed301e;
}

#section_index_products .all ul.products li a.category:HOVER {
	color: #808080;
}

#section_index_products .all ul.products li a {
	width: 100%;
	display: table;
	text-decoration: none;
}

#section_index_products .all ul.products li a h1 {
	font-family: 'Montserrat', sans-serif;
	color: #757674;
	font-size: 28px;
	line-height: 32px;
	display: block;
	font-weight: 600;
	margin: 10px 0px 15px 0px;
}

.products h1.entry-title, .single-news h1.entry-title, .single-articles h1.entry-title {
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 500;
    font-size: 2.1rem;
    line-height: 2.3rem;
    display: table;
}

@media (max-width: 767px) {
	#section_index_products .all ul.products li a h1 {
		font-size: 18px;
		line-height: 24px;
	}
	
	#section_index_products .all h1 {
		font-size: 14px;
		line-height: 20px;
		margin: 0px 0px 0px 0px;
	}
}

.projects a.category span.project_cat {
	float: left;
}

.projects a.category span.orders {
	font-family: 'Montserrat', sans-serif!important;
	border: 1px solid #ed301e;
	border-radius: 10px;
	box-shadow: none;
	color: white;
	display: table;
	font-size: 11px!important;
	line-height: 11px!important;
	height: auto;
	padding: 5px 15px 5px 15px;
	width: auto;
	text-align: center;
	background-color: #ed301e;
	text-decoration: none;
	font-weight: 600!important;
	float: left;
	text-transform: none!important;
	margin: 0px 0px 0px 10px;
	margin-top: -5px;
	letter-spacing: 0.7px;
}

.projects a.category span.orders.grey {
	border: 1px solid #c3c3c3;
	background-color: #c3c3c3;
}

@media (max-width: 767px) {
	.projects a.category span.orders {
		display: none;
	}
}

.project_body {
	width: 100%;
	display: table;
}

.project_body .project_left {
	width: calc(100% - 240px);
	float: left;
}

@media (max-width: 767px) {
	.project_body .project_left {
		width: 100%;
	}
}

.project_body .project_right {
	width: 220px;
	float: left;
	text-align: right;
	margin-right: 20px;
}

@media (max-width: 767px) {
	.project_body .project_right {
		display: none;
	}
}

.project_body .project_right span.user_company {
	margin: 20px 0px 25px 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	width: 100%;
	display: block;
	font-weight: 500;
}

.project span.user_company {
	margin: 10px 0px 25px 0px!important;
}

.project_body .project_right p.project_price {
	margin: 0px 0px 0px 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #b5b5b5;
	width: 100%;
	display: block;
}

.project_body .project_right p.project_price span {
	margin: 5px 0px 0px 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #ed301e;
	width: 100%;
	display: block;
	font-weight: 500;
}

.projects .the_content p {
	margin: 0px 0px 0px 0px!important;
}

.projects p.dates {
	margin: 20px 0px 0px 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #000000;
}

.projects p.dates i {
	margin: 0px 5px 0px 0px;
	display: block;
	float: left;
}

.project p.dates {
	margin: 10px 0px 20px 0px;
}

.project a.edit1 {
	font-family: 'Montserrat', sans-serif;
	margin: 40px 0px 0px 0px;
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 15px;
	font-weight: 500;
}

.project a.edit2 {
	font-family: 'Montserrat', sans-serif;
	margin: 10px 0px 0px 0px;
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 15px;
	font-weight: 500;
}

.project a.help {
	font-family: 'Montserrat', sans-serif;
	margin: 10px 0px 0px 0px;
	display: block;
	width: 100%;
	color: #000000;
	font-size: 15px;
	line-height: 15px;
	font-weight: 500;
}















h2.news_time {
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 500;
    font-size: 14px;
    font-size: 14px;
    display: table;
    margin: 10px 0px 0px 0px;
    color: #999;
}

h2.news_time span {
	padding: 0px 10px 0px 0px;
	margin: 0px 10px 0px 0px;
	position: relative;
}


h2.news_time span::after {
    content: "";
    position: absolute;
    background-color: silver;
    top: 0px;
    right: -1px;
    width: 1px;
    height: 20px;
    display: table;
}

h2.news_time a {
	font-family: 'Montserrat', sans-serif!important;
	color: #999;
	font-size: 14px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.info_articles h2.news_time {
	margin: 0px 0px 0px 0px;
	float: left;
}

#section_index_products .all ul.products li a .the_content p {
	color: #000000;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	margin: 0px 0px 0px 15px;
}

@media (max-width: 767px) {
	#section_index_products .all ul.products li a .the_content p {
		font-size: 14px;
		line-height: 18px;
		margin: 0px 0px 0px 0px;
	}
}

#section_index_products .all ul.products li .bottom {
	margin: 0px 0px 0px 15px;
}

@media (max-width: 767px) {
	#section_index_products .all ul.products li .bottom {
		margin: 0px 0px 0px 0px;
	}
}

#section_index_products .all ul.products li .bottom .left {
	float: left;
	width: 50%;
}

#section_index_products .all ul.products li .user_company {
	color: #000000;
	font-size: 16px;
	line-height: 16px;
	margin: -5px 0px 10px 15px;
	display: block;
}

#section_index_products .all ul.products li .user_company a {
	color: #ed301e;
	font-size: 16px;
	line-height: 16px;
	display: inline;
}

#section_index_products .all ul.products li .bottom .left span.price {
	color: #ed301e;
	font-size: 16px;
	line-height: 16px;
	margin: 10px 0px 0px 0px;
	display: block;
}

@media (max-width: 767px) {
	#section_index_products .all ul.products li .bottom .left span.price {
		font-size: 14px;
		line-height: 14px;
	}
}

#section_index_products .all ul.products li .bottom .left span.price i {
	display: none;
}

#section_index_products .all ul.products li .bottom .left span.price i::before {
	color: #ed301e;
	font-size: 18px;
	line-height: 18px;
	font-weight: 100;
	margin: 0px 5px 0px 0px;
}

#section_index_products .all ul.products li .bottom .right {
	float: right;
	width: 50%;
	display: none;
}

#section_index_products .all ul.products li .offers {
	margin: 0px 0px 0px 15px;
}

#section_index_products .all ul.products li .offers .right {
	display: block;
	float: left;
}

.offer {
	margin: 10px 20px 0px 0px;
	padding: 4px 10px 6px 10px;
	display: block!important;
	float: left;
	color: #ed301e;
	border: 1px solid #ed301e;
	background-color: #ffffff;
	font-size: 13px;
	line-height: 13px;
	border-radius: 5px;
	cursor: pointer;
	transition: all .5s;
	width: auto!important;
}

.offer:HOVER {
	color: #000000;
	border: 1px solid #000000;
}

#section_index_products .all ul.products li .bottom .right a.comments {
	margin: 10px 15px 0px 0px;
	display: block;
	float: right;
	width: auto;
}

@media (max-width: 767px) {
	#section_index_products .all ul.products li .bottom .right a.comments {
		display: none;
	}
}

#section_index_products .all ul.products li .bottom .right a.comments i::before {
	color: #ed301e;
	font-size: 20px;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	transition: all .5s;
}

#section_index_products .all ul.products li .bottom .right a.comments:HOVER i::before {
	color: #000000;
}

#section_index_products .all ul.products li .bottom .right a.like {
	margin: 11px 15px 0px 0px;
	display: block;
	float: right;
	width: auto;
	text-decoration: none;
}

@media (max-width: 767px) {
	#section_index_products .all ul.products li .bottom .right a.like {
		display: none;
	}
}

#section_index_products .all ul.products li .bottom .right a.like i::before {
	color: #ed301e;
	font-size: 20px;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	transition: all .5s;
}

#section_index_products .all ul.products li .bottom .right a.like:HOVER i::before {
	color: #000000;
}

#section_index_products .all ul.products li .bottom .right a.like i {
	display: none;
}

#section_index_products .all ul.products li .bottom .right a.like.enable i.flaticon-heart-1 {
	display: block;
}

#section_index_products .all ul.products li .bottom .right a.like.disable i.flaticon-heart {
	display: block;
}

#section_index_products .all .like_delete {
	margin: 64px 15px 0px 0px;
	display: table;
	text-decoration: none;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px!important;
	height: 50px;
	background-color: #fff0eb;
	padding: 12px 0px 0px 10px;
	border-radius: 50%;
	transition: all 0.5s;
	opacity: 0;
	z-index: 5;
	cursor: pointer;
}

#section_index_products .all .like_delete div {
  width: 30px;
  height: 2px;
  background: #cc0033;
  margin: 6px 0px 0px 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; 
}

#section_index_products .all .like_delete.on .one {
  -webkit-transform: rotate(45deg) translate(4px, 5px);
      -ms-transform: rotate(45deg) translate(4px, 5px);
          transform: rotate(45deg) translate(4px, 5px); 
}

#section_index_products .all .like_delete.on .two {
  opacity: 0; 
}

#section_index_products .all .like_delete.on .three {
  -webkit-transform: rotate(-45deg) translate(6px, -7px);
      -ms-transform: rotate(-45deg) translate(6px, -7px);
          transform: rotate(-45deg) translate(6px, -7px); 
}

#section_index_products .all ul.products li:HOVER .like_delete {
	opacity: 1;
	transition: all 0.5s;
}

#section_index_products .all .event_list .item .like_delete {
	margin: 5px 5px 0px 0px;
	z-index: 111;
}

#section_index_products .all .event_list .item:HOVER .like_delete {
	opacity: 1;
	transition: all 0.5s;
}


#section_index_products .all .grid .grid-item .like_delete {
	margin: 5px 5px 0px 0px;
	z-index: 111;
}

#section_index_products .all .grid .grid-item:HOVER .like_delete {
	opacity: 1;
	transition: all 0.5s;
}


.provider {
	margin: 10px 20px 0px 0px;
	padding: 4px 10px 6px 10px;
	display: block;
	float: right;
	color: #ed301e;
	border: 1px solid #ed301e;
	background-color: #ffffff;
	font-size: 13px;
	line-height: 13px;
	border-radius: 5px;
	cursor: pointer;
	transition: all .5s;
}

.provider:HOVER {
	color: #000000;
	border: 1px solid #000000;
}

.provider i {
	margin: 0px 0px 0px 0px;
	top: 1px;
	position: relative;
}

.provider i::before {
	margin: 0px 5px 0px 0px;
	font-size: 14px;
	line-height: 14px;
}

.item_provider_block {
	border-bottom: 1px solid #f3f3f3;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
	border-top: 1px solid #f3f3f3;
	display: table;
	width: 100%;
}

.item_provider {
	float: left;
	margin: 30px 20px 0px 0px;
	display: table;
}

.parent {
	float: left;
}

.provider_v2 {
	border-radius: 15px;
	background-color: #ed301e;
	color: #ffffff;
	font-size: 16px;
	line-height: 16px;
	margin: 20px 20px 10px 0px;
	padding: 12px 15px 12px 15px;
	float: left;
}

@media (max-width: 767px) {
	.mob_hide {
		display: none;
	}
}

.provider_v2:HOVER {
	color: #000000;
	border: 1px solid #d7d7d7;
	background-color: #d7d7d7;
}

.provider_v2 i::before {
	margin: 0px 5px 0px 0px;
	font-size: 16px;
	line-height: 16px;
}

.mobile_lead {
	margin: 0px 0px 30px 0px; 
	display: table;
}

.provider_v3 {
	border-radius: 15px;
	background-color: #ed301e;
	border: 1px solid #ed301e;
	color: #ffffff;
	font-size: 12px;
	line-height: 12px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	float: left;
	text-align: center;
	width: 90%;
}

.provider_v3:HOVER {
	color: #000000;
	border: 1px solid #cccccc;
	background-color: #cccccc;
}

@media (max-width: 767px) {
	.mobile_lead {
		position: fixed;
		bottom: 0px;
		left: 0px;
		z-index: 3;
		width: 100%;
		margin: 0px 0px 0px 0px; 
	}
	
	.mobile_lead .provider_v2 {
		border-radius: 0px;
		background-color: #ed301e;
		color: #ffffff;
		font-size: 16px;
		line-height: 16px;
		margin: 0px 0px 0px 0px;
		padding: 20px 15px 20px 15px;
		float: none;
		width: 100%;
	}
}

#section_index_products .add {
	width: 310px;
	display: table;
	float: right;
	-webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
}

@media (max-width: 1100px) {
	#section_index_products .add {
		/*display: none;*/
		float: left;
		width: 100%;
	}
}

#section_index_products .add ul {
	list-style: none;
	float: right;
}

@media (max-width: 1100px) {
	#section_index_products .add ul {
		float: none;
		margin: 0px auto 0px auto;
	}
	
	#section_index_products .add ul .codeneric_ultimate_ads_manager_ad_wrapper a {
		margin: 0px auto 0px auto;
		display: table;
	}
}

#section_index_products .add ul li {
	margin: 0px 0px 30px 0px;
	display: table;
}

#section_index_products .add ul li a {
	display: table;
	float: left;
}

#section_index_products .add img {
	float: left;
	max-width: 100%;
	height: auto;
	border-radius: 15px;
	width: 300px;
	height: auto;
	margin: 0px 0px 0px 10px;
	transition: all 0.5s;
}

@media (max-width: 1100px) {
	#section_index_products .add img {
		margin: 0px 0px 0px 0px;
	}
}

#section_index_products .add img:HOVER {
	border-radius: 0px;
	box-shadow: 1px 1px 15px 2px rgba(0, 0, 0, 0.1);
}

/* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */

a#close_subsc {
	margin: 0px 0px 30px 30px;
	padding: 0px 0px 0px 0px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: relative;
	display: table;
	text-decoration: none;
	z-index: 5;
	float: right;
}

a#close_subsc:HOVER {
	text-decoration: none;
}

a#close_subsc div {
  width: 30px;
  height: 2px;
  background: #cc0033;
  margin: 6px 0px 0px 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; 
}

a#close_subsc.on .one {
  -webkit-transform: rotate(45deg) translate(4px, 5px);
      -ms-transform: rotate(45deg) translate(4px, 5px);
          transform: rotate(45deg) translate(4px, 5px); 
}

a#close_subsc.on .two {
  opacity: 0; 
}

a#close_subsc.on .three {
  -webkit-transform: rotate(-45deg) translate(6px, -7px);
      -ms-transform: rotate(-45deg) translate(6px, -7px);
          transform: rotate(-45deg) translate(6px, -7px); 
}

#subsc_list {
	width: 100%;
	background-color: #ffffff;
	color: #3a3a3a;
	top: 0;
	right: 0;
	border: none;
	position: absolute;
	display: none;
	/*height: 100%;*/
	height: auto;
	width: 100%;
	/*min-height: 480px;*/
	z-index: 4;
	overflow: hidden;
	transition: height .25s, min-height .25s, padding .25s;
	-webkit-transition: height .25s, min-height .25s, padding .25s;
	-o-transition: height .25s, min-height .25s, padding .25s;
}

@media (max-width: 850px) {
	#subsc_list {
		z-index: 1000000;
	}
}

.subsc_overflow {
	height: 100%;
	width: 60%;
	margin: 20px auto;
	position: relative;
	/*padding-bottom: 100px;*/
	overflow: hidden;
}

@media (max-width: 850px) {
	.subsc_overflow {
		width: 90%;
		z-index: 1000000;
	}
}

@media (max-width: 850px) {
	.subsc_overflow a#close_subsc {
	    display: table!important;
	    margin: 0px 0px 20px 30px;
	}
}

.subsc_overflow div#dm_embedded_20710 {
	width: 100%;
	float: left;
}

/* ï¿½ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */

#pay_load {
	min-height: 300px;
}

.modal-dialog {
    max-width: 600px;
}

@media (max-width: 800px) {
	.modal, .modal-dialog {
		/*width: 100%!important;*/
		padding: 0px 0px 0px 0px!important;
		margin: 3px auto 10px auto!important;
		min-height: 100%;
		height: 100%;
		max-width: 98%;
	}
}

.modal-content {
	padding: 24px 35px 24px 35px;
	border-radius: 15px;
}

@media (max-width: 800px) {
	.modal-content {
		width: 100%!important;
		padding: 14px 15px 14px 15px!important;
		margin: 0px 0px 25px 0px!important;
		border-radius: 0px;
		/*min-height: 101%;*/
		border: 0px;
	}
}

.modal form {
	min-height: 300px;
}

form.auth {
	width: 100%;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    border: 0px solid #E5E5E5;
    border-radius: 3px;
    display: table;
}

form.auth .auth_top {
	width: 100%;
}

form.auth .line {
	width: 100%;
	display: table;
	margin: 0px 0px 20px 0px;
}

@media (max-width: 800px) {
	form.auth .line {
		text-align: center;
	}
}

form.auth .line.mini {
	width: 50%;
	float: left;
	display: table;
	margin: 0px 0px 0px 0px;
}

form.auth .line.mini.mini_left {
	width: 48%;
	margin-right: 2%;
}

@media (max-width: 800px) {
	form.auth .line.mini, form.auth .line.mini.mini_left {
		width: 100%;
	}
}

form.auth .line.top {
	margin: 0px 0px 20px 0px;
	text-align: center;
}

form.auth .line.center {
	text-align: center;
}

form.auth .line.enter_phone span {
	color: #000000;
	font-size: 16px;
	line-height: 16px;
}

form.auth .line.enter_phone a {
	/*color: #d10505;
	font-size: 16px;
	line-height: 16px;
	transition: all .5s;*/
	margin: 7px 0px 0px 0px;
	padding: 7px 20px 7px 20px;
	width: auto;
	font-size: 14px;
	color: #ffffff;
	background-color: #d10505;
	border: 0px;
	text-align: center;
	transition: all .5s;
	cursor: pointer;
	border-radius: 15px;
	font-weight: 500;
	display: table;
}

form.auth .line.enter_phone a:HOVER {
	/*color: #d10505;
	border-bottom: 1px solid #d10505;
	transition: all .5s;*/
	background-color: red;
}

form.auth .line.enter_code {
	display: none;
}

form.auth .line.enter_code span {
	color: #000000;
	font-size: 16px;
	line-height: 16px;
}

form.auth .line.enter_code a {
	color: #000000;
	font-size: 16px;
	line-height: 16px;
	border-bottom: 1px solid #000000;
	transition: all .5s;
}

form.auth .line.enter_code a:HOVER {
	color: #000000;
	border-bottom: 1px solid #ffffff;
	transition: all .5s;
}


form.auth h1 {
	margin: 0px 0px 20px 0px;
	color: #3f3f3f;
	font-size: 26px;
	line-height: 26px;
	display: block;
	font-weight: 700;
}

#loginform_div .modal-dialog {
    max-width: 900px;
}

#registerform_div .modal-dialog {
    max-width: 900px;
}

#form_recommendations_div .modal-dialog {
    max-width: 900px;
}

form.auth .auth_body .auth_body_left {
	width: calc(100% - 410px);
	float: left;
	overflow: hidden;
}

@media (max-width: 767px) {
	form.auth .auth_body .auth_body_left {
		display: none;
	}
}

form.auth .auth_body .auth_body_left h1 {
	font-size: 28px;
	line-height: 32px;
	color: #ec301e;
	font-weight: 600;
	margin: 0px 0px 50px 50px;
	font-family: 'Montserrat', sans-serif;
}

form.auth .auth_body .auth_body_left ul {
	margin: 0px 0px 0px 50px;
	list-style: none;
	width: 70%;
}

form.auth .auth_body .auth_body_left ul li {
	color:#000000;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin: 0px 0px 8px 0px;
}

form.auth .auth_body .auth_body_left ul li span {
	color: #ee8466;
}

form.auth .auth_body .auth_body_left ul li::before {
    content: '';
    display: block;
    position: relative;
    top: 10px;
    left: -25px;
    background: #ee8466;
    width: 13px;
    height: 1px;
    transition: all .5s;
}

form.auth .auth_body .auth_body_right {
	width: 410px;
	float: right;
}

@media (max-width: 767px) {
	form.auth .auth_body .auth_body_right {
		width: 100%;
	}
}

form.auth .auth_body {
	width: 100%;
	display: table;
}

form.auth .auth_body_reg {
	width: 100%;
	display: table;
}

form.auth input[type="text"], form.auth input[type="password"], #form_order select {
	width: 100%;
	margin: 0px 0px 15px 0px;
	padding: 12px 10px 12px 10px;
	border: 1px solid #e2e5e4;
	background-color: #ffffff;
	box-shadow: inherit;
	border-radius: 5px;
	font-size: 16px;
	line-height: 16px;
}

form.auth input[type="text"]:focus, form.auth input[type="password"]:focus{
	border-color: #008489;
	outline:0;
}

.passwords {
	position: relative;
	display: table;
	width: 100%;
}

.show-password {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

.show-password::before {
	content: "\f06e";
    position: absolute;
    left: 1px;
    top: 12px;
    display: block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 20px;
}

.hide-password {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	display: none;
}

.hide-password::before {
	content: "\f070";
    position: absolute;
    left: 1px;
    top: 12px;
    display: block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 20px;
}

form.auth input[type="text"]::-webkit-input-placeholder, form.auth input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #000000;
}

form.auth input[type="text"]::-moz-placeholder, form.auth input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
    color: #000000;
}

#form_meetings textarea, #form_about textarea, #form_order textarea, #form_recommendations textarea, #form_employment textarea {
	width: 100%;
	height: 100px;
	margin: 0px 0px 15px 0px;
	padding: 12px 10px 12px 10px;
	border: 1px solid #e2e5e4;
	background-color: #ffffff;
	box-shadow: inherit;
	border-radius: 5px;
	font-size: 16px;
	line-height: 16px;
}

#form_meetings textarea:focus, #form_about textarea:focus, #form_order textarea:focus, #form_recommendations textarea:focus, #form_employment textarea:focus {
	border-color: #008489;
	outline:0;
}

#form_meetings .line, #form_about .line, #form_recommendations .line, #form_employment .line {
    margin: 0px 0px 0px 0px;
}

#form_meetings .rotating-border {
	display: none;
}

#form_meetings .line span {
	width: 100%;
	display: table;
	font-size: 14px;
	line-height: 14px;
	margin: 0px 0px 5px 0px;
}

#form_meetings .auth_top p {
	width: 100%;
	display: table;
	font-size: 16px;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	color: #000000;
}

#form_meetings .simplemodal-login-fields {
	margin: 20px 0px 0px 0px;
	color: #000000;
	font-size: 16px;
	line-height: 16px;
	color: #ed301e;
}

#form_meetings .jqselect {
	width: 100%;
	margin: 0px 0px 20px 0px;
}

#form_add_glossary textarea {
	width: 100%;
	height: 100px;
	margin: 0px 0px 15px 0px;
	padding: 12px 10px 12px 10px;
	border: 1px solid #e2e5e4;
	background-color: #ffffff;
	box-shadow: inherit;
	border-radius: 5px;
	font-size: 16px;
	line-height: 16px;
}

#form_add_glossary textarea:focus{
	border-color: #008489;
	outline:0;
}

#form_add_glossary .line {
    margin: 0px 0px 0px 0px;
}

form.auth label.auth_save {
	font-size: 16px;
	line-height: 16px;
	color: #484848;
	margin: 0px 0px 0px 5px;
}

form.auth button {
	margin: 0px 0px 0px 0px;
	padding: 14px 0px 14px 0px;
	width: 100%;
	font-size: 18px;
	color: #ffffff;
	background-color: #d10505;
	border: 0px;
	text-align: center;
	transition: all .5s;
	cursor: pointer;
	border-radius: 15px;
	font-weight: 700;
}

form.auth button:HOVER {
	background-color: red;
}

form.auth button.finish {
	margin: 15px 0px 0px 0px;
	padding: 14px 0px 14px 0px;
	width: 100%;
	font-size: 18px;
	color: #ec301e;
	background-color: #ffffff;
	border: 0px;
	text-align: center;
	transition: all .5s;
	cursor: pointer;
	border-radius: 15px;
	font-weight: 700;
}

form.auth button.finish:HOVER {
	background-color: #ffffff;
}

form.auth a.auth_lost {
	font-size: 16px;
	line-height: 16px;
	color: #ee8466;
	text-decoration: none;
	text-align: center;
	width: 100%;
	font-weight: 700;
	display: block;
}

form.auth p {
	font-size: 14px;
	line-height: 14px;
	color: #7c7b7e;
	font-weight: 500;
	text-align: left;
}

form.auth p.alert_for_providers {
	font-size: 16px;
	line-height: 20px;
	font-family: 'Montserrat', sans-serif !important;
	color: #555555;
}

form.auth p.alert_for_providers a {
	font-size: 16px;
	line-height: 20px;
	font-family: 'Montserrat', sans-serif !important;
	color: #ed301e;
}

form.auth .or {
	overflow: hidden;
	text-align: center;
}

form.auth .or .span_body {
	position: relative;
	padding: 16px 16px 16px 16px;
}

form.auth .or .span_body::before {
	content: "";
	position: absolute;
	border-bottom: 1px solid #e4e4e4;
	top: 50%;
	right: 100%;
	width: 5000px;
}

form.auth .or .span_body::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #e4e4e4;
    top: 50%;
    left: 100%;
    width: 5000px;
}

form.auth .or .span_body span {
	font-size: 16px;
	line-height: 16px;
	color: #a2a1a1;
	font-weight: 700;
}

form.auth .reg_info {
	font-size: 16px;
	line-height: 16px;
	color: #7c7b7e;
	font-weight: 700;
}

form.auth a.auth_reg_go {
	font-size: 16px;
	line-height: 16px;
	color: #ec301e;
	font-weight: 700;
	text-decoration: none;
	margin: 0px 0px 0px 10px;
}

form.auth a.auth_reg_go:HOVER {
	text-decoration: underline;
}

form.auth a.auth_reg_go2 {
	font-size: 16px;
	line-height: 16px;
	color: #ec301e;
	font-weight: 700;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}

form.auth a.auth_reg_go2:HOVER {
	text-decoration: underline;
}

form.auth .slgloginwrapper {
	margin: 0px auto 0px auto;
	width: 32%;
	/*float: left;*/
}

form.auth .slgloginwrapper2 {
	margin: 0px 0px 0px 0px;
}

form.auth .soc_fb {
	margin: 0px 0% 0px 0px;
	padding: 14px 0px 14px 0px;
	width: 100%;
	font-size: 18px;
	color: #ffffff;
	background-color: #3c4c87;
	border: 0px;
	text-align: center;
	transition: all .5s;
	cursor: pointer;
	border-radius: 15px;
	font-weight: 700;
	display: block;
	float: left;
}

form.auth .soc_fb:HOVER {
	background-color: #4e5e9c;
}

form.auth .soc_vk {
	margin: 0px 0% 0px 0px;
	padding: 14px 0px 14px 0px;
	width: 100%;
	font-size: 18px;
	color: #ffffff;
	background-color: #4c79ba;
	border: 0px;
	text-align: center;
	transition: all .5s;
	cursor: pointer;
	border-radius: 15px;
	font-weight: 700;
	display: block;
	float: left;
}

form.auth .soc_vk:HOVER {
	background-color: #6893d0;
}

form.auth .soc_google {
	margin: 0px 0px 0px 0px;
	padding: 14px 0px 14px 0px;
	width: 100%;
	font-size: 18px;
	color: #ffffff;
	background-color: #c13e35;
	border: 0px;
	text-align: center;
	transition: all .5s;
	cursor: pointer;
	border-radius: 15px;
	font-weight: 700;
	display: block;
	float: right;
}

form.auth .soc_google:HOVER {
	background-color: #dc584f;
}

@media (max-width: 800px) {
	form.auth .soc_fb, form.auth .soc_vk, form.auth .soc_google {
		font-size: 14px;
	}
}







.auth_error_img {
	display: none;
}

p.auth_error_title {
	font-size: 22px;
	line-height: 22px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	display: block;
	padding: 20px 0px 10px 0px;
	color: #010101;
}

p.auth_error_description {
	font-size: 16px;
	line-height: 24px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	display: block;
	padding: 0px 0px 20px 0px;
	color: #ed301e;
}

p.auth_error_description b {
	color: #000000;
}

p.auth_error_description a {
	font-size: 16px;
	line-height: 24px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	color: #ed301e;
}

p.auth_error_description a:HOVER {
	text-decoration: underline;
}

form#phone_form input[type="text"], form#phone_form input[type="password"], form#phone_form textarea {
	width: 95%;
	margin: 0px 0px 15px 0px;
	padding: 12px 10px 12px 10px;
	border: 1px solid #e2e5e4;
	background-color: #ffffff;
	box-shadow: inherit;
	border-radius: 5px;
	font-size: 16px;
	line-height: 16px;
}

form#phone_form input[type="text"]:focus, form#phone_form input[type="password"]:focus, form#phone_form textarea:focus{
	border-color: #008489;
	outline:0;
}

form#phone_form textarea {
	height: 100px;
}


@media (max-width: 850px) {
	form#phone_form input[type="text"], form#phone_form input[type="password"], form#phone_form textarea {
		width: 100%;
	}
}

form#phone_form input[type="text"]::-webkit-input-placeholder, form#phone_form input[type="password"]::-webkit-input-placeholder {
    color: #000000;
} 
form#phone_form input[type="text"]::-moz-placeholder, form#phone_form input[type="password"]::-moz-placeholder {
    color: #000000;
}

form#phone_form input[type="submit"] {
    font-family: 'Source Sans Pro', sans-serif;
    border: 1px solid #ed301e;
    border-radius: 15px;
    box-shadow: none;
    color: #ffffff;
    display: table;
    font-size: 16px;
    height: auto;
    padding: 10px 25px 10px 25px;
    margin: 0px 0px 20px 0px;
    width: auto;
    background-color: #ed301e;
    cursor: pointer;
    transition: all .5s;
}

form#phone_form input[type="submit"]:HOVER {
	color: #000000;
	border: 1px solid #d7d7d7;
	background-color: #d7d7d7;
}

#nsl-custom-login-form-1 {
	margin: 0px 0px 25px 15px;
}

/* ï¿½ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */ 

p.auth_form_error_title {
	font-size: 22px;
	line-height: 22px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	display: block;
	padding: 40px 0px 10px 0px;
	color: #010101;
}

#form_order p.auth_form_error_title {
	padding: 0px 0px 0px 0px!important;
}

p.auth_form_error_description {
	font-size: 16px;
	line-height: 22px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 500;
	display: block;
	padding: 0px 0px 20px 0px;
	color: #ed301e;
}

#auth_form_top #auth {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #666666;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid #666666;
	margin: 0px 20px 40px 0px;
	
}

#auth_form_top #reg {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #666666;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid #666666;
}

.wp-pagenavi a, .wp-pagenavi span {
	font-family: 'Source Sans Pro', sans-serif;
    text-decoration: none;
    border: 0px solid #BFBFBF!important;
    font-size: 16px;
    padding: 1px 2px 10px 2px!important;
    margin: 2px!important;
}

@media (max-width: 767px) {
	.wp-pagenavi a, .wp-pagenavi span {
		font-size: 14px;
	    margin: 0px!important;
	    border-top: 1px solid #c3c3c3!important;
	    border-bottom: 1px solid #c3c3c3!important;
	    border-right: 1px solid #c3c3c3!important;
	    border-left: 0px solid #c3c3c3!important;
	    padding: 10px 15px 10px 15px!important;
	    display: inline-block;
	}
	
	.wp-pagenavi span {
	    border-left: 1px solid #c3c3c3!important;
	}
	
	.wp-pagenavi .pages {
		display: none;
	}
	
	.wp-pagenavi a.first, .wp-pagenavi a.last {
		display: none;
	}
}

.wp-pagenavi a {
	color: #000000!important;
	text-decoration: none!important;
}

#respond textarea {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}

#respond .form-submit input {
    font-family: 'Source Sans Pro', sans-serif;
	border: 1px solid #ed301e;
	border-radius: 15px;
	box-shadow: none;
	color: #ffffff;
	display: table;
	font-size: 16px;
	height: auto;
	padding: 10px 15px 10px 15px;
	margin: 0px 0px 20px 0px;
	width: auto;
	background-color: #ed301e;
	cursor: pointer;
	transition: all .5s;
}

#respond .form-submit input:HOVER {
	color: #000000;
	border: 1px solid #d7d7d7;
	background-color: #d7d7d7;
}

#RERR {
	height: 300px!important;
}

#RERR textarea {
	width: 95%;
	margin: 0px 0px 15px 0px;
	padding: 12px 10px 12px 10px;
	border: 1px solid #e2e5e4;
	background-color: #ffffff;
	box-shadow: none;
	border-radius: 5px;
	font-size: 16px;
	line-height: 16px;
}

#RERR textarea:focus{
	border-color: #008489;
	outline:0;
}

#RERR input {
	border-radius: 15px;
	background-color: #ed301e;
	color: #ffffff;
	font-size: 16px;
	line-height: 16px;
	margin: 0px 0px 10px 10px;
	padding: 12px 15px 12px 15px;
	float: left;
	border: 0px;
	width: 165px;
	cursor: pointer;
}

#RERR input:HOVER {
	color: #000000;
	border: 1px solid #d7d7d7;
	background-color: #d7d7d7;
}

blockquote.blockquotes {
	background: #ffffff;
	width: 310px;
	padding: 20px 20px 20px 20px;
	color: #000000;
	font-size: 16px;
	line-height: 20px;
	margin: 0px 0px 50px 0px;
	float: right;
	display: table;
	border-radius: 15px;
	font-family: 'Source Sans', sans-serif;
}

@media (max-width: 1100px) {
	blockquote.blockquotes {
		width: 100%;
	}
}

/* ï¿½ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */

.rotating-border {
	display: block;
    position: absolute;
    border-left: 2px solid #000000;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    height: 46px;
    width: 46px;
    left: 50%;
    top: 200px;
    margin: -23px 0 0 -23px;
    text-indent: -9999em;
    font-size: 10px;
    z-index: 9999;
    -webkit-animation: load 0.8s infinite linear;
    -moz-animation: load 0.8s infinite linear;
    ms-animation: load 0.8s infinite linear;
    o-animation: load 0.8s infinite linear;
    animation: load 0.8s infinite linear;
}

.simplemodal-wrap .rotating-border {
	top: 200px;
}

.rotating-border,
.rotating-border:after {
    border-radius: 50%;
    width: 46px;
    height: 46px;
}


@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#register_form .rotating-border {
	display: none;
	top: auto;
}

.lk_right .rotating-border {
	display: none;
	top: 80px;
	left: 60px;
}

#lostpasswordform .rotating-border {
	display: none;
	top: 200px;
}

label.label_user_agreement.is-invalid, label.label_user_agreement.is-invalid a {
	color: #db5151;
}

.input_form .input.is-invalid {
    border: 1px solid #db5151;
}

.is-invalid {
    border: 1px solid #db5151!important;
}

.SearchSidebarWidget {
	list-style: none;
}

.SearchSidebarWidget label, .SearchSidebarWidget a {
	display: none;
}

#searchbar ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
}


/* ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ï¿½ */

.ajax_load {
	margin-right: 140px;
	margin-top: 14px;
	position: absolute;
	right: 0;
	display:none;
}

@media (max-width: 767px) {
	.ajax_load {
		margin-right: 10px;
		margin-top: 10px;
	}
}

.ajax_body {
	top: 52px;
	position: absolute;
	z-index: 12;
	display: none;
	width: calc(100% - 125px) !important;
	margin: 0px 0px 0px 2px;
}

@media (max-width: 767px) {
	.ajax_body {
		top: 42px;
		width: calc(100% - 0px) !important;
	}
}

.ajax_body ul {
	margin: 0px 0px 0px 0px!important;
	list-style: none;
	width: auto!important;
	top: 0px!important;
	left: 0px!important;
}

.ajax_body ul li {
	margin: 0px 0px 0px 0px;
	list-style: none;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #f3f3f3;
	background-color: #ffffff;
}

.ajax_body ul li:FIRST-CHILD {
	border-top: 1px solid #d7d7d7;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.ajax_body ul li:LAST-CHILD {
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #d7d7d7;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

@media (max-width: 767px) {
	.ajax_body ul li {
		border-bottom: 0px solid #ffffff!important;
	}
	
	.ajax_body ul li:LAST-CHILD {
		border-bottom: 1px solid #f3f3f3!important;
	}
}

.ajax_body ul li a {
	padding: 10px 0px 10px 60px;
	font-size: 14px;
	display: block;
	color: #010101;
}

@media (max-width: 767px) {
	.ajax_body ul li a {
		padding: 6px 0px 6px 10px;
	}
}

.ajax_body ul li a:HOVER {
	background-color: #f3f3f3;
}

.ajax_body a h1 {
	padding: 0px 0px 0px 10px;
	font-size: 14px;
	display: block;
	color: #010101;
}

/*      ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½      */

.fileinput .thumbnail {
	border: 0px solid #ddd;
	padding: 0px;
	float: left;
	width: 160px;
	height: 160px;
}

.fileinput .thumbnail img {
	width: 160px;
	height: 160px;
}

.thumbnail_btn {
	float: left;
	margin: 0px 0px 0px 10px;
}

#preview-pane {
  display: block;
  position: absolute;
  z-index: 2000;
  right: -200px;
  padding: 6px;
  border: 1px rgba(0, 0, 0, 0.4) solid;
  background-color: white;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
}

.lk_top {
	margin: 0px 0px 50px 0px;
}

@media (max-width: 767px) {
	.lk_top {
		display: none;
	}
}

.lk_left {
	float: left;
	width: 250px;
	flex: 0 0 250px;
	max-width: 250px;
}

@media (max-width: 767px) {
	.lk_left {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.lk_right {
	width: calc(100% - 250px);
	flex: 0 0 calc(100% - 250px);
	max-width: calc(100% - 250px);
	float: left;
	border-left: 2px solid #e5e5e5;
	margin: 0px 0px 100px 0px;
	padding: 0px 0px 0px 40px;
	min-height: 700px;
}

@media (max-width: 767px) {
	.lk_right {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
		border-left: 0px solid #e5e5e5;
		padding: 15px 15px 0px 15px;
	}
}

.lk_hr {
	background-color: #e5e5e5;
	width: 95%;
	height: 3px;
	margin: 40px 0px 40px 0px;
	display: inline-block;
}

@media (max-width: 767px) {
	.lk_hr {
		display: none;
	}
}

.lk_body p.lk_change_pass {
	font-size: 16px!important; 
	color:#000000; 
	text-decoration: underline; 
	margin: 30px 0px 10px 0px!important; 
	display: inline-block; 
	width: 100%;
	cursor: pointer;
}

@media (max-width: 767px) {
	.lk_body p.lk_change_pass {
		margin: 0px 0px 20px 0px!important; 
	}
}

.jcrop_left {
	float: left;
	position: relative;
	width: 160px;
	height: 160px;
	margin: 0px 0px 0px 30px;
}

@media (max-width: 767px) {
	.jcrop_left {
		margin: 0px 0px 0px 0px;
	}
}

.jcrop_left img {
	/*max-width: 450px!important;
	width: 450px!important;
	height: auto!important;*/
}

.fileinput-delete {
	margin: 0px 0px 0px 0px;
	width: 38px;
	height: 37px;
	background: url("images/avatar_delete.png") top left no-repeat;
	display: table;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	border: 0px;
	transition: all .5s;
	background-color: transparent!important;
	border-color: transparent!important;
}

.jcrop_left:HOVER .fileinput-delete {
	display: table;
}

.fileinput-delete:HOVER {
	background-color: transparent;
}

.fileinput-add {
	margin: 0px 0px 0px 0px;
	width: 38px;
	height: 37px;
	background: url("images/avatar_add.png") top left no-repeat;
	display: table!important;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1!important;
	border: 0px;
	transition: all .5s;
	background-color: transparent!important;
	border-color: transparent!important;
}

.jcrop_left:HOVER .fileinput-add, .jcrop_left:HOVER .fileinput-add.hover {
	background-color: transparent;
	display: table!important;
	background: url("images/avatar_add.png") top left no-repeat!important;
}

.fileinput-add:HOVER {
	background-color: transparent;
	background: url("images/avatar_add.png") top left no-repeat!important;
	display: table!important;
}

#show_crop form {
	display: table!important;
}

input[type="submit"].avatar_save {
	font-family: 'Source Sans Pro', sans-serif;
    border: 1px solid #ed301e;
    border-radius: 15px;
    box-shadow: none;
    color: #ffffff;
    display: inline-table;
    font-size: 16px;
    height: auto;
    padding: 10px 15px 10px 15px;
	margin: 30px 0px 20px 0px;
    width: 200px;
    background-color: #ed301e;
	transition: all .5s;
	cursor: pointer;
}

input[type="submit"].avatar_save:HOVER {
	color: #000000;
	border: 1px solid #d7d7d7;
	background-color: #d7d7d7;
}

.profile h1, .profile h1 a {
	margin: 0px 0px 0px 0px;
}

@media (max-width: 767px) {
	.profile h1 {
		margin: 0px 0px 0px 20px;
	}
}

.profile h2, .profile h2 a {
	margin: 0px 0px 0px 0px;
	font-size: 30px!important;
	color: #000000!important;
	text-decoration: none!important;
}

@media (max-width: 767px) {
	.profile h2, .profile h2 a {
		font-size: 20px!important;
		line-height: 26px!important;
	}
}

ul#profile_menu {
	list-style: none outside none;
	width: 100%;
	float: left;
	display: table;
	margin: 20px 0px 0px 0px;
}

@media (max-width: 767px) {
	ul#profile_menu {
		display: none;
	}
}

ul#profile_menu li {
	display: block;
}

ul#profile_menu li a {
	display: block;
	padding: 7px 0px 7px 30px;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	font-weight: 300;
}

ul#profile_menu li a.toprovider {
	border: 1px solid #ed301e;
	border-radius: 15px;
	box-shadow: none;
	color: white;
	display: table;
	font-size: 14px!important;
	height: auto;
	padding: 10px 15px 10px 15px;
	margin: 20px 0px 20px 0px;
	width: 100%;
	background-color: #ed301e!important;
	text-align: center;
}

ul#profile_menu li a.toprovider span {
	border-bottom: 0px solid #d9d9d9!important;
}

ul#profile_menu li a:HOVER {
	/*background-color: #EFEEEE;*/
}

ul#profile_menu li a:HOVER span {
	/*border-bottom: 0px solid #d9d9d9;*/
}

ul#profile_menu li a span {
	/*border-bottom: 1px solid #d9d9d9;*/
}

ul#profile_menu li a.sel {
	font-weight: 500;
}

ul#profile_menu li a.sel span {
	border-bottom: 0px solid #d9d9d9;
}

ul#profile_menu li a span.new_projects {
	color: #ed301e;
	margin: 0px 0px 0px 10px;
}

ul#profile_menu li p {
	display: block;
	padding: 7px 0px 0px 30px;
	margin: 0px 0px 0px 0px;
	font-size: 20px;
	color: #ed301e;;
	text-decoration: none;
	font-weight: 300;
}

ul#profile_menu li ul {
	margin: 0px 0px 0px 20px;
}

ul#profile_menu li ul li {
	position: relative;
}

ul#profile_menu li ul li::before {
    content: '';
    display: block;
    position: relative;
    top: 20px;
    left: 15px;
    background: #ed301e;
    width: 5px;
    height: 5px;
    transition: all .5s;
    border-radius: 50%;
}

ul#profile_menu li ul li a {
	padding: 4px 0px 0px 30px;
}

#profile_all {
	display: table;
	float: left;
	width: 580px;
}

h1.profile_title {
	font-size: 28px;
	color: #000000;
	font-family: ProximaNova_Bold;
	text-transform: none;
}

.lk_body .line {
	display: table;
	margin: 0px 0px 20px 0px;
	float: left;
	width: 100%;
}

.lk_body .line.mini {
	display: table;
	margin: 0px 0px 20px 0px;
	float: left;
	width: 50%;
}

@media (max-width: 767px) {
	.lk_body .line.mini {
		width: 100%;
	}
}

.lk_body .line .img_block {
	position: relative;
	width: 300px;
	height: auto;
	margin: 0px 0px 0px 0px;
}

.lk_body .line .img_block .error_upload {
	color: #ed301e;
	margin: 10px 0px 0px 0px;
}

.lk_body ul.tags_last {
	margin: 15px 0px 0px 0px;
	list-style: none;
}

.lk_body ul.tags_last li {
	padding: 9px 15px 9px 15px;
	margin: 0px 5px 20px 0px;
	float: left;
	font-size: 14px;
	line-height: 14px;
	cursor: default;
	background-color: #cbe095;
	border-radius: 10px;
}

.lk_body ul.tags_last li button {
    position: relative;
    width: auto;
    height: auto;
    border: none;
    margin: 1px 0px 0px 10px;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
    text-indent: 0;
    background: transparent;
    float: left;
}

.lk_body ul.tags_last li button::before {
    margin: 0px 0px 0px 0px;
    content: "";
    display: block;
    background: url("images/close.png") top left no-repeat;
    width: 12px;
    height: 11px;
}

.lk_body ul.tags_last li button:hover::before {
    color: #ed301e;
}

.lk_body ul.tags_last li span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
    line-height: 14px;
    float: left;
	color: #000000;
}

.lk_body table.form-table {
	width: 100%;
}

.lk_body table.form-table tr {
	
}

.lk_body table.form-table tr td {
	text-align: left;
	vertical-align: top;
	padding: 0px 0px 20px 0px;
}

.lk_body table.form-table tr td:LAST-CHILD {
	text-align: right;
	padding: 0px 50px 20px 0px;
	width: 200px;
}

@media (max-width: 767px) {
	.lk_body table.form-table tr td {
		width: 100%;
		display: block;
		padding: 0px 0px 0px 0px;
	}
	
	.lk_body table.form-table tr td:LAST-CHILD {
		text-align: left;
		padding: 10px 0px 0px 0px;
	}
}

.jq-checkbox input,
.jq-radio input {
	display: none;
}

.ajax_tags_all {
	position: relative;
	width: 100%;
}

.ajax_tags_all a {
	float: right;
	font-size: 14px;
	line-height: 14px;
	display: block;
	color: #000000;
	border: 1px solid #e2e5e4;
	text-decoration: none;
	margin-right: 6%;
	border-radius: 10px;
	margin-top: -40px;
	padding: 7px 10px 7px 10px;
	transition: all .5s;
}

@media(max-width:767px)  {
	.ajax_tags_all a {
		font-size: 10px;
		line-height: 10px;
		padding: 8px 5px 8px 5px;
	}
}

.ajax_tags_all a.collapsed img {
	display: none;
	transition: all .5s;
}

.ajax_tags_all a img {
	margin: 1px 0px 0px 5px;
	display: inline-table;
	transition: all .5s;
}

.ajax_tags {
	top: 0px!important;
	position: absolute!important;
	z-index: 12!important;
	display: none;
	width: 95%!important;
	margin: 0px 0px 0px 0px!important;
}

.ajax_tags ul {
	margin: 0px 0px 0px 0px!important;
	list-style: none!important;
	width: 100%!important;
	top: 0px!important;
	left: 0px!important;
	border: 0px solid #aaa!important;
	background: transparent!important;
}

.ajax_tags ul li {
	margin: 0px 0px 0px 0px!important;
	list-style: none!important;
	border-left: 1px solid #d7d7d7!important;
	border-right: 1px solid #d7d7d7!important;
	border-bottom: 1px solid #f3f3f3!important;
	background-color: #ffffff!important;
	padding: 7px 0px 7px 10px!important;
	font-size: 14px!important;
	display: block!important;
	color: #010101!important;
	cursor: pointer!important;
}

.ajax_tags ul li:FIRST-CHILD {
	border-top: 1px solid #d7d7d7!important;
	border-top-left-radius: 10px!important;
	border-top-right-radius: 10px!important;
}

.ajax_tags ul li:LAST-CHILD {
	margin: 0px 0px 0px 0px!important;
	border-bottom: 1px solid #d7d7d7!important;
	border-bottom-left-radius: 10px!important;
	border-bottom-right-radius: 10px!important;
}

@media (max-width: 767px) {
	.ajax_tags ul li {
		border-bottom: 0px solid #ffffff!important;
	}
	
	.ajax_tags ul li:LAST-CHILD {
		border-bottom: 1px solid #f3f3f3!important;
	}
}

@media (max-width: 767px) {
	.ajax_tags ul li {
		padding: 6px 0px 6px 10px!important;
	}
}

.ajax_tags ul li:HOVER {
	background: transparent!important;
	margin: 0px 0px 0px 0px!important;
	list-style: none!important;
	border-top: 1px solid #d7d7d7!important;
	border-left: 1px solid #d7d7d7!important;
	border-right: 1px solid #d7d7d7!important;
	border-bottom: 1px solid #f3f3f3!important;
	padding: 7px 0px 7px 10px!important;
	font-size: 14px!important;
	display: block!important;
	color: #010101!important;
	cursor: pointer!important;
	background-color: #f3f3f3!important;
}

#tag_list_lk {
	max-height: 300px;
	overflow: auto;
	width: 95%;
}

#tag_list_lk ul {
	width: 95%;
	display: table;
	margin: 10px 0px 0px 0px;
	list-style: none;
}

#tag_list_lk ul li {
	float: left;
	margin: 0px 5px 0px 0px;
	height: 30px;
}

#tag_list_lk ul li b.bold {
    border-radius: 50%;
    border: 0px solid #ed301e;
    background-color: #ed301e;
    color: white;
    font-size: 12px;
    line-height: 12px;
    padding: 6px 0px 0px 0px;
    margin: 0px 0px 2px 0px;
    width: 25px;
    height: 25px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

#tag_list_lk ul li a {
	font-size: 14px;
	line-height: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	width: auto;
	display: inline-block;
	padding: 6px 0px 0px 0px;
	color: black;
	transition: all .2s;
	text-decoration: none;
	color: #9d9d9d;
}

#tag_list_lk ul li a:HOVER {
	text-decoration: none;
	color: #000000;
}

.wp-editor-wrap {
	width: 95%;
}

.mce-open {
	display: none;
}

.mce-window .mce-btn.mce-primary {
    background: #ed301e!important;
    border-color: #ed301e!important;
    box-shadow: 0 1px 0 #006799;
    color: white;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799;
}

@media (max-width: 767px) {
	.mce-window.mce-in {
		width: 100%!important;
	}
	.mce-window .mce-container-body.mce-abs-layout {
	    width: 100%!important;
	}
	
	.mce-combobox input, .mce-textbox {
		/*width: 70%!important;*/
	}
	
	.mce-checkbox {
		display: none;
	}
	
	
}

.mce-top-part::before {
	box-shadow: inherit!important;
}

.ui-helper-hidden-accessible {
	display: none;
}

.wp-editor-container {
    border: 0px solid #e5e5e5!important;
}

div.mce-edit-area {
	border-left: 1px solid #e5e5e5!important;
	border-right: 1px solid #e5e5e5!important;
	border-top: 1px solid #e5e5e5!important;
	border-bottom: 0px solid #e5e5e5!important;
}

.mce-statusbar {
	border-left: 1px solid #e5e5e5!important;
	border-right: 1px solid #e5e5e5!important;
	border-bottom: 1px solid #e5e5e5!important;
}

div.mce-toolbar-grp {
    border-bottom: 0px solid #ddd!important;
    background: #ffffff!important;
}

div.mce-toolbar-grp > div {
    padding: 3px 3px 3px 0px!important;
}

.mce-toolbar .mce-btn-group .mce-btn {
	margin: 2px 2px 2px 0px!important;
}

.mce-toolbar .mce-btn-group .mce-btn.mce-active, .mce-toolbar .mce-btn-group .mce-btn:active, .qt-dfw.active, .mce-toolbar .mce-btn-group .mce-btn:HOVER {
    background: transparent!important;
    box-shadow: inherit!important;
    border: 1px solid transparent!important;
}

.wp-editor-container .mce-widget button {
	background-color: #f5f5f5!important;
	border-radius: 10px!important;
	padding: 9px 9px!important;
}

.mce-toolbar .mce-btn-group .mce-btn:HOVER button, .mce-toolbar .mce-btn-group .mce-btn.mce-active button, .mce-toolbar .mce-btn-group .mce-btn:active button {
	background-color: #c0c0c0!important;
}

.all.pages .line p {
	font-size: 16px!important;
	color: #000000!important;
	margin: 0px 0px 5px 0px!important;
	font-weight: bold!important;
}

@media (max-width: 767px) {
	.all.pages .line p {
		font-size: 12px!important;
	}
}

#profile_all p {
	font-size: 14px;
	color: #999999;
	font-family: ProximaNova;
	margin: 10px 0px 10px 0px;
}

.all.pages .line p span {
	font-size: 16px!important;
	color: #999999!important;
	font-weight: normal!important;
}

@media (max-width: 767px) {
	.all.pages .line p span {
		font-size: 12px!important;
	}
}

.lk_body p {
	font-size: 16px!important;
	line-height: 22px!important;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	margin: 0px 0px 0px 0px!important;
	color: #000000;
	width: 95%;
}

.lk_body p span {
	color: #9d9d9d;
}

.lk_body p.p14 {
	font-size: 14px!important;
	line-height: 26px!important;
}


.lk_body .line input[type="text"], .lk_body .line.mini input[type="text"], .lk_body .line.mini input[type="password"] {
	width: 95%;
	margin: 0px 0px 0px 0px;
	padding: 12px 10px 12px 15px;
	border: 1px solid #e2e5e4;
	background-color: #ffffff;
	box-shadow: inherit;
	border-radius: 5px;
	font-size: 20px;
	line-height: 20px;
	color: #000000;
}

.lk_body .line select {
	width: 95%;
	margin: 0px 0px 0px 0px;
	padding: 12px 10px 12px 10px;
	border: 1px solid #e2e5e4;
	background-color: #ffffff;
	box-shadow: inherit;
	border-radius: 5px;
	font-size: 18px;
	line-height: 18px;
}

.lk_body .line select option {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

.jqselect {
	width: 95%;
}

.jq-selectbox__select {
    height: 42px!important;
    padding: 5px 45px 0 10px!important;
}

.jq-selectbox__trigger-arrow {
    top: 20px!important;
}

.jq-selectbox__dropdown ul li.lev1 {
	font-size: 14px!important;
	line-height: 14px!important;
	font-weight: bold!important;
}

.jq-selectbox__dropdown ul li.lev2 {
	font-size: 14px!important;
	line-height: 14px!important;
	font-weight: normal!important;
	padding-left: 20px!important;
}


.lk_body .line.mini input[type="text"]:focus,.lk_body .line.mini input[type="password"]:focus{
	border-color: #008489;
	outline:0;
}

.lk_body .line.mini input[type="text"]::-webkit-input-placeholder, .lk_body .line.mini input[type="password"]::-webkit-input-placeholder {
    color: #000000;
}

.lk_body .line.mini input[type="text"]::-moz-placeholder, .lk_body .line.mini input[type="password"]::-moz-placeholder {
    color: #000000;
}

.lk_body .line.mini input[type="text"], .lk_body .line.mini input[type="password"] {
	width: 90%!important;
}

@media(max-width:767px)  {
	.lk_body .line.mini input[type="text"], .lk_body .line.mini input[type="password"] {
		width: 100%!important;
	}
}

.saved_line {
	width: 95%!important;
	margin: 30px 0px 20px 0px!important;
}

.lk_body input[type="submit"].save_to_moderation {
	font-family: 'Source Sans Pro', sans-serif;
    border: 0px;
    border-radius: 10px;
    box-shadow: none;
    color: #ffffff;
    display: inline-table;
    font-size: 18px;
    line-height: 18px;
    height: auto;
    padding: 10px 15px 10px 15px;
	margin: 0px 10px 10px 0px;
    background-color: #009942!important;
	transition: all .5s;
	cursor: pointer;
}

.lk_body input[type="submit"].save_to_moderation:HOVER {
	background-color: #009942!important;
}

.lk_body input[type="submit"].save_to_draft {
	font-family: 'Source Sans Pro', sans-serif;
    border: 0px;
    border-radius: 10px;
    box-shadow: none;
    color: #000000;
    display: inline-table;
    font-size: 18px;
    line-height: 18px;
    height: auto;
    padding: 10px 15px 10px 15px;
	margin: 0px 10px 10px 0px;
    background-color: #e1e1e1!important;
	transition: all .5s;
	cursor: pointer;
}

.lk_body input[type="submit"].save_to_draft:HOVER {
	background-color: #e1e1e1!important;
}

.lk_body input[type="submit"].delete_product {
	font-family: 'Source Sans Pro', sans-serif;
    border: 0px;
    border-radius: 10px;
    box-shadow: none;
    color: #ffffff;
    display: inline-table;
    font-size: 18px;
    line-height: 18px;
    height: auto;
    padding: 10px 15px 10px 15px;
	margin: 0px 0px 10px 0px;
    background-color: #ed301e;
	transition: all .5s;
	cursor: pointer;
	float: right;
}

@media (max-width: 767px) {
	.lk_body input[type="submit"].delete_product {
		float: none;
	}
}

.lk_body input[type="submit"].delete_product:HOVER {
	background-color: #ed301e;
}

@media (max-width: 767px) {
	.lk_body input[type="submit"] {
		margin: 0px 0px 0px 0px;
	}
}

.post_type_draft {
	color: #000000;
	font-size: 13px;
    line-height: 13px;
    display: block;
	padding: 7px 0px 7px 12px;
	margin: 0px 0px 0px 0px;
	transition: all .5s;
	width: 110px;
	border-radius: 10px;
    background-color: #e1e1e1;
}

.post_type_publish {
	color: #096604;
	font-size: 13px;
    line-height: 13px;
    display: block;
	padding: 7px 0px 7px 12px;
	margin: 1px 0px 1px 0px;
	transition: all .5s;
	width: 110px;
	border-radius: 10px;
    background-color: #92c023;
}

.post_type_moderation {
	color: #000000;
	font-size: 13px;
    line-height: 13px;
    display: block;
	padding: 7px 0px 7px 12px;
	margin: 0px 0px 0px 0px;
	transition: all .5s;
	width: 110px;
	border-radius: 10px;
    background-color: #fff059;
}

.post_type_dismiss {
	color: #000000;
	font-size: 13px;
    line-height: 13px;
    display: block;
	padding: 7px 0px 7px 12px;
	margin: 0px 0px 0px 0px;
	transition: all .5s;
	width: 110px;
	border-radius: 10px;
    background-color: #f26479;
}

#profile_success, #profile_error, #error_message {
	font-family: 'Source Sans Pro', sans-serif;
	width: 100%;
	padding: 10px 0px 10px 0px;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	color: #19b34b;
	margin: 20px 0px 20px 0px;
	display: table;
}

#profile_error, #error_message {
	color: #ed301e;
}

@media (max-width: 767px) {
	#profile_success, #profile_error, #error_message {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 10px 0px;
		font-size: 16px;
	}
}

.orders {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
}

table.orders_list {
	width: 95%;
	display: table;
	flex-wrap: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	max-width: auto;
}

table.orders_list thead {
	width: 100%;
}

table.orders_list tbody {
	width: 100%;
}

table.orders_list thead tr {
	border-radius: 10px!important;
}

table.orders_list thead tr td {
	padding: 14px 0px 14px 10px;
	border-top: 0px solid #f3f3f3;
	border-bottom: 0px solid #f3f3f3;
	font-size: 13px;
	line-height: 13px;
	color: #7891a6;
	font-weight: normal;
	vertical-align: middle;
	background-color: #f3f3f3;
}

table.orders_list thead tr td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

table.orders_list thead tr td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

table.orders_list tbody tr td {
	padding: 8px 0px 8px 10px;
	border-bottom: 1px solid #e1e6ec;
	border-top: 0px solid #dee2e6;
	font-size: 13px;
	line-height: 13px;
	color: #18184f;
	font-weight: normal;
	vertical-align: middle;
}

@media(max-width:767px)  {
	table.orders_list thead tr td:nth-child(2) {
		display: none;
	}
	
	table.orders_list tbody tr td:nth-child(2) {
		display: none;
	}
}

table.orders_list tbody tr:HOVER td {
	background-color: #fbfbfb;
}

.profile table.orders_list tbody tr td a {
	font-size: 13px!important;
	line-height: 17px!important;
	color: #18184f!important;
	font-weight: normal!important;
	text-decoration: none!important;
	border-bottom: 1px dotted #18184f!important;
}

.profile table.orders_list tbody tr td a:HOVER {
	border-bottom: 1px dotted #ffffff!important;
}

.profile table.orders_list tbody tr td a.delete {
	width: 29px;
	height: 29px;
	margin: 0px 0px 0px 5px;
	cursor: pointer;
	position: relative;
	top: 0px;
	right: 20px;
	z-index: 5;
	display: block;
	background-color: #ed301e;
	border-radius: 50%;
	/*transition: all .5s;*/
	float: right;
	visibility: hidden;
}

.profile table.orders_list tbody tr td a.delete:HOVER {
	background-color: #000000;
}

.profile table.orders_list tbody tr td a.delete:before {
	display: block;
	content: ' ';
	background-size: 17px 17px;
	height: 17px;
	width: 17px;
	-webkit-mask: url('images/icons/001-garbage.svg') no-repeat 100% 100%;
	mask: url('images/icons/001-garbage.svg') no-repeat 100% 100%;
	-webkit-mask-size: cover;
	mask-size: cover;
	background-color: #ffffff;
	left: 6px;
	top: 6px;
	position: absolute;
}

table.orders_list tbody tr:HOVER td a.delete {
	visibility: visible;
}

.profile .add_title {
	width: auto;
	float: left;
	font-size: 30px!important;
	line-height: 30px!important;
	color: #000000;
	margin: 3px 0px 0px 0px;
}

@media (max-width: 767px) {
	.profile .add_title {
		font-size: 20px!important;
		line-height: 20px!important;
	}
}

.profile a.add_product {
	font-family: 'Source Sans Pro', sans-serif;
	border: 1px solid #ed301e;
	border-radius: 15px;
	box-shadow: none;
	color: #ffffff;
	display: table;
	font-size: 14px!important;
	height: auto;
	padding: 7px 15px 7px 15px;
	margin: 0px 0px 20px 20px;
	width: auto;
	text-align: center;
	background-color: #ed301e!important;
	text-decoration: none!important;
	float: left;
}

@media (max-width: 767px) {
	.profile a.add_product {
		margin: 0px 0px 20px 0px;
	}
}

.lk_body input[type="submit"] {
	font-family: 'Source Sans Pro', sans-serif;
	border: 1px solid #ed301e;
	border-radius: 20px;
	box-shadow: none;
	color: #ffffff;
	display: inline-table;
	font-size: 21px;
	line-height: 21px;
	padding: 12px 25px 15px 25px;
	height: auto;
	margin: 40px 0px 20px 0px;
	width: auto;
	text-align: center;
	background-color: #ed301e!important;
	text-decoration: none!important;
	cursor: pointer;
}

.categories_line {
	float: left;
	margin: 10px 0px 10px 0px;
	width: 50%;
	font-size: 14px;
	font-weight: normal!important;
}

.categories_line label {
	font-size: 14px;
	font-weight: normal!important;
}

/* ï¿½ï¿½ï¿½ï¿½ */
.menu_wrap {
	display: none;
	position: relative;
	width: 100%;
	height: 50px;
	background-color: #ed301e;
	margin: 0px 0px 25px 0px;
}

@media(max-width:767px)  {
    .navbar-collapse.collapse {
        display: none !important;
    }
}

@media (max-width: 767px) {
	.menu_wrap {
		display: table;
		margin: 0px 0px 0px 0px;
	}
}

#logo_menu {
	margin: 15px 0px 15px 20px;
	width: 110px;
	height: auto;
}

#logo_menu_left {
	margin: 15px 0px 0px 20px;
	width: 110px;
	height: auto;
}

a#like_mob {
	margin: 15px 20px 0px 0px;
	display: block;
	float: right;
	width: auto;
	text-decoration: none;
}

a#like_mob i::before {
	color: #ffffff;
	font-size: 24px;
	line-height: 24px;
	margin: 0px 0px 0px 0px;
	transition: all .5s;
	font-weight: 700;
}

a#like_mob:HOVER i::before {
	color: #000000;
}

a#notification_mob {
	margin: 14px 70px 0px 0px;
	display: block;
	float: right;
	width: auto;
	text-decoration: none;
}

a#notification_mob i::before {
	color: #ffffff;
	font-size: 24px;
	line-height: 24px;
	margin: 0px 0px 0px 0px;
	transition: all .5s;
	font-weight: 700;
}

a#notification_mob:HOVER i::before {
	color: #000000;
}

.mobil_login {
	width: 30px;
	height: 30px;
	margin: 10px auto;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 70px;
	z-index: 5;
	display: block;
}

.mobil_login:before {
	display: block;
	content: ' ';
	background-size: 28px 28px;
	height: 28px;
	width: 28px;
	-webkit-mask: url('images/icons/003-login-square-arrow-button-outline.svg') no-repeat 100% 100%;
	mask: url('images/icons/003-login-square-arrow-button-outline.svg') no-repeat 100% 100%;
	-webkit-mask-size: cover;
	mask-size: cover;
	background-color: #ffffff;
}

.menu_button {
  width: 30px;
  height: 30px;
  margin: 10px auto;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 20px;
  z-index: 5;
  display: block; 
}

.menu_button:before {
	
}

.menu_button.on {
	top: 0px;
}

.menu_button div {
  width: 100%;
  height: 2px;
  background: #fff;
  margin: 6px auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; 
}

.menu_button.on .one {
  -webkit-transform: rotate(45deg) translate(4px, 5px);
      -ms-transform: rotate(45deg) translate(4px, 5px);
          transform: rotate(45deg) translate(4px, 5px); 
}

.menu_button.on .two {
  opacity: 0; 
}

.menu_button.on .three {
  -webkit-transform: rotate(-45deg) translate(6px, -7px);
      -ms-transform: rotate(-45deg) translate(6px, -7px);
          transform: rotate(-45deg) translate(6px, -7px); 
}

.bm_overflow{
	height: auto;
	position: relative;
	padding-bottom: 100px;
	overflow: hidden;
	/*height: 300px;*/
}

.menu_menu {
  width: 100%;
  background-color: #ed301e;
  color: #ffffff;
  top: 0;
  right: 0;
  border: none;
  position: fixed;
  display: none;
  /*height: 100%;*/
  height: auto;
  width: 100%;
  /*min-height: 480px;*/
  z-index: 4;
  overflow: scroll;
  transition: height .25s, min-height .25s, padding .25s;
  -webkit-transition: height .25s, min-height .25s, padding .25s;
  -o-transition: height .25s, min-height .25s, padding .25s;
  padding-bottom: 100px;
  /*overflow: scroll;*/
}	

.mobile_header {
	display: table;
	width: 100%;
}

.mobile_header ul.auth {
	margin: 20px 0px 15px 20px;
	list-style: none;
}

.mobile_header ul.auth li {
	list-style: none;
	margin: 0px 0px 5px 0px;
	display: table;
}

.mobile_header ul.auth li a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 26px;
	line-height: 36px;
	color: #ffffff;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

.mobile_header ul.auth li a:HOVER {
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

.mobile_header a.phone {
	margin: 20px 0px 0px 20px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	line-height: 42px;
	color: #000000;
	font-weight: 600;
	text-decoration: none;
	display: block;
}

.mobile_header a.email {
	margin: 10px 0px 0px 20px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #000000;
	font-weight: 600;
	text-decoration: underline;
	display: block;
}

.mobile_header a.email:HOVER {
	text-decoration: none;
}

.mobile_header ul.social {
	margin: 10px 0px 0px 20px;
	list-style: none;
}

/*.mobile_header ul.social li {
	list-style: none;
	margin: 0px 5px 5px 0px;
	display: table;
	float: left;
}

.mobile_header ul.social li a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #666666;
	font-weight: 500;
	text-decoration: none;
	background-color: #4a4b4b;
	color: #e6e9e8;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: table;
	text-align: center;
	transition: all .5s;
	padding: 5px 0px 0px 0px;
}

.mobile_header ul.social li:LAST-CHILD a {
	font-size: 25px;
	line-height: 23px;
	background-color: #e6e9e8;
	color: #4a4b4b;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: table;
	text-align: center;
	transition: all .5s;
	padding: 0px 0px 0px 0px;
}

.mobile_header ul.social li a:HOVER {
	text-decoration: none;
	background-color: #000000;
	color: #ffffff;
}

.mobile_header ul.social li:LAST-CHILD a:HOVER {
	background-color: #ffffff;
	color: #000000;
}*/

.mobile_header ul.social li {
	list-style: none;
	margin: 0px 15px 0px 0px;
	display: table;
	float: left;
}

.mobile_header ul.social li:LAST-CHILD {
	margin: 0px 20px 0px 0px;
}

.mobile_header ul.social li a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	text-decoration: none;
	background-color: #ffffff;
	color: #ed301e;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: table;
	text-align: center;
	transition: all .5s;
	padding: 7px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
	border-bottom: 0px dotted white;
}

@media (max-width: 1100px) {
	.mobile_header ul.social li a {
		font-size: 20px;
		line-height: 20px;
		width: 35px;
		height: 35px;
		margin: 0px 0px 0px 0px;
	}
}

.mobile_header ul.social li:LAST-CHILD a {
	font-size: 35px;
	line-height: 32px;
	background-color: #ed301e;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.mobile_header ul.social li a:HOVER {
	text-decoration: none;
	background-color: #000000;
	color: #ffffff;
}

.mobile_header ul.social li:LAST-CHILD a:HOVER {
	background-color: #ffffff;
	color: #000000;
}





















.bm_overflow h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	line-height: 22px;
	color: #ffffff;
	margin: 20px 0px 0px 20px;
}

a#open_subsc3 {
	width: 100%;
    margin: 10px 0px 30px 20px;
    display: table;
}

a#open_subsc3 span {
	margin: 0px 0px 0px 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #000000;
	font-weight: 600;
	text-decoration: underline;
	display: block;
}

/* ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ about */

body.elementor-page-313 {
	background: #f3f3f3!important;
}

@media (max-width: 767px) {
	.elementor-313 .elementor-element.elementor-element-06b1dfb {
	    font-size: 15px!important;
	    line-height: 18px!important;
	}
	
	.elementor-313 .elementor-heading-title {
	    font-size: 22px!important;
	    line-height: 22px!important;
	}
}

.woo-slg-login-buttons {
	display: none!important;
}

.woo-slg-login-wrapper {
	display: inline;
}

.modal .rotating-border {
	display: none;
}

#footer {
	background-color: #c8ccca;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
	border-radius: 0px;
	overflow: hidden;
}

#footer .column {
	width: 20%;
	float: left;
	margin: 15px 0px 0px 0px;
}

@media (max-width: 1000px) {
	#footer .column {
		width: 25%;
	}
	
	#footer .column3 {
		display: none;
	}
}

@media (max-width: 767px) {
	#footer .column {
		width: 33%;
	}
	
	#footer .column2 {
		display: none;
	}
}

@media (max-width: 600px) {
	#footer .column {
		width: 100%;
	}
	
	#footer .column5 {
		display: none;
	}
}

#footer .column4, #footer .column5 {
	margin: 20px 0px 0px 0px;
}

#footer .column .items {
	width: 100%;
	display: table;
}

#footer .column .items_bottom {
	margin: 10px 0px 0px 0px;
}

#footer span.brend {
	color: #ffffff;
	font-size: 18px;
	line-height: 18px;
	display: table;
	margin: 0px 0px 0px 0px;
}

@media (max-width: 1300px) {
	#footer span.brend {
		font-size: 14px;
		line-height: 14px;
	}
}

#footer span.misprint {
	color: #000000;
	font-size: 16px;
	line-height: 20px;
	display: table;
	margin: 5px 0px 0px 0px;
}

@media (max-width: 1300px) {
	#footer span.misprint {
		font-size: 14px;
	}
}

@media (max-width: 1100px) {
	#footer span.misprint {
		font-size: 12px;
	}
}

#footer a {
	display: table;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #ffffff;
	color: #000000;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	transition: all .5s;
}

@media (max-width: 1300px) {
	#footer a {
		font-size: 14px;
	}
}

@media (max-width: 1100px) {
	#footer a {
		font-size: 12px;
		border-bottom: 1px dotted #c8ccca;
	}
}

#footer a:HOVER {
	color: #000000;
	border-bottom: 1px dotted #000000;
}

#footer a.add_prod {
	margin: 0px 0px 0px 30px;
	border-bottom: 0px dotted #ffffff;
	line-height: 20px;
}

#footer a.add_prod span {
	margin: 5px 0px 0px 0px;
	width: 100%;
	display: table;
}

#footer .flaticons {
	color: #ffffff;
	font-size: 30px;
	line-height: 30px;
}

#footer .container .row .col-sm-12 .column .flaticons::before {
	font-size: 30px;
	margin: 0px 0px 0px 0px;
}

.column2 .flaticons-bug::before {
	font-size: 30px;
	margin: 0px 0px 0px 0px;
}

#footer .flaticons-telegram {
	float: left;
	position: relative;
	width: 35px;
	height: 20px;
	display: table;
}

#footer .flaticons-telegram::before {
	top: -5px;
	left: -7px;
	position: absolute;
}

#footer .column3  {
	float: left;
}

#footer .ico {
	float: left;
	color: #ffffff;
}

#footer .ico.flaticon-smartphone-1 {
	margin: 0px 10px 0px 0px;
}

#footer .ico.flaticon-smartphone-1::before {
	font-size: 25px;
	margin-left: 0px;
}

#footer .ico.flaticon-email-1 {
	margin: 0px 10px 0px 0px;
}

#footer .ico.flaticon-email-1::before {
	font-size: 25px;
	margin-left: 0px;
}

#footer ul.social {
	margin: 10px 0px 0px 0px;
	list-style: none;
	display: table;
}

#footer ul.social li {
	list-style: none;
	margin: 0px 5px 0px 0px;
	display: table;
	float: left;
}

#footer ul.social li:LAST-CHILD {
	margin: 0px 20px 0px 0px;
}

#footer ul.social li a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	text-decoration: none;
	background-color: #ffffff;
	color: #ed301e;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: table;
	text-align: center;
	transition: all .5s;
	padding: 7px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
	border-bottom: 0px dotted white;
}

@media (max-width: 1300px) {
	#footer ul.social li a {
		font-size: 20px;
		line-height: 20px;
		width: 35px;
		height: 35px;
		margin: 0px 0px 0px 0px;
	}
}

#footer ul.social li:LAST-CHILD a {
	font-size: 35px;
	line-height: 32px;
	background-color: #ed301e;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#footer ul.social li a:HOVER {
	text-decoration: none;
	background-color: #000000;
	color: #ffffff;
}

#footer ul.social li:LAST-CHILD a:HOVER {
	background-color: #ffffff;
	color: #000000;
}

a.big_add_prod {
	position: fixed;
	display: table;
	z-index: 1;
	white-space: nowrap;
	cursor: pointer;
	bottom: 20px;
	left: 20px;
	color: white;
	font-size: 21px;
	line-height: 21px;
	padding: 12px 25px 15px 25px;
	background-color: #ed301e;
    transition: all .5s;
    border-radius: 20px;
    box-shadow: 0 6px 20px -5px #0006,0 0 0 1px #0000000f !important;
}

a.big_add_prod:HOVER {
	color: #ed301e;
    background-color: #ffffff;
}

@media (max-width: 767px) {
	a.big_add_prod {
		position: fixed;
		bottom: 0px;
		left: 0px;
		z-index: 3;
		width: 100%;
		margin: 0px 0px 0px 0px; 
		border-radius: 0px;
		background-color: #ed301e;
		color: #ffffff;
		font-size: 16px;
		line-height: 16px;
		margin: 0px 0px 0px 0px;
		padding: 20px 15px 20px 15px;
		float: none;
		width: 100%;
		text-align: center;
		text-transform: uppercase;
	}
}

a.big_add_proj {
	position: fixed;
	display: table;
	z-index: 1;
	white-space: nowrap;
	cursor: pointer;
	bottom: 20px;
	left: 20px;
	color: white;
	font-size: 21px;
	line-height: 21px;
	padding: 12px 25px 15px 25px;
	background-color: #ed301e;
    transition: all .5s;
    border-radius: 20px;
    box-shadow: 0 6px 20px -5px #0006,0 0 0 1px #0000000f !important;
}

a.big_add_proj:HOVER {
	color: #ed301e;
    background-color: #ffffff;
}

@media (max-width: 767px) {
	a.big_add_proj {
		position: fixed;
		bottom: 0px;
		left: 0px;
		z-index: 3;
		width: 100%;
		margin: 0px 0px 0px 0px; 
		border-radius: 0px;
		background-color: #ed301e;
		color: #ffffff;
		font-size: 16px;
		line-height: 16px;
		margin: 0px 0px 0px 0px;
		padding: 20px 15px 20px 15px;
		float: none;
		width: 100%;
		text-align: center;
		text-transform: uppercase;
	}
}

a.big_add_glossary {
	position: fixed;
	display: table;
	z-index: 1;
	white-space: nowrap;
	cursor: pointer;
	bottom: 20px;
	left: 20px;
	color: white;
	font-size: 21px;
	line-height: 21px;
	padding: 12px 25px 15px 25px;
	background-color: #ed301e;
    transition: all .5s;
    border-radius: 20px;
    box-shadow: 0 6px 20px -5px #0006,0 0 0 1px #0000000f !important;
}

a.big_add_glossary:HOVER {
	color: #ed301e;
    background-color: #ffffff;
}

@media (max-width: 767px) {
	a.big_add_glossary {
		position: fixed;
		bottom: 0px;
		left: 0px;
		z-index: 3;
		width: 100%;
		margin: 0px 0px 0px 0px; 
		border-radius: 0px;
		background-color: #ed301e;
		color: #ffffff;
		font-size: 16px;
		line-height: 16px;
		margin: 0px 0px 0px 0px;
		padding: 20px 15px 20px 15px;
		float: none;
		width: 100%;
		text-align: center;
		text-transform: uppercase;
	}
}









.alm-btn-wrap .alm-load-more-btn.loading::before {
    background: url("/wp-content/plugins/ajax-load-more/core/img/ajax-loader.gif") no-repeat center center!important;
}


.products h1.entry-title {
	font-family: 'Montserrat', sans-serif;
}

h2.event_time {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 14px;
	margin: 10px 0px 10px 0px;
	font-weight: 500;
	color: #ed301e;
	display: inline;
}

.btn {
    color: #666!important;
    background-color: #e1e5ec;
    border-color: #e1e5ec;
    text-decoration: none!important;
    border-radius: 0px;
}

.btn:hover{
	color:#666;
	background-color:#c2cad8;
	border-color:#c2cad8;
}

/* 404 */

.travolta {
	height: 241px;
	position: fixed;
	bottom: 0px;
	margin: 0px auto;
	left: 40%;
}

.travolta img {
	
}

.cookie-popup {
    position: fixed;
    z-index: 1000;
    bottom: 34px;
    right: 34px;
    border-radius: 4px;
    box-shadow: 0 0 20px 0 #00000026;
    border: solid 0.5px #f1f4f6;
    background-color: white;
    padding: 16px;
    max-width: 400px;
}

@media (max-width: 767px) {
	.cookie-popup {
		right: 0px;
	}
}

.cookie-popup h2 {
    font-size: 14px;
    font-weight: bold;
    color: #1c252e;
}

.cookie-popup div {
    font-size: 14px;
    line-height: 17px;
    color: #788090;
    margin: 10px 0px 5px 0px;
}

.cookie-popup div a {
	color: #ed301e;
}

.cookie-popup div a:HOVER {
	text-decoration: underline;
}

.cookie-popup button {
    border-radius: 4px;
    background-color: #ed301e;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: white;
    margin-top: 8px;
    padding: 10px 16px;
    border: none;
    cursor: pointer;
}

.cookie-popup button:HOVER {
	transition: all .5s;
	background-color: red;
}

#breadcrumbs {
	color: #ed301e;
	text-decoration: none!important;
	margin: 0px 0px 10px 0px;
	display: table;
}

#breadcrumbs a {
	color: #ed301e;
	text-decoration: none!important;
}

#breadcrumbs span {
	float: left;
	display: block;
}

#breadcrumbs span.back {
	margin: 14px 0px 0px 3px;
	line-height: 0px;
	font-family: 'Source Sans', sans-serif;
}

@media (max-width: 767px) {
	#breadcrumbs span.back {
		margin: 9px 0px 0px 3px;
	}
}

.nav_top {
	width: 100%;
	display: table;
	margin: 0px 0px 25px 0px;
}

.nav_top a.to_index {
	display: block;
	float: left;
	margin: 2px 20px 0px 0px;
	text-decoration: none;
	color: #ed301e;
	font-size: 18px;
	line-height: 18px;
	border-bottom: 1px solid #ed301e;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
}

.nav_top a.to_index:HOVER {
	border-bottom: 1px solid #ffffff;
}

ul.articles_cats {
	list-style: none;
	width: auto;
	margin: 0px 0px 0px 0px;
	display: block;
	float: left;
}

ul.articles_cats li {
	float: left;
	margin: 0px 20px 0px 0px;
}

ul.articles_cats li a {
	font-size: 16px;
	line-height: 18px;
	color: #999;
	transition: all .5s;
	text-decoration: none;
}

ul.articles_cats li a:HOVER {
	color: #ed301e;
}

ul.articles_cats li.active a {
	color: #000000;
}

.articles .grid {
	width: 100%;
	margin: 10px 0px 30px 0px;
	display: table;
}

@media (max-width: 767px) {
	.articles .grid {
		margin: 20px 0px 30px 0px;
	}
}

.articles .grid:after {
	content: '';
	display: block;
	clear: both;
}

.articles .grid .grid-item {
	float: left;
	margin: 20px 2% 0px 0px;
	width: 31.3%;
	position: relative;
	border-radius: 5px;
	display: flex;
	flex-direction: row;
	align-items: stretch;
}

.articles .grid .grid-item#article_1 {
	width: 64.4%;
	overflow: hidden;
	display: block;
}

@media (max-width: 767px) {
	.articles .grid .grid-item, .articles .grid .grid-item#article_1 {
		width: 100%;
		margin: 0px 0px 0px 0px;
	}
}

.articles .grid .grid-item#article_4 {
	/*margin-bottom: 30px;*/
}

@media (max-width: 767px) {
	.articles .grid .grid-item#article_4 {
		/*margin-bottom: 0px;*/
	}
}

.articles .grid .grid-item a {
	transition: all .5s;
	text-decoration: none;
	width: 100%;
}

.articles .grid .grid-item a:HOVER {
	
}

.articles .grid .grid-item a .image_bg {
	width: 100%;
	position: relative;
	padding-bottom: 60%;
	overflow: hidden;
	border-radius: 5px;
}

.articles .grid .grid-item a .image_bg .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	transition: all .5s;
}

.articles .grid .grid-item a:HOVER .image_bg .image {
	/*width: 110%;
	height: 110%;*/
}

.articles .grid .grid-item#article_1 a .image_bg .fon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.5;
	transition: all .5s;
}

@media (max-width: 767px) {
	.articles .grid .grid-item#article_1 a .image_bg .fon {
		display: none;
	}
}


.articles .grid .grid-item a:HOVER .image_bg .fon {
	opacity: 0.3!important;
}

.articles .grid .grid-item a .image_bg span {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 14px;
	line-height: 14px;
	color: white;
	text-shadow: 0 0 3px #0000004d;
}

.articles .grid .grid-item#article_1 a .grid-body {
	position: absolute;
	top: 20px;
}

@media (max-width: 767px) {
	.articles .grid .grid-item#article_1 a .grid-body {
		position: relative;
		top: auto;
	}
}

.articles .grid .grid-item a h1 {
	font-size: 20px;
	line-height: 22px;
	color: #000000;
	margin: 10px 0px 5px 0px;
}

.articles .grid .grid-item#article_1 a h1 {
	width: 90%;
	font-size: 36px;
	line-height: 36px;
	margin: 0px 0px 20px 20px;
	color: #ffffff;
	text-shadow: 0 0 3px #0000004d;
	position: relative;
	font-weight: 700;
}

@media (max-width: 767px) {
	.articles .grid .grid-item a h1, .articles .grid .grid-item#article_1 a h1 {
		font-size: 16px!important;
		line-height: 16px!important;
		color: #000000;
		margin: 10px 0px 5px 0px!important;
		text-shadow: none;
		font-weight: 500;
	}
}

.articles .grid .grid-item a .the_excerpt {
	width: 100%;
}

.articles .grid .grid-item a .the_excerpt p {
	font-size: 18px;
	line-height: 20px;
	color: #999;
}

.articles .grid .grid-item#article_1 a .the_excerpt p  {
	width: 90%;
	font-size: 20px;
	margin: 0px 0px 0px 20px;
	color: #ffffff;
	text-shadow: 0 0 3px #0000004d;
	position: relative;
}

@media (max-width: 767px) {
	.articles .grid .grid-item a .the_excerpt p, .articles .grid .grid-item#article_1 a .the_excerpt p  {
		width: 100%;
		text-shadow: none;
		font-size: 14px!important;
		line-height: 16px!important;
		color: #999;
		margin: 0px 0px 18px 0px!important;
	}
}

h2.articles_cat_title, h2.articles_cat_title a {
	font-family: 'Montserrat', sans-serif;
	color: black;
	font-size: 25px;
	line-height: 25px;
	display: block;
	font-weight: 600;
	width: 100%;
	text-decoration: none;
}

.section_blocks {
	width: 100%;
	margin: 20px 0px 20px 0px;
}

.home .section_blocks {
	margin: 15px 0px 0px 0px;
}

.section_blocks .carousel {
    position: relative;
    margin: 0px 0px 0px 0px;
    min-height: 234px;
}

.section_blocks .item {
	margin: 0px 0px 0px 0px;
}

.section_blocks .item a {
	text-decoration: none;
}

.section_blocks .item a .image_bg {
	width: 95%;
	position: relative;
	padding-bottom: 60%;
	overflow: hidden;
	border-radius: 5px;
}

.home .section_blocks .item a .image_bg {
	padding-bottom: 60%;
}

@media (max-width: 767px) {
	.section_blocks .item a .image_bg {
		width: 100%;
	}
}

.section_blocks .item a .image_bg .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	transition: all .5s;
}

.section_blocks .item a:HOVER .image_bg .image {
	/*width: 110%;
	height: 110%;*/
}

.section_blocks .item a .image_bg span {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 14px;
	line-height: 14px;
	color: white;
	text-shadow: 0 0 3px #0000004d;
}

.section_blocks .item a h1 {
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	margin: 15px 0px 10px 0px;
	width: 95%;
}

@media (max-width: 767px) {
	.section_blocks .item a h1 {
		font-size: 16px!important;
		line-height: 16px!important;
		margin: 10px 0px 5px 0px !important;
	}
}

.section_blocks .item a .the_excerpt {
	width: 95%;
}

.section_blocks .item a .the_excerpt p {
	font-size: 16px;
	line-height: 21px;
	color: #999;
}

@media (max-width: 767px) {
	.section_blocks .item a .the_excerpt p {
		font-size: 14px!important;
		line-height: 16px!important;
		margin: 0px 0px 18px 0px !important;
	}
}

.section_blocks .owl-prev {
	position: absolute;
	top: 25%;
	z-index: 2;
	background: #ffffff url("images/owl-prev3.png") center center no-repeat!important;
	width: 40px;
	height: 40px;
    left: -10px;
	display: flex;
	border-radius: 50%;
    box-shadow: 0 1px 2px #999,0 2px 4px #0000001f;
}

.section_blocks .owl-next {
	position: absolute;
	top: 25%;
	z-index: 2;
	background: #ffffff url("images/owl-next3.png") center center no-repeat!important;
	width: 40px;
	height: 40px;
    right: 0px;
	display: flex;
	border-radius: 50%;
    box-shadow: 0 1px 2px #999,0 2px 4px #0000001f;
}

@media (max-width: 767px) {
	.section_blocks .owl-prev {
		left: 0px;
	}
	
	.section_blocks .owl-next {
		right: 0px;
	}
	
}

.home .section_blocks .owl-prev, .home .section_blocks .owl-next {
	/*display: none;*/
}

@media (max-width: 767px) {
	.home .section_blocks .owl-prev, .home .section_blocks .owl-next {
		display: block;
		top: 18%;
	}
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    /*display: block!important;*/
}

#section_index_products .prod_nav {
	width: 310px;
	display: table;
	float: right;
    background: white;
    border-radius: 15px;
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 20px 0px;
}

@media (max-width: 1100px) {
	#section_index_products .prod_nav {
		display: none;
	}
}

#section_index_products .prod_nav h3 {
	font-size: 14px;
	line-height: 14px;
	color: #999;
	margin: 0px 0px 20px 0px;
}

#section_index_products .prod_nav ul {
	width: 100%;
	list-style: none;
	margin: 0px 0px 0px 0px;
}

#section_index_products .prod_nav ul li {
	margin: 0px 0px 10px 0px;
	display: table;
}

#section_index_products .prod_nav ul li a {
	display: table;
	font-size: 16px;
	line-height: 18px;
	color: #666;
	transition: all .5s;
}

#section_index_products .prod_nav ul li a span {
	display: block;
	float: left;
	background-color: white;
	color: #999;
	font-size: 11px;
	line-height: 19px;
	border: 1px solid gainsboro;
	border-radius: 11px;
	text-align: center;
	height: 22px;
	width: 22px;
	margin: 0px 8px 0px 0px;
	transition: background-color .25s ease-out,color .25s ease-out;
}

#section_index_products .prod_nav ul li a:HOVER {
	color: #000000;
}

.anchor {
	visibility: hidden!important;
	height: 0px!important;
	line-height: 0px!important;
	font-size: 0px!important;
	position: absolute;
}

#section_index_news {
	width: 100%;
	display: block;
	margin: 0px 0px 0px 0px;
}

#section_index_news .section_blocks h2 {
	margin: 10px 0px 15px 0px;
	width: auto;
	display: inline-block;
}

@media (max-width: 767px) {
	#section_index_news .section_blocks h2 {
		margin: 0px 0px 15px 0px;
	}
}

#section_index_news .section_blocks h2 a:HOVER {
	color: #ed301e;
	transition: all .5s;
}

#section_index_news .section_blocks {
	width: calc(100% - 30px);
	margin: 0px auto 0px auto;
}

@media (max-width: 1100px) {
	#section_index_news .section_blocks {
		width: 100%;
	}
}

@media (max-width: 767px) {
	#section_index_news .section_blocks {
		width: 100%;
	}
}

.adv_all {
	width: 310px;
	display: table;
	float: right;
}

@media (max-width: 1100px) {
	.adv_all {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.adv_all {
		width: 100%;
	}
}

.articles_index {
	width: 310px;
	display: table;
	float: right;
	-webkit-animation: fadeInFromNone 0.5s ease-out;
	-moz-animation: fadeInFromNone 0.5s ease-out;
	-o-animation: fadeInFromNone 0.5s ease-out;
	animation: fadeInFromNone 0.5s ease-out;
	margin-top: -40px;
	margin-bottom: 30px;
}

@media (max-width: 1100px) {
	.articles_index {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.articles_index {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		margin-top: -30px;
	}
}

@media (max-width: 1100px) {
	.articles_index .grid {
		margin: 20px 0px 0px 10px;
	}
}

@media (max-width: 767px) {
	.articles_index .grid {
		margin: 20px 0px 0px 0px;
	}
}

.articles_index .grid .grid-item {
    margin: 20px 0px 0px 10px;
    width: calc(100% - 40px);
}

@media (max-width: 1100px) {
	.articles_index .grid .grid-item {
		margin: 0px 1% 0px 0px;
		width: 19%;
		float: left;
	}
}

@media (max-width: 767px) {
	.articles_index .grid .grid-item {
		width: 100%;
		margin: 0px 0px 0px 0px;
	}
}

.articles_index a.to_index {
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0px 0px 10px;
	text-decoration: none;
	color: #ed301e;
	font-size: 26px;
	line-height: 26px;
	border-bottom: 1px solid #ed301e;
	font-weight: 700;
	transition: all .5s;
}

@media (max-width: 1100px) {
	.articles_index a.to_index {
		margin: 0px 0px 20px 10px;
	}
}

@media (max-width: 767px) {
	.articles_index a.to_index {
		font-size: 20px;
		line-height: 20px;
		margin: 0px 0px 0px 0px;
	}
}

.articles_index a.to_index:HOVER {
	border-bottom: 1px solid #f3f3f3;
}

.articles_index .grid .grid-item a .image_bg {
    padding-bottom: 40%;
}

.articles_index .grid .grid-item a h1 {
    font-size: 16px;
    line-height: 18px;
}

.articles_index .grid .grid-item a .the_excerpt p {
    font-size: 15px;
    line-height: 17px;
}

.articles_time {
	/*float: left;*/
	margin: 10px 0px 0px 0px!important;
}

.info_articles {
	width: auto;
	display: table;
	margin: 6px 0px 0px 0px;
	font-family: 'Montserrat', sans-serif!important;
	color: #999;
	font-size: 14px;
    font-size: 14px;
    font-weight: 500;
    float: left;
}

.info_articles a {
	font-family: 'Montserrat', sans-serif!important;
	color: #ed301e;
	font-size: 14px!important;
    line-height: 14px!important;
    font-weight: 500;
    margin: 0px 0px 0px 0px;
}

.info_articles span {
	margin: 0px 0px 0px 0px;
	font-size: 14px!important;
    line-height: 14px!important;
}

.articles_product {
	width: 100%;
	margin-top: 20px;
}

.articles_product a.to_index {
	font-size: 16px;
    line-height: 16px;
    margin-left: 5px;
    font-weight: 500;
}

.articles_product .grid .grid-item {
    margin: 20px 0px 0px 5px;
}

.articles_mob {
	display: none;
}

@media (max-width: 1100px) {
	.articles_mob {
		display: block;
	}
}

.lucky_body {
	margin: 30px 0px 0px 0px;
	padding: 30px 0px 15px 0px;
	border-top: 1px solid #f3f3f3;
	display: table;
	width: 100%;
}

@media (max-width: 767px) {
	.lucky_body {
		border-top: 0px solid #f3f3f3;
		margin: 0px 0px 0px 0px;
	}
}

a.lucky {
	border-radius: 15px;
	background-color: #ed301e;
	border: 0px solid #ed301e;
	color: #ffffff;
	font-size: 16px;
	line-height: 16px;
	margin: 0px 0px 10px 0px;
	padding: 12px 25px 12px 25px;
	float: left;
	transition: all .5s;
	text-decoration: none;
}

a.lucky:HOVER {
	color: #ffffff;
	border: 0px solid #d7d7d7;
	background-color: #d7d7d7!important;
}

.glossaryes {
	width: 100%;
	display: table;
	margin: 20px 0px 0px 0px;
}

.post-type-archive-glossary h1.title {
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 500!important;
    font-size: 2.1rem!important;
}

@media (max-width: 767px) {
	.post-type-archive-glossary h1.title {
		font-size: 18px!important;
		line-height: 24px!important;
	}
}

.post-type-archive-glossary h4.letter {
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 500!important;
    font-size: 18px!important;
}

@media (max-width: 767px) {
	.post-type-archive-glossary h4.letter {
		font-size: 16px!important;
	}
}

.glossaryes .column {
	width: 24%;
	display: table;
	margin: 20px 0px 0px 0px;
	float: left;
	margin-right: 1%;
}

@media (max-width: 1200px) {
	.glossaryes .column {
		width: 32%;
	}
}

@media (max-width: 1000px) {
	.glossaryes .column {
		width: 49%;
	}
}

@media (max-width: 767px) {
	.glossaryes .column {
		width: 99%;
	}
}

.glossaryes .column ul {
	list-style: none;
	width: 100%;
	margin: 15px 0px 15px 0px;
}

.glossaryes .column ul li {
	width: 100%;
}

@media (max-width: 767px) {
	.glossaryes .column ul li {
		margin: 0px 0px 10px 0px;
	}
}

.glossaryes .column ul li a {
	text-decoration: none;
	color: #000000;
	transition: all .5s;
	font-size: 14px;
	line-height: 18px;
	font-family: 'Montserrat', sans-serif!important;
}

.glossaryes .column ul li a:HOVER {
	text-decoration: none;
	color: #ed301e;
}

.all_letter {
	width: 100%;
	margin: 20px 0px 0px 0px;
	display: table;
}

.all_letter .letter_en {
	width: 100%;
	margin: 0px 0px 0px 0px;
	display: table;
	margin-bottom: -20px;
}

.all_letter .letter_en a {
	font-size: 16px;
	line-height: 18px;
	color: #999;
	transition: all .5s;
	text-decoration: none;
	display: block;
	float: left;
	margin: 0px 10px 10px 0px;
	font-family: 'Montserrat', sans-serif;
}

.all_letter .letter_en a:HOVER {
	color: #000000;
}

.all_letter .letter_ru {
	width: 100%;
	margin: 0px 0px 0px 0px;
	display: table;
}

.all_letter .letter_ru a {
	font-size: 16px;
	line-height: 18px;
	color: #999;
	transition: all .5s;
	text-decoration: none;
	display: block;
	float: left;
	margin: 0px 10px 10px 0px;
	font-family: 'Montserrat', sans-serif;
}

.all_letter .letter_ru a:HOVER {
	color: #000000;
}

.all_letter a.noactive {
	opacity: 0.2;
}

.client_text .gloss {
	border-bottom: 1px dashed #ed301e;
}

.client_data h1.entry-title {
	font-size: 20px!important;
	line-height: 20px!important;
}

.client_data p, .client_data ul, .client_data ul li, .client_data ol, .client_data ol li, .client_data b, .client_data a {
	font-size: 14px!important;
	line-height: 18px!important;
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 300!important;
	color: #484848!important;
}

.check_user {
	width: 100%;
	display: table;
	margin: 3px 0px 0px 0px;
}

.check_user img {
	margin: 6px 5px 0px 0px;
	display: block;
	float: left;
}


.check_user a {
	color: #ed301e;
	transition: all .5s;
	text-decoration: none;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	line-height: 15px;
	display: table;
	float: left;
	margin: 5px 15px 0px 0px;
}

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

.check_user span {
	color: #88c341;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	line-height: 15px;
	display: table;
	float: left;
	margin: 5px 5px 0px 0px;
}

.check_user span.red {
	color: #ed301e;
}

.check_user .lk_active {
	background-color: #88c341;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	float: left;
	display: block;
	margin: 5px 5px 0px 0px;
}

.check_user .lk_send {
	background-color: #fcff04;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	float: left;
	display: block;
	margin: 5px 5px 0px 0px;
}

.check_user .lk_no_active {
	background-color: #ed301e;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	float: left;
	display: block;
	margin: 5px 5px 0px 0px;
}

.verified_line {
	width: 100%;
	display: table;
}

.verified_email {
	position: relative;
}

.verified_email .rotating-border {
	left: 0px;
	top: 10px;
	margin: 0px 0px 0px 0px;
	display: none;
}

.verified_phone {
	position: relative;
}

.verified_phone .rotating-border {
	left: 0px;
	top: 10px;
	margin: 0px 0px 0px 0px;
	display: none;
}

#form_check_phone_div form.auth .line.enter_code {
    display: block;
}

/* ï¿½ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ï¿½ */

.news_and_events {
	display: inline-block;
	width: 100%;
	margin: 30px 0px 0px 0px;
}

@media (max-width: 767px) {
	.news_and_events {
		margin: 10px 0px 0px 0px;
	}
}

.news_and_events .right .white_bg {
	/*height: 195px;*/
	display: inline-block;
}

.news_and_events .left .white_bg {
	/*height: 195px;*/
	display: inline-block;
}

.news_and_events h2.title {
	width: 100%;
	margin: 0px 0px 0px 0px;
	display: block;
	text-align: left;
}

.news_and_events .right .carousel {
	min-height: 195px;
}

.news_and_events h2.title a {
	font-family: 'Montserrat', sans-serif;
	color: black;
	font-size: 25px;
	line-height: 25px;
	display: block;
	font-weight: 600;
	width: 100%;
	text-decoration: none;
	margin: 0px 0px 0px 15px;
	transition: all .5s;
}

@media (max-width: 767px) {
	.news_and_events h2.title a {
		font-size: 18px;
		line-height: 18px;
	}
}

.news_and_events h2.title a:HOVER {
	color: #ed301e;
}

.news_and_events .white_bg {
	background-color: #ffffff;
	display: inline-block;
	width: 97%;
	margin: 10px 0px 20px 0px;
	margin-right: 3%;
	border-radius: 15px;
}

.news_and_events .right .white_bg {
	width: 100%;
	margin-right: 0%;
}

.link_to_projects {
	width: 100%;
	float: left;
	display: none;
	margin: 0px 0px 20px 0px;
}

@media (max-width: 767px) {
	.link_to_projects {
		display: table;
		text-align: center;
	}
}

.link_to_projects h2 {
	width: 100%;
}

@media (max-width: 767px) {
	.link_to_projects h2 {
		text-align: center!important;
	}
}

.link_to_projects h2 a {
	font-family: 'Montserrat', sans-serif !important;
	color: #ed301e!important;
	text-decoration: none;
	font-size: 16px!important;
	line-height: 16px!important;
	margin: 0px 0px 0px 0px!important;
	transition: all .5s;
	position: relative;
	font-weight: 600;
	text-decoration: underline!important;
}

.link_to_projects h2 a b {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
    color: #e48468;
    text-decoration: underline;
}

.news_and_events .left {
	width: 50%;
	float: left;
}

@media (max-width: 767px) {
	.news_and_events .left {
		width: 100%;
	}
}

.news_and_events .left ul.news_list {
	margin: 15px 0px 15px 60px;
	display: block;
	width: calc(100% - 60px);
	list-style: none;
}

@media (max-width: 767px) {
	.news_and_events .left ul.news_list {
		margin: 15px 0px 15px 40px;
		width: calc(100% - 40px);
	}
}

.news_and_events .left ul.news_list li {
	margin: 0px 0px 0px 0px;
	list-style: none;
	position: relative;
	width: 95%;
}

.news_and_events .left ul.news_list li a {
	display: inline-table;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	font-weight: 500;
	transition: all .5s;
}

@media (max-width: 767px) {
	.news_and_events .left ul.news_list li a {
		font-size: 12px;
		line-height: 16px;
	}
}

.news_and_events .left ul.news_list li a:HOVER {
	color: #ed301e;
}

.news_and_events .left ul.news_list li a::before {
    content: '';
    display: block;
    position: relative;
    top: 10px;
    left: -25px;
    background: #ed301e;
    width: 13px;
    height: 1px;
	transition: all .5s;
}

.news_and_events .left ul.news_list li a:HOVER::before {
	left: -35px;
	width: 30px;
}

.news_and_events .right {
	width: 50%;
	float: left;
}

@media (max-width: 767px) {
	.news_and_events .right {
		display: none;
		width: 100%;
	}
}
	
.news_and_events .right .owl-carousel .owl-nav.disabled {
    display: block;
}

.news_and_events .right .owl-prev {
	position: absolute;
	top: 45%;
	z-index: 2;
	background: url("images/owl-prev4.png") center center no-repeat!important;
	width: 12px;
	height: 23px;
    left: -50px;
	display: flex;
}

.news_and_events .right .owl-next {
	position: absolute;
	top: 45%;
	z-index: 2;
	background: url("images/owl-next4.png") center center no-repeat!important;
	width: 12px;
	height: 23px;
    right: -30px;
	display: flex;
}

.news_and_events .right .carousel_all {
	width: calc(100% - 100px);
	margin: 0px auto 0px auto;
}

.news_and_events .right .item {
	margin: 0px 0px 15px 0px;
	height: 195px;
}

.news_and_events .right .item a {
	width: 99%;
	display: table;
	transition: all .5s;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.news_and_events .right .item .dates {
	width: 100%;
	display: table;
	padding: 15px 0px 0px 0px;
}

.news_and_events .right .item .dates .l {
	float: left;
	display: table;
	color: #ed301e;
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
	margin: 0px 5px 0px 0px;
}

.news_and_events .right .item .dates .r {
	float: left;
	display: table;
	width: auto;
}

.news_and_events .right .item .dates .r span {
	width: 100%;
	display: table;
	color: #ed301e;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 6px 0px 0px 0px;
}

.news_and_events .right .item .dates .r p {
	width: 100%;
	display: table;
	color: #a0a0a0;
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
	margin: 3px 0px 0px 0px;
}

.news_and_events .right .item a h1 {
	width: 100%;
	display: table;
	color: #000000;
	font-size: 13px;
	line-height: 15px;
	font-weight: 700;
	margin: 15px 0px 5px 0px;
	transition: all .5s;
}

.news_and_events .right .item a:HOVER h1 {
	color: #ed301e;
}

.news_and_events .right .item a .the_excerpt {
	width: 100%;
	display: table;
}

.news_and_events .right .item a .the_excerpt p {
	color: #a0a0a0;
	font-size: 13px;
	line-height: 15px;
	font-weight: 500;
	margin: 0px 0px 7px 0px;
	transition: all .5s;
}

.news_and_events .right .item a:HOVER .the_excerpt p {
	color: #000000;
}

.news_and_events .right .item a.more {
	width: 100%;
	display: inline;
	color: #ed301e;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	line-height: 15px;
	border-bottom: 1px solid #ed301e;
}

.news_and_events .right .item a.more:HOVER {
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

.share {
	width: 100%;
	margin: 20px 0px 0px 0px;
	display: table;
}

.share p {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: table;
	font-size: 14px;
	line-height: 14px;
	color:#999;
}

.client_text .ya-share2 {
	margin: 0px 0px 0px 0px!important;
}

.ya-share2__container_size_m .ya-share2__item {
    margin: 5px 4px 5px 0!important;
}

.owl-carousel {
    opacity: 0;
	transition: all .5s;
}

.news_and_events .owl-carousel {
	background-color: #ffffff;
	/*height: 195px;*/
}

.no-js .owl-carousel {
    opacity: 1;
}
.owl-carousel.owl-loaded {
    opacity: 1;
}

.carousel_all {
	background: url("images/zagruz.gif") left 25px repeat-x!important;
	min-height: 195px;
}

.carousel_index .owl-carousel {
	background-color: #f3f3f3;
}

.carousel_index {
	background: url("images/zagruz_articles.gif") left 0px repeat-x!important;
	min-height: 200px;
}

.provider_cats {
	width: 100%;
	display: table;
}

h3.top_title {
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	display: table;
	color: #ed301e;
	font-size: 24px;
	line-height: 24px;
	margin: 0px 0px 5px 0px;
}

h3.top_title1 {
	margin: 0px 0px 20px 0px;
}

p.top_title {
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	display: table;
	color: #000000;
	font-size: 17px;
	line-height: 21px;
	margin: 0px 0px 0px 0px;
}

.switch {
	color: #000000;
	font-weight: 400;
}

.lk_body .line .form-table label {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	margin: 0px 0px 0px 0px;
}

.lk_body .line .form-table p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px!important;
	line-height: 18px!important;
	color: #999999;
	margin: 0px 0px 0px 0px;
}

.lk_body .line .form-table p a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600!important;
	font-size: 14px!important;
	line-height: 18px!important;
	color: #999999;
	margin: 0px 0px 0px 0px;
}

.provider_cats .level1 {
	margin: 20px 0px 0px 0px;
	width: 33.3%;
	float: left;
	display: table;
}

@media (max-width: 1200px) {
	.provider_cats .level1 {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.provider_cats .level1 {
		width: 100%;
	}
}

.provider_cats .level1 label {
	font-size: 16px;
	line-height: 16px;
	color: #000000;
}

@media (max-width: 767px) {
	.provider_cats .level1 label {
		display: inline;
	}
}

.provider_cats .level2 {
	margin: 0px 0px 0px 20px;
	display: none;
}

.provider_cats .level2 label {
	font-size: 14px;
	line-height: 14px;
	color: #555555;
}

.search_texp_top {
	width: calc(100% - 100px);
	float: left;
	display: none;
	margin: 0px 0px 3px 100px;
}

@media (max-width: 767px) {
	.search_texp_top {
		display: none;
	}
}

#projectOrder {
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	border-top: 1px solid #f3f3f3;
	position: relative;
}

#projectOrder h2 {
	display: table;
	width: 100%;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	color: #ed301e;
	font-family: 'Montserrat', sans-serif;
}

#projectOrder .order_body {
	position: relative;
}

#projectOrder .rotating-border {
    left: 0px;
    top: 60px;
    margin: 0px 0px 0px 0px;
    display: none;
}

#projectOrder .order_body .order_line {
	width: 100%;
	display: table;
	margin: 0px 0px 20px 0px;
	float: left;
}

#projectOrder .order_body .order_line p {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
    color: black;
    width: 95%;
}

#projectOrder .order_body .order_line p span {
    color: #9d9d9d;
}

#projectOrder .order_body .order_line b {
	 font-size: 16px;
    line-height: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #9d9d9d;
}

#projectOrder .order_body .order_line input[type="text"], #projectOrder .order_body .order_line textarea {
	width: 95%;
	margin: 0px 0px 0px 0px;
	padding: 12px 10px 12px 15px;
	border: 1px solid #e2e5e4;
	background-color: #ffffff;
	box-shadow: inherit;
	border-radius: 5px;
	font-size: 20px;
	line-height: 20px;
	color: #000000;
}

#projectOrder .order_body .order_line textarea {
	height: 100px;
}

#projectOrder .order_body .order_line select {
	width: 95%;
	margin: 0px 0px 0px 0px;
	padding: 12px 10px 12px 10px;
	border: 1px solid #e2e5e4;
	background-color: #ffffff;
	box-shadow: inherit;
	border-radius: 5px;
	font-size: 18px;
	line-height: 18px;
}

#projectOrder .order_body .order_line select option {
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
}

#projectOrder .order_body .order_line input[type="text"]:focus, #projectOrder .order_body .order_line textarea:focus {
	border-color: #008489;
	outline:0;
}

#projectOrder input[type="submit"] {
    font-family: 'Source Sans Pro', sans-serif;
    border: 1px solid #ed301e;
    border-radius: 15px;
    box-shadow: none;
    color: white;
    display: inline-table;
    font-size: 14px !important;
    height: auto;
    padding: 7px 15px 7px 15px;
    margin: 0px 0px 20px 0px;
    width: auto;
    text-align: center;
    background-color: #ed301e !important;
    text-decoration: none !important;
    cursor: pointer;
}

.project hr {
	width: 100%;
	height: 1px;
	background-color: #f3f3f3;
}

@media (max-width: 767px) {
	.project .order_list hr {
		margin: 20px 0px 20px 0px;
	}
}

.order_list {
	width: 100%;
	margin: 0px 0px 40px 0px;
}

.order_list .item {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	display: block;
	font-family: 'Montserrat', sans-serif !important;
}

.order_list .item .left {
	width: calc(100% - 280px);
	float: left;
	margin: 0px 20px 0px 0px;
}

@media (max-width: 767px) {
	.order_list .item .left {
		width: 100%;
		display: table;
		float: none;
	}
}

h1.order_post {
	width: 100%;
    display: table;
    font-size: 18px;
    line-height: 18px;
    color: #ed301e;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 600;
	margin: 0px 0px 20px 0px;
}

.order_list .item p.date {
	width: 100%;
    display: table;
    font-size: 11px;
    line-height: 15px;
    color: #999 !important;
    opacity: 0.5;
    margin: 0px 0px 0px 0px;
}

.order_list .item p.title {
	color: #757674;
	font-size: 20px;
	line-height: 22px;
	display: block;
	font-weight: 600;
	margin: 5px 0px 5px 0px;
}

.order_list .item .left a.title {
	position: relative;
	color: #757674;
	font-size: 20px;
	line-height: 22px;
	display: table;
	font-weight: 600;
	margin: 20px 0px 5px 0px;
	padding: 0px 20px 0px 0px;
	text-decoration: none;
}

.order_list .item .left a.title::after {
	content: "";
	position: absolute;
	background-color: #ffffff;
	top: 4px;
	right: 0px;
	width: 15px;
	height: 15px;
	display: table;
	background: url("images/link.png") center center no-repeat;
}

.order_list .item p.comments {
	font-family: 'Montserrat', sans-serif !important;
	color: #757674;
	font-size: 14px;
	line-height: 18px;
	margin: 10px 0px 0px 0px;
	font-weight: 500;
}

.order_list .item p.comments a {
	color: #757674;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
}

.order_list .item .left p.comments {
	margin: 3px 0px 0px 0px;
}

.order_list .item .left p.content {
	font-family: 'Montserrat', sans-serif !important;
	color: #c0c0c0;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
}

.order_list .item .right {
	width: 240px;
	float: left;
	text-align: right;
	margin-right: 20px;
}

@media (max-width: 767px) {
	.order_list .item .right {
		width: 100%;
		display: table;
		float: none;
	}
}

.order_list .item .right .company_url {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	text-decoration: underline;
	color: #ed301e;
	margin: 0px 0px 10px 0px;
	padding: 0px 20px 0px 0px;
	position: relative;
	display: table;
	float: right;
}

@media (max-width: 767px) {
	.order_list .item .right .company_url {
		float: left;
	}
}

.order_list .item .right .parent {
	width: 100%!important;
}

.order_list .item .right .provider_v2 {
	margin: 5px 0px 0px 0px;
	padding: 12px 5px 12px 5px!important;
	font-size: 14px!important;
	line-height: 14px!important;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500!important;
	width: 100%!important;
	letter-spacing: -0.3px;
}

.order_list .item .right .provider_v2:HOVER {
	border: 1px solid #f7220e;
	background-color: #f7220e;
	color: #ffffff;
}

.performer_set {
	display: block;
	float: left;
	color: #ffffff;
	border: 1px solid #75b768;
	background-color: #75b768;
	margin: 10px 0px 0px 0px;
	padding: 12px 5px 12px 5px!important;
	font-size: 14px!important;
	line-height: 14px!important;
	border-radius: 15px;
	cursor: pointer;
	transition: all .5s;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500!important;
	width: 100%!important;
	letter-spacing: 0.4px;
}

.performer_set:HOVER {
	border: 1px solid #80cd71;
	background-color: #80cd71;
}

.performer_set i {
	margin: 0px 0px 0px 0px;
	top: 1px;
	position: relative;
}

.performer_set i::before {
	margin: 0px 5px 0px 0px;
	font-size: 16px;
	line-height: 16px;
}

.performer {
	color: #75b768;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500!important;
	width: 100%!important;
	display: table;
	float: left;
	margin: 10px 0px 0px 0px;
	font-size: 16px;
	line-height: 16px;
}

@media (max-width: 767px) {
	.performer {
		text-align: left;
	}
}

.performer i::before {
	margin: 0px 5px 0px 0px;
}

.order_list .item .right a.company_url::after {
	content: "";
	position: absolute;
	background-color: #ffffff;
	top: 4px;
	right: 0px;
	width: 15px;
	height: 15px;
	display: table;
	background: url("images/link.png") center center no-repeat;
}

.order_list .item a.order_delete, .order_add_to_project, .order_add_to_project2, .order_add_to_employment, .order_add_to_employment2 {
	margin: 20px 0px 0px 0px;
	text-decoration: none!important;
	background-color: #ed301e;
	padding: 10px 30px 10px 30px!important;
	border-radius: 15px;
	transition: all 0.5s;
	color: #ffffff!important;
	display: table;
	font-size: 18px!important;
	line-height: 18px!important;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 600!important;
}

@media (max-width: 767px) {
	.order_list .item a.order_delete, .order_add_to_project, .order_add_to_project2, .order_add_to_employment, .order_add_to_employment2 {
		font-size: 14px!important;
		line-height: 14px!important;
		padding: 10px 20px 10px 20px!important;
	}
}

p.order_small {
	margin: 0px 0px 0px 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #b5b5b5;
	width: 100%;
	display: block;
}

.three_block {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #000000;
	min-height: 160px;
	font-size: 15px;
	line-height: 19px;
	margin: 30px 0px 30px 0px;
	padding: 0px 0px 30px 0px;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: -20px;
}

@media (max-width: 1200px) {
	.three_block {
		
	}
}

@media (max-width: 767px) {
	.three_block {
		display: none;
	}
}

.three_block .image {
	width: 259px;
	float: left;
}

@media (max-width: 1000px) {
	.three_block .image {
		display: none;
	}
}

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

.three_block .blocks {
	width: calc(100% - 259px);
	float: left;
}

@media (max-width: 1000px) {
	.three_block .blocks {
		width: calc(100% - 0px);
	}
}

.three_block .block {
	width: calc(33% - 20px);
	float: left;
	display: table;
	height: 160px;
	padding: 110px 0px 0px 20px;
	overflow: hidden;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 24px;
	font-weight: 500;
}

.three_block .block1 {
	width: calc(36% - 20px);
}

.three_block .block2 {
	width: calc(36% - 20px);
}

.three_block .block3 {
	width: calc(28% - 0px);
	
}

@media (max-width: 1000px) {
	.three_block .block {
		margin-top: -40px;
	}
}

@media (max-width: 767px) {
	.three_block .block1, .three_block .block2, .three_block .block3 {
		width: 100%;
	}
}

.three_block .block span {
	width: 100%;
}

.three_block .block {
	position: relative;
}

.three_block .blocks i {
	font-family: 'Montserrat', sans-serif;
	display: table;
	border-radius: 50%;
	background-color: #ea5056;
	color: #ffffff;
	padding: 25px 5px 0px 5px;
	margin: 45px 0px 0px 20px;
	font-size: 31px;
	line-height: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 51px;
	height: 51px;
	text-align: center;
	font-weight: 700;
}


#section_more_services {
	width: 100%;
	display: block;
	margin: 40px 0px 40px 0px;
	background: url("images/more_services_bg.jpg") repeat-y top left;
	background-size: cover;
}

@media (max-width: 767px) {
	#section_more_services {
		margin: 0px 0px 20px 0px;
		display: block;
	}
}

#section_more_services h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #ffffff;
	font-size: 36px;
	line-height: 36px;
	width: 100%;
	display: block;
	margin: 40px 0px 0px 0px;
	text-align: center;
}

@media (max-width: 767px) {
	#section_more_services h1 {
		font-size: 22px;
		line-height: 22px;
		font-weight: 700;
	}
}

#section_more_services ul.services_list {
	list-style: none;
	margin: 50px 0px 0px 0px;
	display: table;
}

#section_more_services ul.services_list li {
	width: 47%;
	float: left;
	padding: 0px 0px 0px 100px;
	height: 150px;
	margin-left: 3%;
	display: table;
}

@media (max-width: 767px) {
	#section_more_services ul.services_list li {
		padding: 0px 0px 0px 100px;
		width: 100%;
		margin-left: 0%;
		height: auto;
	}
}

#section_more_services ul.services_list li.item1 {
	background: url("images/more_services_2_1.png") no-repeat top left;
}

#section_more_services ul.services_list li.item2 {
	background: url("images/more_services_2_2.png") no-repeat top left;
}

#section_more_services ul.services_list li.item3 {
	background: url("images/more_services_2_3.png") no-repeat top left;
}

#section_more_services ul.services_list li.item4 {
	background: url("images/more_services_2_4.png") no-repeat top left;
}

#section_more_services ul.services_list li h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #ffffff;
	font-size: 22px;
	line-height: 22px;
}

@media (max-width: 767px) {
	#section_more_services ul.services_list li h2 {
		font-size: 16px;
		line-height: 16px;
		font-weight: 700;
	}
}

#section_more_services ul.services_list li p {
	margin: 10px 0px 40px 0px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	width: 90%;
}

@media (max-width: 767px) {
	#section_more_services ul.services_list li p {
		width: 100%;
		font-size: 12px;
		line-height: 16px;
	}
}

#section_more_services a.services_order {
	transition: all .5s;
	margin: 20px auto 40px auto;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #ed301e;
	font-size: 18px;
	line-height: 18px;
	background-color: #ffffff;
	border-radius: 15px;
	padding: 16px 25px 16px 25px;
	display: table;
}

@media (max-width: 767px) {
	#section_more_services a.services_order {
		padding: 16px 10px 16px 10px;
		text-align: center;
		font-size: 12px;
		line-height: 12px;
		width: 100%;
	}
}

#section_more_services a.services_order:HOVER {
	background-color: #fce8e8;
}

.jtoggler {
    display: none;
}
.jtoggler:disabled + .jtoggler-control,
.jtoggler:checked:disabled + .jtoggler-control {
    background-color: rgba(0,0,0,0.05);
}
.jtoggler:disabled + .jtoggler-control .jtoggler-handle {
    background-color: #ccc;
}
.jtoggler:disabled + .jtoggler-control:hover {
    cursor: default;
}
.jtoggler-wrapper {
    display: inline-flex;
    align-items: center;
}
.jtoggler-control {
    position: relative;
    content: "";
    display: inline-block;
    background-color: #818181;
    border-radius: .9375rem;
    margin-right: .625rem;
    vertical-align: middle;
    margin: 0 1rem;
    width: 2.5rem;
    height: .9375rem;
    transition: background .3s ease;
}
.jtoggler-control:hover {
    cursor: pointer;
}
.jtoggler-control .jtoggler-handle {
    display: block;
    position: absolute;
    content: "";
	background-color: #f1f1f1;
	border-radius: 1.3125rem;
	left: -.3125rem;
	top: -.1875rem;
	box-shadow: 0 .0625rem .1875rem .0625rem #0006;
	width: 1.3125rem;
	height: 1.3125rem;
	transition: left .3s ease,background 0.7s ease,box-shadow 1s ease;
}

.jtoggler:checked + .jtoggler-control {
    background: #fabeb8;
}
.jtoggler:checked + .jtoggler-control .jtoggler-handle {
    left: 25px;
    background: #ed301e;
}
.jtoggler-label {
    padding-left: 5px;
}
.jtoggler-radio {
    display: none;
}
.jtoggler-btn-wrapper {
    display: flex;
    width: 33.33%;
}
.jtoggler-btn-wrapper:hover {
    cursor: pointer;
}
.jtoggler-wrapper-multistate .jtoggler-control {
    display: flex;
    width: 90px;
}
.jtoggler-wrapper-multistate .jtoggler-control.is-fully-active {
    background: #4a89dc;
}
.jtoggler-wrapper-multistate .jtoggler:disabled + .jtoggler-control:hover .jtoggler-btn-wrapper {
    cursor: default;
}
.jtoggler-btn-wrapper:nth-child(1).is-active ~ .jtoggler-handle {
    left: 0;
}
.jtoggler-btn-wrapper:nth-child(2).is-active ~ .jtoggler-handle {
    left: 30px;

    background: #4a89dc;
}
.jtoggler-btn-wrapper:nth-child(3).is-active ~ .jtoggler-handle {
    left: 62px;
}

.show_recommendations {
	border-radius: 15px;
	background-color: #ed301e;
	color: #ffffff;
	font-size: 16px;
	line-height: 16px;
	margin: 20px 20px 10px 0px;
	padding: 12px 15px 12px 15px;
	float: left;
	display: block;
	border: 1px solid #ed301e;
	cursor: pointer;
	transition: all .5s;
}

.show_recommendations:HOVER {
	color: #000000;
	border: 1px solid #d7d7d7;
	background-color: #d7d7d7;
}

.show_recommendations i::before {
	margin: 0px 5px 0px 0px;
	font-size: 16px;
	line-height: 16px;
}

form#form_recommendations .auth_body .auth_body_left h1 {
    font-size: 22px;
    line-height: 22px;
    color: #ec301e;
    font-weight: 600;
    margin: 0px 0px 20px 50px !important;
    font-family: 'Montserrat', sans-serif;
}

form#form_recommendations .auth_body .auth_body_left p {
    margin: 0px 0px 10px 50px;
    list-style: none;
    width: 70%;
    color: black;
	font-size: 14px;
	line-height: 20px;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

form#form_recommendations .auth_body .auth_body_left p b {
	color: #ee8466;
}

form#form_recommendations .auth_body .auth_body_right2 h1 {
    font-size: 16px;
    line-height: 16px;
    color: #ec301e;
    font-family: 'Montserrat', sans-serif;
}

form#form_recommendations .auth_body .auth_body_right2 p {
    list-style: none;
    color: black;
	font-size: 14px;
	line-height: 16px;
	position: relative;
	font-family: 'Montserrat', sans-serif;
}

form#form_recommendations .auth_body .auth_body_right2 p b {
	color: #ee8466;
}

/* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */

.index_list {
	display: table;
	width: 100%;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
}

@media (max-width: 767px) {
	.index_list {
		display: none;
	}
}

.index_list ul {
	display: table;
	width: calc(100% - 15px);
	list-style: none;
	margin: 30px 0px 30px 15px;
}

.index_list ul li {
	width: calc(20% - 5px);
	float: left;
	margin: 0px 5px 0px 0px;
}

.index_list ul li:LAST-CHILD {
	width: calc(20% - 0px);
	margin: 0px 0px 0px 0px;
}

.index_list ul li a {
	display: block;
	width: 100%;
	transition: all .5s;
}

.index_list ul li a:HOVER {
	
}

.index_list ul li a img {
	float: left;
	width: 74px;
	height: auto;
	margin: 0px 20px 0px 0px;
}

@media (max-width: 1200px) {
	.index_list ul li a img {
		width: 40px;
		margin: 0px 10px 0px 0px;
	}
}

.index_list ul li a div {
	float: left;
	width: calc(100% - 74px - 20px);
}

@media (max-width: 1200px) {
	.index_list ul li a div {
		width: calc(100% - 40px - 10px);
	}
}

.index_list ul li a div h4 {
	color: #000000;
	font-size: 14px;
	line-height: 17px;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	transition: all .5s;
}

@media (max-width: 1200px) {
	.index_list ul li a div h4 {
		font-size: 12px;
		line-height: 15px;
	}
}

.index_list ul li a:HOVER div h4 {
	color: #ed301e;
}

.index_list ul li a div p {
	color: #000000;
	font-size: 12px;
	line-height: 15px;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 7px 0px 0px 0px;
	transition: all .5s;
}

@media (max-width: 1200px) {
	.index_list ul li a div p {
		font-size: 11px;
		line-height: 14px;
	}
}

.index_list ul li a:HOVER div p {
	color: #ed301e;
}

.index_list ul li#index_list5 a {
	cursor: default;
}

.index_list ul li#index_list5 a h4, .index_list ul li#index_list5 a p {
	color: #919290!important;
}

/* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ ï¿½ ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */
.products_adv {
	width: calc(100% + 40px);
	background-color: #f3f3f3;
	margin-left: -20px;
	margin-right: -20px;
	padding: 20px 20px 0px 20px;
}

@media (max-width: 767px) {
	.products_adv {
		display: none;
	}
}

.products_adv .grid {
	width: 100%;
	margin: 0px 0px 0px 0px;
	display: table;
}

.products_adv .grid .grid-item {
	margin: 0px 2% 0px 0px;
	width: 23%;
	float: left;
}

.products_adv .grid .grid-item:LAST-CHILD {
	margin: 0px 0px 0px 0px;
	width: 25%;
}

.products_adv .grid .grid-item a {
	transition: all .5s;
	text-decoration: none;
	width: 100%;
}

.products_adv .grid .grid-item a p {
	display: none;
}

.products_adv .grid .grid-item a .grid-body h1 {
	font-size: 14px!important;
	line-height: 16px!important;
}

.products_adv .grid .grid-item a .grid-body .the_excerpt {
	width: 100%;
}

.products_adv .grid .grid-item a .grid-body .the_excerpt p {
	display: table;
	font-size: 15px!important;
	line-height: 17px!important;
	color: #999!important;
	margin: 5px 0px 10px 0px;
}

.comment-body {
	
}

.comment-body .comment-time {
	font-size: 14px;
	line-height: 14px;
	color: #999 !important;
	width: 100%;
}

.comment-body .comment-fio {
	font-size: 14px;
	line-height: 14px;
	color: #000 !important;
	width: 100%;
}

.commentlist .avatar {
	border-radius: 50%!important;
}

.comment_text p {
	margin-bottom: 0px;
}

.load_line {
	width: 100%;
	margin: 5px 0px 5px 0px;
}

.load_line .load_left {
	width: 50px;
	float: left;
	position: relative;
	height: 52px;
}

.load_line .load_left #fileinput_add {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px 0px 15px 0px;
	cursor: pointer;
}

.load_line .load_right {
	width: calc(100% - 50px);
	float: left;
	height: 52px;
}

.load_line .load_right h2 {
	margin: 0px 0px 5px 0px;
	width: 100%;
	display: block;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	text-align: left;
}

.load_line .load_right p.error_note {
	margin: 0px 0px 0px 0px;
	width: 100%;
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #b5b5b5;
	text-align: left;
}

.load_line .load_right p.error_message {
	margin: 0px 0px 0px 0px;
	width: 100%;
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #d10505;
	text-align: left;
}

.load_line.error-labell .load_right h2, .load_line.error-labell .load_right p {
	color: #d10505;
}

.em_note {
	width: 100%;
	display: table;
	margin: 0px 0px 0px 0px;
}

.em_note .em_left {
	width: 50%;
	float: left;
	margin: 0px 3% 0px 0px!important;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 0px 0px 0px;
}

@media (max-width: 767px) {
	.em_note .em_left {
		width: 100%;
		margin: 0px 0px 0px 0px;
	}
}

.em_note .em_right {
	width: 47%;
	float: left;
	margin: 0px 0px 0px 0px!important;
}

@media (max-width: 767px) {
	.em_note .em_right {
		width: 100%;
		margin: 0px 0px 0px 0px;
	}
}

.em_note .em_right .em_right_round {
	width: 100%;
	border-radius: 10px;
	background-color: #c8ccca;
	padding: 12px 15px 15px 15px;
	color: #ffffff;
	font-size: 16px!important;
	line-height: 20px!important;
}

.em_note .em_right .em_right_round a {
	font-size: 16px!important;
	line-height: 20px!important;
	text-decoration: underline;
}

.like {
	border-radius: 15px;
	color: #ffffff;
	font-size: 16px;
	line-height: 16px;
	margin: 20px 20px 10px 0px;
	padding: 12px 15px 12px 15px;
	float: left;
	display: block;
	border: 1px solid #969595;
	background-color: #969595;
	cursor: pointer;
	transition: all .5s;
}

.like:HOVER {
	color: #000000;
	border: 1px solid #d7d7d7;
	background-color: #d7d7d7;
}

.like i::before {
	margin: 0px 5px 0px 0px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	top: 2px;
	position: relative;
}

.articles_like {
	display: inline;
}

.articles_like .like {
	font-family: 'Montserrat', sans-serif !important;
	color: #ed301e;
	font-size: 14px !important;
	line-height: 14px !important;
	font-weight: 500;
	border-radius: 0px;
	float: none;
	border: 0px solid #969595;
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	width: auto;
	text-decoration: none;
	height: 25px;
	position: relative;
}

.articles_like .like:HOVER {
	background-color: transparent;
	text-decoration: none;
}

.articles_like .like i::before {
	margin: 0px 2px 0px 10px;
	font-size: 16px;
    line-height: 16px;
}

.wishlist_top {
	width: 100%;
	display: table;
}

#section_index_products .wishlist_top h1.title {
	float: left;
	width: auto;
}

#section_index_products .wishlist_top ul.tab {
	float: left;
	width: auto;
	margin: 8px 0px 0px 20px;
}

@media (max-width: 767px) {
	#section_index_products .wishlist_top ul.tab {
		width: 100%;
		margin: 10px 0px 0px 0px;
	}
}

#section_index_products .wishlist_top ul.tab li {
	
}

@media (max-width: 767px) {
	#section_index_products .wishlist_top ul.tab li {
		margin: 0px 0px 0px 0px;
	}
}

#section_index_products .wishlist_top ul.tab li a {
	text-decoration: none;
}

.ui-tooltip, .arrow:after {
    background: #191a1a!important;
    border: 0px!important;
}

.ui-tooltip {
    padding: 7px 15px;
    color: white;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px!important;
	line-height: 16px!important;
    box-shadow: 0 0 7px #ed301e;
    position: absolute;
    background-color: #ed301e!important;
    white-space: pre-line;
    text-align: left;
    font-weight: 500;
}
.ui-tooltip .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.ui-tooltip .arrow.top {
    top: -16px;
    bottom: auto;
}
.ui-tooltip .arrow.left {
    left: 10%;
}
.ui-tooltip .arrow:after {
    content: "";
    position: absolute;
    left: 10px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px #ed301e;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #ed301e!important;
}
.ui-tooltip .arrow.top:after {
    bottom: -20px;
    top: auto;
}


/* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */

.event_list {
	width: 100%;
	display: block;
	margin: 20px 0px 20px 0px;
}

.event_list .item {
	width: 25%;
	float: left;
	overflow: hidden;
	border-radius: 5px;
	border: 3px solid transparent;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: all .2s ease;
	position: relative;
	overflow: hidden;
}

.wishlist .event_list .item {
	width: 33.3%;
}

@media (max-width: 1200px) {
	.event_list .item {
		width: 33.3%;
	}
}

@media (max-width: 1000px) {
	.event_list .item {
		width: 50%!important;
	}
}

@media (max-width: 767px) {
	.event_list .item {
		width: 100%!important;
	}
}

.event_list .item .image {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 200px;
	position: absolute;
	z-index: 90;
	pointer-events: none;
	transition: all .2s ease;
}

@media (max-width: 767px) {
	.event_list .item .image {
		height: 150px;
	}
}

.event_list .item:HOVER .image {
	opacity: 0.6;
}

.event_list .item a.info {
	display: block;
	border-color: #fad541;
	border-left-width: 3px;
	border-left-style: solid;
	height: 330px;
	width: 100%;
	position: relative;
	padding: 210px 0px 15px 0px;
	overflow: hidden;
	min-height: 65px;
	background-color: transparent;
	transition: all .2s ease;
	text-decoration: none;
}

@media (max-width: 767px) {
	.event_list .item a.info {
		padding: 160px 0px 15px 0px;
		height: 230px;
	}
}

.event_list .item a.info:HOVER {
	border-left-width: 7px;
}

.event_list .item a.info .dates, .ajax_event .top .dates {
	position: absolute;
	padding: 0px 5px 0px 10px;
}

.event_list .item a.info .dates .start, .ajax_event .top .dates .start {
	float: left;
}

.event_list .item a.info .dates .start .date, .ajax_event .top .dates .start .date {
	text-transform: uppercase;
	font-size: 28px;
	line-height: 26px;
	color: #ed301e;
	font-weight: bold;
	width: 100%;
	display: block;
}

@media (max-width: 767px) {
	.event_list .item a.info .dates .start .date, .ajax_event .top .dates .start .date {
		font-size: 22px;
		line-height: 20px;
	}
}

.event_list .item a.info .dates .start .month, .ajax_event .top .dates .start .month {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	color: #ed301e;
	width: 100%;
	display: block;
	font-weight: 700;
}

.event_list .item a.info .dates .start .years, .ajax_event .top .dates .start .years {
	display: none;
}

.event_list .item a.info .dates .end, .ajax_event .top .dates .end {
	float: left;
	padding: 0px 0px 0px 9px;
	position: relative;
}

.event_list .item a.info .dates .end::before, .ajax_event .top .dates .end::before {
	height: 2px;
	width: 4px;
	margin-left: 2px;
	content: "";
	position: absolute;
	display: block;
	left: 0px;
	top: 50%;
	background-color: #ed301e;
}

.event_list .item a.info .dates .end .date, .ajax_event .top .dates .end .date {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	color: #ed301e;
	font-weight: bold;
	width: 100%;
	display: block;
}

.event_list .item a.info .dates .end .month, .ajax_event .top .dates .end .month {
	text-transform: uppercase;
	font-size: 8px;
	line-height: 8px;
	color: #ed301e;
	width: 100%;
	display: block;
}

.event_list .item a.info .dates .end .years, .ajax_event .top .dates .end .years {
	display: none;
}

.event_list .item a.info .description, .ajax_event .top .description {
	padding: 3px 15px 0px 75px;
	margin: 0px 0px 0px 0px;
	display: block;
	text-align: left;
	white-space: normal;
	overflow: hidden;
	transition: all .2s ease;
}

.event_list .item:HOVER a.info .description {
	padding: 3px 10px 0px 75px;
}

@media (max-width: 767px) {
	.event_list .item a.info .description, .ajax_event .top .description {
		padding: 0px 15px 0px 65px;
	}
	
	.event_list .item:HOVER a.info .description, {
		padding: 0px 10px 0px 65px;
	}
}

.event_list .item a.info .description h4, .ajax_event .top .description h4 {
	color: #6B6B6B;
	word-wrap: break-word;
	overflow: hidden;
	/*white-space: nowrap;*/
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	display: block;
	width: 100%;
}

@media (max-width: 767px) {
	.event_list .item a.info .description h4, .ajax_event .top .description h4 {
		font-size: 12px;
		line-height: 18px;
		font-weight: 500;
	}
}

.event_list .item a.info .description p, .ajax_event .top .description p {
	width: 100%;
	margin: 5px 0px 0px 0px;
}

.event_list .item a.info .description p span, .ajax_event .top .description p span {
	width: 100%;
	display: block;
	color: #6F6F6F;
	padding: 0px 0px 5px 15px;
	margin: 0px 5px 0px 0px;
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 12px;
	font-weight: 300;
}

.event_list .item a.info .description p span.place, .ajax_event .top .description p span.place {
	text-transform: capitalize;
}

.event_list .item a.info .description p span.time:before, .ajax_event .top .description p span.time:before {
	content: "\f017";
    position: absolute;
    left: 0;
    top: 1px;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.event_list .item a.info .description p span.place:before, .ajax_event .top .description p span.place:before {
	content: "\f041";
    position: absolute;
    left: 1px;
    top: 1px;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.event_list .item .articles_like {
	top: 170px;
	position: absolute;
	z-index: 111;
}

@media (max-width: 767px) {
	.event_list .item .articles_like {
		top: 120px;
	}
}

.event_list .item .like i::before {
	/*text-shadow: 0px 1px 1px white, -1px -1px 1px white;*/
	z-index: 1;
}

.event_list .item .like i::after {
    content: "\f100";
    font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	top: 3px;
	position: relative;
	color: #ffffff;
	left: -19px;
	margin: 0px 0px 0px 0px;
	z-index: 0;
}

.event_top {
	display: table;
	width: 100%;
}

.event_title {
	float: left;
	width: auto;
}

.event_nav {
	float: right;
	margin: 5px 0px 0px 0px;
}

@media (max-width: 767px) {
	.event_nav {
		width: 100%;
	}
}

.event_nav h1.left {
	color: #C6C6C6;
	font-size: 22px;
	line-height: 34px;
	display: block;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif !important;
	text-transform: uppercase;
	float: left;
}

@media (max-width: 900px) {
	.event_nav h1.left {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.event_nav h1.left {
		font-size: 16px!important;
		line-height: 34px!important;
	}
}

.event_nav .right {
	float: right;
	margin: 0px 0px 0px 10px;
}

.event_nav .right a {
	color: #e2e2e2;
	background-color: #ffffff;
	text-align: center;
	float: left;
	height: 35px;
	width: 35px;
	display: block;
	cursor: pointer;
	border: 1px solid #e2e2e2;
	border-radius: 50%;
    position: relative;
	transition: all .5s;
}

.event_nav .right a:HOVER {
	background-color: #e2e2e2;
}

.event_nav .right a.prev {
	margin: 0px 0px 0px 0px;
}

.event_nav .right a.next {
	margin: 0px 0px 0px 5px;
}

.event_nav .right a i {
	font-size: 24px;
	margin-top: 4px;
	position: absolute;
	width: auto;
	height: 100%;
	line-height: 100% !important;
	color: #e2e2e2;
	transition: all .5s;
}

.event_nav .right a:HOVER i {
	color: #ffffff;
}

.event_nav .right a.prev i {
	left: 11px;
}

.event_nav .right a.next i {
	left: 14px;
}

#form_ajax_div {
	
}

#form_ajax_div .modal-dialog {
    max-width: 800px;
}

#form_ajax_div .modal-content {
	
}

#form_ajax {
	min-height: 700px;
	display: block;
}

#form_ajax #section_index_products {
	margin: 0px 0px 0px 0px;
}

#form_ajax .all {
	width: 100%;
	padding: 10px 0px 0px 0px;
}

#form_ajax .all h1 {
	margin: 0px 0px 0px 0px;
}

#form_ajax p {
    font-size: 18px;
	line-height: 24px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color:#484848;
}

@media (max-width: 767px) {
	#form_ajax p {
	    font-size: 14px;
		line-height: 20px;
	}
}

#form_ajax .single_description {
	margin: 0px 0px 0px 0px;
}

.all a.link {
	color:#484848;
	text-decoration: underline;
}

#form_ajax .client_text img.thumb {
    margin: 0px 0px 0px 0px;
}

#form_ajax .single_description h2 {
	font-size: 16px;
	margin: 0px 0px 0px 0px;
}

#form_ajax_div .modal_ajax_nav {
	top: 400px;
	position: fixed;
	z-index: 7;
	display: table;
	height: 23px;
	left: 0;
	right: 0;
	width: 800px;
	/*margin: 0px auto;*/
	margin: 0px 0px 0px 0px;
}

@media (max-width: 767px) {
	#form_ajax_div .modal_ajax_nav {
		display: none!important;
	}
}

#form_ajax_div .ajax_next {
	position: absolute;
	/*top: 400px;*/
	z-index: 222;
	width: 23px;
	height: 23px;
	right: -28px;
	display: flex;
	cursor: pointer;
}

#form_ajax_div .ajax_next::before {
	margin: 0px 0px 0px 0px;
    content: "";
    display: block;
    background: url("images/owl-next5.png") center center no-repeat;
    width: 23px;
    height: 23px;
}

#form_ajax_div .ajax_prev {
	position: absolute;
	/*top: 400px;*/
	z-index: 222;
	width: 23px;
	height: 23px;
	left: -30px;
	display: flex;
	cursor: pointer;
}

#form_ajax_div .ajax_prev::before {
	margin: 0px 0px 0px 0px;
    content: "";
    display: block;
    background: url("images/owl-prev5.png") center center no-repeat;
    width: 23px;
    height: 23px;
}

#form_ajax_div .modal-content {
	padding: 0px 0px 0px 0px;
}

#form_ajax_div #section_index_products .all {
	overflow: auto;
}

#form_ajax_div .entry-content {
	padding: 0px 0px 0px 0px;
}

.ajax_event {
	width: 100%;
}

.ajax_event .top {
	width: 100%;
	display: block;
	border-color: #ed301e;
	border-left-width: 3px;
	border-left-style: solid;
	position: relative;
	padding: 0px 0px 15px 0px;
	overflow: hidden;
	min-height: 65px;
	background-color: transparent;
	transition: all .2s ease;
}

.ajax_event .top .articles_like {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: auto;
	display: table;
}

.ajax_event .top .articles_like .like {
	font-size: 12px !important;
	line-height: 12px!important;
	display: block!important;
	width: auto;
}

.ajax_event .top .articles_like .like i::before {
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    line-height: 16px;
}

.ajax_event .thumb {
	width: 100%;
	margin: 0px 0px 0px 0px!important;
}

.ajax_event .thumb img {
	width: 100%;
	max-height: none;
	height: auto;
}

#form_ajax_div .entry-content {
	padding: 0px 30px 0px 30px;
}

#form_ajax_div .close {
	height: 40px;
	left: 10px;
	top: 2px;
}

.event_filter {
	width: calc(100% - 450px);
	display: table;
	margin: -10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}

@media (max-width: 1300px) {
	.event_filter {
		width: 100%;
	}
}

.event_filter .item {
	margin: 20px 20px 0px 0px;
	float: left;
	display: none;
}

.event_filter .item:LAST-CHILD {
	/*margin: 20px 3px 0px 0px;*/
}

.event_filter .item_right {
	float: right;
}

@media (max-width: 767px) {
	.event_filter .item {
		width: 100%;
		margin: 20px 0px 0px 0px;
	}
}


.event_filter .form-check {
    padding-left: 0px;
}

.radio-toggle .jq-radio {
	display: none;
}

.has-toggle-input label, .has-toggle-input.radio label {
	color: #757674;
	font-size: 18px;
	line-height: 18px;
	display: block;
	padding: 5px 15px 5px 15px;
	position: relative;
	border-right: 1px solid #6d6c6c;
	font-family: 'Source Sans Pro', sans-serif;
	float: left;
	cursor: pointer;
}

@media (max-width: 1300px) {
	.event_filter {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.has-toggle-input label, .has-toggle-input.radio label {
		font-size: 13px;
		line-height: 13px;
		text-transform: uppercase;
		border-bottom: 2px solid #f3f3f3;
		padding: 5px 5px 5px 5px;
	}
}

.has-toggle-input label, .has-toggle-input.radio label:last-child {
    border-right: 0px solid #6d6c6c;
}

.has-toggle-input label::after, .has-toggle-input.radio label::after {
    content: "";
    position: absolute;
    background-color: silver;
    top: 3px;
    right: -1px;
    width: 1px;
    height: 22px;
    display: table;
}

.has-toggle-input label:last-child::after {
    width: 0px;
    height: 0px;
}

@media (max-width: 767px) {
	.has-toggle-input label::after, .has-toggle-input.radio label::after {
		width: 0px;
		display: none;
	}
}

.has-toggle-input label.active {
	background-color: #6d6c6c;
	color: white;
	border-radius: 3px;
}

@media (max-width: 767px) {
	.has-toggle-input label.active {
		background-color: transparent;
		color: #757674;
		border-radius: inherit;
		border-bottom: 2px solid #6d6c6c;
	}
}


.has-toggle-input label:first-of-type { margin-left: auto; }

.has-toggle-input label:last-of-type {border-right: 0px solid #6d6c6c;}

.event_filter .item select#country_sel, .event_filter .item input#periodpickerstart, .event_filter .item input#periodpickerend {
	display: none;
}

.event_filter .item .btn {
    color: #000 !important;
	background-color: transparent;
	border-color: transparent;
    text-decoration: none !important;
    border-radius: 0px;
    line-height: 28px;
	font-size: 13px;
	position: relative;
	padding: 0px 0px 0px 15px;
	border: 0px;
	width: 160px;
	text-align: left;
}

.event_filter .item .btn::after {
	border: 0px!important;
}

.event_filter .item .btn::before {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    padding: 0;
    content: '';
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: white;
	box-shadow: 0 0 0 1px #0003!important;
}

html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: none; 
}

.event_filter .item .btn span.multiselect-selected-text {
	color: #000 !important;
	position: relative;
	font-weight: 400;
	font-family: Arial,sans-serif;
}

.event_filter .item ul.multiselect-container {
	min-width: 170px;
	margin-top: -1px;
}

.event_filter .item ul.multiselect-container li {
	width: 100%;
}

.event_filter .item ul.multiselect-container li a {
	width: 100%;
	display: block;
	border-bottom: 1px solid #d9d9d9;
	border-left: 2px solid transparent;
	padding: 8px;
}

.event_filter .item ul.multiselect-container li a label {
	padding: 0px 0px 0px 0px;
	font-family: Arial,sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #606060;
}

.multiselect-container > li > a {
	position: relative;
	transition: all .3s;
}

.multiselect-container > li.active > a {
	padding: 8px 8px 8px 27px!important;
}

.multiselect-container > li.active > a::before {
    content: "\f058";
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    left: 5px;
    position: absolute;
    color: #ed301e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 12px;
}

.event_filter .item ul.multiselect-container li a label input {
	display: none;
}

.event_list .rotating-border {
	display: none;
	/*top: 30px;
	left: 60px;*/
}

.event_list {
	position: relative;
}

.company_ul_list .rotating-border {
	display: none;
	top: 120px;
}



.company_filter_top {
	width: 100%;
	display: table;
}

.company_filter_top h1 {
	width: auto;
	float: left;
}

.company_filter {
	display: table;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

@media (max-width: 800px) {
	.company_filter {
		width: 100%;
	}
}

.company_filter .item {
	margin: 27px 20px 0px 0px;
	float: left;
}

@media (max-width: 767px) {
	.company_filter .item {
		width: 90%;
		margin: 0px 0px 0px 0px;
	}
	
	.company_filter .item .form-check {
	    padding-left: 0px;
	}
}















.widget-container h3 {
	display: none;
}

.period_picker_input {
	border: 0px solid #ffffff!important;
	box-shadow: inherit!important;
}

.period_picker_input::before {
	border: 0px solid #ffffff!important;
	box-shadow: 0 0 0 1px #0003!important;
}

.client_text .white_bg, .white_bg_all {
	background: url("images/white_bg3.png") repeat-x top left;
	width: 100%;
	height: 150px;
	margin-top: -150px!important;
	position: relative;
}

.client_text .item_register_block {
	border-bottom: 1px solid #f3f3f3;
	margin: -30px 0px 35px 0px!important;
	padding: 0px 0px 15px 0px;
	border-top: 1px solid #f3f3f3;
	display: table;
	width: 100%;
	position: relative;
}

.item_register_block .item_register {
	float: left;
	margin: 30px 20px 0px 0px!important;
	display: table;
}

.item_register_block .item_register b {
	
}

a.simplemodal_register_a {
	display: block;
	border: 1px solid #ed301e;
	cursor: pointer;
	transition: all .5s;
	margin: 20px 20px 10px 0px;
	padding: 12px 15px 12px 15px;
	float: left;
	border-radius: 15px;
	background-color:#ed301e;
	color: white!important;
	font-size: 16px;
	line-height: 16px;
}

a.simplemodal_register_a:HOVER {
	color: #000000;
	border: 1px solid #d7d7d7;
	background-color: #d7d7d7;
}

/* 404 */
.all404 {
	padding: 0px 70px 0px 70px;
	margin: 0px 0px 0px 0px;
	font-family: 'Montserrat', sans-serif !important;
}

@media (max-width: 767px) {
	.all404 {
		padding: 0px 0px 0px 0px;
	}
}

.all404 h1 {
	font-size: 35px!important;
	line-height: 35px!important;
	color: #d32221;
	margin: 30px 0px 0px 0px;
	font-weight: 600;
}

@media (max-width: 767px) {
	.all404 h1 {
		font-size: 22px!important;
		line-height: 22px!important;
	}
}

.all404 h2 {
	font-size: 41px;
	line-height: 41px;
	color: #919191;
	margin: 10px 0px 0px 0px;
	font-weight: 600;
}

@media (max-width: 767px) {
	.all404 h2 {
		font-size: 25px!important;
		line-height: 25px!important;
	}
}

.all404 h3 {
	font-size: 23px;
	line-height: 30px;
	color: #919191;
	margin: 30px 0px 0px 0px;
}

.all404 ul {
	list-style: none;
	margin: 25px 0px 30px 0px;
}

.all404 ul li {
	margin: 5px 0px 0px 0px;
}

.all404 ul li a {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px;
	line-height: 16px;
	color: #d32221;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}

.all404 ul li a:HOVER {
	
}

/* ï¿½ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */

.index_v2 {
	width: 100%;
	display: table;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 45px 0px 0px 0px;
}

@media (max-width: 950px) {
	.index_v2 {
		padding: 25px 0px 0px 0px;
	}
}

@media (max-width: 767px) {
	.index_v2 {
		margin: 10px 0px 0px 0px;
		padding: 15px 0px 0px 0px;
	}
}


.index_v2 h1 {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 37px;
	line-height: 37px;
	color: #ed301e;
	margin: 0px auto 0px auto;
	font-weight: 700;
	display: table;
	width: 100%;
	position: relative;
	text-align: center;
}

@media (max-width: 767px) {
	.index_v2 h1 {
		margin: 0px auto 20px auto;
	}
}

.index_v2 h1::before {
    /*margin: 0px 0px 0px 0px;
    content: "";
    display: block;
    background: url("images/index_img_line.png") center center no-repeat;
    width: 142px;
    height: 211px;
    position: absolute;
    right: 50px;
    top: -15px;*/
}

@media (max-width: 1300px) {
	.index_v2 h1 {
		font-size: 32px;
		line-height: 32px;
	}
}

@media (max-width: 950px) {
	.index_v2 h1 {
		font-size: 22px;
		line-height: 22px;
	}
}

@media (max-width: 767px) {
	.index_v2 h1 {
		font-size: 18px;
		line-height: 22px;
	}
}

@media (max-width: 1100px) {
	.index_v2 h1::before {
		/*display: none;*/
	}
}

.index_v2 ul {
	width: 100%;
	display: table;
	list-style: none;
	margin: 35px 0px 0px 0px;
}

@media (max-width: 767px) {
	.index_v2 ul {
		margin: 0px 0px 0px 0px;
	}
}

.index_v2 ul li {
	width: 50%;
	display: table;
	float: left;
}

@media (max-width: 767px) {
	.index_v2 ul li {
		width: 100%;
		margin: 0px 0px 0px 0px;
	}
}

.index_v2 ul li a {
	display: table;
	transition: all .5s;
}

@media (max-width: 767px) {
	.index_v2 ul li a {
		width: 100%!important;
	}
}

.index_v2 ul li a .left {
	display: table;
	float: left;
	margin: 0px 0px 0px 0px;
}

.index_v2 ul li a img {
	margin: 0px 0px 0px 0px;
	transition: all 1.5s;
	max-width: 100%;
	height: auto;
}

.index_v2 ul li.item1 a img {
	width: 100%;
	max-width: 226px;
	height: auto;
}

.index_v2 ul li.item2 a img {
	width: 100%;
	max-width: 310px;
	height: auto;
}

.index_v2 ul li.item3 a img {
	width: 100%;
	max-width: 288px;
	height: auto;
}

.index_v2 ul li.item4 a img {
	width: 100%;
	max-width: 288px;
	height: auto;
}

.index_v2 ul li.item5 a img {
	width: 100%;
	max-width: 271px;
	height: auto;
}

.index_v2 ul li.item6 a img {
	width: 100%;
	max-width: 290px;
	height: auto;
}

@media (max-width: 1300px) {
	.index_v2 ul li.item1 a img {
		max-width: calc(226px - 50px);
	}
	
	.index_v2 ul li.item2 a img {
		max-width: calc(310px - 50px);
	}
	
	.index_v2 ul li.item3 a img {
		max-width: calc(288px - 50px);
	}
	
	.index_v2 ul li.item4 a img {
		max-width: calc(288px - 50px);
	}
	
	.index_v2 ul li.item5 a img {
		max-width: calc(271px - 50px);
	}
	
	.index_v2 ul li.item6 a img {
		max-width: calc(290px - 50px);
	}
}

@media (max-width: 1100px) {
	.index_v2 ul li.item1 a img {
		max-width: calc(226px - 100px);
	}
	
	.index_v2 ul li.item2 a img {
		max-width: calc(310px - 100px);
	}
	
	.index_v2 ul li.item3 a img {
		max-width: calc(288px - 100px);
	}
	
	.index_v2 ul li.item4 a img {
		max-width: calc(288px - 100px);
	}
	
	.index_v2 ul li.item5 a img {
		max-width: calc(271px - 100px);
	}
	
	.index_v2 ul li.item6 a img {
		max-width: calc(290px - 100px);
	}
}

@media (max-width: 950px) {
	.index_v2 ul li.item1 a img {
		max-width: calc(120px - 0px);
	}
	
	.index_v2 ul li.item2 a img {
		max-width: calc(120px - 0px);
	}
	
	.index_v2 ul li.item3 a img {
		max-width: calc(120px - 0px);
	}
	
	.index_v2 ul li.item4 a img {
		max-width: calc(120px - 0px);
	}
	
	.index_v2 ul li.item5 a img {
		max-width: calc(120px - 0px);
	}
	
	.index_v2 ul li.item6 a img {
		max-width: calc(120px - 0px);
	}
}

@media (max-width: 767px) {
	.index_v2 ul li.item1 a img {
		max-width: calc(80px - 0px);
	}
	
	.index_v2 ul li.item2 a img {
		max-width: calc(80px - 0px);
	}
	
	.index_v2 ul li.item3 a img {
		max-width: calc(80px - 0px);
	}
	
	.index_v2 ul li.item4 a img {
		max-width: calc(80px - 0px);
	}
	
	.index_v2 ul li.item5 a img {
		max-width: calc(80px - 0px);
	}
	
	.index_v2 ul li.item6 a img {
		max-width: calc(80px - 0px);
	}
}

.index_v2 ul li a:HOVER img {
	opacity: 1;
}


.index_v2 ul li a .right {
	display: table;
	float: left;
}

.index_v2 ul li h2 {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 22px;
	line-height: 26px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	font-weight: 700;
	transition: all .5s;
}

.index_v2 ul li a:HOVER h2 {
	color: #ed301e!important;
}

@media (max-width: 1300px) {
	.index_v2 ul li h2 {
		font-size: 16px;
		line-height: 22px;
	}
}

@media (max-width: 1100px) {
	.index_v2 ul li h2 {
		font-size: 14px;
		line-height: 20px;
	}
}

@media (max-width: 767px) {
	.index_v2 ul li h2 {
		text-align: left;
		font-size: 14px;
		line-height: 18px;
	}
}

.index_v2 ul li p {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	margin: 3px 0px 0px 0px;
	font-weight: 500;
}

@media (max-width: 1300px) {
	.index_v2 ul li p {
		font-size: 14px;
		line-height: 22px;
	}
}

@media (max-width: 1100px) {
	.index_v2 ul li p {
		font-size: 12px;
		line-height: 18px;
	}
}

@media (max-width: 767px) {
	.index_v2 ul li p {
		text-align: left;
		width: 100%;
	}
}

.index_v2 ul li.item1 a .left {
	margin: 0px 20px 0px 50px;
}

.index_v2 ul li.item1 a .right {
	margin: 30px 0px 0px 0px;
}

.index_v2 ul li.item2 a .left {
	margin: 57px 30px 0px 0px;
}

.index_v2 ul li.item2 a .right {
	margin: -75px 0px 0px 0px;
}

.index_v2 ul li.item3 {
	width: 60%;
}

.index_v2 ul li.item4 {
	width: 40%;
}

.index_v2 ul li.item3 a .left {
	margin: 0px 20px 0px 110px;
}

.index_v2 ul li.item3 a .right {
	margin: -30px 0px 0px 0px;
}

.index_v2 ul li.item4 a .left {
	width: 100%;
	margin: 0px 0px 0px -20px;
}

.index_v2 ul li.item4 a .right {
	width: 100%;
	text-align: right;
}

.index_v2 ul li.item4 a .right img {
	margin: 0px 80px 0px 0px;
}

.index_v2 ul li.item5 a .left {
	margin: -30px 20px 0px 0px;
}

.index_v2 ul li.item5 a .right {
	margin: 20px 0px 0px 0px;
}

.index_v2 ul li.item6 a .left {
	margin: 20px 20px 0px 0px;
}

.index_v2 ul li.item6 a .right {
	margin: 70px 0px 100px 0px;
}

@media (max-width: 950px) {
	.index_v2 ul li {
		margin: 0px 0px 10px 0px!important;
		width: 50%!important;
	}
	
	.index_v2 ul li a .left950 {
		margin: 0px 20px 0px 0px!important;
		width: 120px!important;
		float: left!important;
	}
	
	.index_v2 ul li.item2 a .left950 {
		margin: -50px 20px 0px 0px!important;
		width: 120px!important;
		float: left!important;
	}
	
	.index_v2 ul li a .right950 {
		margin: 0px 0px 0px 0px!important;
		width: calc(100% - 140px)!important;
		float: right!important;
	}
}

@media (max-width: 767px) {
	.index_v2 ul li {
		margin: 0px 0px 15px 0px!important;
		padding: 0px 0px 15px 0px!important;
		width: 100%!important;
		text-align: center;
		border-bottom: 1px solid #e6eae8;
	}
	
	.index_v2 ul li.item6 {
		border-bottom: 0px solid #e6eae8!important;
	}
	
	.index_v2 ul li a .left950 {
		margin: 0px 20px 0px 0px!important;
		width: 80px!important;
		float: left!important;
	}
	
	.index_v2 ul li.item2 a .left950 {
		margin: -30px 20px 0px 0px!important;
		width: 80px!important;
		float: left!important;
	}
	
	.index_v2 ul li a .right950 {
		margin: 0px 0px 0px 0px!important;
		width: calc(100% - 100px)!important;
		float: right!important;
	}
}

.index_v2_bottom {
	width: 100%;
	display: table;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.index_v2_bottom .register_now {
	width: 870px;
	display: table;
	margin: -100px auto 0px auto;
	padding: 145px 0px 0px 0px;
}

@media (max-width: 950px) {
	.index_v2_bottom .register_now {
		margin: 20px auto 0px auto;
		padding: 0px 0px 0px 0px;
		width: auto;
	}
}

.index_v2_bottom .register_now .left {
	width: 269px;
	display: table;
	float: left;
	margin: 0px 20px 0px 0px;
}

@media (max-width: 767px) {
	.index_v2_bottom .register_now .left {
		width: 180px;
	}
}


.index_v2_bottom .register_now .left img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: -145px 20px 0px 0px;
}

@media (max-width: 950px) {
	.index_v2_bottom .register_now .left img {
		margin: 0px 20px 0px 0px;
	}
}

.index_v2_bottom .register_now .right {
	display: table;
	float: left;
}

.index_v2_bottom .register_now h1 {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 32px;
	line-height: 32px;
	color: #ed301e;
	margin: 0px 0px 0px 0px;
	font-weight: 700;
	display: table;
	position: relative;
}

@media (max-width: 950px) {
	.index_v2_bottom .register_now h1 {
		font-size: 20px;
		line-height: 20px;
		margin: 20px 0px 0px 0px;
	}
}

@media (max-width: 767px) {
	.index_v2_bottom .register_now h1 {
		font-size: 16px;
		line-height: 20px;
	}
}

.index_v2_bottom .register_now h2 {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	margin: 10px 0px 0px 0px;
	font-weight: 500;
}

@media (max-width: 950px) {
	.index_v2_bottom .register_now h2 {
		font-size: 14px;
		line-height: 20px;
	}
}

@media (max-width: 767px) {
	.index_v2_bottom .register_now h2 {
		font-size: 14px;
		line-height: 18px;
	}
}

.index_v2_bottom .register_now a {
	font-family: 'Montserrat', sans-serif !important;
	border: 1px solid #ed301e;
	border-radius: 15px;
	background-color: #ed301e;
	box-shadow: none;
	color: white;
	display: table;
	font-size: 22px;
	line-height: 22px;
	height: auto;
	padding: 17px 0px 16px 0px;
	width: 340px;
	text-align: center;
	cursor: pointer;
	transition: all .5s;
	margin: 20px 0px 50px 0px;
}

@media (max-width: 950px) {
	.index_v2_bottom .register_now a {
		width: auto;
		padding: 12px 50px 12px 50px;
		font-size: 16px;
		line-height: 16px;
		margin: 10px 0px 30px 0px;
	}
}

@media (max-width: 767px) {
	.index_v2_bottom .register_now a {
		margin: 15px 0px 30px 0px;
	}
}

.index_v2_bottom .register_now a:HOVER {
	color: #ed301e;
	border: 1px solid #ffffff;
    background-color: #ffffff;
}

._rating {
	display: table;
	margin: 0px 0px 0px 0px;
	float: right;
	width: 50%;
}

@media (max-width: 767px) {
	._rating {
		display: none;
	}
}

._rating .stars-avg-rating {
	margin: 3px 0px 0px 0px;
	text-align: right;
}

.emails {
	width: 100%;
	position: relative;
}

.add_email {
	width: 95%;
	margin: 0px 0px 20px 0px;
	display: table;
}

.add_email a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 13px;
	color: #000000;
	margin: 10px 0px 0px 0px;
	display: table;
	float: left!important;
	width: auto!important;
	text-decoration: none!important;
}

.add_email .inputs {
	width: 100%;
	margin: 40px 0px 10px 0px;
	overflow: hidden;
	display: none;
	opacity: 0;
	-webkit-transition: opacity 1.3s linear, right 0.3s ease-out;
	   -moz-transition: opacity 1.3s linear, right 0.3s ease-out;
	     -o-transition: opacity 1.3s linear, right 0.3s ease-out;
	        transition: opacity 1.3s linear, right 0.3s ease-out;
}

.add_email .inputs.open {
	display: table;
	opacity: 1;
}

.add_email .inputs .items1 {
	width: 40%;
	float: left;
}

.add_email .inputs .items2 {
	width: 10%;
	float: left;
	text-align: center;
}

.add_email .inputs .items3 {
	width: 15%;
	float: left;
	text-align: center;
}

.add_email .inputs .items3 input {
	margin: 7px 0px 0px 0px;
}

.add_email .inputs .items4 {
	width: 15%;
	float: left;
	text-align: center;
}

.add_email .inputs .items4 input {
	margin: 7px 0px 0px 0px;
}

.add_email .inputs .items5 {
	width: 20%;
	float: left;
	text-align: right;
}

.add_email .inputs input.input {
	width: 100%;
	padding: 7px 10px 7px 10px;
	font-size: 13px;
	line-height: 13px;
}

.add_email .inputs .button {
	border: 1px solid #ed301e;
	border-radius: 15px;
	background-color: #ed301e;
	box-shadow: none;
	color: white;
	display: table;
	font-size: 12px;
	height: auto;
	padding: 8px 20px 8px 20px;
	width: auto;
	text-align: center;
	cursor: pointer;
	float: right;
	transition: all .5s;
	margin: 0px 0px 0px 0px;
	float: right!important;
}

.emails table.orders_list tbody tr td {
	padding: 15px 10px 15px 10px;
	vertical-align: middle;
}

.emails .rotating-border {
	left: 20px;
	top: 70px;
}

.emails .error_text p {
    margin: 0px 0px 10px 0px;
    width: 100%;
    display: table;
    font-size: 14px;
    line-height: 14px;
    color: #92c023;
    font-weight: 500;
}

.modal-content {
    display: block;
}

table.update_phone_status {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

table.update_phone_status tr td {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	vertical-align: middle;
}

table.update_phone_status tr td i {
	font-family: 'Montserrat', sans-serif;
	display: block;
	border-radius: 50%;
	background-color: #ea5056;
	color: #ffffff;
	padding: 0px 5px 0px 5px;
	margin: 0px 10px 0px 0px;
	font-size: 16px;
	line-height: 27px;
	position: relative;
	width: 26px;
	height: 26px;
	text-align: center;
	font-weight: 700;
	float: left;
}

table.update_phone_status tr td #call_phone_pretty {
	color: #ea5056;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}

table.update_phone_status tr td p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	display: block;
}

form.auth button#update_phone_status_by_call {
	padding: 14px 20px 14px 20px;
	width: auto;
}

/* ï¿½ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */

.index_v3 {
	width: 100%;
	display: table;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 45px 0px 0px 0px;
}

@media (max-width: 950px) {
	.index_v3 {
		padding: 25px 0px 0px 0px!important;
	}
}

@media (max-width: 767px) {
	.index_v3 {
		margin: 0px 0px 0px 0px;
		padding: 15px 0px 0px 0px!important;
	}
}

.index_v3_new {
	padding: 30px 0px 30px 0px;
}

@media (max-width: 767px) {
	.index_v3_new {
		margin: 0px 0px 15px 0px;
		padding: 15px 0px 0px 0px!important;
	}
}

.index_v3 h1 {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 46px;
	line-height: 46px;
	color: #ed301e;
	margin: 0px auto 0px auto;
	font-weight: 700;
	display: table;
	width: 100%;
	position: relative;
	text-align: center;
}

@media (max-width: 1300px) {
	.index_v3 h1 {
		font-size: 32px;
		line-height: 32px;
	}
}

@media (max-width: 950px) {
	.index_v3 h1 {
		font-size: 22px;
		line-height: 22px;
	}
}

@media (max-width: 767px) {
	.index_v3 h1 {
		margin: 0px auto 20px auto;
		font-size: 18px;
		line-height: 22px;
	}
}

.index_v3 ul {
	width: 100%;
	display: table;
	list-style: none;
}

.index_v3 ul.items1 {
	margin: 45px 0px 0px 0px;
}

.index_v3 ul.items2 {
	margin: 30px 0px 30px 0px;
}

@media (max-width: 767px) {
	.index_v3 ul {
		margin: 0px 0px 0px 0px;
	}
	
	.index_v3 ul.items1, .index_v3 ul.items2 {
		margin: 10px 0px 0px 0px;
	}
}

.index_v3 ul li {
	width: calc(25% - 30px);
	margin: 0px 30px 0px 0px;
	display: table;
	float: left;
	height: 100%;
	overflow: hidden;
}

.index_v3 ul.items1 li {
	width: calc(33.3% - 0px);
	margin: 0px 0px 0px 0px;
}

.index_v3 ul.items1 li .block {
	margin: 0px auto 0px auto;
	display: table;
}

.index_v3 ul.items1 li:FIRST-CHILD {
	/*width: calc(10% - 30px);*/
}

.index_v3 ul.items1 li:LAST-CHILD {
	/*width: calc(35% - 30px);
	margin-left: 5%;*/
}

@media (max-width: 767px) {
	.index_v3 ul li {
		width: 100%;
		height: auto;
		margin: 0px 0px 0px 0px;
	}
	
	.index_v3 ul.items2 li {
		border-bottom: 1px solid #f3f3f3;
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 10px 0px;
	}
	
	.index_v3 ul.items2 li:LAST-CHILD {
		border-bottom: 0px;
	}
	
	.index_v3 ul.items1 li.item1 {
		display: none;
	}
	
	.index_v3 ul.items1 li.item2 {
		width: 50%;
	}
	
	.index_v3 ul.items1 li.item3 {
		width: 50%;
		display: none;
	}
	
	.index_v3 ul.items1 li.item4 {
		width: 50%;
		margin: 0px 0px 10px 0px;
	}
}

.index_v3 ul li a {
	display: table;
	transition: all .5s;
	height: 100%;
}

@media (max-width: 767px) {
	.index_v3 ul li a {
		height: auto;
	}
}

.index_v3 ul li a .image {
	width: 100%;
	height: 200px;
	display: block;
	transition: all 0.5s;
	overflow: hidden;
}

.index_v3 ul li a:HOVER .image {
	height: 0px;
	transition: all 0.5s;
}

@media (max-width: 767px) {
	.index_v3 ul li a .image {
		width: 80px;
		height: auto;
		float: left;
	}
	
	.index_v3 ul li a:HOVER .image {
		height: auto;
	}
}

.index_v3 ul li a img {
	margin: 0px auto 0px auto;
	transition: all 1.5s;
	max-width: 100%;
	width: 100%;
	height: auto;
	display: table;
}

.index_v3 ul li.item1 a img {
	max-width: 218px;
	margin: 10px auto 0px auto;
}

.index_v3 ul li.item2 a img {
	max-width: 195px;
}

.index_v3 ul li.item3 a img {
	max-width: 287px;
	margin: 20px auto 0px auto;
}

.index_v3 ul li.item4 a img {
	max-width: 270px;
	margin: 40px auto 0px auto;
}

@media (max-width: 767px) {
	.index_v3 ul li.item4 a img {
		margin: 10px auto 0px auto;
	}
}

.index_v3 ul li a .descriptions {
	width: calc(100% - 0px);
}

@media (max-width: 767px) {
	.index_v3 ul li a .descriptions {
		width: calc(100% - 100px);
		float: left;
		margin: 0px 0px 0px 20px;
	}
}

.index_v3 ul li a .buttons {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 20px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 600;
	background-color: #ed301e;
	border-radius: 10px;
	padding: 16px 0px 16px 20px;
	width: calc(100% - 0px);
	transition: all 0.5s;
}

.index_v3 ul li a:HOVER .buttons {
	opacity: 1;
	transition: all 0.5s;
}

@media (max-width: 1300px) {
	.index_v3 ul li a .buttons {
		font-size: 16px;
		line-height: 16px;
	}
}

@media (max-width: 767px) {
	.index_v3 ul li a .buttons {
		color: #000000;
		background-color: transparent;
		padding: 10px 0px 0px 0px;
		font-size: 14px;
		line-height: 14px;
	}
}

.index_v3 ul li a h2 {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 18px;
	line-height: 25px;
	color: #000000;
	font-weight: 600;
	margin: 20px 0px 0px 20px;
}

@media (max-width: 1300px) {
	.index_v3 ul li a h2 {
		font-size: 15px;
		line-height: 21px;
	}
}

@media (max-width: 767px) {
	.index_v3 ul li a h2 {
		display: none;
	}
}

.index_v3 ul li a p {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 18px;
	line-height: 25px;
	color: #000000;
	font-weight: 400;
	margin: 5px 0px 0px 20px;
}

@media (max-width: 1300px) {
	.index_v3 ul li a p {
		font-size: 15px;
		line-height: 21px;
	}
}

@media (max-width: 1000px) {
	.index_v3 ul li a p {
		font-size: 14px;
		line-height: 18px;
	}
}

@media (max-width: 767px) {
	.index_v3 ul li a p {
		margin: 5px 0px 0px 0px;
		font-size: 12px;
		line-height: 19px;
	}
}

.index_v3 ul.items1 li h2 {
	font-size: 34px;
	line-height: 34px;
	color: #abacab;
	font-weight: 400;
}

.index_v3 ul.items1 li h3 {
	font-size: 18px;
	line-height: 27px;
	color: #abacab;
	font-weight: 600;
}

@media (max-width: 767px) {
	.index_v3 ul.items1 li h3 {
		font-size: 16px;
		line-height: 16px;
		font-weight: 500;
		margin: 7px 0px 0px 0px;
	}
}

@media (max-width: 1200px) {
	.index_v3 ul.items1 li h2 {
		/*font-size: 28px;
		line-height: 28px;*/
	}
}


.index_v3 ul.items1 li p {
	font-size: 18px;
	line-height: 18px;
	color: #abacab;
	font-weight: 600;
}

@media (max-width: 767px) {
	.index_v3 ul.items1 li p {
		font-size: 14px;
		line-height: 14px;
		font-weight: 500;
	}
}

.index_v2_bottom_2 {
	width: 100%;
	display: table;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 55px 0px 0px 0px;
	border-top: 1px solid #f3f3f3;
}

@media (max-width: 950px) {
	.index_v2_bottom_2 {
		padding: 25px 0px 0px 0px;
	}
}

@media (max-width: 767px) {
	.index_v2_bottom_2 {
		margin: 1px 0px 20px 0px;
		padding: 15px 0px 0px 0px;
	}
}

.index_v2_bottom_2 h1 {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 30px;
	line-height: 30px;
	color: #ed301e;
	margin: 0px auto 0px auto;
	font-weight: 700;
	display: table;
	width: 100%;
	position: relative;
	text-align: center;
}

@media (max-width: 1300px) {
	.index_v2_bottom_2 h1 {
		font-size: 20px;
		line-height: 20px;
	}
}

@media (max-width: 950px) {
	.index_v2_bottom_2 h1 {
		font-size: 22px;
		line-height: 22px;
	}
}

@media (max-width: 767px) {
	.index_v2_bottom_2 h1 {
		margin: 0px auto 20px auto;
		font-size: 18px;
		line-height: 22px;
	}
}

.index_v2_bottom_2 ul.companyes_image_list {
	list-style: none;
	width: 100%;
	margin: 45px auto 55px auto;
	display: table;
	text-align: center;
}

@media (max-width: 767px) {
	.index_v2_bottom_2 ul.companyes_image_list {
		margin: 0px auto 15px auto;
	}
}

.index_v2_bottom_2 ul.companyes_image_list li {
	width: auto;
	display: inline-block;
}

.index_v2_bottom_2 ul.companyes_image_list li table {
	width: auto;
}

.index_v2_bottom_2 ul.companyes_image_list li table tr td {
	vertical-align: middle;
	height: 110px;
}

@media (max-width: 767px) {
	.index_v2_bottom_2 ul.companyes_image_list li table tr td {
		height: 30px;
	}
}

.index_v2_bottom_2 ul.companyes_image_list li table tr td img {
	margin: 0px 20px 0px 20px;
	transition: all .5s;
	width: auto;
	height: 30px;
}

@media (max-width: 1200px) {
	.index_v2_bottom_2 ul.companyes_image_list li table tr td img {
		margin: 0px 20px 0px 20px;
		width: auto;
		height: 30px;
	}
}

@media (max-width: 767px) {
	.index_v2_bottom_2 ul.companyes_image_list li table tr td img {
		margin: 0px 10px 0px 10px;
		width: auto;
		height: 20px;
	}
}

a.expo_main {
	margin: 0px 0px 20px 0px;
	display: table;
}

a.expo_main img {
	max-width: 1330px;
	width: 95%;
	height: auto;
	margin: 0px auto 0px auto;
	display: table;
}

a.hrexpo2021 {
	margin: 0px 0px 0px 0px;
	display: table;
	width: 100%;
}

a.hrexpo2021 img {
	max-width: 1330px;
	width: 100%;
	height: auto;
	margin: 0px auto 0px auto;
	display: table;
}

img.hrexpo2021 {
	max-width: 1330px;
	width: 100%;
	height: auto;
	margin: 0px auto 0px auto;
	display: table;
}

@media (max-width: 1200px) {
	#header .codeneric_ultimate_ads_manager_ad_wrapper img {
		width: 100%;
		height: auto;
	}
}

.ads_modile {
	display: none;
}

@media (max-width: 767px) {
	.ads_modile {
		display: flex;
		align-items: left;
		justify-content: left;
	}
	
	.ads_modile div.codeneric_ultimate_ads_manager_ad_wrapper {
		width: auto !important;
	}
}



















































