/*!
Theme Name: HappyBaby
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: happybaby
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

HappyBaby is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

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

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

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

body {
	margin: 0;
}

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

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

/* 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;
}

/**
 * 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: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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;
	outline:none;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #00bcd4;
    text-decoration: none;
}

a:visited {
	color: #00bcd4;
    text-decoration: none;
}

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

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.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 {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation 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;
}

.post,
.page {
	margin: 0 0 1.5em;
	margin: 0 0;
}

.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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/******************/
body {
    margin: 0;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    color: #7d8a92;
}
#page{
	overflow-x:hidden;
}
.site-content{
	max-width: 1200px;
	width:100%;
	padding: 0 0;
	margin: 0 auto;
}
.top-menu{
	padding-top:10px;
}
#top_category_menu-menu{
	float:right;
	margin: 0 0;
	padding: 0 0;
	
}
#top_category_menu-menu li {
    position: relative;
    float: left;
    margin-left: 25px;
}
#top_category_menu-menu li:first-child {
    list-style-type: none;
}
.row{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	align-items: start;
}
.site-branding{
	margin-left: 0px;
}
.slogan-img{
	display: block;
	background: url(images/centr.png) 0 0 no-repeat;
	width: 725px;
	height:113px;
	margin-right:0;
	margin-left:auto;
}
.top-phone{
	display:flex;
	flex-direction:column;
	margin-left:0;
	margin-top:30px;
}
.number{
	display: flex;
    flex-direction: column;
}
.top-phone a {
	color: #000;
    font-size: 26px;
	line-height: 1.2em;
	margin-bottom:5px;
	text-align:right;
}
.top-phone a .flaticon-phone370{
	transform:translateX(0);
	color: #e0e0e0;
	font-size:24px;
	display:inline-block;
	
}
.top-phone a .flaticon-phone370:before{
	font-size: 38px;
	margin-left:0;
}
a[href="#contact_form_pop"]{
	font-size: 20px;
	text-align:right;
	color: #00bcd4;
}
.header-menu{
	height: 60px;
    background-color: #00bcd4;
    position: relative;
    margin-top: 20px;
    z-index: 100;
}
.header-menu .row{
	align-items:center;
}
#primary-menu{
	padding: 18px 30px 0;
}
.menu-toggle #primary-menu{
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.menu-toggle, .main-navigation.toggled ul{
	margin: 0 auto;
}
.menu-toggle{
	margin-top:10px;
	height:40px;
	width:200px;
	font-size:14px;
}
.menu-toggle:focus{
	outline:none;
}
.main-navigation.toggled ul ul li.focus > ul, .main-navigation.toggled ul ul li:hover > ul {
    left: auto!important; 
}
.main-navigation{
	width: auto;
}
.main-navigation ul:not(.sub-menu) > li {
    position: relative;
    float: left;
	margin-left: 30px;
	padding-bottom:20px;
}
.main-navigation ul:not(.sub-menu) >li:first-child {
    margin-left: 0!important;
}
.main-navigation ul>li>a{
	font: normal 16px/16px Roboto,sans-serif;
}
.main-navigation ul:not(.sub-menu) >li li>a:hover, .sub-menu li.current_page_item>a {
    background: #eff0f0;
    color: #363f45;
}
.main-navigation ul:not(.sub-menu) >li>a{
	padding-right: 23px;
	color: #c5f8ff;
	padding-right:0;
	font: normal 20px/20px Roboto,sans-serif;
}
.main-navigation ul:not(.sub-menu) >li>a:after{
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0px;
    background-color: #feea3a;
    -webkit-transition: height .4s;
    -moz-transition: height .4s;
    -o-transition: height .4s;
    transition: height .4s;
}

.main-navigation ul:not(.sub-menu) >li:hover>a:after {
    height: 7px;
}
.main-navigation ul >li .sub-menu{
	width: 200px;
    padding: 19px 0 18px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.15);
    box-shadow: 0 0 7px rgba(0,0,0,.15);
}
.main-navigation ul> li.menu-item-has-children:after {
	content: "\e06f";
    display: inline-block;
    font-size: 16px;
    position: absolute;
    font-family: flaticon;
    right: 0;
    transform: translatex(100%);
    top: 0;
    color: #c5f8ff;
}
.sub-menu li{
	display:block;
	padding: 0 0;
	font-size:14px;
}
.sub-menu a{
	padding: 7px 23px;
    border: none;
    color: #9ba5ac;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.current-menu-item a {
    color: #000 !important;
}
.main-navigation.toggled ul{
	background:#f2f2f2;
}
.main-navigation.toggled ul li{
	display:block;
	float:none;
	margin: 0 0;
	text-align:center;
}
.main-navigation.toggled ul li a{
	color:#444;
}
.search{
	/*margin-top:10px;*/
	margin-left: auto;
    margin-right: 0;
}
.search-field{
	float: left;
    width: 177px;
    height: 41px !important;
    margin: 0 !important;
    padding: 9px 10px;
    background-color: #fff !important;
    border: none!important;
	border-radius: 3px 0 0 3px!important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="submit"].search-submit{
    float: left;
    width: 93px;
    margin: 0;
    padding: 0;
    border: none;
    background: #feea3a;
    color: #374046;
    font-size: 18px;
    font-weight: 500;
    height: 41px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    -webkit-transition: background .4s,color .4s;
    -moz-transition: background .4s,color .4s;
    -o-transition: background .4s,color .4s;
    transition: background .4s,color .4s;
}
input[type="submit"].search-submit:hover {
    background: #374046;
    color: #feea3a;
    outline: none;
	cursor: pointer;
}
.caption h2{
	font-size: 45px;
	line-height:66px;
    font-weight:normal;
    color: #00bcd4;
    margin: 0;
	font-family: Roboto,sans-serif;
}
.caption h2 small{
	font-size:35px;
	display:block;
}
.metaslider .caption-wrap{
	background: none!important;
	bottom: 38%!important;
	margin: auto!important;
    left: -100%!important;
    right: -100%!important;
	max-width:1200px;
}
.service{
	align-items: stretch;
}
.content-inner, .team_manager .row, .footer-content, .content-area{
	align-items: start;
}
[class*=span] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
	width:100%;
}
.span3 {
    max-width: 270px;
}
.span4 {
    max-width: 370px;
}
.span6 {
    max-width: 570px;
}
.span8 {
    max-width: 770px;
	margin-left: 0;
    margin-right: auto;
}
.span9 {
    max-width: 870px;
}
.service-box{
	padding: 15px 20px 26px;
    margin: -30px 0 44px;
    border: none;
    background-color: #00bcd4;
    color: #b8f4fc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background .4s,color .4s;
    -moz-transition: background .4s,color .4s;
    -o-transition: background .4s,color .4s;
    transition: background .4s,color .4s;
    -webkit-box-shadow: 3px 3px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 3px 3px 10px rgba(0,0,0,.2);
    box-shadow: 3px 3px 10px rgba(0,0,0,.2);
	height:100%;
	position:relative;
	cursor:pointer;
}
.service-title{
	font-size: 34px;
    line-height: 1.2em;
    color: #fff;
    padding: 19px 0 10px;
	display: flex;
    align-items: center;
}
.service-title a{
	color: #fff!important;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}
.service-box:hover {
    background-color: #feea3a;
    color: #374046;
}
.service-text:hover{
	color: #374046;
}
[class*="icon"] i:before{
	font-size: 65px;
    line-height: 1em;
}
[class*="icon"] i{
	
	color: #feea3a;
}
[class*="icon"]:hover i{
	color: #00bcd4;
}
.service-box a{
	color: #b8f4fc;
}
.service-box:hover a{
	color: #374046;
}
.list.custom-list>ul, .list>ul {
    margin: 0;
	padding: 0 0;
}
.list.custom-list>ul li a {
    color: #374046;
    display: block;
    padding: 18.5px 33px;
    background-color: #f2f2f2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.15);
    -moz-box-shadow: 3px 3px 6px rgba(0,0,0,.15);
    box-shadow: 3px 3px 6px rgba(0,0,0,.15);
}
.list.custom-list>ul li {
    margin: 10px 0 0;
	padding: 0 0;
    font-size: 20px;
	padding: 0;
    border: none;
    background: 0 0;
    list-style-type: none;
}
.list.custom-list>ul li:first-child {
    margin-top: 0;
}
.row-inner{
	margin-left:-30px;
	align-items: start;
}
.list.check-list>ul li {
    font-size: 20px;
    line-height: 29px;
    position: relative;
    padding: 0 0 0 40px;
    margin: 0 0 20px;
	list-style-type: none;
}
.list.check-list>ul li:before {
    content: '\e048';
    font-size: 35px;
    font-family: Flaticon;
    color: #feea3a;
    margin: 0;
    width: auto;
    height: auto;
    position: absolute;
    left: -4px;
    top: 8px;
}
.list.check-list>ul li a {
    color: #00bcd4;
}
.content_box {
    padding: 42px 0 69px;
    background-color: #00bcd4;
    color: #c5f8ff;
	position:relative;
}
.content_box:before, .content_box:after {
    background-color: inherit;
	content: "";
    position: absolute;
    top: 0;
    width: 231%;
    height: 100%;
    z-index: -1;
}
.content_box:before {
    left: -230%;
}
.content_box:after {
    right: -230%;
}
.content_box .circle, .content_box .team-picture{
	border-color:transparent;
	background-color:transparent;
}
.content_box .team-title{
	padding: 16px 0 0;
    font-size: 20px;
    line-height: 1.2em;
    color: #feea3a;
	font-weight: normal;
	margin: 0px 0 5px 0!important;
}
.content_box .team-des-cont{
	margin-left:-80px;
	position:relative;
	margin-top:20px;
}
.content_box h2{
	text-align: center;
    color: #fff;
    margin: 0 0 33px;
	font: normal 34px/40px Roboto,sans-serif;
}
.content_box .team-des-cont:before {
    content: '“';
    font-size: 66px;
    display: inline-block;
    vertical-align: top;
    padding-right: 8px;
	line-height: 15px;
}
.btn-primary {
    font-weight: 500;
    background: #00bcd4;
    text-shadow: none;
    border: none;
    color: #c5f8ff !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.15);
    -moz-box-shadow: 3px 3px 6px rgba(0,0,0,.15);
    box-shadow: 3px 3px 6px rgba(0,0,0,.15);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #374046 !important;
    background: #feea3a;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.15);
    -moz-box-shadow: 3px 3px 6px rgba(0,0,0,.15);
    box-shadow: 3px 3px 6px rgba(0,0,0,.15);
}
.btn-primary.btn-large {
    font-size: 18px;
    padding: 9px 20px;
}
.btn-primary.btn-large, .btn-large {
    color: #374046 !important;
    background: #feea3a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #374046 !important;
    background: #feea3a;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.15);
    -moz-box-shadow: 3px 3px 6px rgba(0,0,0,.15);
    box-shadow: 3px 3px 6px rgba(0,0,0,.15);
}

#secondary .widget {
    padding: 30px 20px 61px 42px;
    margin-top: 104px;
    background-color: #f2f2f2;
    -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.15);
    -moz-box-shadow: 3px 3px 6px rgba(0,0,0,.15);
    box-shadow: 3px 3px 6px rgba(0,0,0,.15);
}
.team_manager .span8{
	margin-left:0;
	padding-top: 46px;
}
.team_manager .item-content{
	position: relative;
    margin-bottom: 35px;
    padding: 30px;
	border: none;
    background: #f2f2f2;
    font-style: normal;
    font-family: Roboto,sans-serif;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
    -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.15);
    -moz-box-shadow: 3px 3px 6px rgba(0,0,0,.15);
    box-shadow: 3px 3px 6px rgba(0,0,0,.15);
	display: flex;
	clear:both;
}
.team_manager .entry-header{
	background: transparent;
	margin-bottom:26px;
}
.team_manager .entry-header .entry-title{
	width:auto;
	float: none;
    font-size: 34px;
    line-height: 40px;
    margin: 0;
	color:#000;
}
.team_manager .entry-header:before, .team_manager .entry-header:after{
	display: none!important;
}
.team_manager #secondary{
	margin-top:-45px;
}
.team_manager h2 {
    font: normal 34px/40px Roboto,sans-serif;
    color: #374046;
}
.item-content .figure {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 3px 3px 8px rgba(0,0,0,.15);
    -moz-box-shadow: 3px 3px 8px rgba(0,0,0,.15);
    box-shadow: 3px 3px 8px rgba(0,0,0,.15);
	width:120px;
	height:120px;
	overflow:hidden;
	object-fit:contain;
	flex-shrink: 0;

}
.figure img{
	display: block;
    max-width: 100%;
    margin-left: auto!important;
    margin-right: auto!important;
	height:auto;
}
.item-content .entry-content{
	margin: 0 0 0 30px;
}
#secondary{
	margin: 0;
    padding: 0;
    align-self: start;
    margin-top: -25px;
}
#secondary h2 {
    font: normal 20px/24px Roboto,sans-serif;
    color: #00bcd4;
}
#secondary .widget ul {
    margin: 0;
	padding:0;
}
#secondary .widget ul li:first-child {
    margin-top: 0;
}
#secondary .widget ul li {
    list-style-type: none;
    font-size: 20px;
    line-height: 1.2em;
    position: relative;
    padding: 0 0 0 37px;
    margin-top: 25px;
}
#secondary .widget ul li:before {
    content: '\e048';
    font-size: 35px;
    font-family: Flaticon;
    color: #00bcd4;
    margin: 0;
    width: auto;
    height: auto;
    position: absolute;
    left: -4px;
    top: 0;
}
#secondarywidget ul li a {
    color: #374046;
}
.site-footer {
    border: none;
    position: relative;
    z-index: 100;
    padding: 20px 0;
    border-top: 1px solid #d9d9d9;
    background: #eee;
}
.b1 form, .b2 form {
    background: rgba(219, 238,244, 0.8);
    border: 1px solid #0370b5 !important;
    outline: 0px solid #b5cff4;
    text-align: center;
}
.b1 .description a, .b1 .red, .b2 .description a, .b2 .red {
    color: #ff0100;
}
.b1, .b2{
	margin-bottom:20px;
	clear:both;
}
.b1 ul {
    list-style: disc;
    list-style-position: inside;
}
.b1 li {
    font-style: italic;
    font-weight: bold;
    line-height: 1.5;
    font-size: 14px;
}
.b1 .description.zv {
    margin: 5px 0;
}
.b2 .red {
    font-weight: bold;
    font-size: 20px;
}

.b2 h2, .b2 .phone {
    font-family: times new roman;
    font-size: 16px;
    font-weight: bold;
}
.b2 .description.str {
    margin: 10px 0;
    font-weight: bold;
}
.entry-header{
	width:100%;
	padding: 18px 0 17px;
    background-color: #f7f6f6;
    position: relative;
    *zoom: 1;
}
.entry-header:before {
    content: '';
    background-color: inherit;
    width: 660%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    display: block !important;
    margin: 0 0 0 -330%;
    z-index: -1;
}

.entry-header .entry-title{
	float:left;
	font-size: 24.5px;
	font-weight:400;
    line-height: 1.2em;
    overflow: visible;
    margin: 0;
	color: #000;
	width:45%;
}
.breadcrumb__t{
	float: right;
    width: 45%;
    padding: 0;
	margin: 0 0;
    background-color: transparent;
    text-align: right;
}
.breadcrumb__t li {
    font-size: 20px;
    line-height: 1.2em;
    text-shadow: none;
    display: inline;
}
.breadcrumb__t li a {
    color: #374046;
}
.breadcrumb__t li.divider:after {
    content: ' / ';
    color: #374046;
    font: 20px/23px Roboto,sans-serif;
}
.breadcrumb__t li.active {
    color: #00bcd4;
}
.btn-primary {
	font-size: 18px;
    padding: 9px 20px;
    font-weight: 500;
    background: #00bcd4;
    text-shadow: none;
    border: none;
    color: #c5f8ff !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.15);
    -moz-box-shadow: 3px 3px 6px rgba(0,0,0,.15);
    box-shadow: 3px 3px 6px rgba(0,0,0,.15);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.excerpt{
	margin-bottom:30px;
}
.post-thumbnail{
	max-height:360px;
	width: 100%;
	height:100%;
	overflow:hidden;
	display:block;
	/*position:relative;
	padding: 34.37% 0 0 0;*/
}
.post-thumbnail img{
	display: block;
  max-width: 100%;
   /*max-height: 100%;
 position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;*/
}
.single-product  div[itemprop="description"]{
	padding: 0 0;
}
.single-product  div[itemprop="description"] h2{
	clear: none;
}
.single-product  .woocommerce-product-gallery{
	width:25%!important;
	text-align: left;
	margin: 0 20px 20px 0;
}
.woocommerce div.product div.summary {
	float:none!important;
    width: auto!important;
    display: inline;
    clear: right!important;
}
.post-list{
	margin: 0 0;
	padding: 0 0;
	margin-top:20px;
}
.post-list li {
    overflow: visible;
    padding: 0 !important;
    margin: 0 0 20px !important;
    font-size: 14px !important;
    line-height: 23px !important;
	list-style:none;
	display:flex;
}
.featured-thumbnail {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 5px 20px 10px 0;
	flex-shrink: 0;
}
.featured-thumbnail a {
    position: relative;
    display: block;
}
.post-list_h {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
	margin: 0 0 20px;
}
.post-list time {
    display: block;
}
.post-list .btn-primary{
	font-size:14px;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
	clear:both;
}
footer .extra-style {
    display: block;
    font-size: 24px;
    line-height: 1em;
    color: #00bcd4;
    padding: 3px 0 0;
    margin-bottom: 11px;
}
footer .extra-style i {
    color: #d9d9d9;
    padding-right: 11px;
    position: relative;
    top: 7px;
    margin: 0 0 0 -3px;
}
footer .extra-style i:before {
    font-size: 38px;
    margin: 0;
}
footer .extra-style br, footer .extra-style:first-of-type + br{
	display:none;
}
.copyright {
    padding: 17px 0 18px;
    border-top: 1px solid #d9d9d9;
    position: relative;
}
.footer-text {
    font-size: 14px;
    color: #94999c;
    float: left;
}
#text-2 ul{
	margin: 0 0;
	padding: 0 0;
}
.catalog li.product{
	width: 91%!important;
	float:none!important;
    min-height: 200px;
    background-color: #f5f5f5;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 20px 10px 0;
    position: relative;
    overflow: hidden;
	padding:10px 10px!important;
}

ul.products.catalog  li.product  img{
	float: left;
    width: 25%;
    min-width: 165px;
    margin: 10px;
	
}ul.products.catalog  li.product a.button{
	float:right;
	margin-right:1em;
}
.woocommerce-loop-product__title{
	clear: right;
	color: #00bcd4;
	text-align: left;
    padding: 15px;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}
.woocommerce-loop-product__title a{
	font-size:18px;
}
.woocommerce ul.products.catalog li.product strong{
	display:inline-block;
}
.flexslider{
	background:transparent!important;
	margin: 0 0!important;
	padding: 0 0!important;
	border: none!important;
}
.flex-direction-nav a:before{
	line-height:1;
}
.flexslider ul li {
    font-size: 14px !important;
    line-height: 23px !important;
    padding: 0 !important;
    
}
textarea, input[type=text],input[type=email],input[type=tel]{
	padding: 13.5px 19px;
    border-color: #f2f2f2;
    background-color: #f2f2f2;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
    -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.15);
    -moz-box-shadow: 3px 3px 6px rgba(0,0,0,.15);
    box-shadow: 3px 3px 6px rgba(0,0,0,.15);
	outline: none;
	border: 1px solid #ccc;
	margin-bottom: 11.5px;
}
span.wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-form textarea {
    padding: 13.5px 19px;
    line-height: 23px;
}
.wpcf7-form textarea {
    overflow: auto;
    margin: 0;
    padding: 6px 6px 7px;
    width: 100%;
    height: 200px;
    line-height: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    overflow: auto;
}
input[type=submit], input[type=reset] {
    font-size: 18px;
    text-transform: capitalize;
    height: 41px;
    padding: 0 20px;
}
.stb-review_box.stb-box h2{
	clear:right;
}
.yarpp-related h3 {
    font-weight: 700;
    padding: 0 0 5px;
    font-size: 125%;
    text-transform: capitalize;
    margin: 0;
    font: normal 20px/24px Roboto,sans-serif;
    color: #00bcd4;
}
.custom-shared {
    color: red;
    text-transform: capitalize;
    font-size: 16px;
}
#respond form .btn{
    font-size: 14px;
	font-family:Roboto,sans-serif;
    color: #7d8a92 !important;
    margin-top: 0;
    background: 0 0;
	border: none;
    padding: 0;
    height: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	font-weight: 500;
}
#respond  .flaticon-right244 {
	margin-left:10px;
	color: #00bcd4 !important;
}
#respond  .flaticon-right244:before{
	margin-left:5px;
}
#respond form .btn:focus{
	outline:none;
}
textarea {
    border-color: #f2f2f2 !important;
}
.comment {
    position: relative;
    margin: 0;
    padding: 0;
    background: 0 0;
    list-style-type: none;
    text-transform: none;
}
.comment-list {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.comment.bypostauthor .comment-body {
    background: #f2f2f2;
}
.comment .comment-body {
    margin-bottom: 52px;
    padding: 30px 20px 20px 21px;
    border: none;
    background: #f2f2f2;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.15);
    -moz-box-shadow: 3px 3px 6px rgba(0,0,0,.15);
    box-shadow: 3px 3px 6px rgba(0,0,0,.15);
}
.comment .comment-body {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 20px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    zoom: 1;
}
.comment-list ul.children {
    margin: 0 0 0 19px;
}
.wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.comment-author {
    margin: 0 18px 10px 0;
    max-width: 95px;
    overflow: visible;
    float: left;
}
.comment-author .author, .fn {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    width: 100%;
    padding: 13px 0 0;
    color: #00bcd4;
    word-wrap: normal;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}
.comment-author .avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 3px 3px 8px rgba(0,0,0,.15);
    -moz-box-shadow: 3px 3px 8px rgba(0,0,0,.15);
    box-shadow: 3px 3px 8px rgba(0,0,0,.15);
}
.comment-author .author, .fn {
    display: block;
    padding-top: 20px;
    width: 65px;
    text-align: left;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 16px;
}
.comment .comment-body .extra-wrap {
    padding: 4px 0 0;
}
.extra-wrap {
    overflow: hidden;
}
.reply {
    margin-left: 26px;
    font-size: 20px;
    line-height: 1.2em;
}
.reply {
    float: right;
    margin-left: 28px;
    font-size: 20px;
}
.reply .comment-reply-link {
    background: 0 0;
    padding: 0;
    color: #00bcd4;
}
.says{
	display:none;
}
.pagination__posts {
    margin: 0;
    text-align: center;
	margin-top:20px;
}
.pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
}
.pagination ul>li {
    display: inline;
}
.pagination__posts ul li a {
    color: #7d8a92;
    margin: 0 2px 4px;
    background: #f2f2f2;
    border: none !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.pagination ul>li:first-child>a, .pagination ul>li:first-child>span {
    border-left-width: 1px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}
.pagination__posts ul li a {
    color: #7d8a92;
    margin: 0 2px 4px;
    background: #f2f2f2;
    border: none !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.pagination ul>li>a, .pagination ul>li>span {
    float: left;
    padding: 4px 12px;
    line-height: 23px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
}
.pagination__posts ul .active span {
    margin: 0 2px 4px;
    color: #c5f8ff;
    background: #00bcd4;
    border: none !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}
.pagination__posts ul li a:hover, .pagination__posts ul li a:active, .pagination__posts ul li a:focus {
    color: #c5f8ff;
    background: #00bcd4;
}
.comment-meta {
    font-size: 20px;
    line-height: 1.2em;
    color: #374046;
    padding: 0;
}
.isStuck {
    margin-top: 0;
	display:block;
	width:100%;
}
.select-menu {
	display: none;
	border: 1px solid #DDD;
	background-color: #e4e4e4;
	width: 100%;
	height: 30px;
	padding: 5px;
	cursor: pointer;
	outline: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.select-menu option {
    padding: 5px;
    cursor: pointer;
}
.sf-sub-indicator{
	display: none;
}
.agree {display:none}

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

	.row {
		justify-content: start;
	}
	.sf-menu {
		display: none;
	}
	.select-menu {
		display: block;
		margin: 15px 0 0;
	}
	.select-menu {
		height: 33px;
	}
	.top-phone{
		margin-left:auto;
		margin-right:auto;
	}
	.main-navigation{
		width:100%;
	}
	#top_category_menu-menu{
		display:none;
	}
	.site-branding img{
		opacity:0;
	}
	.site-branding{
		background: url(images/logo_mobile.png) center center no-repeat;
		background-size: contain;
		min-height: 150px;
		width:100%;
	}
	.slogan-img{
		display:none;
	}
	.search{
		display:none;
	}
	.parallax-slider .flexslider .slides li{
		height: 500px!important;
	}
	.parallax-slider .flexslider .slides li img{
		height: 500px!important;
		width:auto;
	}
	.parallax-slider .flexslider .slides li img {
		height: 500px!important;
		width: auto;
		object-fit: cover;
		/* text-align: right; */
		margin-left: -100%!important;
	}
	.service .span4{
		margin-left:auto;
		margin-right:auto;
		margin-bottom:20px;
	}
	.entry-header .entry-title{
		float:none;
		width:100%;
	}
	.breadcrumb__t{
		float:none;
		width:100%;
		text-align:left;
	}
	.woocommerce #content div.product div.images{
		float:left;
	}
	.main-navigation.toggled{
		width:100%;
		text-align:left;
	}
	.main-navigation.toggled ul li a{
		text-align:left;
		margin: 0;
	}
	.main-navigation.toggled ul ul{
		margin: 0 0;
		margin-left:20px;
		border:none;
		background:transparent;
		box-shadow:none;
		position:relative;
		float:none;
		left:auto;
		top:auto;
		display:block;
	}
	.main-navigation.toggled ul ul li a:before {
		content: "\e0bb";
		font-family: Flaticon;
		font-size: 20px;
		font-style: normal;
		display:inline-block;
		position:absolute;
		left:0;
		
	}
	.main-navigation.toggled ul ul ul li a:before {
		content: "\e0bb\e0bb";
		font-family: Flaticon;
		font-size: 20px;
		font-style: normal;
		display:inline-block;
		position:absolute;
		left:-20px;
		
	}
	.main-navigation.toggled ul ul li{
		float:none;
		text-align:left;
	}
	.main-navigation.toggled ul ul ul{
		margin: 0 0;
		margin-left:20px;
		border:none;
		background:transparent;
		box-shadow:none;
		position:relative;
		float:none;
		left:auto;
		top:auto;
		display:block;
	}
	.main-navigation.toggled ul ul ul li{
		float:none;
		text-align:left;
	}
	.content-inner .span6{
		padding-right:10px;
	}
	.site-main{
		padding: 0 10px;
	}
}