@charset "UTF-8";

@font-face {
  font-family: 'Raleway-Regular';
  src: url('/css/fonts/Raleway-Regular.eot');
  src: url('/css/fonts/Raleway-Regular.woff2') format('woff2'), url('/css/fonts/Raleway-Regular.woff') format('woff'), url('/css/fonts/Raleway-Regular.ttf') format('truetype'), url('/css/fonts/Raleway-Regular.svg#Raleway-Regular') format('svg'), url('/css/fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}



h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #2e3233;
  margin: 0 0 10px;
}

h1 {
  font-size: 36px;
  line-height: 46px;
}

h2 {
  font-size: 28px;
  line-height: 1.2;
}

h3 {
  font-size: 18px;
  line-height: 1.2;
}

h4 {
  font-size: 14px;
}

a {
  color: #8b8b8b;
}

a:focus,
a:hover {
  color: #7392ab;
  text-decoration: none;
  outline: none;
}

strong {
  font-weight: 600;
}

blockquote {
  font-size: 13px;
  color: #8b8b8b;
  line-height: 2;
  text-align: left;
  margin-left: 30px;
}

blockquote p {
  font-size: 13px;
  color: #333333;
  line-height: 2;
  text-align: left;
  margin-top: 5px;
}

ol,
ul {
  margin-bottom: 30px;
}

.form-control {
  background-image: none;
  border-bottom: 1px solid #EEEEEE;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #545454;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 26px;
  padding: 6px 12px;
  width: 100%;
  font-weight: 500;
}

input[type="email"].newslatter-input::-webkit-input-placeholder {
  color: #fff;
}

.btn-link,
.btn-link:focus,
.btn-link:active {
  font-size: 14px;
  color: #8b8b8b;
  text-transform: uppercase;
  line-height: 1.857;
  text-align: left;
  margin-bottom: 30px;
}

.btn-link:hover {
  text-decoration: none;
  color: #595858;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:active {
  background: #7392ab;
  border-radius: 2px;
  border-color: transparent;
  padding: 10px 20px;
  text-transform: initial;
}

.btn-primary:hover {
  background: #7392ab;
  border-radius: 2px;
  border-color: transparent;
  padding: 10px 20px;
}

.btn-default,
.btn-default:focus,
.btn-default:active:hover {
  border-radius: 5px;
  background-color: #000000;
  font-size: 11px;
  color: #ffffff;
  line-height: 1.636;
  text-align: left;
  border: transparent;
  padding: 10px 30px;
}

.btn-default:hover {
  background-color: #000000;
  border: transparent;
  color: #fff;
}

.border-radius1 {
  border-radius: 5px;
}

.btn-secondary,
.btn-secondary:focus,
.btn-secondary:active {
  font-size: 18px;
  border-radius: 0;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #000000;
  border: transparent;
  padding: 10px 30px;
}

.btn-secondary:hover {
  color: #ffffff;
}

.btn-custom,
.btn-custom:focus,
.btn-custom:active {
  font-size: 18px;
  border-radius: 0;
  color: #000;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #34495e;
  padding: 8px 20px;
}

.btn-custom:hover {
  color: #000;
}

.btn-custom-1,
.btn-custom-1:focus,
.btn-custom-1:active {
  font-size: 18px;
  border-radius: 0;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #000000;
  border: transparent;
  padding: 10px 30px;
  border: 2px solid #000;
  padding: 8px 20px;
}

.btn-custom-1:hover {
  color: #ffffff;
}

.black-light {
  color: #355777;
}

.black-light:hover,
.black,
.black:hover {
  color: #333;
}

.header-menubar .navbar-brand {
  height: auto;
  padding: 18px 0 18px 15px;
}

.woobg .cssmenu ul li ul a,
.pagebg .cssmenu ul li ul a {
  background: #355777;
}

.is-sticky .header-menubar,
.pagebg .is-sticky .sticky-header,
.is-sticky .header3 .pagebg {
  z-index: 1040;
}

.is-sticky .pagebg.slider-3-bg {
  top: 0;
}

.is-sticky .header3.sticky-header {
  z-index: 999;
}

.is-sticky .sticky-header {
  z-index: 9999;
}


.cssmenu,
.cssmenu ul li,
.cssmenu ul li a,
.cssmenu #menu-button {
  z-index: 1;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cssmenu:after,
.cssmenu>ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.cssmenu #menu-button {
  display: none;
}

.cssmenu>ul>li {
  float: left;
}

.cssmenu.align-center>ul {
  font-size: 0;
  text-align: center;
}

.cssmenu.align-center>ul>li {
  display: inline-block;
  float: none;
}

.cssmenu.align-center ul ul {
  text-align: left;
}

.cssmenu.align-right>ul>li {
  float: right;
}

.cssmenu>ul>li.logo>a {
  padding: 17px 5px 17px 17px !important;
  margin-right: 0px;
}

.cssmenu>ul>li:hover>a {
  color: #ffffff;
}
.cssmenu ul ul {
  position: absolute;
  left: -9999px;
}

.cssmenu.align-right ul ul {
  text-align: right;
}

.cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.cssmenu li:hover>ul {
  left: auto;
}

.cssmenu.align-right li:hover>ul {
  left: auto;
  right: 0;
}

.cssmenu li:hover>ul>li {
  height: 49px;
  border-bottom: 2px solid #355777;
}

.cssmenu li>ul>li:last-child {
  border: none;
}

.cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

.cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

.cssmenu ul ul ul li a {
  background: #355777;
}

.cssmenu ul ul li:last-child>a,
.cssmenu ul ul li.last-item>a {
  border-bottom: 0;
}

.cssmenu ul ul li.has-sub>a:after {
  position: absolute;
  top: 23px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}

.cssmenu.align-right ul ul li.has-sub>a:after {
  right: auto;
  left: 11px;
}

.cssmenu ul ul li.has-sub>a:before {
  position: absolute;
  top: 20px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.cssmenu.align-right ul ul li.has-sub>a:before {
  right: auto;
  left: 14px;
}

.cssmenu ul ul>li.has-sub:hover>a:before {
  top: 17px;
  height: 0;
}

.cssmenu.small-screen {
  width: 100%;
}

.cssmenu.small-screen ul {
  width: 100%;
  display: none;
  position: absolute;
}

.cssmenu.small-screen.align-center>ul {
  text-align: left;
}

.cssmenu.small-screen ul li {
  width: 100%;
  border-top: 1px solid rgba(120, 120, 120, 0.2);
}

.cssmenu.small-screen ul ul li,
.cssmenu.small-screen li:hover>ul>li {
  height: auto;
}

.cssmenu.small-screen ul li a,
.cssmenu.small-screen ul ul li a {
  width: 100%;
  border-bottom: 0;
}

.cssmenu.small-screen>ul>li {
  float: none;
}

.cssmenu.small-screen ul ul li a {
  padding-left: 25px;
}

.cssmenu.small-screen ul ul ul li a {
  padding-left: 35px;
}

.cssmenu.small-screen ul ul li a {
  color: #dddddd;
  background: #355777;
}

.cssmenu.small-screen ul ul ul li a {
  background: #355777;
}

.cssmenu.small-screen ul ul li:hover>a,
.cssmenu.small-screen ul ul li.active>a {
  color: #ffffff;
}

.cssmenu.small-screen ul ul,
.cssmenu.small-screen ul ul ul,
.cssmenu.small-screen.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}

.cssmenu.small-screen>ul>li.has-sub>a:after,
.cssmenu.small-screen>ul>li.has-sub>a:before,
.cssmenu.small-screen ul ul>li.has-sub>a:after,
.cssmenu.small-screen ul ul>li.has-sub>a:before {
  display: none;
}

.cssmenu.small-screen #menu-button {
  display: block;
  padding: 17px 0;
  color: #dddddd;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.cssmenu.small-screen #menu-button:after {
  position: absolute;
  top: 22px;
  right: 17px;
  display: block;
  height: 9px;
  width: 20px;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  content: '';
}

.cssmenu.small-screen #menu-button:before {
  position: absolute;
  top: 16px;
  right: 17px;
  display: block;
  height: 2px;
  width: 20px;
  background: #dddddd;
  content: '';
}

.cssmenu.small-screen #menu-button.menu-opened:after {
  top: 23px;
  border: 0;
  height: 2px;
  width: 15px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cssmenu.small-screen #menu-button.menu-opened:before {
  top: 23px;
  background: #ffffff;
  width: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cssmenu.small-screen .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  border-left: 1px solid rgba(120, 120, 120, 0.2);
  height: 46px;
  width: 46px;
  cursor: pointer;
}

.cssmenu.small-screen .submenu-button.submenu-opened {
  background: #504e3c;
}

.cssmenu.small-screen .submenu-button:after {
  position: absolute;
  top: 22px;
  right: 19px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}

.cssmenu.small-screen .submenu-button.submenu-opened:after {
  background: #ffffff;
}

.cssmenu.small-screen .submenu-button:before {
  position: absolute;
  top: 19px;
  right: 22px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
}

.cssmenu.small-screen .submenu-button.submenu-opened:before {
  display: none;
}

.cssmenu.small-screen.select-list {
  padding: 5px;
}

.cssmenu.small-screen {
  padding-top: 0px;
}

.header-icons {
  padding: 27px 0px;
}

.header-icons .icon,
.header-icons .fa {
  color: #fff;
  padding: 0px 20px;
}

span#search-icon {
  border-right: 1px solid #fff;
  cursor: pointer;
}

span#basket-icon .badge {
  margin-top: -25px;
}

.close .form-wrapper-2 {
  display: none;
}

.button_box2 {
  margin: 100px auto;
  position: absolute;
  right: 0px;
  z-index: 9;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.form-wrapper-2 {
  width: 330px;
  padding: 15px;
  background: #355777;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
  float: right;
}

.form-wrapper-2 input {
  padding: 11px 12px;
  float: left;
  font: 700 15px Raleway, sans-serif;
  border: 0;
  background: #eee;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.form-wrapper-2 input:focus {
  outline: 0;
  background: #fff;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.8) inset;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.8) inset;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.8) inset;
}

.form-wrapper-2 input::-webkit-input-placeholder {
  color: #999;
  font-weight: 400;
  font-style: italic;
}

.form-wrapper-2 input:-moz-placeholder {
  color: #999;
  font-weight: 400;
  font-style: italic;
}

.form-wrapper-2 input:-ms-input-placeholder {
  color: #999;
  font-weight: 400;
  font-style: italic;
}

.form-wrapper-2 button {
  overflow: visible;
  position: relative;
  float: right;
  border: 0;
  padding: 0;
  cursor: pointer;
  height: 40px;
  width: 101px;
  font: 700 15px/40px Raleway, sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: #355777;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.form-wrapper-2 button:hover {
  background: #355777;
  outline: none;
}

.form-wrapper-2 button:active,
.form-wrapper-2 button:focus {
  background: #355777;
  outline: none;
}

.form-wrapper-2 button:before {
  content: '';
  position: absolute;
  border-width: 8px 8px 8px 0;
  border-style: solid solid solid none;
  border-color: transparent #355777;
  top: 12px;
  left: -6px;
}

.form-wrapper-2 button:hover:before {
  border-right-color: #355777;
  outline: none;
}

.form-wrapper-2 button:focus:before {
  border-right-color: #355777;
  outline: none;
}

.form-wrapper-2 button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.heading-black {
  color: #010101;
  font-weight: 400;
}

.heading-lead-text {
  font-weight: 600;
  color: #8b8b8b;
}

.heading-text {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  font-weight: 400;
  color: #355777;
  text-transform: uppercase;
  font-size: 26px;
}

.heading-content {
  line-height: 1;
}

.heading-content2 {
  line-height: 1;
}

.text-left-vertical .heading-content[data-before-text]:before {
  content: attr(data-before-text) "";
  font-family: "Montserrat";
  color: #bababa;
  font-size: 80px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 10px;
  text-align: left;
}

.text-left-vertical .heading-content[data-after-text]:after {
  content: attr(data-after-text) "";
  z-index: -1;
  text-align: left;
  position: absolute;
  color: #eeeeee;
  text-transform: uppercase;
  font-size: 85px;
  transform: rotate(270deg);
  top: 103px;
  line-height: 1.554;
  left: 0;
  margin-left: -50px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}

.text-left-vertical .heading-text {
  font-size: 26px;
  color: #333333;
  text-transform: uppercase;
  text-align: left;
  position: absolute;
  top: 35px;
  letter-spacing: 1px;
}

.text-left-vertical .heading-text[data-lead-text]:before {
  font-size: 9px;
  font-family: "Raleway-Regular";
  color: #355777;
  text-transform: uppercase;
  text-align: left;
  position: absolute;
  margin-top: -20px;
  content: attr(data-lead-text) "";
  letter-spacing: 7px;
}

.text-left-vertical p {
  margin: 20px 0 20px 100px;
  font-size: 13px;
  color: #bababa;
  line-height: 26px;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.text-right-horizontal {
  text-align: right;
}

.text-right-horizontal .heading-content[data-before-text]:before {
  content: attr(data-before-text) "";
  font-size: 80px;
  font-family: "Montserrat";
  color: #bababa;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  vertical-align: sub;
  margin-right: 20px;
}

.text-right-horizontal .heading-content2[data-before-text]:before {
  content: attr(data-before-text) "";
  font-size: 80px;
  font-family: "Montserrat";
  color: #bababa;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  vertical-align: sub;
  margin-right: 20px;
}

.text-right-horizontal .heading-content[data-after-text]:after {
  content: attr(data-after-text) "";
  z-index: -1;
  color: #f7f7f7;
  font-size: 90px;
  text-transform: uppercase;
  text-align: right;
  position: absolute;
  line-height: 1;
  right: 0;
  top: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}

.text-right-horizontal .heading-content2[data-after-text]:after {
  content: attr(data-after-text) "";
  z-index: -1;
  color: #e5e5e5;
  font-size: 90px;
  text-transform: uppercase;
  text-align: right;
  position: absolute;
  line-height: 1;
  right: 0;
  top: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}

.text-right-horizontal .heading-text {
  font-size: 30px;
  font-family: "Montserrat";
  color: #355777;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
}

.text-right-horizontal .heading-text[data-lead-text]:before {
  content: attr(data-lead-text) "";
  font-family: 'Raleway', sans-serif;
  letter-spacing: 7px;
  font-size: 10px;
  position: absolute;
  margin-top: 20px;
  font-weight: 500;
  color: #355777;
  margin-right: 15px;
  right: 0;
}

.text-left-horizontal {
  text-align: left;
}

.text-left-horizontal .heading-content[data-before-text]:before {
  content: attr(data-before-text) "";
  font-size: 80px;
  font-family: "Montserrat";
  color: #bababa;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  vertical-align: sub;
}

.text-left-horizontal .heading-content[data-after-text]:after {
  content: attr(data-after-text) "";
  z-index: -1;
  position: absolute;
  color: #f7f7f7;
  text-transform: uppercase;
  font-size: 89px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1;
  left: 10px;
  top: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}

.text-left-horizontal .heading-text {
  font-size: 30px;
  font-family: "Montserrat";
  color: #355777;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  text-align: right;
  margin-left: 15px;
}

.text-left-horizontal .heading-text[data-lead-text]:before {
  content: attr(data-lead-text) "";
  font-family: 'Raleway', sans-serif;
  letter-spacing: 7px;
  font-size: 10px;
  position: absolute;
  margin-top: 20px;
  font-weight: 500;
  color: #355777;
}

.text-center-horizontal {
  text-align: center;
}

.text-center-horizontal .heading-content[data-before-text]:before {
  content: attr(data-before-text) "";
  font-size: 80px;
  font-family: "Montserrat";
  color: #bababa;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  vertical-align: sub;
}

.text-center-horizontal .heading-content[data-after-text]:after {
  content: attr(data-after-text) "";
  z-index: -1;
  position: absolute;
  color: #f7f7f7;
  text-transform: uppercase;
  font-size: 89px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1;
  left: 0%;
  right: 0%;
  top: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}

.text-center-horizontal .heading-text {
  font-size: 30px;
  font-family: "Montserrat";
  color: #355777;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  text-align: right;
  margin-left: 15px;
}

.text-center-horizontal .heading-text[data-lead-text]:before {
  content: attr(data-lead-text) "";
  font-family: 'Raleway', sans-serif;
  letter-spacing: 7px;
  font-size: 10px;
  position: absolute;
  margin-top: 20px;
  font-weight: 500;
  color: #355777;
}

@media (min-width: 768px) {
  .header-menubar {
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .header-menubar {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .header-menubar {
    /*margin-top: 40px; */
  }
}

@media (min-width: 1200px) {
  .header-menubar {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 30;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  .header-menubar2 {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 30px;
    z-index: 30;
  }
}

@media (min-width: 768px) {
  .header-menubar2 {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 30px;
    z-index: 30;
  }
}

@media (min-width: 992px) {
  .header-menubar2 {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 30px;
    z-index: 30;
  }
}

@media (min-width: 1200px) {
  .header-menubar2 {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 30px;
    z-index: 30;
  }
}

@media (max-width: 480px) {
  .slider-3-bg {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 30px;
    z-index: 30;
  }

  .navbar-brand {
    height: auto;
  }

  .about-us-index-3 {
    position: relative;
    margin-bottom: 100px;
  }

  .pagebg .cssmenu ul {
    background: #504e3c;
  }
}

@media (min-width: 768px) {
  .slider-3-bg {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 30px;
    z-index: 30;
  }

  .navbar-brand {
    height: auto;
  }

  .about-us-index-3 {
    position: relative;
    top: 40px;
    margin-bottom: 0px;
  }

  .pagebg .cssmenu ul {
    background: #504e3c;
  }
}

@media (min-width: 992px) {
  .slider-3-bg {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 30px;
    z-index: 30;
  }

  .about-us-index-3 {
    position: relative;
    top: -100px;
  }

  .pagebg .cssmenu ul {
    background: transparent;
  }
}

@media (min-width: 1200px) {
  .slider-3-bg {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 30px;
    z-index: 30;
  }

  .about-us-index-3 {
    position: relative;
    top: -100px;
  }

  .pagebg .cssmenu ul {
    background: transparent;
  }
}

.slider-title {
  font-size: 80px;
  color: #FFFFFF;
  line-height: 140px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: -4px 4px 3px rgba(51, 51, 51, 0.35);
}

.slider-subtitle,
.slider-subtitle * {
  color: #fff;
  line-height: normal;
  text-transform: uppercase;
}

.slider2-subtitle {
  color: #8b8b8b;
  line-height: normal;
}

.slider2 .slider-btn {
  text-transform: uppercase;
}

.aboutus {
  background: #eee;
  margin-bottom: 30px;
  margin-left: 100px;
  margin-top: 20px;
}

.aboutus-heading {
  margin-top: 30px;
  color: #355777;
  font-weight: 700;
  margin-left: -30px;
  line-height: 1.05;
  font-size: 22px;
  margin-bottom: 10px;
}

.aboutus-heading span {
  color: #333;
}

.aboutus-content {
  line-height: 26px;
  margin-left: -30px;
  color: #355777;
  margin-bottom: 15px;
}

.aboutus-index-2 {
  background: url(/images/background-images/index-2-aboutus-background-image.jpg);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}

.aboutus-index-2-effect {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), url(/images/background-images/index-2-aboutus.jpg) center no-repeat rgba(0, 0, 0, 0.7);
  background-size: cover;
  height: 450px;
  width: 475px;
}

.vertical-header {
  font-size: 35.764px;
  color: #888888;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2.908;
  text-align: left;
  transform: rotate(270deg);
  margin: 0;
  padding: 0;
  margin-left: -102px;
  position: absolute;
  top: 180px;
  z-index: 1;
}

.horizontal-header {
  font-size: 30px;
  color: #888888;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  text-align: left;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  padding: 10px;
  background: rgba(0, 0, 0, 0.7);
}

@media (max-width: 768px) {
  .vertical-header.h2-xs {
    top: 130px;
    margin-left: -90px;
    font-size: 28px;
  }

  .pt-300 {
    padding-top: 220px;
    margin-bottom: -100px;
  }
}

@media (min-width: 768px) {
  .pt-300 {
    padding-top: 350px;
  }
}

@media (min-width: 1200px) {
  .text-right-horizontal .heading-content {
    margin-right: -40px;
    margin-left: -20px;
  }

  .text-right-horizontal p {
    margin-right: -40px;
  }
}

.aboutus-index-2-effect img {
  position: absolute;
  left: 25%;
  top: 10%;
}

.aboutus-index-2-content img {
  height: 50px;
  width: 50px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
}

.aboutusiconhover {
  display: none;
}

.aboutusicon {
  display: block;
}

.aboutus-index-2-icon-div {
  padding: 40px;
  color: #8b8b8b;
  text-align: center;
}

.aboutus-index-2-icon-div i {
  font-size: 46px;
  color: #355777;
}

.aboutus-index-2-icon-div:hover i {
  color: #fff;
}

.aboutus-index-2-icon-div:hover {
  cursor: pointer;
}

.aboutus-index-2-icon-div:hover h3 {
  color: #fff;
}

.aboutus-index-2-icon-div:hover {
  background: #355777;
}

.aboutus-index-2-icon-div:hover h4 {
  color: #fff;
}

.aboutus-index-2-icon-section {
  background: #355777;
  height: auto;
  background-size: cover;
}

.icon-pol1 {
  background: url(/images/background-images/icon-pol1.png) center no-repeat;
  height: auto;
  background-size: cover;
}

.icon-pol1:hover {
  background: url(/images/background-images/icon-pol1.png) center no-repeat;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.icon-pol2 {
  background: url(/images/background-images/icon-pol2.png) center no-repeat;
  height: auto;
  background-size: cover;
}

.icon-pol2:hover {
  background: url(/images/background-images/icon-pol2.png) center no-repeat;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.icon-pol3 {
  background: url(/images/background-images/icon-pol3.png) center no-repeat;
  height: auto;
  background-size: cover;
}

.icon-pol3:hover {
  background: url(/images/background-images/icon-pol3.png) center no-repeat;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.icon-pol4 {
  background: url(/images/background-images/icon-pol4.png) center no-repeat;
  height: auto;
  background-size: cover;
}

.icon-pol4:hover {
  background: url(/images/background-images/icon-pol4.png) center no-repeat;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.icon-sten1 {
  background: url(/images/background-images/icon-sten1.png) center no-repeat;
  height: auto;
  background-size: cover;
}

.icon-sten1:hover {
  background: url(/images/background-images/icon-sten1.png) center no-repeat;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.icon-sten2 {
  background: url(/images/background-images/icon-sten2.png) center no-repeat;
  height: auto;
  background-size: cover;
}

.icon-sten2:hover {
  background: url(/images/background-images/icon-sten2.png) center no-repeat;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.icon-sten3 {
  background: url(/images/background-images/icon-sten3.png) center no-repeat;
  height: auto;
  background-size: cover;
}

.icon-sten3:hover {
  background: url(/images/background-images/icon-sten3.png) center no-repeat;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.icon-sten4 {
  background: url(/images/background-images/icon-sten4.png) center no-repeat;
  height: auto;
  background-size: cover;
}

.icon-sten4:hover {
  background: url(/images/background-images/icon-sten4.png) center no-repeat;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.icon-lestn1 {
  background: url(/images/background-images/icon-lestn1.png) center no-repeat;
  height: auto;
  background-size: cover;
}

.icon-lestn1:hover {
  background: url(/images/background-images/icon-lestn1.png) center no-repeat;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.icon-lestn2 {
  background: url(/images/background-images/icon-lestn2.png) center no-repeat;
  height: auto;
  background-size: cover;
}

.icon-lestn2:hover {
  background: url(/images/background-images/icon-lestn2.png) center no-repeat;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.icon-lestn3 {
  background: url(/images/background-images/icon-lestn3.png) center no-repeat;
  height: auto;
  background-size: cover;
}

.icon-lestn3:hover {
  background: url(/images/background-images/icon-lestn3.png) center no-repeat;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.icon-lestn4 {
  background: url(/images/background-images/icon-lestn4.png) center no-repeat;
  height: auto;
  background-size: cover;
}

.icon-lestn4:hover {
  background: url(/images/background-images/icon-lestn4.png) center no-repeat;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.icon-van1 {
  background: url(/images/background-images/icon-van1.png) center no-repeat;
  height: auto;
  background-size: cover;
}

.icon-van1:hover {
  background: url(/images/background-images/icon-van1.png) center no-repeat;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.icon-van2 {
  background: url(/images/background-images/icon-van2.png) center no-repeat;
  height: auto;
  background-size: cover;
}

.icon-van2:hover {
  background: url(/images/background-images/icon-van2.png) center no-repeat;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.icon-van3 {
  background: url(/images/background-images/icon-van3.png) center no-repeat;
  height: auto;
  background-size: cover;
}

.icon-van3:hover {
  background: url(/images/background-images/icon-van3.png) center no-repeat;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.icon-van4 {
  background: url(/images/background-images/icon-van4.png) center no-repeat;
  height: auto;
  background-size: cover;
}

.icon-van4:hover {
  background: url(/images/background-images/icon-van4.png) center no-repeat;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.icon-kuh1 {
  background: url(/images/background-images/icon-kuh1.png) center no-repeat;
  height: auto;
  background-size: cover;
}

.icon-kuh1:hover {
  background: url(/images/background-images/icon-kuh1.png) center no-repeat;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.icon-kuh2 {
  background: url(/images/background-images/icon-kuh2.png) center no-repeat;
  height: auto;
  background-size: cover;
}

.icon-kuh2:hover {
  background: url(/images/background-images/icon-kuh2.png) center no-repeat;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.icon-kuh3 {
  background: url(/images/background-images/icon-kuh3.png) center no-repeat;
  height: auto;
  background-size: cover;
}

.icon-kuh3:hover {
  background: url(/images/background-images/icon-kuh3.png) center no-repeat;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.icon-kuh4 {
  background: url(/images/background-images/icon-kuh4.png) center no-repeat;
  height: auto;
  background-size: cover;
}

.icon-kuh4:hover {
  background: url(/images/background-images/icon-kuh4.png) center no-repeat;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.icon-stol1 {
  background: url(/images/background-images/icon-stol1.png) center no-repeat;
  height: auto;
  background-size: cover;
}

.icon-stol1:hover {
  background: url(/images/background-images/icon-stol1.png) center no-repeat;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.icon-stol2 {
  background: url(/images/background-images/icon-stol2.png) center no-repeat;
  height: auto;
  background-size: cover;
}

.icon-stol2:hover {
  background: url(/images/background-images/icon-stol2.png) center no-repeat;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.icon-stol3 {
  background: url(/images/background-images/icon-stol3.png) center no-repeat;
  height: auto;
  background-size: cover;
}

.icon-stol3:hover {
  background: url(/images/background-images/icon-stol3.png) center no-repeat;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.icon-stol4 {
  background: url(/images/background-images/icon-stol4.png) center no-repeat;
  height: auto;
  background-size: cover;
}

.icon-stol4:hover {
  background: url(/images/background-images/icon-stol4.png) center no-repeat;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.aboutus-index-2-icon-section h4 {
  text-align: center;
  margin-top: 13px;
  color: #8b8b8b;
  text-transform: uppercase;
}

.aboutus-index-2-content h2 {
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-top: 30px;
}

.aboutus3 {
  background: url(/images/background-images/index-3-about-us-background.png);
  background-size: cover;
  height: 620px;
}

.aboutus3div {
  padding-top: 70px;
  background: rgba(0, 0, 0, 0.85);
  height: auto;
  min-height: 600px;
  width: 98%;
  margin: 1%;
}

.aboutus3div .text-vertical {
  font-size: 18px;
  color: #6b6b6b;
  text-transform: uppercase;
  line-height: 1.659;
  text-align: left;
  transform: rotate(270deg);
  width: 170px;
  margin-left: -40px;
  letter-spacing: 1px;
}

.aboutus3div .heading-title {
  font-size: 30px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 7px;
}

.aboutus3div .heading-title span {
  color: #4b4a3b;
}

.aboutus3div span.preview-span {
  letter-spacing: 2.4px;
  font-style: italic;
  font-size: 14px;
  color: #8b8b8b;
  line-height: 2.143;
  text-align: left;
}

.aboutus3div p.preview-p {
  letter-spacing: .5px;
  font-size: 13px;
  color: #ffffff;
  line-height: 2;
  text-align: left;
  color: white;
}

.aboutus3div .text-cross {
  font-size: 24px;
  color: #4f4f4f;
  text-transform: uppercase;
  line-height: 1.25;
  text-align: left;
  transform: rotate(333deg);
  position: absolute;
  top: 90px;
  left: 0;
  letter-spacing: 4px;
}

.aboutus3div .img-absoulte {
  position: absolute;
  z-index: 9;
  width: 95%;
  padding: 10px;
}

.aboutus3div .aboutus-box {
  border-style: solid;
  border-width: 1px;
  border-color: #878787;
  width: 273px;
  height: 174px;
  padding: 25px;
}

.aboutus3div .img-box-absolute {
  position: absolute;
  right: 10px;
  top: 80px;
}

.aboutus3div .aboutus-box h3 {
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.444;
  text-align: left;
}

.aboutus3div .aboutus-box p {
  letter-spacing: 0.5px;
  font-size: 13px;
  color: #8b8b8b;
  line-height: 2;
  text-align: left;
}

.cta-section {
  height: 340px;
  width: 100%;
  background: url(/images/background-images/cta.png) center no-repeat;
  background-size: cover;
  position: relative;
}

.cta-caption {
  background-color: #355777;
  opacity: 0.949;
  position: absolute;
  width: 470px;
  height: 340px;
  padding: 95px 65px;
  right: 100px;
}

.cta-caption span.icon {
  font-size: 47px;
  color: #fff;
  margin-left: 40px;
}

.cta-caption span.icon:hover {
  color: #9f9d7b;
}

.cta-caption .heading-cta {
  color: #fff !important;
  font-weight: 300;
}

.cta-caption .cta-content {
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.3;
  text-align: left;
}

.cta-caption .cta-bold-heading {
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.182;
  text-align: left;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.cta-caption .cta-image .cta-img,
.cta-caption .cta-image .cta-img-hover {
  height: 50px;
  width: 50px;
  float: left;
}

.cta-caption .cta-image .cta-img-hover,
.cta-caption .cta-image:hover .cta-img {
  display: none;
}

.cta-image:hover .cta-img-hover {
  display: block;
}

.cta-bg1 {
  background: linear-gradient(rgba(32, 32, 32, 0.8), rgba(32, 32, 32, 0.8)), url(/images/background-images/bk-cta-1.png) center no-repeat rgba(32, 32, 32, 0.8);
}

.cta-bg2 {
  background: linear-gradient(rgba(32, 32, 32, 0.8), rgba(32, 32, 32, 0.8)), url(/images/background-images/bk-cta-2.png) center no-repeat rgba(32, 32, 32, 0.8);
}

.cta-bg3 {
  background: linear-gradient(rgba(32, 32, 32, 0.8), rgba(32, 32, 32, 0.8)), url(/images/background-images/bk-cta-3.png) center no-repeat rgba(32, 32, 32, 0.8);
}

.cta-2 {
  background-size: cover;
  height: auto;
  min-height: 320px;
}

.cta-2 i {
  font-size: 100px;
  float: right;
  color: #8d8c8c;
  padding-top: 40px;
}

.cta-2 h2 {
  clear: both;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.083;
  text-align: right;
}

.cta-2 p {
  font-size: 13px;
  color: #ffffff;
  line-height: 2;
  text-align: right;
}

.cta-2 {
  padding-top: 100px;
  padding-bottom: 60px;
}

.cta-section-index-3 {
  text-transform: uppercase;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(/images/background-images/index-3-cta.jpg) center no-repeat rgba(0, 0, 0, 0.8);
  background-size: cover;
  height: auto;
}

.cta-section-index-3 .heading {
  font-size: 30px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 42px;
  letter-spacing: 6px;
}

.front-gallery .gallery-content {
  width: 100%;
  float: left;
}

.front-gallery .gallery-caption {
  list-style-type: none;
  margin: 0;
  float: left;
  position: relative;
  overflow: hidden;
}

.front-gallery .gallery-caption:hover img {
  opacity: 1;
}

.front-gallery .gallery-caption .caption {
  cursor: pointer;
  position: absolute;
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.front-gallery .gallery-caption:hover .caption {
  opacity: 0;
}

.front-gallery .gallery-caption img {
  margin: 0;
  padding: 0;
  float: left;
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}

.front-gallery .gallery-caption .blur {
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  padding: 30px;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}

.front-gallery .gallery-caption .caption-text .h1 {
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.889;
  text-align: right;
  right: 40px;
  letter-spacing: 4px;
}

.front-gallery .gallery-caption .caption-text {
  z-index: 10;
  color: #fff;
  position: absolute;
  text-align: center;
  -webkit-transition: all .45s ease-in-out;
  -moz-transition: all .45s ease-in-out;
  -o-transition: all .45s ease-in-out;
  -ms-transition: all .45s ease-in-out;
  transition: all .45s ease-in-out;
}

.front-gallery .gallery-caption .caption-text .gallery_caption_text span {
  letter-spacing: 5px;
  font-weight: 400;
  position: absolute;
  bottom: 5%;
  right: 10%;
  color: #355777;
  font-size: 11px;
  color: #355777;
  text-transform: uppercase;
  line-height: 3.091;
  text-align: right;
}

.front-gallery .gallery-caption .caption-text .gallery_caption_icon span.icon {
  border-style: solid;
  border-width: 5px;
  border-color: #355777;
  opacity: .9;
  width: 69px;
  height: 69px;
  position: absolute;
  top: 43%;
  display: inline-table;
  padding: 20px;
  right: 40%;
  left: auto;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px 7px #355777;
  -moz-box-shadow: 0 0 5px 7px #355777;
  box-shadow: 0 0 5px 7px #355777;
  background: #355777;
  font-size: 24px;
  font-family: Stroke-Gap-Icons;
  color: #fff;
  line-height: 1.083;
  text-align: right;
}

.front-gallery .owl-nav {
  text-align: center;
  float: left;
  width: 100%;
}

.front-gallery .owl-prev {
  width: 50%;
  text-align: right;
  float: left;
}

.front-gallery .owl-next {
  width: 50%;
  text-align: left;
  float: left;
}

.front-gallery .owl-nav .gallery_prev_div {
  border-style: solid;
  border-width: 1px;
  border-color: #e1e1e1;
  background-color: rgba(225, 225, 225, 0);
  opacity: 0.75;
  width: 100px;
  height: 42px;
  padding: 8px;
  margin-right: 25px;
  text-align: left;
  float: right;
}

.front-gallery .owl-nav .gallery_next_div {
  border-style: solid;
  border-width: 1px;
  border-color: #e1e1e1;
  background-color: rgba(225, 225, 225, 0);
  opacity: 0.75;
  width: 100px;
  height: 42px;
  padding: 8px;
  margin-left: 25px;
  text-align: right;
  float: left;
}

.front-gallery .owl-stage-outer {
  margin-bottom: 30px;
}

.gallery-section .gallery-content {
  width: 100%;
  float: left;
}

.gallery-section .gallery-caption {
  list-style-type: none;
  margin: 0;
  float: left;
  position: relative;
  overflow: hidden;
}

.gallery-section .gallery-caption:hover img {
  opacity: 1;
}

.gallery-section .gallery-caption .caption {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  -webkit-transition: all .45s ease-in-out;
  -moz-transition: all .45s ease-in-out;
  -o-transition: all .45s ease-in-out;
  -ms-transition: all .45s ease-in-out;
  transition: all .45s ease-in-out;
}

.gallery-section .gallery-caption:hover .caption {
  opacity: 1;
}

.gallery-section .gallery-caption img {
  margin: 0;
  padding: 0;
  float: left;
  z-index: 4;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.gallery-section .gallery-caption .blur {
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 5;
  position: absolute;
  padding: 30px;
}

.gallery-section .gallery-caption .caption-text h1 {
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.889;
  text-align: right;
  right: 40px;
  letter-spacing: 4px;
}

.gallery-section .gallery-caption .caption-text {
  z-index: 10;
  color: #fff;
  position: absolute;
  text-align: center;
}

.gallery-section .gallery-caption .caption-text .gallery_caption_text span {
  letter-spacing: 5px;
  font-weight: 400;
  position: absolute;
  bottom: 5%;
  right: 10%;
  color: #355777;
  font-size: 11px;
  color: #355777;
  text-transform: uppercase;
  line-height: 3.091;
  text-align: right;
}

.gallery-section .gallery-caption .caption-text .gallery_caption_icon span.icon {
  border-style: solid;
  border-width: 5px;
  border-color: #355777;
  opacity: .9;
  width: 69px;
  height: 69px;
  position: absolute;
  top: 43%;
  display: inline-table;
  padding: 20px;
  right: 40%;
  left: auto;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px 7px #355777;
  -moz-box-shadow: 0 0 5px 7px #355777;
  box-shadow: 0 0 5px 7px #355777;
  background: #355777;
  font-size: 24px;
  font-family: Stroke-Gap-Icons;
  color: #fff;
  line-height: 1.083;
  text-align: right;
}

.gallery-section .owl-nav {
  text-align: center;
  float: left;
  width: 100%;
}

.gallery-section .owl-prev {
  width: 50%;
  text-align: right;
  float: left;
}

.gallery-section .owl-next {
  width: 50%;
  text-align: left;
  float: left;
}

.gallery-section .owl-nav .gallery_prev_div {
  border-style: solid;
  border-width: 1px;
  border-color: #e1e1e1;
  background-color: rgba(225, 225, 225, 0);
  opacity: 0.75;
  width: 100px;
  height: 42px;
  padding: 8px;
  margin-right: 20px;
  text-align: left;
  float: right;
}

.gallery-section .owl-nav .gallery_prev_div .fa {
  margin-left: 5px;
  margin-right: 10px;
}

.gallery-section .owl-nav .gallery_next_div {
  border-style: solid;
  border-width: 1px;
  border-color: #e1e1e1;
  background-color: rgba(225, 225, 225, 0);
  opacity: 0.75;
  width: 100px;
  height: 42px;
  padding: 8px;
  margin-right: 20px;
  text-align: right;
  float: left;
}

.gallery-section .owl-nav .gallery_next_div .fa {
  margin-right: 5px;
  margin-left: 10px;
}

.gallery-section .owl-stage-outer {
  margin-bottom: 30px;
}

.project-gallery .gallery-2 img {
  margin-bottom: 30px;
}

.project-gallery .gallery-2 .gallery-caption-2 {
  border-style: solid;
  border-width: 15px;
  border-color: #355777;
  background-color: #355777;
  position: absolute;
  top: 0;
  text-align: center;
  margin: 20px;
  opacity: 0;
  overflow: hidden;
}

.project-gallery .gallery-2 .gallery-caption-2 .gallery-heading {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.3;
}

.project-gallery .gallery-2 .gallery-caption-2 .gallery-content p {
  font-size: 13px;
  color: #fff;
  line-height: 1.636;
}

.project-gallery .gallery-2:hover .gallery-caption-2 {
  opacity: .75;
}

.portfolioinfodiv address {
  font-size: 14px;
  line-height: 31px;
}

.portfolioinfodiv p {
  font-size: 13px;
  line-height: 26px;
}

.portfolio-thumb .owl-item .projectitem {
  cursor: pointer;
}

.portfolio-thumb .owl-item .projectitem.active {
  cursor: inherit;
}

.service-section-index-1 {
  text-align: center;
}

.service-icon-section {
  padding-bottom: 30px;
}

.service-page-section .service-icon-section {
  padding-bottom: 0px;
}

.service-icon-section img {
  margin-bottom: 25px;
}

.service-icon-section .service-title {
  margin-bottom: 20px;
}

.service-icon-section .service-hover-effect,
.service-icon-section:hover .service-thumbnails {
  display: none;
}

.service-icon-section:hover .service-hover-effect {
  display: block;
}

.service-div:hover .service-hover-effect {
  display: block;
}

.service-icon-section .service-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  color: #355777;
  font-weight: 600;
}

.service-icon-section .service-hover-effect,
.service-icon-section .service-thumbnails {
  height: 50px;
  width: 50px;
}

.serviceImg {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 10px 10px 20px -5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 10px 10px 20px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 10px 10px 20px -5px rgba(0, 0, 0, 0.4);
}

.service3box .box-border {
  border: 1px solid #c3c3c3;
  height: 85px;
  width: 85px;
}

.service3box .box {
  height: 85px;
  width: 85px;
  background: #000;
  margin: 10px;
  position: absolute;
  top: 0;
}

.service3box .box:hover {
  background: #4b4a3b;
}

.service3box .box-horizontal-border {
  background-color: #000000;
  position: absolute;
  width: 40px;
  height: 1px;
  top: 30px;
  right: -20px;
}

.service3box .heading {
  font-size: 18px;
  font-family: "Montserrat";
  color: #333333;
  text-transform: uppercase;
  line-height: 1.444;
  text-align: left;
  margin-bottom: 0px;
}

.service3box span {
  font-size: 8px;
  color: #c4c4c4;
  text-transform: uppercase;
  line-height: 3.25;
  text-align: left;
  letter-spacing: 3px;
}

.service3box p {
  font-size: 13px;
  color: #8b8b8b;
  line-height: 2;
  text-align: left;
}

.service3box i {
  position: absolute;
  margin-left: 25px;
  margin-top: 30px;
  font-size: 36px;
  font-family: "Stroke-Gap-Icons";
  color: #ffffff;
  line-height: 0.722;
  text-align: left;
}

.service-icon i {
  position: absolute;
  top: 25px;
  right: 30px;
  background: #4b4a3b;
  padding: 25px 15px;
  height: 85px;
  width: 85px;
  color: #f5f5f5;
  text-align: center;
  font-size: 45px;
}

.service-details-info {
  background: url(/images/service-icon/service-details-info.png);
  background-size: cover;
  height: 375px;
  width: 100%;
}

.service-details-info .service-details-heading {
  transform: rotate(337deg);
  position: absolute;
  top: 80px;
  letter-spacing: 4px;
  font-size: 24px;
  color: #8b8b8b;
  text-transform: uppercase;
  line-height: 1.083;
  text-align: left;
}

.service-details-info .service-details-content {
  position: absolute;
  bottom: 0px;
  padding: 40px;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
}

.service-details h3 {
  font-size: 18px;
  font-family: "Montserrat";
  color: #333333;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0;
}

.service-details span {
  font-size: 8px;
  color: #c4c4c4;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 3px;
}

.service-details p {
  font-size: 13px;
  color: #8b8b8b;
  text-align: left;
}

.service-page-section .service-icon-section {
  padding-top: 80px;
}

.service-details-page img {
  margin-bottom: 30px;
}

.testimonials {
  margin: 0;
  margin-left: -15px;
  position: relative;
  padding: 0;
  color: #fff;
  border: none;
  text-align: center;
}

.testimonials .testimonials_border_style {
  border-color: #525252;
  border-style: solid;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  border-width: 2px;
}

.testimonials .testimonials_border_style span.icon {
  font-size: 48px;
  font-family: "Stroke-Gap-Icons";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 0.542;
  text-align: left;
  margin-left: -80px;
}

.testimonials .testimonials-fname,
.testimonials-lname {
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonials .testimonials-fname {
  color: #fff;
}

.testimonials .testimonials-lname {
  color: #b1b1b1;
}

.testimonials .testimonials-lead-font {
  margin-bottom: 25px;
  font-size: 12px;
  color: #818181;
  line-height: 2.167;
  text-align: right;
  letter-spacing: 0px;
}

.testimonials .tesimoniasls-desc {
  font-size: 13px;
  color: #ffffff;
  line-height: 2;
  text-align: right;
}

.testimonials .owl-prev {
  width: 47%;
}

.testimonials .owl-nav {
  width: 100%;
  display: inline-table;
}

.testimonials .owl-prev {
  text-align: right;
  padding: 0px;
  display: table-cell;
}

.testimonials .owl-next {
  text-align: left;
  display: table-cell;
  padding: 0 20px;
}

.testimonials .border {
  border-radius: 50%;
  background-color: #355777;
  position: absolute;
  height: 13px;
  width: 13px;
  bottom: 35px;
  left: 40px;
}

.testimonials .testimonials-img {
  border-radius: 50%;
  background-color: #355777;
  box-shadow: 0px 0px 43px 0px rgba(37, 11, 3, 0.75);
  width: 110px;
  height: 105px;
  float: none;
  display: inline-block;
}

.testimonials .navborder {
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  background-color: rgba(216, 216, 216, 0);
  opacity: 0.75;
  height: 20px;
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}

.testimonials .pen-icon {
  font-size: 48px;
  font-family: "Stroke-Gap-Icons";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 0.542;
  margin-left: -80px;
  float: right;
}

.arc-testimonials .arc-owl-heading,
.arc-testimonials .arc-owl-heading::before {
  color: #fff;
  text-transform: uppercase;
  position: absolute;
}

.arc-testimonials .owl-next,
.arc-testimonials .owl-prev {
  padding: 10px;
  float: left;
  text-align: left;
}

.arc-testimonials {
  background: url(/images/background-images/index-2-architecture.png) center;
  background-size: cover;
  height: 440px;
}

.arc-testimonials img,
.arc-testimonials img.img-responsive {
  border: 15px solid rgba(95, 94, 76, 0.7);
  width: auto !important;
}

.arc-testimonials .arc-owl-heading {
  font-size: 48px;
  text-align: right;
  transform: rotate(270deg);
  margin-top: 140px;
  float: left;
  right: -70px;
}

.arc-testimonials img {
  border: 15px solid rgba(95, 94, 76, 0.7);
}

.arc-testimonials .arc-owl-heading::before {
  content: attr(data-arc-designation) "";
  z-index: -1;
  top: 44px;
  line-height: 1.554;
  margin-left: -104px;
  left: 213px;
  font-size: 14px;
  text-align: left;
  letter-spacing: 2px;
}

.arc-testimonials .owl-nav {
  height: 50px;
  width: 110px;
  background: #000;
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.arc-testimonials .owl-prev {
  width: 50px;
  margin-left: 15px;
}

.arc-testimonials .border {
  border-radius: 50%;
  background-color: #355777;
  position: absolute;
  height: 13px;
  width: 13px;
  bottom: 35px;
  left: 36px;
}

.arc-testimonials .testimonials-img {
  border-radius: 50%;
  background-color: #355777;
  box-shadow: 0 0 43px 0 rgba(37, 11, 3, 0.75);
  width: 110px;
  height: 105px;
  float: none;
  display: inline-block;
}

.arc-testimonials .navborder {
  border-style: solid;
  border-width: 1px;
  border-color: #e1e1e1;
  background-color: rgba(216, 216, 216, 0);
  opacity: .75;
  height: 20px;
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}

.blog-listing-page .blog-section .blog-heading {
  text-transform: uppercase;
}

.blog-listing-page .wp_meta {
  margin-bottom: 10px;
}

.blog-listing-page p.blog-content {
  margin-bottom: 35px;
}

.blog-listing-page .blog-list-section {
  margin-bottom: 40px;
}

.blog-listing-page img {
  margin-bottom: 40px;
}

.blog-listing-page .blog-image-padding {
  padding-left: 5px;
}

.wp_meta a {
  color: #bfbfbf;
  font-weight: 400;
}

.blog-width-sidebar .post-formate span.icon {
  font-size: 40px;
  position: relative;
  top: 20px;
}

.blog-width-sidebar .post-formate p {
  font-size: 18px;
  top: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.blog-width-sidebar .blog-sidebar-section {
  margin-bottom: 40px;
}

.blog-section .blog-heading {
  font-size: 22px;
  font-family: "Montserrat";
  color: #333333;
  margin-bottom: 20px;
  line-height: 1;
  text-align: left;
}

.blog-section .post-formate {
  margin-right: 0px;
  right: 10px;
  height: 150px;
  width: 150px;
  position: absolute;
  box-shadow: -0.3em 0.3em 5px rgba(0, 0, 0, 0.3);
  top: -5px;
  text-align: center;
}

.blog-section .post-formate3 {
  margin-right: 0px;
  right: 15px;
  height: 150px;
  width: 150px;
  position: absolute;
  background: url(/images/blog/comment3.png);
  box-shadow: -0.3em 0.3em 5px rgba(0, 0, 0, 0.3);
  top: -5px;
  text-align: center;
}

.blog-section .post-formate2 {
  margin-right: 0px;
  right: 15px;
  height: 150px;
  width: 150px;
  position: absolute;
  background: url(/images/blog/comment2.png);
  box-shadow: -0.3em 0.3em 5px rgba(0, 0, 0, 0.3);
  top: -5px;
  text-align: center;
}

.blog-section .post-formate1 {
  margin-right: 0px;
  right: 15px;
  height: 150px;
  width: 150px;
  position: absolute;
  background: url(/images/blog/comment1.png);
  box-shadow: -0.3em 0.3em 5px rgba(0, 0, 0, 0.3);
  top: -5px;
  text-align: center;
}

.blog-section .post-formate p,
.post-formate span.icon {
  margin-top: 20px;
  color: #fff;
  text-transform: uppercase;
}

.blog-section .post-formate p {
  font-size: 18px;
  margin-top: 40px;
  color: #bababa;
}

.blog-section .post-formate span.icon {
  position: relative;
  top: 40px;
  font-size: 40px;
  margin-bottom: 18px;
}

.blog-section .blog-content,
.blog-section .wp_autor,
.blog-section .wp_tag {
  font-size: 13px;
  line-height: 2;
}

.blog-section .owl-controls {
  position: absolute;
  top: 0;
  width: 96%;
}

.blog-section .owl-nav {
  float: right;
}

.blog-section .owl-prev {
  float: left;
  text-align: left;
  width: 50%;
}

.blog-section .blog_next_div {
  border: 1px solid #000;
}

.blog-section .blog_next_div,
.blog-section .blog_prev_div {
  border-style: solid;
  border-width: 1px;
  border-color: #e1e1e1;
  background-color: rgba(225, 225, 225, 0);
  opacity: .75;
  height: 42px;
  padding: 8px;
}

.blog-section .blog_next_div {
  float: left;
  text-align: right;
  width: 100px;
}

.blog-section .blog_next_div .fa {
  width: 20px;
}

.blog-section .blog_prev_div {
  width: 100px;
}

.blog-section .blog_prev_div .fa {
  width: 20px;
}

.blog-section .blog-img img {
  margin-top: 10px;
  margin-bottom: 60px;
}

.blog-section .wp_meta {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.blog-section .wp_meta span.icon {
  margin-right: 5px;
}

.blog-section .wp_autor,
.blog-section .wp_tag {
  margin-right: 25px;
  float: left;
  color: #bfbfbf;
  text-align: left;
}

.blog-section .owl-next {
  float: left;
  margin-left: 25px;
  width: 10%;
}

.blog-section .blog-content {
  margin-bottom: 15px;
  color: #8b8b8b;
  text-align: left;
}

.blog-section .btn-link {
  font-size: 14px;
  color: #8b8b8b;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.857;
  margin-right: 25px;
}

.blog-section ol,
.blog-section ul {
  list-style: none;
  font-size: 13px;
  color: #8b8b8b;
  line-height: 2;
  text-align: left;
}

.blog-social-media a,
.blog-social-media a:hover {
  background-color: #4b4a3b;
  padding: 12px 14px;
  border-radius: 50%;
  display: inline-block;
  line-height: 0;
  margin-bottom: 5px;
}

.blog-section ol .fa,
.blog-section ol .icon,
.blog-section ul .icon {
  margin-right: 15px;
}

.blog-social-media {
  text-align: right;
}

.blog-social-media i {
  color: #fff;
}

.blog-social-media a,
.blog-social-media a:hover,
.blog-social-media i:hover {
  color: #8b8b8b;
}

.social-links {
  margin-bottom: 30px;
}

.social-links a {
  text-align: right;
  float: left;
  width: 36px;
  height: 36px;
  border: 2px solid #909090;
  border-radius: 100%;
  margin-right: 7px;
  display: flex;
  align-items: flex-start;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.social-links a i {
  font-size: 20px;
  align-self: center;
  color: #8b8b8b;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  margin: 0 auto;
}

.social-links a i::before {
  display: inline-block;
  text-decoration: none;
}

.social-links a:hover {
  background: #4b4a3b;
}

.social-links a:hover i {
  color: #fff;
}

.social-links span {
  font-size: 16px;
  color: #8b8b8b;
  line-height: 1.625;
  text-align: left;
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}

.blog-img img {
  -webkit-box-shadow: 42px 38px 42px -38px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 42px 38px 42px -38px rgba(0, 0, 0, 0.58);
  box-shadow: 42px 38px 42px -38px rgba(0, 0, 0, 0.58);
}

.blog-list-post-formate {
  background: #355777;
  text-align: center;
  padding: 10px;
}

.blog-list-post-formate p,
.post-formate span.icon {
  margin-top: 10px;
  color: #fff;
  margin-bottom: 0;
}

.blog-list-post-formate p {
  font-size: 18px;
}

.blog-list-post-formate span.icon {
  font-size: 40px;
  position: relative;
  top: 10px;
  color: #fff;
}

.blog-details,
.blog-left img {
  margin-bottom: 30px;
}

.blog-left .post-formate {
  left: 0;
  margin-left: 15px;
  margin-top: 0;
  margin-right: 15px;
  right: 0;
  height: 100px;
  width: 100px;
  position: absolute;
  background: #355777;
  top: 0;
  text-align: center;
}

.blog-left .post-formate p,
.post-formate span.icon {
  margin-top: 20px;
  color: #fff;
}

.blog-left .post-formate span.icon {
  font-size: 32px;
  position: relative;
  top: 20px;
}

.blog-details {
  border-bottom: 1px solid #8b8b8b;
}

.blog-left img {
  margin-top: 0;
}

.blog-section-caption .blog-content,
.blog-section-caption .blog-heading {
  color: #fff;
  text-align: left;
}

.blog-section-caption {
  bottom: 0px;
  right: 0px;
  padding: 20px;
  background-color: #000;
  position: absolute;
  opacity: 0;
}

.blog-img:hover .blog-section-caption {
  opacity: .8;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
}

.blog-section-caption .blog-heading {
  font-size: 22px;
  letter-spacing: 2px;
}

.blog-section-caption .blog-content {
  font-size: 13px;
  line-height: 2;
}

.blog-section-index-2 .blog-img {
  position: relative;
}

.blog-section-index-2 .blog-section .post-formate {
  right: 0px;
}

.blog-section-index-2 .blog-section .blog-img img {
  margin-bottom: 0px;
}

.blog-with-grid-section .blog-img {
  position: relative;
}

.blog-with-grid-section .blog-section .post-formate {
  right: 0px;
  top: -10px;
}

.blog-details-page .blog-section .blog-heading {
  text-transform: uppercase;
  font-size: 22px;
  font-family: Montserrat;
  color: #333333;
  margin-bottom: 20px;
  line-height: 1;
  text-align: left;
}

.blog-details-page .blog-section .wp_autor {
  margin-bottom: 20px;
}

.blog-details-page .comment-heading span {
  color: #8b8b8b;
  font-size: 30px;
}

.comment-section ul.comment-ul {
  padding-left: 0px;
}

.comment-section span.icon,
.levae-comment span.icon {
  float: left;
  font-size: 30px;
  margin-right: 10px;
}

.comment-section ul {
  list-style: none;
}

.comment-heading {
  margin-bottom: 50px;
  font-size: 24px;
  color: #000000;
  line-height: 26px;
  text-align: left;
}

.comment-body h3 {
  font-size: 16px;
  font-family: "Montserrat";
  color: #355777;
  line-height: 1.625;
  text-align: left;
}

.comment-body span {
  letter-spacing: 1px;
  font-size: 11px;
  color: #000000;
  line-height: 2.364;
  text-align: left;
}

.comment-body p {
  font-size: 13px;
}

.levae-comment {
  margin-bottom: 30px;
}

.levae-comment .icon {
  color: #29af8a;
  margin-right: 10px;
}

.levae-title {
  margin-bottom: 30px;
}

.levae-comment {
  padding-bottom: 65px;
}

.levae-comment input.form-control,
.levae-comment textarea {
  border-radius: 0px;
  border-color: #cccccc;
}

.levae-comment input.form-control:focus,
.levae-comment textarea:focus {
  box-shadow: none;
  border-color: #a0a0a0;
}

.levae-comment h2 {
  font-size: 24px;
}

.levae-comment input.form-control {
  margin-bottom: 15px;
}

.levae-comment textarea.form-control {
  margin-bottom: 35px;
}

.pagination {
  margin: 0px;
  margin-bottom: 50px;
}

.pagination>li>a,
.pagination>li>span {
  border-radius: 50% !important;
  margin: 0 5px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #4b4a3b;
  border-color: #4b4a3b;
  box-shadow: none;
  font-size: 14px;
}

.pagination>li>a,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 2;
  color: #4b4a3b;
  border-color: #ccc;
  background-color: #fff;
  box-shadow: 0 6px 7px 0 rgba(51, 51, 51, 0.35);
  font-size: 13px;
}

.project-banner {
  background: linear-gradient(rgba(88, 87, 69, 0.949), rgba(88, 87, 69, 0.949)), url(/images/background-images/index-2-cta-section.png) center no-repeat rgba(0, 0, 0, 0.6);
  background-size: cover;
  padding: 50px;
}

.project-banner a {
  letter-spacing: 1.2px;
}

.our-partner-section-index-2 {
  background-color: #f8f8f8;
}

.our-partner-section-index-2 img {
  margin-bottom: 30px;
}

.widget {
  background: #eee;
  padding: 40px;
  display: inline-table;
  width: 100%;
}

.widget .widget-header {
  margin-bottom: 30px;
}

.widget .input-group input {
  height: 42px;
  border-radius: 0;
}

.widget .widget-title {
  font-size: 20px;
  font-family: Montserrat;
  color: #000;
}

.widget .border {
  border: 1px solid #afafaf;
  position: absolute;
  width: 100px;
  height: 1px;
}

.widget .widget-archive {
  font-size: 14px;
  color: #8b8b8b;
  line-height: 2.5;
}

.widget .tag {
  padding: 10px 25px;
  background: #000;
  color: #fff;
  margin-bottom: 10px;
  float: left;
  margin-left: 6px;
  font-size: 13px;
  line-height: 19px;
}

.widget .tag:hover {
  padding: 10px 25px;
  background: #4b4a3b;
  color: #fff;
}

.widget .tag a,
.widget .tag a:hover {
  color: #fff;
}

.widget .flicer-div img.flicer-img {
  margin-bottom: 20px;
  display: block;
}

.widget .flicer-div img.flicer-img-hover,
.widget .flicer-div:hover img.flicer-img {
  display: none;
}

.widget .flicer-div:hover img.flicer-img-hover {
  margin-bottom: 20px;
  display: block;
}

.widget .widget-tabs ul li a {
  margin: 0;
}

.widget .tabs-margin .row {
  margin-bottom: 20px;
}

.widget .widget-tabs h3 {
  font-family: Montserrat;
  font-size: 14px;
  line-height: 19px;
}

.widget .widget-tabs .nav-tabs li a {
  font-family: Montserrat;
  font-size: 13px;
  line-height: 19px;
  padding: 15px 20px;
}

.widget-tabs .nav-tabs li.active a {
  background: #4b4a3b;
  color: #fff;
  border-radius: 0px;
  display: inline-block;
  border: 0px;
}

.widget-tabs .nav-tabs li a {
  background: #000000;
  color: #fff;
  border-radius: 0px;
  display: inline-block;
  border: 0px;
}

.our-team {
  margin-bottom: 30px;
}

.our-team-title,
.our-team-title::before {
  text-transform: uppercase;
  position: absolute;
}

.our-team-title a {
  color: #fff;
}

.our-team .our-team-hover p,
.our-team-title::before {
  color: #fff;
  text-align: left;
}

.our-team-hover {
  display: none;
}

.our-team:hover .our-team-hover {
  display: block;
}

.our-team .our-team-hover {
  background: url(/images/team/team-bg.png) no-repeat;
  height: 240px;
  position: absolute;
  bottom: 30px;
  background-size: cover;
  right: 15px;
  left: 15px;
}

.our-team-title {
  top: 20px;
  transform: rotate(90deg);
  font-size: 18.37px;
  color: #fff;
  right: -30px;
  letter-spacing: 2px;
}

.our-team-title::before {
  content: attr(data-designation) "";
  font-size: 10px;
  margin-top: 20px;
  right: 0;
}

.our-team .our-team-hover p {
  font-size: 13px;
  line-height: 2;
  margin-bottom: 10px;
  margin-top: 15px;
}

.our-team .team-content {
  position: absolute;
  right: 25%;
  margin-left: 15px;
}

.our-team .team-content i {
  margin-right: 15px;
  color: #fff;
}

.our-team .team-content i:hover {
  color: #355777;
}

.our-team:hover {
  box-shadow: 0px 0px 11px 0px rgba(214, 214, 214, 0.75);
}

.team-info {
  background: url(/images/team/team-info-with-text.png) top;
  background-size: cover;
}

.team-info .team-info-div .team-thumb img {
  margin-bottom: 30px;
  box-shadow: 0 0 12px 0 rgba(214, 214, 214, 0.75);
}

.team-info .team-info-div .btn-primary {
  margin-right: 20px;
}

.team-info .team-info-div i {
  margin-right: 15px;
}

.team-info .team-info-div i.fa {
  font-size: 30.69px;
  vertical-align: middle;
  color: #fff;
}

.team-info .team-info-div i.fa:hover {
  color: #4b4a3b;
}

.team-info .team-info-content {
  padding-top: 255px;
}

.team-info .team-info-content img {
  padding-bottom: 50px;
}

.team-info .team-info-content p {
  font-size: 14px;
  line-height: 26px;
}

.team-info .team-info-content .heading {
  font-size: 24.55px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.059;
}

.team-info .designation {
  font-size: 14px;
  text-transform: uppercase;
}

.team-info .team-info-content span {
  text-transform: uppercase;
  margin-top: 30px;
  color: #8b8b8b;
  line-height: 1.844;
  text-align: left;
}

.team-info .team-info-content .sp {
  text-transform: uppercase;
  line-height: 1.844;
  text-align: left;
  letter-spacing: 0;
  font-size: 15px;
  color: #e4e4e4;
  font-weight: 300;
}

.team-info .designation {
  color: #fff;
}

.progress {
  height: 10px;
  border-radius: 0;
}

.progress-bar {
  background-color: #4b4a3b;
}

.page-info .breadcrumbs,
.page-info .header-page-title {
  color: #f7f7f7;
  text-align: center;
}

.page-info {
  padding-top: 30px;
}

.header-background {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/images/background-images/header-background-image.png) center no-repeat rgba(0, 0, 0, 0.7);
  background-size: cover;
  width: 100%;
}

.pagebg .cssmenu,
.pagebg .cssmenu #menu-button,
.pagebg .cssmenu ul,
.pagebg .cssmenu ul li,
.pagebg .cssmenu ul li a {
  background-color: transparent;
}

.page-info .header-page-title {
  font-size: 50px;
  text-transform: uppercase;
  line-height: 1.2;
}

.page-info .breadcrumbs {
  font-size: 16px;
  letter-spacing: 2px;
  padding-top: 20px;
}

.page-info .breadcrumbs span {
  color: rgba(255, 255, 255, 0.5)
}

.page-info .breadcrumbs span:hover {
  color: rgba(255, 255, 255, 1)
}

.contactus {
  margin-bottom: 30px;
}

.contactus-heading {
  font-size: 24px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.contactus-content {
  font-size: 13px;
  color: #8b8b8b;
  text-align: left;
}

.contactus {
  padding: 20px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 11px 0 rgba(214, 214, 214, 0.75);
}

.contactus i {
  font-size: 36px;
  font-family: Stroke-Gap-Icons;
  color: #355777;
  text-align: left;
}

.contactus h3,
.contactus span {}

.contactus h3 {
  font-size: 24px;
  color: #333;
  text-align: left;
  letter-spacing: 2px;
}

.contactus span {
  font-size: 13px;
  color: #8b8b8b;
  text-align: center;
  letter-spacing: 1px;
}

.contactus-form input,
.contactus-form input:focus,
.contactus-form textarea,
.contactus-form textarea:focus {
  box-shadow: none;
  border: none;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  border-radius: 0;
}

.contactus-form input,
.contactus-form input:focus {
  margin-bottom: 80px;
}

.contactus-form textarea,
.contactus-form textarea:focus {
  margin-bottom: 60px;
}

.footer-section .contact-us-2 {
  padding: 100px;
}

.error-span,
.error-text {
  color: #333;
  text-transform: uppercase;
}

.error-page {
  background: url(/images/404.png) center no-repeat;
  background-size: cover;
  height: 900px;
}

.error-text {
  font-size: 200px;
  line-height: .7;
  text-align: center;
  letter-spacing: 10px;
}

.error-span {
  line-height: 2;
  font-size: 36px;
}

.portfolioFilter a {
  display: inline-table;
}

.portfolioFilter a,
.portfolioinfo {
  text-transform: uppercase;
  color: #333;
}

.portfolioinfo,
.portfolioinfodiv {
  text-align: left;
}

.portfolioFilter .current {
  background: #355777;
  border-radius: 2px;
  border-color: transparent;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #fff;
}

.portfolioFilter a {
  padding: 10px 20px;
}

.portfolioinfo {
  font-size: 35.54px;
  letter-spacing: 5px;
  position: absolute;
  left: -110px;
  top: 120px;
  transform: rotate(270deg);
}

.portfolioinfodiv {
  margin-left: 60px;
  font-size: 14px;
  color: #333;
  line-height: 2.214;
}

.portfolio-gallery .owl-controls {
  position: absolute;
}

@media (max-width: 767px) {
  .portfolio-gallery .owl-controls {
    margin-top: 0px;
    width: 100%;
  }

  .portfolio-gallery .item .projectitem {
    height: auto;
  }

  .project-gallery .gallery-2 .gallery-caption-2 {
    opacity: .75;
  }

  .woobg {
    height: 400px;
  }

  .text-right-horizontal .heading-content[data-before-text]:before {
    display: block;
    font-size: 60px;
    text-align: right;
  }

  .text-right-horizontal .heading-text[data-lead-text]:before {
    display: none;
  }

  .text-left-horizontal .heading-text {
    text-align: left;
    margin-left: 0;
  }

  .text-left-horizontal .heading-content[data-before-text]:before {
    display: block;
    font-size: 60px;
  }

  .text-left-horizontal .heading-text[data-lead-text]:before {
    display: none;
  }

  .blog-section-index-1 .blog-img:before {
    content: none;
  }

  table.micro {
    overflow-x: scroll;
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .portfolio-gallery .owl-controls {
    margin-top: 0px;
    width: 96%;
  }

  .portfolio-gallery .item .projectitem {
    width: 690px;
    height: auto;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-gallery .owl-controls {
    margin-top: 0px;
    width: 80%;
  }

  .portfolio-gallery .item .projectitem {
    width: 750px;
    height: auto;
  }
}

@media (min-width: 1200px) {
  .portfolio-gallery .owl-controls {
    margin-top: 0px;
    width: 80%;
  }

  .portfolio-gallery .item .projectitem {
    width: 913px;
    height: auto;
  }
}

.portfolio-gallery .owl-nav .gallery_next_div,
.portfolio-gallery .owl-nav .gallery_prev_div {
  border-style: solid;
  border-width: 1px;
  border-color: #e1e1e1;
  background-color: rgba(225, 225, 225, 0);
  opacity: .75;
  width: 100px;
  height: 42px;
  padding: 8px;
}

.portfolio-gallery .owl-nav .gallery_prev_div {
  margin-right: 20px;
  text-align: left;
  float: left;
}

.portfolio-gallery .owl-nav .gallery_prev_div .fa {
  margin-left: 5px;
  margin-right: 10px;
}

.portfolio-gallery .owl-nav .gallery_next_div {
  text-align: right;
  float: right;
}

.portfolio-gallery .owl-nav .gallery_next_div .fa {
  margin-right: 5px;
  margin-left: 10px;
}

.portfolio-gallery .owl-stage-outer {
  margin-bottom: 30px;
}

.woobg {
  background: url(/images/shop/header-image.png) center;
  background-size: cover;
  height: 800px;
  width: 100%;
}

.woobg .cssmenu,
.woobg .cssmenu #menu-button,
.woobg .cssmenu ul,
.woobg .cssmenu ul li,
.woobg .cssmenu ul li a {
  background-color: transparent;
}

.woocommerce-shop-page-links ul {
  list-style: none;
  padding: 0px;
}

.woocommerce-shop-page-links ul li:first-child a {
  border: none;
}

.woocommerce-shop-page-links ul li a {
  float: left;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 24px;
  padding: 0px 20px;
  border-left: 1px solid;
  font-weight: 500;
}

.woocommerce-shop-page-links ul li:hover a {
  color: #333333;
}

.shop-benifite {
  background: #000;
  margin-top: -50px;
}

.shop-benifite .border-right {
  border-right: 1px solid #444;
}

.shop-benifite .border-left {
  border-left: 1px solid #444;
}

.shop-benifite {
  padding: 30px;
}

.shop-benifite .icon-section {
  text-align: center;
  margin-top: 10px;
}

.shop-benifite i {
  text-transform: uppercase;
  text-align: left;
  float: left;
  padding: 15px;
  margin-right: 10px;
}

.shop-benifite i {
  font-size: 36px;
  color: #8e8c76;
  line-height: .667;
}

.shop-benifite .benifite-header {
  font-size: 20px;
  line-height: 22px;
  font-family: Montserrat;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.shop-benifite span {
  font-size: 12px;
  color: #8e8c76;
  letter-spacing: 6.1px;
  line-height: 24px;
  text-transform: uppercase;
}

.shop-product {
  margin-bottom: 30px;
}

.shop-product img {
  margin-bottom: 20px;
  width: 100%;
}

.shop-product .shop-tools {
  opacity: 0;
}

.shop-product:hover .shop-tools {
  opacity: 1;
}

.shop-product .shop-tools i {
  color: #4b4a3b;
}

.shop-product .shop-tools a.first,
.shop-product .shop-tools a.sec,
.shop-product .shop-tools a.third {
  color: #fff;
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
  display: inline-block;
  line-height: 0;
  font-size: 13px;
}

.shop-product .shop-tools a.first:hover,
.shop-product .shop-tools a.sec:hover,
.shop-product .shop-tools a.third:hover {
  background-color: #4b4a3b;
}

.shop-product .shop-tools a.first:hover i,
.shop-product .shop-tools a.sec:hover i,
.shop-product .shop-tools a.third:hover i {
  color: #fff;
}

.shop-product .shop-tools a.first {
  position: absolute;
  top: 156px;
  right: 25px;
}

.shop-product .shop-tools a.sec {
  position: absolute;
  top: 201px;
  right: 25px;
}

.shop-product .shop-tools a.third {
  position: absolute;
  top: 246px;
  right: 25px;
}

.shop-product .shop-tools a.four {
  position: absolute;
  top: 260px;
  left: 15px;
  color: #fff;
  border-right: 20px solid transparent;
  border-bottom: 40px solid #68675b;
  width: 70px;
}

.shop-product .shop-tools a.four i {
  position: absolute;
  color: #fff;
  left: 18px;
  top: 10px;
  font-size: 18px;
}

.shop-detail-excerpt {
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.shop-featured-block-inner {
  background: #eee;
  height: 525px;
  width: 100%;
}

.shop-featured-block .featured-text {
  margin-top: 200px;
  text-align: center;
}

.shop-featured-block h1 {
  font-size: 30px;
  font-family: Montserrat;
  color: #333;
  text-transform: uppercase;
  text-align: center;
  line-height: .867;
}

.shop-featured-block p {
  font-size: 13px;
  color: #8b8b8b;
  text-align: center;
  line-height: 2;
}

.shop-content h2,
.shop-featured-block span {
  font-family: Montserrat;
  text-transform: uppercase;
}

.shop-featured-block span {
  color: #333;
  font-weight: 700;
  line-height: .542;
  width: 100%;
  float: left;
}

@media (max-width: 374px) {
  .shop-featured-block span {
    font-size: 43px;
  }
}

@media (min-width: 375px) {
  .shop-featured-block span {
    font-size: 48px;
  }
}

.shop-featured-block a {
  margin-top: 30px;
}

.shop-content h2 {
  font-size: 16px;
  color: #000;
  letter-spacing: 1px;
}

.shop-content p,
.shop-content span.price {}

.shop-content p {
  color: #8b8b8b;
  text-align: left;
  margin-bottom: 10px !important;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.shop-content p {
  font-weight: 400;
}

.shop-content .star-rating,
.shop-content span.price {
  color: #4b4a3b;
  text-align: right;
}

.shop-content span.price {
  font-size: 16px;
  line-height: 2.625;
}

.shop-content span.price {
  color: #4b4a3b;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 2.625;
}

.shop-content .star-rating {
  line-height: 2.167;
  float: right;
}

.shop-detail-heading,
.shop-related-heading {
  text-transform: uppercase;
  line-height: 1.444;
}

.shop-related-heading {
  font-size: 18px;
  color: #333;
  text-align: left;
}

.shop-heading-border {
  content: "";
  width: 100px;
  height: 2px;
  border-bottom: 2px solid #4b4a3b;
  background-color: #4b4a3b;
  float: left;
  margin-bottom: 30px;
}

#shop_item_slider {
  position: absolute;
  height: 204px;
  top: 37px;
  bottom: 37px;
  width: 86%;
}

.shop-gallery a {
  display: block;
  padding: 0 0 10px;
}

.shop-gallery img {
  border-radius: 5px;
  margin-bottom: 10px;
}

.shop-gallery .shop-detail-gallery-icon {
  position: absolute;
  left: 0;
  top: -37px;
  font-size: 24px;
  color: #355777;
  cursor: pointer;
  text-align: center;
  padding: 0 0px 10px;
  width: 100%;
}

.shop-gallery .shop-detail-gallery-icon.slideToBottom {
  bottom: -37px;
  top: auto;
  padding: 10px 0 0px;
}

.arc-shop-cart thead,
.shop-detail-heading {
  font-family: Montserrat;
  color: #000;
  text-align: left;
}

.shop-detail-heading {
  font-family: Montserrat Regular;
  font-size: 18px;
  line-height: 26px;
}

.arc-shop-cart thead {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.188;
  background: #ecf0f1;
}

.arc-shop-cart thead th {
  text-align: center;
}

.arc-shop-cart tbody td {
  text-align: center;
  vertical-align: middle;
}

.arc-shop-cart tbody img {
  margin-right: 20px;
}

.arc-shop-cart tbody .price {
  font-size: 14px;
  color: #a1b1bc;
  font-weight: 700;
  line-height: 1.357;
}

.arc-shop-cart>tbody>tr>td {
  vertical-align: middle;
}

.arc-shop-cart p {
  padding-top: 30px;
}

.applycouponinput {
  height: 42px;
}

.copondiv {
  padding-right: 0;
}

.cart-total th {
  background: #f9fbfb;
  border: 1px solid #eaf0f2;
}

.shop-review {
  border-bottom: 30px;
  margin-bottom: 30px;
}

.shop-review strong {
  color: #000;
  font-weight: 800;
}

.shop-cart-shipping input,
.shop-cart-shipping select {
  margin-bottom: 15px;
}

.price-new,
.price-old {
  font-size: 16px;
  font-weight: 500;
  color: #8b8b8b;
  line-height: 1.625;
  text-align: left;
}

.price-old {
  margin-left: 20px;
  text-decoration: line-through;
  font-weight: 300;
}

.shop-details-star-rating {
  margin-left: 50px;
  font-size: 12px;
  font-family: FontAwesome;
  color: #4b4a3b;
  text-transform: uppercase;
  line-height: 2.167;
  text-align: left;
}

.color1,
.color2,
.color3,
.color4 {
  border-radius: 50%;
  padding: 5px 15px;
  line-height: 0;
  margin-left: 5px;
}

.cleardiv {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.color1 {
  background: #000;
}

.color2 {
  background: #4b4a3b;
}

.color3 {
  background: #ff27f7;
}

.color4 {
  background: #00ff3c;
}

.shop-add-to-cart {
  margin-right: -18px;
}

.shop-tool {
  margin-left: 10px;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  line-height: 1.444;
}

.shop-select select {
  width: 154px;
  border: 1px solid #29af8a;
  height: 35px;
  background: #fff;
}

.shop-select span {
  color: #29af8a;
  margin-right: 15px;
  text-transform: uppercase;
}

.shop-tabs,
.shop-tabs ul li a,
.shop-tabs ul li a:hover {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

.shop-tabs {
  color: #000;
}

.nav-tabs>li>a {
  margin-right: 0px !important;
}

.shop-tabs ul li a,
.shop-tabs ul li a:hover {
  background-color: #eee;
  height: 45px;
  color: #000;
  line-height: 1.857;
  border-radius: 0;
  border: 1px solid #fff;
  display: inline-block;
}

.shop-tabs ul li.active {
  background-color: #eee;
  height: 45px;
}

.shop-tabs .tab-content {
  padding: 20px;
  border: 1px solid #ddd;
}

.shop-tabs .tab-content h2 {
  font-size: 18px;
  font-family: Montserrat;
  color: #333;
  text-transform: uppercase;
  line-height: 1.667;
  text-align: left;
}

.shop-tabs .tab-content p {
  font-size: 14px;
  color: #8b8b8b;
  line-height: 1.857;
  text-align: left;
  letter-spacing: 1px;
}

@media (min-width: 748px) {

  .shop-tabs ul li a,
  .shop-tabs ul li a:hover {
    width: 140px;
  }

  .shop-tabs ul li.active {
    width: 140px;
  }
}

@media (min-width: 698px) and (max-width: 747px) {

  .shop-tabs ul li a,
  .shop-tabs ul li a:hover {
    width: 130px;
  }

  .shop-tabs ul li.active {
    width: 130px;
  }
}

@media (min-width: 648px) and (max-width: 695px) {

  .shop-tabs ul li a,
  .shop-tabs ul li a:hover {
    padding: 6px 30px;
  }
}

@media (min-width: 595px) and (max-width: 645px) {

  .shop-tabs ul li a,
  .shop-tabs ul li a:hover {
    padding: 6px 25px;
  }
}

@media (min-width: 545px) and (max-width: 594px) {

  .shop-tabs ul li a,
  .shop-tabs ul li a:hover {
    padding: 6px 20px;
  }
}

@media (min-width: 495px) and (max-width: 544px) {

  .shop-tabs ul li a,
  .shop-tabs ul li a:hover {
    padding: 6px 15px;
  }
}

@media (min-width: 445px) and (max-width: 494px) {

  .shop-tabs ul li a,
  .shop-tabs ul li a:hover {
    padding: 7px 10px;
  }
}

@media (min-width: 404px) and (max-width: 444px) {

  .shop-tabs ul li a,
  .shop-tabs ul li a:hover {
    padding: 9px 8px;
    font-size: 13px;
  }
}

@media (max-width: 403px) {

  .shop-tabs ul li a,
  .shop-tabs ul li a:hover {
    padding: 11px 6px 10px 7px;
    font-size: 12px;
  }
}

#shop-review-section input,
#shop-review-section textarea {
  border-radius: 0px;
}

#shop-review-section p {
  margin-bottom: 0px;
}

.shop-owl-carousel-products .owl-controls {
  margin-top: 30px;
}

.shop-owl-carousel-products .blog_next_div {
  border: 1px solid #000;
}

.shop-owl-carousel-products .blog_next_div,
.shop-owl-carousel-products .blog_prev_div {
  border-style: solid;
  border-width: 1px;
  border-color: #e1e1e1;
  background-color: rgba(225, 225, 225, 0);
  opacity: .75;
  height: 42px;
  padding: 8px;
}

.shop-owl-carousel-products .blog_next_div {
  float: left;
  text-align: right;
  width: 100px;
}

.shop-owl-carousel-products .blog_next_div .fa {
  width: 20px;
  margin-right: 10px;
}

.shop-owl-carousel-products .blog_prev_div {
  width: 100px;
}

.shop-owl-carousel-products .blog_prev_div .fa {
  width: 20px;
  margin-left: 10px;
}

.shop-owl-carousel-products .owl-prev {
  float: left;
  width: 50%;
}

.shop-owl-carousel-products .owl-next {
  float: right;
}

.newslatter-full-image {
  background: url(/images/background-images/newslatter-section.jpg) center;
  background-size: cover;
  height: auto;
}

.newslatter-full-image img {
  padding-bottom: 15px;
}

.newslatter-cross-image {
  background: url(/images/background-images/email-section.png) center;
  background-size: cover;
  color: #fff;
  margin: 0 auto;
  border: none;
  position: relative;
  text-align: center;
  padding: 0;
  height: 200px;
}

.newslatter-heading {
  font-weight: 500;
  color: #fff;
  position: absolute;
  font-size: 65px;
  line-height: 1;
  text-shadow: 2px 1px 0 #969696;
  text-transform: uppercase;
  left: 290px;
  top: 65px;
}

.newslatter-heading a {
  color: #fff;
}

.newslatter-section {
  position: absolute;
  width: 100%;
  overflow: hidden;
  padding: 30px;
  margin-top: 152px;
  right: 0;
}

.newslatter-section:before {
  content: "";
  display: block;
  margin-top: -597px;
  border-top: 700px solid transparent;
  border-right: 574px solid rgba(0, 0, 0, 0.65);
}

.newslatter-form {
  position: absolute;
  top: 50px;
  left: 6%;
  float: left;
  margin-left: 11%;
  color: #fff;
  width: 80%;
  padding-right: 30px;
}

.newslatter-form .form-control {
  background: #373a36;
  color: #c3c3c3;
  border-color: transparent;
  border-radius: 0;
  float: right;
  width: 80%;
  left: auto;
  right: 4%;
  border: 1px solid #e1e1e1;
  opacity: 0.4;
}

.newslatter-form .input-group-addon {
  color: #fff;
  text-transform: uppercase;
}

.footer-section .footer-content,
.footer-section .footer-heading,
.footer-section .footer-input {
  text-align: left;
}

.footer-section .width70 {
  width: 70%;
}

.footer-section {
  position: relative;
}

.footer-section .footer-input {
  border-bottom-color: #969696;
  background: 0 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  padding: 0;
  font-size: 14px;
  color: #fff;
  line-height: 1.857;
}

.footer-section .footer-input::-webkit-input-placeholder {
  color: #fff !important;
}

.footer-section .footer-input:-moz-placeholder {
  color: #fff !important;
}

.footer-section .footer-input::-moz-placeholder {
  color: #fff !important;
}

.footer-section .footer-input:-ms-input-placeholder {
  color: #fff !important;
}

.footer-section .footer-input:focus {
  box-shadow: none;
}

.footer-section .footer-boxdiv {
  position: absolute;
  top: 20%;
  margin-left: 20%;
  margin-right: 20%;
  width: 60%;
}

.footer-section .footer-boxdiv-one,
.footer-section .contact-us-2 {
  display: table;
  padding-left: 60px;
  text-align: left;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/images/background-images/footer-background.jpg) center no-repeat rgba(0, 0, 0, 0.7);
  background-size: cover;
}

.footer-section .footer-box-inner {
  display: table-cell;
  vertical-align: middle;
}

.footer-section .footer-boxdiv-two {
  background: rgba(0, 0, 0, 0.65);
  padding: 40px 30px;
}

.footer-section .footer-heading {
  font-size: 30px;
  color: #fdfdfd;
  text-transform: uppercase;
  line-height: .867;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.footer-section .footer-content * {
  font-size: 13px;
  color: #e9e9e9;
  line-height: 2;
}

.footer-section #footer-section-map {
  height: 550px;
  width: 100%;
  -webkit-filter: grayscale(100%) brightness(70%) contrast(140%);
  -moz-filter: grayscale(100%) brightness(70%) contrast(140%);
  -o-filter: grayscale(100%) brightness(70%) contrast(140%);
  -ms-filter: grayscale(100%) brightness(70%) contrast(140%);
  filter: grayscale(100%) brightness(70%) contrast(140%);
}

.footer-section .footer-heading {
  line-height: 1.2;
}

.footer-section .contact-us-2 {
  padding: 65px 65px 100px 50px;
}

.footer-section .contactus-heading {
  font-size: 24px;
  font-family: Montserrat;
  font-weight: 900;
  color: #f7f7f7;
}

.footer-section .contact-us-2 p {
  font-size: 13px;
  line-height: 26px;
  color: #f7f7f7;
  margin-bottom: 20px;
}

.footer-section .contact-us-2 p:last-child,
.contact-us-mailto {
  color: #d2d0d0;
}

#contact-us-2 {
  top: 15% !important;
}

.footer-copyright {
  background: #355777;
  padding-top: 20px;
  padding-bottom: 30px;
}

.footer-copyright p {
  color: #8b8b8b;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
}

.footer-copyright a {
  color: #355777;
}

.footer-copyright a:hover {
  color: #8b8b8b;
  text-decoration: none;
}

.footer-copyright .cssmenu a:hover {
  color: #8b8b8b;
  text-decoration: none;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  left: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(/images/cd-top-arrow.svg) center 50% no-repeat #355777;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 999;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  opacity: .5;
}

.cd-top.cd-fade-out:hover,
.no-touch .cd-top:hover {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .col-lg-pull-right {
    float: right;
  }

  .col-lg-pull-left {
    float: left;
  }

  .col-lg-mt-175 {
    margin-top: 175px;
  }

  .welcome-section-image {
    position: absolute;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-pull-right {
    float: right;
  }

  .col-md-pull-left {
    float: left;
  }

  .col-md-mt-175 {
    margin-top: 175px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cssmenu .badge {
    left: 35px;
    right: auto;
  }

  .blog-listing-page .blog-image-padding {
    padding-left: 15px;
  }

  .blog-with-grid-section .blog-grid-caption {
    bottom: 0px;
  }

  .woobg .cssmenu,
  .woobg .cssmenu #menu-button,
  .woobg .cssmenu ul,
  .woobg .cssmenu ul li,
  .woobg .cssmenu ul li a {
    background: #355777;
  }

  .cssmenu>ul>li.has-sub:hover>a,
  .cssmenu li:hover>ul>li {
    border-bottom: none;
  }

  .cssmenu li>ul>li:last-child {
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }

  #testimonials-index-1 .testimonials {
    margin-bottom: 40px;
  }

  .pagebg .cssmenu,
  .pagebg .cssmenu #menu-button,
  .pagebg .cssmenu ul,
  .pagebg .cssmenu ul li,
  .pagebg .cssmenu ul li a {
    background: #355777;
  }

  .col-sm-mt-175 {
    margin-top: 175px;
  }

  .aboutus3div .text-cross {
    top: 160px;
  }

  .aboutus3div {
    height: 1130px;
  }

  .aboutus3 {
    height: 1150px;
  }

  .aboutus3 {
    width: auto;
  }

  .aboutus3div .img-box-absolute {
    right: 10%;
  }

  .blog-section-caption {
    bottom: 0px;
  }

  .blog-list-post-formate {
    padding: 20px;
  }

  .team-info .team-info-div i.fa {
    font-size: 25.69px;
  }

  .shop-product .shop-tools a.four {
    top: 330px;
  }

  .shop-featured-block .featured-text {
    margin-top: 50px;
  }

  .shop-featured-block {
    height: 285px;
  }

  .shop-benifite {
    height: 160px;
  }

  .contactus-form input,
  .contactus-form input:focus {
    margin-bottom: 50px;
  }

  .contactus-form textarea,
  .contactus-form textarea:focus {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .cssmenu .badge {
    left: 35px;
    right: auto;
  }

  .cssmenu>ul>li.has-sub:hover>a,
  .cssmenu li:hover>ul>li {
    border-bottom: none;
  }

  .cssmenu li>ul>li:last-child {
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }

  #testimonials-index-1 .testimonials {
    margin-bottom: 40px;
  }

  .pagebg .cssmenu,
  .pagebg .cssmenu #menu-button,
  .pagebg .cssmenu ul,
  .pagebg .cssmenu ul li,
  .pagebg .cssmenu ul li a {
    background: #355777;
  }

  .footer-boxdiv-two {
    margin-top: -40px;
  }

  .cta-2 {
    padding-top: 20px;
  }

  .aboutus3div {
    height: 1370px;
  }

  .blog-listing-page .blog-image-padding {
    padding-left: 15px;
  }

  .blog-with-grid-section .blog-grid-caption {
    bottom: 0px;
  }

  .team-info .team-info-content,
  .team-info .team-info-content img {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer-section .contact-us-2 {
    padding: 20px 40px !important;
  }

  .woobg .cssmenu,
  .woobg .cssmenu #menu-button,
  .woobg .cssmenu ul,
  .woobg .cssmenu ul li,
  .woobg .cssmenu ul li a {
    background: #355777;
  }

  .col-xs-mt-130 {
    margin-top: 130px;
  }

  .welcome-section-image {
    position: relative;
  }

  .col-xs-mt-175 {
    margin-top: 175px;
  }

  .text-right-horizontal .heading-content[data-after-text]:after {
    font-size: 69px;
  }

  .text-right-horizontal .heading-content2[data-after-text]:after {
    font-size: 69px;
  }

  .text-left-horizontal .heading-content[data-after-text]:after {
    font-size: 69px;
  }

  .text-left-vertical .heading-text[data-heading-text-sub]:before {
    letter-spacing: 1px;
  }

  .text-left-vertical .heading-text[data-lead-text]:before {
    letter-spacing: 2px;
  }

  .aboutus {
    margin-left: 0px;
  }

  .aboutus img {
    position: relative;
  }

  .cta_bg img {
    position: relative;
  }

  .blog-section .owl-nav {
    float: left;
  }

  .blog-section .col-lg-mt-175 .col-md-mt-175 {
    margin-top: 30px;
  }

  .testimonials {
    margin-bottom: 30px;
  }

  .newslatter-section {
    margin: 0 auto;
    padding: 0;
    bottom: 30px;
    width: 90%;
  }

  .newslatter-section:before {
    border-top: 670px solid transparent;
    border-right: 373px solid rgba(0, 0, 0, 0.65);
  }

  .newslatter-section:before {
    margin-top: -605px;
    border-right: 574px solid rgba(0, 0, 0, 0.65);
    border-top: 761px solid transparent;
  }

  .newslatter-cross-image {
    background: url(/images/background-images/email-section.png) left;
    background-size: cover;
  }

  .newslatter-form {
    left: 0;
    margin-top: -70px;
    float: left;
  }

  .newslatter-form input.newslatter {
    width: 120px;
    min-width: 100px;
  }

  .newslatter-heading {
    font-weight: 500;
    color: #fff;
    position: absolute;
    font-size: 55px;
    right: 0;
    bottom: 48%;
    line-height: 1;
    text-shadow: 2px 1px 0 #969696;
  }

  .newslatter-full-image {
    background: url(/images/background-images/newslatter-section.jpg) left;
    background-size: cover;
  }

  .front-gallery .gallery-caption .caption-text h1 {
    width: auto;
    letter-spacing: 2px;
    width: 70%;
  }

  .gallery-section .gallery-caption .caption-text h1 {
    width: auto;
    letter-spacing: 2px;
    width: 70%;
  }

  .cta-caption {
    padding: 45px;
    right: 0;
    width: auto;
  }

  .cta-blur span.icon {
    font-size: 47px;
    color: #fff;
    margin-left: 10px;
  }

  .footer-section .footer-boxdiv {
    top: 20%;
  }

  .footer-section .footer-boxdiv-one {
    display: none;
  }

  .footer-section #footer-section-map {
    height: 450px;
  }

  .project-gallery .gallery-2 .gallery-caption-2 .gallery-heading {
    line-height: 8px;
  }

  .blog-section-caption {
    bottom: 30px;
  }

  .error-text {
    font-size: 130px;
  }

  .aboutus-index-2-effect {
    height: 350px;
    width: 345px;
  }

  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }

  .aboutus3 {
    width: auto;
  }

  .aboutus3div .text-cross {
    top: 90px;
  }

  .aboutus3 {
    height: 1290px;
  }

  .blog-section-caption {
    bottom: 0px;
  }

  .blog-list-post-formate {
    padding: 20px;
  }

  .team-info {
    height: auto;
  }

  .shop-product .shop-tools a.four {
    top: 450px;
  }

  .shop-featured-block .featured-text {
    margin-top: 10px;
  }

  .shop-benifite {
    height: 290px;
  }

  .contactus-form input,
  .contactus-form input:focus {
    margin-bottom: 50px;
  }

  .contactus-form textarea,
  .contactus-form textarea:focus {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .aboutus3 {
    width: auto;
  }

  .cssmenu>ul>li.has-sub:hover>a,
  .cssmenu li:hover>ul>li {
    border-bottom: none;
  }

  .cssmenu li>ul>li:last-child {
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }

  .pagebg .cssmenu #menu-button,
  .pagebg .cssmenu ul,
  .pagebg .cssmenu ul li,
  .pagebg .cssmenu ul li a {
    background: #355777;
  }
}

.service-icon-section .service-icon {
  margin-bottom: 25px;
}

.service-icon-section i {
  color: #333333;
  font-size: 64px;
}

.service-icon-section:hover i {
  color: #355777;
}

.service-v1 {
  margin-bottom: 25px;
}

.service-v1-section i {
  color: #000000;
  font-size: 100px;
}

.service-v1-section:hover i {
  color: #aaa884;
}

.cta-image i {
  color: #fff;
  font-size: 55px;
}

.cta-image i:hover {
  color: #a5a384;
}

.aboutus-index-2-content i.first-icon {
  color: #cfcfcf;
  font-size: 64px;
}

.aboutus-index-2-content i {
  color: #355777;
  font-size: 56px;
}

a#slip-icon {
  display: block;
  width: 55px;
  height: 55px;
  background-image: url(/images/slip2-ic.png);
  background-position: left top;
  overflow: hidden;
}

a#slip-icon:hover {
  display: block;
  width: 55px;
  height: 55px;
  background-image: url(/images/slip2-ic.png);
  background-position: left bottom;
  overflow: hidden;
}

a#vanna-icon {
  display: block;
  width: 55px;
  height: 55px;
  background-image: url(/images/vanna-ic.png);
  background-position: left top;
  overflow: hidden;
}

a#vanna-icon:hover {
  display: block;
  width: 55px;
  height: 55px;
  background-image: url(/images/vanna-ic.png);
  background-position: left bottom;
  overflow: hidden;
}

a#zala-icon {
  display: block;
  width: 55px;
  height: 55px;
  background-image: url(/images/zala-ic.png);
  background-position: left top;
  overflow: hidden;
}

a#zala-icon:hover {
  display: block;
  width: 55px;
  height: 55px;
  background-image: url(/images/zala-ic.png);
  background-position: left bottom;
  overflow: hidden;
}

a#kuhnya-icon {
  display: block;
  width: 55px;
  height: 56px;
  background-image: url(/images/kuhnya-ic.png);
  background-position: left top;
  overflow: hidden;
}

a#kuhnya-icon:hover {
  display: block;
  width: 55px;
  height: 55px;
  background-image: url(/images/kuhnya-ic.png);
  background-position: left bottom;
  overflow: hidden;
}

a#detskaya-icon {
  display: block;
  width: 55px;
  height: 55px;
  background-image: url(/images/detskaya-ic.png);
  background-position: left top;
  overflow: hidden;
}

a#detskaya-icon:hover {
  display: block;
  width: 55px;
  height: 55px;
  background-image: url(/images/detskaya-ic.png);
  background-position: left bottom;
  overflow: hidden;
}

a#ofis-icon {
  display: block;
  width: 55px;
  height: 55px;
  background-image: url(/images/ofis2-ic.png);
  background-position: left top;
  overflow: hidden;
}

a#ofis-icon:hover {
  display: block;
  width: 55px;
  height: 55px;
  background-image: url(/images/ofis2-ic.png);
  background-position: left bottom;
  overflow: hidden;
}

a#koridor-icon {
  display: block;
  width: 55px;
  height: 55px;
  background-image: url(/images/koridor-ic.png);
  background-position: left top;
  overflow: hidden;
}

a#koridor-icon:hover {
  display: block;
  width: 55px;
  height: 55px;
  background-image: url(/images/koridor-ic.png);
  background-position: left bottom;
  overflow: hidden;
}

a#holl-icon {
  display: block;
  width: 55px;
  height: 55px;
  background-image: url(/images/holl-ic.png);
  background-position: left top;
  overflow: hidden;
}

a#holl-icon:hover {
  display: block;
  width: 55px;
  height: 55px;
  background-image: url(/images/holl-ic.png);
  background-position: left bottom;
  overflow: hidden;
}

a#balkon-icon {
  display: block;
  width: 55px;
  height: 55px;
  background-image: url(/images/balkon-ic.png);
  background-position: left top;
  overflow: hidden;
}

a#balkon-icon:hover {
  display: block;
  width: 55px;
  height: 55px;
  background-image: url(/images/balkon-ic.png);
  background-position: left bottom;
  overflow: hidden;
}

i#icon-pr1 {
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(/images/icon-pr1.png);
  background-position: left top;
  overflow: hidden;
}

i#icon-pr1:hover {
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(/images/icon-pr1.png);
  background-position: left bottom;
  overflow: hidden;
}

i#icon-pr2 {
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(/images/icon-pr2.png);
  background-position: left top;
  overflow: hidden;
}

i#icon-pr2:hover {
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(/images/icon-pr2.png);
  background-position: left bottom;
  overflow: hidden;
}

i#icon-pr3 {
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(/images/icon-pr3.png);
  background-position: left top;
  overflow: hidden;
}

i#icon-pr3:hover {
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(/images/icon-pr3.png);
  background-position: left bottom;
  overflow: hidden;
}

i#icon-pr4 {
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(/images/icon-pr4.png);
  background-position: left top;
  overflow: hidden;
}

i#icon-pr4:hover {
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(/images/icon-pr4.png);
  background-position: left bottom;
  overflow: hidden;
}

i#icon-pr5 {
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(/images/icon-pr5.png);
  background-position: left top;
  overflow: hidden;
}

i#icon-pr5:hover {
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(/images/icon-pr5.png);
  background-position: left bottom;
  overflow: hidden;
}

i#icon-pr6 {
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(/images/icon-pr6.png);
  background-position: left top;
  overflow: hidden;
}

i#icon-pr6:hover {
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(/images/icon-pr6.png);
  background-position: left bottom;
  overflow: hidden;
}

.service-v2 {
  margin-bottom: 25px;
}

.icon-choose,
.icon-rooms {
  display: block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  -webkit-filter: grayscale(100%) brightness(50%);
  -moz-filter: grayscale(100%) brightness(50%);
  -ms-filter: grayscale(100%) brightness(50%);
  -o-filter: grayscale(100%) brightness(50%);
  filter: grayscale(100%) brightness(50%);
  filter: gray;
  -webkit-transition: filter 0.2s ease-out 0s;
  -moz-transition: filter 0.2s ease-out 0s;
  -o-transition: filter 0.2s ease-out 0s;
  transition: filter 0.2s ease-out 0s;
}

.icon-choose:hover,
.icon-rooms:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}

.icon-rooms {
  width: 55px;
  height: 55px;
  -webkit-filter: brightness(200%);
  -moz-filter: brightness(200%);
  -ms-filter: brightness(200%);
  -o-filter: brightness(200%);
  filter: brightness(200%);
  filter: white;
}

.footer-copyright .social__buttons {
  margin: 0 0 20px;
}

.footer-copyright .social__buttons li {
  margin: 0 10px;
  display: inline-block;
  z-index: 2;
}

.footer-copyright .cssmenu>ul>li.logo>a {
  padding: 5px 0 5px 0 !important;
}

.footer-copyright .navbar-brand {
  height: auto;
  padding: 5px 0 5px 0;
}


.socbut {
  width: 40px;
  height: 40px;
  font-size: 25px;
  background: #fff;
  color: #444343;
  font-weight: normal;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  position: relative;
  top: 0;
  border-radius: 50%;
  left: -25px;
  line-height: 37px;
  transition: top .2s linear, text-shadow .6s linear;
}

.socbut:hover {
  background: #7392ab;
  color: #fff;
  top: -3px;
  text-shadow: 0 1px 1px #232323;
  box-shadow: 0 1px 1px #4a4a4a;
}

.socbut a {
  color: #444343;
}

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

.socbut:first-of-type a {
  margin-left: -3px;
}

.socbut-youtube {
  width: 40px;
  height: 40px;
  font-size: 28px;
  background: #fff;
  color: #444343;
  font-weight: normal;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  position: relative;
  top: 0;
  border-radius: 50%;
  left: -15px;
  line-height: 35px;
  transition: top .2s linear, text-shadow .6s linear;
}

.socbut-youtube:hover {
  background: #d40000;
  color: #fff;
  top: -3px;
  text-shadow: 0 1px 1px #232323;
  box-shadow: 0 1px 1px #4a4a4a;
}

.socbut-youtube a {
  color: #444343;
}

.socbut-youtube:hover a {
  color: #fff;
}

.socbut-youtube:first-of-type a {
  margin-left: -3px;
}

.socbut-vk {
  width: 40px;
  height: 40px;
  font-size: 25px;
  background: #fff;
  color: #444343;
  font-weight: normal;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  position: relative;
  top: 0;
  border-radius: 50%;
  line-height: 37px;
  left: -45px;
  transition: top .2s linear, text-shadow .6s linear;
}

.socbut-vk:hover {
  background: #4c75a3;
  color: #fff;
  top: -3px;
  text-shadow: 0 1px 1px #232323;
  box-shadow: 0 1px 1px #4a4a4a;
}

.socbut-vk a {
  color: #444343;
}

.socbut-vk:hover a {
  color: #fff;
}

.socbut-vk:first-of-type a {
  margin-left: -3px;
}

.socbut-facebook {
  width: 40px;
  height: 40px;
  font-size: 25px;
  background: #fff;
  color: #444343;
  font-weight: normal;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  position: relative;
  top: 0;
  left: -35px;
  border-radius: 50%;
  line-height: 37px;
  transition: top .2s linear, text-shadow .6s linear;
}

.socbut-facebook:hover {
  background: #28166f;
  color: #fff;
  top: -3px;
  text-shadow: 0 1px 1px #232323;
  box-shadow: 0 1px 1px #4a4a4a;
}

.socbut-facebook a {
  color: #444343;
}

.socbut-facebook:hover a {
  color: #fff;
}

.socbut-facebook:first-of-type a {
  margin-left: -3px;
}

.maps {
  width: 42px;
  height: 42px;
  font-size: 25px;
  color: #355777;
  font-weight: normal;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  position: relative;
  top: 0px;
  left: 10px;
  border-radius: 50%;
  border: 2px solid #355777;
  line-height: 30px;
  transition: top .2s linear, text-shadow .6s linear;
}

.maps:hover {
  border: 2px solid #8b8b8b;
  color: #8b8b8b;
  top: -3px;
  text-shadow: 0 1px 1px #232323;
  box-shadow: 0 1px 1px #4a4a4a;
}

.maps a {
  color: #355777;
}

.maps:hover a {
  color: #8b8b8b;
}

.maps:first-of-type a {
  margin-left: -3px;
}

.blog-section .wp_meta span.fa {
  margin-right: 6px;
}

.mosaicflow__item {
  padding: 3px;
}

.mosaicflow__column {
  float: left;
}

.mosaicflow__item img {
  display: block;
  width: 100%;
  height: auto;
  padding: 4px;
  background-color: #fff;
  border: 0px solid #ddd;
  border-radius: 4px;
}

.mosaicflow__item img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.formSubmitResult p {
  margin: 5px 0;
  color: inherit;
}

.listItemName {
  white-space: nowrap;
}

.listItemDesc {
  height: 78px;
  overflow: hidden;
  margin-bottom: 10px;
}

table .ch {
  border-collapse: collapse;
}

table .ch td,
th {
  border: 1px solid grey;
  padding: 3px 5px 3px 5px;
}

table .ch tr:nth-child(odd) {
  background-color: #ededed;
}

.thumbelina {
  list-style: none;
  padding: 0px;
  margin: 0px;
  position: absolute;
  white-space: nowrap;
  font-size: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.thumbelina li {
  padding: 0;
  line-height: 0px;
  margin: 0px;
}

.shop-detail-gallery-icon.disabled,
.shop-detail-gallery-icon.disabled:hover {
  color: #ccc;
  cursor: default;
}

.block {
  max-width: 100%;
  padding: 10px 15px 10px 15px;
  border: 0px solid #355777;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-image: linear-gradient(-180deg, #eeeeee 0%, #eeeeee 48%, #eeeeee 99%);
  font-size: 100%;
  font-weight: 400;
}

.micro {
  width: 100%;
  border: 1px solid #727163;
  margin-bottom: 17px;
}

.micro tr {
  text-align: center;
}

.micro th {
  vertical-align: middle;
  background: #355777;
  font-size: 90%;
  color: #fff;
  padding: 5px;
  text-align: center;
  font-weight: 400;
}

.micro td {
  vertical-align: middle;
  border: 1px solid #727163;
  padding: 5px;
}

.red {
  background: #eeeeee;
  padding: 10px;
  font-size: 80%;
  font-weight: 400;
}

.tp-caption .tp-splitted.tp-linesplit:first-child {
  display: none !important;
}

.g-recaptcha {
  overflow: hidden;
}

.posrel {
  position: relative;
}

.posabs {
  position: absolute;
}

.posfix {
  position: fixed;
}

.posstat {
  position: static;
}

.dblock {
  display: block;
}

.dinlineblock {
  display: inline-block;
}

.dinline {
  display: inline;
}

.owhidden {
  overflow: hidden;
}

.box-shadow-none {
  box-shadow: none !important;
}

.decoration-none {
  text-decoration: none !important;
}

.box-shadow-none {
  box-shadow: none !important;
}

.cursorpointer {
  cursor: pointer;
  pointer-events: auto;
}

.flnone {
  float: none;
}

.center-block {
  float: none;
}

.text-white {
  color: #fff;
}

.imgAdaptive1x1 {
  display: block;
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}

.imgAdaptive16x9 {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.imgAdaptive4x3 {
  display: block;
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.imgAdaptive1x1 img,
.imgAdaptive16x9 img,
.imgAdaptive4x3 img {
  position: absolute;
  top: 0;
  left: 0;
}

img.imgAdaptiveHeight {
  height: 100%;
  max-height: 100%;
}

img.imgAdaptiveWidth {
  width: 100%;
  max-width: 100%;
}

.m-150,
.m-150-lg {
  margin: 150px !important;
}

.mtb-150,
.mtb-150-lg {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.mlr-150,
.mlr-150-lg {
  margin-left: 150px !important;
  margin-right: 150px !important;
}

.mt-150,
.mt-150-lg {
  margin-top: 150px !important;
}

.mb-150,
.mb-150-lg {
  margin-bottom: 150px !important;
}

.ml-150,
.ml-150-lg {
  margin-left: 150px !important;
}

.mr-150,
.mr-150-lg {
  margin-right: 150px !important;
}

.p-150,
.p-150-lg {
  padding: 150px !important;
}

.ptb-150,
.ptb-150-lg {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.plr-150,
.plr-150-lg {
  padding-left: 150px !important;
  padding-right: 150px !important;
}

.pt-150,
.pt-150-lg {
  padding-top: 150px !important;
}

.pb-150,
.pb-150-lg {
  padding-bottom: 150px !important;
}

.pl-150,
.pl-150-lg {
  padding-left: 150px !important;
}

.pr-150,
.pr-150-lg {
  padding-right: 150px !important;
}

.top-150,
.top-150-lg {
  top: 150px !important;
}

.right-150,
.right-150-lg {
  right: 150px !important;
}

.bottom-150,
.bottom-150-lg {
  bottom: 150px !important;
}

.left-150,
.left-150-lg {
  left: 150px !important;
}

.fsize150,
.fsize150-lg {
  font-size: 150px !important;
}

.lheight150,
.lheight150-lg {
  line-height: 150px !important;
}

.col-lg-150p {
  position: relative;
  width: 150%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.width-lg-150p {
  width: 150% !important;
}

.m-145,
.m-145-lg {
  margin: 145px !important;
}

.mtb-145,
.mtb-145-lg {
  margin-top: 145px !important;
  margin-bottom: 145px !important;
}

.mlr-145,
.mlr-145-lg {
  margin-left: 145px !important;
  margin-right: 145px !important;
}

.mt-145,
.mt-145-lg {
  margin-top: 145px !important;
}

.mb-145,
.mb-145-lg {
  margin-bottom: 145px !important;
}

.ml-145,
.ml-145-lg {
  margin-left: 145px !important;
}

.mr-145,
.mr-145-lg {
  margin-right: 145px !important;
}

.p-145,
.p-145-lg {
  padding: 145px !important;
}

.ptb-145,
.ptb-145-lg {
  padding-top: 145px !important;
  padding-bottom: 145px !important;
}

.plr-145,
.plr-145-lg {
  padding-left: 145px !important;
  padding-right: 145px !important;
}

.pt-145,
.pt-145-lg {
  padding-top: 145px !important;
}

.pb-145,
.pb-145-lg {
  padding-bottom: 145px !important;
}

.pl-145,
.pl-145-lg {
  padding-left: 145px !important;
}

.pr-145,
.pr-145-lg {
  padding-right: 145px !important;
}

.top-145,
.top-145-lg {
  top: 145px !important;
}

.right-145,
.right-145-lg {
  right: 145px !important;
}

.bottom-145,
.bottom-145-lg {
  bottom: 145px !important;
}

.left-145,
.left-145-lg {
  left: 145px !important;
}

.fsize145,
.fsize145-lg {
  font-size: 145px !important;
}

.lheight145,
.lheight145-lg {
  line-height: 145px !important;
}

.col-lg-145p {
  position: relative;
  width: 145%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.width-lg-145p {
  width: 145% !important;
}

.m-140,
.m-140-lg {
  margin: 140px !important;
}

.mtb-140,
.mtb-140-lg {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

.mlr-140,
.mlr-140-lg {
  margin-left: 140px !important;
  margin-right: 140px !important;
}

.mt-140,
.mt-140-lg {
  margin-top: 140px !important;
}

.mb-140,
.mb-140-lg {
  margin-bottom: 140px !important;
}

.ml-140,
.ml-140-lg {
  margin-left: 140px !important;
}

.mr-140,
.mr-140-lg {
  margin-right: 140px !important;
}

.p-140,
.p-140-lg {
  padding: 140px !important;
}

.ptb-140,
.ptb-140-lg {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

.plr-140,
.plr-140-lg {
  padding-left: 140px !important;
  padding-right: 140px !important;
}

.pt-140,
.pt-140-lg {
  padding-top: 140px !important;
}

.pb-140,
.pb-140-lg {
  padding-bottom: 140px !important;
}

.pl-140,
.pl-140-lg {
  padding-left: 140px !important;
}

.pr-140,
.pr-140-lg {
  padding-right: 140px !important;
}

.top-140,
.top-140-lg {
  top: 140px !important;
}

.right-140,
.right-140-lg {
  right: 140px !important;
}

.bottom-140,
.bottom-140-lg {
  bottom: 140px !important;
}

.left-140,
.left-140-lg {
  left: 140px !important;
}

.fsize140,
.fsize140-lg {
  font-size: 140px !important;
}

.lheight140,
.lheight140-lg {
  line-height: 140px !important;
}

.col-lg-140p {
  position: relative;
  width: 140%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.width-lg-140p {
  width: 140% !important;
}

.m-135,
.m-135-lg {
  margin: 135px !important;
}

.mtb-135,
.mtb-135-lg {
  margin-top: 135px !important;
  margin-bottom: 135px !important;
}

.mlr-135,
.mlr-135-lg {
  margin-left: 135px !important;
  margin-right: 135px !important;
}

.mt-135,
.mt-135-lg {
  margin-top: 135px !important;
}

.mb-135,
.mb-135-lg {
  margin-bottom: 135px !important;
}

.ml-135,
.ml-135-lg {
  margin-left: 135px !important;
}

.mr-135,
.mr-135-lg {
  margin-right: 135px !important;
}

.p-135,
.p-135-lg {
  padding: 135px !important;
}

.ptb-135,
.ptb-135-lg {
  padding-top: 135px !important;
  padding-bottom: 135px !important;
}

.plr-135,
.plr-135-lg {
  padding-left: 135px !important;
  padding-right: 135px !important;
}

.pt-135,
.pt-135-lg {
  padding-top: 135px !important;
}

.pb-135,
.pb-135-lg {
  padding-bottom: 135px !important;
}

.pl-135,
.pl-135-lg {
  padding-left: 135px !important;
}

.pr-135,
.pr-135-lg {
  padding-right: 135px !important;
}

.top-135,
.top-135-lg {
  top: 135px !important;
}

.right-135,
.right-135-lg {
  right: 135px !important;
}

.bottom-135,
.bottom-135-lg {
  bottom: 135px !important;
}

.left-135,
.left-135-lg {
  left: 135px !important;
}

.fsize135,
.fsize135-lg {
  font-size: 135px !important;
}

.lheight135,
.lheight135-lg {
  line-height: 135px !important;
}

.col-lg-135p {
  position: relative;
  width: 135%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.width-lg-135p {
  width: 135% !important;
}

.m-130,
.m-130-lg {
  margin: 130px !important;
}

.mtb-130,
.mtb-130-lg {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}

.mlr-130,
.mlr-130-lg {
  margin-left: 130px !important;
  margin-right: 130px !important;
}

.mt-130,
.mt-130-lg {
  margin-top: 130px !important;
}

.mb-130,
.mb-130-lg {
  margin-bottom: 130px !important;
}

.ml-130,
.ml-130-lg {
  margin-left: 130px !important;
}

.mr-130,
.mr-130-lg {
  margin-right: 130px !important;
}

.p-130,
.p-130-lg {
  padding: 130px !important;
}

.ptb-130,
.ptb-130-lg {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

.plr-130,
.plr-130-lg {
  padding-left: 130px !important;
  padding-right: 130px !important;
}

.pt-130,
.pt-130-lg {
  padding-top: 130px !important;
}

.pb-130,
.pb-130-lg {
  padding-bottom: 130px !important;
}

.pl-130,
.pl-130-lg {
  padding-left: 130px !important;
}

.pr-130,
.pr-130-lg {
  padding-right: 130px !important;
}

.top-130,
.top-130-lg {
  top: 130px !important;
}

.right-130,
.right-130-lg {
  right: 130px !important;
}

.bottom-130,
.bottom-130-lg {
  bottom: 130px !important;
}

.left-130,
.left-130-lg {
  left: 130px !important;
}

.fsize130,
.fsize130-lg {
  font-size: 130px !important;
}

.lheight130,
.lheight130-lg {
  line-height: 130px !important;
}

.col-lg-130p {
  position: relative;
  width: 130%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.width-lg-130p {
  width: 130% !important;
}

.m-125,
.m-125-lg {
  margin: 125px !important;
}

.mtb-125,
.mtb-125-lg {
  margin-top: 125px !important;
  margin-bottom: 125px !important;
}

.mlr-125,
.mlr-125-lg {
  margin-left: 125px !important;
  margin-right: 125px !important;
}

.mt-125,
.mt-125-lg {
  margin-top: 125px !important;
}

.mb-125,
.mb-125-lg {
  margin-bottom: 125px !important;
}

.ml-125,
.ml-125-lg {
  margin-left: 125px !important;
}

.mr-125,
.mr-125-lg {
  margin-right: 125px !important;
}

.p-125,
.p-125-lg {
  padding: 125px !important;
}

.ptb-125,
.ptb-125-lg {
  padding-top: 125px !important;
  padding-bottom: 125px !important;
}

.plr-125,
.plr-125-lg {
  padding-left: 125px !important;
  padding-right: 125px !important;
}

.pt-125,
.pt-125-lg {
  padding-top: 125px !important;
}

.pb-125,
.pb-125-lg {
  padding-bottom: 125px !important;
}

.pl-125,
.pl-125-lg {
  padding-left: 125px !important;
}

.pr-125,
.pr-125-lg {
  padding-right: 125px !important;
}

.top-125,
.top-125-lg {
  top: 125px !important;
}

.right-125,
.right-125-lg {
  right: 125px !important;
}

.bottom-125,
.bottom-125-lg {
  bottom: 125px !important;
}

.left-125,
.left-125-lg {
  left: 125px !important;
}

.fsize125,
.fsize125-lg {
  font-size: 125px !important;
}

.lheight125,
.lheight125-lg {
  line-height: 125px !important;
}

.col-lg-125p {
  position: relative;
  width: 125%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.width-lg-125p {
  width: 125% !important;
}

.m-120,
.m-120-lg {
  margin: 120px !important;
}

.mtb-120,
.mtb-120-lg {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.mlr-120,
.mlr-120-lg {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.mt-120,
.mt-120-lg {
  margin-top: 120px !important;
}

.mb-120,
.mb-120-lg {
  margin-bottom: 120px !important;
}

.ml-120,
.ml-120-lg {
  margin-left: 120px !important;
}

.mr-120,
.mr-120-lg {
  margin-right: 120px !important;
}

.p-120,
.p-120-lg {
  padding: 120px !important;
}

.ptb-120,
.ptb-120-lg {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.plr-120,
.plr-120-lg {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.pt-120,
.pt-120-lg {
  padding-top: 120px !important;
}

.pb-120,
.pb-120-lg {
  padding-bottom: 120px !important;
}

.pl-120,
.pl-120-lg {
  padding-left: 120px !important;
}

.pr-120,
.pr-120-lg {
  padding-right: 120px !important;
}

.top-120,
.top-120-lg {
  top: 120px !important;
}

.right-120,
.right-120-lg {
  right: 120px !important;
}

.bottom-120,
.bottom-120-lg {
  bottom: 120px !important;
}

.left-120,
.left-120-lg {
  left: 120px !important;
}

.fsize120,
.fsize120-lg {
  font-size: 120px !important;
}

.lheight120,
.lheight120-lg {
  line-height: 120px !important;
}

.col-lg-120p {
  position: relative;
  width: 120%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.width-lg-120p {
  width: 120% !important;
}

.m-115,
.m-115-lg {
  margin: 115px !important;
}

.mtb-115,
.mtb-115-lg {
  margin-top: 115px !important;
  margin-bottom: 115px !important;
}

.mlr-115,
.mlr-115-lg {
  margin-left: 115px !important;
  margin-right: 115px !important;
}

.mt-115,
.mt-115-lg {
  margin-top: 115px !important;
}

.mb-115,
.mb-115-lg {
  margin-bottom: 115px !important;
}

.ml-115,
.ml-115-lg {
  margin-left: 115px !important;
}

.mr-115,
.mr-115-lg {
  margin-right: 115px !important;
}

.p-115,
.p-115-lg {
  padding: 115px !important;
}

.ptb-115,
.ptb-115-lg {
  padding-top: 115px !important;
  padding-bottom: 115px !important;
}

.plr-115,
.plr-115-lg {
  padding-left: 115px !important;
  padding-right: 115px !important;
}

.pt-115,
.pt-115-lg {
  padding-top: 115px !important;
}

.pb-115,
.pb-115-lg {
  padding-bottom: 115px !important;
}

.pl-115,
.pl-115-lg {
  padding-left: 115px !important;
}

.pr-115,
.pr-115-lg {
  padding-right: 115px !important;
}

.top-115,
.top-115-lg {
  top: 115px !important;
}

.right-115,
.right-115-lg {
  right: 115px !important;
}

.bottom-115,
.bottom-115-lg {
  bottom: 115px !important;
}

.left-115,
.left-115-lg {
  left: 115px !important;
}

.fsize115,
.fsize115-lg {
  font-size: 115px !important;
}

.lheight115,
.lheight115-lg {
  line-height: 115px !important;
}

.col-lg-115p {
  position: relative;
  width: 115%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.width-lg-115p {
  width: 115% !important;
}

.m-110,
.m-110-lg {
  margin: 110px !important;
}

.mtb-110,
.mtb-110-lg {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

.mlr-110,
.mlr-110-lg {
  margin-left: 110px !important;
  margin-right: 110px !important;
}

.mt-110,
.mt-110-lg {
  margin-top: 110px !important;
}

.mb-110,
.mb-110-lg {
  margin-bottom: 110px !important;
}

.ml-110,
.ml-110-lg {
  margin-left: 110px !important;
}

.mr-110,
.mr-110-lg {
  margin-right: 110px !important;
}

.p-110,
.p-110-lg {
  padding: 110px !important;
}

.ptb-110,
.ptb-110-lg {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

.plr-110,
.plr-110-lg {
  padding-left: 110px !important;
  padding-right: 110px !important;
}

.pt-110,
.pt-110-lg {
  padding-top: 110px !important;
}

.pb-110,
.pb-110-lg {
  padding-bottom: 110px !important;
}

.pl-110,
.pl-110-lg {
  padding-left: 110px !important;
}

.pr-110,
.pr-110-lg {
  padding-right: 110px !important;
}

.top-110,
.top-110-lg {
  top: 110px !important;
}

.right-110,
.right-110-lg {
  right: 110px !important;
}

.bottom-110,
.bottom-110-lg {
  bottom: 110px !important;
}

.left-110,
.left-110-lg {
  left: 110px !important;
}

.fsize110,
.fsize110-lg {
  font-size: 110px !important;
}

.lheight110,
.lheight110-lg {
  line-height: 110px !important;
}

.col-lg-110p {
  position: relative;
  width: 110%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.width-lg-110p {
  width: 110% !important;
}

.m-105,
.m-105-lg {
  margin: 105px !important;
}

.mtb-105,
.mtb-105-lg {
  margin-top: 105px !important;
  margin-bottom: 105px !important;
}

.mlr-105,
.mlr-105-lg {
  margin-left: 105px !important;
  margin-right: 105px !important;
}

.mt-105,
.mt-105-lg {
  margin-top: 105px !important;
}

.mb-105,
.mb-105-lg {
  margin-bottom: 105px !important;
}

.ml-105,
.ml-105-lg {
  margin-left: 105px !important;
}

.mr-105,
.mr-105-lg {
  margin-right: 105px !important;
}

.p-105,
.p-105-lg {
  padding: 105px !important;
}

.ptb-105,
.ptb-105-lg {
  padding-top: 105px !important;
  padding-bottom: 105px !important;
}

.plr-105,
.plr-105-lg {
  padding-left: 105px !important;
  padding-right: 105px !important;
}

.pt-105,
.pt-105-lg {
  padding-top: 105px !important;
}

.pb-105,
.pb-105-lg {
  padding-bottom: 105px !important;
}

.pl-105,
.pl-105-lg {
  padding-left: 105px !important;
}

.pr-105,
.pr-105-lg {
  padding-right: 105px !important;
}

.top-105,
.top-105-lg {
  top: 105px !important;
}

.right-105,
.right-105-lg {
  right: 105px !important;
}

.bottom-105,
.bottom-105-lg {
  bottom: 105px !important;
}

.left-105,
.left-105-lg {
  left: 105px !important;
}

.fsize105,
.fsize105-lg {
  font-size: 105px !important;
}

.lheight105,
.lheight105-lg {
  line-height: 105px !important;
}

.col-lg-105p {
  position: relative;
  width: 105%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.width-lg-105p {
  width: 105% !important;
}

.m-100,
.m-100-lg {
  margin: 100px !important;
}

.mtb-100,
.mtb-100-lg {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.mlr-100,
.mlr-100-lg {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.mt-100,
.mt-100-lg {
  margin-top: 100px !important;
}

.mb-100,
.mb-100-lg {
  margin-bottom: 100px !important;
}

.ml-100,
.ml-100-lg {
  margin-left: 100px !important;
}

.mr-100,
.mr-100-lg {
  margin-right: 100px !important;
}

.p-100,
.p-100-lg {
  padding: 100px !important;
}

.ptb-100,
.ptb-100-lg {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.plr-100,
.plr-100-lg {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.pt-100,
.pt-100-lg {
  padding-top: 100px !important;
}

.pb-100,
.pb-100-lg {
  padding-bottom: 100px !important;
}

.pl-100,
.pl-100-lg {
  padding-left: 100px !important;
}

.pr-100,
.pr-100-lg {
  padding-right: 100px !important;
}

.top-100,
.top-100-lg {
  top: 100px !important;
}

.right-100,
.right-100-lg {
  right: 100px !important;
}

.bottom-100,
.bottom-100-lg {
  bottom: 100px !important;
}

.left-100,
.left-100-lg {
  left: 100px !important;
}

.fsize100,
.fsize100-lg {
  font-size: 100px !important;
}

.lheight100,
.lheight100-lg {
  line-height: 100px !important;
}

.col-lg-100p {
  position: relative;
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.width-lg-100p {
  width: 100% !important;
}

.m-95,
.m-95-lg {
  margin: 95px !important;
}

.mtb-95,
.mtb-95-lg {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.mlr-95,
.mlr-95-lg {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

.mt-95,
.mt-95-lg {
  margin-top: 95px !important;
}

.mb-95,
.mb-95-lg {
  margin-bottom: 95px !important;
}

.ml-95,
.ml-95-lg {
  margin-left: 95px !important;
}

.mr-95,
.mr-95-lg {
  margin-right: 95px !important;
}

.p-95,
.p-95-lg {
  padding: 95px !important;
}

.ptb-95,
.ptb-95-lg {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.plr-95,
.plr-95-lg {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.pt-95,
.pt-95-lg {
  padding-top: 95px !important;
}

.pb-95,
.pb-95-lg {
  padding-bottom: 95px !important;
}

.pl-95,
.pl-95-lg {
  padding-left: 95px !important;
}

.pr-95,
.pr-95-lg {
  padding-right: 95px !important;
}

.top-95,
.top-95-lg {
  top: 95px !important;
}

.right-95,
.right-95-lg {
  right: 95px !important;
}

.bottom-95,
.bottom-95-lg {
  bottom: 95px !important;
}

.left-95,
.left-95-lg {
  left: 95px !important;
}

.fsize95,
.fsize95-lg {
  font-size: 95px !important;
}

.lheight95,
.lheight95-lg {
  line-height: 95px !important;
}

.col-lg-95p {
  position: relative;
  width: 95%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.width-lg-95p {
  width: 95% !important;
}

.m-90,
.m-90-lg {
  margin: 90px !important;
}

.mtb-90,
.mtb-90-lg {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.mlr-90,
.mlr-90-lg {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.mt-90,
.mt-90-lg {
  margin-top: 90px !important;
}

.mb-90,
.mb-90-lg {
  margin-bottom: 90px !important;
}

.ml-90,
.ml-90-lg {
  margin-left: 90px !important;
}

.mr-90,
.mr-90-lg {
  margin-right: 90px !important;
}

.p-90,
.p-90-lg {
  padding: 90px !important;
}

.ptb-90,
.ptb-90-lg {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.plr-90,
.plr-90-lg {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.pt-90,
.pt-90-lg {
  padding-top: 90px !important;
}

.pb-90,
.pb-90-lg {
  padding-bottom: 90px !important;
}

.pl-90,
.pl-90-lg {
  padding-left: 90px !important;
}

.pr-90,
.pr-90-lg {
  padding-right: 90px !important;
}

.top-90,
.top-90-lg {
  top: 90px !important;
}

.right-90,
.right-90-lg {
  right: 90px !important;
}

.bottom-90,
.bottom-90-lg {
  bottom: 90px !important;
}

.left-90,
.left-90-lg {
  left: 90px !important;
}

.fsize90,
.fsize90-lg {
  font-size: 90px !important;
}

.lheight90,
.lheight90-lg {
  line-height: 90px !important;
}

.col-lg-90p {
  position: relative;
  width: 90%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.width-lg-90p {
  width: 90% !important;
}

.m-85,
.m-85-lg {
  margin: 85px !important;
}

.mtb-85,
.mtb-85-lg {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.mlr-85,
.mlr-85-lg {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

.mt-85,
.mt-85-lg {
  margin-top: 85px !important;
}

.mb-85,
.mb-85-lg {
  margin-bottom: 85px !important;
}

.ml-85,
.ml-85-lg {
  margin-left: 85px !important;
}

.mr-85,
.mr-85-lg {
  margin-right: 85px !important;
}

.p-85,
.p-85-lg {
  padding: 85px !important;
}

.ptb-85,
.ptb-85-lg {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.plr-85,
.plr-85-lg {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.pt-85,
.pt-85-lg {
  padding-top: 85px !important;
}

.pb-85,
.pb-85-lg {
  padding-bottom: 85px !important;
}

.pl-85,
.pl-85-lg {
  padding-left: 85px !important;
}

.pr-85,
.pr-85-lg {
  padding-right: 85px !important;
}

.top-85,
.top-85-lg {
  top: 85px !important;
}

.right-85,
.right-85-lg {
  right: 85px !important;
}

.bottom-85,
.bottom-85-lg {
  bottom: 85px !important;
}

.left-85,
.left-85-lg {
  left: 85px !important;
}

.fsize85,
.fsize85-lg {
  font-size: 85px !important;
}

.lheight85,
.lheight85-lg {
  line-height: 85px !important;
}

.col-lg-85p {
  position: relative;
  width: 85%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.width-lg-85p {
  width: 85% !important;
}

.m-80,
.m-80-lg {
  margin: 80px !important;
}

.mtb-80,
.mtb-80-lg {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.mlr-80,
.mlr-80-lg {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.mt-80,
.mt-80-lg {
  margin-top: 80px !important;
}

.mb-80,
.mb-80-lg {
  margin-bottom: 80px !important;
}

.ml-80,
.ml-80-lg {
  margin-left: 80px !important;
}

.mr-80,
.mr-80-lg {
  margin-right: 80px !important;
}

.p-80,
.p-80-lg {
  padding: 80px !important;
}

.ptb-80,
.ptb-80-lg {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.plr-80,
.plr-80-lg {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.pt-80,
.pt-80-lg {
  padding-top: 80px !important;
}

.pb-80,
.pb-80-lg {
  padding-bottom: 80px !important;
}

.pl-80,
.pl-80-lg {
  padding-left: 80px !important;
}

.pr-80,
.pr-80-lg {
  padding-right: 80px !important;
}

.top-80,
.top-80-lg {
  top: 80px !important;
}

.right-80,
.right-80-lg {
  right: 80px !important;
}

.bottom-80,
.bottom-80-lg {
  bottom: 80px !important;
}

.left-80,
.left-80-lg {
  left: 80px !important;
}

.fsize80,
.fsize80-lg {
  font-size: 80px !important;
}

.lheight80,
.lheight80-lg {
  line-height: 80px !important;
}

.col-lg-80p {
  position: relative;
  width: 80%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.width-lg-80p {
  width: 80% !important;
}

.m-75,
.m-75-lg {
  margin: 75px !important;
}

.mtb-75,
.mtb-75-lg {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.mlr-75,
.mlr-75-lg {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.mt-75,
.mt-75-lg {
  margin-top: 75px !important;
}

.mb-75,
.mb-75-lg {
  margin-bottom: 75px !important;
}

.ml-75,
.ml-75-lg {
  margin-left: 75px !important;
}

.mr-75,
.mr-75-lg {
  margin-right: 75px !important;
}

.p-75,
.p-75-lg {
  padding: 75px !important;
}

.ptb-75,
.ptb-75-lg {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.plr-75,
.plr-75-lg {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.pt-75,
.pt-75-lg {
  padding-top: 75px !important;
}

.pb-75,
.pb-75-lg {
  padding-bottom: 75px !important;
}

.pl-75,
.pl-75-lg {
  padding-left: 75px !important;
}

.pr-75,
.pr-75-lg {
  padding-right: 75px !important;
}

.top-75,
.top-75-lg {
  top: 75px !important;
}

.right-75,
.right-75-lg {
  right: 75px !important;
}

.bottom-75,
.bottom-75-lg {
  bottom: 75px !important;
}

.left-75,
.left-75-lg {
  left: 75px !important;
}

.fsize75,
.fsize75-lg {
  font-size: 75px !important;
}

.lheight75,
.lheight75-lg {
  line-height: 75px !important;
}

.col-lg-75p {
  position: relative;
  width: 75%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.width-lg-75p {
  width: 75% !important;
}

.m-70,
.m-70-lg {
  margin: 70px !important;
}

.mtb-70,
.mtb-70-lg {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.mlr-70,
.mlr-70-lg {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.mt-70,
.mt-70-lg {
  margin-top: 70px !important;
}

.mb-70,
.mb-70-lg {
  margin-bottom: 70px !important;
}

.ml-70,
.ml-70-lg {
  margin-left: 70px !important;
}

.mr-70,
.mr-70-lg {
  margin-right: 70px !important;
}

.p-70,
.p-70-lg {
  padding: 70px !important;
}

.ptb-70,
.ptb-70-lg {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.plr-70,
.plr-70-lg {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.pt-70,
.pt-70-lg {
  padding-top: 70px !important;
}

.pb-70,
.pb-70-lg {
  padding-bottom: 70px !important;
}

.pl-70,
.pl-70-lg {
  padding-left: 70px !important;
}

.pr-70,
.pr-70-lg {
  padding-right: 70px !important;
}

.top-70,
.top-70-lg {
  top: 70px !important;
}

.right-70,
.right-70-lg {
  right: 70px !important;
}

.bottom-70,
.bottom-70-lg {
  bottom: 70px !important;
}

.left-70,
.left-70-lg {
  left: 70px !important;
}

.fsize70,
.fsize70-lg {
  font-size: 70px !important;
}

.lheight70,
.lheight70-lg {
  line-height: 70px !important;
}

.col-lg-70p {
  position: relative;
  width: 70%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.width-lg-70p {
  width: 70% !important;
}

.m-65,
.m-65-lg {
  margin: 65px !important;
}

.mtb-65,
.mtb-65-lg {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.mlr-65,
.mlr-65-lg {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

.mt-65,
.mt-65-lg {
  margin-top: 65px !important;
}

.mb-65,
.mb-65-lg {
  margin-bottom: 65px !important;
}

.ml-65,
.ml-65-lg {
  margin-left: 65px !important;
}

.mr-65,
.mr-65-lg {
  margin-right: 65px !important;
}

.p-65,
.p-65-lg {
  padding: 65px !important;
}

.ptb-65,
.ptb-65-lg {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.plr-65,
.plr-65-lg {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.pt-65,
.pt-65-lg {
  padding-top: 65px !important;
}

.pb-65,
.pb-65-lg {
  padding-bottom: 65px !important;
}

.pl-65,
.pl-65-lg {
  padding-left: 65px !important;
}

.pr-65,
.pr-65-lg {
  padding-right: 65px !important;
}

.top-65,
.top-65-lg {
  top: 65px !important;
}

.right-65,
.right-65-lg {
  right: 65px !important;
}

.bottom-65,
.bottom-65-lg {
  bottom: 65px !important;
}

.left-65,
.left-65-lg {
  left: 65px !important;
}

.fsize65,
.fsize65-lg {
  font-size: 65px !important;
}

.lheight65,
.lheight65-lg {
  line-height: 65px !important;
}

.col-lg-65p {
  position: relative;
  width: 65%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.width-lg-65p {
  width: 65% !important;
}

.m-60,
.m-60-lg {
  margin: 60px !important;
}

.mtb-60,
.mtb-60-lg {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mlr-60,
.mlr-60-lg {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.mt-60,
.mt-60-lg {
  margin-top: 60px !important;
}

.mb-60,
.mb-60-lg {
  margin-bottom: 60px !important;
}

.ml-60,
.ml-60-lg {
  margin-left: 60px !important;
}

.mr-60,
.mr-60-lg {
  margin-right: 60px !important;
}

.p-60,
.p-60-lg {
  padding: 60px !important;
}

.ptb-60,
.ptb-60-lg {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.plr-60,
.plr-60-lg {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.pt-60,
.pt-60-lg {
  padding-top: 60px !important;
}

.pb-60,
.pb-60-lg {
  padding-bottom: 60px !important;
}

.pl-60,
.pl-60-lg {
  padding-left: 60px !important;
}

.pr-60,
.pr-60-lg {
  padding-right: 60px !important;
}

.top-60,
.top-60-lg {
  top: 60px !important;
}

.right-60,
.right-60-lg {
  right: 60px !important;
}

.bottom-60,
.bottom-60-lg {
  bottom: 60px !important;
}

.left-60,
.left-60-lg {
  left: 60px !important;
}

.fsize60,
.fsize60-lg {
  font-size: 60px !important;
}

.lheight60,
.lheight60-lg {
  line-height: 60px !important;
}

.col-lg-60p {
  position: relative;
  width: 60%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.width-lg-60p {
  width: 60% !important;
}

.m-55,
.m-55-lg {
  margin: 55px !important;
}

.mtb-55,
.mtb-55-lg {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.mlr-55,
.mlr-55-lg {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

.mt-55,
.mt-55-lg {
  margin-top: 55px !important;
}

.mb-55,
.mb-55-lg {
  margin-bottom: 55px !important;
}

.ml-55,
.ml-55-lg {
  margin-left: 55px !important;
}

.mr-55,
.mr-55-lg {
  margin-right: 55px !important;
}

.p-55,
.p-55-lg {
  padding: 55px !important;
}

.ptb-55,
.ptb-55-lg {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.plr-55,
.plr-55-lg {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.pt-55,
.pt-55-lg {
  padding-top: 55px !important;
}

.pb-55,
.pb-55-lg {
  padding-bottom: 55px !important;
}

.pl-55,
.pl-55-lg {
  padding-left: 55px !important;
}

.pr-55,
.pr-55-lg {
  padding-right: 55px !important;
}

.top-55,
.top-55-lg {
  top: 55px !important;
}

.right-55,
.right-55-lg {
  right: 55px !important;
}

.bottom-55,
.bottom-55-lg {
  bottom: 55px !important;
}

.left-55,
.left-55-lg {
  left: 55px !important;
}

.fsize55,
.fsize55-lg {
  font-size: 55px !important;
}

.lheight55,
.lheight55-lg {
  line-height: 55px !important;
}

.col-lg-55p {
  position: relative;
  width: 55%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.width-lg-55p {
  width: 55% !important;
}

.m-50,
.m-50-lg {
  margin: 50px !important;
}

.mtb-50,
.mtb-50-lg {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mlr-50,
.mlr-50-lg {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.mt-50,
.mt-50-lg {
  margin-top: 50px !important;
}

.mb-50,
.mb-50-lg {
  margin-bottom: 50px !important;
}

.ml-50,
.ml-50-lg {
  margin-left: 50px !important;
}

.mr-50,
.mr-50-lg {
  margin-right: 50px !important;
}

.p-50,
.p-50-lg {
  padding: 50px !important;
}

.ptb-50,
.ptb-50-lg {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.plr-50,
.plr-50-lg {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.pt-50,
.pt-50-lg {
  padding-top: 50px !important;
}

.pb-50,
.pb-50-lg {
  padding-bottom: 50px !important;
}

.pl-50,
.pl-50-lg {
  padding-left: 50px !important;
}

.pr-50,
.pr-50-lg {
  padding-right: 50px !important;
}

.top-50,
.top-50-lg {
  top: 50px !important;
}

.right-50,
.right-50-lg {
  right: 50px !important;
}

.bottom-50,
.bottom-50-lg {
  bottom: 50px !important;
}

.left-50,
.left-50-lg {
  left: 50px !important;
}

.fsize50,
.fsize50-lg {
  font-size: 50px !important;
}

.lheight50,
.lheight50-lg {
  line-height: 50px !important;
}

.col-lg-50p {
  position: relative;
  width: 50%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.width-lg-50p {
  width: 50% !important;
}

.m-45,
.m-45-lg {
  margin: 45px !important;
}

.mtb-45,
.mtb-45-lg {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.mlr-45,
.mlr-45-lg {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.mt-45,
.mt-45-lg {
  margin-top: 45px !important;
}

.mb-45,
.mb-45-lg {
  margin-bottom: 45px !important;
}

.ml-45,
.ml-45-lg {
  margin-left: 45px !important;
}

.mr-45,
.mr-45-lg {
  margin-right: 45px !important;
}

.p-45,
.p-45-lg {
  padding: 45px !important;
}

.ptb-45,
.ptb-45-lg {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.plr-45,
.plr-45-lg {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.pt-45,
.pt-45-lg {
  padding-top: 45px !important;
}

.pb-45,
.pb-45-lg {
  padding-bottom: 45px !important;
}

.pl-45,
.pl-45-lg {
  padding-left: 45px !important;
}

.pr-45,
.pr-45-lg {
  padding-right: 45px !important;
}

.top-45,
.top-45-lg {
  top: 45px !important;
}

.right-45,
.right-45-lg {
  right: 45px !important;
}

.bottom-45,
.bottom-45-lg {
  bottom: 45px !important;
}

.left-45,
.left-45-lg {
  left: 45px !important;
}

.fsize45,
.fsize45-lg {
  font-size: 45px !important;
}

.lheight45,
.lheight45-lg {
  line-height: 45px !important;
}

.col-lg-45p {
  position: relative;
  width: 45%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.width-lg-45p {
  width: 45% !important;
}

.m-40,
.m-40-lg {
  margin: 40px !important;
}

.mtb-40,
.mtb-40-lg {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mlr-40,
.mlr-40-lg {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mt-40,
.mt-40-lg {
  margin-top: 40px !important;
}

.mb-40,
.mb-40-lg {
  margin-bottom: 40px !important;
}

.ml-40,
.ml-40-lg {
  margin-left: 40px !important;
}

.mr-40,
.mr-40-lg {
  margin-right: 40px !important;
}

.p-40,
.p-40-lg {
  padding: 40px !important;
}

.ptb-40,
.ptb-40-lg {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.plr-40,
.plr-40-lg {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.pt-40,
.pt-40-lg {
  padding-top: 40px !important;
}

.pb-40,
.pb-40-lg {
  padding-bottom: 40px !important;
}

.pl-40,
.pl-40-lg {
  padding-left: 40px !important;
}

.pr-40,
.pr-40-lg {
  padding-right: 40px !important;
}

.top-40,
.top-40-lg {
  top: 40px !important;
}

.right-40,
.right-40-lg {
  right: 40px !important;
}

.bottom-40,
.bottom-40-lg {
  bottom: 40px !important;
}

.left-40,
.left-40-lg {
  left: 40px !important;
}

.fsize40,
.fsize40-lg {
  font-size: 40px !important;
}

.lheight40,
.lheight40-lg {
  line-height: 40px !important;
}

.col-lg-40p {
  position: relative;
  width: 40%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.width-lg-40p {
  width: 40% !important;
}

.m-35,
.m-35-lg {
  margin: 35px !important;
}

.mtb-35,
.mtb-35-lg {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.mlr-35,
.mlr-35-lg {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.mt-35,
.mt-35-lg {
  margin-top: 35px !important;
}

.mb-35,
.mb-35-lg {
  margin-bottom: 35px !important;
}

.ml-35,
.ml-35-lg {
  margin-left: 35px !important;
}

.mr-35,
.mr-35-lg {
  margin-right: 35px !important;
}

.p-35,
.p-35-lg {
  padding: 35px !important;
}

.ptb-35,
.ptb-35-lg {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.plr-35,
.plr-35-lg {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.pt-35,
.pt-35-lg {
  padding-top: 35px !important;
}

.pb-35,
.pb-35-lg {
  padding-bottom: 35px !important;
}

.pl-35,
.pl-35-lg {
  padding-left: 35px !important;
}

.pr-35,
.pr-35-lg {
  padding-right: 35px !important;
}

.top-35,
.top-35-lg {
  top: 35px !important;
}

.right-35,
.right-35-lg {
  right: 35px !important;
}

.bottom-35,
.bottom-35-lg {
  bottom: 35px !important;
}

.left-35,
.left-35-lg {
  left: 35px !important;
}

.fsize35,
.fsize35-lg {
  font-size: 35px !important;
}

.lheight35,
.lheight35-lg {
  line-height: 35px !important;
}

.col-lg-35p {
  position: relative;
  width: 35%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.width-lg-35p {
  width: 35% !important;
}

.m-30,
.m-30-lg {
  margin: 30px !important;
}

.mtb-30,
.mtb-30-lg {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mlr-30,
.mlr-30-lg {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mt-30,
.mt-30-lg {
  margin-top: 30px !important;
}

.mb-30,
.mb-30-lg {
  margin-bottom: 30px !important;
}

.ml-30,
.ml-30-lg {
  margin-left: 30px !important;
}

.mr-30,
.mr-30-lg {
  margin-right: 30px !important;
}

.p-30,
.p-30-lg {
  padding: 30px !important;
}

.ptb-30,
.ptb-30-lg {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.plr-30,
.plr-30-lg {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.pt-30,
.pt-30-lg {
  padding-top: 30px !important;
}

.pb-30,
.pb-30-lg {
  padding-bottom: 30px !important;
}

.pl-30,
.pl-30-lg {
  padding-left: 30px !important;
}

.pr-30,
.pr-30-lg {
  padding-right: 30px !important;
}

.top-30,
.top-30-lg {
  top: 30px !important;
}

.right-30,
.right-30-lg {
  right: 30px !important;
}

.bottom-30,
.bottom-30-lg {
  bottom: 30px !important;
}

.left-30,
.left-30-lg {
  left: 30px !important;
}

.fsize30,
.fsize30-lg {
  font-size: 30px !important;
}

.lheight30,
.lheight30-lg {
  line-height: 30px !important;
}

.col-lg-30p {
  position: relative;
  width: 30%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.width-lg-30p {
  width: 30% !important;
}

.m-25,
.m-25-lg {
  margin: 25px !important;
}

.mtb-25,
.mtb-25-lg {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.mlr-25,
.mlr-25-lg {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.mt-25,
.mt-25-lg {
  margin-top: 25px !important;
}

.mb-25,
.mb-25-lg {
  margin-bottom: 25px !important;
}

.ml-25,
.ml-25-lg {
  margin-left: 25px !important;
}

.mr-25,
.mr-25-lg {
  margin-right: 25px !important;
}

.p-25,
.p-25-lg {
  padding: 25px !important;
}

.ptb-25,
.ptb-25-lg {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.plr-25,
.plr-25-lg {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.pt-25,
.pt-25-lg {
  padding-top: 25px !important;
}

.pb-25,
.pb-25-lg {
  padding-bottom: 25px !important;
}

.pl-25,
.pl-25-lg {
  padding-left: 25px !important;
}

.pr-25,
.pr-25-lg {
  padding-right: 25px !important;
}

.top-25,
.top-25-lg {
  top: 25px !important;
}

.right-25,
.right-25-lg {
  right: 25px !important;
}

.bottom-25,
.bottom-25-lg {
  bottom: 25px !important;
}

.left-25,
.left-25-lg {
  left: 25px !important;
}

.fsize25,
.fsize25-lg {
  font-size: 25px !important;
}

.lheight25,
.lheight25-lg {
  line-height: 25px !important;
}

.col-lg-25p {
  position: relative;
  width: 25%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.width-lg-25p {
  width: 25% !important;
}

.m-20,
.m-20-lg {
  margin: 20px !important;
}

.mtb-20,
.mtb-20-lg {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mlr-20,
.mlr-20-lg {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mt-20,
.mt-20-lg {
  margin-top: 20px !important;
}

.mb-20,
.mb-20-lg {
  margin-bottom: 20px !important;
}

.ml-20,
.ml-20-lg {
  margin-left: 20px !important;
}

.mr-20,
.mr-20-lg {
  margin-right: 20px !important;
}

.p-20,
.p-20-lg {
  padding: 20px !important;
}

.ptb-20,
.ptb-20-lg {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.plr-20,
.plr-20-lg {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pt-20,
.pt-20-lg {
  padding-top: 20px !important;
}

.pb-20,
.pb-20-lg {
  padding-bottom: 20px !important;
}

.pl-20,
.pl-20-lg {
  padding-left: 20px !important;
}

.pr-20,
.pr-20-lg {
  padding-right: 20px !important;
}

.top-20,
.top-20-lg {
  top: 20px !important;
}

.right-20,
.right-20-lg {
  right: 20px !important;
}

.bottom-20,
.bottom-20-lg {
  bottom: 20px !important;
}

.left-20,
.left-20-lg {
  left: 20px !important;
}

.fsize20,
.fsize20-lg {
  font-size: 20px !important;
}

.lheight20,
.lheight20-lg {
  line-height: 20px !important;
}

.col-lg-20p {
  position: relative;
  width: 20%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.width-lg-20p {
  width: 20% !important;
}

.m-15,
.m-15-lg {
  margin: 15px !important;
}

.mtb-15,
.mtb-15-lg {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mlr-15,
.mlr-15-lg {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.mt-15,
.mt-15-lg {
  margin-top: 15px !important;
}

.mb-15,
.mb-15-lg {
  margin-bottom: 15px !important;
}

.ml-15,
.ml-15-lg {
  margin-left: 15px !important;
}

.mr-15,
.mr-15-lg {
  margin-right: 15px !important;
}

.p-15,
.p-15-lg {
  padding: 15px !important;
}

.ptb-15,
.ptb-15-lg {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.plr-15,
.plr-15-lg {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pt-15,
.pt-15-lg {
  padding-top: 15px !important;
}

.pb-15,
.pb-15-lg {
  padding-bottom: 15px !important;
}

.pl-15,
.pl-15-lg {
  padding-left: 15px !important;
}

.pr-15,
.pr-15-lg {
  padding-right: 15px !important;
}

.top-15,
.top-15-lg {
  top: 15px !important;
}

.right-15,
.right-15-lg {
  right: 15px !important;
}

.bottom-15,
.bottom-15-lg {
  bottom: 15px !important;
}

.left-15,
.left-15-lg {
  left: 15px !important;
}

.fsize15,
.fsize15-lg {
  font-size: 15px !important;
}

.lheight15,
.lheight15-lg {
  line-height: 15px !important;
}

.col-lg-15p {
  position: relative;
  width: 15%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.width-lg-15p {
  width: 15% !important;
}

.m-10,
.m-10-lg {
  margin: 10px !important;
}

.mtb-10,
.mtb-10-lg {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mlr-10,
.mlr-10-lg {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mt-10,
.mt-10-lg {
  margin-top: 10px !important;
}

.mb-10,
.mb-10-lg {
  margin-bottom: 10px !important;
}

.ml-10,
.ml-10-lg {
  margin-left: 10px !important;
}

.mr-10,
.mr-10-lg {
  margin-right: 10px !important;
}

.p-10,
.p-10-lg {
  padding: 10px !important;
}

.ptb-10,
.ptb-10-lg {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.plr-10,
.plr-10-lg {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pt-10,
.pt-10-lg {
  padding-top: 10px !important;
}

.pb-10,
.pb-10-lg {
  padding-bottom: 10px !important;
}

.pl-10,
.pl-10-lg {
  padding-left: 10px !important;
}

.pr-10,
.pr-10-lg {
  padding-right: 10px !important;
}

.top-10,
.top-10-lg {
  top: 10px !important;
}

.right-10,
.right-10-lg {
  right: 10px !important;
}

.bottom-10,
.bottom-10-lg {
  bottom: 10px !important;
}

.left-10,
.left-10-lg {
  left: 10px !important;
}

.fsize10,
.fsize10-lg {
  font-size: 10px !important;
}

.lheight10,
.lheight10-lg {
  line-height: 10px !important;
}

.col-lg-10p {
  position: relative;
  width: 10%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.width-lg-10p {
  width: 10% !important;
}

.m-5,
.m-5-lg {
  margin: 5px !important;
}

.mtb-5,
.mtb-5-lg {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mlr-5,
.mlr-5-lg {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.mt-5,
.mt-5-lg {
  margin-top: 5px !important;
}

.mb-5,
.mb-5-lg {
  margin-bottom: 5px !important;
}

.ml-5,
.ml-5-lg {
  margin-left: 5px !important;
}

.mr-5,
.mr-5-lg {
  margin-right: 5px !important;
}

.p-5,
.p-5-lg {
  padding: 5px !important;
}

.ptb-5,
.ptb-5-lg {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.plr-5,
.plr-5-lg {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.pt-5,
.pt-5-lg {
  padding-top: 5px !important;
}

.pb-5,
.pb-5-lg {
  padding-bottom: 5px !important;
}

.pl-5,
.pl-5-lg {
  padding-left: 5px !important;
}

.pr-5,
.pr-5-lg {
  padding-right: 5px !important;
}

.top-5,
.top-5-lg {
  top: 5px !important;
}

.right-5,
.right-5-lg {
  right: 5px !important;
}

.bottom-5,
.bottom-5-lg {
  bottom: 5px !important;
}

.left-5,
.left-5-lg {
  left: 5px !important;
}

.fsize5,
.fsize5-lg {
  font-size: 5px !important;
}

.lheight5,
.lheight5-lg {
  line-height: 5px !important;
}

.col-lg-5p {
  position: relative;
  width: 5%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.width-lg-5p {
  width: 5% !important;
}

.m-0,
.m-0-lg {
  margin: 0 !important;
}

.mtb-0,
.mtb-0-lg {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mlr-0,
.mlr-0-lg {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mt-0,
.mt-0-lg {
  margin-top: 0 !important;
}

.mb-0,
.mb-0-lg {
  margin-bottom: 0 !important;
}

.ml-0,
.ml-0-lg {
  margin-left: 0 !important;
}

.mr-0,
.mr-0-lg {
  margin-right: 0 !important;
}

.p-0,
.p-0-lg {
  padding: 0 !important;
}

.ptb-0,
.ptb-0-lg {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.plr-0,
.plr-0-lg {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pt-0,
.pt-0-lg {
  padding-top: 0 !important;
}

.pb-0,
.pb-0-lg {
  padding-bottom: 0 !important;
}

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

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

.top-0,
.top-0-lg {
  top: 0 !important;
}

.right-0,
.right-0-lg {
  right: 0 !important;
}

.bottom-0,
.bottom-0-lg {
  bottom: 0 !important;
}

.left-0,
.left-0-lg {
  left: 0 !important;
}

.opacity10 {
  opacity: 1;
}

.opacity10-hover:hover {
  opacity: 1;
}

.opacity9 {
  opacity: 0.9;
}

.opacity9-hover:hover {
  opacity: 0.9;
}

.opacity8 {
  opacity: 0.8;
}

.opacity8-hover:hover {
  opacity: 0.8;
}

.opacity7 {
  opacity: 0.7;
}

.opacity7-hover:hover {
  opacity: 0.7;
}

.opacity6 {
  opacity: 0.6;
}

.opacity6-hover:hover {
  opacity: 0.6;
}

.opacity5 {
  opacity: 0.5;
}

.opacity5-hover:hover {
  opacity: 0.5;
}

.opacity4 {
  opacity: 0.4;
}

.opacity4-hover:hover {
  opacity: 0.4;
}

.opacity3 {
  opacity: 0.3;
}

.opacity3-hover:hover {
  opacity: 0.3;
}

.opacity2 {
  opacity: 0.2;
}

.opacity2-hover:hover {
  opacity: 0.2;
}

.opacity1 {
  opacity: 0.1;
}

.opacity1-hover:hover {
  opacity: 0.1;
}

.opacity0 {
  opacity: 0;
}

.opacity0-hover:hover {
  opacity: 0;
}

@media (min-width: 1496px) {
  .m-150-xlg {
    margin: 150px !important;
  }

  .mtb-150-xlg {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .mlr-150-xlg {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .mt-150-xlg {
    margin-top: 150px !important;
  }

  .mb-150-xlg {
    margin-bottom: 150px !important;
  }

  .ml-150-xlg {
    margin-left: 150px !important;
  }

  .mr-150-xlg {
    margin-right: 150px !important;
  }

  .p-150-xlg {
    padding: 150px !important;
  }

  .ptb-150-xlg {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .plr-150-xlg {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .pt-150-xlg {
    padding-top: 150px !important;
  }

  .pb-150-xlg {
    padding-bottom: 150px !important;
  }

  .pl-150-xlg {
    padding-left: 150px !important;
  }

  .pr-150-xlg {
    padding-right: 150px !important;
  }

  .top-150-xlg {
    top: 150px !important;
  }

  .right-150-xlg {
    right: 150px !important;
  }

  .bottom-150-xlg {
    bottom: 150px !important;
  }

  .left-150-xlg {
    left: 150px !important;
  }

  .fsize150,
  .fsize150-xlg {
    font-size: 150px !important;
  }

  .lheight150,
  .lheight150-xlg {
    line-height: 150px !important;
  }

  .col-xlg-150p {
    position: relative;
    width: 150%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xlg-150p {
    width: 150% !important;
  }

  .m-145-xlg {
    margin: 145px !important;
  }

  .mtb-145-xlg {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }

  .mlr-145-xlg {
    margin-left: 145px !important;
    margin-right: 145px !important;
  }

  .mt-145-xlg {
    margin-top: 145px !important;
  }

  .mb-145-xlg {
    margin-bottom: 145px !important;
  }

  .ml-145-xlg {
    margin-left: 145px !important;
  }

  .mr-145-xlg {
    margin-right: 145px !important;
  }

  .p-145-xlg {
    padding: 145px !important;
  }

  .ptb-145-xlg {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }

  .plr-145-xlg {
    padding-left: 145px !important;
    padding-right: 145px !important;
  }

  .pt-145-xlg {
    padding-top: 145px !important;
  }

  .pb-145-xlg {
    padding-bottom: 145px !important;
  }

  .pl-145-xlg {
    padding-left: 145px !important;
  }

  .pr-145-xlg {
    padding-right: 145px !important;
  }

  .top-145-xlg {
    top: 145px !important;
  }

  .right-145-xlg {
    right: 145px !important;
  }

  .bottom-145-xlg {
    bottom: 145px !important;
  }

  .left-145-xlg {
    left: 145px !important;
  }

  .fsize145,
  .fsize145-xlg {
    font-size: 145px !important;
  }

  .lheight145,
  .lheight145-xlg {
    line-height: 145px !important;
  }

  .col-xlg-145p {
    position: relative;
    width: 145%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xlg-145p {
    width: 145% !important;
  }

  .m-140-xlg {
    margin: 140px !important;
  }

  .mtb-140-xlg {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .mlr-140-xlg {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }

  .mt-140-xlg {
    margin-top: 140px !important;
  }

  .mb-140-xlg {
    margin-bottom: 140px !important;
  }

  .ml-140-xlg {
    margin-left: 140px !important;
  }

  .mr-140-xlg {
    margin-right: 140px !important;
  }

  .p-140-xlg {
    padding: 140px !important;
  }

  .ptb-140-xlg {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .plr-140-xlg {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }

  .pt-140-xlg {
    padding-top: 140px !important;
  }

  .pb-140-xlg {
    padding-bottom: 140px !important;
  }

  .pl-140-xlg {
    padding-left: 140px !important;
  }

  .pr-140-xlg {
    padding-right: 140px !important;
  }

  .top-140-xlg {
    top: 140px !important;
  }

  .right-140-xlg {
    right: 140px !important;
  }

  .bottom-140-xlg {
    bottom: 140px !important;
  }

  .left-140-xlg {
    left: 140px !important;
  }

  .fsize140,
  .fsize140-xlg {
    font-size: 140px !important;
  }

  .lheight140,
  .lheight140-xlg {
    line-height: 140px !important;
  }

  .col-xlg-140p {
    position: relative;
    width: 140%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xlg-140p {
    width: 140% !important;
  }

  .m-135-xlg {
    margin: 135px !important;
  }

  .mtb-135-xlg {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }

  .mlr-135-xlg {
    margin-left: 135px !important;
    margin-right: 135px !important;
  }

  .mt-135-xlg {
    margin-top: 135px !important;
  }

  .mb-135-xlg {
    margin-bottom: 135px !important;
  }

  .ml-135-xlg {
    margin-left: 135px !important;
  }

  .mr-135-xlg {
    margin-right: 135px !important;
  }

  .p-135-xlg {
    padding: 135px !important;
  }

  .ptb-135-xlg {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }

  .plr-135-xlg {
    padding-left: 135px !important;
    padding-right: 135px !important;
  }

  .pt-135-xlg {
    padding-top: 135px !important;
  }

  .pb-135-xlg {
    padding-bottom: 135px !important;
  }

  .pl-135-xlg {
    padding-left: 135px !important;
  }

  .pr-135-xlg {
    padding-right: 135px !important;
  }

  .top-135-xlg {
    top: 135px !important;
  }

  .right-135-xlg {
    right: 135px !important;
  }

  .bottom-135-xlg {
    bottom: 135px !important;
  }

  .left-135-xlg {
    left: 135px !important;
  }

  .fsize135,
  .fsize135-xlg {
    font-size: 135px !important;
  }

  .lheight135,
  .lheight135-xlg {
    line-height: 135px !important;
  }

  .col-xlg-135p {
    position: relative;
    width: 135%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xlg-135p {
    width: 135% !important;
  }

  .m-130-xlg {
    margin: 130px !important;
  }

  .mtb-130-xlg {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .mlr-130-xlg {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }

  .mt-130-xlg {
    margin-top: 130px !important;
  }

  .mb-130-xlg {
    margin-bottom: 130px !important;
  }

  .ml-130-xlg {
    margin-left: 130px !important;
  }

  .mr-130-xlg {
    margin-right: 130px !important;
  }

  .p-130-xlg {
    padding: 130px !important;
  }

  .ptb-130-xlg {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }

  .plr-130-xlg {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }

  .pt-130-xlg {
    padding-top: 130px !important;
  }

  .pb-130-xlg {
    padding-bottom: 130px !important;
  }

  .pl-130-xlg {
    padding-left: 130px !important;
  }

  .pr-130-xlg {
    padding-right: 130px !important;
  }

  .top-130-xlg {
    top: 130px !important;
  }

  .right-130-xlg {
    right: 130px !important;
  }

  .bottom-130-xlg {
    bottom: 130px !important;
  }

  .left-130-xlg {
    left: 130px !important;
  }

  .fsize130,
  .fsize130-xlg {
    font-size: 130px !important;
  }

  .lheight130,
  .lheight130-xlg {
    line-height: 130px !important;
  }

  .col-xlg-130p {
    position: relative;
    width: 130%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xlg-130p {
    width: 130% !important;
  }

  .m-125-xlg {
    margin: 125px !important;
  }

  .mtb-125-xlg {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }

  .mlr-125-xlg {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }

  .mt-125-xlg {
    margin-top: 125px !important;
  }

  .mb-125-xlg {
    margin-bottom: 125px !important;
  }

  .ml-125-xlg {
    margin-left: 125px !important;
  }

  .mr-125-xlg {
    margin-right: 125px !important;
  }

  .p-125-xlg {
    padding: 125px !important;
  }

  .ptb-125-xlg {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }

  .plr-125-xlg {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }

  .pt-125-xlg {
    padding-top: 125px !important;
  }

  .pb-125-xlg {
    padding-bottom: 125px !important;
  }

  .pl-125-xlg {
    padding-left: 125px !important;
  }

  .pr-125-xlg {
    padding-right: 125px !important;
  }

  .top-125-xlg {
    top: 125px !important;
  }

  .right-125-xlg {
    right: 125px !important;
  }

  .bottom-125-xlg {
    bottom: 125px !important;
  }

  .left-125-xlg {
    left: 125px !important;
  }

  .fsize125,
  .fsize125-xlg {
    font-size: 125px !important;
  }

  .lheight125,
  .lheight125-xlg {
    line-height: 125px !important;
  }

  .col-xlg-125p {
    position: relative;
    width: 125%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xlg-125p {
    width: 125% !important;
  }

  .m-120-xlg {
    margin: 120px !important;
  }

  .mtb-120-xlg {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .mlr-120-xlg {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .mt-120-xlg {
    margin-top: 120px !important;
  }

  .mb-120-xlg {
    margin-bottom: 120px !important;
  }

  .ml-120-xlg {
    margin-left: 120px !important;
  }

  .mr-120-xlg {
    margin-right: 120px !important;
  }

  .p-120-xlg {
    padding: 120px !important;
  }

  .ptb-120-xlg {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .plr-120-xlg {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .pt-120-xlg {
    padding-top: 120px !important;
  }

  .pb-120-xlg {
    padding-bottom: 120px !important;
  }

  .pl-120-xlg {
    padding-left: 120px !important;
  }

  .pr-120-xlg {
    padding-right: 120px !important;
  }

  .top-120-xlg {
    top: 120px !important;
  }

  .right-120-xlg {
    right: 120px !important;
  }

  .bottom-120-xlg {
    bottom: 120px !important;
  }

  .left-120-xlg {
    left: 120px !important;
  }

  .fsize120,
  .fsize120-xlg {
    font-size: 120px !important;
  }

  .lheight120,
  .lheight120-xlg {
    line-height: 120px !important;
  }

  .col-xlg-120p {
    position: relative;
    width: 120%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xlg-120p {
    width: 120% !important;
  }

  .m-115-xlg {
    margin: 115px !important;
  }

  .mtb-115-xlg {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }

  .mlr-115-xlg {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }

  .mt-115-xlg {
    margin-top: 115px !important;
  }

  .mb-115-xlg {
    margin-bottom: 115px !important;
  }

  .ml-115-xlg {
    margin-left: 115px !important;
  }

  .mr-115-xlg {
    margin-right: 115px !important;
  }

  .p-115-xlg {
    padding: 115px !important;
  }

  .ptb-115-xlg {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }

  .plr-115-xlg {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }

  .pt-115-xlg {
    padding-top: 115px !important;
  }

  .pb-115-xlg {
    padding-bottom: 115px !important;
  }

  .pl-115-xlg {
    padding-left: 115px !important;
  }

  .pr-115-xlg {
    padding-right: 115px !important;
  }

  .top-115-xlg {
    top: 115px !important;
  }

  .right-115-xlg {
    right: 115px !important;
  }

  .bottom-115-xlg {
    bottom: 115px !important;
  }

  .left-115-xlg {
    left: 115px !important;
  }

  .fsize115,
  .fsize115-xlg {
    font-size: 115px !important;
  }

  .lheight115,
  .lheight115-xlg {
    line-height: 115px !important;
  }

  .col-xlg-115p {
    position: relative;
    width: 115%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xlg-115p {
    width: 115% !important;
  }

  .m-110-xlg {
    margin: 110px !important;
  }

  .mtb-110-xlg {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }

  .mlr-110-xlg {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }

  .mt-110-xlg {
    margin-top: 110px !important;
  }

  .mb-110-xlg {
    margin-bottom: 110px !important;
  }

  .ml-110-xlg {
    margin-left: 110px !important;
  }

  .mr-110-xlg {
    margin-right: 110px !important;
  }

  .p-110-xlg {
    padding: 110px !important;
  }

  .ptb-110-xlg {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }

  .plr-110-xlg {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }

  .pt-110-xlg {
    padding-top: 110px !important;
  }

  .pb-110-xlg {
    padding-bottom: 110px !important;
  }

  .pl-110-xlg {
    padding-left: 110px !important;
  }

  .pr-110-xlg {
    padding-right: 110px !important;
  }

  .top-110-xlg {
    top: 110px !important;
  }

  .right-110-xlg {
    right: 110px !important;
  }

  .bottom-110-xlg {
    bottom: 110px !important;
  }

  .left-110-xlg {
    left: 110px !important;
  }

  .fsize110,
  .fsize110-xlg {
    font-size: 110px !important;
  }

  .lheight110,
  .lheight110-xlg {
    line-height: 110px !important;
  }

  .col-xlg-110p {
    position: relative;
    width: 110%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xlg-110p {
    width: 110% !important;
  }

  .m-105-xlg {
    margin: 105px !important;
  }

  .mtb-105-xlg {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }

  .mlr-105-xlg {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }

  .mt-105-xlg {
    margin-top: 105px !important;
  }

  .mb-105-xlg {
    margin-bottom: 105px !important;
  }

  .ml-105-xlg {
    margin-left: 105px !important;
  }

  .mr-105-xlg {
    margin-right: 105px !important;
  }

  .p-105-xlg {
    padding: 105px !important;
  }

  .ptb-105-xlg {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }

  .plr-105-xlg {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }

  .pt-105-xlg {
    padding-top: 105px !important;
  }

  .pb-105-xlg {
    padding-bottom: 105px !important;
  }

  .pl-105-xlg {
    padding-left: 105px !important;
  }

  .pr-105-xlg {
    padding-right: 105px !important;
  }

  .top-105-xlg {
    top: 105px !important;
  }

  .right-105-xlg {
    right: 105px !important;
  }

  .bottom-105-xlg {
    bottom: 105px !important;
  }

  .left-105-xlg {
    left: 105px !important;
  }

  .fsize105,
  .fsize105-xlg {
    font-size: 105px !important;
  }

  .lheight105,
  .lheight105-xlg {
    line-height: 105px !important;
  }

  .col-xlg-105p {
    position: relative;
    width: 105%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xlg-105p {
    width: 105% !important;
  }

  .m-100-xlg {
    margin: 100px !important;
  }

  .mtb-100-xlg {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .mlr-100-xlg {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .mt-100-xlg {
    margin-top: 100px !important;
  }

  .mb-100-xlg {
    margin-bottom: 100px !important;
  }

  .ml-100-xlg {
    margin-left: 100px !important;
  }

  .mr-100-xlg {
    margin-right: 100px !important;
  }

  .p-100-xlg {
    padding: 100px !important;
  }

  .ptb-100-xlg {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .plr-100-xlg {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .pt-100-xlg {
    padding-top: 100px !important;
  }

  .pb-100-xlg {
    padding-bottom: 100px !important;
  }

  .pl-100-xlg {
    padding-left: 100px !important;
  }

  .pr-100-xlg {
    padding-right: 100px !important;
  }

  .top-100-xlg {
    top: 100px !important;
  }

  .right-100-xlg {
    right: 100px !important;
  }

  .bottom-100-xlg {
    bottom: 100px !important;
  }

  .left-100-xlg {
    left: 100px !important;
  }

  .fsize100,
  .fsize100-xlg {
    font-size: 100px !important;
  }

  .lheight100,
  .lheight100-xlg {
    line-height: 100px !important;
  }

  .col-xlg-100p {
    position: relative;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xlg-100p {
    width: 100% !important;
  }

  .m-95-xlg {
    margin: 95px !important;
  }

  .mtb-95-xlg {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }

  .mlr-95-xlg {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }

  .mt-95-xlg {
    margin-top: 95px !important;
  }

  .mb-95-xlg {
    margin-bottom: 95px !important;
  }

  .ml-95-xlg {
    margin-left: 95px !important;
  }

  .mr-95-xlg {
    margin-right: 95px !important;
  }

  .p-95-xlg {
    padding: 95px !important;
  }

  .ptb-95-xlg {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }

  .plr-95-xlg {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }

  .pt-95-xlg {
    padding-top: 95px !important;
  }

  .pb-95-xlg {
    padding-bottom: 95px !important;
  }

  .pl-95-xlg {
    padding-left: 95px !important;
  }

  .pr-95-xlg {
    padding-right: 95px !important;
  }

  .top-95-xlg {
    top: 95px !important;
  }

  .right-95-xlg {
    right: 95px !important;
  }

  .bottom-95-xlg {
    bottom: 95px !important;
  }

  .left-95-xlg {
    left: 95px !important;
  }

  .fsize95,
  .fsize95-xlg {
    font-size: 95px !important;
  }

  .lheight95,
  .lheight95-xlg {
    line-height: 95px !important;
  }

  .col-xlg-95p {
    position: relative;
    width: 95%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xlg-95p {
    width: 95% !important;
  }

  .m-90-xlg {
    margin: 90px !important;
  }

  .mtb-90-xlg {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .mlr-90-xlg {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .mt-90-xlg {
    margin-top: 90px !important;
  }

  .mb-90-xlg {
    margin-bottom: 90px !important;
  }

  .ml-90-xlg {
    margin-left: 90px !important;
  }

  .mr-90-xlg {
    margin-right: 90px !important;
  }

  .p-90-xlg {
    padding: 90px !important;
  }

  .ptb-90-xlg {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .plr-90-xlg {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .pt-90-xlg {
    padding-top: 90px !important;
  }

  .pb-90-xlg {
    padding-bottom: 90px !important;
  }

  .pl-90-xlg {
    padding-left: 90px !important;
  }

  .pr-90-xlg {
    padding-right: 90px !important;
  }

  .top-90-xlg {
    top: 90px !important;
  }

  .right-90-xlg {
    right: 90px !important;
  }

  .bottom-90-xlg {
    bottom: 90px !important;
  }

  .left-90-xlg {
    left: 90px !important;
  }

  .fsize90,
  .fsize90-xlg {
    font-size: 90px !important;
  }

  .lheight90,
  .lheight90-xlg {
    line-height: 90px !important;
  }

  .col-xlg-90p {
    position: relative;
    width: 90%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xlg-90p {
    width: 90% !important;
  }

  .m-85-xlg {
    margin: 85px !important;
  }

  .mtb-85-xlg {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }

  .mlr-85-xlg {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }

  .mt-85-xlg {
    margin-top: 85px !important;
  }

  .mb-85-xlg {
    margin-bottom: 85px !important;
  }

  .ml-85-xlg {
    margin-left: 85px !important;
  }

  .mr-85-xlg {
    margin-right: 85px !important;
  }

  .p-85-xlg {
    padding: 85px !important;
  }

  .ptb-85-xlg {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .plr-85-xlg {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }

  .pt-85-xlg {
    padding-top: 85px !important;
  }

  .pb-85-xlg {
    padding-bottom: 85px !important;
  }

  .pl-85-xlg {
    padding-left: 85px !important;
  }

  .pr-85-xlg {
    padding-right: 85px !important;
  }

  .top-85-xlg {
    top: 85px !important;
  }

  .right-85-xlg {
    right: 85px !important;
  }

  .bottom-85-xlg {
    bottom: 85px !important;
  }

  .left-85-xlg {
    left: 85px !important;
  }

  .fsize85,
  .fsize85-xlg {
    font-size: 85px !important;
  }

  .lheight85,
  .lheight85-xlg {
    line-height: 85px !important;
  }

  .col-xlg-85p {
    position: relative;
    width: 85%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xlg-85p {
    width: 85% !important;
  }

  .m-80-xlg {
    margin: 80px !important;
  }

  .mtb-80-xlg {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .mlr-80-xlg {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .mt-80-xlg {
    margin-top: 80px !important;
  }

  .mb-80-xlg {
    margin-bottom: 80px !important;
  }

  .ml-80-xlg {
    margin-left: 80px !important;
  }

  .mr-80-xlg {
    margin-right: 80px !important;
  }

  .p-80-xlg {
    padding: 80px !important;
  }

  .ptb-80-xlg {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .plr-80-xlg {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .pt-80-xlg {
    padding-top: 80px !important;
  }

  .pb-80-xlg {
    padding-bottom: 80px !important;
  }

  .pl-80-xlg {
    padding-left: 80px !important;
  }

  .pr-80-xlg {
    padding-right: 80px !important;
  }

  .top-80-xlg {
    top: 80px !important;
  }

  .right-80-xlg {
    right: 80px !important;
  }

  .bottom-80-xlg {
    bottom: 80px !important;
  }

  .left-80-xlg {
    left: 80px !important;
  }

  .fsize80,
  .fsize80-xlg {
    font-size: 80px !important;
  }

  .lheight80,
  .lheight80-xlg {
    line-height: 80px !important;
  }

  .col-xlg-80p {
    position: relative;
    width: 80%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xlg-80p {
    width: 80% !important;
  }

  .m-75-xlg {
    margin: 75px !important;
  }

  .mtb-75-xlg {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .mlr-75-xlg {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }

  .mt-75-xlg {
    margin-top: 75px !important;
  }

  .mb-75-xlg {
    margin-bottom: 75px !important;
  }

  .ml-75-xlg {
    margin-left: 75px !important;
  }

  .mr-75-xlg {
    margin-right: 75px !important;
  }

  .p-75-xlg {
    padding: 75px !important;
  }

  .ptb-75-xlg {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .plr-75-xlg {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .pt-75-xlg {
    padding-top: 75px !important;
  }

  .pb-75-xlg {
    padding-bottom: 75px !important;
  }

  .pl-75-xlg {
    padding-left: 75px !important;
  }

  .pr-75-xlg {
    padding-right: 75px !important;
  }

  .top-75-xlg {
    top: 75px !important;
  }

  .right-75-xlg {
    right: 75px !important;
  }

  .bottom-75-xlg {
    bottom: 75px !important;
  }

  .left-75-xlg {
    left: 75px !important;
  }

  .fsize75,
  .fsize75-xlg {
    font-size: 75px !important;
  }

  .lheight75,
  .lheight75-xlg {
    line-height: 75px !important;
  }

  .col-xlg-75p {
    position: relative;
    width: 75%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xlg-75p {
    width: 75% !important;
  }

  .m-70-xlg {
    margin: 70px !important;
  }

  .mtb-70-xlg {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .mlr-70-xlg {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .mt-70-xlg {
    margin-top: 70px !important;
  }

  .mb-70-xlg {
    margin-bottom: 70px !important;
  }

  .ml-70-xlg {
    margin-left: 70px !important;
  }

  .mr-70-xlg {
    margin-right: 70px !important;
  }

  .p-70-xlg {
    padding: 70px !important;
  }

  .ptb-70-xlg {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .plr-70-xlg {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .pt-70-xlg {
    padding-top: 70px !important;
  }

  .pb-70-xlg {
    padding-bottom: 70px !important;
  }

  .pl-70-xlg {
    padding-left: 70px !important;
  }

  .pr-70-xlg {
    padding-right: 70px !important;
  }

  .top-70-xlg {
    top: 70px !important;
  }

  .right-70-xlg {
    right: 70px !important;
  }

  .bottom-70-xlg {
    bottom: 70px !important;
  }

  .left-70-xlg {
    left: 70px !important;
  }

  .fsize70,
  .fsize70-xlg {
    font-size: 70px !important;
  }

  .lheight70,
  .lheight70-xlg {
    line-height: 70px !important;
  }

  .col-xlg-70p {
    position: relative;
    width: 70%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xlg-70p {
    width: 70% !important;
  }

  .m-65-xlg {
    margin: 65px !important;
  }

  .mtb-65-xlg {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }

  .mlr-65-xlg {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }

  .mt-65-xlg {
    margin-top: 65px !important;
  }

  .mb-65-xlg {
    margin-bottom: 65px !important;
  }

  .ml-65-xlg {
    margin-left: 65px !important;
  }

  .mr-65-xlg {
    margin-right: 65px !important;
  }

  .p-65-xlg {
    padding: 65px !important;
  }

  .ptb-65-xlg {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .plr-65-xlg {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }

  .pt-65-xlg {
    padding-top: 65px !important;
  }

  .pb-65-xlg {
    padding-bottom: 65px !important;
  }

  .pl-65-xlg {
    padding-left: 65px !important;
  }

  .pr-65-xlg {
    padding-right: 65px !important;
  }

  .top-65-xlg {
    top: 65px !important;
  }

  .right-65-xlg {
    right: 65px !important;
  }

  .bottom-65-xlg {
    bottom: 65px !important;
  }

  .left-65-xlg {
    left: 65px !important;
  }

  .fsize65,
  .fsize65-xlg {
    font-size: 65px !important;
  }

  .lheight65,
  .lheight65-xlg {
    line-height: 65px !important;
  }

  .col-xlg-65p {
    position: relative;
    width: 65%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xlg-65p {
    width: 65% !important;
  }

  .m-60-xlg {
    margin: 60px !important;
  }

  .mtb-60-xlg {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .mlr-60-xlg {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .mt-60-xlg {
    margin-top: 60px !important;
  }

  .mb-60-xlg {
    margin-bottom: 60px !important;
  }

  .ml-60-xlg {
    margin-left: 60px !important;
  }

  .mr-60-xlg {
    margin-right: 60px !important;
  }

  .p-60-xlg {
    padding: 60px !important;
  }

  .ptb-60-xlg {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .plr-60-xlg {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .pt-60-xlg {
    padding-top: 60px !important;
  }

  .pb-60-xlg {
    padding-bottom: 60px !important;
  }

  .pl-60-xlg {
    padding-left: 60px !important;
  }

  .pr-60-xlg {
    padding-right: 60px !important;
  }

  .top-60-xlg {
    top: 60px !important;
  }

  .right-60-xlg {
    right: 60px !important;
  }

  .bottom-60-xlg {
    bottom: 60px !important;
  }

  .left-60-xlg {
    left: 60px !important;
  }

  .fsize60,
  .fsize60-xlg {
    font-size: 60px !important;
  }

  .lheight60,
  .lheight60-xlg {
    line-height: 60px !important;
  }

  .col-xlg-60p {
    position: relative;
    width: 60%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xlg-60p {
    width: 60% !important;
  }

  .m-55-xlg {
    margin: 55px !important;
  }

  .mtb-55-xlg {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .mlr-55-xlg {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }

  .mt-55-xlg {
    margin-top: 55px !important;
  }

  .mb-55-xlg {
    margin-bottom: 55px !important;
  }

  .ml-55-xlg {
    margin-left: 55px !important;
  }

  .mr-55-xlg {
    margin-right: 55px !important;
  }

  .p-55-xlg {
    padding: 55px !important;
  }

  .ptb-55-xlg {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .plr-55-xlg {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }

  .pt-55-xlg {
    padding-top: 55px !important;
  }

  .pb-55-xlg {
    padding-bottom: 55px !important;
  }

  .pl-55-xlg {
    padding-left: 55px !important;
  }

  .pr-55-xlg {
    padding-right: 55px !important;
  }

  .top-55-xlg {
    top: 55px !important;
  }

  .right-55-xlg {
    right: 55px !important;
  }

  .bottom-55-xlg {
    bottom: 55px !important;
  }

  .left-55-xlg {
    left: 55px !important;
  }

  .fsize55,
  .fsize55-xlg {
    font-size: 55px !important;
  }

  .lheight55,
  .lheight55-xlg {
    line-height: 55px !important;
  }

  .col-xlg-55p {
    position: relative;
    width: 55%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xlg-55p {
    width: 55% !important;
  }

  .m-50-xlg {
    margin: 50px !important;
  }

  .mtb-50-xlg {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .mlr-50-xlg {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .mt-50-xlg {
    margin-top: 50px !important;
  }

  .mb-50-xlg {
    margin-bottom: 50px !important;
  }

  .ml-50-xlg {
    margin-left: 50px !important;
  }

  .mr-50-xlg {
    margin-right: 50px !important;
  }

  .p-50-xlg {
    padding: 50px !important;
  }

  .ptb-50-xlg {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .plr-50-xlg {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .pt-50-xlg {
    padding-top: 50px !important;
  }

  .pb-50-xlg {
    padding-bottom: 50px !important;
  }

  .pl-50-xlg {
    padding-left: 50px !important;
  }

  .pr-50-xlg {
    padding-right: 50px !important;
  }

  .top-50-xlg {
    top: 50px !important;
  }

  .right-50-xlg {
    right: 50px !important;
  }

  .bottom-50-xlg {
    bottom: 50px !important;
  }

  .left-50-xlg {
    left: 50px !important;
  }

  .fsize50,
  .fsize50-xlg {
    font-size: 50px !important;
  }

  .lheight50,
  .lheight50-xlg {
    line-height: 50px !important;
  }

  .col-xlg-50p {
    position: relative;
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xlg-50p {
    width: 50% !important;
  }

  .m-45-xlg {
    margin: 45px !important;
  }

  .mtb-45-xlg {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .mlr-45-xlg {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .mt-45-xlg {
    margin-top: 45px !important;
  }

  .mb-45-xlg {
    margin-bottom: 45px !important;
  }

  .ml-45-xlg {
    margin-left: 45px !important;
  }

  .mr-45-xlg {
    margin-right: 45px !important;
  }

  .p-45-xlg {
    padding: 45px !important;
  }

  .ptb-45-xlg {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .plr-45-xlg {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .pt-45-xlg {
    padding-top: 45px !important;
  }

  .pb-45-xlg {
    padding-bottom: 45px !important;
  }

  .pl-45-xlg {
    padding-left: 45px !important;
  }

  .pr-45-xlg {
    padding-right: 45px !important;
  }

  .top-45-xlg {
    top: 45px !important;
  }

  .right-45-xlg {
    right: 45px !important;
  }

  .bottom-45-xlg {
    bottom: 45px !important;
  }

  .left-45-xlg {
    left: 45px !important;
  }

  .fsize45,
  .fsize45-xlg {
    font-size: 45px !important;
  }

  .lheight45,
  .lheight45-xlg {
    line-height: 45px !important;
  }

  .col-xlg-45p {
    position: relative;
    width: 45%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xlg-45p {
    width: 45% !important;
  }

  .m-40-xlg {
    margin: 40px !important;
  }

  .mtb-40-xlg {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .mlr-40-xlg {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .mt-40-xlg {
    margin-top: 40px !important;
  }

  .mb-40-xlg {
    margin-bottom: 40px !important;
  }

  .ml-40-xlg {
    margin-left: 40px !important;
  }

  .mr-40-xlg {
    margin-right: 40px !important;
  }

  .p-40-xlg {
    padding: 40px !important;
  }

  .ptb-40-xlg {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .plr-40-xlg {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .pt-40-xlg {
    padding-top: 40px !important;
  }

  .pb-40-xlg {
    padding-bottom: 40px !important;
  }

  .pl-40-xlg {
    padding-left: 40px !important;
  }

  .pr-40-xlg {
    padding-right: 40px !important;
  }

  .top-40-xlg {
    top: 40px !important;
  }

  .right-40-xlg {
    right: 40px !important;
  }

  .bottom-40-xlg {
    bottom: 40px !important;
  }

  .left-40-xlg {
    left: 40px !important;
  }

  .fsize40,
  .fsize40-xlg {
    font-size: 40px !important;
  }

  .lheight40,
  .lheight40-xlg {
    line-height: 40px !important;
  }

  .col-xlg-40p {
    position: relative;
    width: 40%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xlg-40p {
    width: 40% !important;
  }

  .m-35-xlg {
    margin: 35px !important;
  }

  .mtb-35-xlg {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .mlr-35-xlg {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .mt-35-xlg {
    margin-top: 35px !important;
  }

  .mb-35-xlg {
    margin-bottom: 35px !important;
  }

  .ml-35-xlg {
    margin-left: 35px !important;
  }

  .mr-35-xlg {
    margin-right: 35px !important;
  }

  .p-35-xlg {
    padding: 35px !important;
  }

  .ptb-35-xlg {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .plr-35-xlg {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .pt-35-xlg {
    padding-top: 35px !important;
  }

  .pb-35-xlg {
    padding-bottom: 35px !important;
  }

  .pl-35-xlg {
    padding-left: 35px !important;
  }

  .pr-35-xlg {
    padding-right: 35px !important;
  }

  .top-35-xlg {
    top: 35px !important;
  }

  .right-35-xlg {
    right: 35px !important;
  }

  .bottom-35-xlg {
    bottom: 35px !important;
  }

  .left-35-xlg {
    left: 35px !important;
  }

  .fsize35,
  .fsize35-xlg {
    font-size: 35px !important;
  }

  .lheight35,
  .lheight35-xlg {
    line-height: 35px !important;
  }

  .col-xlg-35p {
    position: relative;
    width: 35%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xlg-35p {
    width: 35% !important;
  }

  .m-30-xlg {
    margin: 30px !important;
  }

  .mtb-30-xlg {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .mlr-30-xlg {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .mt-30-xlg {
    margin-top: 30px !important;
  }

  .mb-30-xlg {
    margin-bottom: 30px !important;
  }

  .ml-30-xlg {
    margin-left: 30px !important;
  }

  .mr-30-xlg {
    margin-right: 30px !important;
  }

  .p-30-xlg {
    padding: 30px !important;
  }

  .ptb-30-xlg {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .plr-30-xlg {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .pt-30-xlg {
    padding-top: 30px !important;
  }

  .pb-30-xlg {
    padding-bottom: 30px !important;
  }

  .pl-30-xlg {
    padding-left: 30px !important;
  }

  .pr-30-xlg {
    padding-right: 30px !important;
  }

  .top-30-xlg {
    top: 30px !important;
  }

  .right-30-xlg {
    right: 30px !important;
  }

  .bottom-30-xlg {
    bottom: 30px !important;
  }

  .left-30-xlg {
    left: 30px !important;
  }

  .fsize30,
  .fsize30-xlg {
    font-size: 30px !important;
  }

  .lheight30,
  .lheight30-xlg {
    line-height: 30px !important;
  }

  .col-xlg-30p {
    position: relative;
    width: 30%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xlg-30p {
    width: 30% !important;
  }

  .m-25-xlg {
    margin: 25px !important;
  }

  .mtb-25-xlg {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .mlr-25-xlg {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .mt-25-xlg {
    margin-top: 25px !important;
  }

  .mb-25-xlg {
    margin-bottom: 25px !important;
  }

  .ml-25-xlg {
    margin-left: 25px !important;
  }

  .mr-25-xlg {
    margin-right: 25px !important;
  }

  .p-25-xlg {
    padding: 25px !important;
  }

  .ptb-25-xlg {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .plr-25-xlg {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .pt-25-xlg {
    padding-top: 25px !important;
  }

  .pb-25-xlg {
    padding-bottom: 25px !important;
  }

  .pl-25-xlg {
    padding-left: 25px !important;
  }

  .pr-25-xlg {
    padding-right: 25px !important;
  }

  .top-25-xlg {
    top: 25px !important;
  }

  .right-25-xlg {
    right: 25px !important;
  }

  .bottom-25-xlg {
    bottom: 25px !important;
  }

  .left-25-xlg {
    left: 25px !important;
  }

  .fsize25,
  .fsize25-xlg {
    font-size: 25px !important;
  }

  .lheight25,
  .lheight25-xlg {
    line-height: 25px !important;
  }

  .col-xlg-25p {
    position: relative;
    width: 25%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xlg-25p {
    width: 25% !important;
  }

  .m-20-xlg {
    margin: 20px !important;
  }

  .mtb-20-xlg {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .mlr-20-xlg {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .mt-20-xlg {
    margin-top: 20px !important;
  }

  .mb-20-xlg {
    margin-bottom: 20px !important;
  }

  .ml-20-xlg {
    margin-left: 20px !important;
  }

  .mr-20-xlg {
    margin-right: 20px !important;
  }

  .p-20-xlg {
    padding: 20px !important;
  }

  .ptb-20-xlg {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .plr-20-xlg {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .pt-20-xlg {
    padding-top: 20px !important;
  }

  .pb-20-xlg {
    padding-bottom: 20px !important;
  }

  .pl-20-xlg {
    padding-left: 20px !important;
  }

  .pr-20-xlg {
    padding-right: 20px !important;
  }

  .top-20-xlg {
    top: 20px !important;
  }

  .right-20-xlg {
    right: 20px !important;
  }

  .bottom-20-xlg {
    bottom: 20px !important;
  }

  .left-20-xlg {
    left: 20px !important;
  }

  .fsize20,
  .fsize20-xlg {
    font-size: 20px !important;
  }

  .lheight20,
  .lheight20-xlg {
    line-height: 20px !important;
  }

  .col-xlg-20p {
    position: relative;
    width: 20%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xlg-20p {
    width: 20% !important;
  }

  .m-15-xlg {
    margin: 15px !important;
  }

  .mtb-15-xlg {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .mlr-15-xlg {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .mt-15-xlg {
    margin-top: 15px !important;
  }

  .mb-15-xlg {
    margin-bottom: 15px !important;
  }

  .ml-15-xlg {
    margin-left: 15px !important;
  }

  .mr-15-xlg {
    margin-right: 15px !important;
  }

  .p-15-xlg {
    padding: 15px !important;
  }

  .ptb-15-xlg {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .plr-15-xlg {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .pt-15-xlg {
    padding-top: 15px !important;
  }

  .pb-15-xlg {
    padding-bottom: 15px !important;
  }

  .pl-15-xlg {
    padding-left: 15px !important;
  }

  .pr-15-xlg {
    padding-right: 15px !important;
  }

  .top-15-xlg {
    top: 15px !important;
  }

  .right-15-xlg {
    right: 15px !important;
  }

  .bottom-15-xlg {
    bottom: 15px !important;
  }

  .left-15-xlg {
    left: 15px !important;
  }

  .fsize15,
  .fsize15-xlg {
    font-size: 15px !important;
  }

  .lheight15,
  .lheight15-xlg {
    line-height: 15px !important;
  }

  .col-xlg-15p {
    position: relative;
    width: 15%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xlg-15p {
    width: 15% !important;
  }

  .m-10-xlg {
    margin: 10px !important;
  }

  .mtb-10-xlg {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .mlr-10-xlg {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .mt-10-xlg {
    margin-top: 10px !important;
  }

  .mb-10-xlg {
    margin-bottom: 10px !important;
  }

  .ml-10-xlg {
    margin-left: 10px !important;
  }

  .mr-10-xlg {
    margin-right: 10px !important;
  }

  .p-10-xlg {
    padding: 10px !important;
  }

  .ptb-10-xlg {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .plr-10-xlg {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .pt-10-xlg {
    padding-top: 10px !important;
  }

  .pb-10-xlg {
    padding-bottom: 10px !important;
  }

  .pl-10-xlg {
    padding-left: 10px !important;
  }

  .pr-10-xlg {
    padding-right: 10px !important;
  }

  .top-10-xlg {
    top: 10px !important;
  }

  .right-10-xlg {
    right: 10px !important;
  }

  .bottom-10-xlg {
    bottom: 10px !important;
  }

  .left-10-xlg {
    left: 10px !important;
  }

  .fsize10,
  .fsize10-xlg {
    font-size: 10px !important;
  }

  .lheight10,
  .lheight10-xlg {
    line-height: 10px !important;
  }

  .col-xlg-10p {
    position: relative;
    width: 10%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xlg-10p {
    width: 10% !important;
  }

  .m-5-xlg {
    margin: 5px !important;
  }

  .mtb-5-xlg {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .mlr-5-xlg {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .mt-5-xlg {
    margin-top: 5px !important;
  }

  .mb-5-xlg {
    margin-bottom: 5px !important;
  }

  .ml-5-xlg {
    margin-left: 5px !important;
  }

  .mr-5-xlg {
    margin-right: 5px !important;
  }

  .p-5-xlg {
    padding: 5px !important;
  }

  .ptb-5-xlg {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .plr-5-xlg {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .pt-5-xlg {
    padding-top: 5px !important;
  }

  .pb-5-xlg {
    padding-bottom: 5px !important;
  }

  .pl-5-xlg {
    padding-left: 5px !important;
  }

  .pr-5-xlg {
    padding-right: 5px !important;
  }

  .top-5-xlg {
    top: 5px !important;
  }

  .right-5-xlg {
    right: 5px !important;
  }

  .bottom-5-xlg {
    bottom: 5px !important;
  }

  .left-5-xlg {
    left: 5px !important;
  }

  .fsize5,
  .fsize5-xlg {
    font-size: 5px !important;
  }

  .lheight5,
  .lheight5-xlg {
    line-height: 5px !important;
  }

  .col-xlg-5p {
    position: relative;
    width: 5%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xlg-5p {
    width: 5% !important;
  }

  .m-0-xlg {
    margin: 0 !important;
  }

  .mtb-0-xlg {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .mlr-0-xlg {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mt-0-xlg {
    margin-top: 0 !important;
  }

  .mb-0-xlg {
    margin-bottom: 0 !important;
  }

  .ml-0-xlg {
    margin-left: 0 !important;
  }

  .mr-0-xlg {
    margin-right: 0 !important;
  }

  .p-0-xlg {
    padding: 0 !important;
  }

  .ptb-0-xlg {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .plr-0-xlg {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .pt-0-xlg {
    padding-top: 0 !important;
  }

  .pb-0-xlg {
    padding-bottom: 0 !important;
  }

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

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

  .top-xlg-0 {
    top: 0 !important;
  }

  .right-xlg-0 {
    right: 0 !important;
  }

  .bottom-xlg-0 {
    bottom: 0 !important;
  }

  .left-xlg-0 {
    left: 0 !important;
  }

  .posrel-xlg {
    position: relative;
  }

  .posabs-xlg {
    position: absolute;
  }

  .posfix-xlg {
    position: fixed;
  }

  .posstat-xlg {
    position: static;
  }

  .text-left-xlg {
    text-align: left;
  }

  .text-center-xlg {
    text-align: center;
  }

  .text-right-xlg {
    text-align: right;
  }

  .pull-right-xlg {
    float: right !important;
  }

  .dblock-xlg {
    display: block;
  }

  .dinlineblock-xlg {
    display: inline-block;
  }

  .dinline-xlg {
    display: inline;
  }
}

@media (max-width: 1199px) {
  .m-150-md {
    margin: 150px !important;
  }

  .mtb-150-md {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .mlr-150-md {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .mt-150-md {
    margin-top: 150px !important;
  }

  .mb-150-md {
    margin-bottom: 150px !important;
  }

  .ml-150-md {
    margin-left: 150px !important;
  }

  .mr-150-md {
    margin-right: 150px !important;
  }

  .p-150-md {
    padding: 150px !important;
  }

  .ptb-150-md {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .plr-150-md {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .pt-150-md {
    padding-top: 150px !important;
  }

  .pb-150-md {
    padding-bottom: 150px !important;
  }

  .pl-150-md {
    padding-left: 150px !important;
  }

  .pr-150-md {
    padding-right: 150px !important;
  }

  .top-150-md {
    top: 150px !important;
  }

  .right-150-md {
    right: 150px !important;
  }

  .bottom-150-md {
    bottom: 150px !important;
  }

  .left-150-md {
    left: 150px !important;
  }

  .fsize150-md {
    font-size: 150px !important;
  }

  .lheight150-md {
    line-height: 150px !important;
  }

  .col-md-150p {
    position: relative;
    width: 150%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-md-150p {
    width: 150% !important;
  }

  .m-145-md {
    margin: 145px !important;
  }

  .mtb-145-md {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }

  .mlr-145-md {
    margin-left: 145px !important;
    margin-right: 145px !important;
  }

  .mt-145-md {
    margin-top: 145px !important;
  }

  .mb-145-md {
    margin-bottom: 145px !important;
  }

  .ml-145-md {
    margin-left: 145px !important;
  }

  .mr-145-md {
    margin-right: 145px !important;
  }

  .p-145-md {
    padding: 145px !important;
  }

  .ptb-145-md {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }

  .plr-145-md {
    padding-left: 145px !important;
    padding-right: 145px !important;
  }

  .pt-145-md {
    padding-top: 145px !important;
  }

  .pb-145-md {
    padding-bottom: 145px !important;
  }

  .pl-145-md {
    padding-left: 145px !important;
  }

  .pr-145-md {
    padding-right: 145px !important;
  }

  .top-145-md {
    top: 145px !important;
  }

  .right-145-md {
    right: 145px !important;
  }

  .bottom-145-md {
    bottom: 145px !important;
  }

  .left-145-md {
    left: 145px !important;
  }

  .fsize145-md {
    font-size: 145px !important;
  }

  .lheight145-md {
    line-height: 145px !important;
  }

  .col-md-145p {
    position: relative;
    width: 145%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-md-145p {
    width: 145% !important;
  }

  .m-140-md {
    margin: 140px !important;
  }

  .mtb-140-md {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .mlr-140-md {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }

  .mt-140-md {
    margin-top: 140px !important;
  }

  .mb-140-md {
    margin-bottom: 140px !important;
  }

  .ml-140-md {
    margin-left: 140px !important;
  }

  .mr-140-md {
    margin-right: 140px !important;
  }

  .p-140-md {
    padding: 140px !important;
  }

  .ptb-140-md {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .plr-140-md {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }

  .pt-140-md {
    padding-top: 140px !important;
  }

  .pb-140-md {
    padding-bottom: 140px !important;
  }

  .pl-140-md {
    padding-left: 140px !important;
  }

  .pr-140-md {
    padding-right: 140px !important;
  }

  .top-140-md {
    top: 140px !important;
  }

  .right-140-md {
    right: 140px !important;
  }

  .bottom-140-md {
    bottom: 140px !important;
  }

  .left-140-md {
    left: 140px !important;
  }

  .fsize140-md {
    font-size: 140px !important;
  }

  .lheight140-md {
    line-height: 140px !important;
  }

  .col-md-140p {
    position: relative;
    width: 140%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-md-140p {
    width: 140% !important;
  }

  .m-135-md {
    margin: 135px !important;
  }

  .mtb-135-md {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }

  .mlr-135-md {
    margin-left: 135px !important;
    margin-right: 135px !important;
  }

  .mt-135-md {
    margin-top: 135px !important;
  }

  .mb-135-md {
    margin-bottom: 135px !important;
  }

  .ml-135-md {
    margin-left: 135px !important;
  }

  .mr-135-md {
    margin-right: 135px !important;
  }

  .p-135-md {
    padding: 135px !important;
  }

  .ptb-135-md {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }

  .plr-135-md {
    padding-left: 135px !important;
    padding-right: 135px !important;
  }

  .pt-135-md {
    padding-top: 135px !important;
  }

  .pb-135-md {
    padding-bottom: 135px !important;
  }

  .pl-135-md {
    padding-left: 135px !important;
  }

  .pr-135-md {
    padding-right: 135px !important;
  }

  .top-135-md {
    top: 135px !important;
  }

  .right-135-md {
    right: 135px !important;
  }

  .bottom-135-md {
    bottom: 135px !important;
  }

  .left-135-md {
    left: 135px !important;
  }

  .fsize135-md {
    font-size: 135px !important;
  }

  .lheight135-md {
    line-height: 135px !important;
  }

  .col-md-135p {
    position: relative;
    width: 135%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-md-135p {
    width: 135% !important;
  }

  .m-130-md {
    margin: 130px !important;
  }

  .mtb-130-md {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .mlr-130-md {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }

  .mt-130-md {
    margin-top: 130px !important;
  }

  .mb-130-md {
    margin-bottom: 130px !important;
  }

  .ml-130-md {
    margin-left: 130px !important;
  }

  .mr-130-md {
    margin-right: 130px !important;
  }

  .p-130-md {
    padding: 130px !important;
  }

  .ptb-130-md {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }

  .plr-130-md {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }

  .pt-130-md {
    padding-top: 130px !important;
  }

  .pb-130-md {
    padding-bottom: 130px !important;
  }

  .pl-130-md {
    padding-left: 130px !important;
  }

  .pr-130-md {
    padding-right: 130px !important;
  }

  .top-130-md {
    top: 130px !important;
  }

  .right-130-md {
    right: 130px !important;
  }

  .bottom-130-md {
    bottom: 130px !important;
  }

  .left-130-md {
    left: 130px !important;
  }

  .fsize130-md {
    font-size: 130px !important;
  }

  .lheight130-md {
    line-height: 130px !important;
  }

  .col-md-130p {
    position: relative;
    width: 130%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-md-130p {
    width: 130% !important;
  }

  .m-125-md {
    margin: 125px !important;
  }

  .mtb-125-md {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }

  .mlr-125-md {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }

  .mt-125-md {
    margin-top: 125px !important;
  }

  .mb-125-md {
    margin-bottom: 125px !important;
  }

  .ml-125-md {
    margin-left: 125px !important;
  }

  .mr-125-md {
    margin-right: 125px !important;
  }

  .p-125-md {
    padding: 125px !important;
  }

  .ptb-125-md {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }

  .plr-125-md {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }

  .pt-125-md {
    padding-top: 125px !important;
  }

  .pb-125-md {
    padding-bottom: 125px !important;
  }

  .pl-125-md {
    padding-left: 125px !important;
  }

  .pr-125-md {
    padding-right: 125px !important;
  }

  .top-125-md {
    top: 125px !important;
  }

  .right-125-md {
    right: 125px !important;
  }

  .bottom-125-md {
    bottom: 125px !important;
  }

  .left-125-md {
    left: 125px !important;
  }

  .fsize125-md {
    font-size: 125px !important;
  }

  .lheight125-md {
    line-height: 125px !important;
  }

  .col-md-125p {
    position: relative;
    width: 125%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-md-125p {
    width: 125% !important;
  }

  .m-120-md {
    margin: 120px !important;
  }

  .mtb-120-md {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .mlr-120-md {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .mt-120-md {
    margin-top: 120px !important;
  }

  .mb-120-md {
    margin-bottom: 120px !important;
  }

  .ml-120-md {
    margin-left: 120px !important;
  }

  .mr-120-md {
    margin-right: 120px !important;
  }

  .p-120-md {
    padding: 120px !important;
  }

  .ptb-120-md {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .plr-120-md {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .pt-120-md {
    padding-top: 120px !important;
  }

  .pb-120-md {
    padding-bottom: 120px !important;
  }

  .pl-120-md {
    padding-left: 120px !important;
  }

  .pr-120-md {
    padding-right: 120px !important;
  }

  .top-120-md {
    top: 120px !important;
  }

  .right-120-md {
    right: 120px !important;
  }

  .bottom-120-md {
    bottom: 120px !important;
  }

  .left-120-md {
    left: 120px !important;
  }

  .fsize120-md {
    font-size: 120px !important;
  }

  .lheight120-md {
    line-height: 120px !important;
  }

  .col-md-120p {
    position: relative;
    width: 120%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-md-120p {
    width: 120% !important;
  }

  .m-115-md {
    margin: 115px !important;
  }

  .mtb-115-md {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }

  .mlr-115-md {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }

  .mt-115-md {
    margin-top: 115px !important;
  }

  .mb-115-md {
    margin-bottom: 115px !important;
  }

  .ml-115-md {
    margin-left: 115px !important;
  }

  .mr-115-md {
    margin-right: 115px !important;
  }

  .p-115-md {
    padding: 115px !important;
  }

  .ptb-115-md {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }

  .plr-115-md {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }

  .pt-115-md {
    padding-top: 115px !important;
  }

  .pb-115-md {
    padding-bottom: 115px !important;
  }

  .pl-115-md {
    padding-left: 115px !important;
  }

  .pr-115-md {
    padding-right: 115px !important;
  }

  .top-115-md {
    top: 115px !important;
  }

  .right-115-md {
    right: 115px !important;
  }

  .bottom-115-md {
    bottom: 115px !important;
  }

  .left-115-md {
    left: 115px !important;
  }

  .fsize115-md {
    font-size: 115px !important;
  }

  .lheight115-md {
    line-height: 115px !important;
  }

  .col-md-115p {
    position: relative;
    width: 115%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-md-115p {
    width: 115% !important;
  }

  .m-110-md {
    margin: 110px !important;
  }

  .mtb-110-md {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }

  .mlr-110-md {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }

  .mt-110-md {
    margin-top: 110px !important;
  }

  .mb-110-md {
    margin-bottom: 110px !important;
  }

  .ml-110-md {
    margin-left: 110px !important;
  }

  .mr-110-md {
    margin-right: 110px !important;
  }

  .p-110-md {
    padding: 110px !important;
  }

  .ptb-110-md {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }

  .plr-110-md {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }

  .pt-110-md {
    padding-top: 110px !important;
  }

  .pb-110-md {
    padding-bottom: 110px !important;
  }

  .pl-110-md {
    padding-left: 110px !important;
  }

  .pr-110-md {
    padding-right: 110px !important;
  }

  .top-110-md {
    top: 110px !important;
  }

  .right-110-md {
    right: 110px !important;
  }

  .bottom-110-md {
    bottom: 110px !important;
  }

  .left-110-md {
    left: 110px !important;
  }

  .fsize110-md {
    font-size: 110px !important;
  }

  .lheight110-md {
    line-height: 110px !important;
  }

  .col-md-110p {
    position: relative;
    width: 110%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-md-110p {
    width: 110% !important;
  }

  .m-105-md {
    margin: 105px !important;
  }

  .mtb-105-md {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }

  .mlr-105-md {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }

  .mt-105-md {
    margin-top: 105px !important;
  }

  .mb-105-md {
    margin-bottom: 105px !important;
  }

  .ml-105-md {
    margin-left: 105px !important;
  }

  .mr-105-md {
    margin-right: 105px !important;
  }

  .p-105-md {
    padding: 105px !important;
  }

  .ptb-105-md {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }

  .plr-105-md {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }

  .pt-105-md {
    padding-top: 105px !important;
  }

  .pb-105-md {
    padding-bottom: 105px !important;
  }

  .pl-105-md {
    padding-left: 105px !important;
  }

  .pr-105-md {
    padding-right: 105px !important;
  }

  .top-105-md {
    top: 105px !important;
  }

  .right-105-md {
    right: 105px !important;
  }

  .bottom-105-md {
    bottom: 105px !important;
  }

  .left-105-md {
    left: 105px !important;
  }

  .fsize105-md {
    font-size: 105px !important;
  }

  .lheight105-md {
    line-height: 105px !important;
  }

  .col-md-105p {
    position: relative;
    width: 105%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-md-105p {
    width: 105% !important;
  }

  .m-100-md {
    margin: 100px !important;
  }

  .mtb-100-md {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .mlr-100-md {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .mt-100-md {
    margin-top: 100px !important;
  }

  .mb-100-md {
    margin-bottom: 100px !important;
  }

  .ml-100-md {
    margin-left: 100px !important;
  }

  .mr-100-md {
    margin-right: 100px !important;
  }

  .p-100-md {
    padding: 100px !important;
  }

  .ptb-100-md {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .plr-100-md {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .pt-100-md {
    padding-top: 100px !important;
  }

  .pb-100-md {
    padding-bottom: 100px !important;
  }

  .pl-100-md {
    padding-left: 100px !important;
  }

  .pr-100-md {
    padding-right: 100px !important;
  }

  .top-100-md {
    top: 100px !important;
  }

  .right-100-md {
    right: 100px !important;
  }

  .bottom-100-md {
    bottom: 100px !important;
  }

  .left-100-md {
    left: 100px !important;
  }

  .fsize100-md {
    font-size: 100px !important;
  }

  .lheight100-md {
    line-height: 100px !important;
  }

  .col-md-100p {
    position: relative;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-md-100p {
    width: 100% !important;
  }

  .m-95-md {
    margin: 95px !important;
  }

  .mtb-95-md {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }

  .mlr-95-md {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }

  .mt-95-md {
    margin-top: 95px !important;
  }

  .mb-95-md {
    margin-bottom: 95px !important;
  }

  .ml-95-md {
    margin-left: 95px !important;
  }

  .mr-95-md {
    margin-right: 95px !important;
  }

  .p-95-md {
    padding: 95px !important;
  }

  .ptb-95-md {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }

  .plr-95-md {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }

  .pt-95-md {
    padding-top: 95px !important;
  }

  .pb-95-md {
    padding-bottom: 95px !important;
  }

  .pl-95-md {
    padding-left: 95px !important;
  }

  .pr-95-md {
    padding-right: 95px !important;
  }

  .top-95-md {
    top: 95px !important;
  }

  .right-95-md {
    right: 95px !important;
  }

  .bottom-95-md {
    bottom: 95px !important;
  }

  .left-95-md {
    left: 95px !important;
  }

  .fsize95-md {
    font-size: 95px !important;
  }

  .lheight95-md {
    line-height: 95px !important;
  }

  .col-md-95p {
    position: relative;
    width: 95%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-md-95p {
    width: 95% !important;
  }

  .m-90-md {
    margin: 90px !important;
  }

  .mtb-90-md {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .mlr-90-md {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .mt-90-md {
    margin-top: 90px !important;
  }

  .mb-90-md {
    margin-bottom: 90px !important;
  }

  .ml-90-md {
    margin-left: 90px !important;
  }

  .mr-90-md {
    margin-right: 90px !important;
  }

  .p-90-md {
    padding: 90px !important;
  }

  .ptb-90-md {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .plr-90-md {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .pt-90-md {
    padding-top: 90px !important;
  }

  .pb-90-md {
    padding-bottom: 90px !important;
  }

  .pl-90-md {
    padding-left: 90px !important;
  }

  .pr-90-md {
    padding-right: 90px !important;
  }

  .top-90-md {
    top: 90px !important;
  }

  .right-90-md {
    right: 90px !important;
  }

  .bottom-90-md {
    bottom: 90px !important;
  }

  .left-90-md {
    left: 90px !important;
  }

  .fsize90-md {
    font-size: 90px !important;
  }

  .lheight90-md {
    line-height: 90px !important;
  }

  .col-md-90p {
    position: relative;
    width: 90%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-md-90p {
    width: 90% !important;
  }

  .m-85-md {
    margin: 85px !important;
  }

  .mtb-85-md {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }

  .mlr-85-md {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }

  .mt-85-md {
    margin-top: 85px !important;
  }

  .mb-85-md {
    margin-bottom: 85px !important;
  }

  .ml-85-md {
    margin-left: 85px !important;
  }

  .mr-85-md {
    margin-right: 85px !important;
  }

  .p-85-md {
    padding: 85px !important;
  }

  .ptb-85-md {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .plr-85-md {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }

  .pt-85-md {
    padding-top: 85px !important;
  }

  .pb-85-md {
    padding-bottom: 85px !important;
  }

  .pl-85-md {
    padding-left: 85px !important;
  }

  .pr-85-md {
    padding-right: 85px !important;
  }

  .top-85-md {
    top: 85px !important;
  }

  .right-85-md {
    right: 85px !important;
  }

  .bottom-85-md {
    bottom: 85px !important;
  }

  .left-85-md {
    left: 85px !important;
  }

  .fsize85-md {
    font-size: 85px !important;
  }

  .lheight85-md {
    line-height: 85px !important;
  }

  .col-md-85p {
    position: relative;
    width: 85%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-md-85p {
    width: 85% !important;
  }

  .m-80-md {
    margin: 80px !important;
  }

  .mtb-80-md {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .mlr-80-md {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .mt-80-md {
    margin-top: 80px !important;
  }

  .mb-80-md {
    margin-bottom: 80px !important;
  }

  .ml-80-md {
    margin-left: 80px !important;
  }

  .mr-80-md {
    margin-right: 80px !important;
  }

  .p-80-md {
    padding: 80px !important;
  }

  .ptb-80-md {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .plr-80-md {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .pt-80-md {
    padding-top: 80px !important;
  }

  .pb-80-md {
    padding-bottom: 80px !important;
  }

  .pl-80-md {
    padding-left: 80px !important;
  }

  .pr-80-md {
    padding-right: 80px !important;
  }

  .top-80-md {
    top: 80px !important;
  }

  .right-80-md {
    right: 80px !important;
  }

  .bottom-80-md {
    bottom: 80px !important;
  }

  .left-80-md {
    left: 80px !important;
  }

  .fsize80-md {
    font-size: 80px !important;
  }

  .lheight80-md {
    line-height: 80px !important;
  }

  .col-md-80p {
    position: relative;
    width: 80%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-md-80p {
    width: 80% !important;
  }

  .m-75-md {
    margin: 75px !important;
  }

  .mtb-75-md {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .mlr-75-md {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }

  .mt-75-md {
    margin-top: 75px !important;
  }

  .mb-75-md {
    margin-bottom: 75px !important;
  }

  .ml-75-md {
    margin-left: 75px !important;
  }

  .mr-75-md {
    margin-right: 75px !important;
  }

  .p-75-md {
    padding: 75px !important;
  }

  .ptb-75-md {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .plr-75-md {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .pt-75-md {
    padding-top: 75px !important;
  }

  .pb-75-md {
    padding-bottom: 75px !important;
  }

  .pl-75-md {
    padding-left: 75px !important;
  }

  .pr-75-md {
    padding-right: 75px !important;
  }

  .top-75-md {
    top: 75px !important;
  }

  .right-75-md {
    right: 75px !important;
  }

  .bottom-75-md {
    bottom: 75px !important;
  }

  .left-75-md {
    left: 75px !important;
  }

  .fsize75-md {
    font-size: 75px !important;
  }

  .lheight75-md {
    line-height: 75px !important;
  }

  .col-md-75p {
    position: relative;
    width: 75%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-md-75p {
    width: 75% !important;
  }

  .m-70-md {
    margin: 70px !important;
  }

  .mtb-70-md {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .mlr-70-md {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .mt-70-md {
    margin-top: 70px !important;
  }

  .mb-70-md {
    margin-bottom: 70px !important;
  }

  .ml-70-md {
    margin-left: 70px !important;
  }

  .mr-70-md {
    margin-right: 70px !important;
  }

  .p-70-md {
    padding: 70px !important;
  }

  .ptb-70-md {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .plr-70-md {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .pt-70-md {
    padding-top: 70px !important;
  }

  .pb-70-md {
    padding-bottom: 70px !important;
  }

  .pl-70-md {
    padding-left: 70px !important;
  }

  .pr-70-md {
    padding-right: 70px !important;
  }

  .top-70-md {
    top: 70px !important;
  }

  .right-70-md {
    right: 70px !important;
  }

  .bottom-70-md {
    bottom: 70px !important;
  }

  .left-70-md {
    left: 70px !important;
  }

  .fsize70-md {
    font-size: 70px !important;
  }

  .lheight70-md {
    line-height: 70px !important;
  }

  .col-md-70p {
    position: relative;
    width: 70%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-md-70p {
    width: 70% !important;
  }

  .m-65-md {
    margin: 65px !important;
  }

  .mtb-65-md {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }

  .mlr-65-md {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }

  .mt-65-md {
    margin-top: 65px !important;
  }

  .mb-65-md {
    margin-bottom: 65px !important;
  }

  .ml-65-md {
    margin-left: 65px !important;
  }

  .mr-65-md {
    margin-right: 65px !important;
  }

  .p-65-md {
    padding: 65px !important;
  }

  .ptb-65-md {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .plr-65-md {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }

  .pt-65-md {
    padding-top: 65px !important;
  }

  .pb-65-md {
    padding-bottom: 65px !important;
  }

  .pl-65-md {
    padding-left: 65px !important;
  }

  .pr-65-md {
    padding-right: 65px !important;
  }

  .top-65-md {
    top: 65px !important;
  }

  .right-65-md {
    right: 65px !important;
  }

  .bottom-65-md {
    bottom: 65px !important;
  }

  .left-65-md {
    left: 65px !important;
  }

  .fsize65-md {
    font-size: 65px !important;
  }

  .lheight65-md {
    line-height: 65px !important;
  }

  .col-md-65p {
    position: relative;
    width: 65%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-md-65p {
    width: 65% !important;
  }

  .m-60-md {
    margin: 60px !important;
  }

  .mtb-60-md {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .mlr-60-md {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .mt-60-md {
    margin-top: 60px !important;
  }

  .mb-60-md {
    margin-bottom: 60px !important;
  }

  .ml-60-md {
    margin-left: 60px !important;
  }

  .mr-60-md {
    margin-right: 60px !important;
  }

  .p-60-md {
    padding: 60px !important;
  }

  .ptb-60-md {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .plr-60-md {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .pt-60-md {
    padding-top: 60px !important;
  }

  .pb-60-md {
    padding-bottom: 60px !important;
  }

  .pl-60-md {
    padding-left: 60px !important;
  }

  .pr-60-md {
    padding-right: 60px !important;
  }

  .top-60-md {
    top: 60px !important;
  }

  .right-60-md {
    right: 60px !important;
  }

  .bottom-60-md {
    bottom: 60px !important;
  }

  .left-60-md {
    left: 60px !important;
  }

  .fsize60-md {
    font-size: 60px !important;
  }

  .lheight60-md {
    line-height: 60px !important;
  }

  .col-md-60p {
    position: relative;
    width: 60%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-md-60p {
    width: 60% !important;
  }

  .m-55-md {
    margin: 55px !important;
  }

  .mtb-55-md {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .mlr-55-md {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }

  .mt-55-md {
    margin-top: 55px !important;
  }

  .mb-55-md {
    margin-bottom: 55px !important;
  }

  .ml-55-md {
    margin-left: 55px !important;
  }

  .mr-55-md {
    margin-right: 55px !important;
  }

  .p-55-md {
    padding: 55px !important;
  }

  .ptb-55-md {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .plr-55-md {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }

  .pt-55-md {
    padding-top: 55px !important;
  }

  .pb-55-md {
    padding-bottom: 55px !important;
  }

  .pl-55-md {
    padding-left: 55px !important;
  }

  .pr-55-md {
    padding-right: 55px !important;
  }

  .top-55-md {
    top: 55px !important;
  }

  .right-55-md {
    right: 55px !important;
  }

  .bottom-55-md {
    bottom: 55px !important;
  }

  .left-55-md {
    left: 55px !important;
  }

  .fsize55-md {
    font-size: 55px !important;
  }

  .lheight55-md {
    line-height: 55px !important;
  }

  .col-md-55p {
    position: relative;
    width: 55%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-md-55p {
    width: 55% !important;
  }

  .m-50-md {
    margin: 50px !important;
  }

  .mtb-50-md {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .mlr-50-md {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .mt-50-md {
    margin-top: 50px !important;
  }

  .mb-50-md {
    margin-bottom: 50px !important;
  }

  .ml-50-md {
    margin-left: 50px !important;
  }

  .mr-50-md {
    margin-right: 50px !important;
  }

  .p-50-md {
    padding: 50px !important;
  }

  .ptb-50-md {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .plr-50-md {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .pt-50-md {
    padding-top: 50px !important;
  }

  .pb-50-md {
    padding-bottom: 50px !important;
  }

  .pl-50-md {
    padding-left: 50px !important;
  }

  .pr-50-md {
    padding-right: 50px !important;
  }

  .top-50-md {
    top: 50px !important;
  }

  .right-50-md {
    right: 50px !important;
  }

  .bottom-50-md {
    bottom: 50px !important;
  }

  .left-50-md {
    left: 50px !important;
  }

  .fsize50-md {
    font-size: 50px !important;
  }

  .lheight50-md {
    line-height: 50px !important;
  }

  .col-md-50p {
    position: relative;
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-md-50p {
    width: 50% !important;
  }

  .m-45-md {
    margin: 45px !important;
  }

  .mtb-45-md {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .mlr-45-md {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .mt-45-md {
    margin-top: 45px !important;
  }

  .mb-45-md {
    margin-bottom: 45px !important;
  }

  .ml-45-md {
    margin-left: 45px !important;
  }

  .mr-45-md {
    margin-right: 45px !important;
  }

  .p-45-md {
    padding: 45px !important;
  }

  .ptb-45-md {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .plr-45-md {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .pt-45-md {
    padding-top: 45px !important;
  }

  .pb-45-md {
    padding-bottom: 45px !important;
  }

  .pl-45-md {
    padding-left: 45px !important;
  }

  .pr-45-md {
    padding-right: 45px !important;
  }

  .top-45-md {
    top: 45px !important;
  }

  .right-45-md {
    right: 45px !important;
  }

  .bottom-45-md {
    bottom: 45px !important;
  }

  .left-45-md {
    left: 45px !important;
  }

  .fsize45-md {
    font-size: 45px !important;
  }

  .lheight45-md {
    line-height: 45px !important;
  }

  .col-md-45p {
    position: relative;
    width: 45%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-md-45p {
    width: 45% !important;
  }

  .m-40-md {
    margin: 40px !important;
  }

  .mtb-40-md {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .mlr-40-md {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .mt-40-md {
    margin-top: 40px !important;
  }

  .mb-40-md {
    margin-bottom: 40px !important;
  }

  .ml-40-md {
    margin-left: 40px !important;
  }

  .mr-40-md {
    margin-right: 40px !important;
  }

  .p-40-md {
    padding: 40px !important;
  }

  .ptb-40-md {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .plr-40-md {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .pt-40-md {
    padding-top: 40px !important;
  }

  .pb-40-md {
    padding-bottom: 40px !important;
  }

  .pl-40-md {
    padding-left: 40px !important;
  }

  .pr-40-md {
    padding-right: 40px !important;
  }

  .top-40-md {
    top: 40px !important;
  }

  .right-40-md {
    right: 40px !important;
  }

  .bottom-40-md {
    bottom: 40px !important;
  }

  .left-40-md {
    left: 40px !important;
  }

  .fsize40-md {
    font-size: 40px !important;
  }

  .lheight40-md {
    line-height: 40px !important;
  }

  .col-md-40p {
    position: relative;
    width: 40%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-md-40p {
    width: 40% !important;
  }

  .m-35-md {
    margin: 35px !important;
  }

  .mtb-35-md {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .mlr-35-md {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .mt-35-md {
    margin-top: 35px !important;
  }

  .mb-35-md {
    margin-bottom: 35px !important;
  }

  .ml-35-md {
    margin-left: 35px !important;
  }

  .mr-35-md {
    margin-right: 35px !important;
  }

  .p-35-md {
    padding: 35px !important;
  }

  .ptb-35-md {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .plr-35-md {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .pt-35-md {
    padding-top: 35px !important;
  }

  .pb-35-md {
    padding-bottom: 35px !important;
  }

  .pl-35-md {
    padding-left: 35px !important;
  }

  .pr-35-md {
    padding-right: 35px !important;
  }

  .top-35-md {
    top: 35px !important;
  }

  .right-35-md {
    right: 35px !important;
  }

  .bottom-35-md {
    bottom: 35px !important;
  }

  .left-35-md {
    left: 35px !important;
  }

  .fsize35-md {
    font-size: 35px !important;
  }

  .lheight35-md {
    line-height: 35px !important;
  }

  .col-md-35p {
    position: relative;
    width: 35%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-md-35p {
    width: 35% !important;
  }

  .m-30-md {
    margin: 30px !important;
  }

  .mtb-30-md {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .mlr-30-md {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .mt-30-md {
    margin-top: 30px !important;
  }

  .mb-30-md {
    margin-bottom: 30px !important;
  }

  .ml-30-md {
    margin-left: 30px !important;
  }

  .mr-30-md {
    margin-right: 30px !important;
  }

  .p-30-md {
    padding: 30px !important;
  }

  .ptb-30-md {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .plr-30-md {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .pt-30-md {
    padding-top: 30px !important;
  }

  .pb-30-md {
    padding-bottom: 30px !important;
  }

  .pl-30-md {
    padding-left: 30px !important;
  }

  .pr-30-md {
    padding-right: 30px !important;
  }

  .top-30-md {
    top: 30px !important;
  }

  .right-30-md {
    right: 30px !important;
  }

  .bottom-30-md {
    bottom: 30px !important;
  }

  .left-30-md {
    left: 30px !important;
  }

  .fsize30-md {
    font-size: 30px !important;
  }

  .lheight30-md {
    line-height: 30px !important;
  }

  .col-md-30p {
    position: relative;
    width: 30%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-md-30p {
    width: 30% !important;
  }

  .m-25-md {
    margin: 25px !important;
  }

  .mtb-25-md {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .mlr-25-md {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .mt-25-md {
    margin-top: 25px !important;
  }

  .mb-25-md {
    margin-bottom: 25px !important;
  }

  .ml-25-md {
    margin-left: 25px !important;
  }

  .mr-25-md {
    margin-right: 25px !important;
  }

  .p-25-md {
    padding: 25px !important;
  }

  .ptb-25-md {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .plr-25-md {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .pt-25-md {
    padding-top: 25px !important;
  }

  .pb-25-md {
    padding-bottom: 25px !important;
  }

  .pl-25-md {
    padding-left: 25px !important;
  }

  .pr-25-md {
    padding-right: 25px !important;
  }

  .top-25-md {
    top: 25px !important;
  }

  .right-25-md {
    right: 25px !important;
  }

  .bottom-25-md {
    bottom: 25px !important;
  }

  .left-25-md {
    left: 25px !important;
  }

  .fsize25-md {
    font-size: 25px !important;
  }

  .lheight25-md {
    line-height: 25px !important;
  }

  .col-md-25p {
    position: relative;
    width: 25%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-md-25p {
    width: 25% !important;
  }

  .m-20-md {
    margin: 20px !important;
  }

  .mtb-20-md {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .mlr-20-md {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .mt-20-md {
    margin-top: 20px !important;
  }

  .mb-20-md {
    margin-bottom: 20px !important;
  }

  .ml-20-md {
    margin-left: 20px !important;
  }

  .mr-20-md {
    margin-right: 20px !important;
  }

  .p-20-md {
    padding: 20px !important;
  }

  .ptb-20-md {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .plr-20-md {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .pt-20-md {
    padding-top: 20px !important;
  }

  .pb-20-md {
    padding-bottom: 20px !important;
  }

  .pl-20-md {
    padding-left: 20px !important;
  }

  .pr-20-md {
    padding-right: 20px !important;
  }

  .top-20-md {
    top: 20px !important;
  }

  .right-20-md {
    right: 20px !important;
  }

  .bottom-20-md {
    bottom: 20px !important;
  }

  .left-20-md {
    left: 20px !important;
  }

  .fsize20-md {
    font-size: 20px !important;
  }

  .lheight20-md {
    line-height: 20px !important;
  }

  .col-md-20p {
    position: relative;
    width: 20%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-md-20p {
    width: 20% !important;
  }

  .m-15-md {
    margin: 15px !important;
  }

  .mtb-15-md {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .mlr-15-md {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .mt-15-md {
    margin-top: 15px !important;
  }

  .mb-15-md {
    margin-bottom: 15px !important;
  }

  .ml-15-md {
    margin-left: 15px !important;
  }

  .mr-15-md {
    margin-right: 15px !important;
  }

  .p-15-md {
    padding: 15px !important;
  }

  .ptb-15-md {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .plr-15-md {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .pt-15-md {
    padding-top: 15px !important;
  }

  .pb-15-md {
    padding-bottom: 15px !important;
  }

  .pl-15-md {
    padding-left: 15px !important;
  }

  .pr-15-md {
    padding-right: 15px !important;
  }

  .top-15-md {
    top: 15px !important;
  }

  .right-15-md {
    right: 15px !important;
  }

  .bottom-15-md {
    bottom: 15px !important;
  }

  .left-15-md {
    left: 15px !important;
  }

  .fsize15-md {
    font-size: 15px !important;
  }

  .lheight15-md {
    line-height: 15px !important;
  }

  .col-md-15p {
    position: relative;
    width: 15%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-md-15p {
    width: 15% !important;
  }

  .m-10-md {
    margin: 10px !important;
  }

  .mtb-10-md {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .mlr-10-md {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .mt-10-md {
    margin-top: 10px !important;
  }

  .mb-10-md {
    margin-bottom: 10px !important;
  }

  .ml-10-md {
    margin-left: 10px !important;
  }

  .mr-10-md {
    margin-right: 10px !important;
  }

  .p-10-md {
    padding: 10px !important;
  }

  .ptb-10-md {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .plr-10-md {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .pt-10-md {
    padding-top: 10px !important;
  }

  .pb-10-md {
    padding-bottom: 10px !important;
  }

  .pl-10-md {
    padding-left: 10px !important;
  }

  .pr-10-md {
    padding-right: 10px !important;
  }

  .top-10-md {
    top: 10px !important;
  }

  .right-10-md {
    right: 10px !important;
  }

  .bottom-10-md {
    bottom: 10px !important;
  }

  .left-10-md {
    left: 10px !important;
  }

  .fsize10-md {
    font-size: 10px !important;
  }

  .lheight10-md {
    line-height: 10px !important;
  }

  .col-md-10p {
    position: relative;
    width: 10%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-md-10p {
    width: 10% !important;
  }

  .m-5-md {
    margin: 5px !important;
  }

  .mtb-5-md {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .mlr-5-md {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .mt-5-md {
    margin-top: 5px !important;
  }

  .mb-5-md {
    margin-bottom: 5px !important;
  }

  .ml-5-md {
    margin-left: 5px !important;
  }

  .mr-5-md {
    margin-right: 5px !important;
  }

  .p-5-md {
    padding: 5px !important;
  }

  .ptb-5-md {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .plr-5-md {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .pt-5-md {
    padding-top: 5px !important;
  }

  .pb-5-md {
    padding-bottom: 5px !important;
  }

  .pl-5-md {
    padding-left: 5px !important;
  }

  .pr-5-md {
    padding-right: 5px !important;
  }

  .top-5-md {
    top: 5px !important;
  }

  .right-5-md {
    right: 5px !important;
  }

  .bottom-5-md {
    bottom: 5px !important;
  }

  .left-5-md {
    left: 5px !important;
  }

  .fsize5-md {
    font-size: 5px !important;
  }

  .lheight5-md {
    line-height: 5px !important;
  }

  .col-md-5p {
    position: relative;
    width: 5%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-md-5p {
    width: 5% !important;
  }

  .m-0-md {
    margin: 0 !important;
  }

  .mtb-0-md {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .mlr-0-md {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mt-0-md {
    margin-top: 0 !important;
  }

  .mb-0-md {
    margin-bottom: 0 !important;
  }

  .ml-0-md {
    margin-left: 0 !important;
  }

  .mr-0-md {
    margin-right: 0 !important;
  }

  .p-0-md {
    padding: 0 !important;
  }

  .ptb-0-md {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .plr-0-md {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .pt-0-md {
    padding-top: 0 !important;
  }

  .pb-0-md {
    padding-bottom: 0 !important;
  }

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

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

  .top-md-0 {
    top: 0 !important;
  }

  .right-md-0 {
    right: 0 !important;
  }

  .bottom-md-0 {
    bottom: 0 !important;
  }

  .left-md-0 {
    left: 0 !important;
  }

  .posrel-md {
    position: relative;
  }

  .posabs-md {
    position: absolute;
  }

  .posfix-md {
    position: fixed;
  }

  .posstat-md {
    position: static;
  }

  .text-left-md {
    text-align: left;
  }

  .text-center-md {
    text-align: center;
  }

  .text-right-md {
    text-align: right;
  }

  .pull-right-md {
    float: right !important;
  }

  .dblock-md {
    display: block;
  }

  .dinlineblock-md {
    display: inline-block;
  }

  .dinline-md {
    display: inline;
  }
}

@media (max-width: 991px) {
  .m-150-sm {
    margin: 150px !important;
  }

  .mtb-150-sm {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .mlr-150-sm {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .mt-150-sm {
    margin-top: 150px !important;
  }

  .mb-150-sm {
    margin-bottom: 150px !important;
  }

  .ml-150-sm {
    margin-left: 150px !important;
  }

  .mr-150-sm {
    margin-right: 150px !important;
  }

  .p-150-sm {
    padding: 150px !important;
  }

  .ptb-150-sm {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .plr-150-sm {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .pt-150-sm {
    padding-top: 150px !important;
  }

  .pb-150-sm {
    padding-bottom: 150px !important;
  }

  .pl-150-sm {
    padding-left: 150px !important;
  }

  .pr-150-sm {
    padding-right: 150px !important;
  }

  .top-150-sm {
    top: 150px !important;
  }

  .right-150-sm {
    right: 150px !important;
  }

  .bottom-150-sm {
    bottom: 150px !important;
  }

  .left-150-sm {
    left: 150px !important;
  }

  .fsize150-sm {
    font-size: 150px !important;
  }

  .lheight150-sm {
    line-height: 150px !important;
  }

  .col-sm-150p {
    position: relative;
    width: 150%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-sm-150p {
    width: 150% !important;
  }

  .m-145-sm {
    margin: 145px !important;
  }

  .mtb-145-sm {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }

  .mlr-145-sm {
    margin-left: 145px !important;
    margin-right: 145px !important;
  }

  .mt-145-sm {
    margin-top: 145px !important;
  }

  .mb-145-sm {
    margin-bottom: 145px !important;
  }

  .ml-145-sm {
    margin-left: 145px !important;
  }

  .mr-145-sm {
    margin-right: 145px !important;
  }

  .p-145-sm {
    padding: 145px !important;
  }

  .ptb-145-sm {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }

  .plr-145-sm {
    padding-left: 145px !important;
    padding-right: 145px !important;
  }

  .pt-145-sm {
    padding-top: 145px !important;
  }

  .pb-145-sm {
    padding-bottom: 145px !important;
  }

  .pl-145-sm {
    padding-left: 145px !important;
  }

  .pr-145-sm {
    padding-right: 145px !important;
  }

  .top-145-sm {
    top: 145px !important;
  }

  .right-145-sm {
    right: 145px !important;
  }

  .bottom-145-sm {
    bottom: 145px !important;
  }

  .left-145-sm {
    left: 145px !important;
  }

  .fsize145-sm {
    font-size: 145px !important;
  }

  .lheight145-sm {
    line-height: 145px !important;
  }

  .col-sm-145p {
    position: relative;
    width: 145%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-sm-145p {
    width: 145% !important;
  }

  .m-140-sm {
    margin: 140px !important;
  }

  .mtb-140-sm {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .mlr-140-sm {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }

  .mt-140-sm {
    margin-top: 140px !important;
  }

  .mb-140-sm {
    margin-bottom: 140px !important;
  }

  .ml-140-sm {
    margin-left: 140px !important;
  }

  .mr-140-sm {
    margin-right: 140px !important;
  }

  .p-140-sm {
    padding: 140px !important;
  }

  .ptb-140-sm {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .plr-140-sm {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }

  .pt-140-sm {
    padding-top: 140px !important;
  }

  .pb-140-sm {
    padding-bottom: 140px !important;
  }

  .pl-140-sm {
    padding-left: 140px !important;
  }

  .pr-140-sm {
    padding-right: 140px !important;
  }

  .top-140-sm {
    top: 140px !important;
  }

  .right-140-sm {
    right: 140px !important;
  }

  .bottom-140-sm {
    bottom: 140px !important;
  }

  .left-140-sm {
    left: 140px !important;
  }

  .fsize140-sm {
    font-size: 140px !important;
  }

  .lheight140-sm {
    line-height: 140px !important;
  }

  .col-sm-140p {
    position: relative;
    width: 140%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-sm-140p {
    width: 140% !important;
  }

  .m-135-sm {
    margin: 135px !important;
  }

  .mtb-135-sm {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }

  .mlr-135-sm {
    margin-left: 135px !important;
    margin-right: 135px !important;
  }

  .mt-135-sm {
    margin-top: 135px !important;
  }

  .mb-135-sm {
    margin-bottom: 135px !important;
  }

  .ml-135-sm {
    margin-left: 135px !important;
  }

  .mr-135-sm {
    margin-right: 135px !important;
  }

  .p-135-sm {
    padding: 135px !important;
  }

  .ptb-135-sm {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }

  .plr-135-sm {
    padding-left: 135px !important;
    padding-right: 135px !important;
  }

  .pt-135-sm {
    padding-top: 135px !important;
  }

  .pb-135-sm {
    padding-bottom: 135px !important;
  }

  .pl-135-sm {
    padding-left: 135px !important;
  }

  .pr-135-sm {
    padding-right: 135px !important;
  }

  .top-135-sm {
    top: 135px !important;
  }

  .right-135-sm {
    right: 135px !important;
  }

  .bottom-135-sm {
    bottom: 135px !important;
  }

  .left-135-sm {
    left: 135px !important;
  }

  .fsize135-sm {
    font-size: 135px !important;
  }

  .lheight135-sm {
    line-height: 135px !important;
  }

  .col-sm-135p {
    position: relative;
    width: 135%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-sm-135p {
    width: 135% !important;
  }

  .m-130-sm {
    margin: 130px !important;
  }

  .mtb-130-sm {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .mlr-130-sm {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }

  .mt-130-sm {
    margin-top: 130px !important;
  }

  .mb-130-sm {
    margin-bottom: 130px !important;
  }

  .ml-130-sm {
    margin-left: 130px !important;
  }

  .mr-130-sm {
    margin-right: 130px !important;
  }

  .p-130-sm {
    padding: 130px !important;
  }

  .ptb-130-sm {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }

  .plr-130-sm {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }

  .pt-130-sm {
    padding-top: 130px !important;
  }

  .pb-130-sm {
    padding-bottom: 130px !important;
  }

  .pl-130-sm {
    padding-left: 130px !important;
  }

  .pr-130-sm {
    padding-right: 130px !important;
  }

  .top-130-sm {
    top: 130px !important;
  }

  .right-130-sm {
    right: 130px !important;
  }

  .bottom-130-sm {
    bottom: 130px !important;
  }

  .left-130-sm {
    left: 130px !important;
  }

  .fsize130-sm {
    font-size: 130px !important;
  }

  .lheight130-sm {
    line-height: 130px !important;
  }

  .col-sm-130p {
    position: relative;
    width: 130%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-sm-130p {
    width: 130% !important;
  }

  .m-125-sm {
    margin: 125px !important;
  }

  .mtb-125-sm {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }

  .mlr-125-sm {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }

  .mt-125-sm {
    margin-top: 125px !important;
  }

  .mb-125-sm {
    margin-bottom: 125px !important;
  }

  .ml-125-sm {
    margin-left: 125px !important;
  }

  .mr-125-sm {
    margin-right: 125px !important;
  }

  .p-125-sm {
    padding: 125px !important;
  }

  .ptb-125-sm {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }

  .plr-125-sm {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }

  .pt-125-sm {
    padding-top: 125px !important;
  }

  .pb-125-sm {
    padding-bottom: 125px !important;
  }

  .pl-125-sm {
    padding-left: 125px !important;
  }

  .pr-125-sm {
    padding-right: 125px !important;
  }

  .top-125-sm {
    top: 125px !important;
  }

  .right-125-sm {
    right: 125px !important;
  }

  .bottom-125-sm {
    bottom: 125px !important;
  }

  .left-125-sm {
    left: 125px !important;
  }

  .fsize125-sm {
    font-size: 125px !important;
  }

  .lheight125-sm {
    line-height: 125px !important;
  }

  .col-sm-125p {
    position: relative;
    width: 125%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-sm-125p {
    width: 125% !important;
  }

  .m-120-sm {
    margin: 120px !important;
  }

  .mtb-120-sm {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .mlr-120-sm {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .mt-120-sm {
    margin-top: 120px !important;
  }

  .mb-120-sm {
    margin-bottom: 120px !important;
  }

  .ml-120-sm {
    margin-left: 120px !important;
  }

  .mr-120-sm {
    margin-right: 120px !important;
  }

  .p-120-sm {
    padding: 120px !important;
  }

  .ptb-120-sm {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .plr-120-sm {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .pt-120-sm {
    padding-top: 120px !important;
  }

  .pb-120-sm {
    padding-bottom: 120px !important;
  }

  .pl-120-sm {
    padding-left: 120px !important;
  }

  .pr-120-sm {
    padding-right: 120px !important;
  }

  .top-120-sm {
    top: 120px !important;
  }

  .right-120-sm {
    right: 120px !important;
  }

  .bottom-120-sm {
    bottom: 120px !important;
  }

  .left-120-sm {
    left: 120px !important;
  }

  .fsize120-sm {
    font-size: 120px !important;
  }

  .lheight120-sm {
    line-height: 120px !important;
  }

  .col-sm-120p {
    position: relative;
    width: 120%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-sm-120p {
    width: 120% !important;
  }

  .m-115-sm {
    margin: 115px !important;
  }

  .mtb-115-sm {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }

  .mlr-115-sm {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }

  .mt-115-sm {
    margin-top: 115px !important;
  }

  .mb-115-sm {
    margin-bottom: 115px !important;
  }

  .ml-115-sm {
    margin-left: 115px !important;
  }

  .mr-115-sm {
    margin-right: 115px !important;
  }

  .p-115-sm {
    padding: 115px !important;
  }

  .ptb-115-sm {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }

  .plr-115-sm {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }

  .pt-115-sm {
    padding-top: 115px !important;
  }

  .pb-115-sm {
    padding-bottom: 115px !important;
  }

  .pl-115-sm {
    padding-left: 115px !important;
  }

  .pr-115-sm {
    padding-right: 115px !important;
  }

  .top-115-sm {
    top: 115px !important;
  }

  .right-115-sm {
    right: 115px !important;
  }

  .bottom-115-sm {
    bottom: 115px !important;
  }

  .left-115-sm {
    left: 115px !important;
  }

  .fsize115-sm {
    font-size: 115px !important;
  }

  .lheight115-sm {
    line-height: 115px !important;
  }

  .col-sm-115p {
    position: relative;
    width: 115%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-sm-115p {
    width: 115% !important;
  }

  .m-110-sm {
    margin: 110px !important;
  }

  .mtb-110-sm {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }

  .mlr-110-sm {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }

  .mt-110-sm {
    margin-top: 110px !important;
  }

  .mb-110-sm {
    margin-bottom: 110px !important;
  }

  .ml-110-sm {
    margin-left: 110px !important;
  }

  .mr-110-sm {
    margin-right: 110px !important;
  }

  .p-110-sm {
    padding: 110px !important;
  }

  .ptb-110-sm {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }

  .plr-110-sm {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }

  .pt-110-sm {
    padding-top: 110px !important;
  }

  .pb-110-sm {
    padding-bottom: 110px !important;
  }

  .pl-110-sm {
    padding-left: 110px !important;
  }

  .pr-110-sm {
    padding-right: 110px !important;
  }

  .top-110-sm {
    top: 110px !important;
  }

  .right-110-sm {
    right: 110px !important;
  }

  .bottom-110-sm {
    bottom: 110px !important;
  }

  .left-110-sm {
    left: 110px !important;
  }

  .fsize110-sm {
    font-size: 110px !important;
  }

  .lheight110-sm {
    line-height: 110px !important;
  }

  .col-sm-110p {
    position: relative;
    width: 110%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-sm-110p {
    width: 110% !important;
  }

  .m-105-sm {
    margin: 105px !important;
  }

  .mtb-105-sm {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }

  .mlr-105-sm {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }

  .mt-105-sm {
    margin-top: 105px !important;
  }

  .mb-105-sm {
    margin-bottom: 105px !important;
  }

  .ml-105-sm {
    margin-left: 105px !important;
  }

  .mr-105-sm {
    margin-right: 105px !important;
  }

  .p-105-sm {
    padding: 105px !important;
  }

  .ptb-105-sm {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }

  .plr-105-sm {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }

  .pt-105-sm {
    padding-top: 105px !important;
  }

  .pb-105-sm {
    padding-bottom: 105px !important;
  }

  .pl-105-sm {
    padding-left: 105px !important;
  }

  .pr-105-sm {
    padding-right: 105px !important;
  }

  .top-105-sm {
    top: 105px !important;
  }

  .right-105-sm {
    right: 105px !important;
  }

  .bottom-105-sm {
    bottom: 105px !important;
  }

  .left-105-sm {
    left: 105px !important;
  }

  .fsize105-sm {
    font-size: 105px !important;
  }

  .lheight105-sm {
    line-height: 105px !important;
  }

  .col-sm-105p {
    position: relative;
    width: 105%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-sm-105p {
    width: 105% !important;
  }

  .m-100-sm {
    margin: 100px !important;
  }

  .mtb-100-sm {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .mlr-100-sm {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .mt-100-sm {
    margin-top: 100px !important;
  }

  .mb-100-sm {
    margin-bottom: 100px !important;
  }

  .ml-100-sm {
    margin-left: 100px !important;
  }

  .mr-100-sm {
    margin-right: 100px !important;
  }

  .p-100-sm {
    padding: 100px !important;
  }

  .ptb-100-sm {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .plr-100-sm {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .pt-100-sm {
    padding-top: 100px !important;
  }

  .pb-100-sm {
    padding-bottom: 100px !important;
  }

  .pl-100-sm {
    padding-left: 100px !important;
  }

  .pr-100-sm {
    padding-right: 100px !important;
  }

  .top-100-sm {
    top: 100px !important;
  }

  .right-100-sm {
    right: 100px !important;
  }

  .bottom-100-sm {
    bottom: 100px !important;
  }

  .left-100-sm {
    left: 100px !important;
  }

  .fsize100-sm {
    font-size: 100px !important;
  }

  .lheight100-sm {
    line-height: 100px !important;
  }

  .col-sm-100p {
    position: relative;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-sm-100p {
    width: 100% !important;
  }

  .m-95-sm {
    margin: 95px !important;
  }

  .mtb-95-sm {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }

  .mlr-95-sm {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }

  .mt-95-sm {
    margin-top: 95px !important;
  }

  .mb-95-sm {
    margin-bottom: 95px !important;
  }

  .ml-95-sm {
    margin-left: 95px !important;
  }

  .mr-95-sm {
    margin-right: 95px !important;
  }

  .p-95-sm {
    padding: 95px !important;
  }

  .ptb-95-sm {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }

  .plr-95-sm {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }

  .pt-95-sm {
    padding-top: 95px !important;
  }

  .pb-95-sm {
    padding-bottom: 95px !important;
  }

  .pl-95-sm {
    padding-left: 95px !important;
  }

  .pr-95-sm {
    padding-right: 95px !important;
  }

  .top-95-sm {
    top: 95px !important;
  }

  .right-95-sm {
    right: 95px !important;
  }

  .bottom-95-sm {
    bottom: 95px !important;
  }

  .left-95-sm {
    left: 95px !important;
  }

  .fsize95-sm {
    font-size: 95px !important;
  }

  .lheight95-sm {
    line-height: 95px !important;
  }

  .col-sm-95p {
    position: relative;
    width: 95%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-sm-95p {
    width: 95% !important;
  }

  .m-90-sm {
    margin: 90px !important;
  }

  .mtb-90-sm {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .mlr-90-sm {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .mt-90-sm {
    margin-top: 90px !important;
  }

  .mb-90-sm {
    margin-bottom: 90px !important;
  }

  .ml-90-sm {
    margin-left: 90px !important;
  }

  .mr-90-sm {
    margin-right: 90px !important;
  }

  .p-90-sm {
    padding: 90px !important;
  }

  .ptb-90-sm {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .plr-90-sm {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .pt-90-sm {
    padding-top: 90px !important;
  }

  .pb-90-sm {
    padding-bottom: 90px !important;
  }

  .pl-90-sm {
    padding-left: 90px !important;
  }

  .pr-90-sm {
    padding-right: 90px !important;
  }

  .top-90-sm {
    top: 90px !important;
  }

  .right-90-sm {
    right: 90px !important;
  }

  .bottom-90-sm {
    bottom: 90px !important;
  }

  .left-90-sm {
    left: 90px !important;
  }

  .fsize90-sm {
    font-size: 90px !important;
  }

  .lheight90-sm {
    line-height: 90px !important;
  }

  .col-sm-90p {
    position: relative;
    width: 90%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-sm-90p {
    width: 90% !important;
  }

  .m-85-sm {
    margin: 85px !important;
  }

  .mtb-85-sm {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }

  .mlr-85-sm {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }

  .mt-85-sm {
    margin-top: 85px !important;
  }

  .mb-85-sm {
    margin-bottom: 85px !important;
  }

  .ml-85-sm {
    margin-left: 85px !important;
  }

  .mr-85-sm {
    margin-right: 85px !important;
  }

  .p-85-sm {
    padding: 85px !important;
  }

  .ptb-85-sm {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .plr-85-sm {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }

  .pt-85-sm {
    padding-top: 85px !important;
  }

  .pb-85-sm {
    padding-bottom: 85px !important;
  }

  .pl-85-sm {
    padding-left: 85px !important;
  }

  .pr-85-sm {
    padding-right: 85px !important;
  }

  .top-85-sm {
    top: 85px !important;
  }

  .right-85-sm {
    right: 85px !important;
  }

  .bottom-85-sm {
    bottom: 85px !important;
  }

  .left-85-sm {
    left: 85px !important;
  }

  .fsize85-sm {
    font-size: 85px !important;
  }

  .lheight85-sm {
    line-height: 85px !important;
  }

  .col-sm-85p {
    position: relative;
    width: 85%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-sm-85p {
    width: 85% !important;
  }

  .m-80-sm {
    margin: 80px !important;
  }

  .mtb-80-sm {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .mlr-80-sm {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .mt-80-sm {
    margin-top: 80px !important;
  }

  .mb-80-sm {
    margin-bottom: 80px !important;
  }

  .ml-80-sm {
    margin-left: 80px !important;
  }

  .mr-80-sm {
    margin-right: 80px !important;
  }

  .p-80-sm {
    padding: 80px !important;
  }

  .ptb-80-sm {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .plr-80-sm {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .pt-80-sm {
    padding-top: 80px !important;
  }

  .pb-80-sm {
    padding-bottom: 80px !important;
  }

  .pl-80-sm {
    padding-left: 80px !important;
  }

  .pr-80-sm {
    padding-right: 80px !important;
  }

  .top-80-sm {
    top: 80px !important;
  }

  .right-80-sm {
    right: 80px !important;
  }

  .bottom-80-sm {
    bottom: 80px !important;
  }

  .left-80-sm {
    left: 80px !important;
  }

  .fsize80-sm {
    font-size: 80px !important;
  }

  .lheight80-sm {
    line-height: 80px !important;
  }

  .col-sm-80p {
    position: relative;
    width: 80%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-sm-80p {
    width: 80% !important;
  }

  .m-75-sm {
    margin: 75px !important;
  }

  .mtb-75-sm {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .mlr-75-sm {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }

  .mt-75-sm {
    margin-top: 75px !important;
  }

  .mb-75-sm {
    margin-bottom: 75px !important;
  }

  .ml-75-sm {
    margin-left: 75px !important;
  }

  .mr-75-sm {
    margin-right: 75px !important;
  }

  .p-75-sm {
    padding: 75px !important;
  }

  .ptb-75-sm {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .plr-75-sm {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .pt-75-sm {
    padding-top: 75px !important;
  }

  .pb-75-sm {
    padding-bottom: 75px !important;
  }

  .pl-75-sm {
    padding-left: 75px !important;
  }

  .pr-75-sm {
    padding-right: 75px !important;
  }

  .top-75-sm {
    top: 75px !important;
  }

  .right-75-sm {
    right: 75px !important;
  }

  .bottom-75-sm {
    bottom: 75px !important;
  }

  .left-75-sm {
    left: 75px !important;
  }

  .fsize75-sm {
    font-size: 75px !important;
  }

  .lheight75-sm {
    line-height: 75px !important;
  }

  .col-sm-75p {
    position: relative;
    width: 75%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-sm-75p {
    width: 75% !important;
  }

  .m-70-sm {
    margin: 70px !important;
  }

  .mtb-70-sm {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .mlr-70-sm {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .mt-70-sm {
    margin-top: 70px !important;
  }

  .mb-70-sm {
    margin-bottom: 70px !important;
  }

  .ml-70-sm {
    margin-left: 70px !important;
  }

  .mr-70-sm {
    margin-right: 70px !important;
  }

  .p-70-sm {
    padding: 70px !important;
  }

  .ptb-70-sm {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .plr-70-sm {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .pt-70-sm {
    padding-top: 70px !important;
  }

  .pb-70-sm {
    padding-bottom: 70px !important;
  }

  .pl-70-sm {
    padding-left: 70px !important;
  }

  .pr-70-sm {
    padding-right: 70px !important;
  }

  .top-70-sm {
    top: 70px !important;
  }

  .right-70-sm {
    right: 70px !important;
  }

  .bottom-70-sm {
    bottom: 70px !important;
  }

  .left-70-sm {
    left: 70px !important;
  }

  .fsize70-sm {
    font-size: 70px !important;
  }

  .lheight70-sm {
    line-height: 70px !important;
  }

  .col-sm-70p {
    position: relative;
    width: 70%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-sm-70p {
    width: 70% !important;
  }

  .m-65-sm {
    margin: 65px !important;
  }

  .mtb-65-sm {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }

  .mlr-65-sm {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }

  .mt-65-sm {
    margin-top: 65px !important;
  }

  .mb-65-sm {
    margin-bottom: 65px !important;
  }

  .ml-65-sm {
    margin-left: 65px !important;
  }

  .mr-65-sm {
    margin-right: 65px !important;
  }

  .p-65-sm {
    padding: 65px !important;
  }

  .ptb-65-sm {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .plr-65-sm {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }

  .pt-65-sm {
    padding-top: 65px !important;
  }

  .pb-65-sm {
    padding-bottom: 65px !important;
  }

  .pl-65-sm {
    padding-left: 65px !important;
  }

  .pr-65-sm {
    padding-right: 65px !important;
  }

  .top-65-sm {
    top: 65px !important;
  }

  .right-65-sm {
    right: 65px !important;
  }

  .bottom-65-sm {
    bottom: 65px !important;
  }

  .left-65-sm {
    left: 65px !important;
  }

  .fsize65-sm {
    font-size: 65px !important;
  }

  .lheight65-sm {
    line-height: 65px !important;
  }

  .col-sm-65p {
    position: relative;
    width: 65%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-sm-65p {
    width: 65% !important;
  }

  .m-60-sm {
    margin: 60px !important;
  }

  .mtb-60-sm {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .mlr-60-sm {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .mt-60-sm {
    margin-top: 60px !important;
  }

  .mb-60-sm {
    margin-bottom: 60px !important;
  }

  .ml-60-sm {
    margin-left: 60px !important;
  }

  .mr-60-sm {
    margin-right: 60px !important;
  }

  .p-60-sm {
    padding: 60px !important;
  }

  .ptb-60-sm {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .plr-60-sm {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .pt-60-sm {
    padding-top: 60px !important;
  }

  .pb-60-sm {
    padding-bottom: 60px !important;
  }

  .pl-60-sm {
    padding-left: 60px !important;
  }

  .pr-60-sm {
    padding-right: 60px !important;
  }

  .top-60-sm {
    top: 60px !important;
  }

  .right-60-sm {
    right: 60px !important;
  }

  .bottom-60-sm {
    bottom: 60px !important;
  }

  .left-60-sm {
    left: 60px !important;
  }

  .fsize60-sm {
    font-size: 60px !important;
  }

  .lheight60-sm {
    line-height: 60px !important;
  }

  .col-sm-60p {
    position: relative;
    width: 60%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-sm-60p {
    width: 60% !important;
  }

  .m-55-sm {
    margin: 55px !important;
  }

  .mtb-55-sm {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .mlr-55-sm {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }

  .mt-55-sm {
    margin-top: 55px !important;
  }

  .mb-55-sm {
    margin-bottom: 55px !important;
  }

  .ml-55-sm {
    margin-left: 55px !important;
  }

  .mr-55-sm {
    margin-right: 55px !important;
  }

  .p-55-sm {
    padding: 55px !important;
  }

  .ptb-55-sm {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .plr-55-sm {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }

  .pt-55-sm {
    padding-top: 55px !important;
  }

  .pb-55-sm {
    padding-bottom: 55px !important;
  }

  .pl-55-sm {
    padding-left: 55px !important;
  }

  .pr-55-sm {
    padding-right: 55px !important;
  }

  .top-55-sm {
    top: 55px !important;
  }

  .right-55-sm {
    right: 55px !important;
  }

  .bottom-55-sm {
    bottom: 55px !important;
  }

  .left-55-sm {
    left: 55px !important;
  }

  .fsize55-sm {
    font-size: 55px !important;
  }

  .lheight55-sm {
    line-height: 55px !important;
  }

  .col-sm-55p {
    position: relative;
    width: 55%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-sm-55p {
    width: 55% !important;
  }

  .m-50-sm {
    margin: 50px !important;
  }

  .mtb-50-sm {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .mlr-50-sm {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .mt-50-sm {
    margin-top: 50px !important;
  }

  .mb-50-sm {
    margin-bottom: 50px !important;
  }

  .ml-50-sm {
    margin-left: 50px !important;
  }

  .mr-50-sm {
    margin-right: 50px !important;
  }

  .p-50-sm {
    padding: 50px !important;
  }

  .ptb-50-sm {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .plr-50-sm {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .pt-50-sm {
    padding-top: 50px !important;
  }

  .pb-50-sm {
    padding-bottom: 50px !important;
  }

  .pl-50-sm {
    padding-left: 50px !important;
  }

  .pr-50-sm {
    padding-right: 50px !important;
  }

  .top-50-sm {
    top: 50px !important;
  }

  .right-50-sm {
    right: 50px !important;
  }

  .bottom-50-sm {
    bottom: 50px !important;
  }

  .left-50-sm {
    left: 50px !important;
  }

  .fsize50-sm {
    font-size: 50px !important;
  }

  .lheight50-sm {
    line-height: 50px !important;
  }

  .col-sm-50p {
    position: relative;
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-sm-50p {
    width: 50% !important;
  }

  .m-45-sm {
    margin: 45px !important;
  }

  .mtb-45-sm {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .mlr-45-sm {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .mt-45-sm {
    margin-top: 45px !important;
  }

  .mb-45-sm {
    margin-bottom: 45px !important;
  }

  .ml-45-sm {
    margin-left: 45px !important;
  }

  .mr-45-sm {
    margin-right: 45px !important;
  }

  .p-45-sm {
    padding: 45px !important;
  }

  .ptb-45-sm {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .plr-45-sm {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .pt-45-sm {
    padding-top: 45px !important;
  }

  .pb-45-sm {
    padding-bottom: 45px !important;
  }

  .pl-45-sm {
    padding-left: 45px !important;
  }

  .pr-45-sm {
    padding-right: 45px !important;
  }

  .top-45-sm {
    top: 45px !important;
  }

  .right-45-sm {
    right: 45px !important;
  }

  .bottom-45-sm {
    bottom: 45px !important;
  }

  .left-45-sm {
    left: 45px !important;
  }

  .fsize45-sm {
    font-size: 45px !important;
  }

  .lheight45-sm {
    line-height: 45px !important;
  }

  .col-sm-45p {
    position: relative;
    width: 45%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-sm-45p {
    width: 45% !important;
  }

  .m-40-sm {
    margin: 40px !important;
  }

  .mtb-40-sm {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .mlr-40-sm {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .mt-40-sm {
    margin-top: 40px !important;
  }

  .mb-40-sm {
    margin-bottom: 40px !important;
  }

  .ml-40-sm {
    margin-left: 40px !important;
  }

  .mr-40-sm {
    margin-right: 40px !important;
  }

  .p-40-sm {
    padding: 40px !important;
  }

  .ptb-40-sm {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .plr-40-sm {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .pt-40-sm {
    padding-top: 40px !important;
  }

  .pb-40-sm {
    padding-bottom: 40px !important;
  }

  .pl-40-sm {
    padding-left: 40px !important;
  }

  .pr-40-sm {
    padding-right: 40px !important;
  }

  .top-40-sm {
    top: 40px !important;
  }

  .right-40-sm {
    right: 40px !important;
  }

  .bottom-40-sm {
    bottom: 40px !important;
  }

  .left-40-sm {
    left: 40px !important;
  }

  .fsize40-sm {
    font-size: 40px !important;
  }

  .lheight40-sm {
    line-height: 40px !important;
  }

  .col-sm-40p {
    position: relative;
    width: 40%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-sm-40p {
    width: 40% !important;
  }

  .m-35-sm {
    margin: 35px !important;
  }

  .mtb-35-sm {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .mlr-35-sm {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .mt-35-sm {
    margin-top: 35px !important;
  }

  .mb-35-sm {
    margin-bottom: 35px !important;
  }

  .ml-35-sm {
    margin-left: 35px !important;
  }

  .mr-35-sm {
    margin-right: 35px !important;
  }

  .p-35-sm {
    padding: 35px !important;
  }

  .ptb-35-sm {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .plr-35-sm {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .pt-35-sm {
    padding-top: 35px !important;
  }

  .pb-35-sm {
    padding-bottom: 35px !important;
  }

  .pl-35-sm {
    padding-left: 35px !important;
  }

  .pr-35-sm {
    padding-right: 35px !important;
  }

  .top-35-sm {
    top: 35px !important;
  }

  .right-35-sm {
    right: 35px !important;
  }

  .bottom-35-sm {
    bottom: 35px !important;
  }

  .left-35-sm {
    left: 35px !important;
  }

  .fsize35-sm {
    font-size: 35px !important;
  }

  .lheight35-sm {
    line-height: 35px !important;
  }

  .col-sm-35p {
    position: relative;
    width: 35%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-sm-35p {
    width: 35% !important;
  }

  .m-30-sm {
    margin: 30px !important;
  }

  .mtb-30-sm {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .mlr-30-sm {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .mt-30-sm {
    margin-top: 30px !important;
  }

  .mb-30-sm {
    margin-bottom: 30px !important;
  }

  .ml-30-sm {
    margin-left: 30px !important;
  }

  .mr-30-sm {
    margin-right: 30px !important;
  }

  .p-30-sm {
    padding: 30px !important;
  }

  .ptb-30-sm {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .plr-30-sm {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .pt-30-sm {
    padding-top: 30px !important;
  }

  .pb-30-sm {
    padding-bottom: 30px !important;
  }

  .pl-30-sm {
    padding-left: 30px !important;
  }

  .pr-30-sm {
    padding-right: 30px !important;
  }

  .top-30-sm {
    top: 30px !important;
  }

  .right-30-sm {
    right: 30px !important;
  }

  .bottom-30-sm {
    bottom: 30px !important;
  }

  .left-30-sm {
    left: 30px !important;
  }

  .fsize30-sm {
    font-size: 30px !important;
  }

  .lheight30-sm {
    line-height: 30px !important;
  }

  .col-sm-30p {
    position: relative;
    width: 30%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-sm-30p {
    width: 30% !important;
  }

  .m-25-sm {
    margin: 25px !important;
  }

  .mtb-25-sm {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .mlr-25-sm {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .mt-25-sm {
    margin-top: 25px !important;
  }

  .mb-25-sm {
    margin-bottom: 25px !important;
  }

  .ml-25-sm {
    margin-left: 25px !important;
  }

  .mr-25-sm {
    margin-right: 25px !important;
  }

  .p-25-sm {
    padding: 25px !important;
  }

  .ptb-25-sm {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .plr-25-sm {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .pt-25-sm {
    padding-top: 25px !important;
  }

  .pb-25-sm {
    padding-bottom: 25px !important;
  }

  .pl-25-sm {
    padding-left: 25px !important;
  }

  .pr-25-sm {
    padding-right: 25px !important;
  }

  .top-25-sm {
    top: 25px !important;
  }

  .right-25-sm {
    right: 25px !important;
  }

  .bottom-25-sm {
    bottom: 25px !important;
  }

  .left-25-sm {
    left: 25px !important;
  }

  .fsize25-sm {
    font-size: 25px !important;
  }

  .lheight25-sm {
    line-height: 25px !important;
  }

  .col-sm-25p {
    position: relative;
    width: 25%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-sm-25p {
    width: 25% !important;
  }

  .m-20-sm {
    margin: 20px !important;
  }

  .mtb-20-sm {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .mlr-20-sm {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .mt-20-sm {
    margin-top: 20px !important;
  }

  .mb-20-sm {
    margin-bottom: 20px !important;
  }

  .ml-20-sm {
    margin-left: 20px !important;
  }

  .mr-20-sm {
    margin-right: 20px !important;
  }

  .p-20-sm {
    padding: 20px !important;
  }

  .ptb-20-sm {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .plr-20-sm {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .pt-20-sm {
    padding-top: 20px !important;
  }

  .pb-20-sm {
    padding-bottom: 20px !important;
  }

  .pl-20-sm {
    padding-left: 20px !important;
  }

  .pr-20-sm {
    padding-right: 20px !important;
  }

  .top-20-sm {
    top: 20px !important;
  }

  .right-20-sm {
    right: 20px !important;
  }

  .bottom-20-sm {
    bottom: 20px !important;
  }

  .left-20-sm {
    left: 20px !important;
  }

  .fsize20-sm {
    font-size: 20px !important;
  }

  .lheight20-sm {
    line-height: 20px !important;
  }

  .col-sm-20p {
    position: relative;
    width: 20%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-sm-20p {
    width: 20% !important;
  }

  .m-15-sm {
    margin: 15px !important;
  }

  .mtb-15-sm {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .mlr-15-sm {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .mt-15-sm {
    margin-top: 15px !important;
  }

  .mb-15-sm {
    margin-bottom: 15px !important;
  }

  .ml-15-sm {
    margin-left: 15px !important;
  }

  .mr-15-sm {
    margin-right: 15px !important;
  }

  .p-15-sm {
    padding: 15px !important;
  }

  .ptb-15-sm {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .plr-15-sm {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .pt-15-sm {
    padding-top: 15px !important;
  }

  .pb-15-sm {
    padding-bottom: 15px !important;
  }

  .pl-15-sm {
    padding-left: 15px !important;
  }

  .pr-15-sm {
    padding-right: 15px !important;
  }

  .top-15-sm {
    top: 15px !important;
  }

  .right-15-sm {
    right: 15px !important;
  }

  .bottom-15-sm {
    bottom: 15px !important;
  }

  .left-15-sm {
    left: 15px !important;
  }

  .fsize15-sm {
    font-size: 15px !important;
  }

  .lheight15-sm {
    line-height: 15px !important;
  }

  .col-sm-15p {
    position: relative;
    width: 15%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-sm-15p {
    width: 15% !important;
  }

  .m-10-sm {
    margin: 10px !important;
  }

  .mtb-10-sm {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .mlr-10-sm {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .mt-10-sm {
    margin-top: 10px !important;
  }

  .mb-10-sm {
    margin-bottom: 10px !important;
  }

  .ml-10-sm {
    margin-left: 10px !important;
  }

  .mr-10-sm {
    margin-right: 10px !important;
  }

  .p-10-sm {
    padding: 10px !important;
  }

  .ptb-10-sm {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .plr-10-sm {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .pt-10-sm {
    padding-top: 10px !important;
  }

  .pb-10-sm {
    padding-bottom: 10px !important;
  }

  .pl-10-sm {
    padding-left: 10px !important;
  }

  .pr-10-sm {
    padding-right: 10px !important;
  }

  .top-10-sm {
    top: 10px !important;
  }

  .right-10-sm {
    right: 10px !important;
  }

  .bottom-10-sm {
    bottom: 10px !important;
  }

  .left-10-sm {
    left: 10px !important;
  }

  .fsize10-sm {
    font-size: 10px !important;
  }

  .lheight10-sm {
    line-height: 10px !important;
  }

  .col-sm-10p {
    position: relative;
    width: 10%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-sm-10p {
    width: 10% !important;
  }

  .m-5-sm {
    margin: 5px !important;
  }

  .mtb-5-sm {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .mlr-5-sm {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .mt-5-sm {
    margin-top: 5px !important;
  }

  .mb-5-sm {
    margin-bottom: 5px !important;
  }

  .ml-5-sm {
    margin-left: 5px !important;
  }

  .mr-5-sm {
    margin-right: 5px !important;
  }

  .p-5-sm {
    padding: 5px !important;
  }

  .ptb-5-sm {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .plr-5-sm {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .pt-5-sm {
    padding-top: 5px !important;
  }

  .pb-5-sm {
    padding-bottom: 5px !important;
  }

  .pl-5-sm {
    padding-left: 5px !important;
  }

  .pr-5-sm {
    padding-right: 5px !important;
  }

  .top-5-sm {
    top: 5px !important;
  }

  .right-5-sm {
    right: 5px !important;
  }

  .bottom-5-sm {
    bottom: 5px !important;
  }

  .left-5-sm {
    left: 5px !important;
  }

  .fsize5-sm {
    font-size: 5px !important;
  }

  .lheight5-sm {
    line-height: 5px !important;
  }

  .col-sm-5p {
    position: relative;
    width: 5%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-sm-5p {
    width: 5% !important;
  }

  .m-0-sm {
    margin: 0 !important;
  }

  .mtb-0-sm {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .mlr-0-sm {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mt-0-sm {
    margin-top: 0 !important;
  }

  .mb-0-sm {
    margin-bottom: 0 !important;
  }

  .ml-0-sm {
    margin-left: 0 !important;
  }

  .mr-0-sm {
    margin-right: 0 !important;
  }

  .p-0-sm {
    padding: 0 !important;
  }

  .ptb-0-sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .plr-0-sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .pt-0-sm {
    padding-top: 0 !important;
  }

  .pb-0-sm {
    padding-bottom: 0 !important;
  }

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

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

  .top-sm-0 {
    top: 0 !important;
  }

  .right-sm-0 {
    right: 0 !important;
  }

  .bottom-sm-0 {
    bottom: 0 !important;
  }

  .left-sm-0 {
    left: 0 !important;
  }

  .posrel-sm {
    position: relative;
  }

  .posabs-sm {
    position: absolute;
  }

  .posfix-sm {
    position: fixed;
  }

  .posstat-sm {
    position: static;
  }

  .text-left-sm {
    text-align: left;
  }

  .text-center-sm {
    text-align: center;
  }

  .text-right-sm {
    text-align: right;
  }

  .pull-right-sm {
    float: right !important;
  }

  .dblock-sm {
    display: block;
  }

  .dinlineblock-sm {
    display: inline-block;
  }

  .dinline-sm {
    display: inline;
  }
}

@media (max-width: 767px) {
  .m-150-xs {
    margin: 150px !important;
  }

  .mtb-150-xs {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .mlr-150-xs {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .mt-150-xs {
    margin-top: 150px !important;
  }

  .mb-150-xs {
    margin-bottom: 150px !important;
  }

  .ml-150-xs {
    margin-left: 150px !important;
  }

  .mr-150-xs {
    margin-right: 150px !important;
  }

  .p-150-xs {
    padding: 150px !important;
  }

  .ptb-150-xs {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .plr-150-xs {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .pt-150-xs {
    padding-top: 150px !important;
  }

  .pb-150-xs {
    padding-bottom: 150px !important;
  }

  .pl-150-xs {
    padding-left: 150px !important;
  }

  .pr-150-xs {
    padding-right: 150px !important;
  }

  .top-150-xs {
    top: 150px !important;
  }

  .right-150-xs {
    right: 150px !important;
  }

  .bottom-150-xs {
    bottom: 150px !important;
  }

  .left-150-xs {
    left: 150px !important;
  }

  .fsize150-xs {
    font-size: 150px !important;
  }

  .lheight150-xs {
    line-height: 150px !important;
  }

  .col-xs-150p {
    position: relative;
    width: 150%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xs-150p {
    width: 150% !important;
  }

  .m-145-xs {
    margin: 145px !important;
  }

  .mtb-145-xs {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }

  .mlr-145-xs {
    margin-left: 145px !important;
    margin-right: 145px !important;
  }

  .mt-145-xs {
    margin-top: 145px !important;
  }

  .mb-145-xs {
    margin-bottom: 145px !important;
  }

  .ml-145-xs {
    margin-left: 145px !important;
  }

  .mr-145-xs {
    margin-right: 145px !important;
  }

  .p-145-xs {
    padding: 145px !important;
  }

  .ptb-145-xs {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }

  .plr-145-xs {
    padding-left: 145px !important;
    padding-right: 145px !important;
  }

  .pt-145-xs {
    padding-top: 145px !important;
  }

  .pb-145-xs {
    padding-bottom: 145px !important;
  }

  .pl-145-xs {
    padding-left: 145px !important;
  }

  .pr-145-xs {
    padding-right: 145px !important;
  }

  .top-145-xs {
    top: 145px !important;
  }

  .right-145-xs {
    right: 145px !important;
  }

  .bottom-145-xs {
    bottom: 145px !important;
  }

  .left-145-xs {
    left: 145px !important;
  }

  .fsize145-xs {
    font-size: 145px !important;
  }

  .lheight145-xs {
    line-height: 145px !important;
  }

  .col-xs-145p {
    position: relative;
    width: 145%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xs-145p {
    width: 145% !important;
  }

  .m-140-xs {
    margin: 140px !important;
  }

  .mtb-140-xs {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .mlr-140-xs {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }

  .mt-140-xs {
    margin-top: 140px !important;
  }

  .mb-140-xs {
    margin-bottom: 140px !important;
  }

  .ml-140-xs {
    margin-left: 140px !important;
  }

  .mr-140-xs {
    margin-right: 140px !important;
  }

  .p-140-xs {
    padding: 140px !important;
  }

  .ptb-140-xs {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .plr-140-xs {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }

  .pt-140-xs {
    padding-top: 140px !important;
  }

  .pb-140-xs {
    padding-bottom: 140px !important;
  }

  .pl-140-xs {
    padding-left: 140px !important;
  }

  .pr-140-xs {
    padding-right: 140px !important;
  }

  .top-140-xs {
    top: 140px !important;
  }

  .right-140-xs {
    right: 140px !important;
  }

  .bottom-140-xs {
    bottom: 140px !important;
  }

  .left-140-xs {
    left: 140px !important;
  }

  .fsize140-xs {
    font-size: 140px !important;
  }

  .lheight140-xs {
    line-height: 140px !important;
  }

  .col-xs-140p {
    position: relative;
    width: 140%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xs-140p {
    width: 140% !important;
  }

  .m-135-xs {
    margin: 135px !important;
  }

  .mtb-135-xs {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }

  .mlr-135-xs {
    margin-left: 135px !important;
    margin-right: 135px !important;
  }

  .mt-135-xs {
    margin-top: 135px !important;
  }

  .mb-135-xs {
    margin-bottom: 135px !important;
  }

  .ml-135-xs {
    margin-left: 135px !important;
  }

  .mr-135-xs {
    margin-right: 135px !important;
  }

  .p-135-xs {
    padding: 135px !important;
  }

  .ptb-135-xs {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }

  .plr-135-xs {
    padding-left: 135px !important;
    padding-right: 135px !important;
  }

  .pt-135-xs {
    padding-top: 135px !important;
  }

  .pb-135-xs {
    padding-bottom: 135px !important;
  }

  .pl-135-xs {
    padding-left: 135px !important;
  }

  .pr-135-xs {
    padding-right: 135px !important;
  }

  .top-135-xs {
    top: 135px !important;
  }

  .right-135-xs {
    right: 135px !important;
  }

  .bottom-135-xs {
    bottom: 135px !important;
  }

  .left-135-xs {
    left: 135px !important;
  }

  .fsize135-xs {
    font-size: 135px !important;
  }

  .lheight135-xs {
    line-height: 135px !important;
  }

  .col-xs-135p {
    position: relative;
    width: 135%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xs-135p {
    width: 135% !important;
  }

  .m-130-xs {
    margin: 130px !important;
  }

  .mtb-130-xs {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .mlr-130-xs {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }

  .mt-130-xs {
    margin-top: 130px !important;
  }

  .mb-130-xs {
    margin-bottom: 130px !important;
  }

  .ml-130-xs {
    margin-left: 130px !important;
  }

  .mr-130-xs {
    margin-right: 130px !important;
  }

  .p-130-xs {
    padding: 130px !important;
  }

  .ptb-130-xs {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }

  .plr-130-xs {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }

  .pt-130-xs {
    padding-top: 130px !important;
  }

  .pb-130-xs {
    padding-bottom: 130px !important;
  }

  .pl-130-xs {
    padding-left: 130px !important;
  }

  .pr-130-xs {
    padding-right: 130px !important;
  }

  .top-130-xs {
    top: 130px !important;
  }

  .right-130-xs {
    right: 130px !important;
  }

  .bottom-130-xs {
    bottom: 130px !important;
  }

  .left-130-xs {
    left: 130px !important;
  }

  .fsize130-xs {
    font-size: 130px !important;
  }

  .lheight130-xs {
    line-height: 130px !important;
  }

  .col-xs-130p {
    position: relative;
    width: 130%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xs-130p {
    width: 130% !important;
  }

  .m-125-xs {
    margin: 125px !important;
  }

  .mtb-125-xs {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }

  .mlr-125-xs {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }

  .mt-125-xs {
    margin-top: 125px !important;
  }

  .mb-125-xs {
    margin-bottom: 125px !important;
  }

  .ml-125-xs {
    margin-left: 125px !important;
  }

  .mr-125-xs {
    margin-right: 125px !important;
  }

  .p-125-xs {
    padding: 125px !important;
  }

  .ptb-125-xs {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }

  .plr-125-xs {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }

  .pt-125-xs {
    padding-top: 125px !important;
  }

  .pb-125-xs {
    padding-bottom: 125px !important;
  }

  .pl-125-xs {
    padding-left: 125px !important;
  }

  .pr-125-xs {
    padding-right: 125px !important;
  }

  .top-125-xs {
    top: 125px !important;
  }

  .right-125-xs {
    right: 125px !important;
  }

  .bottom-125-xs {
    bottom: 125px !important;
  }

  .left-125-xs {
    left: 125px !important;
  }

  .fsize125-xs {
    font-size: 125px !important;
  }

  .lheight125-xs {
    line-height: 125px !important;
  }

  .col-xs-125p {
    position: relative;
    width: 125%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xs-125p {
    width: 125% !important;
  }

  .m-120-xs {
    margin: 120px !important;
  }

  .mtb-120-xs {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .mlr-120-xs {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .mt-120-xs {
    margin-top: 120px !important;
  }

  .mb-120-xs {
    margin-bottom: 120px !important;
  }

  .ml-120-xs {
    margin-left: 120px !important;
  }

  .mr-120-xs {
    margin-right: 120px !important;
  }

  .p-120-xs {
    padding: 120px !important;
  }

  .ptb-120-xs {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .plr-120-xs {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .pt-120-xs {
    padding-top: 120px !important;
  }

  .pb-120-xs {
    padding-bottom: 120px !important;
  }

  .pl-120-xs {
    padding-left: 120px !important;
  }

  .pr-120-xs {
    padding-right: 120px !important;
  }

  .top-120-xs {
    top: 120px !important;
  }

  .right-120-xs {
    right: 120px !important;
  }

  .bottom-120-xs {
    bottom: 120px !important;
  }

  .left-120-xs {
    left: 120px !important;
  }

  .fsize120-xs {
    font-size: 120px !important;
  }

  .lheight120-xs {
    line-height: 120px !important;
  }

  .col-xs-120p {
    position: relative;
    width: 120%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xs-120p {
    width: 120% !important;
  }

  .m-115-xs {
    margin: 115px !important;
  }

  .mtb-115-xs {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }

  .mlr-115-xs {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }

  .mt-115-xs {
    margin-top: 115px !important;
  }

  .mb-115-xs {
    margin-bottom: 115px !important;
  }

  .ml-115-xs {
    margin-left: 115px !important;
  }

  .mr-115-xs {
    margin-right: 115px !important;
  }

  .p-115-xs {
    padding: 115px !important;
  }

  .ptb-115-xs {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }

  .plr-115-xs {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }

  .pt-115-xs {
    padding-top: 115px !important;
  }

  .pb-115-xs {
    padding-bottom: 115px !important;
  }

  .pl-115-xs {
    padding-left: 115px !important;
  }

  .pr-115-xs {
    padding-right: 115px !important;
  }

  .top-115-xs {
    top: 115px !important;
  }

  .right-115-xs {
    right: 115px !important;
  }

  .bottom-115-xs {
    bottom: 115px !important;
  }

  .left-115-xs {
    left: 115px !important;
  }

  .fsize115-xs {
    font-size: 115px !important;
  }

  .lheight115-xs {
    line-height: 115px !important;
  }

  .col-xs-115p {
    position: relative;
    width: 115%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xs-115p {
    width: 115% !important;
  }

  .m-110-xs {
    margin: 110px !important;
  }

  .mtb-110-xs {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }

  .mlr-110-xs {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }

  .mt-110-xs {
    margin-top: 110px !important;
  }

  .mb-110-xs {
    margin-bottom: 110px !important;
  }

  .ml-110-xs {
    margin-left: 110px !important;
  }

  .mr-110-xs {
    margin-right: 110px !important;
  }

  .p-110-xs {
    padding: 110px !important;
  }

  .ptb-110-xs {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }

  .plr-110-xs {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }

  .pt-110-xs {
    padding-top: 110px !important;
  }

  .pb-110-xs {
    padding-bottom: 110px !important;
  }

  .pl-110-xs {
    padding-left: 110px !important;
  }

  .pr-110-xs {
    padding-right: 110px !important;
  }

  .top-110-xs {
    top: 110px !important;
  }

  .right-110-xs {
    right: 110px !important;
  }

  .bottom-110-xs {
    bottom: 110px !important;
  }

  .left-110-xs {
    left: 110px !important;
  }

  .fsize110-xs {
    font-size: 110px !important;
  }

  .lheight110-xs {
    line-height: 110px !important;
  }

  .col-xs-110p {
    position: relative;
    width: 110%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xs-110p {
    width: 110% !important;
  }

  .m-105-xs {
    margin: 105px !important;
  }

  .mtb-105-xs {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }

  .mlr-105-xs {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }

  .mt-105-xs {
    margin-top: 105px !important;
  }

  .mb-105-xs {
    margin-bottom: 105px !important;
  }

  .ml-105-xs {
    margin-left: 105px !important;
  }

  .mr-105-xs {
    margin-right: 105px !important;
  }

  .p-105-xs {
    padding: 105px !important;
  }

  .ptb-105-xs {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }

  .plr-105-xs {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }

  .pt-105-xs {
    padding-top: 105px !important;
  }

  .pb-105-xs {
    padding-bottom: 105px !important;
  }

  .pl-105-xs {
    padding-left: 105px !important;
  }

  .pr-105-xs {
    padding-right: 105px !important;
  }

  .top-105-xs {
    top: 105px !important;
  }

  .right-105-xs {
    right: 105px !important;
  }

  .bottom-105-xs {
    bottom: 105px !important;
  }

  .left-105-xs {
    left: 105px !important;
  }

  .fsize105-xs {
    font-size: 105px !important;
  }

  .lheight105-xs {
    line-height: 105px !important;
  }

  .col-xs-105p {
    position: relative;
    width: 105%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xs-105p {
    width: 105% !important;
  }

  .m-100-xs {
    margin: 100px !important;
  }

  .mtb-100-xs {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .mlr-100-xs {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .mt-100-xs {
    margin-top: 100px !important;
  }

  .mb-100-xs {
    margin-bottom: 100px !important;
  }

  .ml-100-xs {
    margin-left: 100px !important;
  }

  .mr-100-xs {
    margin-right: 100px !important;
  }

  .p-100-xs {
    padding: 100px !important;
  }

  .ptb-100-xs {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .plr-100-xs {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .pt-100-xs {
    padding-top: 100px !important;
  }

  .pb-100-xs {
    padding-bottom: 100px !important;
  }

  .pl-100-xs {
    padding-left: 100px !important;
  }

  .pr-100-xs {
    padding-right: 100px !important;
  }

  .top-100-xs {
    top: 100px !important;
  }

  .right-100-xs {
    right: 100px !important;
  }

  .bottom-100-xs {
    bottom: 100px !important;
  }

  .left-100-xs {
    left: 100px !important;
  }

  .fsize100-xs {
    font-size: 100px !important;
  }

  .lheight100-xs {
    line-height: 100px !important;
  }

  .col-xs-100p {
    position: relative;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xs-100p {
    width: 100% !important;
  }

  .m-95-xs {
    margin: 95px !important;
  }

  .mtb-95-xs {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }

  .mlr-95-xs {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }

  .mt-95-xs {
    margin-top: 95px !important;
  }

  .mb-95-xs {
    margin-bottom: 95px !important;
  }

  .ml-95-xs {
    margin-left: 95px !important;
  }

  .mr-95-xs {
    margin-right: 95px !important;
  }

  .p-95-xs {
    padding: 95px !important;
  }

  .ptb-95-xs {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }

  .plr-95-xs {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }

  .pt-95-xs {
    padding-top: 95px !important;
  }

  .pb-95-xs {
    padding-bottom: 95px !important;
  }

  .pl-95-xs {
    padding-left: 95px !important;
  }

  .pr-95-xs {
    padding-right: 95px !important;
  }

  .top-95-xs {
    top: 95px !important;
  }

  .right-95-xs {
    right: 95px !important;
  }

  .bottom-95-xs {
    bottom: 95px !important;
  }

  .left-95-xs {
    left: 95px !important;
  }

  .fsize95-xs {
    font-size: 95px !important;
  }

  .lheight95-xs {
    line-height: 95px !important;
  }

  .col-xs-95p {
    position: relative;
    width: 95%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xs-95p {
    width: 95% !important;
  }

  .m-90-xs {
    margin: 90px !important;
  }

  .mtb-90-xs {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .mlr-90-xs {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .mt-90-xs {
    margin-top: 90px !important;
  }

  .mb-90-xs {
    margin-bottom: 90px !important;
  }

  .ml-90-xs {
    margin-left: 90px !important;
  }

  .mr-90-xs {
    margin-right: 90px !important;
  }

  .p-90-xs {
    padding: 90px !important;
  }

  .ptb-90-xs {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .plr-90-xs {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .pt-90-xs {
    padding-top: 90px !important;
  }

  .pb-90-xs {
    padding-bottom: 90px !important;
  }

  .pl-90-xs {
    padding-left: 90px !important;
  }

  .pr-90-xs {
    padding-right: 90px !important;
  }

  .top-90-xs {
    top: 90px !important;
  }

  .right-90-xs {
    right: 90px !important;
  }

  .bottom-90-xs {
    bottom: 90px !important;
  }

  .left-90-xs {
    left: 90px !important;
  }

  .fsize90-xs {
    font-size: 90px !important;
  }

  .lheight90-xs {
    line-height: 90px !important;
  }

  .col-xs-90p {
    position: relative;
    width: 90%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xs-90p {
    width: 90% !important;
  }

  .m-85-xs {
    margin: 85px !important;
  }

  .mtb-85-xs {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }

  .mlr-85-xs {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }

  .mt-85-xs {
    margin-top: 85px !important;
  }

  .mb-85-xs {
    margin-bottom: 85px !important;
  }

  .ml-85-xs {
    margin-left: 85px !important;
  }

  .mr-85-xs {
    margin-right: 85px !important;
  }

  .p-85-xs {
    padding: 85px !important;
  }

  .ptb-85-xs {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .plr-85-xs {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }

  .pt-85-xs {
    padding-top: 85px !important;
  }

  .pb-85-xs {
    padding-bottom: 85px !important;
  }

  .pl-85-xs {
    padding-left: 85px !important;
  }

  .pr-85-xs {
    padding-right: 85px !important;
  }

  .top-85-xs {
    top: 85px !important;
  }

  .right-85-xs {
    right: 85px !important;
  }

  .bottom-85-xs {
    bottom: 85px !important;
  }

  .left-85-xs {
    left: 85px !important;
  }

  .fsize85-xs {
    font-size: 85px !important;
  }

  .lheight85-xs {
    line-height: 85px !important;
  }

  .col-xs-85p {
    position: relative;
    width: 85%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xs-85p {
    width: 85% !important;
  }

  .m-80-xs {
    margin: 80px !important;
  }

  .mtb-80-xs {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .mlr-80-xs {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .mt-80-xs {
    margin-top: 80px !important;
  }

  .mb-80-xs {
    margin-bottom: 80px !important;
  }

  .ml-80-xs {
    margin-left: 80px !important;
  }

  .mr-80-xs {
    margin-right: 80px !important;
  }

  .p-80-xs {
    padding: 80px !important;
  }

  .ptb-80-xs {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .plr-80-xs {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .pt-80-xs {
    padding-top: 80px !important;
  }

  .pb-80-xs {
    padding-bottom: 80px !important;
  }

  .pl-80-xs {
    padding-left: 80px !important;
  }

  .pr-80-xs {
    padding-right: 80px !important;
  }

  .top-80-xs {
    top: 80px !important;
  }

  .right-80-xs {
    right: 80px !important;
  }

  .bottom-80-xs {
    bottom: 80px !important;
  }

  .left-80-xs {
    left: 80px !important;
  }

  .fsize80-xs {
    font-size: 80px !important;
  }

  .lheight80-xs {
    line-height: 80px !important;
  }

  .col-xs-80p {
    position: relative;
    width: 80%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xs-80p {
    width: 80% !important;
  }

  .m-75-xs {
    margin: 75px !important;
  }

  .mtb-75-xs {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .mlr-75-xs {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }

  .mt-75-xs {
    margin-top: 75px !important;
  }

  .mb-75-xs {
    margin-bottom: 75px !important;
  }

  .ml-75-xs {
    margin-left: 75px !important;
  }

  .mr-75-xs {
    margin-right: 75px !important;
  }

  .p-75-xs {
    padding: 75px !important;
  }

  .ptb-75-xs {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .plr-75-xs {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .pt-75-xs {
    padding-top: 75px !important;
  }

  .pb-75-xs {
    padding-bottom: 75px !important;
  }

  .pl-75-xs {
    padding-left: 75px !important;
  }

  .pr-75-xs {
    padding-right: 75px !important;
  }

  .top-75-xs {
    top: 75px !important;
  }

  .right-75-xs {
    right: 75px !important;
  }

  .bottom-75-xs {
    bottom: 75px !important;
  }

  .left-75-xs {
    left: 75px !important;
  }

  .fsize75-xs {
    font-size: 75px !important;
  }

  .lheight75-xs {
    line-height: 75px !important;
  }

  .col-xs-75p {
    position: relative;
    width: 75%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xs-75p {
    width: 75% !important;
  }

  .m-70-xs {
    margin: 70px !important;
  }

  .mtb-70-xs {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .mlr-70-xs {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .mt-70-xs {
    margin-top: 70px !important;
  }

  .mb-70-xs {
    margin-bottom: 70px !important;
  }

  .ml-70-xs {
    margin-left: 70px !important;
  }

  .mr-70-xs {
    margin-right: 70px !important;
  }

  .p-70-xs {
    padding: 70px !important;
  }

  .ptb-70-xs {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .plr-70-xs {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .pt-70-xs {
    padding-top: 70px !important;
  }

  .pb-70-xs {
    padding-bottom: 70px !important;
  }

  .pl-70-xs {
    padding-left: 70px !important;
  }

  .pr-70-xs {
    padding-right: 70px !important;
  }

  .top-70-xs {
    top: 70px !important;
  }

  .right-70-xs {
    right: 70px !important;
  }

  .bottom-70-xs {
    bottom: 70px !important;
  }

  .left-70-xs {
    left: 70px !important;
  }

  .fsize70-xs {
    font-size: 70px !important;
  }

  .lheight70-xs {
    line-height: 70px !important;
  }

  .col-xs-70p {
    position: relative;
    width: 70%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xs-70p {
    width: 70% !important;
  }

  .m-65-xs {
    margin: 65px !important;
  }

  .mtb-65-xs {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }

  .mlr-65-xs {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }

  .mt-65-xs {
    margin-top: 65px !important;
  }

  .mb-65-xs {
    margin-bottom: 65px !important;
  }

  .ml-65-xs {
    margin-left: 65px !important;
  }

  .mr-65-xs {
    margin-right: 65px !important;
  }

  .p-65-xs {
    padding: 65px !important;
  }

  .ptb-65-xs {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .plr-65-xs {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }

  .pt-65-xs {
    padding-top: 65px !important;
  }

  .pb-65-xs {
    padding-bottom: 65px !important;
  }

  .pl-65-xs {
    padding-left: 65px !important;
  }

  .pr-65-xs {
    padding-right: 65px !important;
  }

  .top-65-xs {
    top: 65px !important;
  }

  .right-65-xs {
    right: 65px !important;
  }

  .bottom-65-xs {
    bottom: 65px !important;
  }

  .left-65-xs {
    left: 65px !important;
  }

  .fsize65-xs {
    font-size: 65px !important;
  }

  .lheight65-xs {
    line-height: 65px !important;
  }

  .col-xs-65p {
    position: relative;
    width: 65%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xs-65p {
    width: 65% !important;
  }

  .m-60-xs {
    margin: 60px !important;
  }

  .mtb-60-xs {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .mlr-60-xs {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .mt-60-xs {
    margin-top: 60px !important;
  }

  .mb-60-xs {
    margin-bottom: 60px !important;
  }

  .ml-60-xs {
    margin-left: 60px !important;
  }

  .mr-60-xs {
    margin-right: 60px !important;
  }

  .p-60-xs {
    padding: 60px !important;
  }

  .ptb-60-xs {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .plr-60-xs {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .pt-60-xs {
    padding-top: 60px !important;
  }

  .pb-60-xs {
    padding-bottom: 60px !important;
  }

  .pl-60-xs {
    padding-left: 60px !important;
  }

  .pr-60-xs {
    padding-right: 60px !important;
  }

  .top-60-xs {
    top: 60px !important;
  }

  .right-60-xs {
    right: 60px !important;
  }

  .bottom-60-xs {
    bottom: 60px !important;
  }

  .left-60-xs {
    left: 60px !important;
  }

  .fsize60-xs {
    font-size: 60px !important;
  }

  .lheight60-xs {
    line-height: 60px !important;
  }

  .col-xs-60p {
    position: relative;
    width: 60%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xs-60p {
    width: 60% !important;
  }

  .m-55-xs {
    margin: 55px !important;
  }

  .mtb-55-xs {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .mlr-55-xs {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }

  .mt-55-xs {
    margin-top: 55px !important;
  }

  .mb-55-xs {
    margin-bottom: 55px !important;
  }

  .ml-55-xs {
    margin-left: 55px !important;
  }

  .mr-55-xs {
    margin-right: 55px !important;
  }

  .p-55-xs {
    padding: 55px !important;
  }

  .ptb-55-xs {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .plr-55-xs {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }

  .pt-55-xs {
    padding-top: 55px !important;
  }

  .pb-55-xs {
    padding-bottom: 55px !important;
  }

  .pl-55-xs {
    padding-left: 55px !important;
  }

  .pr-55-xs {
    padding-right: 55px !important;
  }

  .top-55-xs {
    top: 55px !important;
  }

  .right-55-xs {
    right: 55px !important;
  }

  .bottom-55-xs {
    bottom: 55px !important;
  }

  .left-55-xs {
    left: 55px !important;
  }

  .fsize55-xs {
    font-size: 55px !important;
  }

  .lheight55-xs {
    line-height: 55px !important;
  }

  .col-xs-55p {
    position: relative;
    width: 55%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xs-55p {
    width: 55% !important;
  }

  .m-50-xs {
    margin: 50px !important;
  }

  .mtb-50-xs {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .mlr-50-xs {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .mt-50-xs {
    margin-top: 50px !important;
  }

  .mb-50-xs {
    margin-bottom: 50px !important;
  }

  .ml-50-xs {
    margin-left: 50px !important;
  }

  .mr-50-xs {
    margin-right: 50px !important;
  }

  .p-50-xs {
    padding: 50px !important;
  }

  .ptb-50-xs {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .plr-50-xs {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .pt-50-xs {
    padding-top: 50px !important;
  }

  .pb-50-xs {
    padding-bottom: 50px !important;
  }

  .pl-50-xs {
    padding-left: 50px !important;
  }

  .pr-50-xs {
    padding-right: 50px !important;
  }

  .top-50-xs {
    top: 50px !important;
  }

  .right-50-xs {
    right: 50px !important;
  }

  .bottom-50-xs {
    bottom: 50px !important;
  }

  .left-50-xs {
    left: 50px !important;
  }

  .fsize50-xs {
    font-size: 50px !important;
  }

  .lheight50-xs {
    line-height: 50px !important;
  }

  .col-xs-50p {
    position: relative;
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xs-50p {
    width: 50% !important;
  }

  .m-45-xs {
    margin: 45px !important;
  }

  .mtb-45-xs {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .mlr-45-xs {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .mt-45-xs {
    margin-top: 45px !important;
  }

  .mb-45-xs {
    margin-bottom: 45px !important;
  }

  .ml-45-xs {
    margin-left: 45px !important;
  }

  .mr-45-xs {
    margin-right: 45px !important;
  }

  .p-45-xs {
    padding: 45px !important;
  }

  .ptb-45-xs {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .plr-45-xs {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .pt-45-xs {
    padding-top: 45px !important;
  }

  .pb-45-xs {
    padding-bottom: 45px !important;
  }

  .pl-45-xs {
    padding-left: 45px !important;
  }

  .pr-45-xs {
    padding-right: 45px !important;
  }

  .top-45-xs {
    top: 45px !important;
  }

  .right-45-xs {
    right: 45px !important;
  }

  .bottom-45-xs {
    bottom: 45px !important;
  }

  .left-45-xs {
    left: 45px !important;
  }

  .fsize45-xs {
    font-size: 45px !important;
  }

  .lheight45-xs {
    line-height: 45px !important;
  }

  .col-xs-45p {
    position: relative;
    width: 45%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xs-45p {
    width: 45% !important;
  }

  .m-40-xs {
    margin: 40px !important;
  }

  .mtb-40-xs {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .mlr-40-xs {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .mt-40-xs {
    margin-top: 40px !important;
  }

  .mb-40-xs {
    margin-bottom: 40px !important;
  }

  .ml-40-xs {
    margin-left: 40px !important;
  }

  .mr-40-xs {
    margin-right: 40px !important;
  }

  .p-40-xs {
    padding: 40px !important;
  }

  .ptb-40-xs {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .plr-40-xs {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .pt-40-xs {
    padding-top: 40px !important;
  }

  .pb-40-xs {
    padding-bottom: 40px !important;
  }

  .pl-40-xs {
    padding-left: 40px !important;
  }

  .pr-40-xs {
    padding-right: 40px !important;
  }

  .top-40-xs {
    top: 40px !important;
  }

  .right-40-xs {
    right: 40px !important;
  }

  .bottom-40-xs {
    bottom: 40px !important;
  }

  .left-40-xs {
    left: 40px !important;
  }

  .fsize40-xs {
    font-size: 40px !important;
  }

  .lheight40-xs {
    line-height: 40px !important;
  }

  .col-xs-40p {
    position: relative;
    width: 40%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xs-40p {
    width: 40% !important;
  }

  .m-35-xs {
    margin: 35px !important;
  }

  .mtb-35-xs {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .mlr-35-xs {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .mt-35-xs {
    margin-top: 35px !important;
  }

  .mb-35-xs {
    margin-bottom: 35px !important;
  }

  .ml-35-xs {
    margin-left: 35px !important;
  }

  .mr-35-xs {
    margin-right: 35px !important;
  }

  .p-35-xs {
    padding: 35px !important;
  }

  .ptb-35-xs {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .plr-35-xs {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .pt-35-xs {
    padding-top: 35px !important;
  }

  .pb-35-xs {
    padding-bottom: 35px !important;
  }

  .pl-35-xs {
    padding-left: 35px !important;
  }

  .pr-35-xs {
    padding-right: 35px !important;
  }

  .top-35-xs {
    top: 35px !important;
  }

  .right-35-xs {
    right: 35px !important;
  }

  .bottom-35-xs {
    bottom: 35px !important;
  }

  .left-35-xs {
    left: 35px !important;
  }

  .fsize35-xs {
    font-size: 35px !important;
  }

  .lheight35-xs {
    line-height: 35px !important;
  }

  .col-xs-35p {
    position: relative;
    width: 35%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xs-35p {
    width: 35% !important;
  }

  .m-30-xs {
    margin: 30px !important;
  }

  .mtb-30-xs {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .mlr-30-xs {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .mt-30-xs {
    margin-top: 30px !important;
  }

  .mb-30-xs {
    margin-bottom: 30px !important;
  }

  .ml-30-xs {
    margin-left: 30px !important;
  }

  .mr-30-xs {
    margin-right: 30px !important;
  }

  .p-30-xs {
    padding: 30px !important;
  }

  .ptb-30-xs {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .plr-30-xs {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .pt-30-xs {
    padding-top: 30px !important;
  }

  .pb-30-xs {
    padding-bottom: 30px !important;
  }

  .pl-30-xs {
    padding-left: 30px !important;
  }

  .pr-30-xs {
    padding-right: 30px !important;
  }

  .top-30-xs {
    top: 30px !important;
  }

  .right-30-xs {
    right: 30px !important;
  }

  .bottom-30-xs {
    bottom: 30px !important;
  }

  .left-30-xs {
    left: 30px !important;
  }

  .fsize30-xs {
    font-size: 30px !important;
  }

  .lheight30-xs {
    line-height: 30px !important;
  }

  .col-xs-30p {
    position: relative;
    width: 30%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xs-30p {
    width: 30% !important;
  }

  .m-25-xs {
    margin: 25px !important;
  }

  .mtb-25-xs {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .mlr-25-xs {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .mt-25-xs {
    margin-top: 25px !important;
  }

  .mb-25-xs {
    margin-bottom: 25px !important;
  }

  .ml-25-xs {
    margin-left: 25px !important;
  }

  .mr-25-xs {
    margin-right: 25px !important;
  }

  .p-25-xs {
    padding: 25px !important;
  }

  .ptb-25-xs {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .plr-25-xs {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .pt-25-xs {
    padding-top: 25px !important;
  }

  .pb-25-xs {
    padding-bottom: 25px !important;
  }

  .pl-25-xs {
    padding-left: 25px !important;
  }

  .pr-25-xs {
    padding-right: 25px !important;
  }

  .top-25-xs {
    top: 25px !important;
  }

  .right-25-xs {
    right: 25px !important;
  }

  .bottom-25-xs {
    bottom: 25px !important;
  }

  .left-25-xs {
    left: 25px !important;
  }

  .fsize25-xs {
    font-size: 25px !important;
  }

  .lheight25-xs {
    line-height: 25px !important;
  }

  .col-xs-25p {
    position: relative;
    width: 25%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xs-25p {
    width: 25% !important;
  }

  .m-20-xs {
    margin: 20px !important;
  }

  .mtb-20-xs {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .mlr-20-xs {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .mt-20-xs {
    margin-top: 20px !important;
  }

  .mb-20-xs {
    margin-bottom: 20px !important;
  }

  .ml-20-xs {
    margin-left: 20px !important;
  }

  .mr-20-xs {
    margin-right: 20px !important;
  }

  .p-20-xs {
    padding: 20px !important;
  }

  .ptb-20-xs {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .plr-20-xs {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .pt-20-xs {
    padding-top: 20px !important;
  }

  .pb-20-xs {
    padding-bottom: 20px !important;
  }

  .pl-20-xs {
    padding-left: 20px !important;
  }

  .pr-20-xs {
    padding-right: 20px !important;
  }

  .top-20-xs {
    top: 20px !important;
  }

  .right-20-xs {
    right: 20px !important;
  }

  .bottom-20-xs {
    bottom: 20px !important;
  }

  .left-20-xs {
    left: 20px !important;
  }

  .fsize20-xs {
    font-size: 20px !important;
  }

  .lheight20-xs {
    line-height: 20px !important;
  }

  .col-xs-20p {
    position: relative;
    width: 20%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xs-20p {
    width: 20% !important;
  }

  .m-15-xs {
    margin: 15px !important;
  }

  .mtb-15-xs {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .mlr-15-xs {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .mt-15-xs {
    margin-top: 15px !important;
  }

  .mb-15-xs {
    margin-bottom: 15px !important;
  }

  .ml-15-xs {
    margin-left: 15px !important;
  }

  .mr-15-xs {
    margin-right: 15px !important;
  }

  .p-15-xs {
    padding: 15px !important;
  }

  .ptb-15-xs {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .plr-15-xs {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .pt-15-xs {
    padding-top: 15px !important;
  }

  .pb-15-xs {
    padding-bottom: 15px !important;
  }

  .pl-15-xs {
    padding-left: 15px !important;
  }

  .pr-15-xs {
    padding-right: 15px !important;
  }

  .top-15-xs {
    top: 15px !important;
  }

  .right-15-xs {
    right: 15px !important;
  }

  .bottom-15-xs {
    bottom: 15px !important;
  }

  .left-15-xs {
    left: 15px !important;
  }

  .fsize15-xs {
    font-size: 15px !important;
  }

  .lheight15-xs {
    line-height: 15px !important;
  }

  .col-xs-15p {
    position: relative;
    width: 15%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xs-15p {
    width: 15% !important;
  }

  .m-10-xs {
    margin: 10px !important;
  }

  .mtb-10-xs {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .mlr-10-xs {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .mt-10-xs {
    margin-top: 10px !important;
  }

  .mb-10-xs {
    margin-bottom: 10px !important;
  }

  .ml-10-xs {
    margin-left: 10px !important;
  }

  .mr-10-xs {
    margin-right: 10px !important;
  }

  .p-10-xs {
    padding: 10px !important;
  }

  .ptb-10-xs {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .plr-10-xs {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .pt-10-xs {
    padding-top: 10px !important;
  }

  .pb-10-xs {
    padding-bottom: 10px !important;
  }

  .pl-10-xs {
    padding-left: 10px !important;
  }

  .pr-10-xs {
    padding-right: 10px !important;
  }

  .top-10-xs {
    top: 10px !important;
  }

  .right-10-xs {
    right: 10px !important;
  }

  .bottom-10-xs {
    bottom: 10px !important;
  }

  .left-10-xs {
    left: 10px !important;
  }

  .fsize10-xs {
    font-size: 10px !important;
  }

  .lheight10-xs {
    line-height: 10px !important;
  }

  .col-xs-10p {
    position: relative;
    width: 10%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xs-10p {
    width: 10% !important;
  }

  .m-5-xs {
    margin: 5px !important;
  }

  .mtb-5-xs {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .mlr-5-xs {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .mt-5-xs {
    margin-top: 5px !important;
  }

  .mb-5-xs {
    margin-bottom: 5px !important;
  }

  .ml-5-xs {
    margin-left: 5px !important;
  }

  .mr-5-xs {
    margin-right: 5px !important;
  }

  .p-5-xs {
    padding: 5px !important;
  }

  .ptb-5-xs {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .plr-5-xs {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .pt-5-xs {
    padding-top: 5px !important;
  }

  .pb-5-xs {
    padding-bottom: 5px !important;
  }

  .pl-5-xs {
    padding-left: 5px !important;
  }

  .pr-5-xs {
    padding-right: 5px !important;
  }

  .top-5-xs {
    top: 5px !important;
  }

  .right-5-xs {
    right: 5px !important;
  }

  .bottom-5-xs {
    bottom: 5px !important;
  }

  .left-5-xs {
    left: 5px !important;
  }

  .fsize5-xs {
    font-size: 5px !important;
  }

  .lheight5-xs {
    line-height: 5px !important;
  }

  .col-xs-5p {
    position: relative;
    width: 5%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xs-5p {
    width: 5% !important;
  }

  .m-0-xs {
    margin: 0 !important;
  }

  .mtb-0-xs {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .mlr-0-xs {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mt-0-xs {
    margin-top: 0 !important;
  }

  .mb-0-xs {
    margin-bottom: 0 !important;
  }

  .ml-0-xs {
    margin-left: 0 !important;
  }

  .mr-0-xs {
    margin-right: 0 !important;
  }

  .p-0-xs {
    padding: 0 !important;
  }

  .ptb-0-xs {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .plr-0-xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .pt-0-xs {
    padding-top: 0 !important;
  }

  .pb-0-xs {
    padding-bottom: 0 !important;
  }

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

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

  .top-xs-0 {
    top: 0 !important;
  }

  .right-xs-0 {
    right: 0 !important;
  }

  .bottom-xs-0 {
    bottom: 0 !important;
  }

  .left-xs-0 {
    left: 0 !important;
  }

  .posrel-xs {
    position: relative !important;
  }

  .posabs-xs {
    position: absolute !important;
  }

  .posfix-xs {
    position: fixed !important;
  }

  .posstat-xs {
    position: static !important;
  }

  .text-left-xs {
    text-align: left !important;
  }

  .text-center-xs {
    text-align: center !important;
  }

  .text-right-xs {
    text-align: right !important;
  }

  .pull-right-xs {
    float: right !important;
  }

  .dblock-xs {
    display: block;
  }

  .dinlineblock-xs {
    display: inline-block;
  }

  .dinline-xs {
    display: inline;
  }
}

@media (max-width: 575px) {
  .m-150-xxs {
    margin: 150px !important;
  }

  .mtb-150-xxs {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .mlr-150-xxs {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .mt-150-xxs {
    margin-top: 150px !important;
  }

  .mb-150-xxs {
    margin-bottom: 150px !important;
  }

  .ml-150-xxs {
    margin-left: 150px !important;
  }

  .mr-150-xxs {
    margin-right: 150px !important;
  }

  .p-150-xxs {
    padding: 150px !important;
  }

  .ptb-150-xxs {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .plr-150-xxs {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .pt-150-xxs {
    padding-top: 150px !important;
  }

  .pb-150-xxs {
    padding-bottom: 150px !important;
  }

  .pl-150-xxs {
    padding-left: 150px !important;
  }

  .pr-150-xxs {
    padding-right: 150px !important;
  }

  .top-150-xxs {
    top: 150px !important;
  }

  .right-150-xxs {
    right: 150px !important;
  }

  .bottom-150-xxs {
    bottom: 150px !important;
  }

  .left-150-xxs {
    left: 150px !important;
  }

  .fsize150-xxs {
    font-size: 150px !important;
  }

  .lheight150-xxs {
    line-height: 150px !important;
  }

  .col-xxs-150p {
    position: relative;
    width: 150%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xxs-150p {
    width: 150% !important;
  }

  .m-145-xxs {
    margin: 145px !important;
  }

  .mtb-145-xxs {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }

  .mlr-145-xxs {
    margin-left: 145px !important;
    margin-right: 145px !important;
  }

  .mt-145-xxs {
    margin-top: 145px !important;
  }

  .mb-145-xxs {
    margin-bottom: 145px !important;
  }

  .ml-145-xxs {
    margin-left: 145px !important;
  }

  .mr-145-xxs {
    margin-right: 145px !important;
  }

  .p-145-xxs {
    padding: 145px !important;
  }

  .ptb-145-xxs {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }

  .plr-145-xxs {
    padding-left: 145px !important;
    padding-right: 145px !important;
  }

  .pt-145-xxs {
    padding-top: 145px !important;
  }

  .pb-145-xxs {
    padding-bottom: 145px !important;
  }

  .pl-145-xxs {
    padding-left: 145px !important;
  }

  .pr-145-xxs {
    padding-right: 145px !important;
  }

  .top-145-xxs {
    top: 145px !important;
  }

  .right-145-xxs {
    right: 145px !important;
  }

  .bottom-145-xxs {
    bottom: 145px !important;
  }

  .left-145-xxs {
    left: 145px !important;
  }

  .fsize145-xxs {
    font-size: 145px !important;
  }

  .lheight145-xxs {
    line-height: 145px !important;
  }

  .col-xxs-145p {
    position: relative;
    width: 145%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xxs-145p {
    width: 145% !important;
  }

  .m-140-xxs {
    margin: 140px !important;
  }

  .mtb-140-xxs {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .mlr-140-xxs {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }

  .mt-140-xxs {
    margin-top: 140px !important;
  }

  .mb-140-xxs {
    margin-bottom: 140px !important;
  }

  .ml-140-xxs {
    margin-left: 140px !important;
  }

  .mr-140-xxs {
    margin-right: 140px !important;
  }

  .p-140-xxs {
    padding: 140px !important;
  }

  .ptb-140-xxs {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .plr-140-xxs {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }

  .pt-140-xxs {
    padding-top: 140px !important;
  }

  .pb-140-xxs {
    padding-bottom: 140px !important;
  }

  .pl-140-xxs {
    padding-left: 140px !important;
  }

  .pr-140-xxs {
    padding-right: 140px !important;
  }

  .top-140-xxs {
    top: 140px !important;
  }

  .right-140-xxs {
    right: 140px !important;
  }

  .bottom-140-xxs {
    bottom: 140px !important;
  }

  .left-140-xxs {
    left: 140px !important;
  }

  .fsize140-xxs {
    font-size: 140px !important;
  }

  .lheight140-xxs {
    line-height: 140px !important;
  }

  .col-xxs-140p {
    position: relative;
    width: 140%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xxs-140p {
    width: 140% !important;
  }

  .m-135-xxs {
    margin: 135px !important;
  }

  .mtb-135-xxs {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }

  .mlr-135-xxs {
    margin-left: 135px !important;
    margin-right: 135px !important;
  }

  .mt-135-xxs {
    margin-top: 135px !important;
  }

  .mb-135-xxs {
    margin-bottom: 135px !important;
  }

  .ml-135-xxs {
    margin-left: 135px !important;
  }

  .mr-135-xxs {
    margin-right: 135px !important;
  }

  .p-135-xxs {
    padding: 135px !important;
  }

  .ptb-135-xxs {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }

  .plr-135-xxs {
    padding-left: 135px !important;
    padding-right: 135px !important;
  }

  .pt-135-xxs {
    padding-top: 135px !important;
  }

  .pb-135-xxs {
    padding-bottom: 135px !important;
  }

  .pl-135-xxs {
    padding-left: 135px !important;
  }

  .pr-135-xxs {
    padding-right: 135px !important;
  }

  .top-135-xxs {
    top: 135px !important;
  }

  .right-135-xxs {
    right: 135px !important;
  }

  .bottom-135-xxs {
    bottom: 135px !important;
  }

  .left-135-xxs {
    left: 135px !important;
  }

  .fsize135-xxs {
    font-size: 135px !important;
  }

  .lheight135-xxs {
    line-height: 135px !important;
  }

  .col-xxs-135p {
    position: relative;
    width: 135%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xxs-135p {
    width: 135% !important;
  }

  .m-130-xxs {
    margin: 130px !important;
  }

  .mtb-130-xxs {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .mlr-130-xxs {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }

  .mt-130-xxs {
    margin-top: 130px !important;
  }

  .mb-130-xxs {
    margin-bottom: 130px !important;
  }

  .ml-130-xxs {
    margin-left: 130px !important;
  }

  .mr-130-xxs {
    margin-right: 130px !important;
  }

  .p-130-xxs {
    padding: 130px !important;
  }

  .ptb-130-xxs {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }

  .plr-130-xxs {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }

  .pt-130-xxs {
    padding-top: 130px !important;
  }

  .pb-130-xxs {
    padding-bottom: 130px !important;
  }

  .pl-130-xxs {
    padding-left: 130px !important;
  }

  .pr-130-xxs {
    padding-right: 130px !important;
  }

  .top-130-xxs {
    top: 130px !important;
  }

  .right-130-xxs {
    right: 130px !important;
  }

  .bottom-130-xxs {
    bottom: 130px !important;
  }

  .left-130-xxs {
    left: 130px !important;
  }

  .fsize130-xxs {
    font-size: 130px !important;
  }

  .lheight130-xxs {
    line-height: 130px !important;
  }

  .col-xxs-130p {
    position: relative;
    width: 130%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xxs-130p {
    width: 130% !important;
  }

  .m-125-xxs {
    margin: 125px !important;
  }

  .mtb-125-xxs {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }

  .mlr-125-xxs {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }

  .mt-125-xxs {
    margin-top: 125px !important;
  }

  .mb-125-xxs {
    margin-bottom: 125px !important;
  }

  .ml-125-xxs {
    margin-left: 125px !important;
  }

  .mr-125-xxs {
    margin-right: 125px !important;
  }

  .p-125-xxs {
    padding: 125px !important;
  }

  .ptb-125-xxs {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }

  .plr-125-xxs {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }

  .pt-125-xxs {
    padding-top: 125px !important;
  }

  .pb-125-xxs {
    padding-bottom: 125px !important;
  }

  .pl-125-xxs {
    padding-left: 125px !important;
  }

  .pr-125-xxs {
    padding-right: 125px !important;
  }

  .top-125-xxs {
    top: 125px !important;
  }

  .right-125-xxs {
    right: 125px !important;
  }

  .bottom-125-xxs {
    bottom: 125px !important;
  }

  .left-125-xxs {
    left: 125px !important;
  }

  .fsize125-xxs {
    font-size: 125px !important;
  }

  .lheight125-xxs {
    line-height: 125px !important;
  }

  .col-xxs-125p {
    position: relative;
    width: 125%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xxs-125p {
    width: 125% !important;
  }

  .m-120-xxs {
    margin: 120px !important;
  }

  .mtb-120-xxs {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .mlr-120-xxs {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .mt-120-xxs {
    margin-top: 120px !important;
  }

  .mb-120-xxs {
    margin-bottom: 120px !important;
  }

  .ml-120-xxs {
    margin-left: 120px !important;
  }

  .mr-120-xxs {
    margin-right: 120px !important;
  }

  .p-120-xxs {
    padding: 120px !important;
  }

  .ptb-120-xxs {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .plr-120-xxs {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .pt-120-xxs {
    padding-top: 120px !important;
  }

  .pb-120-xxs {
    padding-bottom: 120px !important;
  }

  .pl-120-xxs {
    padding-left: 120px !important;
  }

  .pr-120-xxs {
    padding-right: 120px !important;
  }

  .top-120-xxs {
    top: 120px !important;
  }

  .right-120-xxs {
    right: 120px !important;
  }

  .bottom-120-xxs {
    bottom: 120px !important;
  }

  .left-120-xxs {
    left: 120px !important;
  }

  .fsize120-xxs {
    font-size: 120px !important;
  }

  .lheight120-xxs {
    line-height: 120px !important;
  }

  .col-xxs-120p {
    position: relative;
    width: 120%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xxs-120p {
    width: 120% !important;
  }

  .m-115-xxs {
    margin: 115px !important;
  }

  .mtb-115-xxs {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }

  .mlr-115-xxs {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }

  .mt-115-xxs {
    margin-top: 115px !important;
  }

  .mb-115-xxs {
    margin-bottom: 115px !important;
  }

  .ml-115-xxs {
    margin-left: 115px !important;
  }

  .mr-115-xxs {
    margin-right: 115px !important;
  }

  .p-115-xxs {
    padding: 115px !important;
  }

  .ptb-115-xxs {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }

  .plr-115-xxs {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }

  .pt-115-xxs {
    padding-top: 115px !important;
  }

  .pb-115-xxs {
    padding-bottom: 115px !important;
  }

  .pl-115-xxs {
    padding-left: 115px !important;
  }

  .pr-115-xxs {
    padding-right: 115px !important;
  }

  .top-115-xxs {
    top: 115px !important;
  }

  .right-115-xxs {
    right: 115px !important;
  }

  .bottom-115-xxs {
    bottom: 115px !important;
  }

  .left-115-xxs {
    left: 115px !important;
  }

  .fsize115-xxs {
    font-size: 115px !important;
  }

  .lheight115-xxs {
    line-height: 115px !important;
  }

  .col-xxs-115p {
    position: relative;
    width: 115%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xxs-115p {
    width: 115% !important;
  }

  .m-110-xxs {
    margin: 110px !important;
  }

  .mtb-110-xxs {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }

  .mlr-110-xxs {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }

  .mt-110-xxs {
    margin-top: 110px !important;
  }

  .mb-110-xxs {
    margin-bottom: 110px !important;
  }

  .ml-110-xxs {
    margin-left: 110px !important;
  }

  .mr-110-xxs {
    margin-right: 110px !important;
  }

  .p-110-xxs {
    padding: 110px !important;
  }

  .ptb-110-xxs {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }

  .plr-110-xxs {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }

  .pt-110-xxs {
    padding-top: 110px !important;
  }

  .pb-110-xxs {
    padding-bottom: 110px !important;
  }

  .pl-110-xxs {
    padding-left: 110px !important;
  }

  .pr-110-xxs {
    padding-right: 110px !important;
  }

  .top-110-xxs {
    top: 110px !important;
  }

  .right-110-xxs {
    right: 110px !important;
  }

  .bottom-110-xxs {
    bottom: 110px !important;
  }

  .left-110-xxs {
    left: 110px !important;
  }

  .fsize110-xxs {
    font-size: 110px !important;
  }

  .lheight110-xxs {
    line-height: 110px !important;
  }

  .col-xxs-110p {
    position: relative;
    width: 110%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xxs-110p {
    width: 110% !important;
  }

  .m-105-xxs {
    margin: 105px !important;
  }

  .mtb-105-xxs {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }

  .mlr-105-xxs {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }

  .mt-105-xxs {
    margin-top: 105px !important;
  }

  .mb-105-xxs {
    margin-bottom: 105px !important;
  }

  .ml-105-xxs {
    margin-left: 105px !important;
  }

  .mr-105-xxs {
    margin-right: 105px !important;
  }

  .p-105-xxs {
    padding: 105px !important;
  }

  .ptb-105-xxs {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }

  .plr-105-xxs {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }

  .pt-105-xxs {
    padding-top: 105px !important;
  }

  .pb-105-xxs {
    padding-bottom: 105px !important;
  }

  .pl-105-xxs {
    padding-left: 105px !important;
  }

  .pr-105-xxs {
    padding-right: 105px !important;
  }

  .top-105-xxs {
    top: 105px !important;
  }

  .right-105-xxs {
    right: 105px !important;
  }

  .bottom-105-xxs {
    bottom: 105px !important;
  }

  .left-105-xxs {
    left: 105px !important;
  }

  .fsize105-xxs {
    font-size: 105px !important;
  }

  .lheight105-xxs {
    line-height: 105px !important;
  }

  .col-xxs-105p {
    position: relative;
    width: 105%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xxs-105p {
    width: 105% !important;
  }

  .m-100-xxs {
    margin: 100px !important;
  }

  .mtb-100-xxs {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .mlr-100-xxs {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .mt-100-xxs {
    margin-top: 100px !important;
  }

  .mb-100-xxs {
    margin-bottom: 100px !important;
  }

  .ml-100-xxs {
    margin-left: 100px !important;
  }

  .mr-100-xxs {
    margin-right: 100px !important;
  }

  .p-100-xxs {
    padding: 100px !important;
  }

  .ptb-100-xxs {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .plr-100-xxs {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .pt-100-xxs {
    padding-top: 100px !important;
  }

  .pb-100-xxs {
    padding-bottom: 100px !important;
  }

  .pl-100-xxs {
    padding-left: 100px !important;
  }

  .pr-100-xxs {
    padding-right: 100px !important;
  }

  .top-100-xxs {
    top: 100px !important;
  }

  .right-100-xxs {
    right: 100px !important;
  }

  .bottom-100-xxs {
    bottom: 100px !important;
  }

  .left-100-xxs {
    left: 100px !important;
  }

  .fsize100-xxs {
    font-size: 100px !important;
  }

  .lheight100-xxs {
    line-height: 100px !important;
  }

  .col-xxs-100p {
    position: relative;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xxs-100p {
    width: 100% !important;
  }

  .m-95-xxs {
    margin: 95px !important;
  }

  .mtb-95-xxs {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }

  .mlr-95-xxs {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }

  .mt-95-xxs {
    margin-top: 95px !important;
  }

  .mb-95-xxs {
    margin-bottom: 95px !important;
  }

  .ml-95-xxs {
    margin-left: 95px !important;
  }

  .mr-95-xxs {
    margin-right: 95px !important;
  }

  .p-95-xxs {
    padding: 95px !important;
  }

  .ptb-95-xxs {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }

  .plr-95-xxs {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }

  .pt-95-xxs {
    padding-top: 95px !important;
  }

  .pb-95-xxs {
    padding-bottom: 95px !important;
  }

  .pl-95-xxs {
    padding-left: 95px !important;
  }

  .pr-95-xxs {
    padding-right: 95px !important;
  }

  .top-95-xxs {
    top: 95px !important;
  }

  .right-95-xxs {
    right: 95px !important;
  }

  .bottom-95-xxs {
    bottom: 95px !important;
  }

  .left-95-xxs {
    left: 95px !important;
  }

  .fsize95-xxs {
    font-size: 95px !important;
  }

  .lheight95-xxs {
    line-height: 95px !important;
  }

  .col-xxs-95p {
    position: relative;
    width: 95%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xxs-95p {
    width: 95% !important;
  }

  .m-90-xxs {
    margin: 90px !important;
  }

  .mtb-90-xxs {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .mlr-90-xxs {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .mt-90-xxs {
    margin-top: 90px !important;
  }

  .mb-90-xxs {
    margin-bottom: 90px !important;
  }

  .ml-90-xxs {
    margin-left: 90px !important;
  }

  .mr-90-xxs {
    margin-right: 90px !important;
  }

  .p-90-xxs {
    padding: 90px !important;
  }

  .ptb-90-xxs {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .plr-90-xxs {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .pt-90-xxs {
    padding-top: 90px !important;
  }

  .pb-90-xxs {
    padding-bottom: 90px !important;
  }

  .pl-90-xxs {
    padding-left: 90px !important;
  }

  .pr-90-xxs {
    padding-right: 90px !important;
  }

  .top-90-xxs {
    top: 90px !important;
  }

  .right-90-xxs {
    right: 90px !important;
  }

  .bottom-90-xxs {
    bottom: 90px !important;
  }

  .left-90-xxs {
    left: 90px !important;
  }

  .fsize90-xxs {
    font-size: 90px !important;
  }

  .lheight90-xxs {
    line-height: 90px !important;
  }

  .col-xxs-90p {
    position: relative;
    width: 90%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xxs-90p {
    width: 90% !important;
  }

  .m-85-xxs {
    margin: 85px !important;
  }

  .mtb-85-xxs {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }

  .mlr-85-xxs {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }

  .mt-85-xxs {
    margin-top: 85px !important;
  }

  .mb-85-xxs {
    margin-bottom: 85px !important;
  }

  .ml-85-xxs {
    margin-left: 85px !important;
  }

  .mr-85-xxs {
    margin-right: 85px !important;
  }

  .p-85-xxs {
    padding: 85px !important;
  }

  .ptb-85-xxs {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .plr-85-xxs {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }

  .pt-85-xxs {
    padding-top: 85px !important;
  }

  .pb-85-xxs {
    padding-bottom: 85px !important;
  }

  .pl-85-xxs {
    padding-left: 85px !important;
  }

  .pr-85-xxs {
    padding-right: 85px !important;
  }

  .top-85-xxs {
    top: 85px !important;
  }

  .right-85-xxs {
    right: 85px !important;
  }

  .bottom-85-xxs {
    bottom: 85px !important;
  }

  .left-85-xxs {
    left: 85px !important;
  }

  .fsize85-xxs {
    font-size: 85px !important;
  }

  .lheight85-xxs {
    line-height: 85px !important;
  }

  .col-xxs-85p {
    position: relative;
    width: 85%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xxs-85p {
    width: 85% !important;
  }

  .m-80-xxs {
    margin: 80px !important;
  }

  .mtb-80-xxs {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .mlr-80-xxs {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .mt-80-xxs {
    margin-top: 80px !important;
  }

  .mb-80-xxs {
    margin-bottom: 80px !important;
  }

  .ml-80-xxs {
    margin-left: 80px !important;
  }

  .mr-80-xxs {
    margin-right: 80px !important;
  }

  .p-80-xxs {
    padding: 80px !important;
  }

  .ptb-80-xxs {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .plr-80-xxs {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .pt-80-xxs {
    padding-top: 80px !important;
  }

  .pb-80-xxs {
    padding-bottom: 80px !important;
  }

  .pl-80-xxs {
    padding-left: 80px !important;
  }

  .pr-80-xxs {
    padding-right: 80px !important;
  }

  .top-80-xxs {
    top: 80px !important;
  }

  .right-80-xxs {
    right: 80px !important;
  }

  .bottom-80-xxs {
    bottom: 80px !important;
  }

  .left-80-xxs {
    left: 80px !important;
  }

  .fsize80-xxs {
    font-size: 80px !important;
  }

  .lheight80-xxs {
    line-height: 80px !important;
  }

  .col-xxs-80p {
    position: relative;
    width: 80%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xxs-80p {
    width: 80% !important;
  }

  .m-75-xxs {
    margin: 75px !important;
  }

  .mtb-75-xxs {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .mlr-75-xxs {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }

  .mt-75-xxs {
    margin-top: 75px !important;
  }

  .mb-75-xxs {
    margin-bottom: 75px !important;
  }

  .ml-75-xxs {
    margin-left: 75px !important;
  }

  .mr-75-xxs {
    margin-right: 75px !important;
  }

  .p-75-xxs {
    padding: 75px !important;
  }

  .ptb-75-xxs {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .plr-75-xxs {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .pt-75-xxs {
    padding-top: 75px !important;
  }

  .pb-75-xxs {
    padding-bottom: 75px !important;
  }

  .pl-75-xxs {
    padding-left: 75px !important;
  }

  .pr-75-xxs {
    padding-right: 75px !important;
  }

  .top-75-xxs {
    top: 75px !important;
  }

  .right-75-xxs {
    right: 75px !important;
  }

  .bottom-75-xxs {
    bottom: 75px !important;
  }

  .left-75-xxs {
    left: 75px !important;
  }

  .fsize75-xxs {
    font-size: 75px !important;
  }

  .lheight75-xxs {
    line-height: 75px !important;
  }

  .col-xxs-75p {
    position: relative;
    width: 75%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xxs-75p {
    width: 75% !important;
  }

  .m-70-xxs {
    margin: 70px !important;
  }

  .mtb-70-xxs {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .mlr-70-xxs {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .mt-70-xxs {
    margin-top: 70px !important;
  }

  .mb-70-xxs {
    margin-bottom: 70px !important;
  }

  .ml-70-xxs {
    margin-left: 70px !important;
  }

  .mr-70-xxs {
    margin-right: 70px !important;
  }

  .p-70-xxs {
    padding: 70px !important;
  }

  .ptb-70-xxs {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .plr-70-xxs {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .pt-70-xxs {
    padding-top: 70px !important;
  }

  .pb-70-xxs {
    padding-bottom: 70px !important;
  }

  .pl-70-xxs {
    padding-left: 70px !important;
  }

  .pr-70-xxs {
    padding-right: 70px !important;
  }

  .top-70-xxs {
    top: 70px !important;
  }

  .right-70-xxs {
    right: 70px !important;
  }

  .bottom-70-xxs {
    bottom: 70px !important;
  }

  .left-70-xxs {
    left: 70px !important;
  }

  .fsize70-xxs {
    font-size: 70px !important;
  }

  .lheight70-xxs {
    line-height: 70px !important;
  }

  .col-xxs-70p {
    position: relative;
    width: 70%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xxs-70p {
    width: 70% !important;
  }

  .m-65-xxs {
    margin: 65px !important;
  }

  .mtb-65-xxs {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }

  .mlr-65-xxs {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }

  .mt-65-xxs {
    margin-top: 65px !important;
  }

  .mb-65-xxs {
    margin-bottom: 65px !important;
  }

  .ml-65-xxs {
    margin-left: 65px !important;
  }

  .mr-65-xxs {
    margin-right: 65px !important;
  }

  .p-65-xxs {
    padding: 65px !important;
  }

  .ptb-65-xxs {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .plr-65-xxs {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }

  .pt-65-xxs {
    padding-top: 65px !important;
  }

  .pb-65-xxs {
    padding-bottom: 65px !important;
  }

  .pl-65-xxs {
    padding-left: 65px !important;
  }

  .pr-65-xxs {
    padding-right: 65px !important;
  }

  .top-65-xxs {
    top: 65px !important;
  }

  .right-65-xxs {
    right: 65px !important;
  }

  .bottom-65-xxs {
    bottom: 65px !important;
  }

  .left-65-xxs {
    left: 65px !important;
  }

  .fsize65-xxs {
    font-size: 65px !important;
  }

  .lheight65-xxs {
    line-height: 65px !important;
  }

  .col-xxs-65p {
    position: relative;
    width: 65%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xxs-65p {
    width: 65% !important;
  }

  .m-60-xxs {
    margin: 60px !important;
  }

  .mtb-60-xxs {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .mlr-60-xxs {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .mt-60-xxs {
    margin-top: 60px !important;
  }

  .mb-60-xxs {
    margin-bottom: 60px !important;
  }

  .ml-60-xxs {
    margin-left: 60px !important;
  }

  .mr-60-xxs {
    margin-right: 60px !important;
  }

  .p-60-xxs {
    padding: 60px !important;
  }

  .ptb-60-xxs {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .plr-60-xxs {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .pt-60-xxs {
    padding-top: 60px !important;
  }

  .pb-60-xxs {
    padding-bottom: 60px !important;
  }

  .pl-60-xxs {
    padding-left: 60px !important;
  }

  .pr-60-xxs {
    padding-right: 60px !important;
  }

  .top-60-xxs {
    top: 60px !important;
  }

  .right-60-xxs {
    right: 60px !important;
  }

  .bottom-60-xxs {
    bottom: 60px !important;
  }

  .left-60-xxs {
    left: 60px !important;
  }

  .fsize60-xxs {
    font-size: 60px !important;
  }

  .lheight60-xxs {
    line-height: 60px !important;
  }

  .col-xxs-60p {
    position: relative;
    width: 60%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xxs-60p {
    width: 60% !important;
  }

  .m-55-xxs {
    margin: 55px !important;
  }

  .mtb-55-xxs {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .mlr-55-xxs {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }

  .mt-55-xxs {
    margin-top: 55px !important;
  }

  .mb-55-xxs {
    margin-bottom: 55px !important;
  }

  .ml-55-xxs {
    margin-left: 55px !important;
  }

  .mr-55-xxs {
    margin-right: 55px !important;
  }

  .p-55-xxs {
    padding: 55px !important;
  }

  .ptb-55-xxs {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .plr-55-xxs {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }

  .pt-55-xxs {
    padding-top: 55px !important;
  }

  .pb-55-xxs {
    padding-bottom: 55px !important;
  }

  .pl-55-xxs {
    padding-left: 55px !important;
  }

  .pr-55-xxs {
    padding-right: 55px !important;
  }

  .top-55-xxs {
    top: 55px !important;
  }

  .right-55-xxs {
    right: 55px !important;
  }

  .bottom-55-xxs {
    bottom: 55px !important;
  }

  .left-55-xxs {
    left: 55px !important;
  }

  .fsize55-xxs {
    font-size: 55px !important;
  }

  .lheight55-xxs {
    line-height: 55px !important;
  }

  .col-xxs-55p {
    position: relative;
    width: 55%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xxs-55p {
    width: 55% !important;
  }

  .m-50-xxs {
    margin: 50px !important;
  }

  .mtb-50-xxs {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .mlr-50-xxs {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .mt-50-xxs {
    margin-top: 50px !important;
  }

  .mb-50-xxs {
    margin-bottom: 50px !important;
  }

  .ml-50-xxs {
    margin-left: 50px !important;
  }

  .mr-50-xxs {
    margin-right: 50px !important;
  }

  .p-50-xxs {
    padding: 50px !important;
  }

  .ptb-50-xxs {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .plr-50-xxs {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .pt-50-xxs {
    padding-top: 50px !important;
  }

  .pb-50-xxs {
    padding-bottom: 50px !important;
  }

  .pl-50-xxs {
    padding-left: 50px !important;
  }

  .pr-50-xxs {
    padding-right: 50px !important;
  }

  .top-50-xxs {
    top: 50px !important;
  }

  .right-50-xxs {
    right: 50px !important;
  }

  .bottom-50-xxs {
    bottom: 50px !important;
  }

  .left-50-xxs {
    left: 50px !important;
  }

  .fsize50-xxs {
    font-size: 50px !important;
  }

  .lheight50-xxs {
    line-height: 50px !important;
  }

  .col-xxs-50p {
    position: relative;
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xxs-50p {
    width: 50% !important;
  }

  .m-45-xxs {
    margin: 45px !important;
  }

  .mtb-45-xxs {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .mlr-45-xxs {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .mt-45-xxs {
    margin-top: 45px !important;
  }

  .mb-45-xxs {
    margin-bottom: 45px !important;
  }

  .ml-45-xxs {
    margin-left: 45px !important;
  }

  .mr-45-xxs {
    margin-right: 45px !important;
  }

  .p-45-xxs {
    padding: 45px !important;
  }

  .ptb-45-xxs {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .plr-45-xxs {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .pt-45-xxs {
    padding-top: 45px !important;
  }

  .pb-45-xxs {
    padding-bottom: 45px !important;
  }

  .pl-45-xxs {
    padding-left: 45px !important;
  }

  .pr-45-xxs {
    padding-right: 45px !important;
  }

  .top-45-xxs {
    top: 45px !important;
  }

  .right-45-xxs {
    right: 45px !important;
  }

  .bottom-45-xxs {
    bottom: 45px !important;
  }

  .left-45-xxs {
    left: 45px !important;
  }

  .fsize45-xxs {
    font-size: 45px !important;
  }

  .lheight45-xxs {
    line-height: 45px !important;
  }

  .col-xxs-45p {
    position: relative;
    width: 45%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xxs-45p {
    width: 45% !important;
  }

  .m-40-xxs {
    margin: 40px !important;
  }

  .mtb-40-xxs {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .mlr-40-xxs {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .mt-40-xxs {
    margin-top: 40px !important;
  }

  .mb-40-xxs {
    margin-bottom: 40px !important;
  }

  .ml-40-xxs {
    margin-left: 40px !important;
  }

  .mr-40-xxs {
    margin-right: 40px !important;
  }

  .p-40-xxs {
    padding: 40px !important;
  }

  .ptb-40-xxs {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .plr-40-xxs {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .pt-40-xxs {
    padding-top: 40px !important;
  }

  .pb-40-xxs {
    padding-bottom: 40px !important;
  }

  .pl-40-xxs {
    padding-left: 40px !important;
  }

  .pr-40-xxs {
    padding-right: 40px !important;
  }

  .top-40-xxs {
    top: 40px !important;
  }

  .right-40-xxs {
    right: 40px !important;
  }

  .bottom-40-xxs {
    bottom: 40px !important;
  }

  .left-40-xxs {
    left: 40px !important;
  }

  .fsize40-xxs {
    font-size: 40px !important;
  }

  .lheight40-xxs {
    line-height: 40px !important;
  }

  .col-xxs-40p {
    position: relative;
    width: 40%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xxs-40p {
    width: 40% !important;
  }

  .m-35-xxs {
    margin: 35px !important;
  }

  .mtb-35-xxs {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .mlr-35-xxs {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .mt-35-xxs {
    margin-top: 35px !important;
  }

  .mb-35-xxs {
    margin-bottom: 35px !important;
  }

  .ml-35-xxs {
    margin-left: 35px !important;
  }

  .mr-35-xxs {
    margin-right: 35px !important;
  }

  .p-35-xxs {
    padding: 35px !important;
  }

  .ptb-35-xxs {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .plr-35-xxs {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .pt-35-xxs {
    padding-top: 35px !important;
  }

  .pb-35-xxs {
    padding-bottom: 35px !important;
  }

  .pl-35-xxs {
    padding-left: 35px !important;
  }

  .pr-35-xxs {
    padding-right: 35px !important;
  }

  .top-35-xxs {
    top: 35px !important;
  }

  .right-35-xxs {
    right: 35px !important;
  }

  .bottom-35-xxs {
    bottom: 35px !important;
  }

  .left-35-xxs {
    left: 35px !important;
  }

  .fsize35-xxs {
    font-size: 35px !important;
  }

  .lheight35-xxs {
    line-height: 35px !important;
  }

  .col-xxs-35p {
    position: relative;
    width: 35%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xxs-35p {
    width: 35% !important;
  }

  .m-30-xxs {
    margin: 30px !important;
  }

  .mtb-30-xxs {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .mlr-30-xxs {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .mt-30-xxs {
    margin-top: 30px !important;
  }

  .mb-30-xxs {
    margin-bottom: 30px !important;
  }

  .ml-30-xxs {
    margin-left: 30px !important;
  }

  .mr-30-xxs {
    margin-right: 30px !important;
  }

  .p-30-xxs {
    padding: 30px !important;
  }

  .ptb-30-xxs {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .plr-30-xxs {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .pt-30-xxs {
    padding-top: 30px !important;
  }

  .pb-30-xxs {
    padding-bottom: 30px !important;
  }

  .pl-30-xxs {
    padding-left: 30px !important;
  }

  .pr-30-xxs {
    padding-right: 30px !important;
  }

  .top-30-xxs {
    top: 30px !important;
  }

  .right-30-xxs {
    right: 30px !important;
  }

  .bottom-30-xxs {
    bottom: 30px !important;
  }

  .left-30-xxs {
    left: 30px !important;
  }

  .fsize30-xxs {
    font-size: 30px !important;
  }

  .lheight30-xxs {
    line-height: 30px !important;
  }

  .col-xxs-30p {
    position: relative;
    width: 30%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xxs-30p {
    width: 30% !important;
  }

  .m-25-xxs {
    margin: 25px !important;
  }

  .mtb-25-xxs {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .mlr-25-xxs {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .mt-25-xxs {
    margin-top: 25px !important;
  }

  .mb-25-xxs {
    margin-bottom: 25px !important;
  }

  .ml-25-xxs {
    margin-left: 25px !important;
  }

  .mr-25-xxs {
    margin-right: 25px !important;
  }

  .p-25-xxs {
    padding: 25px !important;
  }

  .ptb-25-xxs {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .plr-25-xxs {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .pt-25-xxs {
    padding-top: 25px !important;
  }

  .pb-25-xxs {
    padding-bottom: 25px !important;
  }

  .pl-25-xxs {
    padding-left: 25px !important;
  }

  .pr-25-xxs {
    padding-right: 25px !important;
  }

  .top-25-xxs {
    top: 25px !important;
  }

  .right-25-xxs {
    right: 25px !important;
  }

  .bottom-25-xxs {
    bottom: 25px !important;
  }

  .left-25-xxs {
    left: 25px !important;
  }

  .fsize25-xxs {
    font-size: 25px !important;
  }

  .lheight25-xxs {
    line-height: 25px !important;
  }

  .col-xxs-25p {
    position: relative;
    width: 25%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xxs-25p {
    width: 25% !important;
  }

  .m-20-xxs {
    margin: 20px !important;
  }

  .mtb-20-xxs {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .mlr-20-xxs {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .mt-20-xxs {
    margin-top: 20px !important;
  }

  .mb-20-xxs {
    margin-bottom: 20px !important;
  }

  .ml-20-xxs {
    margin-left: 20px !important;
  }

  .mr-20-xxs {
    margin-right: 20px !important;
  }

  .p-20-xxs {
    padding: 20px !important;
  }

  .ptb-20-xxs {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .plr-20-xxs {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .pt-20-xxs {
    padding-top: 20px !important;
  }

  .pb-20-xxs {
    padding-bottom: 20px !important;
  }

  .pl-20-xxs {
    padding-left: 20px !important;
  }

  .pr-20-xxs {
    padding-right: 20px !important;
  }

  .top-20-xxs {
    top: 20px !important;
  }

  .right-20-xxs {
    right: 20px !important;
  }

  .bottom-20-xxs {
    bottom: 20px !important;
  }

  .left-20-xxs {
    left: 20px !important;
  }

  .fsize20-xxs {
    font-size: 20px !important;
  }

  .lheight20-xxs {
    line-height: 20px !important;
  }

  .col-xxs-20p {
    position: relative;
    width: 20%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xxs-20p {
    width: 20% !important;
  }

  .m-15-xxs {
    margin: 15px !important;
  }

  .mtb-15-xxs {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .mlr-15-xxs {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .mt-15-xxs {
    margin-top: 15px !important;
  }

  .mb-15-xxs {
    margin-bottom: 15px !important;
  }

  .ml-15-xxs {
    margin-left: 15px !important;
  }

  .mr-15-xxs {
    margin-right: 15px !important;
  }

  .p-15-xxs {
    padding: 15px !important;
  }

  .ptb-15-xxs {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .plr-15-xxs {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .pt-15-xxs {
    padding-top: 15px !important;
  }

  .pb-15-xxs {
    padding-bottom: 15px !important;
  }

  .pl-15-xxs {
    padding-left: 15px !important;
  }

  .pr-15-xxs {
    padding-right: 15px !important;
  }

  .top-15-xxs {
    top: 15px !important;
  }

  .right-15-xxs {
    right: 15px !important;
  }

  .bottom-15-xxs {
    bottom: 15px !important;
  }

  .left-15-xxs {
    left: 15px !important;
  }

  .fsize15-xxs {
    font-size: 15px !important;
  }

  .lheight15-xxs {
    line-height: 15px !important;
  }

  .col-xxs-15p {
    position: relative;
    width: 15%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xxs-15p {
    width: 15% !important;
  }

  .m-10-xxs {
    margin: 10px !important;
  }

  .mtb-10-xxs {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .mlr-10-xxs {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .mt-10-xxs {
    margin-top: 10px !important;
  }

  .mb-10-xxs {
    margin-bottom: 10px !important;
  }

  .ml-10-xxs {
    margin-left: 10px !important;
  }

  .mr-10-xxs {
    margin-right: 10px !important;
  }

  .p-10-xxs {
    padding: 10px !important;
  }

  .ptb-10-xxs {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .plr-10-xxs {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .pt-10-xxs {
    padding-top: 10px !important;
  }

  .pb-10-xxs {
    padding-bottom: 10px !important;
  }

  .pl-10-xxs {
    padding-left: 10px !important;
  }

  .pr-10-xxs {
    padding-right: 10px !important;
  }

  .top-10-xxs {
    top: 10px !important;
  }

  .right-10-xxs {
    right: 10px !important;
  }

  .bottom-10-xxs {
    bottom: 10px !important;
  }

  .left-10-xxs {
    left: 10px !important;
  }

  .fsize10-xxs {
    font-size: 10px !important;
  }

  .lheight10-xxs {
    line-height: 10px !important;
  }

  .col-xxs-10p {
    position: relative;
    width: 10%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xxs-10p {
    width: 10% !important;
  }

  .m-5-xxs {
    margin: 5px !important;
  }

  .mtb-5-xxs {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .mlr-5-xxs {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .mt-5-xxs {
    margin-top: 5px !important;
  }

  .mb-5-xxs {
    margin-bottom: 5px !important;
  }

  .ml-5-xxs {
    margin-left: 5px !important;
  }

  .mr-5-xxs {
    margin-right: 5px !important;
  }

  .p-5-xxs {
    padding: 5px !important;
  }

  .ptb-5-xxs {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .plr-5-xxs {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .pt-5-xxs {
    padding-top: 5px !important;
  }

  .pb-5-xxs {
    padding-bottom: 5px !important;
  }

  .pl-5-xxs {
    padding-left: 5px !important;
  }

  .pr-5-xxs {
    padding-right: 5px !important;
  }

  .top-5-xxs {
    top: 5px !important;
  }

  .right-5-xxs {
    right: 5px !important;
  }

  .bottom-5-xxs {
    bottom: 5px !important;
  }

  .left-5-xxs {
    left: 5px !important;
  }

  .fsize5-xxs {
    font-size: 5px !important;
  }

  .lheight5-xxs {
    line-height: 5px !important;
  }

  .col-xxs-5p {
    position: relative;
    width: 5%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .width-xxs-5p {
    width: 5% !important;
  }

  .m-0-xxs {
    margin: 0 !important;
  }

  .mtb-0-xxs {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .mlr-0-xxs {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mt-0-xxs {
    margin-top: 0 !important;
  }

  .mb-0-xxs {
    margin-bottom: 0 !important;
  }

  .ml-0-xxs {
    margin-left: 0 !important;
  }

  .mr-0-xxs {
    margin-right: 0 !important;
  }

  .p-0-xxs {
    padding: 0 !important;
  }

  .ptb-0-xxs {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .plr-0-xxs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .pt-0-xxs {
    padding-top: 0 !important;
  }

  .pb-0-xxs {
    padding-bottom: 0 !important;
  }

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

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

  .top-xxs-0 {
    top: 0 !important;
  }

  .right-xxs-0 {
    right: 0 !important;
  }

  .bottom-xxs-0 {
    bottom: 0 !important;
  }

  .left-xxs-0 {
    left: 0 !important;
  }

  .posrel-xxs {
    position: relative;
  }

  .posabs-xxs {
    position: absolute;
  }

  .posfix-xxs {
    position: fixed;
  }

  .posstat-xxs {
    position: static;
  }

  .text-left-xxs {
    text-align: left;
  }

  .text-center-xxs {
    text-align: center;
  }

  .text-right-xxs {
    text-align: right;
  }

  .pull-right-xxs {
    float: right !important;
  }

  .dblock-xxs {
    display: block;
  }

  .dinlineblock-xxs {
    display: inline-block;
  }

  .dinline-xxs {
    display: inline;
  }
}

.list-unstyled li {
  position: relative;
  padding-left: 35px;
}

.list-unstyled li:before {
  content: "";
  position: absolute;
  top: 0;
  background: url(/images/gal.png);
  width: 23px;
  height: 18px;
  left: 0px;
}

.list-unstyled-n li {
  position: relative;
  padding-left: 0;
}

.list-unstyled-n {
  list-style: none;
}

.new-title-slide {
  text-transform: initial !important;
  font-weight: 300 !important;
  text-shadow: initial !important;
  text-align: center !important;
  font-family: 'Montserrat', sans-serif;
  margin: 60px 0 0 0 !important;
  color: #000 !important;
}

.new-subtitle-slide p {
  color: #000 !important;
  text-shadow: initial !important;
  text-align: center !important;
  letter-spacing: 1px;
  font-weight: 600 !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px !important;
  padding-bottom: 5px;
}

.new-subtitle-slide {
  margin: 18px 0 !important;
}

.new-slide-btn {
  margin: 60px 0 0 0 !important;
}

.new-slider-btn {
  text-transform: uppercase !important;
  font-size: 12px !important;
  letter-spacing: 1px !important;
  font-family: "Montserrat" !important;
  font-weight: 600 !important;
  text-align: center !important;
  border-radius: 0 !important;
  padding: 15px 32px !important;
}

.quad-background:before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  top: 18%;
  left: 40%;
  opacity: 1;
  width: 380px;
  height: 380px;
  display: block;
  transform: rotate(45deg);
  border: 20px solid rgba(236, 236, 236, 0.5);
}

@media (max-width:767px) {
  .quad-background:before {
    content: "";
    transform: initial;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .tparrows {
    top: 120% !important;
  }

  .search-form.desc {
    display: none;
  }
}

@media (min-width:768px) and (max-width:880px) {
  .quad-background:before {
    left: 26%;
    top: 10%;
  }
}

@media (min-width:881px) and (max-width:1023px) {
  .quad-background:before {
    left: 30%;
  }
}

@media (min-width:1024px) and (max-width:1119px) {
  .quad-background:before {
    left: 32%;
  }
}

@media (min-width:1120px) and (max-width:1199px) {
  .quad-background:before {
    left: 34%;
  }
}

@media (min-width:1200px) and (max-width:1299px) {
  .quad-background:before {
    left: 35%;
  }
}

@media (min-width:1300px) and (max-width:1599px) {
  .quad-background:before {
    left: 37%;
  }
}

@media (min-width:1600px) and (max-width:1699px) {
  .quad-background:before {
    left: 39%;
  }
}

@media (min-width:2000px) {
  .quad-background:before {
    left: 42%;
  }
}

.shop-content h2 a {
  font-size: 16px;
  color: #000;
  letter-spacing: 1px;
}

.plink {
  color: #fff;
}

.plink:hover {
  color: #fff;
  text-decoration: underline;
}

.mail-link {
  color: #b4b4b3;
}

.footer-copyright a.mail-link {
  color: #b4b4b3;
}

.footer-copyright a.mail-link:hover {
  color: #fff;
}

.shop-product .listItemName {
  white-space: initial !important;
}

.bold {
  font-weight: bold;
}

.border-left {
  padding: 0 20px;
  border-left: 4px solid #585744;
}

.block {
  color: #777;
}

.shop-tabs {
  margin-bottom: 2rem;
}

.d-flex {
  display: flex;
  align-items: center;
}

.search-form .search div input {
  border: none;
  padding-left: 5px;
}

.testimonialss {
  margin: 0;
  margin-left: -15px;
  position: relative;
  padding: 0;
  color: #fff;
  border: 0;
  text-align: center;
}

.testimonialss .owl-nav {
  width: 100%;
  display: inline-table;
}

.testimonialss .owl-prev {
  text-align: right;
  padding: 0;
  display: table-cell;
}

.testimonialss .owl-prev {
  width: 47%;
}

.testimonialss .navborder {
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background-color: rgba(216, 216, 216, 0);
  opacity: 0.75;
  height: 20px;
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}

.testimonialss .owl-next {
  text-align: left;
  display: table-cell;
  padding: 0 20px;
}

@media (max-width:1199px) {
  .search-form {
    display: none;
  }

  .cssmenu.small-screen .search-form {
    display: block;
  }

  .cssmenu.small-screen .search-form .search div input {
    margin-left: 10px;
    width: 90%;
    padding: 5px;
    margin-bottom: 10px;
    color: #000;
  }
}

@media (min-width:1200px) {

  .search-form.mob,
  .main-menu .search-form.desc {
    display: none !important;
  }
}

@media (min-width:769px) {
  .main-menu .search-form.desc {
    display: block;
  }

  .search-form.desc a i {
    color: #fff;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #testimonials-index-2 .testimonialss {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  #testimonials-index-2 .testimonialss {
    margin-bottom: 40px;
  }
}

.testimonialss {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .testimonialss {
    margin-bottom: 30px;
  }
}

.header-background .search-form .search div input {
  margin-top: 24px;
}

.col-md-4.w-saf-33 {
  width: 33% !important;
}

.col-lg-4.w-saf-33 {
  width: 33% !important;
}

.col-lg-2.w-saf-16 {
  width: 16% !important;
}

.col-md-3.w-saf-24 {
  width: 24% !important;
}

@media (max-width:991px) {
  .col-md-4.w-saf-33 {
    width: 49% !important;
  }

  .col-lg-4.w-saf-33 {
    width: 49% !important;
  }

  .col-lg-2.w-saf-16 {
    width: 49% !important;
  }

  .col-md-3.w-saf-24 {
    width: 49% !important;
  }
}

@media (max-width:991px) {

  .form-wrapper-2,
  .form-wrapper-2 input,
  .form-wrapper-2 button {
    width: 100% !important;
  }

  .form-wrapper-2 input {
    margin-bottom: 10px;
  }
}

.artbet .owl-nav {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}

.art-h {
  min-height: 570px;
  max-height: 570px;
}

.testart {
  display: none;
}

.img-height img {
  max-height: 100%;
  height: 226px;
}


.img-back {
  position: relative;
}

.img-back:after {
  content: '';
  background: url('/images/about-us/about-img-back.png');
  width: 617px;
  height: 470px;
  position: absolute;
  top: 5%;
  right: 15%;
  z-index: -1;
}

.btn-gold {
  color: #fff;
  background-color: #7392ab;
  padding: 5px 15px;
}

.btn-gold:hover,
.btn-gold:focus,
.btn-gold:active {
  text-decoration: none;
  color: #fff;
  background-color: #7392ab;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
}

.about-block p {
  color: #355777;
}

.aboutus-index-1-section .cta-section:before {
  content: '';
  width: 100%;
  height: 100%;
  max-width: 260px;
  max-height: 5px;
  background-color: #7392ab;
  position: absolute;
  bottom: 8%;
  left: 40%;
  z-index: 1;
}

.aboutus-index-1-section {
  position: relative;
}

.aboutus-index-1-section:before {
  content: '';
  width: 170px;
  height: 170px;
  background-color: #eeeeee;
  position: absolute;
  transform: rotate(45deg);
  bottom: 75%;
  left: 5%;
}

.aboutus-index-1-section:after {
  content: '';
  width: 100px;
  height: 100px;
  position: absolute;
  transform: rotate(45deg);
  bottom: 15%;
  left: 10%;
  border: 7px solid #f7f7f7;
}

.color-gg {
  color: #355777;
}

.why-choose-us-index-1 .heading-content {
  margin-bottom: 2rem;
}

.why-choose-us-index-1 .text-left-horizontal p {
  margin-bottom: 4rem;
}

.dflex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.why-choose-us-item .dflex-center {
  margin-bottom: 3rem;
}

.why-choose-us-item p {
  color: #355777;
  max-width: 300px;
  margin: auto;
}

.main-catalog {
  position: relative;
  min-height: 650px;
}

.main-catalog .row-setting-open .main-cat-item {
  filter: drop-shadow(7.071px 7.071px 10px rgba(0, 0, 0, 0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.main-catalog .row-setting-open .main-cat-item:first-child {
  width: 400px;
  height: 400px;
  background-color: #fff;
  transform: rotate(45deg);
  top: 0;
}

.main-catalog .row-setting-open .main-cat-item .item-body {
  transform: rotate(-45deg);
}

.main-catalog .row-setting-open .main-cat-item .h5 {
  margin-bottom: 2rem;
}

.main-catalog .row-setting-open .main-cat-item:nth-child(2) {
  width: 389px;
  height: 389px;
  background: url('/images/effects-back-catalog.jpg');
  transform: rotate(45deg);
  top: 50%;
  left: 33%;
  filter: none;
}

.main-catalog .row-setting-open .main-cat-item:nth-child(2) .item-body {
  font-size: 17px;
  line-height: 30px;
  text-align: center;
}

.main-catalog .row-setting-open .main-cat-item:nth-child(2) .item-body ul li a {
  color: #2e3233;
}

.main-catalog .row-setting-open .main-cat-item:nth-child(2) .item-body .h5 {
  margin-bottom: 4rem;
}

.main-catalog .row-setting-open .main-cat-item:nth-child(2) .item-body ul li:last-child {
  margin-top: 3rem;
}

.main-catalog .row-setting-open .main-cat-item .item-body .btn-gold {
  color: #fff !important;
  text-transform: uppercase;
}

.main-catalog .row-setting-open .main-cat-item:nth-child(4) {
  width: 230px;
  height: 230px;
  background: #355777;
  transform: rotate(45deg);
  top: 36%;
  left: 52%;
}

.main-catalog .row-setting-open .main-cat-item:nth-child(4) .item-body ul li a {
  color: #fff;
}

.main-catalog .row-setting-open .main-cat-item:nth-child(4) .item-body {
  text-align: center;
  font-size: 17px;
  line-height: 30px;
}

.main-catalog .row-setting-open .main-cat-item:nth-child(4) .item-body .h5 {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  margin: 3rem 0;
}

.main-catalog .row-setting-open .main-cat-item:nth-child(3) {
  width: 325px;
  height: 325px;
  background: #fff;
  transform: rotate(45deg);
  left: 62%;
  top: 55%;
}

.main-catalog .row-setting-open .main-cat-item:nth-child(5) {
  width: 325px;
  height: 325px;
  background: #355777;
  transform: rotate(45deg);
  top: 91%;
  left: 49.5%;
}

.main-catalog .row-setting-open .main-cat-item:nth-child(5) .item-body ul li a {
  color: #fff;
}

.main-catalog .row-setting-open .main-cat-item:nth-child(5) .item-body {
  text-align: center;
  font-size: 17px;
  line-height: 30px;
}

.main-catalog .row-setting-open .main-cat-item:nth-child(5) .item-body .h5 {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  margin: 3rem 0;
}

.main-usl.pt-60 {
  padding-top: 80px !important;
}

.main-catalog .row-setting-open .main-cat-item:nth-child(3) .item-body .h5 {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 3rem;
}

.main-catalog .row-setting-open .main-cat-item:nth-child(3) .item-body {
  text-align: center;
  font-size: 17px;
  line-height: 30px;
}

.main-catalog .row-setting-open .main-cat-item:nth-child(3) .item-body ul li a {
  color: #2e3233;
}

.service-section-index-1 .heading-content {
  margin-bottom: 2rem;
}

.testimonials-index-1 .testimonials {
  position: relative;
}

.testimonials-index-1 .testimonials:before {
  content: '';
  max-width: 290px;
  max-height: 290px;
  background: #f1f1f1;
  position: absolute;
  top: -35%;
  left: -20%;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
}

.testimonials-index-1 .hr {
  max-width: 390px;
  width: 100%;
  height: 5px;
  background-color: #7392ab;
  margin-left: auto;
  margin-right: -40px;
}

.pano {
  position: relative;
}

.pano:before {
  content: '';
  border: 5px solid #eeeeee;
  width: 145px;
  height: 145px;
  position: absolute;
  transform: rotate(45deg);
  top: 5%;
  right: 5%;
}

.pano:after {
  content: '';
  width: 70px;
  height: 70px;
  background: #eee;
  position: absolute;
  transform: rotate(45deg);
  top: -15%;
  right: 5%;
}

.blog-section-index-1 .blog-section .blog-heading a {
  display: block;
  max-width: 200px;
}

.blog-section-index-1 .blog-img {
  position: relative;
}

.blog-section-index-1 .blog-img:before {
  content: '';
  width: 390px;
  height: 5px;
  background-color: #7392ab;
  position: absolute;
  bottom: 10%;
  z-index: 99;
  right: 0;
  margin-right: -30%;
}

.main-brands .heading-content {
  display: flex;
  align-items: flex-end;
  margin-right: 3rem;
}

.main-brands .text-right-horizontal {
  display: flex;
  align-items: flex-end;
  text-align: initial;
  flex-flow: row wrap;
}

.main-brands .text-right-horizontal .clearfix {
  width: 73%;
}

.main-brands .text-right-horizontal .clearfix p {
  color: #355777;
}

.main-brands-hr {
  max-width: 1170px;
  height: 5px;
  background-color: #7392ab;
  margin: 0 auto;
  margin-top: -5px;
}

.blog-section .gallery-news .owl-nav {
  float: initial !important;
}

.blog-section .gallery-news .owl-controls {
  position: absolute;
  bottom: -10% !important;
  top: inherit !important;
}

.main-catalog .row-setting-open .main-cat-item:nth-child(2) .item-body ul li a:hover {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.main-catalog .row-setting-open .main-cat-item:nth-child(4) .item-body ul li a:hover,
.main-catalog .row-setting-open .main-cat-item:nth-child(5) .item-body ul li a:hover {
  color: #000;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

.main-catalog .row-setting-open .main-cat-item:nth-child(3) .item-body ul li a:hover {
  color: #fff;
  text-shadow: 0 0 5px rgba(90, 91, 74, 0.8);
}

.main-catalog .row-setting-open .main-cat-item:nth-child(2) .item-body ul li a.btn-gold:hover {
  text-shadow: initial !important;
}

@media only screen and (max-width:1199px) {
  .img-back:after {
    content: none;
  }
}

@media (min-width:1200px) and (max-width:1399px) {
  .img-back:after {
    right: 0%;
  }
}

@media (min-width:1400px) and (max-width:1599px) {
  .img-back:after {
    right: 5%;
  }
}

@media (min-width:1600px) and (max-width:1799px) {
  .img-back:after {
    right: 10%;
  }

  .aboutus-index-1-section:before {
    left: 0;
  }

  .aboutus-index-1-section:after {
    left: 5%;
  }
}

@media only screen and (max-width:1599px) {

  .aboutus-index-1-section:before,
  .aboutus-index-1-section:after,
  .testimonials-index-1 .testimonials:before,
  .pano:after,
  .pano:before {
    content: none;
  }
}

@media only screen and (max-width:768px) {

  /*767px*/
  .aboutus-index-1-section {
    overflow: hidden;
  }

  .main-catalog .row-setting-open .main-cat-item {
    position: relative;
    width: 100% !important;
    height: auto !important;
    background: none !important;
    transform: none !important;
    top: 0 !important;
    left: 0 !important;
  }

  .main-catalog .row-setting-open .main-cat-item .item-body {
    transform: none !important;
  }

  .main-catalog .row-setting-open .main-cat-item .item-body ul li a {
    color: #2e3233 !important;
  }

  .main-catalog .row-setting-open .main-cat-item .item-body .h5 {
    color: #2e3233 !important;
    font-size: 20px !important;
    margin: 1rem 0 !important;
  }

  .main-catalog.mb-150 {
    margin: 0 !important;
  }

  .testimonials-index-1 .testimonials,
  .testimonials-index-2 .testimonialss {
    margin-left: 0 !important;
  }

  .testimonials-index-1 .testimonials .horizontal-header,
  .testimonials-index-2 .testimonialss .horizontal-header {
    position: relative;
    top: 0 !important;
    left: 0 !important;
  }

  .testimonials-index-1 .testimonials .item,
  .testimonials-index-2 .testimonialss .item {
    padding-right: 0 !important;
  }

  .blog-section-index-1 .blog-img:before {
    content: none;
  }

  .blog-section .owl-controls {
    top: inherit;
    bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .aboutus-index-1-section .cta-section:before {
    left: 10%;
  }

  .main-catalog .row-setting-open .main-cat-item:first-child {
    top: 40%;
  }

  .main-catalog .row-setting-open .main-cat-item:nth-child(2) {
    top: 85%;
    left: 40%;
  }

  .main-catalog .row-setting-open .main-cat-item:nth-child(3) {
    left: 7%;
    bottom: -77%;
    top: inherit;
  }

  .main-catalog .row-setting-open .main-cat-item:nth-child(4) {
    left: 62%;
    top: 40%;
  }

  .service-section-index-1.main-usl {
    margin-top: 75rem;
  }

  .main-catalog .row-setting-open .main-cat-item:nth-child(5) {
    top: initial;
    bottom: -115%;
    left: 39%;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  .aboutus-index-1-section .cta-section:before {
    left: 30%;
  }
}

@media only screen and (min-width:2000px) {
  .img-back:after {
    right: 25%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-catalog .row-setting-open .main-cat-item:first-child {
    top: 40%;
  }

  .main-catalog .row-setting-open .main-cat-item:nth-child(2) {
    top: 50%;
    left: 53%;
  }

  .main-catalog .row-setting-open .main-cat-item:nth-child(3) {
    left: 29%;
    top: 91%;
  }

  .main-catalog .row-setting-open .main-cat-item:nth-child(4) {
    left: 3%;
    bottom: -50%;
    top: inherit;
  }

  .main-catalog .row-setting-open .main-cat-item:nth-child(5) {
    left: 52%;
    bottom: -77%;
    top: inherit;
  }

  .service-section-index-1.main-usl {
    margin-top: 50rem;
  }
}

@media (min-width:1200px) and (max-width:1299px) {
  .main-catalog .row-setting-open .main-cat-item:nth-child(2) {
    top: 52%;
    left: 24%;
  }

  .main-catalog .row-setting-open .main-cat-item:nth-child(3) {
    left: 67%;
  }

  .service-section-index-1.main-usl {
    margin-top: 40rem;
  }
}

@media (min-width:1300px) and (max-width:1399px) {
  .main-catalog .row-setting-open .main-cat-item:nth-child(2) {
    left: 26%;
  }

  .main-catalog .row-setting-open .main-cat-item:nth-child(3) {
    left: 66%;
  }

  .main-catalog .row-setting-open .main-cat-item:nth-child(5) {
    left: 49%;
  }
}

@media (min-width:1400px) and (max-width:1499px) {
  .main-catalog .row-setting-open .main-cat-item:nth-child(2) {
    left: 27%;
  }

  .main-catalog .row-setting-open .main-cat-item:nth-child(3) {
    left: 65%;
  }

  .main-catalog .row-setting-open .main-cat-item:nth-child(5) {
    left: 49%;
  }

  .service-section-index-1.main-usl {
    margin-top: 40rem;
  }
}

@media (min-width:1500px) and (max-width:1599px) {
  .main-catalog .row-setting-open .main-cat-item:nth-child(2) {
    left: 29%;
  }

  .main-catalog .row-setting-open .main-cat-item:nth-child(3) {
    left: 65%;
  }
}

@media (min-width:1600px) and (max-width:1699px) {
  .main-catalog .row-setting-open .main-cat-item:nth-child(2) {
    left: 30%;
  }

  .main-catalog .row-setting-open .main-cat-item:nth-child(3) {
    left: 64%;
  }

  .service-section-index-1.main-usl {
    margin-top: 30rem;
  }
}

@media (min-width:1700px) and (max-width:1899px) {
  .main-catalog .row-setting-open .main-cat-item:nth-child(2) {
    left: 32%;
  }

  .service-section-index-1.main-usl {
    margin-top: 30rem;
  }
}

@media only screen and (min-width:2560px) {
  .main-catalog .row-setting-open .main-cat-item:nth-child(2) {
    left: 38%;
  }

  .main-catalog .row-setting-open .main-cat-item:nth-child(5) {
    left: 50%;
  }

  .main-catalog .row-setting-open .main-cat-item:nth-child(3) {
    left: 60%;
    top: 56%;
  }

  .service-section-index-1.main-usl {
    margin-top: 25rem;
  }
}

@media only screen and (max-width:991px) {
  .testimonials-index-1 .hr {
    margin: 0;
  }
}

.main-catalog .row-setting-open .main-cat-item .item-body .h5 {
  font-weight: 900 !important;
}

.share-soc {
  justify-content: flex-end;
}

.share-soc p {
  margin: 0;
}

.ya-share2__link {
  background: none !important;
}

.main-catalog {
  z-index: 9;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

html,
body {
  position: relative
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  color: inherit
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-size: inherit
}

button {
  cursor: pointer;
  font: inherit
}

button,
input,
select {
  outline: transparent
}

.box-items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 40px;
  margin-bottom: 47px
}

.brends__item:hover {
  -webkit-box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 20%);
  box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 20%);
}

.brends__item {
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 110px
}

.brends__item img {
  max-width: 184px;
  max-height: 80px
}

.link-decor {
  position: relative
}

.link-decor:before {
  content: '';
  height: 1px;
  width: 0%;
  bottom: 2px;
  position: absolute;
  background-color: #8b8b8b;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s
}

.link-decor:hover:before {
  width: 100%
}

.rooms__item {
  overflow: hidden;
  height: 200px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 18px;
  padding-left: 18px;
  padding-right: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.rooms__item-link:hover {
  color: #fff
}

.rooms__item-link:focus {
  color: #fff
}

.rooms__item-link {
  z-index: 5;
  margin-top: auto;
  position: relative
}

.rooms__item-inner {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: scale, 0.3s;
  -o-transition: scale, 0.3s;
  transition: scale, 0.3s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}

.rooms__item:hover .rooms__item-inner {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}

.rooms__item::before {
  z-index: 2;
  position: absolute;
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, color-stop(9%, #000), color-stop(34%, rgba(0, 0, 0, 0.1)));
  background: -o-linear-gradient(bottom, #000 9%, rgba(0, 0, 0, 0.1) 34%);
  background: linear-gradient(0deg, #000 9%, rgba(0, 0, 0, 0.1) 34%);
  opacity: 0.6;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0
}

.box-title {
  font-size: 14px;
  font-weight: 300;
  color: #2e3233;
  line-height: 1.857;
  text-transform: uppercase;
  margin-bottom: 10px
}

.catalog__items-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.catalog__effect .catalog__item {
  max-width: 310px
}

.catalog__item {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.875;
  max-width: 335px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.catalog__item+.catalog__item {
  margin-left: 25px
}

.catalog__effect-list {
  color: #8b8b8b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%
}

.catalog__effect-list ul+ul {
  margin-left: 30px
}

.catalog__microcement {
  max-width: 442px;
  width: 100%
}

.catalog__prod-item {
  height: 80px;
  width: 100%;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.catalog__prod-item::before {
  content: '';
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, color-stop(9%, #000), color-stop(93%, rgba(0, 0, 0, 0.05)));
  background: -o-linear-gradient(left, #000 9%, rgba(0, 0, 0, 0.05) 93%);
  background: linear-gradient(90deg, #000 9%, rgba(0, 0, 0, 0.05) 93%);
  opacity: 0.6;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0
}

.catalog__prod-link:hover {
  color: #fff
}

.catalog__prod-link:focus {
  color: #fff
}

.catalog__prod-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 18px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 20
}

.catalog__prod li+li {
  margin-top: 8px
}

.catalog__prod-item:hover {
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2)
}

.catalog__prod-item:hover:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(2%, #000), color-stop(70%, rgba(0, 0, 0, 0.05)));
  background: -o-linear-gradient(left, #000 2%, rgba(0, 0, 0, 0.05) 70%);
  background: linear-gradient(90deg, #000 2%, rgba(0, 0, 0, 0.05) 70%)
}

.catalog__microcement-list {
  padding: 40px 14px 40px 44px;
  color: #fff;
  line-height: 1.875;
  position: relative;
  background-image: url(/images/bg.jpg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative
}

.catalog__microcement-list::before {
  content: '';
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(100%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.01)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 100%, rgba(0, 0, 0, 0.01) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 100%, rgba(0, 0, 0, 0.01) 100%);
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.catalog__microcement-list a:hover {
  color: #fff
}

.catalog__microcement-list a:focus {
  color: #fff
}

.catalog__microcement-list a {
  position: relative;
  z-index: 20
}

@media (max-width: 1200px) {
  .catalog__items-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .catalog__microcement {
    width: 100%;
    max-width: 100%
  }

  .catalog__item {
    margin-bottom: 20px
  }
}

@media (max-width: 751px) {
  .catalog__item {
    max-width: 100%
  }

  .catalog__item+.catalog__item {
    margin-left: 0px
  }
}

.catalog__header {
  padding-top: 60px;
  padding-bottom: 60px
}

.catalog__header-title {
  position: relative;
  height: 80px;
  margin-bottom: 10px;
  text-align: center
}

.catalog__header-title::after {
  content: 'Каталог';
  z-index: -1;
  position: absolute;
  color: #f7f7f7;
  text-transform: uppercase;
  font-size: 89px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  left: 0;
  right: 0;
  top: 0
}

.catalog__header-title span {
  text-align: center;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  color: #355777;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 80px;
  text-align: right;
  margin-left: 15px;
  letter-spacing: 3px
}

.catalog__header-text {
  text-align: center;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #8b8b8b;
  margin-bottom: 15px
}

.footer-copyright {
  background: #355777;
  padding-top: 20px;
  padding-bottom: 30px;
}

.footer-copyright a {
  color: #7287a4;
}

.footer-copyright p {
  color: #7287a4;
}

.footer-copyright a.mail-link {
  color: #aabfdc;
}

.social__buttons a {
  color: #314663;
}

.tparrows {
  border: 7px solid #314663;
}

.cssmenu ul ul ul li a {
  background: #355777 !important;
}

.text-right-horizontal .heading-text[data-lead-text]:before {
  content: attr(data-lead-text) "";
  letter-spacing: 7px;
  font-size: 10px;
  position: absolute;
  margin-top: 30px;
  font-weight: 500;
  color: #355777;
  margin-right: 15px;
  right: 0;
}

text-right-horizontal .heading-text {
  font-size: 30px;
  font-family: "Montserrat";
  color: #7392ab;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
}

.woobg .cssmenu ul li ul a,
.pagebg .cssmenu ul li ul a {
  background: #355777 !important;
}

.cssmenu li:hover>ul>li {
  border-bottom: 2px solid #355777 !important;
}

.is-sticky .header-menubar,
.pagebg .is-sticky .sticky-header,
.is-sticky .header3 .pagebg {
  /* background: #355777 !important; */
}

.cssmenu.small-screen .submenu-button.submenu-opened {
  background: #355777 !important;
}

.catalog__effect.catalog__item .catalog__effect-list>ul {
  list-style-position: inside;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  list-style-type: decimal;
}

.catalog__item {
  float: left;
}

@media (max-width: 768px) {
  .catalog__item {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .catalog__item+.catalog__item {
    margin-left: 0px;
  }
}

@media (max-width: 425px) {
  .catalog__prod-item {
    background-size: auto;
  }
}

/* .container p {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
} */

.container img[align=right] {
  margin-left: 1.5rem;
}

.container .blog-section ol,
.blog-section ul {
  font-size: 15px;
}

.service-details-info .service-details-content {
  font-size: 14px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.pt-50.pb-50.mb-150.main-catalog p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.main-catalog .row-setting-open .main-cat-item:nth-child(4) .list-unstyled-n {
  display: flex;
  flex-direction: column;
}

.main-catalog .row-setting-open .main-cat-item:nth-child(4) .item-body .h5 {
  margin-bottom: 1rem;
  margin-top: 0;
}

.main-catalog .row-setting-open .main-cat-item:nth-child(4) .item-body ul li a {
  font-size: 16px;
}

body .listItemDesc {
  height: auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.project-gallery {
  display: flex;
  flex-wrap: wrap;
}

/* Шапка */
.iq-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.iq-header * {
  user-select: none
}

.iq-header-logo {
  width: 223px;
  height: 40px
}

.iq-header-logo img {
  display: block;
  width: 100%;
  height: 100%
}

.iq-header-tel {
  position: relative;
  color: #fff;
  text-decoration: none
}

.iq-header-tel::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: linear-gradient(90deg, transparent, #355777);
  width: 100%;
  transition: .3s ease-in-out
}

.iq-header-tel.isActive::before {
  opacity: 0
}

.iq-menu-item {
  position: relative;
}

.iq-menu-item>.iq-menu-head>.iq-submenu-icon {
  display: none
}

.iq-menu-link {
  display: flex;
  align-items: center;
  color: #e9ecf0;
  height: 100%;
  padding: 0 10px;
  text-transform: uppercase;
  text-decoration: none
}

.iq-menu-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%
}

.iq-search {
  position: relative;
  height: 100%
}

.iq-search-toggle {
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer
}

.iq-search-toggle__icon {
  fill: #e9ecf0
}

.iq-search-form-display {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 10;
  display: none
}



.iq-search-form-label {
  position: relative;
  display: flex;
  /*width:300px;*/
  width: 100%;
  height: 34px;
  border-bottom: 2px solid #e9ecf0;
}

.iq-search-form-input {
  background: 0;
  color: #e9ecf0;
  font-family: inherit;
  height: 100%;
  width: 100%;
  padding: 0 10px;
  margin: 0;
  border: 0;
}

.iq-search-form-input::placeholder {
  color: inherit
}

.iq-search-form-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: 0;
  cursor: pointer;
  border: 0;
}

.iq-search-form-btn__icon {
  fill: #e9ecf0;
  width: 18px;
  height: 18px
}


.iq-submenu {
  opacity: 0;
  pointer-events: none;
  transition: .2s ease-in-out;
  position: absolute;
  top: 100%;
  background: #355777
}

.iq-submenu .iq-submenu {
  top: 0;
  left: 100%;
  border-left: 1px solid #43607b
}

.iq-submenu-item {
  white-space: nowrap;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  border-bottom: 1px solid #43607b
}

.iq-submenu-item:last-child {
  border: 0
}

.iq-submenu-link {
  display: flex;
  align-items: center;
  flex-grow: 1;
  color: #e9ecf0;
  height: 100%;
  text-transform: uppercase;
  text-decoration: none
}

.iq-submenu-link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ''
}

.iq-submenu-icon {
  overflow: hidden;
  position: relative;
  width: 10px;
  height: 10px;
  margin-left: 10px
}

.iq-submenu-icon::before,
.iq-submenu-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  transform: translate(-50%, -50%);
  background: #e9ecf0;
  transition: .3s ease-in-out
}

.iq-submenu-icon::before {
  width: 10px;
  height: 2px
}

.iq-submenu-icon::after {
  width: 2px;
  height: 10px
}

.menuOpen>.iq-menu-head .iq-submenu-icon::after {
  top: -5px
}

.menuOpen>.iq-submenu {
  z-index: 1;
  pointer-events: all;
  opacity: 1
}

.iq-header-mobile {
  display: none
}

.iq-header-mobile-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  background: #355777;
  border-top: 1px solid #43607b;
  border-bottom: 1px solid #43607b;
  padding: 0 15px
}

.iq-header-mobile-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px
}

.iq-header-mobile-hamburger {
  margin-left: auto;
  height: 100%;
  width: 50px
}

.iq-header-mobile-hamburger__wrap {
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
  height: 100%
}

.iq-header-mobile-hamburger__wrap__line {
  position: relative;
  top: 0;
  background: #fff;
  width: 30px;
  height: 3px;
  border-radius: 1px;
  transition: top .4s .4s, opacity .4s .4s, transform .4s;
  transition-timing-function: ease-in-out
}

.iq-header-mobile-hamburger__wrap__line:nth-child(2) {
  margin: 6px 0
}

.mobileMenuActive .iq-header-mobile-hamburger__wrap__line {
  transition: top .4s, opacity .4s, transform .4s .4s
}

.mobileMenuActive .iq-header-mobile-hamburger__wrap__line:nth-child(1) {
  top: 9px;
  transform: rotate(45deg)
}

.mobileMenuActive .iq-header-mobile-hamburger__wrap__line:nth-child(2) {
  opacity: 0
}

.mobileMenuActive .iq-header-mobile-hamburger__wrap__line:nth-child(3) {
  top: -9px;
  transform: rotate(-45deg)
}

.iq-header-mobile-container {
  display: none;
  position: absolute;
  top: calc(100% + 50px);
  right: 0;
  left: 0;
  flex-direction: column;
  background: #355777
}

@media screen and (max-width: 1199px) {
  .iq-header {
    padding: 0 15px;
    font-size: 14px
  }

  .iq-search-form {
    padding: 0 15px
  }

  .iq-submenu-item {
    font-size: 13px;
    padding: 0 10px
  }
}

@media screen and (max-width: 991px) {
  .iq-header {
    justify-content: center;
    height: auto
  }

  .iq-header-mobile {
    display: block
  }

  .iq-header-mobile-wrap {
    padding: 0 10px
  }

  .iq-header-mobile-container {
    display: flex;
    opacity: 0;
    pointer-events: none;
    transition: .5s ease-in-out
  }

  .iq-header-mobile-container.isOpen {
    opacity: 1;
    pointer-events: all
  }

  .iq-header-mobile-container>* {
    display: flex !important
  }

  .iq-header-mobile-container>.iq-search-toggle {
    display: none !important
  }

  .iq-header-mobile-container>.iq-social {
    display: none !important
  }

  .iq-header-mobile-container>.iq-header-tel {
    display: none !important
  }

  .iq-header-logo {
    margin: 10px 0
  }

  .iq-search-form-display {
    position: static
  }

  .iq-menu {
    display: none
  }

  .iq-search-toggle {
    display: none
  }

  .iq-search-form-display {
    display: none
  }

  .iq-social {
    display: none
  }

  .iq-header-tel {
    display: none
  }

  .iq-search-form {
    width: 100%;
    padding: 5px 10px;
    height: auto
  }

  .iq-search-form-label {
    width: 100%
  }

  .iq-menu {
    flex-direction: column;
    overflow: hidden
  }

  .iq-menu-item {
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
  }

  .iq-menu-item>.iq-menu-head>.iq-submenu-icon {
    display: flex
  }

  .iq-menu-link {
    flex-grow: 1;
    padding: 5px 10px
  }

  .iq-submenu-link::before {
    display: none
  }

  .iq-menu-head {
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-height: 50px;
    border-bottom: 1px solid #43607b
  }

  .iq-submenu {
    position: static;
    display: none;
    opacity: 1;
    pointer-events: all;
    width: 100%
  }

  .iq-submenu .iq-submenu-link {
    padding-left: 20px;
    font-size: 12px
  }

  .iq-submenu-icon {
    display: flex;
    align-items: center;
    width: 50px;
    height: 50px;
    border-left: 1px solid #43607b;
    margin-left: 0
  }

  .iq-submenu-item {
    flex-direction: column;
    padding: 0;
    border: 0;
    height: auto
  }

  .iq-submenu .iq-submenu .iq-submenu-link {
    padding-left: 25px
  }

  .iq-submenu .iq-submenu .iq-submenu .iq-submenu-link {
    padding-left: 35px
  }

  .iq-submenu .iq-submenu .iq-submenu .iq-submenu .iq-submenu-link {
    padding-left: 45px
  }

  .iq-submenu .iq-submenu .iq-submenu .iq-submenu .iq-submenu-link {
    padding-left: 55px
  }

  .menuOpen>.iq-submenu {
    display: block
  }
}

.fa.fa-telegram {
  background-image: url(/images/telegram-svgrepo-com.svg);
  display: inline-block;
  width: 25px;
  height: 23px;
}

.pagebg .iq-header {
  background: transparent;
}

.iq-header-mobile-container.isOpen #menu-button {
  display: none;
}

.iq-header-mobile-container.isOpen .iq-menu>ul {
  display: block !important;
}

.iq-header-mobile-container.isOpen .iq-menu {
  overflow: visible;
}

.iq-header-mobile-container.isOpen .iq-search-form-display {
  display: none !important;
}

.iq-header-mobile-wrap .social__buttons {
  display: flex;
  margin-left: 50px;
}

.iq-header-mobile-wrap .social__buttons li {
  margin: 0 10px;
}

.main-catalog .row-setting-open .main-cat-item:nth-child(4) {
  width: 240px;
  height: 240px;
  top: 35.5%;
  left: 51.7%;
}

.main-catalog .row-setting-open .main-cat-item:nth-child(4) .item-body .h5 {
  font-size: 13px;
}

/**/
/*div.main-catalog {
		overflow-x: hidden;
    overflow-y: visible;
}*/
div.main-catalog .row-setting-open .main-cat-item:nth-child(4) .list-unstyled-n {
  width: 288px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 305px;
  column-gap: 20px;
}

.main-catalog .row-setting-open .main-cat-item:nth-child(4) .item-body .h5 {
  font-size: 15px;
  margin-bottom: 17px;
}

.main-catalog .row-setting-open .main-cat-item:nth-child(4) .item-body .btn-gold,
div.main-catalog .row-setting-open .main-cat-item:nth-child(5) .btn-gold {
  margin-top: 17px;
}

.main-catalog .row-setting-open .main-cat-item:nth-child(4) .item-body ul li:nth-child(2n+1):after,
.main-catalog .row-setting-open .main-cat-item:nth-child(3) li:nth-child(3n+1):after,
.main-catalog .row-setting-open .main-cat-item:nth-child(3) li:nth-child(3n+2):after,
.main-catalog .row-setting-open .main-cat-item:nth-child(5) ul li:nth-child(2n):after {
  content: ' ';
  display: block;
  width: 2px;
  height: calc(100% - 9px);
  right: -11px;
  margin-right: 0;
  position: absolute;
  top: 6px;
}

div.main-catalog .row-setting-open .main-cat-item:nth-child(5) li:nth-last-child(2),
div.main-catalog .row-setting-open .main-cat-item:nth-child(5) li:nth-child(1) {
  width: 100%;
}

div.main-catalog .row-setting-open .main-cat-item:nth-child(4) .item-body ul li:after {
  background-color: #ffffff69;
}

div.main-catalog .row-setting-open .main-cat-item:nth-child(3) li:after {
  background-color: #BABABA;
}

div.main-catalog .row-setting-open .main-cat-item:nth-child(5) ul li:after {
  background-color: #7392AB;
}

div.main-catalog .row-setting-open .main-cat-item:nth-child(4) .item-body ul li:nth-last-child(2),
div.main-catalog .row-setting-open .main-cat-item:nth-child(3) li:last-child:after,
div.main-catalog .row-setting-open .main-cat-item:nth-child(5) ul li:first-child:after,
div.main-catalog .row-setting-open .main-cat-item:nth-child(5) ul li:last-child:after,
div.main-catalog .row-setting-open .main-cat-item:nth-child(5) ul li:nth-last-child(2):after,
div.main-catalog .row-setting-open .main-cat-item:nth-child(3) ul li:nth-last-child(2):after {
  display: none;
}

div.main-catalog {
  min-height: 792px;
}

div.main-catalog .row-setting-open .main-cat-item:first-child {
  width: 460px;
  height: 460px;
  margin-left: -99px;
  margin: 60px 0 0 -90px;
  text-align: center;
}

div.main-catalog .row-setting-open .main-cat-item:first-child .item-body {
  width: 100%;
}

div.main-catalog .row-setting-open .main-cat-item:first-child .item-body .h5 {
  margin-bottom: 69px;
}

div.main-catalog .row-setting-open .main-cat-item:first-child .item-body .btn-gold {
  margin-top: 70px;
}

div.main-catalog .row-setting-open .main-cat-item:first-child li:nth-last-child(3),
.main-catalog .row-setting-open .main-cat-item:first-child li:nth-last-child(2) {
  width: 47%;
}

div.main-catalog .row-setting-open .main-cat-item:first-child li:nth-last-child(3) {
  float: right;
}

div.main-catalog .row-setting-open .main-cat-item:nth-child(3) {
  width: 248px;
  height: 248px;
  top: calc(59% - 84px);
  left: 65.4%;
}

div.main-catalog .row-setting-open .main-cat-item:nth-child(3) .item-body .h5,
div.main-cat-item:nth-child(5) .item-body .h5 {
  font-size: 15px;
}

div.main-catalog .row-setting-open .main-cat-item:nth-child(3) .item-body ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  justify-content: center;
}

div.main-catalog .row-setting-open .main-cat-item:nth-child(3) .item-body .btn-gold {
  margin-top: 23px;
}

div.main-catalog .row-setting-open .main-cat-item:nth-child(5) {
  top: calc(84% - 84px);
  left: 53.8%;
  background-image: url(/images/mikrocement_main_catalog.png);
}

div.main-catalog .row-setting-open .main-cat-item:nth-child(5) ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 20px;
  width: 400px;
}

.main-catalog .text-right-horizontal {
  transform: translateY(-25px);
}

@media (max-width: 1440px) {
  div.main-catalog .row-setting-open .main-cat-item:nth-child(3) {
    left: 69.7%;
  }

  div.main-catalog .row-setting-open .main-cat-item:nth-child(4) {
    left: 50%;
  }

  div.main-catalog .row-setting-open .main-cat-item:nth-child(5) {
    left: 54.4%;
  }
}

@media (max-width: 1280px) {

  div.main-catalog .row-setting-open .main-cat-item:nth-child(5) ul,
  div.main-catalog .row-setting-open .main-cat-item:nth-child(4) .list-unstyled-n,
  div.main-catalog .row-setting-open .main-cat-item:nth-child(3) .item-body ul {
    width: auto
  }

  div.main-catalog .row-setting-open .main-cat-item:nth-child(5) {
    left: 52%;
  }

  div.main-catalog .row-setting-open .main-cat-item:nth-child(3) {
    left: 29%;
    top: 91%;
    width: 325px;
    height: 325px;
  }

  div.main-catalog .row-setting-open .main-cat-item:nth-child(4) {
    width: 240px;
    height: 240px;
    top: 35.5%;
    left: 51.7%;
  }

  div.main-catalog .row-setting-open .main-cat-item:first-child {
    margin: 0;
  }

  .main-catalog .row-setting-open .main-cat-item:nth-child(4) .item-body ul li:nth-child(2n+1):after,
  .main-catalog .row-setting-open .main-cat-item:nth-child(3) li:nth-child(3n+1):after,
  .main-catalog .row-setting-open .main-cat-item:nth-child(3) li:nth-child(3n+2):after,
  .main-catalog .row-setting-open .main-cat-item:nth-child(5) ul li:nth-child(2n):after {
    display: none;
  }
}

/**/
@media (max-width: 1024px) {

  /**/
  div.main-catalog .row-setting-open .main-cat-item:first-child {
    width: 400px;
    height: 400px;
    top: 53%;
  }

  .main-catalog .row-setting-open .main-cat-item:nth-child(2) {
    top: 39.5%;
    left: 48%;
  }

  div.main-catalog .row-setting-open .main-cat-item:nth-child(3) {
    left: 11.5%;
    top: 118%;
  }

  div.main-catalog .row-setting-open .main-cat-item:nth-child(4) {
    left: 27.5%;
    top: 26.5%;
  }

  div.main-catalog .row-setting-open .main-cat-item:nth-child(5) {
    left: 35%;
    top: calc(99% - 84px);
  }

  /**/
  .front-gallery .gallery-caption .caption-text .h1 {
    text-align: center;
  }
}

@media (max-width: 768px) {

  div.main-catalog .row-setting-open .main-cat-item:nth-child(5) ul,
  div.main-catalog .row-setting-open .main-cat-item:nth-child(4) .list-unstyled-n,
  div.main-catalog .row-setting-open .main-cat-item:nth-child(3) .item-body ul {
    flex-direction: column;
  }

  div.main-catalog .row-setting-open .main-cat-item:first-child li:nth-last-child(3),
  .main-catalog .row-setting-open .main-cat-item:first-child li:nth-last-child(2) {
    width: 100%;
  }

  div.main-catalog .row-setting-open .main-cat-item:first-child .item-body .btn-gold {
    margin-top: 0;
    margin-bottom: 40px;
  }

  /*---*/
  .main-catalog .row-setting-open .main-cat-item:nth-child(2) .item-body ul li:last-child,
  div.main-catalog .row-setting-open .main-cat-item:nth-child(3) .item-body .btn-gold,
  .main-catalog .row-setting-open .main-cat-item:nth-child(4) .item-body .btn-gold,
  .main-catalog .row-setting-open .main-cat-item:nth-child(5) .item-body ul li:last-child a {
    margin-top: 25px;
    margin-bottom: 40px;
  }

  /*---*/
}

@media (max-width: 767px) {

  /**/
  /*	div.main-catalog .row-setting-open .main-cat-item:nth-child(5){
		left:39%;
	}*/
  /**/
  .front-gallery .gallery-caption .caption-text {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
  }

  .front-gallery .gallery-caption .caption-text .gallery_caption_icon span.icon {
    position: static;
  }

  .list-unstyled-n li {
    text-align: center;
  }

  .testimonials .item.blog-img img {
    height: 200px;
  }

  #testimonials-index-1 .testimonials {
    margin-bottom: 0px;
  }

  .testimonials-index-1 .testimonials .item {
    padding-bottom: 0px !important;
  }
}

@media (max-width: 410px) {
  .shop-content span.price {
    line-height: normal
  }

  .currency-box {
    display: block;
  }
}

@media (min-width: 992px) {
  .blog-section .owl-controls {
    width: max-content;
    right: 0;
  }
}

.iq-header-contacts-wrap {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}

.iq-header-contacts-wrap a[href^="mailto:"]:before {
  margin-right: 5px;
  opacity: 1 !important;
  content: '';
  background: url(/assets/home-1/mail-alt.svg);
  height: 20px;
  width: 20px;
  display: inherit;
  position: relative;
  background-size: cover;
}

.iq-header-contacts-wrap a[href^="tel:"]:before {
  margin-right: 5px;
  opacity: 1 !important;
  content: '';
  background: url(/assets/home-1/phone-flip.svg);
  height: 20px;
  width: 20px;
  display: inherit;
  position: relative;
  background-size: cover;
}

.iq-header-contacts-wrap .iq-header-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}


@media (max-width: 1200px) {
  .callback-order {
    display: none;
  }
}

.footer-copyright .footer-menu {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.footer-copyright .footer-menu:after {
  display: none;
}

.footer-menu .submenu-footer a {
  padding: 10px 0px;
  color: #fff;
  text-transform: uppercase;
}

.footer-contacts-info .social__buttons {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0;
}

.footer-contacts-info .social__buttons li {
  left: 0;
}

.footer-contacts-info .footer-contacts-info-items,
.footer-geopos-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footer-contacts-info .footer-contacts-info-items img,
.footer-geopos-container img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.project-gallery .gallery-2:hover .gallery-caption-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-mobile-only {
  display: none;
}

.iq-menu a {}

.cssmenu.iq-menu>ul>li>a {
  color: white !important;
}

@media (max-width: 991px) {
  .header-desktop-only {
    display: none !important;
  }

  .header-mobile-only {
    display: block;
  }

  .no-sub-menu .submenu-button {
    display: none !important;
  }

  .header-mobile-only .has-sub a {
    text-align: center;
  }

  .header-mobile-geopos,
  .header-mobile-worktime {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }

  .header-mobile-geopos img,
  .header-mobile-worktime img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }

  .header-mobile-geopos span,
  .header-mobile-worktime span {
    font-size: 11px;
    text-align: center;
  }


  .header-mobile-only .social__buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }

  .header-mobile-only .social__buttons .social__buttons__item {
    margin: 0 10px;
    display: inline-block;
    left: 0;
  }

  .header-mobile-only .social__buttons .social__buttons__item a {
    background-repeat: no-repeat;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-color: #fff;
    margin: 0px;
  }

  .iq-header-mobile .header-mobile-contacts img {
    width: 30px;
    height: 30px;
  }

  .iq-header-mobile .iq-header-mobile-hamburger {
    margin: 0 !important;
  }

  .footer-worktime-container {
    justify-content: center;
  }
}

.footer-mobile-menu-only,
.footer-mobile-only,
.iq-search-form-display-mobile {
  display: none;
}

.footer-worktime-container {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
}

.footer-worktime-container img {
  width: 30px;
  height: 30px;
}

@media (max-width: 991px) {
  .footer-mobile-menu-only {
    display: block;
  }

  .footer-mobile-menu-only li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
    z-index: 1;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    float: none;
  }

  .footer-mobile-menu-only li a {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 0;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
  }

  .footer-mobile-menu-only .has-sub ul {
    display: none;
  }

  .footer-mobile-menu-only .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }

  .footer-mobile-menu-only .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
  }

  .footer-mobile-menu-only .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: '';
  }

  .footer-mobile-menu-only .submenu-button.submenu-opened:before {
    display: none
  }

  .footer-desktop-only {
    display: none;
  }

  .footer-contacts-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-mobile-only {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.moclients-sidebar__outside {
  top: 60%;
}

.h2-style-font {
  font-size: 25px;
  color: #000;
  letter-spacing: 1px;
  font-family: Montserrat;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.h2-style-font a {
  font-size: 16px;
  color: #000;
  letter-spacing: 1px;
}

.header-desktop-only .search-form.mob {
  display: none;
}

.footer-contacts-info .footer-contacts-info-items img,
.footer-geopos-container img,
.footer-copyright .socbut {
  width: 30px;
  height: 30px;
}

.footer-copyright .socbut:first-of-type a,
.footer-copyright .socbut:first-of-type div {
  margin-left: 0px !important;
  top: -5px;
  position: relative;
}

.footer-copyright .socbut:first-of-type a:before {
  font-size: 20px !important;
}

.sticky-header.header_fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

@media (max-width: 991px) {
  .iq-header-mobile-wrap .iq-header-mobile-hamburger {
    order: 1
  }

  .iq-header-mobile-wrap .header-mobile-contacts[href^="tel:"] {
    order: 2
  }

  .iq-header-mobile-wrap .header-mobile-contacts[href^="mailto:"] {
    order: 3
  }

  .iq-header-mobile-wrap .header-mobile-search {
    order: 4
  }
}

@media (max-width: 767px) {
  .blog-section-index-1 .blog-section-main .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .blog-section-index-1 .blog-section-main .owl-nav .owl-prev,
  .blog-section-index-1 .blog-section-main .owl-nav .owl-next {
    width: auto
  }

  .footer-boxdiv-two .form-group.col-sm-4.col-xs-12 {
    text-align: center;
  }
}

.footer-copyright a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .blog-section-index-1 .blog-section .owl-controls {
    bottom: auto;
    margin-top: 15px;
  }
}

.social__buttons .social__buttons__item .fa-whatsapp {
  top: -5px;
  position: relative;
}

.background-404-page {
  background-image: url('images/background-404-new.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-404-big-text {
  font-size: 222px;
  font-weight: 400;
  line-height: 301.46px;
  background: linear-gradient(0deg, #8B8B8B, #8B8B8B), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
  text-align: center;
}

.page-404-small-text {
  font-size: 26px;
  font-weight: 400;
  line-height: 35.31px;
  color: #333333;
  text-align: center;
}

.page-404-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  color: #355777;
  text-align: center;
}

.page-404-info,
.page-404-img {
  width: 50%;
}

.page-404-flex-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-404-link {
  padding: 7px 27px;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
  background: #7392AB;
  text-align: center;
  margin: 60px auto 0 auto;
  display: block;
  width: max-content;
  text-transform: uppercase;
}

.page-404-link:hover {
  text-decoration: underline;
  color: #fff !important;
}

@media (max-width: 991px) {
  .background-404-page {
    background-image: none;
  }

  .page-404-img {
    display: none;
  }

  .page-404-info {
    width: 100%;
  }
}

@media (max-width: 370px) {
  .page-404-big-text {
    font-size: 200px;
    line-height: normal;
  }
}

.iq-menu a:hover span {
  color: #8b8b8b
}

.iq-social__link {
  transition: top .2s linear, text-shadow .6s linear;
  position: relative;
}

.footer-copyright .col-lg-3.col-md-3.col-sm-12.col-xs-12.text-left.text-center-xs .social__buttons {
  width: max-content;
}

.footer-copyright .col-lg-3.col-md-3.col-sm-12.col-xs-12.text-left.text-center-xs .social__buttons:hover .social__buttons__item a {
  text-decoration: underline;
}

.footer-copyright .col-lg-3.col-md-3.col-sm-12.col-xs-12.text-left.text-center-xs .social__buttons:hover .socbut {
  top: -3px;
}

.footer-geopos-flex-container {
  display: flex;
  align-items: center;
}

.footer-geopos-city {
  padding-left: 40px;
  display: block;
}

#cookie-notice.show {
  display: flex !important;
}

.footer-office-wrapper {
  margin-top: 10px;
}

.footer-office-item .footer-geopos-city {
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 18px;
  color: #BDBDBD;
  padding-left: 8px;
}

.footer-office-item .footer-geopos-flex-container {
  margin-bottom: 15px;
}

.footer-geopos-city.footer-geopos-city-bottom {
  margin-bottom: 15px;
}

.upper-and-white {
  text-transform: uppercase;
  color: white !important;
}

.footer-menu-line {
  margin-top: 52px;
}

.footer-menu-line .footer-menu {
  text-align: left;
}

.footer-menu-line .footer-menu .submenu-footer a {
  text-transform: unset;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #BDBDBD;
}

.footer-contacts-wrapper {
  margin-top: 72px;
}

.footer-contacts-wrapper .footer-contacts-info-items a {
  width: 118px;
  color: #fff;
}

.footer-contacts-wrapper-title {
  margin-bottom: 30px;
}

.footer-worktime-wrapper {
  color: #BDBDBD;
}

@media screen and (max-width: 468px) {
  #cookie-notice.show {
    display: block !important;
  }

  .form__check a {
    display: inline;
  }
}

.faq {
  max-width: 820px;
  margin: 0 auto;
  padding: 24px 16px;
}

.faq h2 {
  font-size: clamp(1.4rem, 2vw, 2rem);
  margin: 0 0 16px;
}

.faq-item {
  border: 1px solid #e6e6e8;
  border-radius: 12px;
  padding: 0;
  margin: 10px 0;
  background: #fff;
}

.faq-item[open] {
  box-shadow: 0 2px 10px rgba(0, 0, 0, .04);
}

.faq-q {
  cursor: pointer;
  list-style: none;
  padding: 16px 52px 16px 16px;
  font-weight: 600;
  position: relative;
  outline: none;
}

.faq-q::-webkit-details-marker {
  display: none;
}

.faq-q::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 1;
}

.faq-item[open] .faq-q::after {
  content: "–";
}

.faq-a {
  padding: 0 16px 16px 16px;
  color: #3b3b3f;
}

.faq-a p {
  margin: 0;
}

.container-form {
  background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url('/images/form-bg.png') !important;
  padding-top: 15px!important;
  padding-bottom: 25px!important;
}

.container-form .footer-boxdiv-one {
  width: 100%;
  height: auto!important;
  background: transparent;
}

.container-form .footer-boxdiv-two {
  width: 100%;
  height: auto!important;
  background: transparent;
  padding: 0;
}

.container-form .footer-heading {
  width: 100%;
  text-align: center;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 42px;
  line-height: 110%;
  text-transform: inherit;
}

.container-form .footer-content {
  width: 100%;
  text-align: center;
}

.container-form .footer-content span {
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}

.container-form .form-group.textarea {
  display: none;
}

.buttons-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.buttons-group input, .buttons-group button {
  width: 100%!important;
  height: 47px;
}

.container-form .buttons-group .footer-input {
  padding-left: 15px;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

.container-form .buttons-group .footer-input::placeholder {
  opacity: 0.5;
}

.container-form .check.form__check {
  text-align: center;
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin-top: 10px;
}

.container-form .check.form__check a {
  text-decoration: underline;
}

.container-form .check.form__check a:hover {
  text-decoration: none;
}

.container-form .btn.btn-primary {
  background-color: #fff;
  color: rgba(43, 40, 35, 1);
  transition: all .3s;
  border: 1px solid #fff;
  font-size: 16px;
  border-radius: 0;
}

.container-form .btn.btn-primary:hover {
  background-color: transparent;
  color: #fff;
}

.container-form .container.footer-section {
  width: 100%;
}

@media (max-width: 767px) {
  .buttons-group {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .container-form .footer-boxdiv-two {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .container-form .footer-boxdiv-two > .h3,
  .container-form .footer-boxdiv-two > .text-white {
    display: none;
  }
}

