html, body {
  font-family: 'Roboto', 'Arial';
  font-size: 15px;
  margin:0;
  padding:0;
  height: 100%;
}

.clearfix { clear: both; }

a { color: #333; }
iframe { max-width: 100%; background: inherit; }

.iframe {
  position: relative;
  padding-bottom: 56%;
}
.iframe iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.iframe_float_left iframe { float: left; }
.iframe_thumb { max-height: 100%; }

.large_iframe iframe { width: 100%; }

.col_6_1 { width: 16.66%; }
.col_5_4 { width: 80%; }
.col_5_3 { width: 60%; }

/* pt-serif-regular - latin_cyrillic-ext */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pt-serif-v11-latin_cyrillic-ext-regular.eot'); /* IE9 Compat Modes */
  src: local('PT Serif'), local('PTSerif-Regular'),
       url('../fonts/pt-serif-v11-latin_cyrillic-ext-regular.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-serif-v11-latin_cyrillic-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-serif-v11-latin_cyrillic-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-serif-v11-latin_cyrillic-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-serif-v11-latin_cyrillic-ext-regular.svg#PTSerif') format('svg'); /* Legacy iOS */
}
/* pt-serif-700 - latin_cyrillic-ext */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/pt-serif-v11-latin_cyrillic-ext-700.eot'); /* IE9 Compat Modes */
  src: local('PT Serif Bold'), local('PTSerif-Bold'),
       url('../fonts/pt-serif-v11-latin_cyrillic-ext-700.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-serif-v11-latin_cyrillic-ext-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-serif-v11-latin_cyrillic-ext-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-serif-v11-latin_cyrillic-ext-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-serif-v11-latin_cyrillic-ext-700.svg#PTSerif') format('svg'); /* Legacy iOS */
}
/* pt-serif-italic - latin_cyrillic-ext */
@font-face {
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/pt-serif-v11-latin_cyrillic-ext-italic.eot'); /* IE9 Compat Modes */
  src: local('PT Serif Italic'), local('PTSerif-Italic'),
       url('../fonts/pt-serif-v11-latin_cyrillic-ext-italic.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-serif-v11-latin_cyrillic-ext-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-serif-v11-latin_cyrillic-ext-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-serif-v11-latin_cyrillic-ext-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-serif-v11-latin_cyrillic-ext-italic.svg#PTSerif') format('svg'); /* Legacy iOS */
}
/* pt-serif-700italic - latin_cyrillic-ext */
@font-face {
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/pt-serif-v11-latin_cyrillic-ext-700italic.eot'); /* IE9 Compat Modes */
  src: local('PT Serif Bold Italic'), local('PTSerif-BoldItalic'),
       url('../fonts/pt-serif-v11-latin_cyrillic-ext-700italic.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-serif-v11-latin_cyrillic-ext-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-serif-v11-latin_cyrillic-ext-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-serif-v11-latin_cyrillic-ext-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-serif-v11-latin_cyrillic-ext-700italic.svg#PTSerif') format('svg'); /* Legacy iOS */
}
.rt {
  font-family: 'PT Serif', serif;
}

.font_mw {
  font-family: 'Merriweather', serif;
}

.font_tinos {
  font-family: 'Tinos', serif;
}

*:focus {
  outline: none;
}

.alert { padding: inherit; }

.dark_grey.form-control:focus {
  background-color: #404040 !important;
}

.dark_grey::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
.dark_grey::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
.dark_grey:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
.dark_grey:-moz-placeholder { /* Firefox 18- */
  color: #999;
}

a:hover { color: #e3342f; text-decoration: none; }

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.font_ra { font-family: 'Roboto', 'Arial'; }

#header {
  z-index: 999;
}

.btn_orange {
  background-color: #f06b3e;
  border-color: #f06b3e;
}

.swiper-container-horizontal>.swiper-scrollbar {
  height: 10px!important;
}

.swiper-scrollbar-drag {
  background: #b3b3b3!important;
}

.swiper-pagination-bullet {
  opacity: 1 !important;
  background-color: #425164 !important;
}

.swiper-pagination-bullet-active {
  background-color: #f06b3e !important;
}

.white, .hover_white:hover { background-color:#fff !important; }
.grey, .hover_grey:hover { background-color:#e0e0e0 !important; }
.grey2, .hover_grey2:hover { background-color:#c3c3c3 !important; }
.grey_f5, .hover_grey_f5:hover { background-color:#f5f5f5 !important; }
.grey_e6, .hover_grey_e6:hover { background-color:#e6e6e6 !important; }
.grey_eee, .hover_grey_eee:hover { background-color:#eee !important; }
.grey_light, .hover_grey_light:hover { background-color:#f6f6f6 !important; }
.brown, .hover_brown:hover { background-color:#d17c78 !important; }
.fill_brown, .hover_fill_brown:hover { fill: rgb(55, 137, 199)!important; }
.orange, .hover_orange:hover { background-color:#f06b3e !important; }
.orange_light, .hover_orange_light:hover { background-color:#fef0ed !important; }
.green, .hover_green:hover { background-color: #93ae6c !important; }
.red, .hover_red:hover { background-color:#e3342f !important; }
.dark, .hover_dark:hover { background-color: #343a40!important; }
.dark2, .hover_dark2:hover { background-color: #222!important; }
.dark3, .hover_dark3:hover { background-color: #373737; }
.dark_grey, .hover_dark_grey:hover { background-color: #404040; }

.fill_brown2 { fill: rgb(55, 137, 199)!important; }

.filter_green {
  filter: invert(93%) sepia(57%) saturate(3748%) hue-rotate(308deg) brightness(99%) contrast(102%);
}

.gr_brown_down {
  background-image: linear-gradient(rgba(66, 81, 100, 0.8), rgba(66, 81, 100) 70%, rgba(66, 81, 100));
}

.gr_orange {
  background-image: linear-gradient(to right, rgba(242, 112, 65), rgba(189, 54, 38));
}

.gr_orange_down {
  background-image: linear-gradient(rgba(254, 189, 105), rgba(254, 189, 105, 0));
}

select.form-control:not([size]):not([multiple]) { height: inherit; }

.crop_text_1, .crop_text_2, .crop_text_3, .crop_text_4, .crop_text_5, .crop_text_8 {
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.crop_text_1 {
  -webkit-line-clamp: 1;
}

.crop_text_2 {
  -webkit-line-clamp: 2;
}

.crop_text_3 {
  -webkit-line-clamp: 3;
}

.crop_text_4 {
  -webkit-line-clamp: 4;
}

.crop_text_5 {
  -webkit-line-clamp: 5;
}

.crop_text_8 {
  -webkit-line-clamp: 8;
}

.text_white_70 {
  color: rgba(255, 255, 255, .7);
}
.text_brown, .hover_text_brown:hover { color: #d17c78!important; }
.text_orange, .hover_text_orange:hover { color: #f06b3e !important; }
.text_green, .hover_text_green:hover { color: #6e8e40; }
.text_yellow, .hover_text_yellow:hover { color: #fff449!important; }
.text_red, .hover_text_red:hover { color: #e3342f; }
.text_ba, .hover_text_ba:hover { color: #bababa; }
.hover_text_white:hover { color: #fff !important; }
.hover_text_black:hover { color: #000 !important; }
.hover_text_secondary:hover { color: #6c757d; }
.hover_text_opacity:hover { color: rgba(255, 255, 255, 0.5); }

.bg_primary_alpha { background-color: rgba(0, 123, 255, 0.3);  }
.bg_secondary_alpha { background-color: rgba(108, 117, 125, 0.3);  }
.bg_success_alpha { background-color: rgba(40, 167, 69, 0.3);  }
.bg_danger_alpha { background-color: rgba(220, 53, 69, 0.3);  }
.bg_warning_alpha { background-color: rgba(255, 193, 7, 0.3);  }
.bg_info_alpha { background-color: rgba(23, 162, 184, 0.3);  }
.bg_dark_alpha { background-color: rgba(52, 58, 64, 0.3);  }
.bg_white_alpha { background-color: rgba(255, 255, 255, 0.3);  }
.bg_white_alpha_7 { background-color: rgba(255, 255, 255, 0.7);  }
.bg_black_alpha { background-color: rgba(0, 0, 0, 0.4);  }
.bg_bg_black_up { background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); }

.border_2 { border-width:2px !important; }
.border_3 { border-width:3px !important; }
.border_right_dashed { border-right-style: dashed !important; }
.border_bottom_dashed { border-bottom-style: dashed !important; }

.border_grey, .hover_border_grey:hover { border-color: #b3b3b3 !important; }
.border_brown, .hover_border_brown:hover { border-color: #d17c78 !important; }
.border_orange, .hover_border_orange:hover { border-color: #f06b3e !important; }
.border_red, .hover_border_red:hover { border-color: #e3342f !important; }

.border_alpha { border-color: rgba(0,0,0,.08) !important; }
.border_alpha2 { border-color: rgba(255,255,255,.2) !important; }
.border_black_alpha { border-color: rgba(0,0,0,.2) !important; }
.hover_border_white:hover { border-color: #ffffff !important; }

.border_top_black::before {
  width: 2rem;
  background-color: #2A2A2A;
  content: "";
  display: block;
  height: 0.25rem;
  margin-bottom: 0.625rem;
  clear: both;
}

.rounded_9 { border-radius: 9px; }
.rounded_3 { border-radius: 3px; }

/*...........*/

.pl_35 { padding-left: 35px; }
.p_1 { padding: 1px!important; }
.p_2 { padding: 2px!important; }

.z_index_1 { z-index: 1; }
.z_index_2 { z-index: 2; }

.tlbr_0 { top:0; right:0; bottom:0; left:0;}
.top_0 { top:0; }
.right_0 { right:0; }
.bottom_0 { bottom:0; }
.left_0 { left:0; }
.bottom_inherit { bottom:inherit!important; }

.top_p100 { top: 100%; }

.mt_50_ {
  margin-top: -50px;
}

.mb_1 { margin-bottom: 1px; }
.mb_1_ { margin-bottom: -1px; }
.mb_3_ { margin-bottom: -3px; }

.mb_25 {
  margin-bottom: 25px;
}

.fw_500 { font-weight: 500; }
.hover_fa:hover { font-weight: 700; }

.lh_1 { line-height: 1; }
.lh_1-2 { line-height: 1.2; }
.lh_1-3 { line-height: 1.3; }
.lh_1-4 { line-height: 1.4; }
.lh_1-5 { line-height: 1.5; }
.lh_2 { line-height: 2; }

.ls_1 {
  letter-spacing: 1px;
}

.ls_2 {
  letter-spacing: 2px;
}

.ls_3 {
  letter-spacing: 3px;
}

.rc {
  font-family: 'roboto condensed';
}

.fs_5 { font-size: 5px; }
.fs_9 { font-size: 9px; }
.fs_11 { font-size: 11px; }
.fs_12 { font-size: 12px; }
.fs_13 { font-size: 13px; }
.fs_14 { font-size: 14px; }
.fs_15 { font-size: 15px; }
.fs_16 { font-size: 16px; }
.fs_17 { font-size: 17px; }
.fs_18 { font-size: 18px !important; }
.fs_20 { font-size: 20px; }
.fs_24 { font-size: 24px; }
.fs_25 { font-size: 25px; }
.fs_30 { font-size: 30px; }
.fs_40 { font-size: 40px; }
.fs_60 { font-size: 60px; }
.fs_80 { font-size: 80px; }

.display_5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display_6 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}


.max_w_1100 { max-width:1100px; margin:auto; }
.max_w_1170 { max-width:1170px!important; margin:auto; }
.max_w_1020 { max-width:1020px; margin:auto; }
.max_w_730 { max-width:730px; margin:auto; }
.max_w_360 { max-width:360px; margin:auto; }
.max_h_360 { max-height:360px; }

.mh-head {
  height: inherit!important;
  text-align: inherit!important;
}

.w_20 { width:20px; }
.w_30 { width:30px; }
.w_40 { width:40px; }
.w_40_ { width:calc(100% - 40px); }
.w_50 { width:50px; }
.w_60 { width:60px; }
.w_80 { width:80px; }
.w_min_65 { min-width: 65px; }
.w_100 { width:100px; }
.w_120 { width:120px; }
.w_130 { width:130px; }
.w_180 { width:180px; }
.w_200, .hover_w_200:hover { width:200px; }
.w_360 { width: 360px; }

/* Small devices (landscape phones, 480px and up) */
@media (min-width: 480px) {
  .w_180_ { width:calc(100% - 180px); }
  .w_360_ { width:calc(100% - 360px); }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .large_iframe iframe { height: 500px!important; }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container { width:1170px }
}

@media (min-width: 1310px) {
  .container {
    width: 1280px;
  }
}

@media (min-width: 1360px) {
  .container {
    max-width: 1340px;
  }
}


/*  */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .sm_w_p100 {
    width: 100%!important;
  }

  .sm_w_50 {
    width: 50%;
  }

  .sm_w_33 {
    width: 33.33%;
  }

  .sm_pb_60 {
    padding-bottom: 60%!important;
  }

  .sm_hidden {
    display: none;
  }

  .sm_pb_p75 {
    padding-bottom: 75%!important;
  }

  .p_sm_0 {
    padding: 0!important;
  }

  .sm_text_center {
    text-align: center;
  }

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  
}
.pre-scrollable {
  max-height: inherit;
}

/*
.w_350 { width:350px; }
.w_100 { width:100px; }
.w_100_ { width:calc(100% - 100px); }
.w_60 { width:60px; }
.w_60_ { width:calc(100% - 60px); }
.w_40 { width:40px; }
.w_30 { width:30px; }
.w_30_ { width:calc(100% - 30px); }
.w_20 { width:20px; }
.w_20_ { width:calc(100% - 20px); }
*/

.transition { transition: all .2s; }

.pointer { cursor: pointer; }
.d_hidden { display: none; }

.of_hidden { overflow: hidden; }

.opacity, .hover_opacity_, .hover_opacity:hover {
  opacity: 0.5;
}

.hover_opacity_:hover, .hover_opacity__container:hover .hover_opacity_ {
  opacity: 1;
  transition: all .5s;
}

.hover_parent .hover_sub { display: none; }
.hover_parent:hover .hover_sub { display: block; }

.hover_img_outer {
  position: relative;
  overflow: hidden;
}

.hover_img_outer:hover .hover_img_inner {
  transform: scale(1.2);
}

.hover_img_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}

.white_opacity1 { background-color: rgba(255, 255, 255, .1); }

.h_3 { height:3px; }
.h_15 { height:15px; }
.h_20 { height:20px; }
.h_25 { height:25px; }
.h_28 { height:28px; }
.h_30 { height:30px; }
.h_35 { height:35px; }
.h_40 { height:40px; }
.h_50 { height:50px; }
.h_65 { height:65px; }
.h_100 { height:100px; }
.h_160 { height:160px; }
.h_280 { height: 280px;}
.h_385 { height: 385px; }
.min_h_35 { min-height: 35px; }

.w_28 { width: 28px; }

.pt_1 { padding-top: 1px; }
.pt_5 { padding-top: 5px!important; }
.pt_12 { padding-top: 12px!important; }
.hover_pt_28:hover { padding-top: 28px !important; }

.m_auto_0 {
  margin: auto 0;
}

.mr_1 { margin-right: 1px; }
.mr_2 { margin-right: 2px; }

.hover_border_white_alpha_2 { border-width: 2px; border-style: solid; border-color: rgba(255, 255, 255, 0); }
.hover_border_white_alpha_2:hover { border-color: rgba(255, 255, 255, .5); }

img {
  max-width:100%;
}

/*

.h_18 { height:18px; }
.h_20 { height:20px; }
.h_27 { height:27px; }
.h_30 { height:30px; }
.h_35 { height:35px; }
.h_35_ { height: calc(100% - 35px); }
.h_40 { height:40px; }
.h_46 { height:46px; }
.h_46_ { height: calc(100% - 46px); }

.h_100 { height:100px; }
.w_90 { width:90px; }
.w_220 { width:220px; }
.w_220_ { width:calc(100% - 220px); }
.margin_l_60_ { margin-left:-60px; }
*/

/* .modal { // summernote-той давхцаж байгаа
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
} */

.loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.5);
  z-index: 4000;
}

.loader_img {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  background: url(../images/loading.gif) no-repeat center center;

  -webkit-animation-name: rotate;
  -webkit-animation-duration:2s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:linear;
  -moz-animation-name: rotate;
  -moz-animation-duration:2s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-timing-function:linear;
}

@-webkit-keyframes rotate {
  from {-webkit-transform:rotate(0deg);}
  to {  -webkit-transform:rotate(360deg);}
}

@-moz-keyframes rotate {
  from {-moz-transform:rotate(0deg);}
  to {  -moz-transform:rotate(360deg);}
}

.shadow-sm_2 { box-shadow: 0 1px 2px rgba(0,0,0,0.2); }

/* chosen */
.dark_grey .chosen-container .chosen-drop { background: #404040; border: inherit !important; }
.dark_grey .chosen-container input { color:#fff; font-family: 'Roboto Condensed', sans-serif; font-weight: 300; }
.dark_grey .chosen-container .chosen-results { color: inherit !important; }
.chosen-container { font-size: inherit !important; }
.chosen-container-single .chosen-single {
  background-color: inherit;
  background: inherit !important;
  box-shadow: inherit !important;
  border: inherit !important;
}
.chosen-container .chosen-results li.no-results { background: inherit !important; color: inherit !important; }
.chosen-container-single .chosen-single { height: inherit; }
/* chosen */


/**/

.bootstrap .select2-selection {
  height: calc(2.19rem + 2px) !important;
  border: 1px solid #ced4da !important;
}

.bootstrap .select2-selection__placeholder {
  color: inherit !important;
}

.bootstrap .select2-selection__rendered {
  padding: .2rem .75rem;
}

.bootstrap .select2-selection--single .select2-selection__arrow {
  height: 35px !important;
}

.bootstrap .select2-search--dropdown .select2-search__field {
  border: 1px solid #bbb !important;
}

.select2-container--customize .select2-selection__rendered {
  padding: .3rem .75rem;
}

.select2-container--customize .select2-search--dropdown .select2-search__field {
  border: 1px solid #ced4da !important;
}

/**/

.select2-container--customize.dark_grey .select2-dropdown {
  background-color: #404040;
  color: #fff;
  border: 0;
}

.select2-container--customize.dark_grey .select2-search__field {
  background: #555;
  border: 1px solid #999 !important;
}

.select2-container--customize.dark_grey .select2-selection__placeholder {
  color: #999;
}

.select2-container--customize.dark_grey .select2-selection__rendered {
  color: #fff;
}

.select2-container--bootstrap .select2-results__option {
  font-family: 'roboto condensed';
  border-bottom: 1px solid #dbdbdb;
  font-weight: 300;
}

/**/

.pre-scrollable {
  max-height: inherit;
  overflow-y: auto;
}

.order_by { position: relative; padding-right: 20px !important; }
.order_by:after {
  position: absolute;
  font-family: "Font Awesome\ 5 Pro";
  font-weight: 700;
  top: 5px;
  right: 5px;
  content: "\f0dc";
}

.order_by.up:after { content: "\f0d8"; }
.order_by.down:after { content: "\f0d7"; }


.pagination {
  margin-bottom: 0;
}

.page-link {
  padding: .5rem 1rem;
  color: #171717;
  font-weight: 400;
}

.page-link:hover {
  color: #d17c78;
}

.table {
  margin-bottom: 0;
}

.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

.sub_menus {
  display: none;
}

.jconfirm.jconfirm-my-theme .jconfirm-bg{
  background-color: #444;
  opacity: .3;
}
.jconfirm.jconfirm-my-theme .jconfirm-box{
  font-family: 'Roboto Condensed', sans-serif;
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  padding: 10px 10px 0;
}
.jconfirm.jconfirm-my-theme .jconfirm-box.loading{
}
.jconfirm.jconfirm-my-theme .jconfirm-box.loading:before{
}
.jconfirm.jconfirm-my-theme .jconfirm-box.loading:after{
}
.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-closeIcon{
  font-size: 16px;
}
.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-title-c{
  font-size: 18px;
  padding-bottom: 5px;
}
.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-content-pane{
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-content{
}
.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-buttons{
  float: right;
  padding-bottom: 10px;
}
.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-buttons button{
}
.jconfirm.jconfirm-my-theme .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  margin-right: 5px;
  font-size: 18px;
}

.note-btn-group .dropdown-toggle:after {
  display: none;
}

/* //////////////////////////////////////////// */

.fit_fill { object-fit: fill }
.fit_contain { object-fit: contain }
.fit_cover { object-fit: cover }
.fit_none { object-fit: none }
.fit_scale-down { object-fit: scale-down }
.bg_light { background-color: #f2f4f7; }
.bg_black { background-color: #222222; }
.bg-flag { background: url('../images/flag.png') no-repeat left top; }

.bg_cover { background-size: cover; background-position: center; }
.bg_contain { background-size: contain; background-repeat: no-repeat; background-position: center center; }

.bg_top { background-size: cover; background-position: top center; }

h1, h2, h3, h4 { width: 100%; }

.pl_4-5 {
  padding-left: 2rem;
}

.pr_4-5 {
  padding-right: 2rem;
}

.pb_p12 {
  padding-bottom: 12%;
}

.pb_p15 {
  padding-bottom: 15%;
}

.pb_p20 {
  padding-bottom: 20%;
}

.pb_p25 {
  padding-bottom: 25%;
}

.pb_p35 {
  padding-bottom: 35%;
}

.pb_p50 {
  padding-bottom: 50%;
}

.pb_p55 {
  padding-bottom: 55%;
}

.pb_p56 {
  padding-bottom: 56%;
}


.pb_p60 {
  padding-bottom: 60%;
}

.pb_p75 {
  padding-bottom: 75%;
}

.pb_p85 {
  padding-bottom: 85%;
}

.pb_p100 {
  padding-bottom: 100%;
}

.pb_p120 {
  padding-bottom: 120%;
}

.pb_p130 {
  padding-bottom: 130%;
}

.pb_p150 {
  padding-bottom: 150%;
}

.h_inherit {
  height: inherit;
}

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}

/* news content */

div.content_description table {
  margin-bottom: 20px;
}

div.content_description table>tbody>tr {
  border-top: 1px solid #ddd;
}

div.content_description table>tbody>tr th {
  padding: 5px 10px;
  background: rgba(0, 0, 0, .05);
}

div.content_description table>tbody>tr td {
  padding: 5px 10px;
}

div.content_description h4 {
  position: relative;
  z-index: 1;
  margin: 25px 0 25px 0;
  padding: 18px 25px;
  line-height: 1.6;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
}

div.content_description h4:before {
  z-index: -1;
  position: absolute;
  background: #f3f3f3;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-left: solid 2px #ccc;
}

div.content_description h4:after {
  width: 50%;
  max-width: 300px;
  height: 5px;
  content: '';
  position: absolute;
  z-index: -2;
  right: 10px;
  bottom: 13px;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  box-shadow: 0 15px 10px #999;
  -webkit-box-shadow: 0 15px 10px #999;
  -moz-box-shadow: 0 15px 10px #999;
  box-shadow: 0 15px 10px #999;
}

div.content_description h3 {
  margin: 10px 0 5px 0;
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
}

div.content_description h2 {
  text-transform: uppercase;
  text-align: left;
  font-size: 20px;
  line-height: 1.6;
  float: left;
  margin: 0 20px 20px 0;
  width: 35%;
  min-width: 280px;
  color: #ed1c24;
  position: relative;
  font-weight: 500;
}

.news-content {
  color: #696969;
  margin: 17px 0;
  max-width: 100%;
}

.news-content img {
  height: inherit;
}

.block1 {
    border: 0;
    float: left;
    padding: 20px 7px 0 7px;
    font-size: 17px;
    font-style: italic;
    font-weight: 300;
    border-top: 3px solid #e7e9ea;
    border-bottom: 3px solid #e7e9ea;
    line-height: 24px;
    min-width: 300px!important;
    max-width: 300px!important;
    quotes: "\201C" "\201D" "\2018" "\2019";
    margin-right: 20px!important;
    margin-bottom: 20px!important;
}

.block1:before {
    color: #e3342f;
    content: open-quote;
    font-size: 4em;
    line-height: .5em;
    font-family: "Times New Roman",Times,serif;
    font-weight: bold;
    vertical-align: 0; /* -0.5em */
}

.block1:after {
    color: #e3342f;
    content: close-quote;
    font-size: 4em;
    line-height: .5em;
    font-family: "Times New Roman",Times,serif;
    font-weight: bold;
    text-align: right;
    float: right;
    width: 100%;
    margin-top: 20px;
}

.block2 {
  position: relative;
  padding: 1em;
  border-left: 0.2em solid #e3342f;
  font-family: 'Roboto', serif;
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 300;
  color: #444;
  margin-top: 40px;
  margin-bottom: 40px;
  background: rgba(0, 0, 0, .02);
  text-align: center;
}

.block2:before, .block2:after {
  content: '\201C';
  font-family: 'Sanchez';
  color: #e3342f;
  font-size: 2em;
}

.block2:after {
  content: '\201D';
}

.block3 {
    display: block;
    border-width: 2px 0;
    border-style: solid;
    border-color: #eee;
    padding: 1.5em 0 0.5em;
    margin: 1.5em 0;
    position: relative;
    font-weight: 300;
}

.block3:before {
    content: '\201C';
    position: absolute;
    top: 0em;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: 3rem;
    height: 2rem;
    font: 6em/1.08em 'PT Sans', sans-serif;
    color: #666;
    text-align: center;
}

.block3:after {
    content: "\2013 \2003" attr(cite);
    display: block;
    text-align: right;
    font-size: 0.875em;
    color: #e74c3c;
}

.sub_title {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 20px 0;
  text-align: center!important;
  color: #6e8e40;
  line-height: 170%;
}

.news-content blockquote {
  border-left: 5px solid #d17c78;
  font-size: 19px;
  font-weight: 300;
  margin: 30px 0 30px 0;
  padding: 10px 20px;
  color: #000;
  font-style: italic;
  font-family: 'PT Serif', serif;
  background: #eee;
}

.news-content h1, .news-content h2, .news-content h3 { width: 100%; font-size: 1.5rem; border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.twitt {
  background-color: #1da1f321;
  padding: 5px;
  cursor: pointer;
  position: relative;
}

.twitt:after {
  position: absolute;
  right: -5px;
  top: -5px;
  font-family: "Font Awesome 5 Brands";
  content: "\f099";
  color: #1da1f3;
  font-size: 0.7rem;
}

.twitt:hover {
  background-color: #ddd;
  color: #000;
}

/* news content */

.flex_row {
  display: flex;
  flex-direction: row;
}

.flex {
  display: flex;
  flex-direction: column;
}

.flex:nth-child(odd) {
  flex-direction: column-reverse;
}

.flex .arrow {
  position: relative;
}

.flex .arrow:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}

.flex:nth-child(odd) .arrow:before {
  top: 100%;
  bottom: auto;
  border-width: 15px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
}

/* form */

.form_icon .iconalign {
  top: -38px;
  position: relative;
  padding: 11px;
}

.form_icon .form-control {
  padding-left: 36px !important;
}

.form_icon .form-group {
  height: 40px;
}

/* Extra small devices (phones, 767px and down) */
@media only screen and (max-width: 767px) {
  .large_swiper {
    min-height: 200px;
  }

  .sm_relative {
    position: relative!important;
  }

  .sm_border_0 {
    border-width: 0!important;
  }

  .sm_border_white {
    border-bottom: 1px solid #fff!important;
  }

  .sm_fs_19 {
    font-size: 19px;
  }

  .sm_fs_9 {
    font-size: 9px;
  }

  .block1, .block2 {
    width: 100%!important;
    max-width: 100%!important;
    max-width: none;
    min-width: none;
    margin-right: 0;
  }
} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .large_swiper {
    min-height: 300px;
  }
} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .large_swiper {
    min-height: 450px;
  }

  .pr_md_6 {
    padding-right: 6rem!important;
  }
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .large_swiper {
    min-height: 450px;
  }
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .large_swiper {
    min-height: 450px;
  }
}

/* Extra Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1367px) {
  .large_swiper {
    min-height: 450px;
  }
}

.map__image [data-id*="city-"], .map__image path {
  cursor: pointer;
  fill: #d17c78;
  stroke: #fff;
  stroke-width: 1px;
  transition: fill 0.3s;
}

.map__image [data-id*="city-"] text {
  stroke: #000;
  stroke-width: 0;
  fill: #000;
}

.map__image [data-id*="city-"].is-active, .map__image .is-active {
  fill: rgb(55, 137, 199)!important;
}

.map__list a {
  transition: color 0.3s;
}

.map__list .link-city.is-active {
  color: #d17c78;
  font-weight: 700;
  cursor: pointer;
}

/* map_tooltip */

.map_tooltip {
  pointer-events: none;
  position: absolute;
  z-index: 5;
  margin: 0 auto;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

.map_tooltip.active {
  display: block;
}

.map_tooltip:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
}

/*  */

.page-item.active .page-link {
  background-color: #d17c78;
  border-color: #d17c78;
}

/*  */

.timeline_slide .timeline_title {
  position: absolute;
  text-align: center;
  width: 200%;
  left: -50%;
}

.timeline_slide:nth-child(even) .timeline_title:nth-child(2), .timeline_slide:nth-child(odd) .timeline_title:nth-child(1) {
  bottom: 50px;
}

.timeline_slide:nth-child(even) .timeline_title:nth-child(1), .timeline_slide:nth-child(odd) .timeline_title:nth-child(2) {
  top: 50px;
}

.timeline_slide:nth-child(even) .timeline_title:nth-child(4), .timeline_slide:nth-child(odd) .timeline_title:nth-child(3) {
  bottom: 100px;
}

.timeline_slide:nth-child(even) .timeline_title:nth-child(3), .timeline_slide:nth-child(odd) .timeline_title:nth-child(4) {
  top: 100px;
}

.timeline_slide .timeline_title:after {
  display: block;
  content: '';
  width: 1px;
  position: absolute;
  background: #343a40;
  left: 50%;
  margin-left: -1px;
}


.timeline_slide:nth-child(even) .timeline_title:nth-child(2):after, .timeline_slide:nth-child(odd) .timeline_title:nth-child(1):after {
  height: 50px;
  top: 100%;
}

.timeline_slide:nth-child(even) .timeline_title:nth-child(1):after, .timeline_slide:nth-child(odd) .timeline_title:nth-child(2):after {
  height: 50px;
  bottom: 100%;
}

.timeline_slide:nth-child(even) .timeline_title:nth-child(4):after, .timeline_slide:nth-child(odd) .timeline_title:nth-child(3):after {
  height: 100px;
  top: 100%;
}

.timeline_slide:nth-child(even) .timeline_title:nth-child(3):after, .timeline_slide:nth-child(odd) .timeline_title:nth-child(4):after {
  height: 100px;
  bottom: 100%;
}

.bg_map {
  background-image: url('../fonts/map.svg');
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url(../fonts/next.svg)!important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url(../fonts/prev.svg)!important;
}

.before_circle::before {
    content: "●";
    font-style: normal;
    font-size: 12px;
    vertical-align: bottom;
    color: rgb(159, 179, 201);
    margin: 0px 15px;
}

.facebook-share {
  background-color: #3e5ba9;
}

.twitter-share {
  background-color: #1da1f3;
}


/* essa */

.bn-arrow::after {
  border-color: #e3342f!important;
}

.bn-pause::after, .bn-pause::before {
  background-color: #e3342f!important;
}

.bn-play {
  background: #e3342f!important;
}

/*  */

.title_border_bottom {
  position: relative;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #cecdd2;
}

.title_border_bottom span {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #cecdd2;
}

.title_border_bottom:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  z-index: 1;
  background: rgba(234, 234, 234, 1);
}

.loading {
  background-image: url(../images/loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
}

/*  */