@font-face {
  font-family: 'Lato-Regular';
  src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Regular.woff') format('woff'),
    url('../fonts/Lato-Regular.ttf') format('truetype'),
    url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato Medium';
  src: url('../fonts/Lato-Medium.eot');
  src: url('../fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Medium.woff2') format('woff2'),
    url('../fonts/Lato-Medium.woff') format('woff'),
    url('../fonts/Lato-Medium.ttf') format('truetype'),
    url('../fonts/Lato-Medium.svg#Lato-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Nexa Bold';
  src: url('../fonts/NexaBold.eot');
  src: url('../fonts/NexaBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NexaBold.woff2') format('woff2'),
    url('../fonts/NexaBold.woff') format('woff'),
    url('../fonts/NexaBold.ttf') format('truetype'),
    url('../fonts/NexaBold.svg#NexaBold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Lato Italic';
  src: url('../fonts/Lato-Italic.eot');
  src: url('../fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Italic.woff2') format('woff2'),
    url('../fonts/Lato-Italic.woff') format('woff'),
    url('../fonts/Lato-Italic.ttf') format('truetype'),
    url('../fonts/Lato-Italic.svg#Lato-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Lato-Semibold';
  src: url('../fonts/Lato-Semibold.eot');
  src: url('../fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Semibold.woff2') format('woff2'),
    url('../fonts/Lato-Semibold.woff') format('woff'),
    url('../fonts/Lato-Semibold.ttf') format('truetype'),
    url('../fonts/Lato-Semibold.svg#Lato-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
}

/*==================================================*/
b {
  font-family: 'Nexa Bold';
}

strong {
  font-family: 'Lato-Semibold';
}

i {
  font-family: 'Lato Italic';
}

* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 14px;
  color: #231F20;
  font-family: 'Lato-Regular';
  min-width: 290px;
}

.red {
  outline: 1px solid red;
}

input,
textarea,
select {
  font-size: 16px !important;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.img_cont {
  display: block;
  text-align: center;
}

.img_cont img {
  width: 100%;
  height: auto;
}

.align_center {
  display: block;
  text-align: center;
}

a {
  text-decoration: none;
  outline: none;
  color: #444444;
}

a:hover,
a:focus {
  outline: none;
  color: #444444;
}

textarea:focus,
input:focus,
select:focus {
  outline: none
}

input[type="search"] {
  -webkit-appearance: none;
}

.inner_left {
  padding-right: 15px;
}

.inner_right {
  padding-left: 15px;
}

.slick-slide:focus {
  outline: none;
}

.slick-slide img {
  display: inline-block;
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  line-height: 1;
  font-weight: normal;
  font-family: 'Nexa Bold';
}

a.img_cont:hover {
  opacity: 0.95;
}

.block {
  padding-top: 60px;
  padding-bottom: 60px;
}

/*==========================*/
.menu_button {
  height: 53px;
  width: 62px;
  right: 0px;
  top: 8px;
  text-align: center;
  position: absolute;
  overflow: hidden;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 999;
  margin-top: 0;
}

.menu_button.navbar-toggle {
  padding: 0px;
  margin: 0px;
}

.menu_button.active span i:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
  top: 16%;
  left: 27px;
}

.menu_button.active span i:nth-child(2) {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;
}

.menu_button.active span i:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  top: 57%;
  left: 23px;
}

.menu_button span {
  width: 60px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 0px;
  cursor: pointer;
  background: transparent;
  z-index: 1;
}

.menu_button span i {
  position: absolute;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 68%;
  height: 6px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #E63044;
  -webkit-transition: opacity .1s ease .1s, -webkit-transform .3s ease;
  transition: opacity .1s ease .1s, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .1s ease .1s;
  transition: transform .3s ease, opacity .1s ease .1s, -webkit-transform .3s ease;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.menu_button span i:nth-child(1) {
  top: 15%;
}

.menu_button span i:nth-child(2) {
  top: 31%;
}

.menu_button span i:nth-child(3) {
  top: 47%;
}

.navbar-header {
  position: relative;
}

/*=====================*/
@media (max-width: 992px) {
  .navbar-nav {
    margin-top: 54px;
  }
}

/*--------------*/
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
  padding: 4px 10px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: 0;
  box-shadow: none;
}

/*==================*/
@media (max-width: 992px) {
  .navbar-header {
    float: none;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    margin-top: 50px;
    background: white;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }
}

/*==================*/
.logo {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.logo img {
  width: 100%;
  -webkit-transition: height width 0.3s;
  -moz-transition: height width 0.3s;
  -ms-transition: height width 0.3s;
  -o-transition: height width 0.3s;
  transition: height width 0.3s;
  vertical-align: middle;
}

.logo {
  width: 360px;
  display: block;
  margin-top: 55px;
}

/*-------------*/
.top_panel {
  display: table;
  width: 100%;
}

.top_panel>div {
  display: table-cell;
  vertical-align: middle;
}

.top_panel>div:first-child {
  vertical-align: bottom;
}

.top_panel>div:last-child {
  vertical-align: top;
}

.navbar_nav {
  display: block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.navbar_nav>li {
  display: inline-block;
  float: left;
  text-transform: uppercase;
  margin-right: 5px;
}

.main_menu_wrapper {
  padding-top: 50px;
}

.main_menu {
  position: relative;
  display: inline-block;
  float: left;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.navbar_nav>li>a {
  padding: 10px 20px;
  display: block;
  font-size: 14px;
  white-space: nowrap;
  background: -moz-linear-gradient(90deg, rgba(219, 219, 219, 1) 0%, rgba(174, 174, 174, 1) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(174, 174, 174, 1)), color-stop(100%, rgba(219, 219, 219, 1)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(90deg, rgba(219, 219, 219, 1) 0%, rgba(174, 174, 174, 1) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(90deg, rgba(219, 219, 219, 1) 0%, rgba(174, 174, 174, 1) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(90deg, rgba(219, 219, 219, 1) 0%, rgba(174, 174, 174, 1) 100%);
  /* ie10+ */
  background: linear-gradient(0deg, rgba(219, 219, 219, 1) 0%, rgba(174, 174, 174, 1) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AEAEAE', endColorstr='#DBDBDB', GradientType=0);
  /* ie6-9 */
}

.navbar_nav>li.active>a {
  background: #101C68;
  color: #fff;
  position: relative;
}

.navbar_nav>li.active>a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  border: 10px solid transparent;
  border-top: 10px solid #101C68;
  margin-left: -10px;
}

.navbar_nav>li>a:hover {
  background: #101C68;
  color: #fff;
}

.active_button {
  display: inline-block;
  background-color: #F66E0A;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 0px 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #F66E0A;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.active_button:hover,
.active_button:focus {
  background-color: #fff;
  color: #F66E0A;
  text-decoration: none;
}

/*=================================*/
.dm-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../img/fbg.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  z-index: 1050;
}

/* активируем модальное окно */

.dm-overlay:target {
  display: block;
  -webkit-animation: fade .6s;
  -moz-animation: fade .6s;
  animation: fade .6s;
}

/* блочная таблица */

.dm-table {
  display: table;
  width: 100%;
  height: 100%;
}

/* ячейка блочной таблицы */

.dm-cell {
  display: table-cell;
  padding: 0 1em;
  vertical-align: middle;
  text-align: center;
}

/* модальный блок */

.dm-modal {
  display: inline-block;
}

.popup {
  background-color: #fff;
  width: 700px;
  height: auto;
  box-shadow: 2px 5px 20px 0px rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  margin: -240px auto 0;
  z-index: 990;
  padding-bottom: 100px;
}

.close_popup {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  font-size: 20px;
  text-align: center;
  line-height: 24px;
  color: #000;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  cursor: pointer;
}

.close_popup:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -sand-transform: rotate(360deg);
}

.popup input[type=text],
.popup input[type=email],
.popup input[type=password] {
  border: 1px solid #fff;
  outline: none;
  margin-bottom: 15px;
  color: #000;
  background: rgba(255, 255, 255, 1);
  height: 44px;
  width: 100%;
  padding: 0px 15px;
  text-align: center;
}

.popup textarea {
  border: 1px solid #fff;
  outline: none;
  background: rgba(255, 255, 255, 1);
  height: 120px;
  width: 100%;
  padding: 15px;
  margin-bottom: 5px;
  resize: none;
}

.form_button {
  background-color: #101C68;
  color: #fff;
  text-align: center;
  height: 55px;
  border: 2px solid #fff;
  transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -moz-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -webkit-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -o-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  outline: none;
  display: inline-block;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  font-size: 21px !important;
  text-transform: uppercase;
  font-family: 'Lato Medium';
  cursor: pointer;
}

.popup .form_button {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: -24px;
}

.form_button:hover,
.form_button:focus {
  background-color: #fff;
  color: #101C68;
  text-decoration: none;
  outline: none;
  border-color: #101C68;
}

.form_wrapper_header {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.form_wrapper_header .img_cont {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.red_bg {
  position: relative;
  padding-bottom: 10px;
  padding-top: 30px;
}

.red_bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #C90C0F;
  z-index: -1;
}

.form_wrapper_body {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.fg_pass {
  display: block;
  text-align: right;
  color: #fff;
}

/*-------------*/
.succes {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 35px 30px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0;
  margin: 0;
  z-index: 1002;
  display: none;
}

.succes .inner {
  display: table;
  width: 100%;
  height: 100%;
}

.succes .inner p {
  margin-top: 0 !important;
  display: table-cell;
  vertical-align: middle;
}

.succes p {
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  color: #000;
}

.succes p>span {
  display: block;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 45px;
  color: #E74237;
  font-size: 50px;
  margin-top: 20px;
}

.form_col>div {
  display: table-cell;
  vertical-align: middle;
}

.form_col>div:first-child {
  padding-right: 7px;
}

.form_col>div:last-child {
  padding-right: 7px;
}

/*=========================*/
.vote label {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 0;
  padding-left: 40px;
  font-size: 14px;
  color: #000;
  padding-top: 0px;
  text-align: left;
  font-weight: normal;
}

.vote input[type=checkbox] {
  display: none;
}

.vote label:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0px;
  top: 3px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 1px #000;
  -moz-box-shadow: 0px 0px 1px #000;
  box-shadow: 0px 0px 1px #000;
}

.vote input[type=checkbox]:checked+label:before {
  content: "\2714";
  font-size: 17px;
  color: #E74237;
  line-height: 12px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

/*======================================================*/
@media only screen and (max-width : 992px) {
  .popup {
    top: 0;
    margin-top: 20px;
  }
}

@media only screen and (max-width : 720px) {
  .popup {
    width: 96%;
  }
}

@media only screen and (max-width : 480px) {}

/*========================*/
.user_area {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  float: right;
}

.user_area ul {
  background-color: #C90C0F;
  color: #fff;
  padding: 15px 15px;
  font-size: 12px;
}

.user_area a.uata {
  display: table;
  width: 100%;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.user_area a.uata:hover,
.user_area.uata a:focus {
  display: table;
  width: 100%;
  color: #fff;
}

.user_area a.uata>span {
  display: table-cell;
  vertical-align: middle;
}

.user_area a.uata>span:first-child {
  padding-right: 15px;
  text-transform: uppercase;
}

.user_area a.uata>span:last-child {
  padding-left: 15px;
  text-align: right;
  font-size: 14px;
}

/*===================*/
.page_header {
  display: table;
  padding-top: 30px;
}

.page_header>div {
  display: table-cell;
  vertical-align: middle;
}

.page_header>div:first-child {
  padding-right: 15px;
}

.page_header>div:last-child {
  padding-left: 15px;
}

.breadcrumb {
  padding: 8px 0px;
  list-style: none;
  background-color: transparent;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: 'Lato Medium';
  font-size: 12px;
  margin-right: 110px;
}

.breadcrumb>li {
  display: inline-block;
  vertical-align: top;
}

.breadcrumb>.active {
  color: #101C68;
}

.breadcrumb a {
  color: #101C68;
}

.breadcrumb>li+li:before {
  padding: 0 10px;
  color: inherit;
  content: "\003E";
  color: #343434;
}

@media only screen and (max-width : 768px) {
  .breadcrumb>li {
    display: none;
  }

  .breadcrumb>li:nth-last-child(2) {
    display: block;
  }

  .breadcrumb>li+li:before {
    content: "\003E";
  }
}

/*================*/
.atert_div {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  position: relative;
  background-color: #C90C0F;
  font-family: 'Lato-Semibold';
  padding: 12px 50px 10px 10px;
  line-height: 1;
}

.atert_div>span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  position: absolute;
  right: -14px;
  top: -3px;
  background-color: #1B2366;
  line-height: 36px;
  width: 42px;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  font-size: 16px;
  text-align: center;
}

.atert_div:hover {
  text-decoration: none;
  color: #fff;
}

/*================*/

.filters ::-webkit-input-placeholder {
  color: #333;
  font-size: 10px;
}

.filters ::-moz-placeholder {
  color: #8A8A8A;
  font-size: 10px;
}

/* Firefox 19+ */
.filters :-moz-placeholder {
  color: #333;
  font-size: 10px;
}

/* Firefox 18- */
.filters :-ms-input-placeholder {
  color: #333;
  font-size: 10px;
}

.filters ::placeholder {
  color: #333;
  font-size: 10px;
}

/*================*/
.filters {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 2px solid #C90C0F;
  border-bottom: 2px solid #C90C0F;
}

.filters input[type=text] {
  border: 1px solid #ccc;
  outline: none;
  color: #000;
  background: #FFF;
  height: 40px;
  width: 100%;
  padding: 0px 15px;
}

/*=======================*/
.filters_body {
  display: table;
  width: 100%;
}

.filters_body>div {
  display: table-cell;
  vertical-align: middle;
  padding-right: 5px;
}

.filters_body>div:first-child {}

.filters_body>div:last-child {
  padding-right: 0px;
}

/*============================*/
.custom-select__option--value {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0rem;
  height: 40px;
}

.custom-select {
  width: 150px;
}

.custom-select__option--value::after {
  border-color: #C90C0F transparent;
}

.custom-select__option {
  color: #333;
  line-height: 1;
  font-size: 10px;
  text-transform: uppercase;
}

.custom-select--active .custom-select__option--value {
  border-radius: 0 !important;
}

.custom-select__option:hover,
.custom-select__option:focus {
  background-color: transparent;
}

.custom-select__option {
  padding: 0.5rem .75rem;
}

.custom-select__dropdown {
  border-color: #ссс;
  border-radius: 0;
}

.custom-select__option--value::after {
  position: absolute;
  box-sizing: border-box;
  width: 0px;
  height: 0;
  top: 37% !important;
  right: .8rem !important;
  border-width: 0rem;
  border-bottom-width: 0px;
  border-style: solid;
  border-color: currentColor transparent;
  transform: translateY(0) !important;
  content: "\f10f";
  font-family: Flaticon;
  color: #C90C0F;
  font-size: 12px;
}

/*=================*/
.dark_blue_button {
  display: inline-block;
  background-color: #1B2366;
  font-size: 10px !important;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 0px 20px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #1B2366;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  font-family: 'Lato-Semibold';
}

.dark_blue_button:hover,
.dark_blue_button:focus {
  background-color: #fff;
  color: #1B2366;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}

/*=============*/
.login_out {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 17px;
  right: 55px;
  color: #E63044;
  font-size: 30px;
  line-height: 1;
  display: block;
}

.authorization {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 17px;
  right: 100px;
  color: #E63044;
  font-size: 30px;
  line-height: 1;
  display: block;
}

/*==================*/
.check_wrapper .vote {
  padding-left: 5px;
  padding-right: 5px;
}

.check_wrapper .vote label {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 0;
  padding-left: 30px;
  font-size: 10px;
  color: #000;
  padding-top: 0px;
  text-align: left;
  font-weight: normal;
  white-space: nowrap;
}

.check_wrapper .vote input[type=checkbox] {
  display: none;
}

.check_wrapper .vote label:before {
  content: "";
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0px;
  top: -8px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 1px #000;
  -moz-box-shadow: 0px 0px 1px #000;
  box-shadow: 0px 0px 1px #000;
  border: 6px solid #fff;
}

.check_wrapper .vote input[type=checkbox]:checked+label:before {
  content: "";
  background-color: #CD151D;
}

/*===============*/
.open_filter {
  display: table;
  width: 100%;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
}

.open_filter>div {
  display: table-cell;
  vertical-align: middle;
}

.open_filter>div:first-child {
  width: 30px;
  color: #242261;
}

.open_filter>div:last-child {
  padding-left: 15px;
  font-size: 10px;
  text-transform: uppercase;

}

/*==================*/
.jobs_header {
  display: table;
  margin-bottom: 20px;
}

.jobs_header>div {
  display: table-cell;
  vertical-align: middle;
}

.jobs_header>div:first-child {
  padding-right: 15px;
  color: #C90C0F;
  font-size: 30px;
  text-transform: uppercase;
}

.jobs_header>div:last-child {
  padding-left: 15px;
}

.jobs_header .dark_blue_button {
  font-family: 'Lato-Semibold';
  height: 30px;
  line-height: 30px;
}

/*=================*/
.dataTables_wrapper {
  margin-top: 20px;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 0px;
}

table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 0px;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
  border-top: 0px;
}

.dataTables_wrapper .dataTables_length {
  margin-bottom: 20px;
}

table.dataTable thead {
  background-color: #C90C0F;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Lato-Semibold';
  text-align: left;
  font-size: 10px;
}

table.dataTable {
  font-size: 12px;
}

tfoot {
  text-transform: uppercase;
  font-family: 'Lato-Semibold';
  text-align: left;
  font-size: 10px;
  background-color: #C90C0F;
  border-right: 1px solid #ccc;
  color: #fff;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td {
  background-color: #EDEDED !important;
  border-right: 1px solid #ccc;
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
  background-color: #EDEDED !important;
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
  background-color: #EDEDED !important;
}

table.dataTable tbody tr,
table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #EDEDED !important;
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
  background-color: #EDEDED !important;
}

/*=================*/
.user_name {
  font-size: 30px;
  color: #C90C0F;
  display: inline-block;
  float: right;
}

.user_name span {
  text-transform: uppercase;
}

.jobs_body table {
  border: 1px solid #ccc;
  border-right: 0;
}

table.dataTable tfoot th:last-child,
table.dataTable tfoot td:last-child {
  border-right: 1px solid #ccc;
}

/*=================*/
.jobs_wrapper {
  padding-bottom: 30px;
}

.red_border {
  border-top: 2px solid #C90C0F;
}

.tr_ex h1,
.tr_ex h2,
.tr_ex h3 {
  text-transform: uppercase;
  font-size: 20px;
  color: #C90C0F;
  padding-bottom: 30px;
}

.tr_ex_body {
  display: table;
  font-size: 18px;
}

.tr_ex_body>div {
  display: table-cell;
  vertical-align: middle;
}

.tr_ex_body>div:first-child {
  padding-right: 15px;
}

.tr_ex_body>div:last-child {
  padding-left: 15px;
}

.tr_ex_body>div:last-child a {
  color: #C90C0F;
  text-decoration: underline;
}

.tr_ex_body>div:last-child a:hover {
  color: #C90C0F;
  text-decoration: none;
}

.block_header {}

.block_header h1,
.block_header h2,
.block_header h3 {
  text-transform: uppercase;
  font-size: 20px;
  color: #C90C0F;
  padding-top: 30px;
  padding-bottom: 30px;
}

.tr_ex_body {
  padding-bottom: 40px;
}

/*=======================*/
.calendar {
  padding-bottom: 30px;
}

.calendar_body {
  display: table;
}

.calendar_body>div {
  display: table-cell;
  vertical-align: top;
}

.calendar_body>div:first-child {
  padding-right: 100px;
}

.calendar_body>div:last-child {}

/*=============*/
.events_wrapper {
  display: table;
  padding-top: 20px;
}

.events_wrapper>div {
  display: table-cell;
  vertical-align: top;
}

.events_wrapper>div:first-child {
  padding-right: 15px;
}

.events_wrapper>div:last-child {
  padding-left: 15px;
}

.events_box {
  max-width: 400px;
}

.fc-toolbar h2 {
  font-size: 18px;
  margin: 0;
  color: #242561;
}

.fc-button-primary:not(:disabled):active,
.fc-button-primary:not(:disabled).fc-button-active {
  background-color: #C90C0F;
  border-color: #C90C0F;
}

.fc-button-primary {
  background-color: #C90C0F;
  border-color: #C90C0F;
}

.fc-button-primary:hover {
  color: #fff;
  background-color: #242561;
  border-color: #242561;
}

.fc-button {
  padding: 0.2em 0.4em;
  font-size: 1em;
}

.fc table {
  font-size: 10px;
}

.events_wrapper thead {
  font-size: 14px;
}

.fc-scroller {
  overflow: hidden hidden !important;
  height: auto !important;
}

/*=======================*/
.item_wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
}

.item_wrapper {
  display: table;
  width: 100%;
}

.item_wrapper>div {
  display: table-cell;
  vertical-align: top;
}

.item_wrapper>div:first-child {
  padding-right: 15px;
  width: 55%;
}

.item_wrapper>div:last-child {
  padding-left: 15px;
  width: 45%;
}

.item_wrapper .block_header h1,
.item_wrapper .block_header h2,
.item_wrapper .block_header h3 {
  padding-top: 0px;
  padding-bottom: 15px;
}

/*--------------*/
.item_info {}

.item_info_box>ul {
  display: table;
  /*width: 100%;*/
  font-size: 12px;
  font-family: 'Lato-Semibold';
}

.item_info_box>ul>li {
  display: table-row;
}

.item_info_box>ul>li>div {
  display: table-cell;
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
}

.item_info_box>ul>li>div:first-child {
  padding-right: 15px;
  text-transform: uppercase;
  color: #C90C0F;
}

.item_info_box>ul>li>div:last-child {
  padding-left: 15px;
}

.item_info_body {
  display: table;
  width: 100%;
}

.item_info_body>div {
  display: table-cell;
  vertical-align: top;

}

.item_info_body>div:first-child {
  padding-right: 15px;
}

.item_info_body>div:last-child {
  padding-left: 15px;
}

/*===============*/
.blue_buttons_group {
  max-width: 300px;
}

.blue_buttons_group ul {
  margin-right: -7px;
  margin-left: -7px;
}

.blue_buttons_group li {
  width: 50%;
  float: left;
  margin-bottom: 15px;
}

.blue_buttons_group li>div {
  margin: 0 7px;
}

.blue_buttons_group li .dark_blue_button {
  width: 100%;
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  /*font-size: 8px !important;*/
}

/*=======================*/

.table_group {
  display: table;
  width: 100%;
  margin-bottom: 50px;
}

.table_group>div {
  display: table-cell;
  vertical-align: top;
}

.table_group>div:first-child {
  padding-right: 15px;
  width: 55%;
}

.table_group>div:last-child {
  padding-left: 15px;
  width: 45%;
}

.t_date {
  padding-right: 30px;
}

.table_group .dataTables_wrapper .dataTables_filter,
.table_group .dataTables_wrapper .dataTables_length,
.table_group .dataTables_wrapper .dataTables_paginate,
.table_group .dataTables_wrapper .dataTables_info {
  display: none;
}

.table_group .block_header h1,
.table_group .block_header h2,
.table_group .block_header h3 {
  padding-top: 30px;
  padding-bottom: 0px;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}

/*==================*/
.table_controls {
  padding-top: 24px;
}

.table_controls {
  display: table;
  width: 100%;
}

.table_controls>div {
  display: table-cell;
  vertical-align: middle;
  padding-right: 7px;
  /*width: 25%;*/
}

.table_controls>div:first-child {}

.table_controls>div:last-child {
  padding-right: 0px;
}

.table_controls input[type=text] {
  border: 1px solid #ccc;
  outline: none;
  color: #000;
  background: #FFF;
  height: 40px;
  width: 100%;
  padding: 0px 15px;
}

::-webkit-input-placeholder {
  color: #333;
  font-size: 10px;
}

::-moz-placeholder {
  color: #8A8A8A;
  font-size: 10px;
}

/* Firefox 19+ */
:-moz-placeholder {
  color: #333;
  font-size: 10px;
}

/* Firefox 18- */
:-ms-input-placeholder {
  color: #333;
  font-size: 10px;
}

::placeholder {
  color: #333;
  font-size: 10px;
}

.table_controls .dark_blue_button {
  width: 100%;
}

/*.map_wrapper {
   position: relative;height: 400px;
}*/
.map {
  width: 100%;
  height: 300px;
}

.item_info_box .dark_blue_button {
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
}

.diver_name {
   display: inline-block;
   vertical-align: middle;
   padding-right: 15px;
}