
body {
  font-family: 'Open Sans', sans-serif;
}

p {
  font-size: 13px;
  color: #7a7a7a;
  line-height: 24px;
}

.page-content {
  width: 82%;
  float: right;
}

.content-section {
  padding-top: 10px;
  position: relative;
  width: 100%;
  display: inline-block;
  height: auto;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-heading {
  text-align: left;
  position: relative;
  margin-bottom: 10px;
}

.section-heading h1 {
  margin-top: 0px;
  font-size: 32px;
  color: #232323;
  display: inline-block;
  margin-right: 50px;
}

.section-heading em {
  font-style: normal;
  font-weight: 700;
  color: #45489a;
}

.section-heading p {
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #343434;
  position: absolute;
  top: 12.5px;
}

.white-button a {
  font-size: 13px;
  font-weight: 600;
  color: #45489a;
  text-transform: capitalize;
  background-color: #fff;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0px 25px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

.white-button a:hover {
  background-color: #45489a;
  color: #fff;
}

.accent-button a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  background-color: #45489a;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0px 25px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

.accent-button a:hover {
  background-color: #fff;
  color: #45489a;
}

header {
    position: fixed;
    top: 0;
    transition: top 0.3s ease-in-out;
    width: 100%;
}

.nav-up {
    top: -75px;
}

/* Responsive Navigation */

.responsive-nav {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 80px;
  background-color: rgba(250,250,250,.95);
  box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
}
 
.navbar-toggle {
  position: absolute;
  top: 40%;
  left: 50%;
  display: inline-block;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.navbar-nav {
  margin: 0;
  border: none;
}

#main-nav ul {
  text-align: center;
  background-color: rgba(0,0,0,0.9);
  margin-top: 59px;
  width: 100%;
}
#main-nav ul li {
  margin: 15px 0px;
}
#main-nav ul li:hover {
  background-color: transparent;
}
#main-nav ul li a {
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  box-shadow: none;
  border: none;
}

#main-nav ul li a:hover {
  opacity: 0.5;
  background-color: transparent;
}

.navbar-toggle span {
  background-color: #232323;
}


/* Sidebar Style */

.sidebar-navigation {
  width: 18%;
  float: left;
  height: 100%;
  position: fixed;
  background-color: rgba(12,12,12,0.6);
  z-index: 10;
}

.sidebar-navigation .logo {
  position: absolute;
  width: 100%;
  height: 140px;
  /*line-height: 100px;*/
  /*background-color: #45489a;*/
  padding: 0px;
  text-align: center;
}

.sidebar-navigation .logo a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: 100%;
  padding-top:9px;
  display: inline-block;
}

.sidebar-navigation .logo p {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  line-height: normal;
  /*text-transform: uppercase;*/
  letter-spacing: 0.5px;
  width: 100%;
  padding-top:9px;
  display: inline-block;
}

.sidebar-navigation .logo em {
  font-style: normal;
  font-weight: 300;
}

.sidebar-navigation nav {
  position: relative;
  top: 57%;	/*aerast2026 60% */
  left: 60%;
  -webkit-transform: translateX(-60%) translateY(-60%);
  -moz-transform: translateX(-60%) translateY(-60%);
  -ms-transform: translateX(-60%) translateY(-60%);
  -o-transform: translateX(-60%) translateY(-60%);
  transform: translateX(-60%) translateY(-60%);
}

.sidebar-navigation ul {
  margin-left: 36px; /*aerast2026 45px */
  list-style: none;
  padding: 0;
}
.sidebar-navigation li{
  padding: 4px 0;	/*aerast2026 10px */
}
.sidebar-navigation span{
  display: inline-block;
  position:relative;
}
.sidebar-navigation nav a{
  display: inline-block;
  color: #fff;
  margin-top: 5px;
  text-decoration: none!important;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.circle{
  margin-right: 5px;
  left: 0px;
  top: -1px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #fff;
  transition: all 0.3s;
}
.rect{
  height: 1px;
  width: 0px;
  left: 0;
  bottom: 5.5px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.1s, width 0.6s;
  -moz-transition: -webkit-transform 0.1s, width 0.6s;
  transition: transform 0.1s, width 0.6s;
}
.sidebar-navigation nav a:focus {
  color: #fff;
}
.sidebar-navigation nav a:hover, nav .active-section {
  color: #fff;
}
.sidebar-navigation nav a:hover span, nav .active-section span{
  background-color: #ddd;
}
.sidebar-navigation nav .active-section .rect{
  width: 30px;
}
.sidebar-navigation nav .active-section .circle{
  background-color: #fff;
}

.sidebar-navigation .social-icons {
  position: absolute;
  width: 100%;  
  bottom: 6px;
  padding: 0;
  margin: 0;
  text-align: center;
}

.sidebar-navigation .social-icons li {
  display: inline-block;
  margin-right: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.sidebar-navigation .social-icons li:last-child {
  margin-right: 0px;
}

.sidebar-navigation .social-icons li a {
  font-size: 18px;
  color: #fff;
  transition: all 0.5s;
}

.sidebar-navigation .social-icons li a:hover {
  color: #45489a;
}


/* Slider Style */
.slider {
  width:100%;
  float: right;
}

.slider .content-section {
  padding-top: 0px;
  min-width: 100%;
  min-height: 100vh;
  width: 100%;
  height: 100vh;
  text-align: center;
}

.slider p a {
	color: #FFF;
}
.slider p a:hover {
	color: #FF0;
	text-decoration: none;
}

.Modern-Slider .info {
  position: absolute;
  z-index: 10;
  top: 50%;
 
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}

.Modern-Slider .info2 {
  text-align: center;
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}

.Modern-Slider .info h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 700;
}

.Modern-Slider .info p {
  font-size: 15px;
  color: #fff;
}

.Modern-Slider .info2 h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 48px;
  color: #fff;
  font-weight: 700;
}

.Modern-Slider .info2 p {
  font-size: 15px;
  color: #fff;
}

.Modern-Slider .info .white-button {
  margin-top: 30px;
}

.Modern-Slider .info .white-button a:focus {
  outline: none;
}

.Modern-Slider .slick-dots {
  opacity: 0;
}

.Modern-Slider .NextArrow{
  outline: none;
  display: none;
  position:absolute;
  top:60px;
  right:60px;
  width:50px;
  height:50px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:32px/50px FontAwesome;
  color:#FFF;
  z-index:5;
}

.Modern-Slider .NextArrow:before{content:'\f105';}

.Modern-Slider .PrevArrow{
  outline: none;
  position:absolute;
  top:60px;
  right: 120px;
  width:50px;
  height:50px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:32px/50px FontAwesome;
  color:#FFF;
  z-index:5;
}

.Modern-Slider .item .image {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  display: block;
}

.Modern-Slider .item-1 .image {
  background-image: url(../img/bgLogolu1.png);
}

.Modern-Slider .item-1ae .image {
  background-image: url(../img/bgLogosuz.png);
}

.Modern-Slider .item-rast2026 .image {
  background-image: url(../img/Istanbul_RAST2026/rasttoplufoto.jpg);
}

.Modern-Slider .item-2 .image {
  background-image: url(../img/hho14.jpg);
}

.Modern-Slider .item-3 .image {
  background-image: url(../img/hezarfenslider.jpg);
}

.Modern-Slider .item-4 .image {
  background-image: url(../img/8.jpg);
}

.Modern-Slider .item-5 .image {
  background-image: url(../img/13.jpg);
}

.Modern-Slider .item-6 .image {
  background-image: url(../img/t38.jpg);
}

.Modern-Slider .item-111 .image {
  background-image: url(../img/Istanbul_RAST2026/1x1.jpg);
}

.Modern-Slider .item-222 .image {
  background-image: url(../img/Istanbul_RAST2026/2x2.jpg);
}

.Modern-Slider .item-444 .image {
  background-image: url(../img/Istanbul_RAST2026/4x4.jpg);
}

.Modern-Slider .item-555 .image {
  background-image: url(../img/Istanbul_RAST2026/5x5.jpg);
}

.Modern-Slider .item-777 .image {
  background-image: url(../img/Istanbul_RAST2026/7x7.png);
}

.Modern-Slider .item-888 .image {
  background-image: url(../img/Istanbul_RAST2026/8x8.jpg);
}

.Modern-Slider .item-1313 .image {
  background-image: url(../img/Istanbul_RAST2026/13x13.jpg);
}

.Modern-Slider .item-1212 .image {
  background-image: url(../img/Istanbul_RAST2026/12x12.jpg);
}

.Modern-Slider .item-ayasofya .image {
  background-image: url(../img/Istanbul_RAST2026/ayasofya.png);
}

.Modern-Slider .item-balat .image {
  background-image: url(../img/Istanbul_RAST2026/balat.png);
}

.Modern-Slider .item-bogazici .image {
  background-image: url(../img/Istanbul_RAST2026/bogazici.png);
}

.Modern-Slider .item-bozdogankemeri .image {
  background-image: url(../img/Istanbul_RAST2026/bozdogankemeri.png);
}

.Modern-Slider .item-dolmabahcesarayi .image {
  background-image: url(../img/Istanbul_RAST2026/dolmabahcesarayi.png);
}

.Modern-Slider .item-eminonu .image {
  background-image: url(../img/Istanbul_RAST2026/eminonu.png);
}

.Modern-Slider .item-goksuderesi .image {
  background-image: url(../img/Istanbul_RAST2026/goksuderesi.png);
}

.Modern-Slider .item-halic .image {
  background-image: url(../img/Istanbul_RAST2026/halic.png);
}

.Modern-Slider .item-kizkulesi .image {
  background-image: url(../img/Istanbul_RAST2026/222.jpg);
}

.Modern-Slider .item-kopru .image {
  background-image: url(../img/Istanbul_RAST2026/kopru.png);
}

.Modern-Slider .item-ortakoy .image {
  background-image: url(../img/Istanbul_RAST2026/ortakoy.png);
}

.Modern-Slider .item-rumelihisari .image {
  background-image: url(../img/Istanbul_RAST2026/rumelihisari.png);
}

.Modern-Slider .item-topkapisarayi .image {
  background-image: url(../img/Istanbul_RAST2026/topkapisarayi.png);
}

.Modern-Slider .PrevArrow:before{content:'\f104';}

.Modern-Slider .item .image {
  animation: zoomin 7s ease-in-out infinite alternate;
  -webkit-animation: zoomin 7s ease-in-out infinite alternate;
}

.Modern-Slider .item-hho1 .image {
  background-image: url(../img/hho1.png);
}

.Modern-Slider .item-hho2 .image {
  background-image: url(../img/hho2.jpg);
}

.Modern-Slider .item-hho3 .image {
  background-image: url(../img/hho3.jpg);
}

.Modern-Slider .item-hho4 .image {
  background-image: url(../img/hho4.jpg);
}

.Modern-Slider .item-hho14 .image {
  background-image: url(../img/hho5.jpg);
}
.Modern-Slider .item-hho11d .image {
  background-image: url(../img/hho11d.png);
}

.Modern-Slider .item-okc .image {
  background-image: url(../img/okc.jpg);
}


@keyframes zoomin {
    0% {-webkit-transform: scale(1);}
    100% {-webkit-transform: scale(1.2);}
}

.Modern-Slider {background:transparent;}

/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}


#rasts {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
  /*border-bottom: 1px solid #eee;*/ /*aeaö*/
  border-bottom: 1px solid #fff;
}

/* sponsors Style */

#sponsors {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
  /*border-bottom: 1px solid #eee;*/ /*aeaö*/
  border-bottom: 1px solid #fff;
}

#sponsors .section-heading {
  margin-right: 20%;
}

#sponsors .content-section {
  display: inline-block;
  position: relative;
}

#sponsors .owl-dots {
  margin-top: 40px;
}

#sponsors .owl-dots .owl-dot span  {
  width: 12px;
  height: 12px;
  background-color: #cdcdcd!important;
  display: inline-block;
  border-radius: 50%;
  margin: 0 3px;
}

#sponsors .owl-dots .active span {
  background-color: #45489a!important;
}

#sponsors .owl-dots button {
  outline: none;
}

#sponsors .owl-nav {
  position: absolute;
  display: inline-block;
  top: -110px;
  right: 0;
}

#sponsors .owl-nav button:focus {
  outline: none;
}

#sponsors .owl-nav .owl-prev span {
  margin-right: 10px;
}

#sponsors .owl-nav .owl-next span, #sponsors .owl-nav .owl-prev span {
  outline: none;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  /*background-color: #eee;*/ /*aeaö*/
  background-color: #fff;
  color: #232323;
  font-size: 42px;
  transition: all 0.5s;
}

#sponsors .owl-nav span:hover {
  background-color: #45489a;
  color: #fff;
}

#sponsors .item {
  text-align: left;
  position: relative;
  z-index: 10;
}

#sponsors .item .image {
  position: relative;
}

#sponsors .item .image img {
  width: 100%;
  overflow: hidden;
}

#sponsors .item .image .sponsors-button a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: rgba(69,72,154, 0.9);
  display: inline-block;
  height: 44px;
  line-height: 44px;
  width: 100%;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.5s;
  position: absolute;
  z-index: 9;
  bottom: -44px;
  opacity: 0;
}

#sponsors .item:hover .sponsors-button a {
  bottom: 0;
  opacity: 1;
}

#sponsors .item .text-content {
  padding-top: 20px;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

#sponsors .item .text-content h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 600;
  color: #232323;
  letter-spacing: 0.5px;
}

#sponsors .item .text-content span {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #7a7a7a;
  letter-spacing: 0.5px;
  margin-bottom: 12.5px;
}

/* invitedspeakers Style */

#invitedspeakers {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
  /*border-bottom: 1px solid #eee;*/ /*aeaö*/
  border-bottom: 1px solid #fff;
}

#invitedspeakers .section-heading {
  margin-right: 20%;
}

#invitedspeakers .content-section {
  display: inline-block;
  position: relative;
}

#invitedspeakers .owl-dots {
  margin-top: 40px;
}

#invitedspeakers .owl-dots .owl-dot span  {
  width: 12px;
  height: 12px;
  background-color: #cdcdcd!important;
  display: inline-block;
  border-radius: 50%;
  margin: 0 3px;
}

#invitedspeakers .owl-dots .active span {
  background-color: #45489a!important;
}

#invitedspeakers .owl-dots button {
  outline: none;
}

#invitedspeakers .owl-nav {
  position: absolute;
  display: inline-block;
  top: -110px;
  right: 0;
}

#invitedspeakers .owl-nav button:focus {
  outline: none;
}

#invitedspeakers .owl-nav .owl-prev span {
  margin-right: 10px;
}

#invitedspeakers .owl-nav .owl-next span, #invitedspeakers .owl-nav .owl-prev span {
  outline: none;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  /*background-color: #eee;*/ /*aeaö*/
  background-color: #fff;
  color: #232323;
  font-size: 42px;
  transition: all 0.5s;
}

#invitedspeakers .owl-nav span:hover {
  background-color: #45489a;
  color: #fff;
}

#invitedspeakers .item {
  text-align: left;
  position: relative;
  z-index: 10;
}

#invitedspeakers .item .image {
  position: relative;
}

#invitedspeakers .item .image img {
  width: 100%;
  overflow: hidden;
}

#invitedspeakers .item .image .invitedspeakers-button a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: rgba(69,72,154, 0.9);
  display: inline-block;
  height: 44px;
  line-height: 44px;
  width: 100%;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.5s;
  position: absolute;
  z-index: 9;
  bottom: -44px;
  opacity: 0;
}

#invitedspeakers .item:hover .invitedspeakers-button a {
  bottom: 0;
  opacity: 1;
}

#invitedspeakers .item .text-content {
  padding-top: 20px;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

#invitedspeakers .item .text-content h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 600;
  color: #232323;
  letter-spacing: 0.5px;
}

#invitedspeakers .item .text-content span {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #7a7a7a;
  letter-spacing: 0.5px;
  margin-bottom: 12.5px;
}


/* announcements Style */

#announcements {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 50px;
}

#announcements .masonry {
  position: relative;
  width: 100%;
}

#announcements .masonry .item img {
  transition: all 1s;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

#announcements .masonry .item img:hover {
  opacity: 0.5;
}




/* committees Style */

#committees {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 50px;
}

#committees .masonry {
  position: relative;
  width: 100%;
}

#committees .masonry .item img {
  transition: all 1s;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

#committees .masonry .item img:hover {
  opacity: 0.5;
}





/* Video Presentation Style */

#video {
  text-align: center;
  /* background-color: #f4f4f4;*/ /*aeaö*/
  background-color: #ffffff;
  padding: 100px 60px;
}

#video .section-heading {
  margin-bottom: 30px;
  text-align: center;
}

#video .section-heading h1 {
  display: block;
  margin: 0px;
}

#video .section-heading p {
  position: relative;
  margin: 0px;
}

#video .accent-button {
  margin-top: 30px;
}

.box-video{
  width: 100%;
  position: relative;
  margin-top: 30px;
  cursor: pointer;
  overflow: hidden;
}

.box-video .bg-video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}

.box-video .video-container{
  position: relative;
  margin: 0;
  z-index: 1;
}

.box-video .bt-play {
  position: absolute;
  top:50%;
  left:50%;
  margin:-30px 0 0 -30px;
  display: inline-block;
  width: 60px;
  height: 60px;
  background:#fff;
  border-radius: 50%;
  text-indent: -999em;
  cursor: pointer;
  z-index:2;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.box-video .bt-play:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  margin: -12px 0 0 -6px;
  border: solid transparent;
  border-left-color: #000;
  border-width: 12px 20px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.box-video:hover .bt-play {
  transform: scale(1.1);
}

.box-video.open .bg-video{
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;  
}
.box-video.open .video-container{
  opacity: 1;
  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;
}




/* Blog Style */

#callforpaper {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
  
}

#homepage {
  padding-left: 60px;
  padding-right: 60px;
  /*padding-bottom: 80px;*/
  
}

#homepage .tabs {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  /*background-color: #eee;*/ /*aeaö*/
  background-color: #fff;
  /*border-bottom: 10px solid #45489a;*/
}

#homepage .tabs li {
  display: inline-block;
  text-align: center;

  float: left;
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #45489a;
}

#homepage .tabs a {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  color: #232323;
  transition: 0.5s;
}

#homepage .tabs a:hover {
  color: #45489a;
}


#homepage .tabs .active:hover {
  color: #fff;
}

#homepage .tabs .active {
  background-color: #45489a;
  color: #fff;
}

.tabgroup {
  /* background-color: #f4f4f4;*/ /*aeaö*/
  background-color: #ffffff;
  padding: 20px 30px;
}

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

#homepage .tabgroup ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#homepage .tabgroup ul li {
  display: inline-block;
  text-align: left;
  margin-bottom: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
  padding-top: 5px;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

#homepage .tabgroup ul li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

#homepage .tabgroup ul li img {
  float:  left;
  margin-right: 30px;
  max-width: 100%;
  overflow: hidden;
}
#homepage .tabgroup ul li .text-content {
  display: inline;
}

#homepage .item .text-content h4 {
  padding-top: 7.5px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 600;
  color: #232323;
  letter-spacing: 0.5px;
}

#homepage .item .text-content span {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #7a7a7a;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

#homepage .item .text-content .accent-button {
  margin-top: 25px;
}

#homepage .table p {
  font-size: 15px;
}

.table-striped>tbody>tr>td{
	vertical-align: middle;
}

.table-striped-leftAling>tbody>tr>td{
	text-align: left;
	padding-left:1%;
}


.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
	background-color:#8EAADB;
	/* background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);  */
	color:black;
}



/* Contact Style */

#contact {
  padding-top: 0px;
  padding-bottom: 0px;
}

#contact-content {
  padding: 0px 60px;
  padding-bottom: 0px;
}







/* Footer Style */

.footer {
  background-color: rgba(12,12,12,0.9);
  height: 80px;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.footer p {
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 80px;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 300;
}

.footer p a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.committeesTable{
	width:45%;
	text-align:left;
	margin: 0 auto;
}

.datesTable{
	width:80%;
	text-align:center;
	margin: 0 auto;
}

.viewerCSS{
	width:100%;
	height:2655px;
}

.clickHereCFP{
	display: none;
}

.alpLogo{
		max-height: 90px;
}

.bitesLogo{
		max-height: 70px;
}
/* Responsive Style */

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (max-width: 1920px) {

	.viewerCSS{
		height:1940px;
	}
	.committeesTable{
		width:45%;
	}
	#homepage .tabs li {
		width: 25%;
	}
	#homepage .tabs{
		  height: 40px;
	}
	#homepage .tabs a{
		font-size: 16px;
		line-height: 50px;
		font-weight: 600;
	}
	
  .sidebar-navigation .logo a {
    font-size: 12px;
	height: 80px;
	
  }
  .sidebar-navigation .logo p {
    font-size: 54px;
	height: 80px;
	
  }
  
  	.sidebar-navigation nav a{
	font-size: 17px;
	}
	
	.circle{
		 height: 10px;
		 width: 10px;
	}
	
	.Modern-Slider .info {
		text-align: center;
		 font-size: 23px;
		  right: 20%;
	}
	.Modern-Slider .info h1 {
	  font-size: 28px;
	}
	
	.ribbon {
		font-size: 26px !important;
		 width: 50%;
		 
	}
	.countdown-timer .heading-count h2 {
		font-size: 40px;
		line-height: 48px;
	}
	.countdown-timer .heading-count h4{
		font-size: 24px;
	}
	.time-entry {
		font-size: 16px;
		width: 120px;
		margin: 15px;
		height: 110px;
		padding: 20px;
		box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.2);
		font-weight: 400;
	}
	.time-entry span {
		font-size: 45px;
		line-height: 45px;
		font-weight: 700;
	}
	.rastButton{
		width:50%;
	}
}

@media screen and (max-width: 1600px) {
	.alpLogo{
		max-height: 70px;
	}
	.bitesLogo{
		max-height: 60px;
}
.viewerCSS{
		height:1600px;
	}
	.committeesTable{
	width:65%;
	}
  .sidebar-navigation .logo a {
    font-size: 18px;
	height: 80px;
	
  }
  
  .sidebar-navigation .logo p {
    font-size: 46px;
	height: 80px;
	
  }
  
  	.sidebar-navigation nav a{
	font-size: 15px;
	}
	
	.circle{
		 height: 10px;
		 width: 10px;
	}
	
	.Modern-Slider .info {
		text-align: center;
		 font-size: 23px;
		  right: 20%;
	}
	.Modern-Slider .info h1 {
	  font-size: 28px;
	}
	
	.ribbon {
		font-size: 20px !important;
		 width: 40%;
	}
	.countdown-timer .heading-count h2 {
		font-size: 20px;
		line-height: 22px;
	}
	.countdown-timer .heading-count h4{
		font-size: 14px;
	}
	.time-entry {
		font-size: 10px;
		width: 80px;
		margin: 10px;
		height: 70px;
		padding: 10px;
		box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.2);
		font-weight: 200;
	}
	.time-entry span {
		font-size: 25px;
		line-height: 25px;
		font-weight: 500;
	}
	
	.rastButton{
		width:33%;
	}
	
	
}


/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 1440px) {
	.alpLogo{
		max-height: 60px;
	}
	.bitesLogo{
		max-height: 50px;
}
	.viewerCSS{
		height:1400px;
	}
	.committeesTable{
	width:80%;
	}
	#homepage .tabs{
		  height: 30px;
	}
	#homepage .tabs a{
		font-size: 14px;
		line-height: 30px;
		font-weight: 500;
	}
  .sidebar-navigation .logo a{
    font-size: 9px;
	height: 30px;
  }
  .sidebar-navigation .logo p {
    font-size: 38px;
	height: 80px;
	
  }
  	.sidebar-navigation nav a{
	font-size: 13px;
	}
	.circle{
		 height: 5px;
		 width: 5px;
	}
	.Modern-Slider .info {
		text-align: center;
		 right: 7%;
	}
	.Modern-Slider .info h1 {
	  font-size: 18px;
	}
	
	.ribbon {
		font-size: 18px !important;
		 width: 30%;
	}
	.rastButton{
		width:30%;
	}
}

@media screen and (max-width: 1366px) {
	.alpLogo{
		max-height: 50px;
	}
	.viewerCSS{
		height:1320px;
	}
	.committeesTable{
	width:80%;
	}
	#homepage .tabs{
		  height: 30px;
	}
	#homepage .tabs a{
		font-size: 14px;
		line-height: 30px;
		font-weight: 500;
	}
  .sidebar-navigation .logo a{
    font-size: 9px;
	height: 30px;
  }
  .sidebar-navigation .logo p {
    font-size: 38px;
	height: 80px;
	
  }
  	.sidebar-navigation nav a{
	font-size: 13px;
	}
	.circle{
		 height: 5px;
		 width: 5px;
	}
	.Modern-Slider .info {
		text-align: center;
		 right: 7%;
	}
	.Modern-Slider .info h1 {
	  font-size: 18px;
	}
	
	.ribbon {
		font-size: 18px !important;
		 width: 30%;
	}
	.rastButton{
		width:33%;
	}
}

@media (max-width: 1200px) {
	#homepage .tabs li {
		width: 50%;
	}
	.rastButton{
		width:40%;
	}
	
}
}


/* Responsive Style */

@media (max-width: 992px) {
	
	.clickHereCFP{
		display: inline;
	}
	.viewerCSS{
		height:880px;
	}
	.committeesTable{
		width:100%;
	}
	#homepage .tabs li {
		width: 50%;
	}
	#homepage .tabs{
		  height: 25px;
	}
	#homepage .tabs a{
		font-size: 12px;
		line-height: 25px;
		font-weight: 250;
	}
  .responsive-nav {
    display: none;
  }

  .sidebar-navigation .logo a {
    font-size: 13px;
  }
  .sidebar-navigation .logo p {
    font-size: 30px;
	height: 80px;
	
  }

  .sidebar-navigation nav ul {
    margin-left: 30px;
  }

  .sidebar-navigation .social-icons li a {
    font-size: 15px;
  }
	
	.ribbon {
		font-size: 14px !important;
		 width: 25%;
	}
	
	.rastButton{
		width:32%;
	}
}


@media (max-width: 767px) {
.viewerCSS{
		height:820px;
	}
  .responsive-nav {
    display: block;
    height: 60px;
  }

  .page-content {
    width: 100%;
  }

  .Modern-Slider .info {
    text-align: center;
    right: 0px;
    padding: 0px 30px;
  }

  .Modern-Slider .NextArrow{
    outline: none;
    display: none;
    position:absolute;
    top:120px;
    right: 10%;
    transform: translateX(50%);
    margin-right: -30px;
    width:50px;
    height:50px;
    background:rgba(0,0,0,.50);
    border:0 none;
    text-align:center;
    font:32px/50px FontAwesome;
    color:#FFF;
    z-index:5;
  }

  .Modern-Slider .NextArrow:before{content:'\f105';}

  .Modern-Slider .PrevArrow{
    outline: none;
    position:absolute;
    top:120px;
    left: 10%;
    transform: translateX(-50%);
    margin-left: -30px;
    width:50px;
    height:50px;
    background:rgba(0,0,0,.50);
    border:0 none;
    text-align:center;
    font:32px/50px FontAwesome;
    color:#FFF;
    z-index:5;
  }

  .ribbon {
		font-size: 10px !important;

	}

	.rastButton{
		width:32%;
	}
}

@media (max-width: 690px) {
.viewerCSS{
		height:700px;
	}
  .section-heading p {
    position: relative;
  }

  #invitedspeakers {
    padding-left: 15px;
    padding-right: 15px;
  }

  #invitedspeakers .owl-nav {
    position: absolute;
    display: inline-block;
    top: -220px;
    right: 0;
  }

  #announcements {
    padding-left: 15px;
    padding-right: 15px;
  }
  #committees {
    padding-left: 15px;
    padding-right: 15px;
  }
  

  #video {
    padding-left: 15px;
    padding-right: 15px;
  }

  #blog {
    padding-left: 15px;
    padding-right: 15px;
  }

  #blog .tabs a {
    font-size: 13px;
  }

  #blog .tabgroup ul li img {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  #blog .tabgroup ul li .text-content {
    display: block;
  }

  #contact-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .rastButton{
		width:44%;
		font-size:14px;
	}

}

/*EKLENEN*/

.ribbon {

 /* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */
    
 position: relative;
 background: #6495ED;
 color: #fff;
 text-align: center;
 padding: 1em 2em; /* Adjust to suit */
 margin: 2em auto 3em; /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
}
.ribbon:before, .ribbon:after {
 content: "";
 position: absolute;
 display: block;
 bottom: -1em;
 border: 1.5em solid #6F8FAF;
 z-index: -1;
}
.ribbon:before {
 left: -2em;
 border-right-width: 1.5em;
 border-left-color: transparent;
}
.ribbon:after {
 right: -2em;
 border-left-width: 1.5em;
 border-right-color: transparent;
}
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
 content: "";
 position: absolute;
 display: block;
 border-style: solid;
 border-color: #6495ED transparent transparent transparent;
 bottom: -1em;
}
.ribbon .ribbon-content:before {
 left: 0;
 border-width: 1em 0 0 1em;
}
.ribbon .ribbon-content:after {
 right: 0;
 border-width: 1em 1em 0 0;
}

/* ==========================================================================
   Countdown Style Start
   ========================================================================== */
.countdown-timer .heading-count {
  padding: 10px 68px;
}

.countdown-timer .heading-count h2 {
  color: #FFFFFF;
  text-transform: uppercase;
}

.countdown-timer .heading-count h4 {
  font-weight: 300;
  color: #fff;
  margin-top: 30px;
}

.countdown-timer .heading-count h4 span {
  background: #212121;
  padding: 7px 15px;
  border-radius: 4px;
}

.countdown-timer .heading-count p {
  font-size: 14px;
  color: #212121;
  line-height: 30px;
}

.time-count div {
  text-align: center;
}

.time-entry {
  display: inline-block;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  color: #212121;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 22px;
}

.time-entry span {
  display: block;
  color: #212121;
  margin-bottom: 10px;

}

.time-entry:first-child {
  border-left: none;
}

.time-countdown {
  margin: 15px 0px 50px 0;
}


.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.5;
  }
}

@font-face {
    font-family: sekilliFont;
    src: url(fonts/AbbasyCalligraphyTypeface.ttf);
}

@font-face {
    font-family: sekilliFont1;
    src: url(fonts/Autograf_PersonalUseOnly.ttf);
}
@font-face {
    font-family: sekilliFont2;
    src: url(fonts/Denyut.ttf);
}

@font-face {
    font-family: heroicFont;
    src: url(fonts/heroic.ttf);
}

/*Arkaplan animation*/
.bgareaActive{
    background-image: linear-gradient(to bottom,#ffffff 0,#ffffff 100%);
    width: 100%;
    height:100%;
	border-radius: 25px;
	color:black;
 
}

.bgareaActive p{
    
	color:black;
 
}

.bgareaActive a{
    
	color:blue;
 
}

.bgarea{
    background-image: linear-gradient(to bottom,#ffffff 0,#ffffff 100%);
    /*background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  */
    width: 100%;
    height:100%;
	border-radius: 25px;
	color:black;
 
}

.bgarea p{
    
	color:black;
 
}

.bgarea a{
    
	/*color:blue;*/ /*aeaö*/
	color:white;
 
}


.bgarea1{
    background-image: linear-gradient(to bottom,#ffffff 0,#ffffff 100%);
    /*background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  */
    width: 100%;
    height:100%;
	border-radius: 25px;
	color:black;
 
}

.bgarea2{
    background-image: linear-gradient(to bottom,#f9f9f9 0,#f9f9f9 100%);
    /*background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  */
    width: 100%;
    height:100%;
	border-radius: 25px;
	color:black;
 
}

.bgarea1 p{
    
	color:black;
 
}

.bgarea1 a{
    
	/*color:blue;*/ /*aeaö*/
	color:blue;
 
}



.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}






@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

/*invitedspeakers*/

.people {
  padding:50px 0;
  cursor: pointer;
}


.item {
	text-align:center;
}
.item .box {
  text-align:center;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  height:280px;
  position:relative;
  overflow:hidden;
}

.item .cover {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(31,148,255,0.75);
  transition:opacity 0.15s ease-in;
  opacity:0;
  padding-top:80px;
  color:#fff;
  text-shadow:1px 1px 1px rgba(0,0,0,0.15);
}

.item:hover .cover {
  opacity:1;
}

.item .name {
  font-weight:bold;
  margin-bottom:8px;
}

.item .title {
  text-transform:uppercase;
  font-weight:bold;
  color:#bbd8fb;
  letter-spacing:2px;
  font-size:13px;
  margin-bottom:20px;
}

.social {
  font-size:33px;
}
 
.social a {
  color:inherit;
  margin:0 10px;
  display:inline-block;
  opacity:0.7;
}
.social a:hover {
  opacity:1;
}

.main-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #2c3e50;
  font-family: 'Open Sans', sans-serif;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*invitedspeakers*/