@charset "UTF-8";
@font-face {
  font-family: "LibreFranklin-Regular";
  src: url("../fonts/LibreFranklin-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/LibreFranklin-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/LibreFranklin-Regular.otf") format("opentype"), url("../fonts/LibreFranklin-Regular.svg") format("svg"), url("../fonts/LibreFranklin-Regular.ttf") format("truetype"), url("../fonts/LibreFranklin-Regular.woff") format("woff"), url("../fonts/LibreFranklin-Regular.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "LibreFranklin-Light";
  src: url("../fonts/LibreFranklin-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/LibreFranklin-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/LibreFranklin-Light.otf") format("opentype"), url("../fonts/LibreFranklin-Light.svg") format("svg"), url("../fonts/LibreFranklin-Light.ttf") format("truetype"), url("../fonts/LibreFranklin-Light.woff") format("woff"), url("../fonts/LibreFranklin-Light.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "LibreFranklin-Medium";
  src: url("../fonts/LibreFranklin-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/LibreFranklin-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/LibreFranklin-Medium.otf") format("opentype"), url("../fonts/LibreFranklin-Medium.svg") format("svg"), url("../fonts/LibreFranklin-Medium.ttf") format("truetype"), url("../fonts/LibreFranklin-Medium.woff") format("woff"), url("../fonts/LibreFranklin-Medium.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "LibreFranklin-SemiBold";
  src: url("../fonts/LibreFranklin-SemiBold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/LibreFranklin-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/LibreFranklin-SemiBold.otf") format("opentype"), url("../fonts/LibreFranklin-SemiBold.svg") format("svg"), url("../fonts/LibreFranklin-SemiBold.ttf") format("truetype"), url("../fonts/LibreFranklin-SemiBold.woff") format("woff"), url("../fonts/LibreFranklin-SemiBold.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "LibreFranklin-Bold";
  src: url("../fonts/LibreFranklin-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/LibreFranklin-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/LibreFranklin-Bold.otf") format("opentype"), url("../fonts/LibreFranklin-Bold.svg") format("svg"), url("../fonts/LibreFranklin-Bold.ttf") format("truetype"), url("../fonts/LibreFranklin-Bold.woff") format("woff"), url("../fonts/LibreFranklin-Bold.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

/* fonts */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
  font: 400 normal 15px/30px "LibreFranklin-Light", Arial, Helvetica, sans-serif;
  color: #000;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

/*---Universal Selector to add additional resets, such as text-size adjust and tap highlighting---*/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
}

a {
  text-decoration: none;
}

body {
  margin: 0;
  padding: 0;
}

.wid {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0px 15px;
  height: 100%;
  width:100%;
}

span {
  color: #1A86CA;
}

ul {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

/*---Additional Form resets---*/
:required {
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

/*---Typographic Styling---*/
em, i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}

blockquote, q {
  quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

/*---Interactive Element Settings---*/
a, input[type="submit"], input[type="button"], button, label[for] {
  cursor: pointer;
}

input[type="submit"] {
  -webkit-appearance: none;
}

input[type="submit"], a.button {
  background: #85c226 url(../images/submit-arrow.png) no-repeat 93% 50%;
  border: 1px solid #85c226;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  padding: 3px 9px 3px 9px;
  display: block;
  width: 258px;
  margin: 0 auto;
  height: 37px;
  text-transform: uppercase;
  outline: none;
}

input[type="submit"]:hover {
  background-color: #293aa1;
}

/*---Misc. Element Styling---*/
img {
  -ms-interpolation-mode: bicubic;
}

.linksiz {
  font-size: 19px;
  line-height: 30px;
}

/* Proper box model */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* General styles */
::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::-webkit-selection {
  background: #000;
  color: #fff;
}

a {
  text-decoration: underline;
  color: #327D9D;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

button {
  cursor: pointer;
}

caption, th, td {
  vertical-align: top;
}

h1 {
  font-size: 25px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 26px;
}

h2, h3, h4, h5, h6 {
  display: inline-block;
  font-family: "LibreFranklin-Regular";
  font-size: 25px;
  font-weight: normal;
  line-height: 60px;
  margin-bottom: 22px;
  text-transform: uppercase;
  font-weight: 700;
}

h3 a {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  text-decoration: none;
  color: inherit;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: #125184;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  color: #fb9806;
}

.heading {
  font-size: 38px;
  font-weight: 700;
  line-height: 39px;
  margin-bottom: 22px;
  text-transform: uppercase;
}

img {
  height: auto;
  max-width: 100%;
}

input, select, textarea {
  font-size: 13px;
}

input[type="text"], input[type="tel"], input[type="phone"], input[type="email"] {
  outline: none;
  border: 1px solid #ccc;
  border-radius: 10px;
  height: 38px;
  padding: 4px 18px;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  color: #666;
}

p {
  margin: 0 0 30px;
}

table {
  border: 0;
  border-spacing: 0;
  empty-cells: show;
}

textarea {
  outline: none;
  height: 71px;
  font-size: 14px;
  resize: none;
  width: 100%;
  border-radius: 10px;
  padding: 12px 18px;
  font-weight: normal;
  border: 1px solid #ccc;
  color: #666;
  margin: 0;
  vertical-align: top;
  font-family: "LibreFranklin-Light";
}

ul, ol {
  margin: 0;
  padding: 0;
}

.wrap {
  border: 0;
  clear: both;
  float: none;
  font-size: 1px;
  height: 0;
  line-height: 1px;
  margin: 0;
  padding: 0;
  visibility: hidden;
}

.ban_inn li:last-child a:hover {
  background-color: #E2B72C;
  color: #fff;
  border: 1px solid #E2B72C;
}

.ban_inn li:last-child a img {
  display: inline-block;
  vertical-align: middle;
}

.leftfl {
  float: left;
}

.rgtfl {
  float: right;
}

.tall {
  text-align: left;
}

.talr {
  text-align: right;
}

.talc {
  text-align: center;
}

.justify {
  text-align: justify;
}

.violet {
  color: #8F5E99;
}

.indigo {
  color: #4b0082;
}

.blue {
  color: #005aff;
}

.green {
  color: #5a8e00;
}

.yellow {
  color: #f87b00;
}

.orange {
  color: #FF6600;
}

.red {
  color: #ff0000;
}

.black {
  color: #000;
}

.m0 {
  margin: 0px 0px 0px 0px;
}

.wid:after, li:after, ul:after, .social:after, div:after {
  display: block;
  content: "";
  clear: both;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #322f31;
  font-size: 16px;
  font-family: "LibreFranklin-Light";
}

:-moz-placeholder {
  opacity: 1;
  color: #322f31;
  font-size: 16px;
  font-family: "LibreFranklin-Light";
}

::-moz-placeholder {
  opacity: 1;
  color: #322f31;
  font-size: 16px;
  font-family: "LibreFranklin-Light";
}

:-ms-input-placeholder {
  opacity: 1;
  color: #322f31;
  font-size: 16px;
  font-family: "LibreFranklin-Light";
}

*, :before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hidecal {
  display: none;
}

a.phn {
  color: #000;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: inherit;
}

a.phn:hover {
  color: #ff9609;
}

.rcapcha {
  border-radius: 3px;
  height: 75px;
  margin: 0 auto 6px;
  overflow: hidden;
  width: 100%;
}

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

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

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

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

html {
  scroll-behavior: smooth;
}

ul.sub-menu a {
  font-size: 18px !important;
}

.aniPos ul.sub-menu a {
  font-size: 12px !important;
}

ul.level-1 .current_page_item a, ul.level-1 .current-menu-item a {
  color: #000 !important;
}

.current_page_item a, .current-menu-item a {
  color: #fff !important;
}

.current_page_item a:hover, .current_page_item li a:hover, .current-menu-item a:hover {
  color: #000 !important;
}

footer .current_page_item a, footer .current-menu-item a {
  background: none;
  border-radius: 0px;
  color: #fff !important;
}

.sitmpee .current_page_item a {
  color: inherit !important;
}

footer .current_page_item a:hover, footer .current-menu-item a:hover {
  background: none;
  border-radius: 0px;
  color: #ff970a !important;
}

.current_page_item li a {
  background: none;
}

a.menu-link {
  color: #000;
  display: block;
  text-decoration: none;
  height: 22px;
  width: 35px;
}

.menu-link:hover span {
  border-color: #666;
}

.menu, .menu > ul, .menu > ul ul {
  clear: both;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.menu.active1 {
  margin: 1em 0 1em -12px;
  max-height: 55em;
  width: 100vw;
}

.js .menu > ul ul.active1 {
  margin: 0;
  max-height: 55em;
  padding: 0;
}

.menu > ul {
  padding: 0;
}

nav li {
  display: inline-block;
  margin: 0;
  position: relative;
}

.menu li a {
  color: #fff;
  position: relative;
  letter-spacing: 0px;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 0px;
  margin: 4px 24px;
  text-decoration: none;
  white-space: nowrap;
}

li.menu-item-has-children a {
  padding-right: 23px !important;
}

span.has-subnav {
  display: block;
  color: #fff;
  font-size: 1em;
  line-height: 34px;
  position: absolute;
  padding: 0 0.5em;
  cursor: pointer;
  right: 7px;
  top: -2px;
  width: 30px;
  height: 30px;
  background: url(images/dpDownArrow.png) no-repeat center center;
}

/*===============  Navigation Toggle  ===================*/
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 28px;
  position: absolute;
  display: block;
  content: '';
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  background: #fff;
}

#nav-toggle span::before {
  top: 8px;
}

#nav-toggle span:after {
  bottom: -16px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

#nav-toggle.active1 span {
  background-color: transparent;
}

#nav-toggle.active1.active1 span::before, #nav-toggle.active1.active1 span::after {
  top: 11px;
}

#nav-toggle.active1 span:before, #nav-toggle.active1 span:after {
  top: 0;
}

#nav-toggle.active1 span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#nav-toggle.active1 span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menuD {
  margin: 0px auto;
  text-align: center;
}

@media screen and (min-width: 1201px) {
  /*############################ Menu ##############*/
  a.menu-link {
    display: none;
  }
  .js .menu, .js .menu > ul ul {
    max-height: none;
    overflow: visible;
  }
  .js .menu > ul li:hover > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: -2px 0px -4px -1px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 0px -4px -1px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 0px 8px 8px 8px;
  }
  .menu ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
  }
  nav > ul > li:last-child {
    padding-right: 0;
  }
  .menu > ul > li > a {
    position: relative;
  }
  .menu span.has-subnav {
    width: 20px;
    height: 12px;
    background: url(../images/dropdown-icon.png) no-repeat center bottom;
    position: absolute;
    right: 7px;
    top: 18px;
    text-indent: -9999px;
  }
  li.menu-dropdown-icon {
    padding-right: 12px;
  }
  .menu li.active a {
    color: #80b735;
  }
  .menu li.active li a {
    border-bottom: none;
    color: #fff;
  }
  .menu li a:hover {
    color: #80b735;
  }
  .menu li.active a:hover {
    color: #80b735;
  }
  .menu ul ul {
    border-radius: 0px 0px 5px 5px;
    border-bottom: solid 1px transparent;
    height: auto;
    overflow: hidden;
    padding: 0px 0 0;
    position: absolute;
    text-align: left;
    left: 0;
    top: 30px;
    width: 296px;
    z-index: 999;
    top: 100%;
    left: 1px;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
    background-color: #80b735;
    box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .menu li li a {
    margin: 7px 12px;
    display: block;
  }
  header.aniPos .menu ul ul {
    padding: 8px 0 0;
  }
  .chrome .js .menu > ul ul {
    top: 43px;
  }
  .menu ul ul.wide {
    width: 300px;
  }
  .menu ul ul li {
    display: block;
    position: relative;
    background: #80b735;
  }
  .menu > ul ul li:last-child {
    border-bottom: none;
  }
  .menu ul ul li:hover {
    background-color: #80b735;
  }
  .menu ul ul li:hover a:hover {
    color: #fff;
  }
  .menu ul ul li a {
    display: block;
    padding: 6px 10px;
    color: #fff;
    font-size: 14px;
  }
  /*Menu ends*/
  .menu li a {
    position: relative;
  }
  ul.dropdown.mg {
    width: 669px;
    left: 24px;
    background-color: #fff;
  }
  .menu ul ul.dropdown.mg li {
    background-color: transparent;
    padding: 24px 24px;
  }
  .menu span.has-subnav {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .menu.active1 {
    right: 0;
  }
  .menu > ul {
    padding-top: 113px;
    background-color: #80b735;
  }
  .menu li a {
    margin: 0px !important;
  }
  .menu, .menu > ul ul {
    display: block;
  }
  header .logo {
    position: relative;
    z-index: 999;
  }
  a.menu-link {
    position: relative;
    z-index: 999;
  }
  header .rgtMn .srcSc {
    z-index: 999;
  }
  .menu > ul {
    padding-bottom: 50px;
  }
  .aniPos .menu {
    top: 0px;
  }
  .menu {
    z-index: 99 !important;
    right: 0;
    margin: 0 0 0 !important;
    position: absolute;
    top: 0px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
  }
  span.has-subnav {
    text-indent: -99999px;
    background: url(../images/down-arrow-of-angle.svg) no-repeat 97% 50%;
    top: 11px;
    background-size: 16px;
  }
  a.menu-link {
    float: left;
  }
  .menu, .menu > ul ul {
    margin: 0;
    max-height: 0;
    overflow: hidden;
  }
  .menu li a {
    display: block;
    padding: 10px 15px;
    letter-spacing: 1px;
    border-radius: 0px;
    color: #fff;
    font-family: "LibreFranklin-Medium";
    text-transform: uppercase;
  }
  .menu li li a {
    padding-left: 35px;
  }
  .menu li:last-child a {
    border: none;
  }
  .menu li li:last-child a {
    border-bottom: 1px solid #074373;
  }
  .menu li:hover {
    background: #80b735;
  }
  .menu li:hover a {
    color: #80b735;
  }
  .current_page_item a:hover, .current_page_item li a:hover, .current-menu-item a:hover {
    color: #000 !important;
  }
  /*Menu Ends*/
  .navigate .menu-item-has-children > span {
    display: block;
    right: 2%;
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(images/dpDownArrow.png) no-repeat center center;
    top: 8px;
    cursor: pointer;
  }
  .navigate .menu-item-has-children:hover > ul {
    display: none;
  }
  .menu ul li {
    display: block;
    float: left;
    text-align: left;
    padding: 5px 30px;
    width: 100%;
  }
  .sub-menu {
    float: left;
    margin: 0;
    padding: 0;
    position: inherit;
    top: inherit;
    width: 100% !important;
  }
  .sub-menu li {
    width: 100%;
    padding: 0%;
  }
  .menu li a {
    font-size: 18px;
  }
  .sub-menu li a {
    border-bottom: 1px solid #074373 !important;
    font-size: 17px !important;
    padding: 0px 32px !important;
    width: 100%;
  }
  .sub-menu ul li {
    background: none repeat scroll 0 0 #666;
    display: block;
    padding: 16px 10px;
  }
  .sub-menu .sub-menu {
    float: left;
    position: static;
    padding: 0;
    margin: 0;
  }
  .sub-menu .sub-menu li {
    padding: 0;
    margin: 0;
  }
  .sub-menu .sub-menu li a {
    padding-left: 9% !important;
    background: #414141;
  }
  .sub-menu .menu-item-has-children a {
    background-image: none;
  }
  .sub-menu .menu-item-has-children a:hover {
    background-image: none;
  }
  .sitmpee .sub-menu li a {
    background-position: 0 1px;
    font-size: 16px !important;
    line-height: inherit !important;
    padding: 0 22px !important;
  }
  .sitmpee .sub-menu li a:hover {
    background-position: 0 1px !important;
  }
  .sitmpee li a {
    font-size: 16px;
    background-position: 0 2px;
  }
  .sitmpee li a:hover {
    font-size: 16px;
    background-position: 0 2px;
  }
  ul.dropdown.mg {
    width: 100% !important;
  }
  ul.dropdown.mg .mnFb a img {
    width: 100%;
  }
  ul.dropdown.mg .mnFb {
    padding: 4px 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .menu {
    top: 0px;
  }
  .menu li a {
    color: #fff;
  }
  .menuD {
    padding-right: 0;
  }
}

/*-----------------------------------------------------------------------------

	-	Revolution Slider 4.1 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	27/11/13
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
/*************************
	-	CAPTIONS	-
**************************/
.tp-hide-revslider, .tp-caption.tp-hidden-caption {
  visibility: hidden !important;
  display: none !important;
}

.tp-caption {
  z-index: 1;
  white-space: nowrap;
}

.tp-caption-demo .tp-caption {
  position: relative !important;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px !important;
}

.tp-caption.whitedivider3px {
  color: #000000;
  text-shadow: none;
  background-color: white;
  background-color: white;
  text-decoration: none;
  min-width: 408px;
  min-height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}

.tp-caption.finewide_large_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 8px;
  border-width: 0px;
  border-color: black;
  border-style: none;
}

.tp-caption.whitedivider3px {
  color: #000000;
  text-shadow: none;
  background-color: white;
  background-color: white;
  text-decoration: none;
  font-size: 0px;
  line-height: 0;
  min-width: 468px;
  min-height: 3px;
  border-width: 0px;
  border-color: black;
  border-style: none;
}

.tp-caption.finewide_medium_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 37px;
  line-height: 37px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: black;
  border-style: none;
}

.tp-caption.boldwide_small_white {
  font-size: 25px;
  line-height: 25px;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  color: white;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: black;
  border-style: none;
}
.qrCd.qtrapp img.qaps {
    width: 123px;
}
.tp-caption.whitedivider3px_vertical {
  color: #000000;
  text-shadow: none;
  background-color: white;
  background-color: white;
  text-decoration: none;
  font-size: 0px;
  line-height: 0;
  min-width: 3px;
  min-height: 130px;
  border-width: 0px;
  border-color: black;
  border-style: none;
}

.tp-caption.finewide_small_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: black;
  border-style: none;
}

.tp-caption.finewide_verysmall_white_mw {
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  max-width: 470px;
  white-space: normal !important;
  border-width: 0px;
  border-color: black;
  border-style: none;
}

.tp-caption.lightgrey_divider {
  text-decoration: none;
  background-color: #ebebeb;
  background-color: #ebebeb;
  width: 370px;
  height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #222222;
  border-style: none;
}

.tp-caption.finewide_large_white {
  color: #FFF;
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 8px;
  border-width: 0px;
  border-color: #000;
  border-style: none;
}

.tp-caption.finewide_medium_white {
  color: #FFF;
  text-shadow: none;
  font-size: 34px;
  line-height: 34px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: #000;
  border-style: none;
}

.tp-caption.huge_red {
  position: absolute;
  color: #df4b6b;
  font-weight: 400;
  font-size: 150px;
  line-height: 130px;
  font-family: 'Oswald', sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  background-color: #2d3136;
  padding: 0px;
}

.tp-caption.middle_yellow {
  position: absolute;
  color: #fbd572;
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.huge_thin_yellow {
  position: absolute;
  color: #fbd572;
  font-weight: 300;
  font-size: 90px;
  line-height: 90px;
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  letter-spacing: 20px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.big_dark {
  position: absolute;
  color: #333;
  font-weight: 700;
  font-size: 70px;
  line-height: 70px;
  font-family: "Open Sans";
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.medium_dark {
  position: absolute;
  color: #333;
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
  font-family: "Open Sans";
  margin: 0px;
  letter-spacing: 5px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.medium_grey {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  padding: 2px 4px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #888;
  white-space: nowrap;
}

.tp-caption.small_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.medium_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.large_bold_white_25 {
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0px 5px 10px;
  border-width: 0px;
  border-color: white;
  border-style: none;
}

.tp-caption.medium_text_shadow {
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0px 5px 10px;
  border-width: 0px;
  border-color: white;
  border-style: none;
}

.tp-caption.large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.medium_bold_grey {
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0px;
  padding: 1px 4px 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.very_large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  letter-spacing: -2px;
}

.tp-caption.very_big_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  padding: 0px 4px;
  padding-top: 1px;
  background-color: #000;
}

.tp-caption.very_big_black {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  padding: 0px 4px;
  padding-top: 1px;
  background-color: #fff;
}

.tp-caption.modern_medium_fat {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.modern_medium_fat_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.modern_medium_light {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.modern_big_bluebg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  padding: 3px 10px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #4e5b6c;
  letter-spacing: 0;
}

.tp-caption.modern_big_redbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  padding: 3px 10px;
  padding-top: 1px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #de543e;
  letter-spacing: 0;
}

.tp-caption.modern_small_text_dark {
  position: absolute;
  color: #555;
  text-shadow: none;
  font-size: 14px;
  line-height: 22px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.boxshadow {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.tp-caption.black {
  color: #000;
  text-shadow: none;
}

.tp-caption.noshadow {
  text-shadow: none;
}

.tp-caption a {
  color: #ff7302;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}

.tp-caption a:hover {
  color: #ffa902;
}

.tp-caption.thinheadline_dark {
  position: absolute;
  color: rgba(0, 0, 0, 0.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  font-family: "Open Sans";
  background-color: transparent;
}

.tp-caption.thintext_dark {
  position: absolute;
  color: rgba(0, 0, 0, 0.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans";
  background-color: transparent;
}

.tp-caption.medium_bg_red a {
  color: #fff;
  text-decoration: none;
}

.tp-caption.medium_bg_red a:hover {
  color: #fff;
  text-decoration: underline;
}

.tp-caption.smoothcircle {
  font-size: 30px;
  line-height: 75px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.498039);
  padding: 50px 25px;
  text-align: center;
  border-radius: 500px 500px 500px 500px;
  border-width: 0px;
  border-color: black;
  border-style: none;
}

.tp-caption.largeblackbg {
  font-size: 50px;
  line-height: 70px;
  font-weight: 300;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: black;
  padding: 0px 20px 5px;
  text-shadow: none;
  border-width: 0px;
  border-color: white;
  border-style: none;
}

.tp-caption.largepinkbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #db4360;
  padding: 0px 20px;
  border-radius: 0px;
}

.tp-caption.largewhitebg {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #fff;
  padding: 0px 20px;
  border-radius: 0px;
}

.tp-caption.largegreenbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #67ae73;
  padding: 0px 20px;
  border-radius: 0px;
}

.tp-caption.excerpt {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  font-family: Arial;
  color: #ffffff;
  text-decoration: none;
  background-color: black;
  text-shadow: none;
  margin: 0px;
  letter-spacing: -1.5px;
  padding: 1px 4px 0px 4px;
  width: 150px;
  white-space: normal !important;
  height: auto;
  border-width: 0px;
  border-color: white;
  border-style: none;
}

.tp-caption.large_bold_grey {
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0px;
  padding: 1px 4px 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_thin_grey {
  font-size: 34px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0px;
  text-shadow: none;
  margin: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.small_thin_grey {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #757575;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0px;
  text-shadow: none;
  margin: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.lightgrey_divider {
  text-decoration: none;
  background-color: #ebebeb;
  width: 370px;
  height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #222222;
  border-style: none;
}

.tp-caption.large_bold_darkblue {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_bg_darkblue {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #34495e;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_bold_red {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_light_red {
  font-size: 21px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_bg_red {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #e33a0c;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_bold_orange {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #f39c12;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_bg_orange {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.grassfloor {
  text-decoration: none;
  background-color: #a0b397;
  width: 4000px;
  height: 150px;
  border-width: 0px;
  border-color: #222222;
  border-style: none;
}

.tp-caption.large_bold_white {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_light_white {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.mediumlarge_light_white {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.mediumlarge_light_white_center {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  text-align: center;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_bg_asbestos {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #7f8c8d;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_light_black {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Open Sans";
  color: black;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.large_bold_black {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: black;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.mediumlarge_light_darkblue {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.small_light_white {
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.roundedimage {
  border-width: 0px;
  border-color: #222222;
  border-style: none;
}

.tp-caption.large_bg_black {
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: black;
  padding: 10px 20px 15px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.mediumwhitebg {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color: black;
  text-decoration: none;
  background-color: white;
  padding: 5px 15px 10px;
  text-shadow: none;
  border-width: 0px;
  border-color: black;
  border-style: none;
}

.tp-caption.medium_bg_orange_new1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.boxshadow {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.tp-caption.black {
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 19px;
  line-height: 19px;
  font-family: 'Open Sans', sans;
}

.tp-caption.noshadow {
  text-shadow: none;
}

.tp_inner_padding {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-height: none !important;
}

/*.tp-caption			{	transform:none !important}*/
/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/
.tp-caption .frontcorner {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  left: -40px;
  top: 0px;
}

.tp-caption .backcorner {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  right: 0px;
  top: 0px;
}

.tp-caption .frontcornertop {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  left: -40px;
  top: 0px;
}

.tp-caption .backcornertop {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  right: 0px;
  top: 0px;
}

/******************************
	-	BUTTONS	-
*******************************/
.tp-simpleresponsive .button {
  padding: 6px 13px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 30px;
  cursor: pointer;
  color: #fff !important;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6) !important;
  font-size: 15px;
  line-height: 45px !important;
  background: url(../images/gradient/g30.png) repeat-x top;
  font-family: arial, sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
}

.tp-simpleresponsive .button.big {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  padding: 9px 20px;
  font-size: 19px;
  line-height: 57px !important;
  background: url(../images/gradient/g40.png) repeat-x top;
}

.tp-simpleresponsive .purchase:hover,
.tp-simpleresponsive .button:hover,
.tp-simpleresponsive .button.big:hover {
  background-position: bottom, 15px 11px;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tp-simpleresponsive .button {
    padding: 4px 8px 3px;
    line-height: 25px !important;
    font-size: 11px !important;
    font-weight: normal;
  }
  .tp-simpleresponsive a.button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tp-simpleresponsive .button {
    padding: 2px 5px 2px;
    line-height: 20px !important;
    font-size: 10px !important;
  }
  .tp-simpleresponsive a.button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
  }
}

/*	BUTTON COLORS	*/
.tp-simpleresponsive .button.green, .tp-simpleresponsive .button:hover.green,
.tp-simpleresponsive .purchase.green, .tp-simpleresponsive .purchase:hover.green {
  background-color: #21a117;
  -webkit-box-shadow: 0px 3px 0px 0px #104d0b;
  box-shadow: 0px 3px 0px 0px #104d0b;
}

.tp-simpleresponsive .button.blue, .tp-simpleresponsive .button:hover.blue,
.tp-simpleresponsive .purchase.blue, .tp-simpleresponsive .purchase:hover.blue {
  background-color: #1d78cb;
  -webkit-box-shadow: 0px 3px 0px 0px #0f3e68;
  box-shadow: 0px 3px 0px 0px #0f3e68;
}

.tp-simpleresponsive .button.red, .tp-simpleresponsive .button:hover.red,
.tp-simpleresponsive .purchase.red, .tp-simpleresponsive .purchase:hover.red {
  background-color: #cb1d1d;
  -webkit-box-shadow: 0px 3px 0px 0px #7c1212;
  box-shadow: 0px 3px 0px 0px #7c1212;
}

.tp-simpleresponsive .button.orange, .tp-simpleresponsive .button:hover.orange,
.tp-simpleresponsive .purchase.orange, .tp-simpleresponsive .purchase:hover.orange {
  background-color: #ff7700;
  -webkit-box-shadow: 0px 3px 0px 0px #a34c00;
  box-shadow: 0px 3px 0px 0px #a34c00;
}

.tp-simpleresponsive .button.darkgrey, .tp-simpleresponsive .button.grey,
.tp-simpleresponsive .button:hover.darkgrey, .tp-simpleresponsive .button:hover.grey,
.tp-simpleresponsive .purchase.darkgrey, .tp-simpleresponsive .purchase:hover.darkgrey {
  background-color: #555;
  -webkit-box-shadow: 0px 3px 0px 0px #222;
  box-shadow: 0px 3px 0px 0px #222;
}

.tp-simpleresponsive .button.lightgrey, .tp-simpleresponsive .button:hover.lightgrey,
.tp-simpleresponsive .purchase.lightgrey, .tp-simpleresponsive .purchase:hover.lightgrey {
  background-color: #888;
  -webkit-box-shadow: 0px 3px 0px 0px #555;
  box-shadow: 0px 3px 0px 0px #555;
}

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

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/
/*.tp-simpleresponsive				{	-webkit-perspective: 1500px;
										-moz-perspective: 1500px;
										-o-perspective: 1500px;
										-ms-perspective: 1500px;
										perspective: 1500px;
									}*/
/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/
.fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}

.fullwidthbanner-container {
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
}

.fullwidthbanner-container .fullwidthbanner {
  width: 100%;
  position: relative;
}

/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; */
  position: absolute;
  visibility: hidden;
  -webkit-font-smoothing: antialiased !important;
}

.tp-simpleresponsive img {
  max-width: none;
}

/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
  -webkit-filter: none !important;
          filter: none !important;
}

/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.tp-bannershadow.tp-shadow1 {
  background: url(../assets/shadow1.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}

.tp-bannershadow.tp-shadow2 {
  background: url(../assets/shadow2.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}

.tp-bannershadow.tp-shadow3 {
  background: url(../assets/shadow3.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}

/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
}

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video {
  width: 100% !important;
  height: 100% !important;
  display: none;
}

.tp-caption.fullscreenvideo {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
}

.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video {
  width: 100% !important;
  height: 100% !important;
  display: none;
}

.fullcoveredvideo video,
.fullscreenvideo video {
  background: #000;
}

.fullcoveredvideo .tp-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.html5vid.videoisplaying .tp-poster {
  display: none;
}

.tp-video-play-button {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  color: #FFF;
  z-index: 3;
  margin-top: -27px;
  margin-left: -28px;
  text-align: center;
  cursor: pointer;
}

.html5vid .tp-revstop {
  width: 6px;
  height: 20px;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  position: relative;
  margin: 10px 20px;
}

.html5vid .tp-revstop {
  display: none;
}

.html5vid.videoisplaying .revicon-right-dir {
  display: none;
}

.html5vid.videoisplaying .tp-revstop {
  display: block;
}

.html5vid.videoisplaying .tp-video-play-button {
  display: none;
}

.html5vid:hover .tp-video-play-button {
  display: block;
}

.fullcoveredvideo .tp-video-play-button {
  display: none !important;
}

/********************************
	-	FULLSCREEN VIDEO ENDS	-
*********************************/
/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.tp-dottedoverlay.twoxtwo {
  background: url(../assets/gridtile.png);
}

.tp-dottedoverlay.twoxtwowhite {
  background: url(../assets/gridtile_white.png);
}

.tp-dottedoverlay.threexthree {
  background: url(../assets/gridtile_3x3.png);
}

.tp-dottedoverlay.threexthreewhite {
  background: url(../assets/gridtile_3x3_white.png);
}

/********************************
	-	DOTTED OVERLAYS ENDS	-
*********************************/
/************************
	-	NAVIGATION	-
*************************/
/** BULLETS **/
.tpclear {
  clear: both;
}

.tp-bullets {
  z-index: 1000;
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5px);
}

.tp-bullets.hidebullets {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.tp-bullets.simplebullets.navbar {
  border: 1px solid #666;
  border-bottom: 1px solid #444;
  background: url(../assets/boxed_bgtile.png);
  height: 40px;
  padding: 0px 10px;
  border-radius: 5px;
}

.tp-bullets.simplebullets.navbar-old {
  background: url(../assets/navigdots_bgtile.png);
  height: 35px;
  padding: 0px 10px;
  border-radius: 5px;
}

.tp-bullets.simplebullets.round .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullet.png) no-Repeat top left;
  width: 20px;
  height: 20px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
  margin-left: 3px;
}

.tp-bullets.simplebullets.round .bullet.last {
  margin-right: 3px;
}

.tp-bullets.simplebullets.round-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullets.png) no-Repeat bottom left;
  width: 23px;
  height: 23px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}

.tp-bullets.simplebullets.round-old .bullet.last {
  margin-right: 0px;
}

/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullets2.png) no-Repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}

.tp-bullets.simplebullets.square .bullet.last {
  margin-right: 0px;
}

/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullets2.png) no-Repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}

.tp-bullets.simplebullets.square-old .bullet.last {
  margin-right: 0px;
}

/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullet_boxed.png) no-Repeat top left;
  width: 18px;
  height: 19px;
  margin-right: 5px;
  float: left;
  margin-top: 0px;
}

.tp-bullets.simplebullets.navbar .bullet.first {
  margin-left: 0px !important;
}

.tp-bullets.simplebullets.navbar .bullet.last {
  margin-right: 0px !important;
}

/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/navigdots.png) no-Repeat bottom left;
  width: 15px;
  height: 15px;
  margin-left: 5px !important;
  margin-right: 5px !important;
  float: left;
  margin-top: 10px;
}

.tp-bullets.simplebullets.navbar-old .bullet.first {
  margin-left: 0px !important;
}

.tp-bullets.simplebullets.navbar-old .bullet.last {
  margin-right: 0px !important;
}

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
  background-position: top left;
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
  background-position: bottom left;
}

/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5000px);
  -webkit-transform-style: flat;
  -webkit-backface-visibility: hidden;
  z-index: 600;
  position: relative;
}

.tparrows.hidearrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.tp-leftarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/large_left.png) no-Repeat top left;
  width: 40px;
  height: 40px;
}

.tp-rightarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/large_right.png) no-Repeat top left;
  width: 40px;
  height: 40px;
}

.tp-leftarrow.round {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/small_left.png) no-Repeat top left;
  width: 19px;
  height: 14px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}

.tp-rightarrow.round {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/small_right.png) no-Repeat top left;
  width: 19px;
  height: 14px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}

.tp-leftarrow.round-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_left.png) no-Repeat top left;
  width: 26px;
  height: 26px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}

.tp-rightarrow.round-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_right.png) no-Repeat top left;
  width: 26px;
  height: 26px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}

.tp-leftarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/small_left_boxed.png) no-Repeat top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-right: 6px;
  margin-top: 12px;
}

.tp-rightarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/small_right_boxed.png) no-Repeat top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-left: 6px;
  margin-top: 12px;
}

.tp-leftarrow.navbar-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrowleft.png) no-Repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-right: 6px;
  margin-top: 10px;
}

.tp-rightarrow.navbar-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrowright.png) no-Repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-left: 6px;
  margin-top: 10px;
}

.tp-leftarrow.navbar-old.thumbswitharrow {
  margin-right: 10px;
}

.tp-rightarrow.navbar-old.thumbswitharrow {
  margin-left: 0px;
}

.tp-leftarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_left2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0px;
  margin-top: 0px;
}

.tp-rightarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_right2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
}

.tp-leftarrow.square-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_left2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0px;
  margin-top: 0px;
}

.tp-rightarrow.square-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_right2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
}

.tp-leftarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../images/prev-arrow.png) no-Repeat;
  width: 40px;
  height: 40px;
  background-position: center center;
}

.tp-rightarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../images/next-arrow.png) no-Repeat 0 0;
  width: 40px;
  height: 40px;
  background-position: center center;
}

/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/
.tp-bullets.tp-thumbs {
  z-index: 1000;
  position: absolute;
  padding: 3px;
  background-color: #fff;
  width: 500px;
  height: 50px;
  /* THE DIMENSIONS OF THE THUMB CONTAINER */
  margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
  padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
  width: 500px;
  height: 50px;
  /* THE DIMENSIONS OF THE THUMB CONTAINER */
  overflow: hidden;
  position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
  width: 5000px;
  position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
  width: 100px;
  height: 50px;
  /* THE DIMENSION OF A SINGLE THUMB */
  cursor: pointer;
  overflow: hidden;
  background: none;
  margin: 0;
  float: left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /*filter: alpha(opacity=50);	*/
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.tp-thumbs img {
  width: 100%;
}

/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer {
  width: 100%;
  height: 10px;
  background: url(../assets/timer.png);
  position: absolute;
  z-index: 200;
  top: 0px;
}

.tp-bannertimer.tp-bottom {
  bottom: 0px;
  height: 5px;
  top: auto;
}

/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .responsive .tp-bullets {
    display: none;
  }
  .responsive .tparrows {
    display: none;
  }
}

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

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/
.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.tp-simpleresponsive a {
  text-decoration: none;
}

.tp-simpleresponsive ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tp-simpleresponsive > ul > li {
  list-stye: none;
  position: absolute;
  visibility: hidden;
}

/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(../assets/coloredbg.png) repeat;
}

/******************************
	-	LOADER FORMS	-
********************************/
.tp-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
}

.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.tp-loader.spinner5 {
  background: url(../assets/loader.gif) no-repeat 10px 10px;
  background-color: #fff;
  margin: -22px -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

@-webkit-keyframes tp-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #ff0000;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
  animation: tp-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes tp-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes tp-scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;
}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes tp-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2.0s infinite linear;
  animation: tp-rotate 2.0s infinite linear;
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes tp-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes tp-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes tp-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes tp-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.tp-transparentimg {
  content: "url(../assets/transparent.png)";
}

.tp-3d {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
}

.tp-caption img {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
  zoom: 1;
}

@font-face {
  font-family: 'revicons';
  src: url("../font/revicons.eot?5510888");
  src: url("../font/revicons.eot?5510888#iefix") format("embedded-opentype"), url("../font/revicons.woff?5510888") format("woff"), url("../font/revicons.ttf?5510888") format("truetype"), url("../font/revicons.svg?5510888#revicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'revicons';
    src: url('../font/revicons.svg?5510888#revicons') format('svg');
  }
}
*/
[class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.revicon-search-1:before {
  content: '\e802';
}

/* '' */
.revicon-pencil-1:before {
  content: '\e831';
}

/* '' */
.revicon-picture-1:before {
  content: '\e803';
}

/* '' */
.revicon-cancel:before {
  content: '\e80a';
}

/* '' */
.revicon-info-circled:before {
  content: '\e80f';
}

/* '' */
.revicon-trash:before {
  content: '\e801';
}

/* '' */
.revicon-left-dir:before {
  content: '\e817';
}

/* '' */
.revicon-right-dir:before {
  content: '\e818';
}

/* '' */
.revicon-down-open:before {
  content: '\e83b';
}

/* '' */
.revicon-left-open:before {
  content: '\e819';
}

/* '' */
.revicon-right-open:before {
  content: '\e81a';
}

/* '' */
.revicon-angle-left:before {
  content: '\e820';
}

/* '' */
.revicon-angle-right:before {
  content: '\e81d';
}

/* '' */
.revicon-left-big:before {
  content: '\e81f';
}

/* '' */
.revicon-right-big:before {
  content: '\e81e';
}

/* '' */
.revicon-magic:before {
  content: '\e807';
}

/* '' */
.revicon-picture:before {
  content: '\e800';
}

/* '' */
.revicon-export:before {
  content: '\e80b';
}

/* '' */
.revicon-cog:before {
  content: '\e832';
}

/* '' */
.revicon-login:before {
  content: '\e833';
}

/* '' */
.revicon-logout:before {
  content: '\e834';
}

/* '' */
.revicon-video:before {
  content: '\e805';
}

/* '' */
.revicon-arrow-combo:before {
  content: '\e827';
}

/* '' */
.revicon-left-open-1:before {
  content: '\e82a';
}

/* '' */
.revicon-right-open-1:before {
  content: '\e82b';
}

/* '' */
.revicon-left-open-mini:before {
  content: '\e822';
}

/* '' */
.revicon-right-open-mini:before {
  content: '\e823';
}

/* '' */
.revicon-left-open-big:before {
  content: '\e824';
}

/* '' */
.revicon-right-open-big:before {
  content: '\e825';
}

/* '' */
.revicon-left:before {
  content: '\e836';
}

/* '' */
.revicon-right:before {
  content: '\e826';
}

/* '' */
.revicon-ccw:before {
  content: '\e808';
}

/* '' */
.revicon-arrows-ccw:before {
  content: '\e806';
}

/* '' */
.revicon-palette:before {
  content: '\e829';
}

/* '' */
.revicon-list-add:before {
  content: '\e80c';
}

/* '' */
.revicon-doc:before {
  content: '\e809';
}

/* '' */
.revicon-left-open-outline:before {
  content: '\e82e';
}

/* '' */
.revicon-left-open-2:before {
  content: '\e82c';
}

/* '' */
.revicon-right-open-outline:before {
  content: '\e82f';
}

/* '' */
.revicon-right-open-2:before {
  content: '\e82d';
}

/* '' */
.revicon-equalizer:before {
  content: '\e83a';
}

/* '' */
.revicon-layers-alt:before {
  content: '\e804';
}

/* '' */
.revicon-popup:before {
  content: '\e828';
}

/* '' */
.owl-nav button {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  color: #fff;
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0.5;
}

.owl-nav button:hover {
  opacity: 1;
}

.owl-nav button.owl-prev {
  left: 35px;
}

.owl-nav button.owl-next {
  right: 35px;
}

.owl-dots {
  text-align: center;
  display: none;
}

.owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  margin: 0 3px;
  border: none;
}

.owl-dots button.owl-dot.active {
  background-color: #000;
}

.owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.owl-nav button:focus {
  outline: none;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  color: inherit;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.tabs {
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.tabs > li {
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
  display: table-cell;
  list-style: none;
  text-align: center;
  padding: 20px 20px 25px 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: white;
}

.tabs > li:before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
  border-radius: 5px 5px 0 0;
}

.tabs > li:hover:before {
  -webkit-transform: translateY(70%);
  transform: translateY(70%);
}

.tabs > li.active {
  color: #50555a;
}

.tabs > li.active:before {
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  background-color: white;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.tab__content {
  background-color: white;
  position: relative;
  width: 100%;
  border-radius: 5px;
}

.tab__content > li {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  list-style: none;
}

.tab__content > li .content__wrapper {
  text-align: center;
  border-radius: 5px;
  width: 100%;
  padding: 45px 40px 40px 40px;
  background-color: white;
}

.content__wrapper h2 {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  font-weight: 300;
}

.content__wrapper img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.colors {
  text-align: center;
  padding-top: 20px;
}

.colors > li {
  list-style: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-bottom: 5px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}

.colors > li:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  border-bottom: 10px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.colors > li.active-color {
  -webkit-transform: scale(1.2) translateY(-10px);
  transform: scale(1.2) translateY(-10px);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 20px solid rgba(0, 0, 0, 0.15);
}

.colors > li:nth-child(1) {
  background-color: #2ecc71;
}

.colors > li:nth-child(2) {
  background-color: #D64A4B;
}

.colors > li:nth-child(3) {
  background-color: #8e44ad;
}

.colors > li:nth-child(4) {
  background-color: #46a1de;
}

.colors > li:nth-child(5) {
  background-color: #bdc3c7;
}

/* box-sizing */
.fr-window, .fr-window [class^="fr-"],
.fr-overlay, .fr-overlay [class^="fr-"],
.fr-spinner, .fr-spinner [class^="fr-"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fr-window {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font: 13px/20px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  /* Chrome hack, this fixes a visual glitch when quickly toggling a video */
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}

/* z-index */
.fr-overlay {
  z-index: 99998;
}

.fr-window {
  z-index: 99999;
}

.fr-spinner {
  z-index: 100000;
}

/* overlay */
.fr-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.fr-overlay-background {
  float: left;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .9;
  filter: alpha(opacity=90);
}

.fr-overlay-ui-fullclick .fr-overlay-background {
  background: #292929;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* mobile touch has position:absolute to allow zooming */
.fr-window.fr-mobile-touch,
.fr-overlay.fr-mobile-touch {
  position: absolute;
  overflow: visible;
}

/* some properties on the window are used to toggle things
 * like margin and the fullclick mode,
 * we reset those properties after measuring them
 */
.fr-measured {
  margin: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
}

.fr-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-pages {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fr-page {
  position: absolute;
  width: 100%;
  height: 100%;
}

.fr-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}

.fr-hovering-clickable .fr-container {
  cursor: pointer;
}

/*
   padding:
   youtube & vimeo always have buttons on the outside
   side button = 72 = 54 + (2 * 9 margin)
   close button = 48
*/
/* padding ui:inside */
.fr-ui-inside .fr-container {
  padding: 20px 20px;
}

.fr-ui-inside.fr-no-sides .fr-container {
  padding: 20px;
}

/* padding ui:outside */
.fr-ui-outside .fr-container {
  padding: 20px 82px;
}

.fr-ui-outside.fr-no-sides .fr-container {
  padding: 20px 48px;
}

/* reduce padding on smaller screens */
@media all and (max-width: 700px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 700px) {
  /* padding ui:inside */
  .fr-ui-inside .fr-container {
    padding: 12px 12px;
  }
  .fr-ui-inside.fr-no-sides .fr-container {
    padding: 12px;
  }
  /* padding ui:outside */
  .fr-ui-outside .fr-container {
    padding: 12px 72px;
  }
  .fr-ui-outside.fr-no-sides .fr-container {
    padding: 12px 48px;
  }
}

@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 500px) {
  /* padding ui:inside */
  .fr-ui-inside .fr-container {
    padding: 0px 0px;
  }
  .fr-ui-inside.fr-no-sides .fr-container {
    padding: 0px;
  }
  /* padding ui:outside */
  .fr-ui-outside .fr-container {
    padding: 0px 72px;
  }
  .fr-ui-outside.fr-no-sides .fr-container {
    padding: 0px 48px;
  }
}

/* padding ui:fullclick */
.fr-ui-fullclick .fr-container {
  padding: 0;
}

.fr-ui-fullclick.fr-no-sides .fr-container {
  padding: 0;
}

/* video fullclick */
.fr-ui-fullclick.fr-type-video .fr-container {
  padding: 0px 62px;
}

.fr-ui-fullclick.fr-no-sides.fr-type-video .fr-container {
  padding: 48px 0px;
}

/* overflow-y should always have 0 padding top and bottom */
.fr-overflow-y .fr-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.fr-content,
.fr-content-background {
  position: absolute;
  top: 50%;
  left: 50%;
  /* IE11 has a 1px blur bug on the edges of the caption (ui:inside)
     during animation with overflow:hidden */
  overflow: visible;
}

/* img/iframe/error */
.fr-content-element {
  float: left;
  width: 100%;
  height: 100%;
}

.fr-content-background {
  background: #101010;
}

.fr-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #efefef;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.fr-info-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  line-height: 1%;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

.fr-ui-inside .fr-info-background {
  filter: alpha(opacity=80);
  opacity: .8;
  zoom: 1;
}

/* ui:outside has a slightly lighter info background to break up from black page backgrounds */
.fr-ui-outside .fr-info-background {
  background: #0d0d0d;
}

/* info at the bottom for ui:inside */
.fr-content .fr-info {
  top: auto;
  bottom: 0;
}

.fr-info-padder {
  display: block;
  overflow: hidden;
  padding: 12px;
  position: relative;
  width: auto;
}

.fr-caption {
  width: auto;
  display: inline;
  white-space: wrap;
  text-align: center;
  float: left;
  width: 100%;
  font-size: 17px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
}

.fr-position {
  color: #b3b3b3;
  float: right;
  line-height: 21px;
  opacity: 0.99;
  position: relative;
  text-align: right;
  margin-left: 15px;
  white-space: nowrap;
}

/* positions not within the info bar
   for ui:outside/inside */
.fr-position-outside,
.fr-position-inside {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 12px;
  width: auto;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 11px;
  line-height: 20px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  display: none;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.fr-position-inside {
  border: 0;
}

.fr-position-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0d0d0d;
  filter: alpha(opacity=80);
  opacity: .8;
  zoom: 1;
  /* oldIE */
}

.fr-position-text {
  color: #b3b3b3;
  font-size: 16px;
}

.fr-position-outside .fr-position-text,
.fr-position-inside .fr-position-text {
  float: left;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  opacity: 1;
}

/* display it for the outside ui, hide the caption inside */
.fr-ui-outside .fr-position-outside {
  display: block;
}

.fr-ui-outside .fr-info .fr-position {
  display: none;
}

.fr-ui-inside.fr-no-caption .fr-position-inside {
  display: block;
}

/* links */
.fr-info a,
.fr-info a:hover {
  color: #ccc;
  border: 0;
  background: none;
  text-decoration: underline;
}

.fr-info a:hover {
  color: #eee;
}

/* no-caption */
.fr-ui-outside.fr-no-caption .fr-info {
  display: none;
}

.fr-ui-inside.fr-no-caption .fr-caption {
  display: none;
}

/* --- stroke */
.fr-stroke {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.fr-stroke-vertical {
  width: 1px;
  height: 100%;
}

.fr-stroke-horizontal {
  padding: 0 1px;
}

.fr-stroke-right {
  left: auto;
  right: 0;
}

.fr-stroke-bottom {
  top: auto;
  bottom: 0;
}

.fr-stroke-color {
  float: left;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.08);
}

/* the stroke is brighter inside the info box */
.fr-info .fr-stroke-color {
  background: rgba(80, 80, 80, 0.3);
}

/* remove the stroke when outside ui has a caption */
.fr-ui-outside.fr-has-caption .fr-content .fr-stroke-bottom {
  display: none;
}

/* remove stroke and shadow when ui:fullclick */
.fr-ui-fullclick .fr-stroke {
  display: none;
}

.fr-ui-fullclick .fr-content-background {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* the info box never bas a top stroke */
.fr-info .fr-stroke-top {
  display: none;
}

/* < > */
.fr-side {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 72px;
  margin: 0 9px;
  margin-top: -36px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  zoom: 1;
}

.link-you {
    text-align: center;
    margin-bottom: 12px;
    position: relative;
    z-index: 999999;
    margin-top: 55px;
}
.link-you a img
{
    width: 69px;
} 
.link-you a h4
{
    display: block;
    font-size: 14px;
    line-height: normal;
    padding-top: 9px;
    margin: 0;
} 
.fr-side-previous {
  left: 0;
}

.fr-side-next {
  right: 0;
  left: auto;
}

.fr-side-disabled {
  cursor: default;
}

.fr-side-hidden {
  display: none !important;
}

.fr-side-button {
  float: left;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.fr-side-button-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #101010;
  background-color: #ccc;
}

.fr-side-button-icon {
  float: left;
  position: relative;
  height: 100%;
  width: 100%;
  zoom: 1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* smaller side buttons */
@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
  .fr-side {
    width: 54px;
    height: 60px;
    margin: 0;
    margin-top: -30px;
  }
  .fr-side-button {
    width: 48px;
    height: 60px;
    margin: 0 3px;
  }
}

/* X */
.fr-close {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.fr-close-background,
.fr-close-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  height: 26px;
  width: 26px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.fr-close-background {
  background-color: #000;
}

/* Thumbnails */
.fr-thumbnails {
  position: absolute;
  overflow: hidden;
}

.fr-thumbnails-disabled .fr-thumbnails {
  display: none !important;
}

.fr-thumbnails-horizontal .fr-thumbnails {
  width: 100%;
  height: 12%;
  min-height: 74px;
  max-height: 160px;
  bottom: 0;
  display: none !important;
}

.fr-thumbnails-vertical .fr-thumbnails {
  height: 100%;
  width: 10%;
  min-width: 74px;
  max-width: 160px;
  left: 0;
}

.fr-thumbnails,
.fr-thumbnails * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fr-thumbnails-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
}

.fr-thumbnails-vertical .fr-thumbnails-wrapper {
  top: 50%;
  left: 0;
}

.fr-thumbnails-slider {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  zoom: 1;
}

.fr-thumbnails-slider-slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.fr-thumbnails-thumbs {
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}

.fr-thumbnails-slide {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.fr-thumbnail-frame {
  position: absolute;
  zoom: 1;
  overflow: hidden;
}

.fr-thumbnail {
  position: absolute;
  width: 30px;
  height: 100%;
  left: 50%;
  top: 50%;
  zoom: 1;
  cursor: pointer;
  margin: 0 10px;
}

.fr-ltIE9 .fr-thumbnail * {
  overflow: hidden;
  /* IE6(7) */
  z-index: 1;
  zoom: 1;
}

.fr-thumbnail-wrapper {
  position: relative;
  background: #161616;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  display: inline;
  /* IE6(7) */
  z-index: 0;
  /* IE8 */
}

.fr-thumbnail-overlay {
  cursor: pointer;
}

.fr-thumbnail-active .fr-thumbnail-overlay {
  cursor: default;
}

.fr-thumbnail-overlay,
.fr-thumbnail-overlay-background,
.fr-thumbnail-overlay-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  overflow: hidden;
  border-style: solid;
  border-color: transparent;
}

.fr-ltIE9 .fr-thumbnail-overlay-border {
  border-width: 0 !important;
}

.fr-thumbnail .fr-thumbnail-image {
  position: absolute;
  filter: alpha(opacity=85);
  opacity: .85;
  max-width: none;
}

.fr-thumbnail:hover .fr-thumbnail-image,
.fr-thumbnail-active:hover .fr-thumbnail-image {
  filter: alpha(opacity=99);
  opacity: .99;
}

.fr-thumbnail-active .fr-thumbnail-image,
.fr-thumbnail-active:hover .fr-thumbnail-image {
  filter: alpha(opacity=35);
  opacity: .35;
}

.fr-thumbnail-active {
  cursor: default;
}

/* Thumbnails loading */
.fr-thumbnail-loading,
.fr-thumbnail-loading-background,
.fr-thumbnail-loading-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-thumbnail-loading-background {
  background-color: #161616;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: .8;
  position: relative;
  float: left;
}

/* this element is there as an alternative to putting the loading image on the background */
.fr-thumbnail-loading-icon {
  display: none;
}

/* error on thumbnail */
.fr-thumbnail-error .fr-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #202020;
}

/* Thumbnail < > */
.fr-thumbnails-side {
  float: left;
  height: 100%;
  width: 28px;
  margin: 0 5px;
  position: relative;
  overflow: hidden;
}

.fr-thumbnails-side-previous {
  margin-left: 12px;
}

.fr-thumbnails-side-next {
  margin-right: 12px;
}

.fr-thumbnails-vertical .fr-thumbnails-side {
  height: 28px;
  width: 100%;
  margin: 10px 0;
}

.fr-thumbnails-vertical .fr-thumbnails-side-previous {
  margin-top: 20px;
}

.fr-thumbnails-vertical .fr-thumbnails-side-next {
  margin-bottom: 20px;
}

.fr-thumbnails-side-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -14px;
  margin-left: -14px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.fr-thumbnails-side-button-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  filter: alpha(opacity=80);
  opacity: .8;
  -webkit-transition: background-color .2s ease-in;
  transition: background-color .2s ease-in;
  background-color: #333;
  cursor: pointer;
  border-radius: 4px;
}

.fr-thumbnails-side-button:hover .fr-thumbnails-side-button-background {
  background-color: #3b3b3b;
}

.fr-thumbnails-side-button-disabled * {
  cursor: default;
}

.fr-thumbnails-side-button-disabled:hover .fr-thumbnails-side-button-background {
  background-color: #333;
}

.fr-thumbnails-side-button-icon {
  height: 42px;
  width: 42px;
  position: absolute;
  /*top: -7px;
  left: -7px;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* vertical thumbnails */
.fr-thumbnails-vertical .fr-thumbnails-side,
.fr-thumbnails-vertical .fr-thumbnails-thumbs,
.fr-thumbnails-vertical .fr-thumbnail-frame {
  clear: both;
}

/* ui:fullclick has a dark thumbnail background */
.fr-window-ui-fullclick .fr-thumbnails {
  background: #090909;
}

/* put a stroke on the connecting caption*/
.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-horizontal .fr-info .fr-stroke-bottom {
  display: block !important;
}

/*({ box-shadow: inset 0 -1px 0 rgba(255,255,255,.1); } */
.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-vertical .fr-info .fr-stroke-left {
  display: block !important;
}

/* thumbnail spacing  */
.fr-thumbnails-horizontal .fr-thumbnails-thumbs {
  padding: 12px 5px;
}

.fr-thumbnails-vertical .fr-thumbnails-thumbs {
  padding: 5px 12px;
}

.fr-thumbnails-measured .fr-thumbnails-thumbs {
  padding: 0 !important;
}

/* horizontal */
@media all and (min-height: 700px) {
  .fr-thumbnails-horizontal .fr-thumbnails-thumbs {
    padding: 16px 8px;
  }
  .fr-thumbnails-horizontal .fr-thumbnails-side {
    margin: 0 8px;
  }
  .fr-thumbnails-horizontal .fr-thumbnails-side-previous {
    margin-left: 16px;
  }
  .fr-thumbnails-horizontal .fr-thumbnails-side-next {
    margin-right: 16px;
  }
}

@media all and (min-height: 980px) {
  .fr-thumbnails-horizontal .fr-thumbnails-thumbs {
    padding: 20px 10px;
  }
  .fr-thumbnails-horizontal .fr-thumbnails-side {
    margin: 0 10px;
  }
  .fr-thumbnails-horizontal .fr-thumbnails-side-previous {
    margin-left: 20px;
  }
  .fr-thumbnails-horizontal .fr-thumbnails-side-next {
    margin-right: 20px;
  }
}

/* vertical */
@media all and (min-width: 1200px) {
  .fr-thumbnails-vertical .fr-thumbnails-thumbs {
    padding: 8px 16px;
  }
  .fr-thumbnails-vertical .fr-thumbnails-side {
    margin: 0 8px;
  }
  .fr-thumbnails-vertical .fr-thumbnails-side-previous {
    margin-top: 16px;
  }
  .fr-thumbnails-vertical .fr-thumbnails-side-next {
    margin-bottom: 16px;
  }
}

@media all and (min-width: 1800px) {
  .fr-thumbnails-vertical .fr-thumbnails-thumbs {
    padding: 10px 20px;
  }
  .fr-thumbnails-vertical .fr-thumbnails-side {
    margin: 10px 0;
  }
  .fr-thumbnails-vertical .fr-thumbnails-side-previous {
    margin-top: 20px;
  }
  .fr-thumbnails-vertical .fr-thumbnails-side-next {
    margin-bottom: 20px;
  }
}

/* hide thumbnails on smaller screens
   the js always hides them on touch based devices
*/
@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 500px) {
  .fr-thumbnails-horizontal .fr-thumbnails {
    display: none !important;
  }
}

@media all and (max-width: 700px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
  .fr-thumbnails-vertical .fr-thumbnails {
    display: none !important;
  }
}

/* force fullClick: true
   and force overflow: false */
@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
  .fr-page {
    min-width: 100%;
  }
  /* fullclick */
  .fr-page {
    min-height: 100%;
  }
  /* overflow: false */
}

/* switch between ui modes
   we force everything not in the current UI mode to hide
*/
.fr-window-ui-fullclick .fr-side-next-outside,
.fr-window-ui-fullclick .fr-side-previous-outside,
.fr-window-ui-fullclick .fr-close-outside,
.fr-window-ui-fullclick .fr-content .fr-side-next,
.fr-window-ui-fullclick .fr-content .fr-side-previous,
.fr-window-ui-fullclick .fr-content .fr-close,
.fr-window-ui-fullclick .fr-content .fr-info,
.fr-window-ui-outside .fr-side-next-fullclick,
.fr-window-ui-outside .fr-side-previous-fullclick,
.fr-window-ui-outside .fr-close-fullclick,
.fr-window-ui-outside .fr-content .fr-side-next,
.fr-window-ui-outside .fr-content .fr-side-previous,
.fr-window-ui-outside .fr-content .fr-close,
.fr-window-ui-outside .fr-content .fr-info,
.fr-window-ui-inside .fr-page > .fr-info,
.fr-window-ui-inside .fr-side-next-fullclick,
.fr-window-ui-inside .fr-side-previous-fullclick,
.fr-window-ui-inside .fr-close-fullclick,
.fr-window-ui-inside .fr-side-next-outside,
.fr-window-ui-inside .fr-side-previous-outside,
.fr-window-ui-inside .fr-close-outside {
  display: none !important;
}

/* some ui elements can be toggled on mousemove.
   filter:alpha(opacity) is bugged so we use display in oldIE
*/
.fr-toggle-ui {
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fr-visible-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-visible-inside-ui .fr-ui-inside .fr-toggle-ui {
  opacity: 1;
}

.fr-hidden-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fr-ltIE9.fr-hidden-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-ltIE9.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui {
  display: none;
}

/* Spinner */
.fr-spinner {
  position: fixed;
  width: 52px;
  height: 52px;
  background: #101010;
  background: rgba(16, 16, 16, 0.85);
  border-radius: 5px;
}

.fr-spinner div {
  position: absolute;
  top: 0;
  left: 0;
  height: 64%;
  width: 64%;
  margin-left: 18%;
  margin-top: 18%;
  opacity: 1;
  -webkit-animation: fresco-12 1.2s infinite ease-in-out;
  animation: fresco-12 1.2s infinite ease-in-out;
}
header nav ul {

    display: none !important;
}
header .open-menu ~ nav ul#menu {
    display: flex !important;
}

.fr-spinner div:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 8px;
  margin-left: -1px;
  background: #fff;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  /* fixes rendering in Firefox */
}

.fr-spinner div.fr-spin-1 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.fr-spinner div.fr-spin-2 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.fr-spinner div.fr-spin-3 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.fr-spinner div.fr-spin-4 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.fr-spinner div.fr-spin-5 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.fr-spinner div.fr-spin-6 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.fr-spinner div.fr-spin-6 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.fr-spinner div.fr-spin-7 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.fr-spinner div.fr-spin-8 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.fr-spinner div.fr-spin-9 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.fr-spinner div.fr-spin-10 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.fr-spinner div.fr-spin-11 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.fr-spinner div.fr-spin-12 {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes fresco-12 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fresco-12 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Thumbnail spinner */
.fr-thumbnail-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
}

.fr-thumbnail-spinner-spin {
  position: relative;
  float: left;
  margin: 8px 0 0 8px;
  text-indent: -9999em;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #fff;
  -webkit-animation: fr-thumbnail-spin 1.1s infinite linear;
  animation: fr-thumbnail-spin 1.1s infinite linear;
}

.fr-thumbnail-spinner-spin,
.fr-thumbnail-spinner-spin:after {
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

@-webkit-keyframes fr-thumbnail-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fr-thumbnail-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Error */
.fr-error {
  float: left;
  position: relative;
  background-color: #ca3434;
  width: 160px;
  height: 160px;
}

.fr-error-icon {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
}

/* skin: 'fresco' */
/* Sprite */
.fr-window-skin-fresco .fr-side-button-icon,
.fr-window-skin-fresco .fr-close-icon,
.fr-window-skin-fresco .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco .fr-error-icon {
  background-image: url(../images/sprite.png);
  background-color: black;
  /* border-radius: 5px; */
  /* width: 50px; */
  /* height: 50px; */
}

/* fallback png sprite */
.fr-window-skin-fresco.fr-no-svg .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-close-icon,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco .fr-error-icon {
  background-image: url("skins/fresco/sprite.png");
}

.fr-window-skin-fresco .fr-error-icon {
  background-position: -160px -126px;
}

.fr-window-skin-fresco .fr-content-background {
  background: #101010;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.fr-window-skin-fresco.fr-window-ui-fullclick .fr-content-background {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* thumbnail shadow */
.fr-window-skin-fresco .fr-thumbnail-wrapper {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

/* < > */
.fr-window-skin-fresco .fr-side-button-background {
  background-color: transparent;
}

.fr-window-skin-fresco .fr-side-previous .fr-side-button-icon {
  background-position: -13px -14px;
}

.fr-window-skin-fresco .fr-side-next .fr-side-button-icon {
  background-position: -93px -14px;
}

.fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon {
  background-position: -13px -114px;
}

.fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon {
  background-position: -93px -114px;
}

/* transition (png) */
.fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-previous .fr-side-button-icon {
  background-position: -13px -114px;
}

.fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-next .fr-side-button-icon {
  background-position: -93px -114px;
}

/* disabled state (png) */
.fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled:hover .fr-side-button-icon {
  background-position: -13px -214px;
}

.fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled:hover .fr-side-button-icon {
  background-position: -93px -214px;
}

/* transition (svg) */
.fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
  background-position: -13px -114px;
}

.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
  background-position: -93px -114px;
}

.fr-window-skin-fresco.fr-svg .fr-side-button-icon {
  opacity: .5;
}

.fr-window-skin-fresco.fr-svg .fr-side:hover .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-next .fr-side-next .fr-side-button-icon {
  opacity: 1;
}

.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side .fr-side-button-icon {
  opacity: .8;
}

/* touch always active but at lower opacity */
/* disabled (svg) */
.fr-window-skin-fresco.fr-svg .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-previous .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-next .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-side-disabled:hover .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side-disabled .fr-side-button-icon {
  opacity: .2;
}

/* TODO: make sure this works */
/* hide for ui:inside/fullclick, only for the image type */
.fr-window-skin-fresco.fr-window-ui-inside .fr-type-image .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-window-ui-fullclick.fr-showing-type-image .fr-side-disabled .fr-side-button-icon {
  background-image: none;
}

/* < > responsive */
@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
  .fr-window-skin-fresco .fr-side-previous .fr-side-button-icon {
    background-position: 0px -300px;
  }
  .fr-window-skin-fresco .fr-side-next .fr-side-button-icon {
    background-position: -48px -300px;
  }
  .fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon {
    background-position: 0px -360px;
  }
  .fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon {
    background-position: -48px -360px;
  }
  /* transition (png) */
  .fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-previous .fr-side-button-icon {
    background-position: 0px -360px;
  }
  .fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-next .fr-side-button-icon {
    background-position: -48px -360px;
  }
  /* transition (svg) */
  .fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
    background-position: 0px -360px;
  }
  .fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
    background-position: -48px -360px;
  }
  /* disabled state (png) */
  .fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous.fr-side-disabled .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled:hover .fr-side-button-icon {
    background-position: 0px -420px;
  }
  .fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next.fr-side-disabled .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled:hover .fr-side-button-icon {
    background-position: -48px -420px;
  }
}

/* X */
/* colors */
.fr-window-skin-fresco.fr-window-ui-outside .fr-close-background {
  background-color: #363636;
}

.fr-window-skin-fresco.fr-window-ui-outside .fr-close:hover .fr-close-background {
  background-color: #434343;
}

.fr-window-skin-fresco.fr-window-ui-inside .fr-close-background,
.fr-window-skin-fresco.fr-window-ui-fullclick .fr-close-background {
  background-color: #131313;
  filter: alpha(opacity=80);
  opacity: .8;
}

.fr-window-skin-fresco.fr-window-ui-inside .fr-close:hover .fr-close-background,
.fr-window-skin-fresco.fr-window-ui-fullclick .fr-close:hover .fr-close-background {
  background-color: #191919;
}

/* - image */
.fr-window-skin-fresco .fr-close .fr-close-icon {
  background-position: -168px -8px;
}

.fr-window-skin-fresco .fr-close:hover .fr-close-icon {
  background-position: -210px -8px;
}

/* - transition */
.fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon {
  background-position: -210px -8px;
  opacity: .8;
}

.fr-window-skin-fresco .fr-close:hover .fr-close-icon {
  opacity: 1;
}

/* iOS 8.4.1 bug: when opacity changes it'll require 2 taps
   force a single opacity to fix this
*/
.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-close .fr-close-icon,
.fr-window-skin-fresco.fr-mobile-touch .fr-close:hover .fr-close-icon {
  opacity: 1;
}

/* Thumbnails */
.fr-window-skin-fresco .fr-thumbnail-wrapper {
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.fr-window-skin-fresco .fr-thumbnail-wrapper {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.fr-window-skin-fresco .fr-thumbnail-wrapper {
  -webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.3);
}

.fr-window-skin-fresco .fr-thumbnail-overlay-border {
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.08);
  /* should remain rgba */
}

/* no inner border on active thumbnail */
.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-overlay-border,
.fr-window-skin-fresco .fr-thumbnail-active:hover .fr-thumbnail-overlay-border {
  border: 0px;
}

/* Thumbnails < > */
.fr-window-skin-fresco .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
  background-position: -167px -49px;
}

.fr-window-skin-fresco .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon {
  background-position: -209px -49px;
}

.fr-window-skin-fresco .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
  background-position: -167px -91px;
}

.fr-window-skin-fresco .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon {
  background-position: -209px -91px;
}

/* vertical ^ (up/down) adjustments */
.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
  background-position: -293px -49px;
}

.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon {
  background-position: -335px -49px;
}

.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
  background-position: -293px -91px;
}

.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon {
  background-position: -335px -91px;
}

/* Thumbnails < > transition */
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side .fr-thumbnails-side-button-icon {
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  opacity: .8;
}

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled {
  background-position: -167px -49px;
}

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled {
  background-position: -209px -91px;
}

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-icon {
  opacity: 1;
}

/* vertical ^ (up/down) adjustments */
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled {
  background-position: -293px -49px;
}

.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled {
  background-position: -335px -91px;
}

/* lower opacity on disabled states */
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side .fr-thumbnails-side-button-disabled,
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled {
  opacity: .5;
}

/* lower opacity IE < 9 using images */
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -251px -49px;
}

.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -251px -91px;
}

.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background {
  filter: alpha(opacity=50);
}

/* vertical ^ (up/down) adjustments */
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -377px -49px;
}

.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -377px -91px;
}

body.js.fp-viewing-firstSection .header-top {
  top: 0px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

header .toggle-menu {
  display: none;
}

#fp-nav.right {
  display: none !important;
}

header {
  width: 100%;
  margin: 0px auto;
}

header .logo {
  width: 232px;
  float: left;
}

header .logo img.main {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

header .logo img.second {
  display: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

header .header-top.open-menu img.main {
  display: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

header .header-top.open-menu img.second {
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

header .header-top.open-menu .toggle-menu i {
  background: #fff;
}

header .header-top.open-menu i:nth-child(2) {
  background: transparent;
}

header .hrRgt {
  float: right;
  padding-top: 21px;
  padding-right: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

header .spMn {
  float: left;
  padding-top: 2px;
  margin-right: 30px;
}
.trdSc::after {
 display:none;
}
header .spMn li {
  float: left;
  padding-left: 6px;
}

header .spMn li.active a {
  color: #80b735;
}

header .spMn li a {
  color: #312f30;
  text-transform: initial;
  letter-spacing: 0px;
  font-size: 16px;
  padding: 0px 12px;
}

header .spMn li a:hover {
  color: #80b735;
}

header .scIc {
  float: left;
  padding-top: 2px;
  margin-right: 10px;
}

header .scIc ul li {
  float: left;
  margin-left: 2px;
}

header .scIc ul li a {
  width: 28px;
  height: 27px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
}

header .scIc ul li a.fb {
  background-image: url(../images/facebook.svg);
  background-position: 1px 2px;
}

header .scIc ul li a.fb:hover {
  background-position: 1px -44px;
}

header .scIc ul li a.tw {
  background-image: url(../images/twitter.svg);
  background-position: 1px 2px;
}

header .scIc ul li a.tw:hover {
  background-position: 1px -44px;
}

header .scIc ul li a.int {
  background-image: url(../images/instagram.svg);
  background-position: 1px 2px;
}

header .scIc ul li a.int:hover {
  background-position: 1px -44px;
}

header .wtsAp {
  float: left;
  padding-top: 3px;
}

header .wtsAp .ic {
  width: 27px;
  float: left;
  padding-top: 1px;
  margin-right: 5px;
}

header .wtsAp .ph {
  float: left;
}

header .wtsAp .ph a {
  color: #000;
}

header .wtsAp .ph a:hover {
  color: #80b735;
}

header .lngSw {
  float: left;
  padding-left: 22px;
}
.wpml-ls-legacy-list-horizontal a span{ color: #fff;text-transform: uppercase; font-size: 16px;line-height: 24px;}
header .lngSw a {
  display: inline-block;
  background-color: #80b735;
  padding: 5px 20px;
  border-radius: 60px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #80b735;
}

header .lngSw a:hover {
  background-color: transparent;
  color: #80b735;
}

header .toggle-menu {
  float: right;
}

.header-top {
  padding: 10px 20px;
}

.vertical-scrolling {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.frtSc {
  position: relative;
  z-index: 9;
}

.frtSc::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 600px;
  background: url(../images/road_img.png);
  background-repeat: no-repeat;
  left: 0px;
  bottom: 0px;
  background-size: cover;
  background-position: 0px bottom;
  z-index: -1;
}

.frtSc .prgrs {
  width: 33%;
  float: left;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.frtSc .prgrs .tcIc {
  float: left;
  text-align: left;
  margin-bottom: 42px;
}

.frtSc .prgrs .tcIc .ic {
  font-size: 24px;
  line-height: 24px;
  font-family: "LibreFranklin-SemiBold";
  color: #322f31;
}

.frtSc .prgrs .tcIc .ic img {
  max-width: 15px;
}

.frtSc .prgrs .tcIc span {
  font-size: 15.5px;
  line-height: 22px;
  color: #58595b;
  font-family: "LibreFranklin-Regular";
  text-transform: uppercase;
}

.frtSc .prgrs ul li {
  text-align: left;
  padding-left: 30px;
  position: relative;
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 32px;
  color: #322f31;
}

.frtSc .prgrs ul li::after {
  position: absolute;
  content: '';
  background-image: url(../images/list-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 23px;
  height: 22px;
  left: 0px;
  top: 4px;
}

.frtSc .prgrs ul li a {
  font-size: 24px;
  line-height: 32px;
  color: #322f31;
}

.frtSc .prgrs ul li a:hover {
  color: #80b735;
}

.frtSc .imgsc {
  width: 33%;
  float: left;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 79px;
}

.frtSc .btc {
  width: 33%;
  float: left;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.frtSc .btc .btAl {
  width: 100%;
  text-align: center;
}

.frtSc .btc .btAl .dnw {
  margin-bottom: 38px;
}

.frtSc .btc .btAl .dnw img {
  max-width: 130px;
  margin: 0px auto;
}

.frtSc .btc .btAl .apPy .tx {
  font-size: 22px;
  line-height: 30px;
  font-family: "LibreFranklin-SemiBold";
  color: #322f31;
  margin-bottom: 18px;
}

.frtSc .btc .btAl .apPy ul li {
  display: inline-block;
  padding: 0px 10px;
}

.frtSc .btc .btAl .apPy ul li.apSt {
  max-width: 199px;
}

.frtSc .btc .btAl .apPy ul li.pySt {
  max-width: 218px;
}

.frtSc .btc .btAl .qrCd {
  width: 100%;
  padding-top: 38px;
}

.frtSc .btc .btAl .qrCd .imF {
  max-width: 130px;
  margin: 0px auto;
}

.scdSc .lfIm {
  width: 48%;
  float: left;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 30px;
}

.scdSc .lfIm .im {
  width: 100%;
  margin: 0px auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 90%;
}

.scdSc .rgCt {
  width: 52%;
  float: left;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.scdSc .rgCt .mTl {
  width: 100%;
  font-size: 44px;
  line-height: 56px;
  color: #80b735;
  font-family: "LibreFranklin-SemiBold";
  text-transform: uppercase;
  margin-bottom: 50px;
}

.scdSc .rgCt .sTl {
  font-size: 24px;
  line-height: 30px;
  color: #322f31;
  font-family: "LibreFranklin-Medium";
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.scdSc .rgCt p {
  font-size: 20px;
  line-height: 30px;
}

.trdSc {
  position: relative;
}

.trdSc::after {
  position: absolute;
  content: '';
  width: 300px;
  height: 100px;
  background: url(../images/road_img_02.png) no-repeat center bottom;
  right: 0px;
  top: 0px;
  background-size: cover;
}

.trdSc .lfIm {
  width: 40%;
  float: left;
  padding-right: 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.trdSc .lfIm .imS img {
  max-width: 500px;
}

.trdSc .lfIm .ttL {
  font-size: 46px;
  line-height: 52px;
  color: #322f31;
  font-family: "LibreFranklin-Bold";
  text-transform: uppercase;
  text-align: left;
}

.trdSc .lfIm .ttL span {
  font-size: 46px;
  line-height: 52px;
  color: #322f31;
  font-family: "LibreFranklin-Regular";
  display: block;
}

.trdSc .rgCt {
  width: 60%;
  float: left;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 40px;
}

.trdSc .rgCt ul li {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.trdSc .rgCt ul li .icS {
  width: 28%;
  float: left;
}

.trdSc .rgCt ul li .icS .icT {
  max-width: 156px;
  margin: 0px auto;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 12px -3px #ccc;
          box-shadow: 0px 0px 12px -3px #ccc;
}

.trdSc .rgCt ul li .icS span {
  font-size: 20px;
  line-height: 24px;
  font-family: "LibreFranklin-SemiBold";
  color: #322f31;
  display: inline-block;
  margin-top: 6px;
}

.trdSc .rgCt ul li .ctS {
  width: 72%;
  float: left;
  text-align: left;
  padding-top: 12px;
}

.trdSc .rgCt ul li .ctS .tb {
  font-size: 24px;
  line-height: 30px;
  font-family: "LibreFranklin-Bold";
  color: #322f31;
  margin-bottom: 20px;
}

.trdSc .rgCt ul li .ctS p {
  font-size: 18px;
  line-height: 28px;
  color: #747e8c;
}

.fthSc .flBx {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fthSc .tLt {
  width: 100%;
  font-size: 44px;
  line-height: 56px;
  color: #80b735;
  font-family: "LibreFranklin-SemiBold";
  text-transform: uppercase;
  margin-bottom: 50px;
}

.fthSc .prdAr {
  width: 100%;
  margin: 0px auto;
}

.fthSc .ltPd {
  width: 50%;
  float: left;
  padding-right: 20px;
  border-right: 2px solid #eaeaea;
}

.fthSc .ltPd .prdI {
  width: 38%;
  float: left;
}

.fthSc .ltPd .prCnt {
  width: 62%;
  float: left;
}

.fthSc .ltPd .prCnt .ttSb {
  font-size: 40px;
  line-height: 50px;
  font-family: "LibreFranklin-Light";
  color: #322f31;
  width: 100%;
  text-align: left;
  position: relative;
  margin-bottom: 60px;
}

.fthSc .ltPd .prCnt .ttSb span {
  font-family: "LibreFranklin-SemiBold";
  color: #322f31;
  font-size: 40px;
  line-height: 50px;
}

.fthSc .ltPd .prCnt .ttSb::after {
  position: absolute;
  content: '';
  width: 80px;
  height: 5px;
  background-color: #80b735;
  bottom: -14px;
}

.fthSc .ltPd .prCnt ul li {
  font-size: 18px;
  line-height: 28px;
  position: relative;
  text-align: left;
  padding-left: 34px;
  margin-bottom: 20px;
}

.fthSc .ltPd .prCnt ul li::after {
  position: absolute;
  content: '';
  background-image: url(../images/list-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 23px;
  height: 22px;
  left: 0px;
  top: 4px;
}

.fthSc .rgPd {
  width: 50%;
  float: left;
  padding-left: 20px;
}

.fthSc .rgPd .prdI {
  width: 38%;
  float: left;
}

.fthSc .rgPd .prCnt {
  width: 62%;
  float: left;
}

.fthSc .rgPd .prCnt .ttSb {
  font-size: 40px;
  line-height: 50px;
  font-family: "LibreFranklin-Light";
  color: #322f31;
  width: 100%;
  text-align: left;
  position: relative;
  margin-bottom: 60px;
}

.fthSc .rgPd .prCnt .ttSb span {
  font-family: "LibreFranklin-SemiBold";
  color: #322f31;
  font-size: 40px;
  line-height: 50px;
}

.fthSc .rgPd .prCnt .ttSb::after {
  position: absolute;
  content: '';
  width: 80px;
  height: 5px;
  background-color: #80b735;
  bottom: -14px;
}

.fthSc .rgPd .prCnt ul li {
  font-size: 18px;
  line-height: 28px;
  position: relative;
  text-align: left;
  padding-left: 34px;
  margin-bottom: 20px;
}

.fthSc .rgPd .prCnt ul li::after {
  position: absolute;
  content: '';
  background-image: url(../images/list-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 23px;
  height: 22px;
  left: 0px;
  top: 4px;
}

.fftSc .lfPd {
  width: 45%;
  float: left;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fftSc .lfPd .lfBx {
  background-color: #fff;
  padding: 35px 45px;
  -webkit-box-shadow: 0px 0px 12px -3px #ccc;
          box-shadow: 0px 0px 12px -3px #ccc;
}

.fftSc .lfPd .lfBx .ttSc {
  font-size: 32px;
  line-height: 36px;
  color: #322f31;
  font-family: "LibreFranklin-SemiBold";
  text-align: left;
  margin-bottom: 8px;
}

.fftSc .lfPd .lfBx .ttSc span {
  font-size: 32px;
  line-height: 36px;
  color: #322f31;
  font-family: "LibreFranklin-Light";
  display: block;
}

.fftSc .lfPd .lfBx .icSv {
  text-align: left;
}

.fftSc .lfPd .lfBx .icSv span {
  font-size: 18px;
  line-height: 24px;
  font-family: "LibreFranklin-Regular";
  color: #322f31;
  text-align: left;
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 4px;
}

.fftSc .lfPd .lfBx .icSv .ic {
  max-width: 192px;
}

.fftSc .rgSg {
  width: 55%;
  float: left;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fftSc .rgSg .bxDtls {
  text-align: left;
  position: relative;
  z-index: 2;
  padding: 36px 64px;
}

.fftSc .rgSg .bxDtls::after {
  position: absolute;
  content: '';
  width: 544px;
  height: 202px;
  background-color: #fff;
  left: 0px;
  top: 0px;
  z-index: -1;
  -webkit-box-shadow: 0px 0px 12px -3px #ccc;
          box-shadow: 0px 0px 12px -3px #ccc;
}

.fftSc .rgSg .bxDtls .tt {
  font-size: 32px;
  line-height: 38px;
  color: #80b735;
  font-family: "LibreFranklin-SemiBold";
}

.fftSc .rgSg .bxDtls .sb {
  font-size: 22px;
  line-height: 28px;
  font-family: "LibreFranklin-Light";
  color: #322f31;
  text-transform: uppercase;
}

.fftSc .rgSg .bxDtls ul.splnks {
  margin-top: 30px;
}

.fftSc .rgSg .bxDtls ul.splnks li {
  display: block;
  margin-bottom: 6px;
}

.fftSc .rgSg .bxDtls ul.splnks li:nth-child(even) a span {
  color: #d1d2d4;
}

.fftSc .rgSg .bxDtls ul.splnks li a {
  font-size: 28px;
  line-height: 38px;
  font-family: "LibreFranklin-SemiBold";
  width: 100%;
  display: inline-block;
  background-color: #322f31;
  color: #fff;
  padding: 18px 28px;
  position: relative;
}

.fftSc .rgSg .bxDtls ul.splnks li a span {
  position: absolute;
  font-size: 80px;
  line-height: 80px;
  font-family: "LibreFranklin-Bold";
  top: 0px;
  right: 8px;
  color: #80b735;
}

.fftSc .rgSg .bxDtls .txtD {
  font-size: 18px;
  line-height: 30px;
  color: #322f31;
  font-family: "LibreFranklin-Light";
  margin-top: 30px;
}

.fftSc .rgSg .bxDtls .txtD strong {
  font-family: "LibreFranklin-SemiBold";
  text-transform: uppercase;
}

.sxtSc .feeds {
  width: 100%;
  margin: 0px auto;
  height: 100%;
  padding-top: 24px;
}

.sxtSc .feeds .sgfds {
  width: 33.33%;
  float: left;
  margin: 0px auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.svtSc .lfCt {
  width: 60%;
  float: left;
  height: 100%;
}

.svtSc .lfCt .ttlS {
  font-size: 50px;
  line-height: 54px;
  font-family: "LibreFranklin-SemiBold";
  color: #322f31;
  text-align: left;
  width: 25%;
  float: left;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 240px;
}

.svtSc .lfCt .ttlS span {
  font-size: 50px;
  line-height: 54px;
  font-family: "LibreFranklin-SemiBold";
  color: #80b735;
  display: block;
}

.svtSc .lfCt .ctDtl {
  width: 75%;
  float: left;
  text-align: left;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 35px;
}

.svtSc .lfCt .ctDtl .ct {
  margin-bottom: 10px;
}

.svtSc .lfCt .ctDtl .ct span {
  font-size: 24px;
  line-height: 30px;
  font-family: "LibreFranklin-SemiBold";
  color: #322f31;
  display: inline-block;
  margin-bottom: 12px;
}

.svtSc .lfCt .ctDtl .ct p {
  font-size: 24px;
  line-height: 30px;
  color: #322f31;
  font-family: "LibreFranklin-Light";
}

.svtSc .lfCt .ctDtl .slgn {
  margin-top: 30px;
}

.svtSc .lfCt .ctDtl .slgn .tl {
  font-size: 16px;
  line-height: 24px;
  font-family: "LibreFranklin-SemiBold";
  color: #322f31;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.svtSc .lfCt .ctDtl .slgn .tcIc {
  float: left;
  text-align: left;
  margin-bottom: 42px;
  width: 100%;
}

.svtSc .lfCt .ctDtl .slgn .tcIc .ic {
  font-size: 30px;
  line-height: 32px;
  font-family: "LibreFranklin-SemiBold";
  color: #322f31;
}

.svtSc .lfCt .ctDtl .slgn .tcIc .ic img {
  max-width: 20px;
}

.svtSc .lfCt .ctDtl .slgn .tcIc span {
  font-size: 19.5px;
  line-height: 22px;
  color: #58595b;
  font-family: "LibreFranklin-Regular";
  text-transform: uppercase;
}

.svtSc .lfCt .ctDtl .btnS {
  width: 100%;
  padding-top: 20px;
}

.svtSc .lfCt .ctDtl .btnS .brcr {
  float: left;
}

.svtSc .lfCt .ctDtl .btnS .brcr a {
  font-size: 16px;
  line-height: 30px;
  background-color: #80b735;
  padding: 15px 28px;
  color: #fff;
  border-radius: 60px;
  border: 2px solid #80b735;
}

.svtSc .lfCt .ctDtl .btnS .brcr a:hover {
  background-color: transparent;
  color: #80b735;
  -webkit-box-shadow: 0px 0px 12px 1px #ccc;
          box-shadow: 0px 0px 12px 1px #ccc;
}

.svtSc .lfCt .ctDtl .btnS .mnl {
  float: left;
  margin-left: 20px;
}

.svtSc .lfCt .ctDtl .btnS .mnl a {
  font-size: 16px;
  line-height: 30px;
  background-color: transparent;
  border: 2px solid #80b735;
  padding: 15px 28px;
  color: #80b735;
  border-radius: 60px;
}

.svtSc .lfCt .ctDtl .btnS .mnl a:hover {
  background-color: #80b735;
  color: #fff;
  -webkit-box-shadow: 0px 0px 12px 1px #ccc;
          box-shadow: 0px 0px 12px 1px #ccc;
}

.svtSc .rgIm {
  width: 40%;
  float: left;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.svtSc .rgIm img {
  width: 100%;
  max-width: 540px;
}

.egtSc .flEgt {
  width: 100%;
  margin: 0px auto;
  position: relative;
  z-index: 1;
  height: 100%;
}

.egtSc .flEgt::after {
  position: absolute;
  content: '';
  background: url(../images/footer.png) no-repeat center bottom;
  width: 100%;
  height: 595px;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.egtSc .flEgt::before {
  position: absolute;
  content: '';
  background: url(../images/road_img_03.svg) no-repeat center top;
  width: 100%;
  height: 98px;
  top: 0px;
  left: 0px;
  background-size: cover;
  border-bottom: 8px solid #fff;
}

.egtSc .flEgt .fstS {
  width: 100%;
  margin: 0px auto;
  position: relative;
  padding-top: 144px;
  padding-bottom: 92px;
  min-height: 66%;
}

.egtSc .flEgt .fstS .ttl {
  font-size: 40px;
  line-height: 50px;
  font-family: "LibreFranklin-SemiBold";
  color: #fff;
  margin-bottom: 26px;
}

.egtSc .flEgt .fstS .ttl span {
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  display: block;
}

.egtSc .flEgt .fstS .appLnk {
  width: 100%;
  margin: 0px auto;
}

.egtSc .flEgt .fstS .appLnk .gpy {
  display: inline-block;
  padding: 22px 14px;
}

.egtSc .flEgt .fstS .appLnk .gpy a {
  padding: 10px 34px;
  border-radius: 60px;
  background-color: #fff;
  display: inline-block;
}

.egtSc .flEgt .fstS .appLnk .gpy a img {
  max-width: 130px;
}

.egtSc .flEgt .fstS .appLnk .qrCd {
  display: inline-block;
}

.egtSc .flEgt .fstS .appLnk .qrCd img {
  max-width: 142px;
}

.egtSc .flEgt .fstS .appLnk .apSr {
  display: inline-block;
  padding: 22px 14px;
}

.egtSc .flEgt .fstS .appLnk .apSr a {
  padding: 10px 34px;
  border-radius: 60px;
  background-color: #fff;
  display: inline-block;
}

.egtSc .flEgt .fstS .appLnk .apSr a img {
  max-width: 112px;
}

.egtSc .flEgt .ftrFn {
  width: 100%;
  margin: 0px auto;
  padding-top: 26px;
  min-height: 34%;
}

.egtSc .flEgt .ftrFn .lgSc {
  width: 25%;
  float: left;
  text-align: left;
  padding-top: 18px;
}

.egtSc .flEgt .ftrFn .lgSc .logo {
  width: 196px;
  display: inline-block;
}

.egtSc .flEgt .ftrFn .lctN {
  width: 25%;
  float: left;
  text-align: left;
  padding-top: 14px;
}

.egtSc .flEgt .ftrFn .lctN p {
  color: #7c7d94;
  font-size: 15px;
  line-height: 25px;
  padding-left: 38px;
  position: relative;
}

.egtSc .flEgt .ftrFn .lctN p::after {
  position: absolute;
  content: '';
  width: 25px;
  height: 32px;
  background: url(../images/location-pin.svg) no-repeat left top;
  left: 0px;
  top: 4px;
}

.egtSc .flEgt .ftrFn .ctn {
  width: 25%;
  float: left;
  padding-top: 13px;
  text-align: left;
}

.egtSc .flEgt .ftrFn .ctn .mb {
  margin-bottom: 10px;
}

.egtSc .flEgt .ftrFn .ctn .mb a {
  padding-left: 30px;
  position: relative;
  font-size: 20px;
  line-height: 34px;
  color: #000;
  font-family: "LibreFranklin-SemiBold";
  display: inline-block;
}

.egtSc .flEgt .ftrFn .ctn .mb a::after {
  position: absolute;
  content: '';
  width: 25px;
  height: 32px;
  background: url(../images/whatsapp.svg) no-repeat center;
  left: 0px;
  top: 2px;
}

.egtSc .flEgt .ftrFn .ctn .ph {
  margin-bottom: 10px;
}

.egtSc .flEgt .ftrFn .ctn .ph a {
  padding-left: 30px;
  position: relative;
  font-size: 20px;
  line-height: 34px;
  color: #000;
  font-family: "LibreFranklin-SemiBold";
  display: inline-block;
}

.egtSc .flEgt .ftrFn .ctn .ph a::after {
  position: absolute;
  content: '';
  width: 25px;
  height: 32px;
  background: url(../images/phone-call.svg) no-repeat center;
  left: 0px;
  top: 2px;
}

.egtSc .flEgt .ftrFn .ctn .fx a {
  padding-left: 30px;
  position: relative;
  font-size: 20px;
  line-height: 34px;
  color: #000;
  font-family: "LibreFranklin-SemiBold";
  display: inline-block;
}

.egtSc .flEgt .ftrFn .ctn .fx a::after {
  position: absolute;
  content: '';
  width: 25px;
  height: 32px;
  background: url(../images/fax-machine.svg) no-repeat center;
  left: 0px;
  top: 2px;
}

.egtSc .flEgt .ftrFn .flS {
  width: 25%;
  float: left;
  padding-top: 10px;
}

.egtSc .flEgt .ftrFn .flS .scl ul li {
  float: left;
  margin-right: 8px;
}

.egtSc .flEgt .ftrFn .flS .scl ul li a {
  width: 41px;
  height: 41px;
  display: inline-block;
  border: 1px solid #dee8f0;
  border-radius: 50%;
}

.egtSc .flEgt .ftrFn .flS .scl ul li a:hover {
  background-color: #80b735;
}

.egtSc .flEgt .ftrFn .flS .scl ul li .fb {
  background: url(../images/facebook_ftr.svg) no-repeat;
  background-position: center 7px;
  background-size: 25px;
}

.egtSc .flEgt .ftrFn .flS .scl ul li .fb:hover {
  background-position: center -34px;
}

.egtSc .flEgt .ftrFn .flS .scl ul li .tw {
  background: url(../images/twitter_ftr.svg) no-repeat;
  background-position: center 8px;
  background-size: 25px;
}

.egtSc .flEgt .ftrFn .flS .scl ul li .tw:hover {
  background-position: center -33px;
}

.egtSc .flEgt .ftrFn .flS .scl ul li .insta {
  background: url(../images/instagram_ftr.svg) no-repeat;
  background-position: center 7px;
  background-size: 27px;
}

.egtSc .flEgt .ftrFn .flS .scl ul li .insta:hover {
  background-position: center -37px;
}

.egtSc .flEgt .ftrFn .flS .crt {
  text-align: left;
  font-size: 15px;
  line-height: 28px;
  margin-top: 20px;
  color: #707070;
}

.egtSc .flEgt .ftrFn .flS .arQ {
  text-align: left;
  color: #707070;
  font-size: 15px;
  line-height: 28px;
  margin-top: 20px;
}

.egtSc .flEgt .ftrFn .flS .arQ a {
  padding-top: 9px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 4px;
}

.egtSc .flEgt .ftrFn .flS .arQ a img {
  width: 100%;
  max-width: 66px;
}

.wtsap {
  position: fixed;
  bottom: 74px;
  right: 28px;
  z-index: 9999;
}

/* Outer Cursor Circle */
.cursor--outer {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #232323;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
}

/* Inner Cursor Circle */
.cursor--inner {
  width: 4px;
  height: 4px;
  position: fixed;
  left: 10px;
  top: 10px;
  border-radius: 50%;
  z-index: 11000;
  background: #232323;
}

/**
 * preloader
 */
.wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  overflow-x: hidden;
}

.loading {
  margin: 10% auto;
  border-top: 6px solid #80b735;
  width: 125px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 999999;
}

.spin {
  -webkit-animation: spin .4s infinite linear;
  animation: spin .4s infinite linear;
}

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

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

.class {
  -webkit-animation: none;
  animation: none;
}

.up {
  background-color: #80b735;
  width: 100%;
  height: 50%;
  position: fixed;
  top: 0;
  z-index: 9999;
}

.down {
  background-color: #80b735;
  width: 100%;
  height: 50%;
  position: fixed;
  bottom: 0;
  z-index: 9999;
}

.left-text-con,
.right-text-con {
  position: absolute;
  width: 50%;
  height: auto;
  top: 35%;
}

.left-text-con {
  left: -50%;
  text-align: right;
  margin-right: 10px;
}

.right-text-con {
  right: -50%;
}

.text {
  color: #34495e;
  font-size: 4em;
  margin: 0 auto;
}

@media (max-height: 300px) {
  .text {
    font-size: 3em;
  }
  .left-text-con,
  .right-text-con {
    top: 20%;
  }
}

.anchor-user {
  font-size: 3em;
  position: relative;
  bottom: 0;
  right: 20px;
  color: #000;
}

.anchor-user:hover {
  color: #039be5;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

/**
 * MultiSelect-dropdown
 */
.multi-select-container {
  display: inline-block;
  position: relative;
}

.multi-select-menu {
  position: absolute;
  left: 0;
  top: 0.8em;
  z-index: 1;
  float: left;
  min-width: 100%;
  background: #fff;
  margin: 1em 0;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: none;
}

.multi-select-menuitem {
  display: block;
  font-size: 0.875em;
  padding: 0.6em 1em 0.6em 30px;
  white-space: nowrap;
}

.multi-select-menuitem--titled:before {
  display: block;
  font-weight: bold;
  content: attr(data-group-title);
  margin: 0 0 0.25em -20px;
}

.multi-select-menuitem--titledsr:before {
  display: block;
  font-weight: bold;
  content: attr(data-group-title);
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.multi-select-menuitem + .multi-select-menuitem {
  padding-top: 0;
}

.multi-select-presets {
  border-bottom: 1px solid #ddd;
}

.multi-select-menuitem input {
  position: absolute;
  margin-top: 0.25em;
  margin-left: -20px;
}

.multi-select-button {
  display: inline-block;
  font-size: 0.875em;
  padding: 0.2em 0.6em;
  max-width: 16em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: -0.5em;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  cursor: default;
}

.multi-select-button:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0.4em 0 0.4em;
  border-color: #999 transparent transparent transparent;
  margin-left: 0.4em;
  vertical-align: 0.1em;
}

.multi-select-container--open .multi-select-menu {
  display: block;
}

.multi-select-container--open .multi-select-button:after {
  border-width: 0 0.4em 0.4em 0.4em;
  border-color: transparent transparent #999 transparent;
}

.multi-select-container--positioned .multi-select-menu {
  /* Avoid border/padding on menu messing with JavaScript width calculation */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.multi-select-container--positioned .multi-select-menu label {
  /* Allow labels to line wrap when menu is artificially narrowed */
  white-space: normal;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.animated {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.cssanimations .animated {
  opacity: 0;
}

@media screen and (max-width: 1200px) {
  .animated {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/**
 * dropdown
 */
.dropdown {
  display: inline-block;
  position: relative;
}

.dd-button {
  display: inline-block;
  border: 1px solid #000;
  padding: 2px 20px 2px 6px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

.dd-button:after {
  content: '';
  position: absolute;
  top: 47%;
  right: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

.dd-button:hover {
  background-color: #eeeeee;
}

.dd-input {
  display: none;
}

.dd-menu {
  position: absolute;
  border: 1px solid #ccc;
  padding: 0;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  list-style-type: none;
}

.dd-input + .dd-menu {
  display: none;
}

.dd-input:checked + .dd-menu {
  display: block;
}

.dd-menu li {
  cursor: pointer;
  white-space: nowrap;
}

.dd-menu li a {
  color: #322f31;
  font-size: 14px;
  text-decoration: none;
  padding: 0px 8px;
  display: inline-block;
  min-width: 58px;
  line-height: 20px;
}

.dd-menu li a:hover {
  background-color: #000;
}

.dd-menu li a {
  display: block;
}

.dd-menu li.divider {
  padding: 0;
  border-bottom: 1px solid #cccccc;
}

/**
 * Modals ($modals)
 */
.modal,
.modal-box {
  z-index: 9999;
}

.modal-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  overflow: auto;
  overflow-y: hidden;
}

.glry_im {
  padding-top: 70px;
}

.modal-box {
  position: relative;
  max-width: 760px;
  margin: 40px auto;
  -webkit-animation-name: modalbox;
          animation-name: modalbox;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.3, 1.6);
          animation-timing-function: cubic-bezier(0, 0, 0.3, 1.6);
}

.modal-header {
  padding: 20px 40px;
  background: #546E7A;
  color: #ffffff;
}

.modal-box .close-modal {
  color: #fff !important;
}

.modal-body {
  background: #ECEFF1;
  border-radius: 4px;
}

.close-modal {
  text-align: right;
  cursor: pointer;
  color: #fff;
  position: absolute;
  right: 17px;
  top: 10px;
  font-size: 20px;
}

/* Animation */
@-webkit-keyframes modalbox {
  0% {
    top: -250px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes modalbox {
  0% {
    top: -250px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

/* Aditional Styles */
.modal-trigger, button {
  text-decoration: none;
}

.modal-trigger {
  -webkit-transition: ease .2s;
  transition: ease .2s;
}

button {
  border: 1px solid #333333;
  outline: none;
  color: #333333;
}

.modal-box .tab_wrapper > ul li {
  padding: 21px 10px;
  margin: 0px auto;
  font-size: 15px;
  line-height: 20px;
  width: 204px;
  min-height: 89px;
  text-align: center;
}

.modal-box li.hfF {
  width: 85%;
  float: left;
}

.modal-box li.ls {
  width: 15%;
  float: left;
}

.modal-box .frmSc .frB ul li button {
  margin-top: 27px;
  height: 45px;
  width: 100%;
}

.modal-box .tab_wrapper {
  margin-top: 0px;
}

.modal-box .close-modal {
  z-index: 10;
  color: #000;
}

@media only screen and (max-width: 1780px) {
  .wid {
    padding: 0px 22px;
  }
}

@media only screen and (max-width: 1580px) {
  .frtSc .prgrs ul li, .frtSc .prgrs ul li a {
    font-size: 20px;
    line-height: 26px;
  }
  .frtSc .prgrs {
    padding-left: 40px;
  }
  .frtSc::after {
    height: 410px;
  }
}

@media only screen and (max-width: 1380px) {
  header .logo {
    width: 210px;
  }
  .wpml-ls-legacy-list-horizontal a span{font-size: 14px;}
  header .lngSw a {
    padding: 4px 16px;
    font-size: 14px;
  }
  .frtSc .prgrs {
    padding-left: 50px;
  }
  header .spMn li a {
    padding: 0px 6px;
  }
  header .spMn {
    margin-right: 8px;
  }
  header .hrRgt {
    padding-right: 8px;
  }
  .frtSc .prgrs ul li, .frtSc .prgrs ul li a {
    font-size: 18px;
    line-height: 26px;
  }
  .frtSc .btc .btAl .apPy ul li.pySt {
    max-width: 188px;
  }
  .frtSc .btc .btAl .apPy ul li.apSt {
    max-width: 168px;
  }
  .frtSc .btc .btAl .apPy ul li {
    padding: 0px 3px;
  }
  .frtSc .btc .btAl .dnw {
    margin-bottom: 34px;
  }
  .frtSc .btc .btAl .dnw img {
    max-width: 100px;
  }
  .frtSc .btc .btAl .qrCd .imF {
    max-width: 120px;
  }
  .frtSc .btc .btAl .apPy .tx {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 14px;
  }
  .scdSc .rgCt .mTl {
    font-size: 38px;
    line-height: 52px;
  }
  .trdSc .lfIm .ttL, .trdSc .lfIm .ttL span {
    font-size: 36px;
    line-height: 42px;
  }
  .trdSc .lfIm .imS img {
    max-width: 406px;
  }
  .scdSc .rgCt p {
    font-size: 18px;
    line-height: 28px;
  }
  .scdSc .rgCt {
    padding-right: 24px;
  }
  .frtSc .btc .btAl .qrCd {
    padding-top: 30px;
  }
  .trdSc .rgCt ul li .icS .icT {
    max-width: 124px;
  }
  .trdSc .rgCt ul li .icS span {
    font-size: 16px;
    line-height: 20px;
  }
  .trdSc .rgCt ul li .ctS .tb {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .fthSc .ltPd .prCnt .ttSb, .fthSc .ltPd .prCnt .ttSb span {
    font-size: 32px;
    line-height: 46px;
  }
  .fthSc .rgPd .prCnt .ttSb, .fthSc .rgPd .prCnt .ttSb span {
    font-size: 32px;
    line-height: 46px;
  }
  .fthSc .ltPd .prCnt ul li {
    font-size: 16px;
    line-height: 26px;
  }
  .fthSc .rgPd .prCnt ul li {
    font-size: 16px;
    line-height: 26px;
  }
  .fthSc .ltPd .prCnt ul li::after {
    width: 19px;
  }
  .fthSc .rgPd .prCnt ul li::after {
    width: 19px;
  }
  .fthSc .tLt {
    font-size: 40px;
    line-height: 50px;
  }
  .fthSc .ltPd .prCnt .ttSb::after, .fthSc .rgPd .prCnt .ttSb::after {
    width: 68px;
    height: 5px;
    bottom: -10px;
  }
  .fftSc .lfPd .lfBx .icSv .ic {
    max-width: 125px;
  }
  .fftSc .lfPd .lfBx .ttSc, .fftSc .lfPd .lfBx .ttSc span {
    font-size: 26px;
    line-height: 26px;
  }
  .fftSc .lfPd .lfBx {
    padding: 35px 68px;
  }
  .fftSc .rgSg .bxDtls .sb {
    font-size: 20px;
    line-height: 26px;
  }
  .fftSc .rgSg .bxDtls ul.splnks li a {
    font-size: 26px;
    line-height: 34px;
    padding: 16px 28px;
  }
  .fftSc .rgSg .bxDtls ul.splnks li a span {
    font-size: 75px;
    line-height: 68px;
  }
  .fftSc .rgSg .bxDtls .txtD {
    font-size: 17px;
    line-height: 25px;
  }
  .svtSc .lfCt .ttlS, .svtSc .lfCt .ttlS span {
    font-size: 42px;
    line-height: 46px;
  }
  .svtSc .lfCt .ctDtl .ct span {
    font-size: 22px;
    line-height: 26px;
  }
  .svtSc .lfCt .ctDtl .ct p {
    font-size: 20px;
    line-height: 28px;
  }
  .svtSc .lfCt .ctDtl .slgn {
    margin-top: 18px;
  }
  .svtSc .lfCt .ctDtl .slgn .tcIc .ic {
    font-size: 26px;
    line-height: 30px;
  }
  .svtSc .lfCt .ctDtl .slgn .tcIc span {
    font-size: 17px;
    line-height: 22px;
  }
  .svtSc .lfCt .ctDtl .slgn .tcIc .ic img {
    max-width: 18px;
  }
  .svtSc .lfCt .ctDtl .btnS .brcr a, .svtSc .lfCt .ctDtl .btnS .mnl a {
    padding: 13px 28px;
  }
  .svtSc .lfCt .ctDtl .slgn .tcIc {
    margin-bottom: 22px;
  }
  .svtSc .lfCt .ctDtl .ct p {
    margin-bottom: 20px;
  }
  .svtSc .rgIm img {
    max-width: 469px;
  }
  .egtSc .flEgt::before {
    height: 82px;
  }
  .egtSc .flEgt .fstS {
    padding-top: 118px;
  }
  .egtSc .flEgt .fstS .ttl {
    font-size: 34px;
    line-height: 46px;
  }
  .egtSc .flEgt .fstS .ttl span {
    font-size: 16px;
    line-height: 26px;
  }
  .egtSc .flEgt .fstS .appLnk .gpy a img {
    max-width: 112px;
  }
  .egtSc .flEgt .fstS .appLnk .apSr a {
    padding: 8px 30px;
  }
  .egtSc .flEgt .fstS .appLnk .gpy a {
    padding: 8px 28px;
  }
  .egtSc .flEgt .fstS .appLnk .apSr a img {
    max-width: 102px;
  }
  .egtSc .flEgt .fstS .appLnk .qrCd img {
    max-width: 122px;
  }
  .egtSc .flEgt::after {
    height: 510px;
  }
  .egtSc .flEgt .fstS {
    padding-bottom: 48px;
  }
  .egtSc .flEgt .ftrFn {
    padding-top: 18px;
  }
  .egtSc .flEgt .ftrFn .ctn .mb a, .egtSc .flEgt .ftrFn .ctn .ph a, .egtSc .flEgt .ftrFn .ctn .fx a {
    font-size: 18px;
    line-height: 32px;
  }
  .egtSc .flEgt .ftrFn .ctn .mb a::after {
    width: 22px;
    top: 2px;
    height: 27px;
  }
  .egtSc .flEgt .ftrFn .ctn .ph a::after {
    width: 21px;
    height: 28px;
  }
  .egtSc .flEgt .ftrFn .ctn .fx a::after {
    width: 22px;
    height: 28px;
  }
  .egtSc .flEgt .ftrFn .flS .scl ul li a {
    width: 39px;
    height: 39px;
  }
  nav li a {
    font-size: 26px !important;
    padding: 30px 28px !important;
  }
  nav li {
    -webkit-box-flex: inherit !important;
        -ms-flex: inherit !important;
            flex: inherit !important;
  }
  nav ul {
    display: inherit !important;
    text-align: center;
    margin: 0px auto;
  }
  .frtSc::after {
    height: 410px;
  }
  .frtSc .imgsc {
    padding-bottom: 59px;
  }
  .frtSc .imgsc img {
    max-width: 392px;
  }
  .trdSc::after {
    height: 78px;
  }
  .frtSc .prgrs .tcIc {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 1200px) {
  header .spMn {
    display: none;
  }
  header .toggle-menu {
    display: block;
  }
  .frtSc .prgrs {
    padding-left: 26px;
  }
  .scroll-icon {
    display: none;
  }
  .frtSc .imgsc {
    padding-bottom: 51px;
  }
  .frtSc .btc .btAl .apPy ul li.apSt {
    max-width: 140px;
  }
  .frtSc .btc .btAl .apPy ul li.pySt {
    max-width: 153px;
  }
  .frtSc .btc .btAl .qrCd .imF {
    max-width: 112px;
  }
  .frtSc .btc .btAl .dnw {
    margin-bottom: 28px;
  }
  .frtSc .btc .btAl .dnw img {
    max-width: 94px;
  }
  .scdSc .rgCt .mTl {
    font-size: 34px;
    line-height: 46px;
    margin-bottom: 22px;
  }
  .scdSc .rgCt .sTl {
    font-size: 22px;
    line-height: 28px;
  }
  .trdSc .rgCt ul li .ctS {
    padding-top: 2px;
  }
  .trdSc .rgCt ul li .ctS p {
    margin-bottom: 12px;
  }
  .fftSc .rgSg .bxDtls ul.splnks li a {
    font-size: 22px;
    line-height: 30px;
  }
  .fftSc .rgSg .bxDtls ul.splnks li a span {
    font-size: 68px;
    line-height: 64px;
  }
  .svtSc .lfCt .ctDtl .btnS .brcr a {
    font-size: 14px;
  }
  .svtSc .lfCt .ctDtl .btnS .mnl a {
    font-size: 14px;
  }
  .svtSc .lfCt .ctDtl .btnS .mnl {
    margin-left: 10px;
  }
  .svtSc .lfCt .ctDtl .btnS .brcr a, .svtSc .lfCt .ctDtl .btnS .mnl a {
    padding: 11px 20px;
  }
  .egtSc .flEgt .ftrFn .lgSc {
    width: 23%;
  }
  .egtSc .flEgt .ftrFn .lgSc .logo {
    width: 176px;
  }
  .egtSc .flEgt .ftrFn .lctN {
    width: 27%;
  }
  .egtSc .flEgt .ftrFn .lctN p {
    font-size: 14px;
    line-height: 24px;
  }
  .egtSc .flEgt .ftrFn .ctn {
    padding-left: 12px;
  }
  .egtSc .flEgt .ftrFn .flS .crt {
    font-size: 14px;
    line-height: 26px;
  }
  .egtSc .flEgt .ftrFn .flS .arQ {
    font-size: 14px;
  }
  .trdSc .rgCt ul li .ctS p {
    font-size: 16px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 1024px) {
  .header-top {
    position: relative !important;
  }
  .open-menu ~ nav {
    position: absolute;
  }
  nav {
    z-index: 99;
    position: absolute !important;
  }
  header .logo {
    width: 186px;
    padding-top: 6px;
  }
  .vertical-scrolling {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .frtSc::after {
    display: none;
  }
  #fp-nav {
    display: none !important;
  }
  .frtSc .prgrs, .frtSc .imgsc {
    width: 50%;
  }
  .frtSc .btc {
    width: 100%;
  }
  .header-top {
    top: 0px !important;
  }
  .frtSc .imgsc img {
    max-width: 352px;
  }
  .vertical-scrolling {
    background-size: cover !important;
  }
  .frtSc .btc .btAl .dnw {
    width: 28%;
    float: left;
  }
  .frtSc .btc .btAl .apPy {
    width: 44%;
    float: left;
  }
  .frtSc .btc .btAl .qrCd {
    width: 28%;
    float: left;
    padding-top: 0px;
  }
  .frtSc .btc {
    padding-top: 40px;
  }
  .scdSc .rgCt {
    padding-right: 0px;
  }
  .scdSc .rgCt .mTl {
    font-size: 30px;
    line-height: 40px;
  }
  .scdSc .rgCt .sTl {
    margin-bottom: 10px;
  }
  .scdSc .rgCt p {
    font-size: 16px;
    line-height: 26px;
  }
  .trdSc .lfIm .ttL, .trdSc .lfIm .ttL span {
    font-size: 32px;
    line-height: 36px;
  }
  .trdSc .lfIm .imS img {
    max-width: 100%;
  }
  .frtSc .imgsc img {
    max-width: 100%;
  }
  .trdSc::after {
    display: none;
  }
  .fftSc .rgSg .bxDtls::after {
    width: 100%;
  }
  .trdSc .rgCt ul li .ctS .tb {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 7px;
  }
  .fthSc .tLt {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 26px;
  }
  .fthSc .ltPd {
    width: 100%;
    padding-right: 0px;
    border: none;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 20px;
  }
  .fthSc .rgPd {
    padding-left: 0px;
    width: 100%;
    padding-top: 20px;
  }
  .fftSc .lfPd {
    width: 40%;
  }
  .fftSc .lfPd .lfBx {
    width: 100%;
  }
  .fftSc .rgSg {
    width: 60%;
  }
  .fftSc .lfPd .lfBx {
    padding: 36px 44px;
  }
  .fftSc .lfPd .lfBx .ttSc, .fftSc .lfPd .lfBx .ttSc span {
    font-size: 28px;
    line-height: 32px;
  }
  .fftSc .lfPd .lfBx .icSv span {
    font-size: 16px;
    line-height: 22px;
  }
  .fftSc .rgSg .bxDtls {
    padding: 36px 44px;
  }
  .fftSc .rgSg .bxDtls .sb {
    font-size: 18px;
    line-height: 24px;
  }
  .fftSc .rgSg .bxDtls ul.splnks li a {
    font-size: 20px;
    line-height: 28px;
  }
  .egtSc .flEgt .ftrFn .lgSc {
    width: 50%;
    float: left;
  }
  .egtSc .flEgt .ftrFn .lctN {
    width: 50%;
  }
  .egtSc .flEgt .ftrFn .ctn {
    width: 50%;
  }
  .egtSc .flEgt .ftrFn .flS {
    width: 50%;
  }
  .svtSc .lfCt .ttlS, .svtSc .lfCt .ttlS span {
    font-size: 38px;
    line-height: 40px;
  }
  .svtSc .lfCt .ctDtl .ct p {
    font-size: 18px;
    line-height: 26px;
  }
  .svtSc .lfCt .ctDtl .slgn .tcIc .ic {
    font-size: 22px;
    line-height: 26px;
  }
  .svtSc .lfCt .ctDtl .slgn .tcIc span {
    font-size: 14.5px;
    line-height: 22px;
  }
  section.vertical-scrolling.egtSc {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 874px) {
  .trdSc .rgCt ul li .icS {
    padding-right: 12px;
  }
  .trdSc .lfIm .ttL, .trdSc .lfIm .ttL span {
    font-size: 30px;
    line-height: 34px;
  }
  .trdSc .rgCt ul li .icS .icT {
    padding: 20px;
  }
  .fthSc .ltPd .prCnt .ttSb, .fthSc .ltPd .prCnt .ttSb span {
    font-size: 30px;
    line-height: 42px;
  }
  .fftSc .lfPd .lfBx {
    padding: 36px 38px;
  }
  .fftSc .lfPd .lfBx .icSv .ic {
    max-width: 125px;
  }
  .fftSc .rgSg .bxDtls {
    padding: 34px 40px;
  }
  .fftSc .rgSg .bxDtls ul.splnks li a {
    padding: 14px 28px;
  }
  .fftSc .rgSg .bxDtls ul.splnks li a span {
    font-size: 64px;
    line-height: 60px;
  }
  .fftSc .rgSg .bxDtls .txtD {
    font-size: 16px;
    line-height: 22px;
  }
  .svtSc .lfCt .ttlS {
    width: 100%;
    padding-bottom: 16px;
  }
  .svtSc .lfCt .ctDtl {
    width: 100%;
    padding-left: 0px;
  }
  .svtSc .lfCt .ttlS, .svtSc .lfCt .ttlS span {
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  .frtSc .prgrs {
    padding-left: 0px;
  }
  .link-you {
 
    margin-top: 0;
}
.vertical-scrolling {
    padding-top: 0;
    padding-bottom: 50px;
}
  .header-top {
    padding: 10px 12px;
  }
  header .logo {
    width: 158px;
  }
  header .hrRgt {
    padding-top: 14px;
  }
  .toggle-menu {
    top: 3px !important;
  }
  .wpml-ls-legacy-list-horizontal a span{font-size: 13px;}
  header .lngSw a {
    padding: 3px 14px;
    font-size: 13px;
  }
  header .lngSw {
    padding-left: 16px;
  }
  .frtSc .prgrs .tcIc .ic {
    font-size: 20px;
    line-height: 22px;
  }
  .frtSc .prgrs .tcIc .ic img {
    max-width: 14px;
  }
  .frtSc .btc .btAl .apPy ul li.apSt {
    margin-bottom: 4px;
  }
  .scdSc .rgCt .mTl {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .scdSc .rgCt .sTl {
    font-size: 20px;
    line-height: 26px;
  }
  .trdSc .lfIm {
    width: 100%;
  }
  .trdSc .lfIm .imS img {
    max-width: 350px;
  }
  .trdSc .lfIm .ttL, .trdSc .lfIm .ttL span {
    display: inline-block;
  }
  .trdSc .rgCt {
    width: 100%;
    padding-top: 20px;
  }
  .fftSc .rgSg {
    width: 100%;
    margin-top: 25px;
  }
  .fftSc .lfPd {
    width: 60%;
  }
  .egtSc .flEgt .fstS .ttl {
    font-size: 30px;
    line-height: 42px;
  }
  .egtSc .flEgt::before {
    height: 62px;
  }
}

@media only screen and (max-width: 640px) {
  header .wtsAp .ph a {
    display: none;
  }
  header .scIc {
    display: none;
  }
  .frtSc .prgrs, .frtSc .imgsc {
    width: 100%;
  }
  .scdSc .lfIm {
    width: 100%;
    padding-right: 0px;
  }
  .frtSc .imgsc {
    display: none;
  }
  .scdSc .rgCt {
    width: 100%;
  }
  .fftSc .lfPd {
    width: 100%;
  }
  .sxtSc .feeds .sgfds {
    width: 100%;
    margin-bottom: 20px;
  }
  .svtSc .lfCt {
    width: 100%;
  }
  .svtSc .rgIm {
    width: 100%;
    margin-top: 30px;
  }
  .egtSc .flEgt .fstS .appLnk .gpy {
    width: 100%;
    padding: 8px 0px;
  }
  .egtSc .flEgt .fstS .appLnk .qrCd {
    width: 100%;
  }
  .egtSc .flEgt .fstS .appLnk .apSr {
    width: 100%;
    padding: 8px 0px;
  }
  .egtSc .flEgt .fstS {
    padding-top: 86px;
  }
  .egtSc .flEgt .fstS .ttl {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 18px;
  }
  .egtSc .flEgt::after {
    height: 584px;
  }
  .egtSc .flEgt .ftrFn .lgSc, .egtSc .flEgt .ftrFn .lctN, .egtSc .flEgt .ftrFn .ctn, .egtSc .flEgt .ftrFn .flS {
    width: 100%;
  }
  .egtSc .flEgt .ftrFn .ctn {
    padding-left: 0px;
  }
  .egtSc .flEgt .ftrFn .lctN {
    padding-top: 34px;
  }
  .egtSc .flEgt .ftrFn .flS {
    padding-top: 30px;
  }
  .open-menu ~ nav {
    height: auto !important;
  }
  nav li a {
    font-size: 20px !important;
    padding: 9px 25px !important;
    width: 100%;
  }
  nav li {
    width: 100% !important;
  }
  .open-menu ~ nav {
    padding-top: 106px !important;
  }
}

@media only screen and (max-width: 480px) {
  header .logo {
    width: 150px;
  }
  header .lngSw {
    padding-left: 6px;
  }
  .toggle-menu {
    width: 44px !important;
  }
  .frtSc .btc .btAl .dnw {
    width: 100%;
  }
  .frtSc .btc .btAl .apPy {
    width: 100%;
  }
  .frtSc .btc .btAl .qrCd {
    width: 100%;
  }
  .trdSc .lfIm .imS img {
    width: 90%;
  }
  .fthSc .ltPd .prdI, .fthSc .rgPd .prdI {
    width: 100%;
  }
  .fthSc .ltPd .prCnt, .fthSc .rgPd .prCnt {
    width: 100%;
  }
  .fftSc .rgSg .bxDtls {
    padding: 28px 20px;
  }
  .fftSc .rgSg .bxDtls ul.splnks li a {
    padding: 12px 12px;
  }
  .fftSc .rgSg .bxDtls ul.splnks li a span {
    font-size: 56px;
    line-height: 54px;
  }
  .svtSc .lfCt .ttlS, .svtSc .lfCt .ttlS span {
    font-size: 36px;
    line-height: 38px;
  }
  .svtSc .lfCt .ctDtl .btnS .brcr a {
    display: inline-block;
  }
  .svtSc .lfCt .ctDtl .btnS .mnl a {
    display: inline-block;
  }
  .svtSc .lfCt .ctDtl .btnS .brcr a, .svtSc .lfCt .ctDtl .btnS .mnl a {
    padding: 6px 20px;
    text-align: left;
    margin: 0px auto;
    margin-top: 6px;
  }
  .svtSc .lfCt .ctDtl .btnS .mnl {
    margin: 0px auto;
  }
  .egtSc .flEgt .fstS .ttl {
    font-size: 22px;
    line-height: 38px;
  }
  .egtSc .flEgt .fstS .ttl span {
    font-size: 13px;
    line-height: 22px;
  }
  .wid {
    padding: 0px 12px;
  }
  .frtSc .prgrs ul li, .frtSc .prgrs ul li a {
    font-size: 16px;
    line-height: 24px;
  }
  .frtSc .prgrs .tcIc span {
    font-size: 13px;
  }
  .trdSc .lfIm {
    padding-right: 0px;
  }
  .svtSc .lfCt .ctDtl .ct p {
    font-size: 16px;
    line-height: 24px;
  }
 
.slick-dots{
    position:inherit;
    left:0;
    right:0!important;top:100%!important;
  }
     .slick-dots li{display: inline-block!important;width: auto!important;}
     .slick-prev {
    right: inherit!important;left:0!important;
    z-index: 2!important;
    top: 95%!important;
    background-position: center -35px !important;
    transition: all 0.4s!important;
    transform: rotate(90deg)!important;
}
 .slick-next {
    right: 0!important;
    z-index: 2!important;
    top: 95%!important;
    background-position: center -35px !important;
    transition: all 0.4s;
    transform: rotate(90deg)!important;
}
  .trdSc .rgCt {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 360px) {
  header .wtsAp .ic {
    display: none;
  }
  header .logo {
    width: 132px;
  }
  .scdSc .rgCt .mTl {
    font-size: 24px;
    line-height: 35px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .scdSc .rgCt .sTl {
    font-size: 18px;
    line-height: 24px;
  }
  .scdSc .rgCt p {
    font-size: 14px;
    line-height: 25px;
  }
  .trdSc .lfIm .ttL, .trdSc .lfIm .ttL span {
    font-size: 26px;
    line-height: 30px;
  }
  .trdSc .rgCt ul li .icS {
    width: 100%;
  }
  .trdSc .rgCt ul li .ctS {
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
  .trdSc .rgCt ul li .ctS p {
    font-size: 14px;
    line-height: 23px;
  }
  .fthSc .tLt {
    font-size: 30px;
    line-height: 36px;
  }
  .fthSc .ltPd .prCnt ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .fthSc .ltPd .prCnt .ttSb, .fthSc .ltPd .prCnt .ttSb span {
    font-size: 28px;
    line-height: 40px;
  }
  .fthSc .rgPd .prCnt ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .fftSc .lfPd .lfBx .ttSc, .fftSc .lfPd .lfBx .ttSc span {
    font-size: 26px;
    line-height: 31px;
  }
  .fftSc .rgSg .bxDtls .sb {
    font-size: 16px;
    line-height: 22px;
  }
  .fftSc .rgSg .bxDtls ul.splnks li a {
    font-size: 18px;
  }
  .fftSc .rgSg .bxDtls .txtD {
    font-size: 15px;
    line-height: 20px;
  }
  .svtSc .lfCt .ttlS, .svtSc .lfCt .ttlS span {
    font-size: 30px;
    line-height: 37px;
  }
  .svtSc .lfCt .ctDtl .ct p {
    font-size: 14px;
    line-height: 24px;
  }
}
.egtSc .flEgt:after{
    background-size: cover;
}
/*# sourceMappingURL=style.css.map */