body {
    margin: 0px;
    font-size: 17px;
    font-family: 'Aileron';
    font-weight: 400;
    background-color: #fff
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 0rem;
}

a {
    color: #4e90b0 !important;
    font-weight: 500;
}
a:hover {
    color: #c72028 !important;
}

a:active {
    outline: none;
    outline-color: #FFF;
}

:focus {
    outline: 0;
}

a.linkColor,
a.linkColor:hover {
    color: #ce171f;
}

.bold_baslik {
    font-family: 'Montserrat Semi';
    font-size: 16px;
    color: #185e8b;
}

.baslikdiv {
    color: #c72028;
    font-family: 'Raleway-ExtraBold';
    font-size: 22px;
}

.bg_color {
    background-image: url(../images/bg_color.png);
    padding-top: 30px !important;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}

.header_bg {
    background-image: url("../images/header.png");
    background-position: center top;
    background-size: cover;
    min-height: 495px;
    position: relative;
}

.headtext {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
    animation: menuin 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -moz-animation: menuin 1s;
    /* Firefox */
    -webkit-animation: menuin 1s;
    /* Safari and Chrome */
    -o-animation: menuin 1s;
    /* Opera */
}

#animation_container {
    width: 100%!important;
    height: 335px!important;
}

#canvas {
    max-width: 475px;
}

.davet-img {
    width: 190px;
    height: 200px;
    margin-right: 15px;
}

.table-hover .th-bg:hover,
.tr-bg:hover {
    color: #fff !important;
}

.th-bg {
    background-color: #233455 !important;
    color: #fff;
    vertical-align: middle;
}

.tr-bg {
    background-color: #a63348 !important;
    color: #fff;
    vertical-align: middle;
}

.th-bg>td,
.tr-bg>td {
    border-left: none !important;
    border-right: none !important;
}

@keyframes slidein {
    from {
        top: -500px;
    }
    to {
        top: 100px;
    }
}

@media screen and (max-width:992px) {
    .header_bg {
        padding: 1rem 0rem;
    }
}

@media screen and (max-width:768px) {
    .header_bg {
        text-align: center;
    }
    .canvas {
        display: none;
    }
    .headtext {
        left: 0px !important;
        right: 0px !important;
    }
}


/*Navbar*/

.navbar {
    border-bottom: 1px solid #9b9696;
    z-index: 999 !important;
    text-align: left !important;
}

.navbar .active {
    background-color: transparent;
    font-family: 'Futura Md BT';
}

.navbar ul li a {
    color: #333232!important;
    font-size: 14px;
    font-family: 'Futura Md BT';
    font-weight: 500;
    padding-left: .40rem !important;
    padding-right: .85rem !important;
}

.navbar ul li a:hover {
    background-color: #c72028;
    color: #fff!important;
}

@media screen and (max-width:768px) {
    .navbar ul li a {
        font-size: 16px !important;
        padding: 10px 0px;
    }
    .headtext {
        margin-top: 2rem;
    }
    #animation_container,
    #canvas,
    dom_overlay_container {
        display: none;
    }
}

.navbar-light .navbar-toggler-icon {
    background-image: none !important;
}

.navbar-light .navbar-toggler {
    border: 0px solid red !important;
}

.navbar-toggler {
    padding: 1.25rem .75rem !important;
}

.country {
    background-color: #c72028;
    color: #fff!important;
}

.country:hover {
    background-color: #333232!important;
}


/*/Navbar*/


/*Box*/

.box__container {
    background-color: #fff;
    min-height: 90px;
    margin-bottom: 30px;
    border-top: 7px solid #efefef;
    border-bottom: 7px solid #efefef;
    background-color: #faf7f5;
    box-shadow: 2px 2px 2px #d3d3d3;
}

#box1,
#box2,
#box3,
#box4 {    
    padding: 1rem;
}

#box1 {
    background: rgb(243,149,121);
	background: linear-gradient(90deg, rgb(243,149,121) 20%, rgb(248,203,156) 100%);
}

#box2 {
    background: rgb(114,170,215);
    background: linear-gradient(90deg, rgb(114,170,215) 20%, rgb(180,215,239) 100%);
}

#box3 {
    background: rgb(154 188 148);
	background: linear-gradient(90deg, rgb(154 188 148) 20%, rgb(183,221,177) 100%);
}

#box4 {
    background: rgb(194,114,112);
	background: linear-gradient(90deg, rgb(194,114,112) 20%, rgb(235,144,141) 100%);
}

#box1 img {
    padding-right: 15px;
    background: url(images/kayit_konaklama.png) no-repeat center center;
}

#box2 img {
    padding-right: 15px;
    background: url(images/bilimsel_program.png) no-repeat center center;
}

#box3 img {
    padding-right: 15px;
    background: url(images/bildiri_gonderimi_bg.png) no-repeat center center;
}

#box4 img {
    padding-right: 15px;
    background: url(images/fotograf_video.png) no-repeat center center;
}

a#box1,
a#box2,
a#box3,
a#box4 {
    color: #fff !important;
    font-family: 'Raleway';
    font-size: 15px;
    margin-left: 15px;
    text-decoration: none !important;
}

.hvr-scale img {
	-moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hvr-scale:hover img {
	transform: scale(1.2);
}

.hvr-scale a,
.hvr-scale a:hover {
    color: #ffffff !important;
	text-decoration: none;
}

.box__kayit {
    background-image: url("../images/kayit_konaklama_bg.png");
}

.box__kayit img {
    padding: 5px;
}

.box__bilimsel {
    background: rgb(5, 8, 68);
    background: linear-gradient(90deg, rgb(212 1 157) 0%, rgba(11, 15, 92, 1) 30%)
}

.box__bilimsel img {
    padding: 5px;
}

.box__bildiri {
    background-image: url("../images/bildiri_gonderimi_bg.png");
}

.box__bildiri img {
    padding: 5px;
}

@media only screen and (max-width: 768px) {
    .box__container {
        background-color: #ececec;
        min-height: 250px !important;
        box-shadow: 2px 2px 2px #d3d3d3;
    }
    #box1,
    #box2,
    #box3,
    #box4 {
        background-position: center top;
        background-size: cover;
        float: left;
        margin-right: 1%;
        width: 100% !important;
    }
}


/*/Box*/


/*Box_Two*/

.box_left {
    height: 135px;
}

.box_one,
.box_two {
    width: 100%;
    height: 135px;
    padding: 25px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.box_one {
    background-color: #efb833;
}
.box_two {
    background-color: #bc4f2b;
}
.box-middle {
    background-color: #63443a;
    width: 100%;
    height: 135px;
    padding: 25px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration:none!important;
}
.box_one a,
.box_two a {
    color: #fff !important;
    font-family: 'Raleway-Medium';
    font-size: 15px;
    text-decoration: none !important;
}

.box_left {
    background-color: #9c4556;
}


/*Onemli_Tarih*/

.onemli_tarih {
    color: #fff;
    background-color: #9d636b;
    width: 20%;
    height: 135px;
    text-align: center;
    line-height: 30px;
    float: left;
}

.onemli_tarih img {
    margin-top: 12px;
    margin-bottom: 10px;
    padding: 3px
}

.onemli_tarih a {
    color: #fff;
    text-decoration: none !important;
    font-family: 'Raleway-Bold';
    font-size: 14px;
}

.blink_text {
    color: #F6A538;
    font-size: 13px;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1.5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 0.9s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@media(max-width:768px) {
    .blink_text {
        font-size: 17px
    }
}


/*Onemli_Tarih*/


/*Slider*/

.slider {
    float: right;
    width: 80%;
    height: 135px;
}

.carousel-item p {
    text-align: center;
    margin: auto;
    color: #fff;
    font-size: 20px;
    margin-bottom: 8px;
    font-family: 'Raleway-Medium';
}

.carousel-item em {
    color: #fff;
    font-size: 15px;
    opacity: 0.6;
    font-family: 'Montserrat';
}

.carousel-indicators {
    bottom: -45px !important;
}

.carousel-indicators li {
    background-color: #fff !important;
    opacity: 100% !important;
}

.carousel-indicators .active {
    background-color: #e9ac76 !important;
}

.carousel-indicators li {
    width: 11px !important;
    height: 11px !important;
    border-radius: 100% !important;
}

.carousel-control-next,
.carousel-control-prev {
    top: 66px !important;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    margin-top: 30px !important;
}


/*Slider*/

@media screen and (max-width:992px) {
    .box_left {
        width: 100% !important;
    }
    .box_right {
        width: 100% !important;
        margin-top: 10px;
    }
    .box__bilimsel img {
        padding: 5px;
    }
    #box1, #box2, #box3, #box4 {
        padding: 12px;
    }
}

@media screen and (max-width:768px) {
    .onemli_tarih img {
        padding: 2px
    }
    .onemli_tarih a {
        font-size: 13px !important;
    }
    .carousel-item p {
        font-size: 18px !important;
    }
    .carousel-item em {
        font-size: 13px !important;
    }
}


/*/Box_Two*/


/*Box-Tree*/

.kongre_btn {
    border-top-left-radius: 18px;
    border-bottom-right-radius: 18px;
    padding: 3px 11px;
}

.kongre_btn a {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 15px;
    font-family: 'Raleway-ExtraLight';
    opacity: 0.5;
}

.kongre_box {
    width: 100%;
    height: 500px;
    float: left;
    position: relative;
}

.left {
    width: 30%;
    height: 500px;
    float: left;
    background-position: center top;
    background-size: cover;
    /*border-top-right-radius: 10px;*/
    position: absolute;
    z-index: 9999;
    box-shadow: 2px 2px 2px #0000;
    text-align: center;
}

.left span {
    color: #fff;
    font-size: 17px;
}

.right,
.right_two {
    width: 70%;
    height: 500px;
    float: right;
    position: absolute;
    right: 0px;
}

.right img {
    width: 100%;
    height: 500px;
    float: right;
}

@media screen and (max-width:1200px) {
    .kongre_box {
        width: 85% !important;
        margin: auto !important;
        left: 0 !important;
        right: 0 !important;
        float: none !important;
        display: block !important;
    }
    .navbar ul li a {
        font-size: 13px;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .onemli_tarih {
        width: 20%;
    }
    .box_right {
        width: 22%;
    }
    .carousel-item p {
        font-size: 16px;
    }
    #canvas {
        max-width: 400px;
        height: 271px!important;
        margin-top: 2rem;
    }
}

@media screen and (max-width:992px) {
    #canvas {
        max-width: 300px;
        height: 200px!important;
        margin-top: 4rem;
    }
}

@media screen and (max-width:768px) {
    .kongre_box {
        width: 100% !important;
    }
    .onemli_tarih {
        width: 32%;
    }
    .slider {
        width: 65%;
    }
    .carousel-item p {
        font-size: 16px !important;
    }
}

@media screen and (max-width:536px) {
    .left img {
        width: 30px !important;
    }
    .left span {
        font-size: 12px !important;
    }
    .kongre_btn {
        padding: 4px 7px !important;
    }
    .kongre_btn a {
        font-size: 10px !important;
    }
    .kongre_box {
        height: 190px !important;
    }
    .left {
        height: 190px !important;
    }
    .right {
        height: 190px !important;
    }
    .right img {
        height: 190px !important;
    }
}

#inner_box_tree {
    top: -30px !important;
}

#indicators_box_tree {
    bottom: 20px !important;
    /* top: 7px !important;
    right: -287px !important;*/
}


/*/Box-Tree*/


/*Footer*/

.footer {
    left: 0;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    min-height: 120px;
    margin-top: 40px;
    padding: 2rem 0rem;
    background-image: url("../images/footer_bg.png");
    background-position: center top;
    background-size: cover;
    color: #333232;
    text-align: center;
}

.footer_text {
    font-family: 'Montserrat-Regular';
    font-size: 12px;
    letter-spacing: 0.5px;
    text-align: left;
}

.footer img {
    float: right;
}

@media screen and (max-width:768px) {
    .footer {
        width: 100% !important;
    }
    .footer_text {
        text-align: center !important;
    }
    .footer img {
        float: none !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
}


/*/Footer*/

.myBtn {
    background-color: #18608d;
    text-align: center;
    width: 40%;
    padding: 17px;
}

@media(max-width:768px) {
    .myBtn {
        background-color: #013C58;
        text-align: center;
        width: 100%;
        padding: 17px;
        font-size: 14px;
    }
}

/* MODAL */
.modal-dialog {
    max-width: 550px;
    margin: 4rem auto;
    z-index: 99999;
}

/*****************************************/


/*************** HEAD TEXT ***************/


/*****************************************/

@keyframes menuin {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    10% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    90% {
        opacity: 0.9;
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-moz-keyframes menuin {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    10% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    90% {
        opacity: 0.9;
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes menuin {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    10% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    90% {
        opacity: 0.9;
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes menuin {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    10% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    90% {
        opacity: 0.9;
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}