@font-face {
    font-family: 'Intel Clear';
    src: url('/fonts/IntelClear-Light.woff2') format('woff2'),
        url('/fonts/IntelClear-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Intel Clear';
    src: url('/fonts/IntelClear-BoldItalic.woff2') format('woff2'),
        url('/fonts/IntelClear-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Intel Clear';
    src: url('/fonts/IntelClear-Italic.woff2') format('woff2'),
        url('/fonts/IntelClear-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Intel Clear';
    src: url('/fonts/IntelClear-LightItalic.woff2') format('woff2'),
        url('/fonts/IntelClear-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Intel Clear Pro';
    src: url('/fonts/IntelClearPro-Bold.woff2') format('woff2'),
        url('/fonts/IntelClearPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Intel Clear';
    src: url('/fonts/IntelClear-Regular.woff2') format('woff2'),
        url('/fonts/IntelClear-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Intel Clear';
    src: url('/fonts/IntelClear-Bold.woff2') format('woff2'),
        url('/fonts/IntelClear-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


#temizle {
    clear: both
}

* {
    box-sizing: border-box;
}

p {
    margin: 0 0 10px;
}

a {
    color: #000;
    text-decoration: none;
    transition: .1s all ease-in;
}

img {
    vertical-align: middle;
}

a:hover {
    color: #0068b5;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {


    line-height: 1.1;
    color: inherit;
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1,
h2,
h3,
h4 {
    font-weight: 100;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 33px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Intel Clear", "tahoma", Helvetica, "helvetica", Arial, sans-serif !important;
    font-size: 14px;
    color: #000;
    line-height: 1.42857143;
}

.wrapper {
    position: relative;
    display: block;
    margin: auto;
    padding: 0px 75px;
    max-width: 100%;
}

#yarim1 {
    position: relative;
    display: block;
    float: left;
    width: 49%
}

#yarim2 {
    position: relative;
    display: block;
    float: right;
    width: 49%
}

.vwrapper {
    position: relative;
    display: block;
    margin: auto;
    padding: 0px 75px;
    max-width: 100%px;
}

#vyarim1 {
    position: relative;
    display: block;
    float: left;
    width: 69%
}

#vyarim2 {
    position: relative;
    display: block;
    float: right;
    width: 29%
}



/*--------------------------------------------------*/
.header {
    position: relative;
    width: 100%;
    margin:auto;
    z-index: 1;
   /* background: rgba(255, 255, 255, .8);*/
   /* border-bottom: 1px solid #d7d7d7;*/
}

.menu {
    position: relative;
    float: left;
}

.menu-dropdown-plus {
    display: none;
}

.logo {
    position: relative;
    float: center;
    margin-right: 16px;
    margin-bottom: -1px;
}

.logo img {
    vertical-align: middle;
}

.logo a {
    display: block;
}

.logo.logo-mobil {
    display: none;
}

.menu {
    position: relative;
    float: left;
}

.menu ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.menu ul li {
    display: inline-block;
}

.menu ul li a {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    padding: 0 16px;
    height: 67px;
    line-height: 67px;
}

.menu ul li a:hover {
    color: #003c71;
}



/* Footer için */

.menufot {
    position: relative;
    float: Right;
	margin:auto;
}

.menufot ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.menufot ul li {
    display: inline-block;
}

.menufot ul li a {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #000;
    padding: 0 16px;
    height: 67px;
    line-height: 67px;
}

.menufot ul li a:hover {
    color: #003c71;
}

/* Video */

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}

.content {
  position: fixed;
  bottom: 90px;
  color: #f1f1f1;
  width: 100%;
  padding: 0px;
    display: flex;
  align-items: center;
  justify-content: center;
}

#myBtn {
  width: 100px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #0168b5;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

/* Video */


.dil {
    float: right;
}

.dil {
    font-size: 0;
}

.dil a {
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    line-height: 60px;
}

.dil a:hover {
    color: #0068b5;
}

.dil span {
    font-size: 14px;
    padding: 0 10px;
}

.banner {
    position: relative;
}

.banner img {
    width: 100%;
}

.video video {
    width: 100%;
}

.video-alt-yazi {
    margin: 25px 0;
    font-size: 20px;
    text-align: center;
}

.p-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.p-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}


.Firmbox {
    background-color: #e2e2e2;
    padding: 20px;
    margin:20px;
    width: 33%;
    float: left;
    min-height: 1px;
    height: 75px;;
    box-sizing: border-box;
}


.Contentbox {
    background-color: #f3f3f3;
    padding: 20px;
    margin:20px;
    width:19%;
    float: left;
    height: 145px;;
    box-sizing: border-box;
    text-align: center;
    
}

.Contentbox img {
    margin-top: -3px;
    width: 64px;
    display: block;
    margin: 0;
    height: auto;
    margin:auto;
}


.box2Container {
    background-color: #ffffff;
    padding: 0px;
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
}

#box2 {
    margin: 0;
    /* max-width: 620px; */
    padding-top: 20px;
}

.edate {
    font-family: "Intel Clear", "tahoma", Helvetica, "helvetica", Arial, sans-serif !important;
    border-left: solid 4px #0068b5;
    padding-left: 12px;
    margin-top: 10px;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
    font-weight: 100;
}

.box1Container {
    padding: 0px;
    position: relative;
    min-height: 1px;
    width: 50%;
    background-color: #fff;
    max-width: 600px;
   /* float: Left; */
   margin:0 auto 0 auto;
   display:table;
}

#box1 {
    margin-left: 45px;
}

#formHeader {
    width: 100%;
    display: block;
    padding-bottom: 20px;
    padding-top: 5px;
    margin: 0 auto;
    /*background-color: #f3f5f6;*/
}

#formWrapper {
    width: 100%;
    display: block;
    margin: 0 auto;
}

form {
    font-family: "Intel Clear", "tahoma", Helvetica, "helvetica", Arial, sans-serif !important;
    font-size: 18px;
    color: rgb(51, 51, 51);
}

#formWrapper div {
    margin: auto;
    display: block;
    width: 100%;
    position: relative;
    clear: both;
    padding: 0px 5px;
    /*background-color: #f3f5f6;*/
}

.mktoForm {
    text-align: left;
    width: 100%;
}

.mktoButton {
    cursor: pointer;
    background: #0068b5;
    color: #ffffff;
    border: none;
    min-width: 80px;
    padding: 10px 25px;
    display: block;
    margin: 5px;
    margin-bottom: 0;
    -webkit-appearance: button;
    text-transform: none;
}


.footer-alt {
    position: relative;
    background: #f2f2f2;

}

.footer {
    position: relative;
    background: #f2f2f2;
	 position: fixed;
	bottom: 0px;
	width:100%;
}

.footer-logo {
    padding: 16px 6px 16px 10px;
    height: 100%;
    margin-top: 1px;
    width: 137px;
}

.footer-logo img {
    margin-top: -3px;
    width: 108px;
    display: block;
    margin: 0;
    height: auto;
}

.footer-not {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 15px;
    font-size: 14px;
}

.footer .menu {
    float: right;

}
.footer-link {
			
	color:#000;
		
	}
	


.spek-baslik {
    font-size: 18px;
    letter-spacing: 3px;
}

.speaker-yazi {
    margin-bottom: 30px;

    margin: 0 auto;
    text-align: center;

}


.speaker-img {
    text-align: center;
    transition: .25s ease;
}

.speaker-img img {
    height: 200px;
    width: 200px;
    display: block;
    margin: auto;

}

.speaker-img:hover {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
}

.speaker-yazi {
    margin-top: 15px;
    text-align: center;
}

.speaker-isim {
    font-weight: 600;
    font-size: 20px;
    color: #002c63;
    margin: 0;
}

.speaker-unvan {
    font-weight: 400;
    font-size: 16px;
    color: #002c63;
    margin: 0;
}

.agenda {
    position: relative;
    min-height: 250px;
    max-width: 95% !important;
    width: 700px;
    margin: 0 auto;
}

.agenda-baslik {
    color: #002c63;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 8px;
    text-align: center;
}

.agenda-baslik-alt {
    color: #002c63;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 30px;
}

.agenda-yazi {
    color: #002c63;
    font-size: 15px;
    font-weight: 400;
}

.agenda-img img {
    width: 80%;
}

.spek-baslik {
    color: #002c63;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 8px;
    text-align: center;
}




table {
    border-spacing: 0;
    border-collapse: collapse;
}

.mktoFormCol {
    position: relative;
    padding-top: 24px !important;
}

.mktoFormCol::after {
    content: '*';
    float: right;
    top: -30px;
    position: relative;
    right: -10px;
    color: #0068b5;
    font-weight: bold;
    font-size: 17px;
    height: 0px;
}

.tarih {
    text-align: center;
    margin: 20px 0;
    font-size: 20px;
}

.tarih small {
    display: inline-block;
    vertical-align: middle;
}

.tarih small span {
    font-size: 5px;
    vertical-align: top;
}

.tarih img {
    vertical-align: middle;
    margin-left: 10px;
    max-width: 25px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.align-items-center {
    align-items: center;
}

.baslik {
    text-align: center;
    margin: 15px 0;
    color: #fff;
    background: #0068b5;
    display: block;
    padding: 5px 0;
    line-height: normal;
    font-size: 20px;
}

.toplanti {
    position: relative;
    display: block;
    overflow: hidden;
    height: 300px;
    background-color: #ffcf02;
    color: #1c2a45;
    transition: .25s ease;
}

.toplanti:hover {
    color: #c93912;
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
}

.toplanti::after {
    background-image: url(/img/dot-overlay.svg);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -50px;
    content: '';
    height: 100%;
    left: 0;
    opacity: .25;
    position: absolute;
    width: 100%;
}

.toplanti-yazi {
    position: absolute;
    left: 14px;
    bottom: 32px;
    z-index: 1;
}

.toplanti-yazi h4 {
    font-size: 1.5625rem;
    line-height: 1.2;
    margin: 0;
    font-style: normal;
    font-weight: 700;
    color: #fff;
}

.toplanti-yazi img {
    height: 16px;
}

.toplanti-yazi span {
    display: inline-block;
    line-height: 1;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
}

.toplanti-aciklama {
    margin-top: 10px;
}

.session-giris {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.session-giris-bg {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.session-giris-form {
    position: absolute;
    width: 50%;
    left: 25%;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 25px;
    padding: 50px;
    align-items: center;
}

.session-giris-form form {
    display: block;
    width: 100%;
}

.session-giris-button {
    cursor: pointer;
    background: #0068b5;
    color: #ffffff;
    border: none;
    width: 100%;
    display: block;
    padding: 10px;
    margin: 24px 0 0;
    -webkit-appearance: button;
    text-transform: none;
}

.login-yazi {
    font-size: 20px;
    font-weight: 500;
}

.ics-buton {
    display: inline-block;
    padding: 10px 75px;
    background: #0068b5;
    border-radius: 5px;
    color: #fff;
}

.ics-buton:hover {
    color: #fff;
    background: #006390;
}

.thanks {
    border: 1px solid #000;
    border-left: 0;
    border-right: 0;
    font-size: 20px;
    padding: 80px 0;
    margin: 20px 0;
    text-align: center;
}

/*--------------------------------------------------*/

.style1 {
    font-family: "Intel Clear", "tahoma", Helvetica, "helvetica", Arial, sans-serif !important;
    background: #fff;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 2px 3px;
    margin-bottom: 0;
    box-sizing: border-box;
    outline: 0;
    border: 1px solid #ccc;
	border-radius: 4px;
    color: #000 !important;
    transition: .2s ease all;
}

.style1:focus {
    background: transparent;
}

.style1:hover {
    border-color: #0068b5;
}

label {
    font-weight: 600 !important
}

.detay-sag {
    color: #01A6F0
}

.detay-sag:hover+.label-checkmark {
    background-color: #eee !important
}

.buton-form {
    font-family: "Intel Clear", "tahoma", Helvetica, "helvetica", Arial, sans-serif !important;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background-color: #01A6F0 !important;
    background-image: none;
    -webkit-appearance: none;
    width: auto;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .2s ease-in-out;
    position: relative;
    border-radius: 25px;
    left: 50%;
    transform: translateX(-50%);
    margin: 20px 0;
}

.buton-form:hover {
    background: #01A6F0;
}

.buton-form:focus {
    background: #01A6F0
}

.mavi {
    background: #eeeeee;
    border: 1px solid #eeeeee;
    color: #fff;
}

.mavi:hover {
    background: #f5f5f5;
    border: 1px solid #eeeeee;
    color: #eeeeee;
    box-sizing: border-box;
}

.gri {
    background: #3e4f59;
    border: 1px solid #3e4f59;
    color: #fff;
}

.gri:hover {
    background: #eeeeee;
    border: 1px solid #3e4f59;
    color: #3e4f59;
    box-sizing: border-box;
}

.hakkimizda-sol .buton-form,
.hakkimizda-sag .buton-form {
    display: inline-block;
    float: none;
    margin-top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

input[type=date] {
    background: url(/Content/img/date.png) 97% no-repeat;
    background-size: 35px
}

input[type=date]:focus,
input[type=date]:hover {
    background: url(/Content/img/date-hover.png) 97% no-repeat;
    background-size: 35px
}

input[type=date]::-webkit-clear-button {
    display: none
}

input[type=date]::-webkit-inner-spin-button {
    display: none
}

input[type=date]::-webkit-calendar-picker-indicator {
    opacity: 0;
    margin-right: 3%;
    width: 28px;
    height: 35px;
    cursor: pointer
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.form-box {
    width: 100%
}

.form-box-baslik {
    width: auto;
    margin: 10px 0;
    line-height: 20px
}

.form-box-icerik {
    width: auto;
    line-height: 25px;
    margin-top: 14px;
    position: relative
}

.label-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.label-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.label-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 5px;
    transition: all .2s ease-in
}

.label-container input:focus~.label-checkmark,
.label-container:hover input~.label-checkmark {
    background-color: #ccc
}

.label-container input:checked~.label-checkmark {
    background-color: #01A6F0
}

.label-container input:checked~.label-chechkbox-text {
    color: #01A6F0 !important
}

.label-checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.label-container input:checked~.label-checkmark:after {
    display: block !important
}

.label-container .label-checkmark:after {
    left: 10px;
    top: 3px;
    width: 7px;
    height: 15px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg)
}

.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    transition: all .2s ease-in;
    border-radius: 50%
}

.radio-container input:focus~.radio-checkmark,
.radio-container:hover input~.radio-checkmark {
    background-color: #ccc
}

.radio-container input:checked~.radio-checkmark {
    background-color: #01A6F0
}

.radio-container input:checked~.radio-chechkbox-text {
    color: #01A6F0 !important
}

.radio-checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.radio-container input:checked~.radio-checkmark:after {
    display: block
}

.radio-container .radio-checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff
}

.bt-flabels__wrapper {
    position: relative
}

.bt-flabels__wrapper.bt-flabels__error input,
.bt-flabels__wrapper.bt-flabels__error textarea,
.bt-flabels__wrapper.bt-flabels__error select {
    border-color: #912424;
}

.mktoFormCol.bt-flabels__error::after {
    color: #912424;
}

.bt-flabels__wrapper small {
    position: absolute;
    bottom: -16px;
    left: 3%;
    user-select: none;
    visibility: hidden;
    font-weight: 300;
    color: #912424;
    font-size: 12px;
    line-height: normal;
    z-index: 1;
}

.bt-flabels__wrapper.bt-flabels__error small {
    visibility: visible;
}

.bt-flabels__wrapper p {
    visibility: visible;
}

.bt-flabels__wrapper.bt-flabels__error p {
    visibility: hidden;
}

.session-form .bt-flabels__wrapper small {
    left: 0;
}

.session-form .style1 {
    margin-top: 1px;
}

form.register-form {
    padding-bottom: 24px;
}

.privacy {
    padding: 24px 5px 0;
    font-size: 12px;
}

@media only screen and (min-width: 711px) {
    .acil {
        display: none;
    }

    .f-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .f-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .f-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .f-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .f-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .f-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .f-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .f-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .f-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .f-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .f-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .f-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
}

@media only screen and (max-width: 710px) {
    .header {
        position: relative;
    }



    .vwrapper {
        position: relative;
        display: block;
        margin: auto;
        width: 100%;
    }

    #vyarim1 {
        position: relative;
        display: block;
        float: left;
        width: 100%;
    }

    #vyarim2 {
        position: relative;
        display: block;
        float: right;
        width: 100%;
    }


    .p-20 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .speaker-unvan {
        padding-bottom: 40px;
    }

    .yarim1 {
        width: 100%;
    }

    .yarim2 {
        width: 100%;
    }

    .buton-form {
        width: 100%;
        float: none;
    }

    .kapa {
        display: none;
    }

    .wrapper {
        padding: 15px 15px;
    }

    /*----------------------------------*/

    .burger-menu {
        position: absolute;
        top: 25.5px;
        right: 15px;
        width: 20px;
        height: 17px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
        -webkit-transition: transform 330ms ease-out;
        -moz-transition: transform 330ms ease-out;
        -o-transition: transform 330ms ease-out;
        transition: transform 330ms ease-out;
    }

    .burger-menu.menu-open {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .line-menu {
        background-color: #111111;
        border-radius: 2px;
        width: 100%;
        height: 3px;
    }

    .line-menu.line-half {
        width: 50%;
    }

    .line-menu.first-line {
        transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
        transform-origin: right;
    }

    .menu-open .line-menu.first-line {
        -webkit-transform: rotate(-90deg) translateX(3px);
        -moz-transform: rotate(-90deg) translateX(3px);
        -o-transform: rotate(-90deg) translateX(3px);
        transform: rotate(-90deg) translateX(3px);
    }

    .line-menu.last-line {
        align-self: flex-end;
        transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
        transform-origin: left;
    }

    .menu-open .line-menu.last-line {
        -webkit-transform: rotate(-90deg) translateX(-3px);
        -moz-transform: rotate(-90deg) translateX(-3px);
        -o-transform: rotate(-90deg) translateX(-3px);
        transform: rotate(-90deg) translateX(-3px);
    }

    .header .logo {
        float: none;
        display: inline-block;
        margin-right: 0;
    }

    .header .menu {
        float: none;
    }

    .header .menu ul {
        display: none;
        padding: 15px;
    }

    .menu ul li {
        display: block;
        padding: 0;
        height: auto;
        line-height: normal;
    }

    .menu ul li a {
        display: block;
        padding: 0;
        height: 45px;
        line-height: 45px;
    }

    .dil {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .dil span {
        padding: 0 5px;
    }

    .dil a {
        line-height: normal;
    }

    .banner-yazi {
        width: 100%;
        float: none;
        min-width: 100%;
        font-size: 26px;
    }

    .box1Container {
        width: 100%;
    }

    .box2Container {
        width: 100%;
    }

    #box1 {
        margin: 0;
    }

    .footer {
        padding: 0;
        text-align: center;
		 position: fixed;
		bottom: 0px;
    }

    .footer .logo {
        float: none;
        margin: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .footer .logo a {
        display: inline-block;
    }

    .footer .logo img {
        margin-bottom: 0;
    }

    .footer .menu {
        float: none;
    }

    .footer .menu ul li a {
        height: 30px;
        line-height: 30px;
		color:#000;
    }

	.footer-link {
			
	color:#000;
		
	}
	
    .menu-dropdown-plus {
        display: block;
        width: 100%;
        height: 20px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .menu-dropdown-plus::before,
    .menu-dropdown-plus::after {
        content: '';
        position: absolute;
        width: 17px;
        height: 1px;
        right: 0;
        top: 9px;
        background: #5b5d5f;
        transition: .2s all ease-in-out;
    }

    .menu-dropdown-plus::after {
        transform: rotate(90deg);
    }

    .menu-dropdown-open::after {
        transform: none;
    }

    .agenda {
        min-height: auto;
        margin-bottom: 20px;
    }

    .agenda-baslik {
        font-size: 20px;
        letter-spacing: 3px;
    }

    .agenda-baslik-alt {
        font-size: 20px;
        letter-spacing: 0px;
        margin-bottom: 15px;
    }

    .agenda-yazi {
        font-size: 13px;

    }

    .agenda-img {
        text-align: right;
        margin-top: 20px;
    }

    .agenda-img img {
        width: 20%;
    }


    .agenda-img2 {
        text-align: right;
        margin-top: -50px;
    }


    .agenda-img2 img {
        width: 20%;

    }

    .session-giris-form {
        width: 90%;
        left: 5%;
        border-radius: 15px;
        padding: 15px;
    }

    .login-yazi {
        font-size: 13px;
    }

    .register-yazi {
        margin-top: 10px;
        font-size: 13px;
    }

    .session-form .bt-flabels__wrapper small {
        white-space: nowrap;
        font-size: 11px;
    }

    /*----------------------------------*/
}