<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * ------------------------------------------------------------------
 *  Scafold
 * ------------------------------------------------------------------
 */
html, 
body { 
    width: 100%; 
    height: 100%; 
}
body { 
    background-color: #FFF; 
    font-family: 'Anton', sans-serif;
}
a, 
a:active, 
a:focus { 
    outline: none; 
}

h1,
h2 {
    font-weight: 300;
}
h10 {
	color: #323232;
}

figure.captcha { margin: 0 5px 0 0; }
input.captcha, figure.captcha img { width: 100%; max-width: 150px; }
figure.captcha img { border-radius: 6px; }

/*
 * ------------------------------------------------------------------
 *  header_top
 * ------------------------------------------------------------------
 */
.header_top { 
    padding: 10px 0; 
    position: relative;
}
.logo { text-align: center; }
.logo img { margin: 0 auto; }

.language { position: absolute; top: 3px; right: 0; }
.language ul { 
    float: right; 
    margin: 0; 
    padding: 0; 
    width: 100px; 
    list-style: none; 
}
.language ul li { 
    float: left; 
    margin-left: 5px; 
}
.language ul li:last-child { 
    margin-right: 0px; 
}

/*
 * ------------------------------------------------------------------
 *  Header
 * ------------------------------------------------------------------
 */

/**
 * Main Navigation
 */
header {
    height: 45px;
    width: 100%;
    background-color: #FFFFFF;
	border-top: 4px solid #1c2240;
	border-bottom: 4px solid #1c2240;
}
header .main-navigation &gt; ul {
    /*max-width: 600px;*/
    margin: 0 auto;
}
header &gt; .container {
    position: relative;
    text-align: center;
}
header ul {
    list-style: none; display: inline-block;
}
header a:hover { 
    text-decoration: none; 
}
header .main-navigation &gt; ul &gt; li {
    float: left;
    margin-right: 17px;
    position: relative;
}
header .main-navigation &gt; ul &gt; li:last-child {
    margin: 0;
}
header .main-navigation &gt; ul &gt; li:last-child a {
    padding-right: 0;
}
header .main-navigation &gt; ul &gt; li &gt; a {
    color: #323232;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 10px;
    display: block;
    position: relative;
}
header .main-navigation &gt; ul &gt; li &gt; a:focus {
    outline: 0;
}
header .main-navigation ul li.current_page_item a,
header .main-navigation ul li a:hover,
header .main-navigation li.parent-item ul.submenu li:hover &gt; a {
    color: #DD1518;
}
/* submenu */
header .main-navigation li.parent-item ul.submenu,
header .main-navigation li.parent-item ul.submenu ul {
    position: absolute;
    left: 0px;
    top: 45px;
    z-index: 2;
    min-width: 200px;
    background: #fafafa;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1);
    border-top: 3px solid #1c2240;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
    -webkit-transform: scaleY(0);
       -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
         -o-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}
header .main-navigation li.parent-item ul.submenu ul {
    left: 100%;
    top: -3px;
    overflow: hidden;
    border-left: 1px solid #e6e6e7;
}
header .main-navigation li.parent-item ul.submenu ul.left-submenu {
    left: auto;
    right: 100%;
    border-left: 0;
    border-right: 1px solid #e6e6e7;
}
header .main-navigation li.parent-item ul.submenu li a {
    position: relative;
    display: block;
    color: #a9abb0;
    padding: 11px 20px;
    border-bottom: 1px solid #e6e6e7;
}
header .main-navigation li.parent-item ul.submenu li.haschild,
header .mobile-navigation .mobile-container li.haschild {
    position: relative;
}
header .main-navigation li.parent-item ul.submenu li.haschild &gt; a:after,
header .mobile-navigation .mobile-container li.haschild &gt; a:after {
    content: 'â–¾';
    font: normal normal normal 14px/1 "FontAwesome";
    float: right;
}
header .main-navigation li.parent-item ul.submenu li:hover &gt; a {
    background: #f4f4f4;
}
header .main-navigation li.parent-item:hover ul.submenu,
header .main-navigation li.parent-item ul.submenu li.haschild:hover ul {
    opacity: 1;
    visibility: visible;
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

/**
 * Mobile Navigation
 */
.mobile-navigation,
.mobile-navigation .mobile-btn,
.mobile-navigation .mobile-container {
    display: none;
}
.mobile-navigation {
    margin-top: 38px;
    cursor: pointer;
}
.mobile-navigation .mobile-btn {
    position: relative;
    display: block;
    height: 26px;
    width: 35px;
    padding-top: 10px;
}
.mobile-navigation .mobile-btn span,
.mobile-navigation .mobile-btn span:before,
.mobile-navigation .mobile-btn span:after {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 1px;
    background: #1c2240;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}
.mobile-navigation .mobile-btn span:before {
    top: -10px;
}
.mobile-navigation .mobile-btn span:after {
    bottom: -10px;
}
/* active */
.mobile-navigation .mobile-btn.show-menu span {
    background-color: #FFF;
}
.mobile-navigation .mobile-btn.show-menu span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
.mobile-navigation .mobile-btn.show-menu span:after {
    top: 10px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
       -moz-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
         -o-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
}
.mobile-navigation .mobile-container {
    background: #fff;
    position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
    z-index: 999;
}
/* 1st level */
.mobile-navigation .mobile-container li.parent-item a {
    display: block;
    color: #a9abb0;
    padding: 10px 20px;
    border-bottom: 1px solid #e6e6e7;
}
.mobile-navigation .mobile-container li.parent-item a:hover {
    background: #f4f4f4;
    color: #DD1518;
}
.mobile-navigation .mobile-container li.current_page_item &gt; a {
    color: #DD1518;
}
.mobile-navigation .mobile-container li.parent-item a span {
    background: none;
    box-shadow: none;
}
/* 2nd */
.mobile-navigation .mobile-container li.haschild &gt; ul {
    display: none;
}
.mobile-navigation .mobile-container li.haschild &gt; ul.submenu &gt; li.sub-item &gt; a {
    padding-left: 10px;
}
.mobile-navigation .mobile-container li.haschild &gt; ul.submenu &gt; li.sub-item &gt; ul &gt; li &gt; a {
    padding-left: 30px;
}
.mobile-navigation .mobile-container li.haschild &gt; ul.submenu &gt; li.sub-item &gt; a:after {
    margin-right: 10px;
}

/*
 * ------------------------------------------------------------------
 *  Mainpage Slider
 * ------------------------------------------------------------------
 */
.swiper-container.mainpage-slider {
    width: 100%;
    height: 75%;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
}
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}
.mainpage-slider .swiper-slide.slide-1 { 
    background-image:url(../images/slides-1.jpg); 
}
.mainpage-slider .swiper-slide.slide-2 { 
    background-image:url(../images/slides-2.jpg); 
}
.mainpage-slider .swiper-slide.slide-3 { 
    background-image:url(../images/slides-3.jpg); 
}

/*
 * ------------------------------------------------------------------
 *  Page Title
 * ------------------------------------------------------------------
 */
.page-title {
    position: relative;
    height: 200px;
}
.page-title .title-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
}
.page-title h1 {
    width: 100%;
    color: #FFF;
    font-weight: 300;
}
.page-title.corporate {
    background-image:url(../images/ui-page-title.jpg);
}

/*
 * ------------------------------------------------------------------
 *  AI Breadcrumbs
 * ------------------------------------------------------------------
 */
.breadcrumb_wrapper { 
    padding: 0; 
    background-color: #333; 
    border-bottom: 1px solid #000; 
}
.ai_breadcrumbs { 
    padding: 15px; 
    color: #CCC; 
    background: transparent; 
}
.ai_breadcrumbs span { 
    padding: 0 2px; 
}
.ai_breadcrumbs span:after { 
    content: "Â»"; 
    color: #CCC; 
}
.ai_breadcrumbs span:last-child:after { 
    content: ""; 
}
.ai_breadcrumbs a { 
    padding-right: 6px; 
    text-decoration: none; 
    color: #CCC; 
}
.ai_breadcrumbs a:hover { 
    color: #FFF; 
}

/*
 * ------------------------------------------------------------------
 *  ai_ul_list
 * ------------------------------------------------------------------
 */
.ai_ul_list { 
    margin-top: 15px; 
}
.ai_ul_list ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.ai_ul_list li { 
    float: left;
    margin: 15px 10px;
    width: 200px;
    min-height: 200px;
    background-color: black;
}
.foto { 
    float: left;
    margin: 15px 10px;
    width: 200px;
    min-height: 200px;
    background-color: black;
}
.harita { 
    float: left;
    margin: 15px 10px;
    width: 600px;
    min-height: 350px;
    background-color: white;
}
.ai_ul_list h4 { 
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
.ai_ul_list h4 a { 
    display: block;
    padding: 5px 10px;
    color: #FFF;
    background-color: #000;
    width: 200px;
}
.ai_ul_list h4 a:hover { 
    color: #FFF;
    background-color: #333;
    text-decoration: none;
}

/*
 * ------------------------------------------------------------------
 *  Content
 * ------------------------------------------------------------------
 */
.content {
    color: #666;
    font-size: 15px;
    line-height: 27px;
}
.content article {
    padding-top: 15px;
    padding-bottom: 30px;
}

/*
 * ------------------------------------------------------------------
 *  Footer
 * ------------------------------------------------------------------
 */
.footer-bottom {
    padding: 15px 0;
    width: 100%;
    background-color: #CCC;
}

/* footer hr */
footer hr {
    height: 5px;
    background-color: #1c2240;
    margin: 0px 0 10px 0;
}

/* footer navigation */
.footer-navigation {
    margin: 0 auto;
    /* max-width: 400px; */
}
.footer-navigation li { text-align: left; }
.footer-navigation &gt; ul {
    display: inline-block;
}
.footer-navigation a {
    display: block;
    padding-bottom: 5px;
    color: #333;
}
.footer-navigation a:hover {
    color: #DD1518;
    text-decoration: none;
}
.footer-navigation &gt; ul &gt; li {
    float: left;
    margin-right: 45px;
}
.footer-navigation &gt; ul &gt; li &gt; a {
    padding-bottom: 10px;
    font-weight: bold;
}
.footer-navigation &gt; ul &gt; li &gt; a:hover {
    color: #666;
}
.footer-navigation ul li ul li a {
    font-size: 12px;
}

/* footer copyright */
footer .copyright {
    padding: 0 0 15px 0;
    font-size: 12px;
    color: #333;
}

/* footer social */
footer .footer-social-icons {
    float: right;
    padding: 0 0 15px 0;
    margin: 0;
}
footer .footer-social-icons ul { 
    margin: 0;
    padding: 0;
}
footer .footer-social-icons li {
    float: left;
    margin-left: 6px;
    list-style: none;
}
footer .footer-social-icons li a {
    background: #2c2f3c;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 2px;
}
footer .footer-social-icons li a:hover {
    background: #DD1518;
}
footer .footer-social-icons li a i {
    color: #eef1f2;
    font-size: 14px;
}
footer .footer-social-icons li a:hover i {
    color: #FFF;
}

/*
 * ------------------------------------------------------------------
 *  Animation &amp; Transition
 * ------------------------------------------------------------------
 */
header .main-navigation li.parent-item ul.submenu li.haschild &gt; a:after,
header .mobile-navigation .mobile-container li.haschild &gt; a:after {
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
header .main-navigation ul li:after {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.language ul li:hover img {
    -webkit-transform: translateY(-7px);
       -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
         -o-transform: translateY(-7px);
            transform: translateY(-7px);
}
footer .footer-social-icons li a i {
    -webkit-transition: transform .25s ease;
    -moz-transition: transform .25s ease;
    -ms-transition: transform .25s ease;
    -o-transition: transform .25s ease;
    transition: transform .25s ease;
}
footer .footer-social-icons li a:hover i {
    -webkit-animation: TextSprite .25s forwards;
    -moz-animation: TextSprite .25s forwards;
    -ms-animation: TextSprite .25s forwards;
    -o-animation: TextSprite .25s forwards;
    animation: TextSprite .25s forwards;
}

.ln-tr {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.es-tr {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
</pre></body></html>