.row {
    margin-left: -10px;
    margin-right: -10px; 
}
.ms-rtestate-field {
	min-height: 600px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    padding-left: 10px;
    padding-right: 10px;
}
#contentRow {
	padding-top:0;
}
@media (min-width: 1200px) { 
.col-20  {
        -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
        padding-left: 10px;
    padding-right: 10px;
}
}

body {
       font-family: 'Gotham';
    background: #e7e9eb;
    overflow:auto;
}
header.fixed {
    border-bottom: 1px solid rgba(141,19,63,0.25);
}
header .headerTop {
    padding: 10px 0;
    background: #8D133F
}

header .headerTop a {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.18px;
      -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
header .headerTop .topRight .social .facebook , header .headerTop .topRight .social .twitter {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    background: rgba(255,255,255,0.83);
    color: #8D133F;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
header .headerTop .topRight .social .instagram , header .headerTop .topRight .social .linkedin , header .headerTop .topRight .social .youtube {
    font-size: 19px;
    line-height: 20px;
    color: rgba(255,255,255,0.83);
}
header .headerTop .topRight .social a + a {
    margin-left: 13px;
}
header .headerTop .topRight > a {
    line-height: 25px;
    display: inline-block;
      color: rgba(255,255,255,1);
}
header .headerTop .topRight > a:before {
   content: "|";
  padding: 0 10px;
    font-size: 14px;
      color: rgba(255,255,255,1);
    
}
header .headerBottom {
    background: #fff;
    padding: 0;
}
header .logo {
    position: relative;
}
header .logo a img {
	max-height:87px;
}
header.fixed .headerBottom .menu>li {
	padding:24px 0;
}
header .logo .arrow{
    position: absolute;
    bottom:99%;
    
    height: 13px;
    left: 0;
       z-index:2;
}

header .logo a {
position:relative;
z-index:3;
 text-decoration:none;
    display: block;
}
header .facultyLogo {
    color: #6d6e71;
    font-size: 21px;
    font-weight: 900;
    line-height: 22px;
    margin: 5px 10px;
    padding: 0 10px;
    }
    header .facultyLogo:before {
    content:"";
	position:absolute;
	left:0;
	top:50%;
	width:2px;
	height:35px;
	background:#d3d4d5;
	transform:translateY(-50%);
}
header .headerBottom .menu  {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-right:30px !important;
}
header .headerBottom .menuRight .menu {

	padding-right:20px !important;
}
header .headerBottom .menu  li {
    /*position: relative;*/
    display: block;
   
}


header .headerBottom .menu>li {
	padding:29px 0;
	    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
header .headerBottom .menu  li a {
    display: block;
    padding: 10px 0px;
    font-weight: 500;
font-size: 14px;
color: #2D2E31;
letter-spacing: -0.5px;
text-align: left;
      -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
header .headerBottom .menu>li>a {
	text-align:center;
}
header .headerBottom .menu>li:first-child>a {
	/* text-align:left; */
} 
header .headerBottom .menu>li:last-child>a {
	/* text-align:right; */
} 

header .headerBottom .menu>li:hover> a {
    text-decoration: none;
    color: #8D133F;
    text-decoration:underline;
}
/*header .headerBottom .menu  ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #8D133F;
    z-index: 9;
    padding: 0;
    margin: 0;
    min-width: 100%; 
  
}
header .headerBottom .menu li:last-child ul {
	left:auto;
	right:0;
}
header .headerBottom .menuRight  .menu  ul {
	
	left:auto;
	right:0;
}
 
header .headerBottom .menuRight  .menu  ul ul {
	
	left:auto;
	right:100%;
}
header .headerBottom .menu  li:hover > ul {
    display: block
}
header .headerBottom .menu  ul li {
    display: block;
}
header .headerBottom .menu  ul li  a {
    display: block;
    color: #fff;
    padding:10px 7px;
        white-space: nowrap;
}
header .headerBottom .menu  ul li:hover a {
    background: #690d2e;
    color: #fff;
}
header .headerBottom .menu  ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    background: #690d2e
}
header .headerBottom .menu  ul ul li:hover a {
    background: #8d123f
}
*/
@media (min-width: 768px) {

	   header .headerBottom .menu>li> ul{
      max-width: 700px;
}
.headSearch .searchInputBox {
	width:700px
}

}
@media (min-width: 992px) {
  header .headerBottom .menu>li> ul {
     max-width: 940px;
}
	.headSearch .searchInputBox {
	width:940px
}

}

@media (min-width: 1200px) {
	  header .headerBottom .menu>li> ul {
	 max-width: 1120px;
}
 .headSearch .searchInputBox {
	width:1120px
}
}

.headerBottom {
	position:relative;
}
.headerBottom .container , .headerBottom .row , .headerBottom .col-md-5 , .headerBottom .menu , .headerBottom .menuRight , .headerBottom [class*=col] {
	position:unset !important;
}
header .headerBottom .menu>li> ul {
    /*display: none; */
    position: absolute;
    left: 50%;
    top:100%;
    background: rgba(141,19,63,0.9);
    z-index: 9;
    padding: 0;
    width:100%;
transform:translateX(-50%);

   transition: opacity  1s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;   
   
}
header .headerBottom .menu>li:hover > ul {
   padding:5px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
     opacity: 1;
    height: auto;
  
}
header .headerBottom .menu>li>ul>li {
    display: block;
           width: 20%;
           padding:0 10px;
           
}
header .headerBottom .menu>li>ul>li >a {
    display: block;
    color: #fff;
    font-weight:700;
   
    padding:10px 0px;
        line-height: 15px;
    min-height: 50px;
       
}
header .headerBottom .menu>li>ul>li li a {
position:relative;
	color:#fff;
	font-weight:300;
	font-size:13px;
	    padding: 3px 0px 3px 10px;
}
header .headerBottom .menu>li>ul>li li a:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 4px;
    }
header .headerBottom .menu  ul ul {
display:block;
margin:0;
padding:0;
 margin-bottom:10px;
   }

header .headerBottom .menuRight .search {
    display: inline-block;
    color: #fff;
    background: #8D133F;
        padding: 13px 5px;
    font-size: 12px;
    line-height: 15px;
    min-width:95px;
    text-align:center;
}
header .headerBottom .menuRight .search img {
    margin-right: 8px;
}
header .headerBottom .menuRight .search:hover {
    background: #6d1031;
    color: #fff;
    text-decoration:none;
}
header .headerBottom .menuRight .search:hover span {
	text-decoration:underline;
}
#icoBoxList {
    padding: 26px 0;
    background: #F7F9FC;
}
#icoBoxList a {
    display: block;
    color: #8D133F;
    font-weight: 500;
    font-size: 16px;
      -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#icoBoxList a .icon {
    position: relative;
    display: block;
    margin: 0 auto 13px;
    width: 70px;
    height: 70px;
    background: #8D133F;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
#icoBoxList a .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 50px;
    max-height: 45px;
}
#icoBoxList a strong {
    display: block;
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.5px;
}
#icoBoxList a:hover {
    color: #6d1031;
    text-decoration: none;
}


#icoBoxList a:hover .icon{
    background: #6d1031;
}
#whiteBg {
position: relative;
  padding: 23px 0 30px;
  background-color: #fff;
}
#whiteBg:before {
    content: "";
    width: 100%;
    height: 100%;
    max-width: 1280px;
    left: 50%;
    top: 0;
    position: absolute;
    background: #fff;
    transform: translateX(-50%)
}
.articleHeader {
    padding: 10px 0;
}
.articleHeader .articleTitle {
    font-family: 'Gotham Book';
font-size: 24px;
color: #2D2E31;
letter-spacing: -1px;
}
.allLink {
    font-weight: 500;
font-size: 12px;
color: #8D133F !important;
letter-spacing: 0.5px;
}
.allLink:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-left: 5px
}

.slideButton a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    color: #000;
    background: #EEF1F6;
      -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#events .item a {
    display: block;
    padding-bottom: 3px;
    background: #EEF1F6;
    text-align: center;
          -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#events .item a:hover{
	 background-color: currentColor;
}
#events .item a .eventHeader {
    display: block;
    padding: 21px 0 34px;
    color: #fff;
}

#events .item a .eventHeader strong {
    display: block;
    font-size: 48px;
    line-height: 42px;
    font-weight: 500;
    margin-bottom: 5px;
}
#events .item a .eventHeader i {
    display: block;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -1px;
    font-weight: 500;
    font-style: normal;
}
#events .item a .eventTitle {
    display: block;
    padding: 5px 10px;
    margin: 10px 0;
    font-family: 'Gotham Book';
    font-size: 13px;
    color: #000000;
    text-align: center;
    line-height: 25px;
    height: 130px;
        overflow:hidden;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;}
#events .item a:hover .eventTitle {
    color: #fff;
}

#events .item a .clock {
    display: inline-block;
    background: #fff;
}
#events .item a .clock {
    max-width: 100px;
    padding: 8px 0;
    
    margin: -20px auto 0;
    font-weight: 500;
font-size: 16px;
color: #49406B;
letter-spacing: -0.8px;
text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
#events .item a .clock img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
#events .item a:hover {
    text-decoration: none;
}
#announcement .announcementBox {
    background: #EEF1F6;
    padding: 20px 10px;
    height: 100%;
}
#announcement .announcementBox ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#announcement .announcementBox ul li + li {
	margin-top:5px;
}
#announcement .announcementBox ul li .text {
display:block;
    max-width: calc(100% - 60px)
}
#announcement .announcementBox ul li .text strong {
    display: block;
    margin-bottom: 2px;
  font-family: 'Gotham Book';
font-size: 14px;
color: #000000;
letter-spacing: 0;
line-height: 19px;
height:38px;
overflow:hidden;
    font-weight: 400;
        -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;

}
#announcement .announcementBox ul li .text i {
    display: block;
    font-style: normal;
   font-weight: 500;
font-size: 14px;

letter-spacing: 0;
}

#announcement .announcementBox ul li .icon {
    display: block;
    width: 50px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
   
border: 1px solid #949494;
    color: #000;
        -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;


}
#announcement .announcementBox ul li a {
    padding:0px 0px 0px 10px;
    color: #8D133F;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#announcement .announcementBox ul li a:hover {
    text-decoration: none;
}
#announcement .announcementBox ul li a:hover .icon {
    border-color:#8D133F;
    color:#fff;
    background:#8D133F;
}
#announcement .announcementBox ul li a:hover .text strong {
    color:#8D133F
}#news {
    margin-top: 20px;
}
#news .newsList a , #newsAll .newsList a {
    display: block;
    margin-bottom: 20px;
    background: #F7F9FC;
    color: #2D2E31;
      -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;

} 
#news .newsList a:hover , #newsAll .newsList a:hover{
        background: #8D133F;
    color: #fff;
    text-decoration: none;
}
#news .newsList a .newsPhoto , #newsAll .newsList a .newsPhoto {
    display: block;
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#news .newsList a .newsPhoto img , #newsAll .newsList a .newsPhoto img {
	height:100%;
	width:100%;
}
#news .newsList a .newsContent , #newsAll .newsList a .newsContent {
padding:8px 20px 9px;
    display: block;
    }
#news .newsList a .newsContent i , #newsAll .newsList a .newsContent i{
    display: block;
    font-style: normal;
  font-weight: 500;
font-size: 14px;
letter-spacing: -0.7px;
}
#news .newsList a .newsContent strong , #newsAll .newsList a .newsContent strong {
        font-family: 'Gotham Book';
    font-weight: 400;
        font-size: 15px;
    line-height: 25px;
    height: 75px;
    display: block;
    overflow: hidden;
}
#videos {
    padding:25px 0;
    background: #2E2E30
}
#videos .allLink {
	color:#fff !important;
}
#videos .articleHeader .articleTitle {
    color: #fff;
}
#videos .item a {
    display: block;
color: #FFFFFF;
      -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    
}
#videos .item a .videoPhoto {
    position: relative;
    display: block;
    margin-bottom: 10px;
    
}
#videos .item a .videoPhoto img {
	height:150px;
}
#videos .item a .videoPhoto:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    height: 64px;
    background-image: url(../images/icons/ico-video.png);
    transform: translate(-50% , -50%);
        -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    
}
#videos .item a:hover .videoPhoto:after {
   
    background-image: url(../images/icons/ico-video-hover.png);
    
}
#videos .item a strong {
    font-weight: 500;
font-size: 16px;
letter-spacing: -0.5px;
line-height: 22px;
}
#videos .item a:hover {
    color: #D0112B;
    text-decoration: none;
}
#videos .videoSlider {
    position: relative;
}
#videos .videoSlider .slideButton {
    position: absolute;
    right: 0;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%)
}
#videos .slideButton a {
    width: 40px;
    height: 40px;
    border:1px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 18px;
      -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#videos .slideButton a + a {
    margin-left: 5px;
}
#videos .slideButton a:hover {
    background: #fff;
    color: #2E2E30;
}
#timeline {
    padding: 40px 0;
    background-image: url(../images/timelinebg.svg);
    background-size: 600%;
}
#timeline .timeBox + .timeBox {
    margin-left: 20px;
}
#timeline .timeBox .date {
    margin-bottom: 15px;
}
#timeline .timeBox.big{
    min-width: 300px
}
#timeline .timeBox .date strong {
      font-family: 'Gotham Book';
    font-weight: normal;
font-size: 26px;
color: #2D2E31;
letter-spacing: -1.08px;
}
#timeline .timeBox .timeContent {
    max-width: 252px;
}
#timeline .timeBox .timeContent strong {
    display: block;
    margin-top: 10px;
    font-weight: 500;
font-size: 16px;
color: #2D2E31;
letter-spacing: -0.5px;
line-height: 22px;
}
#timeline .timeLineLink {
    margin-left: 30px;
}
#timeline .timeLineLink strong {
    display: block;
    font-weight: 500;
font-size: 36px;
color: #2D2E31;
letter-spacing: -1.5px;
line-height: 46px;
}
#timeline .timeLineLink a {
    position: relative;
    display: inline-block;
    padding: 20px 18px;
    margin-top: 20px;
font-size: 12px;
color: #FFFFFF;
letter-spacing: -0.2px;
text-align: center;
    background: #8D133F;
       -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#timeline .timeLineLink a:after {
    content: "";
    width: 0; 
  height: 0;
    position: absolute;
    left: 99%;
    top: 0;
  border-top: 28px solid transparent;
  border-bottom: 29px solid transparent;
  
  border-left: 13px solid #8D133F;
       -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#timeline .timeLineLink a:hover {
    background: #6d1031;
    text-decoration: none;
}
#timeline .timeLineLink a:hover:after {
    border-left-color: #6d1031
}
footer {
    padding: 30px 0;
    
    background:#ececec;
}
section.homePageSection ~ footer {
	background: #F7F9FC;
}
footer .footerlogo {
    margin:20px 0 30px;
}
footer .footerTitle {
    text-align: left;
font-size: 12px;
color: #8D133F;
letter-spacing: -0.5px;
    margin-bottom: 15px;
}
footer .footerList {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
footer .footerList a {
    display: block;
   
font-size: 11px;
color: #000000;
letter-spacing: 0;
    
}
footer .footerList li+ li  {
    margin-top: 15px;
}
footer .socialList li a img {
    margin-right: 5px;
}
footer .footerBox.contactBox {
    max-width: 150px;
}
footer .footerBox.contactBox span {
    
font-size: 11px;
color: #000000;
letter-spacing: 0;
line-height: 18px;
}
footer .footerBox.contactBox li img {
    margin-right: 5px
}
#slider , #mobileSlider {
	position:relative;
	width:100%;
	overflow:hidden;
}
#slider .owl-nav {
    position: absolute;
    max-width: 1130px;
    width: 100%;
    height: 82px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}
#slider .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    color:  rgba(166, 166, 166, 0.70);
    background: transparent !important;
    margin: 0;
    outline: none !important;
    box-shadow: none !important;
}
#slider .owl-theme .owl-nav [class*=owl-]:hover {
        color:  #8D133F
}
#slider .owl-theme .owl-nav [class*=owl-] i{
    line-height: 71px;
    font-size: 112px;

}
#slider .owl-carousel .owl-nav button.owl-prev{
    left: 0;
}
#slider .owl-carousel .owl-nav button.owl-next{
    right: 0;
}
#slider .owl-theme .owl-dots , #mobileSlider .owl-theme .owl-dots  {
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 100%;
    
    max-width: 1130px;
    transform: translateX(-50%);
    text-align: right;
}
#mobileSlider .owl-theme .owl-dots {
	padding-right:20px;
}
#slider .owl-theme .owl-dots button , #mobileSlider .owl-theme .owl-dots button {
	min-width:1px;
	outline:none;
}
#slider .owl-theme .owl-dots .owl-dot span , #mobileSlider .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.46)
}
#slider .owl-theme .owl-dots .owl-dot + .owl-dot , #mobileSlider .owl-theme .owl-dots .owl-dot + .owl-dot{
    margin-left: 5px;
}
#slider .owl-theme .owl-dots .owl-dot.active span, #slider  .owl-theme .owl-dots .owl-dot:hover span , #mobileSlider .owl-theme .owl-dots .owl-dot.active span, #mobileSlider .owl-theme .owl-dots .owl-dot:hover span{
    background: #8D133F
}
#slider .sliderPrev , #mobileSlider .sliderPrev {
    position: absolute;
    left: 17%;
    bottom:15px;
    z-index: 2;
    color: rgba(166, 166, 166, 0.70);
    background: transparent !important;
    margin: 0;
    outline: none !important;
    box-shadow: none !important;
    line-height: 60px;
    font-size: 60px;

}

#slider .sliderPrev:hover,
#slider .sliderNext:hover,
 #mobileSlider .sliderPrev:hover,
  #mobileSlider .sliderNext:hover{
    color: #8D133F
}

#slider .sliderNext, #mobileSlider .sliderNext{
    position: absolute;
   left:calc(17% + 50px);
    bottom:15px;
    z-index: 2;
    color: rgba(166, 166, 166, 0.70);
    background: transparent !important;
    margin: 0;
    outline: none !important;
    box-shadow: none !important;
    line-height: 60px;
    font-size: 60px;
}
#mobileSlider .sliderNext  {
	    font-size: 60px !important;
    right: 15px;
    bottom:15px;
}
#mobileSlider .sliderPrev {
 font-size: 60px !important;
	left:15px;
	bottom:15px;
}
header.logoLeft .logo a img {
    width: auto;
    max-width: 100%;
}
header.logoLeft .logo .arrow  {
    transform: none;
    left: 0;
    width: auto;
   
}
.searchBar .searchinput input{
    padding: 10px 0;
    height: 58px;
    box-shadow: none;
    outline: none;
    border:0;
    border-radius: 0;
    border-bottom: 1px solid #8D133F;
    font-family: "Gotham Book";
font-size: 20px;
color: #4A4A4A;
letter-spacing: -0.56px;
}
.searchBar .buttons {
    margin-left: 15px;
}
.searchBar .buttons a{
    display: inline-block;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
}
.searchBar .buttons a.sButton {
    background: #8D133F;
}
.searchBar .buttons a.sButton:hover {
    background: #6d1031;
          -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.searchBar .buttons a.xButton {
border: 1px solid rgba(45,46,49,0.50);
}
.searchBar .buttons a.xButton:hover {
    border-color: #6d1031;
          -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.searchBar .buttons a + a {
    margin-left: 30px;
}

#searchPage .title {
    display: block;
    padding: 35px 0;
    font-family: "Gotham Book";
font-size: 36px;
color: #4A4A4A;
letter-spacing: -1px;
text-align: center;
line-height: 38.52px;
    color: #676F83;
}

#searchPage .popularSearch .popSearch {
    background: #fff;
    display: block;
    margin-bottom: 20px;
    text-align: center;
    color: #676F83;
          -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#searchPage .popularSearch .popSearch:hover {
    color: #fff;
    background: #6d1031;
    text-decoration: none;
}
#searchPage .popularSearch .popSearch img {
    width: 100%;
}
#searchPage .popularSearch .popSearch strong {
    padding: 16px 5px;
    display: block;
font-size: 18px;
font-weight: 500;
letter-spacing: -0.5px;
text-align: center;
line-height: 18px;
}
#pageBanner {
padding:20px 0;
    position: relative;
    background: #2E2E30;
}
#pageBanner .bannerPhoto {
    width: 100%;
    min-height: 150px;
    background-size: cover;
    background-position: left;
}
#pageBanner .pageTitle {
    display: block;
    width: 100%;
    padding: 10px 20px;
font-size: 30px;
color: #fff;
letter-spacing: 1px;
text-align: center;
line-height: 30px;
  
}
#pageBanner img {
	display:none;
}
#pageBanner .pageTitle span {
	display:block;
}
#pageBanner .pageTitle span.date {font-size:22px;line-height:auto;}
#pageBanner .pageTitle span.clock {font-size:18px;line-height:18px}
#pageContent {
    display: block;
    padding: 20px 0;

}
#pageContent .content {
        font-family: "Gotham Book";
font-size: 15px;
color: #2D2E31;
letter-spacing: 0;
}
#pageContent .contents * {
	
	    background-color:transparent !important;
}
#pageContent .content .text .newsPhoto img{
	max-width:100%;
}
#pageContent .content .text .pageinTitle {
	display:block;
	font-size:16px;
	margin:20px 0;
}
#pageContent .content .text i.date {
display:block;
margin-bottom:20px;
	font-style:normal;
	font-size:14px;
	font-weight:700;
	color:#8d133f
}
.leftMenu , #cssmenu-vertical{
    
    background: #8d133f;
    border: 0px solid #8d133f;

}
.leftMenu ul ,  #cssmenu-vertical ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.leftMenu ul li a ,  #cssmenu-vertical ul li a{
    position:relative;
    display: block;
    padding: 15px 20px;
font-size: 14px;
    color:#fff;
}
.leftMenu ul li a:hover ,  #cssmenu-vertical ul li a:hover{
    background: #570c27;
    color: #fff;
    text-decoration: none;
}
  #cssmenu-vertical ul li.has-sub ul {
	display:none;
}
  #cssmenu-vertical ul li.has-sub>a:after {
	   content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 50%;
    right: 15px;
    transform:translateY(-50%);
}
  #cssmenu-vertical ul li.has-sub>a.open:after {
	   content: "\f106";
   }

#cssmenu-vertical ul li.has-sub>a.open + ul {
	display:block;
	background:#6f0e31
}
.hc-nav-trigger {
z-index:9;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}
.hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul {
    background: #8D133F;
}
.hc-offcanvas-nav h2 {
	font-size:18px;
    color:#fff;
    font-weight: 700;
    background: #630b2b;
    margin-bottom: 0;
}
.hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav li.nav-back a {
    color: #fff !important;
    background: #630b2b;
    border-color: #630b2b
}
.hc-offcanvas-nav:not(.touch-device) li:not(.custom-content) a:hover {
    background: #6d1031;
    border-color: #6d1031
}
.hc-offcanvas-nav li.nav-close a:hover, .hc-offcanvas-nav li.nav-back a:hover {
    background: #8D133F;
}
.hc-offcanvas-nav li:not(.custom-content) a {
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid #6d0f32;
    outline: none !important
}
.hc-offcanvas-nav a.nav-next {
	border-color:#630b2b
}
.hc-offcanvas-nav .nav-item:hover {
    color: #fff;
}
.hc-offcanvas-nav .topMenu a {
    background: #6d0f32 !important;
    color: #fff !important;
    font-size: 11px !important;
}

#allAnnouncement .announcementItem  {
    margin-bottom:20px;
    border:1px solid #8D133F;
      
}
#allAnnouncement .announcementItem:hover {
    text-decoration: none;
}
#allAnnouncement .announcementItem .text strong{
     display: block;
    margin-bottom: 2px;
  font-family: 'Gotham Book';
font-size: 14px;
color: #000000;
letter-spacing: 0;
line-height: 19px;
    font-weight: 400;
    height: 38px;
    overflow: hidden;}

#allAnnouncement .announcementItem .text  {
    padding: 10px;
}
#allAnnouncement .announcementItem .text i {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #8D133F;
    letter-spacing: 0;
}
#allAnnouncement .announcementItem .icon {
    width: 70px;
    height: 100%;
    line-height: 82px;
    font-size: 16px;
    text-align: center;
    color: #000;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#allAnnouncement .announcementItem:hover .icon {
        background: #8D133F;
    color: #fff;
    text-decoration: none;
}
.ms-webpart-zone , div.ms-webpart-cell-vertical-inline-table , .ms-webpart-chrome-vertical {
	display:block !important;
}

.announcementDetail .date {
	font-style: normal;
    font-weight: 600;
    color: #8d133f;
    font-size: 18px;
}


#allActivities a {
    display: block;
    background: #EEF1F6;
    text-align: center;
          -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#allActivities a .eventHeader {
    display: block;
    padding: 21px 0 34px;
    color: #fff;
}

#allActivities a .eventHeader strong {
    display: block;
    font-size: 48px;
    line-height: 42px;
    font-weight: 500;
    margin-bottom: 5px;
}
#allActivities a .eventHeader i {
    display: block;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -1px;
    font-weight: 500;
    font-style: normal;
}
#allActivities a .eventTitle {
       display: block;
    padding: 5px 10px;
    margin: 10px 0;
    font-family: 'Gotham Book';
    font-size: 15px;
    color: #000000;
    text-align: center;
    line-height: 30px;
    height: 130px;
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;}

#allActivities a .clock {
    display: inline-block;
    background: #fff;
}
#allActivities a .clock {
    max-width: 100px;
    padding: 8px 0;
    
    margin: -20px auto 0;
    font-weight: 500;
font-size: 16px;
color: #49406B;
letter-spacing: -0.8px;
text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
#allActivities a .clock img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
#allActivities a:hover {
    text-decoration: none;
}
.paginationBlock .pagination >span {
	display:flex;
}
.paginationBlock span a , .paginationBlock span span{
	position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #8d133f;
    background-color: #fff;
    border: 1px solid #dee2e6;
} 
.paginationBlock span a:hover {
	background:#8d133f;
	text-decoration:none;
	color:#fff;
}


.pagination {
	justify-content:center;
}
.pagination span a {
	
	color:#a50d2d !important
}
.pagination span a:hover {
	color:#fff !important;
}
.timeline .row:nth-child(odd) {
    text-align: right
}

 

.timeline .row:nth-child(even) {
    text-align: left
}

 

.timeline .badge {
    background: #8d123f !important;
}

 

.timeline .border-right {
border-right: 0 !important;
    position: relative;
}
.timeline .border-right:before {
 content: "";
    position: absolute;
    background-image: url(../images/icons/ico-arrows.png);
    width: 100%;
    /* max-width: 19px; */
    height: 100%;
    right: -10px;
    top: 0;
    background-size: 15px 18.5px;
    background-repeat-x: no-repeat;
        background-position-x: 100%;
}
.timeline .toggleLink  {
    position: relative;
    display: block;
    text-decoration: none;
}
.timeline .row:nth-child(odd) .toggleLink {
    padding-right: 50px;
}
.timeline .row:nth-child(even) .toggleLink {
    padding-left: 50px;
}
.timeline .row .toggleLink[aria-expanded="true"]:after {
      content: "\f106";

 

}
.timeline .row .toggleLink:after {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #8d123f;
    font-size: 32px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

 

.timeline .row:nth-child(even) .toggleLink:after {
     right:auto;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

 

.timeline a.toggleLink i {
    font-family: 'Gotham';
    display: block;
    font-style: normal;
    color: #8d123f;
    font-size: 22px;
    font-weight: 700;
}

 

.timeline a.toggleLink strong {
    display: block;
    font-size: 18px;
    color: #000
}

 

.timeline a.toggleLink strong+p {
    margin-bottom: 0;
    font-size: 15px;
}
.timeline .photo {
    margin: 20px 0;
    display: block;
}
.timeline .photo img {
    max-width: 100%;
}
.timeline .toggleLink i  {
    display: block;
}
#gallery .galleryBox a {
    display: block;
    height: 150px;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center;
}
#PopUpMpdal #closeButton {
	margin:0;
	padding:0;
	min-width:1px;
}
#PopUpMpdal {
	text-align:center;
}
#PopUpMpdal .modal-header {padding:0; text-align:right; border:0;}
#PopUpMpdal .modal-header .close {margin-left: auto !important; color:#fff;opacity:1;}
#PopUpMpdal .modal-dialog {
	display: inline-block;
    
}
#PopUpMpdal .modal-content {border:0;background:transparent;}
#PopUpMpdal .modal-body {background:transparent; padding:0;}
#PopUpMpdal .modal-body a { display:block;}
#PopUpMpdal .modal-body img {max-width:100%}


.mobileLeftMenu {
	display:none;
}
.headSearch {
	position:relative;
}
.headSearch .search + .searchInputBox {
	display:none;
}
.headSearch .search.open + .searchInputBox {
	display:block;
}
.headSearch .searchInputBox {
	position:absolute;
	right:0;
	top:calc(100% + 28px);
	background: #8d133f;
    padding: 10px;
    z-index: 3;
}
.headSearch .searchInputBox input {
	outline:none;
	border:0;
	background:#fff;
	    height: 35px;
    width: 100%;
    max-width: 100%;
}
hader.fixed .headSearch .searchInputBox {
	top:calc(100% + 12px;)
}
.headSearch .searchInputBox a {
    position: absolute;
    display: inline-block;
 line-height: 5px;
    padding: 10px;
    color: #8d133f;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    }
    
    
.headSearch .searchInputBox a.searchInputLink {
	    right: 40px;
   
}   
.lastNews {
    background: #EEF1F6;
    padding: 20px;
    margin-bottom:20px;
   
}
.lastNews > span {
display:block;
	margin-bottom:10px;
	    color: #8d133f;
    font-size: 18px;
}
.lastNews  ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.lastNews  ul li .text {
    max-width: calc(100% - 50px)
}
.lastNews ul li .text strong {
    display: block;
    margin-bottom: 2px;
  font-family: 'Gotham Book';
font-size: 14px;
color: #000000;
letter-spacing: 0;
line-height: 19px;
    font-weight: 400
}
.lastNews ul li .text i {
    display: block;
    font-style: normal;
   font-weight: 500;
font-size: 14px;

letter-spacing: 0;
}
.lastNews  ul li .icon {
    display: block;
    width: 50px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
   
border: 1px solid #D8D8D8;
    color: #000;

}
.lastNews  ul li a {
    padding:0px 0px 0px 10px;
    color: #8D133F;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.lastNews  ul li a:hover {
    background: #8D133F;
    color: #fff;
    text-decoration: none;
}
.lastNews  ul li a:hover .icon {
    border-color:#8D133F;
    color:#fff
}
.lastNews  ul li a:hover .text strong {
    color:#fff
}
.lastNews  ul li + li {
	margin-top:5px;
}



.lastNewsPhoto> span {
	
    display: block;
    margin-bottom: 10px;
    color: #8d133f;
    font-size: 18px;

}
.lastNewsPhoto ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.lastNewsPhoto a  {
    display: block;
    margin-bottom: 20px;
    background: #eef1f6;
    color: #2D2E31;
      -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;

} 
.lastNewsPhoto a:hover {
        background: #8D133F;
    color: #fff;
    text-decoration: none;
}
.lastNewsPhoto .newsPhoto {
    display: block;
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.lastNewsPhoto  .newsPhoto img {
	height:100%;
	width:100%;
}
.lastNewsPhoto .newsContent  {
    padding: 10px;
    display: block;
}
.lastNewsPhoto .newsContent i {
    display: block;
    font-style: normal;
  font-weight: bold;
font-size: 14px;
letter-spacing: -0.7px;
}
.lastNewsPhoto .newsContent strong {
        font-family: 'Gotham Book';
    font-weight: 400;
        font-size: 13px;
    line-height: 20px;
    height: 60px;
    display: block;
    overflow: hidden;
}

#pageContent .ms-webpart-chrome-title {
	display:none;
}

.searchFilterForm #contact-filter {
    background: #FFFFFF;
border: 1px solid rgba(141,19,63,1);
    height: 55px;
font-size: 16px;
color: #000000;
    margin-bottom: 30px;
letter-spacing: 0;
    box-shadow: none;
    outline: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.searchFilterForm  table td{
border:0;
    padding: 0;
}
.searchFilterForm  table td a {
    display: block;
    background: #EFF3F9;
padding: 15px 25px;
    margin: 5px 0;
font-size: 16px;
color: #000000;
letter-spacing: 0;
        -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.searchFilterForm  table td a:hover {
    background: #8D133F;
    color: #fff;
    text-decoration: none;
}
.searchFilterForm .tableHead {
    display: block;
    margin: 10px 0;
font-weight: 700;
font-size: 20px;
color: #000000;
letter-spacing: 0;
}

.eventsHeadTitle {
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	transform:translateY(-50%)
}
#pageBanner .eventHeader{
	color:#fff;
	display:block;
	text-align:center;
	font-size:14px;
}
#pageBanner .eventHeader span {
	display:block;
}



.newsSliderList .owl-theme .owl-dots button {
	min-width:1px;
	outline:none;
}
.newsSliderList .owl-theme .owl-dots .owl-dot span  {
    width: 12px;
    height: 12px;
    margin: 0;
    border-radius: 50%;
    background: #2e2e30
}
.newsSliderList .owl-theme .owl-dots .owl-dot + .owl-dot {
    margin-left: 5px;
}
.newsSliderList .owl-theme .owl-dots .owl-dot.active span, .newsSliderList  .owl-theme .owl-dots .owl-dot:hover span  {
    background: #8D133F
}

.copyRightText {
	    font-size: 11px;
    font-weight: 400;
}

.ms-core-webpartadder {
	z-index:99;
}

.hc-offcanvas-nav .nav-next span::before, .hc-offcanvas-nav li.nav-back span::before {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    border-top:none;
    border-left:none;
}
.hc-offcanvas-nav li.nav-close span, .hc-offcanvas-nav li.nav-parent .nav-next, .hc-offcanvas-nav li.nav-back span {border-left:0;}
header.fixed .headSearch .searchInputBox {
		top:calc(100% + 23px);
}

.lastAllNews {
    display: block;
    text-align: center;
    font-weight: 400;
    color: #fff;
    background: #8d133f;
    padding: 10px 0;
    margin-top: 10px;
    font-size: 13px;
          -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.lastAllNews:hover {
    text-decoration:none;
    color:#fff;
    background:#6d1031
}

/* DİL GEÇİŞİNİ KAPATMAK İÇİN EKLENDİ İNGİLİZCE GELİNCE SİLİNECEK */
header .headerTop .topRight a:last-child {
    display: none;
}
.openaccess a {
    display: inline-block;
   margin-top:10px;
}
.openaccess a img {
    max-height:60px
}

.openaccess {
    margin-right:auto;
}

body {    font-family: 'Open Sans', sans-serif !important}
section button {
    min-width: 1px;
}
.bg-red {
    background-color: #93153C;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.bg-yellow {
    background-color: #9D9A4A;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.bg-blue {
    background-color: #156793;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.bg-green {
    background-color: #4A9D5A;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.bg-red:hover {
    background-color: #680f2a;
}

.bg-yellow:hover {
    background-color: #69672e;
}

.bg-blue:hover {
    background-color: #0d4564;
}

.bg-green:hover {
    background-color: #30673b;
}

.btn-red-outline {
    padding: 10px;
    font-size: 15px;
    border: 1px solid #87233D;
    background: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    color: #1D1D1B;
    text-decoration: none;
    font-weight: 600;


}

.btn-red-outline:hover {
    color: #fff;
    background: #87233D;
}

.btn-red {
    padding: 10px;
    font-size: 15px;
    border: 1px solid #87233D;
    background: #87233D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    color: #fff;
    text-decoration: none;
    font-weight: 600;


}

.btn-red:hover {
    color: #fff;
    background: #1D1D1B;
    border-color: #1D1D1B;
}

.btn-blue {
    padding: 10px;
    font-size: 15px;
    border: 1px solid #145B86;
    background: #145B86;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    color: #fff;
    text-decoration: none;
    font-weight: 600;


}

.btn-blue:hover {
    color: #fff;
    background: #104667;
    border-color: #104667;
}

.btn-yellow {
    padding: 10px;
    font-size: 15px;
    border: 1px solid #929147;
    background: #929147;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    color: #fff;
    text-decoration: none;
    font-weight: 600;


}

.btn-yellow:hover {
    color: #fff;
    background: #6C6B32;
    border-color: #6C6B32;
}


.btn-green {
    padding: 10px;
    font-size: 15px;
    border: 1px solid #3E9454;
    background: #3E9454;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    color: #fff;
    text-decoration: none;
    font-weight: 600;


}

.btn-green:hover {
    color: #fff;
    background: #276036;
    border-color: #276036;
}

.btn-orange {
    padding: 10px;
    font-size: 15px;
    border: 1px solid #CE8530;
    background: #CE8530;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    color: #fff;
    text-decoration: none;
    font-weight: 600;


}

.btn-orange:hover {
    color: #fff;
    background: #8D5B21;
    border-color: #8D5B21;
}

.btn-purple {
    padding: 10px;
    font-size: 15px;
    border: 1px solid #7C2C7C;
    background: #7C2C7C;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    color: #fff;
    text-decoration: none;
    font-weight: 600;


}

.btn-purle:hover {
    color: #fff;
    background: #3E153E;
    border-color: #3E153E;
}

.btn-yellow-outline {
    padding: 10px;
    font-size: 15px;
    border: 1px solid #9D9A4A;
    background: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    color: #1D1D1B;
    text-decoration: none;
    font-weight: 600;


}

.btn-yellow-outline:hover {
    color: #fff;
    background: #9D9A4A;
}

.btn-blue-outline {
    padding: 10px;
    font-size: 15px;
    border: 1px solid #31658F;
    background: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    color: #1D1D1B;
    text-decoration: none;
    font-weight: 600;


}

.btn-blue-outline:hover {
    color: #fff;
    background: #31658F;
}

.btn-outline .icon {
    margin-right: 10px;
}

.btn-outline:hover svg path {
    fill: #fff;
}
#slider .owl-theme .owl-nav {
    height: auto
}
#slider .owl-theme .owl-nav [class*=owl-] {
    background: #93153c !important;
    position: relative

}
#slider .owl-theme .owl-nav [class*=owl-]:hover {
    background: #1d1d1b !important;
    color: #fff;
}
#slider .owl-nav , #mobileSlider .owl-nav{
	position:absolute;
    left:0px;
    display:flex;
    bottom:0px;
    margin:0;
    bottom: 0 !important;
    top: auto !important;
    transform: none;
width: auto;

}
#slider .owl-nav button ,  #mobileSlider .owl-nav button {
    min-width:1px !important;
    width:50px;
    height:50px;
    background: #93153c !important;
    border-radius:0;
    margin:0;
    color: #fff;
    font-size: 30px;
    line-height: 33px;
    outline:none;
    }

#slider .owl-nav button span ,  #mobileSlider .owl-nav span {

	line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#slider .owl-theme .owl-dots , #mobileSlider .owl-dots  {
	position:absolute;
	right:10px;
	bottom: 10px;
    width: auto;
    transform: none
}
#slider .owl-theme .owl-dots .owl-dot span , #mobileSlider .owl-theme .owl-dots .owl-dot span{
	background:#fff;
}
#slider .owl-theme .owl-dots .owl-dot.active span  , #mobileSlider .owl-theme .owl-dots .owl-dot.active span{
	  background: #93153c;
	
}
  #mobileSlider .owl-nav button {
	width:32px;
	height:32px;
	font-size:20px;
	line-height:20px
}
 #mobileSlider .owl-nav span {
	line-height:20px;
}
#mobileSlider .owl-dots .owl-dot {

}
#sliderBottom {
    background: #fff;
    padding: 10px 0;
}

#sliderBottom a {
    color: #fff;
    text-decoration: none;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    height:100%;
    justify-content:flex-start !important;
}

#sliderBottom a .icon {
display:flex;
align-items:center;
    justify-content: center;
	width:30px;
	margin-right:5px;
}
#sliderBottom a img {
max-width:100%;
}

#sliderBottom {
    background: #fff;
    padding: 10px 0;
}

#sliderBottom a {
    color: #fff;
    text-decoration: none;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    height:100%;
    justify-content:flex-start !important;
}

#sliderBottom a .icon {
display:flex;
align-items:center;
    justify-content: center;
	width:30px;
	margin-right:5px;
}
#sliderBottom a img {
max-width:100%;
}

#mobileSlider {
    display: none;
}


 #announcement {
    background: #333333;

}

#announcement > .articleHeader {
    display: none !important;
}
#announcement .announcementBox {
    padding:0;
    background: transparent;
}
 #announcement .announcementTitle {
    display: block;
    padding: 20px 20px 5px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

 #announcement .announcementList ul {
    margin: 0;
    padding: 0 20px;
    list-style-type: none;
}

 #announcement .announcementList ul li a {
    display: block;
    padding: 15px 0;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

 #announcement .announcementList ul li a strong {
    display: block;
    font-weight: 600;
}

 #announcement .announcementList ul li a span {
    display: block;
    font-size: 14px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

 #announcement .announcementList ul li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}



@media (max-width: 992px) {
            #sliderBottom .col-6 {
	margin-bottom:20px
}
#sliderBottom a .icon {
	    justify-content: center !important;
    text-align: center;
    width: 100%;
}
    #sliderBottom a {
        display: block;
        font-size: 15px;
        padding:20px 10px;
        text-align: center;
     
    }
    #sliderBottom a img {
        max-width: 36px;
    }
    #sliderBottom a span {
        display: block;
    }
}


footer {
    background: #1D1D1B;
    padding: 50px 0;
}

footer .footerLogo {}

footer .footerLogo img {
    max-width: 100%;
}

footer .footerTitle {
    text-align: left;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
}

footer .footerList {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer .footerList a {
    display: block;
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    letter-spacing: 0;

}
footer .footerList a:hover {
    text-decoration: underline;
}
footer .footerList li + li {
    margin-top: 10px;
}

footer .socialList li a .icon {
    margin-right: 5px;
    min-width: 20px;
}

footer .footerBox.contactBox {
    max-width: 150px;
}

footer .footerBox.contactBox span {

    font-size: 13px;
    color: #fff;
    letter-spacing: 0;
    line-height: 18px;
}


footer .footerBox.contactBox li .icon {
    display: block;
    margin-right: 10px;
    min-width: 20px;
}
footer .footerBox.contactBox li .icon img {
    width: 100%;
}
.copyRight {
    font-size: 15px;
    color: #fff;
    
}

@media (max-width: 768px) {
#slider {
	display:none
}
#mobileSlider {
	display:block;
}
header .headerLinksGroup .btn-search {
	font-size:0;
}
 }

 
.eventList {
	width:100%;
}

.eventList .eventItem {
    text-decoration: none;
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.eventList .eventItem:hover {
    background-color: currentColor;

}

.eventList .eventItem:hover .eventTitle {
    color: #fff;
}

#events .eventList .row > div:nth-child(1),
#events .eventList .row > div:nth-child(2) {
    margin-bottom: 20px;
}

.eventList .eventItem .eventDate {

    padding: 25px;
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 130px;

}

.eventList .eventItem .eventDate * {
    display: block;
    font-size: 18px;
}

.eventList .eventItem .eventDate i {
    font-weight: 500;
    font-style: normal;
}

.eventList .eventItem .eventTitle {
    padding: 20px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
}
.slideButton {
    display: none;
}

#announcement .allButtonLink {
    display: block;
    padding: 15px 20px;
    background: #93153C;
    color: #fff !important;
    text-align: center;
    text-decoration: none;

}

#announcement .allButtonLink:hover {
    background: #680f2a
}
#news .newsTitle {
    display: none;;
}
#news .newSlider {
    display: none;
}
#news .newsBottom {
    display: none;;
}


#allActivities{
	width:100%;
}

#allActivities .eventBox {
    text-decoration: none;
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%);
    background:transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

#allActivities .eventBox:hover {
    background-color: currentColor;

}

#allActivities .eventBox:hover .eventTitle {
    color: #fff;
}


#allActivities .row > div {
    margin-bottom: 20px;
}

#allActivities .eventBox .eventHeader {

    padding: 25px;
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 130px;

}

#allActivities .eventBox .eventHeader * {
    display: block;
    font-size: 18px;
    line-height: normal !important;
}

#allActivities .eventBox .eventHeader i {
    font-weight: 500;
    font-style: normal;
}

#allActivities .eventBox .eventTitle {
    padding: 20px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

.pagination>span {
	display:flex;
	align-items:center;
	justify-content:center;
}
 .pagination span input {
        display: inline-block;
        padding-left: 0;
        margin: 20px 0;
        border-radius: 4px;
        color: #ab2639;
        background-color: white;
        border: 1px solid transparent;
        cursor: pointer;
        font-size: 16px;
    }



    .pagination span a, .pagination span span {
        position: relative;
    
        line-height: 1.42857143;
        color: #337ab7;
        text-decoration: none !important;
        background-color: #fff;
      width: 42px;
    height: 42px;
    color: #fff !important;
    border: 0;
    background: #1d1d1b !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    cursor:pointer;
        }



    .pagination span span {
        text-decoration: underline;
        font-weight: bolder;
        color: white;
        background-color: #a50d2d !important;
    }



        .pagination span a:hover, .pagination span span:hover {
            color: #fff !important;
            background:#ab2639;
        }



    .active-num {
        text-decoration: underline;
    }
    ul.footerList.socialList img {
        filter: invert(1);
    }

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
#pageBanner {
    background: #1D1D1B;
    padding: 70px 50px 130px;
    margin-bottom: -80px;
}
#pageBanner .pageTitle {
    display: block;
    font-weight: 600;
    color: #fff;
    font-size: 22px;
    text-align: center;
}
#pageContent .content, #pageContent .contents {
    background: #fff;
    padding: 30px;
}
#news .newsList a .newsContent strong, #newsAll .newsList a .newsContent strong {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    height: 75px;
    display: block;
    overflow: hidden;
}
body {
   font-family: 'Open Sans', sans-serif !important;
    background: #F2F2F2; }

body * {
    font-family: 'Open Sans', sans-serif !important;
 }
.fa {
  
    font-family:FontAwesome !important;
   
}
.ms-core-overlay {
    background-color: transparent;
}
@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
}
}

header + article {
    margin-top: 119px;
}
span:has(#suiteBarDelta) + #s4-workspacee header + article {
	
	margin-top:204px;
}


header .logo {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 10px 20px;
}

header .headertop {
    background: #93153C
}

header .topMenu ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

header .topMenu ul li a {
    display: block;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    font-weight: 500;
    padding: 25px 20px;
}

header .topMenu ul li a:hover {
    background: #74102F;
    color: #fff;
}

header .topSocial {
    margin-right: 10px;
}

header .topSocial a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

header .topSocial a + a {
    margin-left: 10px;
}
header .headerbottom {
	
	position:relative
}
header .headerbottom div {
	position:unset;
}
header .bottomMenu > ul {
position:unset;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

header .bottomMenu > ul> li a {
    display: block;
    color: #1D1D1B;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
    padding: 15px 20px;
}

header .bottomMenu ul li:hover> a{
    background: #1D1D1B;
    color: #fff;
}
header .bottomMenu  ul li {
    position: unset;
}
header .bottomMenu > ul> li ul {
    position: absolute;
    display: none;
    top: 100%;
    padding: 0;
    left: 0;
    background: #1d1d1b;
 width: 100%;
 
    
    list-style-type: none;
    margin: 0;
}
header .bottomMenu > ul> li ul li a {
	color:#fff;
}
header .bottomMenu > ul> li ul li a:hover {
	color:#e10f50
}
header .bottomMenu > ul> li ul ul {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    }
header .bottomMenu > ul > li:hover >ul {
    display: flex;
    flex-wrap:wrap
}
header .bottomMenu> ul>li>ul>li {
    width: 20%;
}

header .bottomMenu> ul>li>ul>li>a {
	font-weight:700;
}

header .bottomMenu > ul> li ul li li a {
    font-size: 12px;
    padding: 10px 20px;
}
header .headerLinksGroup a {
    display: block;
    color: #1D1D1B;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
    padding: 15px 10px;
}

header .headerLinksGroup a:hover {
    color: #8D133F
}

header .headerLinksGroup .btn-search {
    display: block;
    padding: 6px 18px;
    margin-right: 10px;
    background: #8D133F;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
}

header .headerLinksGroup .btn-search:hover {
    background: #1D1D1B;
    color: #fff;
}

header .headerLinksGroup .btn-search img {
    margin-right: 5px;
}
/*
header + article {
    margin-top: 122px;
} */
header .headerRight {
   position: relative;
}

header .searchBox {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 9;
    background:#93153c;
    padding: 10px;
}
header .searchBox.opened {
    display: block;
}

.searchBox .searchInputBox input {
	outline:none;
	border:0;
	background:rgb(255 255 255 / 30%);;
	    height: 35px;
    width: 100%;
    max-width: 100%;
}

.searchBox .searchInputBox a {
    position: absolute;
    display: inline-block;
 line-height: 5px;
    padding: 10px;
    color: #fff;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    }
    
    
.searchBox .searchInputBox a.searchInputLink {
	    right: 40px;
   
}   



header + * {
    margin-top: 119px;
}

header .facultyLogo {
    text-align: left;
    padding-right: 0;
    margin: 0;
    margin-left: 10px;
	      -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
header .facultyLogo:hover {
	color:#93153C;
}
header.fixed .logo a {
	padding:0 !important
}
header.fixed .logo .facultyLogo {
	padding:0;
	padding-left:10px !important;
}

.lastNews {
    background:#333333;
    padding: 0;
}
.lastNews > span {
    display:block;
    color:#fff;
    font-size:22px;
    font-weight:500;
    padding:15px 20px;
    margin-bottom: 0;;
    
}
.lastNews ul{
    list-style-type:none;
    margin:0;
    padding:0;
}
.lastNews ul li a{
    display:block;
    color:#fff !important;
    text-decoration:none;
    padding:10px 20px;
    width: 100;
}
.lastNews ul li a strong {
    color:#fff !important;
    font-weight:700 !important;
}
.lastAllNews {
    display: block;
    padding: 15px 20px;
    background: #93153C;
    color: #fff !important;
    text-align: center;
    text-decoration: none;

}

.lastAllNews:hover {
    background: #680f2a
}


.lastNews ul li .icon {
    border: 0;
    color: #fff;
    font-size: 24px;
    width: auto;
    height: auto;
    display: flex;
}

.lastNews ul li .icon .fa {
    font-size: 18px !important;
}
.lastNews ul li + li {
    margin-top: 0;;
}
#pageContent .content .text .pageinTitle {
    margin:  0 0 20px;
}

#DeltaPageStatusBar {
    position: relative;
    z-index: 5;
}
header .headerLinksGroup a.hc-nav-trigger {
    display: none;
}

.mobileSocial {
    background: #93153C;
    
}
.mobileSocial a {
    font-size: 22px;
    color: #fff;
    padding: 10px;
}
.mobileLeft a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

@media (max-width: 992px) {
.headerRight {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
header .headerLinksGroup a.hc-nav-trigger {
    display: block;
    position: relative;
    left: auto;
    right: auto;
    top: 0;
    transform: none;
}
}
.footerBox.contactBox ul li:nth-child(3) span, .footerBox.contactBox ul li:nth-child(4) span {
    white-space: nowrap !important;
}


/* Header Ribbon */
.ms-cui-menu { position: fixed !important; }
#s4-workspace,
#s4-workspacee {
    overflow-y: auto;
    overflow-x: hidden;
}
#s4-workspace #DeltaPlaceHolderMain > header .headerTop,
#s4-workspacee #DeltaPlaceHolderMain > header .headerTop { display: none; }
#s4-workspace #DeltaPlaceHolderMain > header,
#s4-workspacee #DeltaPlaceHolderMain > header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0px;
    z-index: 500;
    background: #FFF;
}
span:has(#suiteBarDelta) {
  position: sticky;
  z-index: 501;
  top: 0;
}
span:has(#suiteBarDelta) + #s4-workspace #DeltaPlaceHolderMain > header,
span:has(#suiteBarDelta) + #s4-workspacee #DeltaPlaceHolderMain > header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 83px;
    z-index: 500;
    background: #FFF;
}

span:has([value*="Ribbon"]) + #s4-workspace #DeltaPlaceHolderMain > header,
span:has([value*="Ribbon"]) + #s4-workspacee #DeltaPlaceHolderMain > header {
    top: 175px !important;
}

span:has([value="Ribbon.Read"]) + #s4-workspace #DeltaPlaceHolderMain > header,
span:has([value="Ribbon.Read"]) + #s4-workspacee #DeltaPlaceHolderMain > header {
    top: 122px !important;
}

/* Bezmialem Çerez CSS */
#bezmialemCerez {
    position: fixed;
    z-index: 5;
    bottom: 0;
    left: 0;
    background-color: #74102F;
    border-top: 1px solid #520920;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-size: 13px;
    line-height: 22px;
    padding: 8px 0;
}

#bezmialemCerez .content {
    text-align: center;
}

#bezmialemCerez .content p {
    color: #FFFFFF;
    margin: 0;
}

#bezmialemCerez .buttons {
    display: flex;
    justify-content: center;;
    gap: 1rem;
    margin-top: .5rem;
}

#bezmialemCerez .buttons button {
    min-width: 100px;
}