@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    border: none !important;
    font-size: 12px;
    color: #22356b;
    overflow-x: hidden;
}

ul, li, a {
    text-decoration: none;
    list-style-type: none;
}


.top-menu a.Menu_11,.top-menu a.Menu_18,.top-menu a.Menu_177 {
    display: none;
}

#SectionMenu_11,#SectionMenu_18,#SectionMenu_177,#SectionMenu_401 {
display: none;	
}

.saver {
    clear: both !important;
    height: 0px !important;
    line-height: 0px !important;
    float: none !important;
    display: block !important;
}

.hiddenText {
    font-size: 0px !important;
    text-indent: -9999px !important;
}

.videosList .item .title h2 span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
}

.display-flex {
    display: flex;
}

a:link, a:visited, a:active, a:hover {
    background: none!important;
}

a:hover {
    background: none !important;
    text-decoration: none!important;
}

.flex {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.col-2-md {
    display: flex;
    flex-wrap: wrap;
}

.col-2 {
    width: 50%;
    position: relative;
    display: block;
}

.col-3 {
    width: 33%;
    position: relative;
    display: block;
}

.title-page {
    font-size: 25px;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 50px;
}

.owl-carousel .owl-item img {
    display: inline-block !important;
}

.btn-margin {
    display: block;
    width: 100%;
    text-align: center;
    margin: 96px 0 0;
}

.text-center {
    text-align: center;
}

.dots-center .owl-dots {
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    bottom: 0;
}

.thenews-container .dots-center .owl-dots {
    bottom: -30px;
}

.thenews-container .item p {
    font-size: 22px;
}

.thenews-container .item p strong {
    font-weight: 800;
}

.p80 {
    padding: 80px 0;
}

.pb80 {
    padding-bottom: 80px;
}

p {
    font-size: 18px;
    line-height: 180%;
    margin: 0 0 15px;
}

.btn-default {
    position: relative;
    display: block;
    width: 240px;
    margin: 80px auto 0;
    z-index: 9;
}

.btn-default-video {
    position: relative;
    display: block;
    width: 240px;
    margin: 30px auto 0;
    z-index: 9;
}


.btn-background {
    display: block;
    width: 100%;
    background-color: #53addc;
    height: 56px;
    position: absolute;
    transform: skew(-30deg, 0deg);
    -webkit-box-shadow: 10px -10px 0px 0px rgb(250, 172, 82);
    -moz-box-shadow: 10px -10px 0px 0px rgba(250, 172, 82, 1);
    box-shadow: 10px -10px 0px 0px rgb(250, 172, 82);
    z-index: -1;
}

.link-text {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: #22356b;
    position: relative;
    z-index: 9999;
    background-color: transparent;
    text-shadow: none;
}

.activity .owl-prev {
    position: absolute;
    top: 50%;
}

.activity .owl-prev i {
    font-size: 25px;
    color: #b0b0b0;
}

.activity .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
}

.activity .owl-next i {
    font-size: 25px;
    color: #b0b0b0;
}

/*header*/

header {
    transition: 0.5s;
    padding: 26px 0;
}

.logo {
    width: 300px;
    padding: 15px 0;
}

.logo a img {
    top: 7px;
    position: relative;
	z-index: 999999999;
}

.open-click-menu {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: #fff;
    z-index: 1000;
    overflow: hidden;
    transform: translate(0px, -1052px);
    transition: 0.1s;
}

.header-fixed {
    position: fixed;
    z-index: 99999;
    width: 100%;
    background-color: #fff;
    padding: 26px 0 7px !important;
    transition: 0.5s;
    -webkit-box-shadow: 0px 0px 2px 0px rgb(34, 54, 107);
    -moz-box-shadow: 0px 0px 2px 0px rgb(34, 54, 107);
    box-shadow: 0px 0px 2px 0px rgb(34, 54, 107);
}

.header-fixed .logo img {
    width: 80%;
}

.header-fixed .top-menu {
    position: relative;
    bottom: 3px;
    right: 0;
    top: 53px;
}

.header-fixed .top-menu ul li {
    padding: 0 0 0 35px;
}

.header-menu {
    width: 100%;
    position: relative;
    display: block;
    text-align: right;
}

.top-menu {
    position: absolute;
    bottom: 3px;
    right: 0;
}

.top-menu ul li {
    padding: 0 0 0 47px;
}

.top-menu ul li a {
    color: #22356b;
    font-size: 16px;
    font-weight: 800;
}
.top-menu ul li:last-of-type {
    padding: 0 8px;
}

.menu-click {
    position: relative;
    display: block;
    width: 220px;
    height: 53px;
    right: -14px;
    float: right;
    z-index: 999999999;
    cursor: pointer;
}

.tabmenu {
    font-size: 20px;
    color: #22356b;
	font-weight: 600;
}

.tabmenu>img {
    padding: 0 10px 0 0;
}

.tabmenu::before {
    display: block;
    content: '';
    position: absolute;
    z-index: -99;
    background-color: #faac52;
    text-align: center;
    width: 84%;
    height: 53px;
    transform: skew(-30deg, 0);
}

/**#tabmenu::after {
    position: absolute;
    width: 420px;
    height: 53px;
    background-color: #22356b;
    right: -375px;
    float: right;
    top: -13px;
    z-index: -99;
    transform: skew(-30deg, 0);
    transition: 0.5s;
    content: '';
    z-index: -999;
}**/

.menu-background {
    position: absolute;
    width: 400px;
    height: 53px;
    background-color: #22356b;
    right: -350px;
    float: right;
    top: -13px;
    z-index: -99;
    transform: skew(-30deg, 0);
    transition: 0.5s;
}

.menu-click a i {
    font-size: 18px;
    padding: 0 15px;
}

/*slider*/

#slider {
    background-color: #22356b;
}

.owl-dots {
    position: absolute;
    z-index: 99999;
    bottom: 42px;
}

.owl-dot {
    height: 6px;
    width: 30px;
    background: #2e4482 !important;
    margin: 0 4px;
    outline: none;
    transform: skew(-16deg, 0);
}

button.owl-dot.active {
    width: 120px;
    background-color: #53addc !important;
    transition: 0.5s;
}

/*search*/

#search {
    background-color: #faac52;
}

#search input.searchTxt {
    width: 90%;
    text-align: center;
    background-color: #faac52;
    border: none;
    color: #fff;
    padding: 35px 15px;
    outline: none;
    font-style: italic;
    font-size: 24px;
}

#search .searchBtn {
    background: url(/tr/images/search-icon.png) no-repeat;
    border: none;
    cursor: pointer;
    background-size: contain;
    background-position: center;
    width: 10%;
}

#search i {
    color: #d48121;
    font-size: 20px;
}

#search input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    /* Firefox */
}

#search input::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

#search input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

/*adler tv*/

.adler-homepage-video {
    max-width: 518px;
    margin: 0 auto 60px;
    max-height: 278px;
    display: block;
}

/*blog*/

#blog {
    background-color: #b9c8d5;
    padding: 60px 0;
    position: relative;
    z-index: 2;
}

.blog-mini-detail {
    line-height: 180%;
}

.blog-mini-detail li {
    padding: 15px 30px 15px 0;
    font: size 16px;
    color: #4197c4;
}

.blog-mini-detail p {
    font-size: 14px;
    font-style: italic;
}

.blog-mini-detail h2 {
    padding: 20px 0 0;
    font-weight: 800;
}

.blog-mini-detail a {
    margin: 50px 20px;
    display: block;
    text-decoration: none!important;
}

.blog-mini-detail a .link-text {
    font-size: 14px;
}

/*story*/

#story .container {
    position: relative;
}

.quote {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -99;
}

.left-quote {
    position: absolute;
    left: 116px;
    top: 0;
    font-size: 50px;
    color: #c5c5c5;
}

.right-quote {
    position: absolute;
    right: 116px;
    bottom: 47px;
    font-size: 50px;
    color: #c5c5c5;
}

.text-container {
    width: 750px;
    margin: 0 auto;
}

.success .item h2:first-of-type {
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
}

.success .owl-dots {
    bottom: -50px;
    margin-bottom: 27px;
}

.success .item h2 p {
    line-height: 180%;
    font-size: 14px;
    margin: 18px 0;
    font-style: italic;
}

#story .title-page {
    padding-bottom: 0;
}

/*footer*/

footer {
    background-color: #22356b;
    background-image: url('/tr/images/footer-background.svg');
    background-repeat: no-repeat;
    background-size: contain;
    height: 451px;
    background-position: right 88% bottom;
}

.contact-table {
    position: absolute;
    width: 100%;
    top: -40px;
    z-index: 9;
}

.footer-content {
    height: 410px;
    width: 376px;
    position: relative;
    float: right;
}

.footer-content-background {
    display: block;
    position: absolute;
    right: 36px;
    width: 376px;
    height: 410px;
    transform: skew(-20deg);
    background-color: #132046;
    z-index: -9;
}

.footer-content-background-1 {
    background: #53addc;
    display: block;
    width: 75px;
    height: 130px;
    position: absolute;
    top: 30%;
    transform: skew(-20deg);
    z-index: -9;
    left: -80px;
}

.footer-content-background-2 {
    background-color: #faac52;
    display: block;
    width: 75px;
    height: 90px;
    position: absolute;
    z-index: -9;
    top: 70px;
    transform: skew(-20deg);
    left: -30px;
}

.footerlogo {
    padding: 130px 0;
}

.footerlogo img {
    width: 70%;
}

.social-media {
    width: 100%;
    justify-content: center;
    padding-top: 18px;
}

.social-media li {
    padding: 0 15px;
}

.social-media li a {
    color: #fff;
    font-size: 30px;
}

.container-footer {
    padding: 15px 0;
    font-size: 12px;
    position: relative;
}

.container-footer p {
    font-size: 12px;
}

.footer-container {
    float: right;
    width: 100%;
    margin: 55px 0;
}

.footer-container a {
    display: block;
}

.footer-container p {
    width: 100%;
    font-size: 16px;
    font-style: italic;
	margin: 20px 0;
}

.footer-bulten {
    width: 100%;
    text-align: right;
    display: flex;
    position: relative;
    right: 20px;
}

.footer-bulten p, .footer-bulten a {
    color: #faac52;
	right: -15px;
    position: relative;
}

.footer-bulten a:nth-child(2), .footer-adress a {
    text-decoration: underline;
}

.footer-bulten a {
    text-decoration: underline;
}

.footer-adress {
    color: #fff;
    padding: 20px 0;
    width: 100%;
    text-align: right;
    position: relative;
    right: 66px;
}

.footer-adress p a {
    color: #fff;
}

.footer-phone {
    width: 100%;
    text-align: right;
    position: relative;
    right: 120px;
}

.footer-phone p a {
    color: #53addc;
}

.footer-phone a span:nth-child(1) {
    position: relative;
    top: -9px;
    right: 8px;
    font-style: normal;
}

.footer-phone a span:nth-child(2) {
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
}

.footer-container i {
    font-size: 37px;
    position: relative;
    top: -22px;
    left: 8px;
    transform: translate(8px, 0);
    color: #22356b;
}

/*thenews*/

#thenews {
    background-color: #f1a54f;
    background-image: url("/tr/images/adler-haber.jpg");
    background-repeat: no-repeat;
    width: 100%;
    background-position: left;
    height: 219px;
}

.thenews-container {
    width: 785px;
    margin: 0 auto;
}

.thenews {
    font-size: 20px;
}

.thenews .item {
    height: 100px;
}

/*activity*/

#activity {
    padding: 66px 0;
}

.activity-container {
    width: 327px;
    height: 400px;
    background-color: #ecede8;
    margin: 0 auto;
    padding: 12px 30px;
    position: relative;
}

.activity-container:hover {
    box-shadow: 0px 0px 10px 0px rgba(23, 23, 150, .1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(23, 23, 150, .1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(23, 23, 150, .1);
}

.activity-container h4 {
    display: flex;
    align-items: center;
    font-size: 23px;
    font-weight: 800;
    color: #22356b;
	margin-top: 0;
    margin-bottom: 0;
}

.activity-container h4 em {
    font-style: normal;
    font-weight: 400;
    color: #53addc;
    padding: 0 0 0 10px;
}

.line-activity {
    display: inline-block;
    width: 15px;
    height: 55px;
    background-color: #53addc;
    transform: skew(-20deg, 0);
    margin-right: 20px;
}

.Sertifikalı.Koçluk.Programı {
    background: #03beff;
}
.Transaksiyonel.Analiz.Programı {
	background: #a86181;
}
.Çevik.Liderlik {
	background: #21356a;
}
.Çeviklik.Koçu {
	background: #6b4822;
}
.Aile.için.İletişim {
	background: #ff9101;
}
.Nöroscience {
	background: #1a988a;
}

.line-activity1 {
    border-left: 15px solid #03beff;
    transform: skew(-20deg, 0);
    padding: 0 15px;
}

.partList .Sertifikalı.Koçluk.Programı {
    background: none;
	border-left: 15px solid #03beff;
}
.partList .Transaksiyonel.Analiz.Programı {
	border-left: 15px solid #a86181;
	background: none;
}
.partList .Çevik.Liderlik {
	border-left: 15px solid #21356a;
	background: none;
}
.partList .Çeviklik.Koçu {
	border-left: 15px solid #6b4822;
	background: none;
}
.partList .Aile.için.İletişim {
	border-left: 15px solid #ff9101;
	background: none;
}
.partList .Nöroscience {
	border-left: 15px solid #1a988a;
	background: none;
}
.partList .Etkili.Anne-Baba.Eğitim.Programı {
	border-left: 15px solid yellow;
	background: none;
}
.partList .Mindfulness.\-.Bilinçli.Farkındalık.Programı {
	border-left: 15px solid #1b9947;
	background: none;
}
.activity-container .homeTitle {
    font-size: 20px;
    line-height: 120%;
    font-weight: bold;
    padding: 10px 0 0 0;
}
.borderLeft {
    border-left: 12px solid #03beff;
    transform: skew( -20deg, 0);
    display: inline-block;
}
.facultyLeadersDetail h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.activity-container .homeSummary {
    font-size: 16px;
}

.activity-container .homeSummary .item .modul {
    float: left;
    margin: 0 10px 0 0;
    font-weight: bold;
}

.activity-container .homeSummary .item .modulDate {
    margin: 5px 0 0 0;
}

.activity-container .homeSummary .item {
    position: relative;
    top: 10px;
}

.activity-container p {
    font-size: 20px;
    line-height: 120%;
    font-weight: bold;
    padding: 0 35px;
}
.activity-container p b {
    text-transform: uppercase;
}

.activity-container h4 i {
    font-style: normal;
    padding: 5px;
    font-weight: 500;
    color: #53addc;
}

.activity a {
    position: absolute;
    bottom: 21px;
    right: 40px;
    font-size: 16px;
    color: #53addc;
    z-index: 999;
}

.top-page {
    position: absolute;
    right: 30px;
    background-color: #53addc;
    color: #fff;
    padding: 10px 16px;
    bottom: 65px;
    font-size: 26px;
    cursor: pointer;
}

/*click-menu*/

#click-menu {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100vh;
    /*overflow: hidden;*/
    z-index: 999999999;
    visibility: hidden;
    top: 107px;
    display: none;
    padding: 20px 0 0;
}

.close-tab {
    display: none;
}

.itemMenuList {
    width: calc(33.3% - 2px);
    margin: 40px 10px 0 10px;
}

.itemMenuList b {
    font-size: 15px;
    font-weight: 900;
    margin: 5px 0;
    display: block;
}

.headermenutitle {
    padding: 8px 0;
    font-weight: 800;
    margin-bottom: 16px;
    font-size: 17px;
}
.itemMenuList .headermenutitle i {
	background: #faac52;
    padding: 7px 30px;
    display: inline-block;
    font-style: normal;}
	
.itemMenuList .headermenutitle i a {
		color: #22356b;
	}

#click-menu .tab-menu ul li {
    color: #22356b;
    padding: 3px 0;
    list-style-type: square;
    margin: 0 0 0 20px;
    font-size: 16px;
}

#click-menu .tab-menu ul li a {
    font-size: 14px;
    color: #22356b;
}

#click-menu .tab-menu ul li a:hover {
    color: #101010;
}

.header-footer {
    background-color: #faac52;
    margin: 30px 0;
}

.header-footer li {
    width: 20%;
    text-align: center;
    padding: 20px;
    margin: 0 0;
}

.contact-icon {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
	background: #faac52;
}

.scroll {
    overflow-y: scroll;
    height: 80%;
}

.scroll::-webkit-scrollbar-track {
    background-color: #f2f2f2;
}

.scroll::-webkit-scrollbar {
    width: 10px;
    background-color: #f2f2f2;
}

.scroll::-webkit-scrollbar-thumb {
    background-color: #F90;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
}

/*icon*/

.header-footer li {
    font-size: 14px;
}

.header-footer li a i {
    margin: 0 16px;
}

.header-footer .icon-size {
    width: 18px;
    height: 18px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.adler-haberler {
    background: url("/tr/images/footer-background.svg");
}

.adler-basında {
    background: url("/tr/images/ico_basinda.svg");
}

.adler-takvim {
    background: url("/tr/images/ico_etkinlik.svg");
}

.adler-egitim {
    background: url("/tr/images/ico_egitim.svg");
}

.adler-arsiv {
    background: url("/tr/images/ico_ebulten.svg");
}

.language-icon {
    width: 44px;
    height: 22px;
    background-color: #fff;
    border-radius: 50px;
    margin: 0 12px;
}

.language {
    position: absolute;
    right: 280px;
    bottom: 24px;
    color: #fff;
    font-size: 16px;
    display: none;
    align-items: center;
    justify-content: center;
}

.language a {
    color: #fff;
}

.language1 {
    background-color: #132046;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    margin: 1px;
}

.adler-message {
    background: url('/tr/images/message-icon.svg');
    background-position: center;
    width: 47px;
    height: 39px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 23px 30px;
	float:left
}

.itemMenuList strong {
    margin: 5px 0;
    display: block;
	color: #22356b;
    font-weight: 900;
}

.detail-content {
    padding: 60px 0;
}

.detail-background {
    background-color: #22356b;
    background-image: url("/tr/images/detail-background.jpg");
    background-repeat: no-repeat;
    width: 100%;
    background-position: right;
    height: 140px;
    display: flex;
    align-items: center;
}

.detail-background h2 {
    font-size: 36px;
    color: #fff
}

.modul-container {
    margin: 50px 0 0 0;
}

.modul-content {
    width: 70%;
    margin: 0 auto;
    position: relative;
    display: block;
    min-height: 450px;
    margin-bottom: 32px;
}

.modul-1 {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    background: #f1f1f1;
    min-height: 360px;
    transform: skew(-27deg);
}

.modul-text-background {
    background: #132046;
    position: absolute;
    width: 160px;
    text-align: center;
    height: 130px;
    transform: skew(-28deg);
    top: 99px;
    left: -50px;
}

.modul-text {
    position: absolute;
    top: 104px;
    font-size: 28px;
    font-weight: bold;
    color: #faac52;
    left: 0;
}

.modul-number-background {
    background: #faac52;
    position: absolute;
    width: 140px;
    text-align: center;
    height: 120px;
    transform: skew(-28deg);
    top: 144px;
    left: 10px;
}

.modul-number {
    position: absolute;
    font-size: 72px;
    font-weight: bold;
    top: 150px;
    left: 66px;
    color: #132046;
}

.modul-detail {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 40px 16px 16px 158px;
}

.modul-detail ul li {
    padding: 5px 0;
    font-size: 13px;
    margin: 11px 0 0;
}

.modul-detail .btn-default {
    float: left;
    margin-top: 60px;
}

.modul-detail li i {
    margin: 0 15px 0 0;
}

.modul-time {
    font-size: 18px;
    color: #53addc;
    font-weight: 600;
    padding: 10px 0 0;
    align-items: center;
}

.modul-time i {
    margin-right: 10px;
}

.detail li {
    background-image: url('../../images/done.svg');
    background-repeat: no-repeat;
    background-size: auto;
    padding: 0 24px;
    margin: 10px 24px;
    font-size: 16px;
}

.list-detay {
    background-color: #becada;
    margin: 0 30px 20px;
    padding: 100px 36px;
    height: 445px;
    position: relative;
    color: #22356b;
}

.detay-background {
    position: absolute;
    width: 66px;
    height: 70px;
    background-color: #faac52;
    top: -4px;
    right: 30px;
    transform: skew(-30deg, 0deg);
}

.detay-btn {
    position: absolute;
    width: 50%;
    text-align: center;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 30px;
    right: 15px;
}

.detay-btn a {
    position: relative;
    z-index: 99;
    left: 10px;
    font-size: 20px;
}

.detay-btn::before {
    content: '';
    position: absolute;
    background-color: #53addc;
    width: 100%;
    height: 100%;
    right: -15px;
}

.detay-btn::after {
    content: '';
    position: absolute;
    right: 0;
    background-color: #53addc;
    width: 100%;
    height: 100%;
    transform: skew(-30deg, 0);
}

.list-detay h3 {
    font-size: 32px;
    font-weight: 800;
    color: #22356b;
    line-height: 130%;
}

.list-detay p {
    font-size: 32px;
    color: #22356b;
    line-height: 120%;
}

button, input, textarea {
    outline: none!important;
}

.button-group {
    background: #faac52;
	    display: none;
}

.button-group button {
    border: none;
    margin: 0;
    color: #22356b;
    font-weight: 500;
    letter-spacing: 1px;
    outline: none;
    background-color: #faac52;
    padding: 16px 10px;
}

button.button.is-checked {
    border: none;
    color: #24386d;
    background-color: none;
}

.grid, .projectreference {
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    background-image: none;
    height: auto !important;
}

.projectreference .element-item {
    position: relative !important;
    display: block;
    left: 0 !important;
    top: 0 !important;
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.75px;
}

.projectreference .element-item:nth-child(2n) {
    background: #24386d;
    color: #fff;
}

#dvBreadCrumb, #dvBreadCrumb a {
    color: #d7d6d4;
}

#tabmenu {
    width: 100%;
    height: 100%;
    text-decoration: none!important;
}

#tabmenu:hover {
    color: #fff;
}

.header-footer .menuFooterIco {
    width: 20px;
}

.header-footer a {
    padding: 0 0 0 15px;
    vertical-align: middle;
    font-size: 15px;
    color: #22356b;
}

#activity {
    position: relative;
}

.rightHelpShareContainer {
    position: fixed;
    right: 0;
    top: 60%;
    z-index: 99;
}

.rightHelpShareContainer .helpContainer {
    width: 70px;
    text-align: center;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -32px;
    position: relative;
}

.rightHelpShareContainer .helpContainer::before {
    content: '';
    position: absolute;
    background-color: #53addc;
    width: 100%;
    height: 100%;
    right: -15px;
}

.rightHelpShareContainer .helpContainer::after {
    content: '';
    position: absolute;
    right: 0;
    background-color: #53addc;
    width: 100%;
    height: 100%;
    transform: skew(-30deg, 0);
}

.rightHelpShareContainer .helpContainer a {
    position: relative;
    z-index: 99;
    left: 10px;
}

.rightHelpShareContainer .shareContainer {
    width: 115px;
    text-align: center;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.rightHelpShareContainer .shareContainer::before {
    content: '';
    position: absolute;
    background-color: #faac52;
    width: 100%;
    height: 100%;
    right: -16px;
}

.rightHelpShareContainer .shareContainer::after {
    content: '';
    position: absolute;
    right: 0;
    background-color: #faac52;
    width: 100%;
    height: 100%;
    transform: skew(-30deg, 0);
}

.rightHelpShareContainer .shareContainer a {
    position: relative;
    z-index: 9999;
    left: 20px;
}

.rightHelpShareContainer .shareContainer .pageShareContent {
    display: none;
    z-index: 999;
}

/**archive**/

.archive .item {
    background-color: #000000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6em;
    margin: 10px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: calc(33.3% - 30px);
    display: inline-block;
	height: 30vh;
    overflow: hidden;
}

.archive .item * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.archive .item img {
    max-width: 100%;
    vertical-align: top;
    position: relative;
    opacity: 0.75;
}

.archive .item figcaption {
    padding: 25px 20px 0px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.archive .item .date {
    background-color: #fff;
    color: #22356b;
    font-size: 20px;
    font-weight: 800;
    min-height: 50px;
    min-width: 60px;
    padding: 10px 0;
    position: absolute;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
    top: 0;
}

.archive .item .date span {
    display: block;
    line-height: 14px;
}

.archive .item .date .month {
    font-size: 11px;
}

.archive .item h3 {
    color: #fff;
    font-weight: bold
}

.archive .item .hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    background-color: rgb(34 53 107 / 52%);
    display: flex;
    font-size: 65px;
    justify-content: center;
    opacity: 0;
}

.archive .item .hover i.open {
    font-size: 25px;
}

.archive .item:hover .hover, .archive .item.hover .hover {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    opacity: 1;
}

.archive .item:hover figcaption, .archive .item.hover figcaption {
    opacity: 0;
}

.archive .item:hover .date, .archive .item.hover .date {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

/**archive**/

.mediaListContainer {}

.mediaLisItem {
    margin: 0 0 1% 0;
}

.mediaLisItem a {
    border-bottom: 1px solid #fff;
    background: #f1f1f1!important;
    display: block;
    padding: 15px;
    transition: 0.8s;
}

.mediaLisItem a:hover {
    background: #faac52!important;
}

.mediaLisItem .list {
    width: 30%;
    float: left;
}

.mediaLisItem .list img {
    max-width: 100%;
    padding: 0 17px;
}

.mediaLisItem .rightNews {
    width: calc(70% - 20px);
    font-size: 18px;
    color: #22356b;
    text-align: left;
    font-weight: 600;
}

.mediaLisItem .date {
    margin: 1% 0 0 2%;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.mediaLisItem .summary {
    font-weight: 300;
}

.mediaLisItem .btnMorePdf {
        float: right;
    bottom: 0;
    position: relative;
    margin: 0 2%;
    background: none;
    border: 1px solid#22356b;
    padding: 0.6% 3%;
    color: #22356b;
    font-size: 16px;
}

.mediaLisItem .ok {
    margin: 0 0 0 20px;
}

.item .ok {
    margin: 0 0 0 20px;
}

.mediaLisItem .btnMorePdf:hover {
    background: #ffffff;
}

.slider-btn-detail a::after {
    content: '';
    display: block;
    width: 100%;
    background-color: #faac52;
    height: 56px;
    position: absolute;
    transform: skew(-30deg, 0deg);
    -webkit-box-shadow: 10px -10px 0px 0px rgb(83, 173, 220);
    -moz-box-shadow: 10px -10px 0px 0px rgb(83, 173, 220);
    box-shadow: 10px -10px 0px 0px rgb(83, 173, 220);
    z-index: -1;
}

.slideCaption {
    width: 1170px;
    margin: 50px auto;
}

.slideCaption .slidet-home-detail {
    width: 45%;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    line-height: 130%;
}

.slideCaption .slidet-home-detail em {
    font-style: normal;
    color: #faac52;
}

.slider-btn-detail a {
    margin: 60px 28px;
    background: transparent;
    box-shadow: none;
    text-decoration: none!important;
}

.slider-btn-detail a:hover span {
    opacity: .7;
}

.sliderHome .item {
    padding: 70px 0;
}

.sliderHome .owl-dots {
    left: 19.5%
}

.blogList .item {
    width: calc(50% - 20px);
    display: inline-table;
    margin: 10px 9px;
}

.blogTitle {
    background: #faac52;
    text-align: center;
    padding: 20px;
    font-size: 36px;
    font-weight: bold;
    width: 100%;
    margin: 0 auto;
}

.blogList .item .title {
    margin: 0 0 0 30px;
}

.blogList .item .title h2 {
    color: #22356b;
    font-size: 25px;
    display: block;
    width: 80%;
}

.blogList .item .title h3 {
    font-size: 16px;
    color: #22356b;
    display: block;
    margin: 10px 0 0 0;
}
.blogList .item .title h4 {
    color: #faac52;
    font-style: italic;
}

.blogDetay .container {
    width: 70%;
    text-align: justify;
    padding: 0 0 80px 0;
}

.blogDetay .container .border {
    background: #faac52;
    width: 85px;
    height: 8px;
    display: block;
    margin: 20px auto 50px;
}

.blogDetay .container h2 {
    text-align: center;
    font-size: 50px;
    width: 80%;
    margin: 0 auto;
    text-transform: uppercase;
    color: #22356b;
}

.blogDetay .container .detailImg {
    margin: 0 auto;
    text-align: center;
}

.blogDetay .container .writer {
    background: #dde0e2;
    padding: 15px 40px;
    width: 35%;
    font-size: 16px;
    transform: skewX(-20deg);
    margin: 0 40px;
}

.blogDetay .container .writer span {
    transform: skewX(20deg);
    position: relative;
    display: block;
}

.blogDetay .container .color1 {
    background: #faac52;
    width: 40px;
    height: 55px;
    position: absolute;
    z-index: 9;
    transform: skewX(-20deg);
    margin: -23px 23px;
}

.blogDetay .container .color2 {
    background: #53addc;
    width: 40px;
    height: 66px;
    position: absolute;
    z-index: 8;
    transform: skewX(-20deg);
}

.blogDetay .container .otherAuthors {
    text-align: center;
    margin: 150px 0 0 0;
    position: relative;
}

.blogDetay .container .otherAuthors .other {
    background: #53addc;
    width: 25%;
    margin: 0 auto;
    padding: 20px;
    transform: skewX(-20deg);
}

.blogDetay .container .otherAuthors .other h3 {
    transform: skewX(20deg);
    position: relative;
    display: block;
    color: #22356b;
    font-weight: 500;
}

.blogDetay .container .otherAuthors .color3 {
    background: #faac52;
    width: 25%;
    margin: -50px auto;
    padding: 20px;
    transform: skewX(-20deg);
    position: relative;
    left: 10px;
}

.videosList {
  
}

.videosList .item {
    width: calc(50% - 20px);
    display: inline-table;
    position: relative;
    margin: 15px 5px;
    padding: 0 15px;
	float:left;
}

.videosList .item .img img {
    width: 100%;
}

.videosList .item .title {
    position: absolute;
    top: 100px;
    padding: 0 0 0 48px;
}

.videosList .item .title h2 {
    width: 50%;
    color: #22356b;
    font-size: 22px;
}

.videosList .item .play {
    position: relative;
}

.videosList .item .play .playIcon {
    position: absolute;
    right: 0;
    bottom: 60px;
    background: #53addc;
    width: 120px;
    padding: 15px 0 13px 30px;
    -webkit-clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
    cursor: pointer;
}

.videosList .item .play .playIcon img {
    width: 23px;
}

.videosList .item .play .playIcon:hover {
    background: #faae58;
}

.abone .imgAbone {
    float: left;
    padding: 0 18px;
}

.abone .textAbone {
    float: left;
    width: 330px;
    color: #22356b;
    font-size: 16px;
}

.abone .iconAbone {
    background: #fa5252;
    display: inline-block;
    padding: 14px 50px;
    margin: 0 0 0 20px;
    color: #fff;
    font-size: 16px;
    transform: skewX(-20deg);
}

.abone .iconAbone span {
    transform: skewX(20deg);
    display: block;
}

.abone .iconAbone span a {
    color: #fff;
    text-decoration: none;
}

.abone .iconAbone:hover {
    background: #faac52
}

.abone {
    position: relative;
    float: right;
    right: 35px;
    margin: 0 0 30px 0;
}

.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}

.homePopup table {
    margin: 0 auto;
}

.homePopup table input[type="submit"] {
    margin: 16px 0 0 0;
    width: 100%;
    color: #22356b;
    background: #faac52;
    padding: 10px;
    border-radius: 7px;
    -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, .08) inset;
    -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, .08) inset;
    box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, .08) inset;
    border: 1px solid #c8c8c8;
}

.homePopup table input[type="text"] {
    padding: 10px;
    border-radius: 7px;
    -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, .08) inset;
    -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, .08) inset;
    box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, .08) inset;
    border: 1px solid #c8c8c8;
}

.homePopup table td {
    padding: 5px 0;
}

.homePopup table td font {
    font-size: 20px;
}

.homePopup table td font b {
    padding: 0 0 10px 0;
    display: inline-block;
}

.homePopup table input[type="submit"]:hover {
    background: #22356b;
    color: #fff;
}

.newsListe .newsLeft { float: left; width: 35%;}
.newsListe .newsLeft img { width: 100%;}
.newsListe .newsRight  { float: left; padding: 0 20px; width: 65%;}
.newsListe { width: 100%;}
.newsListe .item { border-left: 10px solid #22356b; margin: 20px 0; padding: 0 10px;}
.newsListe .item h3 { color: #474747; font-size: 18px;}
.newsListe .item span { color: #53addc; font-size: 14px;}
.newsListe .item a {padding: 0;}


.homeNewsSummary p {
    font-size: 15px !important;
}

#dvCommunicationForm {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

#dvCommunicationForm label {
    background: #faac52;
    width: 40%;
    padding: 25px;
}

#dvCommunicationForm input {
    background: #f0f0f0;
    border: none;
    padding: 27px;
    width: 59%;
}

#dvCommunicationForm textarea {
    background: #f0f0f0;
    border: none;
    padding: 18px;
    width: 59%;
}

#dvCommunicationForm input#btnCommunicationFormSave {
    width: 100%;
    background: #f9ac52;
    font-size: 20px;
}
#dvCommunicationFormMessage {
    margin: 0 0 20px 0;
    font-size: 14px;
    color: #24356d;
}
.formText {
    font-size: 32px;
    color: #24356d;
    padding: 0 0 25px 0;
	text-align:center;
}

.formText strong {
    display: block;
    font-weight: bold;
}

#dvCommunicationForm fieldset ol li:nth-of-type(5) label {
    position: relative;
    bottom: 30px;
}

#dvCommunicationForm fieldset ol li:nth-of-type(6) input {
    width: 25px !important;
    top: 2px;
    position: relative;
}

#dvCommunicationForm fieldset ol li span {
    display: block;
}

input#Captcha {
    float: left;
    padding: 18px;
    margin: 19px 0;
}

img#imgCaptcha {
    margin: 20px 0;
    width: 150px;
}

.activityDetailDate {
    font-size: 20px;
    padding: 8px 0;
    font-weight: bold;
    font-style: normal;
}

.activityPart ul li {
    font-size: 14px;
    padding: 4px 0;
}

.modul-time p {
    top: 6px;
    position: relative;
}

img.detailLeft {
    float: left;
    margin: 4px 30px 14px 0;
    width: 45%;
}

ul.ui-widget.ui-widget-content {
    border: none;
    background: #faac52;
    padding: 20px;
    box-shadow: -1px 4px 14px -1px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -1px 4px 14px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 4px 14px -1px rgba(0, 0, 0, 0.75);
}

ul.ui-widget.ui-widget-content li {
    color: #f0f0f0;
    padding: 0 0 5px 0;
    font-size: 14px;
}

.search-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
}

.phone-mobil {
    display: block;
    width: 40px;
    margin: 0 auto;
}

.phone-mobil object {
    width: 100%;
}

.image-icon-phone {
    background-image: url('/tr/images/ico_phone.svg');
    height: 45px;
    width: 45px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}


.switch {
  margin-left: 25px;
}

.switch input {
    font-family: inherit;
    font-size: 100%;
    line-height: normal;
    margin: 0;
}

.switch input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.switch {
	background: #fff;
	border-radius: 32px;
	display: block;
	height: 20px;
	position: relative;
	width: 38px;
	top: 7px;
}

.switch label {
	color: #444;
  font: 100%/1.5em "Lato", sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
	-webkit-transition: color .2s ease;
	   -moz-transition: color .2s ease;
    	-ms-transition: color .2s ease;
	     -o-transition: color .2s ease;
	        transition: color .2s ease;
	width: 100px;
}

.switch label:nth-of-type(1) {
	left: -144%;
	position: absolute;
	text-align: right;
}

.switch label:nth-of-type(2) {
	position: absolute;
  right: -125%;
	text-align: left;
}

.switch input {
	height: 20px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 35px;
	z-index: 2;
}

.switch input:checked~label:nth-of-type(1) { color: #fff; }
.switch input:checked~label:nth-of-type(2) { color: #808080; }

/*.switch input~:checked~label:nth-of-type(1) { color: #808080; }
.switch input~:checked~label:nth-of-type(2) { color: #fff; }*/

.switch input:checked~.toggle {
	left: 4px;
}

/*.switch input~:checked~.toggle {
	left: 17px;
}*/

.switch input:checked {
	z-index: 0;
}

.toggle {
	background: #22356b;
	border-radius: 50%;
	height: 14px;
	left: 0;
	position: absolute;
	top: 3px;
	-webkit-transition: left .2s ease;
	   -moz-transition: left .2s ease;
	    -ms-transition: left .2s ease;
	     -o-transition: left .2s ease;
	        transition: left .2s ease;
	width: 14px;
	z-index: 1;
}

.sectionTongue {
    background: #22356b;
    padding: 9px 277px 0 92px;
    position: absolute;
    top: -94px;
    height: 53px;
    right: 0;
    display: inline-block;
    float: right;
    width: 41%;
	-webkit-clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
    clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
}


.headerLP .item {
    text-align: center;
    padding: 58px 0;
    height: 640px;
}
.adlerLP .item img {
    width: 100%;
}
.headerLP .item .text {
    color: #fff;
}
.headerLP .item .text h2 {
    font-size: 36px;
}
.headerLP .item .text p {
    width: 67%;
    font-size: 18px;
    margin: 0 auto;
}
.headerLP .item .text p a {
    color: #fff;
}
.headerLP .item .text img {
    margin: 20px 0 0 0;
	width: 33px;
}
.adlerLP {
    position: relative;
    top: -208px;
	width: 80%;
    margin: 0 auto;
	text-align:center;
}
.adlerLP .item {
    width: calc(50% - 22px);
    display: inline-block;
	position: relative;
	margin: 10px;
}
.adlerLP .item .text {
    position: absolute;
    top: 0;
    padding: 50px 50px;
    font-size: 26px;
    color: #fff;
}
.adlerLP .item .button {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 60px 45px;
    color: #fff;
    font-size: 25px;
}

.adlerLP .item .button a {
    color: #fff;
}

.adlerRef .item {
    background: #faac52;
    text-align: center;
    padding: 40px;
    font-size: 26px;
}
.adlerRef {
    position: relative;
    top: -200px;
    padding: 10px;
	width: 85%;
    margin: 0 auto;
}
.adlerRef .item a {
 color: #fff;
}
.topStrip {
    display: flex;
}
.topStrip span {
    background: #fbb668;
    width: 33.33%;
    height: 7px;
}
.topStrip span:nth-child(2) {
    background: #53addc;
}
.topStrip span:nth-child(3) {
    background: #22356b;
}

.adlerBusinessTrainingLP .containerList {
    position: relative;
    top: -200px;
}
	 
.adlerBusinessTrainingLP .containerList .adlerBusinessTrainingTop {
    margin: 0 auto;
    width: 85%;
}
	 
.adlerBusinessTrainingLP .containerList .adlerBusinessTrainingTop .item {
    position: relative;
    overflow: hidden;
	height: 255px;
}


.adlerBusinessTrainingLP .containerList .adlerBusinessTrainingTop .item .text {
    position: absolute;
    top: 0;
    padding: 50px 90px;
}


.adlerBusinessTrainingLP .containerList .adlerBusinessTrainingTop .item .text h2 {
    font-size: 24px;
    color: #53addc;
    text-transform: uppercase;
    padding: 0 0 15px 0;
}

.adlerBusinessTrainingLP .containerList .adlerBusinessTrainingTop .item .text a {
    display: block;
    color: #fff;
    padding: 10px 0;
    font-size: 18px;
}

.adlerBusinessTrainingLP .containerList .adlerBusinessTrainingBottom {
    margin: 50px auto;
    width: 85%;
}

.adlerBusinessTrainingLP .containerList .adlerBusinessTrainingBottom .item {
    background: #22356b;
    display: inline-block;
    width: 100%;
}
.adlerBusinessTrainingLP .containerList .adlerBusinessTrainingBottom .item .img img {
    width: 100%;
}

.adlerBusinessTrainingLP .containerList .adlerBusinessTrainingTop .item img {
    width: 100%;
}

.adlerBusinessTrainingLP .containerList .adlerBusinessTrainingBottom .item .img {
    float: right;
    width: 40%;
	margin: 60px 0 0 0;
}

.adlerBusinessTrainingLP .containerList .adlerBusinessTrainingBottom .item .text {
    width: 60%;
    float: left;
	padding: 20px 0 030px 90px;
}

.adlerBusinessTrainingLP .containerList .adlerBusinessTrainingBottom .item .text h2 {
    font-size: 24px;
    color: #53addc;
    text-transform: uppercase;
    padding: 0 0 15px 0;
}

.adlerBusinessTrainingLP .containerList .adlerBusinessTrainingBottom .item .text a {
    display: block;
    color: #fff;
    padding: 10px 0;
    font-size: 18px;
}



.adlerLPBottom {
    position: relative;
    top: -208px;
	margin: 0 auto;
    width: 85%;
}
.adlerLPBottom .item {
    width: calc(100% - 22px);
    display: inline-block;
	position: relative;
	margin: 10px;
}
.adlerLPBottom .item .text {
    position: absolute;
    top: 0;
    padding: 44px 50px;
    font-size: 26px;
    color: #fff;
}
.adlerLPBottom .item .button {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 60px 45px;
    color: #fff;
    font-size: 25px;
}

.adlerLPBottom .item .button a {
    color: #fff;
}

.adlerLPBottom .item img {
    width: 100%;
}


.blogSlider .item {
    padding: 70px 0;
}

.blogSlider .owl-dots {
    left: 19.5%
}

.blogSlider .slideCaption .slidet-home-detail strong {
    display: block;
    font-size: 20px;
}

.adlerTVSlider .item {
    padding: 70px 0;
}

.adlerTVSlider .owl-dots {
    left: 19.5%
}

.adlerTVSlider .slideCaption .slidet-home-detail strong {
    display: block;
    font-size: 36px;
    color: #51b5e9;x;
}

.pagerNumber {
    text-align: center;
	margin: 38px 0 25px 0;
}

.pagerNumber a {
	background: #53addc !important;
    padding: 12px;
    transform: skew(-30deg, 0);
    display: inline-block;
	color: #22356b;
	margin: 0 1px;
}

.pagerNumber a.pageritem.selected {
    background: #faac52 !important;
}

.pagerNumber a.pagerActive {
    background: #faac52 !important;
}

.pagerNumber a i {
    
    transform: skew(30deg, 0);
    display: inline-block;
    
}

.adlerTVTitle {
       background: #faac52;
    text-align: left;
    padding: 20px 35px;
    font-size: 24px;
    font-weight: bold;
    width: calc(100% - 20px);
    margin: 0 auto;
	display: inline-block;
}

.btn-group.videoTV {
    float: right;
    position: relative;
    bottom: 58px;
    right: 100px;
}
.btn-group.videoTV button.btn.btn-secondary.dropdown-toggle {
    background: #faac52;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #22356b;
    font-size: 20px;
}

.filterContainer button {
    display: block;
    width: 100%;
    border: none;
    background: #faac52;
    font-size: 18px;
    text-align: right;
    padding: 4px 18px;
    border-bottom: 1px solid #de9d53;
}

.videoTV .dropdown-menu {
    background-color: #faac52;
    min-width: 270px;
    margin: 17px 0 0;
}

.videoTV .dropdown-toggle::after {
    display: inline-block;
    margin-left: 1.255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.leftContainer {
    float: left;
    width: 70%;
	
}
.rightContainer {
    float: right;
    width: 30%;
}
.detailRightContainer { width:25%; text-align: left;}
.detailRightContainer nav { background:#22356b; padding:40px 30px;}
.detailRightContainer nav ul {}
.detailRightContainer nav ul li { list-style:none; font-size:16px; font-weight:600;}
.detailRightContainer nav ul li.level0 { margin:0 0 20px 0;}
.detailRightContainer nav ul li.level1 { list-style:none; margin:0 0 11px 0;line-height:20px;padding: 2px 0;}
.detailRightContainer nav ul li.level1 a { color:#fff;}

.detailRightContainer nav ul li.subMenuContainer ul li a { transition:0.8s;}
.detailRightContainer nav ul li.level0 a.selected { font-size:25px; font-weight:800; color:#5069b2;line-height: 35px;}
.detailRightContainer nav ul li.subMenuContainer ul li a.selected, .detailRightContainer nav ul li.subMenuContainer ul li a:hover { color:#5069b2; transition:0.4s;}

.detailRightContainer nav ul li.subMenu1 { font-size:12px; margin:0 0 20px 15px; display:none;margin: 0 0 0 0;}
.detailRightContainer nav ul li.subMenu1 ul li { margin:0 0 10px 0; font-size:13px; font-weight:300;padding: 0;}
.detailRightContainer nav ul li.subMenu1 ul li a { color:#fff; }

.koclukProgram .item {
    position: relative;
}
.koclukProgram .item .text {
    position: absolute;
    top: 0;
    padding: 50px 50px;
    font-size: 26px;
    color: #fff;
    width: 350px;
    font-weight: 900;
}
.koclukProgram .item  .button {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 50px;
    color: #fff;
    font-size: 25px;
}

.defaultTable{width:100%;}
.defaultTable tr{color: #5069b2;}
.defaultTable tr th{font-size: 18px;font-weight: bold;background-color: #bdcce3;padding: 14px 30px;}
.defaultTable tr:nth-child(odd){background-color:#e7ebee;}
.defaultTable tr:nth-child(odd) td{padding:14px 30px;}
.defaultTable tr:nth-child(even) td{padding:23px 30px;}
.defaultTable tr.bold{font-weight:700;}
.defaultTable tr td a:hover{opacity:.7}

.header-fixed .top-menu ul li a {
    font-size: 15px;
}
.header-fixed .logo a img {
    top: 0;
}

.etkinlikFiltreleme {
    background-image: url(/tr/images/etc/etkinlik-bg.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 88px;
}

.etkinlikFiltreleme .text {
    position: relative;
}

.etkinlikFiltreleme .text h2 {
	position: absolute;
    color: #22356b;
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0;
}


.btn-group.etkinlikListHome {
    float: right;
    position: relative;
    bottom: 0;
    right: 0;
}
.btn-group.etkinlikListHome button.btn.btn-secondary.dropdown-toggle {
    background: #faac52;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #22356b;
    font-size: 20px;
	padding: 30px 150px;
	-webkit-clip-path: polygon(9% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
    clip-path: polygon(9% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
}


.etkinlikListHome .dropdown-menu {
    background-color: #faac52;
    min-width: 270px;
    margin: 0px 0 0;
}

.etkinlikListHome .dropdown-toggle::after {
    display: inline-block;
    margin-left: 1.255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.etkinlikContainerList {
    margin-top: 40px;
	display: inline-block;
    margin-bottom: 60px;
	width:100%;
}

.etkinlikContainerList .item {
    background: #becada;
    width: calc(100% - 20px);
    float: left;
    margin: 10px;
}

.etkinlikContainerList .item .text {
    padding: 15px 0 40px 50px;
}

.etkinlikContainerList .item .text h2 {
    color: #0897e2;
    font-size: 20px;
    font-weight: bold;
}

.etkinlikContainerList .item .text h3 {
    color: #22356b;
    font-size: 34px;
    font-weight: 600;
	margin-top: 0;
    margin-bottom: 0;
}

.etkinlikContainerList .item .text h4 {
    color: #22356b;
    font-size: 34px;
    font-weight: 900;
	margin-top: 0;
}

.etkinlikContainerList .item .text h4 i {
    font-style: normal;
}

.etkinlikContainerList .item .text .button {
    background: #faac52;
    display: inline-block;
    padding: 10px 57px;
    font-size: 18px;
	margin-top: 15px;
}

.adlerKoculukSertifika h2 {
    font-size: 22px;
    color: #22356b;
    background: #faac52;
    padding: 15px 45px;
}

.adlerKoculukSertifika ul {
    margin: 25px 46px;
}

.adlerKoculukSertifika ul li {
     color: #22356b;
    font-size: 14px;
    list-style: none;
    padding: 4px 0 6px 19px;
    position: relative;
    background: url(../../images/etc/li-icon.jpg) no-repeat left 9px;
}

.adlerKoculukSertifika .item {
	padding: 0 40px;
}

.adlerKoculukSertifika .item .detailTextLeft {
    float: left;
    width: 25%;
}

.adlerKoculukSertifika .item .detailTextRight {
    float: right;
    width: 75%;
}
.adlerKoculukSertifika .item .detailTextLeft h1 {
    background: #22366b;
    color: #faac52;
    font-weight: bold;
    padding: 15px 0;
    text-align: center;
	font-size: 25px;
}
.adlerKoculukSertifika .item .detailTextRight .text {
    padding: 0 20px;
}
.adlerKoculukSertifika .item .detailTextRight .text h3 {
    font-size: 20px;
    color: #22356b;
    font-weight: bold;
	margin-top: 15px;
    margin-bottom: 5px;
}
ul.iconDetail {
    margin: 10px 0;
}

ul.iconDetail li {
    color: #22356b;
    font-size: 14px;
    list-style: none;
    padding: 4px 0 6px 30px;
    position: relative;
    background: url(../../images/etc/li-icon1.png) no-repeat left 9px;
}

.adlerKoculukSertifika .item .detailTextRight .text .date .hour {
    color: #209ad9;
    font-size: 22px;
    top: 4px;
    position: relative;
    padding: 0 15px;
}

.adlerKoculukSertifika .item .detailTextRight .text .hourImg img {
    width: 27px;
}

.adlerKoculukSertifika .item .button {
    text-align: center;
    background: #53addc;
    width: 70%;
    margin: 0 auto;
    padding: 18px;
    font-size: 16px;
    color: #22356b;
    -webkit-clip-path: polygon(8% 0%, 100% 0%, 90% 100%, 0% 100%, 0% 100%);
    clip-path: polygon(8% 0%, 100% 0%, 90% 100%, 0% 100%, 0% 100%);
}

.adlerKoculukSertifika .item  .buttonBg {
    background: #faac52;
    width: 70%;
    margin: 0 auto;
    -webkit-clip-path: polygon(8% 0%, 100% 0%, 90% 100%, 0% 100%, 0% 100%);
    clip-path: polygon(8% 0%, 100% 0%, 90% 100%, 0% 100%, 0% 100%);
    padding: 20px;
    top: 46px;
    position: relative;
    left: 20px;
}


.katilBar {
    background: #faac52;
}

.katilBar .text {
    float: left;
    color: #fff;
}

.katilBar .text h2 {
    font-size: 20px;
	margin: 25px 0;
}

.katilBar .button {float: right;padding: 15px 55px;background: #22366b;    margin: 8px 0 8px;}

.katilBar .button:hover{
box-shadow: 0px -1px 14px #fff;		
}

.katilBar .button a {
    color: #fff;
    font-size: 20px;
}


.katilBar .button a:hover {
    color: #faac52;
}

.katilBar.header-fixed {
    padding: 0 !important;
    margin: -7px 0;
	    z-index: 9;
}

.katilBar.header-fixed .button {
    margin: 4px 0;
    padding: 9px 55px;
}
.katilBar.header-fixed .text h2 {
    margin: 16px 0;
}

.etkinlikdetailList .item {
    width: calc(50% - 20px);
    display: inline-block;
    margin: 17px 0;
}

.titleLPEtkinlik {font-size: 26px; color: #22356b;margin: 50px 0 0 0;}
.titleLPEtkinlik span {
        width: 50%;
    height: 4px;
    background: #939cb6;
    display: inline-block;
    margin: 21px 0 0 45px;
    position: relative;
    top: 24px;
}

.blogDetay .partDetailImg {
    display: inline-block;
    float: left;
    padding: 23px 0;
    width: 170px;
}

.blogDetay .partDetailImg  img {
    width: 100%;
    padding: 0 10px;
}

.blogDetay .detailPart {
    margin-top: 20px;
}

.menuBg {
    position: absolute;
    background: #22366b;
    right: 0;
    width: 450px;
    height: 53px;
    top: 13px;
    -webkit-clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
    clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
}


img.mobilFooter {
    display: none;
}

.facultyLeadersListContainer .item {
    position: relative;
    display: inline-block;
    margin: 0 0 30px 0;
    background: #eeeeee;
    padding: 20px 15px;
    width: 100%;
}

.facultyLeadersListContainer .item .listImg {
    float: left;
    width: 25%;
}

.facultyLeadersListContainer .item .listImg img {
    width: 100%;
    padding: 0 15px 0 0;
}

.facultyLeadersListContainer .item .listText {
    width: 75%;
    float: right;
}

.facultyLeadersListContainer .item .listText h2 {
    margin-top: 0;
    font-weight: bold;
	font-size: 25px;
}

.facultyLeadersListContainer .item .listText h2 span {
    color: #0897e2;
    font-style: italic;
}

.facultyLeadersListContainer .item .listText .btnMoreDetail {
    background: #faac52;
    display: inline-block;
    padding: 10px 57px;
    font-size: 16px;
    margin-top: -15px;
    float: right;
}

.facultyLeadersDetail {
    min-height: 116px;
    display: inline-block;
    width: 100%;
    margin: 0 0 15px 0;
}

.facultyLeadersDetail .img {
    float: left;
}

.facultyLeadersDetail .img img {
    width: 100%;
    padding: 0 15px 0 0;
}

.facultyLeadersDetail h2 span {display: block;color: #fff;color: #0897e2;font-style: italic;font-size: 18px;font-weight: bold;padding: 5px 0;}

.sectionSelectDiv {
    background: #faac52;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #22356b;
    font-size: 20px;
    padding: 30px 150px 29px;
    -webkit-clip-path: polygon(9% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
    clip-path: polygon(9% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
}


.kategoriSelectBox .contentListContainerKat{ margin:20px 0 0;background: #becada;}
    .kategoriSelectBox .contenListTitleKategori1{display:none;}
    .yearSelectDiv{ display: block; width: calc(100% - 40px); padding:20px; color: #fff; background: #133369; font-weight: 800; font-size: 20px; cursor: pointer;}
    .katList{ display: none;width: 320px;color: #fff;font-size: 20px; cursor: pointer;    float: right;}
    span.yearText{ cursor: pointer;color: #22356b;display: block;width: 100%;border: none;background: #faac52;font-size: 18px;text-align: right; padding: 4px 18px; border-bottom: 1px solid #de9d53;}
	span.yearText:hover { background:#133369;color: #ffff;}
    .yearSelectDiv svg{ float: right;}
    .contentListContainerKat .contenListTitleKategori{ color: #0897e2;font-size: 25px;font-weight: bold;}
    .contentListContainerKat div:nth-child(2){ display:block; }
    .contentListContainerKat .contenListTitleKategori:nth-child(1) { display: block;}
	.contentListContainerKat .month-year {font-size: 22px;color: #23366a; font-weight: bold;}
	.contentListContainerKat .summary .item { width: calc(33.3% - 20px); display: inline-table;text-align: center;border-right: 2px solid#22356b;margin: 35px 0;}
	.contentListContainerKat .summary .item .modul { color: #22356b; font-size: 34px; font-weight: 500; margin-top: 0; margin-bottom: 0;}
	.contentListContainerKat .modulDate {color: #22356b; font-size: 30px; font-weight: 900; margin-top: 0;}
	.contentListContainerKat .buttonDiv { text-align: right;padding: 15px 0;}
	.contentListContainerKat .button { background: #faac52;display: inline-block;padding: 10px 57px;font-size: 18px;margin-top: 15px;}
	.contentListContainerKat .summary .item:last-of-type {border-right: none;}
	.contentListContainerKat .partList {padding: 10px 23px;border-bottom: 10px solid #fff;background: #becada;}
	.kategoriSelectBox .contentListContainerKat:last-of-type {margin: 0 0 60px;}

.etkinlikContainerList .partList {
    padding: 20px 23px;
}

.etkinlikContainerList .partList .month-year {
    font-size: 22px;
    color: #23366a;
    font-weight: bold;
	transform: skew(20deg, 0);
}

.etkinlikContainerList .partList .contenListTitleKat {
    color: #0897e2;
    font-size: 25px;
    font-weight: bold;
	transform: skew(20deg, 0);
	margin: 0 10px;
}
.etkinlikContainerList .partList .summary  {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.etkinlikContainerList .partList .summary .item {
        text-align: center;
    border-right: 2px solid#22356b;
    margin: 35px 0;
}

.etkinlikContainerList .partList .summary .item .modul {
    color: #22356b;
    font-size: 34px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
}

.leftContainercenter {
	
	text-align: center;}

.etkinlikContainerList .partList .summary .item .modulDate {
    color: #22356b;
    font-size: 28px;
    font-weight: 900;
    margin-top: 0;
}

.etkinlikContainerList .partList .buttonDiv {
    text-align: right;
    padding: 15px 0;
}

.etkinlikContainerList .partList .buttonDiv .button {
    background: #faac52;
    display: inline-block;
    padding: 10px 57px;
    font-size: 18px;
    margin-top: 15px;
}

.etkinlikContainerList .partList .summary .item:last-of-type {
    border-right: none;
}

.mobil {display:none}

.envanterPageContainer { margin:0 0 100px 0;}
.envanterTabTitle {}
.envanterThumb { width:20%; margin:-20px 20px -20px -20px; }
.envanterTabTitle .level0 { display:none;}
.envanterTabTitle .subMenu0 li.level1 { float:left; width:50%; font-size:22px;}
.envanterTabTitle .subMenu0 li.level1 a { background:#22356b !important; display:block; color:#faac52; padding: 18px 0; text-align:center;}
.envanterTabTitle .subMenu0 li.level1 a.selected { background:#faac52 !important; color:#22356b;}

.accordioncontainer {}
.accordioncontainer .accordionheader{ padding: 20px; background: #354074 url(../../images/common/accordioncontainer.png) no-repeat 97% 50%; margin: 5px 0; font-size: 20px; color:#fff; font-weight: 700; cursor: pointer;  }
.accordioncontainer .accordionheader.accordionheaderhover{ background: #354074 url(../../images/common/accordioncontainer-hover.png) no-repeat 97% 50%; }
.accordioncontainer .accordioncontent{ display: none; }
.accordioncontainer .accordionheader i {font-style: normal;}

.AdlerFakulteListContainer .item {
    width: calc(25.2% - 20px);
    display: inline-table;
                margin: 5px;
}

.AdlerFakulteListContainer .item .listImg img {
    width: 100%;
}
.AdlerFakulteListContainer h2 {
    margin-top: 18px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.AdlerFakulteListContainer h2 span {
                color: #0897e2;
    font-style: italic;
    display: block;
    font-size: 15px;
    margin: 4px 0;
}

.width-500 { width: 500px;}
.width-500 .btn-background { transition: 0.5s;}
.width-500:hover .btn-background {background: #faac52;box-shadow: 10px -10px 0px 0px rgb(83 173 220);}
	

