@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);

.base-blocks {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 13px;
  color: #707070;
  line-height: 22px;
  letter-spacing: 0.01em;
}

.base-blocks div[data-container] {
  min-height: 20px;
}

.base-blocks a {
  text-decoration: none;
  color: #4e4e4e;
  cursor: pointer !important;
  outline: 0;
}

.base-blocks a:hover, .base-blocks a:focus {
  text-decoration: none;
}

.base-blocks a:focus {
  outline: none;
}

.base-blocks img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

.base-blocks img.js-canvas-preview {
  width: 100%;
}

.base-blocks p {
  margin: 0 0 22px 0;
}

.base-blocks video {
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.base-blocks ul, .base-blocks ol {
  margin: 0px;
}

.base-blocks input, .base-blocks button, .base-blocks button:focus {
  outline: 0;
}

.base-blocks input, .base-blocks textarea, .base-blocks select {
  border: 1px solid #dfdfdf;
  font-size: 11px;
  padding: 8px 15px;
  width: 100%;
  margin: 0 0 20px 0;
  max-width: 100%;
  resize: none;
}

.base-blocks input[type="submit"] {
  width: auto;
}

.base-blocks input[type="button"], .base-blocks input[type="text"], .base-blocks input[type="email"], .base-blocks input[type="search"], .base-blocks input[type="password"], .base-blocks textarea, .base-blocks input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

.base-blocks input:focus, .base-blocks textarea:focus {
  border: 1px solid #989898;
  outline: none;
}

.base-blocks input[type="submit"]:focus {
  border: none !important;
}

.base-blocks select::-ms-expand {
  display: none;
}

.base-blocks iframe {
  border: 0;
}

.base-blocks iframe, .base-blocks embed, .base-blocks object {
  max-width: 100%;
}

.base-blocks iframe {
  border-width: 0px;
}

.base-blocks ul.circle {
  list-style-type: circle;
}

.base-blocks ul.square {
  list-style-type: square;
}

.base-blocks ol.upper-roman {
  list-style-type: upper-roman;
}

.base-blocks ol.lower-alpha {
  list-style-type: lower-alpha;
}

.base-blocks dl {
  list-style-position: outside;
}

.base-blocks * {
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
}

.base-blocks ::selection {
  color: #000;
  background: #dcdcdc;
}

.base-blocks ::-moz-selection {
  color: #000;
  background: #dcdcdc;
}

.base-blocks ::-webkit-input-placeholder {
  color: #999;
  text-overflow: ellipsis;
}

.base-blocks :-moz-placeholder {
  color: #999 !important;
  text-overflow: ellipsis;
  opacity: 1;
}

.base-blocks ::-moz-placeholder {
  color: #999 !important;
  text-overflow: ellipsis;
  opacity: 1;
}

.base-blocks :-ms-input-placeholder {
  color: #999 !important;
  text-overflow: ellipsis;
  opacity: 1;
}

.base-blocks ::-webkit-scrollbar {
  width: 12px;
}

.base-blocks ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.base-blocks ::-webkit-scrollbar-thumb {
  background: rgba(210, 210, 210, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.base-blocks ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(210, 210, 210, 0.4);
}

.base-blocks .html-overflow {
  overflow: hidden;
}

.base-blocks .no-transition *, .base-blocks .owl-carousel * {
  transition-timing-function: none;
  -moz-transition-timing-function: none;
  -webkit-transition-timing-function: none;
  -o-transition-timing-function: none;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
}

/* ===================================
    Typography
====================================== */

/* font family */

.base-blocks .alt-font {
  font-family: 'Montserrat', sans-serif !important;
}

.base-blocks .main-font {
  font-family: 'Open Sans', sans-serif !important;
}

/* heading */

.base-blocks h1, .base-blocks h2, .base-blocks h3, .base-blocks h4, .base-blocks h5, .base-blocks h6 {
  margin: 0;
  padding: 0;
  color: #000;
}

.base-blocks h1 {
  font-size: 50px;
  line-height: 60px;
}

.base-blocks h2 {
  font-size: 35px;
  line-height: 40px;
}

.base-blocks h3 {
  font-size: 30px;
  line-height: 35px;
}

.base-blocks h4 {
  font-size: 25px;
  line-height: 33px;
}

.base-blocks h5 {
  font-size: 20px;
  line-height: 30px;
}

.base-blocks h6 {
  font-size: 18px;
  line-height: 23px;
}

/* different text size */

.base-blocks .text-extra-small {
  font-size: 10px !important;
  line-height: 15px;
}

.base-blocks .text-small2 {
  font-size: 11px !important;
}

.base-blocks .text-small {
  font-size: 12px !important;
  line-height: 20px;
  display: inline-block !important;
}

.base-blocks .text-extra-medium {
  font-size: 13px !important;
  line-height: 24px;
}

.base-blocks .text-medium {
  font-size: 14px !important;
  line-height: 24px;
}

.base-blocks .text-large {
  font-size: 16px !important;
  line-height: 25px;
}

.base-blocks .text-extra-large {
  font-size: 18px !important;
  line-height: 24px;
}

.base-blocks .title-small {
  font-size: 20px !important;
  line-height: 30px;
}

.base-blocks .title-medium {
  font-size: 24px !important;
  line-height: 30px;
}

.base-blocks .title-large {
  font-size: 28px !important;
  line-height: 35px;
}

.base-blocks .title-extra-large {
  font-size: 35px !important;
  line-height: 40px;
}

.base-blocks .title-extra-large-2 {
  font-size: 45px !important;
  line-height: 50px;
}

.base-blocks .title-extra-large-3 {
  font-size: 50px !important;
  line-height: 57px;
}

.base-blocks .title-extra-large-4 {
  font-size: 60px !important;
  line-height: 67px;
}

.base-blocks .title-extra-large-4 span {
  font-size: 120px !important;
  line-height: 130px;
}

.base-blocks .title-extra-large-5 {
  font-size: 70px !important;
  line-height: 80px;
}

.base-blocks .title-extra-large-6 {
  font-size: 80px !important;
  line-height: 90px;
}

.base-blocks .title-extra-large-7 {
  font-size: 90px !important;
  line-height: 90px;
}

.base-blocks .title-extra-large-8 {
  font-size: 100px !important;
  line-height: 100px;
}

.base-blocks .title-extra-large-9 {
  font-size: 110px !important;
  line-height: 100px;
}

.base-blocks .title-big {
  font-size: 90px !important;
  line-height: 95px;
}

.base-blocks .title-extra-big {
  font-size: 150px !important;
  line-height: 160px;
}

.base-blocks .title-extra-big-2 {
  font-size: 160px !important;
  line-height: 160px;
}

.base-blocks .title-extra-big-3 {
  font-size: 180px !important;
  line-height: 180px;
}

.base-blocks .title-extra-big-4 {
  font-size: 190px !important;
  line-height: 190px;
}

.base-blocks .title-extra-big-5 {
  font-size: 200px !important;
  line-height: 200px;
}

.base-blocks .section-title-large {
  font-size: 35px !important;
  line-height: 39px;
}

.base-blocks .section-title-medium {
  font-size: 30px !important;
  line-height: 35px;
}

.base-blocks .section-title-small {
  font-size: 22px !important;
  line-height: 26px;
}

/* letter spacing */

.base-blocks .letter-spacing-1 {
  letter-spacing: 1px;
}

.base-blocks .letter-spacing-2 {
  letter-spacing: 2px;
}

.base-blocks .letter-spacing-3 {
  letter-spacing: 3px;
}

.base-blocks .letter-spacing-4 {
  letter-spacing: 4px;
}

.base-blocks .letter-spacing-5 {
  letter-spacing: 5px;
}

.base-blocks .letter-spacing-6 {
  letter-spacing: 6px;
}

.base-blocks .letter-spacing-7 {
  letter-spacing: 7px;
}

.base-blocks .letter-spacing-8 {
  letter-spacing: 8px;
}

.base-blocks .letter-spacing-9 {
  letter-spacing: 9px;
}

.base-blocks .letter-spacing-10 {
  letter-spacing: 10px;
}

.base-blocks .letter-spacing-minus-1 {
  letter-spacing: -1px !important;
}

.base-blocks .letter-spacing-minus-2 {
  letter-spacing: -2px !important;
}

.base-blocks .letter-spacing-minus-3 {
  letter-spacing: -3px !important;
}

.base-blocks .letter-spacing-minus-4 {
  letter-spacing: -4px !important;
}

.base-blocks .letter-spacing-minus-5 {
  letter-spacing: -5px !important;
}

.base-blocks .letter-spacing-minus-6 {
  letter-spacing: -6px !important;
}

.base-blocks .no-letter-spacing {
  letter-spacing: 0px;
}

/* font weight */

.base-blocks .font-weight-100 {
  font-weight: 100 !important;
}

.base-blocks .font-weight-300 {
  font-weight: 300 !important;
}

.base-blocks .font-weight-400 {
  font-weight: 400 !important;
}

.base-blocks .font-weight-600 {
  font-weight: 600 !important;
}

.base-blocks .font-weight-700 {
  font-weight: 700 !important;
}

/* line height */

.base-blocks .line-height-10 {
  line-height: 10px !important;
}

.base-blocks .line-height-15 {
  line-height: 15px !important;
}

.base-blocks .line-height-18 {
  line-height: 18px !important;
}

.base-blocks .line-height-20 {
  line-height: 20px !important;
}

.base-blocks .line-height-22 {
  line-height: 22px !important;
}

.base-blocks .line-height-24 {
  line-height: 24px !important;
}

.base-blocks .line-height-26 {
  line-height: 26px !important;
}

.base-blocks .line-height-30 {
  line-height: 30px !important;
}

.base-blocks .line-height-34 {
  line-height: 34px !important;
}

.base-blocks .line-height-40 {
  line-height: 40px !important;
}

.base-blocks .line-height-45 {
  line-height: 45px !important;
}

.base-blocks .line-height-48 {
  line-height: 48px !important;
}

.base-blocks .line-height-50 {
  line-height: 50px !important;
}

.base-blocks .line-height-55 {
  line-height: 55px !important;
}

.base-blocks .line-height-60 {
  line-height: 60px !important;
}

.base-blocks .line-height-65 {
  line-height: 65px !important;
}

.base-blocks .line-height-70 {
  line-height: 70px !important;
}

.base-blocks .line-height-75 {
  line-height: 75px !important;
}

.base-blocks .line-height-80 {
  line-height: 80px !important;
}

.base-blocks .line-height-85 {
  line-height: 85px !important;
}

.base-blocks .line-height-90 {
  line-height: 90px !important;
}

.base-blocks .line-height-normal {
  line-height: normal !important;
}

.base-blocks .line-height-inherit {
  line-height: inherit !important;
}

.base-blocks .line-height-0 {
  line-height: 0px !important;
}

/* text property */

.base-blocks .text-transform {
  text-transform: uppercase;
}

.base-blocks .text-decoration-underline {
  text-decoration: underline !important;
}

.base-blocks .word-wrap {
  word-wrap: break-word;
}

.base-blocks .text-transform-none {
  text-transform: none;
}

.base-blocks .line-height-none {
  line-height: 0 !important;
}

.base-blocks .text-decoration-line-through {
  text-decoration: line-through !important;
}

.base-blocks .font-italic {
  font-style: italic;
}

/* text color */

.base-blocks .text-white {
  color: #ffffff !important;
}

.base-blocks .text-black {
  color: #000000 !important;
}

.base-blocks .text-dark-gray {
  color: #282828 !important;
}

.base-blocks .text-light-gray {
  color: #bfbfbf;
}

.base-blocks .text-light-gray2 {
  color: #707070;
}

.base-blocks .text-medium-gray {
  color: #848484;
}

.base-blocks .text-gray {
  color: #ababab;
}

.base-blocks .text-yellow {
  color: #ffcf29;
}

.base-blocks .text-light-yellow {
  color: #f7f4ec;
}

.base-blocks .text-golden-yellow {
  color: #ecce63;
}

.base-blocks .text-blue {
  color: #3953a1;
}

.base-blocks .text-deep-blue {
  color: #2e5ba5;
}

.base-blocks .text-dark-blue {
  color: #2c353f;
}

.base-blocks .text-fast-blue {
  color: #3966e6;
}

.base-blocks .text-sky-blue-dark {
  color: #2c91d8;
}

.base-blocks .text-blue-gray {
  color: #919499;
}

.base-blocks .text-cyan {
  color: #31c99b;
}

.base-blocks .text-deep-red {
  color: #e7403a;
}

.base-blocks .text-pink {
  color: #ff3d7f;
}

.base-blocks .text-dark-cherry {
  color: #3d3234;
}

.base-blocks .text-rosy-brown {
  color: #827777;
}

.base-blocks .text-light-red {
  color: #dc6768;
}

.base-blocks .text-sky-blue {
  color: #32b6e6;
}

.base-blocks .text-light-green {
  color: #8BC34A;
}

.base-blocks .text-deep-green {
  color: #6aa84f;
}

.base-blocks .text-dark-slate-blue {
  color: #55365e;
}

.base-blocks .text-bitter-sweet {
  color: #f3605c;
}

.base-blocks .text-orange {
  color: #ef5037;
}

.base-blocks .text-light-orange {
  color: #ff573d;
}

.base-blocks .text-deep-purple {
  color: #472e83;
}

.base-blocks .text-chrome-yellow {
  color: #f5ab35;
}

.base-blocks .text-turquoise-green {
  color: #2ccb8e;
}

.base-blocks .text-brown {
  color: #4e2b1f;
}

.base-blocks .text-golden {
  color: #d0ae5e;
}

.base-blocks .text-deep-orange {
  color: #f26149;
}

.base-blocks .text-sand-yellow {
  color: #bdb6b2;
}

.base-blocks .text-light-purple-blue {
  color: #374a8a;
}

.base-blocks .text-dark-purple-blue {
  color: #2a3869;
}

.base-blocks .text-puerto-rico {
  color: #55beae;
}

.base-blocks .text-orange-peel {
  color: #FF9800;
}

.base-blocks .text-greenish-blue {
  color: #3ed6a2;
}

.base-blocks .text-light-blue {
  color: #53d0e7;
}

.base-blocks .text-dark-speech-blue {
  color: #1b1841;
}

.base-blocks .text-yellow-ochre {
  color: #c0812a;
}

.base-blocks .text-yellowish-gray {
  color: #817b71;
}

.base-blocks .text-light-deep-yellow {
  color: #f5f0e9;
}

.base-blocks .text-dark-aqua {
  color: #43cbcd;
}

.base-blocks .text-emerald {
  color: #47DF84;
}

.base-blocks .text-deep-green-dark {
  color: #40c37d;
}

.base-blocks .text-deep-blue-dark {
  color: #2e70c4;
}

.base-blocks .text-very-light-gray {
  color: #e6e6e6;
}

.base-blocks .text-fast-pink {
  color: #ff1967;
}

.base-blocks .text-fast-blue2 {
  color: #1080f2;
}

.base-blocks .text-meteorite {
  color: #473d5f;
}

.base-blocks .text-cinnabar {
  color: #E74948;
}

.base-blocks .text-poison-green {
  color: #05d561;
}

.base-blocks .text-dark-bitter-sweet {
  color: #807575;
}

.base-blocks .text-red {
  color: #bc3031;
}

.base-blocks .text-tequila-gold {
  color: #c5a47e !important;
}

/* slider typography */

.base-blocks .slider-text-middle-main {
  display: table;
  height: 100%;
  width: 100%;
}

.base-blocks .slider-text-bottom {
  display: table-cell;
  vertical-align: bottom;
}

.base-blocks .slider-text-top {
  display: table-cell;
  vertical-align: top;
}

.base-blocks .slider-text-middle {
  display: table-cell;
  vertical-align: middle;
}

.base-blocks .slider-typography {
  height: 100%;
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
}

.base-blocks .slider-content-box {
  position: relative;
  z-index: 2;
}

/* ===================================
    Icon
====================================== */

/* icon size */

.base-blocks .icon-extra-big {
  font-size: 75px !important;
}

.base-blocks .icon-big {
  font-size: 60px !important;
}

.base-blocks .icon-extra-large {
  font-size: 50px !important;
}

.base-blocks .icon-large {
  font-size: 35px !important;
}

.base-blocks .icon-medium {
  font-size: 30px !important;
}

.base-blocks .icon-small {
  font-size: 25px !important;
}

.base-blocks .icon-extra-small {
  font-size: 14px !important;
}

/* social icon */

.base-blocks .social-icon .fa {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 30px;
  height: 30px !important;
  font-size: 14px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
  background: none;
}

.base-blocks .social-icon.medium-social-icon .fa {
  width: 25px !important;
  height: 25px !important;
  font-size: 12px;
}

.base-blocks .social-icon a:hover .fa {
  opacity: 0.6;
}

.base-blocks .social-icon .fa-pinterest {
  background-color: #cb2027;
}

.base-blocks .social-icon .fa-rss {
  background-color: #f26522;
}

.base-blocks .social-icon .fa-facebook {
  background-color: #3b5998;
}

.base-blocks .social-icon .fa-twitter {
  background-color: #00aced;
}

.base-blocks .social-icon .fa-flickr {
  background-color: #ff0084;
}

.base-blocks .social-icon .fa-dribbble {
  background-color: #ea4c89;
}

.base-blocks .social-icon .fa-behance {
  background-color: #42a9fb;
}

.base-blocks .social-icon .fa-linkedin {
  background-color: #007bb6;
}

.base-blocks .social-icon .fa-vimeo-square {
  background-color: #23b6ea;
}

.base-blocks .social-icon .fa-youtube {
  background-color: #bb0000;
}

.base-blocks .social-icon .fa-tumblr {
  background-color: #32506d;
}

.base-blocks .social-icon .fa-github-alt {
  background-color: #333333;
}

.base-blocks .social-icon .fa-google-plus {
  background-color: #dd4b39;
}

.base-blocks .social-icon .fa-instagram {
  background-color: #517fa4;
}

.base-blocks .social-icon .fa-soundcloud {
  background-color: #f80;
}

.base-blocks .social-icon-color .fa-pinterest, .base-blocks .social-icon-color .ti-pinterest-alt, .base-blocks .social-icon-color .ti-pinterest {
  color: #cb2027;
}

.base-blocks .social-icon-color .fa-rss {
  color: #f26522;
}

.base-blocks .social-icon-color .fa-facebook, .base-blocks .social-icon-color .ti-facebook {
  color: #3b5998;
}

.base-blocks .social-icon-color .fa-twitter, .base-blocks .social-icon-color .ti-twitter-alt {
  color: #00aced;
}

.base-blocks .social-icon-color .fa-flickr, .base-blocks .social-icon-color .ti-flickr-alt {
  color: #ff0084;
}

.base-blocks .social-icon-color .fa-dribbble, .base-blocks .social-icon-color .ti-dribbble {
  color: #ea4c89;
}

.base-blocks .social-icon-color .fa-behance {
  color: #42a9fb;
}

.base-blocks .social-icon-color .fa-linkedin, .base-blocks .social-icon-color .ti-linkedin {
  color: #007bb6;
}

.base-blocks .social-icon-color .fa-vimeo-square, .base-blocks .social-icon-color .ti-vimeo-alt {
  color: #23b6ea;
}

.base-blocks .social-icon-color .fa-youtube {
  color: #bb0000;
}

.base-blocks .social-icon-color .fa-tumblr, .base-blocks .social-icon-color .ti-tumblr-alt {
  color: #32506d;
}

.base-blocks .social-icon-color .fa-github-alt {
  color: #333333;
}

.base-blocks .social-icon-color .fa-google-plus, .base-blocks .social-icon-color .ti-google {
  color: #dd4b39;
}

.base-blocks .social-icon-color .fa-instagram, .base-blocks .social-icon-color .ti-instagram {
  color: #517fa4;
}

.base-blocks .social-icon-color .fa-soundcloud, .base-blocks .social-icon-color .ti-soundcloud {
  color: #f80;
}

/* icon style */

.base-blocks .icon-box i {
  margin: 0 30px;
}

.base-blocks .i-large-box {
  width: 100px;
  height: 100px;
  line-height: 98px;
  text-align: center;
  font-size: 40px;
}

.base-blocks .i-medium-box {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 30px;
}

.base-blocks .i-small-box {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
}

.base-blocks .i-extra-small-box {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
}

.base-blocks .i-plain {
  color: #737373;
  background-color: transparent !important;
}

.base-blocks .i-plain:hover {
  color: #fff;
  background-color: #737373 !important;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.base-blocks .i-rounded {
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.base-blocks .i-rounded:hover {
  background-color: #fff;
  color: #9a9a9a;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.base-blocks .i-bordered {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: transparent !important;
  color: #9a9a9a;
}

.base-blocks .i-bordered:hover {
  background-color: #000 !important;
  color: #fff;
}

.base-blocks .i-circled {
  border-radius: 50%;
}

.base-blocks .i-light {
  background-color: #fff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08) inset;
  color: #9a9a9a;
  text-shadow: 1px 1px 1px #fff;
}

.base-blocks .i-light:hover {
  background-color: #fff !important;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15) inset !important;
  color: #444;
  text-shadow: none;
}

.base-blocks .i-3d {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  color: #9a9a9a !important;
  background-color: #fff;
  color: #000;
}

.base-blocks .i-3d:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.base-blocks .i-3d-border {
  border-bottom: 3px solid rgba(0, 0, 0, 0.15) !important;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.base-blocks .i-3d-border:hover {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  color: #fff;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/* ===================================
    Background Color
====================================== */

.base-blocks .bg-white {
  background: #fff;
}

.base-blocks .bg-black {
  background: #000000;
}

.base-blocks .bg-gray {
  background-color: #f6f6f6;
}

.base-blocks .bg-brown {
  background-color: #efe6da;
}

.base-blocks .bg-light-gray {
  background: #f7f7f7;
}

.base-blocks .bg-dark-gray {
  background: #282828;
}

.base-blocks .bg-middle-gray {
  background: #dedede;
}

.base-blocks .bg-dark-blue {
  background: #2c353f;
}

.base-blocks .bg-fast-blue {
  background: #3966e6;
}

.base-blocks .bg-blue {
  background: #1f337a;
}

.base-blocks .bg-deep-blue {
  background: #2e5ba5;
}

.base-blocks .bg-sky-blue {
  background: #32b6e6;
}

.base-blocks .bg-sky-blue-dark {
  background: #2c91d8;
}

.base-blocks .bg-cyan {
  background-color: #31c99b;
}

.base-blocks .bg-light-cyan {
  background-color: #6dc6a8;
}

.base-blocks .bg-cream {
  background-color: #f7f5e7;
}

.base-blocks .bg-dark-cream {
  background-color: #ac9377;
}

.base-blocks .bg-dark-cherry {
  background: #3d3234;
}

.base-blocks .bg-pink {
  background: #ff3d7f;
}

.base-blocks .bg-deep-red {
  background: #e7403a;
}

.base-blocks .bg-rosy-brown {
  background: #9f9292;
}

.base-blocks .bg-light-red {
  background: #dc6768;
}

.base-blocks .bg-deep-purple {
  background: #472e83;
}

.base-blocks .bg-light-green {
  background: #8BC34A;
}

.base-blocks .bg-medium-green {
  background: #259319;
}

.base-blocks .bg-deep-green {
  background: #6aa84f;
}

.base-blocks .bg-yellow {
  background: #ffcf29;
}

.base-blocks .bg-light-yellow {
  background: #f7f4ec;
}

.base-blocks .bg-golden-yellow {
  background: #ecce63;
}

.base-blocks .bg-purple {
  background: #221825;
}

.base-blocks .bg-dark-slate-blue {
  background: #353d4f;
}

.base-blocks .bg-bitter-sweet {
  background: #f3605c;
}

.base-blocks .bg-scarlet-gum {
  background: #432a4b;
}

.base-blocks .bg-orange {
  background: #ef5037;
}

.base-blocks .bg-light-orange {
  background: #ff573d;
}

.base-blocks .bg-chrome-yellow {
  background: #f5ab35;
}

.base-blocks .bg-gray-yellow {
  background: #f6f5f5;
}

.base-blocks .bg-very-light-gray {
  background: #f8f8f8;
}

.base-blocks .bg-turquoise-green {
  background: #2ccb8e;
}

.base-blocks .bg-golden {
  background: #d0ae5e;
}

.base-blocks .bg-deep-orange {
  background: #f26149;
}

.base-blocks .bg-sand-yellow {
  background: #fbf9f3;
}

.base-blocks .bg-sand-yellow-dark {
  background: #4a3b34;
}

.base-blocks .bg-deep-purple {
  background: #4b3a6c;
}

.base-blocks .bg-dark-purple-blue {
  background: #2a3869;
}

.base-blocks .bg-puerto-rico {
  background: #55beae;
}

.base-blocks .bg-orange-peel {
  background: #FF9800;
}

.base-blocks .bg-greenish-blue {
  background: #3ed6a2;
}

.base-blocks .bg-light-blue {
  background: #53d0e7;
}

.base-blocks .bg-dark-speech-blue {
  background: #1b1841 !important;
}

.base-blocks .bg-light-deep-yellow {
  background: #f5f0e9;
}

.base-blocks .bg-yellow-ochre {
  background: #c0812a;
}

.base-blocks .bg-yellowish-gray {
  background: #8f887e;
}

.base-blocks .bg-aqua {
  background: #46eff0;
}

.base-blocks .bg-emerald {
  background: #47DF84;
}

.base-blocks .bg-mongoose {
  background: #A78A73;
}

.base-blocks .bg-deep-green-dark {
  background: #40c37d;
}

.base-blocks .bg-deep-blue-dark {
  background: #2e70c4;
}

.base-blocks .bg-light-purple-blue {
  background: #374a8a;
}

.base-blocks .bg-middle-light-gray {
  background: #686868;
}

.base-blocks .bg-cod-grey {
  background: #313233;
}

.base-blocks .bg-charcoal {
  background: #242526;
}

.base-blocks .bg-black-russian {
  background: #1c1c1d;
}

.base-blocks .bg-light-gray2 {
  background: #ededed;
}

.base-blocks .bg-fast-pink {
  background: #ff1967;
}

.base-blocks .bg-fast-blue2 {
  background: #1080f2;
}

.base-blocks .bg-meteorite {
  background: #473d5f;
}

.base-blocks .bg-cinnabar {
  background: #E74948;
}

.base-blocks .bg-dark-gray2 {
  background: #181818;
}

.base-blocks .bg-poison-green {
  background: #05d561;
}

.base-blocks .bg-light-bitter-sweet {
  background: #f8eded;
}

.base-blocks .bg-red {
  background: #bc3031;
}

.base-blocks .bg-nero {
  background: #272727;
}

.base-blocks .bg-dark-nero {
  background: #0e0e0e;
}

.base-blocks .bg-medium-nero {
  background: #1f1f1f;
}

.base-blocks .bg-tequila-gold {
  background: #c5a47e;
}

.base-blocks .bg-dark-purple {
  background: #181623;
}

/* rgb background color */

.base-blocks .bg-cyan-rgba {
  background-color: rgba(49, 201, 155, 0.9);
}

.base-blocks .bg-white-light-rgba {
  background-color: rgba(255, 255, 255, 0.9);
}

.base-blocks .bg-black-light-rgba {
  background-color: rgba(0, 0, 0, 0.45);
}

.base-blocks .bg-black-dark-rgba {
  background-color: rgba(0, 0, 0, 0.8);
}

.base-blocks .bg-greenish-blue-rgba {
  background-color: rgba(62, 214, 162, 0.8);
}

.base-blocks .bg-orange-rgba {
  background-color: rgba(255, 152, 0, 0.8);
}

.base-blocks .bg-black-medium-rgba {
  background-color: rgba(0, 0, 0, 0.7);
}

/* opacity */

.base-blocks .only-opacity-light {
  opacity: 0.5;
}

.base-blocks .opacity-light {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 1;
  top: 0;
  left: 0;
}

.base-blocks .opacity-medium {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  z-index: 1;
  top: 0;
  left: 0;
}

.base-blocks .opacity-full {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  top: 0;
  left: 0;
}

.base-blocks .opacity-full-dark {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  z-index: 1;
  top: 0;
  left: 0;
}

/* background image */

.base-blocks .cover-background {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
}

.base-blocks .fix-background {
  background-attachment: fixed !important;
  background-position: center center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
}

/* ===================================
    Border Color
====================================== */

.base-blocks .border-light {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.base-blocks .border-dark {
  border: 1px solid #454545 !important;
}

.base-blocks .border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.base-blocks .border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.base-blocks .border-top-light {
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.base-blocks .border-bottom {
  border-bottom: 1px solid #dcdcdc !important;
}

.base-blocks .border-bottom-medium-dark {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.base-blocks .border-bottom-light {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.base-blocks .border-none {
  border: 0 !important;
}

.base-blocks .border-top-none {
  border-top: 0 !important;
}

.base-blocks .border-bottom-none {
  border-bottom: 0 !important;
}

.base-blocks .border-left-none {
  border-left: 0 !important;
}

.base-blocks .border-right-none {
  border-right: 0 !important;
}

.base-blocks .border-radius-0 {
  border-radius: 0px !important;
}

.base-blocks .border-radius-2 {
  border-radius: 2px !important;
}

.base-blocks .border-radius-3 {
  border-radius: 3px !important;
}

.base-blocks .border-radius-4 {
  border-radius: 4px !important;
}

.base-blocks .border-radius-6 {
  border-radius: 6px !important;
}

.base-blocks .border-radius-8 {
  border-radius: 8px !important;
}

.base-blocks .border-radius-10 {
  border-radius: 10px !important;
}

.base-blocks .border-radius-20 {
  border-radius: 20px !important;
}

.base-blocks .border-radius-30 {
  border-radius: 30px !important;
}

.base-blocks .border-radius-40 {
  border-radius: 40px !important;
}

.base-blocks .border-radius-50 {
  border-radius: 50% !important;
}

.base-blocks .border-radius-100 {
  border-radius: 100% !important;
}

.base-blocks .border-color-light-white {
  border-color: rgba(255, 255, 255, 0.4) !important;
}

.base-blocks .img-border {
  border: 6px solid #fff;
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  left: 20px;
  top: 20px;
  position: absolute;
}

/* border color */

.base-blocks .border-2-white {
  border: 2px solid #ffffff !important;
}

.base-blocks .border-2-fast-blue {
  border: 2px solid #3966e6 !important;
}

.base-blocks .border-2-light-green {
  border: 2px solid #8BC34A !important;
}

.base-blocks .border-2-medium-green {
  border: 2px solid #259319 !important;
}

.base-blocks .border-2-deep-green {
  border: 2px solid #6aa84f !important;
}

.base-blocks .border-2-sky-blue {
  border: 2px solid #32b6e6 !important;
}

.base-blocks .border-2-sky-blue-dark {
  border: 2px solid #2c91d8 !important;
}

.base-blocks .border-2-light-gray {
  border: 2px solid #b8b8b8 !important;
}

.base-blocks .border-2-dark-gray {
  border: 2px solid #282828 !important;
}

.base-blocks .border-2-bitter-sweet {
  border: 2px solid #f3605c !important;
}

.base-blocks .border-3-bitter-sweet {
  border: 3px solid #f3605c !important;
}

.base-blocks .border-2-yellow {
  border: 2px solid #ffcf29 !important;
}

.base-blocks .border-10-light-red {
  border: 10px solid #f18182 !important;
}

.base-blocks .border-2-chrome-yellow {
  border: 2px solid #f5ab35 !important;
}

.base-blocks .border-2-turquoise-green {
  border: 2px solid #2ccb8e !important;
}

.base-blocks .border-2-golden {
  border: 2px solid #d0ae5e;
}

.base-blocks .border-2-deep-orange {
  border: 2px solid #f26149;
}

.base-blocks .border-2-orange-peel {
  border: 2px solid #FF9800 !important;
}

.base-blocks .border-greenish-blue {
  border: 2px solid #3ed6a2 !important;
}

.base-blocks .border-2-dark-aqua {
  border: 2px solid #43cbcd !important;
}

.base-blocks .border-2-deep-green-dark {
  border: 2px solid #40c37d;
}

.base-blocks .border-2-deep-blue-dark {
  border: 2px solid #2e70c4;
}

.base-blocks .border-2-orange {
  border: 2px solid #ef5037 !important;
}

.base-blocks .border-2-fast-blue2 {
  border: 2px solid #1080f2;
}

.base-blocks .border-2-red {
  border: 2px solid #bc3031 !important;
}

.base-blocks .border-2-cinnabar {
  border: 2px solid #E74948 !important;
}

.base-blocks .border-2-poison-green {
  border: 2px solid #05d561 !important;
}

.base-blocks .border-tequila-gold {
  border: 5px solid rgba(197, 164, 126, 0.5) !important;
}

.base-blocks .border-2-tequila-gold {
  border: 2px solid #c5a47e !important;
}

.base-blocks .border-1-light-gray {
  border: 1px solid #e9e9e9 !important;
}

/* ===================================
    Margin
====================================== */

/* margin all side */

.base-blocks .margin-one-half {
  margin: 0.5% !important;
}

.base-blocks .margin-one {
  margin: 1% !important;
}

.base-blocks .margin-two {
  margin: 1.5% !important;
}

.base-blocks .margin-three {
  margin: 2% !important;
}

.base-blocks .margin-four {
  margin: 2.5% !important;
}

.base-blocks .margin-five {
  margin: 3% !important;
}

.base-blocks .margin-six {
  margin: 3.5% !important;
}

.base-blocks .margin-seven {
  margin: 4% !important;
}

.base-blocks .margin-eight {
  margin: 4.5% !important;
}

.base-blocks .margin-nine {
  margin: 5% !important;
}

.base-blocks .margin-ten {
  margin: 5.5% !important;
}

.base-blocks .margin-eleven {
  margin: 6% !important;
}

.base-blocks .margin-twelve {
  margin: 6.5% !important;
}

.base-blocks .margin-thirteen {
  margin: 7% !important;
}

.base-blocks .margin-fourteen {
  margin: 7.5% !important;
}

.base-blocks .margin-fifteen {
  margin: 8% !important;
}

.base-blocks .margin-sixteen {
  margin: 8.5% !important;
}

.base-blocks .margin-seventeen {
  margin: 9% !important;
}

.base-blocks .margin-eighteen {
  margin: 9.5% !important;
}

.base-blocks .margin-nineteen {
  margin: 10% !important;
}

.base-blocks .margin-twenty {
  margin: 10.5% !important;
}

.base-blocks .margin-twenty-one {
  margin: 11% !important;
}

.base-blocks .margin-twenty-two {
  margin: 11.5% !important;
}

.base-blocks .margin-twenty-three {
  margin: 12% !important;
}

.base-blocks .margin-twenty-four {
  margin: 12.5% !important;
}

.base-blocks .margin-twenty-five {
  margin: 13% !important;
}

.base-blocks .margin-twenty-six {
  margin: 13.5% !important;
}

.base-blocks .margin-twenty-seven {
  margin: 14% !important;
}

.base-blocks .margin-twenty-eight {
  margin: 14.5% !important;
}

.base-blocks .margin-twenty-nine {
  margin: 15% !important;
}

.base-blocks .margin-thirty {
  margin: 15.5% !important;
}

.base-blocks .margin-thirty-one {
  margin: 16% !important;
}

.base-blocks .margin-thirty-two {
  margin: 16.5% !important;
}

.base-blocks .margin-thirty-three {
  margin: 17% !important;
}

.base-blocks .margin-thirty-four {
  margin: 17.5% !important;
}

.base-blocks .margin-thirty-five {
  margin: 18% !important;
}

/* margin axis y*/

.base-blocks .margin-one-half-tb {
  margin-top: 0.5% !important;
  margin-bottom: 0.5% !important;
}

.base-blocks .margin-one-tb {
  margin-top: 1% !important;
  margin-bottom: 1% !important;
}

.base-blocks .margin-two-tb {
  margin-top: 1.5% !important;
  margin-bottom: 1.5% !important;
}

.base-blocks .margin-three-tb {
  margin-top: 2% !important;
  margin-bottom: 2% !important;
}

.base-blocks .margin-four-tb {
  margin-top: 2.5% !important;
  margin-bottom: 2.5% !important;
}

.base-blocks .margin-five-tb {
  margin-top: 3% !important;
  margin-bottom: 3% !important;
}

.base-blocks .margin-six-tb {
  margin-top: 3.5% !important;
  margin-bottom: 3.5% !important;
}

.base-blocks .margin-seven-tb {
  margin-top: 4% !important;
  margin-bottom: 4% !important;
}

.base-blocks .margin-eight-tb {
  margin-top: 4.5% !important;
  margin-bottom: 4.5% !important;
}

.base-blocks .margin-nine-tb {
  margin-top: 5% !important;
  margin-bottom: 5% !important;
}

.base-blocks .margin-ten-tb {
  margin-top: 5.5% !important;
  margin-bottom: 5.5% !important;
}

.base-blocks .margin-eleven-tb {
  margin-top: 6% !important;
  margin-bottom: 6% !important;
}

.base-blocks .margin-twelve-tb {
  margin-top: 6.5% !important;
  margin-bottom: 6.5% !important;
}

.base-blocks .margin-thirteen-tb {
  margin-top: 7% !important;
  margin-bottom: 7% !important;
}

.base-blocks .margin-fourteen-tb {
  margin-top: 7.5% !important;
  margin-bottom: 7.5% !important;
}

.base-blocks .margin-fifteen-tb {
  margin-top: 8% !important;
  margin-bottom: 8% !important;
}

.base-blocks .margin-sixteen-tb {
  margin-top: 8.5% !important;
  margin-bottom: 8.5% !important;
}

.base-blocks .margin-seventeen-tb {
  margin-top: 9% !important;
  margin-bottom: 9% !important;
}

.base-blocks .margin-eighteen-tb {
  margin-top: 9.5% !important;
  margin-bottom: 9.5% !important;
}

.base-blocks .margin-nineteen-tb {
  margin-botttom: 10% !important;
}

.base-blocks .margin-twenty-tb {
  margin-top: 10.5% !important;
  margin-bottom: 10.5% !important;
}

.base-blocks .margin-twenty-one-tb {
  margin-top: 11% !important;
  margin-bottom: 11% !important;
}

.base-blocks .margin-twenty-two-tb {
  margin-top: 11.5% !important;
  margin-bottom: 11.5% !important;
}

.base-blocks .margin-twenty-three-tb {
  margin-top: 12% !important;
  margin-bottom: 12% !important;
}

.base-blocks .margin-twenty-four-tb {
  margin-top: 12.5% !important;
  margin-bottom: 12.5% !important;
}

.base-blocks .margin-twenty-five-tb {
  margin-top: 13% !important;
  margin-bottom: 13% !important;
}

.base-blocks .margin-twenty-six-tb {
  margin-top: 13.5% !important;
  margin-bottom: 13.5% !important;
}

.base-blocks .margin-twenty-seven-tb {
  margin-top: 14% !important;
  margin-bottom: 14% !important;
}

.base-blocks .margin-twenty-eight-tb {
  margin-top: 14.5% !important;
  margin-bottom: 14.5% !important;
}

.base-blocks .margin-twenty-nine-tb {
  margin-top: 15% !important;
  margin-bottom: 15% !important;
}

.base-blocks .margin-thirty-tb {
  margin-top: 15.5% !important;
  margin-bottom: 15.5% !important;
}

.base-blocks .margin-thirty-one-tb {
  margin-top: 16% !important;
  margin-bottom: 16% !important;
}

.base-blocks .margin-thirty-two-tb {
  margin-top: 16.5% !important;
  margin-bottom: 16.5% !important;
}

.base-blocks .margin-thirty-three-tb {
  margin-top: 17% !important;
  margin-bottom: 17% !important;
}

.base-blocks .margin-thirty-four-tb {
  margin-top: 17.5% !important;
  margin-bottom: 17.5% !important;
}

.base-blocks .margin-thirty-five-tb {
  margin-top: 18% !important;
  margin-bottom: 18% !important;
}

.base-blocks .margin-20px-tb {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.base-blocks .margin-40px-tb {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.base-blocks .margin-50px-tb {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.base-blocks .margin-60px-tb {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.base-blocks .margin-70px-tb {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.base-blocks .margin-80px-tb {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.base-blocks .margin-90px-tb {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.base-blocks .margin-100px-tb {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.base-blocks .margin-150px-tb {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

/* margin bottom */

.base-blocks .margin-one-half-bottom {
  margin-bottom: 0.5% !important;
}

.base-blocks .margin-one-bottom {
  margin-bottom: 1% !important;
}

.base-blocks .margin-two-bottom {
  margin-bottom: 1.5% !important;
}

.base-blocks .margin-three-bottom {
  margin-bottom: 2% !important;
}

.base-blocks .margin-four-bottom {
  margin-bottom: 2.5% !important;
}

.base-blocks .margin-five-bottom {
  margin-bottom: 3% !important;
}

.base-blocks .margin-six-bottom {
  margin-bottom: 3.5% !important;
}

.base-blocks .margin-seven-bottom {
  margin-bottom: 4% !important;
}

.base-blocks .margin-eight-bottom {
  margin-bottom: 4.5% !important;
}

.base-blocks .margin-nine-bottom {
  margin-bottom: 5% !important;
}

.base-blocks .margin-ten-bottom {
  margin-bottom: 5.5% !important;
}

.base-blocks .margin-eleven-bottom {
  margin-bottom: 6% !important;
}

.base-blocks .margin-twelve-bottom {
  margin-bottom: 6.5% !important;
}

.base-blocks .margin-thirteen-bottom {
  margin-bottom: 7% !important;
}

.base-blocks .margin-fourteen-bottom {
  margin-bottom: 7.5% !important;
}

.base-blocks .margin-fifteen-bottom {
  margin-bottom: 8% !important;
}

.base-blocks .margin-sixteen-bottom {
  margin-bottom: 8.5% !important;
}

.base-blocks .margin-seventeen-bottom {
  margin-bottom: 9% !important;
}

.base-blocks .margin-eighteen-bottom {
  margin-bottom: 9.5% !important;
}

.base-blocks .margin-nineteen-bottom {
  margin-bottom: 10% !important;
}

.base-blocks .margin-twenty-bottom {
  margin-bottom: 10.5% !important;
}

.base-blocks .margin-twenty-one-bottom {
  margin-bottom: 11% !important;
}

.base-blocks .margin-twenty-two-bottom {
  margin-bottom: 11.5% !important;
}

.base-blocks .margin-twenty-three-bottom {
  margin-bottom: 12% !important;
}

.base-blocks .margin-twenty-four-bottom {
  margin-bottom: 12.5% !important;
}

.base-blocks .margin-twenty-five-bottom {
  margin-bottom: 13% !important;
}

.base-blocks .margin-twenty-six-bottom {
  margin-bottom: 13.5% !important;
}

.base-blocks .margin-twenty-seven-bottom {
  margin-bottom: 14% !important;
}

.base-blocks .margin-twenty-eight-bottom {
  margin-bottom: 14.5% !important;
}

.base-blocks .margin-twenty-nine-bottom {
  margin-bottom: 15% !important;
}

.base-blocks .margin-thirty-bottom {
  margin-bottom: 15.5% !important;
}

.base-blocks .margin-thirty-one-bottom {
  margin-bottom: 16% !important;
}

.base-blocks .margin-thirty-two-bottom {
  margin-bottom: 16.5% !important;
}

.base-blocks .margin-thirty-three-bottom {
  margin-bottom: 17% !important;
}

.base-blocks .margin-thirty-four-bottom {
  margin-bottom: 17.5% !important;
}

.base-blocks .margin-thirty-five-bottom {
  margin-bottom: 18% !important;
}

/* margin top */

.base-blocks .margin-bottom-10px {
  margin-bottom: 10px !important;
}

.base-blocks .margin-bottom-15px {
  margin-bottom: 15px !important;
}

.base-blocks .margin-one-half-top {
  margin-top: 0.5% !important;
}

.base-blocks .margin-one-top {
  margin-top: 1% !important;
}

.base-blocks .margin-two-top {
  margin-top: 1.5% !important;
}

.base-blocks .margin-three-top {
  margin-top: 2% !important;
}

.base-blocks .margin-four-top {
  margin-top: 2.5% !important;
}

.base-blocks .margin-five-top {
  margin-top: 3% !important;
}

.base-blocks .margin-six-top {
  margin-top: 3.5% !important;
}

.base-blocks .margin-seven-top {
  margin-top: 4% !important;
}

.base-blocks .margin-eight-top {
  margin-top: 4.5% !important;
}

.base-blocks .margin-nine-top {
  margin-top: 5% !important;
}

.base-blocks .margin-ten-top {
  margin-top: 5.5% !important;
}

.base-blocks .margin-eleven-top {
  margin-top: 6% !important;
}

.base-blocks .margin-twelve-top {
  margin-top: 6.5% !important;
}

.base-blocks .margin-thirteen-top {
  margin-top: 7% !important;
}

.base-blocks .margin-fourteen-top {
  margin-top: 7.5% !important;
}

.base-blocks .margin-fifteen-top {
  margin-top: 8% !important;
}

.base-blocks .margin-sixteen-top {
  margin-top: 8.5% !important;
}

.base-blocks .margin-seventeen-top {
  margin-top: 9% !important;
}

.base-blocks .margin-eighteen-top {
  margin-top: 9.5% !important;
}

.base-blocks .margin-nineteen-top {
  margin-top: 10% !important;
}

.base-blocks .margin-twenty-top {
  margin-top: 10.5% !important;
}

.base-blocks .margin-twenty-one-top {
  margin-top: 11% !important;
}

.base-blocks .margin-twenty-two-top {
  margin-top: 11.5% !important;
}

.base-blocks .margin-twenty-three-top {
  margin-top: 12% !important;
}

.base-blocks .margin-twenty-four-top {
  margin-top: 12.5% !important;
}

.base-blocks .margin-twenty-five-top {
  margin-top: 13% !important;
}

.base-blocks .margin-twenty-six-top {
  margin-top: 13.5% !important;
}

.base-blocks .margin-twenty-seven-top {
  margin-top: 14% !important;
}

.base-blocks .margin-twenty-eight-top {
  margin-top: 14.5% !important;
}

.base-blocks .margin-twenty-nine-top {
  margin-top: 15% !important;
}

.base-blocks .margin-thirty-top {
  margin-top: 15.5% !important;
}

.base-blocks .margin-thirty-one-top {
  margin-top: 16% !important;
}

.base-blocks .margin-thirty-two-top {
  margin-top: 16.5% !important;
}

.base-blocks .margin-thirty-three-top {
  margin-top: 17% !important;
}

.base-blocks .margin-thirty-four-top {
  margin-top: 17.5% !important;
}

.base-blocks .margin-thirty-five-top {
  margin-top: 18% !important;
}

.base-blocks .margin-top-5px {
  margin-top: 5px !important;
}

.base-blocks .margin-top-10px {
  margin-top: 10px !important;
}

.base-blocks .margin-top-15px {
  margin-top: 15px !important;
}

.base-blocks .margin-top-100px {
  margin-top: 100px !important;
}

.base-blocks .margin-top-150px {
  margin-top: 150px !important;
}

/* margin left */

.base-blocks .margin-one-half-left {
  margin-left: 0.5% !important;
}

.base-blocks .margin-one-left {
  margin-left: 1% !important;
}

.base-blocks .margin-two-left {
  margin-left: 1.5% !important;
}

.base-blocks .margin-three-left {
  margin-left: 2% !important;
}

.base-blocks .margin-four-left {
  margin-left: 2.5% !important;
}

.base-blocks .margin-five-left {
  margin-left: 3% !important;
}

.base-blocks .margin-six-left {
  margin-left: 3.5% !important;
}

.base-blocks .margin-seven-left {
  margin-left: 4% !important;
}

.base-blocks .margin-eight-left {
  margin-left: 4.5% !important;
}

.base-blocks .margin-nine-left {
  margin-left: 5% !important;
}

.base-blocks .margin-ten-left {
  margin-left: 5.5% !important;
}

.base-blocks .margin-eleven-left {
  margin-left: 6% !important;
}

.base-blocks .margin-twelve-left {
  margin-left: 6.5% !important;
}

.base-blocks .margin-thirteen-left {
  margin-left: 7% !important;
}

.base-blocks .margin-fourteen-left {
  margin-left: 7.5% !important;
}

.base-blocks .margin-fifteen-left {
  margin-left: 8% !important;
}

.base-blocks .margin-sixteen-left {
  margin-left: 8.5% !important;
}

.base-blocks .margin-seventeen-left {
  margin-left: 9% !important;
}

.base-blocks .margin-eighteen-left {
  margin-left: 9.5% !important;
}

.base-blocks .margin-nineteen-left {
  margin-left: 10% !important;
}

.base-blocks .margin-twenty-left {
  margin-left: 10.5% !important;
}

.base-blocks .margin-twenty-one-left {
  margin-left: 11% !important;
}

.base-blocks .margin-twenty-two-left {
  margin-left: 11.5% !important;
}

.base-blocks .margin-twenty-three-left {
  margin-left: 12% !important;
}

.base-blocks .margin-twenty-four-left {
  margin-left: 12.5% !important;
}

.base-blocks .margin-twenty-five-left {
  margin-left: 13% !important;
}

.base-blocks .margin-twenty-six-left {
  margin-left: 13.5% !important;
}

.base-blocks .margin-twenty-seven-left {
  margin-left: 14% !important;
}

.base-blocks .margin-twenty-eight-left {
  margin-left: 14.5% !important;
}

.base-blocks .margin-twenty-nine-left {
  margin-left: 15% !important;
}

.base-blocks .margin-thirty-left {
  margin-left: 15.5% !important;
}

.base-blocks .margin-thirty-one-left {
  margin-left: 16% !important;
}

.base-blocks .margin-thirty-two-left {
  margin-left: 16.5% !important;
}

.base-blocks .margin-thirty-three-left {
  margin-left: 17% !important;
}

.base-blocks .margin-thirty-four-left {
  margin-left: 17.5% !important;
}

.base-blocks .margin-thirty-five-left {
  margin-left: 18% !important;
}

/* margin right */

.base-blocks .margin-one-half-right {
  margin-right: 0.5% !important;
}

.base-blocks .margin-one-right {
  margin-right: 1% !important;
}

.base-blocks .margin-two-right {
  margin-right: 1.5% !important;
}

.base-blocks .margin-three-right {
  margin-right: 2% !important;
}

.base-blocks .margin-four-right {
  margin-right: 2.5% !important;
}

.base-blocks .margin-five-right {
  margin-right: 3% !important;
}

.base-blocks .margin-six-right {
  margin-right: 3.5% !important;
}

.base-blocks .margin-seven-right {
  margin-right: 4% !important;
}

.base-blocks .margin-eight-right {
  margin-right: 4.5% !important;
}

.base-blocks .margin-nine-right {
  margin-right: 5% !important;
}

.base-blocks .margin-ten-right {
  margin-right: 5.5% !important;
}

.base-blocks .margin-eleven-right {
  margin-right: 6% !important;
}

.base-blocks .margin-twelve-right {
  margin-right: 6.5% !important;
}

.base-blocks .margin-thirteen-right {
  margin-right: 7% !important;
}

.base-blocks .margin-fourteen-right {
  margin-right: 7.5% !important;
}

.base-blocks .margin-fifteen-right {
  margin-right: 8% !important;
}

.base-blocks .margin-sixteen-right {
  margin-right: 8.5% !important;
}

.base-blocks .margin-seventeen-right {
  margin-right: 9% !important;
}

.base-blocks .margin-eighteen-right {
  margin-right: 9.5% !important;
}

.base-blocks .margin-nineteen-right {
  margin-right: 10% !important;
}

.base-blocks .margin-twenty-right {
  margin-right: 10.5% !important;
}

.base-blocks .margin-twenty-one-right {
  margin-right: 11% !important;
}

.base-blocks .margin-twenty-two-right {
  margin-right: 11.5% !important;
}

.base-blocks .margin-twenty-three-right {
  margin-right: 12% !important;
}

.base-blocks .margin-twenty-four-right {
  margin-right: 12.5% !important;
}

.base-blocks .margin-twenty-five-right {
  margin-right: 13% !important;
}

.base-blocks .margin-twenty-six-right {
  margin-right: 13.5% !important;
}

.base-blocks .margin-twenty-seven-right {
  margin-right: 14% !important;
}

.base-blocks .margin-twenty-eight-right {
  margin-right: 14.5% !important;
}

.base-blocks .margin-twenty-nine-right {
  margin-right: 15% !important;
}

.base-blocks .margin-thirty-right {
  margin-right: 15.5% !important;
}

.base-blocks .margin-thirty-one-right {
  margin-right: 16% !important;
}

.base-blocks .margin-thirty-two-right {
  margin-right: 16.5% !important;
}

.base-blocks .margin-thirty-three-right {
  margin-right: 17% !important;
}

.base-blocks .margin-thirty-four-right {
  margin-right: 17.5% !important;
}

.base-blocks .margin-thirty-five-right {
  margin-right: 18% !important;
}

.base-blocks .no-margin {
  margin: 0 !important;
}

.base-blocks .no-margin-lr {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.base-blocks .no-margin-tb {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.base-blocks .no-margin-top {
  margin-top: 0 !important;
}

.base-blocks .no-margin-bottom {
  margin-bottom: 0 !important;
}

.base-blocks .no-margin-left {
  margin-left: 0 !important;
}

.base-blocks .no-margin-right {
  margin-right: 0 !important;
}

.base-blocks .margin-lr-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ===================================
    Padding
====================================== */

/* padding all side */
.base-blocks .padding-one-half {
  padding: 0.5% !important;
}

.base-blocks .padding-one {
  padding: 1% !important;
}

.base-blocks .padding-two {
  padding: 1.5% !important;
}

.base-blocks .padding-three {
  padding: 2% !important;
}

.base-blocks .padding-four {
  padding: 2.5% !important;
}

.base-blocks .padding-five {
  padding: 3% !important;
}

.base-blocks .padding-six {
  padding: 3.5% !important;
}

.base-blocks .padding-seven {
  padding: 4% !important;
}

.base-blocks .padding-eight {
  padding: 4.5% !important;
}

.base-blocks .padding-nine {
  padding: 5% !important;
}

.base-blocks .padding-ten {
  padding: 5.5% !important;
}

.base-blocks .padding-eleven {
  padding: 6% !important;
}

.base-blocks .padding-twelve {
  padding: 6.5% !important;
}

.base-blocks .padding-thirteen {
  padding: 7% !important;
}

.base-blocks .padding-fourteen {
  padding: 7.5% !important;
}

.base-blocks .padding-fifteen {
  padding: 8% !important;
}

.base-blocks .padding-sixteen {
  padding: 8.5% !important;
}

.base-blocks .padding-seventeen {
  padding: 9% !important;
}

.base-blocks .padding-eighteen {
  padding: 9.5% !important;
}

.base-blocks .padding-nineteen {
  padding: 10% !important;
}

.base-blocks .padding-twenty {
  padding: 10.5% !important;
}

.base-blocks .padding-twenty-one {
  padding: 11% !important;
}

.base-blocks .padding-twenty-two {
  padding: 11.5% !important;
}

.base-blocks .padding-twenty-three {
  padding: 12% !important;
}

.base-blocks .padding-twenty-four {
  padding: 12.5% !important;
}

.base-blocks .padding-twenty-five {
  padding: 13% !important;
}

.base-blocks .padding-twenty-six {
  padding: 13.5% !important;
}

.base-blocks .padding-twenty-seven {
  padding: 14% !important;
}

.base-blocks .padding-twenty-eight {
  padding: 14.5% !important;
}

.base-blocks .padding-twenty-nine {
  padding: 15% !important;
}

.base-blocks .padding-thirty {
  padding: 15.5% !important;
}

.base-blocks .padding-thirty-one {
  padding: 16% !important;
}

.base-blocks .padding-thirty-two {
  padding: 16.5% !important;
}

.base-blocks .padding-thirty-three {
  padding: 17% !important;
}

.base-blocks .padding-thirty-four {
  padding: 17.5% !important;
}

.base-blocks .padding-thirty-five {
  padding: 18% !important;
}

/* padding left */

.base-blocks .padding-one-half-left {
  padding-left: 0.5% !important;
}

.base-blocks .padding-one-left {
  padding-left: 1% !important;
}

.base-blocks .padding-two-left {
  padding-left: 1.5% !important;
}

.base-blocks .padding-three-left {
  padding-left: 2% !important;
}

.base-blocks .padding-four-left {
  padding-left: 2.5% !important;
}

.base-blocks .padding-five-left {
  padding-left: 3% !important;
}

.base-blocks .padding-six-left {
  padding-left: 3.5% !important;
}

.base-blocks .padding-seven-left {
  padding-left: 4% !important;
}

.base-blocks .padding-eight-left {
  padding-left: 4.5% !important;
}

.base-blocks .padding-nine-left {
  padding-left: 5% !important;
}

.base-blocks .padding-ten-left {
  padding-left: 5.5% !important;
}

.base-blocks .padding-eleven-left {
  padding-left: 6% !important;
}

.base-blocks .padding-twelve-left {
  padding-left: 6.5% !important;
}

.base-blocks .padding-thirteen-left {
  padding-left: 7% !important;
}

.base-blocks .padding-fourteen-left {
  padding-left: 7.5% !important;
}

.base-blocks .padding-fifteen-left {
  padding-left: 8% !important;
}

.base-blocks .padding-sixteen-left {
  padding-left: 8.5% !important;
}

.base-blocks .padding-seventeen-left {
  padding-left: 9% !important;
}

.base-blocks .padding-eighteen-left {
  padding-left: 9.5% !important;
}

.base-blocks .padding-nineteen-left {
  padding-left: 10% !important;
}

.base-blocks .padding-twenty-left {
  padding-left: 10.5% !important;
}

.base-blocks .padding-twenty-one-left {
  padding-left: 11% !important;
}

.base-blocks .padding-twenty-two-left {
  padding-left: 11.5% !important;
}

.base-blocks .padding-twenty-three-left {
  padding-left: 12% !important;
}

.base-blocks .padding-twenty-four-left {
  padding-left: 12.5% !important;
}

.base-blocks .padding-twenty-five-left {
  padding-left: 13% !important;
}

.base-blocks .padding-twenty-six-left {
  padding-left: 13.5% !important;
}

.base-blocks .padding-twenty-seven-left {
  padding-left: 14% !important;
}

.base-blocks .padding-twenty-eight-left {
  padding-left: 14.5% !important;
}

.base-blocks .padding-twenty-nine-left {
  padding-left: 15% !important;
}

.base-blocks .padding-left-5px {
  padding-left: 5px !important;
}

.base-blocks .padding-left-10px {
  padding-left: 10px !important;
}

.base-blocks .padding-left-15px {
  padding-left: 15px !important;
}

.base-blocks .padding-left-20px {
  padding-left: 20px !important;
}

.base-blocks .padding-left-25px {
  padding-left: 25px !important;
}

.base-blocks .padding-left-30px {
  padding-left: 30px !important;
}

.base-blocks .padding-left-35px {
  padding-left: 35px !important;
}

.base-blocks .padding-left-40px {
  padding-left: 40px !important;
}

.base-blocks .padding-left-45px {
  padding-left: 45px !important;
}

.base-blocks .padding-left-50px {
  padding-left: 50px !important;
}

.base-blocks .padding-left-55px {
  padding-left: 55px !important;
}

.base-blocks .padding-left-60px {
  padding-left: 60px !important;
}

.base-blocks .padding-left-65px {
  padding-left: 65px !important;
}

.base-blocks .padding-left-70px {
  padding-left: 70px !important;
}

.base-blocks .padding-left-75px {
  padding-left: 75px !important;
}

.base-blocks .padding-left-80px {
  padding-left: 80px !important;
}

/* padding right */

.base-blocks .padding-one-half-right {
  padding-right: 0.5% !important;
}

.base-blocks .padding-one-right {
  padding-right: 1% !important;
}

.base-blocks .padding-two-right {
  padding-right: 1.5% !important;
}

.base-blocks .padding-three-right {
  padding-right: 2% !important;
}

.base-blocks .padding-four-right {
  padding-right: 2.5% !important;
}

.base-blocks .padding-five-right {
  padding-right: 3% !important;
}

.base-blocks .padding-six-right {
  padding-right: 3.5% !important;
}

.base-blocks .padding-seven-right {
  padding-right: 4% !important;
}

.base-blocks .padding-eight-right {
  padding-right: 4.5% !important;
}

.base-blocks .padding-nine-right {
  padding-right: 5% !important;
}

.base-blocks .padding-ten-right {
  padding-right: 5.5% !important;
}

.base-blocks .padding-eleven-right {
  padding-right: 6% !important;
}

.base-blocks .padding-twelve-right {
  padding-right: 6.5% !important;
}

.base-blocks .padding-thirteen-right {
  padding-right: 7% !important;
}

.base-blocks .padding-fourteen-right {
  padding-right: 7.5% !important;
}

.base-blocks .padding-fifteen-right {
  padding-right: 8% !important;
}

.base-blocks .padding-sixteen-right {
  padding-right: 8.5% !important;
}

.base-blocks .padding-seventeen-right {
  padding-right: 9% !important;
}

.base-blocks .padding-eighteen-right {
  padding-right: 9.5% !important;
}

.base-blocks .padding-nineteen-right {
  padding-right: 10% !important;
}

.base-blocks .padding-twenty-right {
  padding-right: 10.5% !important;
}

.base-blocks .padding-twenty-one-right {
  padding-right: 11% !important;
}

.base-blocks .padding-twenty-two-right {
  padding-right: 11.5% !important;
}

.base-blocks .padding-twenty-three-right {
  padding-right: 12% !important;
}

.base-blocks .padding-twenty-four-right {
  padding-right: 12.5% !important;
}

.base-blocks .padding-twenty-five-right {
  padding-right: 13% !important;
}

.base-blocks .padding-twenty-six-right {
  padding-right: 13.5% !important;
}

.base-blocks .padding-twenty-seven-right {
  padding-right: 14% !important;
}

.base-blocks .padding-twenty-eight-right {
  padding-right: 14.5% !important;
}

.base-blocks .padding-twenty-nine-right {
  padding-right: 15% !important;
}

.base-blocks .padding-right-5px {
  padding-right: 5px !important;
}

.base-blocks .padding-right-10px {
  padding-right: 10px !important;
}

.base-blocks .padding-right-15px {
  padding-right: 15px !important;
}

.base-blocks .padding-right-20px {
  padding-right: 20px !important;
}

.base-blocks .padding-right-25px {
  padding-right: 25px !important;
}

.base-blocks .padding-right-30px {
  padding-right: 30px !important;
}

.base-blocks .padding-right-35px {
  padding-right: 35px !important;
}

.base-blocks .padding-right-40px {
  padding-right: 40px !important;
}

.base-blocks .padding-right-45px {
  padding-right: 45px !important;
}

.base-blocks .padding-right-50px {
  padding-right: 50px !important;
}

.base-blocks .padding-right-55px {
  padding-right: 55px !important;
}

.base-blocks .padding-right-60px {
  padding-right: 60px !important;
}

.base-blocks .padding-right-65px {
  padding-right: 65px !important;
}

.base-blocks .padding-right-70px {
  padding-right: 70px !important;
}

.base-blocks .padding-right-75px {
  padding-right: 75px !important;
}

.base-blocks .padding-right-80px {
  padding-right: 80px !important;
}

/* padding top */

.base-blocks .padding-one-half-top {
  padding-top: 0.5% !important;
}

.base-blocks .padding-one-top {
  padding-top: 1% !important;
}

.base-blocks .padding-two-top {
  padding-top: 1.5% !important;
}

.base-blocks .padding-three-top {
  padding-top: 2% !important;
}

.base-blocks .padding-four-top {
  padding-top: 2.5% !important;
}

.base-blocks .padding-five-top {
  padding-top: 3% !important;
}

.base-blocks .padding-six-top {
  padding-top: 3.5% !important;
}

.base-blocks .padding-seven-top {
  padding-top: 4% !important;
}

.base-blocks .padding-eight-top {
  padding-top: 4.5% !important;
}

.base-blocks .padding-nine-top {
  padding-top: 5% !important;
}

.base-blocks .padding-ten-top {
  padding-top: 5.5% !important;
}

.base-blocks .padding-eleven-top {
  padding-top: 6% !important;
}

.base-blocks .padding-twelve-top {
  padding-top: 6.5% !important;
}

.base-blocks .padding-thirteen-top {
  padding-top: 7% !important;
}

.base-blocks .padding-fourteen-top {
  padding-top: 7.5% !important;
}

.base-blocks .padding-fifteen-top {
  padding-top: 8% !important;
}

.base-blocks .padding-sixteen-top {
  padding-top: 8.5% !important;
}

.base-blocks .padding-seventeen-top {
  padding-top: 9% !important;
}

.base-blocks .padding-eighteen-top {
  padding-top: 9.5% !important;
}

.base-blocks .padding-nineteen-top {
  padding-top: 10% !important;
}

.base-blocks .padding-twenty-top {
  padding-top: 10.5% !important;
}

.base-blocks .padding-twenty-one-top {
  padding-top: 11% !important;
}

.base-blocks .padding-twenty-two-top {
  padding-top: 11.5% !important;
}

.base-blocks .padding-twenty-three-top {
  padding-top: 12% !important;
}

.base-blocks .padding-twenty-four-top {
  padding-top: 12.5% !important;
}

.base-blocks .padding-twenty-five-top {
  padding-top: 13% !important;
}

.base-blocks .padding-twenty-six-top {
  padding-top: 13.5% !important;
}

.base-blocks .padding-twenty-seven-top {
  padding-top: 14% !important;
}

.base-blocks .padding-twenty-eight-top {
  padding-top: 14.5% !important;
}

.base-blocks .padding-twenty-nine-top {
  padding-top: 15% !important;
}

.base-blocks .padding-top-5px {
  padding-top: 5px !important;
}

.base-blocks .padding-top-10px {
  padding-top: 10px !important;
}

.base-blocks .padding-top-15px {
  padding-top: 15px !important;
}

.base-blocks .padding-top-20px {
  padding-top: 20px !important;
}

.base-blocks .padding-top-25px {
  padding-top: 25px !important;
}

.base-blocks .padding-top-30px {
  padding-top: 30px !important;
}

.base-blocks .padding-top-35px {
  padding-top: 35px !important;
}

.base-blocks .padding-top-40px {
  padding-top: 40px !important;
}

.base-blocks .padding-top-45px {
  padding-top: 45px !important;
}

.base-blocks .padding-top-50px {
  padding-top: 50px !important;
}

.base-blocks .padding-top-55px {
  padding-top: 55px !important;
}

.base-blocks .padding-top-60px {
  padding-top: 60px !important;
}

.base-blocks .padding-top-65px {
  padding-top: 65px !important;
}

.base-blocks .padding-top-70px {
  padding-top: 70px !important;
}

.base-blocks .padding-top-75px {
  padding-top: 75px !important;
}

.base-blocks .padding-top-80px {
  padding-top: 80px !important;
}

/* padding bottom */

.base-blocks .padding-one-half-bottom {
  padding-bottom: 0.5% !important;
}

.base-blocks .padding-one-bottom {
  padding-bottom: 1% !important;
}

.base-blocks .padding-two-bottom {
  padding-bottom: 1.5% !important;
}

.base-blocks .padding-three-bottom {
  padding-bottom: 2% !important;
}

.base-blocks .padding-four-bottom {
  padding-bottom: 2.5% !important;
}

.base-blocks .padding-five-bottom {
  padding-bottom: 3% !important;
}

.base-blocks .padding-six-bottom {
  padding-bottom: 3.5% !important;
}

.base-blocks .padding-seven-bottom {
  padding-bottom: 4% !important;
}

.base-blocks .padding-eight-bottom {
  padding-bottom: 4.5% !important;
}

.base-blocks .padding-nine-bottom {
  padding-bottom: 5% !important;
}

.base-blocks .padding-ten-bottom {
  padding-bottom: 5.5% !important;
}

.base-blocks .padding-eleven-bottom {
  padding-bottom: 6% !important;
}

.base-blocks .padding-twelve-bottom {
  padding-bottom: 6.5% !important;
}

.base-blocks .padding-thirteen-bottom {
  padding-bottom: 7% !important;
}

.base-blocks .padding-fourteen-bottom {
  padding-bottom: 7.5% !important;
}

.base-blocks .padding-fifteen-bottom {
  padding-bottom: 8% !important;
}

.base-blocks .padding-sixteen-bottom {
  padding-bottom: 8.5% !important;
}

.base-blocks .padding-seventeen-bottom {
  padding-bottom: 9% !important;
}

.base-blocks .padding-eighteen-bottom {
  padding-bottom: 9.5% !important;
}

.base-blocks .padding-nineteen-bottom {
  padding-bottom: 10% !important;
}

.base-blocks .padding-twenty-bottom {
  padding-bottom: 10.5% !important;
}

.base-blocks .padding-twenty-one-bottom {
  padding-bottom: 11% !important;
}

.base-blocks .padding-twenty-two-bottom {
  padding-bottom: 11.5% !important;
}

.base-blocks .padding-twenty-three-bottom {
  padding-bottom: 12% !important;
}

.base-blocks .padding-twenty-four-bottom {
  padding-bottom: 12.5% !important;
}

.base-blocks .padding-twenty-five-bottom {
  padding-bottom: 13% !important;
}

.base-blocks .padding-twenty-six-bottom {
  padding-bottom: 13.5% !important;
}

.base-blocks .padding-twenty-seven-bottom {
  padding-bottom: 14% !important;
}

.base-blocks .padding-twenty-eight-bottom {
  padding-bottom: 14.5% !important;
}

.base-blocks .padding-twenty-nine-bottom {
  padding-bottom: 15% !important;
}

.base-blocks .padding-bottom-5px {
  padding-bottom: 5px !important;
}

.base-blocks .padding-bottom-10px {
  padding-bottom: 10px !important;
}

.base-blocks .padding-bottom-15px {
  padding-bottom: 15px !important;
}

.base-blocks .padding-bottom-20px {
  padding-bottom: 20px !important;
}

.base-blocks .padding-bottom-25px {
  padding-bottom: 25px !important;
}

.base-blocks .padding-bottom-30px {
  padding-bottom: 30px !important;
}

.base-blocks .padding-bottom-35px {
  padding-bottom: 35px !important;
}

.base-blocks .padding-bottom-40px {
  padding-bottom: 40px !important;
}

.base-blocks .padding-bottom-45px {
  padding-bottom: 45px !important;
}

.base-blocks .padding-bottom-50px {
  padding-bottom: 50px !important;
}

.base-blocks .padding-left-right-px {
  padding: 0 15px !important;
}

.base-blocks .padding-30px-top {
  padding-top: 30px !important;
}

.base-blocks .padding-40px-top {
  padding-top: 40px !important;
}

.base-blocks .padding-60px-top {
  padding-top: 60px !important;
}

.base-blocks .padding-90px-top {
  padding-top: 90px !important;
}

.base-blocks .padding-100px-top {
  padding-top: 100px !important;
}

.base-blocks .padding-110px-top {
  padding-top: 110px !important;
}

.base-blocks .padding-120px-top {
  padding-top: 120px !important;
}

.base-blocks .padding-130px-top {
  padding-top: 130px !important;
}

.base-blocks .padding-140px-top {
  padding-top: 140px !important;
}

.base-blocks .padding-150px-top {
  padding-top: 150px !important;
}

.base-blocks .padding-60px-bottom {
  padding-bottom: 60px !important;
}

.base-blocks .padding-30px-tb {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.base-blocks .padding-40px-tb {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.base-blocks .padding-50px-tb {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.base-blocks .padding-60px-tb {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.base-blocks .padding-70px-tb {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.base-blocks .padding-80px-tb {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.base-blocks .padding-90px-tb {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.base-blocks .padding-110px-tb {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

.base-blocks .padding-120px-tb {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.base-blocks .padding-130px-tb {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

.base-blocks .padding-140px-tb {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

.base-blocks .padding-150px-tb {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.base-blocks .padding-100px-tb {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.base-blocks .no-padding {
  padding: 0 !important;
}

.base-blocks .no-padding-lr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.base-blocks .no-padding-tb {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.base-blocks .no-padding-top {
  padding-top: 0 !important;
}

.base-blocks .no-padding-bottom {
  padding-bottom: 0 !important;
}

.base-blocks .no-padding-left {
  padding-left: 0 !important;
}

.base-blocks .no-padding-right {
  padding-right: 0 !important;
}

/* ===================================
    Custom
====================================== */

/* float */

.base-blocks .float-left {
  float: left !important;
}

.base-blocks .float-right {
  float: right !important;
}

.base-blocks .float-none {
  float: none !important;
}

/* section */

.base-blocks .center-col {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.base-blocks .clear-both {
  clear: both;
}

.base-blocks section {
  border-bottom: 1px solid #ececec;
}

/* separator */

.base-blocks .separator-line {
  height: 1px;
  width: 68px;
}

.base-blocks .separator-line1 {
  height: 1px;
  width: 65px;
}

.base-blocks .separator-line2 {
  height: 3px;
  width: 60px;
}

.base-blocks .separator-line3 {
  height: 3px;
  width: 40px;
}

.base-blocks .separator-line-full {
  height: 1px;
  margin: 0 auto;
  width: 100%;
}

/* vertical align */

.base-blocks .vertical-align-middle {
  vertical-align: middle !important;
}

.base-blocks .vertical-align-bottom {
  vertical-align: bottom !important;
}

.base-blocks .vertical-align-top {
  vertical-align: top !important;
}

.base-blocks .vertical-align-sub {
  vertical-align: sub !important;
}

/* display */

.base-blocks .display-block {
  display: block !important;
}

.base-blocks .overflow-hidden {
  overflow: hidden !important;
}

.base-blocks .overflow-auto {
  overflow: auto !important;
}

.base-blocks .display-inline-block {
  display: inline-block !important;
}

.base-blocks .display-inline {
  display: inline !important;
}

.base-blocks .display-none {
  display: none !important;
}

.base-blocks .display-inherit {
  display: inherit !important;
}

.base-blocks .display-table {
  display: table !important;
}

.base-blocks .display-table-cell-vertical-middle {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.base-blocks .display-table-cell-vertical-bottom {
  display: table-cell;
  vertical-align: bottom;
  float: none;
}

.base-blocks .list-style-none {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* position */

.base-blocks .position-relative {
  position: relative !important;
  z-index: 5;
}

.base-blocks .position-absolute {
  position: absolute !important;
}

.base-blocks .position-fixed {
  position: fixed !important;
}

.base-blocks .position-inherit {
  position: inherit !important;
}

.base-blocks .position-static {
  position: static !important;
}

.base-blocks .position-right {
  right: 0 !important;
}

.base-blocks .position-left {
  left: 0 !important;
}

.base-blocks .position-top {
  top: 0 !important;
}

.base-blocks .position-bottom {
  bottom: 0 !important;
}

/* top */

.base-blocks .top-3 {
  top: 3px !important;
}

.base-blocks .top-4 {
  top: 4px !important;
}

.base-blocks .top-5 {
  top: 5px !important;
}

.base-blocks .top-6 {
  top: 6px !important;
}

.base-blocks .top-7 {
  top: 7px !important;
}

.base-blocks .top-8 {
  top: 8px !important;
}

.base-blocks .top-9 {
  top: 9px !important;
}

.base-blocks .top-10 {
  top: 10px !important;
}

.base-blocks .top-minus1 {
  top: -1px !important;
}

.base-blocks .top-minus2 {
  top: -2px !important;
}

.base-blocks .top-minus3 {
  top: -3px !important;
}

.base-blocks .top-minus4 {
  top: -4px !important;
}

.base-blocks .top-minus5 {
  top: -5px !important;
}

.base-blocks .top-minus6 {
  top: -6px !important;
}

.base-blocks .top-minus7 {
  top: -7px !important;
}

.base-blocks .top-minus8 {
  top: -8px !important;
}

.base-blocks .top-minus9 {
  top: -9px !important;
}

.base-blocks .top-minus10 {
  top: -10px !important;
}

.base-blocks .left-minus1 {
  left: -1px !important;
}

.base-blocks .left-minus2 {
  left: -2px !important;
}

.base-blocks .left-minus3 {
  left: -3px !important;
}

.base-blocks .left-minus4 {
  left: -4px !important;
}

.base-blocks .left-minus5 {
  left: -5px !important;
}

.base-blocks .left-minus6 {
  left: -6px !important;
}

.base-blocks .left-minus7 {
  left: -7px !important;
}

.base-blocks .left-minus8 {
  left: -8px !important;
}

.base-blocks .left-minus9 {
  left: -9px !important;
}

.base-blocks .left-minus10 {
  left: -10px !important;
}

.base-blocks .left-1 {
  left: 1px !important;
}

.base-blocks .left-2 {
  left: 2px !important;
}

.base-blocks .left-3 {
  left: 3px !important;
}

.base-blocks .left-4 {
  left: 4px !important;
}

.base-blocks .left-5 {
  left: 5px !important;
}

.base-blocks .left-6 {
  left: 6px !important;
}

.base-blocks .left-7 {
  left: 7px !important;
}

.base-blocks .left-8 {
  left: 8px !important;
}

.base-blocks .left-9 {
  left: 9px !important;
}

.base-blocks .left-10 {
  left: 10px !important;
}

/* bottom */

.base-blocks .bottom-3 {
  bottom: 3px !important;
}

.base-blocks .bottom-4 {
  bottom: 4px !important;
}

.base-blocks .bottom-5 {
  bottom: 5px !important;
}

.base-blocks .bottom-6 {
  bottom: 6px !important;
}

.base-blocks .bottom-7 {
  bottom: 7px !important;
}

.base-blocks .bottom-8 {
  bottom: 8px !important;
}

.base-blocks .bottom-9 {
  bottom: 9px !important;
}

.base-blocks .bottom-10 {
  bottom: 10px !important;
}

/* width */

.base-blocks .width {
  display: inline-block;
  position: relative;
  width: 90%;
}

.base-blocks .width-15 {
  width: 15% !important;
}

.base-blocks .width-20 {
  width: 20% !important;
}

.base-blocks .width-25 {
  width: 25% !important;
}

.base-blocks .width-30 {
  width: 30% !important;
}

.base-blocks .width-35 {
  width: 35% !important;
}

.base-blocks .width-40 {
  width: 40% !important;
}

.base-blocks .width-45 {
  width: 45% !important;
}

.base-blocks .width-50 {
  width: 50% !important;
}

.base-blocks .width-55 {
  width: 55% !important;
}

.base-blocks .width-60 {
  width: 60% !important;
}

.base-blocks .width-65 {
  width: 65% !important;
}

.base-blocks .width-70 {
  width: 70% !important;
}

.base-blocks .width-75 {
  width: 75% !important;
}

.base-blocks .width-80 {
  width: 80% !important;
}

.base-blocks .width-85 {
  width: 85% !important;
}

.base-blocks .width-90 {
  width: 90% !important;
}

.base-blocks .width-95 {
  width: 95% !important;
}

.base-blocks .width-100 {
  width: 100% !important;
}

.base-blocks .width-auto {
  width: auto !important;
}

.base-blocks .height-20 {
  height: 20% !important;
}

.base-blocks .height-25 {
  height: 25% !important;
}

.base-blocks .height-30 {
  height: 30% !important;
}

.base-blocks .height-35 {
  height: 35% !important;
}

.base-blocks .height-40 {
  height: 40% !important;
}

.base-blocks .height-45 {
  height: 45% !important;
}

.base-blocks .height-50 {
  height: 50% !important;
}

.base-blocks .height-55 {
  height: 55% !important;
}

.base-blocks .height-60 {
  height: 60% !important;
}

.base-blocks .height-65 {
  height: 65% !important;
}

.base-blocks .height-70 {
  height: 70% !important;
}

.base-blocks .height-75 {
  height: 75% !important;
}

.base-blocks .height-80 {
  height: 80% !important;
}

.base-blocks .height-85 {
  height: 85% !important;
}

.base-blocks .height-90 {
  height: 90% !important;
}

.base-blocks .height-95 {
  height: 95% !important;
}

.base-blocks .height-100 {
  height: 100% !important;
}

.base-blocks .min-height {
  min-height: 100%;
}

/* z-index */

.base-blocks .z-index-0 {
  z-index: 0 !important;
}

.base-blocks .z-index-1 {
  z-index: 1 !important;
}

.base-blocks .z-index-2 {
  z-index: 2 !important;
}

.base-blocks .z-index-3 {
  z-index: 3 !important;
}

.base-blocks .z-index-4 {
  z-index: 4 !important;
}

.base-blocks .z-index-5 {
  z-index: 5 !important;
}

.base-blocks .z-index-6 {
  z-index: 6 !important;
}

.base-blocks .z-index-7 {
  z-index: 7 !important;
}

.base-blocks .z-index-8 {
  z-index: 8 !important;
}

.base-blocks .z-index-999 {
  z-index: 999 !important;
}

/* section height  */

.base-blocks .small-screen {
  height: 450px;
}

.base-blocks .one-second-screen {
  height: 600px;
}

.base-blocks .one-third-screen {
  height: 700px;
}

.base-blocks .one-fourth-screen {
  height: 800px;
}

.base-blocks .one-fifth-screen {
  height: 900px;
}

.base-blocks .one-sixth-screen {
  height: 985px;
}

/* round image  */

.base-blocks .img-round {
  width: 250px;
  border-radius: 50%;
  overflow: hidden;
}

.base-blocks .img-round-250 {
  border-radius: 50%;
  height: 250px;
  width: 250px;
  overflow: hidden;
}

.base-blocks .img-round-70 {
  border-radius: 50%;
  height: 70px;
  width: 70px;
  overflow: hidden;
}

.base-blocks .img-round-80 {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  overflow: hidden;
}

.base-blocks .img-round-90 {
  border-radius: 50%;
  height: 90px;
  width: 90px;
  overflow: hidden;
}

.base-blocks .img-round-100 {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.base-blocks .img-round-110 {
  border-radius: 50%;
  height: 110px;
  width: 110px;
  overflow: hidden;
}

.base-blocks .img-round-120 {
  border-radius: 50%;
  height: 120px;
  width: 120px;
  overflow: hidden;
}

.base-blocks .img100 {
  width: 100% !important;
}

.base-blocks .two-column > div:nth-child(2n+1) {
  clear: both;
}

.base-blocks .three-column > div:nth-child(3n+1) {
  clear: both;
}

.base-blocks .four-column > div:nth-child(4n+1) {
  clear: both;
}

.base-blocks .six-column > div:nth-child(6n+1) {
  clear: both;
}

/* list */

.base-blocks .list-line {
  list-style: none;
  padding: 0;
  margin: 0;
}

.base-blocks .list-line li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 18px 0;
}

.base-blocks .list-line li:last-child {
  border-bottom: none;
}

.base-blocks .list-line li:first-child {
  padding-top: 0;
}

/* ===================================
    OWL Carousel
====================================== */

.base-blocks .owl-bg-img {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.base-blocks .owl-buttons .owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: 70px;
  font-size: 35px;
  color: #fff;
}

.base-blocks .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  right: 70px;
  font-size: 35px;
  color: #fff;
  margin-top: -18px;
}

.base-blocks .owl-pagination {
  position: absolute;
  bottom: 35px;
  text-align: center;
  width: 100%;
}

.base-blocks .owl-pagination .owl-page {
  display: inline-block;
}

.base-blocks .owl-pagination .owl-page span {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin: 0 5px;
}

.base-blocks .owl-pagination .active span {
  background-color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.8);
}

.base-blocks .owl-pagination-bottom .owl-pagination {
  position: absolute;
  bottom: -50px;
  text-align: center;
  width: 100%;
}

.base-blocks .owl-pagination-bottom .owl-pagination .active span {
  background: rgba(255, 255, 255, 0.8);
}

.base-blocks .owl-without-next-pre-arrow .owl-buttons {
  display: none;
}

.base-blocks .owl-pagination-bottom-30px .owl-pagination {
  bottom: -30px;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* hide dot buttons */

.base-blocks .owl-no-buttons .owl-buttons {
  display: none;
}

/* hide dot navigation */

.base-blocks .owl-no-pagination .owl-pagination {
  display: none;
}

/* dark pagination */

.base-blocks .owl-without-next-prev-arrow .owl-prev, .base-blocks .owl-without-next-prev-arrow .owl-next {
  display: none;
}

.base-blocks .owl-dark-pagination .owl-item {
  cursor: url("/images/icon/icon-move-black.png"), move !important;
}

.base-blocks .owl-dark-pagination .owl-pagination .owl-page span {
  border: 2px solid rgba(0, 0, 0, 0.5);
}

.base-blocks .owl-dark-pagination .owl-pagination .active span {
  background-color: #000;
  border: 2px solid rgba(0, 0, 0, 0.8);
}

/* outside next previous arrow */

.base-blocks .owl-dark-pagination .owl-buttons .owl-prev {
  position: absolute;
  top: 48%;
  left: 70px;
  font-size: 35px;
  color: #000;
}

.base-blocks .owl-dark-pagination .owl-buttons .owl-next {
  position: absolute;
  top: 48%;
  right: 70px;
  font-size: 35px;
  color: #000;
}

/* outside next previous arrow simple */

.base-blocks .outside-arrow .owl-buttons .owl-prev {
  background: #999999;
  border-radius: 50%;
  color: #ffffff;
  font-size: 24px;
  height: 50px;
  padding: 13px;
  position: absolute;
  left: -60px;
  top: 50%;
  width: 50px;
  margin-top: -25px;
}

.base-blocks .outside-arrow .owl-buttons .owl-next {
  background: #999999;
  border-radius: 50%;
  color: #ffffff;
  font-size: 24px;
  height: 50px;
  padding: 13px;
  position: absolute;
  right: -60px;
  top: 50%;
  width: 50px;
  margin-top: -25px;
}

.base-blocks .outside-arrow-simple .owl-buttons .owl-prev {
  color: #282828;
  font-size: 24px;
  height: 50px;
  padding: 13px;
  position: absolute;
  left: -60px;
  top: 50%;
  width: 50px;
  margin-top: -25px;
}

.base-blocks .outside-arrow-simple .owl-buttons .owl-next {
  color: #282828;
  font-size: 24px;
  height: 50px;
  padding: 13px;
  position: absolute;
  right: -60px;
  top: 50%;
  width: 50px;
  margin-top: -25px;
}

/* ===================================
    Button
====================================== */

.base-blocks .btn {
  display: inline-block;
  border-radius: 4px;
  width: auto;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700;
  white-space: inherit;
  cursor: pointer !important;
}

.base-blocks .btn p {
  margin-bottom: 0;
}

.base-blocks .btn:hover {
  opacity: 0.7;
}

.base-blocks .btn-dual .btn {
  margin: 0 20px 0 0;
}

.base-blocks .btn-dual .btn:last-child {
  margin: 0;
}

.base-blocks .btn-round {
  border-radius: 4px !important;
}

.base-blocks .btn-circle {
  border-radius: 30px !important;
}

.base-blocks .btn i {
  margin-left: 7px;
  vertical-align: baseline;
  margin-top: 1px;
}

.base-blocks .btn-small-white:focus {
  color: #fff;
}

.base-blocks .button {
  margin-top: 0;
  margin-bottom: 0;
}

.base-blocks .btn.btn-extra-large2 {
  font-size: 18px;
  padding: 18px 30px;
  line-height: 20px;
}

.base-blocks .btn.btn-extra-large {
  font-size: 16px;
  padding: 14px 28px;
  line-height: 18px;
}

.base-blocks .btn.btn-large {
  font-size: 14px;
  padding: 11px 25px;
  line-height: 18px;
}

.base-blocks .btn.btn-medium {
  font-size: 12px;
  padding: 8px 20px;
  line-height: 18px;
}

.base-blocks .btn.btn-small {
  font-size: 11px;
  padding: 4px 14px;
  line-height: 18px;
}

.base-blocks .btn.btn-very-small {
  font-size: 10px;
  padding: 10px 12px 10px;
  line-height: 0;
}

.base-blocks .btn-circle.btn-extra-large {
  font-size: 16px;
  padding: 20px 42px;
  line-height: 18px;
}

.base-blocks .btn-circle.btn-large {
  font-size: 14px;
  padding: 12px 30px;
  line-height: 18px;
}

.base-blocks .btn-circle.btn-medium {
  font-size: 12px;
  padding: 8px 25px;
  line-height: 18px;
}

.base-blocks .btn-circle.btn-small {
  font-size: 10px;
  padding: 5px 22px;
  line-height: 18px;
}

.base-blocks .btn-circle.btn-very-small {
  font-size: 10px;
  padding: 10px 12px 10px;
  line-height: 0;
}

.base-blocks .btn.btn-border {
  border: 2px solid;
  background-color: rgba(0, 0, 0, 0);
}

.base-blocks .btn-3d {
  border-bottom: 3px solid rgba(0, 0, 0, 0.2) !important;
}

.base-blocks .btn-shadow {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3) !important;
}

.base-blocks .box-shadow-light {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
}

.base-blocks .box-shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) !important;
}

.base-blocks .box-shadow-dark {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) !important;
}

.base-blocks .highlight-button-black {
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
  display: inline-block;
  font-size: 12px;
  padding: 8px 20px 9px;
}

.base-blocks .highlight-button-black-border {
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  padding: 20px 30px;
}

.base-blocks .highlight-button-white-border {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding: 20px 30px;
}

/* buttons hover */

.base-blocks .button-black-hover:hover {
  border: 1px solid #000 !important;
  color: #000 !important;
}

.base-blocks .button-white-hover:hover {
  border: 1px solid #fff !important;
  color: #fff !important;
}

.base-blocks .highlight-button-black:hover {
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
}

.base-blocks .highlight-button-black-border {
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  padding: 20px 30px;
}

.base-blocks .highlight-button-black-border:hover {
  background-color: #000;
  border: 2px solid #000;
  color: #fff !important;
}

.base-blocks .highlight-button-white-border {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding: 20px 30px;
}

.base-blocks .highlight-button-white-border:hover {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.base-blocks .highlight-button-bitter-sweet-border {
  background-color: rgba(0, 0, 0, 0);
  border: 5px solid #f3605c;
  color: #ffffff;
  font-size: 18px;
  padding: 4px 17px;
  font-weight: 400;
}

.base-blocks .highlight-button-bitter-sweet-border:hover {
  background-color: #000;
  border: 5px solid #000;
  color: #fff;
}

.base-blocks .highlight-button-white-border-wide {
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  padding: 8px 30px;
  font-weight: 400;
}

.base-blocks .highlight-button-white-border-wide:hover {
  border: 3px solid #f3605c;
  color: #fff;
}

.base-blocks .highlight-button-dark-slate-blue-border-wide {
  background-color: rgba(0, 0, 0, 0);
  border: 5px solid #55365e;
  color: #f3605c;
  font-weight: 400;
  font-size: 18px;
  padding: 4px 17px;
}

.base-blocks .highlight-button-dark-slate-blue-border-wide:hover {
  background-color: #55365e;
  border: 5px solid #55365e;
  color: #fff;
}

/* scroll down */

.base-blocks .scroll-down {
  bottom: 50px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 9;
}

.base-blocks .scroll-down a i {
  border: 2px solid #fff;
  border-radius: 100%;
  color: #fff;
  font-size: 25px;
  padding: 4px 0 0 1px;
  width: 38px;
  height: 38px;
}

/* ===================================
    Form Control
====================================== */

.base-blocks .extra-big-input, .base-blocks .extra-big-textarea, .base-blocks .extra-big-select select {
  padding: 18px 25px;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  font-size: 14px !important;
}

.base-blocks .big-input, .base-blocks .big-textarea, .base-blocks .big-select select {
  padding: 18px 25px;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  font-size: 14px !important;
}

.base-blocks .big-input:focus, .base-blocks .big-select:focus {
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
}

.base-blocks .big-label {
  font-size: 14px;
  letter-spacing: 2px;
}

.base-blocks .medium-input, .base-blocks .medium-textarea, .base-blocks .medium-select select {
  padding: 12px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  font-size: 14px !important;
  line-height: normal;
}

.base-blocks .medium-input:focus, .base-blocks .medium-select:focus {
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
}

.base-blocks .small-input, .base-blocks .small-textarea {
  padding: 12px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 11px !important;
  line-height: normal;
}

.base-blocks .small-input:focus, .base-blocks .small-select:focus {
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.base-blocks .small-select select {
  padding: 15px 15px;
  line-height: normal;
}

.base-blocks .medium-input-light, .base-blocks .medium-textarea-light, .base-blocks .medium-select-light select {
  padding: 12px 25px;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  font-size: 12px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  line-height: normal;
}

.base-blocks .medium-input-light:focus, .base-blocks .medium-select-light:focus {
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
}

.base-blocks .extra-small-input, .base-blocks .extra-small-textarea, .base-blocks .extra-small-select select {
  padding: 9px 17px;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  font-size: 12px !important;
  text-transform: uppercase;
  line-height: normal;
}

.base-blocks .extra-small-input:focus, .base-blocks .extra-small-select:focus {
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
}

.base-blocks .tz_input_error {
  border: 1px solid #dd1c1c !important;
}

.base-blocks .input-group input, .base-blocks .input-group textarea, .base-blocks .input-group select {
  margin: 0;
  border-radius: 4px 0 0 4px;
  border-color: #fff !important;
  padding: 19px 25px;
}

.base-blocks .input-group-btn .btn {
  border-radius: 0 4px 4px 0;
}

.base-blocks .input-group-btn .btn.btn-large {
  line-height: 2px;
  height: 62px;
  padding: 15px 25px !important;
}

.base-blocks .input-group input.tz_input_error, .base-blocks .input-group textarea.tz_input_error, .base-blocks .input-group select.tz_input_error {
  border-color: #dd1c1c !important;
}

.base-blocks #success {
  clear: both;
  margin: 0 15px 20px;
  text-align: center;
  background-color: #6dc13a;
  border: 2px solid #6dc13a;
  color: #fff;
  padding: 10px 0;
  display: block;
}

.base-blocks #error {
  clear: both;
  margin: 0 15px 20px;
  text-align: center;
  background-color: #ec2313;
  border: 2px solid #ec2313;
  color: #fff;
  padding: 10px 0;
  display: block;
}

.base-blocks .g-recaptcha {
  margin: 0 0 20px 0;
}

.base-blocks .google-recaptcha-error {
  color: #ec2313;
  display: block;
  margin: 0 0 25px 0;
}

/* ===================================
    Portfolio and Photo Gallery
====================================== */

.base-blocks .grid li {
  transition-duration: 0s;
}

.base-blocks .grid img {
  width: 100%;
}

.base-blocks .grid-gallery {
  clear: both;
  float: left;
  width: 100%;
}

.base-blocks .gallery-img a {
  display: block;
  position: relative;
  z-index: 2;
}

.base-blocks .grid-gallery ul {
  list-style: outside none none;
  padding: 0;
}

.base-blocks .grid-gallery figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}

.base-blocks .grid-gallery figure img {
  cursor: pointer;
  display: block;
  opacity: 1;
  width: 100%;
}

.base-blocks .grid {
  margin: 0 auto;
}

.base-blocks .grid li {
  box-sizing: border-box;
  display: inline-table;
  float: left;
  margin: 0;
  width: 25%;
}

.base-blocks .grid-gallery ul {
  margin-left: 1px;
}

.base-blocks .grid figure {
  transition: opacity 0.2s ease 0s;
}

.base-blocks .grid figcaption {
  bottom: 70px;
  opacity: 0;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.base-blocks .gallery-img {
  opacity: 1;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}

.base-blocks .grid figure:hover .gallery-img {
  background-color: #000;
}

.base-blocks .no-hover figure:hover .gallery-img {
  background-color: transparent !important;
}

.base-blocks .no-hover figure:hover img {
  opacity: 1 !important;
  transform: none;
}

.base-blocks figure:hover img {
  cursor: url("/images/icon/icon-zoom-white.png"), pointer;
  opacity: 0.15;
  transform: scale(1.1, 1.1);
  transition: all 0.3s ease 0s;
}

.base-blocks .mfp-figure figure:hover img {
  cursor: pointer;
}

.base-blocks .grid figure:hover figcaption {
  opacity: 1;
  transition: all 0.3s ease 0s;
}

.base-blocks .revolution-masonry-portfolio-list .portfolio-item {
  padding: 10px;
}

/* portfolio grid - 2 column  */

.base-blocks .work-2col .grid li {
  float: left;
  width: 50%;
}

/* portfolio grid - 3 column  */

.base-blocks .work-3col .grid li {
  float: left;
  width: 33.33%;
}

/* portfolio grid - 4 column  */

.base-blocks .work-4col .grid li {
  float: left;
  width: 25%;
}

/* portfolio grid - 5 column  */

.base-blocks .work-5col .grid li {
  float: left;
  width: 20%;
}

/* portfolio grid - gutter */

.base-blocks .gutter .grid-gallery ul {
  margin-left: -14px;
}


.base-blocks .gutter .grid li {
  padding: 0 0 14px 14px;
}

/* portfolio with title */

.base-blocks .work-with-title .grid figcaption {
  background: rgba(19, 19, 19, 0.95);
  bottom: -25px;
  opacity: 1;
  display: block;
  padding: 25px 0;
  position: absolute;
  z-index: 2;
}

.base-blocks .work-with-title .grid figure:hover figcaption {
  bottom: 0;
}

.base-blocks .work-with-title .grid figcaption p {
  opacity: 0;
  transform: translateY(13px);
  transition-property: transform, opacity;
  margin: 0;
}

.base-blocks .work-with-title .grid figure:hover figcaption, .base-blocks .work-with-title .grid figure:hover p {
  opacity: 1;
  display: block;
}

.base-blocks .work-with-title .grid figure:hover p {
  transform: translateY(0);
  transition-property: transform, opacity;
}

.base-blocks .work-with-title figure:hover img {
  cursor: pointer;
  opacity: 1;
  transform: scale(1.1, 1.1);
}

/* portfolio with title light */

.base-blocks .work-with-title-light .grid figcaption {
  background: white;
  bottom: 0;
  opacity: 1;
  display: block;
  padding: 25px 0;
  position: absolute;
  z-index: 2;
}

.base-blocks .work-with-title-light .grid figcaption p {
  margin: 0;
}

.base-blocks .work-with-title-light .grid figure:hover figcaption {
  background: rgba(0, 0, 0, 0.95);
}

.base-blocks .work-with-title-light .grid figure:hover figcaption .text-dark-gray {
  color: #fff !important;
}

.base-blocks .work-with-title-light .grid figure:hover figcaption, .base-blocks .work-with-title-light .grid figure:hover p {
  opacity: 1;
  display: block;
}

.base-blocks .work-with-title-light figure:hover img {
  cursor: pointer;
  opacity: 1;
  transform: scale(1.1, 1.1);
}

/* ===================================
    Video and Sound
====================================== */

.base-blocks .video-wrapper {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 0;
}

.base-blocks .html-video {
  background-color: #000;
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  z-index: -3;
}

.base-blocks .sound iframe {
  width: 100%;
}

.base-blocks .video-background {
  background: rgba(67, 67, 67, 0.5);
  height: 100%;
  top: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

/* JENSEN Change */
/* Port styles from yummy which allow button resize */
.btn-lg,
.btn-group-lg>.btn {
    padding: 15px 25px !important;
    font-size: 1.15em !important;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 10px 17.5px !important;
    font-size: .7em !important;
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 7.5px 12.5px !important;
    font-size: .6em !important;
}
