@font-face {
  font-family: "Webfont";
  font-display: block;
  src: url("../fonts/Webfont.eot");
  src: url("../fonts/Webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Webfont.woff2") format("woff2"), url("../fonts/Webfont.woff") format("woff"), url("../fonts/Webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Webfont_1";
  font-display: block;
  src: url("../fonts/Webfont_1.eot");
  src: url("../fonts/Webfont_1.eot?#iefix") format("embedded-opentype"), url("../fonts/Webfont_1.woff2") format("woff2"), url("../fonts/Webfont_1.woff") format("woff"), url("../fonts/Webfont_1.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Webfont_2";
  font-display: block;
  src: url("../fonts/Webfont_2.eot");
  src: url("../fonts/Webfont_2.eot?#iefix") format("embedded-opentype"), url("../fonts/Webfont_2.woff2") format("woff2"), url("../fonts/Webfont_2.woff") format("woff"), url("../fonts/Webfont_2.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
.container-fluid {
  max-width: 1230px;
  display: flow-root;
}

.slicl-slide, input, img, button, a {
  outline: 0 !important;
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
}

ol {
  padding: 0;
  margin: 0;
}
ol li {
  list-style-type: none;
}

.fa-search:before {
  content: "\f002";
}

.fa-paper-plane:before, .fa-send:before {
  content: "\f1d8";
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

.nice-select .list::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}
.nice-select .list::-webkit-scrollbar {
  width: 4px;
  background-color: #f3f3f3;
}
.nice-select .list::-webkit-scrollbar-thumb {
  background-color: #E30B13;
}

body {
  font-family: "Webfont_2";
  overflow-x: hidden;
}
body::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}
body::-webkit-scrollbar {
  width: 10px;
  background-color: #f3f3f3;
}
body::-webkit-scrollbar-thumb {
  background-color: #E30B13;
}
body.opes {
  overflow: hidden;
}
body.opes .fixed i.wh {
  top: 76px;
  height: 92vh;
}

header .submenu li:nth-child(3) {
  padding-left: 20px;
}

.pl {
  padding-left: 0;
}

.pr {
  padding-right: 0;
}

.pa {
  padding: 0;
}

.search-box {
  position: fixed;
  width: 100%;
  height: 325px;
  overflow-x: visible;
  background-color: rgba(255, 255, 255, 0.95);
  display: none;
  top: 0;
  left: 0;
  z-index: 50;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.search-box .container-fluid {
  height: 100%;
}
.search-box #overlay-close {
  position: absolute;
  top: 30px;
  right: 80px;
  width: 45px;
  height: 45px;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
  transition: 0.4s;
  cursor: pointer;
  outline: none;
}
.search-box #overlay-close .icon-bar + .icon-bar {
  margin-top: 4px;
}
.search-box #overlay-close .icon-bar {
  width: 40px;
  height: 2px;
  background: #d10a11;
  display: block;
  margin: 0 auto;
  position: relative;
  transition: 0.4s;
}
.search-box #overlay-close .icon-bar:nth-child(1) {
  transform: rotate(45deg);
  top: 6px;
}
.search-box #overlay-close .icon-bar:nth-child(2) {
  visibility: hidden;
  opacity: 0;
}
.search-box #overlay-close .icon-bar:nth-child(3) {
  transform: rotate(-45deg);
  top: -6px;
}
.search-box #search-toggle {
  width: 35px;
  height: 35px;
  background: #d10a11;
  display: inline-block;
  text-align: center;
  margin: 0 0 20px;
  padding: 0;
  line-height: 33px;
  cursor: pointer;
}
.search-box #search-toggle:hover {
  transition: 0.3s;
  background: #e80a12;
}
.search-box #search-toggle:hover i {
  transition: 0.3s;
  font-size: 25px;
}
.search-box #search-toggle i {
  transition: 0.3s;
  color: #fff;
  font-size: 20px;
}
.search-box form {
  float: left;
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.search-box form input[type=text] {
  font: 20px "Webfont_1";
  background: transparent;
  width: 100%;
  height: 50px;
  border-bottom: 2px solid #d10a11;
  border-left: none;
  border-right: none;
  border-top: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 70px;
  box-shadow: none;
  color: #626262;
}
.search-box form .submit {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  height: 100%;
  box-shadow: none;
  border: none;
  cursor: pointer;
  outline: none;
}
.search-box form .submit button, .search-box form .submit input {
  transition: 0.3s;
  border: none;
  background: none !important;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.search-box form .submit button:hover i, .search-box form .submit input:hover i {
  margin-right: 20px;
}
.search-box form .submit button i, .search-box form .submit input i {
  background: url(../images/submit-icon.png) no-repeat 0 0;
  width: 31px;
  height: 20px;
  display: block;
  transition: 0.4s;
}

header .menu > ul > li:nth-child(3) ul li { /*float:right;margin-right:94px;*/ }
header .menu > ul > li:nth-child(3) ul li ul li {
  margin: 0;
}

i.bg-new {
  transition: 0.8s;
  float: left;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  height: 96px;
  border-bottom: 1px solid #e3e3e3;
}

header {
  transition: 0.4s;
  float: left;
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 9;
  padding: 10px 0;
}
header i.closes {
  transition: 0.3s;
  background: url(../images/close.png) center no-repeat;
  width: 165px;
  height: 165px;
  float: none !important;
  position: absolute;
  z-index: 9;
  bottom: -150px;
  left: 50%;
  margin-left: -80px;
  opacity: 0.3;
  transform: rotate(0);
  cursor: pointer;
}
header i.closes:hover {
  transition: 0.3s;
  opacity: 1;
  transform: rotate(90deg);
}
header i.closes.acc {
  transition: 0.3s;
  bottom: -150px;
}
header.fixed {
  transition: 0.4s;
  position: fixed;
}
header.fixed .menu > ul > li {
  transition: 0.3s;
  margin: 11px 0;
}
header.fixed .search {
  padding: 18px 0;
}
header.fixed .bg-new {
  top: -12px;
}
header.fixed .lang {
  transition: 0.3s;
  padding: 21px 0 !important;
}
header.fixed .lang ul {
  top: 37px !important;
}
header.fixed .logo a {
  transition: 0.3s;
  width: 105px;
}
header .container-fluid {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  float: left;
}
header .logo a {
  transition: 0.3s;
  display: block;
  width: 120px;
}
header .logo a img {
  max-width: 100%;
}
header .menu {
  float: right;
  width: 80%;
  position: relative; /*border-bottom:1px solid $d;*/
}
header .menu li.buttons {
  margin-left: 10px !important;
}
header .menu {
  /*&:before{content: ""; background: #D1D1D1; width: 50%; position: absolute; right: -50%; height: 1px; top: 119px; margin-right: 50px;}*/
}
header .menu > ul {
  float: right; /*padding: 0 40px;border-left:1px solid $d;*/
  padding-right: 20px;
}
header .menu > ul li {
  transition: 0.3s;
  float: left;
}
header .menu > ul li.buttons a {
  transition: 0.3s; /*border: 1px solid $k;*/
  padding: 10px 15px;
  border-radius: 5px;
  font: 15px "Webfont_2";
  background: #fff;
  border: 1px solid #e30b13;
}
header .menu > ul li.buttons a:hover {
  transition: 0.3s;
  color: #E30B13;
}
header .menu > ul li:hover a, header .menu > ul li.active a {
  transition: 0.3s;
  color: #E30B13;
}
header .menu > ul li a {
  transition: 0.3s;
  font: 16px "Webfont_1";
  color: #363636;
  display: block;
  padding: 10px 15px;
}
header .menu > ul li ul li ul li:last-child {
  border-right: 0 !important;
}
header .lang {
  transition: 0.3s;
  float: right;
  padding: 10px 0;
  position: relative;
}
header .lang.active {
  transition: 0.3s;
}
header .lang span {
  font: 16px "Webfont_1";
  color: #363636;
  display: block;
  padding: 0 0 0 20px;
  position: relative;
  cursor: pointer;
}
header .lang span:before {
  content: "";
  background: url(../images/miniSprite.png) no-repeat;
  width: 17px;
  height: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  background-position: -76px -5px;
}
header .lang ul {
  display: none;
  position: absolute;
  right: 0;
  top: 30px;
  border: none !important;
  padding: 6px 0;
  text-align: center;
}
header .lang ul li {
  float: left;
  width: 100%;
}
header .lang ul li a {
  display: block;
  font: 15px "Webfont_1";
  color: #E30B13;
}
header .search {
  transition: 0.3s;
  float: right;
  padding: 8px 0;
}
header .search a {
  transition: 0.3s;
  display: block;
  padding: 0 0 0 20px;
}
header .search a img {
  transition: 0.3s;
}
header .search a img:hover {
  transition: 0.3s;
}
header .submenu {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 40px;
  z-index: 9;
  padding: 20px 0 0 0;
}
header .submenu li {
  float: left;
  width: 25%;
  padding-bottom: 35px;
}
header .submenu li ul {
  transition: 0.5s;
  float: none !important;
  width: 100%;
}
header .submenu li ul.active {
  transition: 0.5s;
  opacity: 1 !important;
}
header .submenu li ul li {
  width: 100% !important;
  padding: 0 4px !important;
  opacity: 1;
  border: none;
  margin: 0;
}
header .submenu li ul li:hover a {
  transition: 0.3s;
}
header .submenu li ul li.head {
  color: #E30B13;
  font: 17px "Webfont_1";
  margin: 0 !important;
  padding-bottom: 12px !important;
}
header .submenu li ul li.head a {
  color: #E30B13 !important;
  padding: 0 !important;
  font-size: 20px !important;
}
header .submenu li ul li a {
  transition: 0.3s;
  font: 15px "Webfont_1";
  color: #363636 !important;
  padding: 4px 0;
  float: left;
  position: relative;
}
header .submenu li ul li a:hover:before {
  transition: 0.3s;
  width: 100% !important;
}
header .submenu li ul li a:before {
  transition: 0.3s;
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #e30b13;
  bottom: 0;
}

i.wh {
  position: fixed;
  background: white;
  width: 100%;
  height: 100vh;
  top: 120px;
  display: none;
}
i.wh.active:before {
  transition: 0.8s;
  opacity: 1 !important;
}
i.wh.actives:before {
  transition: 0.8s;
  opacity: 1;
  bottom: 0;
}
i.wh:before {
  opacity: 0;
  content: "";
  background: url(../images/rev.png) no-repeat;
  width: 153px;
  height: 153px;
  display: block;
  position: absolute;
  bottom: 100px;
  right: 0;
}

/*@media only screen and (min-width: 1200px) and (max-width: 5000px){
  .slider-box{min-height:38vw;
    div{min-height:38vw;}
  }
}*/
.slider-box {
  float: left;
  width: 100%;
  position: relative; /*height: 700px;*/
  margin: 95px 0 0 0;
  overflow: hidden;
  height: 100%;
  min-height: 38vw; /*max-height: calc(100vh - 95px);*/
}
.slider-box div {
  min-height: 37.1vw; /*max-height: calc(100vh - 95px);*/
}
.slider-box .slick-active .videoSlider {
  transition: 0.3s;
  visibility: inherit;
  /*padding-bottom: 56.25%;*/
  padding-bottom: 45%;
}
.slider-box .videoSlider {
  transition: 0.3s;
  display: flex;
  visibility: hidden;
  align-items: center;
  max-height: 720px;
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 0;
  height: 0;
  pointer-events: none;
}
.slider-box iframe {
  border: none;
  pointer-events: inherit;
  transition: 0.3s;
  opacity: 1;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.slider-box .slick-active .videoSlider {
  transition: 0.3s;
  height: calc(100vh - 95px);
}
@media (max-width: 767px) {
  .slider-box .slick-active .videoSlider {
    height: 210px !important;
    pointer-events: inherit;
  }
}
.slider-box .slick-active .videoSlider iframe {
  height: 56.25vw;
}
@media (max-width: 767px) {
  .slider-box .slick-active .videoSlider iframe {
    width: 100%;
    min-width: 100%;
    min-height: auto;
  }
}
.slider-box .videoSlider {
  transition: 0.3s;
  height: auto;
  pointer-events: none;
}
.slider-box .videoSlider iframe {
  width: 100vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  height: auto;
}
.slider-box .item {
  background: #eee;
}
.slider-box .slick-list, .slider-box .slick-track {
  height: 100%;
}
.slider-box .container-fluid {
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
}
.slider-box .item-slide {
  outline: 0 !important;
}
.slider-box .slider {
  float: left;
  width: 100%;
  height: 100%;
}
.slider-box .slider .slick-dots {
  position: relative;
  width: 100%;
  max-width: 1210px;
  left: auto !important;
  right: auto;
  margin: 0 auto !important;
  justify-content: left;
  bottom: 45px;
  z-index: 5;
  padding-left: 6px;
}
@media only screen and (max-width : 767px) {
  .slider-box .slider .slick-dots {
    bottom: 10px;
    position: absolute;
  }
}
.slider-box .slider .slick-dots li {
  transition: 0.3s;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 5px;
  cursor: pointer;
  position: relative;
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width : 767px) {
  .slider-box .slider .slick-dots li {
    width: 14px;
    height: 14px;
  }
}
.slider-box .slider .slick-dots li:before {
  transition: 0.3s;
  content: "";
  background: #292723;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 4px;
  top: 4px;
  overflow: hidden;
  opacity: 0;
  transform: scale(2.5);
}
@media only screen and (max-width : 767px) {
  .slider-box .slider .slick-dots li:before {
    width: 8px;
    height: 8px;
    left: 3px;
    top: 3px;
  }
}
.slider-box .slider .slick-dots li.slick-active {
  transition: 0.3s;
}
.slider-box .slider .slick-dots li.slick-active:before {
  transition: 0.3s;
  opacity: 1;
  transform: scale(1);
}
.slider-box .slider .slick-dots li.slick-active button {
  transition: 0.3s;
}
.slider-box .slider .slick-dots li button {
  display: none;
}
.slider-box .slider .item-slide { /*width:100% $i;display:table;height: 100%;*/
  float: left;
  width: 100%;
  /* img{object-fit: cover;width: 100%;height: 100%;}*/
  /*&:nth-child(2n){
    .images span{
      &:before{left:initial $i;right:-67px;}
    }
    .empty{margin-left:-116px;}
  }*/
}
.slider-box .slider .item-slide img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.slider-box .slider .item-slide .line {
  float: none;
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  width: 610px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin: -130px 0;
  z-index: 9;
}
.slider-box .slider .item-slide .line .logo {
  opacity: 0;
}
.slider-box .slider .item-slide .line .line1 {
  float: left;
  width: 100%;
  font: 44px/44px "Webfont_1";
  color: #363636;
  opacity: 0;
}
.slider-box .slider .item-slide .line .line1 b {
  font: 44px "Webfont_1";
}
.slider-box .slider .item-slide .line .line2 {
  float: left;
  width: 100%;
  font: 65px/65px "Webfont_1";
  color: #363636;
  margin: 14px 0 10px 0;
  opacity: 0;
}
.slider-box .slider .item-slide .line .line2.m1 {
  margin: -27px 0 -6px 0;
}
.slider-box .slider .item-slide .line .line2 b {
  font: 68px/68px "Webfont_1";
  margin: 20px 0 10px 0;
}
.slider-box .slider .item-slide .line .line3 {
  float: left;
  width: 100%;
  opacity: 0;
  font: 40px/40px "Webfont_1";
}
.slider-box .slider .item-slide .line .line3.m0 {
  margin: 0 !important;
}
.slider-box .slider .item-slide .line .line3 img {
  max-width: 100%;
}
.slider-box .slider .item-slide .line .line3 b {
  font: 36px "Webfont_1";
  color: #363636;
}
.slider-box .slider .item-slide .line .more {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
  opacity: 0;
}
.slider-box .slider .item-slide .line .more a {
  transition: 0.3s;
  display: block;
  border: 1px solid #e3e3e3;
  width: 155px;
  height: 48px;
  border-radius: 4px;
  text-align: center;
  font: 17px "Webfont_2";
  color: #363636;
  float: left;
  padding: 12px;
  position: relative;
  overflow: hidden;
}
.slider-box .slider .item-slide .line .more a:hover {
  transition: 0.3s;
  color: #fff;
  background: #E30B13;
}
.slider-box .slider .item-slide .line .more a:before {
  transition: 0.3s;
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  background: #E30B13;
  top: 0;
  z-index: -1;
}
.slider-box .slider .item-slide .images {
  opacity: 0;
  height: 100%;
  right: 0;
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.slider-box .slider .item-slide .images .img {
  opacity: 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  left: 120px;
  background: none !important;
  padding: 30px 0 30px 70px;
}
.slider-box .slider .item-slide .images .img img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.slider-box .slider .item-slide .images span {
  transition: 0.5s;
  opacity: 0;
  transform: scale(1.5);
  background: #E30B13;
  width: 18vh;
  height: 18vh;
  position: absolute;
  top: 16vh;
  display: table;
  text-align: center;
  z-index: 8;
  left: 0;
}
.slider-box .slider .item-slide .images span.empty {
  width: 30px;
  left: 142px;
  bottom: 180px;
  top: inherit !important;
  height: 30px;
}
.slider-box .slider .item-slide .images span.empty:before {
  width: 58px;
  height: 58px;
  bottom: -58px;
  left: -58px;
}
.slider-box .slider .item-slide .images span.active {
  transition: 0.5s;
  opacity: 1;
  transform: scale(1);
  margin-top: 0;
}
.slider-box .slider .item-slide .images span.actives:before {
  transition: 0.5s;
  opacity: 1;
  transform: scale(1);
}
.slider-box .slider .item-slide .images span:before {
  transition: 0.5s;
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  transform: scale(1.5);
  width: 10vh;
  height: 10vh;
  bottom: -10vh;
  left: -10vh;
  background: #E30B13;
}
.slider-box .slider .item-slide .images span b {
  font: 26px/28px "Webfont_1";
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}
.slider-box .slider .item-slide .images span b i {
  font: 26px "Webfont";
  color: #fff;
  display: block;
  margin-top: 5px;
}
.slider-box .scroll {
  font: 15px "Webfont_1";
  color: #363636;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: rotate(90deg);
  border-bottom: 1px solid #D1D1D1;
  padding: 0 0 10px 0;
  width: 145px;
  margin: 0 0 0 -52px;
}
.slider-box .scroll i {
  font-style: normal;
  position: relative;
  cursor: pointer;
}

.home-box-news {
  float: left;
  width: 100%;
  margin: 10px 0 40px 0;
  position: relative;
}
.home-box-news:before {
  content: "";
  background: #E30B13;
  width: 10vh;
  height: 10vh;
  position: absolute;
  right: 0;
}
.home-box-news:after {
  content: "";
  background: #E30B13;
  width: 7vh;
  height: 7vh;
  position: absolute;
  right: 10vh;
  top: 10vh;
}
.home-box-news .pl {
  padding-left: 0;
}
.home-box-news .pr {
  padding-right: 0;
}
.home-box-news .slick-slide {
  outline: 0 !important;
}
.home-box-news .slider-for {
  opacity: 1 !important;
}
.home-box-news .title {
  float: left;
  width: 100%;
  font: 70px/70px "Webfont";
  color: #E30B13;
  position: relative;
  margin-bottom: 60px;
  opacity: 1 !important;
}
.home-box-news .title:before {
  content: "";
  background: #D1D1D1;
  height: 1px;
  width: 70%;
  left: -70%;
  position: absolute;
  bottom: 10px;
  margin-left: 300px;
}
.home-box-news .title span {
  font: 17px "Webfont_1";
  color: #363636;
  display: block;
}
.home-box-news .images {
  height: 392px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}
.home-box-news .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-box-news .images .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}
.home-box-news .images .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}
.home-box-news .images .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.home-box-news .images .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.home-box-news .images .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home-box-news .slider-nav {
  float: left;
  width: 100%;
  opacity: 1 !important;
  padding-left: 20px;
}
.home-box-news .slider-nav .slick-list {
  padding: 0 !important;
}
.home-box-news .slider-nav .slick-slide {
  outline: 0 !important;
}
.home-box-news .slider-nav .its {
  float: left;
  width: 100%;
  margin-bottom: 17px;
}
.home-box-news .slider-nav .its.active p {
  transition: 0.3s;
  color: #363636;
}
.home-box-news .slider-nav .its .date {
  float: left;
  width: 96px;
  height: 96px;
  font: 22px "Webfont_1";
  color: #fff;
  background: #E30B13;
  margin-right: 20px;
  text-align: center;
  padding: 10px;
}
.home-box-news .slider-nav .its .date i {
  display: block;
  font: 36px "Webfont_1";
  margin: 0 0 -5px 0;
}
.home-box-news .slider-nav .its p {
  transition: 0.3s;
  cursor: pointer;
  font: 25px/32px "Webfont_1";
  color: #8F8F8F;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  max-width: 528px;
  display: table-cell;
  vertical-align: middle;
  height: 96px;
}
.home-box-news .more {
  float: left;
  width: 100%;
  margin: 5px 0 0 0;
  padding: 0 137px;
  opacity: 1 !important;
}
.home-box-news .more a {
  transition: 0.3s;
  display: block;
  border: 1px solid #E30B13;
  width: 120px;
  height: 48px;
  border-radius: 4px;
  text-align: center;
  font: 17px "Webfont_2";
  color: #363636;
  float: left;
  padding: 12px;
  position: relative;
  overflow: hidden;
}
.home-box-news .more a:hover {
  transition: 0.3s;
  color: #fff;
  background: #E30B13;
}
.home-box-news .more a:before {
  transition: 0.3s;
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  background: #E30B13;
  top: 0;
  z-index: -1;
}

.home-activity-box, .home-activity-boxTwo {
  float: left;
  width: 100%;
  margin: 60px 0;
  position: relative;
}
@media only screen and (min-width: 1000px) and (max-width: 1450px) {
  .home-activity-box:before, .home-activity-boxTwo:before {
    top: -21vh !important;
  }
  .home-activity-box:after, .home-activity-boxTwo:after {
    top: -11vh !important;
  }
}
.home-activity-box:before, .home-activity-boxTwo:before {
  content: "";
  background: #E30B13;
  width: 10vh;
  height: 10vh;
  position: absolute;
  left: 0;
  top: -14vh;
}
.home-activity-box:after, .home-activity-boxTwo:after {
  content: "";
  background: #E30B13;
  width: 7vh;
  height: 7vh;
  position: absolute;
  left: 10vh;
  top: -4vh;
}
.home-activity-box .all:before, .home-activity-boxTwo .all:before {
  content: "";
  background: #E30B13;
  width: 10vh;
  height: 10vh;
  position: absolute;
  right: 0;
  bottom: 20vh;
}
.home-activity-box .all:after, .home-activity-boxTwo .all:after {
  content: "";
  background: #E30B13;
  width: 7vh;
  height: 7vh;
  position: absolute;
  right: 10vh;
  bottom: 13vh;
}
.home-activity-box .title, .home-activity-boxTwo .title {
  float: left;
  width: 100%;
  font: 70px/80px "Webfont";
  color: #E30B13;
  position: relative;
  margin-bottom: 48px;
}
.home-activity-box .title:before, .home-activity-boxTwo .title:before {
  content: "";
  background: #D1D1D1;
  height: 1px;
  width: 79%;
  left: -50%;
  position: absolute;
  bottom: 15px;
  z-index: -1;
}
.home-activity-box .title span, .home-activity-boxTwo .title span {
  font: 17px "Webfont_1";
  color: #363636;
  display: block;
}
.home-activity-box .list, .home-activity-boxTwo .list {
  float: left;
  width: 100%;
}
.home-activity-box .list .item, .home-activity-boxTwo .list .item {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  display: table;
  height: 96px;
}
.home-activity-box .list .item a:hover p, .home-activity-boxTwo .list .item a:hover p {
  transition: 0.3s;
  color: #E30B13;
}
.home-activity-box .list .item .date, .home-activity-boxTwo .list .item .date {
  float: left;
  width: 96px;
  height: 96px;
  background: #E30B13;
  font: 22px "Webfont_1";
  color: #fff;
  padding: 10px;
  text-align: center;
  margin-right: 40px;
}
.home-activity-box .list .item .date i, .home-activity-boxTwo .list .item .date i {
  font: 36px "Webfont_1";
  color: #fff;
  display: block;
  margin: 0 0 -5px 0;
}
.home-activity-box .pl, .home-activity-boxTwo .pl {
  padding-left: 0;
}
.home-activity-box .pr, .home-activity-boxTwo .pr {
  padding-right: 0;
}
.home-activity-box .images, .home-activity-boxTwo .images {
  height: 392px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}
.home-activity-box .images img, .home-activity-boxTwo .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-activity-box .images .resim-att, .home-activity-boxTwo .images .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}
.home-activity-box .images .resim-att .resim-att-pre, .home-activity-boxTwo .images .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}
.home-activity-box .images .resim-att .resim-att-pre .resim-thumb, .home-activity-boxTwo .images .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.home-activity-box .images .resim-att .resim-att-pre .resim-thumb .resim-centered, .home-activity-boxTwo .images .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.home-activity-box .images .resim-thumb .resim-centered img, .home-activity-boxTwo .images .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home-activity-box .slider-nav, .home-activity-boxTwo .slider-nav {
  float: left;
  width: 100%;
  opacity: 1 !important;
  padding-left: 20px;
}
.home-activity-box .slider-nav .slick-list, .home-activity-boxTwo .slider-nav .slick-list {
  padding: 0 !important;
}
.home-activity-box .slider-nav .slick-slide, .home-activity-boxTwo .slider-nav .slick-slide {
  outline: 0 !important;
}
.home-activity-box .slider-nav .its, .home-activity-boxTwo .slider-nav .its {
  float: left;
  width: 100%;
  margin-bottom: 17px;
}
.home-activity-box .slider-nav .its.active p, .home-activity-boxTwo .slider-nav .its.active p {
  transition: 0.3s;
  color: #363636;
}
.home-activity-box .slider-nav .its .date, .home-activity-boxTwo .slider-nav .its .date {
  float: left;
  width: 96px;
  height: 96px;
  font: 22px "Webfont_1";
  color: #fff;
  background: #E30B13;
  margin-right: 20px;
  text-align: center;
  padding: 10px;
}
.home-activity-box .slider-nav .its .date i, .home-activity-boxTwo .slider-nav .its .date i {
  display: block;
  font: 36px "Webfont_1";
  margin: 0 0 -5px 0;
}
.home-activity-box .slider-nav .its p, .home-activity-boxTwo .slider-nav .its p {
  transition: 0.3s;
  cursor: pointer;
  font: 25px/32px "Webfont_1";
  color: #8F8F8F;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  max-width: 528px;
  display: table-cell;
  vertical-align: middle;
  height: 96px;
}
.home-activity-box .more, .home-activity-boxTwo .more {
  float: left;
  width: 100%;
  margin: 5px 0 0 0;
  padding: 0 137px;
  opacity: 1 !important;
}
.home-activity-box .more a, .home-activity-boxTwo .more a {
  transition: 0.3s;
  display: block;
  border: 1px solid #E30B13;
  width: 120px;
  height: 48px;
  border-radius: 4px;
  text-align: center;
  font: 17px "Webfont_2";
  color: #363636;
  float: left;
  padding: 12px;
  position: relative;
  overflow: hidden;
}
.home-activity-box .more a:hover, .home-activity-boxTwo .more a:hover {
  transition: 0.3s;
  color: #fff;
  background: #E30B13;
}
.home-activity-box .more a:before, .home-activity-boxTwo .more a:before {
  transition: 0.3s;
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  background: #E30B13;
  top: 0;
  z-index: -1;
}

.home-tekno-box {
  float: left;
  width: 100%;
  position: relative;
}
.home-tekno-box:before {
  content: "";
  background: #E30B13;
  width: 10vh;
  height: 10vh;
  position: absolute;
  left: 0;
  bottom: 3vh;
}
.home-tekno-box:after {
  content: "";
  background: #E30B13;
  width: 7vh;
  height: 7vh;
  position: absolute;
  left: 10vh;
  bottom: -4vh;
}
.home-tekno-box .mc-md-3:first-child b {
  background: url(../images/1.png) no-repeat;
  width: 98px;
  height: 247px;
  display: block;
  position: absolute;
  top: -50px;
  left: -18px;
}
.home-tekno-box .mc-md-3:nth-child(2) b {
  background: url(../images/3.png) no-repeat;
  width: 108px;
  height: 147px;
  display: block;
  position: absolute;
  top: -51px;
  left: -24px;
}
.home-tekno-box .mc-md-3:nth-child(3) b {
  background: url(../images/4.png) no-repeat;
  width: 128px;
  height: 133px;
  display: block;
  position: absolute;
  top: -51px;
  left: -43px;
}
.home-tekno-box .mc-md-3:nth-child(4) b {
  background: url(../images/2.png) no-repeat;
  width: 128px;
  height: 167px;
  display: block;
  position: absolute;
  top: -52px;
  left: -45px;
}
.home-tekno-box .title {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}
.home-tekno-box .title em {
  font: 66px "Webfont";
  color: #E30B13;
  display: block;
  position: relative;
}
.home-tekno-box .title em:before {
  content: "";
  background: #D1D1D1;
  height: 1px;
  width: 120%;
  left: -60%;
  position: absolute;
  bottom: 19px;
  z-index: -1;
}
.home-tekno-box .title p {
  font: 47px/47px "Webfont_1";
  color: #363636;
  margin: 0;
}
.home-tekno-box .title b {
  font-family: "Webfont";
}
.home-tekno-box .circles strong {
  font: 60px "Webfont_1";
  color: #363636;
  letter-spacing: -3px;
  display: block;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  text-align: center;
}
.home-tekno-box .circles strong {
  display: block;
  text-align: center;
  padding: 38px 20px 38px 0;
  font: 60px "Webfont_1";
  color: #363636;
  letter-spacing: -3px;
}
.home-tekno-box .circles strong i {
  font: 60px "Webfont_1";
  color: #363636;
}
.home-tekno-box .list {
  float: left;
  width: 100%;
  min-height: 280px;
}
.home-tekno-box .list .item {
  float: left;
  width: 100%;
}
.home-tekno-box .list .item a {
  border: 1px solid #D1D1D1;
  border-radius: 50%;
  width: 177px;
  height: 177px;
  position: relative;
  display: block;
}
.home-tekno-box .list .item a .ico {
  position: absolute;
  bottom: 15px;
  right: -25px;
  background: #fff;
}
.home-tekno-box .list .item a em {
  display: block;
  text-align: center;
  padding: 38px 20px 38px 0;
  font: 60px "Webfont_1";
  color: #363636;
  letter-spacing: -3px;
}
.home-tekno-box .list .item a em i {
  font: 60px "Webfont_1";
  color: #363636;
}
.home-tekno-box .list .item a span {
  display: block;
  font: 15px "Webfont_1";
  color: #363636;
  text-align: center;
  float: left;
  width: 100%;
  position: absolute;
  bottom: -60px;
}
.home-tekno-box .list-two {
  float: left;
  width: 100%;
  margin: 40px 0 0 0;
}
.home-tekno-box .list-two .mc-md-3:nth-child(even) em {
  color: #363636;
}
.home-tekno-box .list-two .titles {
  float: left;
  width: 100%;
  font: 31px "Webfont_2";
  color: #363636;
  text-align: center;
  margin-bottom: 30px;
}
.home-tekno-box .list-two em {
  font: 80px "Webfont";
  color: #E30B13;
  display: block;
  text-align: center;
}
.home-tekno-box .list-two .text {
  position: inherit !important;
  font: 15px "Webfont_1";
  color: #363636;
  text-align: center;
}
.home-tekno-box .list-two .more {
  float: left;
  width: 100%;
  margin: 60px 0 0 0;
}
.home-tekno-box .list-two .more a {
  transition: 0.3s;
  display: block;
  border: 1px solid #E30B13;
  height: 48px;
  border-radius: 4px;
  text-align: center;
  font: 17px "Webfont_2";
  color: #363636;
  padding: 12px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: auto;
  max-width: 350px;
}
.home-tekno-box .list-two .more a:hover {
  transition: 0.3s;
  color: #fff;
  background: #E30B13;
}
.home-tekno-box .list-two .more a:before {
  transition: 0.3s;
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  background: #E30B13;
  top: 0;
  z-index: -1;
}

.home-full-box {
  float: left;
  width: 100%;
  margin: 30px 0;
}
.home-full-box .item {
  float: left;
  width: 100%;
  padding: 50px 7vh;
  position: relative;
}
.home-full-box .item .mc-md-4.active .images:before {
  transition: 0.8s;
  bottom: -69px;
  opacity: 1;
}
.home-full-box .item {
  /*&:before{content:"";position: absolute; width: 50%; left: -50%; background: $d; height: 1px; top: -1px;}
  &:after{content:"";position: absolute; width: 50%; right: -50%; background: $d; height: 1px; top: -1px;}*/
}
.home-full-box .item:nth-child(odd) .mc-md-4 {
  float: left;
}
.home-full-box .item:nth-child(even) .mc-md-4 {
  float: right;
}
.home-full-box .item:nth-child(even) .images:before {
  left: inherit;
  right: 50%;
  margin-left: 0;
  margin-right: -175px;
}
.home-full-box .item .images {
  float: left;
  width: 100%;
  position: relative;
}
.home-full-box .item .images:before {
  transition: 0.8s;
  content: "";
  background: #E30B13;
  position: absolute;
  left: 50%;
  bottom: -250px;
  width: 70px;
  height: 70px;
  opacity: 0;
  margin-left: -175px;
}
.home-full-box .item .images img {
  max-width: 100%;
}
.home-full-box .item .images .resim-att {
  width: 100%;
  height: 210px;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}
.home-full-box .item .images .resim-att .resim-att-pre {
  width: 100%;
  height: 210px;
  position: relative;
}
.home-full-box .item .images .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 210px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.home-full-box .item .images .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 210px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.home-full-box .item .images .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home-full-box .item .text {
  float: left;
  width: 100%;
}
.home-full-box .item .text .title {
  float: left;
  width: 100%;
  font: 36px/34px "Webfont";
  color: #363636;
  margin-bottom: 20px;
}
.home-full-box .item .text .title span {
  font: 36px "Webfont";
  color: #E30B13;
  display: block;
}
.home-full-box .item .text p {
  font: 22px "Webfont_1";
  color: #363636;
  margin: 20px 0;
}
.home-full-box .item .text .more {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.home-full-box .item .text .more a {
  transition: 0.3s;
  display: block;
  border: 1px solid #E30B13;
  width: 178px;
  height: 48px;
  border-radius: 4px;
  text-align: center;
  font: 17px "Webfont_2";
  color: #363636;
  float: left;
  padding: 12px;
  position: relative;
  overflow: hidden;
}
.home-full-box .item .text .more a:hover {
  transition: 0.3s;
  color: #fff;
  background: #E30B13;
}
.home-full-box .item .text .more a:before {
  transition: 0.3s;
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  background: #E30B13;
  top: 0;
  z-index: -1;
}

.threed-tour {
  float: left;
  width: 100%;
  padding: 20px 0;
}
.threed-tour .box {
  height: 535px;
  width: 100%;
  float: left;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.threed-tour .box img {
  display: none;
}
.threed-tour .box:before {
  content: "";
  background: #000;
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
}
.threed-tour .box .text {
  width: 100%;
  float: left;
  position: absolute;
  top: 50%;
  text-align: center;
  margin: -80px 0;
}
.threed-tour .box .text p {
  font: 36px "Webfont";
  color: #fff;
}
.threed-tour .box .text a {
  transition: 0.3s;
  display: block;
  font: 17px "Webfont_1";
  color: #fff;
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 11px;
  width: 172px;
  margin: 32px auto 0 auto;
}
.threed-tour .box .text a:hover {
  transition: 0.3s;
  color: #fff;
  background: #E30B13;
  border-color: #E30B13;
}
.threed-tour .box .text a:hover:before {
  transition: 0.3s;
  width: 100%;
}
.threed-tour .box .text a {
  /*:before{transition: 0.3s; content: ""; width: 0; height: 100%; position: absolute; left: 0; background: #E30B13; top: 0; z-index: -1;}*/
}
.threed-tour .all {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 7vh;
}
.threed-tour .all .images {
  height: 310px;
  padding-right: 40px;
}
@media only screen and (max-width : 767px) {
  .threed-tour .all .images {
    padding-right: 0;
  }
}
.threed-tour .all .images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.threed-tour .all .text {
  padding: 0 40px;
  display: table-cell;
  vertical-align: middle;
}
.threed-tour .all .text .title {
  font: 36px "Webfont";
  color: #E30B13;
  margin: 0 0 15px 0;
}
.threed-tour .all .text p {
  font: 22px/33px "Webfont_1";
  color: #363636;
}
.threed-tour .all .text .more {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.threed-tour .all .text .more a {
  transition: 0.3s;
  display: block;
  border: 1px solid #E30B13;
  width: 178px;
  height: 48px;
  border-radius: 4px;
  text-align: center;
  font: 17px "Webfont_2";
  color: #363636;
  float: left;
  padding: 12px;
  position: relative;
  overflow: hidden;
}
.threed-tour .all .text .more a:hover {
  transition: 0.3s;
  color: #fff;
  background: #E30B13;
}
.threed-tour .all .text .more a:before {
  transition: 0.3s;
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  background: #E30B13;
  top: 0;
  z-index: -1;
}

.home-ll-box {
  float: left;
  width: 100%;
  margin: 50px 0 100px 0;
  position: relative;
}
.home-ll-box:before {
  content: "";
  background: #E30B13;
  width: 10vh;
  height: 10vh;
  position: absolute;
  right: 0;
  top: -3vh;
}
.home-ll-box:after {
  content: "";
  background: #E30B13;
  width: 7vh;
  height: 7vh;
  position: absolute;
  right: 10vh;
  top: 7vh;
}
.home-ll-box .mc-md-6:nth-child(even) {
  margin-top: -180px;
}
.home-ll-box .title {
  font: 60px "Webfont";
  color: #E30B13;
  float: left;
  width: 100%;
  margin: 0 0 120px 0;
  position: relative;
}
.home-ll-box .title:before {
  content: "";
  background: #D1D1D1;
  height: 1px;
  width: 88%;
  left: -50%;
  position: absolute;
  bottom: 17px;
}
.home-ll-box .list {
  float: left;
  width: 100%;
}
.home-ll-box .list .item {
  border: 1px solid #D1D1D1;
  float: left;
  width: 100%;
  padding: 50px;
}
.home-ll-box .list .item .logo {
  height: 190px;
  margin-bottom: 40px;
}
.home-ll-box .list .item .logo img {
  max-width: 100%;
}
.home-ll-box .list .item .logo .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}
.home-ll-box .list .item .logo .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}
.home-ll-box .list .item .logo .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.home-ll-box .list .item .logo .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.home-ll-box .list .item .logo .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home-ll-box .list .item span {
  font: 33px "Webfont_1";
  color: #363636;
  text-align: center;
  display: block;
  margin-bottom: 50px;
}
.home-ll-box .list .item p {
  font: 22px/35px "Webfont_1";
  color: #363636;
  text-align: center;
}
.home-ll-box .list .more {
  float: left;
  width: 100%;
  margin: 60px 0 0 0;
}
.home-ll-box .list .more a {
  transition: 0.3s;
  display: block;
  border: 1px solid #D1D1D1;
  height: 48px;
  border-radius: 4px;
  text-align: center;
  font: 17px "Webfont_1";
  color: #363636;
  padding: 12px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: auto;
  max-width: 230px;
}
.home-ll-box .list .more a:hover {
  transition: 0.3s;
  color: #fff;
}
.home-ll-box .list .more a:hover:before {
  transition: 0.3s;
  width: 100%;
}
.home-ll-box .list .more a:before {
  transition: 0.3s;
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  background: #E30B13;
  top: 0;
  z-index: -1;
}

.circle {
  float: left;
  width: 25%;
}

.breadcrumb {
  float: left;
  width: 100%;
  background: none;
  padding: 0 !important;
  margin: 0 0 40px 0;
}
.breadcrumb ul {
  width: 100%;
  overflow: auto;
  display: -webkit-box;
  text-align: center;
  flex-wrap: initial;
}
.breadcrumb li {
  float: none;
  display: block;
  font: 11px "Webfont_1";
  color: #363636;
  white-space: nowrap;
  margin-right: 20px;
}
.breadcrumb li:last-child:after, .breadcrumb li:last-child:before {
  display: none;
}
.breadcrumb li a {
  transition: 0.3s;
  display: block;
  font: 11px "Webfont_1";
  color: #363636;
  white-space: nowrap;
  margin-bottom: -14px;
}
.breadcrumb li a:hover {
  transition: 0.3s;
  color: #E30B13;
}
.breadcrumb li:after {
  content: "";
  background: url(../images/miniSprite.png) no-repeat center;
  background-position: -40px -4px;
  width: 6px;
  height: 9px;
  display: block;
  float: right;
  padding: 7px;
  margin: 0 -20px;
}

.page .mc-md-4.pr {
  position: sticky;
  top: 150px;
  height: auto !important;
}
.page .mc-md-4.pr .sidebar {
  position: inherit !important;
  width: auto !important;
}

.sidebar {
  transition: 0.4s;
  padding-left: 60px;
  width: auto !important;
}
.sidebar .widget {
  float: left;
  width: 100%;
  border: 1px solid #D1D1D1;
  padding: 40px 28px;
}
.sidebar .widget ul {
  float: left;
  width: 100%;
}
.sidebar .widget ul li {
  float: left;
  width: 100%;
}
.sidebar .widget ul li.active ul {
  display: block;
}
.sidebar .widget ul li.active > a {
  color: #E30B13;
}
.sidebar .widget ul li.active > a:before {
  transition: 0.4s;
  background: url(../images/side.png) no-repeat;
  background-position: -41px 0;
}
.sidebar .widget ul li.open > a:before {
  transition: 0.4s;
  background: url(../images/side.png) no-repeat;
  background-position: -41px 0;
}
.sidebar .widget ul li span {
  transition: 0.3s;
  font: 14px "Webfont_1";
  color: #363636;
  padding: 3px 0;
  cursor: pointer;
  letter-spacing: 0.8px;
}
.sidebar .widget ul li a {
  display: block;
  font: 17px "Webfont_1";
  color: #363636;
  letter-spacing: 0.8px;
  padding: 7px 0 7px 22px;
  position: relative;
  float: left;
}
.sidebar .widget ul li a:before {
  transition: 0.4s;
  content: "";
  background: url(../images/side.png) no-repeat;
  width: 12px;
  height: 12px;
  display: block;
  float: left;
  position: absolute;
  top: 12px;
  left: 0;
}
.sidebar .widget ul li ul {
  padding: 8px 0 8px 23px;
  display: none;
}
.sidebar .widget ul li ul li {
  float: left;
  width: 100%;
}
.sidebar .widget ul li ul li a {
  transition: 0.3s;
  font: 14px "Webfont_1";
  color: #363636;
  padding: 3px 0;
}
.sidebar .widget ul li ul li a:hover {
  transition: 0.3s;
  color: #E30B13;
}
.sidebar .widget ul li ul li a:before {
  display: none;
}
.sidebar .firma {
  float: left;
  width: 100%;
  text-align: center;
}
.sidebar .firma .logo {
  float: left;
  width: 100%;
  height: 77px;
}
.sidebar .firma .logo img {
  max-height: 100%;
  max-width: 100%;
}
.sidebar .firma .logo .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}
.sidebar .firma .logo .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}
.sidebar .firma .logo .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.sidebar .firma .logo .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.sidebar .firma .logo .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sidebar .firma .text {
  font: 20px "Webfont_1";
  color: #363636;
  float: left;
  width: 100%;
  margin: 20px 0 25px 0;
}
.sidebar .firma .text a {
  font: 14px "Webfont_1";
  color: #E30B13;
  margin: 20px 0 0 0;
  display: block;
}
.sidebar .firma .more {
  float: left;
  width: 100%;
}
.sidebar .firma .more a {
  display: block;
  height: auto;
  background: #e30b13;
  color: #fff;
  border-radius: 4px;
  margin: 0 auto;
  padding: 13px;
  text-decoration: none;
}
.sidebar .firma ol {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  display: none;
}
.sidebar .firma ol li {
  float: left;
  width: 100%;
  margin: 5px 0 10px 0;
}
.sidebar .firma ol li span {
  display: block;
  font: 16px "Webfont_2";
  color: #585858;
}
.sidebar .firma ol li a {
  display: block;
  font: 16px "Webfont_1";
  color: #585858;
}
.sidebar .social {
  float: left;
  width: 100%;
  border-left: 1px solid #D1D1D1;
  padding-left: 30px;
  min-height: 250px;
}
.sidebar .social .title {
  float: left;
  width: 100%;
  font: 22px "Webfont";
  color: #263843;
  margin: 0 0 15px 0;
}
.sidebar .social ul {
  float: left;
  width: 100%;
}
.sidebar .social ul li {
  float: left;
  width: 100%;
}
.sidebar .social ul li a {
  transition: 0.3s;
  display: flex;
  align-items: center;
  font: 16px "Webfont_1";
  color: #263843;
  float: left;
  padding: 5px 0;
}
.sidebar .social ul li a:hover {
  transition: 0.3s;
  color: #E30B13;
}
.sidebar .social ul li a:hover i {
  transition: 0.3s;
  color: #E30B13;
  box-shadow: 0 0 7px #ddd;
}
.sidebar .social ul li a i {
  transition: 0.3s;
  border: 1px solid #D1D1D1;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 17px;
  color: #363636;
  text-align: center;
  padding: 9px 0;
  margin-right: 5px;
}
.sidebar .social ul li a i.fa-twitter:before {
  content: "";
  background: url("../images/twitter.svg") no-repeat center center;
  width: 16px;
  height: 16px;
  background-size: 100%;
  display: block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  margin: 0 8px;
}

.red {
  color: #E30B13 !important;
}

.page {
  float: left;
  width: 100%;
  margin: 96px 0 0 0;
  position: relative;
  z-index: 2;
  padding: 25px 0;
}
.page.actives:before {
  transition: 0.5s;
  width: 7vh;
  height: 7vh;
}
.page.actives:after {
  transition: 0.5s;
  width: 10vh;
  height: 10vh;
  right: 7vh;
  top: 52vh;
}
.page.actives {
  /*&:before{right:66px;}*/
  /*&:after{right:0;}*/
}
.page:before {
  transition: 0.5s;
  content: "";
  background: #E30B13;
  width: 10vh;
  height: 10vh;
  position: fixed;
  right: 0;
  top: 45vh;
  z-index: 1;
}
.page:after {
  transition: 0.5s;
  content: "";
  background: #E30B13;
  width: 7vh;
  height: 7vh;
  position: fixed;
  right: 10vh;
  top: 55vh;
  z-index: 1;
}
.page .container-fluid {
  position: relative;
}
.page .list-two {
  float: left;
  width: 100%;
  margin: 40px 0 0 0;
}
.page .list-two .mc-md-4 {
  margin: 0 0 35px 0;
}
.page .list-two .mc-md-4:nth-child(even) em {
  color: #363636 !important;
}
.page .list-two .titles {
  float: left;
  width: 100%;
  font: 31px "Webfont_2";
  color: #363636;
  text-align: center;
  margin-bottom: 30px;
}
.page .list-two em {
  font: 62px "Webfont" !important;
  color: #E30B13 !important;
  display: block !important;
  text-align: center !important;
  margin: 0 !important;
}
.page .list-two .text {
  position: inherit !important;
  font: 13px "Webfont_1";
  color: #363636;
  text-align: center;
}
.page .list-two .more {
  float: left;
  width: 100%;
  margin: 60px 0 0 0;
}
.page .list-two .more a {
  transition: 0.3s;
  display: block;
  border: 1px solid #D1D1D1;
  height: 48px;
  border-radius: 4px;
  text-align: center;
  font: 17px "Webfont_1";
  color: #363636;
  padding: 12px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: auto;
  max-width: 350px;
}
.page .list-two .more a:hover {
  transition: 0.3s;
  color: #fff;
}
.page .list-two .more a:hover:before {
  transition: 0.3s;
  width: 100%;
}
.page .list-two .more a:before {
  transition: 0.3s;
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  background: #E30B13;
  top: 0;
  z-index: -1;
}
.page .tit {
  position: absolute;
  height: 100%;
  z-index: -2;
  right: 300px;
  top: 0;
}
.page .tit h1 {
  position: sticky;
  color: #f9f9f9;
  z-index: -1;
  font: 14vh "Webfont_2";
  top: 130px;
  writing-mode: vertical-rl;
  writing-mode: tb-lr;
  transform: rotate(180deg);
  text-orientation: mixed;
}
@media (min-width: 1920px) {
  .page .tit h1 {
    font-size: 140px;
  }
}
.page .tit h1.abs {
  top: inherit !important;
  position: absolute !important;
  bottom: 0;
  margin-top: 0 !important;
}
.page .page-content {
  float: left;
  width: 100%;
}
.page .page-content nav {
  text-align: center;
  display: table;
  margin: 0 auto;
}
.page .page-content nav ul li a {
  padding: 12px 18px;
  border: 1px solid #ededed;
  font: 13px "Webfont_1";
  color: #363636;
}
@media only screen and (max-width : 480px) {
  .page .page-content .masaustuimages {
    display: none;
  }
}
.page .page-content .masaustuimages img {
  max-width: 100%;
}
.page .page-content .mobilimages {
  display: none;
}
@media only screen and (max-width : 480px) {
  .page .page-content .mobilimages {
    display: block;
  }
}
.page .page-content .mobilimages img {
  max-width: 100%;
}
.page .page-content p {
  font: 16px/23px "Webfont_1";
  color: #585858;
}
.page .page-content p a {
  color: #E30B13;
}
.page .page-content .title {
  float: left;
  width: 100%;
  font: 36px "Webfont";
  color: #E30B13;
  margin: 0 0 30px 0;
}
.page .page-content .program-list {
  float: left;
  width: 100%;
}
.page .page-content .program-list .list {
  border: 2px solid #E30B13;
  margin-bottom: 30px;
}
.page .page-content .program-list .list a {
  display: block;
  padding: 20px;
  color: #363636;
  text-decoration: none;
  text-align: center;
  height: 320px;
  position: relative;
  overflow: hidden;
}
.page .page-content .program-list .list a .images {
  height: 117px;
  margin: 40px auto 0;
  transition: 0.5s;
  width: 117px;
}
.page .page-content .program-list .list a .images img {
  transition: 0.5s;
  width: 100%;
  height: 100%;
}
.page .page-content .program-list .list a span {
  display: block;
  color: #363636;
  font: 23px "Webfont";
  margin: 35px 0 0;
  transition: 0.5s;
}
.page .page-content .program-list .list a .text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 105px;
  margin: 105px 0 0;
  transition: 0.5s;
}
.page .page-content .program-list .list a i {
  color: #E30B13;
  transition: 0.5s;
  font-size: 24px;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .page .page-content .program-list .list a:hover .images {
    margin: -20px auto;
  }
  .page .page-content .program-list .list a:hover .images img {
    transform: scale(0.5);
  }
  .page .page-content .program-list .list a:hover span {
    margin: 10px 0 0;
  }
  .page .page-content .program-list .list a:hover .text {
    margin: 45px 0 0;
  }
  .page .page-content .program-list .list a:hover i {
    bottom: 154px;
    transform: rotate(180deg);
  }
}
.page .page-content .content {
  float: left;
  width: 100%;
}
.page .page-content .content h3 {
  font: 30px "Webfont";
  color: #363636;
  margin: 20px 0;
}
.page .page-content .content img {
  max-width: 100%;
}
.page .page-content .content table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}
.page .page-content .content table tr td {
  font: 16px "Webfont_1";
  border-bottom: 1px solid #e4e4e4;
  padding: 12px 0;
  vertical-align: top;
}
.page .page-content .content table tr td:first-child {
  font: 16px "Webfont_2";
  color: #363636;
}
.page .page-content .content p {
  font: 16px/26px "Webfont_1";
  color: #585858;
  margin: 0 0 20px 0;
}
.page .page-content .content ul {
  float: left;
  width: 100%;
  padding-left: 18px;
  margin: 0 0 30px 0;
}
.page .page-content .content ul li {
  font: 16px/26px "Webfont_1";
  color: #585858;
  list-style-type: disc;
}
.page .page-content .content ol {
  padding-left: 17px;
  margin: 0 0 30px 0;
}
.page .page-content .content ol li {
  font: 16px/26px "Webfont_1";
  color: #585858;
  list-style-type: decimal;
}
.page .page-content .content strong, .page .page-content .content b {
  font: 16px "Webfont_1";
  color: #363636;
  font-weight: 600;
}
.page .page-content .content em {
  display: block;
  font: 20px "Webfont";
  color: #363636;
  margin: 0 0 5px 0;
}
.page .page-content .content a {
  color: #E30B13;
  font: 16px "Webfont_2";
  text-decoration: underline;
}

.about-accordion {
  margin: 20px 0;
}
.about-accordion .item {
  margin: 0 !important;
  background: none !important;
}
.about-accordion .bottom {
  background: none !important;
  padding: 0 !important;
  margin: 20px 0;
}
.about-accordion .bottom ul {
  margin: 0 !important;
}
.about-accordion .bottom p {
  line-height: 27px !important;
}
.about-accordion .bottom a {
  background: none !important;
  border: none !important;
  color: #E30B13 !important;
}
.about-accordion .top {
  height: auto !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid #ededed;
  border-top: 0 !important;
}
.about-accordion .top em {
  margin: 0 !important;
}
.about-accordion .name {
  width: 100% !important;
  display: block !important;
  float: left;
}

.associ-list {
  float: left;
  width: 100%;
}
.associ-list .all {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}
.associ-list .all .country {
  float: left;
  width: 100%;
}
.associ-list .all .country b {
  float: left;
  width: 100%;
  display: block;
  font: 20px "Webfont_2" !important;
  color: #363636;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 0;
  margin: 5px 0;
}
.associ-list .titles {
  font: 24px "Webfont";
  color: #E30B13;
  float: left;
  width: 100%;
}
.associ-list .item {
  float: left;
  width: 100%;
  margin: 0;
}
.associ-list .item.open .name span {
  transition: 0.3s;
  color: #e30a13;
}
.associ-list .item.open .top:after {
  transform: rotate(45deg);
}
.associ-list .item.open .top:before {
  transform: rotate(45deg);
}
.associ-list .item .top {
  display: table;
  height: 60px;
  width: 100%;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
  cursor: pointer;
}
.associ-list .item .top:after {
  transition: 0.3s;
  content: "";
  background: #E30B13;
  width: 20px;
  height: 3.4px;
  display: block;
  position: absolute;
  right: 8px;
  border-radius: 5px;
  top: 23px;
}
.associ-list .item .top:before {
  transition: 0.3s;
  content: "";
  background: #E30B13;
  height: 20px;
  border: 1.5px solid #E30B13;
  display: block;
  position: absolute;
  right: 16.5px;
  border-radius: 115px;
  top: 15px;
}
.associ-list .item .top .logo {
  float: left;
  border: 1px solid #E8E8E8;
  margin-right: 10px;
  width: 130px;
  height: 62px;
}
.associ-list .item .top .logo img {
  transition: 0.4s;
  margin: 0 auto;
  display: block;
  max-height: 100%;
}
.associ-list .item .top .logo .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}
.associ-list .item .top .logo .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}
.associ-list .item .top .logo .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.associ-list .item .top .logo .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.associ-list .item .top .logo .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.associ-list .item .top .name {
  font: 16px "Webfont_1";
  color: #363636;
  display: table-cell;
  vertical-align: middle;
  width: 80%;
}
.associ-list .item .top .name span {
  transition: 0.3s;
  display: block;
}
.associ-list .item .bottom {
  float: left;
  width: 100%;
  padding: 20px 0;
  display: none;
}
.associ-list .item .bottom ul {
  margin-bottom: 20px !important;
}
.associ-list .item .bottom strong {
  display: block;
  font: 20px "Webfont_2";
  color: #363636;
  margin: 10px 0;
}
.associ-list .item .bottom em {
  display: block;
  font: 20px "Webfont_2";
  color: #363636;
  margin: 20px 0 15px 0;
}
.associ-list .item .bottom p {
  font: 16px "Webfont_1";
  color: #585858;
}
.associ-list .item .link a {
  transition: 0.3s;
  display: block;
  float: left;
  font: 16px "Webfont_2";
  color: #363636;
  border: 1px solid #E30B13;
  padding: 7px;
  border-radius: 5px;
  min-width: 140px;
  text-align: center;
  text-decoration: none !important;
}
.associ-list .item .link a:hover {
  transition: 0.3s;
  background: #E30B13;
  color: #fff;
}

.more-button {
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
}
.more-button a {
  transition: 0.3s;
  display: block;
  float: left;
  font: 16px "Webfont_2";
  color: #363636 !important;
  border: 1px solid #E30B13;
  padding: 11px 15px;
  border-radius: 5px;
  min-width: 140px;
  text-align: center;
  text-decoration: none !important;
}
.more-button a:hover {
  transition: 0.3s;
  background: #E30B13 !important;
  color: #fff !important;
}

a.web {
  transition: 0.3s;
  display: block;
  float: left;
  font: 16px "Webfont_2";
  color: #363636 !important;
  border: 1px solid #E30B13;
  padding: 11px 15px;
  border-radius: 5px;
  min-width: 140px;
  text-align: center;
  height: 45px;
  text-decoration: none !important;
}
a.web:hover {
  transition: 0.3s;
  background: #E30B13;
  color: #fff !important;
}

.yk-list {
  float: left;
  width: 100%;
}
.yk-list .titles {
  font: 20px "Webfont";
  color: #e30b13;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #e3e3e3;
  margin: 15px 15px 30px 15px;
  letter-spacing: 0.5px;
  float: left;
  width: 100%;
}
.yk-list .item {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}
.yk-list .item:hover .images {
  transition: 0.3s;
  border-color: #E30B13;
}
.yk-list .item .images {
  transition: 0.3s;
  height: 165px;
  width: 165px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #D1D1D1;
  margin: 0 auto;
  text-align: center;
  display: block;
  position: relative;
  z-index: 2;
  background: #eee;
}
.yk-list .item .images img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.yk-list .item .images .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}
.yk-list .item .images .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}
.yk-list .item .images .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.yk-list .item .images .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.yk-list .item .images .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.yk-list .item .text {
  float: left;
  width: 100%;
  padding: 15px 10px;
}
.yk-list .item .text span {
  display: block;
  float: left;
  width: 100%;
  font: 13px "Webfont";
  color: #363636;
  text-align: center;
  height: 32px;
}
.yk-list .item .text i {
  float: left;
  width: 100%;
  font: 12px "Webfont_1";
  color: #e30b13;
  text-align: center;
  display: -webkit-box;
  height: 62px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.yk-list .item a {
  display: block;
}

.ykmodal {
  max-width: 740px;
  margin: 12vh auto;
  overflow: hidden !important;
}
.ykmodal .closes {
  position: absolute;
  right: 30px;
  top: 10px;
  z-index: 5;
}
.ykmodal .closes button {
  color: #D1D1D1;
  font-size: 40px;
  opacity: 1;
  font-weight: 100;
}
.ykmodal .modal-content {
  border-radius: 0 !important;
  float: left;
  width: 100%;
}
.ykmodal .modal-dialog {
  margin: 0;
}
.ykmodal .modal-body {
  padding: 35px 0 35px 35px;
  float: left;
  width: 100%;
}
.ykmodal .modal-body .people {
  float: left;
  width: 100%;
  display: table;
  height: 120px;
  padding: 0 20px 0 0;
}
.ykmodal .modal-body .images {
  width: 120px;
  height: 120px;
  float: left;
  margin: 0 20px 20px 0;
  border: 1px solid #D1D1D1;
  border-radius: 50%;
  overflow: hidden;
}
.ykmodal .modal-body .images .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}
.ykmodal .modal-body .images .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}
.ykmodal .modal-body .images .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.ykmodal .modal-body .images .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.ykmodal .modal-body .images .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ykmodal .modal-body .images img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.ykmodal .modal-body p {
  float: left;
  font: 15px/21px "Webfont_1";
  color: #808080;
}
.ykmodal em {
  font: 22px "Webfont";
  color: #363636;
  display: block;
}
.ykmodal span {
  font: 16px "Webfont_1";
  color: #E30B13;
  display: block;
}
.ykmodal .name {
  margin: 15px 0;
  display: table-cell;
  vertical-align: middle;
  width: 80%;
}
.ykmodal .name ul {
  float: left;
  margin: 5px 0 0 0;
}
.ykmodal .name ul li {
  float: left;
  width: 100%;
  color: #808080;
  font: 12px "Webfont_1";
  padding: 2px 8px;
  position: relative;
}
.ykmodal .name ul li:before {
  content: "";
  background: #E30B13;
  position: absolute;
  left: 0;
  width: 3px;
  height: 9px;
  top: 5px;
}
.ykmodal .yonetim-modal-right {
  height: 45vh;
  padding: 0 40px 0 0;
  overflow-y: auto;
  float: left;
  width: 100%;
}
.ykmodal .yonetim-modal-right::-webkit-scrollbar-track {
  background-color: #eee;
}
.ykmodal .yonetim-modal-right::-webkit-scrollbar {
  width: 10px;
  background-color: #eee;
}
.ykmodal .yonetim-modal-right::-webkit-scrollbar-thumb {
  background-color: #E30B13;
}

.logo-our {
  float: left;
  width: 100%;
}
.logo-our .items {
  float: left;
  width: 100%;
  margin: 0 0 25px 0;
}
.logo-our .items a {
  transition: 0.4s;
  display: block;
  border: 1px solid #D1D1D1;
  padding: 15px;
  position: relative;
  box-shadow: 0 0 0 #dcd8d8;
}
.logo-our .items a:hover {
  transition: 0.4s;
  box-shadow: 0 0 10px #dcd8d8;
  border-color: #fff;
}
.logo-our .items a .images {
  height: 145px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.logo-our .items a .images i {
  background: url(../images/playIco.png) no-repeat center;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 40px;
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
}
.logo-our .items a .images img {
  display: none;
  max-width: 100%;
}
.logo-our .items a .images .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}
.logo-our .items a .images .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}
.logo-our .items a .images .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.logo-our .items a .images .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.logo-our .items a .images .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.logo-our .items a span {
  font: 14px "Webfont_1";
  color: #585858;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.logo-our .item {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
}
.logo-our .item a {
  transition: 0.3s;
  display: block;
  border: 1px solid #D1D1D1;
  height: 147px;
  padding: 30px;
  position: relative;
  box-shadow: 0 0 0 #dcd8d8;
}
.logo-our .item a:hover {
  transition: 0.3s;
  box-shadow: 0 0 10px #dcd8d8;
  border-color: #fff;
}
.logo-our .item a span {
  display: block;
  font: 18px "Webfont_1";
  color: #585858;
}
.logo-our .item a em {
  display: block;
  font: 16px "Webfont_1";
  color: #D1D1D1;
}
.logo-our .item a i {
  transition: 0.5s;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 46px;
  height: 46px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: inherit;
  padding: 10px;
  background: url(../images/download.png) center no-repeat #E30B13;
}
.logo-our .item a i:before {
  display: none;
}

.lugat img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.basin-list {
  float: left;
  width: 100%;
}
.basin-list .all {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
}
.basin-list .all .titles {
  float: left;
  width: 100%;
  font: 24px "Webfont";
  color: #363636;
  margin: 20px 0 0 0;
  border-bottom: 1px solid #efefef;
  padding: 0 0 15px 0;
}
.basin-list .all .item {
  float: left;
  width: 100%;
  border-bottom: 1px solid #efefef;
}
.basin-list .all .item .mc-md-10 {
  display: table;
  height: 80px;
}
.basin-list .all .item a {
  display: block;
}
.basin-list .all .item a:hover .cont span {
  transition: 0.3s;
  color: #E30B13;
}
.basin-list .all .item a .images {
  float: left;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
}
.basin-list .all .item a .images img {
  max-height: 100%;
  margin: 0 auto;
}
.basin-list .all .item a .images .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}
.basin-list .all .item a .images .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}
.basin-list .all .item a .images .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.basin-list .all .item a .images .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.basin-list .all .item a .images .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.basin-list .all .item a .cont {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
.basin-list .all .item a .cont span {
  transition: 0.3s;
  font: 15px "Webfont_1";
  color: #363636;
  display: block;
}
.basin-list .all .item a .cont i {
  display: block;
  font: 12px "Webfont_1";
  color: #D1D1D1;
}

.mevzuat-list {
  float: left;
  width: 100%;
}
.mevzuat-list .all {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}
.mevzuat-list .all .titles {
  float: left;
  width: 100%;
  font: 24px "Webfont";
  color: #363636;
  padding: 20px 0 10px 0;
}
.mevzuat-list .all .item {
  float: left;
  width: 100%;
  border-top: 1px solid #efefef;
}
.mevzuat-list .all .item a {
  display: block;
  padding: 12px 0;
  position: relative;
}
.mevzuat-list .all .item a:before {
  content: "";
  background: url(../images/ar.png) no-repeat;
  display: block;
  position: absolute;
  right: 0;
  width: 15px;
  height: 22px;
  top: 50%;
  margin-top: -12px;
}
.mevzuat-list .all .item a:hover span {
  color: #E30B13;
}
.mevzuat-list .all .item a i {
  padding: 6px 0 0 0;
}
.mevzuat-list .all .item span {
  display: block;
  font: 16px "Webfont_1";
  color: #363636;
  padding-right: 30px;
}
.mevzuat-list .all .item i {
  display: block;
  font: 14px "Webfont_1";
  color: #D1D1D1;
}

.arge-list {
  float: left;
  width: 100%;
}
.arge-list .filter {
  float: left;
  width: 100%;
  padding-right: 30px;
}
.arge-list .filter form {
  float: left;
  width: 100%;
}
.arge-list .filter form .form-group {
  float: left;
  width: 100%;
  position: relative;
}
.arge-list .filter form .form-group span {
  font: 24px "Webfont";
  color: #363636;
  display: block;
  margin: 15px 0;
}
.arge-list .filter form .form-group a {
  float: right;
  display: block;
  position: absolute;
  right: 0;
  top: 20px;
  font: 13px "Webfont_1";
  color: #363636;
}
.arge-list .filter form .form-group.search input[type=text] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #D1D1D1;
  font: 15px "Webfont_1";
  color: #363636;
  outline: 0;
  height: 50px;
  padding-right: 51px;
}
.arge-list .filter form .form-group.search input[type=submit], .arge-list .filter form .form-group.search button {
  background: url(../images/miniSprite.png) center no-repeat;
  width: 20px;
  height: 20px;
  outline: 0;
  border: none;
  text-indent: -9999px;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -8px 0;
}
.arge-list .filter form .check .checkbox {
  float: left;
  width: 116px;
  border: 1px solid #D1D1D1;
  border-radius: 50%;
  height: 116px;
  margin: 0 20px 20px 0;
}
.arge-list .filter form .check .checkbox:hover em {
  transition: 0.4s;
  opacity: 1;
}
.arge-list .filter form .check .checkbox .resim-att {
  width: 116px;
  height: 116px;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}
.arge-list .filter form .check .checkbox .resim-att .resim-att-pre {
  width: 116px;
  height: 116px;
  position: relative;
}
.arge-list .filter form .check .checkbox .resim-att .resim-att-pre .resim-thumb {
  width: 116px;
  height: 116px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.arge-list .filter form .check .checkbox .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 116px;
  height: 116px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.arge-list .filter form .check .checkbox .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.arge-list .filter form .check .checkbox .icheckbox_square_gold {
  top: 0;
  height: 25px;
  display: inline-block;
  left: 0;
  vertical-align: middle;
  padding: 0;
  width: 26px;
  background: url(../images/check.png) no-repeat;
  border: none;
  cursor: pointer;
  position: absolute !important;
  background-position: 0 0;
}
.arge-list .filter form .check .checkbox .icheckbox_square_gold.checked {
  background-position: -39px 0;
}
.arge-list .filter form .check .checkbox label {
  min-height: inherit;
  text-align: center;
  display: block;
  padding: 0;
}
.arge-list .filter form .check .checkbox em {
  transition: 0.4s;
  background: #363636;
  font: 13px "Webfont_1";
  color: #fff;
  border-radius: 4px;
  padding: 10px;
  display: block;
  margin: 18px auto;
  text-align: center;
  position: absolute;
  z-index: 9;
  opacity: 0;
  bottom: -60px;
}
.arge-list .filter form .check .checkbox em:before {
  content: "";
  background: url(../images/arrow.png) no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -9px;
  width: 20px;
  height: 20px;
}
.arge-list .filter form .radios .checkbox {
  font: 13px "Webfont_1";
  color: #363636;
  float: left;
  margin: 0 20px 0 0 !important;
}
.arge-list .filter form .radios .checkbox label {
  padding: 0;
}
.arge-list .filter form .radios .checkbox .iradio_square_gold {
  top: 0;
  height: 25px;
  display: inline-block;
  left: 0;
  vertical-align: middle;
  padding: 0;
  width: 26px;
  background: url(../images/radio.png) no-repeat;
  border: none;
  cursor: pointer;
  background-position: 0 0;
  float: left;
  margin: -1px -1px 0 0;
}
.arge-list .filter form .radios .checkbox .iradio_square_gold.checked {
  background-position: -30px 0;
}

.mob-box {
  display: none;
}
.mob-box .listing {
  display: none;
}
.mob-box .nice-select {
  width: 100%;
  margin: 20px 0;
  padding: 0 20px;
}
.mob-box .nice-select:after {
  display: none !important;
}
.mob-box .nice-select ul {
  width: 100%;
}
.mob-box .nice-select ul li {
  width: 100%;
  min-height: inherit;
  line-height: inherit;
  padding: 5px 20px;
  font: 14px "Webfont_1";
  color: #363636;
}
.mob-box .nice-select ul li:first-child {
  display: none;
}
.mob-box span.current {
  display: block;
  font: 14px "Webfont_1";
  color: #363636;
  padding: 11px 0;
}
.mob-box span.current:before {
  content: "";
  background: url(../images/ar.png) right center no-repeat;
  width: 13px;
  height: 22px;
  display: block;
  float: right;
  transform: rotate(90deg);
}
.mob-box .button-group {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #eee;
}

.new-arge-list {
  float: left;
  width: 100%;
}
.new-arge-list .firma-list {
  float: left;
  width: 100%;
}
.new-arge-list .firma-list .hideme {
  opacity: 0;
}
.new-arge-list .firma-list .item {
  float: left;
  width: 50%;
  border-bottom: 1px solid #ededed;
  padding: 10px 20px;
  position: relative;
  border-right: 1px solid #f8f8f8;
}
.new-arge-list .firma-list .item.kulucka span:before {
  content: "";
  background: url(../images/y-bank.svg) no-repeat;
  display: block;
  width: 23px;
  height: 20px;
  float: right;
  margin: 2px 0 0 10px;
}
.new-arge-list .firma-list .item a {
  display: block;
}
.new-arge-list .firma-list .item a:hover span {
  transition: 0.3s;
  color: #E30B13;
}
.new-arge-list .firma-list .item a:before {
  content: "";
  background: url(../images/miniSprite.png) no-repeat;
  background-position: 0 -4px;
  display: block;
  width: 13px;
  height: 22px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -12px 0;
}
.new-arge-list .firma-list .item .logo {
  float: left;
  height: 80px;
  width: 100px;
  margin-right: 20px;
}
.new-arge-list .firma-list .item .logo .img {
  position: relative;
}
.new-arge-list .firma-list .item .logo .img.actives:before {
  display: none;
}
.new-arge-list .firma-list .item .logo .img:before {
  content: " ";
  display: block;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  -o-border-image: initial;
  -webkit-border-image: initial;
  border-image: initial;
  border-color: #e30b13 transparent;
  -webkit-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  margin: -20px;
}
.new-arge-list .firma-list .item .logo img {
  max-width: 100%;
  max-height: 100%;
}
.new-arge-list .firma-list .item .logo .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}
.new-arge-list .firma-list .item .logo .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}
.new-arge-list .firma-list .item .logo .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.new-arge-list .firma-list .item .logo .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.new-arge-list .firma-list .item .logo .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.new-arge-list .firma-list .item .text {
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  padding-right: 30px;
}
.new-arge-list .firma-list .item .text span {
  transition: 0.3s;
  display: block;
  font: 18px "Webfont_2";
  color: #363636;
  float: left;
}
.new-arge-list .firma-list .item .text i {
  display: block;
  font: 14px "Webfont_1";
  color: #D1D1D1;
  margin: 3px 0 0 0;
  width: 100%;
  float: left;
}
.new-arge-list .filter {
  float: right;
}
.new-arge-list .filter .clear {
  transition: 0.3s;
  float: left;
  font: 13px "Webfont_1";
  color: #363636;
  background: url(../images/clear-btn.svg) no-repeat center left;
  padding: 15px 20px 15px 24px;
  cursor: pointer;
}
.new-arge-list .filter .clear:hover {
  transition: 0.3s;
  color: #E30B13;
}
.new-arge-list .filter .form-group {
  float: right;
  position: relative;
}
.new-arge-list .filter .form-group.search input[type=text] {
  width: 360px;
  border: 1px solid #D1D1D1;
  font: 15px "Webfont_1";
  color: #363636;
  outline: 0;
  height: 48px;
  padding: 18px 48px 18px 18px;
  border-radius: 5px;
}
.new-arge-list .filter .form-group.search input[type=submit], .new-arge-list .filter .form-group.search button {
  background: url(../images/miniSprite.png) no-repeat;
  background-position: -173px -1px;
  width: 20px;
  height: 20px;
  outline: 0;
  border: none;
  text-indent: -9999px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin: -10px 0;
}
.new-arge-list .top-list {
  width: 100%;
  text-align: center;
  opacity: 0;
  display: flex;
  justify-content: center;
}
.new-arge-list .top-list .item {
  display: inline-block;
  margin: 0 2px 2rem;
  cursor: pointer;
  width: calc(11.1111111111% - 4px);
}
.new-arge-list .top-list .item:hover .icon {
  transition: 0.3s;
  background: #eee;
}
.new-arge-list .top-list .item.open .icon {
  transition: 0.3s;
  background: #E30B13;
}
.new-arge-list .top-list .item.open .icon img {
  filter: brightness(0) invert(1);
}
.new-arge-list .top-list .item .icon {
  transition: 0.3s;
  width: 100px;
  border: 1px solid #D1D1D1;
  border-radius: 50%;
  height: 100px;
  margin: 0 auto 10px auto;
  overflow: hidden;
}
.new-arge-list .top-list .item .icon .resim-att {
  width: 100px;
  height: 100px;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}
.new-arge-list .top-list .item .icon .resim-att .resim-att-pre {
  width: 100px;
  height: 100px;
  position: relative;
}
.new-arge-list .top-list .item .icon .resim-att .resim-att-pre .resim-thumb {
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.new-arge-list .top-list .item .icon .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.new-arge-list .top-list .item .icon .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.new-arge-list .top-list .item .icon img {
  max-width: 100%;
}
.new-arge-list .top-list .item em {
  display: block;
  font: 12px "Webfont_1";
  color: #363636;
  letter-spacing: 0.5px;
  float: left;
  width: 100%;
}
.new-arge-list .button-group {
  float: left;
  width: 100%;
  text-align: center;
  margin: 40px 0;
}
.new-arge-list .button-group button {
  transition: 0.3s;
  font: 12px "Webfont_1";
  color: #363636;
  border: 1px solid #D1D1D1;
  background: none;
  border-radius: 30px;
  padding: 7px 22px;
  display: inline-block;
  margin: 0 5px 8px 5px;
  cursor: pointer;
}
.new-arge-list .button-group button.is-checked {
  transition: 0.3s;
  background: #E30B13 !important;
  color: #fff !important;
}
.new-arge-list .button-group button:hover {
  transition: 0.3s;
  background: #eee;
}
.new-arge-list .bt-boxes {
  float: left;
  width: 100%;
  border: 1px solid #f8f8f8;
  margin: 20px 0;
}
.new-arge-list .bt-boxes .titles {
  float: left;
  width: 100%;
  padding: 15px 20px;
  border-bottom: 1px solid #f8f8f8;
}
.new-arge-list .bt-boxes .titles span {
  font: 24px "Webfont";
  color: #363636;
  display: block;
  float: left;
}
.new-arge-list .bt-boxes .titles small {
  font: 15px "Webfont_1";
  color: #363636;
  display: block;
  float: right;
  margin: 5px 0 0 0;
}
.new-arge-list .bt-boxes .titles small:last-child {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}
.new-arge-list .bt-boxes .titles small:last-child:after {
  content: "";
  background: url(../images/y-bank.svg) no-repeat;
  display: block;
  width: 23px;
  height: 20px;
  float: left;
  margin-right: 8px;
}
.new-arge-list .bt-boxes .titles small:last-child:before {
  content: "";
  background: #707070;
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
}
.new-arge-list .bt-boxes .grid {
  float: left;
  width: 100%;
}
.new-arge-list .listing {
  float: left;
  width: 100%;
}
.new-arge-list .listing .item {
  float: left;
  width: 50%;
  border-bottom: 1px solid #ededed;
  padding: 10px 20px;
  position: relative;
  border-right: 1px solid #f8f8f8;
}
.new-arge-list .listing .item.kulucka span:before {
  content: "";
  background: url(../images/y-bank.svg) no-repeat;
  display: block;
  width: 23px;
  height: 20px;
  float: right;
  margin: 2px 0 0 10px;
}
.new-arge-list .listing .item a {
  display: block;
}
.new-arge-list .listing .item a:hover span {
  transition: 0.3s;
  color: #E30B13;
}
.new-arge-list .listing .item a:before {
  content: "";
  background: url(../images/miniSprite.png) no-repeat;
  background-position: 0 -4px;
  display: block;
  width: 13px;
  height: 22px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -12px 0;
}
.new-arge-list .listing .item .logo {
  float: left;
  height: 80px;
  width: 100px;
  margin-right: 20px;
}
.new-arge-list .listing .item .logo img {
  max-width: 100%;
  max-height: 100%;
}
.new-arge-list .listing .item .logo .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}
.new-arge-list .listing .item .logo .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}
.new-arge-list .listing .item .logo .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.new-arge-list .listing .item .logo .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.new-arge-list .listing .item .logo .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.new-arge-list .listing .item .text {
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  padding-right: 30px;
}
.new-arge-list .listing .item .text span {
  transition: 0.3s;
  display: block;
  font: 18px "Webfont_2";
  color: #363636;
  float: left;
}
.new-arge-list .listing .item .text i {
  display: block;
  font: 14px "Webfont_1";
  color: #D1D1D1;
  margin: 3px 0 0 0;
  width: 100%;
  float: left;
}

.element-item {
  width: 100%;
}

.filter-list {
  float: left;
  width: 100%;
}
.filter-list .top {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ededed;
  padding: 0 0 10px 0;
}
.filter-list .top span {
  display: block;
  float: left;
  font: 24px "Webfont";
  color: #363636;
}
.filter-list .top em {
  display: block;
  float: right;
  font: 15px "Webfont_1";
  color: #363636;
}
.filter-list .listing {
  float: left;
  width: 100%;
}
.filter-list .listing .item {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ededed;
  padding: 10px 0;
  position: relative;
}
.filter-list .listing .item a {
  display: block;
}
.filter-list .listing .item a:hover span {
  transition: 0.3s;
  color: #E30B13;
}
.filter-list .listing .item a:before {
  content: "";
  background: url(../images/miniSprite.png) no-repeat;
  background-position: 0 -4px;
  display: block;
  width: 13px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -12px 0;
}
.filter-list .listing .item .logo {
  float: left;
  height: 60px;
  width: 100px;
  margin-right: 20px;
}
.filter-list .listing .item .logo img {
  max-width: 100%;
  max-height: 100%;
}
.filter-list .listing .item .logo .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}
.filter-list .listing .item .logo .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}
.filter-list .listing .item .logo .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.filter-list .listing .item .logo .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.filter-list .listing .item .logo .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.filter-list .listing .item .text {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
}
.filter-list .listing .item .text span {
  transition: 0.3s;
  display: block;
  font: 18px "Webfont_2";
  color: #363636;
}
.filter-list .listing .item .text i {
  display: block;
  font: 14px "Webfont_1";
  color: #D1D1D1;
  margin: 7px 0 0 0;
}

.firma-detail {
  float: left;
  width: 100%;
  margin: 40px 0 0 0;
}
.firma-detail .top {
  float: left;
  width: 100%;
  position: relative;
}
.firma-detail .top:before {
  content: "";
  background: #F9F9F9;
  width: 100vh;
  height: 202px;
  position: absolute;
  left: -100vh;
  top: 0;
  z-index: -1;
}
.firma-detail .top:after {
  content: "";
  background: #F9F9F9;
  width: 200vh;
  height: 202px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.firma-detail .top .logo {
  float: left;
  width: 212px;
  border: 1px solid #D1D1D1;
  height: 212px;
  margin: -30px 0 0 0;
  background: #fff;
  padding: 20px;
  position: sticky !important;
  top: 140px;
}
.firma-detail .top .logo .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}
.firma-detail .top .logo .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}
.firma-detail .top .logo .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.firma-detail .top .logo .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.firma-detail .top .logo .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.firma-detail .top .logo img {
  max-height: 100%;
}
.firma-detail .top .title {
  float: left;
  width: 100%;
  font: 32px "Webfont";
  color: #363636;
  padding: 20px 0 10px 0;
  margin: 0;
}
.firma-detail .top .title i {
  font: 14px "Webfont_1";
  color: #B2B2B2;
  display: block;
}
.firma-detail .top .detail-boxes {
  float: left;
  width: 100%;
}
.firma-detail .top .detail-boxes .mc-md-4 {
  padding: 0 10px;
}
.firma-detail .top .detail-boxes .mc-md-4:nth-child(2) .item:before {
  background-position: -61px 0;
}
.firma-detail .top .detail-boxes .mc-md-4:nth-child(3) .item:before {
  background-position: -122px 0;
}
.firma-detail .top .detail-boxes .mc-md-4:nth-child(4) .item:before {
  background-position: -186px 0;
}
.firma-detail .top .detail-boxes .mc-md-4:nth-child(5) .item:before {
  background-position: -245px 0;
}
.firma-detail .top .detail-boxes .mc-md-4:nth-child(6) .item:before {
  background-position: -306px 0;
}
.firma-detail .top .detail-boxes .row {
  margin-left: -10px;
  margin-right: -10px;
}
.firma-detail .top .detail-boxes .item {
  float: left;
  width: 100%;
  border: 1px solid #D1D1D1;
  background: #fff;
  height: 60px;
  font: 14px "Webfont_1";
  color: #363636;
  padding: 11px 20px;
  margin: 6px 0;
}
.firma-detail .top .detail-boxes .item:before {
  content: "";
  background: url(../images/ico-sprite.png) no-repeat;
  width: 28px;
  height: 26px;
  display: block;
  float: left;
  margin: 5px 15px 0 0;
}
.firma-detail .top .detail-boxes .item a, .firma-detail .top .detail-boxes .item b {
  font: 12px "Webfont_2";
  color: #363636;
  display: block;
}
.firma-detail .top .content {
  margin: 30px 0;
}
.firma-detail .top .content h1, .firma-detail .top .content h2 {
  margin: 0 0 20px 0;
  font: 24px "Webfont";
  color: #363636;
}
.firma-detail .top .content .titles {
  font: 24px "Webfont";
  color: #363636;
  margin: 0 0 20px 0;
}

.diger-firmalar {
  margin: 30px 0 0 0;
  display: inline-block;
  width: 100%;
}
.diger-firmalar .titles {
  font: 24px "Webfont" !important;
  color: #363636;
  display: block;
  margin: 0 0 15px 0;
}
.diger-firmalar .list .mc-md-3 {
  width: 20%;
}
.diger-firmalar .list a {
  border: 1px solid #D1D1D1;
  display: block;
  height: 148px;
  width: 100%;
}
.diger-firmalar .list a img {
  padding: 20px;
  max-width: 100%;
}
.diger-firmalar .list a .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}
.diger-firmalar .list a .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}
.diger-firmalar .list a .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.diger-firmalar .list a .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.diger-firmalar .list a .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.etkinlik-listing {
  float: left;
  width: 100%;
}
.etkinlik-listing .item {
  float: left;
  width: 100%;
  display: table;
  height: 70px;
  border-bottom: 1px solid #ededed;
  padding: 0 0 20px 0;
  position: relative;
  margin: 0 0 20px 0;
}
.etkinlik-listing .item.past .date {
  background: #D1D1D1;
}
.etkinlik-listing .item.past .text i {
  color: #D1D1D1;
}
.etkinlik-listing .item:before {
  content: "";
  background: url(../images/ar.png) right center no-repeat;
  width: 13px;
  height: 22px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
}
.etkinlik-listing .item a {
  display: contents;
}
.etkinlik-listing .item a:hover .text {
  transition: 0.3s;
}
.etkinlik-listing .item a:hover .text span {
  transition: 0.3s;
  letter-spacing: 0.5px;
  color: #E30B13;
}
.etkinlik-listing .item a:hover .text i {
  transition: 0.3s;
  letter-spacing: 0.5px;
}
.etkinlik-listing .item a:hover .date {
  transition: 0.3s;
  font-size: 28px;
}
.etkinlik-listing .item a:hover .date i {
  transition: 0.3s;
  font-size: 10px;
}
.etkinlik-listing .item .date {
  transition: 0.3s;
  float: left;
  width: 70px;
  height: 70px;
  background: #E30B13;
  font: 25px "Webfont_2";
  color: #fff;
  text-align: center;
  padding: 11px 0;
  margin-right: 30px;
}
.etkinlik-listing .item .date i {
  transition: 0.3s;
  display: block;
  font: 12px "Webfont_2";
  color: #fff;
  margin: -3px 0;
}
.etkinlik-listing .item .text {
  transition: 0.3s;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 30px 0 0;
}
.etkinlik-listing .item .text span {
  transition: 0.3s;
  display: block;
  font: 18px "Webfont";
  color: #363636;
}
.etkinlik-listing .item .text i {
  transition: 0.3s;
  display: block;
  font: 14px "Webfont_1";
  color: #E30B13;
  margin: 5px 0 0 0;
}
.etkinlik-listing .item .text p {
  font: 16px/21px "Webfont_1";
  color: #363636;
  margin: 5px 0 0 0;
}

.miniselect .nice-select {
  min-width: 165px !important;
}
.miniselect ul.list li {
  padding: 6px 20px !important;
  text-align: left !important;
}
.miniselect ul.list li:first-child {
  display: none;
}

.filter-select {
  float: left;
  width: 100%;
  margin: -70px 0;
}
.filter-select .nice-select {
  clear: none;
  border: 1px solid #D1D1D1;
  min-width: 107px;
  float: right;
}
.filter-select .nice-select.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.filter-select .nice-select:after {
  border-bottom: 2px solid #e30b13;
  border-right: 2px solid #e30b13;
  width: 8px;
  height: 8px;
}
.filter-select .nice-select span {
  font: 15px "Webfont_1";
  color: #363636;
}
.filter-select .nice-select ul {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
  max-height: 165px;
  overflow: auto;
  margin-top: 2px;
}
.filter-select .nice-select ul li {
  font: 15px "Webfont_1";
  color: #363636;
  text-align: center;
  border-bottom: 1px solid #eee;
  min-height: inherit;
  padding: 6px 0;
}

.news-detay .titles {
  font: 24px "Webfont";
  color: #363636;
  margin: 0 0 20px 0;
}
.news-detay .titles i {
  display: block;
  color: #D1D1D1;
  font: 14px "Webfont_1";
  margin: 10px 0 0 0;
}
.news-detay .content {
  float: left;
  width: 100%;
}

.addtocalendar {
  float: right;
  width: 100%;
  margin: 15px 0 0;
}
@media (max-width: 992px) {
  .addtocalendar {
    float: left;
    margin: 0 0 30px 0;
  }
}
.addtocalendar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
@media (max-width: 992px) {
  .addtocalendar ul {
    float: left;
  }
}
.addtocalendar ul li {
  float: left;
  margin-left: 5px;
}
@media only screen and (max-width : 767px) {
  .addtocalendar ul li {
    margin-left: 0;
    margin-right: 5px;
  }
}
.addtocalendar ul li input, .addtocalendar ul li a {
  background: none;
  color: #363636;
  text-decoration: none !important;
  height: 43px;
  font: 15px/40px "Webfont_1";
  transition: 0.3s;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  cursor: pointer;
  outline: none !important;
  display: block;
  padding: 0 8px;
}
.addtocalendar ul li input:hover, .addtocalendar ul li a:hover {
  background: #363636;
  color: #ffffff;
}

.miniside {
  position: sticky !important;
  top: 150px;
}

.etkinlik-detay {
  float: left;
  width: 100%;
}
.etkinlik-detay .titles {
  float: left;
  width: 100%;
  display: table;
  height: 70px;
  margin: 0 0 30px 0;
}
.etkinlik-detay .titles .date {
  transition: 0.3s;
  float: left;
  width: 70px;
  height: 70px;
  background: #E30B13;
  font: 25px "Webfont_2";
  color: #fff;
  text-align: center;
  padding: 11px 0;
}
.etkinlik-detay .titles .date i {
  transition: 0.3s;
  display: block;
  font: 12px "Webfont_2";
  color: #fff;
  margin: -3px 0;
}
.etkinlik-detay .titles .text {
  transition: 0.3s;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 30px;
}
.etkinlik-detay .titles .text span {
  display: block;
  font: 18px "Webfont";
  color: #363636;
}
.etkinlik-detay .titles .print {
  transition: 0.4s;
  position: absolute;
  right: 0;
  width: 120px;
  height: 45px;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  font: 16px "Webfont_1";
  color: #263843;
  padding: 11px 18px;
  cursor: pointer;
}
.etkinlik-detay .titles .print:hover {
  transition: 0.4s;
  box-shadow: 0 0 12px #ddd;
}
.etkinlik-detay .titles .print:before {
  content: "";
  background: url(../images/print.png) no-repeat;
  display: block;
  float: left;
  width: 24px;
  height: 20px;
  margin: 0 8px 0 0;
}
.etkinlik-detay .content {
  float: left;
  width: 100%;
}

.back {
  float: left;
  width: 100%;
  margin: 12px 0 0 0;
}
.back a {
  transition: 0.3s;
  font: 17px "Webfont_1";
  width: 120px;
  height: 42px;
  border: 1px solid #E30B13;
  border-radius: 4px;
  display: block;
  float: left;
  text-align: center;
  padding: 10px;
  color: #363636 !important;
}
.back a:hover {
  transition: 0.3s;
  background: #E30B13;
  color: #fff !important;
}
.back a:hover i {
  transition: 0.3s;
  color: #fff;
}
.back a i {
  transition: 0.3s;
  float: left;
  padding: 7px 0;
  margin: 0 -15px 0 13px;
  font-size: 11px;
  color: #363636;
}

.other-etkinlik {
  margin: 50px 0 0 0;
}
.other-etkinlik .title {
  font: 24px "Webfont" !important;
  color: #363636 !important;
  margin: 0 0 15px 0 !important;
}

.listing.other-etkinlik .title {
  margin: 0 !important;
}

.next-prev {
  float: left;
  width: 100%;
  border-top: 1px solid #f3f3f3;
  padding: 30px 0 0 0;
  margin: 20px 0 0 0;
}
.next-prev a {
  transition: 0.4s;
  display: block;
  float: left;
  height: 42px;
  width: 165px;
  border: 1px solid #E30B13;
  border-radius: 4px;
  font: 17px "Webfont_1" !important;
  color: #363636 !important;
  text-align: center;
  padding: 10px;
}
.next-prev a:hover {
  transition: 0.4s;
  background: #E30B13;
  color: #fff !important;
}
.next-prev a:hover i {
  transition: 0.4s;
  color: #fff;
}
.next-prev a i {
  transition: 0.4s;
  font-size: 12px;
  margin: 0 10px 0 0;
  position: relative;
  top: -2px;
}
.next-prev a:last-child {
  float: right;
}
.next-prev a:last-child i {
  float: right;
  top: 6px;
}

.news-box-list {
  float: left;
  width: 100%;
}
.news-box-list .row {
  margin: 0;
  display: flex;
  align-items: center;
}
.news-box-list .item {
  float: left;
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
  padding: 17px 0;
  position: relative;
}
.news-box-list .item.past .date {
  background: #D1D1D1;
}
.news-box-list .item.past .text i {
  color: #D1D1D1;
}
.news-box-list .item:before {
  content: "";
  background: url(../images/ar.png) no-repeat;
  display: block;
  position: absolute;
  right: 0;
  width: 15px;
  height: 25px;
  top: 50%;
}
.news-box-list .item .mc-md-3 {
  width: 174px;
  height: 174px;
  position: relative;
  padding: 0 !important;
}
.news-box-list .item a {
  display: block;
  position: relative;
}
.news-box-list .item a:hover span {
  transition: 0.3s;
  color: #e30b13;
}
.news-box-list .item a:hover .images .resim-att {
  transition: 0.3s;
}
.news-box-list .item a .date {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 50px;
  height: 50px;
  background: #E30B13;
  font: 20px "Webfont_1";
  color: #fff;
  text-align: center;
  padding: 5px 0;
}
.news-box-list .item a .date i {
  font: 12px "Webfont_1";
  margin: -5px 0;
  display: block;
}
.news-box-list .item a .images {
  height: 100% !important;
  overflow: hidden;
  border: 1px solid #eee;
  position: relative;
}
.news-box-list .item a .images.actives:before {
  display: none;
}
.news-box-list .item a .images:before {
  content: " ";
  display: block;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  -o-border-image: initial;
  -webkit-border-image: initial;
  border-image: initial;
  border-color: #e30b13 transparent;
  -webkit-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  margin: -20px;
}
.news-box-list .item a .images .resim-att {
  transition: 0.3s;
}
.news-box-list .item a .images img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-box-list .item a .images .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}
.news-box-list .item a .images .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}
.news-box-list .item a .images .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.news-box-list .item a .images .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.news-box-list .item a .images .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.news-box-list .item a .text {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding-right: 30px;
}
.news-box-list .item a .text span {
  transition: 0.3s;
  display: block;
  font: 18px "Webfont";
  color: #363636;
  margin: 0 0 10px 0;
}
.news-box-list .item a .text i {
  transition: 0.3s;
  display: block;
  font: 14px "Webfont_1";
  color: #E30B13;
  margin: 5px 0 0 0;
}
.news-box-list .item a .text p {
  font: 14px/23px "Webfont_1";
  color: #363636;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 44px;
}

.gallery {
  float: left;
  width: 100%;
  margin: 35px 0 10px 0;
}
.gallery .mc-md-3 {
  padding: 0 10px;
}
.gallery .row {
  margin-right: -10px;
  margin-left: -10px;
}
.gallery .item {
  float: left;
  width: 100%;
  margin: 0 0 18px 0;
}
.gallery .item a {
  display: block;
  border: 1px solid #eee;
}
.gallery .item a:hover .images .resim-att {
  transition: 0.3s;
  transform: scale(1.1);
}
.gallery .item a .images {
  height: 125px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #eee;
}
.gallery .item a .images .resim-att {
  transition: 0.3s;
}
.gallery .item a .images .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}
.gallery .item a .images .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}
.gallery .item a .images .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.gallery .item a .images .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.gallery .item a .images .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contents {
  float: left;
  width: 100%;
}
.contents .titles {
  font: 24px "Webfont";
  color: #E30B13;
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
}
.contents .titles i {
  display: block;
  font: 14px "Webfont_1";
  color: #D1D1D1;
  margin: 8px 0 0 0;
}
.contents ul {
  padding: 0 18px;
  margin: 0 0 10px 0;
}
.contents ul li {
  font: 16px/23px "Webfont_1";
  color: #585858;
  list-style-type: disc;
}

.blog-page {
  float: left;
  width: 100%;
}
.blog-page .mc-md-4 {
  width: 30%;
}
.blog-page .listing {
  float: left;
  width: 100%;
}
.blog-page .listing .item {
  float: left;
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
  padding: 20px 0;
}
.blog-page .listing .item:first-child {
  padding-top: 0;
}
.blog-page .listing .item a {
  display: block;
}
.blog-page .listing .item a:hover .image img {
  transition: 0.3s;
  transform: scale(1.05);
}
.blog-page .listing .item a:hover .image .resim-att {
  transition: 0.3s;
  transform: scale(1.05);
}
.blog-page .listing .item a:hover .text span {
  transition: 0.3s;
  color: #E30B13;
}
.blog-page .listing .item a .image {
  height: 150px;
  overflow: hidden;
}
.blog-page .listing .item a .image.actives:before {
  display: none;
}
.blog-page .listing .item a .image:before {
  content: " ";
  display: block;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  -o-border-image: initial;
  -webkit-border-image: initial;
  border-image: initial;
  border-color: #e30b13 transparent;
  -webkit-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  margin: -20px;
}
.blog-page .listing .item a .image img {
  transition: 0.3s;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.blog-page .listing .item a .image .resim-att {
  transition: 0.3s;
}
.blog-page .listing .item a .image .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}
.blog-page .listing .item a .image .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}
.blog-page .listing .item a .image .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.blog-page .listing .item a .image .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.blog-page .listing .item a .image .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.blog-page .listing .item a .text {
  float: left;
  width: 100%;
}
.blog-page .listing .item a .text span {
  transition: 0.3s;
  display: block;
  font: 18px "Webfont";
  color: #363636;
  margin: 0 0 15px 0;
}
.blog-page .listing .item a .text i {
  display: block;
  font: 14px "Webfont_1";
  color: #D1D1D1;
}
.blog-page .listing .item a .text p {
  font: 16px "Webfont_1";
  color: #363636;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 15px 0 0 0;
}

.contact {
  float: left;
  width: 100%;
}
.contact .top {
  float: left;
  width: 100%;
}
.contact .top .adress {
  float: left;
  width: 100%;
}
.contact .top .adress table {
  float: left;
  width: 100%;
  border: none;
}
.contact .top .adress table tr {
  border: none;
}
.contact .top .adress table tr td {
  font: 16px/23px "Webfont_1";
  color: #585858;
  padding: 8px 0 !important;
  border: none !important;
}
.contact .top .adress table tr td:first-child {
  font: 16px "Webfont_2";
  color: #585858 !important;
  vertical-align: top;
  min-width: 100px;
}
.contact .top .adress table tr td a {
  font: 16px/23px "Webfont_1" !important;
  color: #e30b13 !important;
}
.contact .maps {
  float: left;
  width: 100%;
}
.contact .maps #map {
  width: 100%;
  height: 324px;
  float: right;
}
.contact .bottom {
  float: left;
  width: 100%;
  margin: 80px 0 0 0;
}
.contact .bottom .title {
  font: 24px "Webfont";
  color: #363636;
  border-bottom: 1px solid #f3f3f3;
  padding: 0 0 20px 0;
  margin: 0;
}
.contact .bottom .item {
  float: left;
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
  position: relative;
  overflow: hidden;
}
.contact .bottom .item:after {
  transition: 0.3s;
  content: "";
  background: #E30B13;
  width: 19px;
  height: 3px;
  display: block;
  position: absolute;
  right: 8px;
  border-radius: 5px;
  top: 33px;
  margin: -4px 0px;
}
.contact .bottom .item:before {
  transition: 0.3s;
  content: "";
  background: #E30B13;
  height: 20px;
  border: 1.5px solid #E30B13;
  display: block;
  position: absolute;
  right: 16.5px;
  border-radius: 115px;
  top: 33px;
  margin: -12.4px 0;
}
.contact .bottom .item:hover:after {
  transform: rotate(45deg);
}
.contact .bottom .item:hover:before {
  transform: rotate(45deg);
}
.contact .bottom .item.open {
  transition: 0.3s;
}
.contact .bottom .item.open .titles {
  color: #E30B13;
  font-family: "Webfont";
}
.contact .bottom .item.open:after {
  transform: rotate(45deg);
}
.contact .bottom .item.open:before {
  transform: rotate(45deg);
}
.contact .bottom .item .titles {
  font: 16px "Webfont_1";
  color: #363636;
  height: 60px;
  padding: 20px 0;
  cursor: pointer;
}
.contact .bottom .item .titles .logos {
  float: left;
  height: 40px;
  width: 40px;
  margin: -10px 40px 0 0;
  display: flex;
  align-items: center;
}
.contact .bottom .item .titles .logos img {
  max-width: 100%;
}
.contact .bottom .item .titles .logos .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}
.contact .bottom .item .titles .logos .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}
.contact .bottom .item .titles .logos .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.contact .bottom .item .titles .logos .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.contact .bottom .item .titles .logos .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contact .bottom .item .cont {
  float: left;
  width: 100%;
  padding: 0 50px 20px 80px;
  font: 16px "Webfont_1";
  color: #363636;
  display: none;
}
.contact .bottom .item .cont p {
  font: 16px "Webfont_1";
  color: #363636;
}
.contact .bottom .item .cont a {
  color: #E30B13;
}

.boxes-multiple-page {
  float: left;
  width: 100%;
  margin: 0 0 40px 0;
}
.boxes-multiple-page .mc-md-3:nth-child(1) .item:before {
  content: "";
  background: url(../images/bef.png) no-repeat;
  display: block;
  width: 86px;
  height: 86px;
  position: absolute;
  top: -7px;
  left: -6px;
}
.boxes-multiple-page .mc-md-3:nth-child(2) .item:before {
  content: "";
  background: url(../images/bef.png) no-repeat;
  display: block;
  width: 86px;
  height: 86px;
  position: absolute;
  top: inherit;
  bottom: -20px;
  left: 50%;
  transform: rotate(-130deg);
  margin: 0 -47px;
}
.boxes-multiple-page .mc-md-3:nth-child(3) .item:before {
  content: "";
  background: url(../images/bef.png) no-repeat;
  display: block;
  width: 86px;
  height: 86px;
  position: absolute;
  top: -14px;
  right: 0;
  transform: rotate(-282deg);
}
.boxes-multiple-page .mc-md-3:nth-child(4) .item {
  padding: 15px 21px !important;
}
.boxes-multiple-page .mc-md-3:nth-child(4) .item:before {
  content: "";
  background: url(../images/bef.png) no-repeat;
  display: block;
  width: 86px;
  height: 86px;
  position: absolute;
  bottom: 4px;
  right: -14px;
  transform: rotate(-192deg);
}
.boxes-multiple-page .item {
  float: left;
  border: 1px solid #E8E8E8;
  height: 160px;
  border-radius: 50%;
  width: 160px;
  padding: 15px 6px;
  text-align: center;
  position: relative;
}
.boxes-multiple-page .item .ico {
  float: left;
  width: 100%;
  height: 60px;
}
.boxes-multiple-page .item .ico .resim-att {
  float: none !important;
  margin: 0 auto;
}
.boxes-multiple-page .item .ico .resim-att:before {
  content: "";
  height: 3px;
  background: #E8E8E8;
  display: block;
  position: absolute;
  bottom: 3px;
  width: 100%;
  border-radius: 5px;
}
.boxes-multiple-page .item .ico .resim-att {
  width: 60px;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}
.boxes-multiple-page .item .ico .resim-att .resim-att-pre {
  width: 60px;
  height: 100%;
  position: relative;
}
.boxes-multiple-page .item .ico .resim-att .resim-att-pre .resim-thumb {
  width: 60px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.boxes-multiple-page .item .ico .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.boxes-multiple-page .item .ico .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.boxes-multiple-page .item span {
  font: 12px "Webfont_1";
  color: #363636;
  display: block;
  line-height: 13px;
}

.link {
  float: left;
  width: 100%;
}

.media-box-list {
  float: left;
  width: 100%;
}
.media-box-list em {
  display: block;
  font: 18px "Webfont";
  color: #363636;
}
.media-box-list .bottom {
  padding: 15px 0;
}
.media-box-list .items {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
}
.media-box-list .items a {
  display: block;
  width: 100%;
}
.media-box-list .items a:hover .images:before {
  transition: 0.3s;
  opacity: 0.4;
}
.media-box-list .items a:hover .images:after {
  transition: 0.5s;
  left: 50%;
}
.media-box-list .items a .images {
  height: 232px;
  box-shadow: 0 0 7px #eaeaea;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) {
  .media-box-list .items a .images {
    height: 27vh;
  }
}
.media-box-list .items a .images:before {
  transition: 0.3s;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: #171613;
  z-index: 1;
  opacity: 0;
}
.media-box-list .items a .images:after {
  transition: 0.5s;
  content: "";
  background: url(../images/magazine-ico.png) no-repeat;
  display: block;
  width: 59px;
  height: 58px;
  position: absolute;
  top: 50%;
  left: -50px;
  margin: -28px;
  z-index: 2;
}
.media-box-list .items a .images img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-box-list .items a .images .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}
.media-box-list .items a .images .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}
.media-box-list .items a .images .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.media-box-list .items a .images .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.media-box-list .items a .images .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.media-box-list .items a .text {
  font: 15px "Webfont_2";
  color: #363636;
  padding: 15px 0 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.media-box-list .items a .text span {
  display: block;
  margin: 0 0 8px 0;
}

.target-box .text {
  padding-left: 0 !important;
}
.target-box .mc-md-4 {
  float: left;
}

.insta-box {
  float: left;
  width: 100%;
  padding: 50px 0 0 0;
  margin: 0 0 50px 0;
}
.insta-box .title {
  float: left;
  width: 100%;
  font: 28px "Webfont";
  color: #363636;
  text-align: center;
  margin: 0 0 20px 0;
}
.insta-box .title span {
  color: #E30B13;
  font-size: 34px;
}
.insta-box .title a {
  transition: 0.3s;
  display: block;
  border: 1px solid #D1D1D1;
  width: 140px;
  height: 40px;
  border-radius: 4px;
  text-align: center;
  font: 15px "Webfont_1";
  color: #363636; /* float: left; */
  padding: 9px;
  position: relative;
  overflow: hidden;
  margin: 20px auto -20px auto;
}
.insta-box .title a:hover {
  transition: 0.3s;
  color: #fff;
}
.insta-box .title a:hover:before {
  transition: 0.3s;
  width: 100%;
}
.insta-box .title a:before {
  transition: 0.3s;
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  background: #E30B13;
  top: 0;
  z-index: -1;
}
.insta-box .insta .mc-md-4.pa {
  padding-right: 5px;
}
.insta-box .insta .big {
  background-color: #f3f3f3;
  float: left;
  width: 100%;
  height: 398px;
  background-repeat: no-repeat;
  background-size: cover;
}
.insta-box .insta .big .nm {
  margin-top: 30px;
  height: auto !important;
}
.insta-box .insta .big:hover .text {
  opacity: 1;
}
.insta-box .insta .big .text {
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.72);
  padding: 15px;
  opacity: 0;
  display: flex;
  align-items: center;
}
.insta-box .insta .big .text .tp {
  float: left;
  width: 100%;
  margin: 2vh 0;
}
.insta-box .insta .big .text .tp span {
  float: left;
  display: block;
  font: 19px/22px "Webfont";
  color: #fff;
  text-align: left;
}
.insta-box .insta .big .text .tp span.like {
  background: url(../images/heart.png) no-repeat center left;
  padding-left: 32px;
}
.insta-box .insta .big .text .tp span.comment {
  background: url(../images/comment.png) no-repeat center left;
  padding-left: 32px;
  text-align: right;
  float: right;
}
.insta-box .insta .big .text p {
  font: 13px/21px "Webfont_1";
  color: #fff;
}
.insta-box .insta .big img {
  display: none;
}
.insta-box .insta .slick-arrow {
  position: absolute;
  right: 0;
  top: -44px;
  background: url(../images/ar.svg) no-repeat center;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}
.insta-box .insta .slick-arrow.slick-next {
  width: 36px;
  height: 36px;
  border: 1px solid #D1D1D1;
  border-radius: 50%;
}
.insta-box .insta .slick-arrow.slick-prev {
  right: 42px;
  width: 36px;
  height: 36px;
  border: 1px solid #D1D1D1;
  border-radius: 50%;
  transform: rotate(180deg);
}
.insta-box .insta .slick-slide {
  outline: 0 !important;
}
.insta-box .insta .m-title {
  opacity: 0;
  float: left;
  width: 100%;
  font: 17px "Webfont_1";
  color: #363636;
  padding: 1px 40px;
  margin: 0 0 18px 0;
}
.insta-box .insta .m-title span {
  display: block;
  text-align: center;
  max-width: 172px;
  margin: 0 auto;
  background: url(../images/ins.svg) left 0 center no-repeat;
  padding: 1px;
}
.insta-box .insta .listing {
  float: left;
  width: 100%;
}
.insta-box .insta .listing .nm {
  overflow: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0 15px;
  text-align: left;
  max-height: 120px;
}
.insta-box .insta .listing .mc-md-3 {
  padding: 0;
}
.insta-box .insta .listing .item {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.insta-box .insta .listing .item a {
  margin: 0 5px 10px 5px;
  display: block;
  overflow: hidden;
  position: relative;
}
.insta-box .insta .listing .item:hover .text {
  transition: 0.3s;
  opacity: 1;
}
.insta-box .insta .listing .item:hover .images img {
  transition: 0.3s;
  transform: scale(1.1);
}
.insta-box .insta .listing .item .images {
  background-color: #f3f3f3;
  height: 194px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 0 center;
}
.insta-box .insta .listing .item .images img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  display: none;
}
.insta-box .insta .listing .item .text {
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.72);
  padding: 15px;
  opacity: 0;
  display: flex;
  align-items: center;
}
.insta-box .insta .listing .item .text .tp {
  float: left;
  width: 100%;
}
.insta-box .insta .listing .item .text .tp span {
  float: left;
  display: block;
  font: 19px/22px "Webfont";
  color: #fff;
  text-align: left;
}
.insta-box .insta .listing .item .text .tp span.like {
  background: url(../images/heart.png) no-repeat center left;
  padding-left: 32px;
}
.insta-box .insta .listing .item .text .tp span.comment {
  background: url(../images/comment.png) no-repeat center left;
  padding-left: 32px;
  text-align: right;
  float: right;
}
.insta-box .insta .listing .item .text p {
  font: 11px/15px "Webfont_1";
  color: #fff;
}
.insta-box .twitter .slick-slide {
  outline: 0 !important;
}
.insta-box .twitter .slick-arrow {
  transition: 0.3s;
  position: absolute;
  right: 0;
  top: -44px;
  background: url(../images/ar.svg) no-repeat center;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}
.insta-box .twitter .slick-arrow:hover {
  transition: 0.3s;
  border-color: #E30B13 !important;
}
.insta-box .twitter .slick-arrow.slick-next {
  width: 36px;
  height: 36px;
  border: 1px solid #D1D1D1;
  border-radius: 50%;
}
.insta-box .twitter .slick-arrow.slick-prev {
  right: 42px;
  width: 36px;
  height: 36px;
  border: 1px solid #D1D1D1;
  border-radius: 50%;
  transform: rotate(180deg);
}
.insta-box .twitter .m-title {
  opacity: 0;
  float: left;
  width: 100%;
  font: 17px "Webfont_1";
  color: #363636;
  background: url(../images/tw.svg) no-repeat;
  padding: 1px 40px;
  margin: 0 0 14px 0;
}
.insta-box .twitter .listing {
  float: left;
  width: 100%;
}
.insta-box .twitter .listing .item {
  float: left;
  width: 100%;
  padding: 3px;
}
.insta-box .twitter .listing .item .images {
  float: left;
  width: 100%;
  height: 190px;
  border: 1px solid #E8E8E8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.insta-box .twitter .listing .item .images img {
  display: none;
}
.insta-box .twitter .listing .item .text {
  float: left;
  width: 100%;
  font: 12px "Webfont_1";
  padding: 15px 0;
}
.insta-box .twitter .listing .item .text a {
  color: #E30B13;
}

.our-partner {
  float: left;
  width: 100%;
  margin: 4px -8px 20px -8px;
}
.our-partner img {
  max-height: 100%;
  padding: 20px;
}
@media only screen and (max-width : 767px) {
  .our-partner {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
}
.our-partner .mc-md-2-5 {
  float: left;
  width: 20%;
  padding: 0 8px;
}
@media only screen and (max-width : 767px) {
  .our-partner .mc-md-2-5 {
    width: 32%;
    display: inline-block;
    float: none;
    padding: 0 2px;
  }
  .our-partner .mc-md-2-5 span {
    font-size: 17px !important;
    height: 47px !important;
    padding: 10px !important;
  }
  .our-partner .mc-md-2-5 .item {
    margin-bottom: 18px;
  }
  .our-partner .mc-md-2-5 .logos {
    height: 100px !important;
    padding: 20px;
  }
  .our-partner .mc-md-2-5 .logos img {
    max-height: 100%;
  }
}
.our-partner .mc-md-2-5 .item {
  transition: 0.3s;
  float: left;
  width: 100%;
}
.our-partner .mc-md-2-5 .item:hover {
  transition: 0.3s;
  background: #f3f3f3 !important;
}
.our-partner .mc-md-2-5 .item a {
  display: block;
}
.our-partner .mc-md-2-5 .item a span {
  display: block;
  font: 32px "Webfont";
  color: #fff;
  background: #E30B13;
  height: 74px;
  text-align: center;
  padding: 15px 10px;
  position: relative;
}
.our-partner .mc-md-2-5 .item a span:before {
  content: "";
  background: url(../images/arrow-red.png) no-repeat;
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -20px;
}
.our-partner .mc-md-2-5 .item a .logos {
  height: 125px;
  border: 1px solid #D1D1D1;
  border-top: 0;
}
.our-partner .mc-md-2-5 .item a .logos .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}
.our-partner .mc-md-2-5 .item a .logos .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}
.our-partner .mc-md-2-5 .item a .logos .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.our-partner .mc-md-2-5 .item a .logos .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.our-partner .mc-md-2-5 .item a .logos .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

footer {
  float: left;
  width: 100%;
  border-top: 1px solid #D1D1D1;
  position: relative;
  margin-top: 180px;
}
footer span {
  display: block;
  font: 24px "Webfont";
  color: #E30B13;
  padding: 43px 0 0 0;
  margin: 0 0 10px 0;
}
footer p {
  font: 16px/26px "Webfont_1";
  color: #363636;
  margin: 0;
}
footer .top ul {
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
  text-align: center;
  display: flex;
}
footer .top ul.app li {
  background: #000;
  width: 50%;
  display: flex;
  align-items: center;
}
footer .top ul.app li:first-child {
  margin-right: 12px;
}
footer .top ul.app li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
footer .top ul.app li a img {
  max-width: 100%;
}
footer i.fa.fa-instagram:after {
  content: "\f16d";
}
footer .social {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 45px;
  text-align: center;
}
footer .social:before {
  content: "";
  background: #E30B13;
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 0;
  height: 270px;
}
footer .social span {
  color: #fff;
}
footer .social p {
  color: #fff;
}
footer .social ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .social ul li {
  display: inline-block;
  margin: 0 6px;
  float: none;
}
footer .social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  width: 33px;
  height: 33px;
  text-align: center;
  margin: 0 auto;
}
footer .social ul li a i {
  font-size: 28px;
  color: #e30c14;
  padding: 4px 0;
  text-align: center;
  display: block;
  margin: 0 auto;
}
footer .social ul li a i.fa-twitter {
  background: url("../images/twitter-1.svg") no-repeat center center;
  width: 25px;
  height: 25px;
  background-size: 100%;
}
footer .social ul li a i.fa-twitter:before {
  display: none;
}
footer .social ul li a i.fa-instagram {
  background: url("../images/instagram.svg") no-repeat center center;
  width: 25px;
  height: 25px;
  background-size: 100%;
  transform: rotate(-90deg);
}
footer .social ul li a i.fa-instagram:after {
  display: none;
}
footer .social ul li a.next i {
  background: url("../images/next-logo.png") no-repeat center center;
  width: 25px;
  height: 25px;
  background-size: 100%;
}
footer .d-flex {
  display: flex;
  align-items: end;
}
@media only screen and (max-width : 767px) {
  footer .d-flex {
    display: block;
  }
}
footer .d-flex .tcrt-logo {
  margin-left: 50px;
}
@media only screen and (max-width : 767px) {
  footer .d-flex .tcrt-logo {
    margin: 0;
  }
}
footer .d-flex .tcrt-logo img {
  max-width: 170px;
}
footer .bulten {
  float: left;
  width: 100%;
  max-width: 330px;
  text-align: left;
}
footer .bulten a {
  transition: 0.4s;
  max-width: 270px;
  background: #363636;
  color: #fff;
  text-align: center;
  height: 48px;
  display: block;
  padding: 14px;
  border-radius: 5px;
  margin: 27px 0 0 0;
}
footer .bulten a:hover {
  transition: 0.4s;
  background: #E30B13;
}
footer .top {
  float: left;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  footer .top .mc-sm-4 {
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
}
footer .top .mc-md-4:nth-child(2) {
  position: relative;
}
footer .top .mc-md-4:nth-child(2):before {
  content: "";
  background: #E30B13;
  position: absolute;
  left: -70px;
  top: -90px;
  width: 85px;
  height: 90px;
}
footer .bottom {
  float: left;
  width: 100%;
  margin: 55px 0 50px 0;
}
footer .bottom ul {
  float: left;
  width: 100%;
}
footer .bottom ul li {
  float: left;
  width: 19%;
  padding: 0 25px;
}
footer .bottom ul li a {
  display: block;
  text-align: center;
  height: 150px;
}
footer .bottom ul li a img {
  max-width: 100%;
}
footer .bottom ul li a .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}
footer .bottom ul li a .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}
footer .bottom ul li a .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
footer .bottom ul li a .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
footer .bottom ul li a .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
footer .copy {
  padding: 25px 0;
  border-top: 1px solid #D1D1D1;
}
footer .copy i {
  font-style: normal;
  font: 11px "Webfont_1";
  color: #363636;
  margin-bottom: 20px;
  display: block;
}
footer .copy .left {
  float: left;
  font: 11px "Webfont_1";
  color: #363636;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  footer .copy .left {
    display: none;
  }
}
footer .copy .left ul li {
  float: left;
  border-left: 1px solid #ddd;
  padding: 0 8px;
}
footer .copy .left ul li:first-child {
  padding-left: 0;
  border-left: none;
}
@media only screen and (min-width: 1023px) and (max-width: 1200px) {
  footer .copy .left ul li:first-child {
    border-left: 0;
    padding-left: 0;
  }
}
footer .copy .left ul li a {
  transition: 0.3s;
  display: block;
  font: 11px "Webfont_1";
  color: #363636;
}
footer .copy .left ul li a:hover {
  transition: 0.3s;
  color: #E30B13;
}
footer .copy .right {
  font: 14px "Webfont_1";
  display: flex;
  justify-content: end;
}
@media only screen and (max-width : 1023px) {
  footer .copy .right {
    justify-content: center;
  }
}
@media only screen and (max-width : 480px) {
  footer .copy .right {
    display: block;
  }
}
footer .copy .right a {
  transition: 0.3s;
  color: #363636;
  font-size: 11px;
}
footer .copy .right a.fLink {
  margin-right: 10px;
  color: #e30b13;
  font-family: Webfont_2;
}
@media (max-width: 767px) {
  footer .copy .right a.fLink {
    display: block;
    margin: 5px 0;
  }
}
footer .copy .right a:hover {
  transition: 0.3s;
  color: #E30B13 !important;
}

@media only screen and (min-width: 1100px) and (max-width: 1280px) {
  .sidebar .widget {
    padding: 40px 65px 40px 28px !important;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) {
  .page h1 {
    font-size: 18vh;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1400px) {
  .mevzuat-list {
    padding-right: 130px;
  }
}
@media print {
  footer {
    display: none !important;
  }
  .etkinlik-detay .titles .text {
    padding-left: 0 !important;
  }
  .gallery, .date, .back {
    display: none;
  }
  .other-etkinlik {
    display: none;
  }
  .page .page-content .content p {
    font: 13px/20px "Webfont_1";
  }
  header .logo {
    float: none;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  header .logo a {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  .breadcrumb, .sidebar {
    display: none;
  }
  .page h1, footer, .print, .page:before, .page:after {
    display: none;
  }
  .menu {
    display: none;
  }
}
.preloader-bar {
  position: fixed;
  height: 100% !important;
  width: 100% !important;
  top: 0;
}
.preloader-bar.asd:before {
  transition: 0.4s;
  height: 0;
}
.preloader-bar.asd:after {
  transition: 0.4s;
  height: 0;
}

i.up {
  transition: 0.4s;
  background: #f9f9f9;
  width: 100%;
  height: 0;
  top: 0;
  position: fixed;
}

i.down {
  transition: 0.4s;
  background: #f9f9f9;
  width: 100%;
  height: 0;
  bottom: 0;
  position: fixed;
}

.main-preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999999999;
  background: #fff;
}

.main-preloader .main-preloader-inner {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -160px;
}

.main-preloader .preloader-percentage {
  color: #ffffff;
  margin: 0;
  position: relative;
  top: 70px;
}

.main-preloader .preloader-percentage span {
  display: inline-block;
  font: 25px gtsectrafine-regularregular;
  color: #7B7B7B;
}

.search-detail {
  float: left;
  width: 100%;
}
.search-detail .item {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  position: relative;
  padding: 15px 80px 15px 0;
}
.search-detail .item:nth-child(even) {
  background: #f9f9f9;
}
.search-detail .item:nth-child(even):before {
  content: "";
  background: #f9f9f9;
  position: absolute;
  left: -50%;
  width: 50%;
  height: 100%;
  top: 0;
}
.search-detail .item:nth-child(even):after {
  content: "";
  background: #f9f9f9;
  position: absolute;
  right: -50%;
  width: 50%;
  height: 100%;
  top: 0;
}
.search-detail .item .more {
  float: left;
  width: 100%;
  margin: 12px 0 0 0;
}
.search-detail .item .more a {
  transition: 0.3s;
  font: 17px "Webfont_2";
  width: 120px;
  height: 45px;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  display: block;
  float: left;
  text-align: center;
  padding: 11px;
  color: #363636;
}
.search-detail .item .more a:hover {
  transition: 0.3s;
  background: #D1D1D1;
  color: #fff;
}
.search-detail .item .more a:hover i {
  transition: 0.3s;
  color: #fff;
}
.search-detail .item .more a i {
  transition: 0.3s;
  float: right;
  padding: 7px 0;
  font-size: 11px;
  color: #363636;
}

#apps, #bulten {
  width: 600px;
  max-width: 90%;
}
#apps .form, #bulten .form {
  float: left;
  width: 100%;
  position: relative;
  margin: 15px 0;
}
#apps .form h4, #bulten .form h4 {
  font: 24px "Webfont";
  color: #E30B13;
  margin: 0 0 20px 0;
}
#apps .form p, #bulten .form p {
  font: 16px/26px "Webfont_1";
  color: #363636;
}
#apps .form .form-group, #bulten .form .form-group {
  margin: 0;
  float: left;
  width: 100%;
}
#apps .form .form-group input, #bulten .form .form-group input {
  width: 100%;
  height: 40px;
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  padding: 5px 80px 5px 15px;
  font: 13px "Webfont_1";
  color: #363636;
}
#apps .form .submit, #bulten .form .submit {
  position: absolute;
  right: 0;
  width: auto !important;
}
#apps .form .submit button, #bulten .form .submit button {
  border: none;
  background: #E30B13;
  width: 60px;
  height: 40px;
  border-radius: 4px;
  cursor: pointer;
}
#apps .form .submit button i, #bulten .form .submit button i {
  font-size: 23px;
  color: #fff;
}

.not-found {
  float: left;
  width: 100%;
  text-align: center;
  padding: 60px 0;
}
.not-found i {
  display: block;
  font: 34px "Webfont";
  color: #E30B13;
}
.not-found span {
  display: block;
  font: 25px "Webfont";
  color: #363636;
  margin: 0 0 20px 0;
}
.not-found p {
  font: 20px "Webfont_1";
  color: #363636;
  margin: 5px 0;
}
.not-found .more {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}
.not-found .more a {
  transition: 0.3s;
  font: 17px "Webfont_2";
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  display: block;
  text-align: center;
  padding: 11px;
  color: #363636;
  margin: 0 auto;
  width: 200px;
}
.not-found .more a:hover {
  transition: 0.3s;
  background: #D1D1D1;
  color: #fff;
}
.not-found .more a:hover i {
  transition: 0.3s;
  color: #fff;
}
.not-found .more a i {
  transition: 0.3s;
  float: right;
  padding: 7px 0;
  font-size: 11px;
  color: #363636;
}

.mobile-side {
  display: none;
}

.mobile-hidden-slider {
  display: none;
}

.home-tekno-box .list .item a .ico img {
  max-width: 100%;
}

.basin-list .all .item a .images img {
  max-width: 100%;
}

.filter-list .listing .item .text {
  padding-right: 30px;
}

.basin-list .all .item a .cont span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.etkinlik-listing .item .text span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.etkinlik-detay .titles .text span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.etkinlik-listing .item .text span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.etkinlik-listing .item .text p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.firma-detail .top .logo .resim-thumb .resim-centered img {
  max-width: 100%;
}

.gallery img {
  display: block !important;
  max-width: 100%;
}

.fancybox-button--share, .fancybox-button--thumbs, .fancybox-button--play, .fancybox-button--fullscreen {
  display: none !important;
}

.page-content iframe {
  width: 100%;
  height: 400px;
}

.basvuru-buton {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}
.basvuru-buton.center a {
  float: none;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.basvuru-buton a {
  transition: 0.3s;
  display: block;
  border: 1px solid #E30B13;
  height: 45px;
  border-radius: 4px;
  text-align: center;
  font: 17px "Webfont_2" !important;
  color: #363636 !important;
  padding: 11px 15px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: auto;
  max-width: 350px;
  float: left;
  text-decoration: none !important;
}
.basvuru-buton a:nth-child(2) {
  margin-left: 20px;
}
.basvuru-buton a:hover {
  color: #fff !important;
  background: #E30B13;
}
.basvuru-buton a:hover:before {
  transition: 0.3s;
  width: 100%;
}

.basvurumodal {
  max-width: 740px;
  margin: 12vh auto;
}
.basvurumodal .modal-title {
  padding: 0 20px;
  font: 22px "Webfont";
  color: #E30B13;
}
.basvurumodal .closes {
  position: absolute;
  right: 30px;
  top: 10px;
  z-index: 5;
}
.basvurumodal .closes button {
  color: #D1D1D1;
  font-size: 40px;
  opacity: 1;
  font-weight: 100;
}
.basvurumodal .modal-content {
  border-radius: 0 !important;
  float: left;
  width: 100%;
}
.basvurumodal .modal-dialog {
  margin: 0;
}
.basvurumodal .modal-body {
  padding: 35px;
  float: left;
  width: 100%;
}
.basvurumodal .modal-body .people {
  float: left;
  width: 100%;
}
.basvurumodal .modal-body .images {
  width: 120px;
  height: 120px;
  float: left;
  margin: 0 20px 20px 0;
  border: 1px solid #D1D1D1;
  border-radius: 50%;
  overflow: hidden;
}
.basvurumodal .modal-body .images .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}
.basvurumodal .modal-body .images .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}
.basvurumodal .modal-body .images .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.basvurumodal .modal-body .images .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.basvurumodal .modal-body .images .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.basvurumodal .modal-body .images img {
  max-width: 100%;
}
.basvurumodal .modal-body p {
  float: left;
  font: 15px/26px "Webfont_1";
  color: #585858;
  margin: 0 0 15px 0;
}
.basvurumodal em {
  font: 22px "Webfont";
  color: #363636;
  display: block;
}
.basvurumodal span {
  font: 16px "Webfont_1";
  color: #E30B13;
  display: block;
}
.basvurumodal .name {
  float: left;
  margin: 15px 0;
}
.basvurumodal .name ul {
  float: left;
  margin: 5px 0 0 0;
}
.basvurumodal .name ul li {
  float: left;
  width: 100%;
  color: #E30B13;
  font: 12px "Webfont_1";
  padding: 2px 8px;
  position: relative;
}
.basvurumodal .name ul li:before {
  content: "";
  background: #E30B13;
  position: absolute;
  left: 0;
  width: 3px;
  height: 9px;
  top: 5px;
}

.form {
  float: left;
  width: 100%;
}
.form form {
  float: left;
  width: 100%;
}
.form form .form-group {
  float: left;
  width: 100%;
  position: relative;
}
.form form .form-group.focus label {
  transition: 0.3s;
  top: -15px;
  font-size: 12px;
}
.form form .form-group.focus small {
  display: block;
}
.form form .form-group small {
  position: absolute;
  left: 10px;
  top: 12px;
  font: 14px "Webfont_1";
  color: #585858;
  display: none;
}
.form form .form-group label {
  transition: 0.3s;
  float: left;
  position: absolute;
  font: 14px "Webfont_2";
  color: #363636;
  left: 1px;
  top: 7px;
  background: #fff;
  width: auto;
  padding: 5px 10px;
}
.form form .form-group input {
  float: left;
  width: 100%;
  height: 40px;
  border: 1px solid #eee;
  font: 14px "Webfont_1";
  color: #585858;
  padding: 0 10px;
}
.form form .form-group textarea {
  float: left;
  width: 100%;
  height: 120px;
  border: 1px solid #eee;
  font: 14px "Webfont_1";
  color: #585858;
  padding: 10px;
  resize: none;
  outline: 0;
}
.form form .form-group .nice-select {
  width: 100%;
  font: 14px webfont_2;
  color: #363636;
  border: 1px solid #eee;
  border-radius: 0;
  padding: 0 10px;
  height: 40px;
}
.form form .form-group .nice-select:after {
  border-bottom: 2px solid #e30b13;
  border-right: 2px solid #e30b13;
  height: 12px;
  width: 12px;
  margin-top: -8px;
}
.form form .form-group .nice-select span {
  font: 14px webfont_2;
  color: #363636;
  display: block;
  padding: 10px 0;
}
.form form .form-group .nice-select ul {
  width: 100%;
  border-radius: 0;
  max-height: 125px;
  overflow: auto;
  padding-left: 0;
}
.form form .form-group .nice-select ul li {
  font: 14px webfont_2;
  color: #363636;
  padding: 10px;
  list-style-type: none;
}
.form form .form-group .nice-select ul li:first-child {
  display: none;
}
.form form .submit {
  float: left;
  width: 100%;
}
.form form .submit button, .form form .submit input {
  transition: 0.3s;
  float: right;
  width: 50%;
  height: 78px;
  background: #E30B13;
  border: none;
  cursor: pointer;
  font: 20px "Webfont";
  color: #fff;
}
.form form .submit button:hover, .form form .submit input:hover {
  transition: 0.3s;
  background: #f9f9f9;
  color: #363636;
}
.form form .g-recaptcha {
  float: left;
  width: 50%;
}

.all-show {
  display: none !important;
}

img {
  border: none !important;
  outline: 0 !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .breadcrumb ul {
    display: block !important;
  }
  .breadcrumb ul li {
    float: left !important;
  }
  .breadcrumb ul li a {
    margin-bottom: -14px !important;
  }
  .home-activity-box, .home-activity-boxTwo .list .item .date {
    font: 30px "Webfont_1";
  }
  .home-activity-box, .home-activity-boxTwo .list .item .date i {
    font: 30px "Webfont_1";
  }
  .slider-box .slider .item-slide .line {
    position: relative;
    top: 50%;
    margin-top: 220px;
    margin-bottom: -220px;
    display: block;
  }
}
form table {
  margin: 10px 0 25px 0;
}
form table thead th {
  background: #eee;
  font: 14px "Webfont_2";
  color: #363636;
  padding: 10px 0;
}
form table tr td {
  text-align: center;
  font-size: 13px !important;
}

@media only screen and (max-width : 767px) {
  .page .list-two .text {
    height: 40px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .basin-list .all .item a .cont i:last-child {
    display: none !important;
  }
  .basin-list .all .item a .images .resim-thumb .resim-centered img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    padding: 10px;
  }
  .page .list-two em {
    font-size: 40px !important;
  }
}
@media only screen and (min-width: 2000px) and (max-width: 9000000px) {
  .page .list-two em {
    font-size: 85px !important;
  }
}
.new-three-d-box {
  float: left;
  width: 100%;
  opacity: 0;
}
.new-three-d-box .text {
  width: 100%;
  border: 2px solid #E8E8E8;
  border-radius: 8px;
  height: 390px;
  background: url(../images/3d.svg) no-repeat;
  text-align: right;
  padding: 75px 95px;
  max-width: 1085px;
  margin: 95px auto;
}
.new-three-d-box .text .title {
  float: left;
  width: 100%;
  font: 36px "Webfont";
  color: #E30B13;
  margin: 0 0 20px 0;
}
.new-three-d-box .text .all {
  max-width: 70%;
  float: right;
}
.new-three-d-box .text p {
  font: 22px/33px "Webfont_1";
  color: #363636;
}
.new-three-d-box .text a {
  transition: 0.3s;
  display: block;
  border: 1px solid #E30B13;
  width: 178px;
  height: 48px;
  border-radius: 4px;
  text-align: center;
  font: 17px "Webfont_2";
  color: #363636;
  float: right;
  margin: 15px 0 0 0;
  padding: 12px;
  position: relative;
  overflow: hidden;
}
.new-three-d-box .text a:hover {
  transition: 0.3s;
  background: #E30B13;
  color: #fff;
}

.pa {
  padding: 0 !important;
}

.pl {
  padding-left: 0 !important;
}

.pr {
  padding-right: 0 !important;
}

.alert {
  float: left;
  width: 100%;
}
.alert.alert-danger li {
  color: #a94442 !important;
}
.alert.alert-success li {
  color: #40961c !important;
}
.alert ul {
  margin: 0 !important;
  padding: 0 !important;
}
.alert ul li {
  list-style-type: none !important;
}

@media only screen and (max-width : 767px) {
  .basvuru-buton a {
    font-size: 13px !important;
    padding: 10px !important;
    height: 38px !important;
  }
  .basvuru-buton a:nth-child(2) {
    margin-left: 8px !important;
  }
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #e30b13 !important;
  border-color: #e30b13 !important;
  color: #fff !important;
}

@media only screen and (max-width: 1000px) and (min-width: 1110px) {
  .slider-box .img {
    background-size: contain;
    background-attachment: inherit !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 90000px) {
  header.fixed {
    min-height: inherit !important;
  }
}
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.46) !important;
}

.show {
  opacity: 1 !important;
}

@media only screen and (max-width: 1200px) and (min-width: 1023px) {
  .yk-list .mc-md-3 {
    width: 33.3% !important;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .mob-cate {
    float: left;
    width: 100%;
    margin: 40px 0;
    display: none;
  }
  .mob-cate .listing {
    display: block !important;
  }
  .mob-cate .mob-box {
    float: left;
    width: 100%;
  }
  .mob-cate .mob-box .grid {
    float: left;
    width: 100%;
    height: auto !important;
    position: inherit !important;
  }
  .mob-cate .mob-box .grid .element-item {
    width: 100%;
    position: inherit !important;
  }
  .new-arge-list .top-list .item {
    margin: 0 10px 20px 10px;
    width: calc(25% - 4px);
  }
}
@media only screen and (max-width: 767px) and (min-width: 1px) {
  .home-box-news .slider-for, .home-activity-box .slider-for {
    display: none;
  }
  .page .page-content .content p {
    text-align: left !important;
  }
  .logo-our .item a {
    height: auto !important;
  }
  .logo-our .item a span {
    height: auto !important;
  }
  .news-box-list .item .row {
    display: block !important;
  }
  .news-box-list .item .mc-md-3 {
    width: 100% !important;
    height: 32vh !important;
  }
  .educationFilter .nice-select {
    min-width: 31% !important;
  }
  .mc-md-2-5 .logos img {
    margin: 0 auto !important;
    padding: 10px !important;
  }
  .about-accordion .name em {
    font-size: 17px !important;
  }
  .nice-select .list {
    max-height: 140px;
    overflow: auto;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1px) {
  .cc_container a {
    display: block;
    padding: 0 !important;
  }
  .new-arge-list .firma-list .item {
    width: 100%;
  }
  .new-arge-list .firma-list .item span {
    font-size: 12px;
    width: 80%;
  }
  .new-arge-list .firma-list .item i {
    font-size: 12px;
    width: 80%;
  }
  .new-arge-list .top-list .item {
    margin: 0 10px 20px 10px !important;
    width: 33.3333333333%;
  }
  .mob-cate {
    float: left;
    width: 100%;
    margin: 40px 0;
    display: none;
  }
  .mob-cate .listing {
    display: block !important;
  }
  .mob-cate .mob-box {
    float: left;
    width: 100%;
  }
  .mob-cate .mob-box .grid {
    float: left;
    width: 100%;
    height: auto !important;
    position: inherit !important;
  }
  .mob-cate .mob-box .grid .element-item {
    width: 100%;
    position: inherit !important;
  }
  .diger-firmalar .list a .resim-thumb .resim-centered img {
    max-height: 100%;
    padding: 10px;
  }
  .new-arge-list .filter .form-group label {
    width: 100% !important;
  }
  .new-arge-list .filter .form-group.search button, .new-arge-list .filter .form-group.search input[type=submit] {
    margin: -22px 0;
  }
}
.faqpage {
  margin: 0 !important;
}
.faqpage .item {
  padding: 20px 40px 20px 0;
}
.faqpage .item .titles {
  padding: 0 !important;
  height: auto !important;
}
.faqpage .cont {
  padding: 0 !important;
  margin: 20px 0 0 0;
}
.faqpage .cont p {
  line-height: 24px;
}

@media only screen and (max-width: 1400px) and (min-width: 1200px) {
  .slider-box:before {
    right: -15px !important;
  }
  .slider-box .slider .item-slide .line {
    left: 35px !important;
  }
  .slider-box .scroll {
    margin: 0 0 0 -43px !important;
  }
  .slider-box .slider .item-slide .images .img {
    left: 100px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  /*.slider-box .slider .item-slide:nth-child(2n) .empty{left:30px;}*/
  .slider-box .scroll {
    bottom: -30px;
  }
  .slider-box .slider .item-slide .images span.empty {
    bottom: 160px;
  }
  /*.slider-box .slider .item-slide:nth-child(2n) .empty{margin-left:-105px;}*/
}
@media only screen and (max-width: 767px) {
  .slider-box .slider .item-slide .images .img {
    padding: 0 !important;
  }
  .slider-box {
    height: auto !important;
  }
  .slider-box .container-fluid {
    display: block !important;
  }
  .item-slide .images {
    float: left !important;
  }
  .slider-box .item-slide .line {
    position: initial !important;
    left: 0 !important;
    top: 0 !important;
    margin: 20px 0 !important;
    width: 100% !important;
  }
  .item-slide .images .img {
    top: 0 !important;
    left: 0 !important;
  }
  .item-slide .images .img img {
    max-width: 100%;
  }
}
.slider-box img {
  max-width: 100%;
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .mc-md-8.mc-xs-12.pl {
    padding-right: 0;
  }
  .videoListBox .items a .images {
    height: 158px !important;
  }
  .slider-box .slider .item-slide .images .img {
    padding: 0 !important;
  }
  .slider-box .slider .slick-dots {
    margin-left: 11px !important;
  }
  .line .line1, .line .line1 b {
    line-height: 40px !important;
  }
  .line .line2, .line .line2 b {
    line-height: 35px !important;
  }
  .line .line3, .line .line3 b {
    line-height: 35px !important;
  }
  .slider-box {
    height: auto !important;
  }
  .mobile-hidden-slider .line {
    position: inherit !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
  }
  .mobile-hidden-slider .images .img {
    left: 0 !important;
    top: 0 !important;
  }
  .mobile-hidden-slider .images {
    float: right !important;
  }
}
/*.slider-box:before{content: "";background: #d1d1d1;width: 50%;height: 1px;position: absolute;bottom: -20px;display: block;right: -5px;}*/
.m-search .formError {
  display: none !important;
}

.newmedia .mc-md-12:last-child .items {
  border-bottom: 0 !important;
}
.newmedia .bottom {
  margin-bottom: 0 !important;
}
.newmedia .allS p {
  line-height: 22px !important;
  font-size: 14px !important;
}
.newmedia .date {
  background: #e30b13;
  float: left;
  color: #fff;
  text-align: center;
  padding: 7px;
  font: 15px "Webfont_1";
  position: absolute;
  width: 58px;
}
.newmedia .date i {
  display: block;
  font: 15px "Webfont_1";
}
.newmedia .items {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  margin: 0 !important;
}
.newmedia .items .allS {
  padding-left: 75px;
  display: table;
  min-height: 54px;
  width: 100%;
  position: relative;
  padding-right: 120px;
}
.newmedia .items .nmedia {
  display: table-cell;
  vertical-align: middle;
}
.newmedia .items i.ddw {
  font: 16px "Webfont_2";
  display: block;
  border: 1px solid #e30b13;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  right: 0;
  padding: 3px 10px;
  color: #e30b13;
  width: 100px;
}
.newmedia .items .tt {
  float: left;
  width: 100%;
}
.newmedia .items .tt a {
  text-align: left !important;
  padding: 0 !important;
}
.newmedia .items .tt .text {
  height: inherit !important;
  width: 100% !important;
  padding: 0 !important;
  display: table !important;
}

.cc_container {
  background: #e30c14 !important;
  font: 1em/1em "Webfont_1";
}
.cc_container a {
  color: #fff !important;
  padding-left: 6px;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
  background-color: #ffffff !important;
  color: #000 !important;
}

.modal-fancy {
  max-width: 1000px;
  max-height: 500px;
  overflow: auto;
}
.modal-fancy::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.modal-fancy::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
.modal-fancy::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.modal-fancy button.fancybox-close-small {
  display: none;
}
.modal-fancy button {
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  cursor: pointer;
  background: url(../images/cls.svg) no-repeat center;
  width: 40px;
  height: 40px;
}
.modal-fancy button:after {
  display: none;
}
.modal-fancy p {
  font: 15px/25px "Webfont_1";
}
.modal-fancy ul li {
  font: 15px/25px "Webfont_1" !important;
}
.modal-fancy strong, .modal-fancy b {
  display: contents;
}
.modal-fancy ul li {
  font: 18px/28px "Webfont_2";
  margin: 8px 0;
}
.modal-fancy ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background: #000;
  float: left;
  margin: 9px 8px 0 0;
}

.check.text {
  padding: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  position: initial !important;
}
.check.text .formError {
  margin-left: 50px;
  width: 51px;
}
.check.text input {
  width: 15px !important;
  height: 15px !important;
  margin-right: 6px;
}
.check.text a {
  font-size: 12px !important;
  text-decoration: none !important;
  padding: 4px !important;
  display: block;
}

@media only screen and (max-width: 5000px) and (min-width: 1200px) {
  .slider-box .slider .item-slide .images .img {
    height: 3837vw;
  }
}
.mini-content {
  min-height: inherit !important;
  width: 500px;
  margin: 0 auto;
  text-align: center;
  float: none;
}
.mini-content .form form .g-recaptcha {
  overflow: hidden;
  max-width: 45%;
  background: #ddd;
  border: 2px solid #e7e5e5;
  border-radius: 8px;
}

@media only screen and (max-width: 768px) and (min-width: 1px) {
  .new-arge-list .top-list {
    overflow: auto;
    display: flex;
    justify-content: space-between;
  }
  .list-two .all {
    min-height: auto !important;
  }
  .mini-content {
    width: 100% !important;
    text-align: left !important;
  }
  .mini-content .content {
    margin: 10px 0 0 0;
  }
  .mini-content .g-recaptcha {
    width: 100% !important;
    max-width: 100% !important;
    background: none !important;
    border: none !important;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .mini-content {
    width: 100% !important;
    text-align: left !important;
  }
  .mini-content .content {
    margin: 10px 0 0 0;
  }
  .mini-content .g-recaptcha {
    max-width: 50% !important;
    background: none !important;
    border: none !important;
  }
}
.list-two .all {
  transition: 0.4s;
  float: left;
  width: 100%;
  box-shadow: 0 0 0 #dcd8d8;
  border: 1px solid #D1D1D1;
  padding: 15px;
  min-height: 150px;
}
.list-two .all:hover {
  transition: 0.4s;
  box-shadow: 0 0 10px #dcd8d8;
  border-color: #fff;
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .slider-box {
    margin: 97px 0 0 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .slider-box {
    margin: 85px 0 0 0 !important;
  }
}
@media only screen and (max-width : 767px) {
  .page .page-content .content p img {
    width: auto !important;
    height: auto !important;
  }
  .socialListLogo .all {
    height: 180px !important;
  }
  .basin-list .all .item a .cont i:last-child {
    display: none !important;
  }
  .basin-list .all .item a .images .resim-thumb .resim-centered img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    padding: 10px;
  }
  .bb {
    margin: 0 0 0 10px !important;
    position: relative;
    top: 10px;
  }
  .newmedia .ddw {
    position: inherit !important;
    float: left !important;
  }
  .newmedia .allS {
    padding: 0 0 0 72px !important;
    display: block !important;
  }
  .newmedia .allS span {
    font-size: 13px;
    line-height: 18px;
  }
  .newmedia .top {
    padding-right: 0 !important;
  }
  .threed-tour .mc-md-8 {
    height: auto !important;
  }
  .fmb .images {
    width: 100% !important;
  }
  i.bg-new {
    display: none;
  }
  header {
    padding: 0 !important;
  }
  header .logo {
    padding: 0 !important;
  }
  header .logo a {
    width: 140px !important;
  }
}
@media only screen and (min-width: 500px) and (max-width: 768px) {
  .videoListBox .mc-md-4.mc-xs-12.mc-sm-4 {
    width: 50% !important;
  }
}
.videoListBox .items a {
  border: none;
  box-shadow: inherit !important;
  padding: 0;
}
.videoListBox .items a:hover .images {
  transition: 0.4s;
  box-shadow: 0 0 10px #dcd8d8;
  border-color: #fff;
}
.videoListBox .items a .textBox {
  margin-top: 10px;
}
.videoListBox .items a .images {
  transition: 0.4s;
  border: 1px solid #D1D1D1;
  padding: 15px;
  height: 195px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .videoListBox .items a .images {
    height: 150px;
  }
}
.videoListBox .items a i {
  font: 11px "Webfont_1";
  color: #e30b13;
  display: block;
  margin-bottom: 5px;
}
.videoListBox .items a span {
  margin-top: 0 !important;
}
.videoListBox .images i {
  z-index: 9;
}
.videoListBox img {
  display: block !important;
}

.popup-modal {
  max-width: 90%;
  margin: 0 auto;
  overflow: auto;
  align-items: center;
  justify-content: center;
}
.popup-modal button.close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: #e30b13;
  opacity: 1;
  z-index: 1;
  color: white;
  text-shadow: initial;
}
.popup-modal .modal-dialog {
  margin: 0;
  transform: initial !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.popup-modal .modal-title {
  font: 18px "Webfont";
}
.popup-modal a {
  font: 15px/22px "Webfont_1";
  color: #E30B13;
}
.popup-modal p {
  font: 15px/22px "Webfont_1";
  color: #363636;
}
.popup-modal ul li {
  font: 15px/22px "Webfont_1";
  color: #363636;
}
.popup-modal .modal-content {
  border-radius: 0;
  border: none;
  font: 15px/22px "Webfont_1";
  color: #363636;
}
.popup-modal .modal-content p:last-child {
  margin: 0;
}
.popup-modal .modal-content p img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}

/*.fmb{
  .images{height: 220px $i;border: 1px solid #eee;padding: 0;width: 89%;}
}*/
.threed-tour .mc-md-8 {
  display: table;
  height: 310px;
}

.page-content table {
  background-color: transparent;
  width: 100% !important;
  border: none !important;
}
.page-content table td {
  border: 1px solid #ddd !important;
  padding: 10px;
  width: auto !important;
  height: auto !important;
  font: 16px/23px "Webfont_1" !important;
  color: #585858 !important;
}

.new-arge-list .img {
  height: 100%;
  display: flex;
  align-items: center !important;
}

.activeUl {
  display: block !important;
  height: auto !important;
  padding: 8px 0 8px 23px !important;
  margin: 0 !important;
}

body.modal-open {
  display: block !important;
}

.back a, .page .page-content .content a {
  text-decoration: none !important;
}

.cube-offer ul {
  list-style: none;
  padding: 0 !important;
  font: 16px "Webfont_1";
  color: black;
}
.cube-offer ul li a {
  color: #e30b13;
}
.cube-offer ul li {
  position: relative;
  padding: 0 0 0 70px;
  margin: 12px 0;
  line-height: 28px !important;
  list-style-type: none !important;
}
.cube-offer ul li h4 {
  font-size: 1.2rem;
  margin-bottom: 5px;
  font-family: "Webfont";
  color: #363636;
}
.cube-offer ul li .images {
  position: absolute;
  top: 0;
  left: 0;
}

.socialListLogo .all {
  float: left;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #D1D1D1;
  height: 160px;
  padding: 10px;
  box-shadow: 0 0 0 #dcd8d8;
}
.socialListLogo .all a {
  display: block;
  height: 100%;
}
.socialListLogo .all:hover {
  transition: 0.3s;
  box-shadow: 0 0 10px #dcd8d8;
  border-color: #fff;
}
.socialListLogo .all img {
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover;
  max-height: 100%;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg) translatez(0);
    transform: rotate(360deg) translatez(0);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg) translatez(0);
  }
}
.page .page-content .content p img {
  width: auto !important;
  height: auto !important;
}

.fileLabel {
  display: flex;
  width: 100%;
}
.fileLabel strong {
  font: 14px "Webfont_2" !important;
  color: #fff !important;
}
.fileLabel label {
  white-space: nowrap;
  margin: 0;
  background: #e30b13 !important;
  top: 0 !important;
  height: 100%;
  line-height: 30px !important;
  color: #fff !important;
  position: inherit !important;
  display: inline-block;
}
.fileLabel .fileInput {
  display: inline-block;
}

.iti {
  width: 100%;
}
.iti .iti__country-list {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}
.iti .iti__divider {
  list-style-type: none !important;
}
.iti .iti__selected-flag {
  outline: 0 !important;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .home-box-news .mc-md-4.pr, .home-activity-box .mc-md-4.pr {
    display: block !important;
  }
}
@media (max-width: 767px) {
  footer .copy .right a:first-child {
    margin-right: 0 !important;
  }
}
@media (max-width: 1200px) {
  .home-activity-box .all:after, .home-activity-boxTwo .all:after, .home-activity-box:before, .home-activity-boxTwo:before {
    display: none !important;
  }
  .home-activity-box .all:before, .home-activity-boxTwo .all:before {
    display: none !important;
  }
  .home-box-news:before, .home-box-news:after {
    display: none !important;
  }
  .insta-box .insta .listing .item .text {
    display: none;
  }
}
#panel .mobile-menu .inner nav ul li ul {
  height: auto !important;
}

.mc-md-8.pl {
  padding-right: 0 !important;
}

.newBarNews {
  margin-top: 30px;
  float: left;
  width: 100%;
}
.newBarNews .titles {
  padding: 0 70px 0 0;
  font: 24px "Webfont" !important;
  color: #363636 !important;
  margin: 0;
}
.newBarNews .slick-list {
  width: 100%;
}
.newBarNews .row.slick-slider {
  padding-top: 52px;
}
.newBarNews .slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.newBarNews .slick-arrow {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/ar.svg) no-repeat center;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}
.newBarNews .slick-arrow.slick-next {
  width: 36px;
  height: 36px;
  border: 1px solid #D1D1D1;
  border-radius: 50%;
}
.newBarNews .slick-arrow.slick-prev {
  right: 42px;
  width: 36px;
  height: 36px;
  border: 1px solid #D1D1D1;
  border-radius: 50%;
  transform: rotate(180deg);
}
.newBarNews .item .images {
  position: relative;
  height: 200px;
  background-color: #eee;
}
.newBarNews .item .images .date {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 50px;
  height: 50px;
  background: #E30B13;
  font: 20px "Webfont_1";
  color: #fff;
  text-align: center;
  padding: 5px 0;
}
.newBarNews .item .images .date i {
  font: 12px "Webfont_1";
  margin: -5px 0;
  display: block;
}
.newBarNews .item .images picture {
  display: flex;
  align-items: center;
  height: 100%;
}
.newBarNews .item .images picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 !important;
}
.newBarNews .item .text {
  transition: 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font: 18px "Webfont";
  color: #363636;
  margin: 10px 0;
}

@media only screen and (max-width : 1023px) {
  .diger-firmalar .row {
    display: block;
    float: left;
    width: 100%;
    margin: 0 -8px;
  }
  .diger-firmalar .row .mc-md-3 {
    width: 50%;
    float: left;
    padding: 8px;
  }
}
.companyRow {
  display: flex;
}
@media only screen and (max-width : 767px) {
  .companyRow {
    display: block;
  }
  .companyRow .mc-md-3.mc-xs-12.mc-sm-4 {
    display: none;
  }
}
.companyRow .mc-md-3.mc-xs-12.mc-sm-4 {
  height: auto !important;
}

@media (max-width: 1023px) {
  .copy .mc-xs-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  footer .mc-lg-7.mc-xs-12.mc-sm-7 {
    padding-right: 0;
  }
}
header .menu > ul li:nth-child(3) {
  position: relative;
}
header .menu > ul li:nth-child(3) .submenu {
  display: none;
  opacity: 1;
  width: 570px;
  left: inherit;
  right: -55px;
}
header .menu > ul li:nth-child(3) .submenu li {
  float: right;
  width: 33%;
}

.tradeList {
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .tradeList {
    margin: 20px 0 0 0;
  }
}
@media only screen and (min-width: 500px) and (max-width: 768px) {
  .tradeList .mc-md-4 {
    width: 50% !important;
  }
}
.tradeList .items {
  margin: 0 0 25px 0;
}
.tradeList .items:hover .images {
  transition: 0.4s;
  box-shadow: 0 0 10px #dcd8d8;
  border-color: #fff;
}
.tradeList .items .images {
  transition: 0.4s;
  border: 1px solid #ededed;
}
.tradeList .items .images picture {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 245px;
}
.tradeList .items .images picture img {
  max-height: 100%;
  max-width: 100%;
}
.tradeList .items .textBox {
  margin-top: 10px;
}
.tradeList .items .textBox i {
  font: 11px "Webfont_1";
  color: #e30b13;
  display: block;
  margin-bottom: 5px;
}
.tradeList .items .textBox span {
  font: 14px "Webfont_1";
  color: #585858;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.certificateListPage .alls {
  margin: 0 -15px;
}
.certificateListPage a {
  display: block;
  margin-bottom: 20px;
}
.certificateListPage a:hover picture {
  transition: 0.3s;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.16);
  top: -6px;
}
.certificateListPage a picture {
  transition: 0.3s;
  display: flex;
  height: 40vw;
  max-height: 500px;
  align-items: center;
  justify-content: center;
  border: 2px solid #e3e3e3;
  padding: 10px;
  position: relative;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .certificateListPage a picture {
    height: auto;
    max-height: inherit;
  }
}
.certificateListPage a picture img {
  max-height: 100%;
  margin: 0 auto !important;
}
.certificateListPage a .certificate-item__title {
  text-align: center;
  padding: 15px 0;
  font: 17px "Webfont_2";
  color: #363636;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mc3 {
    width: 33.33333333% !important;
  }
}

.cc-window.cc-banner {
  color: #585858 !important;
  font-size: 12px !important;
}

.cc-link {
  color: #e30b13 !important;
}

.top-list-1 {
  padding: 0 30px;
  margin-top: 40px;
}
.top-list-1 .slick-arrow {
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 35px;
  right: 0;
  background: white;
}
.top-list-1 .slick-arrow:before {
  content: "\f105";
  font: normal normal normal 33px/1 FontAwesome;
  color: #E30B13;
}
.top-list-1 .slick-arrow.slick-prev {
  left: 0;
  right: initial;
}
.top-list-1 .slick-arrow.slick-prev:before {
  content: "\f104";
}

img {
  max-width: 100%;
}

.modal-s {
  max-width: 1000px;
  font-family: "Webfont_1";
}
.modal-s .head {
  font-size: 25px;
  margin: 0 0 15px;
}
.modal-s strong {
  font-family: "Webfont_2";
}
.modal-s a {
  color: #E30B13;
}
.modal-s .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.modal-s .inner {
  overflow: auto;
  max-height: 70vh;
}

/*# sourceMappingURL=style.css.map */
