/*---
	Site Developed By Karoline Dassie

	Main Colors:
	- Red: #e61e21
	- Yellow: #fdaf17
	- Black: #1d1d1d
	- Gray: #b3b3b3

---*/

/* RESET
------------------------------------------------*/
html,
body,
div,
span,
a,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    -webkit-text-size-adjust: none;
}

a {
    color: #e61e21;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

.clear {
    clear: both;
    height: 0px;
    margin: 0;
}

.black {color: #000;}
.red {color: #e61e21;}


/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center !important
}

* {
    box-sizing: border-box;
}

body,
html {
    background: #000 !important;
    font-family: 'Lato', sans-serif;
    -webkit-text-size-adjust: none;
    margin: 0;
    padding: 0;
}

body {overflow-x: hidden; line-height: 1.5;}

h1, h2, h3, h4, h5 {line-height: 1.3;}

.wrapper {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 2em;
    position: relative;
	box-sizing: border-box;
}

::selection {
    color: #000;
    background: #ccc;
}

::-moz-selection {
    color: #000;
    background: #ccc;
}

.column2 {
    width: 47%;
    float: left;
    margin-right: 6%;
    box-sizing: border-box;
}

.column3 {
    width: 31%;
    float: left;
    margin-right: 3.4%;
    box-sizing: border-box;
    padding: 0;
}

.column4 {
    width: 25%;
    float: right;
    box-sizing: border-box;
}

.column5 {
    width: 20%;
    float: left;
    padding-right: 1%;
    box-sizing: border-box;
}

.column6 {
    width: 16.66666%;
    *width: 14%;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
}

.half {
    width: 50%;
    float: left;
    margin: 0 auto;
    box-sizing: border-box;
}

.onethird {
    width: 29%;
    float: left;
    margin-left: 1%;
    box-sizing: border-box;
    padding: 0;
}

.twothird {
    width: 70%;
    float: left;
    box-sizing: border-box;
    padding: 0;
}

.col-2 {
    width: 93%;
    display: block;
    margin-right: 6.2%;
    margin-top: 10px;
    transition: transform .2s;
    z-index: 50;
}

.col-2:hover {
    transform: scale(1.05);
}

.col-2 img {
    width: 100%;
    opacity: .7;
    transition: .5s ease
}

.col-2 img:hover {
    opacity: 1
}

.col-2 .ql-text {
    position: absolute;
    margin-top: -60px;
    margin-left: 20px;
    font-weight: 300;
    color: white
}

.col-4 {
    width: 25%;
    display: inline-block;
    margin: 10px 10px;
    transition: transform .2s;
    z-index: 59;
	position: relative;
}

.col-4:hover {
    transform: scale(1.05);
    z-index: 59;
}

.col-4 img {
    width: 100%;
    opacity: .7;
    transition: .5s ease
}

.col-4 img:hover {
    opacity: 1
}

.col-4 .ql-text {
    position: absolute;
    /* margin-top: -60px; */
    /* margin-left: 30px; */
    color: #fff;
    width: 100%;
    text-align: left;
    display: flex;
    height: 100%;
    align-items: flex-end;
    top: 0;
    left: 0;
    padding: 1em;
}

.col-5 {
    width: 28%;
    display: inline-block;
    margin: 50px 30px;
    transition: transform .2s;
    z-index: 59;
    border-bottom: 2px solid #474747;
    transition: ease .2s;
}

.col-5:hover {
    transform: scale(1.05);
    z-index: 59;
    border: 2px solid #e61e21
}

.col-5 .ql-text {
    position: absolute;
    margin-top: -30px;
    margin-left: 20px;
    color: white;
    font-size: 18px
}

.width {
    width: 80%;
    margin: 0 auto;
}

.width-two {
    width: 80%;
}

.black-bg {
    width: 100%;
    padding: 5% 0;
    margin: 0 auto;
}

.tractor-section {
    margin-bottom: 40px
}

.inv-title {
    margin-left: 5px;
    margin-bottom: 10px
}

.mobile-combine {
    display: none
}

.combine {
    display: block
}

.last {
    padding-right: 0;
    margin-right: 0 !important;
}


/* TYPOGRAPHY
------------------------------------------------*/
h1 {
    color: #e61e21 !important;
    font-size: 30px;
    font-weight: 900;
}

h1 a {
    color: #e61e21 !important;
    font-size: 40px;
    font-weight: 900;
    text-shadow: 0px 5px 5px #000
}

h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 27px;
    margin-bottom: 5px;
}

h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    display: block;
    padding-bottom: 0;
}

h5 {
    color: #fff;
    font-size: 2em;
    font-weight: normal;
    margin-bottom: 0;
}

h6 {
    color: #b3b3b3;
    text-decoration: underline;
    font-weight: 400;
    font-size: 15px;
    display: block;
    padding: 0;
    margin: 0;
}

h6 a {
    color: #b3b3b3 !important;
}

p {
    font-size: 16px;
    margin: 0;
    padding: 0
}



/* PARTS PAGE
----------------------------------------------*/

.partspage a {
    color: #1755c6 !important;
    font-weight: 900
}

.partspage h1 {
    color: #1755c6 !important;
}

#maisparts {
    border-bottom: 15px solid #1755c6;
    margin: 0 auto 10px auto
}

.centerimg {
    text-align: center;
    margin: 0 auto;
    display: block;
    max-width: 100%
}

.leftimg {
    text-align: left;
    float: left;
    display: inline-block
}

.rightimg {
    text-align: right;
    float: right;
    display: inline-block
}

#partsimgagain {
    margin: 20px auto 0 auto;
    text-align: center
}

.wrapperparts {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 2em 20px;
    position: relative;
}



/* HEADER
----------------------------------------------*/
header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #000 url(../siteart/pattern.jpg) repeat;
    box-shadow: 1px 1px 3px #6A6A6A;
    z-index: 999999;
}

.height {
    height: 118px;
}

/*END STICKY NAV*/

#top {
    padding: 5px 5%;
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	vertical-align: middle;
	box-sizing: border-box;
}

#top img {width: 100%; max-width: 150px;}

#top p {
    color: #b3b3b3;
    font-size: 20px;
	width: 50%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#top a {
    color: #b3b3b3;
}

#top a:hover {
    color: #fff;
}

#top i {
    font-size: 25px!important;
    margin-left: 3px;
    font: normal normal normal 14px/1 FontAwesome;
}

.header {
    width: 100%;
	padding: 0 5%;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
    text-align: right;
    margin: 0 auto;
    background: #000 url(../siteart/pattern.jpg) repeat;
    box-shadow: 0px 0px 15px #000;
	box-sizing: border-box;
}

.logo {
    text-align: left;
    width: 25%;
    display: block;
}

.logo img {
    width: 100%;
	padding: 20px 0;
}

.logo.reduce {
    margin-right: 60px;
    top: 0 !important;
    left: 191px;
    margin: 0;
}

.logo img.reduce {
    width: 250px;
    -webkit-transition: width 1s, height 1s, -webkit-transform 1s;
    transition: width 1s, height 1s, transform 1s;
}

.hdr-right {width: 75%; margin-top: 2%; display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center;}
.hdr-right img {width: 20%; margin: .5%;}
.show-logos {display: none;}
.top-logos {display: flex; align-items: center; flex-wrap: wrap; width: 100%;}
.top-phone {width: 30%;}
.top-phone h1 a {font-size: 2.5vw;}

/* HOME PAGE STYLES
-----------------------------------------------*/
#blackbg {
    background: #000;
}

#yellowbg {
    text-align: center;
    background: #000;
    padding: 10px 0;
    border-top: 5px solid #e61e21;
    border-bottom: 15px solid #fdaf17;
    transition: background;
}

#blackclear {
    background: rgba(0, 0, 0, 0.46);
    text-align: center;
}

#blackclear h3 {font-size: 24px;}

.xtrapad {
    padding: 2em 0
}

a.mainbotao {
    display: inline-block;
    padding: 10px 3em;
    background: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    width: 350px;
    margin: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: background-color 300ms ease, background-color 300ms ease, all 300ms ease
}

a.mainbotao:hover {
    background: #e61e21;
    color: #fff;
}

.manu {
    text-align: center;
}

.manu img {
    display: inline-block;
    text-align: center;
    padding: 0.5%;
    max-width: 100%
}

.smaller-logos {
    width: 30% !important;
	margin: 2%;
}

.small-logos img {
    width: 85%;
    margin: 3%;
}

.medium-logos img {
    width: 55%;
    margin: 2.5%;
}

.big-logos img {
    width: 80%;
    margin: 3%
}

.big-logos, .medium-logos, .small-logos, .smaller-logos, .invlogo {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.big-logos a {width: 33.33%;}
.medium-logos a {width: 25%;}
.invlogo a {width: 14.25%;}
.small-logos a {width: 11.11%;}

.invlogo p {display: inline-block; width: 100%; padding: 10px 0;}

.fixedbg {
    width: 100%;
    background: url(../siteart/tire.jpg) fixed no-repeat center;
    background-size: cover;
    padding: 3em 0;
}

.flex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#blackclear p {
    color: #fff
}

a.outrobotao {
    padding: 10px 3em;
    background: #e61e21;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    text-align: center;
    width: 350px;
    margin: 10px auto 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: background-color 300ms ease, background-color 300ms ease, all 300ms ease
}

a.outrobotao:hover {
    background: #000;
    color: #fff;
}

img.ai {
    max-width: 100%
}

/* CAREER PAGE
------------------------------------------------*/

.fixedbg2 {
    width: 100%;
    background: url(../siteart/background.jpg) fixed no-repeat center;
    background-size: cover;
    padding: 3em 0;
}

.careerlista {
    text-align: left;
    padding: 2em;
    margin-bottom: 2% !important;
}

.careerlista h2,
.careerlista p {
    text-align: left;
}

a.careerbotao {
    padding: 15px 0;
    background: #e61e21;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    text-align: center;
    width: 200px;
    margin: 10px 0 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: background-color 300ms ease, background-color 300ms ease, all 300ms ease
}

a.careerbotao:hover {
    background: #000;
    color: #fff;
}


/* SUB PAGE STYLES
------------------------------------------------*/
.sub-page {
    background: #fff;
    width: 100%;
}

.sub-header {
    background: #e61e21;
    width: 100%;
}

.sub-header h1 {
    color: #fff !important;
    font-size: 40px !important;
    text-transform: uppercase;
    text-align: center;
    background: #000;
    padding: 10px 0;
    border-top: 5px solid #e61e21;
    border-bottom: 15px solid #fdaf17;
}

.bullet-list {
    width: 60%;
    float: left
}



/* INVENTORY PAGE
------------------------------------------------*/
.slideshow-boxes {
    height: 100%;
    width: 100%;
}

.box {
    float: left;
    width: 33.33%;
    position: relative;
}


.row:after {
    content: "";
    display: table;
    clear: both;
}

.image {
    width: 100%
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 99%;
    width: 100%;
    opacity: .3;
    transition: .5s ease;
    background-color: #000;
}

.box:hover .overlay {
    opacity: 0;
}

.text a {
    color: white;
    font-size: 200%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: 'oswaldbold';
    line-height: 1.3;
    text-shadow: 0 0 13px black;
    transition: .3s ease;
}

.text a:hover {
    font-size: 210%;
    transition: .3s ease;
}


/*CONTACT PAGE
------------------------------------------------*/
iframe.mapa {
    border: 0;
    width: 100%;
    height: 300px;
    margin: 0;
    display: block
}

#comment-input {
    margin: 1% auto;
}

#author.input-name,
#lastname.input-name {
    border: 1px solid #d2d2d2;
    width: 33%;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #747474;
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    padding: 8px 1%;
    float: left;
    margin-right: 1%;
}

#author.input-name,
#lastname.input-name {
    outline-color: #25c1f0;
}

#email.input-email {
    border: 1px solid #d2d2d2;
    width: 32%;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #747474;
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    padding: 8px 1%;
    float: left;
}

#email.input-email:focus {
    outline-color: #25c1f0;
}

#inquiry.textarea-comment {
    border: 1px solid #d2d2d2;
    width: 98%;
    height: 180px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #747474;
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    padding: 8px 1%;
}

#comment-textarea {
	width: 100%;
}
#comment-textarea textarea {
	width: 100%;
	border: 1px solid #d2d2d2;
	color: #747474;
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
	font-size: 14px;
    font-family: 'Lato', sans-serif;
	padding: 8px 1%;
}

#comment-submit {
    text-align: center;
    width: 235px;
    margin: 0 auto;
}


#form input {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #DFDFDF;
    margin: 5px 0 15px;
    box-sizing: border-box;
}


#form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #DFDFDF;
    margin: 5px 0 15px;
    height: 70px;
    box-sizing: border-box;
}

.CaptchaPanel {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
}

.CaptchaAnswerPanel input {
    width: 200px !important;
    border: 1px solid #d2d2d2;
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    padding: 8px 1%;
    margin: 10px auto;
}

.CaptchaAnswerPanel input:focus {
    outline-color: #25c1f0;
}

.CaptchaImagePanel {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.CaptchaMessagePanel {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    font-weight: normal !important;
    font-size: 12px;
    line-height: 14px;
    color: #000!important;
}

.CaptchaAnswerPanel {
    margin: 0 0 0 0;
    padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0 0 0 0;
    padding: 8px 0 8px 0 !important;
}

.CaptchaWhatsThisPanel a {
    color: #000;
}

.CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
}

.contactbtn {
    margin: 10px auto 0 auto;
    text-align: center;
}

.contactbtn input[type="submit"] {
    font-size: 15px;
    font-weight: 900;
    padding: 8px 0;
    line-height: normal;
    background: #000;
    width: 220px;
    color: #fff;
    display: inline-block;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    outline: none;
    border: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    cursor: pointer;
    position: relative;
}

.contactbtn input[type="submit"]:hover {
    background: #e61e21;
    color: #fff;
    outline: none;
}

/*  CONTACT
------------------------------------------------*/

.building {
    display: block;
    width: 100%;
    height: 300px;
    background: url(../siteart/building-better2.jpg) no-repeat 100% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#forcep {
    background: #F9F9F9
}

#forcep p,
#forcep h3,
#forcep a {
    color: #000 !important;
}


/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width: 100%;
    height: 110px;
    overflow: hidden;
    padding: 10px 0;
    background: #fff;
}

.scrolling {
    width: 100%;
    height: 92px;
}

/*  CATEGORY
------------------------------------------------*/
#yellow-catg {
    background: #fff;
    display: block;
    text-align: center
}

#yellow-catg a {
    border: 1px solid #fdaf17;
    background: #fff;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 5px;
}

#yellow-catg a:hover {
    background: #000 !important;
    color: #fff !important
}

.selecionado {
    background: #fdaf17 !important;
    color: #fff !important
}


/*  FINANCING
------------------------------------------------*/
.fncg {
    margin: 2% 1%;
    width: 30%;
    float: left;
    text-align: center;
    display: inline-block
}

.fncg img {
    width: 100%;
    max-width: 250px;
    display: block;
    margin: 0 auto
}


/* FOOTER
------------------------------*/

.footer {
    color: #000;
    font-size: 11px;
    text-align: center;
    background: #e61e21;
    padding: 1em 5%;
    font-weight: 800;
}

.footer p {
    font-size: 16px;
}

.footer a {
    color: #000;
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
    text-decoration: none;
}


/*--contact bar--*/
.contact-bar {
    background: #000;
    width: 100%;
}

.contact-info {
    display: inline-block;
    width: 33%;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
}

.contact-info.two-col {
    display: inline-block;
    width: 49%;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
}

.contact-info img {
    width: 70px;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
}

.contact-caption {
    display: inline-block;
    width: 69%;
    margin: 0 auto;
    vertical-align: middle;
    padding: 15px 0px;
}

.contact-caption p {
    display: block;
    color: #fff;
    font-weight: 100;
    font-size: 16px;
    padding: 0;
}

.contact-caption a {
    color: #fff !important;
    font-weight: 100;
    transition: background-color 300ms ease, background-color 300ms ease, all 300ms ease
}

.contact-caption a:hover,
.contact-bar a:hover {
    color: #fdaf17 !important;
}


/* SOCIAL MEDIA
------------------------------*/
.socmedia-wrap {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around;
    margin: 0;
    padding: 1em 0 2em 0;
}

.socmedia {
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    border: 2px #e61e21 solid;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.socmedia a {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 25px;
    color: #fff !important
}


.wid-soc {
    width: 33.33%;
    float: left;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.wid-soc i {
    width: 70px;
    height: 70px;
    margin: 0;
    padding: 13px 0;
    text-align: center;
    border: 2px #e61e21 solid;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.wid-soc a {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 40px;
    color: #e61e21 !important;
}

.wid-soc a:hover {
    color: #fdaf17 !important;
}

/* INVENTORY
------------------------------------------------*/

.hosted-content .listings-wrapper .currency-box {
    text-align: left !important
}

.hosted-content .listings-wrapper .listings-list .category-banner h3 {
    font-size: 20px;
    color: #fdaf17
}

.hosted-content .m-top-20 {
    margin-top: 0 !important
}

.hosted-content h1 {
    color: #000 !important
}

.hosted-content h5 {
    color: #e61e21 !important;
    font-size: 20px !important
}

.invlogo {
    background: #000;
    text-align: center;
    padding: 10px 0
}

.invlogo p {
    font-size: 22px
}

.invlogo p a {
    text-decoration: underline
}

.invlogo p a:hover {
    text-decoration: none
}

.invlogo a img {
    text-decoration: none
}

.invlogo img {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 1.5%;
    text-decoration: none
}



/* RESPONSIVE STYLES
------------------------------*/

.showmobile {
    display: none
}

.hidemobile {
    display: block
}

@media screen and (max-width:1400px) {
	.invlogo a {width: 20%;}
	.invlogo img {max-width: 80%;}
}

@media screen and (max-width:1100px) {
	.header {padding: 0;}
	#top p {width: 100%; text-align: center;}
	.show-logos {display: block; width: 100%; flex-wrap: wrap; margin-bottom: 0;}
	.show-logos img {width: 16%;}
	.top-logos {display: none;}
	.top-phone {width: 100%; flex-wrap: wrap;}
	.hdr-right {justify-content: center; width: 100%; margin-top: 10px;}
    .logo {
        width: 100%;
        text-align: center;
        position: relative;
        left: 0;
        margin: 10px auto 0 auto
    }

    .logo img {
        width: 100%;
        display: block;
        max-width: 300px;
        margin: 0 auto;
    }

    .logo a {
        display: block
    }

    .logo img.reduce {
        width: 30%;
    }

    header.fixed {
        position: inherit;
    }

    header {
        text-align: center;
    }

    #top {
        text-align: center;
    }

    #top p {
        text-align: center;
		justify-content: center;
		font-size: 18px;
    }
	
	#top i {font-size: 22px!important;}

    .showmobile {
        display: block;
		width: 100%;
		margin-bottom: 10px;
    }

    .hidemobile {
        display: none;
    }

    h1 a, .top-phone h1 a {
        font-size: 43px;
        text-align: center;
        margin: 0 auto;
        padding: 0;
        line-height: normal;
        display: block
    }
	.invlogo a {width: 25%;}
}

@media screen and (max-width:1024px) {
    .fixedbg2 {
        padding: 0
    }

    .xtrapad {
        padding: 0
    }
}

@media screen and (max-width:900px) {
	h1 {font-size: 28px;}
	h2 {font-size: 24px;}
	
    h1 a, .top-phone h1 a {
        font-size: 33px;
    }
	.invlogo a {width: 33.33%;}
	.invlogo img {max-width: 50%;}

    .sub-header h1 {
        font-size: 26px !important
    }

    .contact-info {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .contact-info.two-col {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .column2 {
        width: 100%;
        float: none;
        margin: 0 auto
    }

    .last {
        margin-top: 1em
    }

    .onethird,
    .twothird {
        width: 100%;
        float: none;
        padding-right: 0;
        margin: 0 auto
    }

    #email.input-email {
        width: 100%;
        padding: 8px 1%;
        float: none;
    }

    .bullet-list {
        width: 90%;
    }

    #author.input-name,
    #lastname.input-name {
        width: 100%;
        padding: 8px 1%;
        float: none;
        margin: 0 auto 1% auto;
    }

    .footer p {
        font-size: 16px;
        text-align: center
    }

    .fncg {
        margin: 1.5em 1%;
        width: 48%;
    }

    .wid-soc {
        width: 100%;
        float: none;
    }

    .wid-soc i {
        width: 50px;
        height: 50px;
        padding: 10px 0;
        margin: 10px auto 0 auto
    }

    .wid-soc a {
        font-size: 25px;
    }

}

@media screen and (max-width:800px) {
    a.mainbotao {
        display: block;
        margin: 5px auto
    }
}

@media screen and (max-width:670px) {
    #partsimgagain img {
        display: block
    }

    .fncg {
        margin: 1.5em auto;
        width: 100%;
        float: none
    }
	
	.hdr-right img {width: 40%;}
}

@media screen and (max-width:500px) {
	.show-logos img {width: 28%;}
	
    h1 {
        font-size: 20px
    }

    .sub-header h1 {
        font-size: 30px !important
    }

    a.outrobotao {
        padding: 5px 0;
        width: 90%;
    }

    a.mainbotao {
        padding: 5px 0;
        width: 90%;
    }

    a.careerbotao {
        width: 100%
    }

}


@media only screen and (max-width: 1450px) {
    .width {
        width: 90%;
    }

    .col-4 {
        width: 48%;
    }

    .col-4 p {
        font-size: 15.5px;
    }

    .col-2 {
        width: 94%;
        margin-right: 5%
    }

    .width-two {
        width: 96%;
        margin-left: 2.5%;
    }
}

@media only screen and (max-width: 1550px) {
    .width-two {
        width: 96%;
        margin-left: 2.5%;
    }
}


@media only screen and (max-width: 1250px) {
    .width {
        width: 90%;
    }

    .col-4 {
        width: 47%;
    }
}


@media only screen and (max-width: 1400px) {
    .col-5 {
        width: 95%;
        margin-left: 2.5%;
    }
}

@media only screen and (max-width: 850px) {

    .width {
        width: 93%;
    }

    .col-4 {
        width: 97%;
    }

    .mobile-combine {
        display: block
    }

    .combine {
        display: none
    }

    .width-two {
        width: 93%;
        margin-left: 1%;
    }

    .big-logos img {
        margin: 0 3%
    }
}

@media only screen and (max-width: 500px) {
    .col-2 .ql-text {
        margin-top: -40px;
        font-size: 16px;
    }
	
	#top p {font-size: 16px;}
	#top i {font-size: 20px!important;}

    .ql-text h4 {
        font-size: 14.5px;
    }
}