a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1;
    font-family: "montserrat",sans-serif;
    font-size: 16px
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }
    * {
        background: 0 0!important;
        color: #000!important;
        text-shadow: none!important;
        -webkit-filter: none!important;
        filter: none!important;
        -ms-filter: none!important
    }
    a,
    a:visited {
        color: #444!important;
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999
    }
    thead {
        display: table-header-group
    }
    img {
        max-width: 100%!important
    }
    @page {
        margin: .5cm
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .sidebar,
    footer,
    header {
        display: none
    }
}

a,
a:hover {
    color: #1F3A6F
}

.form_column:after,
.wrapper:after,
footer .wrapper:after,
section.news .newscolumn:after {
    content: "";
    visibility: hidden
}

h1 {
    margin-bottom: 30px
}

p {
    font-weight: 300;
    margin-bottom: 16px;
    line-height: 26px
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

.fa {
    font-size: 100%;
    width: 16px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #1F3A6F;
    margin-right: 10px
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.wrapper {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    box-sizing: border-box
}

.wrapper:after {
    display: block;
    height: 0;
    clear: both
}

section.hero {
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    height: 100%
}

section.hero .wrapper_outer .awards {
    position: absolute;
    right: 20px;
    display: none
}

@media screen and (min-width:600px) {
    section.hero .wrapper_outer .awards {
        top: 295px;
        display: block
    }
    section.hero .wrapper_outer .awards img {
        height: 100px;
        width: auto
    }
}

.column_hero p,
.services.info {
    width: 100%;
    font-family: "montserrat",sans-serif;
}

section.hero .wrapper_outer .wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px
}

.column_hero {
    box-sizing: border-box;
    padding: 20px;
    line-height: 40px;
    position:relative;
}

.column_hero a.button {
    text-decoration: none;
    font-family: "montserrat";
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    float: left;
    background-color: #1F3A6F;
    border: 2px solid transparent;
    margin: 20px auto;
    padding: 7px 25px
}

.column_hero a.button:hover {
    background-color: #fff;
    color: #003A81;
    border: 2px solid #003A81;
}

.column_hero h1 {
    font-size: 30px;
    line-height: 40px;
    font-family: "brother-1816", sans-serif;
    font-weight: 700;
    color: #fff;
    margin: 20px auto;
}

@media screen and (min-width:600px) {
    .column_hero a.button {
        padding: 7px 36px;
        margin: 20px auto
    }
    .column_hero h1 {
        font-size: 34px;
        margin: 20px 0;
        line-height: 44px
    }
}

@media screen and (min-width:980px) {
    section.hero .wrapper_outer .awards {
        display: block;
        top: 450px
    }
    section.hero .wrapper_outer .awards img {
        height: 180px
    }
    .column_hero {
        height: 500px
    }
    .column_hero h1 {
        font-size: 52px;
        text-align: center;
        width: 100%;
        position:absolute;
        margin:0;
        top: 30%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    }
}

.column_hero p {
    float: left;
    margin: 30px auto;
    color: #000;
    font-size: 16px;
    line-height: 28px;
    text-align: left
}

button:hover,
h2,
h3 {
    color: #003A81
}

@media screen and (min-width:600px) {
    .column_hero p {
        font-size: 18px;
        line-height: 28px
    }
}

button,
h3 {
    line-height: 26px
}

h2 {
    padding-top: 20px;
    margin-bottom: 20px
}

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

input[type=submit] {
    cursor: pointer
}

button {
    font-family: "montserrat";
    color: #fff;
    font-size: 16px;
    text-align: left;
    float: left;
    background-color: #003A81;
    border: 1.5px solid transparent;
    margin: 20px;
    padding: 7px 15px
}

.column,
.services .wrapper {
    text-align: center;
    line-height: 26px
}

button:hover {
    background-color: #fff;
    border: 1.5px solid #003A81;
}

@media screen and (min-width:600px) {
    button {
        padding: 7px 36px;
        margin: 20px
    }
    .services.info {
        width: 60%
    }
}

hr {
    height: 1px;
    border: none;
    background-color: #DEDEDE;
    clear: both
}

a.read-more {
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

section.services.gray {
    background-color: #F0EFF2
}

.services.info {
    margin: 40px auto;
    color: #000;
    font-size: 16px;
    line-height: 26px
}

.services .wrapper {
    padding-bottom: 75px
}

.services .wrapper h3 span.logo {
    display:inline-block;
    height:35px;
    text-indent: -9999em;
}

.services .wrapper h3 span.logo.hobby {
    background: url(img/hobby_logo.png) center center no-repeat;
    background-size: auto 35px;
    width: 130px;
}

.services .wrapper h3 span.logo.fendt {
    background: url(img/fendt_logo.svg) center center no-repeat;
    background-size: auto 35px;
    width: 110px;
}

.column {
    padding: 20px;
    box-sizing: border-box;
    float: left;
    height: 100%;
    overflow: hidden;
    width: 100%
}

@media screen and (min-width:600px) {
    .column {
        width: 50%
    }
}

@media screen and (min-width:980px) {
    .column {
        width: 33.3%
    }
}

.column .inner {
    background-color: #fff;
    padding: 0;
    min-height: 450px
}

.column .inner a.model_link {
    display: block;
    min-height: 450px;
    height: 100%;
    padding: 15px 0 30px
}

.column .inner a.model_link div.button {
    border: 2px solid #1F3A6F;
    background: #1F3A6F;
    color: #fff;
    font-weight: 700;
    transition: all .2s ease;
    padding: 10px 40px;
    margin: 0 auto;
    display: inline-block;

}

.column .inner a.model_link:hover {
    cursor: pointer;
    text-decoration: none
}

.column .inner a.model_link:hover img.model_thumbnail {
    padding: 5px;
    transition: all .5s ease
}

.column .inner a.model_link:hover div.button {
    background: 0 0;
    color: #1F3A6F;
    text-decoration: none
}

.column .inner img.model_thumbnail {
    width: 100%;
    height: 200px;
    object-fit: contain;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 10px;
    transition: all .5s ease
}

.column .inner img.model_logo {
    width: auto;
    height: auto;
    margin-bottom: 20px
}

.column .inner a.button {
    float: none;
    margin: 0
}

.column .inner .img {
    width: 100%;
    height: 195px;
    overflow: hidden
}

.column .inner .img img {
    width: auto;
    height: 100%
}

.column .inner .img img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.column .inner p {
    padding: auto 10px;
    margin: 0 15px 40px
}

.column_service {
    height: 100%;
    float: left;
    width: 100%;
    margin-right: 0
}

@media screen and (min-width:980px) {
    .column_service {
        height: 100%;
        width: 67%;
        margin-right: 3%
    }
}

.column_service .service {
    padding-bottom: 40px;
    width: 100%
}

.column_service .service a {
    text-decoration: none
}

.column_service .service img {
    height: auto;
    width: 100%
}

.column_service .service p {
    line-height: 26px;
    padding-bottom: 40px
}

.column_service .service p a.read-more {
    font-family: "montserrat";
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    margin-top: 10px;
    float: right;
    background-color: #003A81;
    border: 1.5px solid transparent;
    padding: 7px 15px
}

.column_service .service p a.read-more:hover {
    background-color: #fff;
    color: #003A81;
    border: 1.5px solid #003A81;
}

.column_service .page-navi a p,
.column_service .service h4 {
    color: #aaa;
    font-family: "montserrat",sans-serif;
}

@media screen and (min-width:600px) {
    .column_service .service p a.read-more {
        padding: 7px 36px;
        margin: 20px
    }
}

.column_service .service h4 {
    text-decoration: bold;
    margin-bottom: 10px
}

.column_service .page-navi,
.column_service .page-navi a,
.service_listaus .serviceinfo a,
.services_page .services_list .column .inner a,
.toparea nav.main-menu-area li a,
section.news .newscolumn a,
section.news a.button {
    text-decoration: none
}

.column_service .page-navi a p {
    text-align: center;
    font-weight: 700;
    line-height: 26px
}

.column_service .page-navi a p:hover,
.column_service .page-navi nav.navigation.pagination .nav-links a.next.page-numbers:hover,
.column_service .page-navi nav.navigation.pagination .nav-links a.page-numbers:hover {
    color: #000
}

.column_service .page-navi nav.navigation.pagination .nav-links {
    text-align: center;
    padding: 14px 16px;
    font-family: "montserrat";
    font-weight: 700;
    line-height: 26px
}

.column_service .page-navi nav.navigation.pagination .nav-links a.next.page-numbers {
    margin: auto 10px
}

.column_service .page-navi nav.navigation.pagination .nav-links span.page-numbers.current {
    margin: auto 10px;
    color: #000
}

.column_service .page-navi nav.navigation.pagination .nav-links a.page-numbers {
    margin: auto 10px;
    color: #aaa;
    text-decoration: none;
    font-weight: 400
}

.service_listaus {
    box-sizing: border-box;
    padding-bottom: 15px;
    margin-bottom: 25px;
    height: 100%;
    float: left;
    width: 100%;
    border: 1.5px solid #DEDEDE
}

.service_listaus .clearfix {
    display: block
}

.service_listaus h3 {
    margin: 30px 20px;
    color: #003A81;
    font-size: 22px;
    font-family: "montserrat";
    font-weight: 700;
    line-height: 26px
}

@media screen and (min-width:980px) {
    .service_listaus {
        height: 100%;
        width: 30%;
        float: right
    }
}

.service_listaus .serviceinfo {
    height: 60px;
    margin-top: 20px;
    display: block
}

.service_listaus .serviceinfo .clearfix {
    display: auto
}

.service_listaus .serviceinfo img {
    height: 55px;
    width: 55px;
    margin: 0 10px;
    overflow: hidden;
    float: left
}

.service_listaus .serviceinfo img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.service_listaus .serviceinfo .servicelink {
    margin-left: 10px;
    border-top: solid 1px #DEDEDE;
    padding-top: 10px;
    padding-bottom: 5px;
    width: 93%;
    align: center
}

.service_listaus .serviceinfo p {
    color: #aaa;
    font-weight: 400
}

.service_listaus .serviceinfo a h3 {
    font-size: 16px;
    color: #000;
    padding-top: 15px;
    margin: 10px auto
}

.service_listaus .serviceinfo a h3:hover {
    color: #003A81
}

.services_page {
    background-color: #F0EFF2;
    height: 100%
}

.services_page .services.info {
    margin: 40px;
    font-family: "montserrat";
    color: #000;
    font-size: 16px;
    line-height: 26px;
    text-align: center
}

.services_page .services_list {
    text-align: center
}

.services_page .services_list .service_ingressi {
    margin: auto auto 40px;
    max-width: 700px;
    text-align: center
}

.services_page .services_list h1.valignmiddle.uppercase.title-bold {
    color: #003A81;
    font-size: 30px;
    font-family: "montserrat";
    font-weight: 700;
    padding: 35px;
    text-align: center
}

.services_page .services_list .column {
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    float: left;
    height: 100%;
    line-height: 26px;
    overflow: hidden;
    display: inline-block;
    width: 100%
}

@media screen and (min-width:600px) {
    .services_page .services_list .column {
        width: 50%
    }
}

@media screen and (min-width:980px) {
    .services_page .services_list .column {
        width: 33.3%
    }
}

.services_page .services_list .column .inner {
    background-color: #fff;
    padding: 0 0 15px
}

.services_page .services_list .column .inner a img {
    max-width: 100%
}

.services_page .services_list .column .inner img {
    max-width: auto;
    max-height: 100%
}

.services_page .services_list .column .inner img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.services_page .services_list .column .inner p {
    padding: auto 10px
}

header {
    border-bottom: 1px solid #DEDEDE
}

.wrapper {
    padding: 20px
}

@media screen and (min-width:790px) {
    .wrapper {
        padding: 20px
    }
}

.toparea {
    height: 100%;
    margin-bottom: -36px
}

.toparea .logo {
    height: 50px;
    width: 200px;
    float: left;
    box-sizing: border-box;
    padding: 5px
}

@media screen and (min-width:980px) {
    .toparea .logo {
        height: 70px;
        width: 280px
    }
}

.toparea .logo img {
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden
}

.toparea .mobile-toggle-nav {
    position: absolute;
    right: 10px;
    outline: 0
}

.toparea .mobile-toggle-nav button.js-toggle-site-nav {
    width: 37px;
    height: 30px;
    padding: 0;
    background: 0 0;
    position: relative;
    display: inline-block;
    border: 1.5px solid transparent
}

.toparea .mobile-toggle-nav button.js-toggle-site-nav:hover {
    border: 1.5px solid transparent
}

.toparea .mobile-toggle-nav button.js-toggle-site-nav .line-top {
    top: 0;
    height: 5px;
    background: #003A81;
    position: absolute;
    width: 37px;
    left: 0
}

.toparea .mobile-toggle-nav button.js-toggle-site-nav .line-mid {
    top: 11px;
    opacity: 1;
    height: 5px;
    background: #003A81;
    position: absolute;
    width: 37px;
    left: 0
}

.toparea .mobile-toggle-nav button.js-toggle-site-nav .line-bot {
    bottom: 0;
    height: 5px;
    background: #003A81;
    position: absolute;
    width: 37px;
    left: 0
}

footer .wrapper .footercolumn_right .some a,
section.testmonials,
section.testmonials #costumer {
    background-repeat: no-repeat;
    background-size: cover
}

.toparea nav.main-menu-area {
    height: 100%;
    box-sizing: border-box;
    display: none;
    padding: 20px
}

@media screen and (min-width:980px) {
    .toparea .mobile-toggle-nav {
        display: none
    }
    .toparea nav.main-menu-area {
        display: block;
        height: 50px;
        padding: 0;
        float: right
    }
}

.toparea nav.main-menu-area ul {
    width: 100%;
    list-style-type: none;
    margin-top: 50px;
    padding: 10px;
    overflow: auto;
    background-color: #fff
}

@media screen and (min-width:980px) {
    .toparea nav.main-menu-area ul {
        width: 100%;
        margin-top: 12px;
        overflow: hidden
    }
}

.toparea nav.main-menu-area li {
    float: none;
    margin: 10px 70px
}

@media screen and (min-width:600px) {
    .toparea nav.main-menu-area li {
        float: none;
        margin: 10px 200px
    }
}

@media screen and (min-width:980px) {
    .toparea nav.main-menu-area li {
        display: inline-block;
        margin: auto 5px
    }
}

.toparea nav.main-menu-area li.current-menu-item a {
    color: #1F3A6F;
    font-family: "montserrat";
    font-weight: 700;
    font-size: 14px;
    border-bottom: 2px solid #1F3A6F;
    border-radius: 0
}

.toparea nav.main-menu-area li a {
    display: block;
    color: #1F3A6F;
    font-family: "montserrat";
    font-weight: 700;
    font-size: 14px;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid transparent;
    transition: all .5s ease
}

.toparea nav.main-menu-area li a:hover {
    color: #F15C56;
    border-bottom: 2px solid #F15C56;
    border-radius: 0;
    transition: all .5s ease
}

.menu-menu-1-container {
    float: none;
    margin-top: -5px;
    position: relative
}

#menu-item-279 a {
    border-color: #003A81;
    border-width: 2px;
    color: #003A81;
    background-color: transparent;
    margin-left: 10px;
    transition: all .2s ease
}

#menu-item-279 a:hover {
    background-color: #F15C56;
    border-color:#F15C56;
    color: #fff;
    transition: all .2s ease
}

.post-type-archive-tarinat .menu-item-273 {
    border-radius: 0
}

.post-type-archive-tarinat .menu-item-273 a {
    border-bottom: 2px solid #1F3A6F!important;
    color: #1F3A6F!important
}

a.button,
section.news a.button {
    font-size: 16px;
    line-height: 26px
}

section.testmonials .text {
    font-weight: 300
}

section.testmonials #costumer {
    margin: auto auto 20px;
    text-align: center;
    height: 200px;
    width: auto;
    overflow: hidden
}

a.button,
section.news a.button,
section.news h2,
section.news h3 {
    text-align: left
}

@media screen and (min-width:600px) {
    section.testmonials .text {
        padding: 0 20px
    }
    section.testmonials #costumer {
        margin-bottom: 20px
    }
}

section.news {
    height: 100%;
    line-height: 26px;
    margin-bottom: 20px
}

section.news button {
    float: left;
}

@media screen and (min-width:980px) {
    section.news button {
        float: right
    }
}

section.news hr {
    width: 100%;
    background-color: #DEDEDE;
    height: 1px;
    margin: 40px auto
}

section.news .newscolumn {
    box-sizing: border-box;
    padding: 0 50px 50px 0;
    width: 100%
}

section.news .newscolumn:after {
    display: block;
    height: 0;
    clear: both
}

footer,
section.contact-bar {
    height: 100%;
    width: 100%
}

@media screen and (min-width:790px) {
    section.news .newscolumn {
        width: 50%;
        float: left
    }
}

section.news .newscolumn a.button {
    margin: 10px 0;
    float: left
}

section.news .newscolumn a h3:hover {
    color: #000
}

section.news .newscolumn h3 {
    margin: 0 0 7px;
    text-align: left
}

section.news .newscolumn .time {
    font-family: "montserrat";
    color: #aaa;
    font-weight: 400
}

section.news .newscolumn p {
    color: #000;
    width: 100%;
    margin: 0
}

section.news .text {
    width: 100%;
    float: left;
    margin: 30px auto
}

@media screen and (min-width:980px) {
    section.news .text {
        width: 75%
    }
}

section.news .text p {
    color: #000;
    width: 100%;
    margin-bottom: 22px
}

@media screen and (min-width:600px) {
    section.news .text p {
        width: 75%
    }
}

section.news a.button {
    font-family: "montserrat";
    color: #fff;
    float: left;
    background-color: #1F3A6F;
    border: 2px solid transparent;
    margin: 0 0 40px;
    padding: 7px 15px
}

a.button,
footer .wrapper .footercolumn_right .footerlinks h3 {
    font-family: "brother-1816",sans-serif;
    text-decoration: none
}

section.news a.button:hover {
    background-color: #fff;
    color: #1F3A6F;
    border: 2px solid #1F3A6F;
}

@media screen and (min-width:980px) {
    section.news .text p {
        width: 65%
    }
    section.news a.button {
        padding: 7px 36px;
        margin: 50px auto;
        float: right
    }
    section.contact-bar h2 {
        float: left
    }
}

section.contact-bar .text {
    box-sizing: border-box
}

section.contact-bar h2 {
    float: left
}

section.contact-bar a.button {
    float: left;
    clear: both
}

@media screen and (min-width:980px) {
    section.contact-bar a.button {
        float: right;
        clear: none
    }
}

a.button {
    color: #fff;
    float: none;
    background-color: #1F3A6F;
    border: 1.5px solid transparent;
    margin-top: 30px
}

a.button:hover {
    border: 1.5px solid #003A81;
}

@media screen and (min-width:600px) {
    a.button {
        margin-top: 15px;
        padding: 7px 25px
    }
}

footer {
    background-color: #1F3A6F;
}

footer .wrapper:after {
    display: block;
    height: 0;
    clear: both
}

footer .wrapper p {
	float: left;
    font-size: 14px;
    color: #fff;
    margin:0;
}

footer .wrapper .footercolumn_right {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    float: left
}

@media screen and (min-width:980px) {
    footer .wrapper .footercolumn_right {
        width: 70%;
        float: right
    }
}

footer .wrapper .footercolumn_right .footerlinks {
    box-sizing: border-box;
    width: auto;
    float: left
}

@media screen and (min-width:980px) {
    footer .wrapper .footercolumn_right .footerlinks {
        float: right;
        margin-top: 25px
    }
}

footer .wrapper .footercolumn_right .footerlinks h3 {
    color: #fff;
    font-size: 10px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 15px 20px
}

footer .wrapper .footercolumn_right .footerlinks h3:hover {
    color: #F15C56;
}

@media screen and (min-width:600px) {
    footer .wrapper .footercolumn_right .footerlinks h3 {
        float: left;
        letter-spacing: 1px;
        font-size: 17px
    }
    footer .wrapper .footercolumn_right .footerlinks a {
        float: left
    }
}

footer .wrapper .footercolumn_left h3,
footer .wrapper .footercolumn_right h3 {
    font-size: 22px;
    font-family: "brother-1816",sans-serif;
    font-weight: 300;
    color: #fff;
    line-height: 26px
}

footer .wrapper .footercolumn_right h3 {
    padding: 7% auto
}

footer .wrapper .footercolumn_right .some {
    position: bottom;
    margin: 10px auto 30px 0;
    float: left;
    padding-top: 0;
    clear: both
}

@media screen and (min-width:980px) {
    footer .wrapper .footercolumn_right .some {
        float: right;
        padding-top: 30px
    }
}

footer .wrapper .footercolumn_right .some a {
    height: 10px;
    width: 10px;
    padding: 10px;
    overflow: hidden
}

footer .wrapper .footercolumn_right .some a:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

footer .wrapper .footercolumn_right .some a.fb {
    margin: auto 10px;
    background: url(img/fb.svg) center no-repeat;
    max-width: 100%;
    max-height: 100%;
    float: left;
    padding: 10px
}

footer .wrapper .footercolumn_right .some a.insta {
    margin: auto 10px;
    background: url(img/instagram.svg) center no-repeat;
    max-width: 100%;
    max-height: 100%;
    float: left;
    padding: 10px
}

footer .wrapper .footercolumn_right .some a.linked {
    margin: auto 10px;
    background: url(img/linkedin.svg) center no-repeat;
    max-width: 100%;
    max-height: 100%;
    float: left;
    padding: 10px
}

footer .wrapper .footercolumn_right .some a.twitter {
    margin: auto 10px;
    background: url(img/twitter.svg) center no-repeat;
    max-width: 100%;
    max-height: 100%;
    float: left;
    padding: 10px
}

footer .wrapper .footercolumn_left {
    width: 100%;
    height: 100%;
    box-sizing: border-box
}

@media screen and (min-width:980px) {
    footer .wrapper .footercolumn_left {
        width: 30%;
        float: left
    }
}

footer .wrapper .footercolumn_left h3 {
    margin: 35px auto
}

footer .wrapper .footercolumn_left #footerlogo {
    margin-top: 25px;
    height: auto;
    width: 240px;
    float: left;
    background-repeat: no-repeat;
    background-size: contain
}

footer .wrapper .footercolumn_left #footerlogo img {
    float: left;
    height: 100%;
    width: 240px;
    box-sizing: border-box;
    padding: 20px 20px 20px 0
}

footer .wrapper .footercolumn_left p {
    font-family: "montserrat";
    width: 100%;
    float: left;
    color: #fff;
    padding: 0;
    font-size: 17px;
    font-weight: 400
}

footer .wrapper hr {
    width: 100%;
    background-color: #F15C56;
    margin-top: 25px;
    padding: 20px auto;
    clear: both;
    margin-bottom: 20px
}

@media screen and (min-width:600px) {
    footer .wrapper hr {
        padding: 0
    }
}

.madeinredland {
    display: block;
    background: url(img/made_in_redland.svg) no-repeat;
    background-size: contain;
    float: right;
    height: 30px;
    width: 80px;
    margin: 0 auto;
    opacity: .1
}

.madeinredland img {
    height: 40px;
    width: auto
}

.cover {
    width: 100%;
    height: 100%;
    background: rgba(0, 43, 92, 0)!important;
    position: absolute
}

.flexslider {
    background: 0 0;
    height: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
}

.flexslider .slides {
    height: 351px
}

.flexslider .slides img {
    height: 100%;
    width: auto!important;
    margin: auto
}

.flexslider li {
    height: 100%;
    background-size: cover;
    background-position: center
}

.flexslider li .caption {
    height: 100%;
    text-align: center
}

.flexslider:hover .flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-prev {
    height: 40px;
    width: 40px;
    background-image: url(../images/arrow.svg);
    background-size: 40px 40px
}

.flexslider h2,
.flexslider h3,
.flexslider h4,
.flexslider h5,
.flexslider h6,
.flexslider p,
.flexslider>h1 {
    color: #fff!important;
    padding: 15px 0
}

.flexslider p {
    padding: 0 20%;
    font-size: 18px;
    font-weight: 700
}

.flexslider:hover .flex-direction-nav .flex-next {
    right: 8%;
    display: inline
}

.flex-direction-nav .flex-next {
    text-align: right;
    text-indent: 100000px;
    display: none
}

.flexslider:hover .flex-direction-nav .flex-prev {
    left: 8%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline
}

.flex-direction-nav .flex-prev {
    text-align: left;
    text-indent: -100000px;
    display: none
}

ol.flex-control-nav.flex-control-paging {
    display: none
}

.yritysinfo {
    height: 100%;
    float: left;
    width: 100%;
    margin-bottom: 40px
}

.yritysinfo .yritysintro {
    margin-bottom: 60px
}

@media screen and (min-width:600px) {
    .yritysinfo .yritysintro {
        width: 80%
    }
}

@media screen and (min-width:980px) {
    .flexslider:hover .flex-direction-nav .flex-next {
        right: 16%
    }
    .flexslider:hover .flex-direction-nav .flex-prev {
        left: 16%
    }
    .yritysinfo {
        height: 100%;
        width: 60%
    }
}

.yritysinfo p {
    line-height: 26px
}

.yritysinfo h3 {
    margin: 10px auto;
    font-size: 22px;
    line-height: 26px
}

.yritysinfo img {
    height: auto;
    box-sizing: border-box;
    padding: 20px
}

.yritysinfo hr {
    margin-bottom: 40px;
    background-color: #DEDEDE
}

.archive-post .post-content {
    float: left;
    margin-bottom: 60px
}

.archive-post .post-content .post-text {
    margin-bottom: 40px
}

.archive-post .post-content a.button {
    margin-top: 40px
}

@media screen and (min-width:600px) {
    .archive-post .post-content {
        width: 60%
    }
    .archive-post .post-featured-image {
        width: 40%;
        float: right
    }
}

.archive-post .post-featured-image {
    display: block;
    text-align: center
}

.archive-post .post-featured-image figure {
    display: inline-block
}

.dealers {
    margin-bottom: 60px
}

.dealers .dealer {
    margin-bottom: 30px
}

.agents {
    margin-bottom: 60px
}

.agents .agent {
    margin-bottom: 30px
}

.location {
    height: 500px;
    width: 100%
}

.location iframe {
    width: 100%;
    height: 550px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.form_column {
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    float: left
}

.form_column:after {
    display: block;
    height: 0;
    clear: both
}

@media screen and (min-width:980px) {
    .form_column {
        width: 65%
    }
}

.form_column .gform_wrapper input#gform_submit_button_1 {
    width: auto
}

.form_column .gform_wrapper .top_label .gfield_label {
    display: none!important
}

.form_column .gform_wrapper .top_label div.ginput_container {
    font-size: 16px;
    line-height: 26px;
    padding:20px;
	border: 2px solid #1F3A6F;
}

.form_column .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: inherit;
    font-family: inherit;
    letter-spacing: normal
}

.contact_column .contact_info .staff_info a,
.form_column .gform_wrapper label.gfield_label,
.form_column input[type=submit] {
    font-family: "montserrat";
    font-size: 16px;
    line-height: 26px
}

.form_column .gform_wrapper textarea.medium {
    height: 160px;
    width: 100%;
    background: #fff;
    border: none;
    padding:0;
    margin:0;
    font-size: 16px;
    line-height: 26px;
}

.form_column .gform_wrapper .gform_body ul li.gfield {
    width: 100%;
    margin-top: 16px;
    padding-top: 0;
    display: block
}

@media screen and (min-width:790px) {
    .form_column .gform_wrapper .gform_body ul li.gfield {
		float:left;
        width: 48%;
        display: inline-block
    }

    .form_column .gform_wrapper .gform_body ul li.gfield#field_3_1,
    .form_column .gform_wrapper .gform_body ul li.gfield#field_3_7 {
        margin-right:4%;
    }


    .form_column .gform_wrapper .gform_body ul input[type=text] {
        width: 100%
    }
}

.form_column .gform_wrapper .gform_body ul input[type=text] {
    background: #E9E9E9;
    border:none;
    width: 100%;
    padding:0;
}

.form_column .gform_wrapper .gform_body ul li#field_1_5 {
    width: 100%
}

.form_column input[type=submit] {
    color: #fff;
    text-align: left;
    float: left;
    background-color: #003A81;
    border: 1.5px solid transparent;
    margin: 20px auto;
    padding: 7px 25px
}

.form_column input[type=submit]:hover {
    background-color: #fff;
    color: #003A81;
    border: 1.5px solid #003A81;
}

@media screen and (min-width:600px) {
    .form_column input[type=submit] {
        padding: 7px 36px
    }
}

.contact_column {
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    float: right
}

@media screen and (min-width:980px) {
    .contact_column {
        width: 35%
    }
}

.contact_column .contact_info {
    width: 100%;
    padding-top: 20px;
    line-height: 26px
}

.contact_column .contact_info .clearfix {
    overflow: auto
}

.contact_column .contact_info .staff_img {
    margin-bottom: 30px;
    float: left;
    display: block;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.contact_column .contact_info .staff_img img {
    height: 100%;
    max-width: auto
}

.contact_column .contact_info .staff_info {
    height: 150px;
    width: 55%;
    float: right
}

@media screen and (min-width:600px) {
    .contact_column .contact_info .staff_info {
        width: 80%
    }
}

@media screen and (min-width:980px) {
    .contact_column .contact_info .staff_info {
        width: 65%
    }
}

.contact_column .contact_info .staff_info a {
    display: block;
    color: #000;
    font-weight: 300;
    text-decoration: none;
    padding: 0 0 0 10px
}

.contact_column .contact_info .staff_info a:hover {
    color: #E9E9E9
}

.contact_column .contact_info .staff_info p {
    padding: 0 0 0 10px;
    line-height: 26px
}

.contact_column .contact_info .staff_info h3 {
    margin: 10px;
    font-size: 22px;
    line-height: 26px
}

.contact_column .toimipaikka {
    width: 100%;
    height: 100%
}

.contact_column .toimipaikka .clearfix {
    overflow: auto
}

.contact_column .toimipaikka h3 {
    margin: 10px auto;
    font-size: 22px;
    line-height: 26px
}

.contact_column .toimipaikka .office a,
.contact_column .toimipaikka p {
    display: inline-block;
    font-size: 16px;
    font-family: "montserrat";
    font-weight: 300
}

.contact_column .toimipaikka .office {
    height: 50px
}

.contact_column .toimipaikka .office img {
    background-repeat: no-repeat;
    height: 100%;
    width: 18px;
    display: inline-block;
    padding: 0 10px 0 0;
    margin-bottom: -20px
}

.contact_column .toimipaikka .office a {
    color: #000;
    text-decoration: none
}

.contact_column .toimipaikka .office a:hover {
    color: #E9E9E9
}

.contact_column .toimipaikka p {
    color: #000
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    font-family: "montserrat";
    font-weight: 300;
    color: red;
    font-size: 14px;
    background-color: transparent
}

.gform_wrapper li.gfield_error textarea,
body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: 2px solid #1F3A6F
}

li#field_1_1,
li#field_1_2,
li#field_1_3,
li#field_1_5,
li#field_1_6 {
    background: 0 0;
    border-top: 0;
    border-bottom: 0
}

.gform_wrapper div.validation_error {
    font-family: "Open sans"!important;
    font-weight: 700!important;
    color: red!important;
    font-size: 16px!important;
    text-align: left!important;
    border-top: 0!important;
    border-bottom: 0!important;
    margin-bottom: 5px!important
}

.gfield_description {
    padding: 0!important
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding-right: 10px!important
}

.form_column .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background: 0 0;
    margin-bottom:0;
}

body .gform_wrapper select {
    width: 100%!important;
    border: 2px solid #1F3A6F;
    border-radius: 0!important;
    padding: 20px!important;
    background: 0 0;
    color: #373737
}

body .gform_wrapper select option {
    background: #fff;
    padding: 20px!important;
    border: 2px solid #1F3A6F
}

.form_column .gform_wrapper .gform_body ul li.gfield#field_3_10,
.form_column .gform_wrapper .gform_body ul li.gfield#field_3_9 {
    width: 100%!important
}

.gform_wrapper .gfield_radio li label,
body .gform_wrapper .gfield_checkbox li label {
    font-size: 100%;
    color: #373737
}

.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label,
body .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label {
    font-weight: 400
}

.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit],
body .gform_wrapper .gform_footer input.button {
    font-weight: 700;
    padding: 10px 60px;
    background: #1F3A6F;
    transition: all .2s ease;
    border-width: 2px;
    text-align: center
}

.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover,
body .gform_wrapper .gform_footer input.button:hover {
    background: 0 0;
    transition: all .2s ease
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
body .gform_wrapper li.gfield.gfield_error {
    background-color: transparent;
    margin-bottom: 6px!important;
    border-top: none;
    border-bottom: none;
    padding-bottom: 10px;
    padding-top: 8px;
    box-sizing: border-box
}

.gform_wrapper.gf_browser_chrome .gfield_error input[type=number],
.gform_wrapper.gf_browser_chrome .gfield_error input[type=password],
.gform_wrapper.gf_browser_chrome .gfield_error input[type=tel],
.gform_wrapper.gf_browser_chrome .gfield_error input[type=text],
.gform_wrapper.gf_browser_chrome .gfield_error input[type=url],
.gform_wrapper.gf_browser_chrome .gfield_error select,
.gform_wrapper.gf_browser_chrome .gfield_error textarea,
.gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=text],
body .gform_wrapper.gf_browser_chrome .gfield_error input[type=email] {
    margin-bottom: 10px!important
}

body .gform_confirmation_message {
    margin-top: 40px;
    color: #373737
}

.column_artikkelit {
    height: 100%;
    float: left;
    width: 100%;
    margin-right: 0
}

@media screen and (min-width:980px) {
    .column_artikkelit {
        height: 100%;
        width: 67%;
        margin-right: 3%
    }
}

.column_artikkelit .artikkeli {
    width: 100%
}

.column_artikkelit .artikkeli hr {
    margin: 60px 0 50px
}

.column_artikkelit .artikkeli a {
    text-decoration: none
}

.column_artikkelit .artikkeli a h2 {
    margin-bottom: 30px
}

.column_artikkelit .artikkeli a h2:hover {
    color: #373737
}

.column_artikkelit .artikkeli .article-image {
    display: block;
    text-align: center
}

.column_artikkelit .artikkeli .article-image figure {
    display: inline-block
}

.column_artikkelit .artikkeli .article-image figure img {
    height: auto;
    width: auto
}

.column_artikkelit .artikkeli p {
    line-height: 26px
}

.column_artikkelit .artikkeli p a.read-more {
    font-family: "montserrat";
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    margin-top: 10px;
    float: right;
    background-color: #003A81;
    border: 1.5px solid transparent;
    padding: 7px 15px
}

.artikkeli_listaus h3,
.column_artikkelit .artikkeli h4,
.column_artikkelit .page-navi a p {
    font-family: 'Open Sans'
}

.column_artikkelit .artikkeli p a.read-more:hover {
    background-color: #fff;
    color: #003A81;
    border: 1.5px solid #003A81;
}

@media screen and (min-width:600px) {
    .column_artikkelit .artikkeli p a.read-more {
        padding: 7px 36px;
        margin: 20px
    }
}

.column_artikkelit .artikkeli h4 {
    color: #aaa;
    text-decoration: bold;
    margin-bottom: 10px
}

.column_artikkelit .page-navi nav.navigation.pagination .nav-links a.next.page-numbers:hover,
.column_artikkelit .page-navi nav.navigation.pagination .nav-links a.page-numbers:hover {
    color: #1F3A6F
}

.column_artikkelit .page-navi {
    margin-top: 60px;
    text-decoration: none
}

.column_artikkelit .page-navi a {
    text-decoration: none
}

.column_artikkelit .page-navi a p {
    text-align: center;
    font-weight: 700;
    line-height: 26px
}

.column_artikkelit .page-navi a:hover {
    text-decoration: underline
}

.column_artikkelit .page-navi nav.navigation.pagination .nav-links {
    text-align: center;
    padding: 14px 16px;
    font-family: "montserrat";
    font-weight: 700;
    line-height: 26px
}

.column_artikkelit .page-navi nav.navigation.pagination .nav-links a.next.page-numbers {
    margin: auto 10px
}

.column_artikkelit .page-navi nav.navigation.pagination .nav-links span.page-numbers.current {
    margin: auto 10px;
    color: #1F3A6F
}

.column_artikkelit .page-navi nav.navigation.pagination .nav-links a.page-numbers {
    margin: auto 10px;
    color: #373737;
    text-decoration: none;
    font-weight: 700
}

.artikkeli_listaus {
    box-sizing: border-box;
    margin-bottom: 25px;
    height: 100%;
    float: left;
    width: 100%;
    border: 1.5px solid #DEDEDE
}

.artikkeli_listaus .clearfix {
    display: block
}

.artikkeli_listaus h3 {
    margin: 30px 20px;
    color: #003A81;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px
}

@media screen and (min-width:980px) {
    .artikkeli_listaus {
        height: 100%;
        width: 30%;
        float: right
    }
}

.artikkeli_listaus .newsinfo {
    display: block;
    margin-top: 20px
}

.artikkeli_listaus .newsinfo .clearfix {
    display: auto
}

.artikkeli_listaus .newsinfo .newslink {
    border-top: solid 1px #DEDEDE;
    height: 100%;
    padding: 20px 0;
    margin: 0 22px;
    clear: both;
    overflow: hidden
}

.artikkeli_listaus .newsinfo .newslink img.model_thumbnail {
    width: auto;
    height: 55px;
    margin-right: 15px;
    padding: 5px;
    box-sizing: border-box;
    transition: all .5s ease
}

.artikkeli_listaus .newsinfo .newslink img.model_logo {
    width: auto;
    height: auto;
    padding: 20px 0;
    margin: 0
}

.artikkeli_listaus .newsinfo .newslink a {
    display: block;
    height: 100%;
    width: 100%
}

.artikkeli_listaus .newsinfo .newslink a:hover {
    text-decoration: underline
}

.artikkeli_listaus .newsinfo .newslink a img {
    display: block;
    float: left;
    height: 55px;
    width: 55px;
    margin: 0 20px 0 0;
    overflow: hidden
}

.artikkeli_listaus .newsinfo .newslink a img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.artikkeli_listaus .newsinfo .newslink h4 {
    color: #AAA;
    margin-bottom: 0
}

.artikkeli_listaus .newsinfo p {
    color: #aaa;
    font-weight: 400
}

.artikkeli_listaus .newsinfo a {
    text-decoration: none
}

.artikkeli_listaus .newsinfo a:hover img.model_thumbnail {
    padding: 0;
    transition: all .5s ease
}

.artikkeli_listaus .newsinfo a h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px
}

.artikkeli_listaus .newsinfo a h3:hover {
    color: #003A81
}

.single .column_artikkelit {
    margin-bottom: 80px
}

@media screen and (min-width:980px) {
    .single-tarinat .column_artikkelit {
        width: 60%;
        margin-right: 0
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: "brother-1816",sans-serif;
    font-weight: 700
}

h1 {
    font-size: 44px
}

h2 {
    font-size: 32px;
    line-height: 40px
}

h3 {
    font-size: 22px;
    margin: 0 0 30px
}

h4 {
    margin-bottom: 16px
}

p {
    font-family: "montserrat",sans-serif;
    color: #000;
}

a.button {
    border-width: 2px;
    font-weight: 700;
    transition: all .2s ease;
    padding: 10px 30px!important
}

a.button:active,
a.button:focus,
a.button:hover {
    border-width: 2px;
    background-color: #fff!important;
    color: #1F3A6F!important;
    border-color: #1F3A6F!important
}

.intro .wrapper .intro-block {
    margin: 0 auto 60px;
    width: 80%;
    text-align: center
}

.intro .wrapper .intro-block h2 {
    padding-top: 50px;
    font-size: 28px
}

.intro .wrapper .intro-block p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 40px
}

.footerlinks h3 {
    font-size: 14px;
}


/*# sourceMappingURL=main.min.css.map */