/*
Theme Name: Twenty Seventeen
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, 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.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
*{
	font-family: 'Open Sans', sans-serif !important;
}
body {
	margin: 0;
	overflow-x:hidden; 
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

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

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

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

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

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

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

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

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

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

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

img {
	border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

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

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

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	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;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer: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,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
}

h2 {
	color: #666;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
}

h3 {
	color: #333;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
}

h4 {
	color: #333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
}

h5 {
	color: #767676;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

h6 {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

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

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.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: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}

/* Typography for Arabic Font */

html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ary"] body,
html[lang="ary"] button,
html[lang="ary"] input,
html[lang="ary"] select,
html[lang="ary"] textarea,
html[lang="azb"] body,
html[lang="azb"] button,
html[lang="azb"] input,
html[lang="azb"] select,
html[lang="azb"] textarea,
html[lang="fa-IR"] body,
html[lang="fa-IR"] button,
html[lang="fa-IR"] input,
html[lang="fa-IR"] select,
html[lang="fa-IR"] textarea,
html[lang="haz"] body,
html[lang="haz"] button,
html[lang="haz"] input,
html[lang="haz"] select,
html[lang="haz"] textarea,
html[lang="ps"] body,
html[lang="ps"] button,
html[lang="ps"] input,
html[lang="ps"] select,
html[lang="ps"] textarea,
html[lang="ur"] body,
html[lang="ur"] button,
html[lang="ur"] input,
html[lang="ur"] select,
html[lang="ur"] textarea {
	font-family: Tahoma, Arial, sans-serif;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ary"] h1,
html[lang="ary"] h2,
html[lang="ary"] h3,
html[lang="ary"] h4,
html[lang="ary"] h5,
html[lang="ary"] h6,
html[lang="azb"] h1,
html[lang="azb"] h2,
html[lang="azb"] h3,
html[lang="azb"] h4,
html[lang="azb"] h5,
html[lang="azb"] h6,
html[lang="fa-IR"] h1,
html[lang="fa-IR"] h2,
html[lang="fa-IR"] h3,
html[lang="fa-IR"] h4,
html[lang="fa-IR"] h5,
html[lang="fa-IR"] h6,
html[lang="haz"] h1,
html[lang="haz"] h2,
html[lang="haz"] h3,
html[lang="haz"] h4,
html[lang="haz"] h5,
html[lang="haz"] h6,
html[lang="ps"] h1,
html[lang="ps"] h2,
html[lang="ps"] h3,
html[lang="ps"] h4,
html[lang="ps"] h5,
html[lang="ps"] h6,
html[lang="ur"] h1,
html[lang="ur"] h2,
html[lang="ur"] h3,
html[lang="ur"] h4,
html[lang="ur"] h5,
html[lang="ur"] h6 {
	font-weight: 700;
}

/* Typography for Chinese Font */

html[lang^="zh-"] body,
html[lang^="zh-"] button,
html[lang^="zh-"] input,
html[lang^="zh-"] select,
html[lang^="zh-"] textarea {
	font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif;
}

html[lang^="zh-"] h1,
html[lang^="zh-"] h2,
html[lang^="zh-"] h3,
html[lang^="zh-"] h4,
html[lang^="zh-"] h5,
html[lang^="zh-"] h6 {
	font-weight: 700;
}

/* Typography for Cyrillic Font */

html[lang="bg-BG"] body,
html[lang="bg-BG"] button,
html[lang="bg-BG"] input,
html[lang="bg-BG"] select,
html[lang="bg-BG"] textarea,
html[lang="ru-RU"] body,
html[lang="ru-RU"] button,
html[lang="ru-RU"] input,
html[lang="ru-RU"] select,
html[lang="ru-RU"] textarea,
html[lang="uk"] body,
html[lang="uk"] button,
html[lang="uk"] input,
html[lang="uk"] select,
html[lang="uk"] textarea {
	font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}

html[lang="bg-BG"] h1,
html[lang="bg-BG"] h2,
html[lang="bg-BG"] h3,
html[lang="bg-BG"] h4,
html[lang="bg-BG"] h5,
html[lang="bg-BG"] h6,
html[lang="ru-RU"] h1,
html[lang="ru-RU"] h2,
html[lang="ru-RU"] h3,
html[lang="ru-RU"] h4,
html[lang="ru-RU"] h5,
html[lang="ru-RU"] h6,
html[lang="uk"] h1,
html[lang="uk"] h2,
html[lang="uk"] h3,
html[lang="uk"] h4,
html[lang="uk"] h5,
html[lang="uk"] h6 {
	font-weight: 700;
	line-height: 1.2;
}

/* Typography for Devanagari Font */

html[lang="bn-BD"] body,
html[lang="bn-BD"] button,
html[lang="bn-BD"] input,
html[lang="bn-BD"] select,
html[lang="bn-BD"] textarea,
html[lang="hi-IN"] body,
html[lang="hi-IN"] button,
html[lang="hi-IN"] input,
html[lang="hi-IN"] select,
html[lang="hi-IN"] textarea,
html[lang="mr-IN"] body,
html[lang="mr-IN"] button,
html[lang="mr-IN"] input,
html[lang="mr-IN"] select,
html[lang="mr-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="bn-BD"] h1,
html[lang="bn-BD"] h2,
html[lang="bn-BD"] h3,
html[lang="bn-BD"] h4,
html[lang="bn-BD"] h5,
html[lang="bn-BD"] h6,
html[lang="hi-IN"] h1,
html[lang="hi-IN"] h2,
html[lang="hi-IN"] h3,
html[lang="hi-IN"] h4,
html[lang="hi-IN"] h5,
html[lang="hi-IN"] h6,
html[lang="mr-IN"] h1,
html[lang="mr-IN"] h2,
html[lang="mr-IN"] h3,
html[lang="mr-IN"] h4,
html[lang="mr-IN"] h5,
html[lang="mr-IN"] h6 {
	font-weight: 700;
}

/* Typography for Greek Font */

html[lang="el"] body,
html[lang="el"] button,
html[lang="el"] input,
html[lang="el"] select,
html[lang="el"] textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="el"] h1,
html[lang="el"] h2,
html[lang="el"] h3,
html[lang="el"] h4,
html[lang="el"] h5,
html[lang="el"] h6 {
	font-weight: 700;
	line-height: 1.3;
}

/* Typography for Gujarati Font */

html[lang="gu-IN"] body,
html[lang="gu-IN"] button,
html[lang="gu-IN"] input,
html[lang="gu-IN"] select,
html[lang="gu-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="gu-IN"] h1,
html[lang="gu-IN"] h2,
html[lang="gu-IN"] h3,
html[lang="gu-IN"] h4,
html[lang="gu-IN"] h5,
html[lang="gu-IN"] h6 {
	font-weight: 700;
}

/* Typography for Hebrew Font */

html[lang="he-IL"] body,
html[lang="he-IL"] button,
html[lang="he-IL"] input,
html[lang="he-IL"] select,
html[lang="he-IL"] textarea {
	font-family: "Arial Hebrew", Arial, sans-serif;
}

html[lang="he-IL"] h1,
html[lang="he-IL"] h2,
html[lang="he-IL"] h3,
html[lang="he-IL"] h4,
html[lang="he-IL"] h5,
html[lang="he-IL"] h6 {
	font-weight: 700;
}

/* Typography for Japanese Font */

html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
	font-weight: 700;
}

/* Typography for Korean font */

html[lang="ko-KR"] body,
html[lang="ko-KR"] button,
html[lang="ko-KR"] input,
html[lang="ko-KR"] select,
html[lang="ko-KR"] textarea {
	font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
}

html[lang="ko-KR"] h1,
html[lang="ko-KR"] h2,
html[lang="ko-KR"] h3,
html[lang="ko-KR"] h4,
html[lang="ko-KR"] h5,
html[lang="ko-KR"] h6 {
	font-weight: 600;
}

/* Typography for Thai Font */

html[lang="th"] h1,
html[lang="th"] h2,
html[lang="th"] h3,
html[lang="th"] h4,
html[lang="th"] h5,
html[lang="th"] h6 {
	line-height: 1.65;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="th"] body,
html[lang="th"] button,
html[lang="th"] input,
html[lang="th"] select,
html[lang="th"] textarea {
	line-height: 1.8;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Remove letter-spacing for all non-latin alphabets */

html[lang="ar"] *,
html[lang="ary"] *,
html[lang="azb"] *,
html[lang="haz"] *,
html[lang="ps"] *,
html[lang^="zh-"] *,
html[lang="bg-BG"] *,
html[lang="ru-RU"] *,
html[lang="uk"] *,
html[lang="bn-BD"] *,
html[lang="hi-IN"] *,
html[lang="mr-IN"] *,
html[lang="el"] *,
html[lang="gu-IN"] *,
html[lang="he-IL"] *,
html[lang="ja"] *,
html[lang="ko-KR"] *,
html[lang="th"] * {
	letter-spacing: 0 !important;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

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;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;
	font-size:14px;
}

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: #222;
	border-color: #333;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 2em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #767676;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

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

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

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

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	color: #000;
	outline: 0;
}

/* Hover effects */

.entry-content a,
.entry-summary a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
	-webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-title a,
.entry-meta a,
.page-links a,
.page-links a .page-number,
.entry-footer a,
.entry-footer .cat-links a,
.entry-footer .tags-links a,
.edit-link a,
.post-navigation a,
.logged-in-as a,
.comment-navigation a,
.comment-metadata a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
a .nav-title,
.pagination a,
.comments-pagination a,
.site-info a,
.widget .widget-title a,
.widget ul li a,
.site-footer .widget-area ul li a,
.site-footer .widget-area ul li a {
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	text-decoration: none;
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
}

/* Fixes linked images */
.entry-content a img,
.widget a img {
	-webkit-box-shadow: 0 0 0 8px #fff;
	box-shadow: 0 0 0 8px #fff;
}

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
	color: #222;
}

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/

.post-thumbnail {
	margin-bottom: 1em;
}

.post-thumbnail a img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
	opacity: 0.7;
}
/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

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

#page {
	position: relative;
	word-wrap: break-word;
}

.wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	padding-left: 2em;
	padding-right: 2em;
}

.wrap:after {
	clear: both;
	content: "";
	display: block;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/
.site-content-contain{
	margin-top: 100px;
}
#masthead{
	transition: all 0.4s ease 0s;
}
.fixede{
	
}
.site-header.fixede .logo img{
	padding: 24px 0;
	margin:0;
	transition: all 0.4s ease 0s;
}
.site-header.fixede .logo img{
	width:200px;
	transition: all 0.4s ease 0s;
}
.site-header.fixede .nav > li > a{
	padding-top: 29px;
	padding-bottom: 29px;
	transition: all 0.4s ease 0s;
}
.logo{
	display: block;
	float: left;
	transition: all 0.4s ease 0s;
}
.logo img{
	padding: 34px 0;
	width: 220px;
	max-width: 100%;
}
#navbar{
	float: right;
}
.nav > li >  a{
	font-size: 14px;
	font-weight: 700;
	color: #545789;
	padding: 39px;
}
.nav > li  a,
.sub-itens a{
	font-size: 14px;
	font-weight: 700;
	color: #545789;
}
li.active a{
    color: #7c98ff;
}
.nav > li  a:hover,
.nav > li  a:active,
.nav > li  a:focus{
	color: #7c98ff;
    background: transparent;
}
.nav .open > a, 
.nav .open > a:focus, 
.nav .open > a:hover{
	background: #eaeaea;
}
li{
	list-style: none;
}
.dropdown-menu{
	min-width: 1098px;
	padding-left: 30px;
	float: none;
	left: -312px;
}
a.menu-title,
.sub-itens a{
	color: #555555 !important;
}
a.menu-title{
	display: block;
	margin-bottom: 3px;
}
.sub-itens a{
	font-weight: 400 !important;
}
.sub-itens li:BEFORE,
footer .bloco-1 li:BEFORE{
	content: '>';
	color: #545789;
	margin-right: 12px;
	font-size: 16px;
	font-weight: 900; 
}
.caret-seta-bottom{
	background: var(--wpr-bg-a5eb4628-7283-48d5-982c-3c88526ebbd2)no-repeat center center;
	width: 8px;
	height: 5px;
	border: none;
	margin-left: 15px;
	}	
.dropdown-menu{
	background: #eaeaea;
	padding-top: 0;
	padding-bottom: 0;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top-color:#143a47; 
}
.dropdown-menu > ul{
	margin-right: 37px;
	margin-top: 55px;
}
.menu-right{
	float: right;
	width: 282px;
	height: 282px;
	line-height:282px;
	text-align: center;
	background: #fff;
}
.menu-right{
	vertical-align: middle;
}
li.ico-busca a{
	padding-left: 0;
	padding-right: 0;
}
li.ico-busca a:hover{
	background: transparent;
}
.bx-wrapper .bx-loading { 
	display:none;
 }
.bx-wrapper .bx-viewport{
	border: none;
	box-shadow:none;
}
.fora-texto-banner{
	position: absolute;
	width: 100%;
	top:32%;
}
.fora-texto-banner h1{
	font-size: 40px;
	color: #fff;
	font-weight: 900;
	margin-left: 62px;
}
.fora-texto-banner p{
	margin: 0;
	line-height: 1;
}
.bx-pager-link{
	background: var(--wpr-bg-a8c99c56-3e03-41b5-a70c-a6784148596a)no-repeat center center !important;
	width: 13px !important;
	height: 13px !important;
}
.bx-pager.bx-default-pager{
	 margin-top: -93px;
	 position: relative;
}
.bx-pager-link.active{
	background: var(--wpr-bg-d7daa849-768b-48df-b7d5-6ca4307675de)no-repeat center center !important;
}
.bx-wrapper .bx-prev{
	background: var(--wpr-bg-7e369e25-83ad-42c0-81a9-8cad8e71de49)no-repeat center center !important;
	width: 20px !important;
	height:33px !important;
	left: 3% !important;
	margin-top: 0 !important;
}
.bx-wrapper .bx-next{
	background: var(--wpr-bg-4de3bbac-1387-4d1c-b36e-31f9aa491556)no-repeat center center !important;
	width: 20px !important;
	height:33px !important;
	right: 3% !important;
	margin-top: 0 !important;
}
.bx-wrapper .bx-controls-direction a{
	z-index: 2;
}
/*.bxslider img{
	min-height: 450px;
}
.bx-wrapper img{
	max-width: inherit !important;
}*/
.bxslider img{
	display: inline-block;
    height: auto;
    vertical-align: middle;
    max-width: inherit !important;
    width: 100% !important;
}
.bx-wrapper .bx-viewport{
	left: 0;
}
.conteudo-baixo-banner{
	background: #f0f0f0;
	padding-bottom: 60px;
}
.item{
	margin-top: 30px;
}
.item h2{
	margin-top: 4px;
 	margin-bottom: 21px;
}
.item h2 a,
.bg-financie-home h2,
.bloco-4 h2{
	font-size: 30px;
	font-weight: 900;
	color: #545789;
}
.item h2 a:hover{
	text-decoration: none !important;
}
.item h2 a{
	line-height: 1.2;
}
.item .description p,
.bg-financie-home p{
	font-size: 14px;
	color: #777777;	
 	margin-bottom: 23px;
}
.fora-img img{
	width: 100%;
}
.btn,
.wpcf7-submit,
.wysija-submit{
	font-size: 15px !important;
	font-weight: 700 !important;
	padding: 15px 25px !important;
	border-radius: 10px !important;
}
.btn-azul,
.wysija-submit,
.wysija-submit:hover,
.pg-contato .btn:hover,
.wpcf7-submit,
.wpcf7-submit:hover{
	background: var(--wpr-bg-6b3a38f2-2322-4d31-bff1-f67652a4ed63) repeat-x center center / cover !important;
	color: #fff !important;
}
.fora-botoes .btn-azul{
	background: var(--wpr-bg-9c17163d-1bb5-481f-b571-d0540954f46c) repeat-x center center / cover !important;
}
.pg-contato .btn:hover{
	border-color: #f0f0f0;
}
.wysija-submit{
	width: 100%;
}
.btn-azul:hover{
	color: #fff;
}
.bg-solucoes-home .left{
	width: 36%;
	float: left;
	background: #272b62;
}
.bg-solucoes-home .right{
	width: 62%;
	float: left;
	background: #ffffff;
}
.bg-solucoes-home h2{
	font-size: 30px;
	font-weight: 900;
	margin-top: 91px;
	margin-left: 15px;
}
.bg-solucoes-home .left h2{
	color: #fff;
}
.bg-solucoes-home .right h2{
	color: #545789;
	text-align: right;
}
.bg-solucoes-home p{
	font-size: 14px;
	color: #cccccc;
	margin-left: 15px;
}
.bg-solucoes-home .right p{
	color: #777;
	text-align: right;
}
.bg-financie-home{
	padding-bottom: 125px;
}
.sub-itens-solucoes{
	margin-left: 94px;
    margin-top: 88px;
}
.sub-itens-solucoes a{
	color: #777;
}
.sub-itens-solucoes a,
.sub-itens-solucoes li:before{
	font-size: 16px;
	font-weight: 700 !important;
}
.btn-transparent,
.btn-transparent:hover{
	background: transparent !impoprtant;
	border: solid 3px #5c5cff;
	color: #5c5cff;
	font-size: 16px;
	float: right;
}
.pg-contato .btn-active{
	background: var(--wpr-bg-68bd9768-e32d-4c2e-86fc-a2b7677c59ff) repeat-x center center / cover !important;
	color: #fff;
	border: none;
}
.clear{
	clear: both;
}
.chama-contato-home{
	font-size: 14px;
	color: #777777;
	font-weight: 700;
	float: right;
	margin-top: 29px;
	margin-bottom: 145px;
}
.chama-contato-home:hover{
	color: #7c98ff !important;
}
.chama-contato-home b{
	color: #7c98ff;
	font-weight: 700;
}
.bg-solucoes-home-baixo .left{
	/*background: url(../../../../../../themes/metalnorte/images/bg-solucoes-home-baixo.jpg)no-repeat center center;*/
	height: 400px;
}
.bg-solucoes-home-baixo h2,
.bg-solucoes-home-baixo p{
	text-align: left !important;
	margin-left: 94px;
}
.bg-solucoes-home-baixo .btn-azul{
	margin-left: 94px;
}
.icon-top{
	height: 70px;
	display: table;
    height: 70px;
    width: 100%;
    margin-top: 134px;
}
.icon-top-financie{
	background: var(--wpr-bg-6747b0ee-822c-4541-9e09-e9a6045a8e30)no-repeat left center;
}
.icon-top-assistencia-tecnica{
	background: var(--wpr-bg-034a2dba-d596-4c8d-bcec-b1af2e818649)no-repeat left center;
}
.icon-top-produtividade{
	background: var(--wpr-bg-7f83f95a-d421-4137-941c-628b66eaa429)no-repeat left center;
}
.bg-entre-em-contato-home{
	background: var(--wpr-bg-6af85fcb-9e71-4279-8653-6c7d873241b8)no-repeat center center / cover;
	margin-bottom: 81px;
}
#bg-solucoes-home-baixo,
#bg-solucoes-home-baixo .right{
	background: #f0f0f0;
}
.bg-entre-em-contato-home h2{
	font-size: 30px;
	color: #fff;
	font-weight: 900;
	text-align: center;
	margin-top: 111px;
}
.fora-botoes{
	display: table;
	margin: 0 auto;
	margin-bottom: 118px;
}
.bg-entre-em-contato-home p{
	font-size: 14px;
	color: #cccccc;
	text-align: center;
	margin-bottom: 32px;
}
.bg-entre-em-contato-home p a{
	color:#7c98ff;
}
.bg-entre-em-contato-home .btn-azul{
	margin-right: 40px;
}
h2{
	font-weight: 900;
}
footer h2{
	font-size: 20px;
}
footer .bloco-1 li a,
footer .menu-title,
footer .sub-itens li a,
aside .menu-title,
aside .sub-itens li a{
	font-weight: 700 !important;
	font-size: 14px;
	color: #777777;
}
aside .sub-itens li a {
	font-weight: 400 !important;
}
footer .sub-itens li:BEFORE,
footer .bloco-1 li:BEFORE {
	font-weight: 700 !important;	
	font-size: 14px;
}
.selos img{
	display: table;
	margin: 0 auto;
	margin-bottom: 30px;
}
.last-block p,
.last-block a{
	font-size: 14px;
 	text-align: right;
}
.last-block p{
	margin-top: 31px;
}
.last-block h2{
	text-align: right;
	margin: 0;
	margin-top: -5px;
	padding: 0;
}
.last-block a{
	float: right;
}
.bottom-footer{
	background: #f0f0f0;
	padding: 14px 0;
	margin-top: 70px;
}
.fora-bloco-1 h2,
.fora-bloco-3 h2{
	font-size: 30px;
	color: #fff;
	margin: 0;
	padding: 170px 0;
	text-align: center;
}
.bloco-texto p,
.bloco-4 p{
	font-size: 14px;
	color: #777777;
}
.bloco-texto p:FIRST-CHILD{
	margin-top: 100px;
}
.bloco-texto p:LAST-CHILD{
	margin-bottom: 100px;
}
.fora-img-prod-empresa{
	margin-top: 90px;
	margin-bottom: 100px;
}
.fora-img-prod-empresa img {
	width: 100%;	
}
.bloco-4 h2{
	margin-top: 142px;
	margin-bottom: 18px;
}
.bloco-4 p{
	margin-bottom: 21px;
}
.list-taxonomies{
	background: #f0f0f0;
}
#breadcrumbs{
    list-style:none;
    margin:0;
    overflow:hidden;
    margin-top: 50px;
    margin-bottom:45px !important;
    margin-bottom: 15px;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
}
.breadcrumbs li a{
	font-size: 30px;
	color: #545789;
}
.menu-right img{
	width: 100%;
}
.fixed {
    position: fixed;
    top:0; left:0;
    width: 100%; 
    z-index: 999;
	background: #FFF;
 }
.item-current strong{
	font-size: 30px;
	font-weight: 700;
	color: #545789;
}
#breadcrumbs .separator{
    font-size:30px;
    font-weight:400;
    color: #545789;
}
aside{
	border-top:solid 3px #3333ff;
	padding-top: 24px;
}
.item-prod > div{
	background: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.fora-image-prod{
	border-bottom: solid 1px #dddddd;
}
aside .sub-itens li a{
	color: #555 !important;
}
.sub-itens a:HOVER{
	color: #7c98ff !important;
	text-decoration: none;
}
.item-prod h2{
	margin-top: 25px;
	margin-bottom: 3px;
	margin-left: 30px;
	margin-right: 30px;
}
.fora-image-prod{
	text-align: center;
}
.item-prod h2 a{
	font-size: 20px;
	color: #555555;
}
.item-prod h3{
	font-size: 14px;
	color: #555555;
	font-weight: 400;
	padding: 0;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 24px;
}
.item-prod .btn-azul{
	width: 100%;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}
.bloco-produtos{
	margin-bottom: 90px;
}
#wpsimplegallery_container .bx-controls .bx-pager{
	display: none;
}
.active_sl{
	display: block !important;
}
.fora-img-view  li > div{
	height: 419px;
	display: table;
}
.fora-img-view  li > div > div{
	display: table-cell;
	vertical-align: middle;
}
.fora-img-view  li div img{
	vertical-align: middle;
}
.fora-carroussel .bx-default-pager{
	display: none;
}
.fora-carroussel{
	width: 359px;
}
.item_galeria{
	border: solid 1px #cccccc;
	height: 108px;
	cursor: pointer;
}
.item_galeria.item_sel{
	border: solid #7c98ff 3px;
}
.item_galeria img{
	width: auto !important;
	height: 100% !important;
	max-width:inherit !important;
}
.paisagem {
    height: 108px;
    overflow: hidden;
}
.inner {
    display: inline-block;
    position: relative;
    right: -50%;
}
.paisagem img {
    height: 108px !important;
    left: -50%;
    max-width: inherit !important;
    position: relative;
    width: auto !important;
}
.fora-carroussel .flex-direction-nav .flex-prev{
	background: var(--wpr-bg-f18da962-8ccb-4f5c-9276-a60304eeda57)no-repeat 0px -27px !important;
	left: 363px !important;
	top: 37px !important;
	color: #fff;
	display: block !important;
	opacity:1 !important;
}
.flex-direction-nav a{
	opacity:1 !important;
}
.fora-carroussel .flex-direction-nav .flex-next{
	background: var(--wpr-bg-942ba455-e683-4430-bbee-75bff8d8a5a5)no-repeat 0px 11px !important;
	right: -54px !important;
	top: 70px !important;
	display: block !important;
	opacity:1 !important;
}
.flex-direction-nav a::before{
	content:'';
}
.flex-direction-nav .flex-disabled{
	opacity:1 !important;
}
.flex-direction-nav a::before{
	opacity:0 !important;
}
.fora-carroussel{
	margin-top: 30px;
}
.right-view h2{
	font-size: 30px;
	color: #555555;
	font-weight: 900;
	margin-bottom: 0;
	margin-top: 56px;
}
.right-view .btn{
	width: 100%;
}
.right-view h3{
	padding: 0;
	font-size: 20px;
	color: #555555;
	font-weight: 400;
	margin-top: 3px;
}
#carousel .flex-active-slide{
	border: solid 3px #7c98ff !important;
}
.descricao-view p,
.descricao-prod p{
	font-size: 14px;
	color: #555555;
	margin-bottom: 1px;
}
.descricao-view p:before{
	content: '>';
	color: #7c98ff;
	margin-right: 13px;
	font-weight: 700;
}
.right-view .btn.btn-azul{
	margin-top: 21px;
}
.fora-video{
	height: 420px;
 	display: table;
    width: 100%;
}
.fora-player{
	display: table-cell;
	vertical-align: middle;
}
.fora-player a{
	display: table;
    margin: 0 auto;
    cursor: pointer;
}
.fora-player p{
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	margin: 0;
	margin-top: 16px;
	font-weight: 700;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);
}
.orcamento-baixo p{
	font-size: 20px;
	color: #555;
	font-weight: 900;
	margin-top: 52px;
}
.orcamento-baixo .btn{
	width: 100%;
	margin-top: 45px;
	margin-bottom: 30px;
}
.bloco-relacionados{
	background: #f0f0f0;
	padding-top: 67px;
	padding-bottom: 60px;
}
#related_posts h2.titulo-related{
	font-size: 30px;
	color: #545789;
	font-weight: 900;
	margin-bottom: 50px;
	margin-left: 15px;
}
.modal-content{
	background: #545789;
	padding:64px;
	border-radius:0;
}
.modal-content-video{
	padding: 0;
}
.modal-content h2{
	font-size: 30px;
	color: #fff;
	text-align: center;
}
.modal-body{
	padding-left: 30px;
	padding-right: 30px;
}
.wysija-paragraph{
	margin-bottom: 10px;
}
.wysija-paragraph input,
.modal-body input
{
	font-size: 14px;
	color: #777777;
	border-radius: 10px;
	padding:15px 30px;
}
.pg-contato{
	background: #f0f0f0;
	padding-top: 50px;
}
.pg-contato h2{
	font-size: 30px;
	color: #545789;
	font-weight: 900;
	margin-bottom: 20px;
}
.pg-contato p,
.pg-contato a.email{
	font-size: 14px;
	color: #777;
}
.pg-contato p{
	margin-bottom: 24px;
}
.pg-contato a.abrir-map{
	font-size: 14px;
	font-weight: 700;
	color: #7c98ff;
}
.pg-contato .tel{
	color:#777777;
	font-size: 30px;
	font-weight: 900;
	margin-top: 30px;
  	margin-bottom: -5px;
}
.pg-contato .btn,
.wpcf7-submit
{
	width: 100%;
	margin-bottom: 10px;
}
.wpcf7-submit{
 	margin-bottom: -7px;
}
.pg-contato input[type="email"],
.pg-contato input[type="text"],
.pg-contato input[type="tel"],
.pg-contato textarea,
.tipo-problema select{
	font-size: 14px;
	color: #777;
	padding:13px 30px;
	-webkit-box-shadow: inset -1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    inset -1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         inset -1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	border: none;
}
#wpcf7-f55-o1 ::-webkit-input-placeholder { /* Edge */
 
}

#wpcf7-f55-o1 :-ms-input-placeholder { /* Internet Explorer 10-11 */

}

#wpcf7-f55-o1 ::placeholder {
 
}
.whatsapp-tec ::placeholder,
.n-serie-tec ::placeholder{
	
}
.tipo-problema select{
	width: 100%;
	color: #444;
}
.right-contato h2{
	margin-top: -10px;
}
.pg-contato a.abrir-map:before{
	content:url(../../../../../../themes/metalnorte/images/ico-map.png);
	margin-right: 10px;
}
p.endereco{
	margin-bottom: 29px;
}
h1, h2, h3, h4, h5, h6{
	line-height: 1;
}
.campo-busca{
	font-size: 40px;
	color: #fff !important;
	font-weight: 900;
	background: transparent !important;
	padding: 0;
	height: inherit !important;
	border: none !important;
	box-shadow:none !important;
}
.busca ::-webkit-input-placeholder {
   color: #fff;
}

.busca :-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

.busca ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}
/*Mapa*/
#map {
    display: none;
    margin-top: 8px;
    margin-bottom: 154px;
}

#map .state {
    cursor: pointer;
    text-decoration: none;
}

#map .state .shape {
    cursor: pointer;
    -width: 0;
}

#map .state .label_icon_state {
    fill: #fff;
    font-family: Arial;
    font-size: 11px;
    line-height: 12px;
    font-weight: normal;
}

#map .state .label_state {
    display: none;
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}

#map .state:hover .label_state,
#map .state.hover .label_state {
    display: block;
}

#map .model-green .state .shape {
    fill: #7c98ff;
}

#map .model-green .state .icon_state {
    fill: #272b62;
    display: none;
}

#map .model-green .state .label_icon_state{
    fill: #272b62;
   /* display: none;*/
}
#map .model-green .state:hover .label_icon_state,
.state-active .label_icon_state{
	 fill: #fff !important;
}
#state_df:hover .label_icon_state{
	fill: #272b62;
}
#map .model-green .state .label_state {
    fill: #666;
    display: none;
}

#map .model-green .state:hover .shape,
#map .model-green .state.hover .shape,
.state-active .shape {
    fill: #272b62 !important;
}

#map .model-green .state:hover .icon_state,
#map .model-green .state.hover .icon_state {
    fill: #5a95ce;
}

#map .model-orange .state .shape {
    fill: #fd7132;
}

#map .model-orange .state .icon_state {
    fill: #6cb361;
}

#map .model-orange .state .label_icon_state {
    fill: #fff;
}

#map .model-orange .state .label_state {
    fill: #666;
}

#map .model-orange .state:hover .shape,
#map .model-orange .state.hover .shape {
    fill: #c93f04;
}

#map .model-orange .state:hover .icon_state,
#map .model-orange .state.hover .icon_state {
    fill: #10592f;
}

#map .model-darkgreen .state .shape {
    fill: #366823;
}

#map .model-darkgreen .state .icon_state {
    fill: #2779c6;
}

#map .model-darkgreen .state .label_icon_state {
    fill: #fff;
}

#map .model-darkgreen .state .label_state {
    fill: #666;
}

#map .model-darkgreen .state:hover .shape,
#map .model-darkgreen .state.hover .shape {
    fill: #4a8c31;
}

#map .model-darkgreen .state:hover .icon_state,
#map .model-darkgreen .state.hover .icon_state {
    fill: #5a95ce;
}
/*fim mapa*/
.item-prod{
	margin-bottom:15px;
}
label{
	font-size: 15px !important;
}
.fora-select-estados{
	margin-bottom: 30px;
}
.customSelectInner {
    background:var(--wpr-bg-56b7ba5d-6574-468d-b071-ff94a2fb4d2e) no-repeat scroll right center;
    width: 100% !important;
    border-radius: 5px;
    font-size: 14px;
	color: #777777;
	padding: 15px 30px;
}
option{
	font-size: 14px;
	color: #777777;
}
.customSelect{
	width: 100%;
	border-radius: 10px;
	background: #fff;
	padding-right: 30px;
}
.bg-select {
    background-color: #fff !important;
}
select{
	height: 53px !important;
}
.bloco-revenda{
	background-color: #fff !important;
	margin-bottom: 10px;
	padding-bottom: 30px;
}
.bloco-revenda h3{
	font-size: 14px;
	color: #777;
	font-weight: 400;
	margin-left: 60px;
	margin-top: 30px;
	margin-bottom: -3px;
 }
.bloco-revenda h2{
	padding: 0;
	color: #777777;
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 16px;
}
.titulo-revenda{
	margin-top: 8px;
}
.titulo-revenda:before{
	content: url(../../../../../../themes/metalnorte/images/ico-map-representantes.png);
	margin-right: 30px;
	margin-left: 15px;
	vertical-align: middle;
	float: left;
}
.bloco-revenda .left p{
	margin-left: 60px;
	margin-bottom: 0;
	color:#777;
}
.bloco-revenda .left p a{
	color:#777;
}
.bloco-revenda .right h2{
	margin-top: 50px;
}
.bloco-revenda .right p{
	margin-bottom: 0;
}
.titulo-pg-revenda{
	margin-top: 8px;
}
.descricao-prod{
	margin-bottom: 56px;
}
.fora-topo{
	background: #f0f0f0;
}
#carousel .slides li{
	border: solid 1px #cccccc;
	height: 108px !important;
}
#carousel .slides li > div{
	height: 108px;
	display: table;
}
#carousel .slides li > div > div{
	height:auto;
	display: table-cell;
	vertical-align: middle;	
}
#carousel .slides li img{
	width:100%;
	
	}
#slider{
	margin-bottom: 0;
}
#slider .flex-direction-nav{
	display: none;
}
.modal-content .btn-azul{
	width: 100%;
	padding-bottom: 10px !important;
    padding-top: 10px !important;
}
/* Menu style */
.overlay nav,.overlay2 nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	font-size: 3.600em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul,.overlay2 ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li,.overlay2 ul li {
	display: block;
	/*height: 20%;
	height: calc(100% / 5);*/
	min-height: 54px;
}

.overlay ul li a,.overlay2 ul li a  {
	font-weight: 300;
	display: block;
	font-size:0.333em;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus,
.overlay2 ul li a:hover,
.overlay2 ul li a:focus {
	color: #e3fcb1;
}
.overlay .overlay-close, .overlay2 .overlay-close {
    background: rgba(0, 0, 0, 0) var(--wpr-bg-ac59bc71-f5f9-4fc4-a833-2e32a6a8dab8) no-repeat scroll center center;
    border: medium none;
    color: transparent;
    height: 80px;
    outline: medium none;
    overflow: hidden;
    position: absolute;
    right: 20px;
    text-indent: 200%;
    top: 20px;
    width: 80px;
    z-index: 100;
}
.busca input[type="submit"] {
    background: rgba(0, 0, 0, 0) var(--wpr-bg-e8c94a86-bf8a-4284-8b25-a6e3b75b475f) no-repeat scroll center center;
}
.busca {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}
/* Effects */
.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	z-index: 2;
}

.overlay-hugeinc nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.overlay-hugeinc nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}
.overlay2.overlay-scale.open{
	z-index: 999;
}

/* Effects */
.overlay-scale {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

.overlay-scale.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);	
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}
#trigger-overlay{
	cursor: pointer;
}
.bloco-produtos .col-lg-4:nth-child(4),
.bloco-produtos .item-prod.col-md-4:nth-child(7) ,
.bloco-produtos .item-prod.col-sm-4:nth-child(10){
 	clear: both;
 }
.page-numbers,
.page-numbers{
	text-transform: uppercase;
	color: #555555;
	font-weight: 700;
	font-size: 14px;
 }
.page-numbers{
	padding: 0 15px;
 	box-shadow: none !important; 
 }
.page-numbers:hover{
 	color: #7c98ff;
 	box-shadow: none !important;
}
.page-numbers.current{
	color: #7c98ff;
	font-size: 20px;
}
.pagination{
 	display: table;
 	margin: 90px auto;
 }
#wpm_download_1  .download-icon{
	display: none !important;
}
#wpm_download_1 .player{
	cursor: pointer;
	color: #fff;
	font-size: 15px;
}
.modal-body .wpcf7-response-output{
	color: #fff;
	font-size: 15px;
	border: solid 1px #fff;
}
/*Modal*/
.modal {
  text-align: center;
}
aside .sub-itens li.cat-active > a{
	color: #7c98ff !important;
}
.fora-images-slides-view{
	border-right: solid 1px #ccc;
}
/*Botão WhatsApp*/
#btn-whatsapp {
    background: var(--wpr-bg-de8f0ef9-a9ff-4521-ada2-c78395f4a351)no-repeat center center;
    transition: all 0.2s linear;
    width: 101px;
    height: 96px;
    position: fixed;
    bottom:80px;
    right: 0;
}
@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.navbar-toggle .icon-bar{
	background: #545789;
}
.fora-image-prod img{
	width: 100%;
	height: auto;
}
.fora-botoes .btn-azul:hover{
	background: var(--wpr-bg-45c98115-5c25-475f-9919-0054a4807ff4)repeat-x !important;
	color: #4646ff !important;
	background-size: cover !important;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
}
#state_df{
	background: red;
	width: 10px;
	height: red;
}
@media screen and (min-width: 1158px) {
	.container{
  		width: 1158px;
  		padding-left: 30px;
  		padding-right: 30px;
  	}
  	.bloco-texto{
  		width: 726px;
  	}
 }
 @media screen and (max-width: 1158px) {
	 .logo{
	 	width: 20%;
	 }
	 .logo img{
	 	width: 100%;
	 }
	 .nav > li > a{
	 	padding: 39px 23px;
	 }
	 .fora-texto-banner h1{
	 	font-size: 30px;
	 }
 }
  @media screen and (max-width: 992px) {
  	 .nav > li > a{
	 	padding: 39px 8px;
	 }
	 .sub-itens-solucoes{
	 	margin-left: 15px;
	 }
	  .last-block img{
	  	width: 100%;
	  }
	  .fora-mapa{
	  	overflow-x: scroll;
	  }
	  .fora-texto-banner h1{
	  	font-size: 25px;
	  }
  }
  @media screen and (max-width: 767px) {
  	.logo {
   	  	max-width: 100%;
	}
	#navbar {
    	float: none;
    	margin-top: 98px;
	}
	.nav > li > a{
		padding: 15px 0;
	}
	.dropdown-menu .pull-left{
		float: none !important;
	}
	.dropdown-menu ul{
		margin-top: 0;
	}
	.bt-mobile:hover,
	.bt-mobile:active,
	.bt-mobile:focus{
		background: transparent;
	}
	.icon-top{
		margin-top: 10px;
	}
	.bg-solucoes-home-baixo .btn{
		margin-bottom: 10px;
	}
	.last-block{
		text-align: center;
	}
	.last-block img{
		width: auto;
	}
	footer .bloco-1,
	footer .bloco-2,
	.last-block p, 
	.last-block a,
	.last-block h2{
		text-align: center;
		float: none;
	}
	#bg-solucoes-home .left,
	#bg-solucoes-home-baixo .left,
	#bg-solucoes-home-baixo, 
	#bg-solucoes-home-baixo .right{
		float: none;
		width: 100%;
	}
	#bg-solucoes-home h2{
		margin-top: 20px;
	}
	.bg-solucoes-home-baixo h2, .bg-solucoes-home-baixo p,
	.bg-solucoes-home-baixo .btn-azul{
		margin-left: 15px;
	}
	.bg-entre-em-contato-home .btn-azul{
		margin-bottom: 10px;
	}
	.fora-texto-banner h1,
	.bx-controls-direction a{
	  	display: none;
	  }
	.modal-dialog {
		width: 100%;
		margin: 30px auto;
	}
  }