body {
    background: #fff;
    font: 14px 'Proxima Nova';
    font-weight: 400;
    line-height: 1.42857;
    color: #232323;
    padding: 0 40px;
}

html {
    height: 100%;
    overflow-y: scroll;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
}

.table {
    display: table;
    height: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.video-image .table-cell {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.wrapper {
    min-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

a {
    color: #232323;
    text-decoration: none
}

a:focus {
    outline: none
}

button::-moz-focus-inner {
    border: 0
}

blockquote {
    border-left: 1px solid #ccc;
    padding-left: 15px;
    margin: 0;
}

/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

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

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], .hidden {
    display: none
}

html {
    overflow-y: scroll;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none
}

body {
    margin: 0;
}

a:active, a:hover {
    outline: 0;
}

h1 {
    font-size: 2em
}

p {
    margin: 0 0 10px 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

legend {
    border: 0;
    padding: 0
}

button, input, select, textarea {
    font-family: inherit;
    margin: 0
}

button, input {
    line-height: normal
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

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

/* mobile-menu */

.navMenu {
    float: left;
    position: relative;
    z-index: 99;
    display: none;
}

.cd-nav-trigger {
    position: fixed;
    z-index: 3;
    right: 10px;
    top: 22px;
    height: 50px;
    width: 50px;
    background-color: #aaa;
    border-radius: 50%;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
    -ms-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-nav-trigger.kucuk {
    top: 30px;
    -webkit-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
    -ms-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;
}

.cd-nav-trigger .cd-icon {
    /* icon created in CSS */
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: inline-block;
    width: 18px;
    height: 2px;
    background-color: #ffffff;
    z-index: 10;
}

.cd-nav-trigger .cd-icon::before, .cd-nav-trigger .cd-icon:after {
    /* upper and lower lines of the menu icon */
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* apply transition to transform property */
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
}

.cd-nav-trigger .cd-icon::before {
    -webkit-transform: translateY(-6px) rotate(0deg);
    -moz-transform: translateY(-6px) rotate(0deg);
    -ms-transform: translateY(-6px) rotate(0deg);
    -o-transform: translateY(-6px) rotate(0deg);
    transform: translateY(-6px) rotate(0deg);
}

.cd-nav-trigger .cd-icon::after {
    -webkit-transform: translateY(6px) rotate(0deg);
    -moz-transform: translateY(6px) rotate(0deg);
    -ms-transform: translateY(6px) rotate(0deg);
    -o-transform: translateY(6px) rotate(0deg);
    transform: translateY(6px) rotate(0deg);
}

.cd-nav-trigger::before, .cd-nav-trigger::after {
    /* 2 rounded colored backgrounds for the menu icon */
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
}

.cd-nav-trigger::before {
    background-color: #091d23;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.cd-nav-trigger::after {
    background-color: #ffb441;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

.cd-nav-trigger.close-nav::before {
    /* user clicks on the .cd-nav-trigger element - 1st rounded background disappears */
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.cd-nav-trigger.close-nav::after {
    /* user clicks on the .cd-nav-trigger element - 2nd rounded background appears */
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.cd-nav-trigger.close-nav .cd-icon {
    /* user clicks on the .cd-nav-trigger element - transform the icon */
    background-color: rgba(255, 255, 255, 0);
}

.cd-nav-trigger.close-nav .cd-icon::before, .cd-nav-trigger.close-nav .cd-icon::after {
    background-color: white;
}

.cd-nav-trigger.close-nav .cd-icon::before {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.cd-nav-trigger.close-nav .cd-icon::after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

.cd-primary-nav {
    /* by default it's hidden */
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 70px 5%;
    z-index: 90;
    background-color: #0e2b6c;
    overflow: auto;
    /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.3s;
    -moz-transition: visibility 0s, opacity 0.3s;
    transition: visibility 0s, opacity 0.3s;
}

.cd-primary-nav li {
    margin: 1em 0;
    text-align: center;
    text-transform: capitalize;
}

.cd-primary-nav a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
}

.no-touch .cd-primary-nav a:hover {
    color: #ffffff;
}

.cd-primary-nav.fade-in {
    /* navigation visible at the end of the circle animation */
    visibility: visible;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-primary-nav li {
        margin: 1em 0;
    }
    .cd-primary-nav a {
        font-size: 22px;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-primary-nav li {
        margin: 1em 0;
    }
    .cd-primary-nav a {
        font-size: 22px;
    }
}

.cd-overlay-nav, .cd-overlay-content {
    /* efektin basladigi yer */
    position: fixed;
    top: 20px;
    right: 20px;
    height: 4px;
    width: 4px;
    -webkit-transform: translateX(-20px) translateY(20px);
    -moz-transform: translateX(-20px) translateY(20px);
    -ms-transform: translateX(-20px) translateY(20px);
    -o-transform: translateX(-20px) translateY(20px);
    transform: translateX(-20px) translateY(20px);
}

.cd-overlay-nav span, .cd-overlay-content span {
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.cd-overlay-nav.is-hidden, .cd-overlay-content.is-hidden {
    /* background fades out at the end of the animation */
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-overlay-nav {
    /* main rounded colored bg 1 */
    z-index: 89;
}

.cd-overlay-nav span {
    background-color: #0e2b6c;
}

.cd-overlay-content {
    /* main rounded colored bg 2 */
    z-index: 91;
}

.cd-overlay-content span {
    background-color: #231f20;
}

.cd-content {
    /* just some dummy content */
    padding: 80px 0;
    width: 90%;
    max-width: 768px;
    margin: 0 auto;
    z-index: 1;
}

.cd-content .cd-intro {
    height: 200px;
    padding-top: 4.6em;
}

.cd-content h1 {
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
}

.cd-content p {
    line-height: 1.5;
    color: #a76500;
}

@media only screen and (min-width: 768px) {
    .cd-content .cd-intro {
        height: 250px;
        padding-top: 6em;
    }
    .cd-content h1 {
        font-size: 28px;
        font-size: 1.75rem;
    }
    .cd-content p {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.8;
    }
}

/* header */

header {
    background: #0b296e;
    position: fixed;
    height: 140px;
    z-index: 12;
    left: 40px;
    right: 40px;
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -ms-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}
header.kucuk {
    box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.4);
    height: 100px;
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -ms-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}

/* logo */
.logo {
    position: absolute;
    width: 330px;
    height: 140px;
    background: url(../img/logo2.png) no-repeat center;
    background-size: 330px;
    top: 0;
    -webkit-transition: background-size 0.5s ease-in, height 0.5s ease-in-out;
    -moz-transition: background-size 0.5s ease-in, height 0.5s ease-in-out;
    -ms-transition: background-size 0.5s ease-in, height 0.5s ease-in-out;
    -o-transition: background-size 0.5s ease-in, height 0.5s ease-in-out;
    transition: background-size 0.5s ease-in, height 0.5s ease-in-out;
}
.logo.kucuk {
    height: 100px;
    -webkit-transition: background-size 0.5s ease-in, height 0.5s ease-in-out;
    -moz-transition: background-size 0.5s ease-in, height 0.5s ease-in-out;
    -ms-transition: background-size 0.5s ease-in, height 0.5s ease-in-out;
    -o-transition: background-size 0.5s ease-in, height 0.5s ease-in-out;
    transition: background-size 0.5s ease-in, height 0.5s ease-in-out, width 0.5s ease-in-out;
    background-size: 250px;
	width: 250px;
}

/* header-right */
.header-right {
    float: right;
}
.header-right-tc {
    vertical-align: middle;
    display: table-cell;
    height: 140px;
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -ms-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}
.header-right-tc.kucuk {
    height: 100px;
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -ms-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}

/* top */
.top {
    float: right;
    display: block;
    -webkit-transition: display 0.5s ease-in-out;
    -moz-transition: display 0.5s ease-in-out;
    -ms-transition: display 0.5s ease-in-out;
    -o-transition: display 0.5s ease-in-out;
    transition: display 0.5s ease-in-out;
}
.top.kucuk {
    display: none;
    -webkit-transition: display 0.5s ease-in-out;
    -moz-transition: display 0.5s ease-in-out;
    -ms-transition: display 0.5s ease-in-out;
    -o-transition: display 0.5s ease-in-out;
    transition: display 0.5s ease-in-out;
}

/* top-social */

.top-social {
    float: left;
    border-right: 1px solid rgba(255,255,255,0.09);
    height: 15px;
    padding-right: 20px;
}

.top-social li {
    display: inline-block;
    margin-left: 10px;
}

.top-social li a {
    color: #ccc;
    display: block;
    height: 15px;
}
.top-social li a i {
    font-size: 15px;
}
.top-social li a:hover {
    color: #fff;
}

/* searchform */

#searchform {
    position: relative;
    float: left;
    margin-left: 20px;
    overflow: hidden;
}

#searchform>input {
    width: 160px;
    padding: 0px 80px 2px 10px;
    font-size: 14px;
    font-weight: 400;
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
    border-bottom: 1px solid rgba(255,255,255,0.09);
    color: #fff;
    background: #0b296e
}
#searchform>input::placeholder {
    color: #ccc;
    font-size: 14px;
    font-weight: 400;
}

#searchform .getir {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 500;
    width: 30px;
    height: 24px;
    padding: 0;
    font-size: 14px;
    background: none;
    border: 0;
    color: #ccc;
}

#searchform .getir.active {
    background: #232323;
}

#searchform .getir.active svg {
    color: #fff;
}

#searchform .search-button {
    margin: 0 10px;
}

#searchform.searchformresult {
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
}
#searchform.searchformresult>input {
    width: 100%;
}


/* language */
.language {
    float: left;
    margin-left: 20px;
    height: 15px;
    line-height: 15px;
    overflow: hidden;
    border-left: 1px solid rgba(255,255,255,0.09);
    padding-left: 20px;
}
.language li {
    float: left;
    text-align: center;
    margin-left: 10px;
    border-right: 1px solid rgba(255,255,255,0.09);
    padding-right: 10px;
}
.language li:first-child {
    margin-left: 0;
}
.language li:last-child {
    border: 0;
    padding: 0;
}
.language li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #ccc;
}
.language li a:hover {
    color: #fff;
}

/* webmenu */

.webmenu {
    float: right;
    width: 100%;
    text-align: right;
    margin-top: 30px;
    height: 20px;

    -webkit-transition: margin 0.5s ease-in-out;
    -moz-transition: margin 0.5s ease-in-out;
    -ms-transition: margin 0.5s ease-in-out;
    -o-transition: margin 0.5s ease-in-out;
    transition: margin 0.5s ease-in-out;
}
.webmenu.kucuk {
    margin-top: 0;
    -webkit-transition: margin 0.5s ease-in-out;
    -moz-transition: margin 0.5s ease-in-out;
    -ms-transition: margin 0.5s ease-in-out;
    -o-transition: margin 0.5s ease-in-out;
    transition: margin 0.5s ease-in-out;
}

.webmenu>ul {
    list-style: outside none none;
    margin-left: -20px;
    margin-right: -20px;
}

.webmenu>ul>li {
    display: inline-block;
    -webkit-transition: padding 0.5s ease-in-out;
    -moz-transition: padding 0.5s ease-in-out;
    -ms-transition: padding 0.5s ease-in-out;
    -o-transition: padding 0.5s ease-in-out;
    transition: padding 0.5s ease-in-out;
    position: relative;
}
.webmenu>ul>li:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 0;
    width: 1px;
    height: 14px;
    background: rgba(255,255,255,0.09);
}
.webmenu>ul>li:last-child:after {
    display: none;
}

header.small .webmenu>ul>li {
    padding: 40px 0;
    -webkit-transition: padding 0.5s ease-in-out;
    -moz-transition: padding 0.5s ease-in-out;
    -ms-transition: padding 0.5s ease-in-out;
    -o-transition: padding 0.5s ease-in-out;
    transition: padding 0.5s ease-in-out;
}

.webmenu>ul>li>.menu-title {
    display: block;
    position: relative;
    overflow: hidden;
}

.webmenu>ul>li>.menu-title a {
    padding: 0 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    display: block;
    position: relative;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    color: #fff;
}

.webmenu>ul>li>.menu-title a::before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.webmenu>ul>li:hover>.menu-title a, .webmenu>ul>li:focus>.menu-title a {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.webmenu>ul>li>.menu-title a:hover, .webmenu>ul>li>.menu-title a:focus, .webmenu>ul>li>.menu-title a.active {
    color: #ccc;
    text-decoration: none;
}

/* sub-menu */

.sub-menu {
    background: #232323;
    position: absolute;
    z-index: 101;
    top: 80px;
    left: 30px;
    right: 30px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    -ms-transition: height 0.4s;
    -o-transition: height 0.4s;
    transition: height 0.4s;
    text-align: center;
    height: 0;
    overflow: hidden;
}

.sub-menu.active {
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    -ms-transition: height 0.4s;
    -o-transition: height 0.4s;
    transition: height 0.4s;
    height: 60px;
}

.sub-menu li {
    float: left;
    line-height: normal;
    margin-right: 5px;
    padding: 13px 0;
}

.sub-menu li:first-child {
    margin-left: -15px;
}

.sub-menu li:last-child {
    border: 0;
}

.sub-menu li a:hover {
    background: #fff;
    color: #e50023;
}

.sub-menu li a {
    display: block;
    padding: 8px 15px;
    color: #fff;
    font-weight: 500;
    font: 14px/18px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* menu-phone */

.menu-phone {
    float: left;
    font-size: 16px;
    color: #232323;
    background: url(../img/phone.png) no-repeat left center;
    padding: 30px 0 30px 34px;
}

.menu-phone span {
    font-weight: 700;
}

/* modal-box */

.modal-box {
    width: 460px;
    padding: 20px;
    display: none;
}

.alert {
    display: none;
}

/* slideshow */

.slideshow {
    float: left;
    width: 100%;
    height: 640px;
    background: #fff;
    position: relative;
    margin: 140px 0 0;
}

.slideshow li {
    height: 640px;
    position: relative;
}
.slideshow li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,102e6a+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(16,46,106,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(16,46,106,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(16,46,106,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#102e6a',GradientType=0 ); /* IE6-9 */
    z-index: 9;
    opacity: 0.9;
}

.slider-bg {
    width: 100%;
    height: 640px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.slider-text-image {
    display: table;
    width: 100%;
    position: relative;
    z-index: 101;
    text-align: center;
}

.slider-text-image .table-cell {
    display: table-cell;
    vertical-align: middle;
    height: 640px;
}

.slider-text {
    float: left;
    width: 100%;
    position: relative;
    z-index: 101;
}

.slider-text h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 900;
    margin:  0 0 20px;
}
.slider-text h1 {
    font-size: 56px;
    line-height: 66px;
    font-weight: 300;
    color: #fff;
    padding: 0;
    -webkit-animation-name: sliderContentHide;
    animation-name: sliderContentHide;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
    margin: 0;
}

.slider-text h1 span {
    font-weight: 300;
}

.slider-carousel.owl-carousel .owl-item.active .slider-text h1 {
    -webkit-animation-name: sliderContentShow;
    animation-name: sliderContentShow;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    opacity: 1;
}

.slider-btn {
    margin: 30px 0 0;
    font-size: 14px;
    padding: 12px 25px;
    opacity: 0;
    position: relative;
    -webkit-transition: all ease 0.05s;
    -o-transition: all ease 0.05s;
    transition: all ease 0.05s;
}

.slider-btn:hover {
    background: #ccc;
    border: 1px solid #ccc;
    color: #232323;
    top: 1px;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.slider-carousel.owl-carousel .owl-item.active .slider-text span {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    opacity: 1;
}

.slider-image {
    float: right;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.slider-img {
    position: relative;
}

.slider-img img {
    width: auto !important;
}

.slider-carousel.owl-theme .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 1170px;
    margin: 0 auto;
    right: 0;
    text-align: left;
}

.slider-carousel.owl-theme .owl-dots .owl-dot.active span, .slider-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #f01714;
}

.slider-carousel.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0px 4px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 4px;
}

.slider-carousel.owl-theme .owl-nav {
    margin: 0;
    width: 100%;
}

.slider-carousel.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.slider-carousel.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.slider-carousel.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    color: #fff;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    height: 44px;
    line-height: 44px;
    width: 44px;
    text-align: center;
    display: inline-block;
    font-size: 28px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 100;
    border: 2px solid #fff;
}

.slider-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: #102e6a;
    text-decoration: none;
}

@-webkit-keyframes sliderContentHide {
    from {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@-moz-keyframes sliderContentHide {
    from {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes sliderContentHide {
    from {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@-webkit-keyframes sliderContentShow {
    from {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-moz-keyframes sliderContentShow {
    from {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}

@keyframes sliderContentShow {
    from {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.banner-scroll {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 260px;
    height: 57px;
    background: url(../img/scroll-bg.png) no-repeat;
    z-index: 11;
}

.banner-scroll:after, .banner-scroll:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    margin: 0 auto;
}

.banner-scroll:before {
    bottom: 0;
    width: 22px;
    height: 34px;
    border: 1px solid #2a4058;
    border-radius: 20px;
}

.banner-scroll:after {
    bottom: 20px;
    width: 4px;
    height: 6px;
    background-color: #267bf7;
    border-radius: 4px;
    -webkit-animation: mouse-scroll 3s infinite cubic-bezier(.31, .68, .62, 1.22);
    animation: mouse-scroll 3s infinite cubic-bezier(.31, .68, .62, 1.22);
}

-webkit-animation:mouse-scroll 3s infinite cubic-bezier(.31, .68, .62, 1.22);
animation:mouse-scroll 3s infinite cubic-bezier(.31, .68, .62, 1.22)
}

}

.VideoHeader .VideoSection {
    height: 100%
}

.VideoHeader .VideoSection-title {
    bottom: 10%
}

@-webkit-keyframes mouse-scroll {
    0%, 20% {
        -webkit-transform: translateY(0) scaleY(1);
        transform: translateY(0) scaleY(1)
    }
    10% {
        -webkit-transform: translateY(5px) scaleY(1.2);
        transform: translateY(5px) scaleY(1.2)
    }
}

@keyframes mouse-scroll {
    0%, 20% {
        -webkit-transform: translateY(0) scaleY(1);
        transform: translateY(0) scaleY(1)
    }
    10% {
        -webkit-transform: translateY(5px) scaleY(1.2);
        transform: translateY(5px) scaleY(1.2)
    }
}

/* urunler */
.urunler {
    float: left;
    width: 100%;
    padding: 120px 0 100px 0;
}

.urun-list {
    overflow: hidden;
    padding: 0;
}

.urun-list .row {
    margin-left: -15px;
    margin-right: -15px;
}

.urun-list .col {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 10px;
}

.urun-list .col .urun-bg {
    display: block;
    overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 100%;
    height: 460px;
}

.urun-list .col .urun-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #102e6a;
    z-index: 1;
    opacity: .5;
}
.urun-list .col .urun-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(16,46,106,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgb(255, 255, 255) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fff',GradientType=0 );
    z-index: 1;
    opacity: .5;
}

.urun-list .col .urun-bg .title {
    z-index: 2;
    position: relative;
}
.urun-list .col .urun-bg .title img {
    transition: transform .2s;
    width: 200px;
    height: 100px;
    object-fit: contain;
}

.urun-list .col:hover .urun-bg .title img {
    transform: scale(1.1);
    transition: transform .2s;
}

.urun-title {
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
    padding: 0 60px;
    margin: 30px 0 0;
}
.urun-title h1 {
    font-size: 22px;
    font-weight: 400;
}

/* main-btn*/
.main-btn {
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
}
.main-btn .btn {
    padding: 12px 25px 10px 25px;
}

/* main-title */
.main-title {
    margin: 0 0 70px;
    text-align: center;
    position: relative;
}
.main-title .title-text-bg {
    position: absolute;
    top: -76px;
    font-size: 160px;
    color: #eaf6ff;
    font-weight: 800;
    left: 0;
    right: 0;
    text-align: center;
    z-index: -1;
}
.main-title h1 {
    font-size: 34px;
    font-weight: 300;
    color: #232323;
    position: relative;
    margin-bottom: 40px;
}
.main-title h1:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
    height: 2px;
    background: #102e6a;
}
.main-title p {
    font-size: 18px;
    color: #999999;
    font-weight: 500;
}

/* about */
.about {
    float: left;
    width: 100%;
    margin: 100px 0;
}
.about-main {
    position: relative;
    float: left;
    width: 100%;
}
.about-bg {
    float: left;
    width: 700px;
    height: 520px;
    background-size: cover;
    background-repeat: no-repeat;
}
.about-title {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff url(../img/kutu.png) no-repeat right 50px;
    width: 690px;
    height: 260px;
    padding: 35px 90px;
}
.about-title h1 {
    font-size: 44px;
    line-height: 58px;
    font-weight: 300;
}
.about-text {
    position: absolute;
    right: 0;
    bottom: 25px;
    width: 420px;
}
.about-text p {
    font-size: 16px;
    line-height: 26px;
    color: #888;
}
.about-text p span {
    font-weight: 500;
}
.about-text .devam {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    background: url(../img/devam-arrow.png) no-repeat right center;
    padding-right: 25px;
    margin: 30px 0 0;
}
.about-text .devam:hover {
    text-decoration: underline;
}

/* main-news */
.main-news {
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
}

.main-news-bg {
    float: left;
    width: 100%;
    margin: 220px 0 0;
    background: #f5f5f5;
    padding: 0 0 80px;
}

#mainGaleri {
    margin: -220px 0 0;
}
#mainGaleri li {
    float: left;
    width: 100%;
    margin: 0 0 30px;
}
#mainGaleri li .news-bg {
    width: 100%;
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.mainGaleri.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
    position: absolute;
    right: 0;
    top: -80px;
}

.mainGaleri.owl-theme .owl-dots .owl-dot.active span, .mainGaleri.owl-theme .owl-dots .owl-dot:hover span {
    background: #102e6a;
}

.mainGaleri.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0px 4px;
    background: #dedede;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50%;
}

.news-date {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #102e6a;
    padding: 10px 20px;
    color: #fff;
    font-weight: 400;
}

.news-detail {
    margin: 30px 0 0;
}
.news-detail h1 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}
.news-detail p {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

.newsContent {
	min-height: 500px;
}

/* main-ik */
.main-ik {
    float: left;
    width: 100%;
    background: url(../img/ik.png) no-repeat center;
    background-size: cover;
    position: relative;
    padding: 90px 0;
}
.main-ik:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,102e6a+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(16,46,106,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(16,46,106,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) -40%,rgba(16,46,106,1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#102e6a',GradientType=0 ); /* IE6-9 */
    z-index: 9;
    opacity: .9;
}
.main-ik-title {
    text-align: center;
    position: relative;
    z-index: 11;
}
.main-ik-title .title-text-bg {
    position: absolute;
    top: -76px;
    font-size: 160px;
    color: #eaf6ff;
    font-weight: 800;
    left: 0;
    right: 0;
    text-align: center;
    z-index: -1;
}
.main-ik-title h1 {
    font-size: 34px;
    font-weight: 300;
    color: #fff;
    position: relative;
    margin-bottom: 40px;
}
.main-ik-title h1:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
    height: 2px;
    background: #fff;
}
.main-ik-title p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 30px;
}
.main-ik-title .main-btn .btn:hover {
    background: #ccc;
    color: #232323;
}

/* footer */

footer {
    background: #0b296e;
    float: left;
    width: 100%;
    padding: 80px 0;
}

footer .footSol {
    float: left;
    width: calc(36% - 40px);
    margin-right: 40px;
    border-right: 1px solid #3e558c;
}

footer .footSol .logoFoot {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

footer .footSol .logoFoot a {
    display: block;
}

footer .footSol .copy {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    padding-right: 80px;
}

footer .footSol .design {
    float: left;
    width: 100%;
}

footer .footSol .design a {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}

footer .footSol .design a span {
    text-decoration: underline;
}

footer .footSol .design a:hover span {
    color: #ccc
}

/* top-social */

.footer-social {
    float: left;
    margin: 40px 0 0;
}

.footer-social li:first-child {
    margin-left: 0;
}

.footer-social li {
    float: left;
    margin-left: 5px;
}

.footer-social a {
    color: #fff;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
}

.footer-social a:hover {
    color: #fff;
}

.footer-social a.facebook-bg {
    background: #657ed5;
}

.footer-social a.facebook-bg:hover {
    background: #5a70bf;
}

.footer-social a.twitter-bg {
    background: #6ebcff;
}

.footer-social a.twitter-bg:hover {
    background: #5ea2dc;
}

.footer-social a.linkedin-bg {
    background: #007bb6;
}

.footer-social a.linkedin-bg:hover {
    background: #016a9c;
}

.footer-social a.insta-bg {
    background: #007bb6;
}

.footer-social a.insta-bg:hover {
    background: #016a9c;
}



footer .footSag .kvkk {
    float: left;
    width: 100%;
}

footer .footSag .kvkk a {
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
}

footer .footSag .kvkk a span {
    text-decoration: underline;
}

footer .footSag .kvkk a:hover span {
    color: #cccccc
}




footer .footSag {
    float: left;
    width: calc(64% - 40px);
    margin-left: 40px;
}

footer .footSag ul {
    margin-left: -40px;
}

footer .footSag ul li {
    float: left;
    width: calc(33.3% - 70px);
    margin-left: 70px;
}

footer .footSag ul li h1 {
    font-size: 16px;
    color: #fff;
    padding-bottom: 20px;
    margin: 0;
    font-weight: 600;
}

footer .footSag ul li a {
    font-size: 16px;
    line-height: 26px;
    color: #ccc;
    display: list-item;
	list-style: disclosure-closed;
    padding-bottom: 10px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
}

footer .footSag ul li a:hover {
    color: #fff;
}


/* page-body  */
.page-body {
    clear: both;
    height: auto;
    padding: 0;
    margin: 140px 0 0;
    float: left;
    width: 100%;
}
.full-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/* icerik-slider */
.page-image {
    height: 160px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: table;
    width: 100%;
    position: relative;
    background-image: none !important;
    background-color: #fff;
}
.page-image.video-image {
    display: inline;
}
.page-image.page-contact {
    padding: 0;
    height: 140px;
}
.page-image .page-title {
    position: relative;
    text-align: center;
	margin-top: 10px
}
.page-video {
	top: 27px;
}
.page-title-h1 {
	display: inline-block;
	width: 100%;
}
.page-image .container {
    height: 100%;
    display: table;
    width: 100%;
}
.page-image .page-title h1 {
    color: #fff;
    font-size: 34px;
    line-height: 34px;
    margin: 0px;
    position: relative;
    font-weight: 300;
	border: 1px solid #0b296e;
	border-radius: 100px;
	background: #0b296e;
	padding: 10px;
}
.page-image.video-image .page-title h1 {
    color: #fff;
    font-size: 34px;
    line-height: 34px;
    margin: 0px;
    position: relative;
    font-weight: 300;
	border: 1px solid #0b296e;
	border-radius: 100px;
	background: #0b296e;
	padding: 10px;
	display: inline-block;
}
.page-image .page-title .breadcrumb {
    margin-top: 15px;
    background: rgba(121, 121, 119, 0.64);
    display: inline-block;
    border-radius: 100px;
    padding: 8px 20px;
}

.contact-form-map {
    float: left;
    width: 100%;
    position: relative;
    margin: 100px 0 0;
}
.contact-form-map.no-margin {
    margin: 0;
}
.contact-form-map.no-margin h1 {
    color: #232323;
    margin: 0 0 30px;
}
.contact-form-map-bg {
    float: left;
    width: 100%;
    background: #f5f5f5;
    padding: 60px 0;
    position: relative;
}
.harita {
    width: 100%;
    height: 420px;
}


/* contact-box */
.contact-box-content {
    height: 565px;
    background: #fff;
    padding: 40px;
	border-radius: 20px;
}
.contact-box-content h1 {
    margin: 0 0 30px;
}
.contact-box-content p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    padding-left: 10px;
    margin-left: 20px;
}
.contact-box-content p i {
    width: 28px;
    color: #0e2b6c;
    padding-right: 10px;
    font-size: 14px;
    margin-left: -32px;
}

.contact-box-map {
    width: 100%;
    height: 200px;
    margin: 20px 0 0;
}

.contact-box-content a {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    padding-left: 10px;
    margin-left: 10px;
    display: block;
    margin-bottom: 10px;
}
.contact-box-content a i {
    width: 28px;
    color: #0e2b6c;
    padding-right: 10px;
    font-size: 14px;
    margin-left: -22px;
}

.contact-form-map .col form .form-control {
    background-color: transparent;
    height: 50px;
    border: none;
    box-shadow: none;
    border: 0;
    color: #232323;
    border-radius: 0px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
    -webkit-transition: border 0.65s, background-color 0.65s;
    transition: border 0.65s, background-color 0.65s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-bottom: 2px solid rgba(0,0,0,0.06);
    text-transform: uppercase;
}
.contact-form-map .col form .form-control::placeholder {
    color: rgba(0,0,0,0.4);
}
.contact-form-map .col form .send-btn {
    border-radius: 100px;
    padding: 14px 20px;
    margin-top: 30px;
    font-size: 15px;
    background: #082670;
    color: #fff;
}
.contact-form-map .col form textarea {
    height: 200px !important;
    resize: none;
}

/* page-body-content */
.page-body .page-body-content {
    background-color: #eee;
    height: auto;
    padding: 30px 0 50px;
}
.page-body .sidebar {
    position: relative;
    margin: 0 0 30px 0;
}
.back-btn {
    display: block;
    width: 100%;
    height: 50px;
    background: rgba(121, 121, 119, 0.64);
	border-radius: 50px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 54px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
.back-btn:hover {
background: rgba(121, 121, 119, 0.84);
}
.back-btn i {
    padding-right: 10px;
}
.page-body .sidebar .sidebarmenu {
	border-radius: 30px;
    background-color: #0e2b6c;
    position: relative;
    overflow: hidden;
}
.page-body .sidebar .sidebarmenu > ul {
    margin-bottom: 0px;
    list-style: none;
    padding: 0px;
}
.page-body .sidebar .sidebarmenu > ul > .active {
    background-color: #092361;
    position: relative;
}
.page-body .sidebar .sidebarmenu > ul > .active > a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.page-body .sidebar .sidebarmenu > ul > .active a:hover {
    background: #092361;
}
.page-body .sidebar .sidebarmenu > ul > .active::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 57px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/sidebar-active.png);
}
.page-body .sidebar .sidebarmenu > ul > li > a {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    padding: 22px 35px;
    display: block;
    font-weight: 500;
}
.page-body .sidebar .sidebarmenu > ul > li > a:hover {
    background: #092361;
}
.page-body .sidebar .sidebarmenu ul li ul {
    padding: 10px 50px 20px 50px;
    border-bottom: 1px solid #2c478e;
}
.page-body .sidebar .sidebarmenu ul li ul li {
    list-style: disc;
	color: #fff;
}
.page-body .sidebar .sidebarmenu ul li ul li ul {
    padding: 10px 20px 10px 20px;
    border-bottom: 0;
}
.page-body .sidebar .sidebarmenu ul li ul li a {
    padding: 0px 0px 5px 0px;
    font-size: 13px;
    color: #fff;
    line-height: 18px;
    border-bottom: none;
}
.page-body .sidebar .sidebarmenu ul li ul .active {
    background-color: transparent;
}
.page-body .sidebar .sidebarmenu ul li ul .active > a {
    color: #19B5FE;
    text-decoration: underline;
    font-weight: 1200;
}
.page-body .sidebar .sidebarmenu ul li ul .active::after {
    background-image: none !important;
}
.page-body .page-content {
    height: auto;
    overflow: hidden;
    padding: 0 0 0 15px;
}
.page-body .page-content .content {
    background-color: #ffffff;
    padding: 28px;
}
.page-body .page-content .content h1 {
    font-size: 18px;
    line-height: 28px;
    color: #232323;
    font-weight: 500;
    margin: 0 0 20px;
}
.page-body .page-content .shortcontent {
    font-size: 19px;
    line-height: 28px;
    color: #666;
}
.page-body .page-content p {
    font-size: 15px;
    color: #666;
    line-height: 25px;
    padding-bottom: 10px;
}
.page-body .page-content p a {
    font-size: 15px;
    font-weight: 600;
    color: #666;
    display: block;
}
.page-body .page-content h2 {
    font-weight: 600;
    font-size: 15px;
    color: #232323;
}

.map {
    width: 100%;
    height: 400px;
    margin: 10px 0 0 0;
}

form .form-control {
    background-color: #ffffff;
    height: 50px;
    border: none;
    box-shadow: none;
    border: 1px solid #e1e1e1;
    color: #48443f;
    border-radius: 0px;
    font-size: 15px;
    margin-bottom: 8px;
    -webkit-transition: border 0.65s, background-color 0.65s;
    transition: border 0.65s, background-color 0.65s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
form textarea {
    height: 100px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
form .send-btn {
    float: right;
    padding: 11px 20px;
    background-color: #fff;
    border-radius: 0px;
    color: #232323;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    -webkit-transition: background-color 0.35s, -webkit-transform 0.35s;
    transition: background-color 0.35s, transform 0.35s;
    margin-top: 0px;
}
form .send-btn:hover, form .send-btn:focus {
    background-color: #69737b;
    color: #ffffff;
}
form {
    position: relative;
}
form .row {
    margin-left: -5px !important;
    margin-right: -5px !important;
}
form .row .col {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
    position: relative;
}
form .row .col .checkbox {
    margin: 5px 0;
}
form .row .col .radio {
    margin: 5px 0;
}
form .row .col .checkbox label {
    line-height: 20px;
    font-weight: 600;
    font-size: 15px;
}
form .row .col .radio label {
    line-height: 20px;
    font-weight: 600;
    font-size: 15px;
}
form .row .col .resecurity {
    position: relative;
    background-color: #ffffff;
    height: 50px;
    border-radius: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #e1e1e1;
    background-size: 80px;
}
.input-validation-error {
    background-image: url(../img/input-validation-error.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 40px;
}

/* news */
.news ul {}
.news ul li {
    padding: 20px;
    text-align: left;
    border: 1px solid #e1e1e1;
    margin-bottom: 15px;
}
.news.no-border ul li {
    padding: 0;
    text-align: left;
    border: none;
    margin-bottom: 0px;
}
.news ul li a {
    display: block;
}
.news ul li h1 {
    font-size: 16px !important;
    line-height: 30px;
    color: #232323;
    font-weight: 600 !important;
    padding-bottom: 0;
    display: inline-block;
    margin: 0 0 10px !important;
    text-transform: none !important;
}
.news ul li .tarih {
    font-size: 13px;
    color: #666;
    font-weight: 500;
    background: url(../img/tarih.png) no-repeat left center;
    padding-left: 30px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.news ul li p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    font-weight: 500;
}
.news ul li:hover .devam {
    color: #fff;
    background: #102369 url(../img/devamOk2.png) no-repeat right 15px center;
}
.news ul li .devam {
    height: 34px;
    line-height: 34px;
    padding: 0 30px 0 15px;
    background: #fff url(../img/devamOk.png) no-repeat right 15px center;
    display: inline-block;
    color: #102369;
    border-radius: 100px;
    font-weight: 500;
    font-size: 13px;
    border: 1px solid #102369;
}

/* news-list-page */

.news-list-page li {
    margin-bottom: 10px;
}

.news-list-page li .news-image {
    float: left;
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.news-list-page li .news-detail {
    float: left;
    height: 180px;
    background: #ededed;
    padding: 25px;
    margin: 0;
}

.news-list-page li .news-detail h2 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}

.news-list-page li .news-detail p {
    font-size: 16px;
    line-height: 24px;
    color: #888;
}

.news-list-page li .news-detail .more {
    color: #0e2b6c;
}

.news-list-page li .news-detail .more i {
    color: #0e2b6c;
    font-size: 12px;
}

.news-list-page li .news-detail .more span {
    color: #0e2b6c;
    padding-right: 8px;
}


/* sayfalama */
nav[role="navigation"] {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.cd-pagination {
    width: 100%;
    max-width: 768px;
    margin: 1em 0 0 0;
    text-align: center;
}
.cd-pagination li {
    /* hide numbers on small devices */
    display: none;
    margin: 0 .2em;
}
.cd-pagination li.button {
    /* make sure prev next buttons are visible */
    display: inline-block;
}
.cd-pagination a, .cd-pagination span {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* use padding and font-size to change buttons size */
    padding: .6em .8em;
    font-size: 1.6rem;
}
.cd-pagination {
    border: 1px solid #e6e6e6;
}
.cd-pagination a {
    border: 1px solid #e6e6e6;
    border-radius: 0.25em;
    color: #666;
}
.no-touch .cd-pagination a:hover {
    background-color: #ddd;
    color: #232323;
}
.cd-pagination a:active {
    /* click effect */
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
.cd-pagination a.disabled {
    /* button disabled */
    color: rgba(46, 64, 87, 0.4);
    pointer-events: none;
}
.cd-pagination a.disabled::before, .cd-pagination a.disabled::after {
    opacity: .4;
}
.cd-pagination .button:first-of-type a::before {
    content: '\00ab  ';
}
.cd-pagination .button:last-of-type a::after {
    content: ' \00bb';
}
.cd-pagination .current {
    /* selected number */
    background-color: #0e2b6c;
    border-color: #0e2b6c;
    color: #ffffff;
    pointer-events: none;
}
@media only screen and (min-width: 768px) {
    .cd-pagination li {
        display: inline-block;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-pagination {
        margin: 1em auto 0;
    }
}

/* --------------------------------

No space - remove distance between list items

-------------------------------- */
.cd-pagination.no-space {
    width: auto;
    max-width: none;
    display: inline-block;
    border-radius: 0.25em;
    background: #fff;
}
.cd-pagination.no-space::after {
    clear: both;
    content: "";
    display: table;
}
.cd-pagination.no-space li {
    margin: 0;
    float: left;
    border-right: 1px solid #eee;
}
.cd-pagination.no-space li:last-of-type {
    border-right: none;
}
.cd-pagination.no-space a, .cd-pagination.no-space span {
    float: left;
    border-radius: 0;
    padding: .8em 1em;
    border: none;
}
.cd-pagination.no-space li:first-of-type a {
    border-radius: 0.25em 0 0 0.25em;
}
.cd-pagination.no-space li:last-of-type a {
    border-radius: 0 0.25em 0.25em 0;
}

/* --------------------------------

move buttons - move prev and next buttons to the sides

-------------------------------- */
.cd-pagination.move-buttons::after {
    clear: both;
    content: "";
    display: table;
}
.cd-pagination.move-buttons .button:first-of-type {
    float: left;
}
.cd-pagination.move-buttons .button:last-of-type {
    float: right;
}
.cd-pagination.no-space.move-buttons {
    width: 90%;
    max-width: 768px;
    display: block;
    overflow: hidden;
}
.cd-pagination.no-space.move-buttons li {
    float: none;
    border: none;
}
.cd-pagination.no-space.move-buttons a, .cd-pagination.no-space.move-buttons span {
    float: none;
}

/* --------------------------------

custom icons - customize the small arrow inside the next and prev buttons

-------------------------------- */
.cd-pagination.custom-icons .button a {
    position: relative;
}
.cd-pagination.custom-icons .button:first-of-type a {
    padding-left: 2.4em;
}
.cd-pagination.custom-icons .button:last-of-type a {
    padding-right: 2.4em;
}
.cd-pagination.custom-icons .button:first-of-type a::before, .cd-pagination.custom-icons .button:last-of-type a::after {
    content: '';
    position: absolute;
    display: inline-block;
    /* set size for custom icons */
    width: 16px;
    height: 16px;
    top: 50%;
    /* set margin-top = icon height/2 */
    margin-top: -8px;
    background: transparent url("../img/cd-icon-arrow-1.svg") no-repeat center center;
}
.cd-pagination.custom-icons .button:first-of-type a::before {
    left: .8em;
}
.cd-pagination.custom-icons .button:last-of-type a::after {
    right: .8em;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* --------------------------------

custom buttons - replace prev and next buttons text with a custom icon

-------------------------------- */
.cd-pagination.custom-buttons a, .cd-pagination.custom-buttons span {
    vertical-align: middle;
}
.cd-pagination.custom-buttons .button a {
    /* set custom width */
    width: 40px;
    /* image replacement */
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    color: transparent;
    background-image: url("../img/cd-icon-arrow-2.svg");
    background-repeat: no-repeat;
    background-position: center center;
}
.cd-pagination.custom-buttons .button:last-of-type a {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.no-touch .cd-pagination.custom-buttons .button:last-of-type a:active {
    -webkit-transform: scale(0.9) rotate(180deg);
    -moz-transform: scale(0.9) rotate(180deg);
    -ms-transform: scale(0.9) rotate(180deg);
    -o-transform: scale(0.9) rotate(180deg);
    transform: scale(0.9) rotate(180deg);
}
.cd-pagination.no-space.custom-buttons .button:last-of-type a {
    border-radius: 0.25em 0 0 0.25em;
}

/* --------------------------------

animated buttons - animate the text inside prev and next buttons

-------------------------------- */
.cd-pagination.animated-buttons a, .cd-pagination.animated-buttons span {
    padding: 0 1.4em;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-size: 16px;
}
.cd-pagination.animated-buttons .button a {
    position: relative;
    padding: 0 2em;
    font-size: 15px;
}
.cd-pagination.animated-buttons .button:first-of-type a::before, .cd-pagination.animated-buttons .button:last-of-type a::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.cd-pagination.animated-buttons .button:last-of-type a::after {
    -webkit-transform: translateX(-50%) rotate(180deg);
    -moz-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    -o-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
}
.cd-pagination.animated-buttons i {
    display: block;
    height: 100%;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.no-touch .cd-pagination.animated-buttons .button a:hover i {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.no-touch .cd-pagination.animated-buttons .button:first-of-type a:hover::before {
    -webkit-transform: translateX(-50%) translateY(-50px);
    -moz-transform: translateX(-50%) translateY(-50px);
    -ms-transform: translateX(-50%) translateY(-50px);
    -o-transform: translateX(-50%) translateY(-50px);
    transform: translateX(-50%) translateY(-50px);
}
.no-touch .cd-pagination.animated-buttons .button:last-of-type a:hover::after {
    -webkit-transform: translateX(-50%) rotate(180deg) translateY(50px);
    -moz-transform: translateX(-50%) rotate(180deg) translateY(50px);
    -ms-transform: translateX(-50%) rotate(180deg) translateY(50px);
    -o-transform: translateX(-50%) rotate(180deg) translateY(50px);
    transform: translateX(-50%) rotate(180deg) translateY(50px);
}


/* haberGaleri */

#haberGaleri {
    float: right;
    width: 50%;
    overflow: hidden;
    height: 300px;
    margin-bottom: 30px;
    margin-left: 30px;
}

#haberGaleri.owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

#haberGaleri.owl-theme .owl-controls .owl-page span {
    background: #fff;
    margin: 0 4px;
}

#haberGaleri.owl-theme .owl-controls .owl-pagination {
    background: #1DACF7;
    display: inline-block;
    border-radius: 100px;
    padding: 5px 10px;
    position: absolute;
    bottom: 50px;
    left: 50px;
}

#haberGaleri.owl-theme .owl-nav {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

#haberGaleri.owl-theme .owl-nav div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 12px;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    opacity: 1;
    border-radius: 50%;
}

#haberGaleri.owl-theme .owl-nav .owl-prev {
    background: #0e2b6c url(../img/prev2.png) no-repeat center;
    opacity: 0.9;
}

#haberGaleri.owl-theme .owl-nav .owl-prev:hover {
    opacity: 1;
}

#haberGaleri.owl-theme .owl-nav .owl-next {
    background: #0e2b6c url(../img/next2.png) no-repeat center;
    opacity: 0.9;
    margin-left: 1px;
}

#haberGaleri.owl-theme .owl-nav .owl-next:hover {
    opacity: 1;
}

#haberGaleri li {
    float: left;
    width: 100%;
    height: 300px;
}

#haberGaleri li .galeriImg {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


/* galeri */

.galeriImg {
    width: 100%;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.galeriImg2 {
    width: 100%;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.galeriPdf {
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	text-align: center;
	background-size: 40%;
	/* margin: 2px 0 10px; */
}
.galeriPdf.col-lg-4 {
	height: 100px;
	background-size: 50%;
}
.galeriPdf.col-lg-6 {
	height: 150px;
	background-size: 50%;
}
.galeriPdf.col-lg-12 {
	height: 300px;
	background-size: 50%;
}
.galeriPdf .image-name {
    width: 100%;
	position: relative;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.detail-img-list .image-name {
    width: 100%;
	position: relative;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	top: 10px;
}

.gallery-list {
    margin-bottom: 30px;
}

.playButton {
    width: 64px;
    height: 64px;
    background: url(../img/play.png) no-repeat center;
    position: absolute;
    left: 50%;
    margin-left: -32px;
    top: 50%;
    margin-top: -32px;
}

.sertifika-list {
    margin-bottom: 30px;
}
.sertifikaImg {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* imalatGaleri */

#imalatGaleri {
    overflow: hidden;
    height: 400px;
    margin-bottom: 30px;
}

#imalatGaleri.owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

#imalatGaleri.owl-theme .owl-controls .owl-page span {
    background: #fff;
    margin: 0 4px;
}

#imalatGaleri.owl-theme .owl-controls .owl-pagination {
    background: #1DACF7;
    display: inline-block;
    border-radius: 100px;
    padding: 5px 10px;
    position: absolute;
    bottom: 50px;
    left: 50px;
}

#imalatGaleri.owl-theme .owl-nav {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

#imalatGaleri.owl-theme .owl-nav div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 12px;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    opacity: 1;
    border-radius: 8px;
}

#imalatGaleri.owl-theme .owl-nav .owl-prev {
    background: #0e2b6c url(../img/prev2.png) no-repeat center;
    opacity: 0.9;
}

#imalatGaleri.owl-theme .owl-nav .owl-prev:hover {
    opacity: 1;
}

#imalatGaleri.owl-theme .owl-nav .owl-next {
    background: #0e2b6c url(../img/next2.png) no-repeat center;
    opacity: 0.9;
    margin-left: 1px;
}

#imalatGaleri.owl-theme .owl-nav .owl-next:hover {
    opacity: 1;
}

#imalatGaleri li {
    float: left;
    width: 100%;
    height: 400px;
}

#imalatGaleri li .galeriImg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.onay-hata {
    width: 100%;
    text-align: center;
    margin: 50px 0;
}
.onay-hata h1 {
    font-size: 44px;
    color: #3c3c3c;
    font-weight: 300;
    padding: 30px 0 10px 0;
}
.onay-hata p {
    color: #666;
    font-size: 16px;
}
.onay-hata a {
    height: 44px;
    padding: 0 25px;
    line-height: 42px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 100px;
    transition: 0.5s;
    display: inline-block;
    margin-top: 20px;
    letter-spacing: -0.1px;
}
.onay-hata a:hover {
    color: #fff;
    background: #666;
    border-color: #666;
}


/* ap */

.itemsContainer {
    margin-top: 10px;
}

.headlineTitle {
    font-weight: bold;
    padding: 5px 0;
}

.itemsContainer .item {
    margin: 0 0 10px 0;
}

.itemContents {
    display: none;
    margin: 10px 0 0 0;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 3px;
}

.itemContents a {
    background-color: #0e2b6c;
    -webkit-appearance: none;
    border: none;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 25px;
    color: white;
    cursor: pointer;
    outline: none;
    margin-top: 0px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border-radius: 100px;
    font-size: 15px;
    text-align: center;
}

.itemTitle {
    background: #fff;
    border: 1px solid #e1e1e1;
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    display: block;
    font-size: 15px;
    color: #666;
    padding-left: 20px;
    font-weight: 600;
}

.itemTitle h5 {
    background: url(../img/list.png) no-repeat left center;
    padding-left: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 30px;
     line-height: 60px;
    margin: 0;
}

.openedContent {
    display: block;
}

.acik {
}

/* isBasvuruFormu */
.temizle {
    clear: both;
}

.page-body .page-content .content .Form {
    overflow: hidden;
    position: relative;
}

.page-body .page-content .content .Form .FormTopMenu {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}

.page-body .page-content .content .Form .FormTopMenu ul {
    width: 100%;
}

.page-body .page-content .content .Form .FormTopMenu ul li {
    height: 120px;
    width: 20%;
    float: left;
    display: table;
    background-position: center 30px;
    background-repeat: no-repeat;
    background-color: #0e2b6c;
    position: relative;
}

.page-body .page-content .content .Form .FormTopMenu ul li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: #0d3694;
}

.page-body .page-content .content .Form .FormTopMenu ul li:last-child {
    border: none;
}

.page-body .page-content .content .Form .FormTopMenu ul li a {
    display: table-cell;
    vertical-align: middle;
    height: 120px;
    width: 100%;
    font-size: 15px;
    color: #fff;
    text-align: center;
    padding-top: 48px;
    line-height: 14px;
    position: relative;
    font-weight: 600;
    font-style: italic;
}

.page-body .page-content .content .Form .FormTopMenu ul .person a.Selected:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #ccc;
}

.page-body .page-content .content .Form .FormTopMenu ul .phone a.Selected:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #ccc;
}

.page-body .page-content .content .Form .FormTopMenu ul .instruction a.Selected:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #ccc;
}

.page-body .page-content .content .Form .FormTopMenu ul .work a.Selected:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #ccc;
}

.page-body .page-content .content .Form .FormTopMenu ul .refences a.Selected:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #ccc;
}

.page-body .page-content .content .Form .FormDetail {
    margin-left: -2%;
}

.page-body .page-content .content .Form .FormDetail form .Valid {
    width: 48%;
    height: 50px;
    margin-bottom: 10px;
    margin-left: 2%;
    font-weight: 500;
    color: #888;
    font-size: 14px;
    float: left;
    position: relative;
    border-radius: 0px;
    overflow: hidden;
}

.page-body .page-content .content .Form .FormDetail form .Valid:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 16px;
    background: url(../img/Validate.png) no-repeat;
    width: 19px;
    height: 19px;
}

.page-body .page-content .content .Form .FormDetail form .Valid .ContText {
    width: 100%;
    height: 50px;
    background: transparent;
    line-height: 40px\9;
    text-indent: 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    color: #888;
    padding: 0;
    border: 1px solid #e1e1e1;
    outline: none;
    font-size: 14px;
    ;
    border-radius: 0;
}

.page-body .page-content .content .Form .FormDetail form .Valid .ContText.input-validation-error {
    box-shadow: inset 0px 0px 0px 1px #2678f8;
    border-radius: 0px;
}

.page-body .page-content .content .Form .FormDetail form .ValidDrp {
    width: 48%;
    height: 50px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #888;
    font-size: 14px;
    background-image: url(../img/DrpArrow.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    float: left;
    margin-left: 2%;
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #e1e1e1;
}

.page-body .page-content .content .Form .FormDetail form .ValidDrp span, .page-body .page-content .content .Form .FormDetail form .BigValidDrp span {
    font-size: 14px;
    color: #777;
    height: 50px;
    display: block;
    position: absolute;
    line-height: 40px;
    overflow: hidden;
    text-indent: 20px;
    margin-top: 5px;
    font-weight: 500;
}

.page-body .page-content .content .Form .FormDetail form .ValidDrp select {
    width: 100%;
    height: 50px;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #888;
    font-size: 15px;
    text-indent: 20px;
    min-height: 50px;
    line-height: 50px;
}

.page-body .page-content .content .Form .FormDetail form .ButtonAreaNext {
    height: 50px;
    width: 150px;
    float: right;
    margin-top: 17px;
    margin-bottom: 13px;
}

.page-body .page-content .content .Form .FormDetail form .ButtonAreaNext .Next {
    color: #fff;
    float: right;
    background-color: #737574;
    height: 50px;
    width: 150px;
    margin-left: 13px;
    text-align: left;
    text-indent: 21px;
    font-size: 14px;
    cursor: pointer;
    background-image: url(../img/access_icon.png);
    background-repeat: no-repeat;
    background-position: 109px center;
    border-radius: 0px;
    padding-left: 20px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.page-body .page-content .content .Form .FormDetail form .ButtonAreaNext .Next .textnext {
    color: #fff;
    float: left;
    margin-right: 13px;
    text-align: left;
    text-indent: 21px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    margin-top: 15px;
}

.page-body .page-content .content .Form .FormDetail form .ButtonAreaNext:hover .Next {
    background-color: #2678f8;
}

.page-body .page-content .content .Form .FormDetail form .BigValid {
    width: 98%;
    height: 50px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #888;
    font-size: 14px;
    float: left;
    margin-left: 2%;
}

.page-body .page-content .content .Form .FormDetail form .BigValid .ContText {
    width: 100%;
    height: 50px;
    border-radius: 0px;
    background: transparent;
    line-height: 40px\9;
    text-indent: 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    color: #888;
    border: none;
    outline: none;
    font-size: 13px;
    border: 1px solid #e1e1e1;
}

.page-body .page-content .content .Form .FormDetail form .ButtonAreaBefore {
    height: 50px;
    width: 150px;
    float: left;
    margin-top: 17px;
    margin-bottom: 13px;
    margin-left: 2%;
}

.page-body .page-content .content .Form .FormDetail form .ButtonAreaBefore .Before {
    color: #fff;
    float: left;
    background-color: #737574;
    height: 50px;
    width: 150px;
    text-align: right;
    padding-right: 30px;
    font-size: 14px;
    cursor: pointer;
    background-image: url(../img/before_icon.png);
    background-repeat: no-repeat;
    background-position: 30px center;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.page-body .page-content .content .Form .FormDetail form .ButtonAreaBefore .Before .textbefore {
    color: #fff;
    float: right;
    margin-right: 13px;
    text-align: left;
    text-indent: 21px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    margin-top: 18px;
}

.page-body .page-content .content .Form .FormDetail form .ButtonAreaBefore:hover .Before {
    background-color: #2678f8;
}

.page-body .page-content .content .Form .FormDetail form h2 {
    margin-bottom: 13px;
    margin-left: 2%;
    font-size: 16px;
    color: #2c4058;
    font-weight: bold;
    padding: 10px 0;
     margin-top: 0;
}

.page-body .page-content .content .Form .FormDetail form span {
    font-size: 14px;
    color: #888;
    font-weight: bold;
}

.page-body .page-content .content .Form .FormDetail form .Valid .LevelText {
    width: 300px;
    height: 50px;
    background: transparent;
    line-height: 40px\9;
    text-indent: 20px;
    color: #888;
    background-color: #f4f4f4;
}

.page-body .page-content .content .Form .FormDetail form .BigValidArea {
    width: 98%;
    margin-bottom: 13px;
    float: left;
    margin-left: 2%;
}

.page-body .page-content .content .Form .FormDetail form .BigValidArea .ContText {
    color: #888;
    font-size: 13px;
    width: 100%;
    height: 180px !important;
    text-indent: 20px;
    padding-top: 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    outline: none;
    resize: none;
    border-radius: 0;
    border: 1px solid #e1e1e1;
}

.page-body .page-content .content .Form .FormDetail form .BigValidDrp {
    width: 98%;
    height: 50px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #888;
    font-size: 13px;
    background-image: url(../img/DrpArrow.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    float: left;
    margin-left: 2%;
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #e1e1e1;
}

.page-body .page-content .content .Form .FormDetail form .BigValidDrp select {
    width: 100%;
    height: 50px;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #888;
    font-size: 14px;
    text-indent: 20px;
}

.page-body .page-content .content .Form .FormDetail form .ButtonArea {
    height: 50px;
    width: 150px;
    float: right;
    margin-top: 17px;
    margin-bottom: 13px;
}

.page-body .page-content .content .Form .FormDetail form .ButtonArea .Send {
    color: #fff;
    float: right;
    background-color: #737574;
    height: 50px;
    width: 150px;
    margin-right: 13px;
    text-align: left;
    text-indent: 21px;
    font-size: 14px;
    cursor: pointer;
    background-image: url(../img/access_icon.png);
    background-repeat: no-repeat;
    background-position: 109px center;
    border: none;
    outline: none;
    border-radius: 0px;
}

.page-body .page-content .content .Form .FormDetail form .ButtonArea:hover .Send {
    background-color: #2678f8;
}

.page-body .page-content .content .Form .FormDetail form .Message {
    clear: both;
    float: left;
    width: 613px;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 50px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: #FFF;
    line-height: 50px;
    text-indent: 50px;
}

.page-body .page-content .content .Form .FormDetail form .Message.Success {
    background-color: #2678f8;
    background-image: url(../img/FormSucces.png);
    background-repeat: no-repeat;
    background-position: 15px center;
}

.page-body .page-content .content .Form .FormDetail form .Message span {
    font-size: 14px;
    font-weight: 300;
    color: #FFF;
}

.page-body .page-content .content .Form .FormDetail form .Message.Error {
    background-color: #737574;
    background-image: url(../img/formEror.png);
    background-repeat: no-repeat;
    background-position: 15px center;
}

.page-body .page-content .content .Form .FormDetail form .section {
    float: left;
    width: 150px;
    margin-top: 17px;
}

.page-body .page-content .content .Form .FormDetail form .section .RangeBg {
    background: transparent url(../img/slider-bg.jpg) no-repeat;
    border: none;
    height: 50px;
    width: 150px !important;
    position: relative;
    float: left;
    margin-bottom: 10px;
    border-radius: 0px !important;
}

.page-body .page-content .content .Form .FormDetail form .section .RangeBg #slider-range-max {
    background: transparent;
    border-radius: 0px !important;
    border: none;
    height: 50px;
    width: 120px !important;
}

.page-body .page-content .content .Form .FormDetail form .section .RangeBg a.ui-slider-handle {
    top: 0 !important;
    background: transparent url(../img/slider-handler.jpg) 0 0 no-repeat !important;
    border: none !important;
    width: 40px !important;
    height: 50px !important;
    margin: 0 !important;
    outline: none;
    border-radius: 0px !important;
}

.page-body .page-content .content .Form .FormDetail form .section .RangeBg .FormSecure {
    position: absolute;
    margin-top: -30px;
    margin-left: 165px;
}

.page-body .page-content .content .Form .FormDetail form .section>.securi {
    font-size: 14px;
    color: #888;
    font-style: normal;
    font-weight: 500;
    white-space: nowrap;
    margin-bottom: 0px !important;
}

.page-body .page-content .content .Form .FormDetail form .section>.securi2 {
    font-size: 14px;
    color: #888;
    font-style: normal;
    font-weight: 500;
    white-space: nowrap;
    margin-bottom: 0px !important;
}

.maddeler {
    margin: 0 0 20px 0;
    text-align: left;
}

.maddeler p {
    margin: 0 0 10px 0;
}

.maddeler>li {
    font-size: 15px;
    line-height: 26px;
    color: #666;
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -20px;
    margin-left: 22px;
}

.maddeler>li>a:hover {
    color: #3c3c3c;
    text-decoration: underline;
}

.maddeler>li ul {
    margin: 10px 20px 5px 30px;
}

.maddeler>li ul li {
    padding-bottom: 5px;
    font-size: 15px;
    line-height: 26px;
    color: #666;
    list-style-type: disc;
    list-style-position: inside;
}

/* urun-kategori */
.kategori-video {
    width: 100%;
    height: 300px;
    margin: 0 0 20px;
}
.urun-kategori {
    overflow: hidden;
    padding: 0;
}

.urun-kategori .row {
    margin-left: -5px;
    margin-right: -5px;
}

.urun-kategori .col {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.urun-kategori .col a {
    display: block;
    padding: 10px;
    border: 1px solid #0066cc;
    height: 380px;
	border-radius: 15px;
}
.urun-kategori-title {
    font-size: 18px;
    color: #232323;
    font-weight: 500;
    margin: 0 0 10px;
    min-height: 50px;
}
.urun-kategori-detail {
    margin: 10px 0 0;
}
.urun-kategori-detail p {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    padding-bottom: 0 !important;
    margin: 0;
}
.urun-kategori-detail .btn {
    margin: 10px 0 0;
}
.urun-kategori .col .urun-bg {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 200px;
}
.urun-kategori .col .urun-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #102e6a; */
    z-index: 1;
    opacity: .5;
}
.urun-kategori .col .urun-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(16,46,106,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgb(255, 255, 255) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fff',GradientType=0 );
    z-index: 1;
    opacity: .5; */
}

/* haberGaleri */

#urunGaleri {
    overflow: hidden;
    height: 250px;
    margin-bottom: 10px;
}

#urunGaleri.owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

#urunGaleri.owl-theme .owl-controls .owl-page span {
    background: #fff;
    margin: 0 4px;
}

#urunGaleri.owl-theme .owl-controls .owl-pagination {
    background: #1DACF7;
    display: inline-block;
    border-radius: 100px;
    padding: 5px 10px;
    position: absolute;
    bottom: 50px;
    left: 50px;
}

#urunGaleri.owl-theme .owl-nav {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

#urunGaleri.owl-theme .owl-nav div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 12px;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    opacity: 1;
    border-radius: 50%;
}

#urunGaleri.owl-theme .owl-nav .owl-prev {
    background: #0e2b6c url(../img/prev2.png) no-repeat center;
    opacity: 0.9;
}

#urunGaleri.owl-theme .owl-nav .owl-prev:hover {
    opacity: 1;
}

#urunGaleri.owl-theme .owl-nav .owl-next {
    background: #0e2b6c url(../img/next2.png) no-repeat center;
    opacity: 0.9;
    margin-left: 1px;
}

#urunGaleri.owl-theme .owl-nav .owl-next:hover {
    opacity: 1;
}

#urunGaleri li {
    float: left;
    width: 100%;
    height: 250px;
}

#urunGaleri li .galeriImg {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.site-form {
    width: 460px;
    display: none;
}

.site-form label {
    font-weight: 400;
}

.site-form label input {
    margin-right: 5px;
}

/* urundetay */

.icerikGaleri {
    padding-left: 15px;
}

.urunDetay {
    padding-right: 15px;
}

.urunDetay .urunBaslik {
    margin-bottom: 30px;
}

.urunDetay .urunBaslik a {
    float: right;
    background: #267bf7;
    color: #fff;
    height: 38px;
    line-height: 42px;
    padding: 0 18px;
    font-size: 14px;
    border-radius: 100px;
     position: relative;
    z-index: 1;
}

.urunDetay h2 {
    font-size: 16px;
    line-height: 24px;
    color: #3c3c3c;
    margin-bottom: 20px;
}

.urunDetay .img-desc .col {
	display: table-cell;
	/* vertical-align: middle; */
	/* float: none; */
	padding: 0;
	text-align: center;
}

.urunDetay .img-desc .col.col-sm-8 {
	text-align: left;
}
.urunDetay .img-desc ul, .urunDetay ul {
	padding-left: 30px;
}
.urunDetay .img-desc ul li, .urunDetay ul li {
	list-style: disc;
}

.page-content-title h1 {
    font-size: 20px !important;
}

/* ozellikler */

.FAQ {
    float: left;
    width: 100%;
    margin: 0;
}

.FAQ .ui-accordion-header {
    height: 50px;
    background-color: #f4f4f4;
    font-size: 15px !important;
    font-weight: 600;
    color: #3c3c3c !important;
    cursor: pointer;
    line-height: 54px !important;
    text-indent: 25px;
    outline: none;
    background-image: url(../img/AccordionArrow.jpg);
    background-repeat: no-repeat;
    background-position: right -50px;
    margin-bottom: 1px !important;
    text-transform: none !important;
}

.FAQ .ui-accordion-header:hover {
    background-color: #ebebeb;
}

.FAQ .ui-accordion-header-active {
    background-position: right top;
    margin-bottom: 0px;
}

.FAQ .ui-accordion-content {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 15px;
    color: #3c3c3c;
    text-align: left;
}

.pdf {
    text-align: left;
}

.pdf li {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #666;
    font-weight: 400;
}

.pdf li a {
    color: #666;
    background: url(../img/pdf.png) no-repeat left center;
    padding-left: 30px;
}

.pdf li a:hover {
    text-decoration: underline;
}

#istekFormu form .send-btn {
    background: #0e2b6c;
    color: #fff;
}



.detail-img-list {
    margin: 0 0 30px;
}
.detail-img-list a {
    border: 1px solid #e1e1e1;
    padding: 5px;
    display: block;
	border-radius: 30px;
}
.detail-img-list .galeriImg {
    width: 100%;
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.detail-tab-content {
    background: #fff;
    padding: 30px 0;
}

.content .nav-tabs {
    border: 0;
}

.content .nav-tabs>li {
    width: 25%;
    padding-left: 2px;
    padding-right: 2px;
}

.content .nav-tabs>li>a {
    background: #dedede;
    color: #666;
    margin-right: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    padding: 16px 10px;
	border-radius: 30px;
}

.content .nav-tabs>li.active>a, .tur-content .nav-tabs>li.active>a:hover, .tur-content .nav-tabs>li.active>a:focus {
    color: #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-right: 0;
    background: #0e2b6c;
    font-weight: 600;
}


.ql-align-center { text-align: center !important; }