@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i|Ubuntu:400,400i,700,700i&subset=cyrillic');

/* =================================================================
  Global
================================================================= */

html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  background: #ddd;
}

* {
  outline: none !important;
}

b {
  font-weight: 600;
}

a {
  color: #1a75bb;
  cursor: pointer;
}

a:hover,
a:active,
a:focus {
  color: #82a2dc;
  text-decoration: none;
}

a[href^=tel]{
  color: #72abd4;
  text-decoration: none;
}

img {
  max-width: 100%;
}

textarea {
  min-height: 120px;
}

.container-fluid {
  max-width: 1170px;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1370px;
  min-height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
}

.content {
  padding-bottom: 50px;
}

input, textarea {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

/* =================================================================
  Header
================================================================= */

header {
  background: #f5f5f5;
  background-image: -webkit-linear-gradient(to right, #fff, #f5f5f5);
  background-image: -o-linear-gradient(to right, #fff, #f5f5f5);
  background-image: linear-gradient(to right, #fff, #f5f5f5);
}

header .h-top {
  padding: 30px 0;
}

header .h-logo {
  width: 300px;
}

header .h-logo a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 1.1;
  font-family: 'Ubuntu', sans-serif;
  color: #333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

header .h-logo .hl-main {
  font-size: 30px;
  font-weight: bold;
}

header .h-logo .hl-additional {
  font-size: 18px;
  color: #777;
}

header .h-button {
  margin-top: 2px;
}

header .h-button i {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}

header .h-phone {
  position: relative;
  margin-top: 3px;
  margin-right: 45px;
  padding-left: 55px;
}

header .h-phone .hp-icon {
  position: absolute;
  top: 1px;
  left: 0;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 42px;
  color: #fdbd10;
  text-align: center;
}

header .h-phone .hp-item {
  line-height: 1;
  margin-bottom: 2px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 21px;
}

/* =================================================================
  Prices
================================================================= */

.prices .p-item {
  background-color: #fff;
  margin-bottom: 30px;
  text-align: center;
  border: 2px solid #1e69b8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.prices a.p-item {
  display: block;
  color: #333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.prices a.p-item:hover {
  opacity: 0.9;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.prices table td {
	border: none !important;
}

.prices .p-item .pi-title {
	font-size: 18px;
	margin-bottom:  20px;
	background: #1e69b8;
	color: #fff;
}

.prices .p-item .pi-title .va-table {
	min-height: 70px;
}

.prices .p-item .pi-title .va-cell {
	padding: 0 5px;
}

.prices .p-item .pi-image-cover {
  height: 210px;
  position: relative;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.prices .p-item .pi-image-cover:before {
  content: '';
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.prices .p-item .pi-image-cover .va-table {
  position: relative;
  z-index: 10;
  min-height: 210px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.prices .p-item .pi-text {
  padding-bottom: 20px;
}

.prices .p-item .pi-text span {
  padding: 3px 6px;
  font-size: 18px;
  background: #fdbd10;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.our-phone {
  padding: 30px 0;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-family: 'Ubuntu', sans-serif;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .our-phone {
  font-size: 44px;
  }
}

/* =================================================================
  Navbar
================================================================= */

.navbar-toggle {
  float: none;
  margin-right: 0;
  padding: 9px 15px;
  border: none;
}

.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-toggle .icon-bar {
  height: 3px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: rgba(255, 255, 255, 0.2);
}

.navbar-nav {
  margin: 0;
}

.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}

.navbar {
  margin-bottom: 0;
  min-height: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.navbar-default {
  background-color: #1e69b8;
}

.navbar-default .navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav > li > a {
       font-size: 16px;
  }
}

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #fff;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

@media (min-width: 768px) {
  .navbar-default .navbar-nav {
    width: 100%;
  }

  .navbar-default .navbar-nav > li {
    display: table-cell;
    float: none;
    width: 1%;
  }

  .navbar-default .navbar-nav > li > a {
    padding: 12px 0;
  }

  .navbar-default .navbar-nav > li > a:hover, 
  .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fff;
  }

  .navbar-default .navbar-nav > li > a:hover, 
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > .active > a, 
  .navbar-default .navbar-nav > .active > a:hover, 
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .open > a, 
  .navbar-default .navbar-nav > .open > a:hover, 
  .navbar-default .navbar-nav > .open > a:focus {
    margin-left: -1px;
    padding-left: 1px;
  }

  .navbar-default .navbar-nav > li > a > span {
    display: block;
    border-right: 1px solid rgba(255, 255, 255, 0.2);;
  }

  .navbar-default .navbar-nav > li:first-child > a > span {
    border-left: 1px solid rgba(255, 255, 255, 0.2);;
  }

  .navbar-default .navbar-nav > .active > a > span, 
  .navbar-default .navbar-nav > .active > a:hover > span, 
  .navbar-default .navbar-nav > .active > a:focus > span,
  .navbar-default .navbar-nav > .open > a > span, 
  .navbar-default .navbar-nav > .open > a:hover > span, 
  .navbar-default .navbar-nav > .open > a:focus > span {
    border-color: transparent !important;
  }
}

@media (max-width: 767px) {
  .navbar-default .dropdown-menu > li > a {
    color: #fff !important;
  }
}

/* =================================================================
  Reresent
================================================================= */

.represent {
  position: relative;
  padding: 50px 0;
  background-color: #333;
}

.represent .r-content {
  position: relative;
  z-index: 20;
}

.represent .r-slider {
  position: absolute;
  z-index: 19;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.represent .r-slider:before {
  content: '';
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.represent .r-slider .slick-slider {
  position: relative;
  z-index: 8;
}

.represent .r-slider .slick-slider,
.represent .r-slider .slick-list,
.represent .r-slider .slick-track {
  height: 100%;
}

.represent .r-slider .rs-item {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.represent .r-content .rc-text {
  font-size: 20px;
  color: #eee;
  color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 992px) {
  .represent .r-content .rc-text {
    padding-top: 30px;
  }
}

.represent .r-content .rc-title {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
  font-family: 'Ubuntu', sans-serif;
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.represent .r-content .rc-telephone {
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 15px;
  line-height: 1.3;
  font-family: 'Ubuntu', sans-serif;
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.represent .r-content .rc-telephone:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fdbd10;
  width: 100px;
  height: 3px;
}

/* =================================================================
  Contact form
================================================================= */

.contact-form {
  padding: 20px 30px 30px;
  background-color: #1e69b8;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.contact-form .cf-title {
  font-size: 24px;
  font-weight: bold;
}

.contact-form .cf-text {
  margin-bottom: 20px;
  color: #eee;
  color: rgba(255, 255, 255, 0.9);
}

.contact-form .form-control {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.contact-form textarea {
  min-height: auto;
  height: 90px;
}

.contact-form .has-error .form-control {
  background: #ffdfe4;
}

.contact-form .has-error .help-block {
  font-size: 15px;
  color: #fff;
}

.contact-form .btn-lg {
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 40px;
}

.alert.growl-animated {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

/* =================================================================
  Shorts
================================================================= */

.shorts {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
}

.shorts .s-border {
  border-bottom: 1px solid #ddd;
}

@media (min-width: 768px) {
  .shorts .s-border {
    border-bottom: none;
    border-right: 1px solid #ddd;
  }
}

.shorts .s-item {
  position: relative;
  padding: 20px 0;
  font-size: 18px;
  text-align: center;
}

.shorts .s-item .si-icon {
  display: inline-block;
  margin-bottom: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  color: #fdbd10;
  text-align: center;
}

.shorts .s-item .si-title {
  font-weight: bold;
}

.shorts .s-item .si-text {
  line-height: 1.2;
}

/* =================================================================
  Banner
================================================================= */
.banner {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}

.banner:hover {
	opacity: 0.8;
}


.banner a {
  display: block;
  width: 100%;
  height: 100%;
}

.banner .b-img {
  height: 300px;
  position: relative;
  overflow: hidden;
  background-image: url("../images/banner.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}

.banner .b-content {
  padding: 0 30px;
  background-color: #e31e24;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}

.banner .b-content .va-table {
  height: 300px;
  font-size: 24px;
  color: #fff;
  text-align: center;
}

.banner .b-content a span {
  font-size: 18px;
  color: #eee;
  color: rgba(255, 255, 255, 0.9);
}

/* =================================================================
  Footer
================================================================= */

footer {
  margin-left: auto;
  margin-right: auto;
  max-width: 1370px;
  position: relative;
  margin-top: -50px;
  height: 50px;
  line-height: 50px;
  background-color: #1e69b8;
  color: #fff;
}

footer .go-to-top {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  line-height: 50px;
  font-size: 24px;
  color: #333;
  background: #fdbd10;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

footer .go-to-top:hover,
footer .go-to-top:focus {
  background-color: #fdd924;
}

/* =================================================================
  Materials
================================================================= */

.materials .m-item {
  position: relative;
  margin-bottom: 20px;
  padding-left: 75px;
  min-height: 60px;
}

.materials .m-item:last-child {
  margin-bottom: 0;
}

.materials .m-item img {
  position: absolute;
  top: 4px;
  left: 0;
  width: 60px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.materials .m-item .mi-title {
  margin: -4px 0 5px;
}

.materials .m-item .mi-date,
.material-date {
  font-style: italic;
  color: #777;
}

/* =================================================================
  Gallery
================================================================= */

.gallery .row:last-child {
  margin-bottom: 0;
}

.gallery a {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.gallery a img {
  width: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.gallery a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.gallery a .g-icon {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  z-index: 10;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 25px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.gallery a:hover .g-icon {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* =================================================================
  Clean
================================================================= */

.clean-bg {
  background: #ddd url(../images/pattern.png) repeat;
}

.clean {
  padding: 100px 0;
}

.clean .panel {
  width: 400px;
  margin: 0 auto;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.clean .panel-body {
  padding: 20px;
  word-wrap: break-word;
}

.clean .panel-body h1 {
  font-size: 70px;
}

/* =================================================================
  Bootstrap custom
================================================================= */

.alert {
  margin-bottom: 15px;
  border-radius: 5px;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fff7d9;
  border-color: #eddfc0;
}

.btn {
  font-size: 16px;
  border-radius: 20px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-lg {
  border-radius: 40px;
}

.btn.label-left,
.btn.label-right {
  position: relative;
}

.btn-label {
  position: absolute;
  top: -1px;
  bottom: -1px;
  padding-top: 10px;
  width: 44px;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
}

.btn.label-left .btn-label {
  left: -1px;
  border-radius: 20px 0 0 20px;
}

.btn.label-right .btn-label {
  right: -1px;
  border-radius: 0 20px 20px 0;
}

.btn.label-left {
  padding-left: 54px;
}

.btn.label-right {
  padding-right: 54px;
}

.btn-default {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #fdbd10;
  border-color: #fdbd10;
}

.btn-default:hover {
  color: #333;
  background-color: #fdbd10;
  border-color: #fdbd10;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #fdbd10;
  border-color: #fdbd10;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #fdbd10;
  border-color: #fdbd10;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  color: #333;
  background-color: #fdbd10;
  border-color: #fdbd10;
}

.btn-primary {
  background-color: #1e69b8;
  border-color: #1e69b8;
}

.btn-primary:focus,
.btn-primary.focus {
  background-color: #1871cf;
  border-color: #1871cf;
}

.btn-primary:hover {
  background-color: #1871cf;
  border-color: #1871cf;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #1871cf;
  border-color: #1871cf;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  background-color: #1871cf;
  border-color: #1871cf;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #1871cf;
  border-color: #1871cf;
}

.btn-info {
  background-color: #fdbd10;
  border-color: #fdbd10;
  color: #333;
}

.btn-info:focus,
.btn-info.focus {
  background-color: #fdd924;
  border-color: #fdd924;
  color: #333;
}

.btn-info:hover {
  background-color: #fdd924;
  border-color: #fdd924;
  color: #333;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-color: #fdd924;
  border-color: #fdd924;
  color: #333;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  background-color: #fdd924;
  border-color: #fdd924;
  color: #333;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #fdd924;
  border-color: #fdd924;
  color: #333;
}

.dropdown-menu {
  font-size: 16px;
}

.form-control {
  height: 36px;
  font-size: 16px;
  border-radius: 3px;
}

.form-control:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.has-error .form-control {
  background: #fce5e4;
}

.img-thumbnail {
  padding: 0;
}

.modal-backdrop {
  background: #999;
}

.modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.modal-content {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border: none;
  -webkit-box-shadow: 0 0 50px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 50px rgba(51, 51, 51, 0.1);
}

.modal-content .modal-img {
  position: absolute;
  z-index: 10;
  top: 65px;
  left: -122px;
}

@media (max-width: 767px) {
  .modal-content .modal-img {
    display: none;
  }
}

@media (min-width: 768px) {
  .modal-sm {
      width: 350px;
  }
}

.modal-header {
  padding: 10px 15px;
}

.modal-title {
  font-size: 18px;
  color: #444;
}

.modal-header .close {
  margin-top: 0;
  margin-right: -5px;
}

.modal-header .close-custom {
  position: absolute;
  top: -10px;
  right: -10px;
  float: none;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.table thead {
  background-color: #f5f5f5;
}

.table thead tr th {
  color: #777;
}

.pagination {
  margin: 0;
}

.pagination > li > a, 
.pagination > li > span {
  padding: 4px 10px;
  background: transparent;
  border: none;
  color: #765746;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  background-color: transparent;
}

.pagination  >  li  >  a:hover, 
.pagination  >  li  >  span:hover, 
.pagination  >  li  >  a:focus, 
.pagination  >  li  >  span:focus {
  background-color: transparent;
  color: #777;
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
  background-color: #1e8754;
  color: #fff;
  border-color: #1e8754;
  border-radius: 5px;
}

/* =================================================================
  Helper classes
================================================================= */

/* Links */
a.link {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a.link:hover,
a.link:focus {
  text-decoration: none;
}

a.link-1 {
  color: #fff;
  border-bottom: 1px dotted #fff;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
}

a.link-1:hover {
  color: #fff;
  border-bottom: 1px dotted #fff;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.7);
}

a.link-2 {
  color: #4c5175;
  border-bottom: 1px dotted #4c5175;
}

a.link-2:hover {
  color: #333;
  border-bottom: 1px dotted #333;
}

a.link-3 {
  color: #333;
  border-bottom: 1px dotted #333;
}

a.link-3:hover {
  color: #777;
  border-bottom: 1px dotted #777;
}

/* Hidden */
.hidden-xs-up {
  display: none !important;
}

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

/* Overflow */
.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-auto {
  overflow: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

/* Pull */
.pull-xs-left {
  float: left !important;
}

.pull-xs-right {
  float: right !important;
}

.pull-xs-none {
  float: none !important;
}

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important;
  }
  .pull-sm-right {
    float: right !important;
  }
  .pull-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .pull-md-left {
    float: left !important;
  }
  .pull-md-right {
    float: right !important;
  }
  .pull-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important;
  }
  .pull-lg-right {
    float: right !important;
  }
  .pull-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important;
  }
  .pull-xl-right {
    float: right !important;
  }
  .pull-xl-none {
    float: none !important;
  }
}

/* Row */
.row-sm {
  margin-left: -10px;
  margin-right: -10px;
}

.row-sm div[class^='col-'] {
  padding-left: 10px;
  padding-right: 10px;
}

.row-xs {
  margin-left: -5px;
  margin-right: -5px;
}

.row-xs div[class^='col-'] {
  padding-left: 5px;
  padding-right: 5px;
}

.row-zero {
  margin-left: 0;
  margin-right: 0;
}

.row-zero div[class^='col-'] {
  padding-left: 0;
  padding-right: 0;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

/* Text */
.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-xs-left {
  text-align: left !important;
}

.text-xs-right {
  text-align: right !important;
}

.text-xs-center {
  text-align: center !important;
}

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

/* Titles */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold;
}

h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 22px;
}

h3, .h3 {
  font-size: 20px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

.title-1 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 29px;
  font-weight: bold;
  text-transform: uppercase;
}

.title-1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fdbd10;
  width: 100px;
  height: 3px;
}

/* Other */
[class^="ti-"],
[class*=" ti-"] {
  position: relative;
  top: 1px;
}

.icon-left i {
  margin-right: 5px;
}

.icon-right i {
  margin-left: 5px;
}

.no-label label {
  display: none;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.va-table {
  display: table;
  width: 100%;
}

.va-cell {
  display: table-cell;
  vertical-align: middle;
}

/* =================================================================
  Padding
================================================================= */

.p-a-0 {
  padding: 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* = */
.p-a-5 {
  padding: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.p-x-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.p-y-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

/* = */
.p-a-10 {
  padding: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-x-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.p-y-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* = */
.p-a-15 {
  padding: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.p-x-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.p-y-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

/* = */
.p-a-20 {
  padding: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-x-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.p-y-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* = */
.p-a-30 {
  padding: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.p-x-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.p-y-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

/* =================================================================
  Margin
================================================================= */

.m-a-0 {
  margin: 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-x-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* = */
.m-a-5 {
  margin: 5px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-x-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.m-y-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

/* = */
.m-a-10 {
  margin: 10px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-x-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.m-y-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/* = */
.m-a-15 {
  margin: 15px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-x-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.m-y-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

/* = */
.m-a-20 {
  margin: 20px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-x-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.m-y-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

/* = */
.m-a-30 {
  margin: 30px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-x-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.m-y-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

@media (min-width: 544px) {
  .m-xs-a-0 {
    margin: 0 !important;
  }

  .m-xs-t-0 {
    margin-top: 0 !important;
  }

  .m-xs-r-0 {
    margin-right: 0 !important;
  }

  .m-xs-b-0 {
    margin-bottom: 0 !important;
  }

  .m-xs-l-0 {
    margin-left: 0 !important;
  }

  .m-xs-x-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .m-xs-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* = */
  .m-xs-a-5 {
    margin: 5px !important;
  }

  .m-xs-t-5 {
    margin-top: 5px !important;
  }

  .m-xs-r-5 {
    margin-right: 5px !important;
  }

  .m-xs-b-5 {
    margin-bottom: 5px !important;
  }

  .m-xs-l-5 {
    margin-left: 5px !important;
  }

  .m-xs-x-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .m-xs-y-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  /* = */
  .m-xs-a-10 {
    margin: 10px !important;
  }

  .m-xs-t-10 {
    margin-top: 10px !important;
  }

  .m-xs-r-10 {
    margin-right: 10px !important;
  }

  .m-xs-b-10 {
    margin-bottom: 10px !important;
  }

  .m-xs-l-10 {
    margin-left: 10px !important;
  }

  .m-xs-x-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .m-xs-y-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  /* = */
  .m-xs-a-15 {
    margin: 15px !important;
  }

  .m-xs-t-15 {
    margin-top: 15px !important;
  }

  .m-xs-r-15 {
    margin-right: 15px !important;
  }

  .m-xs-b-15 {
    margin-bottom: 15px !important;
  }

  .m-xs-l-15 {
    margin-left: 15px !important;
  }

  .m-xs-x-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .m-xs-y-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  /* = */
  .m-xs-a-20 {
    margin: 20px !important;
  }

  .m-xs-t-20 {
    margin-top: 20px !important;
  }

  .m-xs-r-20 {
    margin-right: 20px !important;
  }

  .m-xs-b-20 {
    margin-bottom: 20px !important;
  }

  .m-xs-l-20 {
    margin-left: 20px !important;
  }

  .m-xs-x-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .m-xs-y-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  /* = */
  .m-xs-a-30 {
    margin: 30px !important;
  }

  .m-xs-t-30 {
    margin-top: 30px !important;
  }

  .m-xs-r-30 {
    margin-right: 30px !important;
  }

  .m-xs-b-30 {
    margin-bottom: 30px !important;
  }

  .m-xs-l-30 {
    margin-left: 30px !important;
  }

  .m-xs-x-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .m-xs-y-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 768px) {
  .m-sm-a-0 {
    margin: 0 !important;
  }

  .m-sm-t-0 {
    margin-top: 0 !important;
  }

  .m-sm-r-0 {
    margin-right: 0 !important;
  }

  .m-sm-b-0 {
    margin-bottom: 0 !important;
  }

  .m-sm-l-0 {
    margin-left: 0 !important;
  }

  .m-sm-x-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .m-sm-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* = */
  .m-sm-a-5 {
    margin: 5px !important;
  }

  .m-sm-t-5 {
    margin-top: 5px !important;
  }

  .m-sm-r-5 {
    margin-right: 5px !important;
  }

  .m-sm-b-5 {
    margin-bottom: 5px !important;
  }

  .m-sm-l-5 {
    margin-left: 5px !important;
  }

  .m-sm-x-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .m-sm-y-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  /* = */
  .m-sm-a-10 {
    margin: 10px !important;
  }

  .m-sm-t-10 {
    margin-top: 10px !important;
  }

  .m-sm-r-10 {
    margin-right: 10px !important;
  }

  .m-sm-b-10 {
    margin-bottom: 10px !important;
  }

  .m-sm-l-10 {
    margin-left: 10px !important;
  }

  .m-sm-x-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .m-sm-y-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  /* = */
  .m-sm-a-15 {
    margin: 15px !important;
  }

  .m-sm-t-15 {
    margin-top: 15px !important;
  }

  .m-sm-r-15 {
    margin-right: 15px !important;
  }

  .m-sm-b-15 {
    margin-bottom: 15px !important;
  }

  .m-sm-l-15 {
    margin-left: 15px !important;
  }

  .m-sm-x-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .m-sm-y-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  /* = */
  .m-sm-a-20 {
    margin: 20px !important;
  }

  .m-sm-t-20 {
    margin-top: 20px !important;
  }

  .m-sm-r-20 {
    margin-right: 20px !important;
  }

  .m-sm-b-20 {
    margin-bottom: 20px !important;
  }

  .m-sm-l-20 {
    margin-left: 20px !important;
  }

  .m-sm-x-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .m-sm-y-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  /* = */
  .m-sm-a-30 {
    margin: 30px !important;
  }

  .m-sm-t-30 {
    margin-top: 30px !important;
  }

  .m-sm-r-30 {
    margin-right: 30px !important;
  }

  .m-sm-b-30 {
    margin-bottom: 30px !important;
  }

  .m-sm-l-30 {
    margin-left: 30px !important;
  }

  .m-sm-x-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .m-sm-y-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 992px) {
  .m-md-a-0 {
    margin: 0 !important;
  }

  .m-md-t-0 {
    margin-top: 0 !important;
  }

  .m-md-r-0 {
    margin-right: 0 !important;
  }

  .m-md-b-0 {
    margin-bottom: 0 !important;
  }

  .m-md-l-0 {
    margin-left: 0 !important;
  }

  .m-md-x-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .m-md-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* = */
  .m-md-a-5 {
    margin: 5px !important;
  }

  .m-md-t-5 {
    margin-top: 5px !important;
  }

  .m-md-r-5 {
    margin-right: 5px !important;
  }

  .m-md-b-5 {
    margin-bottom: 5px !important;
  }

  .m-md-l-5 {
    margin-left: 5px !important;
  }

  .m-md-x-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .m-md-y-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  /* = */
  .m-md-a-10 {
    margin: 10px !important;
  }

  .m-md-t-10 {
    margin-top: 10px !important;
  }

  .m-md-r-10 {
    margin-right: 10px !important;
  }

  .m-md-b-10 {
    margin-bottom: 10px !important;
  }

  .m-md-l-10 {
    margin-left: 10px !important;
  }

  .m-md-x-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .m-md-y-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  /* = */
  .m-md-a-15 {
    margin: 15px !important;
  }

  .m-md-t-15 {
    margin-top: 15px !important;
  }

  .m-md-r-15 {
    margin-right: 15px !important;
  }

  .m-md-b-15 {
    margin-bottom: 15px !important;
  }

  .m-md-l-15 {
    margin-left: 15px !important;
  }

  .m-md-x-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .m-md-y-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  /* = */
  .m-md-a-20 {
    margin: 20px !important;
  }

  .m-md-t-20 {
    margin-top: 20px !important;
  }

  .m-md-r-20 {
    margin-right: 20px !important;
  }

  .m-md-b-20 {
    margin-bottom: 20px !important;
  }

  .m-md-l-20 {
    margin-left: 20px !important;
  }

  .m-md-x-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .m-md-y-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  /* = */
  .m-md-a-30 {
    margin: 30px !important;
  }

  .m-md-t-30 {
    margin-top: 30px !important;
  }

  .m-md-r-30 {
    margin-right: 30px !important;
  }

  .m-md-b-30 {
    margin-bottom: 30px !important;
  }

  .m-md-l-30 {
    margin-left: 30px !important;
  }

  .m-md-x-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .m-md-y-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 1200px) {
  .m-lg-a-0 {
    margin: 0 !important;
  }

  .m-lg-t-0 {
    margin-top: 0 !important;
  }

  .m-lg-r-0 {
    margin-right: 0 !important;
  }

  .m-lg-b-0 {
    margin-bottom: 0 !important;
  }

  .m-lg-l-0 {
    margin-left: 0 !important;
  }

  .m-lg-x-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .m-lg-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* = */
  .m-lg-a-5 {
    margin: 5px !important;
  }

  .m-lg-t-5 {
    margin-top: 5px !important;
  }

  .m-lg-r-5 {
    margin-right: 5px !important;
  }

  .m-lg-b-5 {
    margin-bottom: 5px !important;
  }

  .m-lg-l-5 {
    margin-left: 5px !important;
  }

  .m-lg-x-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .m-lg-y-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  /* = */
  .m-lg-a-10 {
    margin: 10px !important;
  }

  .m-lg-t-10 {
    margin-top: 10px !important;
  }

  .m-lg-r-10 {
    margin-right: 10px !important;
  }

  .m-lg-b-10 {
    margin-bottom: 10px !important;
  }

  .m-lg-l-10 {
    margin-left: 10px !important;
  }

  .m-lg-x-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .m-lg-y-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  /* = */
  .m-lg-a-15 {
    margin: 15px !important;
  }

  .m-lg-t-15 {
    margin-top: 15px !important;
  }

  .m-lg-r-15 {
    margin-right: 15px !important;
  }

  .m-lg-b-15 {
    margin-bottom: 15px !important;
  }

  .m-lg-l-15 {
    margin-left: 15px !important;
  }

  .m-lg-x-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .m-lg-y-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  /* = */
  .m-lg-a-20 {
    margin: 20px !important;
  }

  .m-lg-t-20 {
    margin-top: 20px !important;
  }

  .m-lg-r-20 {
    margin-right: 20px !important;
  }

  .m-lg-b-20 {
    margin-bottom: 20px !important;
  }

  .m-lg-l-20 {
    margin-left: 20px !important;
  }

  .m-lg-x-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .m-lg-y-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  /* = */
  .m-lg-a-30 {
    margin: 30px !important;
  }

  .m-lg-t-30 {
    margin-top: 30px !important;
  }

  .m-lg-r-30 {
    margin-right: 30px !important;
  }

  .m-lg-b-30 {
    margin-bottom: 30px !important;
  }

  .m-lg-l-30 {
    margin-left: 30px !important;
  }

  .m-lg-x-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .m-lg-y-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

/* =================================================================
  Fancybox
================================================================= */

.fancybox-overlay {
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: #999;
}

.fancybox-skin {
  border-radius: 0;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fancybox-nav span {
  width: 46px;
  height: 46px;
  visibility: visible;
}

.fancybox-desktop a.fancybox-nav {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.fancybox-desktop a.fancybox-nav:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.fancybox-prev span, 
.fancybox-next span {
  background-image: url(../images/fancybox-alternative.png);
}

.fancybox-prev {
  left: -70px;
}

.fancybox-next {
  right: -70px;
}

.fancybox-prev span {
  left: 0;
  background-position: 0 -50px;
}

.fancybox-next span {
  right: 0;
  background-position: 0 -100px;
}

.fancybox-close {
  position: fixed;
  top: 15px;
  right: 20px;
  line-height: 36px;
  background: transparent;
  color: #ddd;
  text-align: center;
  border-radius: 0 3px 3px 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.fancybox-close:after {
  font-family: 'FontAwesome';
  content: '\f00d';
  font-size: 26px;
}

.fancybox-close:hover,
.fancybox-close:focus {
  text-decoration: none;
  color: #fff;
}

/* =================================================================
  Banner 07.05.2019
================================================================= */

.banner > a {
  display: block;
}

.banner .b-header {
  padding: 20px 0;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #1e69b8;
}

.banner .b-body {
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner .b-body .bb-link {
  font-size: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.banner .b-body .bb-label {
  text-align: center;
}

.banner .b-body .bb-label > span {
  display: inline-block;
  padding: 3px 6px;
  font-size: 18px;
  background: #fdbd10;
  color: #333;
  border-radius: 3px;
}