@font-face {
    font-family: 'Open Sans';
    src: url("/templates/ithaki17/fonts/OpenSans-Bold.woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("/templates/ithaki17/fonts/OpenSans-Light.woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("/templates/ithaki17/fonts/OpenSans-Regular.woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("/templates/ithaki17/fonts/OpenSans-Italic.woff");
    font-weight: 400;
    font-style: italic;
}



h1, h2, h3, h4, h5, h6 {
    margin: 9px 0;
    font-family: inherit;
    font-weight: 300;
    line-height: 18px;
    color: inherit; /*text-rendering: optimizelegibility;*/
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        font-weight: normal;
        line-height: 1;
        color: #999;
    }

h1, h2, h3 {
    line-height: 36px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

h1 small {
    font-size: 22.75px;
}

h2 small {
    font-size: 16.25px;
}

h3 small {
    font-size: 13px;
}

h4 small {
    font-size: 13px;
}

.page-header {
    text-align: center;
}

    .page-header h2 {
        color: #464646;
        font-weight: 300;
        margin: 0;
        padding-top: 10px;
        padding-bottom: 17px;
        text-align: center;
        font-size: 22px;
        text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.3);
    }

.breadcrumb {
    vertical-align: top;
    line-height: 20px;
    margin: 0;
    list-style: none;
    display: inline-block;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
}

    .breadcrumb > li {
        display: inline-block;
        *display: inline;
        *zoom: 1; /*color: #999;*/
    }

        .breadcrumb > li > .divider {
            padding: 0 5px;
        }

    .breadcrumb > .active {
    }

* {
    box-sizing: border-box;
}

.pager {
    /*	    bottom: 0;
    position: absolute;*/
    width: 100%;
    list-style: none;
    text-align: center;
    clear: both;
    margin: 30px 0;
    padding: 5px 20px;
}

.item-pagebasin .pager {
    position: static;
}

.pager:before, .pager:after {
    display: table;
    content: "";
    line-height: 0;
}

.pager:after {
    clear: both;
}
/* EDİT */
.pager li {
    display: inline;
}

    .pager li > a, .pager li > span {
        display: inline-block;
        padding: 5px 14px;
        background-color: #f3f3f3;
        border: 1px solid #ddd;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 13px;
        color: #5d5d5d;
        font-weight: 300;
    }

        .pager li > a:hover, .pager li > a:focus {
            text-decoration: none;
            background-color: #f5f5f5;
            color: #000;
        }

.pager .next > a, .pager .next > span {
    float: right;
}

.pager .previous > a, .pager .previous > span {
    float: left;
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    color: #999;
    background-color: #fff;
    cursor: default;
}

.pager .next > a:after {
    content: "\f105";
    font-family: FontAwesome;
    /* color: #ffffff; */
    font-size: 14px;
    padding-left: 5px;
    /* font-weight: 300; */
}

.pager .previous > a:before {
    content: "\f104";
    font-family: FontAwesome;
    /* color: #ffffff; */
    font-size: 14px;
    padding-right: 5px;
    /* font-weight: 300; */
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

h1, h2, h3, h4, h5, h6 {
    margin: 12px 0;
}

h1 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: -1px
}

h2 {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #FF0000;
    padding-left: 5px;
    font-weight: 300;
    letter-spacing: -1px;
}

h3 {
    font-size: 16px;
    line-height: 20px;
}

h4 {
    font-size: 14px;
    line-height: 16px;
}

h5 {
    font-size: 13px;
    line-height: 15px;
}

h6 {
    font-size: 12px;
    line-height: 14px;
}

[itemprop="articleBody"] h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}

.pull-right.item-image {
    margin: 0;
}

.item-page > .pull-left.item-image {
    max-width: 300px;
    margin: 0;
    padding-right: 10px;
    margin-bottom: 20px;
}

#projectAnchor {
    color:#333 !important;
}


/*--------------------------------------------------------------------------------*/

body {
    /*font-family: 'Titillium Web', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'Source Sans Pro', sans-serif;*/
    /*background-image: url(../images/bga.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
    margin: 0px;
    font-size: 13px;
    color: #000;
    /*	background-color: #161616;*/
    background-color: #fff;
}

img {
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
        color: #000;
    }

h4 {
    font-size: 16px;
    font-weight: 700;
}

.menu-alt {
    float: left;
    width: 23%;
}

.alt {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
    padding: 0;
}

    .alt > .moduletable {
        /*margin-right: 1%;
	margin-left: 1%;
	float: left;
	height:250px;
	overflow: hidden;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	border: 1px solid #333;
	background-color: #333;*/
    }

    .alt > .newsflash img {
        margin-top: 0px;
    }

#phocaMapPlgPM1 { /*	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;overflow: hidden;*/
}

.custom > p {
    margin: 0px;
}

.menu-alt li {
    list-style-type: none;
}

    .menu-alt li a {
        text-decoration: none;
        color: #333;
        background-image: url(../images/bullet1.png);
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 16px;
    }

        .menu-alt li a:hover {
            color: #000;
        }

.gzl {
    height: 1px;
    width: 1px;
    overflow: hidden;
    display: block;
}

#footer {
    padding-bottom: 25px;
    width: 100%;
    padding-top: 25px;
}

#header {
    height: 100px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
    background-color: #fff;
    margin-top: 0px;
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#topMenu {
    min-height: 100px;
    height: auto;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
    background-color: #fff;
    margin-top: 0px;
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#logo {
    position: static;
    display: inline-block;
    z-index: 99;
    left: 0;
    top: 25px;
    width: 160px;
    float: left;
}

#headdiv {
    position: relative;
    width: 100%;
    z-index: 100;
    padding-bottom: 15px;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}

.lang {
    margin-right: 20px;
    height: 24px;
    color: #999;
    float: right;
    line-height: 24px;
}

.ust2 {
    position: static;
    margin-left: auto;
    float: right;
    right: 150px;
    top: 35px;
    display: inline-block
}

.enust a {
    /*color: #999;*/
}

.mod-languages {
    max-width: 175px;
    float: right;
}

#navi {
    /*	z-index: 8000;
	position: relative;
	margin-top: 68px;
	max-width:700px;
	float: right;*/
}

.navi {
    position: static;
    margin-right: auto;
    float: left;
    display: inline-block;
    /* width: 100%; */
    /* float: right; */
    max-width: 700px;
    right: 150px;
    bottom: -2px;
}

#nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.sosyali {
    display: inline-block;
    padding-left: 5px;
    margin: 1px;
    /* float: right; */
    /* height: 25px; */
    /* width: 25px; */
    opacity: 0.6;
    font-size: 16px;
}

#sos {
    max-width: 700px;
    float: right;
    /*	min-width:320px;*/
}

#dil {
    max-height: 35px;
    max-width: 300px;
    float: right;
    display: block;
}

#flash {
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
}

.flash {
}

/*slideshowck camera_wrap camera_amber_skin*/
.camera_amber_skin:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.temiz {
    clear: both;
    width: 100%;
}

#tasiyici {
    display: block;
    overflow: hidden;
    width: 100%;
}

.icerik {
    padding-top: 10px;
    padding-bottom: 20px;
    overflow: hidden;
}

.sar {
    display: block;
    width: 100%;
    height: 30px;
    padding-top: 5px;
    padding-bottom: 15px;
}

.blog {
    text-align: center;
}

.item-page, .item-pagegizli, .item-pagegiris, .item-pagebasin {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

    .item-page .page-header, .item-pagegiris .page-header {
        /*height:0;*/
        /*overflow:hidden;*/
    }


.maximenuck li {
}

ul.maximenuck {
    margin: 0px;
    padding: 0px;
}

.baslik {
    color: #464646;
    font-weight: 300;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 22px;
    text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.3);
    border-top-width: 1px;
}

.enalt {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 920px;
    /* padding: 5px; */
    font-size: 12px;
    color: #BBBBBB;
    /* line-height: 20px; */
}

    .enalt a {
        color: #bbbbbb;
    }

aside {
    width: 30%;
    padding-left: 2%;
    float: right;
}

.ikon1 {
    float: left;
    margin-right: 3px;
    margin-bottom: 3px;
}

#fb-root {
    margin-bottom: 3px;
    padding-bottom: 2px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCC;
}

.moduletable h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: normal;
    color: #FFFFFF;
    margin: 0px;
    padding: 10px;
    position: absolute;
    z-index: 1000;
    background-image: url(../images/screen.png);
    background-repeat: repeat;
    -webkit-border-radius: 8px 0px 0px 0px;
    -moz-border-radius: 8px 0px 0px 0px;
    border-radius: 0px 0px 8px 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #CCC;
    border-bottom-color: #CCC;
}

.nspFs100 {
    position: relative;
    top: 0px;
}

.manset {
}

.yol {
}

.page-headergiris {
    margin: 0px;
    padding: 0px;
    height: 0px;
    overflow: hidden;
}

.kat {
    float: left;
    width: 31%;
    margin-right: 1%;
    margin-bottom: 20px;
    margin-left: 1%;
    text-align: center;
}

.span4 {
    float: left;
    width: 31%;
    margin-right: 1%;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #CCC;
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    margin-left: 1%;
}

    .span4 h2 {
        font-size: 20px;
        text-align: center;
        margin-top: 8px;
        margin-bottom: 8px;
    }

.blog-featuredgiris {
}

#jcemediabox-popup-body {
    max-width: 90%;
}

.enalt > .nav {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    margin: 0;
    line-height: 20px;
}

    .enalt > .nav li {
        margin: 0;
        display: inline-block;
        padding: 0;
        padding-right: 5px;
        list-style-type: none;
    }

.enalt > ul.nav {
    margin: 0;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
}

.enalt > .bilgi {
    margin: 0;
    /* float: right; */
    /* width: 50%; */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px; /* text-align: right; */
}

.bilgi img {
    opacity: 0.5;
}

.nspArt h4.nspHeader a {
    font-size: 17px;
    font-weight: 300;
    padding-left: 5px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #F00;
}

.nspArt p.nspText {
    font-weight: 400;
    font-size: 12px;
}

.giris1 {
    float: left;
    width: 205px;
    text-align: right;
    height: 300px;
    padding-left: 100px;
}

.giris2 {
    float: left;
    width: 240px;
    margin-right: 15px;
    margin-left: 15px;
    height: 350px;
}

.giris3 {
    float: left;
    width: 205px;
    height: 300px;
    padding-right: 100px;
}

.giris4 {
    float: left;
    text-align: right;
    width: 220px;
}

.giris5 {
    margin-top: 15px;
    display: block;
    float: left;
    width: 400px;
    margin-right: 10px;
    margin-left: 10px;
}

.giris6 {
    display: block;
    float: left;
    width: 220px;
}

.giris7 {
    width: 700px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-top: 5px;
    display: block;
}

.giris7a {
    float: left;
    width: 100%;
}

.item > p {
    overflow: hidden;
    visibility: hidden;
}

.item > .page-header h2, .item-title {
    font-size: 16px;
    letter-spacing: -1px;
    padding-left: 5px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #F00;
    overflow: hidden;
    margin: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.blog-featured .item-image > a > img {
    /*height: 280px;
    width: 230px;*/
}

.blogpro .cols-1 .item-image > a > img {
    /*	height: 205px;
	width: 290px;*/
}

.resimsol23 {
    padding: 1px;
    float: left;
    margin-right: 5px;
    border: 1px solid #666666;
    height: auto;
    width: 200px;
}

.resimsol {
    padding: 1px;
    float: left;
    margin-right: 5px;
    border: 1px solid #666666;
}

.ilet {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 60px;
    padding-bottom: 50px;
}

.col2 {
    vertical-align: top;
    /*display: inline-block;
    width: 385px;
    margin-right: 45px;*/
}

.article-info-term {
    display: none;
}

.modified {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.category-name {
    display: inline-block;
    margin: 0;
    margin-right: 20px;
}

.article-info {
    /*  position: absolute;
    right: 0;
    left: 0;
    bottom: 0;*/
    font-size: 9px;
    color: #a2a2a2;
    text-align: center;
    width: auto;
    bottom: 0;
    margin: 0;
    padding: 0;
}

    .article-info dd {
        display: inline-block;
        margin: 0;
        padding-left: 5px;
        padding-right: 5px;
    }

.refyeni {
    float: left;
    width: 390px;
    margin-right: 5px;
    padding: 10px;
    /*border: 1px solid #333;*/
}

    .refyeni:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.reftum {
    height: 500px;
    /*		overflow: auto;
	width: 910px;
	margin-top: 10px;*/
}

.gizle > .floatck, .gizle > .floatck li {
    height: 0px;
    width: 0px;
    overflow: hidden;
    visibility: hidden;
}

.gizli, .giris, .bloggizli > h2 {
    height: 0px;
    width: 0px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.page-header h1, .blog h1 {
    /*text-align-last: left;*/
    text-align: left;
    padding-left: 5px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #999;
}

.blog h1 {
    margin-left: 10px;
}

.blog-featured .item-image {
    position: relative;
    height: 100%;
    float: none;
}

    .blog-featured .item-image img {
        object-fit: cover;
        object-position: top;
        /* top: 50%; */
        width: 100%;
        height: 100%;
        max-width: none;
        position: absolute;
    }

.item-page-featured .item-image img {
    max-width: 250px;
    float: left;
    margin-top: 25px;
    margin-right: 25px;
    margin-bottom: 15px;
}

.item-page-featured h2 {
    text-align: left;
}

.item-page-featured {
    text-align: left;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.blog-featured h2 {
    text-align: left;
    text-align-last: left;
    -moz-text-align-last: left;
}

.blog-featured {
    /*text-align-last: justify;
    text-align: justify;*/
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

    .blog-featured > .cols-1 {
        display: inline-block;
        /* float: left; */
        width: 225px;
        /* margin-right: 20px; */
        height: 310px;
        /* margin-bottom: 15px; */
        position: relative;
        overflow: hidden;
        margin-bottom: 8px;
        text-align: left;
        line-height: 25px;
    }

    .blog-featured .pull-left {
        float: none;
    }

.page-header > h2 > a {
    /*position: absolute;*/
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    text-decoration: none;
}

.a450 {
    float: left;
    width: 425px;
}

.a300 {
    vertical-align: top;
    display: inline-block;
    width: 300px;
    text-align: justify;
    padding-right: 20px;
    padding-left: 20px;
}

    .a300 img {
        width: 230px;
        margin-left: 15px;
    }

.isim {
    font-size: 18px;
    text-align: center;
    padding-top: 15px;
}

.ekipa img {
    width: 230px;
}

.ekipa {
    display: inline-block;
    width: 300px;
    vertical-align: top;
    padding-bottom: 15px;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
    transition-duration: 1s;
}

    .ekipa:hover {
        filter: alpha(opacity=90);
        opacity: 0.9;
    }

    .ekipa > .isim {
        padding-top: 10px;
    }

#ortaklar, #ekip, #partners, #ortaq, #tab, #team, #партнеры, #команда, #شركاء, #فريق {
    text-align: center;
}

.meslek {
    color: #666;
}

.okul {
    color: #666;
    font-size: 10px;
    line-height: 12px;
}

.lang-active a {
    color: #ccc;
}

#projectButton {
    border: 2px solid #ccc;
    padding: 10px;
}

.cizgi {
    margin-top: 10px;
    padding-top: 10px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
}

.item-image {
    /*	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(1);
filter: grayscale(1);
	-webkit-filter: brightness(1.2);
filter: brightness(1.2);*/
    transition-duration: 1s;
    /*-webkit-filter: brightness(1.4) grayscale(1) contrast(0.8);
filter: brightness(1.4) grayscale(1) contrast(0.8);*/
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

    .item-image:hover {
        /*    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);*/
        /*-webkit-filter: brightness(1) grayscale(0);
filter: brightness(1) grayscale(0);*/
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }

.yer {
    display: inline-block;
    padding: 10px;
    color: #000;
    margin: 5px;
    border: 1px solid #ccc;
}

.tarih {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 10px;
    color: #000;
    margin: 5px;
}

.alan {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 10px;
    color: #000;
}

.fields-container {
    /*	position: absolute;
    bottom: 10px;
	left: 0;
    right: 0;*/
    text-align: center;
    max-width: 750px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.grup {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 10px;
    margin: 0;
    color: #000;
    margin-left: 4px;
    margin-right: 4px;
}
/*
.tarih:before {
content:"\f073";
	font-family:FontAwesome;
	padding-right:5px;
}
.alan:before {
content:"\f0b2";
	font-family:FontAwesome;
	padding-right:5px;
}
.yer:before {
content:"\f041";
	font-family:FontAwesome;
	padding-right:5px;
}
*/
.not {
    text-align: center;
    padding-bottom: 20px;
}

.item-pagepro {
    padding-bottom: 0px;
    padding-top: 10px;
    position: relative;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
}

    .item-pagepro .item-image:before {
        z-index: -1;
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    }

    .item-pagepro .item-image {
        position: absolute;
        top: 0;
        width: 100%;
        height: 60px;
        z-index: -1;
        opacity: 0.2;
    }

        .item-pagepro .item-image img {
            z-index: -2;
            object-fit: cover;
            position: absolute;
            object-position: top;
            width: 100%;
            opacity: 0.1;
            height: 100%;
            max-width: none;
        }

    .item-pagepro h1 {
        /*height:0;
	margin:0;
	padding:0;
	overflow:hidden;*/
    }

    .item-pagepro .page-header.pro, .item-pagepro h2 {
        margin-bottom: 0px;
        /*padding-bottom: 0px;*/
    }

.projedil {
    text-align: center;
}

.blogpro {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

    .blogpro > .page-header, .blog-featured > .page-header, .item-page-featured .sayfabaslik > .page-header:nth-child(1) {
        display: grid;
        grid-auto-flow: column;
        align-items: center;
        grid-template-columns: 1fr auto;
        grid-column-gap: 3px;
    }

        .blogpro > .page-header h1, .blog-featured > .page-header h1, .item-page-featured .sayfabaslik > .page-header:nth-child(1) h1 {
            border: 0;
            font-size: 13px;
            font-weight: 300;
            text-align: right;
            overflow: hidden;
        }

        .blogpro > .page-header:before, .blog-featured > .page-header:before, .item-page-featured .sayfabaslik > .page-header:nth-child(1):before {
            content: "";
            display: block;
            height: 1px;
            background-color: #CCCCCC;
            width: 100%;
        }

.item-pagepro .sayfabaslik > .page-header h1 {
    font-size: 13px;
    font-weight: 300;
    text-align: center;
}

.bloggrid-featured .fields-container, .bloggridpro .fields-container, .bloggrid-featured .article-info, .bloggridpro .article-info {
    display: none
}

.blogpro h2 {
    margin-bottom: 30px;
    margin-top: 20px;
}

.bloggrid-featured {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
    grid-auto-rows: 300px;
}

.bloggridpro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    grid-auto-rows: 300px;
}

    .bloggridpro .column-1, .bloggridpro .span12, .bloggrid-featured .column-1, .bloggrid-featured .span12 {
        height: 100%;
    }

    .bloggridpro .cols-1, .bloggrid-featured .cols-1 {
        position: relative;
        overflow: hidden;
    }

.blogpro > .cols-1:nth-last-child(1) {
}

.blogpro > .cols-1:nth-last-child(odd) {
    float: left;
}

.blogpro > .cols-1:nth-last-child(even) {
    float: right;
}

.blogpro > .cols-1 img {
}

.blogpro > .row-0, .blogpro > .row-3, .blogpro > .row-6, .blogpro > .row-9, .blogpro > .row-12, .blogpro > .row-15, .blogpro > .row-18, .blogpro > .row-21, .blogpro > .row-24, .blogpro > .row-27, .blogpro > .row-30, .blogpro > .row-33, .blogpro > .row-36, .blogpro > .row-39, .blogpro > .row-42, .blogpro > .row-45, .blogpro > .row-48, .blogpro > .row-51 {
    /*	text-align: left;
	margin-right: 10px;*/
}

.blogpro > .row-1, .blogpro > .row-4, .blogpro > .row-7, .blogpro > .row-10, .blogpro > .row-13, .blogpro > .row-16, .blogpro > .row-19, .blogpro > .row-22, .blogpro > .row-25, .blogpro > .row-28, .blogpro > .row-31, .blogpro > .row-34, .blogpro > .row-37, .blogpro > .row-40, .blogpro > .row-43, .blogpro > .row-46, .blogpro > .row-49, .blogpro > .row-52 {
    /*	text-align: center;
	margin-right: 10px;
	margin-left: 10px;*/
}

.blogpro > .row-2, .blogpro > .row-5, .blogpro > .row-8, .blogpro > .row-11, .blogpro > .row-14, .blogpro > .row-17, .blogpro > .row-20, .blogpro > .row-23, .blogpro > .row-26, .blogpro > .row-29, .blogpro > .row-32, .blogpro > .row-35, .blogpro > .row-38, .blogpro > .row-41, .blogpro > .row-44, .blogpro > .row-47, .blogpro > .row-50, .blogpro > .row-53 {
    /*	text-align: right;
	margin-left: 10px;*/
}

/*-----------------------blogpro ikili -------------------------*/
.blogpro > .row-0, .blogpro > .row-2, .blogpro > .row-4, .blogpro > .row-6, .blogpro > .row-8, .blogpro > .row-10, .blogpro > .row-12, .blogpro > .row-14, .blogpro > .row-16, .blogpro > .row-18, .blogpro > .row-20, .blogpro > .row-22, .blogpro > .row-24, .blogpro > .row-26, .blogpro > .row-28, .blogpro > .row-30, .blogpro > .row-32, .blogpro > .row-34, .blogpro > .row-36, .blogpro > .row-38, .blogpro > .row-40, .blogpro > .row-42, .blogpro > .row-44, .blogpro > .row-46, .blogpro > .row-48, .blogpro > .row-50 {
}

.blogpro > .row-1, .blogpro > .row-3, .blogpro > .row-5, .blogpro > .row-7, .blogpro > .row-9, .blogpro > .row-11, .blogpro > .row-13, .blogpro > .row-15, .blogpro > .row-17, .blogpro > .row-19, .blogpro > .row-21, .blogpro > .row-23, .blogpro > .row-25, .blogpro > .row-0, .blogpro > .row-0, .blogpro > .row-0, .blogpro > .row-0, .blogpro > .row-0, .blogpro > .row-0, .blogpro > .row-0, .blogpro > .row-0, .blogpro > .row-0, .blogpro > .row-0, .blogpro > .row-0, .blogpro > .row-0, .blogpro > .row-0, .blogpro > .row-0 {
}
/*-----------------------------------------------------------------------*/
.blogpro .item .page-header {
    margin: 0px;
    position: absolute;
    z-index: 10;
    /* top: 40%; */
    bottom: 0;
    left: 0px;
    padding: 0px;
}

.blogpro .item-image {
}

    .blogpro .item-image:hover {
    }

.blogpro .cols-1:hover .item-image { /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);*/
}

.blogpro .page-header h3 {
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 40px;
}

.bloggridpro .page-header h3 a {
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
    color: #FFF;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    opacity: 0;
    transition-duration: 0.5s;
    animation: ease-in;
}

.bloggridpro .cols-1:hover h3 a {
    opacity: 1;
}

.cat-children div h3 {
    padding: 17px;
    margin: 0;
    /* margin-bottom: 15px; */
    /* padding-bottom: 0px; */
    text-align: center;
    /* border-top-width: 0px; */
    /* border-right-width: 0px; */
    /* border-bottom-width: 0px; */
    border-left-width: 0px;
}

    .cat-children div h3 a {
        text-decoration: none;
    }

.cat-children {
    text-align: center;
}

    .cat-children div {
        display: inline-block;
        border: 4px solid #e4e4e4;
        margin: 10px;
        position: relative;
        transition-duration: 0.5s;
    }

        .cat-children div:hover {
            border: 4px solid #666;
        }

    .cat-children > h3 {
        font-size: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
        height: 0px;
        overflow: hidden;
        visibility: hidden;
    }

address {
    margin-top: 20px;
}

.ortala {
    text-align: center;
}

.ok {
    text-align: center;
}

.odul {
    position: fixed;
    top: 0px;
    right: 10px;
    width: 300px;
}

.odul2 {
    position: fixed;
    top: 30%;
    left: 0px;
}

.pull-left {
    float: none;
}

.blogpro .pull-left {
    float: none;
    max-width: none;
    position: relative;
    height: 100%;
}

    .blogpro .pull-left img {
        object-fit: cover;
        position: absolute;
        top: 50%;
        width: 100%;
        height: 100%;
        max-width: none;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate (-50%,-50%);
        -ms-transform: translate (-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        top: 50%;
    }

.video {
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.camera_caption {
    opacity: 0.3;
    height: 2px;
}

div#maximenuck12tr.maximenuckh ul.maximenuck {
    border-right-color: #FF0000;
}

    div#maximenuck12tr.maximenuckh ul.maximenuck li.maximenuck.level1, div#maximenuck12tr.maximenuckh ul.maximenuck li.maximenuck.level1.parent {
        border-left: #666666 0px solid;
    }

        div#maximenuck12tr.maximenuckh ul.maximenuck li.maximenuck.level1.active > a span.titreck, div#maximenuck12tr.maximenuckh ul.maximenuck li.maximenuck.level1.active > span.separator span.titreck, div#maximenuck12tr.maximenuckh ul.maximenuck li.maximenuck.level1:hover > a span.titreck, div#maximenuck12tr.maximenuckh ul.maximenuck li.maximenuck.level1:hover > span.separator span.titreck {
            color: #000000;
            text-shadow: 1px 1px 3px #C2C2C2;
        }

.maximenuck li.active a span.titreck {
    color: #F00;
}

div#maximenuck12tr.maximenuckh ul.maximenuck li.maximenuck div.floatck, div#maximenuck12tr.maximenuckh ul.maximenuck li.maximenuck div.floatck div.floatck, div#maximenuck12tr .maxipushdownck div.floatck {
    padding-bottom: 0px;
    padding-left: 0px;
    background: #ebebeb;
    background-color: #ebebeb;
    background-color: rgba(232,232,232,0.9);
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    border-top: #FF0000 1px solid;
}

div#maximenuck12tr.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck:not(.headingck) > a, div#maximenuck12tr li.maximenuck.maximenuflatlistck:not(.level1):not(.headingck) > a, div#maximenuck12tr .maxipushdownck li.maximenuck:not(.headingck) > a, ndiv#maximenuck12tr.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck:not(.headingck) > span.separator, div#maximenuck12tr li.maximenuck.maximenuflatlistck:not(.level1):not(.headingck) > span.separator, div#maximenuck12tr .maxipushdownck li.maximenuck:not(.headingck) > span.separator {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    color: #000;
}

div#maximenuck12tr ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > a, div#maximenuck12tr ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > h2 a, div#maximenuck12tr ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > h3 a, div#maximenuck12tr ul.maximenuck li.maximenuck ul.maximenuck2 li.active > a, div#maximenuck12tr ul.maximenuck2 li:hover > a, div#maximenuck12tr ul.maximenuck2 li:hover > h2 a, div#maximenuck12tr ul.maximenuck2 li:hover > h3 a, div#maximenuck12tr ul.maximenuck2 li.active > a {
}

div#maximenuck12tr.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck:not(.headingck), div#maximenuck12tr li.maximenuck.maximenuflatlistck:not(.level1):not(.headingck), div#maximenuck12tr .maxipushdownck li.maximenuck:not(.headingck) {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-left: #E0E0E0 1px solid;
}
/*----------------------------FLICKITY------------------------------*/


/*--------------------------------------------------------------*/
/*--------------------------pagination----------------------------*/


/*----------------------------------------------------------------*/
.item-pagebasin .item-image {
    padding-right: 25px;
    float: left;
    max-width: 300px;
    margin-bottom: 25px;
    /* height: 0; */
    /* overflow: hidden; */
}

.item-pagebasin h2 {
    margin-bottom: 25px;
    padding: 0;
    line-height: 36px;
    text-align: left;
    padding-left: 10px;
}

.item-pagebasin .article-info {
    margin-top: 40px;
}

.blog h2 {
    text-align: center;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

.refana {
    text-align: justify;
    text-align-last: center;
    -moz-text-align-last: center;
}

    .refana div:nth-child(17) {
        margin-right: 25px;
    }

    .refana div:nth-child(170) {
        margin-left: 25px;
        margin-right: 25px;
    }

    .refana div:nth-child(18) {
        margin-left: 24px;
        margin-right: 24px;
    }

    .refana div:nth-child(19) {
        margin-left: 25px;
    }

.ref {
    cursor: pointer;
    padding: 15px;
    display: inline-block;
    width: 210px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition-duration: 1s;
    border: 1px solid #e4e4e4;
    margin-bottom: 46px;
}

    .ref:hover {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
        border: 1px solid #666;
    }

.cameraappended {
    height: 100%;
}

.grup + .gizle, .gizle {
    display: none;
}

.item-page .sayfabaslik {
    text-align: right;
}

    .item-page .sayfabaslik .page-header {
        display: inline-block;
    }

    .item-page .sayfabaslik h1, .item-page .sayfabaslik h2 {
        margin: 0;
        padding: 0;
        font-weight: 400;
        font-size: 13px;
        text-transform: uppercase;
        border: none;
        text-shadow: none;
        color: #afafaf;
    }

        .item-page .sayfabaslik h2:before {
            content: "/";
            padding-left: 5px;
            padding-right: 5px;
        }

.item-pagegiris .sayfabaslik {
    position: absolute;
    top: -2000px;
    z-index: -1;
}


/* todo media */
@media screen and (max-width: 1100px) {
    .item-page .sayfabaslik {
        text-align: center;
    }

    .blog-featured, .blogpro {
        padding: 0 30px;
    }

    .bloggrid-featured, .bloggridpro {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 600px) {
    .bloggrid-featured, .bloggridpro {
        grid-template-columns: 1fr;
    }
}
