<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.slider-cover .sp-buttons .sp-button {
    background: #6f0a15;
    border: 0
}
.slider-cover .sp-buttons .sp-selected-button {
    background: #fff
}
.slider-cover .sp-full-screen-button {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 15px;
    transform: none;
    opacity: 1!important;
    right: 0;
    top: 0;
    font-size: 20px
}
.slider-cover .sp-full-screen-button:before {
    content: "\f0b2";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.product-slider .sp-thumbnails {
    margin-top: 15px
}
.product-slider .sp-thumbnails .sp-thumbnail-container {
    border: 5px solid #cfcfcf
}
.news-detail-date {
    color: #fff;
    background: #de182f;
    float: right;
    padding: 10px;
    font-size: 15px;
    font-weight: 900;
    margin-top: 10px
}
.panel {
    border: 1px solid #e2e2e2;
    background: #fff;
    margin-bottom: 25px
}
.panel .panel-header {
    position: relative;
    display: table;
    width: 100%
}
.panel .panel-header h4 {
    font-size: 1.500em;
    color: #15181e;
    font-weight: 900;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 12px 15px;
    margin: 0;
    border-bottom: 1px solid #e2e2e2
}
.panel .panel-body {
    padding: 20px
}
.panel .panel-body.inner {
    padding: 5px
}
.panel .panel-body:after {
    content: "";
    display: table;
    clear: both
}
.panel .panel-body p {
    font-size: 1.143em
}
.contact-btn {
    background: #de182f;
    margin-top: 10px
}
.contact-btn:hover,
.contact-btn:focus {
    background: #fe182f;
    color: #fff
}
a.legal-permits {
    color: #222;
    text-decoration: underline;
    padding-left: 5px
}
.accordion-number {
    background: #de182f;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    padding: 7px 0;
    width: 50px;
    text-align: center;
    margin-right: 15px;
    display: table-cell
}
.accordion-link {
    color: #de182f;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: right;
    right: 0;
    font-size: 25px;
    float: right;
    padding: 7px 15px
}
.accordion-link i {
    -moz-transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1)
}
.accordion-link:hover,
.accordion-link:focus {
    color: #de182f
}
.accordion-link.opened i {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}
.accordion-wrapper .panel .panel-body {
    display: none;
    overflow: hidden
}
.accordion-item {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px
}
.accordion-item:after {
    content: "";
    display: table;
    clear: both
}
.accordion-item .thumbnail {
    margin-top: 0;
    margin-left: 0
}
.dealers-selection {
    background: #008435;
    padding: 10px 15px;
    margin-bottom: 25px
}
.dealers-selection-select-wrapper {
    float: right;
    width: 200px
}
select.dealers-selection-select {
    border-radius: 4px;
    margin-bottom: 0;
    height: 45px
}
.dealers-selection-label {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 45px;
    margin-bottom: 0
}
.content-table-style-1 {
    width: 100%
}
.content-table-style-1 thead tr th {
    background: #231f20;
    color: #fff;
    padding: 15px;
    text-align: left
}
.content-table-style-1 tbody tr td {
    padding: 15px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-top: 0;
    font-size: 15px;
    color: #3d3d3d
}
.menu {
    -moz-transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: #FFF;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    max-width: 320px;
    width: 100%;
    height: 100%;
    padding: 15px
}
.menu.opened {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
.menu-body {
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    z-index: 4
}
.menu-bg {
    -moz-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1);
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 998;
    width: 100%;
    height: 100%
}
.menu-bg.opened {
    left: 0
}
.control-label {
    position: absolute;
    right: 5px;
    left: auto!important;
    top: 0!important;
    color: #fff!important;
    z-index: 99;
    width: auto;
    font-size: 12px;
    box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    display: none;
    font-family: Tahoma, Geneva, sans-serif;
    background-color: #a9a8ab
}
.control-label:after {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #a9a8ab;
    content: "";
    opacity: 1!important;
    position: absolute;
    top: 25px!important;
    left: 5px;
    bottom: -6px
}
.fileUpload {
    position: relative;
    overflow: hidden
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0)
}
.fileUpload-wrapper .fileUpload-input {
    width: 80%;
    margin: 0;
    padding: 0;
    height: 45px;
    vertical-align: top;
    border: 1px solid #d3394c;
    background-color: #f1e5e6;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700
}
.fileUpload-wrapper .fileUpload {
    width: 20%;
    height: 45px;
    line-height: 45px;
    background-color: #d3394c;
    box-shadow: none;
    border-radius: 0
}
.fileUpload-input::-webkit-input-placeholder {
    color: #d3394c
}
.fileUpload-input:-moz-placeholder {
    color: #d3394c;
    opacity: 1
}
.fileUpload-input::-moz-placeholder {
    color: #d3394c;
    opacity: 1
}
.fileUpload-input:-ms-input-placeholder {
    color: #d3394c
}
.detail-video-wrap {
    position: relative
}
.detail-video-wrap:before {
    content: "\f04b";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    font-size: 20px;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -22.5px;
    background: #810305;
    color: #fff;
    width: 45px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    z-index: 2
}
.detail-video-wrap:after {
    content: "";
    display: inline-block;
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}
.detail-video-wrap:hover:before {
    background: #de182f
}
.activity-item {
    margin-bottom: 25px;
    display: block
}
.activity-item .activity-images {
    max-width: 125px;
    float: left;
    margin-right: 15px
}
.activity-item .activity-images img {
    max-width: 100%
}
.activity-item .activity-content h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #000;
    font-weight: bold
}
.activity-item .activity-content p {
    font-size: 15px;
    display: -webkit-box;
    height: 40px;
    line-height: 20px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}
#map-turkiye * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
.fancy-social {
    position: absolute;
    right: 0;
    bottom: -8px
}
.fancy-social .twitter-share-button {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    border-radius: 50%;
    display: block;
    background: #1da1f2;
    color: #fff;
    float: right;
    text-align: center;
    margin-left: 5px
}
.fancy-social .facebook-share-button {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    border-radius: 50%;
    display: block;
    background: #3b5998;
    color: #fff;
    float: right;
    text-align: center
}
.bayi-girisi {
    background: #0d1319;
    color: #fff;
    height: 50px
}
.allvideo {
    background: #de182f;
    color: #fff;
    height: 40px;
    margin: 4px;
    width: 100%
}
.allvideo:hover {
    background: #a7181c
}
.bayi-girisi a {
    color: #fff;
    font-weight: bold
}
.bayi-girisi:hover,
.bayi-girisi.btn-large:hover {
    background-color: #de182f;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}
@media(max-width:1366px) and (min-width:1200px) {
    .breadcrumb-image img {
        position: relative;
        left: -20%
    }
}
@media screen and (max-width: 1200px) {
    .news-images img {
        max-width: 100%
    }
    .mobile-menu-trigger {
        display: inline-block
    }
    .menu-bg {
        display: block
    }
    .mobile-menu-wrapper {
        position: fixed;
        width: 240px;
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        left: 0;
        top: 0;
        margin: 0;
        height: 100%;
        height: calc(100%+60px);
        height: -moz-calc(100%);
        padding-bottom: 60px;
        background-color: #fff;
        z-index: 999;
        overflow-y: auto;
        will-change: left;
        -moz-transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1);
        transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1)
    }
    .mobile-menu-wrapper.opened {
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
    .mobile-menu-wrapper ul {
        list-style-type: none
    }
    .mobile-menu-wrapper ul li {
        float: none;
        position: relative
    }
    .mobile-menu-wrapper&gt;ul&gt;li {
        border-bottom: 1px dashed #e2e2e2
    }
    .mobile-menu-wrapper ul li.tractor-menu-wrapper .tractor-menu {
        display: none
    }
	.mobile-menu-wrapper ul li.tractor-menu-wrapper-en .tractor-menu {
        display: none
    }
	#hattat .row .col-md-2{margin-bottom:10px;}
    .mobile-menu-wrapper ul li a {
        color: #444;
        display: block;
        font-size: 18px;
        font-weight: 600;
        padding: 15px
    }
    .mobile-menu-wrapper&gt;ul&gt;li.dropdown {
        cursor: copy
    }
    .mobile-menu-wrapper ul li.dropdown a {
        display: inline-block
    }
    .mobile-menu-wrapper ul li:hover&gt;a {
        color: #de182f
    }
    .mobile-menu-wrapper ul li.dropdown:after {
        content: "+";
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
        font-size: 25px
    }
    .mobile-menu-wrapper ul ul {
        display: none
    }
    .mobile-menu-wrapper ul ul li a {
        font-size: 14px;
        font-weight: 400
    }
    .main-logo.logo-scroll {
        z-index: 999
    }
    #menu.main-header-scroll .main-nav-wrapper {
        height: 50px
    }
    .main-logo.logo-scroll {
        position: fixed;
        top: 0;
        z-index: 10001;
        width: 73px;
        padding: 15px 10px;
        overflow: hidden;
        background: rgba(97, 5, 8, 0.9);
        border-radius: 0 0 10px 10px
    }
    .main-logo.logo-scroll img {
        max-width: none
    }
    .customer-comment-item .customer-comment-images {
        display: none
    }
    .customer-comment-item .customer-comment-content {
        width: 100%
    }
    .slider-pro p.slide-text-1 {
        width: 100%;
        font-size: 15px;
        top: auto!important;
        bottom: 0;
        background: #000;
        padding: 15px
    }
    .slider-pro p.slide-button-1 {
        top: auto!important;
        bottom: 75px!important
    }
    .news-item .news-content h3 {
        white-space: normal
    }
    .breadcrumbs-list+.breadcrumb-heading {
        display: none
    }
    #map-turkiye {
        display: none
    }
}
@media screen and (max-width: 992px) {
    .news-item .news-images {
        display: table-cell;
        vertical-align: top
    }
    .news-item .news-content {
        display: table-cell;
        vertical-align: top
    }
    .news-item .news-content {
        padding: 16px 12px 0
    }
    #tractor-model .hattat:after {
        content: "";
        display: inline-block;
        position: absolute;
        background: #de182f;
        height: 47px;
        right: -100%;
        left: 100%;
        top: 0
    }
	#tractor-model .hattat-en:after {
        content: "";
        display: inline-block;
        position: absolute;
        background: #de182f;
        height: 47px;
        right: 100%;
        left: -100%;
        top: 0
    }
    #tractor-model .valtra:after {
        content: "";
        display: inline-block;
        position: absolute;
        background: #8a827f;
        height: 47px;
        left: -100%;
        right: 100%;
        top: 0
    }
    #tractor-model .hattat-body:after {
        content: "";
        display: inline-block;
        position: absolute;
        background: #dcdcdc;
        height: 100%;
        right: -100%;
        left: 100%;
        top: 0
    }
    #tractor-model .valtra-body:after {
        content: "";
        display: inline-block;
        position: absolute;
        background: #f5f5f5;
        height: 100%;
        left: -100%;
        right: 100%;
        top: 0
    }
    #video-and-galery .media-heading {
        padding: 10px 0
    }
    #video-and-galery .media-heading-bg-left:after {
        content: "";
        display: inline-block;
        position: absolute;
        background: #de182f;
        height: 100%;
        right: -100%;
        left: 100%;
        top: 0
    }
    #video-and-galery .media-heading-bg-right:after {
        content: "";
        display: inline-block;
        position: absolute;
        background: #de182f;
        height: 100%;
        left: -100%;
        right: 100%;
        top: 0
    }
    .gallery-wrapper,
    .video-wrapper {
        padding-top: 0;
        margin-bottom: 25px
    }
    .page-social {
        float: none;
        text-align: center
    }
    .page-newslater label {
        width: 20%;
        text-align: left
    }
    .page-newslater-body {
        float: none
    }
    .page-newslater input[type=text] {
        width: 80%
    }
    .page-copyright {
        text-align: center;
        width: 100%
    }
    .page-copyright {
        text-align: center
    }
    .breadcrumbs-list {
        display: none
    }
    .content-side:after,
    .content-side-menu:after {
        display: none
    }
    .content-side-menu::after {
        display: none
    }
    .main-content {
        border-left: 0
    }
    .breadcrumb-image {
        display: none
    }
    .content-side .news-item {
        display: none
    }
    .content-side-menu {
        border-bottom: 1px solid #e2e2e2
    }
    .collection-item h4 {
        width: 80%;
        padding: 16px 10px;
        font-size: 1.4em
    }
    .news-item.news-block .news-images {
        display: block
    }
    .news-item.news-block .news-content {
        display: block
    }
    .panel .news-item .news-images {
        display: block
    }
    .social-share {
    	text-align: center;
    }
    .social-share-name {
    	display: block;
    }
    .social-share-item {
    	display: block;
	    margin: 2px 0;
    	padding: 5px;
    	height: auto;
    }
    .social-share-item a {
    	color: #fff;
    }
    .social-share-item.facebook {
		background-color: #4267b2;
    }
    .social-share-item.twitter {
    	background-color: #1b95e0;
    }
    .social-share-item.whatsapp {
    	background-color: #25D366;
    }

    .social-share-item.whatsapp i {
		margin-right: 7px;
    }
    
    .social-share-item iframe{
		vertical-align: middle;
    }
    .social-share-item.whatsapp {
        visibility: visible;
    }

}
@media screen and (max-width: 768px) {
    .main-logo {
        width: 240px;
        padding-top: 15px
    }
    .main-logo img {
        max-width: 100%
    }
    .customer-number span {
        display: none
    }
    .page-newslater input[type=text] {
        width: 70%;
        float: right
    }
}
@media screen and (max-width: 640px) {
    .news-item .news-images img {
        display: none
    }
    .news-clippings.news-item .news-images img {
        display: block
    }
    .page-newslater label {
        width: 30%;
        text-align: left
    }
    .fixed-social {
        display: none
    }
    .collection-link {
        padding: 12px 10px 12px 0
    }
    .panel .news-item .news-images img {
        display: block
    }
}
@media screen and (max-width: 480px) {
    .customer-number {
        display: none
    }
    .page-newslater {
        display: none
    }
    .news-heading {
        padding-right: 70px
    }
    .slide-button-1 a {
        font-size: 14px;
        padding: 0 12px
    }
    .slide-button-traktor {
        left: 10px!important
    }
    .slide-button-list {
        left: 175px!important
    }
    .news-list-image {
        display: none
    }
    .news-list-content {
        padding-left: 15px
    }
    .collection-link {
        display: none
    }
}</pre></body></html>