/*!

/*------------------------------------------------------------------//
  Favorites                           
  .value(@value) { parameter: @value; parameter: @value; }      
//------------------------------------------------------------------*/

/* Common Width & Height || Ortak Width & Height */

/* Scale */

/* Skew */

/* Rotate */

/* Black & White || Siyah & Beyaz */

/* Rotate & Scale Together || Rotate ve Scale Birlikte */

/*------------------------------------------------------------------//
  Other:                              
//------------------------------------------------------------------*/

* {
  outline: none;
}

ul {
  list-style-type: none !important;
  margin-bottom: 0 !important;
  padding-left: 0px;
}

img {
  pointer-events: none !important;
}

a {
  text-decoration: none !important;
}

/*------------------------------------------------------------------//
  Bootstrap Edit:                             
//------------------------------------------------------------------*/

.right {
  float: right !important;
  display: block;
}

.m-left-auto {
  margin-left: auto;
}

.m-right-auto {
  margin-right: auto;
}

.left {
  float: left !important;
  display: block;
}

.no-background,
.container {
  background: none !important;
  position: relative !important;
}

.clear {
  clear: both;
  display: block;
}

.full-image img {
  width: 100% !important;
  display: block !important;
  height: auto !important;
}

.no-padding {
  padding: 0 !important;
}

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

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

.mobileClear {
  clear: both;
  display: none;
}

figure {
  margin: 0px;
}

/*------------------------------------------------------------------//
  Theme Options:                              
//------------------------------------------------------------------*/

/** Font Family **/

/*------------------------------------------------------------------//
  Main.CSS:                             
//------------------------------------------------------------------*/

html,
body {
  font-family: "Montserrat", sans-serif;
  margin: 0px;
  overflow-x: hidden;
}

header {
  background: rgba(253, 253, 253, 0.9);
  position: fixed;
  z-index: 99;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 100%;
  left: 0;
  margin: 0px !important;
  top: 0;
}
.fileLinks li{
border: 1px solid #d5c0c0;
}
.fileLinks li a{
color:black;
}

.pageLinks{
  display:flex;
  flex-direction: row;
  flex-wrap:wrap;
  justify-content: space-between;
  margin-top:20px;
}
.pageLink{
  width:27%;
  background-color: #575759;
  padding:20px;
  text-align: center;
}
.pageLink a{
color:#fff;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}
.pageLink a:hover{
font-weight:500;
}
@media screen and (max-width: 1020px) {
  .pageLinks {
   justify-content: center;
    flex-direction: column;
    align-items: center;
     margin-left:20px;  
    margin-right:20px;
  }
  .pageLink{
  width:350px;
  margin-top:10px;
   

}
}
.file-go{
float:right;
}
.file-go p{
  cursor: pointer;
 font-weight: bold;
  color: #b7415b;
  text-decoration: underline !important;
}
header:hover {
  background: #fff;
}

header nav.menu {
  text-align: right;
}

header nav.menu ul {
  margin: 0px;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

header nav.menu ul li {
  position: relative;
}

header nav.menu ul li.current-menu-item a {
  color: #e73233;
}

header nav.menu ul li:hover > ul {
  opacity: 1;
  pointer-events: auto;
}

header nav.menu ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ececec;
  z-index: 999;
  text-align: left;
  height: auto;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  pointer-events: none;
}

header nav.menu ul li ul li {
  min-width: 270px;
}

header nav.menu ul li ul li:last-child a {
  border-bottom: none;
}

header nav.menu ul li ul li a {
  padding: 12.5px 10px;
  font-size: 11.5px;
  border-bottom: 1px solid #cacaca;
}

header nav.menu ul li a {
  font-weight: 600;
  font-size: 10px;
  display: block;
  padding: 29.5px 11px;
  color: #000;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  text-transform: uppercase;
}

header nav.menu ul li a:hover {
  color: #e73233;
}

header .logo {
  margin-top: 4px;
}

header .logo img {
  width: 100px !important;
}

.slider {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px !important;
}

.slider .slider-item {
  position: relative;
  z-index: 1;
}

.slider .slider-item:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: #020024;
  background: linear-gradient(
    0deg,
    rgba(2, 0, 36, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  pointer-events: none;
}

.slider .slider-item .text {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  border-radius: 3px;
  left: 15%;
  color: #fff;
  background: rgba(231, 50, 51, 0.73);
  padding: 15px 40px;
  z-index: 99;
  font-size: 30px;
}

.slider .slider-item .text .title {
  font-weight: 700;
}

.slider .slider-item .text .sub-title {
  font-size: 15px;
}

.slider .slick-prev:before,
.slider .slick-next:before {
  opacity: 1 !important;
}

.category-posts {
  margin: 50px 0px;
}

.category-posts .category-title {
  font-weight: 500;
  font-size: 27px;
  margin-bottom: 20px;
}

.category-posts .category-post-item {
  padding: 20px;
}

.category-posts .category-post-item:hover figure img {
  transform: scale(1.1) rotate(1.2deg);
}

.category-posts .category-post-item figure {
  overflow: hidden;
}

.category-posts .category-post-item figure img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.category-posts .article .title {
  margin: 15px 0px;
  color: #000;
  font-weight: 500;
  font-size: 23px;
}

.category-posts .article .sub-title {
  margin-top: -5px;
  color: #7a7a7a;
  font-weight: 500;
  font-size: 13px;
}

.category-posts .category-text {
  letter-spacing: 1.5px;
  font-size: 12px;
  font-weight: 500;
}

.category-posts .category-text a {
  color: #e73233;
}

footer {
  margin-top: 40px !important;
  display: block;
  padding-top: 100px;
  background-color: #000;
}

footer .logo a {
  display: block;
}

footer .logo a img {
  width: 220px;
  filter: brightness(0) invert(1);
}

footer nav.menu .title {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

footer nav.menu ul li a {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.75px;
  color: #fff;
  line-height: 27.5px;
}

footer .copyright {
  margin-top: 15px;
  color: #dbdbdb;
  padding: 30px 20px;
  align-items: center;
  width: 100%;
}

footer .copyright p {
  letter-spacing: 1.75px;
  font-size: 10.5px;
  margin: 0px;
}

footer .copyright .social {
  margin-left: auto;
}

footer .copyright .social a {
  color: #b9b9b9;
  font-size: 14px;
  padding-right: 15px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

footer .copyright .social a:hover {
  color: #fff;
}

#back-to-top {
  display: inline-block;
  background-color: #e73233;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#back-to-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 32px;
  color: #fff;
}

#back-to-top:hover {
  cursor: pointer;
  background-color: #333;
}

#back-to-top:active {
  background-color: #555;
}

#back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.announcement-trigger {
  justify-content: center;
  cursor: pointer;
  position: fixed;
  display: flex;
  align-items: center;
  right: 22px;
  z-index: 9999;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1.5px;
  padding: 10px 15px;
  font-weight: 600;
  transform: rotate(-90deg);
  transform-origin: right;
  background: #e73233;
  top: 35%;
}

.announcement-trigger i {
  margin-right: 10px;
  font-size: 23px;
}

.announcement-content {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.announcement-content.active {
  opacity: 1;
  pointer-events: auto;
}

.announcement-content.active .announcement-content-wrapper {
  opacity: 1;
  pointer-events: auto;
}

.announcement-content .announcement-content-wrapper {
  width: 60%;
  border-radius: 3px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
  background: #fff;
  box-shadow: 0px 0px 4px 1px #303030;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-delay: 0.3s;
  /* width */
  /* Track */
  /* Handle */
}

.announcement-content .announcement-content-wrapper::-webkit-scrollbar {
  width: 7.5px;
}

.announcement-content .announcement-content-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.announcement-content .announcement-content-wrapper::-webkit-scrollbar-thumb {
  background: #ccc;
}

.announcement-content .announcement-content-wrapper p {
  line-height: 25px;
  font-size: 13.5px;
}

.announcement-content .announcement-content-wrapper .title {
  padding: 20px 60px 20px 30px;
  background: #e73233;
  font-weight: 700;
  color: #fff;
  position: sticky;
  top: 0px;
  font-size: 18px;
  align-items: center;
  margin: 0px !important;
}

.announcement-content .announcement-content-wrapper .pum-content {
  padding: 20px 50px 30px 50px;
}

.announcement-content .close {
  cursor: pointer;
  right: 20px;
  font-size: 25px;
  color: #fff;
  top: 50%;
  position: absolute;
  margin-top: -12px;
  height: 30px;
}

.announcement-content .close .line {
  width: 25px;
  display: block;
  position: relative;
  height: 2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
  background-color: #fff;
}

.announcement-content .close .line:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
}

.sub-page {
  min-height: 70vh;
}

.sub-page .sub-page-title {
  background: url(../images/sub-page-bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 110px 10% 44px;
  font-size: 27px;
  text-align: center;
  color: #fff;
  background-size: cover;
  font-weight: 600;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.sub-page .sub-page-title-congre {
  background: url(../images/sub-page-bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 110px 10% 44px;
  font-size: 27px;
  text-align: center;
  color: #fff;
  background-size: cover;
  font-weight: 600;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.sub-page.category .category-post-item a {
  color: #000;
}

.sub-page.category .category-post-item a.more {
  margin-top: 15px;
  display: inline-block;
  padding: 10px 20px;
  font-size: 13px;
  background: transparent;
  border: 1px solid #000;
  color: #000;
  font-weight: 600;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.sub-page.category .category-post-item a.more:hover {
  background: #000;
  color: #fff;
}

.sub-page.category .category-post-item .desc {
  font-size: 13.5px;
}

.sub-page .category-post-item .article .title {
  font-size: 19px;
}

.sub-page .sub-page-content {
  margin-top: 30px;
}

.sub-page .sub-page-content .gallery .item {
  padding: 5px;
}

.sub-page .sub-page-content .gallery .item a {
  display: block;
  border: 1px solid #f3f3f3;
}

.sub-page .sub-page-content .article {
  line-height: 25px;
  font-size: 14px;
}

.sub-page .sub-page-content .article > h1:first-child,
.sub-page .sub-page-content .article > h2:first-child,
.sub-page .sub-page-content .article > h3:first-child,
.sub-page .sub-page-content .article > h4:first-child,
.sub-page .sub-page-content .article > h5:first-child,
.sub-page .sub-page-content .article > h6:first-child {
  margin-top: 0px;
}

.sub-page .sub-page-content .article h4 {
  font-size: 19px;
}

.sub-page .sub-page-content .article > p:first-child {
  margin-top: 5px;
}

.show-all-posts {
  margin: 35px auto;
  text-align: center;
}

.show-all-posts a {
  padding: 15px 20px;
  font-size: 13px;
  background: #000;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.show-all-posts a:hover {
  background: #e73233;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 14px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}

.contact-item:last-child {
  border-bottom: none;
}

.contact-item a {
  color: #000;
}

.contact-item > i {
  margin-right: 10px;
  font-size: 17px;
}

.contact-item strong {
  margin-right: 10px;
}

.contact-item .social a {
  font-size: 16px;
  color: #000;
  margin: 0px 5px;
}

.page-files br {
  display: none;
}

.page-files.download {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}

.page-files.download a {
  background: #f3f3f3;
  border: 1px solid #d8d5d5 !important;
  padding: 10px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 2.5px;
  /* width: 49%; */
  /* display: inline-flex; */
  position: relative;
  padding-right: 40px;
  margin-right: 1%;
  max-width: 49%;
  flex: 0 0 49%;
  -ms-flex: 0 0 49%;
  line-height: 18px;
}

.page-files.download a:after {
  content: "\f019";
  font-family: "fontAwesome";
  font-size: 14px;
  color: #6193bd;
  position: absolute;
  right: 15px;
  margin-top: 1px;
  top: 10px;
}

.page-files a {
  color: #000;
  font-weight: 500;
  display: block;
  padding: 15px 0px;
  border-bottom: 1px dotted #b3b3b3;
}

.page-files a:last-child {
  border-bottom: none;
}

.page-files a i {
  position: relative;
  top: 0.5px;
  font-size: 20px;
  color: #5171ca;
  margin-right: 2.5px;
}

main.map-page {
  display: block;
  width: 100%;
  margin: -120px auto 0px auto;
  float: left;
  text-align: center;
}

main.map-page .map {
  max-width: 100%;
  margin: 0px auto;
}
.home-container{
  width:100%;
  display:flex;
  justify-content: space-around;
  flex-wrap:wrap;
}
.card-container{
  width:500px;
  padding-right:50px;
}
main .container .regions {
  display: block;
  width: 100%;
  margin: 0 auto;
  float: left;
  margin-top: 60px;
}

main .container .regions .selected-region {
  border-bottom: 1px solid #c14e44;
  display: block;
  width: 100%;
  margin: 0 auto;
  float: left;
}

main .container .regions .selected-region label {
  background: #c14e44;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  padding: 15px 20px;
  float: left;
}

main .container .regions .cities {
  display: block;
  width: 100%;
  margin: 0 auto;
  float: left;
  margin-top: 30px;
}

main .container .regions .cities a {
  background: #7b7c7c;
  width: 23.5%;
  display: block;
  float: left;
  margin-right: 2%;
  color: #fff;
  margin-bottom: 20px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 17px;
}

main .container .regions .cities a:nth-child(4n) {
  margin-right: 0;
}

.map svg {
  width: 100%;
  margin: -50px 0px 0px 0px;
  height: 600px;
}

.list-item-edit {
  clear: both;
  display: block;
}

.list-item-edit:after {
  content: "";
  clear: both;
  display: block;
}

.list-item-edit li {
  min-width: 50%;
  float: left;
  list-style-position: inside;
  list-style-type: disc !important;
}

.t-gallery-list {
  text-align: center;
  justify-content: center;
}

.t-gallery-list figure {
  margin-bottom: 15px;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 5px;
}

.t-gallery-list figure img {
  border: 1px solid #e2e2e2;
}

.t-gallery-list figure .text {
  font-weight: 700;
}

.t-gallery-list figure .text strong {
  font-weight: 500;
  font-size: 13px;
  display: block;
}

.article p .red {
  color: #ed2b2e;
}

.breadcrumb {
  background: #b7415b;
  padding: 5px;
  border-radius: 0px !important;
}

.breadcrumb ul {
  margin: 0px;
}

.breadcrumb ul li {
  display: inline-block;
  margin: 0px 2.5px;
}

.breadcrumb ul li.active a {
  font-weight: 600;
}

.breadcrumb ul li a {
  font-size: 13px;
  font-weight: 300;
  color: #fff;
}

.lang-item a {
  font-size: 10px !important;
}

@font-face {
  font-family: "GreycliffCF-DemiBold";
  src: url("../fonts/GreycliffCF-DemiBold.eot");
  src: url("../fonts/GreycliffCF-DemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/GreycliffCF-DemiBold.woff") format("woff"),
    url("../fonts/GreycliffCF-DemiBold.svg#GreycliffCF-DemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "GreycliffCF-Heavy";
  src: url("../fonts/GreycliffCF-Heavy.eot");
  src: url("../fonts/GreycliffCF-Heavy.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GreycliffCF-Heavy.woff") format("woff"),
    url("../fonts/GreycliffCF-Heavy.svg#GreycliffCF-Heavy") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "GreycliffCF-Medium";
  src: url("../fonts/GreycliffCF-Medium.eot");
  src: url("../fonts/GreycliffCF-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GreycliffCF-Medium.woff") format("woff"),
    url("../fonts/GreycliffCF-Medium.svg#GreycliffCF-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "GreycliffCF-Bold";
  src: url("../fonts/GreycliffCF-Bold.eot");
  src: url("../fonts/GreycliffCF-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GreycliffCF-Bold.woff") format("woff"),
    url("../fonts/GreycliffCF-Bold.svg#GreycliffCF-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "GreycliffCF-ExtraBold";
  src: url("../fonts/GreycliffCF-ExtraBold.eot");
  src: url("../fonts/GreycliffCF-ExtraBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/GreycliffCF-ExtraBold.woff") format("woff"),
    url("../fonts/GreycliffCF-ExtraBold.svg#GreycliffCF-ExtraBold")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "GreycliffCF-Regular";
  src: url("../fonts/GreycliffCF-Regular.eot");
  src: url("../fonts/GreycliffCF-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/GreycliffCF-Regular.woff") format("woff"),
    url("../fonts/GreycliffCF-Regular.svg#GreycliffCF-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Bold.woff") format("woff"),
    url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Regular.woff") format("woff"),
    url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: MontserratExtra;
  src: url(../fonts/Montserrat-ExtraBold.ttf);
}

@font-face {
  font-family: MontserratBold;
  src: url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
  font-family: MontserratMedium;
  src: url(../fonts/Montserrat-Medium.ttf);
}

.safe-area {
  max-width: 1140px;
  margin: 0 auto;
}

.sk-head-root {
  margin: 50px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6em 0 20px;
}

.sk-head-root .sk-head-text {
  width: 66%;
}

.sk-head-root .sk-head-text h2 {
  font-family: "Montserrat-Bold", arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 36px;
  color: #000;
  margin: 0 0 10px;
}

.sk-head-root .sk-head-text p {
  font-family: "Montserrat-Regular", arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  margin: 0;
}

.sk-head-root .sk-head-img {
  margin: 0;
  padding: 0;
}

.sk-content-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sk-content-block.st-content-root
  .sk-content-item
  .sk-bottom-block
  .sk-btn-item,
.home-search-click-view {
  width: 200px;
  margin: 25px 0 0;
}

.sk-content-block .sk-content-item {
  width: 48%;
  text-decoration: none;
  margin: 0 0 80px;
  /*  &:hover {
        .sk-img-item {
          img {
            transform: scale(1.1);
          }
        }
        .sk-bottom-block {
  
          .sk-btn-item {
            background-color: #a62c49;
            span {
              color: #ffffff;
            }
            .sk-arrow {
              border-color: #ffffff;
            }
          }
        }
      }*/
}

.sk-content-block .sk-content-item .sk-img-item {
  overflow: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
}

.sk-content-block .sk-content-item .sk-img-item img {
  display: block;
  transition: all 0.3s ease;
  width: 100%;
}

.sk-content-block .sk-content-item .sk-bottom-block .sk-text-item {
  min-height: 120px;
  color: #000;
}

.sk-content-block
  .sk-content-item
  .sk-bottom-block
  .sk-btn-container
  .sk-detail-text {
  font-family: "Montserrat-Bold", arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #a62c49;
}

.sk-content-block
  .sk-content-item
  .sk-bottom-block
  .sk-btn-container
  .sk-btn-block {
  display: flex;
  align-items: center;
}

.sk-content-block
  .sk-content-item
  .sk-bottom-block
  .sk-btn-container
  .sk-btn-block
  .sk-btn-item
  + .sk-btn-item {
  margin: 0 0 0 10px;
}

.sk-content-block .sk-content-item .sk-bottom-block .sk-btn-item,
.home-search-click-view {
  border: 2px solid #a62c49;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  transition: all 0.3s ease;
  text-decoration: none;
  margin-right: 5px;
  min-width: 80px;
  color: #a62c49;
  line-height: 0px;
}

.sk-content-block .sk-content-item .sk-bottom-block .sk-btn-item span,
.home-search-click-view span {
  letter-spacing: 1px;
  font-family: "Montserrat-Bold", arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #a62c49;
}

.sk-content-block .sk-content-item .sk-bottom-block .sk-btn-item .sk-arrow,
.home-search-click-view .sk-arrow {
  margin: 0 0 0 10px;
  border: solid #a62c49;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
}

.sk-content-block .sk-content-item .sk-bottom-block .sk-btn-item:hover,
.home-search-click-view:hover {
  background-color: #a62c49;
  color: #fff;
}

.sk-content-block .sk-content-item .sk-bottom-block .sk-btn-item:hover span,
.home-search-click-view:hover span {
  color: #ffffff;
}

.sk-content-block
  .sk-content-item
  .sk-bottom-block
  .sk-btn-item:hover
  .sk-arrow,
.home-search-click-view:hover .sk-arrow {
  border-color: #ffffff;
}

.st-video-root {
  padding: 0 20px;
  margin: 0 0 80px;
  position: relative;
  display: flex;
  justify-content: center;
}

.st-video-root .st-video-container {
  position: relative;
  overflow: hidden;
}

.st-video-root .st-video-container .st-bg-img-item {
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.st-video-root .st-video-container .st-bg-img-item .st-bg-img {
  width: 100%;
}

.st-video-root .st-video-container .st-video-btn {
  width: 240px;
  height: 60px;
  display: flex;
  align-items: center;
  background-color: #efefef;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.st-video-root .st-video-container .st-video-btn .st-ply-item {
  width: 70px;
  height: 100%;
  background-color: #a62c49;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 35px 0 0;
}

.st-video-root .st-video-container .st-video-btn .st-ply-arr {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #ffffff;
}

.st-video-root .st-video-container .st-video-btn span {
  font-family: "Montserrat-Bold", arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #000;
}

.st-detail-text-root {
  padding: 80px 20px 60px;
}

.st-detail-text-root h2 {
  font-family: "Montserrat-Bold", arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: #000;
  margin: 0 0 25px;
}

.st-detail-text-root h3 {
  font-family: "Montserrat-Bold", arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #000;
  margin: 30px 0 15px;
}

.st-detail-text-root h3.space {
  margin: 10em 0 15px;
}

.st-detail-text-root p {
  font-family: "Montserrat-Regular", arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #000;
  margin: 0 0 25px;
  line-height: 24px;
}

.st-detail-text-root p.st-warn-txt {
  font-size: 14px;
  color: #000;
  font-style: italic;
  margin: 0 0 15px;
}

.st-detail-text-root p.st-warn-txt + .st-warn-txt {
  margin: 0;
}

.st-detail-text-root img {
  float: right;
  margin: 0 0 0 45px;
}

.st-detail-text-root img.space {
  margin: 0 0 45px 45px;
}

.st-detail-text-root .table {
  margin: 0 0 0 45px;
  float: right;
}

.st-detail-text-root table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.st-detail-text-root td,
.st-detail-text-root th {
  border: 1px solid #000;
  text-align: center;
  padding: 8px;
}

.search {
  width: 100%;
  margin: 0 auto 30px auto;
}

.searchButton {
  width: 100%;
  text-align: center;
  /* padding: 20px 10px; */
  border: 1px solid #a62c49;
  background: none;
  position: relative;
  margin: 0 auto;
  background: #fafafa;
  color: #1b1b1b;
  /* min-height: 200px; */
  transition: all, 0.25s;
}

.searchButton:hover {
  background: #ebebeb;
}

.searchButton i {
  font-size: 30px;
  margin-bottom: 16px;
  padding: 10px;
  position: relative;
  padding-top: 0;
}

.searchButton i:after {
  position: absolute;
  content: "";
  background: #aeaeae;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 1px;
  bottom: -5px;
}

.searchButton a {
  color: #222222;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  min-height: 190px;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
}

.searchButton .box-icon-img {
  filter: brightness(0.1);
  padding-top: 0;
}

.searchBox {
  padding: 20px;
  border-radius: 10px;
}

.form-control {
  padding: 30px;
}

.input-group input {
  outline: none;
}

.searchBox {
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .sk-head-root {
    padding: 0 20px;
  }
  .sk-content-block .sk-content-item {
    margin: 0 0 60px;
  }
  .sk-content-block .sk-content-item .sk-bottom-block {
    margin: 15px 0 0;
  }
  .sk-content-block .sk-content-item .sk-bottom-block .sk-text-item h3 {
    font-size: 20px;
  }
  .sk-content-block .sk-content-item .sk-bottom-block .sk-text-item p {
    font-size: 15px;
    color: #000;
    line-height: 22px;
    margin: 0;
  }
  .sk-content-block .sk-content-item .sk-bottom-block .sk-btn-item,
  .home-search-click-view {
    width: 70px;
    height: 50px;
  }
  .sk-content-block .sk-content-item .sk-bottom-block .sk-btn-item span,
  .home-search-click-view span {
    font-size: 12px;
  }
  .sk-content-block.st-content-root
    .sk-content-item
    .sk-bottom-block
    .sk-btn-item,
  .home-search-click-view {
    width: 175px;
  }
  .st-detail-text-root h3.space {
    margin: 4em 0 15px;
  }
}

@media only screen and (max-width: 950px) {
  .st-detail-text-root img {
    width: 400px;
  }
}

@media only screen and (max-width: 768px) {
  .st-detail-text-root {
    padding: 50px 20px 60px;
  }
  .st-detail-text-root h3.space {
    margin: 2em 0 15px;
  }
  .st-detail-text-root img {
    width: 330px;
  }
}

@media only screen and (max-width: 640px) {
  .sk-head-root {
    flex-direction: column-reverse;
  }
  .sk-head-root .sk-head-text {
    width: 100%;
  }
  .sk-head-root .sk-head-text h2 {
    font-size: 24px;
    margin: 0 0 4px;
  }
  .sk-head-root .sk-head-text p {
    font-size: 14px;
    line-height: 20px;
  }
  .sk-head-root .sk-head-img {
    margin: 0 0 20px;
  }
  .sk-head-root .sk-head-img img {
    width: 120px;
  }
  .sk-content-block .sk-content-item {
    width: 100%;
  }
  .sk-content-block .sk-content-item .sk-img-item {
    max-height: 350px;
  }
  .sk-content-block .sk-content-item .sk-bottom-block .sk-text-item {
    min-height: auto;
  }
  .sk-content-block .sk-content-item .sk-bottom-block .sk-text-item p {
    font-size: 14px;
    line-height: 20px;
  }
  .st-video-root .st-video-container .st-bg-img-item {
    height: 100%;
  }
  .st-video-root .st-video-container .st-video-btn {
    width: 200px;
    height: 50px;
  }
  .st-video-root .st-video-container .st-video-btn .st-ply-item {
    width: 60px;
    margin: 0 20px 0 0;
  }
  .st-video-root .st-video-container .st-video-btn span {
    font-size: 13px;
  }
  .st-detail-text-root {
    padding: 40px 20px 60px;
  }
  .st-detail-text-root h3 {
    margin: 15px 0 15px;
  }
  .st-detail-text-root h3.space {
    margin: 1em 0 15px;
  }
  .st-detail-text-root p {
    margin: 0 0 15px;
  }
  .st-detail-text-root img {
    width: 100%;
    float: none;
    margin: 0 0 30px 0;
  }
  .st-detail-text-root img.space {
    margin: 0 0 30px 0;
  }
  .st-detail-text-root .table {
    float: none;
    margin: 0 0 30px 0;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th{
  padding: 0.75rem;
  vertical-align: top;
  text-align: center;
  border-top: 1px solid #dee2e6;
}
.table td {
  padding: 0.75rem;
  vertical-align: top;
  text-align: center;
  border-top: 1px solid #dee2e6;
  height: 120px;
}
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.search-container {
  padding: 40px 20px;
  margin-top: 0px;
  background: url(../images/search-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  font-family: "Montserrat", sans-serif;
}

.search-container .search-inner > div {
  padding: 0px 15px;
  border: none;
  border-right: 1px solid #d1d1d1;
}

.search-container .button {
  border-right: none !important;
  width: 100%;
  margin-right: -7.5px;
}

.search-container .input i {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 30px;
  color: #828282;
}

.search-container .input input {
  padding-left: 40px;
}

.search-container .button div {
  font-weight: 700;
  font-size: 14px;
  height: 40px;
  width: 100%;
  background: #49b269;
  color: #fff;
  cursor: pointer;
  border: none;
  text-align: center;
  line-height: 40px;
}

.search-container select option {
  padding: 5px;
}

.search-container select {
  background: url("../images/angle-down.png") 0 0 no-repeat;
  background-size: 10px;
  background-position: calc(100% - 10px) center;
  background-color: #fff;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}

.search-container select,
.search-container input {
  width: 100%;
  height: 50px;
  font-size: 14px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  font-family: "Montserrat", sans-serif;
}

.search-container .search-wrapper {
  background: rgba(75, 75, 75, 0.51);
  padding: 10px;
}

.search-container .search-wrapper .search-inner {
  margin: 0px;
  background: #fff;
  border-radius: 10px;
  padding-top: 15px;
  overflow: hidden;
  align-items: center;
}

.search-results {
  margin: 0px;
}

.search-results .search-item {
  padding: 0px 5px;
  margin-bottom: 10px;
}

.search-results .search-item .search-item-wrapper {
  background: #f3f3f3;
  border: 1px solid #ececec;
  padding: 0px;
}

.search-results .search-item .search-item-wrapper .item {
  font-size: 12px;
  padding: 0px 10px;
  border-bottom: 1px solid #e3e3e3;
}

.search-results .search-item .search-item-wrapper .item span.success,
td span.success {
  background: #28a745;
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  padding: 3px 7px;
  position: relative;
  top: -2px;
  line-height: 11px;
  min-height: 17.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.search-results .search-item .search-item-wrapper .item span.error,
td span.error {
  background: #7d7d7d;
  color: #ffffff;
  font-size: 9px;
  font-weight: 600;
  padding: 3px 7px;
  position: relative;
  line-height: 11px;
  min-height: 17.5px;
  top: -2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.search-results .search-item .search-item-wrapper .item span.error i,
td span.error i,
.search-results .search-item .search-item-wrapper .item span.success i,
td span.success i {
  padding-right: 4.5px;
}

.search-results .search-item .search-item-wrapper .item:last-child {
  border-bottom: none;
}

.search-results .search-item .search-item-wrapper .title {
  font-weight: 700;
  color: #b7415b;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 13px;
  padding: 10px;
  background: #ffffff;
}

.form-small-title {
  position: absolute;
  top: -10px;
  background: #f0f0f0;
  color: #000;
  font-size: 10px;
  padding: 2.5px 5px;
  left: 14px;
  font-weight: 600;
  z-index: 88;
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #b7415b;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.search-loader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  z-index: 99999;
  display: flex;
  align-items: center;
  transition: all, 0.25s;
  -webkit-transition: all, 0.25s;
  -moz-transition: all, 0.25s;
  -o-transition: all, 0.25s;
  opacity: 0;
  pointer-events: none;
}

.search-loader.active {
  opacity: 1;
  pointer-events: auto;
}

.first-warning {
  background: #f0fbff;
  font-size: 12px;
  font-weight: 500;
  padding: 10px;
  color: black;
  border: 1px solid #ddeff6;
}

.first-warning i {
  padding: 0px 2.5px;
  color: #3281a0;
}

.not-found-search {
  background: #fff0f0;
  font-size: 12px;
  font-weight: 500;
  padding: 10px;
  color: black;
  border: 1px solid #f6dddd;
  display: none;
}

.not-found-search i {
  padding: 0px 2.5px;
  color: #a03232;
}

.search-table table {
  font-size: 11.5px;
}

.search-table {
  display: none;
}

table th {
  line-height: 15px;
}

table td {
  line-height: 15px;
}

table tr {
  transition: all, 0.2s;
}

table tbody tr:nth-child(2n) {
  background: #f8f8f8;
}

table tbody tr:hover {
  background: #e7f0f8;
}

/* .total-count {
	font-size: 10px;
	text-align: center;
	display: flex;
	justify-content: flex-end;
	margin-top: -5px;
	margin-bottom: 5px;
	display: none;
} */

/* .total-count .center {
	display: inline-block;
	background: #f1f1f1;
	padding: 2.5px 10px;
} */

.table-result-wrapper {
  padding: 0px 4%;
}

.table-result-wrapper i.fa-calendar {
  color: #707070;
  padding-right: 2.5px;
}

a.web-link {
  background: #397fa8;
  color: #fff;
  height: 15px;
  font-size: 9px;
  padding: 3px 4.5px;
  display: inline-flex;
  align-items: center;
}

a.web-link i {
  padding-right: 2.5px;
}

.date-span {
  display: inline-flex;
  align-items: center;
}

.date-span i {
  color: #707070;
  padding-right: 4.5px;
  font-size: 10px;
  position: relative;
  top: -2px;
}

div.stars {
  display: block;
}

div.stars i {
  color: #dfa347;
}

.pager {
  display: none;
}

.result-header {
  display: flex;
  margin: 0px;
  justify-content: flex-start;
}

.result-header .pager {
  margin: 0px;
  align-items: center;
  margin-left: auto;
  padding-bottom: 5px;
}

.result-header .pager div {
  background: #397fa8;
  color: #fff;
  border: none;
  padding: 2px 8px;
  height: 25px;
  font-size: 13px;
  cursor: pointer;
  margin-right: 1.5px;
  outline: none !important;
}

.pager div.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.result-header .number {
  margin-right: 7.5px;
  font-size: 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 3.5px 15px;
  height: 25px;
  background: #ededed;
  color: #000;
}

.result-header .number span {
  padding: 0px 2.5px;
}

table {
  border-collapse: collapse;
}

.stars {
  color: #d98141;
  font-weight: 700;
  font-size: 11px;
  line-height: 10px;
}

.service-error {
  background: #fff0f0;
  font-size: 12px;
  font-weight: 500;
  padding: 10px;
  color: black;
  border: 1px solid #f6dddd;
  display: none;
}

.service-error i {
  padding: 0px 2.5px;
  color: #a03232;
}

/* SafeTourism 2020 */

.SafeTourism {
  width: 100%;
}

.SafeTourismImg {
  width: 100%;
  min-height: 500px;
  position: absolute;
  object-fit: cover;
}

.SafeTourismSlogan {
  width: 100%;
  z-index: 99;
  color: #000;
  margin-top: 20%;
}

.SafeTourismSlogan img {
  width: 25%;
  float: left;
}

.SafeTourismText {
  width: 70%;
  float: right;
  font-family: MontserratExtra;
  color: #fff;
  font-size: 28px;
  margin-top: 4%;
}

.SafeTourismText span {
  width: 100%;
  float: left;
  font-size: 22px;
  font-family: MontserratBold;
  color: #fff;
  margin-top: 10px;
}

.SafeTourismBtn {
  width: 230px;
  height: 75px;
  border: 3px solid #fff;
  background: transparent;
  font-family: MontserratBold;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  margin-top: 15px;
  float: left;
}

.SafeTourismBtn a {
  color: #fff;
  text-decoration: none;
  font-family: MontserratBold;
  font-size: 16px;
  display: block;
}

.SafeTourismBtn a:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.SafeTourismBtn span {
  float: inherit;
  color: #fff;
  font-size: 20px;
}

.SafeTourismContent {
  width: 100%;
  min-height: 440px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 30%
  );
}

.SafeTourismContent .owl-carousel {
  padding-top: 5%;
}

.SafeTourismContent .owl-stage {
  margin: 0 auto;
}

.SafeTourismContent .owl-stage .item {
  text-align: center;
  cursor: pointer;
}

.SafeTourismContent .owl-stage .item img {
  border-radius: 100%;
  width: 230px;
  margin: 0 auto;
}

.SafeTourismContent .owl-stage .item .title {
  font-size: 17px;
  font-family: MontserratBold;
  width: 200px;
  margin: 0 auto;
  text-align: center;
  color: #403d3a;
  margin-top: 25px;
}

.SafeTourismContext {
  width: 100%;
  min-height: 300px;
  background: #17b3c7;
  position: relative;
  float: left;
  padding-bottom: 120px;
}

.SafeTourismContext .SafeTourismOk {
  width: 60px;
  height: 30px;
  position: absolute;
  top: -30px;
  left: 18%;
}

.SafeTourismContext .SafeTourismDetail {
  width: 66%;
  margin: 0 auto;
  padding-top: 2.5%;
  padding-bottom: 2.5%;
}

.SafeTourismContext .SafeTourismDetail .list {
  float: left;
  margin-bottom: 25px;
  width: 100%;
}

.SafeTourismContext .SafeTourismDetail .img {
  width: 8%;
  text-align: center;
  float: left;
}

.SafeTourismContext .SafeTourismDetail .img img {
  width: 100%;
}
.SafeTourismContent .owl-stage .item:hover img {
  border: 10px solid #17b3c7;
  transition: all 0.2s;
}

.SafeTourismContent .owl-stage .item:hover .title {
  color: #17b3c7;
  transition: all 0.1s;
}

.SafeTourismContext .SafeTourismDetail .text {
  width: 90%;
  float: right;
  color: #fff;
  font-family: MontserratMedium;
  font-size: 18px;
  line-height: 27px;
  padding-top: 15px;
}

.SafeTourismContext .touristic {
  width: 60px;
  height: 30px;
  position: absolute;
  top: -30px;
  left: 38%;
}

.SafeTourismContext .transportation {
  width: 60px;
  height: 30px;
  position: absolute;
  top: -30px;
  left: 58%;
}

.SafeTourismContext .safety {
  width: 60px;
  height: 30px;
  position: absolute;
  top: -30px;
  left: 78%;
}

.owl-nav {
  display: none;
}
.SafeTourismBtn:hover {
  background: #a62c49;
  color: #fff;
}

#homeVideo {
  /* height: auto !important; */
}
.DiscoverTurkeyBTN {
  width: 230px;
  height: 75px;
  border: 3px solid #fff;
  background: transparent;
  font-family: MontserratBold;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  margin-bottom: 28%;
}

.DiscoverTurkeyBTN a {
  color: #fff;
  text-decoration: none;
  font-family: MontserratBold;
  font-size: 16px;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 70px;
}

.DiscoverTurkeyBTN:hover {
  background: #a62c49;
}

.DiscoverTurkeyBTN a:hover {
  color: #fff;
}

.discoverTurkey {
  width: 100%;
  min-height: 260px;
  background: url(../images/discover-turkey.png) 54%;
  background-size: cover;
  margin-top: 50px;
  text-align: center;
  margin-bottom: -40px;
}

.discoverLogo {
  width: 200px;
  padding-top: 35%;
}
.SafeTourismText .TurkeyTook {
  font-size: 16px;
  line-height: 22px;
  font-family: Montserrat;
}

.CertificationProgramDetails {
  width: 100%;
  color: #fff;
  font-size: 22px;
  font-family: MontserratBold;
  margin-top: 40px;
  float: left;
}

.CertificationProgramDetails span {
  width: 100%;
  font-size: 17px;
  float: left;
  margin-top: 15px;
  font-family: Montserrat;
}
.discoverTurkeyText {
  width: 100%;
  margin-top: 75px;
  color: #fff;
  font-family: Montserrat;
  margin-bottom: 25px;
}

.popmake {
  border: none !important;
  box-shadow: inherit !important;
  width: 40% !important;
  margin-left: -20% !important;
}

.popmake .pum-title {
  background: #e73233;
  color: #fff !important;
  font-weight: 600 !important;
  padding: 10px 30px;
  font-size: 25px !important;
  margin-bottom: 0px !important;
}

.pum-container {
  padding: 0px !important;
}

.popmake .popmake-content {
  padding: 30px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.popmake .pum-close {
  top: 17px !important;
  right: 30px !important;
  background: #fff !important;
  color: #e73233 !important;
  border-radius: 100% !important;
  width: 22px !important;
  height: 22px !important;
  font-size: 14px !important;
}

.pum-overlay {
  background-color: rgb(0, 0, 0, 0.6) !important;
}

@media screen and (max-width: 767px) {
  .popmake {
    border: none !important;
    box-shadow: inherit !important;
    width: 90% !important;
    margin-left: -10% !important;
  }
}

.home-search-indicator-image {
  display: flex;
  margin-top: 8px;
  justify-content: center;
}

.home-search-indicator-image img {
  /* background: #fff; */
  height: 55px;
  border-radius: 100%;
  margin: 0 2px;
}

.custom-table-page table {
  width: 100%;
  margin-top: 20px;
}

.custom-table-page table td img {
  width: auto;
  height: 37px;
  display: flex;
}

.custom-table-page table td {
  padding: 15px;
}

.custom-table-page img {
  width: 50%;
  height: auto;
}

.home-buttons .home-button {
  margin-bottom: 20px;
  padding: 28px;
  font-weight: 800;
  font-size: 24px;
  transition: all, 0.25s;
  position: relative;
  margin-bottom: 15px;
  min-height: 355px;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 900;
  background: rgb(91, 91, 93);
  background: linear-gradient(
    180deg,
    rgba(91, 91, 93, 1) 0%,
    rgba(64, 64, 66, 1) 100%
  );
  color: #fff;
}

.home-buttons .home-search-click-view {
  margin-bottom: 30px;
}

.home-buttons .home-button div {
  position: relative;
}

.home-buttons .home-button > div:before {
  content: "";
  position: absolute;
  left: calc(50% - 50px);
  width: 100px;
  background: #fff;
  height: 1px;
  top: -25px;
}

.home-buttons .home-button > div:after {
  content: "";
  position: absolute;
  left: calc(50% - 50px);
  width: 100px;
  background: #fff;
  height: 1px;
  bottom: -26px;
}

/*.home-buttons .home-button:before {
    content: "\f105";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    right: 24px;
    top: 50%;
    margin-top: -12px;
    font-size: 26px;
    display: none;
}*/

.home-buttons .home-button span {
  display: block;
  position: relative;
}

.home-buttons .home-button.home-button--turqoise {
  background: #5cc8d3;
  color: #fff;
  border: 1px solid #24abb8;
}

.home-buttons .home-button.home-button--turqoise:hover {
  background: #24abb8;
}

.home-buttons .home-button.home-button--green:hover {
  background: #50974d;
}

.home-buttons .home-button.home-button--green {
  background: #78bc75;
  border: 1px solid #50974d;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .custom-table-page-header {
    display: block !important;
    text-align: left;
    padding: 10px !important;
  }

  .custom-table-page-levels {
    display: block !important;
  }

  .custom-table-page-levels span {
    margin-left: 0px !important;
    margin-bottom: -15px;
  }

  .custom-table-page-levels span:last-child {
    margin-bottom: 0px;
  }

  .custom-table-page-download {
    margin-top: 10px;
  }
}

.home-searchs-large .searchButton a {
  font-size: 18px;
}

.custom-table-page-header {
  display: flex;
  align-items: center;
  background: #f8f8f8;
  padding: 16px;
}

.custom-table-page-levels {
  display: flex;
  align-items: center;
}

.custom-table-page-levels span {
  margin-left: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.custom-table-page-levels span img {
  width: 30px;
  height: auto;
  margin-left: 5px;
}

.custom-table-page-download {
  margin-left: auto;
}

.custom-table-page-download a {
  font-weight: bold;
  color: #b7415b;
  text-decoration: underline !important;
}
.custom-table-page-download button{
 font-weight: bold;
  font-size:15px;
 color: #b7415b;
 text-decoration: underline !important;
 border:none; 
 background: none; 
 cursor:pointer;
}

.form-page {
  position: relative;
}

.form-page .form-page-loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff7a;
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all, .2s;
  -moz-transition: all, .2s;
  -webkit-transition: all, .2s;
  -o-transition: all, .2s;
  pointer-events: none;
  opacity: 0;
  z-index: 11;
}

.form-page .form-page-loading.active {
  opacity: 1;
  pointer-events: auto;
}

.form-page .form-page-field {
  display: flex;
  padding: 4px;
  align-items: center;
}

.form-page .form-page-errors {
  margin: 16px 0px;
}

.form-page .form-page-warnings {
  margin-top: 12px;
}

.form-page .form-page-error {
  background: #b34c4d;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 2px;
  padding: 6px 6px 6px 20px;
  position: relative;
}

.form-page .form-page-success {
  background: #5caf8e;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 2px;
  padding: 6px 6px 6px 20px;
  position: relative;
}

.form-page .form-page-error:before, .form-page .form-page-success:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  top: 50%;
  margin-top: -2.5px;
  left: 8px;
}

.form-page .form-page-field label {
  width: 100%;
  font-weight: 500;
}

.form-page .form-page-field input[type="checkbox"] {
  width: 40px;
}

.form-page .form-page-field label span {
  color: #e52128;
  cursor: pointer;
}

.form-page .form-page-field label a {
  color: #047ece;
  cursor: pointer;
}

.form-page .form-page-field input,
.form-page .form-page-field textarea,
.form-page .form-page-field select {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  resize: none;
  padding: 8px;
  border: 1px solid #ccc;
  transition: all, 0.25s;
  font-weight: 500;
}

.form-page .form-page-field input:focus,
.form-page .form-page-field textarea:focus,
.form-page .form-page-field select:focus {
  border: 1px solid #62829b;
}

.form-page .form-page-field input::-webkit-input-placeholder,
.form-page .form-page-field textarea::-webkit-input-placeholder,
.form-page .form-page-field select::-webkit-input-placeholder {
}

.form-page .form-page-field select option {
  font-family: "Montserrat", sans-serif;
}

.form-page .form-page-group {
  background: #f5f5f5;
  padding: 16px;
  margin: 12px 0px;
  border: 1px solid #dddddd;
}

.form-page .form-page-group h5 {
  margin: 0px;
  font-size: 15px;
}

.form-page .form-page-group h5 span {
  color: #e52128;
}

.form-page .form-page-group p {
  margin: 0px 0px 12px 0px;
  font-size: 13px;
}

.form-page .form-page-buttons {
  display: flex;
  margin-top: 20px;
  justify-content: flex-end;
}

.form-page .form-page-buttons button {
  background: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  border: none;
  padding: 12px;
  margin-left: 12px;
  background: #ececec;
  cursor: pointer;
}

.form-page .form-page-buttons button[type="submit"] {
  background: #5caf8e;
  color: #fff;
    transition: all, .2s;
}

.form-page .form-page-buttons button[type="submit"]:hover {
  background: #6dc09f;
}

.form-page button[name="insert-group"] {
  margin-bottom: 20px;
  border: none;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
  background: #f5f5f5;
  border: 1px solid #dddddd;
  transition: all, .2s;
}

.form-page button[name="insert-group"]:hover {
  background: #f5f5f5;  
}

.kvkk-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 99999999;
  align-items: center;
  justify-content: center;
  transition: all, .2s;
  -webkit-transition: all, .2s;
  -o-transition: all, .2s;
  opacity: 0;
  pointer-events: none;
}

.kvkk-modal.active {
  opacity: 1;
  pointer-events: auto;
}

.kvkk-modal-outside {
  background-color: rgb(0 0 0 / 45%);
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.kvkk-modal-container  {
  background-color: #fff;
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 600px;
}

.kvkk-modal-header  {
  background-color: #ececec;
  padding: 24px;
}

.kvkk-modal-header h3 {
  margin: 0px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
}

.kvkk-modal-content {
  margin-top: 12px;
  max-height: calc(100vh - 300px);
  overflow-y: auto;
  padding: 8px 24px 24px 24px;
  font-size: 14px;
}

.kvkk-modal-content::-webkit-scrollbar {
  width: 7.5px;
}

.kvkk-modal-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.kvkk-modal-content::-webkit-scrollbar-thumb {
  background: #ccc;
}

.kvkk-modal-content p a {
	color: #000;
	text-decoration: underline !important;
	font-weight: 600;
}

.kvkk-modal-footer {
  display: flex;
  justify-content: flex-end;
}

.kvkk-modal-footer button {
  background-color: transparent;
  padding: 8px 12px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  font-family: "Montserrat", sans-serif;
}

.kvkk-modal-footer button[name="accept"] {
  background-color: rgb(0, 82, 204);
  color: #fff;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-top: -25px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #b7415b;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle;width: 100% !important;margin-left: -8px;}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none;font-size: 13px;}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border: 1px solid #ccc;border-radius: 00;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding: 5px 7px 0 7px;width:100%;height: 100%;/* display: flex; */align-items: center;}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;font-size: 12px;font-weight: 500;}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{outline:0;width: 100%;border: 1px solid #62829b;}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield;margin: 0;}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

