/* CORE CSS */

body {
	color:#4b4b4b; /* Daha koyu bir gri tonu */
}


/* NAVIGATION */

.navbar-custom {
	color:#ffffff;
}

.navbar-custom a {
	color:#2b2b2b;
}

.navbar-custom .navbar-nav > li > a:hover {
	color:#78B3CE; /* Ana renk */
}

.navbar-custom .navbar-toggle {
	background:#ffffff;
}

.top-nav-collapse {
	background-color: #78B3CE; /* Ana rengin açık tonu */
}

.navbar-custom .navbar-toggle .icon-bar {
	background:#78B3CE;
}


/* TOP */

#top {
	color:#ffffff;
}


/* Countdown */

#countdown {
	color:#ffffff;
}


/* OVERVIEW */

#overview h3 {
	color:#cccccc; /* Açık gri tonu */
}

#overview h3 span {
	color:#4b4b4b;
}

#overview h4 {
	margin-bottom:20px;
}

#overview i {
	color:#78B3CE;
}

#overview .lead {
	color:#cccccc;
}

#overview .fa-circle {
	color:#78B3CE;
}


/* SPEAKER */

#speakers {
	background:#f7f7f7; /* Daha açık bir gri */
}

.speaker figcaption {
	background: #78b3cecf; /* Ana renk */
	color: #ffffff;
}
 
.speaker figcaption h4 {
	color:#ffffff;
}

.speaker figcaption p {
	color:#ffffff;
}

.speaker a,
.speaker .social a {
	color:rgba(255, 255, 255, .75);
}

.speaker a:hover,
.speaker .social a:hover{
	color:rgba(255, 255, 255, 1);
}

.speaker .title {
	color:#888888;
}


/* speaker detail popup */

#speaker-detail {
	color:#4b4b4b;
	background:#ffffff;
}

#speaker-detail h3 {
	color:#78B3CE;
}

#speaker-detail a {
	color:#78B3CE;
}

#speaker-detail i {
	color:#888888;
}


/* SCHEDULE */

.event h3 {
	color:#78B3CE;
}

.event .icon {
	color:#ffffff;
	background:#78B3CE;
}

.event .description {
	background:#f7f7f7;
}


/* Schedule Pagination */

#days .item {
	background:#f7f7f7;
}

#days .item:hover,
#days .item:active {
	color:#ffffff;
	background:#78b3cecf;
}

/* VENUE */

.venue-address {
	color:#ffffff;
	background:#78B3CE; /* Ana renk */
}

#venue h3 {
	color:#78B3CE;
}

#venue .venue-address h2 {
	color:#ffffff;
}

#venue i {
	color:#78B3CE;
}

#venue .fa-inverse {
	color:#ffffff;
}


/* TESTIMONIAL */

#testimonial {
	color:#ffffff;
}


/* SPONSOR */

#sponsors h3 {
	color:#cccccc;
}


/* SUBSCRIBE */

#subscribe {
	color:#ffffff;
}

#subscribe input {
	color:#ffffff;
	background:rgba(255,255,255, 0.30);
	border:1px solid #ffffff;
}

/* FAQ - GALLERY */

#faq-gallery {
	background:#f0f0f0; /* Çok açık gri tonu */
}

#faq i {
	color:#78B3CE;
}

.price-table-header {
	color:#ffffff;
	background:#78B3CE;
}


.description-item {
	color:#4b4b4b;
}

.price-table-description .stripe {
	color:#ffffff;
	background:#78B3CE;
}



/* CONTACT */

.contact {
	color:#ffffff;
	background:#78b3cecf; /* Ana renk */
}

.social .fa-inverse {
	color:#78B3CE;
}

.social a {
	color:rgba(255, 255, 255, 0.65);
}

.social a:hover{
	color:rgba(255, 255, 255, 1);
}


/* MISC */

/* FORM ELEMENTS */

input[type="text"],
input[type="email"],
select {
	color:#4b4b4b;
} 

::-webkit-input-placeholder {
   color: #4b4b4b;
}

:-moz-placeholder { /* Firefox 18- */
   color: #4b4b4b;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #4b4b4b;  
}

:-ms-input-placeholder {  
   color: #4b4b4b;  
}


/* BUTTONS */

.button {
	color: inherit;
	background: none;
}


.button-light {
	border: 1px solid #ffffff;
	color: #ffffff;
}

.button-light:hover,
.button-light:active {
	color: #78B3CE;
	background: #ffffff;
}

.button-dark {
	color: #ffffff;
	background:#78B3CE;
}

.button-dark:hover,
.button-dark:active {
	color: #ffffff;
	background: #d8a40b; /* Ana rengin koyu tonu */
}


/* PRELOAD */

#preload {
	background:#f0f0f0;
}

.loader {
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #78B3CE;
}


/* magnific popup */
.mfp-bg {
	background:#78B3CE;
}


/* REGISTER */

#register h3 {
	color:#cccccc; /* Açık gri tonu */
}

#register h3 span {
	color:#4b4b4b;
}

#register h4 {
	margin-bottom:20px;
}

#register i {
	color:#78B3CE;
}

#register .lead {
	color:#cccccc;
}

#register .fa-circle {
	color:#78B3CE;
}

#about h2 {
	color:#ffffff; /* Açık gri tonu */
}