@charset "UTF-8";
/* =============================================================================
   RESET
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio[controls],
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-size: 13px;
    line-height: 1.231;
}

body,
button,
input,
select,
textarea {
    font-family: sans-serif;
    color: #222;
}

::-moz-selection {
    background: #acd7ff;
    color: #333;
    text-shadow: none;
}

::selection {
    background: #acd7ff;
    color: #333;
    text-shadow: none;
}

a {
    color: #00e;
    text-decoration: none;
}

a:visited {
    color: #551a8b;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dd {
    margin: 0 0 0 40px;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
}

label {
    cursor: pointer;
}

button,
input,
select,
textarea {
    border: 0;
    font-size: 100%;
    padding: 0;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
    *overflow: visible;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: 0;
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
}

input[type="search"] {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

input:valid, textarea:valid {
}

input:invalid, textarea:invalid {
    background-color: #f0dddd;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* =============================================================================
FONT FACE
========================================================================== */

@font-face {
    font-family: 'DINNextLTPro-LightCondensed';
    src: url('../font-face/dinnextltpro-lightcondensed.eot');
    src: url('../font-face/dinnextltpro-lightcondensed.eot?#iefix') format('embedded-opentype'), url('../font-face/dinnextltpro-lightcondensed.woff') format('woff'), url('../font-face/dinnextltpro-lightcondensed.ttf') format('truetype'), url('../font-face/dinnextltpro-lightcondensed.svg#dinnextltpro-lightcondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINNextLTPro-Regular';
    src: url('../font-face/dinnextltpro-regular.eot');
    src: url('../font-face/dinnextltpro-regular.eot?#iefix') format('embedded-opentype'), url('../font-face/dinnextltpro-regular.woff') format('woff'), url('../font-face/dinnextltpro-regular.ttf') format('truetype'), url('../font-face/dinnextltpro-regular.svg#dinnextltpro-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINNextLTPro-Bold';
    src: url('../font-face/dinnextltpro-bold.eot');
    src: url('../font-face/dinnextltpro-bold.eot?#iefix') format('embedded-opentype'), url('../font-face/dinnextltpro-bold.woff') format('woff'), url('../font-face/dinnextltpro-bold.ttf') format('truetype'), url('../font-face/dinnextltpro-bold.svg#dinnextltpro-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*  ------------------------------------
GLOBAL
------------------------------------*/
html {

    background: #013378 url("../img/header-bg.jpg") repeat-x 0 0;
}

body {
    font: normal 13px/18px 'DINNextLTPro-Regular', Arial, sans-serif;
    color: #333;

}

:focus,
:active {
    outline: 0 !important;
}

a {
    color: #2c9bc9;
    text-decoration: none;
}

a:hover {
    color: #2a83ba;
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-family: 'DINNextLTPro-Bold', Arial, sans-serif;
    font-weight: normal;
    margin: 0;
}

p {
    margin: 0 0 20px;
    padding: 0;
}

#container {
    width: 1024px;
    margin: 0 auto;
}

/*  ------------------------------------
HEADER
------------------------------------*/
header {
    position: relative;
    z-index: 4;
    background: #011d44 url("../img/header-bg.jpg") repeat-x;
    height: 58px;
}

/*  LOGO
------------------------------------*/

header #logo {
    -webkit-user-select: none;
    float: left;
}

header #logo a img {
    display: block;

}

/*  NAVIGATION
    ------------------------------------*/

nav#navigation {
    float: left;
}

nav#navigation ul {
}

nav#navigation ul li {
    float: left;
}

nav#navigation ul li a {
    display: block;
    height: 57px;
    padding: 0 13px;
    font: normal 14px/77px 'DINNextLTPro-LightCondensed', Arial, sans-serif;
    color: #fff;
    text-decoration: none;
}

nav#navigation ul li a:hover {
    border-bottom: 1px solid #475571;
}

nav#navigation ul li.current a {
    background: url("../img/nav--li-a.jpg") repeat;
    border-bottom: 1px solid #5a6e95;
}

/*  LANGUAGE
    ------------------------------------*/

nav#language {
    float: right;
}

nav#language ul {
}

nav#language ul li {
    float: left;
    color: #698eba;
    line-height: 77px;
    height: 57px;
}

nav#language ul li a {
    display: block;
    height: 57px;
    padding: 0 4px;
    font: normal 14px/77px "DINNextLTPro-LightCondensed", Arial, sans-serif;
    color: #698eba;
    text-decoration: none;
}

nav#language ul li a:hover {
    color: #fff;
}

nav#language ul li.current a {
    color: #fff;
}

/*  ------------------------------------
MAIN
------------------------------------*/
#main {
    position: relative;
    z-index: 2;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .8);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .8);
}

/*  ------------------------------------
SPOT
------------------------------------*/

#spot {
    position: relative;
    z-index: 2;
    height: 275px;
    overflow: hidden;
}

#spot .bx-wrapper {
    z-index: 3;
    height: 245px;
}

#spot h2.spot-slogan {
    position: absolute;
    z-index: 4;
    top: 20px;
    left: 0;
    width: 100%;
    height: 50px;
    font: normal 45px/55px "DINNextLTPro-LightCondensed", Arial, sans-serif;
    background: url("../img/grid-dark.png") repeat 0 0;
    color: #fff;
    text-shadow: 0 1px 2px #000;
}

#spot h2.spot-slogan span {
    margin-left: 25px;
    display: block;
}

#spot .top-grid {
    width: 100%;
    height: 20px;
    background: #013378 url("../img/grid-dark.png") repeat 0 0;
}

#spot ul.photo-list {
    height: 245px;
}

#spot ul.photo-list li {
    width: 1024px;
    height: 245px;
}

#spot ul.photo-list li img {
    display: block;
}

#spot .bottom-grid {
    background: #fff url("../img/grid-blue.png") repeat 0 0;
    width: 100%;
    height: 10px;
}

/*  SIDEBAR
------------------------------------*/
#main #sidebar {
    float: left;
    width: 240px;
    background-color: #e6e7e9;
}

#main #sidebar nav {
    margin-top: 30px;
}

#main #sidebar nav ul li a {
    text-decoration: none;
    display: block;
    color: #003577;
    padding-left: 20px;
    line-height: 25px;
}

#main #sidebar nav ul li a:hover {
    background-color: #f1f2f5;
}

#main #sidebar nav > ul > li.current > a {
    background-color: #c2cede;
    font-family: "DINNextLTPro-Bold", Arial, sans-serif;
}

#main #sidebar nav ul li.current ul li a {
    padding-left: 25px;
    color: #000;
}

#main #sidebar nav ul li.current ul li.current a {
    background-color: #f1f2f5;
    font-family: "DINNextLTPro-Bold", Arial, sans-serif;
}

/*  CONTENT
------------------------------------*/
#main #content {
    float: right;
    width: 760px;
    margin-top: 30px;
}

#main #content .left {
    float: left;
    width: 250px;
}

#main #content .right {
    float: right;
    width: 460px;
    margin-right: 30px;
}

#main #content .right ul {
    margin-bottom: 10px;
}

/*  index
------------------------------------*/

#main.index #page {
    background-color: #022d61;
}

/*  FAALIYET
------------------------------------*/

#main #content .left .widgets {
    margin-top: 40px;
}

#main #content .left .widget {
    margin-bottom: 30px;
}

#main #content .left .widget ul {
    overflow: hidden;
    margin-top: 5px;
}

#main.index #page .main-page-content .logo-anim img {margin: 10px 100px;width: 150px;}

#main #content .left .widget ul li {
    float: left;
    margin-right: 3px;
}

#main #content .left .widget ul li a {
    display: block;
}

#main #content .left .widget ul li a img {
    display: block;
}

/*  ------------------------------------
FOOTER
------------------------------------*/

footer {
    border-top: 2px solid #818b97;
}

footer p {
    padding: 20px 25px;
}

/*  ------------------------------------
POPUP
------------------------------------*/

.fancybox-tmp iframe, .fancybox-tmp object {
    vertical-align: top;
    padding: 0;
    margin: 0;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1002;
}

.fancybox-outer {
    padding: 0;
    margin: 0;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 1003;
}

.fancybox-opened .fancybox-outer {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-inner {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    outline: none;
    overflow: hidden;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 10px;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -21px;
    margin-left: -21px;
    width: 42px;
    height: 42px;
    background: url('../img/fancybox_loading.gif');
    opacity: 0.8;
    cursor: pointer;
    z-index: 1010;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../img/fancybox_sprite.png');
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 1004;
}

.fancybox-prev, .fancybox-next {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    background: transparent url('../img/blank.gif'); /* helps IE */
    z-index: 1003;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-prev span, .fancybox-next span {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 1003;
}

.fancybox-prev span {
    background-position: 0 -36px;
}

.fancybox-next span {
    background-position: 0 -72px;
}

.fancybox-prev:hover, .fancybox-next:hover {
    visibility: visible;
}

.fancybox-prev:hover span {
    left: 20px;
}

.fancybox-next:hover span {
    left: auto;
    right: 20px;
}

.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    padding: 0;
    overflow: visible;
    visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 1001;
    background: #000;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 1005;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 1003;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    margin-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

#fancybox-buttons {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1005;
}

#fancybox-buttons.top {
    top: 10px;
}

#fancybox-buttons.bottom {
    bottom: 10px;
}

#fancybox-buttons ul {
    display: block;
    width: 170px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    background: #111;
    -webkit-box-shadow: 0 1px 3px #000, 0 0 0 1px rgba(0, 0, 0, .7), inset 0 0 0 1px rgba(255, 255, 255, .05);
    -moz-box-shadow: 0 1px 3px #000, 0 0 0 1px rgba(0, 0, 0, .7), inset 0 0 0 1px rgba(255, 255, 255, .05);
    background: #111 -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, .2)), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.5, rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .15)));
    background: #111 -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .15) 100%);
    border-radius: 3px;
}

#fancybox-buttons ul li {
    float: left;
    margin: 0;
    padding: 0;
}

#fancybox-buttons a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-image: url('../img/fancybox_buttons.png');
    background-repeat: no-repeat;
    outline: none;
}

#fancybox-buttons a.btnPrev {
    width: 32px;
    background-position: 6px 0;
}

#fancybox-buttons a.btnNext {
    background-position: -33px 0;
    border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
    background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
    background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
    background-position: 3px -60px;
    border-left: 1px solid #111;
    border-right: 1px solid #3e3e3e;
    width: 35px
}

#fancybox-buttons a.btnToggleOn {
    background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
    border-left: 1px solid #111;
    width: 38px;
    background-position: -57px 0px;
}

#fancybox-buttons a.btnDisabled {
    opacity: 0.5;
    cursor: default;
}

/* =============================================================================
Non-semantic helper classes
========================================================================== */

/* Hide for both screenreaders and browsers:
css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
    display: none;
    visibility: hidden;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
    visibility: hidden;
}

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/*
*
*
*
*/
/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   ========================================================================== */

@media only screen and (min-width: 480px) {
    /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
    /* Style adjustments for viewports 768px and over go here */

}

/*
*
*
*
*/

/* =============================================================================
   Print styles.
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    /* Black prints faster: sanbeiji.com/archives/953 */
    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: "";
    }

    /* Don't show links for images, or javascript/internal links */
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    /* css-discuss.incutio.com/wiki/Printing_Tables */
    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
