@import url('https://fonts.googleapis.com/css?family=Roboto&subset=latin-ext');
/* Border Box */
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,body{
    font-family: Roboto;
    background: #fff;
}
#main-container {
    box-shadow: none;
    margin:0;
    padding:0;
    border:0;
    width:100%;
}

#footer{display:none;}
.flex-bw {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.flex-panelist{
    display: flex; flex-flow: row wrap;justify-content: space-between;
}

.img50{
    width:50%;
    background: #f2f2f2;
}
.img50 img{
    margin-bottom: -3px;
}

.cv50{
    width:50%;
    padding:80px;
    background: #f2f2f2;
}
@media screen and (max-width: 1366px) {
    .cv50{
        padding:40px 40px 0px 40px;
        font-size:0.9em;
    }
}
@media screen and (max-width: 1024px) {
    .cv50{
        font-size:0.8em;
        padding:30px 30px 0px 30px;
    }
}
@media screen and (max-width: 800px) {
    .flex-panelist{
        flex-flow: column wrap;
    }
    .img50{
        width:100%;
        order: 1;
    }
    .cv50{
        order: 2;
        width:100%;
        padding:40px 40px 0px 40px;
        font-size:0.9em;
    }
}

.cv50 h2{
    margin:0 !important;
    padding:0;
    font-family:Roboto !important;
}

.cv50 small{
    font-size: 14px;
    font-weight: 500;
    color: #2b88cb;
    margin-top: -3px;
    font-family:Roboto
}

.responsive-img {
  width: 100%;
  height: auto;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.c300,.c200{
    font-family:'Oswald',sans-serif;
    margin:20px;
}

.c300 a, .c200 a{
    color:#f2f2f2;
    font-size:1.5em;
}
h1.tt{
    text-align: center;
    font-size: 3rem;
    font-weight: 200;
    margin-bottom: 20px;
}

h2.tt{
    color:#aa0000;
    letter-spacing: 0.3rem;
}

.footer-1{
    width:100%;
    background:#380000;
    color:#fff;
    padding-top:4vh;
}
.footer-1 h2 {
    color:#FF0000;
    padding:0px;
    margin:0px !important;
    font-size: 2em !important;
}
.footer-1 p{
    color:#ddd;
}

.footer-1 small {
    color:#ddd;
}
.footer-1 .c200{
    margin: 20px;
    min-width: 120px;
}
.footer-1 .c300{
    width:300px;

}
@media screen and (max-width: 800px) {
    .footer-1 .c300{
        width:100%;
        margin:20px;
    }
}

.footer-2{
    position: relative;
    width:100%;
    background:#000;
    color:#fff;
}

.tab p{
    margin:20px 0px;
    font-size: 1.4em;
    font-family: 'Roboto', sans-serif;
}

.wrapper{
    max-width: 972px;
    margin:0px auto;
}

.page-container h2 {
	margin: 30px 0;
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
}

.page-container h3 {
	margin: 10px 0px;
	font-family: 'Oswald', sans-serif;
	font-size:1.6em;
 }

 .page-container h4 {
 	margin: 5px 0;
 	font-size: 20px;
 	font-family: 'Oswald', sans-serif;
 }

.page-container h5{
 	margin: 20px 0 0 0;
	font-family: 'Oswald', sans-serif;
	font-size: 1.2em;
 }

 .r-button {
	background: #006d00;
	color: #fff;
	border: 0;
	padding: 5px 10px;
	cursor: pointer;
}

.r-button:hover {
	background: #aa0000;
}

#step-2,#step-3,#step-4,
#k-event-1-misafir-container-1,
#k-event-1-misafir-container-2,
#k-event-2-misafir-container-1,
#k-event-2-misafir-container-2,
#e-event-1-misafir-container-1,
#e-event-1-misafir-container-2,
#e-event-2-misafir-container-1,
#e-event-2-misafir-container-2,
#tab-2,#tab-3,#tab-4,#tab-5,#tab-6,#tab-7,#tab-8,#tab-9,#tab-10 {
	display: none;
}

#step-1>div,#step-2>div,#step-3>div,#step-4>div{
    margin:10px 0;
}

#record-form{
    font-size: 1.2em;
}

#record-form select,
#record-form input[type='text'],
#record-form input[type='number'],
#record-form input[type='search'],
#record-form input[type='url'],
#record-form input[type='email'],
#record-form input[type='password'],
#record-form textarea
	{
	color: #000;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	/*-webkit-appearance: none;*/
	padding: 6px 10px;
	border-radius: 2px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}
.success-msg{color:#008A15;}
.error-msg{color:#FF0000;}


/********* Yeni Menu********/
.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-family:'Oswald',sans-serif;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav .record{
    background:#006d00;
    float:right;
}

.tapnav .record{
    background:#AA0000;
}

.active {
  background-color: #AA0000;
  color: white;
}

.topnav .icon {
  display: none;
  padding:2px 10px;
}

@media screen and (max-width: 800px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .record{
      float:none;
  }
}

/***/

/*timeline*/
@media (min-width: 1000px) {
  .timeline .demo-card:nth-child(odd) .head::after, .timeline .demo-card:nth-child(even) .head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  .timeline .demo-card:nth-child(odd) .head::before, .timeline .demo-card:nth-child(even) .head::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #bdbdbd;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px #f7f7f7;
  }

  .timeline .demo-card2:nth-child(odd) .head::after, .timeline .demo-card2:nth-child(even) .head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  .timeline .demo-card2:nth-child(odd) .head::before, .timeline .demo-card2:nth-child(even) .head::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #bdbdbd;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px #f7f7f7;
  }
}
/* Some Cool Stuff */
.demo-card:nth-child(1) {
  order: 1;
}

.demo-card:nth-child(2) {
  order: 9;
}

.demo-card:nth-child(3) {
     order: 2;
}

.demo-card:nth-child(4) {
  order: 10;
}

.demo-card:nth-child(5) {
    order: 3;
}

.demo-card:nth-child(6) {
  order: 11;
}

.demo-card:nth-child(7) {
  order: 4;
}
.demo-card:nth-child(8) {
  order: 12;
}
.demo-card:nth-child(9) {
  order: 5;
}
.demo-card:nth-child(10) {
  order: 13;
}
.demo-card:nth-child(11) {
  order: 6;
}
.demo-card:nth-child(12) {
  order: 14;
}
.demo-card:nth-child(13) {
  order: 7;
}
.demo-card:nth-child(14) {
  order: 15;
}
.demo-card:nth-child(15) {
  order: 8;
}




/***********/

.demo-card2:nth-child(1) {
  order: 1;
}

.demo-card2:nth-child(2) {
  order: 3;
}

.demo-card2:nth-child(3) {
  order: 2;
}

.timeline {
  padding: 50px 0;
  background: #f7f7f7;
}
.timeline h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 200;
  margin-bottom: 20px;
}
.timeline p.leader {
  text-align: center;
  max-width: 90%;
  margin: auto;
  margin-bottom: 45px;
}
.timeline .demo-card-wrapper,.timeline .demo-card-wrapper2 {
  position: relative;
  margin: auto;
}
@media (min-width: 1000px) {
  .timeline .demo-card-wrapper {
    display: flex;
    flex-flow: column wrap;
    width: 1170px;
    height: 4000px;
    margin: 0 auto;
  }
  .timeline .demo-card-wrapper2 {
    display: flex;
    flex-flow: column wrap;
    width: 1170px;
    height: 1000px;
    margin: 0 auto;
  }
}
.timeline .demo-card-wrapper::after,.timeline .demo-card-wrapper2::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid rgba(191, 191, 191, 0.4);
}
@media (min-width: 1000px) {
  .timeline .demo-card-wrapper::after,.timeline .demo-card-wrapper2::after {
    border-left: 1px solid #bdbdbd;
  }
}
.timeline .demo-card,.timeline .demo-card2 {
  position: relative;
  display: block;
  margin: 10px auto 80px;
  max-width: 94%;
  z-index: 2;
}
@media (min-width: 480px) {
  .timeline .demo-card,.timeline .demo-card2 {
    max-width: 60%;
    box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 720px) {
  .timeline .demo-card,.timeline .demo-card2 {
    max-width: 40%;
  }
}
@media (min-width: 1000px) {
  .timeline .demo-card,.timeline .demo-card2 {
    max-width: 450px;
    height: 400px;
    margin: 90px;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .timeline .demo-card:nth-child(odd),.timeline .demo-card2:nth-child(odd) {
    margin-right: 45px;
  }
  .timeline .demo-card:nth-child(odd) .head::after,.timeline .demo-card2:nth-child(odd) .head::after {
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
  }
  .timeline .demo-card:nth-child(odd) .head::before,.timeline .demo-card2:nth-child(odd) .head::before {
    left: 491.5px;
  }
  .timeline .demo-card:nth-child(even),.timeline .demo-card2:nth-child(even) {
    margin-left: 45px;
  }
  .timeline .demo-card:nth-child(even) .head::after,.timeline .demo-card2:nth-child(even) .head::after {
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
  }
  .timeline .demo-card:nth-child(even) .head::before,.timeline .demo-card2:nth-child(even) .head::before {
    right: 489.5px;
  }
  .timeline .demo-card:nth-child(2),.timeline .demo-card2:nth-child(2) {
    margin-top: 180px;
  }
}
.timeline .demo-card .head,.timeline .demo-card2 .head {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
}
.timeline .demo-card .head .number-box,.timeline .demo-card2 .head .number-box {
  display: inline;
  float: left;
  margin: 15px;
  padding: 10px;
  font-size: 1rem;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.17);
}
.timeline .demo-card .head .number-box div, .timeline .demo-card2 .head .number-box div{
    height: 20px;
}
.timeline .demo-card .head h2,.timeline .demo-card2 .head h2 {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: inherit;
  letter-spacing: 2px;
  margin: 0;
  line-height: 1.5rem;
}
@media (max-width: 600px) {
  .timeline .demo-card .head h2,.timeline .demo-card2 .head h2 {
    font-size: 120%;
    line-height: 1.3rem;
  }
}
.timeline .demo-card .head h2 span,.timeline .demo-card2 .head h2 span {
  display: block;
  font-size: 0.6rem;
  margin: 0;
}
@media (min-width: 480px) {
  .timeline .demo-card .head h2 span,.timeline .demo-card2 .head h2 span {
    font-size: 0.8rem;
  }
}
.timeline .demo-card .body,.timeline .demo-card2 .body {
  background: #fff;
  border: 1px solid rgba(191, 191, 191, 0.4);
  border-top: 0;
  padding: 15px;
}
@media (min-width: 1000px) {
  .timeline .demo-card .body,.timeline .demo-card2 .body {
    height: 315px;
  }
}
.timeline .demo-card .body p,.timeline .demo-card2 .body p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}
.timeline .demo-card .body img,.timeline .demo-card2 .body img  {
  display: block;
  width: 100%;
}
.timeline .demo-card--step1 {
  background-color: #46b8e9;
}
.timeline .demo-card--step1 .head::after {
  border-color: #46b8e9;
}
.timeline .demo-card--step2 {
  background-color: #3ee9d1;
}
.timeline .demo-card--step2 .head::after {
  border-color: #3ee9d1;
}
.timeline .demo-card--step3 {
  background-color: #ce43eb;
}
.timeline .demo-card--step3 .head::after {
  border-color: #ce43eb;
}
.timeline .demo-card--step4 {
  background-color: #4d92eb;
}
.timeline .demo-card--step4 .head::after {
  border-color: #4d92eb;
}
.timeline .demo-card--step5 {
  background-color: #e9db45;
}
.timeline .demo-card--step5 .head::after {
  border-color: #e9db45;
}
.timeline .demo-card--step6 {
  background-color: #e94545;
}
.timeline .demo-card--step6 .head::after {
  border-color: #e94545;
}
.timeline .demo-card--step7 {
  background-color: #e9a445;
}
.timeline .demo-card--step7 .head::after {
  border-color: #e9a445;
}

#yarisma-wrap ul{
    margin-left: 40px;
}

#yarisma-wrap>.mrg20>ul>li{
    font-size:1.4em;
    font-family: Roboto, sans-serif;
    margin-top: 10px;
}

#tab-4 .event-separator{
    box-sizing:border-box;
    padding:20px;
}
.event-separator h2{
    color:#fff;
    font-family:Roboto,sans-serif;
    margin:0px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slider {
  margin: 0 auto;
}

.slide_viewer {
  height: 588px;
  overflow: hidden;
  position: relative;
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

.slide:first-child {
  display: block;
}

.slide:nth-of-type(1) {
  background: #D7A151;
}

.slide:nth-of-type(2) {
  background: #F4E4CD;
}

.slide:nth-of-type(3) {
  background: #C75534;
}

.slide:nth-of-type(4) {
  background: #D1D1D4;
}

.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 10;
}

a.slide_btn {
  color: #474544;
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
  color: #428CC6;
  background:none;
  cursor: pointer;
  text-decoration: none;
}

.directional_nav {
    display: none;
  margin: 0 auto;
  position: relative;
}

.previous_btn {
  bottom: 0;
  left: 100px;
  margin: auto;
  position: absolute;
  top: 0;
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 100px;
  top: 0;
}

.previous_btn, .next_btn {
  cursor: pointer;
  height: 65px;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 65px;
}

.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .previous_btn {
    left: 50px;
  }
  .next_btn {
    right: 50px;
  }
}
