@import "../../../code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css";
    /*! normalize.css v3.0.2 | MIT License | git.io/normalize */html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a{ color: #FFF; outline: none; }
a, a:visited, a:active {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
@-webkit-keyframes draw-path {
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes draw-path {
    to {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes arrow-bounce {
    from {
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    to {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes arrow-bounce {
    from {
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    to {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes fade-up {
    from {
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
    to {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes fade-up {
    from {
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
    to {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fade-up {
    from {
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
    to {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes fade-in {
    to {
        opacity: 1;
    }
}
@keyframes fade-in {
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fade-out {
    to {
        opacity: 0;
    }
}
@keyframes fade-out {
    to {
        opacity: 0;
    }
}
.fade-in {
    opacity: 1 !important;
    transform: translateY(0) !important;
    -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    -webkit-transition-delay: 350ms;
    transition-delay: 350ms;
}
.rotate {
    -moz-transform: scale(0.7) rotate(180deg);
    -ms-transform: scale(0.7) rotate(180deg);
    -webkit-transform: scale(0.7) rotate(180deg);
    transform: scale(0.7) rotate(180deg);
    -moz-transform-origin: 40% 50%;
    -ms-transform-origin: 40% 50%;
    -webkit-transform-origin: 40% 50%;
    transform-origin: 40% 50%;
    left: 5% !important;
}
* {
    margin: 0;
    padding: 0;
}
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
input::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
::-moz-selection {
    color: #fff;
    background: #13151A;
}
::selection {
    color: #fff;
    background: #13151A;
}
body {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.4;
    font-weight: 400;
    color: #36383F;
    text-align: left;
    overflow-x: hidden;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    opacity: 0;
}

p{ font-size: 14px; color: #333; line-height: 1.5; }

a, a:visited, a:active {
    text-decoration: none;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
a:hover {
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.no-scroll {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}
.email-mask {
    cursor: pointer;
}
.logo--outline {
    position: relative;
    display: block;
    cursor: pointer;
    z-index: 5;
    opacity: 0;
    -moz-animation: fade-in 1s ease-in-out forwards;
    -webkit-animation: fade-in 1s ease-in-out forwards;
    animation: fade-in 1s ease-in-out forwards;
    -moz-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    padding: 20px 0;
}
#preloader {
  background-color: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1100;
}

#preloader > img {
  left: 47%;
  position: absolute;
  top: 48%;
}
div.wrapper{ 
    max-width: 90%; 
    width: auto; 
    margin-left: 200px; 
}
@media (min-width: 1367px) {
    .section-arrow {
        left: calc(60px + 5px);
    }
}
@media (max-width: 700px) {
    .logo--outline {
        display: none;
    }
    div.wrapper {
      max-width: 100%;
      margin-left: 0; 
    }
}
.logo--outline.hidden {
    visibility: hidden;
}
nav.desktop {
    left: 3%;
    position: fixed;
    top: 0;
    z-index: 10;
    opacity: 0;
    -moz-animation: fade-in 1s ease-in-out forwards;
    -webkit-animation: fade-in 1s ease-in-out forwards;
    animation: fade-in 1s ease-in-out forwards;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
nav.mobile {
    display: none;
    width: 100%;
    height: 100vh;
    background: #11B09F;
    top: 0;
    position: fixed;
    z-index: 90;
    text-align: left;
    right: 0;
    opacity: 0;
    -moz-animation: fade-in 0.5s ease-in-out forwards;
    -webkit-animation: fade-in 0.5s ease-in-out forwards;
    animation: fade-in 0.5s ease-in-out forwards;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    list-style-type: none;
}

nav.mobile {
    padding: 10px 60px;
    padding-top: 60px;
}

nav ul {
    list-style-type: none;
    border-left: #a7a7a7 1px solid; 
    padding: 20px 0;
}
nav ul li {
    cursor: pointer;
    width: 5px;
    height: 30px;
    margin-bottom: 20px;
    margin-left: -3px;
    -moz-transition: all 300ms cubic-bezier(1, 0.12, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(1, 0.12, 0.58, 1);
    -webkit-transition: all 300ms cubic-bezier(1, 0.12, 0.58, 1);
    transition: all 300ms cubic-bezier(1, 0.12, 0.58, 1);
}

nav ul li:hover {
    -moz-transition: all 300ms cubic-bezier(1, 0.12, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(1, 0.12, 0.58, 1);
    -webkit-transition: all 300ms cubic-bezier(1, 0.12, 0.58, 1);
    transition: all 300ms cubic-bezier(1, 0.12, 0.58, 1);
}

nav ul li:last-child {
    margin-bottom: 0;
}
nav ul li.active {
    background: #06ae9e;
}
nav ul li:last-child {
    margin-bottom: 0;
}
nav ul li span {
  border-radius: 2px;
  color: #393939;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  padding: 5px 8px 5px 24px;
  position: relative;
  transform: translateX(-3px);
  transition: all 100ms ease-in-out 0s;
  white-space: nowrap;
/*   z-index: -10; */
}
nav ul li:hover span {
    opacity: 1 !important;
    padding-left: 21px;
} 
.loginmenu { margin-top: 30px; }
nav.mobile.nav-open{ text-align: center; }
nav.mobile.nav-open ul {
    list-style-type: none;
    border-left: none; 
}
nav.mobile.nav-open ul li{ width: 100%; margin-bottom: 10px; }
nav.mobile.nav-open ul li.active{ background: none; }
nav.mobile.nav-open ul li.active { background: none; }
nav.mobile.nav-open ul li.active a span { border-bottom: #CCC 1px solid; }
nav.mobile.nav-open ul li a span { padding: 5px 20px; font-size: 1.8rem; }
nav.mobile.nav-open ul li a:hover span { color: #CCC; }
nav.mobile.nav-open ul li span{ color: #FFF; }
nav.mobile.nav-open .loginmenu { margin-top: 10px; }
.loginmenu a {
    height: auto;
    background-color: rgba(255,255,255,0);
    text-decoration: none;
    color: #333;
    padding: 5px 10px;
    border: #06AE9E 2px solid;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 13px;
}
nav.mobile.nav-open .loginmenu a{ color: #FFF; background-color: rgba(255,255,255,0.5); }
.loginmenu > div.login {
    display: none;
    width: 130px;
    background-color: rgba(255,255,255,0.8);
    margin-top: 12px;
    margin-left: -10px;
}
.loginmenu > div.login input {
  background-color: #fff;
  font-size: 14px;
  height: 30px;
  margin: 1px 5px;
  width: 120px;
}
.loginmenu > div.login button {
    background-color: #9e9e9e;
    font-size: 14px;
    border: #CCC 1px solid;
    height: 30px;
    margin: 1px 5px;
    width: 80px;
    color: #FFF;
    width: 120px;
}
.loginmenu > div.login button:hover{
    border-color: #06AE9E;
    -webkit-transition: 1s all ease-in-out .1s;
       -moz-transition: 1s all ease-in-out .1s; 
        -ms-transition: 1s all ease-in-out .1s; 
         -o-transition: 1s all ease-in-out .1s; 
            transition: 1s all ease-in-out .1s;    
}
.loginmenu > div.showlogin{
    display: block;
    opacity: 0;
    -moz-animation: fade-in 0.5s ease-in-out forwards;
    -webkit-animation: fade-in 0.5s ease-in-out forwards;
    animation: fade-in 0.5s ease-in-out forwards;
}
.section-arrow {
    bottom: 10px;
    left: calc(5% + 5px);
    position: fixed;
    max-width: 50px;
    max-height: 50px;
    display: block;
    z-index: 100;
    cursor: pointer;
}
@media (max-height: 600px) {
    .section-arrow {
        display: none;
    }
}
@media (max-width: 700px) {
    .section-arrow {
        display: none;
    }
}
.section-arrow:hover svg {
    stroke: #13151A;
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.section-arrow svg {
    width: 100%;
    overflow: visible;
    stroke: #D44A31;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.section-arrow svg path {
    stroke-dashoffset: 157;
    stroke-dasharray: 157;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-animation: draw-path 1s cubic-bezier(0.94, 0.04, 0.42, 1) forwards;
    -webkit-animation: draw-path 1s cubic-bezier(0.94, 0.04, 0.42, 1) forwards;
    animation: draw-path 1s cubic-bezier(0.94, 0.04, 0.42, 1) forwards;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.section-arrow svg .arrow {
    opacity: 0;
    -moz-animation: arrow-bounce 1s cubic-bezier(0.25, 0, 0.25, 1.5) forwards;
    -webkit-animation: arrow-bounce 1s cubic-bezier(0.25, 0, 0.25, 1.5) forwards;
    animation: arrow-bounce 1s cubic-bezier(0.25, 0, 0.25, 1.5) forwards;
    -moz-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.container {
    background: #FAFAFA;
}
.angle {
    content: '';
    background: #FAFAFA;
    border-left-style: solid;
    border-left-color: #fff;
    border-left-width: 100vw;
    border-bottom: 100vw solid transparent;
    display: block;
    top: -300px;
    position: absolute;
    opacity: 0;
    -moz-animation: fade-in 1s ease-in-out forwards;
    -webkit-animation: fade-in 1s ease-in-out forwards;
    animation: fade-in 1s ease-in-out forwards;
    -moz-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}
@media (max-width: 700px) {
    .angle {
        display: none;
    }
}
#tooltip {
    text-align: left;
    color: #fff;
    background: rgba(54, 56, 63, 0.95);
    position: absolute;
    z-index: 100;
    padding: 17px 22px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5;
}
#tooltip:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(54, 56, 63, 0.95);
    content: '';
    bottom: -10px;
    left: 50%;
    position: absolute;
    margin-left: -10px;
}
#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid rgba(54, 56, 63, 0.95);
    bottom: auto;
}
.background-dark {
    background: #36383F;
}
.background-tss{
    background: url('../images/bg/body.jpg') repeat fixed;
}
.fill-dark {
    fill: #13151A;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.fill-light {
    fill: #fff;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.stroke-dark {
    stroke: #13151A;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.stroke-red {
    stroke: #D44A31;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.stroke-light {
    stroke: #fff;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
header {
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 70px;
    top: 60px;
    position: fixed;
    z-index: 100;
    padding: 0 10%;
    display: none;
    justify-content: space-between;
    align-items: center;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
header.sticky.pinned{
    /* background: url(../images/bg/body.jpg) repeat; */
    background: rgba(255,255,255,0.8);
    margin: 8px 0; 
}
@media (max-width: 700px) {
    header {
        display: flex;
    }
}
header.active {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
header.nav-open {
    background: rgba(255, 255, 255, 0);
}
header.nav-open .logo--outline {
    fill: #fff !important;
}
header .logo--outline img{ max-height: 60px;  }
@media (max-width: 700px) {
    header .logo--outline {
        display: block;
        fill: #13151A !important;
        /* position: static; */
        width: auto;
        height: auto;
        opacity: 1;
        -moz-animation-delay: 0s !important;
        -webkit-animation-delay: 0s !important;
        animation-delay: 0s !important;
        top: 0px;
    }
    header .logo--outline.hidden {
        z-index: -99999;
    }
}
.pinned {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.unpinned {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.top {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.menu-btn {
    width: 20px;
    height: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
}

.menu-btn .bar {
    height: 2px;
    background: #13151A;
    position: absolute;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.menu-btn .top {
    top: 0;
    width: 50%}
.menu-btn .middle {
    width: 100%;
    top: 5px;
}
.menu-btn .bottom {
    width: 50%;
    bottom: 0;
}
.menu-btn .left {
    left: 0;
}
.menu-btn .right {
    right: 0;
}
.menu-btn .top.bar.left {
    -moz-transform-origin: 0 0 50%;
    -ms-transform-origin: 0 0 50%;
    -webkit-transform-origin: 0 0 50%;
    transform-origin: 0 0 50%}
.menu-btn .top.bar.right {
    -moz-transform-origin: 100% 0 50%;
    -ms-transform-origin: 100% 0 50%;
    -webkit-transform-origin: 100% 0 50%;
    transform-origin: 100% 0 50%}
.menu-btn .bottom.bar.left {
    -moz-transform-origin: 0 100% 50%;
    -ms-transform-origin: 0 100% 50%;
    -webkit-transform-origin: 0 100% 50%;
    transform-origin: 0 100% 50%}
.menu-btn .bottom.bar.right {
    -moz-transform-origin: 100% 100% 50%;
    -ms-transform-origin: 100% 100% 50%;
    -webkit-transform-origin: 100% 100% 50%;
    transform-origin: 100% 100% 50%}
.menu-btn.close .top.bar.left {
    -moz-transform: translate(1px, 2px) rotate(45deg) scaleX(1.1);
    -ms-transform: translate(1px, 2px) rotate(45deg) scaleX(1.1);
    -webkit-transform: translate(1px, 2px) rotate(45deg) scaleX(1.1);
    transform: translate(1px, 2px) rotate(45deg) scaleX(1.1);
}
.menu-btn.close .top.bar.right {
    -moz-transform: translate(-1px, 2px) rotate(-45deg) scaleX(1.1);
    -ms-transform: translate(-1px, 2px) rotate(-45deg) scaleX(1.1);
    -webkit-transform: translate(-1px, 2px) rotate(-45deg) scaleX(1.1);
    transform: translate(-1px, 2px) rotate(-45deg) scaleX(1.1);
}
.menu-btn.close .bottom.bar.left {
    -moz-transform: translate(1px, -2px) rotate(-45deg) scaleX(1.1);
    -ms-transform: translate(1px, -2px) rotate(-45deg) scaleX(1.1);
    -webkit-transform: translate(1px, -2px) rotate(-45deg) scaleX(1.1);
    transform: translate(1px, -2px) rotate(-45deg) scaleX(1.1);
}
.menu-btn.close .bottom.bar.right {
    -moz-transform: translate(-1px, -2px) rotate(45deg) scaleX(1.1);
    -ms-transform: translate(-1px, -2px) rotate(45deg) scaleX(1.1);
    -webkit-transform: translate(-1px, -2px) rotate(45deg) scaleX(1.1);
    transform: translate(-1px, -2px) rotate(45deg) scaleX(1.1);
}
.menu-btn.close .middle.bar {
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.menu-btn.close .bar {
    background: #06ae9e;
}
.menu-btn.close:hover .bar {
    background: #06ae9e;
}
.menu-btn:hover .bar {
    background: #06ae9e;
}
.home {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
@media (max-height: 600px) {
    .home {
        background: #fff;
        min-height: 100vh;
        height: 100%;
        padding-bottom: 100px;
    }
}
@media (max-width: 700px) {
    .home {
        background: #fff;
        min-height: 100vh;
        height: 100%;
        padding-bottom: 100px;
    }
}
.home__wrapper {
    margin: 0 auto;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 75px 10% 0;
    z-index: 15;
    mix-blend-mode: multiply;
    -moz-transition: height 900ms ease-in-out;
    -o-transition: height 900ms ease-in-out;
    -webkit-transition: height 900ms ease-in-out;
    transition: height 900ms ease-in-out;
}
@media (max-width: 500px) {
    .home__wrapper {
    padding-top: 15%}
}
@media (max-height: 600px) {
    .home__wrapper {
    padding-top: 10%}
}
@media (max-width: 1300px) {
    .home__wrapper {
    mix-blend-mode: unset;
}
}
.home:after {
    content: '';
    width: 10%;
    height: 100vh;
    top: 0;
    position: absolute;
    display: block;
    z-index: 11;
    left: 10%;
    opacity: 0;
    -moz-animation: fade-in 1s ease-in-out forwards;
    -webkit-animation: fade-in 1s ease-in-out forwards;
    animation: fade-in 1s ease-in-out forwards;
    -moz-animation-delay: 750ms;
    -webkit-animation-delay: 750ms;
    animation-delay: 750ms;
}
@media (max-width: 700px) {
    .home: after {
        display: none;
    }
}
.logo--full {
    width: 150px;
    height: 31px;
    font-size: 0;
    background: transparent url("../img/armor-logo-fullcolor.html") no-repeat center/cover;
    display: block;
    opacity: 0;
    z-index: 30;
    -moz-animation: fade-in 1s ease-in-out forwards;
    -webkit-animation: fade-in 1s ease-in-out forwards;
    animation: fade-in 1s ease-in-out forwards;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
@media (max-width: 700px) {
    .logo--full {
    margin-bottom: 25%}
}
@media (max-height: 600px) {
    .logo--full {
    margin-bottom: 8%}
}
.home__copy {
    top: 50%;
    position: absolute;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 20;
    padding-right: 10%}
@media (max-height: 600px) {
    .home__copy {
    top: 10%;
    position: relative;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding-right: 0;
}
}
@media (max-width: 700px) {
    .home__copy {
        top: 10%;
        position: relative;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        padding-right: 0;
    }   
}
h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    font-size: 4.1vw;
    line-height: .95;
    color: #000;
    margin: 0 0 25px;
/*     -moz-animation: fade-up 1s ease-in-out forwards;
-webkit-animation: fade-up 1s ease-in-out forwards;
animation: fade-up 1s ease-in-out forwards;
-moz-animation-delay: 1.1s;
-webkit-animation-delay: 1.1s;
animation-delay: 1.1s;
opacity: 0; */
}
@media (min-width: 1900px) {
    h1 {
        font-size: 12vw;
        margin-bottom: 40px;
    }
}
@media (max-width: 1000px) {
    h1 {
        font-size: 6vw;
    }
}
@media (max-width: 600px) {
    h1 {
        font-size: 8vw;
    }
}
h1 span {
    color: #AB3F30;
    display: block;
}
h1 .asterisk {
    color: #36383F;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    cursor: pointer;
}
h1 .asterisk:hover {
    color: #717584;
}
p.home__intro {
    width: 100%;
    height: auto;
    max-width: 565px;
    -moz-animation: fade-up 1s ease-in-out forwards;
    -webkit-animation: fade-up 1s ease-in-out forwards;
    animation: fade-up 1s ease-in-out forwards;
    -moz-animation-delay: 1.25s;
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
    opacity: 0;
}
@media (min-width: 1600px) {
    p.home__intro {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.5;
    max-width: 900px;
}
}
@media (max-width: 500px) {
    p.home__intro {
    line-height: 1.5;
}
}
p.home__intro span {
    background: rgba(255, 255, 255, 0.97);
    padding: 2px 10px 2px 0;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
p.home__intro span:before {
    content: '';
    width: 10px;
    height: 100%;
    background: rgba(255, 255, 255, 0.97);
    display: block;
    position: absolute;
    left: -10px;
}
.devices {
    top: 0;
    right: -5%;
    position: relative;
    z-index: 12;
    stroke: #505a79;
    opacity: .65;
    stroke-width: 1;
    stroke-miterlimit: 10;
    stroke-linecap: round;
    fill: none;
    height: 100vh;
    overflow: visible !important;
}
@media (min-height: 1100px) {
    .devices {
    right: 20%}
}
@media (min-width: 1600px) {
    .devices {
    right: -5%}
}
@media (max-width: 1300px) {
    .devices {
    right: 5%}
}
@media (max-width: 1100px) {
    .devices {
    right: 20%}
}
@media (max-width: 900px) {
    .devices {
    right: 25%}
}
@media (max-width: 800px) {
    .devices {
    right: 30%}
}
@media (max-width: 700px) {
    .devices {
    right: 50%}
}
@media (max-width: 600px) {
    .devices {
    right: 75%}
}
@media (max-width: 500px) {
    .devices {
    right: 90%}
}
.devices path, .devices line, .devices rect {
    stroke-dashoffset: 2660;
    stroke-dasharray: 2650;
    -moz-animation: draw-path 2s cubic-bezier(0.79, 0.14, 0.24, 1) forwards;
    -webkit-animation: draw-path 2s cubic-bezier(0.79, 0.14, 0.24, 1) forwards;
    animation: draw-path 2s cubic-bezier(0.79, 0.14, 0.24, 1) forwards;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.devices .st2 {
    stroke-width: 2;
}
.devices .st25 {
    stroke-width: .25;
}
.devices .st7 {
    stroke-width: 7;
    stroke-linecap: square;
}
.our-story {
    position: relative;
    padding: 250px 10% 140px;
    z-index: 5;
    height: 100%;
    min-height: 100vh;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
@media (min-height: 1100px) {
    .our-story {
    padding: 0 10%}
}
@media (min-width: 1900px) {
    .our-story {
    padding: 0 20%}
}
@media (max-width: 1000px) {
    .our-story {
    padding: 250px 20% 140px 25%}
}
@media (max-width: 700px) {
    .our-story {
    padding: 100px 10%;
    background: #FAFAFA;
}
}
.our-story__wrapper {
    display: -webkit-flex;
    display: flex;
}
@media (max-width: 1000px) {
    .our-story__wrapper {
    display: block;
}
}
.our-story h2 {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 1;
    font-weight: 900;
    color: #D44A31;
   font-family: 'Lato', sans-serif;
    width: 30%;
    margin: 0 5% 0 10%}
@media (min-width: 1600px) {
    .our-story h2 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
}
}
@media (max-width: 1000px) {
    .our-story h2 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    margin: 0 0 30px;
    width: 100%}
}
@media (max-width: 500px) {
    .our-story h2 {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 1;
}
}
.our-goal {
    width: 55%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
@media (max-width: 1300px) {
    .our-goal {
    display: block;
}
}
@media (max-width: 1000px) {
    .our-goal {
    width: 100%}
}
@media (max-width: 500px) {
    .our-goal {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
}
}
.agencies, .small-business, .start-ups {
    margin: 50px 0 0;
}
@media (max-width: 500px) {
    .agencies, .small-business, .start-ups {
    text-align: center;
}
}
.agencies:before, .small-business:before, .start-ups:before {
    content: '';
    width: 75px;
    height: 65px;
    display: block;
    float: left;
}
@media (max-width: 1300px) {
    .agencies: before, .small-business:before, .start-ups:before {
    margin-bottom: 0;
    float: left;
}
}
@media (max-width: 500px) {
    .agencies: before, .small-business:before, .start-ups:before {
    float: none;
    margin-bottom: 15px;
    display: inline-block;
}
}
.agencies p, .small-business p, .start-ups p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4;
}
.agencies h3, .agencies p, .small-business h3, .small-business p, .start-ups h3, .start-ups p {
    margin-left: 100px;
}
@media (max-width: 500px) {
    .agencies h3, .agencies p, .small-business h3, .small-business p, .start-ups h3, .start-ups p {
    margin-left: 0;
}
}
.agencies:before {
    background: url("../img/our-story/agencies.html") no-repeat center top/contain;
}
.small-business:before {
    background: url("../img/our-story/small-business.html") no-repeat center top/contain;
}
.start-ups:before {
    background: url("../img/our-story/start-ups.html") no-repeat center top/contain;
}
.start-ups {
    margin-right: 0;
}
h3 {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0;
}
@media (max-width: 500px) {
    h3 {
    margin-bottom: 10px;
}
}
.our-clients {
    padding: 150px 20% 0;
    text-align: center;
    background: #13151A url("../img/client-logos/our-clients.html") no-repeat center/cover;
    z-index: 0;
    position: relative;
}
@media (min-height: 1100px) {
    .our-clients {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
}
}
@media (max-width: 700px) {
    .our-clients {
    padding: 100px 10%;
    background-color: #13151A;
}
}
.our-clients:after {
    content: '';
    -moz-box-shadow: inset 0px -150px 95px -90px #13151a;
    -webkit-box-shadow: inset 0px -150px 95px -90px #13151a;
    box-shadow: inset 0px -150px 95px -90px #13151a;
    width: 100%;
    height: 10%;
    bottom: 0;
    left: 0;
    position: absolute;
    display: block;
}
.our-clients h2 {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    font-family: 'Lato', sans-serif;
    margin-bottom: 20px;
}
@media (min-height: 1100px) {
    .our-clients h2 {
    margin: 0 auto 20px;
}
}
.our-clients p {
    color: #fff;
    padding: 0 15%}
@media (max-width: 1300px) {
    .our-clients p {
    padding: 0;
}
}
.client-logos {
    margin: 75px 0 0;
    padding-bottom: 250px;
}
@media (min-height: 1100px) {
    .client-logos {
    padding-bottom: 100px;
}
}
@media (max-width: 700px) {
    .client-logos {
    padding-bottom: 0;
}
}
.client-logos ul {
    list-style-type: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.client-logos ul li {
    width: 25%;
    padding-bottom: 75px;
    text-align: center;
}
@media (max-width: 1300px) {
    .client-logos ul li {
    width: 33.33333%}
}
@media (max-width: 1000px) {
    .client-logos ul li {
    width: 50%}
}
@media (max-width: 500px) {
    .client-logos ul li {
    width: 100%;
    padding-bottom: 75px;
}
}
.client-logos ul li img {
    width: 75%}
.client-logos ul li img.p45 {
    width: 45%}
.client-logos ul li img.p65 {
    width: 65%}
@media (max-width: 500px) {
    .client-logos ul li img {
    width: 50%}
}

h2.center {
    text-align: center;
    position: static;
    margin-top: 125px;
}
.network {
    text-align: center;
    margin: 175px auto 0;
    width: 100%;
    max-width: 750px;
}
@media (max-width: 500px) {
    .network {
    margin-top: 75px;
}
}
.network h2 {
    margin: 0 0 10px;
}
.network p {
    color: #fff;
    text-align: center;
}
.our-work {
    position: relative;
    padding: 150px 20% 250px;
    text-align: left;
    background: #FAFAFA;
}
@media (min-width: 1900px) {
    .our-work {
    padding: 150px 20% 250px;
}
}
@media (max-width: 1000px) {
    .our-work {
    padding: 150px 20% 250px;
}
}
@media (max-width: 700px) {
    .our-work {
    padding: 100px 10%}
}
.our-work h2 {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 1;
    font-weight: 300;
    color: #333;
    font-family: 'Lato', sans-serif;
    width: 565px;
    margin-bottom: 50px;
}
@media (max-width: 1000px) {
    .our-work h2 {
    width: 100%}
}
@media (max-width: 700px) {
    .our-work h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
}
}
.our-work p.intro {
    color: #36383F;
    width: 575px;
}
@media (max-width: 1000px) {
    .our-work p.intro {
    width: 100%}
}
.project {
    position: relative;
    margin-bottom: 200px;
}
@media (max-width: 1000px) {
    .project {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 100px;
}
}
.project:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    -moz-box-shadow: 0 35px 50px -30px rgba(19, 21, 26, 0.1);
    -webkit-box-shadow: 0 35px 50px -30px rgba(19, 21, 26, 0.1);
    box-shadow: 0 35px 50px -30px rgba(19, 21, 26, 0.1);
    bottom: 8px;
    position: absolute;
    border-radius: 15%}
@media (max-width: 1000px) {
    .project: after {
    display: none;
}
}
.project:last-of-type {
    margin-bottom: 0;
}
.project img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 10;
}
.project__info {
    background: #fff;
    -moz-box-shadow: 0 20px 50px -10px rgba(19, 21, 26, 0.06);
    -webkit-box-shadow: 0 20px 50px -10px rgba(19, 21, 26, 0.06);
    box-shadow: 0 20px 50px -10px rgba(19, 21, 26, 0.06);
    padding: 25px;
    width: 100%;
    height: auto;
    max-width: 330px;
    top: 50%;
    right: -20%;
    position: absolute;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 20;
}
@media (max-width: 1000px) {
    .project__info {
    max-width: inherit;
    right: inherit;
    position: relative;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 25px;
}
}
@media (max-width: 600px) {
    .project__info {
    padding: 0;
}
}
.project__info h2 {
    color: #D44A31;
    width: 100%;
    margin-bottom: 5px;
}
.project__info p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4;
}
.project__info .apply__btn, .project__info .learnmore__btn, .project__info input[type='submit'] {
    margin-top: 25px;
}
.careers {
    position: relative;
    padding: 150px 10%;
    display: -webkit-flex;
    display: flex;
    min-height: 100vh;
}
@media (max-width: 1300px) {
    .careers {
    display: block;
}
}
@media (max-width: 700px) {
    .careers {
    padding: 100px 10% 10%;
    background: #AB3F30;
}
}
.careers__wrapper {
    width: 35%;
    margin: 0 5% 0 10%}
@media (max-width: 1300px) {
    .careers__wrapper {
    width: 50%;
    margin-bottom: 50px;
}
}
@media (max-width: 1080px) {
    .careers__wrapper {
    width: auto;
}
}
@media (max-width: 700px) {
    .careers__wrapper {
    margin: 0 0 50px;
}
}
.careers__wrapper p {
    color: #fff;
}
.careers h2 {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
}
.openings {
    width: 45%}
@media (max-width: 1300px) {
    .openings {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0 0 10%;
    width: auto;
}
}
@media (max-width: 1080px) {
    .openings {
    display: block;
}
}
@media (max-width: 700px) {
    .openings {
    margin: 0 0 50px;
}
}
.position {
    padding: 35px 50px !important;
    background: #fff;
    margin-bottom: 10px;
    -moz-box-shadow: 0 1px 1px rgba(19, 21, 26, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(19, 21, 26, 0.1);
    box-shadow: 0 1px 1px rgba(19, 21, 26, 0.1);
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
@media (max-width: 1300px) {
    .position {
    width: 49%;
    margin-bottom: 0;
}
}
@media (max-width: 1080px) {
    .position {
    width: 100%;
    margin-bottom: 10px;
}
}
@media (max-width: 700px) {
    .position {
    padding: 35px 40px !important;
}
}
@media (max-width: 700px) {
    .position {
    padding: 25px 30px !important;
}
}
.position:hover {
    -moz-box-shadow: 0 1px 25px rgba(19, 21, 26, 0.3);
    -webkit-box-shadow: 0 1px 25px rgba(19, 21, 26, 0.3);
    box-shadow: 0 1px 25px rgba(19, 21, 26, 0.3);
}
.position:last-of-type {
    margin-bottom: 0;
}
.position__title {
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-weight: 900;
    color: #D44A31;
    margin-bottom: 10px;
}
@media (max-width: 500px) {
    .position__title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
}
}
.position p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4;
    color: #36383F;
    margin-bottom: 30px;
}
.apply__btn, .learnmore__btn, input[type='submit'] {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1;
    font-weight: 800;
    color: #36383F;
    padding: 15px 21px 15px 25px;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-family: 'Lato', sans-serif;
    background: transparent;
    border: 1px solid #cfd3dc;
    display: inline-block;
}
.apply__btn:after, .learnmore__btn:after, input[type='submit']:after {
    content: url(../img/right-arrow.html);
    display: inline-block;
    margin-left: 10px;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.apply__btn:hover, .learnmore__btn:hover, input[type='submit']:hover {
    color: #D44A31;
    border-color: #868fa6;
}
.apply__btn:hover:after, .learnmore__btn:hover:after, input[type='submit']:hover:after {
    margin-left: 15px;
}
.learnmore__btn, input[type='submit'] {
    cursor: pointer;
    padding: 15px 25px;
    margin-right: 5px;
}
@media (max-width: 500px) {
    .learnmore__btn, input[type='submit'] {
    margin-bottom: 5px;
}
}
.learnmore__btn:after, input[type='submit']:after {
    content: '';
    margin-left: 0;
}
.learnmore__btn:hover:after, input[type='submit']:hover:after {
    margin-left: 0;
}
.position-modal {
    max-width: 750px;
    min-height: 90vh;
}
@media (max-width: 700px) {
    .position-modal {
    overflow: scroll;
    min-height: 100vh;
    min-width: 100vw;
}
}
@media (max-width: 700px) {
    .position-modal__wrapper {
    margin-top: 0;
    padding: 40px 50px;
}
}
.position-modal .position__title {
    margin-bottom: 25px;
}
@media (max-width: 700px) {
    .position-modal .position__title {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
}
}
@media (max-width: 600px) {
    .position-modal .position__title {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 1;
}
}
.position-modal .position__location, .position-modal .position__compensation {
    margin-bottom: 0;
}
.position-modal .position__compensation {
    margin-bottom: 25px;
}
.position-modal h3 {
    margin: 45px 0 10px;
}
.position-modal p {
    margin-bottom: 20px;
}
.position-modal ul {
    margin-bottom: 40px;
}
.position-modal ul li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 10px;
}
.logo--careers {
    width: 150px;
    height: 31px;
    font-size: 0;
    background: transparent url("../img/armor-logo-fullcolor.html") no-repeat center/cover;
    display: block;
    z-index: 30;
    margin-bottom: 100px;
    margin-left: 50px;
}
@media (max-width: 700px) {
    .logo--careers {
    margin-bottom: 25%}
}
@media (max-height: 600px) {
    .logo--careers {
    margin-bottom: 8%}
}
.position-overview {
    width: 100%;
    height: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 75px 0 100px;
}
@media (max-width: 700px) {
    .position-overview__wrapper {
    margin-top: 0;
    padding: 40px 50px;
}
}
.position-overview .position__title {
    margin-bottom: 25px;
}
@media (max-width: 700px) {
    .position-overview .position__title {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
}
}
@media (max-width: 600px) {
    .position-overview .position__title {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 1;
}
}
.position-overview p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4;
    margin-bottom: 25px;
}
@media (max-width: 700px) {
    .position-overview p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
}
}
.position-overview p:last-child {
    margin-bottom: 0;
}
.position-overview h3 {
    margin: 45px 0 10px;
}
.position-overview ul {
    margin-bottom: 40px;
}
.position-overview ul li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 10px;
}
.contact {
    padding: 0;
    background: #FAFAFA;
    text-align: center;
    position: relative;
}
@media (min-height: 1100px) {
    .contact {
    padding: 100px 0;
}
}
@media (max-width: 700px) {
    .contact {
    padding: 100px 10%}
}
@media (max-width: 600px) {
    .contact {
    padding: 5% 5% 100px;
}
}
@media (max-width: 500px) {
    .contact {
        padding: 2% 2% 100px;
    }
}
.contact h2 {
    font-style: italic;
    font-size: 52px;
    font-size: 3.625rem;
    line-height: 1;
    font-weight: 300;
    color: #333;
    text-align: left;
}
.contact address {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 25px;
    text-align: left;
    opacity: 0.7; 
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.contact address:hover, .contact address.choosen{ 
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.contact address p{ position: relative; }
@media screen and (min-width: 701px ){
    .contact address:hover p::before, .contact address.choosen p::before{
        border-bottom: 10px solid transparent;
        border-right: 15px solid #222223;
        border-top: 10px solid transparent;
        bottom: 0;
        content: "";
        height: 15px;
        left: -20px;
        position: absolute;
        top: 8px;
        width: 0;
    }
}
.contact address span{ display: block; }
.contact address a{ color: #333; }
.contact address a:hover{ color: #428bca; }
.contact address big{
    font-weight: 300;
    font-size: 18px;
    display: block;
}

.contact__wrapper {
    background: #fff;
    padding: 75px 5% 50px;
    text-align: left;
    bottom: 0;
    left: 50%;
    position: relative;
    bottom: 0;
    left: 50%;
    height: auto;
    max-width: 750px;
    margin-bottom: 100px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-box-shadow: 0 20px 50px -15px rgba(19, 21, 26, 0.1);
    -webkit-box-shadow: 0 20px 50px -15px rgba(19, 21, 26, 0.1);
    box-shadow: 0 20px 50px -15px rgba(19, 21, 26, 0.1);
}
@media (min-height: 1100px) {
    .contact__wrapper {
    padding-bottom: 100px;
    max-width: 650px;
    min-height: initial;
}
}
@media (min-width: 1900px) {
    .contact__wrapper {
    padding: 75px 3% 50px;
}
}
@media (max-width: 1300px) {
    .contact__wrapper {
    max-width: 650px;
}
}
@media (max-width: 1000px) {
    .contact__wrapper {
    max-width: 60vw;
}
}
@media (max-width: 700px) {
    .contact__wrapper {
    max-width: 100%;
    padding: 75px 10% 50px;
}
}
.contact__title {
    font-family: 'Lato', sans-serif;
    margin-bottom: 50px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 800;
}
p.closing {
    margin: 50px 0 0;
}
form {
    clear: both;
    max-width: 95%;
}
input, textarea, select {
    margin: 2px;
    width: 100%;
    height: 30px;
    font-size: 14px;
    font-weight: 300; 
    max-width: 380px;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    border: #CCC 1px dotted;
    background-color: transparent;
    margin: 2px;
    padding: 3px 10px;
    text-align: left;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
@media screen and (min-width:1367px){
    input, textarea, select{ max-width: 100% !important; }
}
input:placeholder, textarea:placeholder, select:placeholder{ color: #CCC; }
::-webkit-input-placeholder { /* Chrome */
  color: #AAA;
  transition: opacity 250ms ease-in-out;
}
:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #AAA;
  transition: opacity 250ms ease-in-out;
}
:focus:-ms-input-placeholder {
  opacity: 0.5;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #AAA;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus::-moz-placeholder {
  opacity: 0.5;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #AAA;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus:-moz-placeholder {
  opacity: 0.5;
}
textarea{ height: 100px; }
input.left {
    text-align: left;
}

input:focus, textarea:focus {
    background: none;
    border-color: #06AE9E;
}

.form-messages.success {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
    z-index: 999;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    letter-spacing: -1px;
}
input[type='submit'] {
    display: block;
    margin-top: 50px;
    margin-left: 0;
    width: auto;
    min-width: inherit;
}
.address {
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    font-size: 0.875rem !important;
    line-height: 1.4 !important;
    margin-top: 15px;
    margin-bottom: 0 !important;
}
ul.social {
    list-style-type: none;
    margin: 10px 0 0;
}
ul.social li {
    border: 1px solid #cfd3dc;
    width: 35px;
    height: 35px;
    position: relative;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
ul.social li:hover {
    border-color: #f7deda;
    background: #fff;
}
ul.social li:before {
    color: #36383F;
    font-size: 14px;
    font-size: .875rem;
    line-height: 35px;
    text-align: center;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
ul.social li a {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%}

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
}
.portfolio-items .fade-carousel, .portfolio-items  .fade-carousel .carousel-inner .item {
    height: calc(100vh - 50px) !important;
    min-height: 620px;
}

.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/* Hero Headers        */
/********************************/
.hero {
    position: absolute;
    background: rgba(255,255,255,0.5);
    z-index: 3;
    text-align: center;
    width: auto;
    padding: 20px;
    /* text-transform: uppercase; */
   /*  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8); */
      -webkit-transform: translate3d(-10%,-50%,0);
         -moz-transform: translate3d(-10%,-50%,0);
          -ms-transform: translate3d(-10%,-50%,0);
           -o-transform: translate3d(-10%,-50%,0);
              transform: translate3d(-10%,-50%,0);
/*     -webkit-transition: opacity 3s ease-in;
-moz-transition: opacity 3s ease-in;
-o-transition: opacity 3s ease-in;
-ms-transition: opacity 3s ease-in;
transition: opacity 3s ease-in; */
}
.homepage .hero{     
    top: 50%;
    left: 20%;
    right: 5%; 
}
section.services .hero, div.services .hero{
    background: none;
    top: 50%;
    right: 5%;
    z-index: 3;
    text-align: center;
    width: 980px;
    padding: 0;
    /* text-transform: uppercase; */
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}

.hero h1, .hero h2, .hero h3 {
    color: #222;
    font-size: 4em;    
    font-weight: 300;
    padding: 0;
    letter-spacing: 5px;
}
.hero h2 {
    font-size: 4em;    
    letter-spacing: 2px;
}
.hero h3 {
    font-size: 2em;    
    font-weight: 100;
    letter-spacing: normal;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

div.services #bs-carousel .hero.full-overlay, .services .bs-carousel .hero.full-overlay, .hero.full-overlay{
    width: 100% !important;
    height: 100%  !important;
    max-width: 100%  !important;
    right: 0 !important;
    padding: 15%;
    text-align: center;
}
.overlay-content-xs{ display: none; }

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 70%;
    height: 50%;
    z-index: 2;
    background-color: #FFF;
    opacity: .6;
    left: 15%;
    top: 15%;
    padding: 10px;
}

/********************************/
/*          Custom Buttons      */
/********************************/
/*.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}
.btn.btn-tss,
.btn.btn-tss:hover,
.btn.btn-tss:focus {
    color: #333;
    border-color: none;
    outline: none;
    margin: 10px auto;
    background-color: rgba(18, 176, 159,0.5);
    text-transform:  uppercase;
    font-weight: 500;
    border-radius: 0;
}
.btn.btn-tss:hover{
    border-color: rgba(18, 176, 159,0.5);
    background: rgba(0,0,0,0);
    -webkit-transition: 1s all ease-in-out .1s;
       -moz-transition: 1s all ease-in-out .1s; 
        -ms-transition: 1s all ease-in-out .1s; 
         -o-transition: 1s all ease-in-out .1s; 
            transition: 1s all ease-in-out .1s;    
}*/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}
.btn.btn-tss,
.btn.btn-tss:hover,
.btn.btn-tss:focus {
    color: #333;
    border-color: rgba(0,0,0,0.5);
    outline: none;
    margin: 10px auto;
    background-color: rgba(0,0,0,0);
    text-transform:  uppercase;
    font-weight: 500;
    border-radius: 0;
}
.btn.btn-tss:hover{
    border-color: #06AE9E;
    -webkit-transition: 1s all ease-in-out .1s;
       -moz-transition: 1s all ease-in-out .1s; 
        -ms-transition: 1s all ease-in-out .1s; 
         -o-transition: 1s all ease-in-out .1s; 
            transition: 1s all ease-in-out .1s;    
}
/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3, .fade-carousel .slides .about-us, .fade-carousel .slides .social-footprint, .fade-carousel .slides{
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url('../images/banner/home-section1.jpg'); 
}
.fade-carousel .slides .slide-2 {
  background-image: url('../images/banner/home-section2.jpg'); 
}
.fade-carousel .slides .slide-3 {
  background-image: url('../images/banner/home-section4.jpg');
}
.fade-carousel .slides .about-us {
  background-image: url('../images/banner/home-section1.jpg');
}
.fade-carousel .slides .social-footprint {
  background-image: url('../images/banner/social-footprint.jpg');
}

.services-merchandise, .services-tech-support, .services-quality-check, .services-design-development, .services-logistics{
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .services-merchandise {
  background-image: url('../images/banner/services/merchandise.jpg');
}
.fade-carousel .slides .services-design-development {
  background-image: url('../images/banner/services/design-development.jpg');
}
.fade-carousel .slides .services-tech-support {
  background-image: url('../images/banner/services/tech-support.jpg');
}
.fade-carousel .slides .services-quality-check {
  background-image: url('../images/banner/services/quality-check.jpg');
}
.fade-carousel .slides .services-logistics {
  background-image: url('../images/banner/services/logistics.jpg');
}
#bs-carousel2 .hero {
    left: 60%;
}
/********************************/
/*          Media Queries       */
/********************************/
#bs-carousel2 .brand-logos{
    width: 90%;
    margin: 0 auto;
    position: absolute;
    right: 5%;
    padding-top: 100px;
}
#bs-carousel2 .brand-logos ul li{ text-align: center; background: #FFF; }
#bs-carousel2 .brand-logos ul li img{ border: #666 2px dashed; }
section.contact{ background-color: #f8f8f8; }
section#whatwedo{ position: relative; width: 100%; }
section#whatwedo div.item {
  float: left;
  margin: 0;
  position: relative;
  width: 20%;
  height: 100vh;
/*   max-height: 680px; */
}

section#whatwedo div.item:hover{
    filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
section#whatwedo.reverse div.item{
    filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

section#whatwedo.reverse div.item:hover{
    filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

section#whatwedo div.item:first-child{ margin-left: 0; }
section#whatwedo div.item .imgoverlay h2{ font-weight: 400; line-height: normal; }
section#whatwedo h2.item-title {
  background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
  top: 0;
  color: #222;
  font-size: inherit;
  font-weight: 400;
  height: 50px;
  left: 0;
  margin-top: 0;
  padding: 15px 20px;
  position: absolute;
  text-transform: uppercase;
  width:  100%;
  text-align: center;
}
section#whatwedo a:hover h2.item-title {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
   -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

@media screen and (max-width: 980px){
    .hero { width: 100%; } 
    #bs-carousel2 .hero{
        left: 50%;
    }   
}
@media screen and (max-width: 700px){
    .hero h1 { font-size: 4em; }    
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.hovereffect img{
    max-width: none;
    height: auto;
    width: auto;
    max-height: 100vh;
}
@media (min-width: 1367px){
    .hovereffect img{
        height: 100%;
        width: 100%;
    }    
}
.hovereffect .imgoverlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 100%;
  left: 10%;
  top: 0;
/*   border-bottom: 1px solid #FFF;
border-top: 1px solid #FFF; */
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .imgoverlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}


.hovereffect:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);  /* filter: grayscale(100%);
     -webkit-filter: grayscale(100%); */
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

.hovereffect h2 {
    /* text-transform: uppercase; */
    text-align: center;
    position: absolute;
    font-size: 17px;
    background-color: transparent;
    color: #FFF;
    /* padding: 50% 0; */
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    /* -webkit-transform: translate3d(0,-100%,0) !important; */
    /* transform: translate3d(-10%,-50%,0); */
    top: 50%;
    text-align: center;
    width: 100%;
}

.hovereffect a, hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
button#submit-form{ margin: 10px 0; text-align: center; float: right; }
footer{ background-color: #efeeee; padding: 10px 0; }
footer div.copyright{ font-weight: 300; font-size: 12px; color: #666; padding: 5px; text-align: right; }
@media screen and (max-width: 768px){ 
    footer div.copyright{ text-align: center; }
}
body#inner-page div.content{ background: #f8f8f7; }
section#how-the-journey-began { 
    padding: 60px 0;
    text-align: justify; 
    -moz-text-align-last: center;
    text-align-last: center;  
}
div.socialfp #bs-carousel .hero, div.services #bs-carousel .hero, .services .bs-carousel .hero {
    text-align: left;
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    height: 100%;
    padding: 15% 20px;
    position: absolute;
    top: 0;
    width: 350px;
    transform: none;
    text-shadow: none;
    z-index: 3;
}
@media (max-width: 768px){
    div.socialfp #bs-carousel .hero, div.services #bs-carousel .hero, .services .bs-carousel .hero {
        padding: 50% 10px;
        text-align: center;
    }
}
div.services #bs-carousel .hero, .services .bs-carousel .hero { width: 100%; max-width: 450px;}
div.socialfp #bs-carousel .hero h1, div.services #bs-carousel .hero h1, .services .bs-carousel .hero h1{
    color: #333;
    font-size: 5rem;
    letter-spacing: 0;
}
div.socialfp #bs-carousel .hero p, div.services #bs-carousel .hero p, .services .bs-carousel .hero p{
    color: #333;
    line-height: 1.5;
    border-bottom: #CCC 1px dotted;
    padding-bottom: 10px;
}
.portfolio-items .fade-carousel .slides img{ 
    height: 100%; 
    max-height: 100%; 
    min-height: 620px; 
    width: auto; 
    max-width: none; 
    margin-left: -20%; 
}
.portfolio-items .fade-carousel .slides { background: #161616; }
.portfolio-items .fade-carousel .women.slides { background: #D2D2D3; }
.portfolio-items .fade-carousel .kids.slides { background: #CCC; } 
.portfolio-items .fade-carousel .accessories.slides { background: #FFF; } 
.portfolio-items .fade-carousel .slides .hero {
    padding-top: 5%;
}
.portfolio-items .fade-carousel .slides .hero .prod-category{ padding: 10px 5px; }
.portfolio-items .fade-carousel .slides .hero .prod-category > div{ margin-bottom: 10px; } 
div.goomap{ overflow: hidden; width: 100%; max-height: 640px; height: auto; }
@media screen and (min-width: 1367px){ 
    div.goomap{max-height: 100%; } 
}
@media screen and (min-width: 1500px){
    .portfolio-items .fade-carousel .slides img{ margin-left: 0; }
}
iframe#goomap {
    height: 750px;
    left: 0;
    position: relative;
    top: 0px;
}
.say-helhttp://localhost/projects/personal/tss/Ver17/assets/images/products/outer/o3.jpglo{ padding-left: 20px; }
.say-hello a{ color: #333; }
.say-hello a:hover{ color: #11B09F; }
.prod-category a{
    color: #666;
    font-weight: 500;
    font-size: 16px;
    float: left;
    margin: 10px 20px 10px 0;
    min-height: 28px;
}
@media scren and (min-width: 700px){
    .prod-category a:nth-child(3n+1){
        clear:left
    }    
}
.prod-category a:hover, .prod-category a.active {
    border-bottom: #11B09F 3px solid;
    text-decoration: none;
}
#logolist li{ float: left; margin: 5px; }
#logolist li img{ max-height: 60px; min-height: 60px;}
.no-border{ border: none !important; }
.no-bg{ background: rgba(255,255,255,0)  !important; }
.no-padding{ padding: 0 !important; }
.no-margin{ margin: 0 !important; }
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right{ right: 10% !important; }
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left{ left: 10% !important; }
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello35aa.eot?28723339');
  src: url('../font/fontello35aa.eot?28723339#iefix') format('embedded-opentype'),
       url('../font/fontello35aa.woff?28723339') format('woff'),
       url('../font/fontello35aa.ttf?28723339') format('truetype'),
       url('../font/fontello35aa.svg?28723339#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon
{
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
   font-variant: normal;
  text-transform: none;
  line-height: 1em;
 
  margin-left: .2em;
  /* font-size: 120%; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-down-open:before { content: '\e800'; } 
.icon-left-open:before { content: '\e801'; } 
.icon-right-open:before { content: '\e802'; }
.icon-up-open:before { content: '\e803'; }
.icon-down-open-big:before { content: '\e804'; }
.icon-left-open-big:before { content: '\e805'; }
.icon-right-open-big:before { content: '\e806'; }
.icon-up-open-big:before { content: '\e807'; }
.icon-instagram-circled:before { content: '\f05e'; }
.icon-twitter-circled:before { content: '\f30a'; }
.icon-facebook-circled:before { content: '\f30d'; }
.icon-linkedin-circled:before { content: '\f319'; }
a.down-arrow{ text-align: center; display: block;}
a.down-arrow i{ color:#a7a7a7; font-size: 35px; }
a.down-arrow:hover i{ text-decoration: none; color: #06AE9E; }
.bx-wrapper{position:relative;margin:0 auto 5px;padding:0;*zoom:1;-ms-touch-action:pan-y;touch-action:pan-y}
.bx-wrapper img{max-width:100%;display:block;margin:0 auto;}
.bxslider{margin:0;padding:0}
ul.bxslider{list-style:none}
.bx-viewport{-webkit-transform:translatez(0); width: 90%; margin: 0 auto;}
.bx-wrapper .bx-controls-auto,.bx-wrapper .bx-pager{position:absolute;bottom:-30px;width:100%}
.bx-wrapper .bx-loading{min-height:50px;background:url(../images/icons/bx_loader.gif) center center no-repeat #fff;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000}
.bx-wrapper .bx-pager{text-align:center;font-size:.85em;font-family:Arial;font-weight:700;color:#666;padding-top:20px}
.bx-wrapper .bx-pager.bx-default-pager a{background:#666;text-indent:-9999px;display:block;width:10px;height:10px;margin:0 5px;outline:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}
.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:focus,.bx-wrapper .bx-pager.bx-default-pager a:hover{background:#000}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item,.bx-wrapper .bx-pager-item{display:inline-block;*zoom:1;*display:inline}
.bx-wrapper .bx-pager-item{font-size:0;line-height:0}.bx-wrapper .bx-prev{left:10px;background:url(../images/icons/controls.png) no-repeat 0 -32px}
.bx-wrapper .bx-prev:focus,.bx-wrapper .bx-prev:hover{background-position:0 0}
.bx-wrapper .bx-next{right:10px;background:url(../images/icons/controls.png) no-repeat -43px -32px}
.bx-wrapper .bx-next:focus,.bx-wrapper .bx-next:hover{background-position:-43px 0}
.bx-wrapper .bx-controls-direction a{position:absolute;top:50%;margin-top:-16px;outline:0;width:32px;height:32px;text-indent:-9999px;z-index:9999}
.bx-wrapper .bx-controls-direction a.disabled{display:none}.bx-wrapper .bx-controls-auto{text-align:center}.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url(../images/icons/controls.png) -86px -11px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-start.active,.bx-wrapper .bx-controls-auto .bx-start:focus,.bx-wrapper .bx-controls-auto .bx-start:hover{background-position:-86px 0}.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;background:url(../images/icons/controls.png) -86px -44px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-stop.active,.bx-wrapper .bx-controls-auto .bx-stop:focus,.bx-wrapper .bx-controls-auto .bx-stop:hover{background-position:-86px -33px}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px}.bx-wrapper .bx-caption{position:absolute;bottom:0;left:0;background:#666;background:rgba(80,80,80,.75);width:100%}.bx-wrapper .bx-caption span{color:#fff;display:block;font-size:.85em;padding:10px}
.bx-wrapper {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 85;

}
section#history{
    position: absolute;
    bottom: 0px;
    background: rgba(255,255,255,1);
}
@media (max-width: 768px){
    section#history{
        position: relative;
    }
}
section#history .bx-wrapper .bx-viewport ul.bxslider li{ 
    text-align: center; 
/*     padding: 5px 10px;  */
/*     padding: 10px; */
}
/* section#history .bx-wrapper .bx-viewport ul.bxslider li p {
    position: absolute;
    top: 75;
    display: none;
    line-height: normal;
    padding: 5px 10px;
    opacity: 0.0;
    left: 0;
} */
/* section#history .bx-wrapper .bx-viewport ul.bxslider li:hover p{ 
    display: inline-block; 
    border-top: #CCC 1px dashed;
    opacity:1.0;
    filter:alpha(opacity=100);position where      
    enlarged image should offset horizontally
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}  */
/* section#history ul.bxslider li:after {
    content:"";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px dashed #CCC;
} */
section#history ul.bxslider li h4 { padding: 10px 20px 0 20px; }
/* section#history ul.bxslider li p{ font-size: 12px; line-height: normal; } */
@media screen and (max-width: 320px) {
    section#history ul.bxslider li:after {
        content:"";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 50%;
/*         border-left: 2px dotted #ff0000; */
    }
}
section.contact .follow-us a {
    border: 1px solid #233d85;
    border-radius: 50%;
    display: inline-block;
    height: 35px;
    margin-right: 9px;
    padding: 7px;
    width: 35px;
    line-height: 20px;
}
section.contact .follow-us i{ font-size: 25px; color:#233d85; }
section.contact .follow-us a {
  border: 1px solid #233d85;
  border-radius: 50%;
  display: inline-block;
  height: 52px;
  margin-right: 9px;
  padding-bottom: : 5px;
  width: 52px;
  line-height:  40px;
}
section.contact .follow-us a:hover{ border: #ebebeb 1px dashed; background-color: #6AC4CB; }
div.quick-follow-us{ margin-top: 40px; }
div.quick-follow-us a{ margin-right: 18px; }
div.quick-follow-us a:hover{ border-bottom: #6AC4CB 2px dashed; }
div.quick-follow-us i{ font-size: 18px; color:#233d85; }

.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}
.flip {
    height: 158px;
    width: 270px;
    margin: 0 auto;
}
.flip img {
    width: 230px;
    height: auto;
    z-index: 999;
}
.flip .back {
    background: #FFF;
    color: #fff;
    text-align: center;
    padding: 30px 40px;
}
.paddingTop10{ padding-top: 10px; }