@import url("font-awesome/css/font-awesome.min.css");
@import url("micons/micons.css");

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@font-face {
  font-family: 'StencilBold';
  src:  url('tele2/Stencil-Bold.eot');
  src:  url('tele2/Stencil-Bold.eot') format('embedded-opentype'),
  url('tele2/Stencil-Bold.ttf') format('truetype'),
  url('tele2/Stencil-Bold.woff') format('woff'),
  url('tele2/Stencil-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 10px;
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 9.375px;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
}
@media only screen and (max-width: 400px) {
  html {
    font-size: 9.375px;
  }
}

html, body {
  height: 100%;
}

body {
  background: #002b5a;
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.778;
  color: #353535;
  margin: 0;
  padding: 0;
}

/* ------------------------------------------------------------------- 
 * links - (_document-setup) 
 * ------------------------------------------------------------------- */
a, a:visited {
  color: #1e5bbb;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
  color: #000000;
}


/* ===================================================================
 *  03. typography & general theme styles - (_document-setup.scss) 
 *
 * ------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6,
.h01, .h02, .h03, .h04, .h05, .h06 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #151515;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin-bottom: 2.1rem;
}
h3, .h03, h4, .h04 {
  margin-bottom: 1.8rem;
}

h5, .h05, h6, .h06 {
  margin-bottom: 1.2rem;
}

h1, .h01 {
  font-size: 3.1rem;
  line-height: 1.35;
  letter-spacing: .1rem;
}
@media only screen and (max-width: 600px) {
  h1, .h01 {
    font-size: 2.6rem;
  }
}

h2, .h02 {
  font-size: 2.4rem;
  line-height: 1.25;
}

h3, .h03 {
  font-size: 2rem;
  line-height: 1.5;
}

h4, .h04 {
  font-size: 1.7rem;
  line-height: 1.76;
}

h5, .h05 {
  font-size: 1.4rem;
  line-height: 1.7;
  text-transform: uppercase;
  letter-spacing: .2rem;
}

h6, .h06 {
  font-size: 1.3rem;
  line-height: 1.85;
  text-transform: uppercase;
  letter-spacing: .2rem;
}

p img {
  margin: 0;
}

p.lead {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  line-height: 1.8;
  color: #4f4f4f;
/*  margin-bottom: 3.6rem; */
}
@media only screen and (max-width: 768px) {
  p.lead {
    font-size: 1.8rem;
  }
}

em, i, strong, b {
/*
  font-size: 1.6rem;
  line-height: 3rem;
  font-style: normal;
  font-weight: normal;
*/
}

em, i {
  font-family: "PT Serif", serif;
  font-style: italic;
}

strong, b {
/*
  font-family: "PT Serif", serif;
*/
  font-weight: bold;
}

small {
  font-size: 1.1rem;
  line-height: inherit;
}

blockquote {
  margin: 3rem 0;
  padding-left: 5rem;
  position: relative;
}

blockquote:before {
  content: "\201C";
  font-size: 10rem;
  line-height: 0px;
  margin: 0;
  color: rgba(0, 0, 0, 0.3);
  font-family: arial, sans-serif;
  position: absolute;
  top: 3.6rem;
  left: 0;
}

blockquote p {
  font-family: "PT Serif", serif;
  font-style: italic;
  padding: 0;
  font-size: 1.9rem;
  line-height: 1.895;
}

blockquote cite {
  display: block;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 1.615;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #4f4f4f;
  border: none;
}

abbr {
  font-family: "PT Serif", serif;
  font-weight: bold;
  font-variant: small-caps;
  text-transform: lowercase;
  letter-spacing: .05rem;
  color: #4f4f4f;
}

var, kbd, samp, code, pre {
  font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

pre {
  padding: 2.4rem 3rem 3rem;
  background: #F1F1F1;
}

code {
  font-size: 1.4rem;
  margin: 0 .2rem;
  padding: .3rem .6rem;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 3px;
}

pre > code {
  display: block;
  white-space: pre;
  line-height: 2;
  padding: 0;
  margin: 0;
}

pre.prettyprint > code {
  border: none;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

mark {
  background: #FFF49B;
  color: #000;
}

hr {
  border: solid #d2d2d2;
  border-width: 1px 0 0;
  clear: both;
  margin: 2.4rem 0 1.5rem;
  height: 0;
}

/* ------------------------------------------------------------------- 
 * Lists - (_document-setup.scss)  
 * ------------------------------------------------------------------- */
ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  display: list-item;
}

ol, ul {
  margin-left: 1.7rem;
}

ul li {
  padding-left: .4rem;
}

ul ul, ul ol,
ol ol, ol ul {
  margin: .6rem 0 .6rem 1.7rem;
}

ul.disc li {
  display: list-item;
  list-style: none;
  padding: 0 0 0 .8rem;
  position: relative;
}
ul.disc li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1e5bbb;
  position: absolute;
  left: -17px;
  top: 11px;
  vertical-align: middle;
}

dt {
  margin: 0;
  color: #1e5bbb;
}

dd {
  margin: 0 0 0 2rem;
}

/* ------------------------------------------------------------------- 
 * Spacing - (_document-setup)  
 * ------------------------------------------------------------------- */
button, .button {
  margin-bottom: 1.2rem;
}

fieldset {
  margin-bottom: 1.5rem;
}

input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.fluid-video-wrapper,
.ss-custom-select {
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * floated image - (_document-setup)  
 * ------------------------------------------------------------------- */
img.pull-right {
  margin: 1.5rem 0 0 3rem;
}

img.pull-left {
  margin: 1.5rem 3rem 0 0;
}

/* ------------------------------------------------------------------- 
 * block grids paddings
 * ------------------------------------------------------------------- */
.bgrid {
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .bgrid {
    padding: 0 18px;
  }
}
@media only screen and (max-width: 768px) {
  .bgrid {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 600px) {
  .bgrid {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 400px) {
  .bgrid {
    padding: 0;
  }
}

/* ------------------------------------------------------------------- 
 * tables - (_document-setup.scss)  
 * ------------------------------------------------------------------- */
table {
  border-width: 0;
  width: 100%;
  max-width: 100%;
}

th,
td {
  padding: 1.2rem 3rem;
  text-align: left;
  border-bottom: 1px solid #E8E8E8;
}

th {
  color: #151515;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

td {
  line-height: 1;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* ------------------------------------------------------------------- 
 * pace.js styles - minimal  - (_document-setup.scss)
 * ------------------------------------------------------------------- */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #1e5bbb;
  position: fixed;
  z-index: 900;
  top: 0;
  right: 100%;
  width: 100%;
  height: 6px;
}


/* ===================================================================
 *  04. Preloader
 *
 * ------------------------------------------------------------------- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0F1215;
  z-index: 800;
  height: 100%;
  width: 100%;
}

.no-js #preloader, .oldie #preloader {
  display: none;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  padding: 0;
  background-color: #1e5bbb;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

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


/* ===================================================================
 *  05. forms - (_forms.scss)
 *
 * ------------------------------------------------------------------- */
fieldset {
  border: none;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  display: block;
  height: 6rem;
  padding: 1.5rem 2rem;
  border: 0;
  outline: none;
  vertical-align: middle;
  color: #444444;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 3rem;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ss-custom-select {
  position: relative;
  padding: 0;
}
.ss-custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  margin: 0;
  line-height: 3rem;
  vertical-align: middle;
}
.ss-custom-select select option {
  padding-left: 2rem;
  padding-right: 2rem;
}
.ss-custom-select select::-ms-expand {
  display: none;
}
.ss-custom-select::after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  right: 1.5rem;
  margin-top: -10px;
  bottom: auto;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  text-align: center;
  pointer-events: none;
  color: #252525;
}

/* IE9 and below */
.oldie .ss-custom-select::after {
  display: none;
}

textarea {
  min-height: 25rem;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  color: #000000;
}

label, legend {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: .6rem;
  color: #020202;
  display: block;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label > .label-text {
  display: inline-block;
  margin-left: 1rem;
  font-family: "Open Sans", sans-serif;
  line-height: inherit;
}

label > input[type="checkbox"],
label > input[type="radio"] {
  margin: 0;
  position: relative;
  top: .15rem;
}

/* ------------------------------------------------------------------- 
 * Style Placeholder Text - (_forms.scss)
 * ------------------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #8e8e8e;
}

:-moz-placeholder {
  color: #8e8e8e;
  /* Firefox 18- */
}

::-moz-placeholder {
  color: #8e8e8e;
  /* Firefox 19+ */
}

:-ms-input-placeholder {
  color: #8e8e8e;
}

.placeholder {
  color: #8e8e8e !important;
}

/* ------------------------------------------------------------------- 
 * Change Autocomplete styles in Chrome - (_forms.scss)
 * ------------------------------------------------------------------- */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #444444;
  font-size: 1.4rem;
  transition: background-color 5000s ease-in-out 0s;
}


/* ===================================================================
 *  06. buttons - (_button-essentials.scss)
 *
 * ------------------------------------------------------------------- */
.button,
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
  height: 5.4rem;
  line-height: 5.4rem;
  padding: 0 3rem;
  margin: 0 .3rem 1.2rem 0;
  background: #ffffff;
  color: #636363;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  border: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 340px) {
  .button,
  a.button,
  button,
  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
	  font-size: 1.6rem;
  }
}

.button:hover,
a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  background: #989898;
  color: #000000;
  outline: 0;
}

.button.button-primary,
a.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  background: #1e5bbb;
  color: #FFFFFF;
}

.button.button-primary:hover,
a.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  background: #034ea2;
}

button.full-width, .button.full-width {
  width: 100%;
  margin-right: 0;
}

button.medium, .button.medium {
  height: 5.7rem !important;
  line-height: 5.7rem !important;
  padding: 0 1.8rem !important;
}

button.large, .button.large {
  height: 6rem !important;
  line-height: 6rem !important;
  padding: 0rem 3rem !important;
}

button.stroke, .button.stroke {
  border: 3px solid #636363;
  line-height: 4.8rem;
}

button.stroke.medium, .button.stroke.medium {
  line-height: 5.1rem !important;
}

button.stroke.large, .button.stroke.large {
  line-height: 5.4rem !important;
}

button.stroke:hover, .button.stroke:hover {
  border: 3px solid #1e5bbb;
  color: #1e5bbb;
  background: #f6f6f6;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}


/* ===================================================================
 *  07. other components - (_others.scss)
 *
 * ------------------------------------------------------------------- */

/**
 * alert box - (_alert-box.scss)
 * -------------------------------------------------------------------
 */
.alert-box {
  padding: 2.1rem 4rem 2.1rem 3rem;
  position: relative;
  margin-bottom: 3rem;
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
}
.alert-box .close {
  position: absolute;
  right: 1.8rem;
  top: 1.8rem;
  cursor: pointer;
}

.ss-error {
  background-color: #ffd1d2;
  color: #e65153;
}

.ss-success {
  background-color: #c8e675;
  color: #758c36;
}

.ss-info {
  background-color: #d7ecfb;
  color: #4a95cc;
}

.ss-notice {
  background-color: #fff099;
  color: #bba31b;
}

/* ------------------------------------------------------------------- 
 * additional typo styles - (_additional-typo.scss)
 * ------------------------------------------------------------------- */
/* drop cap 
 * ----------------------------------------------- */
.drop-cap:first-letter {
  float: left;
  margin: 0;
  padding: 1.5rem .6rem 0 0;
  font-size: 8.4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 6rem;
  text-indent: 0;
  background: transparent;
  color: #151515;
}

/* line definition style 
 * ----------------------------------------------- */
.lining dt, .lining dd {
  display: inline;
  margin: 0;
}
.lining dt + dt:before,
.lining dd + dt:before {
  content: "\A";
  white-space: pre;
}
.lining dd + dd:before {
  content: ", ";
}
.lining dd + dd:before {
  content: ", ";
}
.lining dd:before {
  content: ": ";
  margin-left: -0.2em;
}

/* dictionary definition style 
 * ----------------------------------------------- */
.dictionary-style dt {
  display: inline;
  counter-reset: definitions;
}
.dictionary-style dt + dt:before {
  content: ", ";
  margin-left: -0.2em;
}
.dictionary-style dd {
  display: block;
  counter-increment: definitions;
}
.dictionary-style dd:before {
  content: counter(definitions,decimal) ". ";
}

/** 
 * Pull Quotes
 * -----------
 * markup:
 *
 * <aside class="pull-quote">
 *		<blockquote>
 *			<p></p>
 *		</blockquote>
 *	</aside>
 *
 * --------------------------------------------------------------------- */
.pull-quote {
  position: relative;
  padding: 2.1rem 3rem 2.1rem 0px;
}
.pull-quote:before, .pull-quote:after {
  height: 1em;
  position: absolute;
  font-size: 10rem;
  font-family: Arial, Sans-Serif;
  color: rgba(0, 0, 0, 0.3);
}
.pull-quote:before {
  content: "\201C";
  top: 33px;
  left: 0;
}
.pull-quote:after {
  content: '\201D';
  bottom: -33px;
  right: 0;
}
.pull-quote blockquote {
  margin: 0;
}
.pull-quote blockquote:before {
  content: none;
}

/** 
 * Stats Tab
 * ---------
 * markup:
 *
 * <ul class="stats-tabs">
 *		<li><a href="#">[value]<em>[name]</em></a></li>
 *	</ul>
 *
 * Extend this object into your markup.
 *
 * --------------------------------------------------------------------- */
.stats-tabs {
  padding: 0;
  margin: 3rem 0;
}
.stats-tabs li {
  display: inline-block;
  margin: 0 1.5rem 3rem 0;
  padding: 0 1.5rem 0 0;
  border-right: 1px solid #ccc;
}
.stats-tabs li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.stats-tabs li a {
  display: inline-block;
  font-size: 2.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  border: none;
  color: #252525;
}
.stats-tabs li a:hover {
  color: #1e5bbb;
}
.stats-tabs li a em {
  display: block;
  margin: .6rem 0 0 0;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  color: #4f4f4f;
}

/**
 * skillbars - (_skillbars.scss)
 * -------------------------------------------------------------------
 */
.skill-bars {
  list-style: none;
  margin: 6rem 0 3rem;
}
.skill-bars li {
  height: .6rem;
  background: #a1a1a1;
  width: 100%;
  margin-bottom: 6rem;
  padding: 0;
  position: relative;
}
.skill-bars li strong {
  position: absolute;
  left: 0;
  top: -3rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #313131;
  text-transform: uppercase;
  letter-spacing: .2rem;
  font-size: 1.5rem;
  line-height: 2.4rem;
}
.skill-bars li .progress {
  background: #313131;
  position: relative;
  height: 100%;
}
.skill-bars li .progress span {
  position: absolute;
  right: 0;
  top: -3.6rem;
  display: block;
  font-family: "Open Sans", sans-serif;
  color: white;
  font-size: 1.1rem;
  line-height: 1;
  background: #313131;
  padding: .6rem .6rem;
  border-radius: 3px;
}
.skill-bars li .progress span::after {
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #313131;
  content: "";
}
.skill-bars li .percent5 {
  width: 5%;
}
.skill-bars li .percent10 {
  width: 10%;
}
.skill-bars li .percent15 {
  width: 15%;
}
.skill-bars li .percent20 {
  width: 20%;
}
.skill-bars li .percent25 {
  width: 25%;
}
.skill-bars li .percent30 {
  width: 30%;
}
.skill-bars li .percent35 {
  width: 35%;
}
.skill-bars li .percent40 {
  width: 40%;
}
.skill-bars li .percent45 {
  width: 45%;
}
.skill-bars li .percent50 {
  width: 50%;
}
.skill-bars li .percent55 {
  width: 55%;
}
.skill-bars li .percent60 {
  width: 60%;
}
.skill-bars li .percent65 {
  width: 65%;
}
.skill-bars li .percent70 {
  width: 70%;
}
.skill-bars li .percent75 {
  width: 75%;
}
.skill-bars li .percent80 {
  width: 80%;
}
.skill-bars li .percent85 {
  width: 85%;
}
.skill-bars li .percent90 {
  width: 90%;
}
.skill-bars li .percent95 {
  width: 95%;
}
.skill-bars li .percent100 {
  width: 100%;
}

/* ===================================================================
 *  08. common and reusable styles 
 *
 * ------------------------------------------------------------------- */
.section-intro {
  text-align: center;
  position: relative;
  margin-bottom: 1.5rem;
}
.section-intro h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 4.8rem;
  line-height: 1.375;
  color: #151515;
}
.section-intro h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.667;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: .3rem;
  margin-bottom: 1.2rem;
}
.section-intro .lead {
  font-family: "Open Sans", sans-serif;
  font-size: 2.0rem;
  line-height: 1.833;
}
.section-intro.with-bottom-sep {
  padding-bottom: 4.2rem;
  position: relative;
}
.section-intro.with-bottom-sep::after {
  display: inline-block;
  height: 1px;
  width: 200px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * section-intro
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  .section-intro h1 {
    font-size: 4.4rem;
  }
  .section-intro .lead {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 768px) {
  .section-intro h1 {
    font-size: 4rem;
  }
  .section-intro h3 {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 600px) {
  .section-intro h1 {
    font-size: 3.4rem;
  }
  .section-intro h3 {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 500px) {
  .section-intro h3 {
    font-size: 1.5rem;
  }
  .section-intro .lead {
	text-align: left;
  }  
}
@media only screen and (max-width: 400px) {
  .section-intro h1 {
    font-size: 3.1rem;
  }
}
.wide {
  max-width: 1300px;
}

.narrow {
  max-width: 800px;
}

.js .animate-this, .js .animate-intro {
  opacity: 0;
}

.oldie .animate-this,
.oldie .animate-intro
.no-cssanimations .animate-this,
.no-cssanimations .animate-intro {
  opacity: 1;
}


/* ===================================================================
 *  09. header styles - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
.ribbon a {
  position: fixed;
  right: 0px;
  z-index: 999;
  bottom: 0px;
  display: block;
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  width: 150px;
  height: 150px;
  background: url("ribbon.png.html") no-repeat center;
  background-size: 150px 150px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  color: transparent;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header {
  width: 100%;
  height: auto;
  position: relative;
  left: 0;
  top: 0;
  z-index: 700;
}
header .row {
  height: auto;
  max-width: 1300px;
  position: relative;
}
/* ------------------------------------------------------------------- 
 * header logo - (_layout.css) 
 * ------------------------------------------------------------------- */
header .header-logo {
  position: absolute;
  left: 580px;
  top: 20px;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
header .header-logo a {
  display: block;
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  width: 739px;
  height: 739px;
  background: url("logo_desnelt2.png") no-repeat center;
  background-size: 739px 739px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header .header-logo a:hover, header .header-logo a:focus {
  background: url("logo_desnelt2.png") no-repeat center;
  background-size: 739px 739px;
}
#header-lang {
  display: block;
  position: fixed;
  right: 100px;
  top: 32px;
  line-height: 42px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.9rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
  color: #ffffff;
  z-index: 900;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#header-lang.inmenu {display: block !important;}

header a:hover, header a:focus, header a:active {
  color: #006cb7 !important;
}
#header-menu-trigger:hover, #header-menu-trigger:hover, #header-menu-trigger:hover {
  background-color: #006cb7 !important;
}

@media only screen and (max-width: 340px) {
  #header-lang {
    right: 80px;
  }
}
/* ------------------------------------------------------------------- 
 * menu trigger - (_layout.css) 
 * ------------------------------------------------------------------- */
#header-menu-trigger {
  display: block;
  position: fixed;
  right: 32px;
  top: 30px;
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
  color: rgba(255, 255, 255, 0.5);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header-menu-trigger.opaque {
  background-color: #031e3c;
}
#header-menu-trigger.opaque .header-menu-text {
  background-color: #031e3c;
}
#header-menu-trigger:hover, #header-menu-trigger:focus {
  color: #FFFFFF;
}
#header-menu-trigger .header-menu-text {
  display: block;
  position: absolute;
  top: 0;
  left: -75px;
  width: 75px;
  text-align: center;
  background-color: transparent;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header-menu-trigger .header-menu-icon {
  display: block;
  height: 3px;
  width: 24px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  right: 9px;
  margin-top: -1.5px;
}
#header-menu-trigger .header-menu-icon::before, 
#header-menu-trigger .header-menu-icon::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  left: 0;
}
#header-menu-trigger .header-menu-icon::before {
  top: -9px;
}
#header-menu-trigger .header-menu-icon::after {
  bottom: -9px;
}

/* ------------------------------------------------------------------- 
 * off-canvas menu - (_layout.scss) 
 * ------------------------------------------------------------------- */
#menu-nav-wrap {
  background: #031e3c;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 3.6rem 3rem;
  height: 100%;
  width: 360px;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  overflow-y: auto;
  z-index: 800;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#menu-nav-wrap a, #menu-nav-wrap a:visited {
  color: #ffffff;
}
#menu-nav-wrap a:hover, #menu-nav-wrap a:focus, #menu-nav-wrap a:active {
  color: white;
}
#menu-nav-wrap h3 {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 2.6rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  margin-top: -5px;
}
#menu-nav-wrap .nav-list {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  margin: 3.6rem 0 1.5rem 0;
  padding: 0 0 1.8rem 0;
  list-style: none;
  line-height: 3.6rem;
}
#menu-nav-wrap .nav-list li {
  padding-left: 0;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  line-height: 4.2rem;
}
#menu-nav-wrap .nav-list li:first-child {
  border-top: 1px dotted rgba(255, 255, 255, 0.5);
}
#menu-nav-wrap .nav-list li a {
  color: rgba(255, 255, 255, 1.0);
  display: block;
}
#menu-nav-wrap .nav-list li a:hover, 
#menu-nav-wrap .nav-list li a:focus {
  color: white;
}
.header-countries-list-head {
  margin-bottom: 1rem;
  color: #ffffff;
  font-size: 1.8rem;
}
#menu-nav-wrap .header-countries-list {
  list-style: none;
/*  display: inline-block; */
  margin: 0;
  font-size: 1.7rem;
}
#menu-nav-wrap .header-countries-list .active {
  font-weight: 700;
}
#menu-nav-wrap .header-countries-list li {
  margin-right: 12px;
  padding-left: 0;
/*  display: inline-block; */
}
#menu-nav-wrap .header-countries-list li a {
  color: #ffffff;
}
#menu-nav-wrap .header-countries-list li a:hover, 
#menu-nav-wrap .header-countries-list li a:focus {
  color: white;
}
#menu-nav-wrap .header-countries-list li:last-child {
  margin: 0;
}
#menu-nav-wrap .close-button {
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 37px;
  right: 30px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
#menu-nav-wrap .close-button span::before, 
#menu-nav-wrap .close-button span::after {
  content: "";
  display: block;
  height: 2px;
  width: 12px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 9px;
  margin-top: -1px;
}
#menu-nav-wrap .close-button span::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menu-nav-wrap .close-button span::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* menu is open */
.menu-is-open #menu-nav-wrap {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-overflow-scrolling: touch;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * header section 
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  header .header-logo {
    top: 37px;
  }
  header .header-logo a {
    width: 116px;
    height: 30px;
    background-size: 116px 30px;
  }
  header .header-logo a:hover, header .header-logo a:focus {
    background-size: 116px 30px;
  }
}
@media only screen and (max-width: 400px) {
  #header-menu-trigger .header-menu-text {
    display: none;
  }
  #header-menu-trigger {
    right: 20px;
  }
}
@media only screen and (max-width: 340px) {
  #menu-nav-wrap {
    width: 340px;
  }
}
@media only screen and (max-width: 320px) {
  #menu-nav-wrap {
    width: 320px;
  }
}

/* ===================================================================
 *  10. home - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#home {
  width: 100%;
  height: 100vh;
  min-height: 60rem;
  overflow: hidden;
  background-color: transparent;
  position: relative;
}
#home.retails {
  width: 100%;
  height: 100%;
  background-color: #044fa2;
  background-image: url(retails-top.jpg);
  background-repeat: no-repeat;
  background-position: center 30%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
/*   min-height: 804px; */
  position: relative;
}
#home.vendors {
  width: 100%;
  height: 100%;
  background-color: #044fa2;
  background-image: url(vendors-top.jpg);
  background-repeat: no-repeat;
  background-position: center 30%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
/*   min-height: 804px; */
  position: relative;
}
#home.forces {
  width: 100%;
  height: 100%;
  background-color: #044fa2;
  background-image: url(forces-top.jpg);
  background-repeat: no-repeat;
  background-position: center 30%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
/*   min-height: 804px; */
  position: relative;
}
#home.tele2 {
  width: 100%;
  height: 100%;
  background-color: #044fa2;
  background-image: url(tele2-top.jpg);
  background-repeat: no-repeat;
  background-position: center 30%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
/*   min-height: 804px; */
  position: relative;
}
#home.rms {
  width: 100%;
  height: 100%;
  background-color: #044fa2;
  background-image: url(rms-top.jpg);
  background-repeat: no-repeat;
  background-position: center 30%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
/*  min-height: 804px; */
  position: relative;
}
#home.inside {
  width: 100%;
  height: 100px;
  min-height: 100px;
  overflow: hidden;
  background-color: #044fa2;
  background-image: url(bkg.png);
  background-repeat: repeat-x;
  background-position: center top;
  -webkit-background-size: auto;
  -moz-background-size:  auto;
  background-size:  auto;
  background-attachment: fixed;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #home.inside {
  height: 95px;
  min-height: 95px;
  }
}
#home .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  background-color: #19191b;
}

#home .row {
	width: 89%;
	max-width: 990px;
	margin: 0 auto;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
}
#home .row:before, #home .row:after {
    content: none;
    display: none;
}

.hero-content {
  height: 100%;
  max-width: 1400px;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
  padding-top: 20vh;
  padding-bottom: 20vh;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  background-color: transparent;
}

.s-hero__content {
  position: relative; 
  left: -50%;
}

.hero-content h1, .home-content-tablecell h1 {
  font-size: 5.6rem;
  line-height: 1.257;
  font-weight: 300;
/*  padding-right: 3.2rem; */
  margin-top: 0;
  color: #ffffff;
  position: relative;
  letter-spacing: .2rem;
}
h1 span, h2 span, h3 span  {
  white-space: nowrap;
  letter-spacing: .2rem;
}
/*.hero-content h1::before, .home-content-tablecell h1::before {
  content: "";
  display: block;
  height: 0.3rem;
  width: 8rem;
  background-color: #006cb7;
  position: absolute;
  left: -10.8rem;
  top: .55em;
  z-index: 1;
}*/

.home-content-table {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
  text-align: center;
  z-index: 1;
}

.home-content-tablecell {
  display: table-cell;
  vertical-align: bottom;
  z-index: 500;
}
.home-content-tablecell .row {
  position: relative;
  width: 100%;
  max-width: 1400px;
  padding-top: 12rem;
  padding-bottom: 10rem;
}
.home-content-tablecell h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: white;
  text-transform: uppercase;
  letter-spacing: .3rem;
  margin: 0 0 .9rem 0;
}
/*
.home-content-tablecell h1 {
  font-weight: 300;
  font-size: 3.2rem;
  line-height: 1.257;
  color: #FFFFFF;
  letter-spacing: .2rem;
}
*/
.home-content-tablecell .more {
  margin: 6rem 0 0 0;
}
.home-content-tablecell .more .button {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

/* scroll down */
.scrolldown {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right top 0;
  -ms-transform-origin: right top 0;
  transform-origin: right top 0;
  float: right;
  z-index: 1;
}
.scrolldown i {
  padding-left: 9px;
}


html[data-useragent*='MSIE 10.0'] .scrolldown,
.oldie .scrolldown {
  display: none;
}

.scroll-icon {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  text-transform: uppercase;
  letter-spacing: .3rem;
  color: #FFFFFF !important;
  background: transparent;
  position: relative;
  top: 38px;
  right: 42px;
  -webkit-animation: animate-it 3s ease infinite;
  animation: animate-it 3s ease infinite;
}
.scrolldown a:hover, .scrolldown a:focus, .scrolldown a:active {
  color: #006cb7 !important;
}

/* vertical animation */
@-webkit-keyframes animate-it {
  0%, 60%, 80%, 100% {
    -webkit-transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
}
@keyframes animate-it {
  0%, 60%, 80%, 100% {
    -webkit-transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
}

/* ------------------------------------------------------------------- 
 * responsive:
 * home section 
 * ------------------------------------------------------------------- */
@media screen and (max-width:1800px) {
  .hero-content h1, .home-content-tablecell h1 {
    font-size: 5.4rem;
  }

/*
  .hero-content h1::before, .home-content-tablecell h1::before {
    width: 6rem;
    left: -8.8rem;
  }
*/
}

@media screen and (max-width:1700px) {
  .hero-content {
    max-width: 1200px;
  }

}

@media screen and (max-width:1500px) {
  .hero-content {
    max-width: 1000px;
  }

}

@media screen and (max-width:1300px) {
  .hero-content {
    max-width: 1200px;
  }

  .hero-content h1, .home-content-tablecell h1 {
    font-size: 5.0rem;
    padding-top: 3.2rem;
  }
/*
  .hero-content h1::before, .home-content-tablecell h1::before {
    width: 6rem;
    top: 0;
    left: 0;
  }
*/
}

@media screen and (max-width:1024px) {
  .hero-content h1, .home-content-tablecell h1 {
    font-size: 4.6rem;
  }
}

@media screen and (max-width:800px) {
  .hero-content h1, .home-content-tablecell h1 {
    font-size: 3.8rem;
  }
  .hero-content {
    padding-bottom: 25vh;
  }
}

@media screen and (max-width:600px) {
  .hero-content h1, .home-content-tablecell h1 {
    font-size: 3.6rem;
  }
  .hero-content {
    padding-bottom: 30vh;
  }
}

@media screen and (max-width:500px) {
  .hero-content h1, .home-content-tablecell h1 {
    font-size: 3.4rem;
    padding-right: 0;
  }
  .hero-content {
    padding-bottom: 35vh;
  }
}

@media screen and (max-width:420px) {
  .hero-content h1, .home-content-tablecell h1 {
    font-size: 3.2rem;
  }
  .hero-content {
    padding-bottom: 38vh;
  }
}

@media screen and (max-width:360px) {
  .hero-content h1, .home-content-tablecell h1 {
    font-size: 3.0rem;
  }
  .hero-content {
    padding-bottom: 40vh;
  }
}


@media only screen and (max-width: 1200px) {
  .home-content-tablecell h3 {
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 1024px) {
  .home-content-tablecell h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .home-content-tablecell .row {
    max-width: 600px;
  }
  .home-content-tablecell h3 {
    font-size: 1.8rem;
  }
  .scrolldown .scroll-icon {
    top: 38px;
    right: 10px;
  }
}
@media only screen and (max-width: 600px) {
  #home {
/*    min-height: 702px; */
  }

  .home-content-tablecell .row {
    max-width: 480px;
    padding-top: 12rem;
    padding-bottom: 8rem;
  }
  .home-content-tablecell h3 {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 500px) {
  .home-content-tablecell .row {
    max-width: 420px;
  }
  .home-content-tablecell h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 400px) {
  #home {
/*    min-height: 654px; */
  }
  .home-content-tablecell .row {
    padding-top: 4.8rem;
    padding-bottom: 10.8rem;
  }
  .home-content-tablecell h3 {
    font-size: 1.4rem;
  }
}

#tele2_header {
    position: relative;
    width: 100%;
    height: 531px;
    border-bottom: 1px solid #e8e8ed;
    background: #fff;
}
#tele2_header:before {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 50%;
    height: 100%;
    content: '';
    background: #3fcdff;
}
#tele2_header .row{
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
}
.tele2__right {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    width: 740px;
    height: 530px;
    background: url(tele2_1.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.tele2__right img {
    display: none;
}
.tele2__left {
    position: relative;
    z-index: 20;
    width: 430px;
    height: 530px;
}
#tele2_header h1 {
    font-family: 'StencilBold', Arial, Helvetica, sans-serif;
    font-size: 54px;
    margin-top: 290px;
    text-transform: uppercase;
}

#tele2_header .tele2__logo {
  display: block;
  margin: 0;
  padding-top: 100px;
  outline: 0;
  border: none;
  width: 73px;
  height: 40px;
  background: url("tele2.svg") no-repeat bottom;
  background-size: 73px 40px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 1399px)
{
    #tele2_header
    {
        height: 491px;
    }

    .tele2__left
    {
        height: 490px;
    }

    .tele2__right
    {
        width: 686px;
        height: 490px;
    }

    #tele2_header h1
    {
        margin-top: 60px;
	    margin-top: 250px;
    }
}
@media screen and (max-width: 1023px)
{
    #tele2_header
    {
        height: auto;
    }

    #tele2_header .row
    {
        width: 100%;
    }

    #tele2_header:before
    {
        display: none;
    }

    .tele2__left
    {
        position: static;
        z-index: 1;

        width: 100%;
        height: auto;
        margin-top: -1px;
        padding: 20px 0 60px;

        background: #3fcdff;
    }

    .tele2__right img.tablet
    {
        display: block;

        width: 100%;
    }

    .tele2__right
    {
        position: relative;
        z-index: 10;
        top: auto;
        right: auto;
        bottom: auto;

        width: 100%;
        height: auto;

        background: none;
    }

    #tele2_header h1
    {
        font-size: 32px;
        position: absolute;
        z-index: 10;
        top: 60px;
        left: 24px;
        padding-top: 0;
        margin-top: 0;
    }
	#tele2_header .tele2__logo {
	  padding-top: 0px;
      position: absolute;
	  right: 32px;
	  bottom: 40px;
	}
}

@media screen and (max-width: 767px)
{
    #tele2_header .row
    {
        padding: 0;
    }
    .tele2__right img.tablet
    {
        display: none;
    }

    .tele2__right img.mobile
    {
        display: block;
        width: 100%;
		margin-top: 8rem;
    }

    #tele2_header h1
    {
        left: 20px;
    }
}

.tele2-content .button {
  margin-top: 3rem;
}

.services-list {
  list-style: none;
  counter-reset: ctr;
}

.services-list h5 {
  color: #353535;
}

.services-list__item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 0;
}

.services-list__item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.services-list__item-header {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  padding-right: 6rem;
  cursor: pointer;
  position: relative;
}

.services-list__item-header h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 4.2rem;
  padding-left: 4rem;
  margin: 0;
  position: relative;
}

.services-list__item-header h3::before {
  content: counter(ctr, decimal-leading-zero) ".";
  counter-increment: ctr;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: .5em;
  line-height: 1;
  color: #3fcdff;
  position: absolute;
  top: .5em;
  left: 0;
}

.services-list__item-header::after {
  border-bottom: 2px solid #353535;
  border-right: 2px solid #353535;
  content: '';
  display: block;
  height: 6px;
  width: 6px;
  margin-top: -6px;
  pointer-events: none;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transition: all, .3s;
  transition: all, .3s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.services-list__item-body {
  padding-top: 1.2rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: none;
}
.services-list__item-body h4 {
  padding-top: 2.2rem;
  font-size: 2.6rem;;
}
.is-active .services-list__item-header::after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.is-active .services-list__item-body {
  display: block;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * services
 * ------------------------------------------------------------------- */
@media screen and (max-width:1200px) {
  .services-list {
    padding-left: 10px;
  }
  .services-list__item-header h3 {
    font-size: 3.8rem;
  }
}

@media screen and (max-width:1040px) {
  .services-list {
    padding-left: 0;
    margin: 0;
  }
  .services-list__item-header h3 {
    font-size: 3.6rem;
  }
}


@media screen and (max-width:600px) {
  .services-list__item-header h5 {
    font-size: 3.2rem;
  }
  .services-list__item-header h3 {
    font-size: 3.2rem;
  }
}

@media screen and (max-width:500px) {
  .services-list__item-header h5 {
    font-size: 3rem;
  }
  .services-list__item-header h3 {
    font-size: 3rem;
  }
}

@media screen and (max-width:400px) {
  .services-list__item-header h5 {
    font-size: 2.8rem;
  }
  .services-list__item-header h3::before {
    display:none;
  }
  .services-list__item-header h3 {
    padding-left: 0;
  }
  .services-list__item-body {
    padding: 0;
  }
}

/* ===================================================================
 *  11. about - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#about {
  position: relative;
  padding: 12rem 0 12rem;
  background-color: #FFFFFF;
/*  min-height: 696px; */
  text-align: center;
}
#about .about-wrap {
  max-width: 1170px;
  text-align: center;
}
#about .lead {
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.2;
  color: #2e383f;
/*  margin-top: 6rem; */
}

#about .intro h3 {
  display: block;
  margin: 0 auto;
  padding: 0;
  outline: 0;
  border: none;
  width: 193px;
  height: 50px;
  background: url("vvp-group_color.svg") no-repeat center;
  background-size: 193px 50px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#about .rms-intro {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 2rem;
    line-height: 1.4;
    color: #2e383f;
	text-align: left;
}

#about .logos {
	padding: 6rem 0 0 ;
}

#page {
  position: relative;
  padding: 8rem 0 8rem;
  background-color: #FFFFFF;
  min-height: 696px;
}
#page h1 {
    font-size: 4.2rem;
	font-weight: 300;
}
#page hr {
  margin: 4rem 0;
}
/* ------------------------------------------------------------------- 
 * responsive:
 * about 
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #about {
/*    min-height: 636px; */
  }
  #about .about-wrap {
    max-width: 800px;
  }
/*
  #about .lead {
    font-size: 3.8rem;
  }
*/
}
@media only screen and (max-width: 900px) {
  #about .about-wrap {
    max-width: 720px;
  }
/*
  #about .lead {
    font-size: 3.6rem;
  }
*/
}
@media only screen and (max-width: 768px) {
  #about h3 {
    font-size: 1.7rem;
  }
  #about .about-wrap {
    max-width: 600px;
  }
/*
  #about .lead {
    font-size: 3.1rem;
  }
*/
}
@media only screen and (max-width: 600px) {
  #about {
    min-height: auto;
    padding: 8rem 0 8rem;
  }
  #about .about-wrap {
    max-width: 500px;
  }
  #about .lead {
/*    margin-top: 4.8rem; */
/*    font-size: 2.8rem; */

  }
}
@media only screen and (max-width: 500px) {
  #about {
    min-height: auto;
    padding: 6rem 0 6rem;
  }
  #about h3 {
    font-size: 1.5rem;
  }
/*
  #about .lead {
    font-size: 2.0rem;
  }
*/
}
@media only screen and (max-width: 400px) {
  #about {
    padding: 4.2rem 0 4.2rem;
  }
  #about .about-wrap {
    max-width: 380px;
  }

}


/* ===================================================================
 *  12. retails - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#retail {
  background-color: #ffffff;
  /* background-image: url(../images/retails-bg.jpg); */
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 800px;
  position: relative;
  padding: 12rem 0 12rem;
  color: #353535;
}
#vendor {
  background-color: #19191b;
  background-image: url(vendors-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 800px;
  position: relative;
  padding: 15rem 0 15rem;
  color: #ffffff;
}
#force{
  background-color: #19191b;
  background-image: url(forces-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 800px;
  position: relative;
  padding: 12rem 0 12rem;
  color: #ffffff;
}
#rms{
  background-color: #19191b;
  background-image: url(rms-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 800px;
  position: relative;
  padding: 12rem 0 12rem;
  color: #ffffff;
}
#retail .overlay, #vendor .overlay, #force .overlay, #rms .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#retail .gradient-overlay, #vendor .gradient-overlay, #force .gradient-overlay, #rms .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#vendor .section-intro h3, #force .section-intro h3, #rms .section-intro h3 {
  color: #ffffff;
}
#vendor .section-intro h1, #force .section-intro h1, #rms .section-intro h1 {
  color: #FFFFFF;
}
#vendor .section-intro lead, #force .section-intro lead, #rms .section-intro lead {
  color: #ffffff;
}
#retail .retails-content, #vendor .vendors-content, #force .forces-content, #rms .rmss-content {
  text-align: center;
  max-width: 1170px;
}
#retail-showmore a:hover, .vendors-content a:hover, .forces-content a:hover, .rmss-content a:hover,
#retail-showmore a:focus, .vendors-content a:focus, .forces-content a:focus, .rmss-content a:focus {
  color: #000000;
} 
#retail-showmore .retail-content, #force-showmore .force-content {
  padding: 0 0 3.2rem;
}
#vendor .vendors-content h2, #force .forces-content h2, #rms .rmss-content h2 {
  color:#ffffff;
}
#retail .retails-content h2, #vendor .vendors-content h2, #force .forces-content h2, #rms .rmss-content h2 {
  font-size: 3.0rem;
  padding: 3.2rem 0 3.2rem;
}
#retail .retails-list, #vendor .vendors-list, #force .forces-list, #rms .rmss-list {
  margin-top: 1.2rem;
  text-align: center;
}
#retail .retails-list .retail-item, #vendor .vendors-list .vendor-item, #force .forces-list .force-item, #rms .rmss-list .rms-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#vendor .vendors-list .vendor-item p, #force .forces-list .force-item p, #rms .rmss-list .rms-item p {
  color: #ffffff;
  font-size: 1.6rem;
}
#retail-showmore .retails-list .retail-item p, #force-showmore .forces-list .force-item p {
  color: #353535;
  font-size: 1.6rem;
}
#retail .retails-list .icon, #vendor .vendors-list .icon, #force .forces-list .icon, #rms .rmss-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#retail .retails-list .icon i, #vendor .vendors-list .icon i, #force .forces-list .icon i, #rms .rmss-list .icon i {
  font-size: 5.4rem;
  color: #1e5bbb;
}
#vendor .vendors-list .h05, #force .forces-list .h05, #rms .rmss-list .h05 {
  color: #FFFFFF;
}
#retail-showmore .retails-list .h05, #force-showmore .forces-list .h05 {
  color: #353535;
}
#retail .retails-list .h05, #retail-showmore .retails-list .h05, #vendor .vendors-list .h05, #force .forces-list .h05, #force-showmore .forces-list .h05, #rms .rmss-list .h05 {
  font-size: 2rem;
  line-height: 1.765;
/*  margin-bottom: 3rem; */
}
#retail-showmore, #force-showmore {
  padding: 12rem 0 8rem;
  background: #f0f0f0;
}
#retail-showmore .section-intro h3, #force-showmore .section-intro h3  {
  color: #353535);
}
#retail-showmore .section-intro h1, #force-showmore .section-intro h1 {
  color: #353535;
}
#retail-showmore .section-intro .lead, #force-showmore .section-intro .lead {
  color: #353535;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * retails
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #retail .retails-list .retail-item, #vendor .vendors-list .vendor-item, #force .forces-list .force-item, #rms .rmss-list .rms-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #retail .retails-list .retail-item, #vendor .vendors-list .vendor-item, #rms .rmss-list .rms-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #retail, #vendor, #force, #rms {
    padding: 12rem 0 12rem;
  }
  #retail .retails-content, #vendor .vendors-content, #force .forces-content, #rms .rmss-content {
    max-width: 550px;
  }
  #retail .retails-list .retail-item, #vendor .vendors-list .vendor-item, #force .forces-list .force-item, #rms .rmss-list .rms-item {
    padding: 0 15px;
  }
  #retail .retails-list .icon i, #vendor .vendors-list .icon i, #force .forces-list .icon i, #rms .rmss-list .icon i {
    font-size: 5.1rem;
  }
  #retail-showmore .intro-wrap, #force-showmore .intro-wrap {
    padding: 12rem 0 21rem;
  }
}
@media only screen and (max-width: 600px) {
  #retail, #vendor, #force, #rms {
    padding: 8rem 0 8rem;
  }
  #retail .retails-list .retail-item, #vendor .vendors-list .vendor-item, #force .forces-list .force-item, #rms .rmss-list .rms-item {
    padding: 0 10px;
  }
  #retail .retails-list .icon i, #vendor .vendors-list .icon i, #force .forces-list .icon i, #rms .rmss-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 500px) {
  #retail, #vendor, #force, #rms {
    padding: 6rem 0 6rem;
  }
}
@media only screen and (max-width: 400px) {
  #retail, #vendor, #force, #rms {
    padding: 4.2rem 0 4.2rem;
  }
  #retail .retails-list .retail-item, #vendor .vendors-list .vendor-item, #force .forces-list .force-item, #rms .rmss-list .rms-item {
    padding: 0;
  }
}

#about-us .section-intro h3 {
  color: #006cb7;
}
#about-us .section-intro h1 {
  color: #353535;
  line-height: 1.375;
}
#about-us .flex-container {
  width: 80%;
  max-width: 900px;
  margin: 2.8rem auto 0;
}

#about-us-slider {
  margin: 0 0 3rem 0;
  position: relative;
}
#about-us-slider .slides {
  padding-bottom: 3rem;
}
.stats p {
  padding-top: 3rem;
  font-family: "PT Serif", serif;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
  color: #353535;
}
.stats .big {
  font-size: 10rem;
  color: #1e5bbb;
}
.percent::after {
  content: "%";
  font-size: 8rem;
  display: inline-block;
  padding: 0 1rem 0 1.2rem;
}

/* control nav */
#about-us .flex-control-nav {
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  bottom: -1.5rem;
}
#about-us .flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}

#about-us .flex-control-paging li a {
  width: 9px;
  height: 9px;
  background-color: #959595;
  display: block;
  cursor: pointer;
  border-radius: 50%;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
#about-us .flex-control-paging li a:hover {
  background-color: #555555;
}
#about-us .flex-control-paging li a.flex-active {
  background-color: #000000;
}

@media only screen and (max-width: 1024px) {
  #about-us-slider p {
    font-size: 2.8rem;
  }
  #about-us-slider .big {
    font-size: 12rem;
    color: #1e5bbb;
  }
}
@media only screen and (max-width: 768px) {
  #about-us h2 {
    font-size: 1.7rem;
  }

  #about-us-slider p {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 600px) {
  #about-us .flex-container {
    width: 90%;
  }

  #about-us-slider p {
    font-size: 2.2rem;
  }
  #about-us-slider .big {
    font-size: 10rem;
    color: #1e5bbb;
  }
}
@media only screen and (max-width: 500px) {
  #about-us h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 400px) {
  #about-us .flex-container {
    width: 100%;
  }

  #about-us-slider p {
    font-size: 2rem;
  }
  #about-us-slider .big {
    font-size: 8rem;
    color: #1e5bbb;
  }
}


#brands, #clients {
  background-color: #d3d7da;
  padding: 4rem 0 4rem;
}
#brands .brands-list .owl-item {
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

#brands .brands-list .owl-item {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .6;
}

#brands .brands-list .owl-item:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
#brands .owl-carousel .owl-nav {
  margin-top: 1.8rem;
  margin-bottom: 1.5rem;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
#brands .owl-carousel .owl-nav [class*='owl-'] {
  color: #FFFFFF;
  font-family: "Open Sans-regular", sans-serif;
  font-size: 1.4rem;
  height: 3rem;
  line-height: 3rem;
  margin: .6rem;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
#brands .owl-carousel .owl-nav [class*='owl-']:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  text-decoration: none;
}
#brands .owl-carousel .owl-nav .disabled {
  background: rgba(0, 0, 0, 0.2);
  cursor: default;
}
#brands .owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 1.8rem;
}
#brands .owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
#brands .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#brands .owl-carousel .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  background-color: #959595;
  margin: 6px 6px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 50%;
}
#brands .owl-carousel .owl-dots .owl-dot.active span,
#brands .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #000000;
}

#terms {
  background: #f6f6f6;
  padding: 12rem 0 7.8rem;
  color: #353535;
}

/* ===================================================================
 *  14. about-us - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#about-us {
  background: #FFFFFF;
  padding: 12rem 0 7.8rem;
  text-align: center;
}
#about-us h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.667;
  color: #1e5bbb;
  text-transform: uppercase;
  letter-spacing: .3rem;
  position: relative;
  margin-bottom: 4.2rem;
}

#login {
  background: #f6f6f6;
  padding: 6rem 0 6rem;
  color: #353535;
  text-align: center;
  width: 100%;
  height: 100vh;
  min-height: 60rem;
  position: relative;
}
#login .narrow {
    max-width: 600px;
}
#login .login-logo {
  position: relative;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#login .login-logo a {
  display: block;
  margin: 0 0 32px;
  padding: 0;
  outline: 0;
  border: none;
  width: 139px;
  height: 32px;
  background: url("vvp-group_color.svg") no-repeat left top;
  background-size: 139px 32px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#login h1 {
	margin-bottom: 3.3rem;
}
.login-dialogue {
  padding: 4rem 6rem 4rem;
  min-height: 40rem;
  background: #ffffff;
  text-align: left;
}
.login-dialogue a {
	font-size: 1.4rem;
}
@media only screen and (max-width: 600px) {
  #login {
    padding: 4rem 0 4rem;
  }
  .login-dialogue {
    padding: 3rem 4rem 3rem;
  }
  #login .login-logo a {
    height: 28px;
    background-size: 139px 28px;
  }
}
@media only screen and (max-width: 400px) {
  #login .login-logo a {
    height: 24px;
    background-size: 139px 24px;
  }
}
/* ===================================================================
 *  15. clients - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#clients .client-lists .owl-item {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .6;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
#clients .client-lists .owl-item:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
#clients .owl-carousel .owl-nav {
  margin-top: 1.8rem;
  margin-bottom: 1.5rem;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
#clients .owl-carousel .owl-nav [class*='owl-'] {
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  height: 3rem;
  line-height: 3rem;
  margin: .6rem;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
#clients .owl-carousel .owl-nav [class*='owl-']:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  text-decoration: none;
}
#clients .owl-carousel .owl-nav .disabled {
  background: rgba(0, 0, 0, 0.2);
  cursor: default;
}
#clients .owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 1.8rem;
}
#clients .owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
#clients .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#clients .owl-carousel .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  background-color: #959595;
  margin: 6px 6px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 50%;
}
#clients .owl-carousel .owl-dots .owl-dot.active span,
#clients .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #000000;
}

@media only screen and (max-width: 900px) {
  #clients, #brands {
    padding: 3rem 0 3rem;
  }
}
@media only screen and (max-width: 768px) {
  #clients, #brands {
    padding: 2rem 0 2rem;
  }
}
@media only screen and (max-width: 600px) {
  #clients, #brands {
    padding: 1rem 0 1rem;
  }
}

/* ===================================================================
 *  16. contact - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#contact {
  background-color: #0c4686;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 12rem 0 12rem;
  position: relative;
}
#contact .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #000000;
}
#contact .section-intro h1 {
  color: white;
}
#contact .section-intro h3 {
  color: #ffffff;
}
#contact .section-intro p.lead {
  color: #ffffff;
}

.contact-content {
  max-width: 1024px;
  margin-top: 3rem;
  color: #FFFFFF;
  z-index: 600;
  position: relative;
}
.contact-content h5 {
  color: #FFFFFF;
  margin-bottom: 5.4rem;
}
.contact-content h6 {
  color: #ffffff;
  font-size: 2.4rem;
}
.contact-content a {
  color: #FFFFFF;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
}
.contact-content a:hover, .contact-content a:focus {
  color: #1e5bbb;
}
/* contact info */
.contact-info .cinfo {
  margin-bottom: 4.2rem;
}

/* contact form */
#contact form {
  margin-top: 0;
  margin-bottom: 3rem;
}
#contact form .form-field {
  position: relative;
}
#contact form .form-field:before, #contact form .form-field:after {
  content: "";
  display: table;
}
#contact form .form-field:after {
  clear: both;
}
#contact form .form-field label {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4;
  position: absolute;
  bottom: 1.5rem;
  right: 0;
  text-transform: uppercase;
  letter-spacing: .05rem;
  padding: .6rem 2rem .6rem 2rem;
  margin: 0;
  color: #ffffff;
  background: #1e5bbb;
  border-radius: 3px;
}
#contact form .form-field label::after {
  position: absolute;
  right: 15px;
  top: 1px;
  margin-top: -6px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #1e5bbb;
  content: "";
}
#contact form ::-webkit-input-placeholder {
  color: #ffffff;
}
#contact form :-moz-placeholder {
  color: #ffffff;
  /* Firefox 18- */
}
#contact form ::-moz-placeholder {
  color: #ffffff;
  /* Firefox 19+ */
}
#contact form :-ms-input-placeholder {
  color: r#ffffff;
}
#contact form .placeholder {
  color: #ffffff;
}

#contact input[type="text"],
#contact input[type="password"],
#contact input[type="email"],
#contact textarea {
  width: 100%;
  color: #ffffff;
  margin-bottom: 3.6rem;
  background: rgba(255, 255, 255, 0.2);
}

#contact input[type="text"]:focus,
#contact input[type="password"]:focus,
#contact input[type="email"]:focus {
  color: #FFFFFF;
}

#contact textarea {
  min-height: 21rem;
  padding: 1.8rem 2rem;
}
#contact textarea:focus {
  color: #FFFFFF;
}

#contact button.submitform {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
  display: block;
  height: 6rem;
  line-height: 6rem;
  padding: 0 3rem;
  width: 100%;
  background: #1e5bbb;
  color: #ffffff;
  margin-top: .6rem;
}
#contact button.submitform:hover, #contact button.submitform:focus {
  background: #034ea2;
}

#message-warning, #message-success {
  display: none;
  background: #0c1d38;
  padding: 3rem;
  margin-bottom: 3.6rem;
  width: 100%;
}

#message-warning {
  color: #D32B2E;
}

#message-success {
  color: #1e5bbb;
}

#message-warning i,
#message-success i {
  margin-right: 10px;
}

/* form loader */
#submit-loader {
  display: none;
  position: relative;
  left: 0;
  top: 1.8rem;
  width: 100%;
  text-align: center;
  margin-bottom: 4.2rem;
}
#submit-loader .text-loader {
  display: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #FFFFFF;
  letter-spacing: .2rem;
  text-transform: uppercase;
}

.oldie #submit-loader .s-loader {
  display: none;
}
.oldie #submit-loader .text-loader {
  display: block;
}

/* --------------------------------------------------------------- 
 * loader animation - (_layout.scss)
 * --------------------------------------------------------------- */
.s-loader {
  margin: 1.2rem auto 3rem;
  width: 70px;
  text-align: center;
  -webkit-transform: translateX(0.45rem);
  -ms-transform: translateX(0.45rem);
  transform: translateX(0.45rem);
}

.s-loader > div {
  width: 9px;
  height: 9px;
  background-color: #FFFFFF;
  border-radius: 100%;
  display: inline-block;
  margin-right: .9rem;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

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

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

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/* ------------------------------------------------------------------- 
 * responsive:
 * contact 
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 900px) {
  .contact-info {
    width: 38%;
	line-height: 1.4;
  }
}
@media only screen and (max-width: 768px) {
  .contact-content {
    max-width: 600px;
  }

  .contact-info {
    width: 100%;
    margin-top: 3.6rem;
  }
}
@media only screen and (max-width: 600px) {
  .contact-content {
    max-width: 480px;
  }
}
@media only screen and (max-width: 400px) {
  .contact-info {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}


/* ===================================================================
 *  17. footer - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
footer {
  margin: 0 0 5.4rem 0;
  padding: 0;
  font-size: 1.5rem;
  color: #ffffff;
}
footer a, footer a:visited {
  color: #ffffff;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
}
footer a:hover, footer a:focus {
  color: #1e5bbb;
}
footer .row {
  max-width: 1170px;
}
footer h4.h05 {
  color: #FFFFFF;
  position: relative;
  padding-bottom: 0rem;
  margin-bottom: 0rem;
}
/*
footer h4.h05::after {
  display: block;
  content: "";
  width: 100px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
}
*/
/* footer main
 * --------------------------------- */
.footer-main {
  padding-top: 6rem;
  padding-bottom: 3rem;
}
.footer-main ul {
  font-size: 1.5rem;
  margin-left: 0;
}
.footer-main ul li {
  list-style: none;
  padding-left: 0;
}
.footer-main ul a, .footer-main ul a:visited {
  color: rgba(255, 255, 255, 0.4);
}
.footer-main .subscribe-form {
  position: relative;
}
.footer-main #mc-form {
  margin: 0;
  padding: 0;
}
.footer-main #mc-form input[type="email"] {
  height: 6rem;
  padding: 1.5rem 8rem 1.5rem 2rem;
  margin-bottom: 1.5rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.footer-main #mc-form button {
  background-color: #1e5bbb;
  color: #000000;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.footer-main #mc-form button:hover {
  background-color: #f89e0f;
}
.footer-main #mc-form button i {
  font-size: 2.6rem;
  line-height: 6rem;
  margin: 0;
  position: relative;
  left: .2rem;
}
.footer-main #mc-form label {
  color: #1e5bbb;
  font-family: "Open Sans", sans-serif;
}

/* footer bottom
 * --------------------------------- */
.footer-bottom {
  padding: 3rem 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
}
.footer-bottom .copyright span {
  display: inline-block;
}
.footer-bottom .copyright span::after {
  content: "|";
  display: inline-block;
  padding: 0 1rem 0 1.2rem;
  color: rgba(255, 255, 255, 0.1);
}
.footer-bottom .copyright span:last-child::after {
  display: none;
}

#go-top {
  position: fixed;
  bottom: 30px;
  right: 32px;
  z-index: 700;
  display: none;
}
#go-top a {
  text-decoration: none;
  border: 0 none;
  display: block;
  height: 42px;
  width: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #031e3c;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#go-top a i {
  font-size: 1.7rem;
  line-height: inherit;
}
#go-top a:visited {
  background: #031e3c;
  color: #fff;
}
#go-top a:hover, #go-top a:focus {
  background: #031e3c;
  color: #888;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * footer
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 900px) {
  .footer-main {
	line-height: 1.4;
  }
  h5, h6, .h05, h06 {
    line-height: 1;
	margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 768px) {

  .footer-main {

  }
  .footer-main .row {
/*    max-width: 480px; */
  }
  .footer-main [class*="col-"] {
    margin-bottom: 3.6rem;
  }

  footer h4.h05 {
    padding:0;
  }

  footer h4.h05::after {
    display: none;
  }

  footer h4.h05::after {
    left: 50%;
    margin-left: -50px;
  }
}
@media only screen and (max-width: 600px) {
  .footer-bottom {
    padding-bottom: .6rem;
  }
  .footer-bottom .copyright span {
    display: block;
  }
  .footer-bottom .copyright span::after {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  #go-top {
    right: 22px;
  }
}
/* --------------------------------------------------------------------
 * ## home slider
 * -------------------------------------------------------------------- */
.home-slider {
    display  : block;
    position : absolute;
    top      : 0;
    left     : 0;
    right    : 0;
    bottom   : 0;
    width    : 100%;
    height   : 100%;
}

.s-hero__slide {
    background-repeat   : no-repeat;
    background-position : 50% 50%;
    background-size     : cover;
    position            : relative;
}

.s-hero__slide::before {
    display        : block;
    content        : "";
    position       : absolute;
    top            : 0;
    left           : 0;
    right          : 0;
    bottom         : 0;
    width          : 100%;
    height         : 100%;
    background     : black;
    pointer-events : none;
    opacity        : .2;
}

.s-hero__slide::after {
    display        : block;
    content        : "";
    position       : absolute;
    top            : 0;
    left           : 0;
    right          : 0;
    bottom         : 0;
    width          : 100%;
    height         : 100%;
    background     : linear-gradient(90deg, black 10%, rgba(0, 0, 0, 0) 100%);
    pointer-events : none;
    opacity        : .4;
}

.s-hero__slide.bg-opacity-10::before {
    opacity : .1;
}

.s-hero__slide.bg-opacity-20::before {
    opacity : .2;
}

.s-hero__slide.bg-opacity-30::before {
    opacity : .3;
}

.s-hero__slide.bg-opacity-40::before {
    opacity : .4;
}

.s-hero__slide.bg-opacity-50::before {
    opacity : .5;
}

.s-hero__slide.bg-opacity-60::before {
    opacity : .6;
}

.s-hero__slide.bg-opacity-70::before {
    opacity : .7;
}

.s-hero__slide.bg-opacity-80::before {
    opacity : .8;
}

.s-hero__slide.bg-opacity-90::before {
    opacity : .9;
}

.pace-inactive {
    display: none;
}

[href^="http"]:not([href*="www.vvpgroup.com"])::after, .pdf::after {
    font-family: FontAwesome;
    content: "\f08e";
    font-size: 13px;
    padding-left: 7px;
}

@media
only screen and (max-width: 1240px) {
  table, thead, tbody, th, td, tr {
    display: block;
  }
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  td {
    border: none;
    padding: 0;
  }
  tr {
    border: none;
    padding: 0 0 16px;
  }
/*
  tr { border: 1px solid #ccc; }
  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 10px !important;
  }
*/
  td:before {
    position: absolute;
    top: 12px;
    left: 6px;
    width: 200px;
    padding-right: 40px;
    white-space: nowrap;
    margin-left: -150px;
  }
  td:nth-of-type(1):before { content: ""; }
  td:nth-of-type(2):before { content: ""; }
  td:nth-of-type(3):before { content: ""; }
} 	

@media only screen and (max-width: 1024px) {
  * {
	line-height: normal !important;
  }
  #about .about-wrap {
    text-align: left;
  }
  .button, a.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    line-height: 5.4rem !important;
  }
  #header-lang {
    line-height: 42px !important;
  }
  #retail .retails-list .h05, #retail-showmore .retails-list .h05, #vendor .vendors-list .h05, #force .forces-list .h05, #force-showmore .forces-list .h05, #rms .rmss-list .h05 {
    margin-bottom: 1rem;
  }
  input, textarea, select, pre, blockquote, figure, table, p, ul, ol, dl, form, .fluid-video-wrapper, .ss-custom-select, p.lead {
    margin-bottom: 2rem;
  }
  #retail, #vendor, #force, #rms, #retail-showmore, #force-showmore, #contact, #terms, #about, #about-us {
    padding: 8rem 0 8rem;
  }
  .stats p {
    padding-top: 0;
  }
  .contact-content h5 {
    color: #FFFFFF;
    margin-bottom: 3rem;
  }
  h5, h6, .h05, h06 {
    margin-bottom: 0;
  }
  .footer-main [class*="col-"] {
    margin-bottom: 1rem;
  }
  .footer-bottom {
    padding: .6rem 0;
  }
  .footer-main {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  #go-top a {
    line-height: 42px !important;
  }  
}
@media only screen and (max-width: 500px) {
  #retail, #vendor, #force, #rms, #retail-showmore, #force-showmore, #contact, #terms, #about, #about-us {
    padding: 6rem 0 6rem;
  }
}
@media only screen and (max-width: 400px) {
  #retail, #vendor, #force, #rms, #retail-showmore, #force-showmore, #contact, #terms, #about, #about-us {
    padding: 4.2rem 0 4.2rem;
  }
}
.wrapper {
  padding: 0 0 3rem;
}
.wrapper .file-upload {
  height: 54px;
  width: 54px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-image: linear-gradient(to bottom, #e0e0e0 50%, #1e5bbb 50%);
  background-size: 100% 200%;
  transition: all 1s;
  color: #8e8e8e;
  font-size: 16px;
}
.wrapper .file-upload input[type=file] {
  height: 54px;
  width: 54px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.wrapper .file-upload:hover {
  background-position: 0 -100%;
  color: #ffffff;
}

form label.add-bottom{
    display: block;
    margin-bottom: 5px;
    float: left;
    width: 100%;
    margin-left:18px;
}
form label.add-bottom input[type='checkbox'] {
  margin-left:-18px;
}
/*
#banner_wrap_stretching_top {
	position: relative;
    display: block;
    width: 100%;
	z-index:99999;
}
.stretch-top {
	position: relative;
    display: block;
    width: 100%;
    padding: 4px 30px 4px 10px;
    background: #00337C;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.stretch-top {
	    padding: 4px 80px 4px 40px;
	}
	.stretch-close {
	    padding: 0 15px;
	}
}
.stretch-close {
	position: absolute;
	right: 0;
    top: 50%;
    padding: 0 10px;
    margin-top: -15px;
    line-height: 30px;
    color: #fff;
	z-index:99999;
}
*/

.stretch-top {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #00337C;
    text-align: center;
}
@media screen and (max-width: 1240px) {
	.stretch-top {
	    height: auto;
	}
}

@media screen and (min-width: 1241px) {
	.stretch-top {
	    height: 34px;
	}
}

.stretch-top .stretch-close {
    top: 50%;
    display: inline-block;
    padding: 0 10px;
    margin-top: -15px;
    font-size: 13px;
    line-height: 30px !important;
    color: #fff;
}
@media screen and (min-width: 1241px) {
	.stretch-top .stretch-close {
	    padding: 0 15px;
	}
}

.stretch-close {
    position: absolute;
    right: 0;
    text-decoration: none;
    background: inherit;
}
.stretch-close+.stretch-top__link {
    margin-right: 80px;
}
@media screen and (min-width: 1241px) {
	.stretch-close+.stretch-top__link {
	    margin-right: 0;
	}
}

.stretch-top__link {
    display: block;
    max-width: 100%;
    padding-right: 2%;
    padding-left: 2%;
    overflow: hidden;
    font-family: "Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
.stretch-top__link {
    vertical-align: middle;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
@media screen and (max-width: 1240px) {
	.stretch-top__link {
	    margin-right: 20px!important;
	    overflow: hidden;
	    white-space: nowrap;
	    -o-text-overflow: ellipsis;
	    text-overflow: ellipsis;
	}
}
@media screen and (min-width: 1241px) {
	.stretch-top__link {
	    font-size: 16px;
	}
}
.stretch-top *, .stretch-top *:hover , .stretch-top *:visited {
	color:#fff;
}