/*!
Theme Name: westmed
Theme URI: 
Author: 
Author URI: 
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: westmed

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
--------------------------------------------------------------*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
	margin: 0;
	background-color: #fff;
	overflow-x: hidden;
	padding-top: 229px;
}
@media screen and (min-width: 992px) {
	body {
		padding-top: 189px;
	}
	body.home {
		padding-top: 69px;
	}
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
	font-size: 35px;
	margin: 0 0 30px 0;
	color: #636469;
	text-align: center;
	line-height: 37px;
	letter-spacing: 7px;
	font-family: "Oswald-Medium", sans-serif;
	font-weight: normal;
}

/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
	background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

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

/**
* Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
	border-style: none;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

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

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input { /* 1 */
	overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*		`fieldset` elements in all browsers.
*/

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
	vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
	overflow: auto;
}

#breadcrumbs {
	margin-bottom: 10px;
	padding-left: 80px;
}

#breadcrumbs .breadcrumb_last,
#breadcrumbs a{
	color: #646569;
	font-size: 18px;
	line-height: 18px;
	font-family: "Oswald-Light", sans-serif;
	text-decoration: none;
}

#breadcrumbs .breadcrumb_last{
	color: #ff0000;
}



/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

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

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
	display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
	display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
	display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: "Oswald-Light", sans-serif;
	font-size: 16px;
	line-height: 22px;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	text-align: center;
	margin-top: 11px;
	-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	line-height: 20px;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li:first-child{
	padding-left: 0;
}

.main-navigation li:last-child{
	padding-right: 0;
}

.main-navigation li {
	padding: 0px 14.5px;
	display: inline-flex;
	position: relative;
}

.main-navigation li:hover a,
.main-navigation li.current-menu-item a {
	color: #ff0000;
	padding-bottom: 4px;
	border-bottom: 2px solid red;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: #646569;
	font-family: "Oswald-Medium", sans-serif;
	padding-bottom: 4px;
	border-bottom: 2px solid transparent;
}



/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}


.home .site-header {
	margin-bottom: 0;
	z-index: 5;
}
.text-right{
	text-align: right;
}
.head-phones{
	text-align: center;
}
.head-phones p{
	margin-bottom: 0;
}
.site-header {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	padding: 18px 0 9px;
	/* margin-bottom: 102px; */
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.site-header .shadow{
	position: absolute;
	bottom: -102px;
	left: 0;
	right: 0;
	height: 102px;
	background-image: url('images/shadow.png');
	background-repeat: no-repeat;
	background-position: center top;
}

.site-branding {
	text-align: center;
}

.qtranxs_widget{
	list-style: none;
	margin-top: 12px;
	margin-bottom: 0;
}

.search-btn {
	margin-top: 12px;
}

.search-btn img{
	cursor: pointer;
}

.home .map-wrap {
	margin-top: 0;
}
.map-wrap {
	margin-top: 112px;
}

footer#colophon {
	background-color: #646569;
	padding: 40px 0 71px;
	border-bottom: 43px solid #000;
	color: #f2f2f2;
	font-family: "Oswald-Medium", sans-serif;
	position: relative;
}


#up{
	position: fixed;
	opacity: 0;
    width: 60px;
    height: 60px;
    background-image: url(images/up.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    background-color: rgb(255, 0, 0);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	z-index: 0;
	cursor: pointer;
}

#up:hover{
	background-color: rgb(220, 0, 0);
	box-shadow: none;
}

footer .logo-footer {
	margin-left: 73px;
}

.contact-page-wrapper .social-btn a,
footer .social-btn a {
	color: #ff3016;
	font-size: 22px;
}

.page-template-template-page-contact .contact-page-wrapper .social-btn{
	text-align: center;
	margin-bottom: 0;
	margin-top: 54px;
}

.page-template-template-page-contact .contact-page-wrapper .social-btn{
	padding-right: 0;
	margin-top: 47px;
}

footer .social-btn{
	text-align: right;
	margin-bottom: 45px;
	padding-right: 23px;
}

.page-template-template-page-contact .contact-page-wrapper .social-btn a + a{
	margin-left: 35px;
	padding-right: 0px;
}

footer .social-btn a + a{
	margin-left: 33px;
}

.contact-page-wrapper .social-btn a i.fa-envelope:before,
footer .social-btn a i.fa-envelope:before{
	display: none;
}

.contact-page-wrapper .social-btn a i.fa-envelope,
footer .social-btn a i.fa-envelope{
    background-image: url(images/micon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 16px;
    width: 24px;
    position: relative;
    top: -0.5px;
}

footer .footer-contact-wrapper {
	text-align: right;
	padding-right: 33px;
}

footer .footer-contact-wrapper ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

footer .footer-title {
	padding-right: 23px;
	font-size: 30px;
	margin-bottom: 14px;
	line-height: 30px;
	color: #fdfdfd;
	font-family: "Oswald-Medium", sans-serif;
}

footer li{
	position: relative;
	text-align: right;
}

footer li.address {
	font-size: 18px;
	line-height: 18px;
	color: #f2f2f2;
}
footer .phone a{
	font-size: 33px;
	line-height: 33px;
	color: #f2f2f2;
	display: block;
}
footer li a{
	text-decoration: none;
}

footer li a:hover{
	text-decoration: underline;
}

footer .email,
footer .phone a + a,
footer li + li{
	margin-top: 11px;
}

footer .email a{
	font-size: 18px;
	line-height: 18px;
	color: #f2f2f2;
}
footer .email span{
	color: red;
}

footer .email,
footer li.address,
footer .phone{
	background-repeat: no-repeat;
	padding-right: 23px;
}

footer .phone{
	background-image: url('images/icon-phone.png');
	background-position: right center;
}

footer .email{
	background-image: url('images/icon-email.png');
	background-position: right 8px;
	margin-top: 14px;
}

footer li.address{
	background-image: url('images/icon-address.png');
	background-position: right 3px;
}



/* category style */ 

.category-item {
	line-height: 0;
}

.category-item .position-box{
	background-color: rgba(255, 255, 255, 0.6);
	position: absolute;
	padding: 30px 20px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-decoration: none;
}

.category-item .position-box:hover{
	background-color: rgba(255, 255, 255, 0)
}

.category-item .title{
	font-size: 22px;
	text-transform: uppercase;
	line-height: 26px;
	color: #000000;
	font-family: "Oswald-Medium", sans-serif;
}

.category-item .see-all-link{
	margin-top: 10px;
	display: block;
	color: #ff0000;
	text-decoration: none;
	font-size: 18px;
	line-height: 18px;
	font-family: "Oswald-Medium", sans-serif;
}

.category-item:hover .see-all-link{
	color: rgba(220, 0, 0, 1);
}

.category-item .see-all-link:after{
	content: '';
	display: inline-block;
	vertical-align: baseline;
	background-image: url(images/all-see.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 22px;
	height: 16px;
	margin-left: 10px;
	position: relative;
	top: 0.5px;
}

.news-item{
	
}
.news-item .westmed-meta {
	text-transform: lowercase;
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 20px;
	color: #646569;
	font-family: "Oswald", sans-serif;
}
.news-item .westmed-meta span{
	text-transform: none;
}

.news-item .image{
	display: block;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.news-item .image:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.6);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.news-item:hover .image:before{
	background-color: rgba(255, 255, 255, 0);
}

.news-item .title{
	font-size: 20px;
	color: #646569;
	line-height: 22px;
	text-transform: none;
	margin-bottom: 20px;
	font-family: "Oswald-Medium", sans-serif;
}
.news-item .excerpt{
	font-size: 16px;
	color: #646569;
	line-height: 22px;
}

.news-item .entry-content {
	padding: 24px 20px;
	margin: 0;
}

.post-categories {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.single-equip .post-categories,
.single-folio .post-categories,
.post-categories a{
	font-size: 35px;
	color: #636469;
	line-height: 37px;
	letter-spacing: 4px;
	font-family: "Oswald-Medium", sans-serif;
	text-decoration: none;
}
.single-post .content-post-wrapper h2,
.single-post .content-post-wrapper h3,
.single-post .content-post-wrapper h4,
.single-post .content-post-wrapper h5{
	line-height: 1.2;
}
.single-equip .content-post-wrapper .column {
	-webkit-columns: 1;
	-moz-columns: 1;
	columns: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	text-align: justify;
	line-height: 22px;
	font-size: 18px;
	color: #646569;
	font-family: "Oswald-Light", sans-serif;
}


.content-post-wrapper .column {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	text-align: justify;
	line-height: 22px;
	font-size: 18px;
	color: #646569;
	font-family: "Oswald-Light", sans-serif;
}

.single-equip .content-post-wrapper h1{
	color: #000000;
	font-family: "Oswald-SemiBold", sans-serif;
	text-align: center;
}

.content-post-wrapper h1{
	text-align: left;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.content-post-wrapper .column p:first-child{
	margin-top: 0;
}
.content-post-wrapper .column p:last-child{
	margin-bottom: 0;
}

.content-post-wrapper .post-image-wrapper{
	
}

.content-post-wrapper{
	padding: 40px 80px 0 ;
}

.content-post-wrapper .westmed-meta{
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 15px;
	font-family: "Oswald-Light", sans-serif;
	color: #646569;
}

.content-post-wrapper .post-navigation{
	margin-top: 70px;
	margin-bottom: 0;
	padding: 0 80px;
}

.content-post-wrapper .post-navigation a{
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	display: inline-block;
	background-color: #ff0000;
	font-size: 18px;
	line-height: 18px;
	font-family: "Oswald-Medium", sans-serif;
	color: #fff;
	padding: 12px 20px;
	border-radius: 100px;
	min-width: 250px;
	text-align: center;
	text-decoration: none;
}

.content-post-wrapper .post-navigation a:hover {
    box-shadow: none;
	background-color: rgba(220, 0, 0, 1);
}

.page-template-template-page-contact .logo-footer{
	text-align: center;
	margin: 0;
}

.page-template-template-page-contact footer#colophon {
	background-color: #646569;
	padding: 34px 0 37px;
	border-bottom: 43px solid #333333;
}

.page-template-template-page-contact .map-wrap{
	margin-top: 0;
}

.page-template-template-page-contact{
	padding-top: 127px;
}

.page-template-template-page-contact .shadow{
	display: none;
}

.page-template-template-page-contact .contact-page-wrapper{
	background-image: url('images/page-contact-bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 -15px;
	padding: 91px 15px 103px;
	background-size: cover;
}

.page-template-template-page-contact .contact-page-wrapper h1{
	color: #fff;
	margin-bottom: 12px;
	font-size: 30px;
	letter-spacing: 0px;
}

.page-template-template-page-contact .contact-page-wrapper ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-template-template-page-contact .contact-page-wrapper ul li{
	text-align: center;
	font-family: "Oswald-Medium", sans-serif;
}

.page-template-template-page-contact .contact-page-wrapper ul li.address {
	font-size: 18px;
	line-height: 18px;
	color: #fff;
}

.page-template-template-page-contact .contact-page-wrapper .email, 
.page-template-template-page-contact .contact-page-wrapper .phone a + a, 
.page-template-template-page-contact .contact-page-wrapper li + li {
	margin-top: 14px;
}

.page-template-template-page-contact .contact-page-wrapper .phone a {
	font-size: 33px;
	line-height: 30px;
	color: #fff;
	display: block;
	text-decoration: none;
}

.page-template-template-page-contact .contact-page-wrapper .email a {
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
}

.page-template-template-page-contact .contact-page-wrapper ul li a:hover{
	text-decoration: underline;
}

.portfolio-item .position-box {
	background-color: rgba(99, 100, 105, 0.7);
}

.portfolio-item .position-box .inside {
	position: absolute;
	bottom: 30px;
	left: 20px;
	right: 60px;
}

.portfolio-item .position-box .title{
	color: #fff;
	text-transform: none;
	font-family: "Oswald-Medium", sans-serif;
}

.portfolio-item:hover .position-box .title{
	color: #000;
}

.tax-portfolio {
	background-image: url(images/portfolio-taxonomy-bg.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 8%;
}

.single-equip .swiper-container{
	/* border-top:1px solid #646569;
	border-left:1px solid #646569;
	border-right:1px solid #646569; */
}


.single-equip .swiper-container img{
	
}

.single-equip .swiper-container .swiper-slide{
	line-height: 0;
	text-align: center; /* Add 04.06.2019*/
}

.single-equip .swiper-container .swiper-slide:before{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	/*border: 1px solid #646569; Add 04.06.2019*/
}

.single-equip .swiper-button-prev, .single-equip .swiper-container-rtl .swiper-button-next{
	background-image: url('images/arrow-left.png');
}

.single-equip .swiper-button-next, .single-equip .swiper-container-rtl .swiper-button-prev{
	background-image: url('images/arrow-right.png');
}

.single-equip .swiper-container .swiper-pagination{
	position: relative;
	bottom: 0;
	padding-top: 20px;
}

.single-equip .swiper-container .swiper-pagination-bullet-active {
	opacity: 1;
	background: #ed1c24 !important;
}

.single-equip .swiper-container .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background: #b1b1b4;
	opacity: 1;
}

.single-equip .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 12.5px;
}

.single-equip .swiper-container .swiper-button-prev, 
.single-equip .swiper-container .swiper-button-next{
	margin-top: -42px;
}

.equip-phone-wrqpper{
	margin-top: 87px;
	text-align: center;	
}

.equip-phone-wrqpper,
.equip-phone-wrqpper a{
	color: #646569;
	font-size: 36px;
	font-family: 'Oswald-Medium', sans-serif;
	line-height: 36px;
	text-decoration: none;
}

.equip-phone-wrqpper a:hover{
	text-decoration: underline;
}

/* .search-results article, */
/* .tax-equipment article{
	border: 1px solid #646569;
} */

span[style*="line-height"],
span[style*="text-indent"]{
	display: block;
}

.partner-logo-wrapper{
	/* padding: 0px 0 97px 0; */
}

.partner-slider-hoomepage-wrapper {
	padding: 65px 0 97px 0;
}

.partner-logo-wrapper .block-title{
	margin-bottom: 55px;
}

.partner-logo-wrapper .swiper-button-prev, .partner-logo-wrapper .swiper-container-rtl .swiper-button-next{
	background-image: url('images/arrow-left.png');
}

.partner-logo-wrapper .swiper-button-next, .partner-logo-wrapper .swiper-container-rtl .swiper-button-prev{
	background-image: url('images/arrow-right.png');
}

.partner-logo-wrapper .swiper-container .swiper-pagination{
	position: relative;
	bottom: 0;
	padding-top: 20px;
}

.partner-logo-wrapper .swiper-container .swiper-pagination-bullet-active {
	opacity: 1;
	background: #ed1c24 !important;
}

.partner-logo-wrapper .swiper-container .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background: #b1b1b4;
	opacity: 1;
}

.partner-logo-wrapper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 12.5px;
}

.partner-logo-wrapper .swiper-container .swiper-button-prev, 
.partner-logo-wrapper .swiper-container .swiper-button-next{
	margin-top: -42px;
}

.partner-logo-wrapper .swiper-container .swiper-wrapper{
}
.partner-logo-wrapper .swiper-container{
	padding: 0 36px;
	/* max-width: 850px;
	margin: 0 auto; */
}

.partner-logo-wrapper .swiper-container .swiper-slide{
	text-align: center;
	/* margin: 0 15px; */
}

.partner-logo-wrapper .swiper-container .swiper-button-prev{
	background-color: #ffffff;
	height: calc(100% - 41px);
	top: 0;
	margin: 0;
	left: 0;
} 

.partner-logo-wrapper .swiper-container .swiper-button-next{
	background-color: #ffffff;
	height: calc(100% - 41px);
	top: 0;
	margin: 0;
	right: 0;
}

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

.home-image-wrapper {
	min-height: 724px;
	position: relative;
	margin: 0 -15px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top; 
}

.home-image-wrapper .text-block {
	position: absolute;
	top: 113px;
	left: 104px;
	right: 0;
	max-width: 400px;
	margin: 0 auto;
	z-index: 1;
}

.home-image-wrapper .title{
	font-family: "Oswald", sans-serif;
	font-size: 56px;
	color: #ff0000;
	line-height: 60px;
	margin-bottom: 20px;
	letter-spacing: -2.8px;
	text-transform: uppercase;
	margin-left: -3px;
}

.home-image-wrapper .title span{
	display: block;
	color: #646569;
}

.home-image-wrapper .text{
	font-size: 16px;
	line-height: 20px;
	color: #000;
	letter-spacing: -0.4px;
	font-family: "Oswald", sans-serif;
}

.home-image-wrapper img{
	position: relative;
	z-index: 0;
}

.equipment-homepage-wrapper{
	padding-top: 60px;
}

.block-title{
	font-size: 35px;
	font-family: "Oswald-Medium", sans-serif;
	letter-spacing: 7px;
	color: rgb(100, 101, 105);
	line-height: 35px;
	text-align: center;	  
	margin-bottom: 40px;
}

.home-category-news-wrapper{
	padding: 63px 0 113px 0;
}

.home-category-news-wrapper .seemorenewsbtn-wrapper {
	margin-top: 48px;
}

.home-category-news-wrapper .block-title {
	margin-bottom: 69px;
}

.home-category-folio-wrapper{
	background-image: url('images/folio-home-bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	padding: 61px 0 113px 0;
}

.home-category-folio-wrapper .block-title{
	color: #fff;
	margin-bottom: 63px;
}

.seemorenewsbtn-wrapper{
	text-align: center;
	margin-top: 75px;
}

.seemorenewsbtn-wrapper a{
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	display: inline-block;
	background-color: #ff0000;
	font-size: 18px;
	line-height: 18px;
	font-family: "Oswald-Medium", sans-serif;
	color: #fff;
	padding: 12px 20px;
	border-radius: 100px;
	min-width: 250px;
	text-align: center;
	text-decoration: none;
}

.seemorenewsbtn-wrapper a:hover{
	background-color:rgba(220, 0, 0, 1);
	box-shadow: none;
}

.page-template-template-page-aboutus .map-wrap,
.page-template-template-page-service .map-wrap{
	margin-top: 0;
}

#service-block-one-wrapper {
	padding-top: 23px;
	padding-bottom: 80px;
}

#service-block-two-wrapper{
	background-image: url('images/bg-it.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 84px;
	padding-bottom: 125px;
	color: #fff;
	background-size: cover;
}


#service-block-one-wrapper .line-left:before,
#service-block-two-wrapper .line-left:before {
	left: 15px;
}

#service-block-one-wrapper .item-text-wrapper,
#service-block-two-wrapper .item-text-wrapper {
	padding-left: 20px;
}

.service-block-wrapper .top-wrapper {
	text-align: center;
}

.service-block-wrapper .top-wrapper img{
	margin-bottom: 25px;
}

.service-block-wrapper .title{
	font-family: "Oswald-Medium", sans-serif;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 3px;
}

.service-block-wrapper .after-title{
	font-family: "Oswald-Light", sans-serif;
	font-size: 16px;
	line-height: 22px;
}

.service-block-wrapper .text-after-wrapper {
	margin-top: 55px;
}

.service-block-wrapper .item-text-wrapper{
	margin-top: 68px;
	padding-left: 5px;
}

.service-block-wrapper .item-text-wrapper .num-wrapper {
	display: inline-block;
	font-size: 29px;
	color: #646569;
	font-family: "Oswald", sans-serif;
	border-top: 3px solid #646569;
	padding-top: 10px;
	margin-bottom: 30px;
	line-height: 30px;
}

.service-block-wrapper .item-text-wrapper .line-left{
	
}

.service-block-wrapper .line-left:before{
	content: '';
	width: 2px;
	height: calc(100% - 140px);
	background-color: #d0d0d2;
	position: absolute;
	display: block;
	left: 0px;
	top: 140px;
}

#mission-block-wrapper .item-text-wrapper .num-wrapper,
#service-block-two-wrapper .item-text-wrapper .num-wrapper{
	color: #fff;
	border-top-color: #fff;
}

#mission-block-wrapper {
	padding: 61px 0 68px;
	background-color: #646569;
	color: #fff;
}

#mission-block-wrapper .title {
	font-family: "Oswald-Medium", sans-serif;
	font-size: 35px;
	line-height: 32px;
	margin-bottom: 0;
	letter-spacing: 7px;
}

#mission-block-wrapper .text-wrapper {
	font-size: 18px;
}

#aboutus-block-wrapper{
	background-image: url('images/aboutus-page-bg.jpg');
	background-repeat: no-repeat;
	background-position: center -60px;
	padding: 65px 0 98px;
}

#aboutus-block-wrapper h1{
	margin-bottom: 16px;
}

#aboutus-block-wrapper .image-wrapper{
	text-align: center;
}

#aboutus-block-wrapper .block_after_title_aboutus {
	font-size: 18px;
	font-family: "Oswald", sans-serif;
	margin-bottom: 27px;
}

#aboutus-block-wrapper .item-text-wrapper .little-title-wrapper{
	font-size: 20px;
	color: #626368;
	font-family: "Oswald-Medium", sans-serif;
	margin-bottom: 3px;
}

#aboutus-block-wrapper .items-wrapper .item-text-wrapper{
	padding-bottom: 14px;
}

#aboutus-block-wrapper .items-wrapper + .items-wrapper .item-text-wrapper {
	border-top: 2px solid #b0b1b3;
	padding-top: 11px;
}

#aboutus-block-wrapper .items-wrapper:last-child .item-text-wrapper{
	padding-bottom: 0;
}

#aboutus-block-wrapper .nopadding {
	padding: 0;
}

.home #aboutus-block-wrapper {
	background-image: url(images/homebg-aboutus.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 124px 0 100px;
}

.home #aboutus-block-wrapper .title{
	font-size: 35px;
	margin: 0 0 30px 0;
	color: #636469;
	text-align: center;
	line-height: 37px;
	letter-spacing: 7px;
	font-family: "Oswald-Medium", sans-serif;
	font-weight: normal;
	margin-bottom: 16px;
}

#service-block-wrapper{
	background-color: #ebebeb;
	background-image: url('images/homebg-service.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	padding: 141px 0px 95px;
}

#service-block-wrapper .title{
	font-size: 35px;
	line-height: 35px;
	letter-spacing: 7px;
	font-family: "Oswald-Medium", sans-serif;
}

#service-block-wrapper .image-wrapper{
	text-align: center;
	margin-bottom: 27px;
	line-height: 0;
}

#service-block-wrapper .little-title-wrapper{
	font-size: 20px;
	font-family: "Oswald-Medium", sans-serif;
	margin-bottom: 26px;
	text-align: center;
}

#service-block-wrapper .see-all-link{
	margin-top: 24px;
	display: block;
	color: #ff0000;
	text-decoration: none;
	font-size: 18px;
	line-height: 18px;
	font-family: "Oswald-Medium", sans-serif;
	text-align: center;
}

#service-block-wrapper .see-all-link:after{
	content: '';
	display: inline-block;
	vertical-align: baseline;
	background-image: url(images/all-see.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 22px;
	height: 16px;
	margin-left: 10px;
	position: relative;
	top: 0.5px;
}

#service-block-wrapper .see-all-link:hover{
	color: rgba(220, 0, 0, 1);
}

#service-block-wrapper .item-text-wrapper {
	margin-top: 60px;
	padding-left: 0;
}

.search h1{
	margin-bottom: 18px;
}

.result-search-wrapper{
	font-size:18px;
	line-height: 18px;
	color: #636469;
	margin-bottom: 5px;
	text-align: center;
	font-family: "Oswald", sans-serif;
}

.result-search-wrapper span{
	color: #ff0000;
	position: relative;
}

.result-search-wrapper span:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 9px;
	background-image: url('images/quote.png');
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 2px;
}

.result-search-wrapper span:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 9px;
	background-image: url('images/quote.png');
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 2px;
}

.search-wrapper {
	/* display: none; */
	opacity: 0;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: -1;
	padding-top: 205px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.search-wrapper.active-search{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	/* display: block; */
	opacity: 1;
	z-index: 999;
}

.search-wrapper form{
	max-width: 980px;
	margin: 0 auto;
}

.search-form .search-field{
	border-bottom: 2px solid #636469;
	border-top: 0;
	border-left:0;
	border-right:0;
	height: 50px;
	border-radius: 0;
	width: 100%;
	padding: 10px 54px;
	font-family: "Oswald-Light", sans-serif;
	font-size: 12px;
	color: #636469;
}

.search-form .search-field:focus{
	outline: 0;
}

.search-form{
	position: relative;
}

.search-form .search-submit{
	background-image: url(images/search-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0;
	padding: 0;
	background-color: transparent;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.search-form .close-btn{
	background-image: url(images/close.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 24px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 13px;
	cursor: pointer;
}

.searchwp-live-search-results {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	min-height: inherit !important;
	outline: 0 !important;
	margin-top: -5px !important;
}

.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result p {
	font-size: 18px;
	padding: 18px 20px;
	margin: 0;
	border-bottom: 1px solid #636469;
}

.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a{
	text-decoration: none;
	color: #636469;
}

.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a:hover{
	color: #636469;
}

.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result:hover{
	background-color: #dddee0;
}

.site-header.sticky{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background-color: #fff;
	z-index: 99;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.main-navigation.hmenu{
	display: none;
}

.desktopburder{
	display: none;
}

.site-header.sticky .desktopburder{
	display: block;
	background-image: url(images/burger.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 58%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	cursor: pointer;
	-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}

.site-header.sticky .desktopburder.hide{
	display: none;
}

.mobile-menu{
	display: none;
	position: relative;
	z-index: 99;
}

.mobile-navigation{
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 0;
	padding: 84px 32px 16px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.mobile-navigation.active{
	opacity: 1;
	z-index: 9999;
	visibility: visible;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow-y: auto;
}

.mobile-menu .shadow {
	position: absolute;
	bottom: -66px;
	left: 0;
	right: 0;
	height: 66px;
	background-image: url(images/mshadow.png);
	background-repeat: repeat-x;
	background-position: center top;
}

.mobile-menu .search-btn{
	margin-top: 0;
	text-align: right;
}

.mobile-menu .mburger{
	/* background-image: url(images/mburger.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 36px;
	height: 32px; */
	cursor: pointer;
	text-align: right;
}

.mobile-menu .close-wraper{
    background-color: #fff;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 16px 32px 68px;
    text-align: right;
}
.mobile-menu .mclose{
	background-image: url(images/mclose.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 36px;
	height: 32px;
	cursor: pointer;
	display: inline-block;
	line-height: 0;
}

.mobile-navigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.mobile-navigation a:hover,
.mobile-navigation .current-menu-item a{
	color: #ff0000;
}

.mobile-navigation ul a{
	color: #646569;
	font-family: "Oswald", sans-serif;
	font-size: 61px;
	line-height: 60px;
	text-decoration: none;
	text-transform: uppercase;
}

.mobile-navigation li:not(:last-child){
	margin-bottom: 19px;
}


.all-wrapper{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
	max-width: 100%;
	/* -ms-flex-item-align: center!important;
	align-self: center!important; */
	padding-top: 140px;
}

.all-wrapper .qtranxs_widget ul{
	margin-top: 90px;
}

.all-wrapper .qtranxs_widget ul li{
	opacity: 1;
	margin-right: 10px;
}

.all-wrapper .qtranxs_widget ul li:last-child{
	margin-right: 0;
}

.all-wrapper .qtranxs_widget ul li:not(:last-child):after{
	content: "/";
	display: inline-block;
	font-size: 36px;
	line-height: 36px;
	position: relative;
	right: -7px;
	color: #7e7f83;
}

.all-wrapper .qtranxs_widget ul a{
	font-size: 36px;
	line-height: 36px;
	color: #7e7f83;
}

.all-wrapper .qtranxs_widget a:hover,
.all-wrapper .qtranxs_widget .active a{
	color: #ff3016;
}
.text-wrapper ul{
	margin-left: 0;
    padding-left: 20px;
}

.select2-container--default .select2-selection--single{
	outline: none!important;
}
.select2-container--open li[aria-selected="true"]{
	display: none;
}

.page-content-not.no-results.not-found {
    text-align: center;
    padding: 15px 0;
    border-top: 2px solid #626469;
    border-bottom: 1px solid #626469;
    margin-top: 5px;
}