@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

/* NOTIFICATION STYLES */

.navbar-top {
    background: #333;
    padding: 8px 20px;
    color: white;
    text-align: center;
}

/* ==========================================================================
   Global Styles styles
   ========================================================================== */

body {
	font-family: 'Roboto', sans-serif;
	background-color: #eeeeee;
    color:rgba(0,0,0,.87);
    font-size: 14px;
    font-weight: 400;
    line-height: 20pt !important;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p { 
   font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 40px;
    line-height: 40px;
    font-weight: normal;
}

h2 {
   letter-spacing: 1px;
   font-weight: 100;
}

.team h2 {
    font-weight: 100;
}

h2.page-title {
    margin: 0 0 30px;
}

h3 { 
   font-size: 24px;
   letter-spacing: 1px; 
   font-weight: 400; 
   color: rgba(0,0,0,.87);
   margin: 0;
}

h3.page-subtitle {
    margin-top: -25px;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(0,0,0,.54);
    letter-spacing: 0px;
    line-height:20pt;
}

h4 {
    font-size: 32px;
    line-height: 35px;
    letter-spacing: -0.7px;
    font-weight: 300;
}

a {
    color: rgba(0,0,0,.87);
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.btn-main {
    background: #f98253 repeat scroll 0 0;
    border: none;
    font-weight: 400;
    border-radius: 0px;
    box-shadow: none;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: none;
    padding: 15px 20px;
    text-transform: uppercase;
}

.btn-main:hover {
    background: #fd966d repeat scroll 0 0;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
}

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

.dropdown-backdrop { position: static; }

::selection {
    background: #6491b4; /* Safari */
    color: #FFFFFF;
}

::-moz-selection {
 background: #38c8e0; /* Firefox */
 color: #FFFFFF;
}

iframe {
    background: none;
    border: none;
}

hr {
    width: 45px;
    height: 3px;
    background: #87d22e;
}

blockquote {
    border-left: 5px solid #7bbe21;
}

p.secondary {
  color: #9a9a9a;
  padding-bottom: 65px;
  letter-spacing: 1px;
}

.divider, .divider-white {
    height: 1px;
    display: block;
    width: 100%;
    margin: 20px 0px;
}

.divider {
    background: rgba(0,0,0,.2);
}

.divider-white {
    background: rgba(255,255,255,.3);
}

.padding-medium {
    padding: 55px 0px;
}

.padding-large {
    padding: 150px 0px;
}

.simple-list li {
    padding: 16px;
    border-top: 1px solid #e0e0e0;
}

.simple-list.no-top li:first-child {
    border-top: 0px;
}

.simple-list li > ul li {
    border-top: 0px;
    padding: 5px 16px;
}

.heading-color .header {
    height: 70px;
    background-color: #253138;
    margin-bottom: 20px;
}

.plugins .heading-color .header {
    height: 100px;
    margin-bottom: -2px;
}

.plugins .plugin-logo {
    position: absolute;
    top: 17px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 90%;
}

#plugins-top {
    background: #0b4b6e url(../images/mountain-space-bg2.jpg);
    background-size: calc(100% + 20px);
    background-attachment: fixed;
    background-position: top center;
}

.plugins-top {
    padding: 100px 0px;
    color: white;
    text-align: center;
    position: relative;
    height: 100vh;
    margin-top: -90px;
}

.plugins-top .container {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 15;
    pointer-events: none;
}

.plugins-top h2, .plugins-top h3 {
    position: relative;
    z-index: 15;
    color: white;
}

.plugins-top h2 {
    font-size: 60px;
    margin-bottom: 60px;
}

.plugins-top h3 {
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-top: 85px;
}

.plugins-top img {
    max-width: 100%;
}

.plugins-top .flex {
    padding: 10px 30px;
    line-height: 65px;
}

.plugins-top-list {
    position: relative;
    z-index: 15;
}

.plugins-top #mountains {
    background:url('../images/mountains-min.png');
    position: absolute;
    bottom:0;
    left: 0;
    width:100%;
    z-index:11;
    background-size: calc(100% + 50px);
    height: 100%;
    background-attachment: fixed;
}

.plugins-top #mountainSmall {
    background:url('../images/mountain-small.png');
    position: absolute;
    bottom:0;
    left: 0;
    width:100%;
    z-index:11;
    background-size: calc(100% + 140px);
    height: 100%;
    background-attachment: fixed;
}

#clients .client-logo {
    min-width: 240px;
    height: 160px;
    text-align: center;
    padding: 40px;
    line-height: calc(160px - 80px);
    opacity: .6;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    display: none;
}

#clients .client-logo img {
    max-width: 100%;
    max-height: 100%;
}

#clients .client-logo:hover {
    opacity: 1;
}

#clients .client-wrap {
    padding: 40px 0px 80px;
}

#clients .content {
    background: white;
}

.client-filters {
    text-align: center;
    padding-top: 80px;
}

.client-filters input[type="radio"] {
    opacity: 0;
    width: 0px;
}

.client-filters label {
    padding: 10px 25px;
    border: 1px solid #eee;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.client-filters label:hover {
    background: #00BCD4;
    border-color: #00BCD4;
    color: white;

}

.client-filters input[type=radio]:checked + label {
    color: white;
    background: #37474F;
    border-color: #37474F;
}

@media ( max-width:980px ) {
 #plugins-top {
     background: #0b4b6e;
     background-image: none;
     background-attachment: scroll;
     margin-top: -12px;
 }
    .plugins-top #mountains, .plugins-top #mountainSmall { display: none; }
    .plugins-top-list { display: block !important; }
    .plugins-top-list .flex { display: inline-block; width: 40%; padding: 10px 5px; }
}

.icon-heading {
    width: 75px;
    height: 75px;
    background: #84d701;
    border-radius: 50%;
    color: white;
    position: absolute;
    left: 50%;
    top: 31px;
    transform: translateX(-50%);
    padding: 20px;
}

.bg-space {
    background: url('../images/bg-space.jpg') no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: white;
}

.white-bg {
    background-color: white;
}

.flat {
    color: rgba(0,0,0,.87);
    background: transparent;
}

.blue-text {
    color: #00bcd4;
}

.g-recaptcha {
    padding: 15px 3px;
    width: 100%;
}

.g-recaptcha > div {
    float: right;
}

.customer-support .g-recaptcha > div {
    float: none;
}

.center{
    text-align: center;
}

.show {
    display: block;
}


/* ==========================================================================
   Color
   ========================================================================== */

.green, .orange, .purple, .red, .blue {
    color: white;
}

.green {
    background: #84d701;
}
.orange{
    background: #fc9826;
}
.purple {
    background: #9C27B0;
}
.red {
    background: #f44336;
}
.yellow {
    background: #feec26;
}
.lime{
    background: #cddc39;
}
.blue{
    background: #00bcd4;
}
.grey {
    background: #e0e0e0;
    text-align: center;
    padding: 55px 0;
}
.amber {
    background: #FFC107 !important;
}
#blue{
    background-image: url('/images/blue-bg.jpg');
    background-size: 50% 100%;
    background-repeat: repeat-y;
    background-position:right;
}
.space-blue {
    background: #253138;
    color: white;
    position: relative;
}

.space-blue a { color: white !important; }

.space-blue h3 {
    color: white;
    font-weight: 200;
    font-size: 20px;
}

.space-blue .desc {
    padding-top: 30px;
    font-weight: 300;
    letter-spacing: 1px;
    position: relative;
    margin-top: 30px;
}

.space-blue .desc:before {
    height: 1px;
    background: white;
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    width: 50px;
    transform: translateX(-50%);
    opacity: .5;
}

/* ==========================================================================
   Navigation Styles
   ========================================================================== */

.nav>li {
    font-size: 16px;
}

.navbar {
    background: white;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
    border: 0px;
}

.navbar-nav>li>.dropdown-menu {
    border-color: #E0E0E0;
    border-radius: 0px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 0px;
}

.navbar-nav>li>.dropdown-menu li {
    -webkit-column-break-inside: avoid;
              page-break-inside: avoid;
                   break-inside: avoid;
}

.navbar-default .navbar-nav>li>a iron-icon {
    width: 20px;
    height: 20px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #F5F5F5;
}

.navbar-default .navbar-nav>li>a {
    color: rgba(0,0,0,.87);
}

.navbar-fixed-top {
    z-index: 101;
}

.double-dropdown {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
}

.dropdown-right, #sampleArea .dropdown-menu {
    left: auto !important;
    right: 0 !important;
    transform: none !important;
}

.dropdown-menu {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
    font-size: 16px;
}

.dropdown-menu>li>a {
    color: rgba(0,0,0,.87) !important;
    padding: 20px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: #F5F5F5;
}

.dropdown-menu iron-icon {
    margin-right: 18px;
}


li.sign-up {
    background: #6491b4 repeat scroll 0 0;
    border: none;
    font-weight: 400;
    border-radius: 0px;
    box-shadow: none;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: none;
    padding: 0px 8px;
    text-transform: uppercase;
}

li.sign-up:hover {
    background: #63ddf2 repeat scroll 0 0; color: #FFFFFF;
    text-decoration: none;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
}

/* ==========================================================================
   Header Styles
   ========================================================================== */ 

#header {
    background: #3e4549;
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 620px;
}

/* ==========================================================================
   Home Page Styles
   ========================================================================== */

#home-content { background: #6491b4; }

.home-box {
    padding: 80px 0px 80px 0px;
    color: #ffffff;
    background-position: center bottom;
}

.home-box:hover {
    background: url("../img/arrow.png") no-repeat scroll center bottom #579fd6;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
}

.home-box i { padding-bottom: 30px; }

.home-box p {
    padding-left: 30px;
    padding-right: 30px;
}

.home-box a, .home-box a:hover { color: #ffffff; }

.list-inline.home-icons > li {
    padding-right: 30px;
    margin-bottom: 40px;
}

.clients img { padding-bottom: 25px; }

.clients img:hover {
    opacity: 0.5;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
}

.home-testimonial {
    min-height: 400px;
    background: transparent;
    padding: 120px 0;
    color: #000;
    text-align: left;
}

.home-testimonial h2 {
    color: #283238;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 20px;
    background: rgba(135, 213, 0, .6);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .6);
}

.home-testimonial p {
  color: #000;
  font-weight: 400;
  padding: 10px 20px 0;
  font-weight: 400;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, .6);
}

.home-testimonial p strong {
  padding-bottom: 20px;
}

.home-testimonial p a {
  text-decoration: underline;
  color: #000;
}

.home-testimonial .white-bg {
  background-color: rgba(255, 255, 255, .5);
  border-radius: 0 0 4px 4px;
}


/* ==========================================================================
   Content styles
   ========================================================================== */

.content {
    /* padding-top: 90px; */
    padding-top: 95px;
    height: inherit !important;
}

#content {
    padding-top: 80px;
    padding-bottom: 80px;
}

/************ HOME PAGE VIDEO ***********/

.loop-container {
    height: 100vh;
}

.video-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    background: #00bcd4;
}

#looped-vid {
    display: block;
    position: absolute;
    min-height: 140%;
    min-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: cover;
    visibility: visible;
}

/********* END OF HOME PAGE VIDEO ************/


/* ==========================================================================
   Contact us styles
   ========================================================================== */

.contact-us h2 {
    margin-top: 0px;
}

.contact-us p {
    line-height: 20pt;
}

.contact-us paper-card {
    background-color: white;
}

.contact-us .paper-left {
    color: white;
    background: #273238;
    padding: 30px;
}

.contact-us .card-content {
    padding: 30px;
}

.contact-us .g-recaptcha {
    margin: 30px 0px;
}

.contact-extra-info {
    padding: 0px 0px 30px;
}

.contact-forms {
    color: white;
    padding: 30px 0px;
}

.contact-forms a {
    text-transform: uppercase;
    float: right;
    font-weight: 500;
    color: white;
}

#page-title {
    background: #3E4549;
    padding-top: 120px;
}

.title-blue {
    background: url("../img/arrow-blue.png") no-repeat scroll left bottom #3E4549;
    padding-bottom: 30px;
}

.title-white {
    background: url("../img/arrow.png") no-repeat scroll left bottom #3E4549;
    padding-bottom: 30px;
}

#blue-container {
    background: #38c8e0;
    padding-top: 80px;
    padding-bottom: 80px;
}


/* ==========================================================================
   Meet the Team Styles
   ========================================================================== */

#team {
    background: url("../img/team-bg.jpg") no-repeat scroll center center #ffffff;
    padding-top: 80px;
    padding-bottom: 0px;
    background-size: cover;
}

.team-member {
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    float: left;
    overflow: hidden;
    position: relative;
}

.team-member a {
    background: none no-repeat scroll center center rgba(56, 200, 225, 0.9);
    border-radius: 50% 50% 50% 50%;
    bottom: 0;
    color: white;
    height: 70%;
    left: 0;
    max-height: 272px;
    max-width: 280px;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 90px;
    width: 100%;
    z-index: 100;
}

.team-member a span.info {
    display: table;
    width: 100%;
    height: 100%;
}

.team-member a span.info span {
    font-family: 'Roboto', sans-serif;
    font-size: 14.5px;
    line-height: 17px;
    color: #FFFFFF;
    vertical-align: middle;
    display: table-cell;
}

.team-member:hover span {
    opacity: 1;
    z-index: 20;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
}

.team-member a:hover {
    bottom: 0;
    opacity: 1;
    transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.500, 0, 1) 0s;
    -moz-transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.500, 0, 1) 0s;
    -webkit-transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.500, 0, 1) 0s;
}


/* ==========================================================================
   Form Styles
   ========================================================================== */

.alert {
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    border-radius: 0px;
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert-success {
    background-color: #DFF0D8;
    border-color: transparent;
    color: #468847;
}

.alert-danger, .alert-error {
    background-color: #F2DEDE;
    border-color: transparent;
    color: #B94A48;
}

/* ==========================================================================
   Signup and signin styles
   ========================================================================== */

.form-container {
    background: #3E4549;
    padding-top: 20px;
    padding-bottom: 20px;
}

.form-horizontal .controls { margin-left: 0px; }

.small-message { color: #fff; }

.small-message:hover {
    color: #fff;
    opacity: 0.6;
    text-decoration: none;
}

/* ==========================================================================
   Contact Page Styles
   ========================================================================== */

#map {
    height: 450px;
    padding-bottom: 0;
}
#map > iframe {
    background-color: transparent;
    border: medium none;
    height: inherit;
    overflow: hidden;
    width: 100%;
}

/* ==========================================================================
   Pagination Styles
   ========================================================================== */

.pagination ul {
    border-radius: 0px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
}

.pagination ul > li > a, .pagination ul > li > span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f1f4f5;
    border-color: transparent;
    border-image: none;
    border-style: solid;
    border-width: 0px 0px 0px 0;
    float: left;
    line-height: 20px;
    padding: 10px 16px; text-decoration: none;
}

.pagination ul > li > a:hover { background: #e4e9ea; }
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span { border-bottom-left-radius: 0px; border-left-width: 0px; border-top-left-radius: 0px; }
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span { border-bottom-right-radius: 0px; border-top-right-radius: 0px; }


/* ==========================================================================
   2016 NEW HOMEPAGE STYLES
   ========================================================================== */

.inherit {
    color: inherit;
    background-color: inherit;
}

.btn {
    text-transform: uppercase;
}

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

.spacer {
    height: 30px;
}

.raised {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.24);
}

.form-group {
    position: relative;
}

/* HERO ANIMATION */

.home-cta {
    position: absolute;
    top: calc(50% + 45px);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
}

.home-cta h1 {
    color: #ffffff;
    font-weight: 300;
    margin: 0;
    font-size: 40px;
}

.home-cta h2 {
    color: white;
    font-weight: 100;
    margin: 0 0 50px;
    font-size: 20px;
}

.hero-animation {
    position: relative;
    width: 390px;
    height: 390px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero1 {
    width: 0px;
    margin: 0 auto;
    position: relative;
}

.circle1, .circle2 {
    width: 0px;
    height: 0px;
    background: rgba(0,0,0,.07);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
}

.planet-earth,
.planet-mars,
.planet-jupiter,
.planet-saturn,
.planet-uranus,
.planet-neptune,
.planet-mercury,
.planet-venus { position: absolute; background-size: 100%; width: 0px; height: 0px; }

.planet-earth {
    top: 72px;
    left: 17px;
    background: url('/images/planet-earth.svg') no-repeat;
}

.planet-mars {
    top: 4px;
    left: 113px;
    background: url('/images/planet-mars.svg') no-repeat;
}

.planet-jupiter {
    top: -19px;
    left: 233px;
    background: url('/images/planet-jupiter.svg') no-repeat;
}

.planet-saturn {
    top: 156px;
    left: 311px;
    background: url('/images/planet-saturn.svg') no-repeat;
}

.planet-uranus {
    top: 304px;
    left: 285px;
    background: url('/images/planet-uranus.svg') no-repeat;
}

.planet-neptune {
    top: 355px;
    left: 136px;
    background: url('/images/planet-neptune.svg') no-repeat;
}

.planet-mercury {
    top: 300px;
    left: 33px;
    background: url('/images/planet-mercury.svg') no-repeat;
}

.planet-venus {
    top: 197px;
    left: -11px;
    background: url('/images/planet-venus.svg') no-repeat;
}

.hero-text {
    text-align: left;
    position: absolute;
    top: 50%;
    left: 425px;
    transform: translateY(-50%);
    opacity: 0;
}

@-webkit-keyframes hover {
    0% {
        top: -10px;
    }

    50% {
        top: 0px;
    }

    100% {
        top: -10px;
    }
}

@keyframes hover {
    0% {
        top: -10px;
    }

    50% {
        top: 0px;
    }

    100% {
        top: -10px;
    }
}

.scroll-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 30px;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
}

.scroll-arrow i {
    -webkit-animation-name: hover;
    animation-name: hover;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 40px;
    color: white;
}

/* */

paper-button.btn-cta {
    padding: 20px 50px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(0,0,0,.87);
    height: inherit;
}

.home-cards {
    margin-top: -90px;
}

#home paper-card, .white-cards paper-card {
    background-color: white !important;
    width: calc(100% - 30px) !important;
    margin: 15px auto !important;
}

paper-card h2, .header .title-text {
    font-size: 20px !important;
    font-weight: 300 !important;
}

paper-card paper-input, paper-card paper-textarea {
    margin: 0px 10px;
}

.card {
    max-width: 100% !important;
}

.card-1 li {
       padding: 15px 0px;
}

.card-1 .header {
    max-height: 215px;
}

.card-2 li {
    list-style: none;
    padding: 13px 0px 13px 60px;
    position: relative;
}

.card-2 li:nth-child(1), .card-2 li:nth-child(2), .card-2 li:nth-child(3) {
    background-position: center left;
    background-repeat: no-repeat;
}

.card-2 li:nth-child(1) {
    background-image: url('/images/icon-truck-slash.png');
}

.card-2 li:nth-child(2) {
    background-image: url('/images/icon-robbi.png');
}

.card-2 li:nth-child(3) {
    background-image: url('/images/icon-tech.png');
}

.card-2 {
    margin-bottom: 15px;
}

.card-3 .buttons {
    padding-top: 1px;
}

.home-info {
    padding: 15px 0px;
}

.home-info .container {
    padding-left: 30px;
    padding-right: 30px;
}

.box.iron-selected {
    width: 88%;
    cursor: default;
}

.box.iron-selected .box-desc {
    right: 30px;
    opacity: 1;
}

.box.iron-selected .box-content {
    width: 33.3%;
}

.box #header {
    background: transparent;
    min-height: 0;
}

.box {
    display: inline-block;
    width: 33.3%;
    color: white;
    font-weight: 100;
    font-size: 16px;
    height: 300px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.box-desc {
    position: relative;
    right: -200px;
    width: 60%;
    float: right;
    line-height: 24px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.box .img-crop {
    width: 117px;
    height: 117px;
    text-align:center;
    margin: 0 auto;
}

.box .box-content {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    width: 100%;
    font-size: 28px;
    white-space: nowrap;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.box-green {
    background-color: #84d701;
}

.box-blue {
    background-color: #00bcd4;
}

.box-orange {
    background-color: #fc9826;
}

.box-small {
    width: 6%;
}

.box-small .box-content, .box .box-desc {
    opacity: 0;
}

.home-journey {
    text-align: center;
    padding-bottom: 30px;
}

.home-journey h2 {
    text-transform: uppercase;
    font-size: 32px !important;
    padding-bottom: 25px;
    margin-top: 0px;
}

.home-journey .btn {
    padding: 16px 30px;
    color: white;
    font-weight: 100;
    font-size: 16px;
}

.home-journey .card-content {
    padding: 70px 16px;
}

.home-journey paper-button {
    height: inherit;
}

.testimonials {
    color: white;
    padding: 100px 0px;
    margin-top: 50px;
    height: 465px;
}

.testimonials .author {
    font-size: 28px;
    font-weight: 100;
}

.testimonials .title {
    font-size: 20px;
    font-weight: 100;
}

.testimonials .desc {
    padding: 30px 0px;
    letter-spacing: 1px;
    font-weight: 100;
    line-height: 24px;
}

.testimonials .desc-logos {
    text-align: center;
}

.testimonials .desc-logos img {
    margin: 15px 0px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
}

.testimonials button {
    padding: 16px 30px;
}

.testimonials .testimonial-carousel {
    position: absolute;
    top: -130px;
    right: 0px;
}

.testimonials .avatar {
    width: 385px;
    height: 385px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -130px;
    right: 0;
}

.testimonials .avatar img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testimonials .planets {
    position: absolute;
    top: -157px;
    right: -27px;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    height: 440px;
    width: 440px;
    margin-left: 0;
    left: inherit;
    transition: all .5s ease-in-out;
}

.testimonials .carousel-control {
    color: white !important;
    background-image: none;
    width: inherit;
}

.testimonials .carousel-control.left {
    left: -80px;
}

.testimonials .carousel-control.right {
    right: -80px;
}

.planets li {
    background-repeat: no-repeat;
    border: none;
    border-radius: none;
    position: absolute;
    top: 50%;
    left: 50%;
}

.planets .planet1 {
    background-image: url('/images/planet1.png');
    width: 29px;
    height: 29px;
    margin: -15px;
    transform: rotate(180deg) translate(220px) rotate(-180deg);
}

.planets .planet2 {
    background-image: url('/images/planet2.png');
    width: 18px;
    height: 18px;
    margin: -9px;
    transform: rotate(135deg) translate(220px) rotate(-135deg);
}

.planets .planet3 {
    background-image: url('/images/planet3.png');
    width: 24px;
    height: 24px;
    margin: -12px;
    transform: rotate(90deg) translate(220px) rotate(-90deg);
}

.planets .planet4 {
    background-image: url('/images/planet4.png');
    width: 26px;
    height: 26px;
    margin: -13px;
    transform: rotate(45deg) translate(220px) rotate(-45deg);
}

.planets .planet5 {
    background-image: url('/images/planet5.png');
    width: 25px;
    height: 25px;
    margin: -13px;
    transform: rotate(0deg) translate(220px) rotate(0deg);
}

.planets .planet6 {
    background-image: url('/images/planet6.png');
    width: 37px;
    height: 37px;
    margin: -18px;
    transform: rotate(-45deg) translate(220px) rotate(45deg);
}

.planets .planet7 {
    background-image: url('/images/planet7.png');
    width: 18px;
    height: 18px;
    margin: -9px;
    transform: rotate(-90deg) translate(220px) rotate(90deg);
}

.planets .planet8 {
    background-image: url('/images/planet8.png');
    width: 29px;
    height: 29px;
    margin: -15px;
    transform: rotate(-135deg) translate(220px) rotate(135deg);
}

.carousel-indicators .active {
    background-color: transparent;
}

.carousel-inner {
    overflow: visible;
}

.carousel-caption {
    text-align: left;
    top: 0;
    left: 0;
    right: inherit;
    max-width: 55%;
    position: relative;
    text-shadow: 0 0 0;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}


/* ==========================================================================
   GET STARTED FOOTER STYLES
   ========================================================================== */

.get-started .paper-input-container-0 .input-content.paper-input-container input, .get-started .paper-input-container-0 .input-content.label-is-floating.paper-input-container label {
    color: white;
}

.get-started .paper-input-container-0 .input-content.paper-input-container label {
    color: rgba(255,255,255,.26);
}

.get-started .paper-input-container-0 .unfocused-line.paper-input-container {
    background: rgba(255,255,255,.26);
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* ==========================================================================
   Bottom and Footer styles
   ========================================================================== */

ul.social-icons {
    list-style: none;
    margin: 0px;
    padding: 0;
}
ul.social-icons li { display: inline; padding-right: 20px; line-height: 50px; }
ul.social-icons li a {
    color: rgba(0,0,0,.38) !important;
    text-decoration: none;
    display: inline-block;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
}
ul.social-icons li a:hover { 
    color: #38C8E0;
    bottom: 12px;
    text-decoration: none;
    cursor: pointer !important;
}

ul.social-icons li a i {
    font-size: 26px;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    cursor: pointer;
}

a [class^="icon-"], a [class*=" icon-"] {
    display: inline-block;
}

footer {
    position: relative;
    padding: 100px 0px;
    background: #ffffff url('/images/circuitboard-left.png') no-repeat left top;
    font-weight: 300;
}

footer:after {
    content:'';
    background: url('/images/circuitboard-right.png') no-repeat right top;
    position: absolute;
    height: 100%;
    width: 587px;
    display: block;
    top: 0;
    right: 0;
}

footer a {
    color: rgba(0,0,0,.87) !important;
}

footer h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

footer .container {
    position: relative;
    z-index: 100;
}

.copyright {
    text-align: center;
    font-size: 12px;
    line-height: 150%;
}

.copyright img {
    margin: 0 auto;
}

/* PRICING */

.slow-blue-change {
    background: linear-gradient(89deg, #00bcd4, #263238);
    background-size: 400% 400%;

    -webkit-animation: SlowGradient 36s ease infinite;
    -moz-animation: SlowGradient 36s ease infinite;
    animation: SlowGradient 36s ease infinite;
}

@-webkit-keyframes SlowGradient {
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}
@-moz-keyframes SlowGradient {
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}
@keyframes SlowGradient {
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}

.slow-blue-change h3 {
    color: white;
    font-size: 20px;
    font-weight: 200;
    padding-top: 30px;
}

.slow-green-change {
    background: linear-gradient(89deg, #263238, #546e7a, #8bc34a);
    background-size: 600% 600%;

    -webkit-animation: SlowGradientGreen 36s ease infinite;
    -moz-animation: SlowGradientGreen 36s ease infinite;
    animation: SlowGradientGreen 36s ease infinite;
}

@-webkit-keyframes SlowGradientGreen {
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}
@-moz-keyframes SlowGradientGreen {
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}
@keyframes SlowGradientGreen {
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}

.pricing { position: relative; }

.pricing .pricing-table {
    background: white;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    font-size: 13px;
    color: #424242;
}

.pricing .header-item, .pricing .data-item {
    padding: 15px 24px;
}

.pricing .data-item {
    text-align: center;
}

.pricing .row-list, .pricing .row-header {
    border-bottom: 1px solid #e5e5e5;
}

.pricing .row-list:after, .pricing .row-header:after {
    clear: both;
    display: table;
    content:'';
}

.pricing .row-header {
    background-color: #fafafa;
}

.pricing .dark-header {
    background-color: #263238 !important;
    color: white;
}

.pricing .row-list:hover {
    background: #fafafa;
}

.pricing .pricing-header:hover {
    background: white;
}

.pricing .data-item iron-icon {
    width: 20px;
}

.pricing .header-item .info {
    width: 16px;
    color: rgba(0,0,0,.3);
    cursor: pointer;
}

.pricing .header-item span .info:hover {
    color: #87D500;
}

.pricing .header-item span {
    position: relative;
    display: inline-block;
}

.pricing .header-item span .info:hover ~ .note {
    opacity: 1;
    left: calc(100% + 12px);
}

.pricing .header-item .note {
    display: block;
    position: absolute;
    left: calc(100% + 30px);
    top: 50%;
    z-index: 100;
    background: #263238;
    opacity: 0;
    padding: 8px 12px;
    font-size: 12px;
    color: white;
    line-height: 18px;
    transform: translateY(-50%);
    white-space: nowrap;
    border-radius: 2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}

.pricing .header-item .note:after {
    content: '';
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent #263238 transparent transparent;
}

.white-title {
    font-size: 50px;
    color: white;
    line-height: 110%;
    text-align: center;
    font-weight: 300;
    position: relative;
}

.pricing-message {
    text-align: center;
    padding-bottom: 55px;
    max-width: 800px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 300;
}

.pricing-message paper-button {
    font-size: 18px;
    padding: 18px 40px;
    height: inherit;
    margin-top: 30px;
}

.package-header {
    text-transform: uppercase;
    font-size: 22px;
}

.package-header span {
    text-transform: none;
    display: block;
    font-size: 13px;
    color: rgba(255,255,255,.5);
}

.pricing .package-header-extra {
    font-size: 12px;
    line-height: 20px;
    opacity: .75;
}

.pricing .package-header-price {
    font-size: 40px;
    font-weight: 600;
    line-height: 35px;
}

.package-header-price sup {
    font-size: 22px;
    font-weight: 300;
}

.package-header-price span {
    font-size: 20px;
    font-weight: 300;
}

.enterprise-color { color: #f44336 !important; text-align: center; }
.startup-color { color: #87d500; }
.prosper-color { color: #03A9F4; }
.prosperplus-color { color: #FF9800; }
.enterprise-padding { padding: 36px 24px !important; }

/* Sticky scroll */

#sticky {

}

#sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 93px;
    z-index: 100;
    max-width: 1138px;
    width: 100%;
}

@media (max-width:767px) {
    .pricing .pricing-table { border: 0px; }
    .pricing .package-header {
        border-bottom: 30px solid #eee;
        padding-bottom: 55px !important;
        text-align: center !important;
    }
    #sticky, #sticky-anchor, .pricing .dark-header .header-item, .row-list.pricing-header, .pricing .header-item .info { display: none; }
    .slow-blue-change { padding-top: 30px; padding-bottom: 30px; }
    .slow-blue-change h3 { font-size: 16px; line-height: 20px; }
    .white-title { font-size:30px; }

    .dark-header .package-header:after {
        display: block;
        color: white;
        text-transform: none;
        font-weight: normal;
        font-size: 28px;
        top: 10px;
        position: relative;
    }
    .dark-header .package-header:before {
        display: block;
        color: white;
        text-transform: none;
        font-weight: normal;
        font-size: 12px;
        position: absolute;
        bottom: 10px;
        left: 0px;
        padding: 0px 8px;
        line-height: 20px;
        opacity: .5;
        width: 100%;
    }
    .dark-header .package-header:nth-child(1):before {
        content:'inquire@iglobalstores.com or call 801-938-8033';
    }
    .dark-header .package-header:nth-child(2):after {
         content:'$119/mo';
     }
    .dark-header .package-header:nth-child(2):before {
        content:'Up to $50k in annual international sales. 3.9% is only applied to sales in excess.';
    }
    .dark-header .package-header:nth-child(3):after {
        content:'$599/mo';
    }
    .dark-header .package-header:nth-child(3):before {
        content:'Up to $250k in annual international sales. 2.9% is only applied to sales in excess.';
    }
    .dark-header .package-header:nth-child(4):after {
        content:'$2,395/mo';
    }
    .dark-header .package-header:nth-child(4):before {
        content:'Up to $1M in annual international sales. 2.4% is only applied to sales in excess.';
    }

    .row-list .data-item:before {
        position: absolute;
        left: 20px;
        top: 8px;
        display: block;
        white-space: nowrap;
    }
    .row-list .data-item:nth-of-type(2):before {
        content: 'Startup';
    }
    .row-list .data-item:nth-of-type(3):before {
        content: 'Prosper';
    }
    .row-list .data-item:nth-of-type(4):before {
        content: 'Prosper+';
    }
    .pricing .data-item { text-align: right; padding: 8px 20px; }
    .pricing .header-item:nth-of-type(1) {
        font-weight: bold;
        text-align: center;
    }
}

/* Particles.js */

#particles-js {
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}


/* ==========================================================================
   from Custom Styles - needs to be organized
   ========================================================================== */

.down-btn {
    margin-top: 30px;
}

.cta{
    background:#87d32e;
    text-transform: uppercase;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),0 1px 5px 0 rgba(0, 0, 0, 0.12),0 3px 1px -2px rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 1em 1.5em;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 100%;
    height: 40px;
}

.read-more {
    background:#757575;
    text-transform: uppercase;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),0 1px 5px 0 rgba(0, 0, 0, 0.12),0 3px 1px -2px rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 1em .9em;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 100%;
    height: 40px;
}

a.read-more, a.cta {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),0 1px 5px 0 rgba(0, 0, 0, 0.12),0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.services-selection h2, .how-it-works h2{
    text-align: center;
}
.hovering-o {
    background: url('/images/iglobal-stores-logo-hover.png') no-repeat;
    background-size: 100%;
    padding-bottom: 15px;
}

.hovering-o img {
    -webkit-animation-name: float;
    animation-name: float;
    animation-duration: 4s;
    -webkit-animation-duration: 4s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    left: 0px;
    bottom: -35px;
    position: relative;
    opacity: 1;
}

@keyframes float {
    0%, 10% {
        opacity: 1;
        bottom: -35px;
    }
    35% {
        opacity: 0;
    }
    40%, 60% {
        bottom: 70px;
        opacity: 0;
    }
    80% {
        opacity: 1;
    }
    100% {
        bottom: -35px;
    }
}

@-webkit-keyframes float {
    0%, 10% {
        opacity: 1;
        bottom: -35px;
    }
    35% {
        opacity: 0;
    }
    40%, 60% {
        bottom: 70px;
        opacity: 0;
    }
    80% {
        opacity: 1;
    }
    100% {
        bottom: -35px;
    }
}

.breadcrumb { margin-bottom: 0; background-color: #E0E0E0; padding: 5px 40px; border-radius: 0;}
.breadcrumb a {
    color: rgba(0,0,0,.54) !important;
    font-size: 12px;
}
.breadcrumb .active { position: relative; }
.breadcrumb .active:after {
    bottom: -5px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #eee;
    border-width: 8px;
    left: 48%;
}
.breadcrumb a:hover { color: white; }


#sampleArea .dropdown > a {
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 50%;
    padding: 0px;
    display: inline-block;
    background: url('../images/vert-lines.gif') no-repeat 20px;
    margin-top: 27px;
    margin-right: 15px;
    margin-bottom: 14px;
}

#igNest { height: 70px; }

.bottomLinks {
    padding: 0;
    margin: 0;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

.bottomLinks li{
    list-style-type: none;
    padding: 0 15px 0 0;
}

.bottomLinks li a:hover { color: #bdbdbd; }

.bottomLinks li a { color: #778489; }



/* ==========================================================================
   About theVerse
   ========================================================================== */

.transport, .transport-star1, .transport-star2 {
    background-repeat: repeat-x;
    background-position: center top;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
}
.transport {
    background-image: url(/images/the-verse-transport1.png);
}
.transport-star1 {
    background-image: url(/images/the-verse-transport2.png);
    -webkit-animation: twinkle1 1s infinite;
    animation: twinkle1 1s infinite;
    opacity: 1;
}
.transport-star2 {
    background-image: url(/images/the-verse-transport3.png);
    -webkit-animation: twinkle1 1.3s infinite;
    animation: twinkle1 1.3s infinite;
    opacity: 1;
}

@keyframes twinkle1 {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: .2;
    }
}

@-webkit-keyframes twinkle1 {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: .2;
    }
}




/* ==========================================================================
   Mobile Styles
   ========================================================================== */

@media (max-width: 1500px) {
    .plugins-top {
        height: 700px;
        margin-top: 0;
    }
    .plugins-top .container {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .navbar-brand img {
        max-width: 120px;
    }
    .hero-animation {
        display: none;
    }
    .hero-text {
        position: relative;
        top: 0;
        left: 0 !important;
        opacity: 1 !important;
        transform: none;
        text-align: center;
    }
    .plugins-top {
        height: 500px;
        margin-top: 0;
    }
    .plugins-top .container {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .padding-medium {
        padding: 30px 0px;
    }

    h2.page-title {
        margin-bottom: 15px;
    }

    h3.page-subtitle {
        margin-top: -10px;
        margin-bottom: 15px;
    }

    .carousel-caption {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .home-journey .card-content {
        padding: 30px 16px;
    }

    .home-journey {
        padding-bottom: 0px;
    }

    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .carousel {
        padding: 30px 0px;
    }

    footer {
        background: white;
        padding: 15px 0px;
    }

    footer:after {
        display: none;
    }

    footer > div > div > div {
        padding: 15px 0px;
    }

    .testimonials {
        margin-top: 15px;
        padding: 0px;
    }

    .testimonials .planets {
        display: none;
    }

    .testimonials .avatar {
        width: 300px;
        height: 300px;
        top: -30px;
    }

    #looped-vid {
        display: none !important;
    }

    .contact-us .layout.horizontal, #international-checkout .layout.horizontal {
        -ms-flex-direction: column !important;
        -webkit-flex-direction: column !important;
        flex-direction: column !important;
    }

    #international-checkout img {
        padding-top:30px;
    }

    .btn-center {
        text-align: center;
    }
    /*.pricing .no-padding-right, .pricing .expand, .pricing .package-header-title { display: none; }
    .pricing .view-more { max-height: 99999px; padding-bottom: 0px; }
    .pricing .package-list li, .pricing .package-footnotes li { text-align: right; padding: 5px 20px; }
    .pricing .package-list li:before, .pricing .package-footnotes li:before { padding: 5px 0px; position: absolute; left: 20px; top: 0px; }
    .pricing .package-header:before { font-weight: bold; font-size: 24px; display: block; width: 100%; border-top: 20px solid #263137; padding: 30px 0px; }
    .pricing .package:nth-of-type(1) .package-header:before { content: "Startup"; border-top: none !important; margin-top: 0px !important; }
    .pricing .package:nth-of-type(2) .package-header:before { content: "Prosper"; }
    .pricing .package:nth-of-type(3) .package-header:before { content: "Prosper+"; }
    .pricing .package:nth-of-type(1) .package-header:before { margin-top: 30px; }
    .pricing .main-list li:nth-of-type(1):before { content: "Global checkout - responsive package"; }
    .pricing .main-list li:nth-of-type(2):before { content: "Global checkout - custom designed package"; }
    .pricing .main-list li:nth-of-type(3):before { content: "Global checkout - 200+ countries"; }
    .pricing .main-list li:nth-of-type(4):before { content: "GeoIP welcome modal"; }
    .pricing .main-list li:nth-of-type(5):before { content: "Carriers available"; }
    .pricing .main-list li:nth-of-type(6):before { content: "Landed cost"; }
    .pricing .main-list li:nth-of-type(7):before { content: "Fraud screening"; }
    .pricing .main-list li:nth-of-type(8):before { content: "Language translation"; }
    .pricing .main-list li:nth-of-type(9):before { content: "Foreign currency"; }
    .pricing .main-list li:nth-of-type(10):before { content: "Non hosted API"; }
    .pricing .main-list li:nth-of-type(11):before { content: "Support level"; }
    .pricing .main-list li:nth-of-type(12):before { content: "Shipping label printing capabilities"; }
    .pricing .main-list li:nth-of-type(13):before { content: "Denied party screening"; }
    .pricing .main-list li:nth-of-type(14):before { content: "Shipping calculations"; }
    .pricing .main-list li:nth-of-type(15):before { content: "Restriction management"; }
    .pricing .main-list li:nth-of-type(16):before { content: "Variant testing (AB tests)"; }
    .pricing .main-list li:nth-of-type(17):before { content: "Promo codes"; }
    .pricing .main-list li:nth-of-type(18):before { content: "Temp cart"; }
    .pricing .main-list li:nth-of-type(19):before { content: "Training"; }
    .pricing .main-list li:nth-of-type(20):before { content: "Abandon cart recovery"; }
    .pricing .main-list li:nth-of-type(21):before { content: "Address localization"; }
    .pricing .main-list li:nth-of-type(22):before { content: "theVerse backend order management"; }
    .pricing .main-list li:nth-of-type(23):before { content: "Purchase order"; }
    .pricing .main-list li:nth-of-type(24):before { content: "Google Analytics"; }
    .pricing .main-list li:nth-of-type(25):before { content: "Gift cards"; }
    .pricing .main-list li:nth-of-type(26):before { content: "On demand quoter"; }
    .pricing .main-list li:nth-of-type(27):before { content: "Shipping audit (checkout vs billed)"; }
    .pricing .optional-features li:nth-of-type(1):before { content: "External payment gateway"; }
    .pricing .optional-features li:nth-of-type(2):before { content: "Full fraud protection (optional)"; }
    .pricing .optional-features li:nth-of-type(3):before { content: "FPS (Fraud Protection Services)"; }
    .pricing .optional-features li:nth-of-type(4):before { content: "iGlobal takes payments (optional) detail"; }
    .pricing .setup-fee li:nth-of-type(1):before { content: "One time setup fee"; }
    .pricing .package-footnotes li:nth-of-type(1):before { content: "*Monthly price"; }
    .pricing .package-footnotes li:nth-of-type(2):before { content: "**Other transaction fees"; }
    .pricing .package-footnotes li { position: relative; }*/
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 36px;
        padding-bottom: 36px;
    }
}

@media (max-width: 767px) {
    .navbar-nav>li>.dropdown-menu {
        left: 0;
        transform: none;
        width: 100%;
    }
    .double-dropdown {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .get-started h2 {
        margin-top: 0px;
    }
    .navbar-toggle {
        right: 45px;
        top: 20px;
    }
    #sampleArea .dropdown > a {
        margin-top: 20px !important;
        color: rgba(0,0,0,0.0);
        text-indent: 0;
    }
    #sampleArea {
        position: absolute;
        top: 0px;
        right: 15px;
    }
    #sampleArea .dropdown-menu {
        background-color: white;
    }
    #sampleArea .dropdown {
        text-align: right;
    }
    .carousel-caption {
        max-width: 100%;
    }
    .testimonials .avatar {
        margin: 30px auto;
    }
    .white-cards .layout.horizontal, .home-cards .layout.horizontal {
        -ms-flex-direction: column !important;
        -webkit-flex-direction: column !important;
        flex-direction: column !important;
    }
    #home paper-card {
        width: 100% !important;
    }
    .box {
        height: inherit;
        padding: 30px;
    }
    .box, .box-small, .box.iron-selected {
        width: 100%;
    }
    .box .box-content {
        position: relative;
        top: 0;
        transform: none;
        white-space: normal;
        margin: 0 auto;
    }
    .box .box-desc {
        opacity: 1;
        position: relative;
        float: none;
        transform: none;
        right: 0px;
        top: 0px;
        width: 100%;
        padding-top: 15px;
    }
    .box.iron-selected .box-desc {
        right: 0;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    body { padding-left: 0px; padding-right: 0px; }
    #header { padding-top: 0px; height: 580px; }
    .bxslider li { height: 520px; }
    .bx-wrapper .bx-prev, .bx-wrapper .bx-next { display: none; }
    .home-box { padding: 20px 0px 20px 0px; }
    #page-title { padding-top: 40px; }
    .team-member a { left: 6.5%; }
    ul.portfolio li { float: none; margin-left: 0; width: 100%; }
    .testimonials {
        height: inherit;
    }
    .testimonials .avatar {
        display: none;
    }
}

/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {
    body { padding-left: 0px; padding-right: 0px; }
    #header { padding-top: 0px; }
    #page-title { padding-top: 40px; }
    .team-member a { left: 30%; }
    ul.portfolio li { float: left; margin-left: 0; width: 48%; }
    .testimonials .avatar {
        position: relative;
        top: 0px;
    }
    .testimonials { height: inherit; }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    body { padding-left: 0px; padding-right: 0px; }
    #header { padding-top: 0px; }
    #page-title { padding-top: 40px; }
    .team-member a { max-height: 170px; }
    ul.portfolio li { float: left; margin-left: 0; width: 48%; }
    .content {
        padding-top: 180px;
    }
}

/* Desktops and laptops ----------- */
@media (min-width: 980px) and (max-width: 1200px) {
  .team-member a { 
    max-height: 222px; 
  }

  media="screen, projection" .nav>li>a::before {
    margin-right: 3px;
  }
  media="screen, projection" .nav>li>a::after {
    margin-left: 3px;
  }

    #looped-vid {
        min-width: 140%;
    }
}

/* Hide video on small devices */
@media only screen and (max-width: 480px) {
    #looped-vid {
        display: none !important;
    }
}


/* IE 11 HACKS */
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .flex, .flex-1 {
      -ms-flex: 1;
      -webkit-flex: 1;
      flex: 1 0 auto !important;
    }
    .card {
        display: block !important;
    }
    .ie11-fix-60 {
        width: 60%;
        max-width: 60% !important
    }
    .ie11-fix-40 {
        width: 40%;
        max-width: 40% !important;
    }
  }