@charset "UTF-8";
@font-face {
  font-family: 'Conv_Gothic CG No3 TR';
  src: url("fonts/Gothic CG No3 TR.eot");
  src: local("☺"), url("fonts/Gothic CG No3 TR.woff") format("woff"), url("fonts/Gothic CG No3 TR.ttf") format("truetype"), url("fonts/Gothic CG No3 TR.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'universbold';
  src: url("fonts/univers-bold_0.woff2") format("woff2"), url("fonts/univers-bold_0.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/*html {
    overflow-x: hidden;
}*/
body {
  overflow-x: hidden;
  width: 100%;
  /*position: absolute;
  opacity: 0;*/
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

#wrapper {
  /*padding-top: 99px;*/
  overflow: hidden; }

.ykmPage .akpartiWebLogo02, .obstaclesCoordinationCenter .akpartiWebLogo02, .youthArms .akpartiWebLogo02 {
  display: none; }

.tp-caption {
  font-family: 'universbold' !important;
  text-shadow: 1px 1px #000;
  /*padding: 12px 90px !important;*/ }

.sliderTextMobile {
  display: none; }

.mobileNavShadown {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #273039 url(img/footerAkparti.png) center bottom no-repeat;
  z-index: 4;
  display: none; }

.fancyboxItem {
  position: relative;
  margin-bottom: 30px; }
  .fancyboxItem:before {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    background: url(/assets/img/GalleryIcon.png) no-repeat;
    height: 26px;
    width: 26px;
    z-index: 2; }
  .fancyboxItem a {
    display: block;
    position: relative; }
    .fancyboxItem a img {
      max-width: 100%;
      width: 100%; }
  .fancyboxItem .IconGallery {
    position: absolute;
    width: 100%;
    top: 50%; }
    .fancyboxItem .IconGallery span {
      position: absolute;
      top: 50%;
      margin-top: -23px;
      background: #fff;
      z-index: 2;
      box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
      outline: 0;
      width: 47px;
      height: 47px;
      border-radius: 100%;
      border: 1px solid #fff;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      z-index: 1;
      display: block;
      -moz-transition: all .3s ease-in-out;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .fancyboxItem .IconGallery span:first-child {
        float: left;
        left: 15px; }
        .fancyboxItem .IconGallery span:first-child i {
          margin: 8px 0 0 15px; }
      .fancyboxItem .IconGallery span:last-child {
        float: right;
        right: 15px; }
        .fancyboxItem .IconGallery span:last-child i {
          margin: 8px 0 0 19px; }
      .fancyboxItem .IconGallery span i {
        font-size: 26px;
        color: #006cb8; }

.notFound {
  background: url(img/404Bg.jpg) no-repeat center center;
  background-size: cover;
  min-height: 600px;
  padding: 40px 15px; }
  .notFound .item {
    max-width: 760px;
    margin: 0 auto;
    width: 100%;
    text-align: center; }
  .notFound h1 {
    font-size: 200px;
    color: #266cb2;
    font-weight: 700;
    font-family: Open sans;
    line-height: 185px; }
  .notFound h2 {
    font-size: 48px;
    color: #333333;
    font-weight: 300;
    font-family: Open sans;
    line-height: normal;
    margin-bottom: 10px; }
  .notFound p {
    font-size: 20px;
    color: #333333;
    font-weight: 300;
    font-family: Open sans;
    line-height: normal;
    margin-bottom: 20px; }
  .notFound a {
    display: inline-block; }

.mobileNavShadown.open {
  display: block !important; }

.shadown, .shadownAksite {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 4;
  display: none; }
  .shadown.open, .shadownAksite.open {
    display: block !important; }

.shadownNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 4;
  display: none; }

/*.loadingEffect {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    height: 70px;
    width: 500px;
    display: none;
    background: url(img/Loading1.gif) no-repeat center center;
}*/
.loadingEffect {
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 64px;
  display: none;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -32px; }
  .loadingEffect div {
    animation: loadingEffect 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px; }
  .loadingEffect div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    margin: -3px 0 0 -3px; }
  .loadingEffect div:nth-child(1) {
    animation-delay: -0.036s; }
  .loadingEffect div:nth-child(1):after {
    top: 50px;
    left: 50px; }
  .loadingEffect div:nth-child(2) {
    animation-delay: -0.072s; }
  .loadingEffect div:nth-child(2):after {
    top: 54px;
    left: 45px; }
  .loadingEffect div:nth-child(3) {
    animation-delay: -0.108s; }
  .loadingEffect div:nth-child(3):after {
    top: 57px;
    left: 39px; }
  .loadingEffect div:nth-child(4) {
    animation-delay: -0.144s; }
  .loadingEffect div:nth-child(4):after {
    top: 58px;
    left: 32px; }
  .loadingEffect div:nth-child(5) {
    animation-delay: -0.18s; }
  .loadingEffect div:nth-child(5):after {
    top: 57px;
    left: 25px; }
  .loadingEffect div:nth-child(6) {
    animation-delay: -0.216s; }
  .loadingEffect div:nth-child(6):after {
    top: 54px;
    left: 19px; }
  .loadingEffect div:nth-child(7) {
    animation-delay: -0.252s; }
  .loadingEffect div:nth-child(7):after {
    top: 50px;
    left: 14px; }
  .loadingEffect div:nth-child(8) {
    animation-delay: -0.288s; }
  .loadingEffect div:nth-child(8):after {
    top: 45px;
    left: 10px; }

@keyframes loadingEffect {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.calendar {
  margin: 70px 0; }
  .calendar .ui-datepicker {
    min-height: 338px;
    padding: 0 0 10px 5px; }
  .calendar .title {
    background: #256bb1;
    padding: 29px 0 17px 15px; }
  .calendar .title span {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    font-family: Open sans;
    padding-bottom: 18px;
    border-bottom: 1px solid #92b5d8;
    display: block; }
  .calendar .bx-controls {
    bottom: 5%;
    right: 3%;
    left: auto;
    width: auto;
    top: auto;
    padding: 4px 42px 9px 42px;
    margin: 0;
    background: #000;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px; }
  .calendar .bx-wrapper .bx-pager.bx-default-pager a:hover, .calendar .bx-wrapper .bx-pager.bx-default-pager a.active, .calendar .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #FFF; }
  .calendar .bx-wrapper .bx-pager, .calendar .bx-wrapper .bx-controls-auto {
    bottom: 0;
    right: 0;
    display: inline;
    position: relative; }
  .calendar .bx-wrapper .bx-pager {
    padding: 5px 0 12px 0; }
  .calendar .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 1px;
    width: auto;
    height: auto;
    border: 0; }
  .calendar .bx-wrapper .bx-controls-direction a:hover {
    background: transparent; }
    .calendar .bx-wrapper .bx-controls-direction a:hover i {
      color: #FFF; }
  .calendar .bx-wrapper .bx-next {
    right: 12px; }
  .calendar .bx-wrapper .bx-prev {
    left: 12px; }
  .calendar .bx-wrapper .bx-prev i,
  .calendar .bx-wrapper .bx-next i {
    margin: 0; }
  .calendar .bx-wrapper .bx-pager.bx-default-pager a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 2px solid #FFF;
    width: 8px;
    height: 8px;
    background: transparent;
    display: block;
    margin-bottom: 4px; }
  .calendar .bx-wrapper .bx-pager-item a {
    display: block; }
  .calendar ul.calendarSlider {
    position: relative; }
    .calendar ul.calendarSlider li {
      position: relative; }
      .calendar ul.calendarSlider li:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2;
        width: 100%;
        height: 60%;
        background: #000000;
        /* Old browsers */
        background: -moz-linear-gradient(top, transparent 0%, #000 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, transparent 0%, #000 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#000000',GradientType=0 );
        /* IE6-9 */
        opacity: 0.9; }
      .calendar ul.calendarSlider li img {
        max-width: 100%;
        width: 100%;
        position: relative;
        z-index: 1; }
      .calendar ul.calendarSlider li .detail {
        position: absolute;
        left: 0;
        width: 100%;
        padding: 0 30px;
        z-index: 3; }
        .calendar ul.calendarSlider li .detail > span {
          background: #ff9400;
          border-radius: 12px;
          -webkit-border-radius: 12px;
          -moz-border-radius: 12px;
          font-size: 16px;
          color: #fff;
          font-weight: 600;
          font-family: Open sans;
          padding: 5px 15px;
          display: inline-block;
          margin-bottom: 10px; }
        .calendar ul.calendarSlider li .detail h2 {
          font-size: 32px;
          color: #fff;
          font-weight: 600;
          font-family: Open sans;
          line-height: 38px;
          margin-bottom: 13px;
          max-width: 650px; }
        .calendar ul.calendarSlider li .detail div span {
          font-size: 16px;
          color: #fff;
          font-weight: 600;
          font-family: Open sans;
          line-height: 38px;
          margin-right: 30px; }
        .calendar ul.calendarSlider li .detail div a {
          font-size: 16px;
          color: #f49b35;
          font-weight: 600;
          font-family: Open sans;
          line-height: 38px; }
        .calendar ul.calendarSlider li .detail div span,
        .calendar ul.calendarSlider li .detail div a {
          position: relative;
          display: inline-block;
          padding-left: 34px;
          margin-bottom: 12px; }
        .calendar ul.calendarSlider li .detail div span:before,
        .calendar ul.calendarSlider li .detail div a:before {
          background: url(img/calendarIcon.png) no-repeat;
          content: "";
          position: absolute;
          left: 0;
          top: 4px;
          width: 28px;
          height: 28px; }
        .calendar ul.calendarSlider li .detail div span:first-child:before {
          background-position: left center; }
        .calendar ul.calendarSlider li .detail div span:nth-child(2):before {
          background-position: center center; }
        .calendar ul.calendarSlider li .detail div a:before {
          background-position: right center; }

.cityHeader .akPartiLogo > div a {
  float: left; }

.webPager {
  position: fixed;
  right: 12%;
  top: 30%;
  z-index: 4; }
  .webPager li {
    display: block;
    margin-bottom: 10px;
    position: relative; }
    .webPager li a {
      display: block;
      color: #333;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .webPager li a strong {
        z-index: 1;
        display: none;
        text-align: right;
        padding: 0px 30px 0px 15px;
        float: left;
        font-size: 16px;
        color: #7da7d1;
        font-weight: 400;
        font-family: Open sans; }
      .webPager li a span {
        font-size: 10px;
        color: #0f457b;
        font-weight: 700;
        font-family: Open sans;
        border-radius: 14px;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        position: relative;
        z-index: 2;
        display: inline-block;
        box-shadow: 0 0px 5px #1f5790;
        text-align: center;
        padding-top: 3px;
        width: 13px;
        height: 13px;
        float: right;
        margin-bottom: 3px;
        border: 3px solid rgba(255, 255, 255, 0.4);
        transition: 1s all ease; }
        .webPager li a span.active {
          width: 20px;
          height: 20px;
          background: rgba(255, 255, 255, 0.6);
          left: 3px; }
      .webPager li a:hover strong {
        display: inline-block; }
      .webPager li a:hover {
        /*transform:scale(1.3) translateX(-11%);*/ }

.container-fluid {
  max-width: 1170px;
  margin: 0px auto 0; }

.otherAkSiteOpen {
  background: #FFF;
  position: absolute;
  left: 0;
  top: 99px;
  width: 100%;
  min-height: 450px;
  padding: 25px 0;
  display: none;
  z-index: 5; }
  .otherAkSiteOpen .itemCloseBtn {
    color: #3e3e3e;
    float: right;
    margin: 8px 0 0 10px;
    font-size: 24px;
    display: none; }
  .otherAkSiteOpen .bx-viewport {
    height: 100% !important; }
  .otherAkSiteOpen span {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    font-family: Open sans;
    display: block;
    margin-bottom: 30px; }
  .otherAkSiteOpen > .container-fluid {
    z-index: 1; }
  .otherAkSiteOpen:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    background: #dfdfdf;
    background: -moz-linear-gradient(top, #dfdfdf 0%, transparent 100%);
    background: -webkit-linear-gradient(top, #dfdfdf 0%, transparent 100%);
    background: linear-gradient(to bottom, #dfdfdf 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#dfdfdf',GradientType=0 );
    opacity: 0.9;
    height: 12px; }
  .otherAkSiteOpen .item {
    position: relative;
    /*&:after {
                content: "";
            }*/
        /*&:nth-child(7) {
            .title {
                border: 0;
            }
        }

        &:nth-child(8) {
            .title {
                border: 0;
            }
        }*/ }
    .otherAkSiteOpen .item .hile {
      content: "";
      position: absolute;
      z-index: 2;
      width: 100%;
      height: 34px;
      left: 0;
      top: 0;
      background: yellow; }
    .otherAkSiteOpen .item .hileKapat {
      content: "";
      position: absolute;
      z-index: 3;
      width: 100%;
      height: 34px;
      left: 0;
      top: 0;
      display: none;
      background: blue; }
    .otherAkSiteOpen .item .first {
      cursor: pointer;
      background: url(img/otherAkSiteIcon.png) right 6px center no-repeat;
      padding: 10px 20px 0 20px; }
      .otherAkSiteOpen .item .first > a {
        float: left;
        overflow: hidden;
        margin-right: 6px; }
      .otherAkSiteOpen .item .first .title {
        overflow: hidden;
        border-bottom: 1px solid #ededed;
        padding: 0 0px 6px 19px;
        min-height: 57px; }
        .otherAkSiteOpen .item .first .title h2 {
          font-size: 16px;
          color: #000;
          font-weight: 600;
          font-family: Open sans;
          margin: 6px 0 4px 0; }
        .otherAkSiteOpen .item .first .title p {
          font-size: 12px;
          color: #000;
          font-weight: 400;
          font-family: Open sans;
          line-height: 20px; }
        .otherAkSiteOpen .item .first .title a {
          display: none; }
      .otherAkSiteOpen .item .first .otherAkSiteSlider {
        display: none; }
  .otherAkSiteOpen .last {
    background: #dddddd !important;
    padding-bottom: 24px !important; }
    .otherAkSiteOpen .last:after {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2;
      width: 100%;
      height: 100px; }
    .otherAkSiteOpen .last:after {
      position: absolute;
      z-index: 3;
      width: 100%;
      height: 100px; }
    .otherAkSiteOpen .last .title {
      border: 0; }
      .otherAkSiteOpen .last .title h2 {
        float: left;
        font-size: 19px;
        padding-right: 22px;
        margin-right: 28px !important;
        border-right: 1px solid #767676;
        line-height: 30px; }
      .otherAkSiteOpen .last .title p {
        float: left;
        font-size: 14px !important;
        margin-top: 12px; }
      .otherAkSiteOpen .last .title a {
        float: right;
        font-size: 12px;
        color: #000;
        font-weight: 600;
        font-family: Open sans;
        border: 1px solid #343434;
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        display: inline-block;
        padding: 6px 24px 8px 30px;
        margin-top: 7px;
        display: block !important; }
        .otherAkSiteOpen .last .title a i {
          color: #000000;
          font-size: 15px;
          margin-left: 3px; }
      .otherAkSiteOpen .last .title .itemCloseBtn {
        display: inline-block; }
    .otherAkSiteOpen .last .otherAkSiteSlider {
      background: #FFF;
      padding: 12px 20px;
      margin: 20px 0;
      position: relative;
      display: block !important; }
      .otherAkSiteOpen .last .otherAkSiteSlider:before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        background: #FFF;
        transform: scale(1.1);
        width: 100%;
        height: 260px;
        box-shadow: 0 0 10px #e6e6e6; }
      .otherAkSiteOpen .last .otherAkSiteSlider ul li a {
        font-size: 12px;
        color: #000;
        font-weight: 600;
        font-family: Open sans;
        line-height: 15px;
        display: block; }
        .otherAkSiteOpen .last .otherAkSiteSlider ul li a:last-child {
          margin-top: 15px; }
      .otherAkSiteOpen .last .otherAkSiteSlider .bx-wrapper .bx-controls-direction a {
        border-color: #f2f2f2;
        position: absolute;
        background: #f2f2f2; }
        .otherAkSiteOpen .last .otherAkSiteSlider .bx-wrapper .bx-controls-direction a i {
          color: #919191; }
      .otherAkSiteOpen .last .otherAkSiteSlider .bx-wrapper .bx-controls-direction a.bx-prev {
        left: -63px; }
      .otherAkSiteOpen .last .otherAkSiteSlider .bx-wrapper .bx-controls-direction a.bx-next {
        right: -63px;
        text-align: right; }

.otherAkSiteOpen.active {
  display: block; }

.searchBtn {
  padding: 5px 10px;
  max-width: 0;
  float: left;
  transition: 0.3s all ease-out;
  margin-right: 10px; }
  .searchBtn.open {
    background: #6597c8;
    padding-left: 20px; }
  .searchBtn input[type="text"] {
    border: 0;
    width: calc(100% - 70px);
    float: left;
    display: none;
    background: transparent;
    font-size: 17px;
    color: #FFF;
    font-weight: 600;
    font-family: Open sans; }
  .searchBtn input::placeholder {
    color: #fff; }
  .searchBtn .searchClose {
    display: none;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .searchBtn .searchIcon {
    border-right: 1px solid #c4c4c4; }
  .searchBtn.open {
    border: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    /*width: 200px;
    max-width: 200px;*/
    transition: 0.3s all ease-in;
    /*.searchClose {
        display: block;
    }*/ }
    .searchBtn.open input {
      display: block;
      height: 43px; }
    .searchBtn.open span {
      margin-top: 10px !important; }
    .searchBtn.open .searchIcon {
      display: none; }
    .searchBtn.open .searchButton {
      display: block; }
  .searchBtn span,
  .searchBtn .searchButton {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding-right: 10px;
    float: right;
    cursor: pointer;
    margin-top: 10px; }
  .searchBtn .searchButton {
    background: transparent;
    border: 0;
    margin-top: 8px;
    display: none; }

.contentSearch {
  position: relative;
  float: right; }
  .contentSearch input {
    width: 200px;
    height: 30px;
    padding: 7px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    font-family: Open sans;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #c2c1c1; }
  .contentSearch span.srchIcon {
    cursor: pointer;
    float: right;
    margin-top: 5px;
    margin-left: 10px; }
    .contentSearch span.srchIcon i {
      font-size: 18px;
      color: #333333;
      font-weight: 400; }

header {
  position: relative;
  z-index: 6;
  top: 0;
  width: 100%;
  box-shadow: 0 -2px 10px #333; }
  header.tbmmHeader .navList {
    padding: 30px 114px 0 0; }
    header.tbmmHeader .navList ul.headerNav > li > a {
      padding-bottom: 40px; }
  header.tbmmHeader .akPartiLogo a.mobileLinkLogo {
    display: none; }
  header .otherAkSiteMobile {
    display: none !important; }
  header .languageMobile {
    display: none; }
  header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99px;
    z-index: 1;
    background: #FFF; }
  header .searchMobile {
    display: none; }
  header .headerWrap {
    position: relative;
    z-index: 2; }
  header .mobileLogo {
    display: none; }
  header .headerColumn {
    position: relative;
    top: 18px; }
    header .headerColumn .searchLanguageAkSite {
      position: relative;
      z-index: 2; }
      header .headerColumn .searchLanguageAkSite .akpartiWebLogo02 {
        margin-top: -20px;
        display: inline-block;
        margin-right: 10px;
        float: right; }
      header .headerColumn .searchLanguageAkSite > div {
        position: absolute;
        right: 0;
        top: 10px; }
      header .headerColumn .searchLanguageAkSite .language {
        float: left;
        margin: 16px 10px 0 0;
        overflow: hidden;
        height: 20px; }
        header .headerColumn .searchLanguageAkSite .language > li a {
          font-size: 14px;
          color: #fff;
          font-weight: 700;
          font-family: Open sans;
          padding-bottom: 7px; }
        header .headerColumn .searchLanguageAkSite .language li a {
          margin-right: 10px; }
        header .headerColumn .searchLanguageAkSite .language > li, header .headerColumn .searchLanguageAkSite .language > li > a {
          float: left; }
        header .headerColumn .searchLanguageAkSite .language > li ul {
          float: left;
          display: none; }
          header .headerColumn .searchLanguageAkSite .language > li ul li {
            float: left; }
        header .headerColumn .searchLanguageAkSite .language ul.openLanguage {
          display: block; }
      header .headerColumn .searchLanguageAkSite div.aksite {
        float: left;
        margin-top: 9px;
        margin-left: 10px; }
        header .headerColumn .searchLanguageAkSite div.aksite .akSiteBtn {
          font-size: 11px;
          color: #fff;
          font-weight: 700;
          font-family: Open sans;
          display: inline-block;
          background: #ff9400;
          border-radius: 13px;
          -webkit-border-radius: 13px;
          -moz-border-radius: 13px;
          padding: 8px 20px 10px 20px;
          cursor: pointer;
          margin-right: 10px; }
          header .headerColumn .searchLanguageAkSite div.aksite .akSiteBtn.closeBtn {
            display: none; }
      header .headerColumn .searchLanguageAkSite .mobileNavBtn {
        display: none; }
  header .col-md-12 {
    position: static; }

.breakingNews {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 1; }
  .breakingNews .col-md-9 {
    background: #d0021b;
    padding-left: 0;
    position: relative; }
    .breakingNews .col-md-9:before {
      content: "";
      left: -63px;
      top: 0;
      position: absolute;
      height: 35px;
      width: 63px;
      border-style: solid;
      border-width: 0 0px 35px 17px;
      border-color: transparent transparent #d0021b transparent;
      z-index: 1; }
    .breakingNews .col-md-9:after {
      right: -100%;
      top: 0;
      position: absolute;
      height: 35px;
      width: 100%;
      background: #d0021b;
      content: "";
      z-index: 1; }
  .breakingNews a {
    display: block;
    font-size: 14px;
    color: #FFF;
    font-weight: 400;
    font-family: Open Sans;
    line-height: normal;
    padding: 8px 0 8px 36px;
    margin-left: -43px;
    position: relative;
    z-index: 2;
    background: url(../assets/img/live.gif) no-repeat left top; }

.controllerOk {
  margin: -24px auto 0;
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: 9; }
  .controllerOk .bx-controls-direction a {
    text-align: left;
    opacity: 0.6; }
    .controllerOk .bx-controls-direction a.bx-prev {
      float: left;
      margin-left: 15px; }
    .controllerOk .bx-controls-direction a.bx-next {
      float: right;
      margin-right: 15px; }
  .controllerOk .bx-controls-auto {
    width: auto !important;
    display: inline-block;
    position: relative;
    padding-top: 0;
    left: 0;
    max-width: 377px;
    width: 100% !important;
    float: left;
    margin-top: 12px; }
  .controllerOk .bx-pager.bx-default-pager a.active {
    background: #c7b69e; }

.homeSlider {
  overflow: hidden;
  position: relative;
  z-index: 2;
  width: 100% !important; }
  .homeSlider .controllerOk {
    display: none; }
  .homeSlider .bx-controls {
    top: auto !important;
    bottom: 25px !important;
    max-width: 1170px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    display: none; }
  .homeSlider:hover .bx-controls, .homeSlider:hover .controllerOk {
    display: block; }
  .homeSlider .bx-pager, .homeSlider .bx-controls-auto {
    width: auto !important;
    display: inline-block;
    position: relative;
    padding-top: 0;
    left: 0;
    max-width: 700px;
    width: 100% !important;
    float: left;
    margin-top: 12px;
    bottom: 0 !important; }
  .homeSlider .bx-wrapper {
    text-align: center; }
    .homeSlider .bx-wrapper .bx-controls-direction a {
      text-align: left; }
  .homeSlider .bx-pager.bx-default-pager a.active {
    background: #c7b69e; }
  .homeSlider .slider {
    overflow: hidden;
    height: 100%; }
    .homeSlider .slider li {
      overflow: hidden;
      height: 100%; }
      .homeSlider .slider li a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 50%;
        left: 0;
        bottom: 0;
        z-index: 1;
        background: #000000;
        background: -moz-linear-gradient(top, transparent 0%, #000 100%);
        background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
        background: linear-gradient(to bottom, transparent 0%, #000 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#000000',GradientType=0 );
        opacity: 0.9;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .homeSlider .slider img {
      width: 100%; }
    .homeSlider .slider .detail {
      position: absolute;
      left: 0;
      bottom: 70px;
      width: 100%;
      z-index: 2; }
      .homeSlider .slider .detail h3 {
        font-size: 30px;
        color: #FFF;
        font-weight: 700;
        font-family: Archivo Narrow;
        line-height: 43px;
        text-shadow: 1px 1px 1px #000;
        max-width: 700px;
        margin-bottom: 0px;
        text-align: center; }
        .homeSlider .slider .detail h3 strong {
          font-size: 51px;
          color: #ff9e1f;
          line-height: 43px; }
      .homeSlider .slider .detail .more {
        background: #ff9400;
        font-size: 14px;
        color: #FFF;
        font-weight: 700;
        font-family: Open sans;
        display: inline-block;
        padding: 7px 16px;
        border-radius: 14px;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px; }
      .homeSlider .slider .detail span {
        background: linear-gradient(0deg, #000 20%, transparent 100%);
        padding: 20px 30px 30px 30px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border: 1px solid #FFF;
        display: block; }

.targetItemTabs .titleItem {
  box-shadow: 0 0 10px #17436f;
  background: #FFF;
  margin: 20px auto 20px;
  max-width: 685px; }
  .targetItemTabs .titleItem .title {
    background: #256bb1;
    padding: 17px 54px 16px 25px;
    float: left;
    overflow: hidden;
    position: relative; }
    .targetItemTabs .titleItem .title:before {
      content: "";
      position: absolute;
      right: -10px;
      top: -6px;
      width: 40px;
      height: 93px;
      background: #FFF;
      transform: rotate(30deg); }
    .targetItemTabs .titleItem .title span {
      float: left; }
    .targetItemTabs .titleItem .title h2 {
      float: left;
      font-size: 26px;
      color: #FFF;
      font-weight: 700;
      font-family: Open Sans; }
    .targetItemTabs .titleItem .title span {
      font-size: 12px;
      color: #FFF;
      font-weight: 300;
      font-family: Open Sans;
      border-left: 2px solid #ff9400;
      margin-left: 5px;
      padding-left: 5px;
      margin-top: 2px; }
  .targetItemTabs .titleItem ul {
    float: left;
    margin-top: 10px; }
    .targetItemTabs .titleItem ul li {
      float: left;
      position: relative; }
      .targetItemTabs .titleItem ul li a {
        padding: 12px 17px 17px 13px;
        margin: 0 5px;
        display: inline-block;
        position: relative;
        text-shadow: none;
        font-size: 15px;
        color: #9a9a9a;
        font-weight: 700;
        font-family: Open Sans;
        outline: none; }
        .targetItemTabs .titleItem ul li a:before {
          position: absolute;
          top: 0;
          left: 0;
          overflow: hidden;
          font-size: 16px;
          padding: 12px 0px 14px 0px;
          margin: 0 23px;
          max-width: 0;
          color: #266cb2;
          content: attr(data-hover);
          -webkit-transition: max-width 0.5s;
          -moz-transition: max-width 0.5s;
          transition: max-width 0.5s; }
      .targetItemTabs .titleItem ul li.ui-state-active a {
        color: #256bb1 !important;
        border-bottom: 5px solid #256bb1; }

.generalPresident {
  background: #256bb1;
  padding: 30px 0 34px 0; }
  .generalPresident img {
    max-width: 100%;
    width: 100%;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .generalPresident .generalTitle span {
    font-size: 35px;
    color: #FFF;
    font-weight: 700;
    font-family: Open Sans; }
  .generalPresident ul.tabsTitle {
    margin: 44px 0 40px 0;
    display: inline-block; }
    .generalPresident ul.tabsTitle li {
      float: left;
      border-bottom-width: 5px; }
      .generalPresident ul.tabsTitle li.ui-state-active, .generalPresident ul.tabsTitle li:hover {
        border-bottom: 5px solid #FFF; }
      .generalPresident ul.tabsTitle li a {
        padding: 0 16px 16px 15px;
        display: block;
        outline: none;
        font-size: 18px;
        color: #FFF;
        font-weight: 700;
        font-family: Open Sans; }
  .generalPresident .viewAllBtn {
    margin-top: 33px; }
    .generalPresident .viewAllBtn a {
      display: none;
      border-radius: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      font-size: 18px;
      color: #FFF;
      font-weight: 700;
      font-family: Open Sans;
      padding: 11px 20px 13px 20px;
      background: #f49b35; }
      .generalPresident .viewAllBtn a i {
        float: right;
        overflow: hidden;
        font-size: 20px;
        color: #FFF;
        font-weight: 700;
        margin-left: 5px; }
  .generalPresident .largeNews {
    position: relative;
    z-index: 2;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .generalPresident .largeNews:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100px;
      left: 0;
      bottom: 0;
      z-index: 1;
      background: #000000;
      /* Old browsers */
      background: -moz-linear-gradient(top, transparent 0%, #000 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, transparent 0%, #000 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#000000',GradientType=0 );
      /* IE6-9 */
      opacity: 0.9;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .generalPresident .largeNews > a {
      overflow: hidden; }
    .generalPresident .largeNews:hover img {
      -webkit-filter: brightness(1.3);
      filter: brightness(1.3);
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1); }
    .generalPresident .largeNews a {
      display: block; }
    .generalPresident .largeNews .title {
      position: absolute;
      left: 20px;
      bottom: 0;
      width: 100%;
      z-index: 2; }
      .generalPresident .largeNews .title h2 {
        margin-right: 14%; }
        .generalPresident .largeNews .title h2 a {
          font-size: 28px;
          color: #FFF;
          font-weight: 700;
          font-family: Open Sans;
          line-height: 35px;
          text-shadow: 1px 1px 4px #000; }
      .generalPresident .largeNews .title > a {
        font-size: 12px;
        color: #FFF;
        font-weight: 700;
        font-family: Open Sans;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        background: #ff9400;
        margin: 10px 0 26px 4px;
        display: inline-block;
        padding: 7px 28px 6px 27px;
        position: relative;
        overflow: hidden; }
  .generalPresident .otherNews .column {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /*&:hover h2 a {
        color: #FFF;
    }*/ }
    .generalPresident .otherNews .column:hover {
      transform: scale(1.05);
      -moz-transform: scale(1.05);
      -webkit-transform: scale(1.05);
      -o-transform: scale(1.05); }
    .generalPresident .otherNews .column h2 {
      background: #FFF;
      margin-bottom: 30px;
      min-height: 62px;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .generalPresident .otherNews .column h2 a {
        font-size: 12px;
        color: #333;
        font-weight: 600;
        font-family: Open Sans;
        line-height: 17px;
        padding: 7px 9px 8px 10px;
        display: block; }
    .generalPresident .otherNews .column:hover {
      box-shadow: 0 3px 15px #484141; }
    .generalPresident .otherNews .column:hover img {
      /*transform: scale(1.4);*/
      -webkit-filter: brightness(1.4);
      filter: brightness(1.4); }
    .generalPresident .otherNews .column a {
      overflow: hidden;
      display: block; }
    .generalPresident .otherNews .column img {
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .generalPresident .otherNews .column:hover h2 {
      background: #FFF; }

.akMedia {
  background: #266cb2;
  padding: 40px 0 20px 0;
  opacity: 0; }
  .akMedia .akmediaTabsItem span.active {
    color: #256bb1 !important;
    border-bottom: 5px solid #256bb1; }
  .akMedia .otherSliderAkmedia {
    /*& > div {
        margin-bottom: 30px;
    }*/ }
    .akMedia .otherSliderAkmedia > #akMedia-1 {
      z-index: 2;
      position: relative;
      left: 0;
      top: 0;
      opacity: 1; }
    .akMedia .otherSliderAkmedia > #akMedia-2, .akMedia .otherSliderAkmedia > #akMedia-3, .akMedia .otherSliderAkmedia > #akMedia-4 {
      z-index: -3; }
  .akMedia .tabsContent .sliderAkmedia .jcarousel-control-prev, .akMedia .tabsContent .otherSliderAkmedia .jcarousel-control-prev, .akMedia .tabsContent #akMediaChairmanShip .jcarousel-control-prev {
    left: 15px; }
  .akMedia .tabsContent .sliderAkmedia .jcarousel-control-next, .akMedia .tabsContent .otherSliderAkmedia .jcarousel-control-next, .akMedia .tabsContent #akMediaChairmanShip .jcarousel-control-next {
    right: 15px; }
  .akMedia .sliderTabs01, .akMedia .sliderTabs02, .akMedia .sliderTabs03, .akMedia .sliderTabs04 {
    opacity: 0; }
  .akMedia .tabsContent .tabsItem > .col-md-6:first-child {
    padding-bottom: 25px; }
  .akMedia .item {
    box-shadow: 0 0 10px #17436f; }
  .akMedia .settingBtn {
    font-size: 22px;
    color: #266cb2;
    font-weight: 700;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    height: 40px;
    width: 40px;
    float: right;
    margin-left: 10px;
    box-shadow: 0 0 10px #e4e4e4;
    text-align: center; }
    .akMedia .settingBtn i {
      margin-top: 8px; }
  .akMedia .title {
    padding-right: 0;
    position: relative;
    min-height: 59px; }
    .akMedia .title h2 {
      background: #256bb1;
      font-size: 26px;
      color: #FFF;
      font-weight: 700;
      font-family: Open Sans;
      padding: 13px 10px 16px 10px;
      text-align: center; }
    .akMedia .title:before {
      content: "";
      position: absolute;
      right: -30px;
      top: 0;
      width: 30px;
      height: 100%;
      background: url(img/akMediaTitle.jpg) no-repeat top right;
      z-index: 2; }
  .akMedia .akMediaFilter {
    display: none;
    z-index: 3;
    top: 100%;
    margin-top: 7px;
    position: absolute;
    width: 100%; }
    .akMedia .akMediaFilter .filterTabs {
      background: #e1e1e1;
      padding: 25px 18px 6px 23px;
      box-shadow: 0 5px 5px rgba(14, 14, 14, 0.1); }
      .akMedia .akMediaFilter .filterTabs .column {
        position: relative;
        float: left;
        margin-right: 14px;
        margin-bottom: 15px; }
        .akMedia .akMediaFilter .filterTabs .column .allBtn {
          position: relative;
          padding: 15px 15px 13px 20px;
          cursor: pointer;
          box-shadow: 0 0px 5px #c4c4c4;
          font-size: 16px;
          color: #333333;
          font-weight: 600;
          font-family: Open Sans;
          display: inline-block;
          float: left;
          box-shadow: 0 0px 5px #c4c4c4;
          background: #ffffff; }
        .akMedia .akMediaFilter .filterTabs .column.active span {
          background: #0072bc;
          color: #FFF; }
        .akMedia .akMediaFilter .filterTabs .column input {
          position: absolute;
          left: 0;
          top: 0;
          z-index: 1; }
        .akMedia .akMediaFilter .filterTabs .column label {
          position: relative;
          z-index: 2;
          background: #ffffff;
          padding: 15px 15px 13px 20px;
          font-size: 16px;
          color: #333333;
          font-weight: 600;
          font-family: Open Sans;
          cursor: pointer;
          box-shadow: 0 0px 5px #c4c4c4; }
        .akMedia .akMediaFilter .filterTabs .column.active label {
          background: #0072bc;
          color: #FFF; }
    .akMedia .akMediaFilter.open {
      display: block; }
  .akMedia .mediaBtn,
  .akMedia .staffBtn {
    padding: 14px 5px 9px 5px;
    font-size: 16px;
    color: #266cb2;
    font-weight: 700;
    font-family: Open Sans;
    text-align: center;
    display: block;
    background: #ffffff; }
    .akMedia .mediaBtn.active,
    .akMedia .staffBtn.active {
      background: #e1e1e1;
      color: #266cb2;
      transition: all 1.5s ease;
      position: relative; }
      .akMedia .mediaBtn.active:before,
      .akMedia .staffBtn.active:before {
        position: absolute;
        left: 0;
        bottom: -10px;
        height: 20px;
        background: #e1e1e1;
        width: 100%;
        content: ""; }
      .akMedia .mediaBtn.active i,
      .akMedia .staffBtn.active i {
        color: #266cb2; }
    .akMedia .mediaBtn i,
    .akMedia .staffBtn i {
      margin-top: 1px;
      width: 100%;
      font-size: 20px; }
  .akMedia .staffBtn.staffBtnActive {
    padding-bottom: 28px; }
  .akMedia .tabsContent {
    margin-top: 30px;
    overflow: hidden; }
    .akMedia .tabsContent .sliderAkmedia .bx-pager {
      bottom: 6px !important; }
    .akMedia .tabsContent .sliderAkmedia .bx-controls-direction .bx-prev {
      left: 0px; }
    .akMedia .tabsContent .sliderAkmedia .bx-controls-direction .bx-next {
      right: 0px; }
    .akMedia .tabsContent .otherSliderAkmedia, .akMedia .tabsContent #akMediaChairmanShip {
      /*padding-bottom: 26px;*/ }
      .akMedia .tabsContent .otherSliderAkmedia .item, .akMedia .tabsContent #akMediaChairmanShip .item {
        overflow: hidden !important; }
      .akMedia .tabsContent .otherSliderAkmedia .item > a:after, .akMedia .tabsContent #akMediaChairmanShip .item > a:after {
        height: 130px; }
      .akMedia .tabsContent .otherSliderAkmedia .bx-viewport, .akMedia .tabsContent #akMediaChairmanShip .bx-viewport {
        min-height: 338px !important; }
      .akMedia .tabsContent .otherSliderAkmedia .sliderTabs li > div .item a, .akMedia .tabsContent #akMediaChairmanShip .sliderTabs li > div .item a {
        /*min-height:208px;
        img{
            height:100%;
            width:100%;
        }*/ }
      .akMedia .tabsContent .otherSliderAkmedia .bx-pager, .akMedia .tabsContent #akMediaChairmanShip .bx-pager {
        bottom: -6px !important; }
      .akMedia .tabsContent .otherSliderAkmedia .bx-controls-direction a, .akMedia .tabsContent #akMediaChairmanShip .bx-controls-direction a {
        bottom: -14px !important; }
      .akMedia .tabsContent .otherSliderAkmedia .bx-controls-direction .bx-prev, .akMedia .tabsContent #akMediaChairmanShip .bx-controls-direction .bx-prev {
        left: 15px; }
      .akMedia .tabsContent .otherSliderAkmedia .bx-controls-direction .bx-next, .akMedia .tabsContent #akMediaChairmanShip .bx-controls-direction .bx-next {
        right: 15px; }
    .akMedia .tabsContent .sliderAkmedia, .akMedia .tabsContent .otherSliderAkmedia, .akMedia .tabsContent #akMediaChairmanShip {
      box-shadow: none !important; }
      .akMedia .tabsContent .sliderAkmedia .bx-controls, .akMedia .tabsContent .otherSliderAkmedia .bx-controls, .akMedia .tabsContent #akMediaChairmanShip .bx-controls {
        padding: 0px; }
      .akMedia .tabsContent .sliderAkmedia .bx-wrapper .bx-pager, .akMedia .tabsContent .otherSliderAkmedia .bx-wrapper .bx-pager, .akMedia .tabsContent #akMediaChairmanShip .bx-wrapper .bx-pager {
        padding-top: 0;
        bottom: 0; }
      .akMedia .tabsContent .sliderAkmedia .bx-controls-direction a:after, .akMedia .tabsContent .sliderAkmedia .bx-pager-item a:after, .akMedia .tabsContent .otherSliderAkmedia .bx-controls-direction a:after, .akMedia .tabsContent .otherSliderAkmedia .bx-pager-item a:after, .akMedia .tabsContent #akMediaChairmanShip .bx-controls-direction a:after, .akMedia .tabsContent #akMediaChairmanShip .bx-pager-item a:after {
        display: none !important; }
      .akMedia .tabsContent .sliderAkmedia .bx-controls, .akMedia .tabsContent .otherSliderAkmedia .bx-controls, .akMedia .tabsContent #akMediaChairmanShip .bx-controls {
        top: auto;
        bottom: 0px;
        margin-top: 0px; }
      .akMedia .tabsContent .sliderAkmedia .bx-wrapper .bx-pager.bx-default-pager a, .akMedia .tabsContent .otherSliderAkmedia .bx-wrapper .bx-pager.bx-default-pager a, .akMedia .tabsContent #akMediaChairmanShip .bx-wrapper .bx-pager.bx-default-pager a {
        background: #ffffff; }
      .akMedia .tabsContent .sliderAkmedia .bx-wrapper .bx-pager.bx-default-pager a.active, .akMedia .tabsContent .otherSliderAkmedia .bx-wrapper .bx-pager.bx-default-pager a.active, .akMedia .tabsContent #akMediaChairmanShip .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: #f49b35; }
      .akMedia .tabsContent .sliderAkmedia .bx-controls-direction .bx-prev i, .akMedia .tabsContent .otherSliderAkmedia .bx-controls-direction .bx-prev i, .akMedia .tabsContent #akMediaChairmanShip .bx-controls-direction .bx-prev i {
        margin: 2px 0 0 10px; }
      .akMedia .tabsContent .sliderAkmedia .bx-controls-direction .bx-next i, .akMedia .tabsContent .otherSliderAkmedia .bx-controls-direction .bx-next i, .akMedia .tabsContent #akMediaChairmanShip .bx-controls-direction .bx-next i {
        margin: 2px 0 0 14px; }
      .akMedia .tabsContent .sliderAkmedia .bx-controls-direction a, .akMedia .tabsContent .otherSliderAkmedia .bx-controls-direction a, .akMedia .tabsContent #akMediaChairmanShip .bx-controls-direction a {
        position: absolute;
        /*top: 50%;*/
        bottom: -3px;
        width: auto;
        height: auto;
        border: 0px;
        /*margin-top: -17px;*/ }
        .akMedia .tabsContent .sliderAkmedia .bx-controls-direction a:hover, .akMedia .tabsContent .otherSliderAkmedia .bx-controls-direction a:hover, .akMedia .tabsContent #akMediaChairmanShip .bx-controls-direction a:hover {
          background: transparent; }
          .akMedia .tabsContent .sliderAkmedia .bx-controls-direction a:hover i, .akMedia .tabsContent .otherSliderAkmedia .bx-controls-direction a:hover i, .akMedia .tabsContent #akMediaChairmanShip .bx-controls-direction a:hover i {
            color: #FFF; }
        .akMedia .tabsContent .sliderAkmedia .bx-controls-direction a i, .akMedia .tabsContent .otherSliderAkmedia .bx-controls-direction a i, .akMedia .tabsContent #akMediaChairmanShip .bx-controls-direction a i {
          padding: 0;
          margin: 0 !important;
          font-size: 33px; }
      .akMedia .tabsContent .sliderAkmedia ul h3, .akMedia .tabsContent .sliderAkmedia ul h3 a, .akMedia .tabsContent .otherSliderAkmedia ul h3, .akMedia .tabsContent .otherSliderAkmedia ul h3 a, .akMedia .tabsContent #akMediaChairmanShip ul h3, .akMedia .tabsContent #akMediaChairmanShip ul h3 a {
        min-height: 0px !important; }
      .akMedia .tabsContent .sliderAkmedia:after, .akMedia .tabsContent .otherSliderAkmedia:after, .akMedia .tabsContent #akMediaChairmanShip:after {
        display: none !important; }
    .akMedia .tabsContent .item {
      margin-bottom: 28px;
      position: relative;
      /*overflow: hidden !important;*/
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      /*border: 0 solid $colorOrange;*/
      /*&:after {
          content: "";
          position: absolute;
          width: 100%;
          height: 100px;
          left: 0;
          bottom: 0;
          z-index: 1;
          @include gradientImageEffect;
          @include easeInOutThree;
      }*/ }
      .akMedia .tabsContent .item:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
      .akMedia .tabsContent .item:hover {
        /*margin: -3px 0 40px 0;*/
        /*box-shadow:7px 7px 3px #666;*/
        /*border: 10px solid $colorOrange;*/ }
      .akMedia .tabsContent .item.sliderLeftItem .jcarousel-control-prev, .akMedia .tabsContent .item.sliderLeftItem .jcarousel-control-next {
        bottom: -59px; }
      .akMedia .tabsContent .item.sliderLeftItem .jcarousel-pagination {
        bottom: -47px; }
      .akMedia .tabsContent .item .bx-viewport {
        height: auto !important;
        padding-bottom: 40px; }
      .akMedia .tabsContent .item ul {
        box-shadow: 0 0 10px #17436f; }
      .akMedia .tabsContent .item ul li {
        overflow: hidden;
        position: relative; }
        .akMedia .tabsContent .item ul li h3 a {
          font-size: 18px !important;
          font-weight: 600 !important;
          max-width: 522px;
          line-height: normal !important; }
        .akMedia .tabsContent .item ul li .textAndTitle {
          z-index: 2;
          bottom: 25px !important; }
          .akMedia .tabsContent .item ul li .textAndTitle > a {
            background: #f49b35;
            font-size: 12px;
            color: #FFF;
            font-weight: 700;
            font-family: Open Sans;
            display: inline-block;
            padding: 8px 31px 7px 23px;
            margin-top: 15px;
            border-radius: 1px;
            -webkit-border-radius: 1px;
            -moz-border-radius: 1px; }
            .akMedia .tabsContent .item ul li .textAndTitle > a:after {
              display: none !important; }
      .akMedia .tabsContent .item > a:after {
        content: "";
        position: absolute;
        width: 101%;
        height: 100px;
        left: 0;
        bottom: 0;
        z-index: 1;
        background: #000000;
        /* Old browsers */
        background: -moz-linear-gradient(top, transparent 0%, #000 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, transparent 0%, #000 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#000000',GradientType=0 );
        /* IE6-9 */
        opacity: 0.9;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .akMedia .tabsContent .item ul li > a:after {
        content: "";
        position: absolute;
        width: 101%;
        height: 200px;
        left: 0;
        bottom: 0;
        z-index: 1;
        background: #000000;
        /* Old browsers */
        background: -moz-linear-gradient(top, transparent 0%, #000 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, transparent 0%, #000 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#000000',GradientType=0 );
        /* IE6-9 */
        opacity: 0.9;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .akMedia .tabsContent .item a, .akMedia .tabsContent .item li {
        display: block; }
        .akMedia .tabsContent .item a img, .akMedia .tabsContent .item li img {
          width: 100%;
          position: relative;
          z-index: 1;
          -moz-transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .akMedia .tabsContent .item a .textAndTitle, .akMedia .tabsContent .item li .textAndTitle {
          position: relative;
          z-index: 2; }
        .akMedia .tabsContent .item a .textAndTitle, .akMedia .tabsContent .item li .textAndTitle {
          position: absolute;
          bottom: 10px;
          left: 0;
          padding: 0px 15px 3px 15px; }
          .akMedia .tabsContent .item a .textAndTitle span, .akMedia .tabsContent .item li .textAndTitle span {
            color: #FFF;
            border-radius: 2px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            background: #ff9400;
            display: inline-block;
            font-size: 12px;
            font-weight: 600;
            font-family: Open Sans;
            padding: 5px 10px;
            box-shadow: 0 0 1px transparent;
            position: relative;
            transition-property: color;
            -webkit-transition-property: color;
            -moz-transition-property: color;
            -o-transition-property: color;
            transition-duration: 0.3s;
            -webkit-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            margin-bottom: 10px; }
          .akMedia .tabsContent .item a .textAndTitle h3 a, .akMedia .tabsContent .item a .textAndTitle h3, .akMedia .tabsContent .item li .textAndTitle h3 a, .akMedia .tabsContent .item li .textAndTitle h3 {
            font-size: 14px;
            color: #FFF;
            font-weight: 600;
            font-family: Open Sans;
            line-height: normal; }
        .akMedia .tabsContent .item a:hover span:before, .akMedia .tabsContent .item li:hover span:before {
          -webkit-transform: scaleX(1);
          transform: scaleX(1);
          border-radius: 10px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px; }
    .akMedia .tabsContent .allView {
      text-align: center; }
      .akMedia .tabsContent .allView a {
        display: inline-block;
        padding: 12px 34px 16px 34px;
        background: #266cb2;
        font-size: 18px;
        color: #FFF;
        font-weight: 600;
        font-family: Open sans;
        line-height: 22px;
        border-radius: 24px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        margin-top: 5px;
        overflow: hidden;
        position: relative; }
        .akMedia .tabsContent .allView a i {
          font-size: 18px;
          margin-left: 6px; }

.targetItem {
  background: #256bb1;
  padding: 24px 0 20px 0; }
  .targetItem .title h1 {
    font-size: 24px;
    color: #FFF;
    font-weight: 700;
    font-family: Archivo Narrow;
    text-align: center;
    margin-bottom: 13px; }
    .targetItem .title h1 span {
      font-size: 72px;
      display: block; }
  .targetItem .cascade-slider_container {
    position: relative;
    width: 100%;
    height: 500px;
    margin: 0 auto;
    max-width: 1000px;
    /*.cascade-slider_item.prev .detail,
    .cascade-slider_item.next .detail {
        display: none;
    }*/ }
    .targetItem .cascade-slider_container .cascade-slider_item {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%) scale(0.3);
      -webkit-transform: translateY(-50%) translateX(-50%) scale(0.3);
      -moz-transform: translateY(-50%) translateX(-50%) scale(0.3);
      -o-transform: translateY(-50%) translateX(-50%) scale(0.3);
      transition: all 1s ease;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      opacity: 0;
      z-index: -1;
      overflow: hidden; }
      .targetItem .cascade-slider_container .cascade-slider_item > a:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 160px;
        z-index: 3;
        background: #000000;
        /* Old browsers */
        background: -moz-linear-gradient(top, transparent 0%, #000 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, transparent 0%, #000 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#000000',GradientType=0 );
        /* IE6-9 */
        opacity: 0.9;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .targetItem .cascade-slider_container .cascade-slider_item img {
        width: 100%;
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        filter: blur(4px);
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -ms-filter: blur(4px); }
      .targetItem .cascade-slider_container .cascade-slider_item .detail {
        position: absolute;
        left: 0;
        bottom: 15px;
        padding-left: 12px;
        z-index: 4;
        width: 100%; }
        .targetItem .cascade-slider_container .cascade-slider_item .detail > a {
          display: inline-block;
          font-size: 18px;
          color: #FFF;
          font-weight: 600;
          font-family: Open sans;
          line-height: 24px;
          text-shadow: 0 -1px 7px #000; }
        .targetItem .cascade-slider_container .cascade-slider_item .detail div a:first-child {
          display: inline-block;
          padding: 5px 14px 5px 0px;
          font-size: 16px;
          color: #FFF;
          font-weight: 600;
          font-family: Open sans; }
        .targetItem .cascade-slider_container .cascade-slider_item .detail div a:last-child {
          float: right;
          overflow: hidden;
          font-size: 16px;
          color: #ff9e1f;
          font-weight: 600;
          font-family: Open sans;
          opacity: 0.5;
          margin: 6px 12px 0 10px; }
    .targetItem .cascade-slider_container .cascade-slider_item.next {
      left: 50%;
      transform: translateY(-50%) translateX(-100%) scale(1);
      -webkit-transform: translateY(-50%) translateX(-100%) scale(1);
      -moz-transform: translateY(-50%) translateX(-100%) scale(1);
      -o-transform: translateY(-50%) translateX(-100%) scale(1);
      opacity: 1;
      z-index: 1; }
    .targetItem .cascade-slider_container .cascade-slider_item.prev {
      left: 50%;
      transform: translateY(-50%) translateX(0%) scale(1);
      -webkit-transform: translateY(-50%) translateX(0%) scale(1);
      -moz-transform: translateY(-50%) translateX(0%) scale(1);
      -o-transform: translateY(-50%) translateX(0%) scale(1);
      opacity: 1;
      z-index: 1; }
    .targetItem .cascade-slider_container .cascade-slider_item.now {
      overflow: visible !important;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%) scale(1.2);
      -moz-transform: translateY(-50%) translateX(-50%) scale(1.2);
      -webkit-transform: translateY(-50%) translateX(-50%) scale(1.2);
      -o-transform: translateY(-50%) translateX(-50%) scale(1.2);
      opacity: 1;
      z-index: 3; }
      .targetItem .cascade-slider_container .cascade-slider_item.now img {
        transform: scale(1) !important;
        -webkit-transform: scale(1) !important;
        -moz-transform: scale(1) !important;
        -o-transform: scale(1) !important;
        filter: blur(0px) !important; }
    .targetItem .cascade-slider_container .cascade-slider_arrow {
      display: inline-block;
      position: absolute;
      top: 50%;
      margin-top: -25px;
      cursor: pointer;
      z-index: 3;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      background: #FFF;
      text-align: center;
      box-shadow: 0 2px 2px #000; }
      .targetItem .cascade-slider_container .cascade-slider_arrow i {
        font-size: 20px;
        color: #256bb1;
        padding: 15px 21px 15px 15px; }
    .targetItem .cascade-slider_container .cascade-slider_arrow-left {
      left: -15px; }
      .targetItem .cascade-slider_container .cascade-slider_arrow-left i {
        padding: 15px 21px 15px 15px; }
    .targetItem .cascade-slider_container .cascade-slider_arrow-right {
      right: -15px; }
      .targetItem .cascade-slider_container .cascade-slider_arrow-right i {
        padding: 15px 15px 15px 21px; }
    .targetItem .cascade-slider_container .cascade-slider_nav {
      position: absolute;
      bottom: -120px;
      width: 100%;
      text-align: center;
      z-index: 5; }
      .targetItem .cascade-slider_container .cascade-slider_nav .cascade-slider_dot {
        display: inline-block;
        width: 1em;
        height: 1em;
        margin: 1em;
        background: #ddd;
        list-style: none;
        cursor: pointer; }
      .targetItem .cascade-slider_container .cascade-slider_nav .cascade-slider_dot:hover {
        background: #555; }
      .targetItem .cascade-slider_container .cascade-slider_nav .cascade-slider_dot.cur {
        background: #555; }

.womanPage .homeItem.presidencyJoinItem {
  box-shadow: 0 2px 5px #f7f7f7;
  border-bottom: 1px solid #eceaea; }

.homeItem {
  padding: 30px 0 40px 0;
  background: #f5f5f5;
  opacity: 0; }
  .homeItem .item a > img:first-child {
    width: 100%; }
  .homeItem .title {
    text-align: center;
    margin-bottom: 35px; }
    .homeItem .title span {
      display: block;
      font-size: 45px;
      color: #266cb2;
      font-weight: 700;
      font-family: Archivo Narrow;
      line-height: 40px; }
  .homeItem .item {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden; }
    .homeItem .item .imageBg:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 62%;
      left: 0;
      bottom: 0;
      z-index: 2;
      background: #000000;
      /* Old browsers */
      background: -moz-linear-gradient(top, transparent 0%, #000 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, transparent 0%, #000 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#000000',GradientType=0 );
      /* IE6-9 */
      opacity: 0.9;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .homeItem .item img {
      max-width: 100%; }
    .homeItem .item a {
      display: block; }
    .homeItem .item .detail {
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 3; }
      .homeItem .item .detail a {
        padding: 0 10px 25px 20px; }
        .homeItem .item .detail a span {
          display: block;
          font-size: 25px;
          color: #fff;
          font-weight: 700;
          font-family: Archivo Narrow; }
          .homeItem .item .detail a span strong {
            font-size: 37px;
            color: #ff9400;
            font-weight: 700;
            font-family: Archivo Narrow;
            margin: 5px 0;
            display: block; }
  .homeItem a.logo {
    position: absolute;
    top: 22px;
    right: 20px;
    z-index: 3; }
    .homeItem a.logo img {
      height: 69px;
      width: 69px; }
  .homeItem .item.item02 .detail {
    bottom: auto;
    top: 25px; }
  .homeItem .item.item02 a.logo {
    bottom: 22px;
    top: auto; }
  .homeItem .item.item04 a.logo {
    bottom: 22px;
    top: auto; }
  .homeItem .JoinItem {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    background: #FFF;
    box-shadow: 0 0 10px #e2e2e2;
    padding: 25px 37px 27px 50px; }
    .homeItem .JoinItem .text {
      float: left;
      background: url(img/joinIcon.png) left top 8px no-repeat;
      padding-left: 104px;
      width: calc(100% - 195px); }
      .homeItem .JoinItem .text h3 {
        font-size: 37px;
        color: #266cb2;
        font-weight: 700;
        font-family: Archivo Narrow;
        margin-bottom: 5px; }
      .homeItem .JoinItem .text p {
        font-size: 18px;
        color: #333333;
        font-weight: 400;
        font-family: Open Sans;
        line-height: 25px; }
    .homeItem .JoinItem a {
      float: right;
      background: #ff9400;
      padding: 15px 10px;
      display: inline-block;
      max-width: 193px;
      width: 100%;
      text-align: center;
      font-size: 17px;
      color: #FFF;
      font-weight: 700;
      font-family: Open Sans;
      margin-top: 25px;
      cursor: pointer; }
  .homeItem.presidencyJoinItem {
    padding: 30px 0 !important;
    z-index: 2;
    position: relative; }
    .homeItem.presidencyJoinItem h3 {
      font-size: 32px !important; }
    .homeItem.presidencyJoinItem p {
      font-size: 16px !important;
      line-height: 24px !important; }
    .homeItem.presidencyJoinItem .presidencyInformatin {
      position: relative;
      background: #ffffff;
      padding: 30px 20px 10px 20px;
      box-shadow: 0 0 10px #e2e2e2;
      min-height: 135px; }
      .homeItem.presidencyJoinItem .presidencyInformatin h2 {
        font-size: 25px;
        color: #266cb2;
        font-weight: 700;
        font-family: Open Sans; }
      .homeItem.presidencyJoinItem .presidencyInformatin span {
        font-size: 18px;
        color: #333333;
        font-weight: 600;
        font-family: Open Sans;
        line-height: 22px;
        margin-top: 4px;
        display: block; }
      .homeItem.presidencyJoinItem .presidencyInformatin img {
        position: absolute;
        left: 0;
        bottom: 100%;
        width: 100%;
        display: none; }

.photoAndVideo {
  background: #f5f5f5;
  padding: 50px 0px 69px 0; }
  .photoAndVideo .title {
    background: #256bb1;
    padding: 27px 13px 27px 15px; }
    .photoAndVideo .title h2 {
      font-size: 20px;
      color: #FFF;
      font-weight: 700;
      font-family: Open Sans;
      float: left; }
    .photoAndVideo .title a {
      float: right;
      font-size: 16px;
      color: #FFF;
      font-family: Open Sans;
      margin-top: 5px;
      min-width: 85px; }
      .photoAndVideo .title a span {
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        background: #FFF;
        width: 24px;
        text-align: center;
        display: inline-block;
        margin: -5px 0 0 10px;
        float: right;
        overflow: hidden; }
        .photoAndVideo .title a span i {
          color: #256bb1;
          font-size: 14px;
          padding: 5px 0; }
  .photoAndVideo .item {
    display: block; }
    .photoAndVideo .item img {
      width: 100%; }
  .photoAndVideo .photo,
  .photoAndVideo .video {
    background: #FFF;
    padding: 7px 6px; }
    .photoAndVideo .photo .col-md-6,
    .photoAndVideo .video .col-md-6 {
      margin-bottom: 2px; }
    .photoAndVideo .photo .item,
    .photoAndVideo .video .item {
      position: relative;
      min-height: 70px; }
      .photoAndVideo .photo .item:before,
      .photoAndVideo .video .item:before {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        width: 100%;
        height: 50%;
        z-index: 1;
        background: #000000;
        background: -moz-linear-gradient(top, transparent 0%, #000 100%);
        background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
        background: linear-gradient(to bottom, transparent 0%, #000 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#000000',GradientType=0 );
        opacity: 0.9; }
      .photoAndVideo .photo .item span,
      .photoAndVideo .video .item span {
        font-size: 14px;
        color: #FFF;
        font-weight: 600;
        font-family: Open Sans;
        line-height: 18px;
        position: absolute;
        left: 15px;
        bottom: 18px;
        z-index: 2;
        padding-right: 7px; }
  .photoAndVideo .video .item:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    z-index: 5;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6) url(img/videoIcon.png) no-repeat center center;
    opacity: 0; }
  .photoAndVideo .video .item:hover:after {
    display: block;
    opacity: 1; }

.pressPublicationSocial {
  background: #f5f5f5;
  padding: 50px 0 20px 0; }
  .pressPublicationSocial.categoryPuplish {
    padding-top: 10px !important; }
    .pressPublicationSocial.categoryPuplish .homePublication {
      padding-top: 20px; }
    .pressPublicationSocial.categoryPuplish .column {
      border-bottom: 1px solid #f5f5f5;
      padding-bottom: 30px;
      margin-bottom: 20px; }
    .pressPublicationSocial.categoryPuplish .homePublication .column:after {
      display: none !important; }
  .pressPublicationSocial .title {
    background: #256bb1;
    padding: 22px 13px 27px 15px; }
    .pressPublicationSocial .title h2 {
      font-size: 28px;
      color: #FFF;
      font-weight: 700;
      font-family: Open Sans;
      float: left; }
    .pressPublicationSocial .title a {
      float: right;
      font-size: 16px;
      color: #FFF;
      font-family: Open Sans;
      margin-top: 9px; }
      .pressPublicationSocial .title a span {
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        background: #FFF;
        width: 24px;
        text-align: center;
        display: inline-block;
        margin: -5px 0 0 10px;
        float: right;
        overflow: hidden; }
        .pressPublicationSocial .title a span i {
          color: #256bb1;
          font-size: 14px;
          padding: 5px 0; }
  .pressPublicationSocial .homePress {
    box-shadow: 0 5px 10px #dedede;
    margin-bottom: 30px; }
    .pressPublicationSocial .homePress .mCustomScrollbar {
      height: 542px; }
    .pressPublicationSocial .homePress ul {
      padding: 20px 0 10px 0px;
      background: #FFF; }
      .pressPublicationSocial .homePress ul li {
        display: block;
        margin: 0 0 10px 20px; }
        .pressPublicationSocial .homePress ul li a:first-child {
          display: block;
          float: left; }
          .pressPublicationSocial .homePress ul li a:first-child span {
            background: #ff9400;
            font-size: 16px;
            color: #FFF;
            font-weight: 600;
            font-family: Open Sans;
            line-height: 22px;
            padding: 3px;
            float: left;
            width: 50px;
            height: 50px;
            text-align: center;
            display: inline-block;
            margin-right: 10px; }
          .pressPublicationSocial .homePress ul li a:first-child img {
            display: inline-block;
            margin-right: 14px;
            margin-left: 6px;
            width: 39px;
            height: 48px;
            float: left; }
        .pressPublicationSocial .homePress ul li a:last-child {
          font-size: 11px;
          color: #333;
          font-weight: 600;
          font-family: Open Sans;
          line-height: 16px;
          border-bottom: 1px solid #c8c8c8;
          overflow: hidden;
          padding: 0 5px 10px 0;
          height: 63px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: flex-start; }
        .pressPublicationSocial .homePress ul li:last-child {
          margin-bottom: 0; }
  .pressPublicationSocial .homePublication {
    background: #FFF;
    box-shadow: 0 5px 10px #dedede;
    margin-bottom: 30px; }
    .pressPublicationSocial .homePublication .item .column {
      position: relative; }
      .pressPublicationSocial .homePublication .item .column:hover figure > a {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -o-transform: translateY(-5px); }
      .pressPublicationSocial .homePublication .item .column:hover figure > a:before {
        opacity: 1;
        transform: translateY(5px);
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -o-transform: translateY(5px); }
      .pressPublicationSocial .homePublication .item .column:hover figure a {
        color: #256bb1; }
      .pressPublicationSocial .homePublication .item .column::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 101%;
        height: 273px;
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0%, #e4e3e3 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffffff 0%, #e4e3e3 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffffff 0%, #e4e3e3 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e3e3',GradientType=0 );
        /* IE6-9 */ }
      .pressPublicationSocial .homePublication .item .column figure {
        position: relative;
        z-index: 2;
        padding: 20px 0 22px 0;
        text-align: center; }
        .pressPublicationSocial .homePublication .item .column figure img {
          max-width: 100%; }
        .pressPublicationSocial .homePublication .item .column figure > a {
          text-align: center;
          vertical-align: middle;
          transform: perspective(1px) translateZ(0);
          -webkit-transform: perspective(1px) translateZ(0);
          -moz-transform: perspective(1px) translateZ(0);
          -o-transform: perspective(1px) translateZ(0);
          box-shadow: 0 0 1px transparent;
          position: relative;
          transition-duration: 0.3s;
          -webkit-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          transition-property: transform;
          -webkit-transition-property: transform;
          -moz-transition-property: transform;
          -o-transition-property: transform;
          min-height: 164px; }
          .pressPublicationSocial .homePublication .item .column figure > a:before {
            pointer-events: none;
            position: absolute;
            z-index: -1;
            content: '';
            top: 100%;
            left: 5%;
            height: 10px;
            width: 90%;
            opacity: 0;
            background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
            background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
            transition-duration: 0.3s;
            -webkit-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            transition-property: transform, opacity;
            -webkit-transition-property: transform, opacity;
            -moz-transition-property: transform, opacity;
            -o-transition-property: transform, opacity; }
          .pressPublicationSocial .homePublication .item .column figure > a img {
            border: 2px solid #000;
            height: 164px;
            width: 120px; }
        .pressPublicationSocial .homePublication .item .column figure a {
          display: block; }
        .pressPublicationSocial .homePublication .item .column figure figcaption {
          margin-top: 19px; }
          .pressPublicationSocial .homePublication .item .column figure figcaption a {
            max-width: 110px;
            margin: 0 auto;
            font-size: 13px;
            color: #333;
            font-weight: 600;
            font-family: Open Sans;
            line-height: 16px;
            height: 48px;
            overflow: hidden; }
  .pressPublicationSocial .videoList {
    margin-bottom: 30px; }
    .pressPublicationSocial .videoList .mCustomScrollbar {
      height: 448px; }
    .pressPublicationSocial .videoList ul {
      background: #FFF; }
      .pressPublicationSocial .videoList ul li {
        padding: 0 0 11px 0;
        margin: 10px 0 0 20px;
        border-bottom: 1px solid #d4d4d4; }
        .pressPublicationSocial .videoList ul li a {
          display: block; }
        .pressPublicationSocial .videoList ul li a:first-child {
          float: left;
          overflow: hidden;
          margin-right: 15px;
          position: relative; }
          .pressPublicationSocial .videoList ul li a:first-child:before {
            position: absolute;
            left: 0;
            top: 0;
            content: "";
            width: 100%;
            height: 100%;
            background: url(img/videoIcon.png) no-repeat center center;
            z-index: 2;
            background-size: 34%; }
          .pressPublicationSocial .videoList ul li a:first-child img {
            width: 85px;
            height: 65px; }
        .pressPublicationSocial .videoList ul li a:last-child {
          font-size: 11px;
          color: #333333;
          font-weight: 500;
          font-family: Open sans;
          line-height: 14px;
          margin-top: 6px; }

.timeLine {
  padding: 60px 0 58px 0; }
  .timeLine .bx-controls-direction {
    max-width: 1100px; }
    .timeLine .bx-controls-direction a {
      border: 2px solid #FFF; }
  .timeLine .title {
    text-align: center;
    margin-bottom: 15px; }
    .timeLine .title span {
      display: block;
      font-size: 45px;
      color: #257cbb;
      font-weight: 700;
      font-family: Archivo Narrow;
      line-height: 40px; }

.tabsHome {
  background: #000000 url(img/15temmuz.png) no-repeat center center;
  min-height: 681px;
  padding: 60px 0 50px 0; }
  .tabsHome img {
    max-width: 100%; }
  .tabsHome .transformer-tabs ul {
    background: #000 !important; }
  .tabsHome .transformer-tabs .ui-state-active a {
    background: #000 !important; }
  .tabsHome .tabsNav ul {
    max-width: 986px;
    background: #000;
    border: 1px solid #363636;
    margin: 0 auto;
    padding: 0 20px; }
    .tabsHome .tabsNav ul li {
      float: left;
      padding: 0 14px;
      display: inline-block;
      border-width: 4px; }
      .tabsHome .tabsNav ul li a {
        font-size: 14px;
        color: #FFF;
        font-weight: 700;
        font-family: Open Sans;
        line-height: 20px;
        padding: 20px 0;
        display: block;
        outline: none; }
      .tabsHome .tabsNav ul li:hover, .tabsHome .tabsNav ul li.ui-tabs-active {
        border-bottom: 4px solid #f49b35; }
        .tabsHome .tabsNav ul li:hover a, .tabsHome .tabsNav ul li.ui-tabs-active a {
          color: #f49b35; }
  .tabsHome #tabsHomeContent01 {
    text-align: center;
    padding: 50px 0 30px 0; }
    .tabsHome #tabsHomeContent01 span {
      font-size: 37px;
      color: #fff;
      font-weight: 700;
      font-family: Archivo Narrow;
      line-height: 40px;
      display: block;
      margin-bottom: 26px; }
      .tabsHome #tabsHomeContent01 span strong {
        font-size: 57px;
        color: #fff;
        font-weight: 700;
        font-family: Archivo Narrow;
        line-height: 40px;
        display: block;
        margin-bottom: 6px; }

.socialMedia {
  box-shadow: 0 5px 10px #dedede; }
  .socialMedia .socialScroll {
    height: 542px;
    overflow-y: scroll; }
  .socialMedia .titleSocial {
    background: #256bb1;
    padding-top: 13px;
    padding-bottom: 5px; }
    .socialMedia .titleSocial ul {
      text-align: center; }
    .socialMedia .titleSocial li {
      display: inline-block;
      width: 50px; }
      .socialMedia .titleSocial li a {
        text-align: center;
        display: block; }
        .socialMedia .titleSocial li a:focus, .socialMedia .titleSocial li a:active {
          outline: none; }
        .socialMedia .titleSocial li a span {
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          font-size: 22px;
          display: inline-block;
          background: #92b5d8;
          width: 32px;
          height: 32px;
          text-align: center;
          padding-top: 5px; }
          .socialMedia .titleSocial li a span i {
            color: #256bb1; }
        .socialMedia .titleSocial li a strong {
          font-size: 10px;
          color: #92b5d8;
          font-weight: 400;
          font-family: Open sans;
          line-height: 25px;
          display: block; }
        .socialMedia .titleSocial li a:hover span {
          background: #f49b35; }
          .socialMedia .titleSocial li a:hover span i {
            color: #fff; }
        .socialMedia .titleSocial li a:hover strong {
          color: #f49b35; }
    .socialMedia .titleSocial .ui-tabs-active span {
      background: #f49b35; }
      .socialMedia .titleSocial .ui-tabs-active span i {
        color: #fff; }
    .socialMedia .titleSocial .ui-tabs-active strong {
      color: #f49b35;
      border-bottom: 5px solid #f49b35; }

.timeLine #timeline {
  margin: 0 auto;
  max-width: 1110px; }
.timeLine .homeTimeLine {
  position: relative; }
  .timeLine .homeTimeLine .jcarouselOneSlider {
    max-width: 386px;
    margin: 0 auto; }
  .timeLine .homeTimeLine .jcarouselTwoSlider {
    max-width: 772px;
    margin: 0 auto; }
  .timeLine .homeTimeLine .jcarouselThreeSlider {
    max-width: 1158px;
    margin: 0 auto; }
  .timeLine .homeTimeLine .jcarouselFourSlider {
    max-width: 1544px;
    margin: 0 auto; }
  .timeLine .homeTimeLine .bx-wrapper {
    margin: 0 auto; }
    .timeLine .homeTimeLine .bx-wrapper li {
      max-width: 397px; }
    .timeLine .homeTimeLine .bx-wrapper img {
      width: 100%; }
  .timeLine .homeTimeLine .item {
    background: #FFF; }
    .timeLine .homeTimeLine .item li:not(:last-child) {
      margin-right: 20px; }
.timeLine .homeTimeLine .item.passiveSlider {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }
  .timeLine .homeTimeLine .item.passiveSlider .jcarousel-control-prev,
  .timeLine .homeTimeLine .item.passiveSlider .jcarousel-control-next {
    background: #000;
    width: 48px;
    height: 48px;
    text-align: center;
    top: 50%;
    bottom: 0;
    z-index: 5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%; }
  .timeLine .homeTimeLine .item.passiveSlider .jcarousel-control-prev {
    left: 22%; }
  .timeLine .homeTimeLine .item.passiveSlider .jcarousel-control-next {
    right: 21%; }
.timeLine .homeTimeLine .item.activeSlider {
  visibility: visible;
  position: static;
  opacity: 1; }
  .timeLine .homeTimeLine .item.activeSlider li > div:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 170px;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: #000000;
    /* Old browsers */
    background: -moz-linear-gradient(top, transparent 0%, #000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%, #000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */
    opacity: 0.9;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
.timeLine .homeTimeLine .item {
  /*display: block;*/
  /*visibility: hidden;*/ }
  .timeLine .homeTimeLine .item li > div {
    position: relative;
    overflow: hidden;
    display: block; }
    .timeLine .homeTimeLine .item li > div .date {
      font-size: 16px;
      color: #ff9400;
      font-weight: 700;
      font-family: Open Sans;
      line-height: 25px;
      position: absolute;
      right: 0px;
      left: 0px;
      text-align: right;
      padding-right: 15px;
      padding-top: 10px;
      text-shadow: 1px 1px #000; }
    .timeLine .homeTimeLine .item li > div .title {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 3;
      padding: 0px 15px 0px 15px;
      text-align: left; }
      .timeLine .homeTimeLine .item li > div .title h2 {
        font-size: 15px;
        color: #FFF;
        font-weight: 600;
        font-family: Open Sans;
        line-height: 21px;
        min-height: 50px; }

.corporateIdentity {
  background: #FFF; }
  .corporateIdentity a {
    display: block; }
  .corporateIdentity img {
    max-width: 100%; }
  .corporateIdentity .corporateIdentityItem:not(:last-child) {
    border-bottom: 1px solid #dedede;
    padding-bottom: 30px;
    margin-bottom: 30px;
    width: 100%; }

#ekmApplication {
  background: #ffffff;
  padding: 25px 0; }
  #ekmApplication h1 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    font-family: Open Sans;
    margin-bottom: 25px; }
  #ekmApplication .item {
    margin-bottom: 30px;
    position: relative; }
    #ekmApplication .item label:first-child {
      display: block;
      font-size: 15px;
      color: #000;
      font-weight: 600;
      font-family: Open Sans;
      margin-bottom: 10px; }
    #ekmApplication .item label.error {
      position: absolute;
      bottom: -19px;
      left: 15px;
      font-size: 12px;
      color: red;
      font-weight: 400;
      font-family: Open Sans; }
    #ekmApplication .item textarea {
      background: #f0f0f1;
      height: 133px;
      width: 100%;
      resize: none;
      padding: 15px 10px;
      font-size: 16px;
      color: #bebebf;
      font-size: 14px;
      color: #000;
      font-weight: 400;
      font-family: Open Sans;
      border: 1px solid #dedede; }
    #ekmApplication .item select {
      background: #f0f0f1;
      font-size: 14px;
      color: #000;
      font-weight: 600;
      font-family: Open Sans;
      width: 100%;
      height: 40px;
      border: 1px solid #dedede;
      padding: 0 10px; }
    #ekmApplication .item input {
      font-size: 14px;
      color: #000;
      font-weight: 400;
      font-family: Open Sans;
      background: #f0f0f1;
      height: 40px;
      border: 0;
      width: 90%;
      padding: 15px 10px;
      width: 100%;
      border: 1px solid #dedede; }
  #ekmApplication .submitBtn input {
    background: #266cb2;
    padding: 18px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    font-family: Open Sans;
    border: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px; }

.ld-ring {
  width: 1em;
  height: 1em;
  position: relative;
  color: inherit;
  display: none;
  float: right;
  color: #fff; }

.ld-ring:after {
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: " ";
  display: inline-block;
  background: center center no-repeat;
  background-size: cover; }

.ld-ring:after {
  border-radius: 50%;
  border-style: solid;
  border-width: 0.15em;
  -webkit-background-clip: padding-box;
  border-color: currentColor currentColor currentColor transparent;
  box-sizing: border-box; }

@keyframes ld-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes ld-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.ld.ld-spin {
  -webkit-animation: ld-spin 1s infinite;
  animation: ld-spin 1s infinite; }

.btnAllView {
  text-align: center;
  cursor: pointer; }
  .btnAllView > div {
    padding: 15px 15px;
    min-width: 253px;
    margin: 0 auto;
    display: inline-block;
    outline: none;
    position: relative;
    background: #266cb2;
    color: #fff;
    box-shadow: 0 6px #0b3e71;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    transition-timing-function: ease-in;
    overflow: hidden;
        /*&:active {
            box-shadow: 0 0 #0b3e71;
            top: 6px;
        }

        &:after {
            content: '';
            position: absolute;
            z-index: -1;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
        }

        &:hover {
            box-shadow: 0 8px #0b3e71;
            top: -2px;
        }*/ }
    .btnAllView > div > span {
      font-size: 13px;
      color: #FFF;
      font-weight: 600;
      font-family: Open sans;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

.mCustomScrollbar {
  height: 537px;
  overflow: hidden; }

.mCSB_inside > .mCSB_container {
  margin-right: 0; }

.mCSB_scrollTools {
  opacity: 0 !important; }

.mCustomScrollbar:hover .mCSB_scrollTools {
  opacity: 1 !important; }

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: .3s ease-out; }

.breadcrumbItem {
  padding: 30px 0 32px 0;
  position: relative;
  z-index: 3;
  background: #f5f5f5;
  /* For browsers that do not support gradients */ }
  .breadcrumbItem:before {
    content: "";
    height: 20px;
    width: 100%;
    background: #f5f5f5;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#cfcfcf, #f5f5f5);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#cfcfcf, #f5f5f5);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#cfcfcf, #f5f5f5);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#cfcfcf, #f5f5f5);
    /* Standard syntax */
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0; }
  .breadcrumbItem .breadcrumbText a, .breadcrumbItem .breadcrumbText span {
    float: left;
    font-size: 16px;
    color: #266cb2;
    font-weight: 500;
    font-family: Open Sans; }
  .breadcrumbItem .breadcrumbText a {
    margin-right: 8px; }
  .breadcrumbItem.mediaSelect {
    padding: 18px 0 18px 0; }
    .breadcrumbItem.mediaSelect .breadcrumbText {
      margin-top: 17px; }
    .breadcrumbItem.mediaSelect .selectItem {
      max-width: 232px;
      float: right;
      width: 100%;
      position: relative; }
      .breadcrumbItem.mediaSelect .selectItem span {
        background: #266cb2;
        font-size: 15px;
        color: #fff;
        font-weight: 700;
        font-family: Open Sans;
        padding: 16px 32px 16px 21px;
        display: block;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        margin-bottom: 2px;
        box-shadow: 0 0 5px #e8e8e8;
        position: relative;
        cursor: pointer; }
        .breadcrumbItem.mediaSelect .selectItem span:before {
          content: "";
          position: absolute;
          right: 10px;
          top: 19px;
          background: url(img/mediaSelectIcon.png) no-repeat;
          width: 12px;
          height: 7px;
          z-index: 2;
          transform: rotate(180deg); }
        .breadcrumbItem.mediaSelect .selectItem span.open:before {
          transform: rotate(0deg);
          display: block; }
      .breadcrumbItem.mediaSelect .selectItem > div {
        background: #FFF;
        border: 1px solid #e8e8e8;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        box-shadow: 0 0 5px #e8e8e8;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%; }
        .breadcrumbItem.mediaSelect .selectItem > div.open {
          display: block; }
        .breadcrumbItem.mediaSelect .selectItem > div a {
          padding: 3px 10px 3px 21px;
          font-size: 13px;
          color: #000;
          font-weight: 400;
          font-family: Open Sans;
          line-height: 30px;
          display: block;
          border-bottom: 1px solid #e8e8e8; }
          .breadcrumbItem.mediaSelect .selectItem > div a:hover {
            background: #e5e5e5; }
      .breadcrumbItem.mediaSelect .selectItem .mCustomScrollbar {
        height: 350px !important; }
        .breadcrumbItem.mediaSelect .selectItem .mCustomScrollbar .mCSB_scrollTools {
          right: 0px;
          left: auto; }

.newsVideo a:before {
  background: rgba(0, 0, 0, 0.6) url(img/videoIcon.png) no-repeat center center; }

.newsPhoto a:before {
  background: rgba(0, 0, 0, 0.6) url(img/photoIcon.png) no-repeat center center; }

.newsVideo a:before,
.newsPhoto a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  z-index: 2;
  height: 100%;
  width: 100%;
  opacity: 0; }

.newsVideo a:hover:before,
.newsPhoto a:hover:before {
  opacity: 1; }

.accordion div, .accordion p {
  display: block; }

.turkeyMapsItem {
  background: #f5f5f5; }

.akMedia .otherSliderAkmedia {
  position: relative; }
  .akMedia .otherSliderAkmedia #akMedia-2, .akMedia .otherSliderAkmedia #akMedia-3, .akMedia .otherSliderAkmedia #akMedia-4 {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }

.main {
  background: #f5f5f5; }
  .main .pdfButtons {
    margin: -38px 0 0 0; }
    .main .pdfButtons div {
      float: right; }
      .main .pdfButtons div a {
        float: left;
        font-size: 15px;
        color: #fff;
        font-weight: 600;
        font-family: Open Sans;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        background: #266cb2;
        padding: 8px 12px;
        margin: 0 5px 10px 5px;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .main .pdfButtons div a:hover {
          background: #ff9400; }
  .main aside {
    background: #FFF;
    margin-bottom: 30px;
    box-shadow: 0 5px 10px #dedede; }
    .main aside .title {
      padding-bottom: 11px;
      border-bottom: 1px solid #e2e2e2;
      cursor: pointer;
      font-size: 18px;
      color: #2466a9;
      font-weight: 600;
      font-family: Open Sans;
      padding-top: 32px; }
      .main aside .title span {
        float: left;
        display: inline-block;
        background: #2466a9;
        width: 47px;
        height: 47px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        padding-top: 5px;
        overflow: hidden;
        text-align: center;
        margin: -14px 10px 0 16px; }
    .main aside .ui-accordion-header-icon {
      display: none !important; }
    .main aside > div > ul > li a {
      outline: none; }
    .main aside > div > ul > li.active ul {
      display: block !important; }
    .main aside > div > ul > li > a:hover, .main aside > div > ul > li li:hover a {
      background: #fff; }
    .main aside > div > ul > li .active a {
      color: #ff9400 !important; }
    .main aside > div > ul > li > a {
      padding: 14px 10px 18px 25px;
      display: block;
      font-size: 16px;
      color: #333333;
      font-weight: 700;
      font-family: Open Sans; }
    .main aside > div > ul > li ul li a {
      display: block;
      overflow: hidden;
      font-size: 16px;
      color: #333333;
      font-weight: 600;
      font-family: Open Sans;
      line-height: 24px;
      margin: 7px 0;
      padding: 8px 10px 9px 44px; }
    .main aside > div > ul > li a.ui-state-active, .main aside > div > ul > li a.ui-state-active:hover {
      background: #ebebeb !important; }
  .main .partyTitle {
    margin-bottom: 13px; }
    .main .partyTitle h1 {
      font-size: 18px;
      color: #000;
      font-weight: 700;
      font-family: Open Sans; }
  .main .documentPage > div {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
    margin: 0 20px 10px 20px; }
  .main .documentPage h1 {
    font-size: 20px;
    color: #767676;
    font-weight: 500;
    font-family: Open Sans;
    line-height: 16px;
    margin: 40px 30px 25px 30px;
    /*border-bottom: 1px solid #e6e6e6;*/
    text-align: center; }
  .main .documentPage .item {
    margin-bottom: 0;
    margin-top: 60px;
    border: 1px solid #e6e6e6;
    text-align: center; }
    .main .documentPage .item:hover a:first-child {
      background: #266cb2; }
    .main .documentPage .item a {
      display: inline-block; }
    .main .documentPage .item a:first-child {
      padding: 15px 0;
      width: 100px;
      background: #f3f3f3;
      text-align: center;
      margin-top: -44px;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px; }
      .main .documentPage .item a:first-child img {
        height: 48px; }
    .main .documentPage .item a:last-child {
      margin-top: 20px;
      padding: 0 10px 20px 10px;
      display: block; }
      .main .documentPage .item a:last-child span {
        font-size: 15px;
        color: #333333;
        font-weight: 600;
        font-family: Open Sans;
        line-height: 20px;
        display: block; }
  .main .accordionDocumentPage {
    background: #FFF;
    margin-bottom: 17px; }
    .main .accordionDocumentPage > div {
      border-bottom: 0; }
  .main #posts .hideItem {
    opacity: 0; }
  .main #posts .col-md-3, .main #posts .col-md-4 {
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .main .profileContent .item {
    background: #FFF;
    padding: 15px; }
  .main .profileContent img {
    float: left;
    overflow: hidden;
    margin: 0 15px 15px 0; }
  .main .profileContent h1 {
    font-size: 24px;
    color: #266cb2;
    font-weight: 600;
    font-family: Open Sans;
    border-bottom: 1px solid #ededed;
    padding-bottom: 16px;
    margin-bottom: 13px;
    position: relative;
    margin-top: 12px;
    overflow: hidden; }
  .main .profileContent p {
    font-size: 14px;
    color: #626060;
    font-weight: 400;
    font-family: Open Sans;
    line-height: 24px;
    margin-bottom: 12px; }
  .main .listItem01 {
    margin-bottom: 20px; }
    .main .listItem01 .column {
      background: #ffffff;
      padding: 0 0 0 0;
      margin-bottom: 20px;
      box-shadow: 0 5px 10px #dedede; }
      .main .listItem01 .column img {
        width: 100%;
        margin-bottom: 5px; }
      .main .listItem01 .column .text {
        padding: 0 20px 0 20px; }
        .main .listItem01 .column .text .title {
          position: relative;
          height: 30px;
          overflow: hidden;
          margin-bottom: 7px; }
          .main .listItem01 .column .text .title a {
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            font-size: 14px;
            color: #333333;
            font-weight: 700;
            font-family: Open Sans;
            line-height: 16px; }
        .main .listItem01 .column .text h2 {
          font-size: 16px;
          color: #266cb2;
          font-weight: 600;
          font-family: Open Sans;
          border-bottom: 1px solid #ededed;
          padding-bottom: 16px;
          margin-bottom: 13px;
          position: relative; }
        .main .listItem01 .column .text p {
          font-size: 12px;
          color: #626060;
          font-weight: 400;
          font-family: Open Sans;
          line-height: 20px;
          margin-bottom: 12px;
          height: 82px;
          overflow: hidden; }
        .main .listItem01 .column .text > a {
          background: #ff9400;
          border-radius: 2px;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          font-size: 12px;
          color: #fff;
          font-weight: 600;
          font-family: Open Sans;
          line-height: 25px;
          padding: 0 22px 0 15px;
          display: inline-block;
          margin-bottom: 17px; }
  .main .listItem03 {
    margin-bottom: 20px; }
    .main .listItem03.contentList03 .column {
      padding-top: 15px;
      padding-left: 15px;
      padding-right: 15px; }
    .main .listItem03.contentList03 .text {
      padding-bottom: 20px; }
      .main .listItem03.contentList03 .text p {
        height: auto !important; }
    .main .listItem03 .column {
      background: #ffffff;
      padding: 0 0 0 0;
      margin-bottom: 20px;
      box-shadow: 0 5px 10px #dedede; }
      .main .listItem03 .column .image {
        float: left;
        overflow: hidden; }
        .main .listItem03 .column .image img {
          width: 100%;
          margin-bottom: 5px;
          width: 136px;
          height: 167px;
          margin: 10px 0 10px 10px; }
      .main .listItem03 .column .text {
        padding: 0 20px 0 20px;
        float: left;
        width: calc(100% - 146px);
        margin-top: 5px; }
        .main .listItem03 .column .text .title {
          position: relative;
          height: 30px;
          overflow: hidden;
          margin-bottom: 7px; }
          .main .listItem03 .column .text .title a {
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            font-size: 14px;
            color: #333333;
            font-weight: 700;
            font-family: Open Sans;
            line-height: 16px; }
          .main .listItem03 .column .text .title span {
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            font-size: 16px;
            color: #333333;
            font-weight: 700;
            font-family: Open Sans;
            line-height: 16px; }
        .main .listItem03 .column .text h2 {
          font-size: 16px;
          color: #266cb2;
          font-weight: 600;
          font-family: Open Sans;
          border-bottom: 1px solid #ededed;
          padding-bottom: 16px;
          margin-bottom: 13px;
          position: relative; }
        .main .listItem03 .column .text h1 {
          font-size: 18px;
          color: #266cb2;
          font-weight: 600;
          font-family: Open Sans;
          border-bottom: 1px solid #ededed;
          padding-bottom: 16px;
          margin-bottom: 13px;
          position: relative;
          margin-top: 5px; }
        .main .listItem03 .column .text p {
          font-size: 12px;
          color: #626060;
          font-weight: 400;
          font-family: Open Sans;
          line-height: 20px;
          margin-bottom: 12px;
          height: 42px;
          overflow: hidden; }
        .main .listItem03 .column .text > a {
          background: #ff9400;
          border-radius: 2px;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          font-size: 12px;
          color: #fff;
          font-weight: 600;
          font-family: Open Sans;
          line-height: 25px;
          padding: 0 22px 0 15px;
          display: inline-block;
          margin-bottom: 17px; }
  .main .partyContent {
    margin-bottom: 17px; }
    .main .partyContent a {
      padding: 14px;
      display: block;
      font-size: 14px;
      color: #000;
      font-weight: 600;
      font-family: Open Sans;
      background: #FFF; }
  .main .content {
    background: #FFF;
    box-shadow: 0 5px 10px #dedede;
    padding-bottom: 20px;
    margin-bottom: 30px; }
    .main .content .tagPage {
      padding: 20px; }
      .main .content .tagPage .logoTurkishBulten {
        border-bottom: 1px dotted #dbdbdb;
        padding-bottom: 25px;
        margin-bottom: 25px;
        text-align: center;
        margin-top: 5px; }
      .main .content .tagPage h1 {
        font-size: 18px;
        color: #4c4c4c;
        font-weight: 800;
        font-family: Open Sans;
        line-height: normal; }
      .main .content .tagPage .item {
        margin-top: 25px; }
        .main .content .tagPage .item > span {
          font-size: 16px;
          color: #010101;
          font-weight: 400;
          font-family: Open Sans;
          line-height: normal; }
        .main .content .tagPage .item > div strong {
          font-size: 16px;
          color: #4c4c4c;
          font-weight: 800;
          font-family: Open Sans;
          line-height: normal;
          display: block; }
        .main .content .tagPage .item > div span {
          font-size: 16px;
          color: #010101;
          font-weight: 400;
          font-family: Open Sans;
          line-height: normal;
          display: block; }
        .main .content .tagPage .item > div a {
          display: block;
          font-size: 16px;
          color: #010101;
          font-weight: 400;
          font-family: Open Sans;
          line-height: normal; }
    .main .content .otherContentPage {
      padding: 20px; }
      .main .content .otherContentPage p, .main .content .otherContentPage div {
        font-size: 14px;
        color: #333333;
        font-weight: 400;
        font-family: Open Sans;
        line-height: 21px;
        margin-bottom: 20px; }
      .main .content .otherContentPage a {
        font-size: 14px;
        color: #333333;
        font-weight: 400;
        font-family: Open Sans;
        line-height: 21px;
        margin-bottom: 20px;
        text-decoration: underline; }
      .main .content .otherContentPage ul li {
        font-size: 14px;
        color: #333333;
        font-weight: 400;
        font-family: Open Sans;
        line-height: 21px;
        margin-left: 15px;
        list-style-type: disc; }
      .main .content .otherContentPage ol li {
        font-size: 14px;
        color: #333333;
        font-weight: 400;
        font-family: Open Sans;
        line-height: 21px;
        margin-bottom: 15px; }
      .main .content .otherContentPage h1,
      .main .content .otherContentPage h2,
      .main .content .otherContentPage h3,
      .main .content .otherContentPage h4,
      .main .content .otherContentPage h5,
      .main .content .otherContentPage h6 {
        color: #000;
        font-weight: 600;
        font-family: Open Sans;
        margin-bottom: 7px; }
      .main .content .otherContentPage h1, .main .content .otherContentPage h1 strong {
        font-size: 24px; }
      .main .content .otherContentPage h2 {
        font-size: 22px; }
      .main .content .otherContentPage h3 {
        font-size: 18px; }
      .main .content .otherContentPage h4 {
        font-size: 16px; }
      .main .content .otherContentPage h5 {
        font-size: 12px; }
      .main .content .otherContentPage h6 {
        font-size: 10px; }
      .main .content .otherContentPage table {
        border: 1px solid #000; }
        .main .content .otherContentPage table th {
          border: 1px solid #000; }
        .main .content .otherContentPage table tr {
          border: 1px solid #000; }
          .main .content .otherContentPage table tr td {
            border: 1px solid #000;
            padding: 5px 7px;
            font-size: 12px;
            color: #000;
            font-weight: 400;
            font-family: Poppins;
            line-height: normal; }
      .main .content .otherContentPage ul li {
        list-style-type: disc;
        margin-left: 20px; }
    .main .content .videoIframe {
      background: #000;
      margin-bottom: 10px; }
      .main .content .videoIframe p {
        padding: 0px !important;
        margin: 0px !important;
        line-height: 0px !important; }
      .main .content .videoIframe iframe {
        width: 100%; }
    .main .content iframe {
      /*margin-left: 30px;
      width: calc(100% - 60px);*/
      height: 315px; }
    .main .content .imageAndTitle {
      background: #ededed;
      text-align: center;
      padding: 13px 10px 20px 10px;
      margin-bottom: 35px; }
      .main .content .imageAndTitle img {
        margin-bottom: 17px;
        max-width: 100%; }
      .main .content .imageAndTitle h1 {
        text-align: center;
        display: block;
        font-size: 21px;
        color: #266cb2;
        font-weight: 600;
        font-family: Open Sans; }
        .main .content .imageAndTitle h1 strong {
          display: block;
          font-size: 16px;
          color: #333333;
          font-weight: 600;
          font-family: Open Sans;
          margin-bottom: 4px; }
    .main .content h3 {
      font-size: 20px;
      color: #000;
      font-weight: 700;
      font-family: Open Sans;
      line-height: 21px;
      margin: 30px 0 25px 0; }
    .main .content p {
      font-size: 14px;
      color: #333333;
      font-weight: 400;
      font-family: Open Sans;
      line-height: 21px;
      padding: 0 30px 0 30px;
      margin-bottom: 20px; }
    .main .content p.firstText {
      font-size: 15px;
      color: #000000;
      font-weight: 600;
      font-family: Open Sans;
      line-height: 21px;
      margin-bottom: 30px; }
    .main .content .titleAndSearch {
      padding: 20px 20px 20px 20px;
            /*.datepickerBtn {
                padding-left: 20px;
                float: right;
                cursor: pointer;
                display:block;

                i {
                    color: #333333;
                    font-size: 20px;
                }

                
            }*/ }
      .main .content .titleAndSearch .searchBtn {
        float: right;
        margin-right: 0;
        padding-right: 0;
        border: 1px solid #fff;
        margin-top: -5px; }
        .main .content .titleAndSearch .searchBtn span {
          color: #333333; }
      .main .content .titleAndSearch .searchBtn.open {
        border: 1px solid #2e3944 !important; }
      .main .content .titleAndSearch h1 {
        float: left;
        font-size: 18px;
        color: #2466a9;
        font-weight: 600;
        font-family: Open Sans;
        margin-top: 4px;
        margin-right: 15px; }
      .main .content .titleAndSearch .search {
        float: right; }
        .main .content .titleAndSearch .search i {
          color: #333333;
          font-size: 20px; }
      .main .content .titleAndSearch input.datepickerBtn {
        height: 20px;
        width: 20px;
        float: right;
        border: 0;
        margin-left: 10px;
        background: url(img/datepickkerIcon.png) no-repeat center center;
        text-indent: -9999px;
        display: block;
        cursor: pointer; }
    .main .content .listItem02 .item {
      margin-bottom: 20px;
      position: relative;
      overflow: hidden;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      /*border: 0 solid $colorOrange;*/ }
      .main .content .listItem02 .item:hover {
        /*margin: -3px 0 40px 0;*/
        /*box-shadow:7px 7px 3px #666;*/
        /*border: 10px solid $colorOrange;*/ }
      .main .content .listItem02 .item a {
        display: block; }
        .main .content .listItem02 .item a img {
          width: 100%;
          position: relative;
          z-index: 1;
          -moz-transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .main .content .listItem02 .item a .textAndTitle {
          position: relative;
          z-index: 3; }
        .main .content .listItem02 .item a:after {
          content: "";
          position: absolute;
          width: 100%;
          height: 100px;
          left: 0;
          bottom: 0;
          z-index: 2;
          background: #000000;
          /* Old browsers */
          background: -moz-linear-gradient(top, transparent 0%, #000 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, transparent 0%, #000 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#000000',GradientType=0 );
          /* IE6-9 */
          opacity: 0.9;
          -moz-transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .main .content .listItem02 .item a:hover img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); }
        .main .content .listItem02 .item a .textAndTitle {
          position: absolute;
          bottom: 0;
          left: 0;
          padding: 0px 16px 10px 16px; }
          .main .content .listItem02 .item a .textAndTitle span {
            color: #FFF;
            border-radius: 20px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            background: #ff9400;
            display: inline-block;
            font-size: 12px;
            font-weight: 600;
            font-family: Open Sans;
            padding: 5px 10px;
            box-shadow: 0 0 1px transparent;
            position: relative;
            transition-property: color;
            -webkit-transition-property: color;
            -moz-transition-property: color;
            -o-transition-property: color;
            transition-duration: 0.3s;
            -webkit-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            margin-bottom: 5px; }
          .main .content .listItem02 .item a .textAndTitle h3 {
            font-size: 13px;
            color: #ffffff;
            font-weight: 600;
            font-family: Open Sans;
            line-height: 17px;
            margin: 0 0 8px 0 !important; }
        .main .content .listItem02 .item a:hover span:before {
          -webkit-transform: scaleX(1);
          transform: scaleX(1);
          border-radius: 10px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px; }
    .main .content .listItem02 .allView {
      text-align: center; }
      .main .content .listItem02 .allView a {
        display: inline-block;
        padding: 8px 28px 12px 28px;
        background: #266cb2;
        font-size: 13px;
        color: #FFF;
        font-weight: 600;
        font-family: Open sans;
        box-shadow: 0px 0px 5px rgba(120, 127, 134, 0.48); }
        .main .content .listItem02 .allView a i {
          font-size: 18px;
          margin-left: 6px; }
    .main .content .activityImage {
      position: relative; }
      .main .content .activityImage:before {
        content: "";
        background: rgba(0, 0, 0, 0.6);
        height: 100%;
        width: 100%;
        z-index: 2;
        position: absolute;
        left: 0;
        top: 0; }
      .main .content .activityImage img {
        position: relative;
        z-index: 1;
        max-width: 100%; }
      .main .content .activityImage .item {
        position: absolute;
        left: 10px;
        bottom: 0;
        z-index: 2;
        width: 100%; }
        .main .content .activityImage .item .column {
          max-width: 700px;
          width: 100%;
          margin: 0 auto;
          padding-bottom: 25px; }
        .main .content .activityImage .item h2 {
          font-size: 20px;
          color: #FFF;
          font-weight: 700;
          font-family: Archivo Narrow;
          margin-bottom: 3px; }
        .main .content .activityImage .item h1 {
          font-size: 36px;
          color: #ff9400;
          font-weight: 700;
          font-family: Archivo Narrow;
          margin-bottom: 20px; }
        .main .content .activityImage .item .dateAndClock span {
          font-size: 13px;
          color: #ffffff;
          font-weight: 600;
          font-family: Open Sans;
          line-height: 30px;
          display: inline-block; }
          .main .content .activityImage .item .dateAndClock span:not(:first-child) {
            margin-left: 25px; }
          .main .content .activityImage .item .dateAndClock span i {
            color: #ffffff;
            float: left;
            overflow: hidden;
            margin: 7px 8px 0 0;
            font-size: 16px; }
        .main .content .activityImage .item #clock {
          color: #FFF;
          margin-top: 35px; }
          .main .content .activityImage .item #clock span {
            font-size: 10px;
            color: #ffffff;
            font-weight: 400;
            font-family: Open Sans;
            float: left;
            text-align: center;
            border: 2px solid #fff;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            width: 65px;
            height: 65px;
            padding-top: 7px; }
            .main .content .activityImage .item #clock span:not(:first-child) {
              margin-left: 4%; }
            .main .content .activityImage .item #clock span strong {
              font-size: 29px;
              font-weight: 600;
              display: block;
              text-align: center;
              margin-bottom: 5px; }
        .main .content .activityImage .item .datePanelCode {
          display: none; }
    .main .content .text {
      max-width: 700px;
      width: 100%;
      margin: 0 auto;
      padding: 10px 15px; }
      .main .content .text p {
        padding: 0; }
    .main .content .maps {
      margin: 30px 15px 16px 15px; }
    .main .content.newsDetail h1 {
      font-size: 30px;
      color: #266cb2;
      font-weight: 300;
      font-family: Open Sans;
      line-height: normal;
      margin: 30px 30px 30px 30px; }
    .main .content.newsDetail p {
      font-size: 16px;
      line-height: 24px; }
    .main .content.newsDetail > ul li, .main .content.newsDetail > ol li {
      font-size: 16px;
      color: #333333;
      font-weight: 400;
      font-family: Open Sans;
      line-height: 24px;
      padding: 0 30px 0 0px;
      margin-bottom: 20px;
      list-style-type: disc;
      margin-left: 47px; }
    .main .content.newsDetail .newsDetailImage {
      margin-bottom: 18px;
      /*overflow: hidden;*/
      position: relative; }
      .main .content.newsDetail .newsDetailImage .pagerSlider {
        position: absolute;
        bottom: 10px;
        z-index: 2;
        width: 100%; }
        .main .content.newsDetail .newsDetailImage .pagerSlider span {
          font-size: 20px;
          color: #FFF;
          font-weight: 600;
          font-family: Open Sans;
          line-height: 30px;
          display: block;
          text-shadow: 5px 5px 10px #000;
          text-align: center; }
      .main .content.newsDetail .newsDetailImage .bx-pager {
        display: none; }
      .main .content.newsDetail .newsDetailImage .bx-viewport:before {
        content: "";
        position: absolute;
        top: 15px;
        right: 15px;
        background: url(img/GalleryIcon.png) no-repeat;
        height: 26px;
        width: 26px;
        z-index: 2; }
      .main .content.newsDetail .newsDetailImage .bx-controls {
        position: static;
        top: 0;
        margin: 0; }
        .main .content.newsDetail .newsDetailImage .bx-controls .bx-controls-direction a {
          position: absolute;
          top: 50%;
          margin-top: -23px;
          background: #FFF;
          z-index: 2;
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2); }
          .main .content.newsDetail .newsDetailImage .bx-controls .bx-controls-direction a i {
            color: #006cb8; }
          .main .content.newsDetail .newsDetailImage .bx-controls .bx-controls-direction a.bx-prev {
            left: 15px; }
          .main .content.newsDetail .newsDetailImage .bx-controls .bx-controls-direction a.bx-next {
            right: 15px; }
      .main .content.newsDetail .newsDetailImage .slider li {
        position: relative; }
        .main .content.newsDetail .newsDetailImage .slider li:before {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          background: #000000;
          /* Old browsers */
          background: -moz-linear-gradient(top, transparent 0%, #000 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, transparent 0%, #000 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#000000',GradientType=0 );
          /* IE6-9 */
          opacity: 0.9;
          z-index: 2;
          height: 183px;
          width: 100%; }
        .main .content.newsDetail .newsDetailImage .slider li img {
          position: relative;
          z-index: 1;
          max-width: 100%; }
        .main .content.newsDetail .newsDetailImage .slider li span {
          position: absolute;
          bottom: 30px;
          left: 0;
          z-index: 3;
          font-size: 27px;
          color: #fff;
          font-weight: 600;
          font-family: Open Sans;
          line-height: 35px;
          display: block;
          padding: 0 30px; }
    .main .content.newsDetail .dateAndSocial {
      margin-bottom: 24px; }
      .main .content.newsDetail .dateAndSocial span {
        font-size: 14px;
        color: #2e3944;
        font-weight: 500;
        font-family: Open Sans;
        display: block;
        margin: 12px 0 0 15px; }
        .main .content.newsDetail .dateAndSocial span i {
          font-size: 15px;
          margin-right: 6px; }
      .main .content.newsDetail .dateAndSocial .social {
        margin-right: 15px;
        margin-top: 4px; }
        .main .content.newsDetail .dateAndSocial .social ul {
          float: right; }
          .main .content.newsDetail .dateAndSocial .social ul li {
            float: left;
            text-align: center; }
            .main .content.newsDetail .dateAndSocial .social ul li i {
              font-size: 15px;
              color: #FFF;
              margin-top: 8px; }
            .main .content.newsDetail .dateAndSocial .social ul li a {
              width: 32px;
              height: 32px;
              border-radius: 50%;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              display: block; }
            .main .content.newsDetail .dateAndSocial .social ul li:not(:first-child) {
              margin-left: 10px; }
            .main .content.newsDetail .dateAndSocial .social ul li.twiiter a {
              background: #30cfff; }
              .main .content.newsDetail .dateAndSocial .social ul li.twiiter a i {
                margin-left: 1px; }
            .main .content.newsDetail .dateAndSocial .social ul li.facebook a {
              background: #3c5b9a; }
              .main .content.newsDetail .dateAndSocial .social ul li.facebook a i {
                margin-top: 9px; }
            .main .content.newsDetail .dateAndSocial .social ul li.mail a {
              background: #ff9400; }
              .main .content.newsDetail .dateAndSocial .social ul li.mail a i {
                margin-top: 7px; }
            .main .content.newsDetail .dateAndSocial .social ul li.pdf a {
              background: #df4a39; }
              .main .content.newsDetail .dateAndSocial .social ul li.pdf a i {
                margin-left: 2px; }
  .main .accordionParti,
  .main .accordionContentItem {
    margin-bottom: 40px;
    /*.inner.ui-accordion-content {
        padding:0 32px;
    }*/
    /*h5 {
        @include fontProperties(16px, #266cb2, 700, Open Sans, normal);
        cursor: pointer;
        padding: 13px 17px 0 17px;
    }*/
    /*margin: 0 20px 20px 20px;*/
    /*.accordionList { 
        li .ui-state-active,
        li .ui-accordion-content-active {
            transform: scale(1.4); 
        }
    }*/ }
    .main .accordionParti h5,
    .main .accordionContentItem h5 {
      display: block;
      cursor: pointer; }
    .main .accordionParti > li,
    .main .accordionContentItem > li {
      padding-bottom: 20px; }
    .main .accordionParti .inner,
    .main .accordionContentItem .inner {
      /*padding-bottom: 20px;*/
      /*overflow:visible!important;*/ }
    .main .accordionParti > li > .inner > .inner > .inner.ui-accordion-content-active,
    .main .accordionContentItem > li > .inner > .inner > .inner.ui-accordion-content-active {
      padding-left: 15px; }
    .main .accordionParti > li > h5,
    .main .accordionContentItem > li > h5 {
      display: block;
      font-size: 18px;
      color: #266cb2;
      font-weight: 600;
      font-family: Open Sans;
      line-height: normal;
      cursor: pointer;
      /*background: #FFF;*/
      padding: 24px 18px 20px 0; }
      .main .accordionParti > li > h5:not(:first-child),
      .main .accordionContentItem > li > h5:not(:first-child) {
        margin-top: 15px; }
    .main .accordionParti > li > .inner > h5,
    .main .accordionContentItem > li > .inner > h5 {
      font-size: 16px;
      color: #333333;
      font-weight: 600;
      font-family: Open Sans;
      line-height: normal;
      padding: 19px 21px 19px 31px;
      cursor: pointer;
      background: #FFF url(img/accordionTitleIcon.png) left 11px top 22px no-repeat;
      border-bottom: 1px solid #e2e2e2; }
    .main .accordionParti > li > .inner > h5.ui-state-active,
    .main .accordionContentItem > li > .inner > h5.ui-state-active {
      background: #dedede url(img/accordionTitleIcon.png) left 11px top 22px no-repeat;
      border-bottom: 0; }
    .main .accordionParti > li > .inner > .inner > h5,
    .main .accordionContentItem > li > .inner > .inner > h5 {
      font-size: 14px;
      color: #ff9600;
      font-weight: 600;
      font-family: Open Sans;
      line-height: normal;
      padding: 19px 21px 19px 31px;
      cursor: pointer;
      border-bottom: 1px solid #e2e2e2;
      background: #FFF; }
    .main .accordionParti > li > .inner > .inner > h5.ui-state-active,
    .main .accordionContentItem > li > .inner > .inner > h5.ui-state-active {
      /*transform: scale(1.09);*/
      /*box-shadow: 0 5px 10px #dedede;*/
      background: #FFF;
      border-bottom: 0;
      /*margin-top: 20px;*/
      /*padding-bottom:5px;*/ }
    .main .accordionParti > li > .inner > .inner > h5.ui-state-active:not(:first-child),
    .main .accordionContentItem > li > .inner > .inner > h5.ui-state-active:not(:first-child) {
      margin-top: 20px; }
    .main .accordionParti > li > .inner > .inner:not(:last-child),
    .main .accordionContentItem > li > .inner > .inner:not(:last-child) {
      padding-bottom: 20px; }
    .main .accordionParti > li > .inner > .inner > .inner,
    .main .accordionContentItem > li > .inner > .inner > .inner {
      /*transition:0.5s all ease-in;*/
      margin-bottom: 20px;
      padding-bottom: 20px; }
    .main .accordionParti > li > .inner > .inner > .inner.ui-accordion-content-active,
    .main .accordionContentItem > li > .inner > .inner > .inner.ui-accordion-content-active {
      /*transform: scale(1.09);*/
      box-shadow: 0 5px 10px #dedede;
      background: #FFF;
      /*margin-top: 19px;*/ }
      .main .accordionParti > li > .inner > .inner > .inner.ui-accordion-content-active > h5,
      .main .accordionContentItem > li > .inner > .inner > .inner.ui-accordion-content-active > h5 {
        padding-bottom: 0px;
        font-size: 14px;
        padding-top: 7px;
        padding-left: 32px;
        margin-bottom: 7px; }
      .main .accordionParti > li > .inner > .inner > .inner.ui-accordion-content-active p,
      .main .accordionContentItem > li > .inner > .inner > .inner.ui-accordion-content-active p {
        padding-bottom: 34px; }
    .main .accordionParti > li > .inner > .inner > .inner > .inner > h5,
    .main .accordionContentItem > li > .inner > .inner > .inner > .inner > h5 {
      font-size: 15px;
      color: #266cb2;
      font-weight: 600;
      font-family: Open Sans;
      line-height: normal;
      margin-bottom: 5px;
      padding-top: 8px;
      padding-left: 15px; }
    .main .accordionParti > li > .inner > .inner > .inner > .inner > .inner h5,
    .main .accordionContentItem > li > .inner > .inner > .inner > .inner > .inner h5 {
      font-size: 15px;
      color: #000;
      font-weight: 600;
      font-family: Open Sans;
      line-height: normal;
      padding: 3px 0; }
    .main .accordionParti > li > .inner > .inner > .inner > .inner > .inner > .inner, .main .accordionParti > li > .inner > .inner > .inner > .inner > .inner > .inner > .inner,
    .main .accordionContentItem > li > .inner > .inner > .inner > .inner > .inner > .inner,
    .main .accordionContentItem > li > .inner > .inner > .inner > .inner > .inner > .inner > .inner {
      padding-left: 15px; }
    .main .accordionParti > li > .inner > .inner > .inner > .inner > .inner,
    .main .accordionContentItem > li > .inner > .inner > .inner > .inner > .inner {
      padding-left: 25px; }
    .main .accordionParti > li > .inner > .inner > .inner > h5,
    .main .accordionContentItem > li > .inner > .inner > .inner > h5 {
      font-size: 16px;
      color: #266cb2;
      font-weight: 700;
      font-family: Open Sans;
      line-height: normal;
      cursor: pointer;
      padding: 13px 17px 0 17px; }
    .main .accordionParti .inner, .main .accordionParti .innerText,
    .main .accordionContentItem .inner,
    .main .accordionContentItem .innerText {
      font-size: 14px;
      color: #333333;
      font-weight: 400;
      font-family: Open Sans;
      line-height: 20px; }
    .main .accordionParti .textItem p,
    .main .accordionContentItem .textItem p {
      margin-bottom: 15px; }
    .main .accordionParti > li > .inner > .inner > .inner > .inner,
    .main .accordionContentItem > li > .inner > .inner > .inner > .inner {
      padding: 0 32px; }
    .main .accordionParti .accordionList li:first-child,
    .main .accordionContentItem .accordionList li:first-child {
      margin-top: 0 !important; }
    .main .accordionParti h6,
    .main .accordionContentItem h6 {
      font-size: 13px;
      color: #266cb2;
      font-weight: 600;
      font-family: Open Sans;
      line-height: normal;
      cursor: pointer;
      padding: 13px 17px 0 32px; }
    .main .accordionParti .accordionParti02 .accordionParti02 div,
    .main .accordionContentItem .accordionParti02 .accordionParti02 div {
      padding-left: 20px; }
    .main .accordionParti li,
    .main .accordionContentItem li {
      transition: 0.3s all ease-out; }
    .main .accordionParti > li,
    .main .accordionContentItem > li {
      padding: 0 18px 0 18px;
      background: #FFF;
      box-shadow: 0 5px 10px #dedede; }
      .main .accordionParti > li ul,
      .main .accordionContentItem > li ul {
        margin-bottom: 18px; }
    .main .accordionParti > li:not(first-child),
    .main .accordionContentItem > li:not(first-child) {
      margin-top: 17px; }
    .main .accordionParti > li.active,
    .main .accordionContentItem > li.active {
      background: #dddddd;
      padding-bottom: 20px; }
    .main .accordionParti h2,
    .main .accordionContentItem h2 {
      font-size: 18px;
      color: #266cb2;
      font-weight: 600;
      font-family: Open Sans;
      padding: 24px 18px 20px 0;
      cursor: pointer; }
    .main .accordionParti h3,
    .main .accordionContentItem h3 {
      font-size: 16px;
      color: #333333;
      font-weight: 600;
      font-family: Open Sans;
      padding: 19px 21px 19px 31px;
      cursor: pointer;
      background: #FFF url(img/accordionTitleIcon.png) left 11px top 22px no-repeat;
      border-bottom: 1px solid #e2e2e2; }
    .main .accordionParti h4,
    .main .accordionContentItem h4 {
      font-size: 14px;
      color: #ff9600;
      font-weight: 600;
      font-family: Open Sans;
      padding: 19px 21px 19px 31px;
      cursor: pointer;
      border-bottom: 1px solid #e2e2e2;
      background: #FFF; }
      .main .accordionParti h4.ui-state-active,
      .main .accordionContentItem h4.ui-state-active {
        border-bottom: 0; }
    .main .accordionParti .accordionList > li > div,
    .main .accordionContentItem .accordionList > li > div {
      padding-left: 15px;
      padding-bottom: 20px; }
    .main .accordionParti .accordionList > li > div > div p,
    .main .accordionContentItem .accordionList > li > div > div p {
      padding-top: 5px;
      padding-bottom: 0; }
    .main .accordionParti .subAccordion h3.ui-state-active,
    .main .accordionContentItem .subAccordion h3.ui-state-active {
      background: #dedede url(img/accordionTitleIcon.png) left 11px top 22px no-repeat;
      border-bottom: 0;
      margin-bottom: 10px; }
  .main .nextNews {
    position: relative;
    overflow: hidden;
    height: 262px; }
    .main .nextNews img {
      min-width: 100%; }
    .main .nextNews .text {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      padding: 50px 15px 20px 15px; }
      .main .nextNews .text span {
        font-size: 25px;
        color: #fff;
        font-weight: 700;
        font-family: Archivo Narrow;
        display: inline-block;
        border-bottom: 3px solid #ff9400;
        padding-bottom: 10px;
        margin-bottom: 35px; }
      .main .nextNews .text a {
        font-size: 33px;
        color: #fff;
        font-weight: 600;
        font-family: Open Sans;
        line-height: 40px;
        margin-bottom: 35px;
        display: block; }
  .main .homePublication {
    padding-bottom: 30px; }

.search .titleSearch {
  margin-top: 72px; }
  .search .titleSearch h1 {
    font-size: 55px;
    color: #266cb2;
    font-weight: 700;
    font-family: Open Sans;
    margin-bottom: 15px; }
  .search .titleSearch span {
    font-size: 32px;
    color: #333333;
    font-weight: 400;
    font-family: Open Sans;
    display: block; }
  .search .titleSearch div {
    background: #FFF;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 10px 20px 12px 15px;
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    font-family: Open Sans;
    display: inline-block;
    margin: 64px 0 30px 0; }
    .search .titleSearch div i {
      float: right;
      color: #b4b4b4;
      margin: 1px 0 0 34px;
      cursor: pointer; }
.search .listItem01 .column {
  padding-top: 0;
  position: relative;
  padding-bottom: 25px;
            /*.textNoneTitle {
                height: 202px;

                p {
                    height: 157px;
                }
            }*/ }
  .search .listItem01 .column .image {
    position: relative;
    margin-bottom: 14px; }
    .search .listItem01 .column .image img {
      position: relative;
      z-index: 1; }
    .search .listItem01 .column .image:before {
      position: absolute;
      left: 0;
      bottom: 0;
      height: 80px;
      z-index: 2;
      width: 100%;
      background: #000000;
      /* Old browsers */
      background: -moz-linear-gradient(top, transparent 0%, #000 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, transparent 0%, #000 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#000000',GradientType=0 );
      /* IE6-9 */
      opacity: 0.9;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      content: ""; }
    .search .listItem01 .column .image a {
      position: absolute;
      left: 30px;
      bottom: 14px;
      z-index: 3;
      font-size: 12px;
      color: #FFF;
      font-weight: 600;
      font-family: Open Sans;
      border-radius: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      background: #ff9400;
      display: inline-block;
      padding: 5px 10px;
      box-shadow: 0 0 1px transparent;
      margin-bottom: 5px; }
  .search .listItem01 .column > a:last-child {
    font-size: 12px;
    color: #ff9400;
    font-weight: 600;
    font-family: Open Sans;
    background: transparent;
    padding: 0;
    display: inline-block;
    position: absolute;
    left: 21px;
    bottom: 25px; }
    .search .listItem01 .column > a:last-child:hover {
      text-decoration: underline !important; }
.search .listItem01 .allView {
  text-align: center;
  margin: 20px 0 20px 0; }
  .search .listItem01 .allView a {
    display: inline-block;
    padding: 17px 34px 15px 48px;
    background: #266cb2;
    font-size: 18px;
    color: #FFF;
    font-weight: 600;
    font-family: Open sans; }
    .search .listItem01 .allView a i {
      font-size: 19px;
      margin-left: 6px; }

.akpartiContactInformation {
  margin-bottom: 40px; }

.contact .maps {
  margin: 30px 0; }
.contact #map > div > div > div:nth-child(1) > div:nth-child(3) > div > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(4) {
  background: #266cb2 !important; }
.contact .item {
  background: #FFF;
  box-shadow: 0 0 5px #ededed;
  margin-bottom: 15px;
  padding: 40px 25px 14px 25px; }
  .contact .item h2 {
    font-size: 19px;
    color: #266cb2;
    font-weight: 700;
    font-family: Open Sans;
    line-height: 25px;
    margin-bottom: 17px; }
  .contact .item .addressItem {
    background: #266cb2;
    padding: 22px 21px 14px 22px;
    margin-bottom: 33px; }
    .contact .item .addressItem > div {
      margin-bottom: 12px; }
    .contact .item .addressItem img {
      float: left;
      margin-right: 28px; }
    .contact .item .addressItem h3 {
      font-size: 15px;
      color: #73a2d1;
      font-weight: 600;
      font-family: Open Sans;
      line-height: 20px; }
    .contact .item .addressItem address,
    .contact .item .addressItem a,
    .contact .item .addressItem span {
      font-size: 18px;
      color: #fff;
      font-weight: 500;
      font-family: Open Sans;
      line-height: 22px; }
    .contact .item .addressItem a,
    .contact .item .addressItem span {
      unicode-bidi: bidi-override; }
    .contact .item .addressItem .telephone h3,
    .contact .item .addressItem .fax h3 {
      margin-top: 7px; }
  .contact .item .complaintItem {
    padding: 17px 20px;
    background: #ff9400;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; }
    .contact .item .complaintItem img {
      overflow: hidden;
      float: left;
      margin-right: 25px; }
    .contact .item .complaintItem div a {
      display: block; }
    .contact .item .complaintItem div a:first-child {
      font-size: 19px;
      color: #fff;
      font-weight: 400;
      font-family: Open Sans;
      line-height: 25px;
      margin-bottom: 7px;
      margin-top: 3px; }
    .contact .item .complaintItem div a:last-child {
      font-size: 19px;
      color: #ffc7a7;
      font-weight: 400;
      font-family: Open Sans;
      line-height: 25px; }
  .contact .item .form .formValidation {
    display: none; }
    .contact .item .form .formValidation span {
      padding: 10px;
      font-size: 14px;
      color: #fff;
      font-weight: 600;
      font-family: Open Sans;
      line-height: 22px;
      display: block; }
    .contact .item .form .formValidation.open {
      display: block; }
    .contact .item .form .formValidation.warning span {
      background: red; }
    .contact .item .form .formValidation.info span {
      background: #266cb2; }
  .contact .item .form > div {
    margin-bottom: 10px; }
  .contact .item .form input[type="text"] {
    height: 40px;
    padding: 0 17px;
    border: 0; }
  .contact .item .form textarea {
    padding: 21px 17px;
    resize: none;
    height: 205px; }
  .contact .item .form input[type="text"],
  .contact .item .form textarea {
    width: 100%;
    border: 1px solid #ececec;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    font-size: 13px;
    color: #848484;
    font-weight: 400;
    font-family: Open Sans;
    line-height: 25px; }
  .contact .item .form .submitBtns {
    position: relative;
    margin-bottom: 25px; }
    .contact .item .form .submitBtns .hideBtn {
      position: absolute;
      top: 0;
      right: 0; }
    .contact .item .form .submitBtns input.hideBtn {
      opacity: 0; }
    .contact .item .form .submitBtns input[type="submit"],
    .contact .item .form .submitBtns input.hideBtn {
      background: url(img/sendBtn.png) no-repeat;
      height: 59px;
      width: 59px;
      border: 0;
      text-indent: -99999px;
      display: inline-block;
      float: right;
      margin-top: 14px; }
.contact .akpartiContactInformation .selectCity {
  font-size: 17px;
  color: #333333;
  font-weight: 600;
  font-family: Open Sans;
  line-height: 20px; }
.contact .akpartiContactInformation select {
  background: #ebebeb url("img/arrowSelectbox.png") no-repeat right 10px center;
  font-size: 17px;
  color: #000000;
  font-weight: 600;
  font-family: Open Sans;
  line-height: 25px;
  width: 100%;
  border: 0;
  height: 41px;
  padding-left: 19px;
  margin-top: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; }
.contact .akpartiContactInformation input[type="button"] {
  background: #ff9400;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 0;
  height: 41px;
  width: 100%;
  text-align: center;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  font-family: Open Sans;
  margin-top: 25px; }
.contact .akpartiContactInformation .column {
  background: #FFF;
  padding: 24px 26px 6px 26px;
  margin-bottom: 30px; }
  .contact .akpartiContactInformation .column h2 {
    font-size: 21px;
    color: #266cb2;
    font-weight: 600;
    font-family: Open Sans;
    margin-bottom: 17px; }
  .contact .akpartiContactInformation .column h3 {
    font-size: 17px;
    color: #000000;
    font-weight: 600;
    font-family: Open Sans;
    margin-bottom: 18px; }
  .contact .akpartiContactInformation .column span {
    font-size: 13px;
    color: #000000;
    font-weight: 500;
    font-family: Open Sans;
    line-height: 25px;
    display: block;
    padding: 0px 0 7px 34px;
    margin-bottom: 4px; }
  .contact .akpartiContactInformation .column .telephone {
    background: url(img/telephoneIcon02.png) no-repeat left top; }
  .contact .akpartiContactInformation .column .fax {
    background: url(img/faxIcon02.png) no-repeat left top; }

.introduction {
  padding-top: 40px;
  background: #f4f4f4; }
  .introduction .container-fluid {
    max-width: 980px !important; }
  .introduction .item {
    background: #ffffff;
    box-shadow: 0 0 10px #e2e2e2; }
    .introduction .item img {
      width: 100%;
      max-width: 136px;
      float: left;
      overflow: hidden;
      margin-right: 5px; }
    .introduction .item .text {
      padding: 0 12px 0 15px;
      width: calc(100% - 144px);
      float: left; }
      .introduction .item .text span {
        font-size: 17px;
        color: #333333;
        font-weight: 400;
        font-family: Open Sans;
        line-height: 22px;
        margin: 18px 0 3px 0px;
        display: block; }
      .introduction .item .text h2 {
        font-size: 18px;
        color: #363a41;
        font-weight: 700;
        font-family: Open Sans;
        line-height: 28px;
        margin-bottom: 4px; }
      .introduction .item .text h2.blue {
        color: #266cb2;
        margin-top: 8px; }
      .introduction .item .text strong {
        font-size: 17px;
        color: #ffa819;
        font-weight: 700;
        font-family: Open Sans;
        line-height: 22px;
        display: block;
        margin-bottom: 10px; }
      .introduction .item .text p {
        font-size: 14px;
        color: #333333;
        font-weight: 400;
        font-family: Open Sans;
        line-height: normal;
        margin-bottom: 5px; }
      .introduction .item .text p.detail {
        font-size: 16px !important;
        line-height: 21px !important; }
      .introduction .item .text a {
        font-size: 17px;
        color: #fff;
        font-weight: 700;
        font-family: Open Sans;
        display: inline-block;
        background: #ffa819;
        padding: 7px 32px 9px 27px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        box-shadow: 0 0 4px #cfcfcf;
        margin-top: 5px; }

.provincialPresidencies {
  padding-top: 30px;
  background-image: url(img/turkeyMap02.jpg);
  min-height: 286px;
  background-size: auto 88%;
  background-repeat: no-repeat;
  background-color: #266cb2;
  background-position: right 10% top 30px;
  min-height: 286px; }
  .provincialPresidencies .columnLeft {
    margin-bottom: 20px; }
    .provincialPresidencies .columnLeft h2 {
      font-size: 32px;
      color: #FFF;
      font-weight: 600;
      font-family: Open sans;
      line-height: 30px;
      display: block;
      margin-bottom: 13px; }
    .provincialPresidencies .columnLeft span {
      font-size: 16px;
      color: #FFF;
      font-weight: 400;
      font-family: Open sans;
      line-height: 30px;
      display: block;
      margin-bottom: 25px; }
    .provincialPresidencies .columnLeft select {
      max-width: 311px;
      height: 34px;
      width: 100%;
      background: #FFF;
      font-size: 14px;
      color: #333333;
      font-weight: 500;
      font-family: Open sans;
      line-height: 30px;
      padding-left: 6px;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border: 0;
      display: block;
      margin-bottom: 22px; }
    .provincialPresidencies .columnLeft button {
      font-size: 14px;
      color: #FFF;
      font-weight: 700;
      font-family: Open sans;
      line-height: 30px;
      background: #ffa819;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      max-width: 194px;
      padding: 2px 10px;
      border: 0;
      width: 100%; }
  .provincialPresidencies .columnRight {
    margin-bottom: 20px; }
    .provincialPresidencies .columnRight a {
      display: inline-block;
      text-align: center; }
      .provincialPresidencies .columnRight a img {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        display: inline-block;
        max-width: 143px;
        background: #0e4071;
        padding: 5px; }
      .provincialPresidencies .columnRight a strong {
        font-size: 18px;
        color: #FFF;
        font-weight: 600;
        font-family: Open sans;
        line-height: 30px;
        display: block; }
      .provincialPresidencies .columnRight a span {
        font-size: 18px;
        color: #FFF;
        font-weight: 600;
        font-family: Open sans;
        line-height: 30px;
        display: block;
        opacity: 0.3; }
  .provincialPresidencies .centerColumn01 {
    background: #b7072d; }
    .provincialPresidencies .centerColumn01 span {
      font-size: 24px;
      color: #fafcff;
      font-weight: 500;
      font-family: Open sans;
      line-height: 32px; }
  .provincialPresidencies .centerColumn02 {
    background: #FFF;
    margin-bottom: 30px !important; }
    .provincialPresidencies .centerColumn02 span {
      font-size: 24px;
      color: #2466a9;
      font-weight: 500;
      font-family: Open sans;
      line-height: 32px; }
  .provincialPresidencies .centerColumn01,
  .provincialPresidencies .centerColumn02 {
    padding: 23px 15px 21px 18px;
    margin-bottom: 25px; }
    .provincialPresidencies .centerColumn01 span,
    .provincialPresidencies .centerColumn02 span {
      display: block;
      margin-bottom: 30px; }
      .provincialPresidencies .centerColumn01 span strong,
      .provincialPresidencies .centerColumn02 span strong {
        font-weight: 700;
        display: block; }
    .provincialPresidencies .centerColumn01 a,
    .provincialPresidencies .centerColumn02 a {
      display: inline-block;
      background: #ffa819;
      font-size: 12px;
      color: #ffffff;
      font-weight: 700;
      font-family: Open sans;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      padding: 8px 30px 8px 30px;
      box-shadow: 0 0 5px rgba(93, 89, 89, 0.39); }

.cityVideos {
  background: #266cb2;
  padding: 37px 0 41px 0; }
  .cityVideos span {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    font-family: Open Sans;
    line-height: 28px;
    display: block;
    margin-bottom: 40px; }
  .cityVideos .item {
    position: relative;
    display: block; }
    .cityVideos .item:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 88px;
      height: 88px;
      margin-left: -44px;
      margin-top: -44px;
      background: url(img/videoIcon02.png) no-repeat; }
    .cityVideos .item img {
      width: 100%; }
  .cityVideos .col-md-3 {
    margin-bottom: 2px; }
    .cityVideos .col-md-3 .item:before {
      background-size: 50%;
      margin-left: -24px;
      margin-top: -24px; }

#staffItem {
  background: #FFF !important;
  text-align: center;
  padding-top: 24px;
  display: none; }
  #staffItem.open {
    display: block; }
  #staffItem ul {
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: inline-block;
    margin-bottom: 34px; }
    #staffItem ul li {
      display: inline-block; }
      #staffItem ul li a {
        font-size: 15px;
        color: #9a9a9a;
        font-weight: 700;
        font-family: Open Sans;
        display: block;
        padding: 11px 26px;
        outline: none;
        border: 0; }
      #staffItem ul li.ui-state-active a {
        color: #FFF;
        background: #ff9400; }
  #staffItem .column {
    margin-bottom: 34px; }
    #staffItem .column a {
      display: inline-block; }
      #staffItem .column a:nth-child(1) {
        margin-bottom: 19px; }
        #staffItem .column a:nth-child(1) img {
          /*@include borderRadius(50%);*/ }
      #staffItem .column a:nth-child(2) {
        font-size: 14px;
        color: #000000;
        font-weight: 600;
        font-family: Open Sans;
        line-height: normal;
        display: block !important; }
        #staffItem .column a:nth-child(2) span {
          color: #fe9401; }
      #staffItem .column a img {
        width: 106px;
        height: auto; }

.youthArms header .headerWrap {
  background: #017cc2; }
  .youthArms header .headerWrap .headerColumn .searchLanguageAkSite .language {
    color: #333; }
.youthArms .akPartiLogo {
  padding: 0 !important;
  background: #FFF; }
  .youthArms .akPartiLogo a {
    margin: 0; }
.youthArms .navItem .navList {
  padding-bottom: 1px;
  background: #FFF;
  padding-right: 85px !important; }
  .youthArms .navItem .navList:after {
    background: #FFF;
    height: 100px !important; }
.youthArms .navItem ul.headerNav > li > a {
  color: #333; }
.youthArms .navItem.open .navList {
  background: transparent !important;
  padding-right: 15px !important; }
  .youthArms .navItem.open .navList ul.headerNav > li > a {
    color: #fff; }
.youthArms .searchBtn.open {
  background: #f5772b; }
  .youthArms .searchBtn.open span {
    color: #FFF; }
.youthArms .searchBtn span {
  color: #333; }
.youthArms .introduction {
  padding-bottom: 40px; }
.youthArms .akMedia {
  background: #f5f5f5; }
  .youthArms .akMedia .item {
    box-shadow: 0 0 10px #d5d5d5; }
  .youthArms .akMedia .title {
    padding-left: 0px !important; }
    .youthArms .akMedia .title h2 {
      padding-bottom: 18px; }
  .youthArms .akMedia .tabsContent .allView a {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; }
.youthArms .provincialPresidencies {
  background-position: right 10% top 30px !important; }
  .youthArms .provincialPresidencies .columnLeft,
  .youthArms .provincialPresidencies .columnRight {
    margin-top: 86px; }
.youthArms .pressPublicationSocial {
  padding: 60px 0;
  /*.socialMedia .socialScroll {
      height: 520px !important;
  }*/ }
  .youthArms .pressPublicationSocial.categoryPuplish {
    background: #f5f5f5 !important; }
    .youthArms .pressPublicationSocial.categoryPuplish .homePublication {
      box-shadow: none !important; }
  .youthArms .pressPublicationSocial .videoList ul li a:last-child {
    margin-top: 5px !important;
    overflow: hidden; }
  .youthArms .pressPublicationSocial .videoList .mCustomScrollbar {
    height: 521px; }
  .youthArms .pressPublicationSocial .homePublication {
    padding-bottom: 0px; }
    .youthArms .pressPublicationSocial .homePublication .mCustomScrollbar {
      height: 521px; }
    .youthArms .pressPublicationSocial .homePublication .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
      background-color: #0d4680; }
    .youthArms .pressPublicationSocial .homePublication .mCSB_scrollTools {
      left: auto !important;
      right: -3px !important; }
    .youthArms .pressPublicationSocial .homePublication .item .column figure > a {
      min-height: 104px; }
    .youthArms .pressPublicationSocial .homePublication .item .column figure {
      padding-top: 16px !important; }
    .youthArms .pressPublicationSocial .homePublication .item .column figcaption a {
      max-width: 100% !important; }
    .youthArms .pressPublicationSocial .homePublication .item .column:after {
      height: 273px; }

.gm-style .gm-style-iw {
  overflow: visible !important; }

#map {
  display: block;
  width: 100%;
  height: 350px;
  margin: 30px auto 20px;
  -moz-box-shadow: 0px 5px 20px #ccc;
  -webkit-box-shadow: 0px 5px 20px #ccc;
  box-shadow: 0px 5px 20px #ccc;
  /*.mapsPopup:before {
      content: "";
      position: absolute;
      left: -14px;
      top: -16px;
      max-width: 422px;
      width: 100%;
      height: 91px;
      background: #266cb2;
      z-index: 1;
  }*/ }
  #map .mapsPopup img {
    float: left;
    position: relative;
    z-index: 2;
    margin-right: 8px; }
  #map .mapsPopup .mapsText {
    float: left;
    position: relative;
    z-index: 2;
    width: 350px; }
    #map .mapsPopup .mapsText h2 {
      font-size: 15px;
      color: #fff;
      font-weight: 700;
      font-family: Open Sans;
      margin: 8px 0 6px 0; }
    #map .mapsPopup .mapsText p {
      font-size: 11px;
      color: #b9cae1;
      font-weight: 400;
      font-family: Open Sans; }

#map.large {
  height: 500px; }

.tbmmGroup {
  background: #f5f5f5;
  padding: 30px 0 0px 0;
  margin-bottom: 30px; }
  .tbmmGroup .titleTbmm {
    text-align: center;
    margin-bottom: 35px; }
    .tbmmGroup .titleTbmm span {
      display: block;
      font-size: 45px;
      color: #266cb2;
      font-weight: 700;
      font-family: Archivo Narrow;
      line-height: 40px; }
  .tbmmGroup .column {
    min-height: 186px;
    padding: 20px;
    margin-bottom: 20px; }
    .tbmmGroup .column span {
      font-size: 27px;
      color: #fff;
      font-weight: 700;
      font-family: Archivo Narrow;
      line-height: 33px;
      display: block; }
  .tbmmGroup .pressPublicationSocial {
    padding: 28px 0 0 0 !important;
    background: #FFF !important;
    margin-top: 15px; }
  .tbmmGroup .col-md-3:nth-child(2n+1) .column {
    background: #256bb1; }
  .tbmmGroup .col-md-3:nth-child(2n+2) .column {
    background: #ff9400; }

.tbmmPage header .akPartiLogo .mobileLinkLogo {
  display: none; }

.politicalAcademy {
  /*.main {
      padding-top: 40px;
  }*/ }
  .politicalAcademy header .akPartiLogo {
    background: #FFF url(img/siyasetakademesiLogoBg.png) no-repeat top right -1px !important;
    padding-bottom: 10px; }
    .politicalAcademy header .akPartiLogo a {
      margin: 5px 0 0 10px; }
    .politicalAcademy header .akPartiLogo .mobileLinkLogo {
      display: none; }
  .politicalAcademy .homeColumn {
    background: #f5f5f5;
    padding: 30px 0 9px 0; }
    .politicalAcademy .homeColumn a {
      background: #FFF;
      padding: 34px 8px 28px 32px;
      box-shadow: 0 0 10px #e3e3e3;
      margin-bottom: 30px; }
      .politicalAcademy .homeColumn a img {
        float: left;
        overflow: hidden;
        margin-right: 10px; }
      .politicalAcademy .homeColumn a span {
        font-size: 28px;
        color: #266cb2;
        font-weight: 700;
        font-family: Archivo Narrow;
        margin-top: 16px;
        display: inline-block; }
  .politicalAcademy .trainers {
    background: #302e60;
    padding: 30px 0; }
    .politicalAcademy .trainers .title {
      margin: 5px 0 30px 0; }
      .politicalAcademy .trainers .title h1 {
        display: block;
        text-align: center;
        font-size: 45px;
        color: #fff;
        font-weight: 700;
        font-family: Archivo Narrow;
        line-height: 40px; }
    .politicalAcademy .trainers .column {
      margin-bottom: 28px;
      position: relative;
      overflow: hidden !important;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      position: relative;
      display: block; }
      .politicalAcademy .trainers .column img {
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: relative;
        z-index: 1;
        width: 100%; }
      .politicalAcademy .trainers .column:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
      .politicalAcademy .trainers .column:after {
        content: "";
        position: absolute;
        width: 101%;
        height: 100px;
        left: 0;
        bottom: 0;
        z-index: 2;
        background: #000000;
        /* Old browsers */
        background: -moz-linear-gradient(top, transparent 0%, #000 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, transparent 0%, #000 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#000000',GradientType=0 );
        /* IE6-9 */
        opacity: 0.9;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .politicalAcademy .trainers .column span {
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: absolute;
        bottom: 10px;
        left: 0;
        z-index: 3;
        padding: 0px 15px 3px 30px;
        color: #FFF;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        display: inline-block;
        font-size: 20px;
        color: #FFF;
        font-weight: 600;
        font-family: Open Sans;
        padding: 5px 10px;
        box-shadow: 0 0 1px transparent;
        margin-bottom: 10px; }
      .politicalAcademy .trainers .column:hover span:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }
    .politicalAcademy .trainers .allView {
      text-align: center; }
      .politicalAcademy .trainers .allView a {
        display: inline-block;
        padding: 12px 34px 16px 34px;
        background: #ff9400;
        font-size: 18px;
        color: #FFF;
        font-weight: 600;
        font-family: Open sans;
        line-height: 22px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        margin-top: 5px;
        overflow: hidden;
        position: relative; }
        .politicalAcademy .trainers .allView a i {
          font-size: 18px;
          margin-left: 6px; }
  .politicalAcademy .politicalAcademyContent {
    background: #FFF;
    box-shadow: 0 5px 10px #dedede;
    padding-bottom: 20px;
    margin-bottom: 30px; }
    .politicalAcademy .politicalAcademyContent .partyTitle {
      padding: 27px 15px 15px 35px; }
    .politicalAcademy .politicalAcademyContent .politicalAcademyContentList {
      padding: 0 20px 0 20px; }
      .politicalAcademy .politicalAcademyContent .politicalAcademyContentList p, .politicalAcademy .politicalAcademyContent .politicalAcademyContentList div {
        font-size: 14px;
        color: #333333;
        font-weight: 400;
        font-family: Open Sans;
        line-height: 21px;
        margin-bottom: 20px;
        padding: 0px !important; }
      .politicalAcademy .politicalAcademyContent .politicalAcademyContentList a {
        font-size: 14px;
        color: #333333;
        font-weight: 400;
        font-family: Open Sans;
        line-height: 21px;
        margin-bottom: 20px;
        text-decoration: underline; }
      .politicalAcademy .politicalAcademyContent .politicalAcademyContentList ul li {
        font-size: 14px;
        color: #333333;
        font-weight: 400;
        font-family: Open Sans;
        line-height: 21px;
        margin-left: 15px;
        list-style-type: disc; }
      .politicalAcademy .politicalAcademyContent .politicalAcademyContentList ol li {
        font-size: 14px;
        color: #333333;
        font-weight: 400;
        font-family: Open Sans;
        line-height: 21px;
        margin-bottom: 15px; }
      .politicalAcademy .politicalAcademyContent .politicalAcademyContentList h1,
      .politicalAcademy .politicalAcademyContent .politicalAcademyContentList h2,
      .politicalAcademy .politicalAcademyContent .politicalAcademyContentList h3,
      .politicalAcademy .politicalAcademyContent .politicalAcademyContentList h4,
      .politicalAcademy .politicalAcademyContent .politicalAcademyContentList h5,
      .politicalAcademy .politicalAcademyContent .politicalAcademyContentList h6 {
        color: #000;
        font-weight: 600;
        font-family: Open Sans;
        margin-bottom: 7px; }
      .politicalAcademy .politicalAcademyContent .politicalAcademyContentList h1 {
        font-size: 24px; }
      .politicalAcademy .politicalAcademyContent .politicalAcademyContentList h2 {
        font-size: 22px; }
      .politicalAcademy .politicalAcademyContent .politicalAcademyContentList h3 {
        font-size: 18px; }
      .politicalAcademy .politicalAcademyContent .politicalAcademyContentList h4 {
        font-size: 16px; }
      .politicalAcademy .politicalAcademyContent .politicalAcademyContentList h5 {
        font-size: 12px; }
      .politicalAcademy .politicalAcademyContent .politicalAcademyContentList h6 {
        font-size: 10px; }
      .politicalAcademy .politicalAcademyContent .politicalAcademyContentList table {
        border: 1px solid #000; }
        .politicalAcademy .politicalAcademyContent .politicalAcademyContentList table th {
          border: 1px solid #000; }
        .politicalAcademy .politicalAcademyContent .politicalAcademyContentList table tr {
          border: 1px solid #000; }
          .politicalAcademy .politicalAcademyContent .politicalAcademyContentList table tr td {
            border: 1px solid #000;
            padding: 5px 7px;
            font-size: 12px;
            color: #000;
            font-weight: 400;
            font-family: Poppins;
            line-height: normal; }
      .politicalAcademy .politicalAcademyContent .politicalAcademyContentList ul li {
        list-style-type: disc;
        margin-left: 20px; }
      .politicalAcademy .politicalAcademyContent .politicalAcademyContentList .list li {
        list-style-type: none;
        margin-left: 0px; }

.youthArms .akPartiLogo a img,
.ykmPage .akPartiLogo a img {
  max-width: none; }

.ykmPage .provincialPresidencies {
  background-position: right 23% top 30px; }

.ykmPage footer .footerContact .logo a {
  margin-top: -10px; }
  .ykmPage footer .footerContact .logo a img {
    max-height: 72px; }

.obstaclesCoordinationCenter footer .footerContact .logo a {
  margin-top: -10px; }
  .obstaclesCoordinationCenter footer .footerContact .logo a img {
    max-height: 85px; }

.obstaclesCoordinationCenter .akPartiLogo a img {
  max-width: 306px; }

.obstaclesCoordinationCenter .provincialPresidencies {
  background-position: right 24% top 21px; }

.womanPage footer .footerContact .logo a img {
  max-height: 80px; }

.youthArms .searchBtn .searchIcon, .ykmPage .obstaclesCoordinationCenter .searchBtn .searchIcon, .womanPage .searchBtn .searchIcon {
  border-right: 0px; }

footer {
  padding: 50px 0 0 0;
  background: #2e3944;
  border-top: 5px solid #f49b35;
  position: relative; }
  footer .scrollTop {
    position: absolute;
    top: -50px;
    right: 14%; }
  footer .navAndOtherWebsite {
    background: url(img/footerAkparti.png) left 16% bottom no-repeat; }
  footer nav > ul > li > a {
    font-size: 18px;
    color: #f49b35;
    font-weight: 600;
    font-family: Open Sans;
    margin-bottom: 10px;
    display: block; }
    footer nav > ul > li > a:hover {
      color: #f49b35; }
  footer nav > ul > li {
    margin-bottom: 30px;
    min-height: 153px !important; }
    footer nav > ul > li ul li {
      margin-bottom: 3px; }
      footer nav > ul > li ul li a {
        font-size: 12px;
        color: #FFF;
        font-weight: 400;
        font-family: Open Sans;
        line-height: 22px;
        display: block; }
        footer nav > ul > li ul li a:hover, footer nav > ul > li ul li a:active, footer nav > ul > li ul li a:focus {
          color: #f49b35; }
  footer .footerOtherWebSite {
    margin-bottom: 20px; }
    footer .footerOtherWebSite h3 {
      font-size: 18px;
      color: #ff9400;
      font-weight: 600;
      font-family: Open Sans;
      margin-bottom: 25px; }
    footer .footerOtherWebSite .row {
      margin-left: -5px;
      margin-right: -5px; }
      footer .footerOtherWebSite .row li {
        margin-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
        float: left; }
        footer .footerOtherWebSite .row li a {
          display: block; }
          footer .footerOtherWebSite .row li a img {
            max-width: 130px;
            height: 60px;
            width: 100%; }
  footer .footerContact {
    background: #273039;
    padding: 15px 0; }
    footer .footerContact .logo a {
      display: inline-block; }
      footer .footerContact .logo a img {
        max-height: 56px; }
    footer .footerContact .adressContact {
      margin-bottom: 20px; }
    footer .footerContact img {
      max-width: 100%; }
    footer .footerContact .footerApplication a {
      float: left;
      display: inline-block;
      margin-left: 10px;
      display: inline-block;
      max-width: 46%; }
      footer .footerContact .footerApplication a:first-child {
        margin-left: 0px; }
      footer .footerContact .footerApplication a img {
        max-width: 90%; }
    footer .footerContact .footerApplication .col-md-6 {
      margin-bottom: 20px; }
    footer .footerContact span {
      font-size: 14px;
      color: #FFF;
      font-weight: 700;
      font-family: Open sans;
      margin-bottom: 10px;
      display: block; }
    footer .footerContact p {
      font-size: 12px;
      color: #FFF;
      font-weight: 400;
      font-family: Open sans;
      line-height: 18px;
      float: left; }
    footer .footerContact .social li {
      float: left;
      margin-left: 9px; }
      footer .footerContact .social li:first-child {
        margin-left: 0; }
      footer .footerContact .social li a {
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        background: #ff9400;
        display: block;
        width: 28px;
        height: 28px;
        max-width: 100% !important;
        text-align: left; }
        footer .footerContact .social li a i {
          color: #273039;
          font-size: 18px; }
        footer .footerContact .social li a .fa-facebook {
          margin: 5px 0 0 8px; }
        footer .footerContact .social li a .fa-twitter {
          margin: 5px 0 0 6px; }
        footer .footerContact .social li a .fa-instagram {
          margin: 5px 0 0 6px; }
        footer .footerContact .social li a .fa-youtube-play {
          margin: 6px 0 0 6px;
          font-size: 16px; }
        footer .footerContact .social li a .fa-google-plus {
          margin: 7px 0 0 5px;
          font-size: 13px; }

.JoinPopup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  display: none;
    /*&:before {

        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }*/ }
  .JoinPopup .item {
    background: #FFF;
    padding: 56px 85px;
    max-width: 748px;
    width: 100%;
    height: 696px;
    margin: 0 auto;
    margin-top: 8%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative; }
    .JoinPopup .item .closeIcon {
      position: absolute;
      right: -18px;
      top: -18px;
      cursor: pointer; }
    .JoinPopup .item .text {
      text-align: center;
      margin-bottom: 44px; }
      .JoinPopup .item .text img {
        margin-bottom: 23px; }
      .JoinPopup .item .text span {
        display: block;
        font-size: 43px;
        color: #266cb2;
        font-weight: 700;
        font-family: Archivo Narrow;
        margin-bottom: 40px; }
      .JoinPopup .item .text p {
        display: block;
        font-size: 21px;
        color: #333333;
        font-weight: 400;
        font-family: Open sans;
        line-height: 30px; }
    .JoinPopup .item .formItem {
      max-width: 458px;
      width: 100%;
      margin: 0 auto; }
      .JoinPopup .item .formItem input[type="text"], .JoinPopup .item .formItem select {
        width: 100%;
        height: 57px;
        background: #ebebeb url(img/emailIcon.png) 12px 13px no-repeat;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border: 0;
        padding-left: 59px;
        padding-right: 10px;
        font-size: 20px;
        color: #848484;
        font-weight: 400;
        font-family: Open sans;
        line-height: 24px;
        -webkit-appearance: none;
        -moz-appearance: none; }
      .JoinPopup .item .formItem .selectItem {
        position: relative;
        margin: 20px 0; }
        .JoinPopup .item .formItem .selectItem:before {
          position: absolute;
          top: 26px;
          right: 14px;
          width: 13px;
          height: 7px;
          background: url(img/selectItemIcon01.png) right top no-repeat;
          z-index: 2; }
      .JoinPopup .item .formItem select {
        position: relative;
        z-index: 1; }
    .JoinPopup .item .buttonSend {
      text-align: center;
      margin-top: 17px; }
      .JoinPopup .item .buttonSend input {
        background: #ff9400;
        font-size: 21px;
        color: #fff;
        font-weight: 400;
        font-family: Open sans;
        border: 0;
        height: 52px;
        max-width: 262px;
        width: 100%;
        text-align: center;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px; }

.effectBtn {
  position: relative;
  overflow: hidden; }

.ripple {
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transform: scale(0);
  position: absolute;
  opacity: 1; }

.rippleEffect {
  animation: rippleDrop .6s linear; }

@keyframes rippleDrop {
  100% {
    transform: scale(2);
    opacity: 0; } }
.obstaclesCoordinationCenter header .headerWrap,
.ykmPage header .headerWrap {
  background: #f5772b; }
.obstaclesCoordinationCenter .akPartiLogo,
.ykmPage .akPartiLogo {
  padding: 0 !important; }
  .obstaclesCoordinationCenter .akPartiLogo a,
  .ykmPage .akPartiLogo a {
    margin: 0; }
.obstaclesCoordinationCenter .navItem .navList,
.ykmPage .navItem .navList {
  padding-bottom: 1px;
  background: #FFF; }
  .obstaclesCoordinationCenter .navItem .navList:after,
  .ykmPage .navItem .navList:after {
    background: #FFF;
    height: 100px !important; }
.obstaclesCoordinationCenter .navItem ul.headerNav > li > a,
.ykmPage .navItem ul.headerNav > li > a {
  color: #333; }
.obstaclesCoordinationCenter .navItem.open .navList,
.ykmPage .navItem.open .navList {
  background: transparent !important;
  padding-right: 15px !important; }
  .obstaclesCoordinationCenter .navItem.open .navList ul.headerNav > li > a,
  .ykmPage .navItem.open .navList ul.headerNav > li > a {
    color: #fff; }
.obstaclesCoordinationCenter .searchBtn.open,
.ykmPage .searchBtn.open {
  background: #f5772b; }
  .obstaclesCoordinationCenter .searchBtn.open span,
  .ykmPage .searchBtn.open span {
    color: #FFF; }
.obstaclesCoordinationCenter .searchBtn span,
.ykmPage .searchBtn span {
  color: #333; }
.obstaclesCoordinationCenter header .headerColumn .searchLanguageAkSite .language,
.ykmPage header .headerColumn .searchLanguageAkSite .language {
  color: #333; }
.obstaclesCoordinationCenter .introduction,
.ykmPage .introduction {
  padding-bottom: 40px;
  background: #266cb2;
  border-bottom: 1px solid #588ec4; }
  .obstaclesCoordinationCenter .introduction .item,
  .ykmPage .introduction .item {
    box-shadow: 0 0 10px #215e9b; }
.obstaclesCoordinationCenter .akMedia,
.ykmPage .akMedia {
  background: #f5f5f5; }
  .obstaclesCoordinationCenter .akMedia .item,
  .ykmPage .akMedia .item {
    box-shadow: 0 0 10px #d5d5d5; }
  .obstaclesCoordinationCenter .akMedia .title,
  .ykmPage .akMedia .title {
    padding-left: 0px !important; }
    .obstaclesCoordinationCenter .akMedia .title h2,
    .ykmPage .akMedia .title h2 {
      padding-bottom: 18px; }
  .obstaclesCoordinationCenter .akMedia .tabsContent .allView a,
  .ykmPage .akMedia .tabsContent .allView a {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; }
.obstaclesCoordinationCenter .homePublication,
.ykmPage .homePublication {
  padding-bottom: 0;
  box-shadow: 0 5px 10px #1d5288; }
  .obstaclesCoordinationCenter .homePublication .item .column figure,
  .ykmPage .homePublication .item .column figure {
    padding-bottom: 10px !important;
    padding-top: 12px !important; }
    .obstaclesCoordinationCenter .homePublication .item .column figure img,
    .ykmPage .homePublication .item .column figure img {
      height: 197px; }
  .obstaclesCoordinationCenter .homePublication .item .column::after,
  .ykmPage .homePublication .item .column::after {
    height: 229px; }

.ykmPage header .headerWrap {
  background: #007cc2; }
.ykmPage .searchBtn.open {
  background: #6597c8; }
.ykmPage .preliminaryApplication h2 {
  color: #0eb17d; }
.ykmPage .preliminaryApplication .buttonItem input {
  background: #017cc2; }
.ykmPage .akMedia .tabsContent .item a .textAndTitle span, .ykmPage .akMedia .tabsContent .item li .textAndTitle span {
  background: #0eb17d; }
.ykmPage .socialMedia .titleSocial a:hover span {
  background: #0eb17d; }
.ykmPage .socialMedia .titleSocial a:hover strong {
  color: #0eb17d;
  /*border-bottom: 5px solid #0eb17d;*/ }
.ykmPage footer nav > ul > li > a,
.ykmPage footer nav > ul > li > a:hover,
.ykmPage footer .footerOtherWebSite h3 {
  color: #0eb17d; }
.ykmPage footer {
  border-top: 5px solid #0eb17d; }

.obstaclesCoordinationCenter .homeSlider .slider li a:before,
.youthArms .homeSlider .slider li a:before,
.ykmPage .homeSlider .slider li a:before,
.womanPage .homeSlider .slider li a:before {
  height: 100%;
  opacity: 0.7;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: red;
  /* For browsers that do not support gradients */
  background: -webkit-radial-gradient(center, transparent, #000);
  /* Safari */ }
.obstaclesCoordinationCenter .mCustomScrollbar,
.youthArms .mCustomScrollbar,
.ykmPage .mCustomScrollbar,
.womanPage .mCustomScrollbar {
  height: 534px !important; }
.obstaclesCoordinationCenter .socialMedia .socialScroll,
.youthArms .socialMedia .socialScroll,
.ykmPage .socialMedia .socialScroll,
.womanPage .socialMedia .socialScroll {
  height: 534px !important; }
.obstaclesCoordinationCenter .pressPublicationSocial,
.youthArms .pressPublicationSocial,
.ykmPage .pressPublicationSocial,
.womanPage .pressPublicationSocial {
  background: #2466a9;
  padding: 50px 0 20px 0; }
  .obstaclesCoordinationCenter .pressPublicationSocial .homePress,
  .youthArms .pressPublicationSocial .homePress,
  .ykmPage .pressPublicationSocial .homePress,
  .womanPage .pressPublicationSocial .homePress {
    box-shadow: 0 5px 10px #1d5288; }
  .obstaclesCoordinationCenter .pressPublicationSocial .socialMedia,
  .youthArms .pressPublicationSocial .socialMedia,
  .ykmPage .pressPublicationSocial .socialMedia,
  .womanPage .pressPublicationSocial .socialMedia {
    box-shadow: 0 5px 10px #1d5288; }
    .obstaclesCoordinationCenter .pressPublicationSocial .socialMedia .socialScroll,
    .youthArms .pressPublicationSocial .socialMedia .socialScroll,
    .ykmPage .pressPublicationSocial .socialMedia .socialScroll,
    .womanPage .pressPublicationSocial .socialMedia .socialScroll {
      height: 539px; }
.obstaclesCoordinationCenter .homePublication,
.youthArms .homePublication,
.ykmPage .homePublication,
.womanPage .homePublication {
  box-shadow: 0 5px 10px #1d5288; }

.womanPage header .headerWrap {
  background: #fff; }
.womanPage .searchBtn.open {
  background: #24a4a5; }
.womanPage .akPartiLogo {
  padding: 10px 0 7px 0 !important;
  background: #FFF url(img/akPartiLogoBgGreen.jpg) top right no-repeat; }
  .womanPage .akPartiLogo a {
    margin: 0; }
  .womanPage .akPartiLogo .mobileLinkLogo {
    display: none; }
.womanPage .introduction {
  padding-bottom: 40px; }
.womanPage .provincialPresidencies {
  background-image: url(img/turkeyMap03.jpg);
  min-height: 286px;
  background-size: auto 88%;
  background-repeat: no-repeat;
  background-color: #363a41;
  background-position: right 10% top 30px; }
  .womanPage .provincialPresidencies .columnLeft, .womanPage .provincialPresidencies .columnRight {
    margin-top: 80px; }
  .womanPage .provincialPresidencies .centerColumn01 {
    background: #36c0c1; }
  .womanPage .provincialPresidencies .centerColumn02 {
    background: #fff; }
    .womanPage .provincialPresidencies .centerColumn02 span {
      color: #363a41; }
.womanPage .akMedia {
  background: #f5f5f5; }
  .womanPage .akMedia .title {
    padding-left: 0; }
  .womanPage .akMedia .item {
    box-shadow: 0 0 10px #e3e3e3; }
  .womanPage .akMedia .tabsContent .allView a {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #ffa819 !important; }
.womanPage .akMedia .title h2 {
  background: #36c0c2; }
.womanPage .akMedia .title:before {
  background: url(img/akMediaTitle02.jpg) no-repeat top right; }
.womanPage .akMedia .tabsTitle ul li.ui-tabs-active a {
  color: #36c0c2;
  border-color: #36c0c2; }
.womanPage .homePress,
.womanPage .videoList,
.womanPage .socialMedia {
  box-shadow: 0 5px 10px #dcdcdc !important; }
.womanPage .pressPublicationSocial {
  background: #f5f5f5;
  padding: 30px 0 60px 0; }
  .womanPage .pressPublicationSocial .title {
    background: #36c0c1; }
    .womanPage .pressPublicationSocial .title a span i {
      color: #209c9b; }
  .womanPage .pressPublicationSocial .homePublication {
    padding-bottom: 0;
    box-shadow: 0 5px 10px #dcdcdc; }
    .womanPage .pressPublicationSocial .homePublication .item .column figure {
      padding: 13px 0 0px 0; }
      .womanPage .pressPublicationSocial .homePublication .item .column figure > a {
        min-height: 140px; }
    .womanPage .pressPublicationSocial .homePublication .item .column:after {
      height: 251px !important; }
    .womanPage .pressPublicationSocial .homePublication .item .column figure figcaption {
      margin-top: 16px;
      margin-left: 7px; }
      .womanPage .pressPublicationSocial .homePublication .item .column figure figcaption a {
        margin-bottom: 10px; }
  .womanPage .pressPublicationSocial .videoList .mCustomScrollbar {
    height: 534px; }
  .womanPage .pressPublicationSocial .socialMedia .socialScroll {
    height: 534px; }
  .womanPage .pressPublicationSocial .socialMedia .titleSocial {
    background: #36c0c1; }
    .womanPage .pressPublicationSocial .socialMedia .titleSocial li a span {
      background: #9be0e0; }
      .womanPage .pressPublicationSocial .socialMedia .titleSocial li a span i {
        color: #36c0c1; }
    .womanPage .pressPublicationSocial .socialMedia .titleSocial li a strong {
      color: #9be0e0; }
    .womanPage .pressPublicationSocial .socialMedia .titleSocial a:hover span {
      background: #f49b35; }
      .womanPage .pressPublicationSocial .socialMedia .titleSocial a:hover span i {
        color: #fff; }
    .womanPage .pressPublicationSocial .socialMedia .titleSocial a:hover strong {
      color: #f49b35; }

.preliminaryApplication {
  position: relative;
  z-index: 3;
  padding-bottom: 30px; }
  .preliminaryApplication .preliminaryApplicationIcon {
    position: absolute;
    top: -84px;
    left: 50%;
    margin-left: -67px;
    display: none; }
  .preliminaryApplication .reCAPTCHAGogle {
    display: none; }
  .preliminaryApplication h2 {
    font-size: 44px;
    color: #398ae5;
    font-weight: 700;
    font-family: Archivo Narrow;
    line-height: 43px;
    text-align: center;
    margin: 42px 0 17px 0; }
  .preliminaryApplication p {
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    font-family: Open sans;
    line-height: 30px;
    text-align: center;
    margin-bottom: 50px; }
  .preliminaryApplication select {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    font-family: Open sans;
    line-height: 30px;
    height: 38px;
    border: 1px solid #b6b6b6;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    width: 100%;
    padding-left: 17px;
    background: #f3f3f3 url(img/arrowSelectbox.png) no-repeat right 10px center;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin-bottom: 20px; }
  .preliminaryApplication input[type="text"] {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    font-family: Open sans;
    line-height: 30px;
    height: 38px;
    border: 1px solid #b6b6b6;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    width: 100%;
    padding: 0 10px 0 17px;
    background: #f3f3f3;
    margin-bottom: 20px; }
  .preliminaryApplication .buttonItem {
    text-align: center;
    margin-top: 12px; }
    .preliminaryApplication .buttonItem input {
      font-size: 16px;
      color: #fff;
      font-weight: 700;
      font-family: Open sans;
      line-height: 30px;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border: 0;
      padding: 6px 38px 7px 38px;
      display: inline-block;
      /*background: #ffa819;*/
      background: #3d3830; }

@media only screen and (min-width: 992px) and (max-width: 1090px) {
  ul.headerNav > li > a {
    font-size: 11px !important;
    padding-bottom: 43px !important; }

  ul.headerNav > li:not(:last-child) {
    margin-right: 4px !important; }

  .languageEn ul.headerNav > li > a {
    padding-bottom: 41px !important; }

  .tbmmHeader ul.headerNav > li > a {
    padding-bottom: 41px !important; } }
@media only screen and (max-width: 1543px) {
  .webPager {
    right: 20px !important; }

  .scrollTop {
    right: 3% !important;
    margin-top: -20px; } }
@media only screen and (max-width: 1090px) {
  .webPager {
    display: none; } }
@media only screen and (min-width: 992px) and (max-width: 1170px) {
  ul.headerNav > li > a {
    padding-right: 12px !important; }

  .akMedia .title h2 {
    font-size: 24px;
    border-bottom: 4px solid #256bb1; }

  .akMedia .tabsTitle ul li a {
    padding: 8px 6px 20px 4px !important;
    font-size: 14px !important; }
    .akMedia .tabsTitle ul li a:before {
      margin: 0 8px !important; }

  .ui-datepicker td span, .ui-datepicker td a {
    width: 32px;
    height: 32px; }

  .generalPresident ul.tabsTitle li a {
    padding: 0 10px 16px 9px;
    font-size: 16px; }

  .generalPresident .largeNews img {
    min-height: 453px; } }
@media (min-width: 992px) {
  .tagPage h1 {
    margin-left: 7%; }
  .tagPage .item > span {
    float: left;
    width: 225px;
    text-align: right;
    margin-right: 6px; }
  .tagPage .item > div {
    float: left; }

  .navList .subNav .subNav {
    display: none !important; }

  .obstaclesCoordinationCenter .navList,
  .ykmPage .navList {
    padding-right: 125px !important; }

  .obstaclesCoordinationCenter .navList,
  .youthArms .navList,
  .ykmPage .navList,
  .womanPage .navList {
    padding-right: 125px !important; }

  .womanPage .navList {
    background: #36c0c1; }
  .womanPage .navList::after {
    background: #36c0c1; }
  .womanPage .akPartiLogo a img {
    max-width: 122px; }

  .politicalAcademy .navList {
    background: #302e60;
    padding: 28px 175px 0 0; }
    .politicalAcademy .navList:after {
      background: #302e60; }
    .politicalAcademy .navList > div > ul > li:last-child {
      margin-left: 17px; }
  .politicalAcademy .akpartiWebLogo {
    position: relative;
    display: inline-block;
    margin: -19px 15px 0 25px; }

  .cityVideos {
    padding-left: 15px;
    padding-right: 15px; }
    .cityVideos .col-md-6 {
      margin-bottom: 3px;
      padding-right: 2px;
      padding-left: 2px; }
    .cityVideos .col-md-3:nth-child(2),
    .cityVideos .col-md-3:nth-child(4) {
      padding-right: 2px;
      padding-left: 2px; }
    .cityVideos .col-md-3:nth-child(3),
    .cityVideos .col-md-3:nth-child(5) {
      padding-left: 2px;
      padding-right: 2px; }

  .akMediaBtn,
  .ourStaff {
    padding-right: 0; }
    .akMediaBtn a,
    .ourStaff a {
      box-shadow: 0 0 10px #17436f; }

  .akPartiLogo {
    position: relative;
    z-index: 2;
    background: #FFF url(img/akPartiLogoBg.jpg) no-repeat top right -1px;
    padding-bottom: 21px;
    position: relative; }
    .akPartiLogo a {
      margin: 17px 0 0 10px;
      display: inline-block; }
      .akPartiLogo a img {
        max-width: 196px; }
    .akPartiLogo a.mobileLinkLogo {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 29%; }

  .cityHeader .akPartiLogo {
    padding-bottom: 19px !important;
    float: left; }
    .cityHeader .akPartiLogo > div > a {
      margin: 19px 0 0 0px !important;
      float: left; }
      .cityHeader .akPartiLogo > div > a img {
        width: 51px; }
  .cityHeader .selectCityLink {
    float: left;
    position: relative; }
    .cityHeader .selectCityLink span {
      font-size: 21px;
      color: #000000;
      font-weight: 700;
      font-family: Open sans;
      padding: 18px 0 19px 10px;
      margin: 22px 0 0 15px;
      border-left: 1px solid #c2c2c2;
      display: block;
      cursor: pointer; }
      .cityHeader .selectCityLink span i {
        color: #FFF;
        background: #f7941d;
        font-size: 12px;
        padding: 2px 5px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        margin: 2px 0 0 7px;
        float: right; }
    .cityHeader .selectCityLink .cityList {
      position: absolute;
      left: 15px;
      top: 92%;
      width: 164px;
      background: #FFF;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border: 1px solid #e8e8e8;
      box-shadow: 0 0 5px #e8e8e8;
      display: none; }
      .cityHeader .selectCityLink .cityList.open {
        display: block; }
      .cityHeader .selectCityLink .cityList a {
        display: block;
        font-size: 13px;
        color: #000;
        font-weight: 400;
        font-family: Open sans;
        line-height: 30px;
        padding: 3px 10px 3px 21px;
        border-bottom: 1px solid #e8e8e8;
        margin: 0;
        float: none !important;
        text-align: left; }
        .cityHeader .selectCityLink .cityList a:hover {
          color: #266cb2; }

  .navList {
    background: #266cb2;
    padding: 28px 193px 0 0;
    position: static; }
    .navList::after {
      right: 0;
      top: 0px;
      position: absolute;
      height: 99px;
      width: 37%;
      background: #266cb2;
      content: "";
      z-index: -1; }
    .navList > div > ul > li {
      position: relative; }
    .navList li {
      /*&:hover > ul.subNav {
          display: block;
      }*/ }
      .navList li ul.subNav {
        position: absolute;
        left: 0;
        top: 100%;
        background: #FFF;
        width: 200px;
        background: #f0f2f3;
        border: 1px solid #d8d9da;
        box-shadow: 0 5px 10px rgba(143, 140, 140, 0.5);
        display: none; }
        .navList li ul.subNav.open {
          display: block; }
        .navList li ul.subNav > li {
          border-bottom: 1px solid #d8d9da;
          position: relative; }
          .navList li ul.subNav > li:hover {
            background: #e5e8e9; }
            .navList li ul.subNav > li:hover ul {
              display: block; }
          .navList li ul.subNav > li a {
            display: block;
            padding: 10px 10px;
            line-height: normal;
            font-size: 14px;
            color: #221f7f;
            font-weight: 700;
            font-family: Open sans; }
            .navList li ul.subNav > li a:hover {
              color: #000; }
          .navList li ul.subNav > li ul {
            left: 100%;
            top: 0px; }
    .navList > div {
      float: right;
      position: static;
      z-index: 5; }
    .navList .headerColumn {
      float: left;
      width: 186px; }

  .languageEn .navList {
    padding: 30px 87px 0 0; }
    .languageEn .navList ul.headerNav > li > a {
      padding-bottom: 40px; }

  ul.countryNav {
    visibility: hidden;
    opacity: 0;
    /*transition: visibility 0s, opacity 0.3s linear;
        -webkit-transition: visibility 0s, opacity 0.3s linear;
        -moz-transition: visibility 0s, opacity 0.3s linear;
        -o-transition: visibility 0s, opacity 0.3s linear;*/
    z-index: 1;
    max-width: 1170px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 99px;
    width: 100%;
    text-align: left;
    z-index: -1;
    /*&:before {
            content: "";
            position: fixed;
            top:0px;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            z-index: -1;
        }*/ }
    ul.countryNav.openCountry {
      visibility: visible !important;
      opacity: 1 !important; }
    ul.countryNav .countrySearch {
      background: #FFF; }
      ul.countryNav .countrySearch .searchItem {
        background: #c7c7c7;
        margin-top: 22px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        margin-bottom: 11px; }
        ul.countryNav .countrySearch .searchItem button {
          float: right;
          margin: 8px 10px 0 5px;
          border: 0;
          background: transparent; }
          ul.countryNav .countrySearch .searchItem button i {
            font-size: 21px;
            color: #fff;
            font-weight: 400; }
        ul.countryNav .countrySearch .searchItem input {
          border: 0;
          background: transparent;
          float: left;
          font-size: 17px;
          color: #fff;
          font-weight: 400;
          font-family: Open sans;
          width: calc(100% - 64px);
          height: 44px;
          padding-left: 19px; }
          ul.countryNav .countrySearch .searchItem input::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #FFF; }
          ul.countryNav .countrySearch .searchItem input::-moz-placeholder {
            /* Firefox 19+ */
            color: #FFF; }
          ul.countryNav .countrySearch .searchItem input:-ms-input-placeholder {
            /* IE 10+ */
            color: #FFF; }
          ul.countryNav .countrySearch .searchItem input:-moz-placeholder {
            /* Firefox 18- */
            color: #FFF; }
    ul.countryNav .list {
      background: #FFF url(img/turkishMaps.jpg) top center no-repeat;
      min-height: 618px;
      padding-top: 20px; }
      ul.countryNav .list .container-fluid {
        padding-left: 109px; }
      ul.countryNav .list .col-md-2.col-sm-3 {
        min-height: 640px; }
      ul.countryNav .list .column {
        margin-bottom: 11px; }
        ul.countryNav .list .column span {
          font-size: 13px;
          color: #fff;
          font-weight: 600;
          font-family: Open sans;
          background: #ff9400;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          display: block;
          width: 26px;
          height: 26px;
          text-align: center;
          padding-top: 5px;
          margin-bottom: 7px; }
        ul.countryNav .list .column a {
          font-size: 14px;
          color: #333;
          font-weight: 600;
          font-family: Open sans;
          line-height: 31px;
          display: block; }
          ul.countryNav .list .column a:hover {
            color: #ff9400; }
        ul.countryNav .list .column a.active {
          color: red; }

  ul.headerNav {
    text-align: center;
    position: static;
    z-index: 2;
    float: left;
    margin-top: 17px;
    padding-left: 20px;
    /*& > li:hover ul.countryNav {
        visibility: visible;
        opacity: 1;
    }*/ }
    ul.headerNav > li {
      display: inline-block; }
      ul.headerNav > li:not(:last-child) {
        margin-right: 7px; }
      ul.headerNav > li:nth-last-child(2) {
        margin-left: 8px; }
      ul.headerNav > li .mobileNavIcon {
        display: none; }
    ul.headerNav > li > a {
      font-size: 12px;
      color: #fff;
      font-weight: 700;
      font-family: Open sans;
      display: block;
      padding-right: 19px;
      padding-bottom: 42px; }
      ul.headerNav > li > a:hover {
        color: #ff9400; }
    ul.headerNav > li > a.angleDown {
      background: url(img/angleDown.png) no-repeat right top 4px; }
    ul.headerNav .akPartiLogo {
      position: relative;
      z-index: 2; }
      ul.headerNav .akPartiLogo a {
        display: inline-block; }
        ul.headerNav .akPartiLogo a img {
          max-width: 100%; }
    ul.headerNav ul {
      position: absolute;
      left: 0;
      top: 99px;
      width: 100%;
      text-align: left;
      z-index: -1; }

  .akMedia .akmediaDropdown > span {
    display: none; }
  .akMedia .tabsTitle {
    background: #FFF;
    padding: 10px 10px 0px 25px;
    position: relative; }
    .akMedia .tabsTitle.closeTabs:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 59px;
      z-index: 1; }
    .akMedia .tabsTitle .transformer-tabs {
      display: inline-block;
      padding-left: 30px;
      margin-bottom: -2px;
      overflow: hidden; }
    .akMedia .tabsTitle ul li {
      float: left;
      position: relative; }
      .akMedia .tabsTitle ul li span {
        font-size: 15px;
        color: #9a9a9a;
        font-weight: 700;
        font-family: Open Sans;
        padding: 12px 17px 17px 13px;
        margin: 0 5px;
        display: inline-block;
        position: relative;
        text-shadow: none;
        cursor: pointer; }
        .akMedia .tabsTitle ul li span:focus {
          outline: none; }
        .akMedia .tabsTitle ul li span:before {
          position: absolute;
          top: 0;
          left: 0;
          overflow: hidden;
          font-size: 16px;
          padding: 12px 0px 14px 0px;
          margin: 0 23px;
          max-width: 0;
          color: #266cb2;
          content: attr(data-hover);
          -webkit-transition: max-width 0.5s;
          -moz-transition: max-width 0.5s;
          transition: max-width 0.5s; }
        .akMedia .tabsTitle ul li span:hover:before, .akMedia .tabsTitle ul li span:focus:before {
          max-width: 100%; }
      .akMedia .tabsTitle ul li.ui-tabs-active a {
        color: #256bb1 !important;
        border-bottom: 5px solid #256bb1; }

  .womanPage .akMedia .tabsTitle ul li.ui-tabs-active a {
    color: #36c0c2 !important; }

  .calendar .row > div.col-md-3 {
    padding-right: 0; }
  .calendar .row > div.col-md-9 {
    padding-left: 0; }

  .viewAllBtn {
    padding-left: 2px; }

  .contact .item .form > div.col-md-6:nth-child(2n+2) {
    padding-left: 7px; }
  .contact .item .form > div.col-md-6:nth-child(2n-1) {
    padding-right: 7px; }

  .homeSlider .bx-wrapper .bx-pager.bx-default-pager a {
    width: 20px;
    height: 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    opacity: 0.4; } }
@media only screen and (min-width: 992px) and (max-width: 1170px) {
  ul.headerNav ul.countryNav {
    left: 0%;
    margin-left: 0px; }

  .politicalAcademy .homeColumn a {
    padding: 34px 3px 28px 24px; }
    .politicalAcademy .homeColumn a span {
      font-size: 21px; } }
@media only screen and (min-width: 992px) and (max-width: 1155px) {
  /*.homeItem.presidencyJoinItem .presidencyInformatin {
      padding-top: 122px;
  }*/ }
@media (max-width: 991px) {
  /*.akMediaBtn{
      display:none;
  }*/
  header .headerColumn .searchLanguageAkSite .akpartiWebLogo02 {
    display: none; }

  .akmediaDropdown {
    background: linear-gradient(#2d80d2, #1b4d7e) !important;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 1px);
    height: 100%; }
    .akmediaDropdown > span {
      display: block;
      font-size: 17px;
      font-weight: 700;
      padding: 20px 0 20px 10px !important;
      color: #fff !important;
      cursor: pointer;
      width: 100%;
      height: 100%; }
      .akmediaDropdown > span:after {
        content: "☰";
        position: absolute;
        top: 16px;
        right: 15px;
        z-index: 2;
        pointer-events: none;
        color: #fff;
        font-size: 26px;
        font-weight: 700; }
    .akmediaDropdown .akmediaTabsItem {
      display: none;
      background: #1f5993 !important;
      width: 100%; }
      .akmediaDropdown .akmediaTabsItem.open {
        display: block !important; }
      .akmediaDropdown .akmediaTabsItem li span {
        display: block;
        font-size: 17px;
        font-weight: 700;
        padding: 20px 0 20px 10px !important;
        color: #fff !important;
        cursor: pointer;
        width: 100%;
        height: 100%; }
      .akmediaDropdown .akmediaTabsItem li span.active {
        color: #FFF !important;
        border-bottom: 0px; }

  header .headerColumn .searchLanguageAkSite div.aksite {
    margin-top: 0px; }

  .tabsContent .tabsItem > .col-md-6:first-child {
    padding-bottom: 25px; }

  .akMedia .tabsContent .otherSliderAkmedia, .akMedia .tabsContent #akMediaChairmanShip {
    min-height: 0px; }

  .akpartiWebLogo {
    display: none; }

  #wrapper {
    padding-top: 0px !important; }

  header {
    position: relative; }

  .languageMobile {
    float: right;
    margin-top: 8px;
    margin-right: 5px;
    display: block !important; }
    .languageMobile li {
      float: left !important;
      border: 0 !important; }
      .languageMobile li a {
        padding: 5px 7px !important; }

  .breakingNews {
    position: relative; }
    .breakingNews .col-md-9 {
      padding-left: 15px; }
      .breakingNews .col-md-9 a {
        margin-left: 0; }

  .tbmmGroup .column {
    min-height: 0; }

  .contact .item {
    padding: 20px 15px 14px 15px; }

  .contact .akpartiContactInformation .column {
    padding-left: 15px; }

  .homeItem.presidencyJoinItem .presidencyInformatin {
    padding-top: 15px;
    margin-top: 30px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-left: 10px !important; }

  .homeItem.presidencyJoinItem .presidencyInformatin img {
    position: relative;
    bottom: 0;
    float: left;
    max-width: 136px;
    display: block !important;
    margin-right: 20px;
    margin-bottom: 10px; }

  .akMedia .title h2 {
    font-size: 38px;
    color: #fff;
    font-weight: 700;
    font-family: Archivo Narrow; }

  .akMedia .item {
    box-shadow: none; }

  .otherAkSiteOpen {
    top: 75px; }

  .logoAndHeaderColumn {
    background: #FFF;
    position: relative; }
    .logoAndHeaderColumn a.mobileLinkLogo {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 48px; }

  .mobileNavShadown {
    z-index: 6; }

  .navItem {
    display: block;
    position: absolute !important;
    left: 0;
    top: 73px;
    width: 100%;
    background: #273039;
    padding: 0;
    z-index: -1;
    display: none;
    transition: 0.5s all ease-out;
    /*&:before {
        content: "";
        position: fixed;
        left: 0;
        top: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        background: #273039 url(img/footerAkparti.png) center bottom no-repeat;
    }*/ }
    .navItem.open {
      display: block; }
    .navItem ul {
      position: relative;
      z-index: 3; }
    .navItem > ul > li > a {
      display: inline-block; }
    .navItem > ul > li li {
      padding: 5px 0px; }
    .navItem ul.headerNav > li > ul {
      background: #2a343d; }
      .navItem ul.headerNav > li > ul ul {
        background: #313a42; }
    .navItem ul li {
      display: block;
      line-height: 35px;
      float: none;
      border-bottom: 1px solid #313a42; }
      .navItem ul li .container-fluid {
        padding: 0; }
        .navItem ul li .container-fluid .column span {
          display: none; }
      .navItem ul li .open {
        display: block !important; }
      .navItem ul li .column {
        border-bottom: 1px solid #222a31; }
      .navItem ul li li a:hover {
        color: #ff9400; }
      .navItem ul li li a:not(:last-child) {
        border-bottom: 1px solid #222a31; }
      .navItem ul li .countrySearch {
        display: none; }
      .navItem ul li .mobileNavIcon {
        display: block;
        width: 17px;
        height: 17px;
        background: url(img/mobileSidebarIcon.png) no-repeat left top;
        float: right;
        overflow: hidden;
        margin: 10px 10px 0 10px;
        cursor: pointer; }
      .navItem ul li .mobileNavIcon.active {
        background-position: right top; }
      .navItem ul li a {
        font-size: 14px;
        color: #fff;
        font-weight: 700;
        font-family: Open Sans;
        padding: 0px 15px;
        width: calc(100% - 38px);
        display: inline-block; }
      .navItem ul li ul {
        display: none; }
    .navItem .akPartiLogo {
      display: none; }

  header:before {
    display: none; }

  .logo {
    margin-bottom: 20px; }

  .headerColumn {
    margin-top: 10px;
    float: right;
    top: 0 !important; }

  .cityHeader > .countryNav {
    display: none; }

  .mobileNavBtn {
    display: block !important;
    float: left;
    margin: -5px 10px 0 20px; }
    .mobileNavBtn span {
      background: #273039;
      display: inline-block;
      padding: 8px 10px;
      box-shadow: 0 0px 10px #dedede;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      cursor: pointer; }
      .mobileNavBtn span i {
        font-size: 24px;
        color: #fff; }

  .mobileLogo {
    display: block !important;
    float: left;
    padding: 4px 10px 10px 15px; }
    .mobileLogo img {
      height: 57px; }

  .akMedia .title h2 {
    margin-right: 10px; }

  .main {
    margin-top: 0; }

  header .headerColumn .searchLanguageAkSite > div {
    position: relative;
    float: right;
    top: 0;
    padding: 15px 0; }

  .adressContact p {
    margin-left: 10px; }
    .adressContact p:first-child {
      margin-left: 0; }

  .otherAkSiteOpen .item {
    margin-left: 0 !important; }

  .generalPresident .otherNews .column h2 {
    min-height: 60px; }

  .generalPresident .transformer-tabs ul {
    background: #1f5993 !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; }
  .generalPresident .transformer-tabs .ui-state-active a {
    background: #1f5993 !important; }
  .generalPresident .largeNews {
    margin-bottom: 30px; }

  .pressPublicationSocial {
    padding: 20px 0 20px 0; }

  .controllerOk {
    top: 32%; }

  .homeSlider {
    border-bottom: 1px solid #3976b3; }
    .homeSlider .bx-controls {
      bottom: 13px !important; }
      .homeSlider .bx-controls .bx-pager {
        max-width: 100%; }
    .homeSlider .slider li a:before {
      display: none; }
    .homeSlider .slider .detail {
      position: relative;
      bottom: 0;
      background: #2466a8;
      padding-bottom: 20px;
      padding-top: 20px;
      padding-left: 0; }
      .homeSlider .slider .detail .more {
        font-size: 11px;
        padding: 7px 13px; }
      .homeSlider .slider .detail h3 {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 8px;
        text-align: left; }
        .homeSlider .slider .detail h3 span {
          padding: 0;
          box-shadow: none;
          background: transparent;
          border: 0px; }

  .akMedia {
    padding: 30px 0 20px 0; }
    .akMedia .title::before {
      display: none; }
    .akMedia .settingBtn {
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      padding-top: 8px;
      background: #FFF;
      height: 57px; }
    .akMedia .akMediaBtn,
    .akMedia .ourStaff {
      padding-left: 10px;
      padding-right: 0; }
      .akMedia .akMediaBtn .mediaBtn,
      .akMedia .akMediaBtn .staffBtn,
      .akMedia .ourStaff .mediaBtn,
      .akMedia .ourStaff .staffBtn {
        padding-bottom: 6px; }
    .akMedia .tabsTitle {
      padding-left: 0;
      padding-right: 0;
      height: 57px;
      z-index: 3;
      position: relative; }
    .akMedia .transformer-tabs {
      position: absolute;
      float: left;
      width: 100%; }
      .akMedia .transformer-tabs ul {
        background: #1f5993 !important;
        border-right: 1px solid #FFF; }
    .akMedia .transformer-tabs a.active {
      font-size: 17px;
      font-weight: 700; }

  .generalPresident ul.tabsTitle {
    display: block;
    margin-top: 23px; }

  .generalPresident .viewAllBtn {
    margin: 10px 0 20px 0; }
    .generalPresident .viewAllBtn a {
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px; }

  .generalPresident ul.tabsTitle {
    margin-bottom: 0; }

  .calendar .ui-datepicker {
    min-height: 290px; }
  .calendar ul.calendarSlider li .detail {
    position: relative;
    padding: 20px 30px 10px 30px;
    background: #256bb1; }
  .calendar .bx-controls {
    background: transparent; }

  .calendar .title span,
  .ui-datepicker-title {
    text-align: center; }

  .ui-datepicker table {
    margin: 10px auto 0; }

  .transformer-tabs {
    position: relative;
    z-index: 3; }

  .generalPresident .transformer-tabs {
    z-index: 2 !important; }

  .tabsHome .transformer-tabs {
    position: absolute;
    top: -40px;
    width: calc(100% - 30px);
    z-index: 3; }

  .akMedia .transformer-tabs .ui-state-active a {
    background: linear-gradient(#2d80d2, #1b4d7e) !important; }

  .transformer-tabs a:active,
  .transformer-tabs a:focus {
    outline: none; }
  .transformer-tabs a {
    display: block;
    font-size: 17px;
    font-weight: 700; }
    .transformer-tabs a.active {
      border-bottom: 3px solid transparent;
      position: relative;
      bottom: -3px; }
  .transformer-tabs ul {
    border-bottom: 0;
    overflow: hidden;
    position: relative;
    background: #666;
    /* fallback */
    background: linear-gradient(#666, #222);
    padding: 0 !important;
    border-right: 0 !important; }
    .transformer-tabs ul.open a {
      position: relative;
      display: block; }
  .transformer-tabs::after {
    content: "☰";
    position: absolute;
    top: 16px;
    right: 15px;
    z-index: 2;
    pointer-events: none;
    color: #FFF;
    font-size: 26px;
    font-weight: bold; }
  .transformer-tabs li {
    display: block !important;
    float: none !important;
    padding: 0 !important;
    border: 0 !important; }
    .transformer-tabs li:hover {
      border: 0 !important; }
  .transformer-tabs a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 0 20px 10px !important;
    color: #FFF !important; }
  .transformer-tabs .ui-state-active a {
    border: 0;
    z-index: 1;
    background: #666;
    /* fallback */
    background: linear-gradient(#666, #222); }

  .main .content.newsDetail .newsDetailImage .slider li span {
    bottom: 18px;
    line-height: 20px;
    font-size: 16px; }

  header .headerColumn .searchLanguageAkSite .language {
    color: #000; }

  .akMedia .tabsContent .item a .textAndTitle h3, .akMedia .tabsContent .item li .textAndTitle h3 {
    font-size: 12px;
    line-height: 14px; }

  .akMedia .tabsContent .item ul li h3 {
    font-size: 17px !important;
    line-height: 23px !important; }

  .akMedia .tabsContent .item ul li .textAndTitle {
    bottom: 40px !important; }

  .akMedia .bx-wrapper .bx-pager, .akMedia .bx-wrapper .bx-controls-auto {
    bottom: -17px; }

  .main .content .activityImage .item #clock {
    color: #000; }

  .main .content .activityImage .item h1 {
    margin-bottom: 10px; }

  .main .content .activityImage .item #clock {
    margin-top: 15px; } }
@media (max-width: 767px) {
  .tabsContent .tabsItem > .col-md-6:first-child {
    padding-bottom: 0px !important; }

  .homeItem .JoinItem .text h3 {
    font-size: 25px !important; }

  .homeItem.presidencyJoinItem p {
    font-size: 14px !important;
    line-height: 19px !important;
    margin-top: 8px; }

  .homeItem .JoinItem a {
    padding: 10px 10px; }

  .homeSliderRevolation {
    box-shadow: 0 2px 5px #f7f7f7;
    border-bottom: 1px solid #2566a7;
    background: #203e5d;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    font-family: Open Sans;
    line-height: normal;
    padding-bottom: 64px; }
    .homeSliderRevolation .tp-caption {
      background: transparent !important;
      width: 91% !important;
      max-width: 91% !important;
      text-align: center !important; }

  .tp-parallax-wrap {
    top: 106% !important;
    bottom: auto !important;
    position: relative !important;
    left: 10px !important; }
    .tp-parallax-wrap div {
      position: relative !important; }

  .homeSliderRevolation li, .rev_slider {
    overflow: visible !important; }

  .homeSliderRevolation ul {
    overflow: visible !important; }

  .sliderTextMobile {
    box-shadow: 0 2px 5px #f7f7f7;
    border-bottom: 1px solid #2566a7;
    padding-bottom: 10px;
    padding-top: 10px;
    background: #203e5d;
    display: block;
    text-align: center;
    /*border-bottom: 4px solid #2566a7;
    background: #1266b9;*/ }
    .sliderTextMobile p {
      padding: 10px;
      font-size: 16px;
      color: #fff;
      font-weight: 600;
      font-family: Open Sans;
      line-height: normal; }

  .obstaclesCoordinationCenter .provincialPresidencies {
    background-size: 100% auto; }

  .provincialPresidencies .columnLeft span {
    font-size: 14px; }

  .main aside {
    display: none; }

  .introduction .item .text {
    margin-bottom: 20px; }

  .main .profileContent img {
    float: none;
    max-width: 100%; }

  .akMedia .tabsTitle {
    display: none; }
  .akMedia .tabsContent .item.sliderLeftItem {
    margin-bottom: 65px; }
  .akMedia .tabsContent #akMediaChairmanShip .item,
  .akMedia .tabsContent .otherSliderAkmedia .item {
    margin-bottom: 25px; }

  .photoAndVideo .photo, .photoAndVideo .video {
    display: none; }

  .photoAndVideo {
    padding: 20px 0; }
    .photoAndVideo .title {
      margin: 10px 0; }

  .pressPublicationSocial .title, .photoAndVideo .title {
    padding: 14px 13px 18px 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }
    .pressPublicationSocial .title h2, .photoAndVideo .title h2 {
      font-size: 20px;
      margin-top: 4px; }
  .pressPublicationSocial .homePublication, .pressPublicationSocial .homePress, .photoAndVideo .homePublication, .photoAndVideo .homePress {
    margin-bottom: 10px; }

  .timeLine {
    padding: 30px 0px; }

  .timeLine .title span {
    font-size: 22px;
    line-height: normal; }

  .socialMedia .titleSocial {
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px; }
    .socialMedia .titleSocial li a strong, .socialMedia .titleSocial li a span, .socialMedia .titleSocial li a i {
      color: #FFF !important; }

  .pressPublicationSocial .mCustomScrollbar, .pressPublicationSocial .socialScroll {
    display: none; }

  .main .pdfButtons {
    margin: 0px; }

  .notFound h1 {
    font-size: 155px; }
  .notFound h2 {
    font-size: 24px; }
  .notFound p {
    font-size: 16px; }

  .targetItemTabs .titleItem {
    max-width: 485px;
    box-shadow: none;
    margin: 0 auto; }
    .targetItemTabs .titleItem .title {
      float: none;
      padding: 17px 20px 16px 20px;
      text-align: center; }
      .targetItemTabs .titleItem .title h2 {
        float: none !important;
        display: inline-block; }
      .targetItemTabs .titleItem .title:before {
        display: none; }
      .targetItemTabs .titleItem .title span {
        float: none;
        display: inline-block; }
      .targetItemTabs .titleItem .title span:last-child {
        text-align: left; }
    .targetItemTabs .titleItem ul {
      box-shadow: 0 0 10px #17436f;
      padding-top: 10px;
      margin-top: 0px;
      text-align: center;
      float: none !important; }
      .targetItemTabs .titleItem ul li {
        display: inline-block;
        float: none !important; }

  .categoryPuplish .homePublication .item .column:not(:last-child) {
    border-bottom: 1px solid #f5f5f5 !important; }

  .main .documentPage > div {
    display: block; }

  #staffItem {
    margin-top: 70px;
    padding-top: 0; }
    #staffItem ul {
      display: block;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px; }
      #staffItem ul li {
        display: block; }
    #staffItem .column a:nth-child(2) {
      display: block; }

  .cityVideos .col-md-3 {
    margin-top: 10px; }

  .cityVideos .item:before {
    background-size: 50%;
    margin-left: -24px;
    margin-top: -24px; }

  .homeItem .JoinItem a {
    float: left;
    margin-top: 15px; }

  .breadcrumbItem.mediaSelect .selectItem {
    float: left;
    margin-top: 20px; }

  .contact .item {
    padding-left: 15px;
    padding-right: 15px; }

  .main .nextNews .text {
    padding-top: 50px; }
    .main .nextNews .text a {
      font-size: 18px;
      line-height: 22px; }

  .homeItem .JoinItem {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 25px; }

  .homeItem .JoinItem .text {
    padding-left: 0;
    float: none;
    background: transparent;
    width: 100%; }

  .homeItem .JoinItem span {
    float: none; }

  .JoinPopup .item {
    padding: 20px; }

  .JoinPopup .item .formItem input, .JoinPopup .item .formItem select {
    font-size: 15px; }

  .akMedia .akMediaFilter {
    margin-top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 5; }
    .akMedia .akMediaFilter .filterTabs {
      padding: 0 0; }
      .akMedia .akMediaFilter .filterTabs .column {
        float: none;
        margin-bottom: 0 !important;
        margin-right: 0 !important; }
        .akMedia .akMediaFilter .filterTabs .column label {
          width: 100%;
          padding-left: 15px;
          background: #e1e1e1;
          box-shadow: none; }
        .akMedia .akMediaFilter .filterTabs .column:hover label {
          background: #ded9d9 !important; }
        .akMedia .akMediaFilter .filterTabs .column .allBtn {
          float: none;
          background: #ded9d9;
          display: block; }

  .obstaclesCoordinationCenter .akMedia .otherSliderAkmedia .item,
  .youthArms .akMedia .otherSliderAkmedia .item,
  .ykmPage .akMedia .otherSliderAkmedia .item,
  .womanPage .akMedia .otherSliderAkmedia .item {
    margin-bottom: 25px !important; }

  .womanPage .akMedia .title {
    padding-right: 0px; }
    .womanPage .akMedia .title h2 {
      background: transparent; }

  .main .content .titleAndSearch h2 {
    display: inline-block;
    margin-bottom: 20px; }

  .main .content .titleAndSearch .searchBtn {
    display: block;
    width: 100%;
    max-width: 100%;
    border: 1px solid #8e9398 !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; }

  .search .titleSearch h1 {
    font-size: 28px; }

  .search .titleSearch span {
    font-size: 20px; }

  .search .titleSearch div {
    margin-top: 30px; }

  .generalPresident .largeNews .title h2 a {
    line-height: 23px;
    font-size: 18px; }

  .generalPresident .generalTitle span {
    font-size: 26px; }

  .homeItem .item a .detail span {
    font-size: 21px; }

  .homeItem .item a .detail span strong {
    font-size: 25px; }

  .pressPublicationSocial .homePress ul li a p {
    min-height: 49px; }

  .akMedia {
    padding-top: 10px; }
    .akMedia .title {
      padding-right: 15px; }
      .akMedia .title h2 {
        background: transparent; }
    .akMedia .tabsTitle {
      padding-left: 0;
      padding-right: 0; }
      .akMedia .tabsTitle .transformer-tabs {
        position: relative;
        float: none;
        display: none; }
    .akMedia .akMediaBtn,
    .akMedia .ourStaff {
      padding-left: 0;
      display: none; }
      .akMedia .akMediaBtn .mediaBtn,
      .akMedia .akMediaBtn .staffBtn,
      .akMedia .ourStaff .mediaBtn,
      .akMedia .ourStaff .staffBtn {
        text-align: left;
        padding: 17px 5px 17px 11px;
        box-shadow: 0 0 4px #ccc8c8;
        margin-top: 20px; }
        .akMedia .akMediaBtn .mediaBtn i,
        .akMedia .akMediaBtn .staffBtn i,
        .akMedia .ourStaff .mediaBtn i,
        .akMedia .ourStaff .staffBtn i {
          margin-top: -8px;
          width: auto;
          font-size: 20px;
          margin-right: 5px;
          float: right; }

  .akMedia .tabsContent .otherSliderAkmedia, .akMedia .tabsContent #akMediaChairmanShip {
    display: none !important; }

  .ChairmanshipAkmedia .tabsContent .otherSliderAkmedia, .ChairmanshipAkmedia .tabsContent #akMediaChairmanShip {
    display: block !important; }

  .targetItem .cascade-slider_container .cascade-slider_item .detail {
    background: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    bottom: 0; }

  .targetItem .cascade-slider_container .cascade-slider_item .detail > a {
    padding: 5px 14px 0px 0px;
    margin-bottom: 0px;
    font-size: 10px;
    line-height: 15px; }

  .targetItem .cascade-slider_container .cascade-slider_item .detail div a:first-child {
    font-size: 8px;
    line-height: normal; }

  .targetItem .cascade-slider_container .cascade-slider_item .detail div a:last-child {
    font-size: 8px; }

  .targetItem .title h1 span {
    font-size: 56px; }

  .targetItem .title h1 {
    font-size: 28px; }

  .homeItem .title span {
    font-size: 38px; }

  ul.calendarSlider li .detail h2 {
    font-size: 18px !important;
    line-height: 28px !important; }

  .akMedia .settingBtn {
    background: linear-gradient(#2d80d2, #1b4d7e);
    color: #FFF;
    position: relative;
    box-shadow: -1px 1px 1px #fff;
    margin-left: 0;
    z-index: 3; }

  .calendar ul.calendarSlider li .detail > span {
    font-size: 13px; }

  .calendar ul.calendarSlider li .detail div span,
  .calendar ul.calendarSlider li .detail div a {
    font-size: 14px; }

  .calendar .bx-controls {
    position: relative;
    text-align: center;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background: #1a5ea2;
    right: 0; }

  .calendar .bx-wrapper .bx-prev {
    left: 30px; }

  .calendar .bx-wrapper .bx-next {
    right: 30px; }

  .main .listItem01 .column .text p {
    height: auto !important; }

  .main .content .activityImage .item #clock {
    margin-top: 15px; }

  .main .content .activityImage .item h2 {
    font-size: 16px; }

  .main .content .activityImage .item h1 {
    font-size: 18px;
    margin-bottom: 7px;
    margin-top: 8px; }

  header .headerColumn .searchLanguageAkSite .searchBtn {
    display: none; }

  .youthArms .provincialPresidencies .columnLeft, .youthArms .provincialPresidencies .columnRight, .obstaclesCoordinationCenter .provincialPresidencies .columnLeft, .obstaclesCoordinationCenter .provincialPresidencies .columnRight, .ykmPage .provincialPresidencies .columnLeft, .ykmPage .provincialPresidencies .columnRight, .womanPage .provincialPresidencies .columnLeft, .womanPage .provincialPresidencies .columnRight {
    margin-top: 10px !important;
    text-align: center; }
    .youthArms .provincialPresidencies .columnLeft select, .youthArms .provincialPresidencies .columnRight select, .obstaclesCoordinationCenter .provincialPresidencies .columnLeft select, .obstaclesCoordinationCenter .provincialPresidencies .columnRight select, .ykmPage .provincialPresidencies .columnLeft select, .ykmPage .provincialPresidencies .columnRight select, .womanPage .provincialPresidencies .columnLeft select, .womanPage .provincialPresidencies .columnRight select {
      max-width: 100%; }
  .youthArms .akMedia, .obstaclesCoordinationCenter .akMedia, .ykmPage .akMedia, .womanPage .akMedia {
    background: transparent; }
    .youthArms .akMedia .item, .obstaclesCoordinationCenter .akMedia .item, .ykmPage .akMedia .item, .womanPage .akMedia .item {
      box-shadow: none; }
    .youthArms .akMedia .title h2, .obstaclesCoordinationCenter .akMedia .title h2, .ykmPage .akMedia .title h2, .womanPage .akMedia .title h2 {
      margin-right: 0px;
      color: #000; }
    .youthArms .akMedia .otherSliderAkmedia, .obstaclesCoordinationCenter .akMedia .otherSliderAkmedia, .ykmPage .akMedia .otherSliderAkmedia, .womanPage .akMedia .otherSliderAkmedia {
      display: block !important; }
  .youthArms .pressPublicationSocial .videoList, .obstaclesCoordinationCenter .pressPublicationSocial .videoList, .ykmPage .pressPublicationSocial .videoList, .womanPage .pressPublicationSocial .videoList {
    margin-bottom: 12px;
    box-shadow: 0 5px 10px #1d5288; }
  .youthArms .pressPublicationSocial .homePublication, .obstaclesCoordinationCenter .pressPublicationSocial .homePublication, .ykmPage .pressPublicationSocial .homePublication, .womanPage .pressPublicationSocial .homePublication {
    background: transparent; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .akMedia .title {
    display: none; }

  .main .profileContent img {
    max-width: 250px; }

  .akMedia .title h2 {
    display: none; }

  .targetItem .cascade-slider_container {
    height: 411px; }

  .targetItem .title h1 {
    font-size: 30px; }
    .targetItem .title h1 span {
      font-size: 60px; }

  .cityVideos .col-md-6 {
    margin-bottom: 3px; }
  .cityVideos .col-md-3:nth-child(2),
  .cityVideos .col-md-3:nth-child(4) {
    padding-right: 2px; }
  .cityVideos .col-md-3:nth-child(3),
  .cityVideos .col-md-3:nth-child(5) {
    padding-left: 2px; }

  #staffItem {
    margin-top: 58px; }

  footer .footerOtherWebSite h3 {
    text-align: center; }

  footer .footerOtherWebSite .row ul {
    text-align: center; }

  footer .footerOtherWebSite .row li {
    display: inline-block;
    float: none !important; } }
@media only screen and (min-width: 768px) {
  .photoAndVideo .photo,
  .photoAndVideo .video {
    background: #FFF;
    padding: 7px 6px; }
    .photoAndVideo .photo .col-md-6,
    .photoAndVideo .video .col-md-6 {
      margin-bottom: 2px; }
    .photoAndVideo .photo .col-md-6:nth-child(1),
    .photoAndVideo .photo .col-md-6:nth-child(3),
    .photoAndVideo .video .col-md-6:nth-child(1),
    .photoAndVideo .video .col-md-6:nth-child(3) {
      padding-right: 1px; }
    .photoAndVideo .photo .col-md-6:nth-child(2),
    .photoAndVideo .photo .col-md-6:nth-child(4),
    .photoAndVideo .video .col-md-6:nth-child(2),
    .photoAndVideo .video .col-md-6:nth-child(4) {
      padding-left: 1px; } }
@media only screen and (max-width: 991px) {
  .Newspaper-Title {
    font-size: 14px !important;
    line-height: normal !important; }

  /*#wrapper {
      padding-top: 75px;
  }*/
  .homeItem.presidencyJoinItem {
    padding: 0px !important; }

  .searchMobile {
    display: block !important;
    margin: 7px 15px 10px 15px;
    border: 2px solid #34404b;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; }
    .searchMobile input {
      float: left;
      width: calc(100% - 55px);
      height: 35px;
      font-size: 14px;
      color: #fff;
      font-weight: 600;
      font-family: Open Sans;
      background: transparent;
      border: 0;
      margin: 0 10px; }
    .searchMobile button {
      float: left;
      width: 30px;
      margin: 7px 5px 0 0;
      cursor: pointer;
      background: transparent;
      border: 0; }
      .searchMobile button i {
        font-size: 16px;
        color: #FFF; }

  header .headerColumn .searchLanguageAkSite .searchBtn {
    display: none; }

  .main .content .activityImage:before {
    display: none; }
  .main .content .activityImage .item {
    position: relative;
    left: 0;
    padding: 25px 15px 5px 15px;
    background: #f5f5f5; }
    .main .content .activityImage .item h2,
    .main .content .activityImage .item .dateAndClock span {
      color: #000; }
      .main .content .activityImage .item h2 i,
      .main .content .activityImage .item .dateAndClock span i {
        color: #000; }
    .main .content .activityImage .item #clock span {
      border: 1px solid #000;
      color: #000 !important; }
      .main .content .activityImage .item #clock span strong {
        color: #000; }

  .main .content.newsDetail .dateAndSocial .social ul {
    float: left;
    margin-top: 20px;
    margin-left: 15px; }

  .otherAkSiteOpen .item .first > a {
    margin: 4px 0 0 0; }

  .otherAkSiteOpen .item .last .title {
    border-bottom: 0; }

  .otherAkSiteOpen .item .first .title h2 {
    float: none;
    line-height: 21px;
    border: 0; }

  .otherAkSiteOpen .item .first .title p {
    float: none;
    margin-top: 6px; }

  .otherAkSiteOpen .last .title a {
    float: none;
    display: inline-block !important; }

    /*.introduction .item .text {
        padding-bottom: 30px;

        span {
            margin: 25px 0 14px 0;
        }

        h2 {
            margin-bottom: 16px;
        }

        p {
            font-size: 22px;
            margin-bottom: 25px;
        }
    }*/
  .preliminaryApplication .preliminaryApplicationIcon {
    position: relative;
    top: 0;
    margin-top: 10px; }

  .preliminaryApplication h2 {
    margin-top: 0px; }

  .obstaclesCoordinationCenter,
  .ykmPage,
  .youthArms,
  .womanPage {
    padding-top: 57px !important; }

  .obstaclesCoordinationCenter header .headerColumn .searchLanguageAkSite > div,
  .ykmPage header .headerColumn .searchLanguageAkSite > div,
  .youthArms header .headerColumn .searchLanguageAkSite > div,
  .womanPage header .headerColumn .searchLanguageAkSite > div {
    padding: 3px 0 6px 0; }

  .obstaclesCoordinationCenter .mobileLogo,
  .ykmPage .mobileLogo,
  .youthArms .mobileLogo {
    padding: 0px 10px 0px 0px; }

  .womanPage .mobileLogo {
    padding: 0px 10px 0px 10px; }

  .obstaclesCoordinationCenter .homePublication .item .column::after, .ykmPage .homePublication .item .column::after,
  .ykmPage .homePublication .item .column::after, .ykmPage .homePublication .item .column::after,
  .youthArms .homePublication .item .column::after, .ykmPage .homePublication .item .column::after,
  .womanPage .homePublication .item .column::after, .ykmPage .homePublication .item .column::after {
    height: 266px; }

  .akMedia .tabsContent {
    margin-top: 10px; }

  footer {
    padding-top: 10px; }
    footer .logo {
      text-align: center; }
    footer .scrollTop {
      display: none; }
    footer nav {
      display: none !important; }
      footer nav > ul {
        text-align: center; }
        footer nav > ul > li {
          background: #3f4851;
          padding-top: 10px;
          margin-bottom: 5px;
          border-bottom: 1px #4b5660 solid;
          min-height: 0 !important; }
          footer nav > ul > li > a {
            color: #ffffff; }
            footer nav > ul > li > a:active, footer nav > ul > li > a:focus {
              color: #FFF; }
          footer nav > ul > li > ul {
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            margin-bottom: 10px; }
            footer nav > ul > li > ul.open {
              display: block !important;
              border-top: 1px solid #2e3944;
              padding-top: 10px;
              margin-top: 14px; }
        footer nav > ul h3 {
          text-align: center; }
    footer .footerContact span {
      text-align: center; }
    footer .footerContact p {
      text-align: center;
      float: none !important; }
    footer .footerContact .footerApplication {
      text-align: center; }
      footer .footerContact .footerApplication a {
        float: none !important; }
    footer .footerContact .social {
      display: inline-block;
      margin-top: 10px; }
      footer .footerContact .social li a {
        text-align: center; }
        footer .footerContact .social li a i {
          margin-left: 0px !important; }
    footer .footerOtherWebSite {
      margin-top: 30px; }
      footer .footerOtherWebSite h3 {
        text-align: center; }
      footer .footerOtherWebSite ul {
        text-align: center; }
        footer .footerOtherWebSite ul li {
          float: none !important;
          display: inline-block; }
          footer .footerOtherWebSite ul li img {
            max-width: 130px; } }
@media (max-width: 479px) {
    /*.main .listItem03 .column {
            .image {

                img {
                    margin: 0;
                    max-width: 100%;
                    height: auto;
                }
            }

            .text {
                padding: 0 0 0 10px;

                .title a {
                    font-size: 10px;
                    line-height: 14px;
                }

                h2 {
                    font-size: 12px;
                    padding-bottom: 7px;
                    margin-bottom: 5px;
                }

                & > a {
                    font-size: 10px;
                }
            }
        }*/
  .politicalAcademy .homeColumn a {
    text-align: center;
    padding: 34px 8px 28px 8px; }
    .politicalAcademy .homeColumn a img {
      float: none;
      margin: 0 0 0px 0; }
    .politicalAcademy .homeColumn a span {
      display: block;
      text-align: center;
      font-size: 22px; }

  .otherAkSiteMobile {
    display: block !important; }

  header .mobileNavBtn {
    margin-top: 0 !important; }

  .headerColumn {
    float: right;
    margin-top: 3px; }

  header .headerColumn .searchLanguageAkSite .searchBtn,
  header .headerColumn .searchLanguageAkSite .language,
  header .headerColumn .searchLanguageAkSite div.aksite {
    display: none; }

  .calendar ul.calendarSlider li .detail div span,
  .calendar ul.calendarSlider li .detail div a {
    display: block; }

  .homeItem a.logo {
    right: 10px; }
    .homeItem a.logo img {
      width: 40px !important;
      height: 40px !important; }

  .homeItem .item.item03 a.logo {
    top: auto;
    bottom: 0; }

  .homeItem .item.item04 a.logo {
    bottom: 9px; }

  #clock span {
    width: 50px !important;
    height: 50px !important; }

  #clock strong {
    font-size: 18px !important; }

  .listItem03.contentList03 .text {
    padding: 0px !important; }

  .homeItem.presidencyJoinItem .presidencyInformatin img {
    max-width: 90px;
    margin-bottom: 0px; }

  .homeItem.presidencyJoinItem .presidencyInformatin h2 {
    font-size: 18px;
    margin-top: 6px; }

  .homeItem.presidencyJoinItem .presidencyInformatin span {
    font-size: 15px;
    line-height: 20px;
    margin-top: 7px; } }
@media only screen and (max-width: 533px) {
  .main .content .titleAndSearch h2 {
    float: none;
    display: block; }

  .contentSearch {
    float: none; }

  .contentSearch input {
    width: calc(100% - 30px); }

  .targetItem .cascade-slider_container {
    height: 330px; }

  .main .content.newsDetail .newsDetailImage .slider li span {
    position: relative;
    bottom: 0;
    padding: 15px 30px;
    margin: 0;
    background: #f5f5f5;
    color: #000; }

  .main .content.newsDetail .newsDetailImage .bx-controls .bx-controls-direction a {
    top: 25%; }

  .main .content .activityImage .item .dateAndClock span {
    display: block;
    margin-left: 0 !important; }

  .main .listItem03 .column .image img {
    width: 105px;
    height: auto; }
  .main .listItem03 .column .text {
    width: calc(100% - 115px); }
    .main .listItem03 .column .text .title a {
      font-size: 12px; }
    .main .listItem03 .column .text h2 {
      padding-bottom: 10px;
      margin-bottom: 8px;
      font-size: 14px; } }
@media only screen and (min-width: 534px) and (max-width: 767px) {
  .targetItem .cascade-slider_container {
    height: 390px; } }
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .provincialPresidencies {
    background-size: 92% auto !important;
    background-position: center top 30px !important; }

  .ykmPage .provincialPresidencies,
  .obstaclesCoordinationCenter .provincialPresidencies {
    background-size: auto 83% !important;
    background-position: right 23% top 30px; }

  .introduction .item img {
    max-width: 305px; }

  .introduction .item .text {
    width: calc(100% - 335px); }

  .homeItem.presidencyJoinItem .presidencyInformatin {
    padding-top: 18px;
    padding-bottom: 0px; }
    .homeItem.presidencyJoinItem .presidencyInformatin img {
      float: left;
      max-width: 136px;
      margin-right: 15px;
      overflow: hidden; }
    .homeItem.presidencyJoinItem .presidencyInformatin h2 {
      margin-top: 10px; }

  .homeItem .JoinItem {
    margin-bottom: 25px; } }
@media only screen and (max-width: 766px) {
  .ykmPage .provincialPresidencies, .youthArms .provincialPresidencies, .womanPage .provincialPresidencies {
    background-size: 99% auto; }

  .introduction .item img {
    max-width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 20px; }

  .introduction .item .text {
    width: 100%;
    float: none; } }
