body{
    font-family: 'Montserrat-Regular';
	font-size: 15px;
}

.font-bold{
	font-family: 'Montserrat-SemiBold';
	color: #ce171f;
}

#baslik{
	font-size: 25px;
	color: #ce171f;
}

@media screen and (max-width:992px){
	#baslik {
		font-size: 38px !important;
	}
}
@media screen and (max-width:460px){
	#baslik {
		font-size: 30px !important;
	}
}

.baslik-bold{
    font-family: 'InterstateTR-Bold';
	font-style: normal !important;
}

.baslik-text{
    font-family: 'InterstateLight TR';
	font-style: normal !important;
}



/*Header*/

.header-inclusive{
	min-height: 440px;
	background-image: url("../images/header-bg.png");
	/*background-position: center top;*/
	background-size: cover;
	text-align: center;
	border-top: 3px solid #ce171f;
	border-bottom: 8px solid #ce171f;
}

/*Header-Top*/

#header-height{
	min-height:50px;
}

/*Navbar*/

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .1rem !important;
}

.nav-link{
    font-family: 'FuturaBT-Medium';
	font-size: 14px;
	color: #000 !important;
	transition: all 0.5s ease;
	cursor: pointer;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
@media(min-width:900px) and (max-width:1200px){
	.nav-link{
		font-size: 11px!important;
	}
}
.nav-link:hover,
.nav-link:active{
	border-top: 1px solid #fff;
}
.navbar-nav{
	margin: auto;
	margin: 0px !important;
}
.header-eng{
    background-color: #ce171f;
    width: 50px;
    min-height: 55px;
    line-height: 50px;
    float: right;
    margin-right: -15px;
	transition: all 0.5s ease;
	cursor: pointer;
}
.header-eng:hover,
.header-eng:active{
    background-color: #ececec;
}
.header-eng:hover a,
.header-eng:active a{
	color: #ce171f !important;
}
.header-eng a{
	text-decoration: none !important;
	font-family: 'FuturaBT-Medium';
	font-size: 15px;
	color: #fff !important;
}
@media screen and (max-width:768px){
	.mobil-menu{
		width: 60% !important;
	}
		.mobil-menu-eng{
		width: 40% !important;
	}
	.nav-link{
		text-align: left !important;
		margin-left: 10px;
	}
	.nav-link:first-child{
		margin-top: 10px;
	}
	.nav-link:hover,
	.nav-link:active{
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	.navbar{
		margin-left: -15px !important;
	}
	
}
/*Navbar*/

/*Header-Top*/


/*----------------------------------------*/


/*Header-Bottom*/
.headtext{
    min-height: 255px;
	border-bottom:10px solid #fff;
	
}
.header-bottom{
	min-height: 400px;
	border-top: 1px solid #995a5c;
}
.logo{
	position: absolute; 
	float: left;	
	top: 30px;
	transition: all 1.5s ease-in-out;
	animation: slidein 3s;
}
.logo .img{
	margin-top: 40px;
}
@keyframes slidein {
  from {
	  top: 0px;
	}
  to {
	  top: 40px;
	}
}
#canvas{
   height: 381px !important;
   width: 451px !important;
   left: 109px !important;
}

/*Header-Bottom*/

@media screen and (max-width:1200px){
	#canvas{
		height: 359px !important;
		width: 432px !important;
		margin-left: 0px !important;
	}
	#headtext img{
		width: 476px !important;
	}
}
@media screen and (max-width:991px){
	 #canvas{
		display: none !important;
	}
	#headtext img{
		width: 593px !important;
		margin: auto;
	}
}
@media screen and (max-width:768px){
	#headtext img{
		width: 450px !important;
	}
}
@media screen and (max-width:500px){
	#headtext img{
		width:100% !important;
		height:auto !important;
	}
	.header-inclusive {
		min-height: 300px !important;
	}
	.header-bottom {
		min-height:300px !important;
	}
}

/*Header*/




/*--------------------------------------------*/




/* IMPORTANT DATES & ICONS WITH FIVE*/
.important {
	background-color: #ECECEC;
}
.date-th,
.dates,
.arrows {
	width: 100%;
	min-height: 71px;
    font-family: 'Futura-Normal';
	border-left: 4px solid #FFF;
	border-right: 4px solid #FFF;
}
.date-th {
	background: url("../images/calendar.png") no-repeat 100% 94% #A71A1F;
}
div>.arrows:last-child{
	border-right: 4px solid #FFF !important;
}
.date-th h2.title span {
    font-family: 'Futura-Bold';
}
.title,
.txtDate{
    color: #FFF;
    font-size: 16px;
	margin: .2em 0 0;
}
.txtDate {
	color: #4D4D4D;
}
.dates{
	background: none #E2E2E2;
}

.txtDate span {
	color: #AB1B20;
}
.arrows {
	background: none #F8E3C5;
}

.icons a:hover {
	text-decoration: none;
}
.btn-kayit {
	background-color: #EA9A27;
}
.btn-program {
	background-color: #F05B2A;
}
.btn-bildiri {
	background-color: #6DA372;
}
.btn-kurs {
	background-color: #2881C6;
}
.btn-kongre {
	background-color: #D32026;
}
#btn-box{
	padding-top: 10px;
    padding-bottom: 10px;
	box-shadow: 0px 0px 11px 7px transparent;
	transition: all 0.5s ease;
	cursor: pointer;
	border: 3px solid transparent;
}
#btn-box:hover,
#btn-box:active{
	box-shadow:0px 0px 11px 7px #d3d3d3;
	border: 3px solid #f8e3c5;
}
#btn-box:hover .icon-text-inclusive,
#btn-box:active .icon-text-inclusive{
	color: #ececec;
	transition: all 0.5s ease;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}
.icon-text-inclusive{
	margin-top: 4px;
	font-size: 15px;
	color: #fff;
	cursor: pointer;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.icon-bold-text{
	font-family: 'Futura-Bold';
	font-style: normal !important;
}
.icon-text{
    font-family: 'Futura-Normal';
	font-style: normal !important;
}
.carousel-indicators {
    right: 0;
    bottom: -50px !important;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-control-next-header,
.carousel-control-prev-header {
    position: relative !important;
    display: -ms-flexbox;
    /*display: flex;*/
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #D03738;
    text-align: center;
    opacity: 1;
    width: 100% !important;
	margin-top: 1.5em;
	top: 25px;
}
.carousel-control-prev-icon {
	background: url("../images/arrow-left.png") no-repeat center;
}
.carousel-control-next-icon {
	background: url("../images/arrow-right.png") no-repeat center;
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 12px !important;
    height: 12px !important;
    border-radius: 7px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: white !important;
}
.carousel-indicators .active {
    background-color: yellow !important;
}
@media screen and (max-width: 1200px){
	.date-th h2.title span {
		font-size: 14px !important;
	}
	.title, .txtDate {
		font-size: 14px !important;
	}
}

@media screen and (max-width: 992px){
	.icon-text-inclusive {
		font-size: 13px !important;
	}
	.date-th {
		height: 70px;
	}
	.col-md-2bucuk {
		flex: 0 0 19.2% !important;
		max-width: 19.2% !important;
	}
	.col-md-8bucuk {
		flex: 0 0 67.5% !important;
		max-width: 67.5% !important;
	}
	.carousel-control-next-header,
	.carousel-control-prev-header {
	left: -8px !important;
	}
}

@media screen and (min-width: 768px){
	.col-md-2bucuk {
		flex: 0 0 19.5%;
		max-width: 19.5%;
		padding-right: .5rem;
		padding-left: 0;
	}
	.col-md-2bucuk:last-child {
		padding-right: 0rem !important;
	}
	.col-md-3bucuk {
	    flex: 0 0 18.2%;
		max-width: 18.2%;
	}
	.col-md-8bucuk {
		flex: 0 0 69.5555%;
    	max-width: 69.5555%;
	}
}

@media screen and (max-width: 768px) {
	.title,
	.txtDate {
		margin: .3em 0 !important;
	}
	.arrows {
		min-height: 73px !important;
	}
	.date-th {
		border-left: none !important;
		border-right: none !important;
	}
	.dates {
		border-left: none !important;
	}
	.icon-text-inclusive {
		font-size: 15px !important;
	}
	.carousel-control-next,
	.carousel-control-prev {
		margin-top: 2.3em !important;
	}
	.col-md-2bucuk {
		flex: 0 0 94% !important;
		max-width: 94% !important;
		padding-right: .5rem;
		padding-left: 0;
	}
	.col-md-3bucuk {
		flex: 0 0 94%;
		max-width: 94%;
	}
	.col-md-8bucuk {
		flex: 0 0 73.555% !important;
		max-width: 73.555% !important;
	}
	.carousel-control-next-header,
	.carousel-control-prev-header {
		left: 0px !important;
	}
}
@media screen and (max-width: 500px) {
	.dates {
		padding: 0px !important;
		margin: 0px !important;
		padding-top: 20px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.date-th, .dates, .arrows {
		border-left: 0px solid #FFF !important;
		border-right: 0px solid #FFF !important;
	}
	.title, .txtDate {
		font-size: 12px !important;
	}
	.col-md-8bucuk {
		flex: 0 0 71% !important;
		max-width: 71% !important;
	}
	.col-md-3bucuk {
		flex: 0 0 92% !important;
		max-width: 92% !important;
	}
	div>.arrows:last-child {
	  border-right: 0px solid #FFF !important;
	}
	.date-th, .dates, .arrows {
		height:70px !important;
	}
}


/* IMPORTANT DATES & ICONS WITH FIVE*/




/*----------------------------------------*/



/*İcerik*/

.icerik-bg{
	background-image: url("../images/icerik-bg.png");
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	height: auto;
}

/*İcerik*/

/*------------------------------------------------*/




/*Circle-Slider*/
.circle-slider{
	min-height: 300px;
    margin-top: 100px;
    background-color: #ececec;
    border-top: 1px solid #a4a4a4;
    padding-bottom: 20px;
}
.circle-title{
    font-family: 'Futura-Normal';
    font-size: 28px;
    color: #ce171f;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
}
.circle-title img{
    width: 47px;
    margin-bottom: 7px;
    padding-right: 21px;
}
.circle-title em{
    font-family: 'Futura-Bold';
	font-style: normal !important;
}
.box-inclusive{
	margin: auto;
	text-align: center;
	padding: 0px !important;
}
.box{
    width: 150px;
    height: 150px;
    border-radius: 100%;
    position: relative;
    margin: auto;
    border: 5px solid #cc171f;
    background-color: #ececec;
    margin-left: 32px;
    margin-right: 32px;
}
.box-text{
	text-align: center;
	margin-top: 10px;
    margin-bottom: 15px;
}
.box-text a{
	font-family: 'Futura-Normal';
    font-size: 17px;
    color: #2b2b2b;
	text-decoration: none !important;
	transition: all 0.5s ease;
	cursor: pointer;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
}
.box-text a:hover,
.box-text a:active{
    color: #fbb34c !important;
	border-bottom: 1px solid #fbb34c;
	border-top: 1px solid #fbb34c;
}
.box img{
    position: absolute;
    width: 100%;
    border-radius: 100%;
    left: 0;
    right: 0;
}
.carousel-control-prev {
    left: -150px !important;
}
.carousel-control-next {
    right: -150px !important;
}

@media screen and (max-width:1200px) {
    .box{
		width: 130px !important;
		height: 130px !important;
		margin-left: 23px !important;
		margin-right: 23px !important;
	}
	.carousel-control-prev {
		left: -100px !important;
	}
	.carousel-control-next {
		right: -100px !important;
	}
}
@media screen and (max-width:992px) {
	.box{
		width: 161px !important;
	    height: 161px !important;
	}
	.box-text{
		font-size: 17px !important;
	}
	.carousel-control-prev {
		left: -65px !important;
	}
	.carousel-control-next {
		right: -65px !important;
	}
}

@media screen and (max-width:768px) {
	#box-inclusive{
		float: none !important;
	}
	.box {
		margin-left: 0px !important;
		margin-right: 0px !important;
		left: 0 !important;
		right: 0 !important;
		margin: auto !important;
	}
	.box img {
		left: 0;
		right: 0;
		margin: auto !important;
		text-align: center !important;
	}
	.carousel-control-prev {
		left: 0px !important;
	}
	.carousel-control-next {
		right: 0px !important;
	}
}
@media screen and (max-width:500px) { 
	.circle-title{
	 font-size: 20px !important;
	}
}

/*Circle-Slider*/






/*Content*/
.mb-li li {
	margin-bottom: 10px;
}
.minibaslik {
    font-size: 17px;
    color: #CE171F;
}
.committee,
.registration {
	width: 75%;
	margin: 0 auto;
	border: 1px solid #CCC;
}
.committeeRow,
.committeeRowTh,
.regRow,
.regRowTh {
	margin-right: 0px;
    margin-left: 0px;
    border-bottom: 1px solid #CCC;
}
.committeeRow:nth-of-type(odd),
.regRow:nth-of-type(odd) {
  background-color: #F9F9F9;
}
.committeeRow:last-child,
.regRow:last-child {
    border-bottom: none;
}
.committeeRowTh,
.regRowTh {
	color: #333;
	background-color: #EDEDED;
	text-align: center;
	font-weight: 700;
	padding: .5em;
}
.regRowTh {
	border-right: 1px solid #CCC;
	padding-top: .8em;
	border-bottom: none;
}
.committeeRowTh strong {
	margin: 0 auto;
}
.committeeTitle,
.regColumn {
	text-align: right;
    padding: .5em 1em .5em .5em;
    font-weight: 700;
    font-size: 15px;
	border-right: 1px solid #CCC;
}
.regColumn {
	font-weight: 400;
	text-align: left;
}
.regColumn:last-child,
.regRowTh:last-child {
	border-right: none;
}
.committeeMember {
	padding-left: 1em !important;
    padding: .5em;
	word-break: break-word;
}
.registration {
	width: 100%;
}
.annotation {
	color: #CE171F;
	font-size: 14px;
}
.valign {
	padding-top: 1.5em;
}
.blink-text {
	font-size:18px;
	-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: 1.5s;
	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) {
	.committee {
		width: 100%;
	}
}













/*Footer*/
#footer-bg{
	background-image: url("../images/footer-bg.png");
	background-position: center top;
	background-size: cover;
	text-align: center;
	min-height: 85px;
	bottom: 0;
    font-size: 14px;
	color: #f4d0d2;
	font-family: 'FuturaBT-Light';
}
.footer-left{
	padding-left: 0px;
    text-align: left;
    left: 20px;
}
.footer-right{
	text-align: right;
}
@media screen and (max-width:768px){
	.footer-right{
		text-align: center;
		float: none !important;
		padding-top: 20px;
	}
	.footer-left{
		text-align: center;
		float: none !important;
	}
}
/*/Footer*/

.modal-dialog {
    max-width: 700px!important;
    margin: 50px auto!important;
}


/*****************  SCIENTIFIC PROGRAM  *****************/
.pBtn {
	background-color: #d6282f;
	color: #fff!important;
	padding:1em 2em!important;
	border-radius: 10px!important;
	transition: all .3s ease;
	border-bottom: 5px solid #b31e24!important;
}
.pBtn:hover {
	background-color: #ce3a36;
	text-decoration: none;
}
.pBtn:focus {
	outline: 0!important;
}

.btn:hover, .btn:focus {
	text-decoration:none!important;
}
.btn strong {
	cursor: pointer;
	color: #ce171f;
	text-decoration: none!important;
}
.card-header h2 {
	text-align: center;
}
.card-body {
	padding: 0rem!important;
}
.card-body > table {

	margin-bottom: 0rem!important;
}
.card-body table td {
	vertical-align: middle!important;
}
.saloon {
	background-color: #FDC679;
	color: #c9171f;
	text-align: center;
	font-weight: 700;
}
.symposia {
	background-color: #fff6de;
}
.caption {
	background-color: #c9171f;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.session {
	background-color: #ececec;
	color: #CE171F;
	font-size: 16px;
	vertical-align: middle;
}
.session td {
	vertical-align: middle!important;
}
.time {
	width: 12%;
	text-align: center;
	border-right: 1px solid #e9ecef;
	vertical-align: middle!important;
}
.speaker {
	width: 18%;
}
.speaker2 {
    width: 30%;
}
.break {
	background-color: #F8E3C5;
	color: #D03738;
}
.table-wrapper-scroll-x {
	width: 100%;
	height: 600px;
	overflow-y: auto;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.scroll-inner::-webkit-scrollbar {
	width: 10px;
}
.scroll-inner::-webkit-scrollbar:horizontal {
	height: 10px;
}
.scroll-inner::-webkit-scrollbar-track {
	background-color: rgba(204, 204, 204, 0.3);
}
.scroll-inner::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(204, 204, 204, 0.5);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.nav-pills .nav-link.active {
	background-color: #FDC679!important;
	color: #c9171f!important;
	font-weight: 700;
}
.nav-pills .nav-link {
    color: #c9171f !important;
	
	margin-right: 5px;
}
.num{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	vertical-align: middle;
}
.contentText{
	font-size: 15px;
	font-weight: bold;
}
.dayGeneral{
	color: #fff;
	font-size: 20px;
}