body {
	margin: 0px;
	font-size:17px;
	line-height:20px;
     font-family: 'Aileron';
    font-weight: 400;
	background-color: #CCC
}
.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:active {
	outline:none;
	outline-color: #FFF;
}
:focus {
outline: 0;
}


.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}


.bold_baslik{
	font-family: 'Montserrat Semi';
	font-size:18px;
	color: #92263A;
}

.baslikdiv{
	color: #474e76;
	font-family: 'Raleway-ExtraBold';
	font-size: 25px;
}


.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;
	height:570px;
	position: relative;
}


.headtext{
	position: absolute;
	top: 160px;
    left: 800px;
	transition: all 1.5s ease-in-out;
	animation: slidein 3s;
}

.davet-img {
	width: 189px; 
	height: 220px; 
	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;
	}
}



.headtext img{
	width: 650px;
}
@media screen and (max-width:1790px){
	.headtext{
		left: 600px !important;
	}
	.headtext img {
		width: 700px;
	}
	
}
@media screen and (max-width:1317px){
	.headtext{
		left: 550px !important;
	}
}
@media screen and (max-width:1200px){
	.headtext{
		left: 380px !important;
	}
}
@media screen and (max-width:992px){
	.headtext{
		left: 300px !important;
	}
	.headtext img{
		width:400px !important;
	}
}
@media screen and (max-width:768px){
	.header_bg {
	    text-align: center;
		height: 370px !important;
	}
	.canvas{
		display: none;
	}
	.headtext{
		left: 0px !important;
		right: 0px !important;
	}
	.headtext img{
		width:450px !important;
	}
}
@media screen and (max-width:550px){
	.headtext img{
		width:350px !important;
	}
}


/*Navbar*/
.navbar{
	background-color: #f5f5f5;
	z-index: 999 !important;
	text-align: left !important;
}
.navbar .active{
	background-color: transparent;
	font-family: 'Futura Md BT';
}
.navbar ul li a {
	color: #042B54!important;
	font-size: 14px;
	font-family: 'Futura Md BT';
	font-weight: bold;
}
.navbar ul li a:hover{
	background-color: #042B54;
	color: #fff!important;
}
@media screen and (max-width:768px){
	.navbar ul li a {
		font-size: 16px !important;
		padding: 10px 0px;
	}
}
.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: #042B54;
	color: #fff!important;
}
/*/Navbar*/




/*Box*/
.box__container{
	background-color: #C7C7C7;
	height: 120px;
	box-shadow: 2px 2px 2px #d3d3d3;
}
#box{
	background-position: center top;
	background-size: cover;
	float: left;
	margin-right: 1%;
	width: 32.66%;
	margin-top:5px;
}
#box:last-child{
	margin-right: 0px !important;
}
#box a{
	color: #fff;
	font-family: 'Raleway';
	font-size: 15px;
	margin-left: 15px;
	text-decoration: none !important;
}
.box__kayit{
	background-image:url("../images/kayit_konaklama_bg.png");
}
.box__kayit img{
	padding: 5px;
}

.box__bilimsel{
	background-image:url("../images/bilimsel_program_bg.png");
}
.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: 305px !important;
		box-shadow: 2px 2px 2px #d3d3d3;
	}
	#box{
		background-position: center top;
		background-size: cover;
		float: left;
		margin-right: 1%;
		width: 100% !important;
		margin-top:30px;
	}
}
/*/Box*/



/*Box_Two*/
.box_left{
	width: 50%;
	float: left;
	margin-right: 2%;
	height: 135px;
}
.box_right{
	width: 22%;
	float: left;
    height: 135px;
	margin-right: 20px
}
.box_one{
	width: 100%;
	height: 135px;
	background-color: #042B54;
	line-height: 30px;
	text-align: center;
}
.box_one a{
	color: #fff;
    font-family: 'Raleway-Medium';
	font-size: 15px;
    margin-left: 20px;
	text-decoration: none !important;
}
.box_left{
	background-image: url("../images/onemli_tarih_bg.png");
	background-position: center top;
	background-size: cover;
}
/*Onemli_Tarih*/
.onemli_tarih{
	background-color: #042B54;
	/*width: 161px;*/
	width: 17%;
	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: 17px;	
}
.blink_text {
color:#F6A538;font-size:13px;
-webkit-animation-name: blinker;
-webkit-animation-duration: 0.9s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;

-moz-animation-name: blinker;
-moz-animation-duration: 0.9s;
-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: #ffd236 !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;
	}
}
@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;
	}
}
@media screen and (max-width:768px){
	.kongre_box{
		width: 100% !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%;
  height: 120px;
  background-image: url("../images/footer_bg.png");
  background-position: center top;
  background-size: cover;
  color: white;
  text-align: center;
}
.footer_text{
	font-family: 'Montserrat-Regular';
	opacity: 0.5;
	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: #013C58;
    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;
	}
}










