.bg-primary {
  background-color: #136480 !important;
}
.bg-secondary-1 {
  background-color: #0b3c4d !important;
}
.bg-secondary-2 {
  background-color: #1a8bb3 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-grey {
  background-color: #f4f4f4 !important;
}
.bg-dribbble {
  background-color: #ea4c89;
}
.bg-twitter {
  background-color: #00a0d1;
}
.bg-facebook {
  background-color: #3b5998;
}
.bg-googleplus {
  background-color: #c63d2d;
}
.bg-tumblr {
  background-color: #34526f;
}
.text-dribbble {
  color: #ea4c89;
}
.text-twitter {
  color: #00a0d1;
}
.text-facebook {
  color: #3b5998;
}
.text-googleplus {
  color: #c63d2d;
}
.text-tumblr {
  color: #34526f;
}
.text-white {
  color: #fff;
}
.text-primary {
  color: #000;
}

.text-yellow {
  color: #ffdc00;
}
.standard-radius {
  border-radius: 25px;
}
.transition-500 {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.transition-2000 {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  transition: all 2s ease;
}
.transition-300 {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.desaturate { 
  filter:grayscale(100%);
}

.desaturate:hover {
  filter:grayscale(0%);
}

.highlight-text {
  border-bottom: 5px solid #FFDC00;
  font-weight:600;
}

.cover-div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
}
.blank-input {
  background: none;
  border: none;
  box-shadow: none;
  font-family: "Open Sans", sans-serif;
}
.font-body {
  font-family: "Open Sans", sans-serif;
}
.font-heading {
  font-family: "Open Sans", sans-serif;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #777777;
  font-size: 14px;
  line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #333333;
  margin: 0px;
}
.alt-font {
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.alt-font a, .alt-font:hover a {
  color:#FFF;
}

.grey-version .alt-font {
  color:#000;
}

ul {
  list-style: none;
  padding: 0px;
}
a:hover, a:focus {
  text-decoration: none;
  color:#000;
}
.pointer {
  cursor: pointer !important;
}
.uppercase {
  text-transform: uppercase;
}

.justify {
  text-align:justify;
}

.flex-v-container {
  display:flex;
  align-items: center;
}

.flex-v-child {
  align-self:center;
}

.text-center {
  text-align:center;
}

img {
  max-width: 100%;
}
.jumbo-h1 {
  font-size: 40px;
  line-height: 56px;
  font-weight: 600;
  margin-bottom: 64px;
}
.standard-h1 {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 48px;
}
h1 {
  font-size: 32px;
  line-height: 44px;
  font-weight:600;
}
h2 {
  font-size: 28px;
  line-height: 44px;
}
h3 {
  font-size: 26px;
  line-height: 32px;
}
h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}
h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}
strong {
  font-weight: 600;
}

dl,
dd,
dt {
    -webkit-margin-start: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-before: 0em
}

dd {
    margin-left: 0
}

.sb {
	font-weight:700;
	color:#000;
}
p {
  font-size: 14px;
  line-height: 24px;
}
p.lead {
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
}

p:last-child {
  margin-bottom: 0px;
}
p a {
  color: #333333;
}
.quote-text {
  font-size: 24px;
  line-height: 40px;
  font-style: italic;
  font-weight: 300;
}
span.text-white a {
  font-weight: 600;
  color: #fff;
}

@media (min-width: 1450px) {
  .container {
    max-width: 100%;
    width: 1410px;
  }
}

/* PAGE INDEX */

header {
}

.hero {
  background: url(../img/bg-home.jpg) center no-repeat;
  height: 100%;
  display: flex;
  flex-direction: column;
  height:94vh;
  background-size: cover;
}

.hero-small {
  height:60vh;
}

.hero-xs {
  height:25vh;
}

.new-header {
  z-index:5;
}

.promo-bar {
  width:100%;
  background-color: rgba(0,0,0,0.6);
  font-weight:bold;
  padding:10px 0;
  text-align:center;
}

.promo-bar a {color:#ffdc00;}

.hero-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content:space-around;
  height:100%;
  padding:0 50px;
  position: relative;
  /*z-index: 4;*/
}

/*.hero-content.advertiser {  background: url(../img/hero-annonceur.jpg) 4% 67% no-repeat; background-size:cover;}
.hero-content.publisher {  background: url(../img/hero-publisher.jpg) center no-repeat;}*/
.hero-content.publisher:after , .hero-content.advertiser:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #ffdc00, #dc4225);
  opacity: .6;
  z-index:1
}
.hero-content.agency {  background: url(../img/bg-media-agencies.png) center no-repeat;}
.hero-content.reseller {  background: url(../img/bg-reseller.png) center no-repeat;}
.hero-content.jobs {  background: url(../img/jobs.jpg) center no-repeat;}

.hero-content.default {  background-color:#f4f4f4; color:#000 !important; display: flex;justify-content: center;}
.hero-content.white {  background-color:#FFF; }
.hero-content.black {  background-color:#383838;}

.hero-title {
  position:relative;
  z-index:2;
  text-align:center;
}

.hero-title span {
  display: inline-block;
  margin-bottom: 20px;
  background-color: rgba(255,255,255, 0.7);
  padding: 6px 20px;
  font-size: 17px;
  text-align: center;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}

.hero-title h1 {
  text-align:center; 
  font-size: 44px;
  line-height: 44px;
  font-weight: 600; 
  color: #fff;
  z-index:2;
}

.hero-title.big h1 {
  font-size: 72px;
  line-height: 100px;
  margin-top: -75px;
}

.hero-title h2 {
  text-align:center; 
  color: #fff;
  font-size:36px;
  margin:10px 0;
}

.hero-title h3 {
  text-align:center; 
  color: #fff;
  font-size:28px;
}


.hero-content.default .hero-title h1 , .hero-content.white .hero-title h1 { color:#000;}

.hero-sub {
  width: 100%;
  display: inline-block;
  color: #000;
  padding: 20px ;
  text-align: center;
  background-color: #F4F4F4;
  font-weight:500;
  font-size:18px;
  font-weight: bold;
}


.profils {
  margin-top:40px;
}
.profil-items {
  height:100%;
  padding:5px;
  margin-top: -40px;

}

.profil-item h3 {
  color:#FFF;
  font-weight:500;
  font-size:16px;
}


.profil-item {
  padding: 15px 15px 20px 15px;
  color:#FFF;
  border-radius:5px;
  min-height: 225px;
  font-size:14px;
  display: flex;
    flex-direction: column;
    justify-content: space-around;
    

}

.profil-items.publisher .profil-item { background-color: #e25950;}
.profil-items.retailer .profil-item { background-color: #b76ac4}
.profil-items.reseller .profil-item { background-color: #24b47e}
.profil-items.agence .profil-item { background-color: #fb8d3d}

.profil-btn {
  margin-top:15px;
}
.profil-btn a {
  color:#FFF;
  padding:5px 15px;
  text-align:center;
  border-radius:30px;
  font-weight:700;

}

.profil-items.publisher .profil-btn a { background-color: #c34d45;}
.profil-items.retailer .profil-btn a { background-color: #9958a4}
.profil-items.reseller .profil-btn a { background-color: #1f9669}
.profil-items.agence .profil-btn a { background-color: #df7d36}



.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #FFF;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 0;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1)
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid #ffdc00;
    border-width: 0px 0 2px 2px;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

/* MODAL */

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 60%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #2e2e2e;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-header h2 {
  color:white;
}

.modal-body {
  padding: 15px 36px 22Px 36px;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* Hero Cards */

.hero-card {
  padding: 0px;
  margin: 0 auto;
  position: relative;
  left: 0;
  top: 0px;
  z-index: 9999999999999999999999;
}

.hero-card-wrapper {
  background-color: #FFF;
  padding: 40px;
  top: -50px;
  position: relative;
  z-index: 2;
}

.hero-card-text {
  text-align: center;
  color: #000;
  font-size: 18px;
}

/* PRODUCTS */

.tampon-container {
  display: flex;
  position: relative;
  justify-content: center;
  z-index: 999;
  margin-bottom: 40px;
}

.tampon {
  background: url(../images/tampon.png) no-repeat;
  background-size: contain;
  height: 150px;
  width: 150px;
  position: absolute;
  top: -75px;
}

.product-promo {
  position: absolute;
  background-color: #FFDC00;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  padding: 7px 20px;
  border-radius: 0 5px 0 0;
  top: 0;
  right: 15px;
}


#techno {
  padding-bottom:80px;
  padding-top: 60px;
}
.product-item {
  display: flex;
  margin-bottom: 25px;
  background-color: #FFF;
    border-radius: 8px;
}

.product-content {
  padding: 20px 20px 20px 40px;
  flex: 1 1 auto;
  display:flex;
  flex-direction:column;
  background-color:#f3f3f3;
}

.product-content.inverted {
  padding:20px 40px 20px 20px;
}

.product-text {
  flex: 1 1 auto;
}

.product-title h2{
  font-size:22px;
  margin-bottom:10px;
}

.product-title span {
  text-transform: uppercase;
  font-weight:bold;
}

.product-img {
  min-width: 350px;
}

.product-img {
  overflow: hidden;
  border-radius:8px 0px 0px 8px;
}
.product-img:hover .img-bg,
.product-img:focus .img-bg {
  transform: scale(1.4);
}

.img-bg {
  transition: all 2s;
  transform-origin: 18% 44%;
}


.product-img .img-bg {
  width: 100%;
  height: 100%;
  border-radius: 8px 0 0 8px;
  background-position: 100% 70%;
}

.product-img .img-bg.widget {background:url('../img/widget-preview.png') no-repeat; background-size: cover;}
.product-img .img-bg.revenue {background:url('../img/revenue-preview.png') no-repeat; background-size: cover; background-position: 100%; transform-origin:100% 44%;}
.product-img .img-bg.platform {background:url('../img/platform-preview.png') no-repeat; background-size:cover; background-position: 0% 30%;}

.product-for {
  color: #000;
  margin-bottom: 20px;
}

.product-for span {
  border-radius:15px;
  background-color:#000;
  padding:2px 20px;
  color:#FFF;
  display: inline-block;
  margin:0 3px;

}

.product-for span.publisher { background-color: #c34d45; }
.product-for span.retailer { background-color: #9958a4; }
.product-for span.reseller { background-color: #1f9669; }
.product-for span.agence { background-color: #df7d36; }

.product-items hr {
  border-color:#e1e1e1 !important;
}

.product-bullets {
  margin-top: 20px;
  margin-bottom: 25px;
  color:#000;

}
.product-bullets ul {
  margin-top: 15px;
}

.product-bullets li {
  margin:10px 0;
  color:#525252;
  font-size:13px;

}

.product-bullets img {
  height:22px;
  width:22px;
  margin-right:10px;
}

@media all and (max-width: 991px) {

  .product-item {
    flex-direction: column;
  }

  .product-content {
    padding:20px;
  }

  .product-title {
    margin-top:20px;
    text-align:center;
  }

  .product-img {
    min-width:100%;
    text-align:center;
  }

  .product-text {
    text-align: center;
  }

  .product-for {
    margin-top: 30px;
    display: flex;
    text-align: center;
    flex-direction: column;
  }

  .product-for span {
    display: inline-block;
    margin: 5px auto;
  }

  .product-item.inverted {
    flex-direction:column-reverse
  }

  .promo-bar {
    display:none;
  }


}



/* End Index */

/* PUBLISHER */

.layout-prod {
  text-align:center;
}

.prod-title {
  color:#000;
}

.prod-main {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.prod-main a {
  width:55%;
  max-width: 45%;
  margin-right: 40px;
}
.prod-main img {
  width:45%;
  max-width: 45%;
}

.prod-main img.fw {
  width:100%;
  max-width:100%;
}

.prod-text {
  text-align: left;
  max-width: 55%;
  width:55%;
}

.prod-adv {
  margin: 75px 0 50px 0;
}

.prod-title {
  display:inline-block;
  font-size:38px;
  padding-bottom:20px;
  position:relative;
  line-height: 44px;
}

.prod-title:after {
  content:'';
  background-image:url('../img/icons/title-line.svg');
  background-repeat: no-repeat;
  position:absolute;
  height:5px;
  width:100%;
  bottom: -10px;
  height: 15px;
  left:0;
  margin-left: auto;
  margin-right: auto;
}

.prod-title:after svg {
  fill:#ffdc00;
}

.prod-icon {
  margin: 0 auto;
  display: inline-block;
}

.prod-icon-circle {
  width:132px;
  height:132px;
  background-color:#FFF;
  border-radius:100%;
  box-shadow: 0px 3px 66px rgba(0, 0, 0, 0.15);
  text-align:center;
  margin-bottom:20px;

}

.prod-icon-circle.widget-1 {  background:url('../img/icons/widget-1.svg') no-repeat; background-size: 56px; background-position: center;}
.prod-icon-circle.widget-2 {  background:url('../img/icons/widget-2.svg') no-repeat; background-size: 56px; background-position: center;}
.prod-icon-circle.widget-3 {  background:url('../img/icons/widget-3.svg') no-repeat; background-size: 56px; background-position: center;}

.prod-icon-circle.revenu-1 {  background:url('../img/icons/revenu-1.svg') no-repeat; background-size: 56px; background-position: center;}
.prod-icon-circle.revenu-2 {  background:url('../img/icons/revenu-2.svg') no-repeat; background-size: 56px; background-position: center;}
.prod-icon-circle.revenu-3 {  background:url('../img/icons/revenu-3.svg') no-repeat; background-size: 56px; background-position: center;}

.prod-icon-circle.platform-1 {  background:url('../img/icons/platform-1.svg') no-repeat; background-size: 56px; background-position: center;}
.prod-icon-circle.platform-2 {  background:url('../img/icons/platform-2.svg') no-repeat; background-size: 56px; background-position: center;}
.prod-icon-circle.platform-3 {  background:url('../img/icons/platform-3.svg') no-repeat; background-size: 56px; background-position: center;}

.prod-icon-circle.adv-1 {  background:url('../img/icons/adv-1.svg') no-repeat; background-size: 56px; background-position: center;}
.prod-icon-circle.adv-2 {  background:url('../img/icons/adv-2.svg') no-repeat; background-size: 56px; background-position: center;}
.prod-icon-circle.adv-3 {  background:url('../img/icons/adv-3.svg') no-repeat; background-size: 56px; background-position: center;}

.prod-icon-circle.gestion-1 {  background:url('../img/icons/gestion-1.svg') no-repeat; background-size: 56px; background-position: center;}
.prod-icon-circle.gestion-2 {  background:url('../img/icons/gestion-2.svg') no-repeat; background-size: 56px; background-position: center;}
.prod-icon-circle.gestion-3 {  background:url('../img/icons/gestion-3.svg') no-repeat; background-size: 56px; background-position: center;}


.prod-icon-title {
  text-align:center;
  color:#000;
  font-weight:bold;
  font-size:14px;
}

.prod-icon-desc {
  padding: 20px;
}

.prod-text h3 {
  font-size:22px;
  margin-bottom:10px;
}

.revenu .prod-text {
  padding-right: 70px;
}

.prod-cta {
  display:inline-block;
  width:100%;
  margin-top:25px;
}

@media all and (max-width: 991px) {

  .prod-main {
    flex-direction: column;
  }

  .prod-main img {
    max-width: 90%;
    width:90%;
    margin:0;
  }

  .prod-text {
    text-align: center;
    margin-top: 40px;
    max-width: 90%;
    width: 90%;
  }

  .prod-main.revenu {
    flex-direction: column-reverse;
  }
  .prod-main.revenu img {
    margin-left:0;
  }

  .revenu .prod-text {
    padding-right: 0;
  }

  .prod-main a {
    width: 100%;
    max-width: 100%;
    margin:0;
  }

  .hero-card-text {
    font-size: 15px;
  }

  .hero-sub {
    font-size: 15px;
  }

}


/* End Publisher */


.main-container {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  overflow: hidden;
  width: 100%;
}
.main-container.reveal-nav {
  -webkit-transform: translate3d(-300px, 0, 0);
  -moz-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}

video::-webkit-media-controls {
  display:none !important;
}


.container-blog-white {
  background-color:#FFF;
  border: 1px solid #e1e1e1;
  padding-top: 40px;
}

.container-blog-grey {
  background-color:#f4f4f4;
  border: none;
  padding-top: 40px;
}

.container-blog h1 {
  margin-bottom:5px;
  margin-top: 10px;
}

.text-left {
  text-align:left;
}

.select-type {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  margin: 10px 0;
  padding: 16px;
  outline:0;
}

.select-type option {
    margin: 40px;
    background: rgba(0, 0, 0, 0.1);
    color: #777777;
    padding:10px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    outline-color:red;
}


.hide {display:none; }

.show-xs {display:inline-block;}

.show-md { display:none;}

.pin.selected { background:#e25950;}

.articles {
  background-color: #FFF;
  border: 1px solid #e1e1e1;
  padding: 30px 40px;
  margin: 10px 0;
  display: flex;
  align-items: center;
}

.articles p {
  text-align: justify;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  text-align: center;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 1;
}
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #136480;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
section.pad-large {
  padding-top: 160px;
  padding-bottom: 160px;
}
section.duplicatable-content {
  padding-bottom: 40px;
}
section:nth-of-type(odd) {
  background: #f4f4f4;
}
section:nth-of-type(even) {
  background: #ffffff;
}
.no-pad {
  padding: 0px;
}
.no-pad-top {
  padding-top: 0px !important;
}
.no-pad-left {
  padding-left: 0px;
}
.no-pad-right {
  padding-right: 0px;
}
.no-pad-bottom {
  padding-bottom: 0px;
}
.space-top-small {
  margin-top: 20px !important;
}
.space-top-medium {
  margin-top: 40px !important;
}
.space-top-large {
  margin-top: 80px !important;
}
.space-bottom-small {
  margin-bottom: 20px !important;
}
.space-bottom-medium {
  margin-bottom: 40px !important;
}
.space-bottom-large {
  margin-bottom: 80px !important;
}
.space-bottom-xlarge {
  margin-bottom: 160px !important;
}
.no-margin {
  margin: 0;
}
.no-margin-bottom {
  margin-bottom: 0px !important;
}
.btn {
  background: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  min-width: 155px;
}

.btn-block {
  display:block;
}
.btn:hover {
  background: none;
  color: #fff;
  background-color: #1a8bb3;
}
.btn-primary {
    border-radius: 25px;
    display: inline-block;
    padding: 14px 28px 13px 28px;
    line-height: 1;
    background-color: #FFDC00;
    border: 2px solid #ffdc00;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.btn-primary:hover, .btn-primary:focus {
  background: #ffdc00 ;
  color: #000;
  border-color:#ffdc00;
}


.btn-outline:hover, .btn-outline:focus {
  background: #FFF ;
  color:#000;
  border:2px solid #FFF;
}

.btn-outline {
  border-radius: 25px;
  display: inline-block;
  padding: 14px 28px 13px 28px;
  line-height: 1;
  background-color:#FFF;
  border: 2px solid #FFF;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}

.btn-outline-dark {
  border-radius: 25px;
  display: inline-block;
  padding: 14px 28px 13px 28px;
  line-height: 1;
  background-color:#000;
  border: 2px solid #000;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFF;
}

.btn-outline-dark:hover, .btn-outline-dark:focus {
  background: #000 ;
  color:#FFF;
  border:2px solid #000;
}

.btn-primary.btn-filled {
  background: #000;
  color: #FFDC00;
}

.btn-publisher {
  border-radius: 25px;
  display: inline-block;
  padding: 14px 28px 13px 28px;
  line-height: 1;
  border: 2px solid #e25950;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}

.btn-publisher:hover, .btn-publisher:focus {
  background: #e25950 ;
  color: #FFF;
  border-color:#e25950;
}

.btn-publisher.btn-filled {
  background: #000;
  color: #e25950;
}


.btn-filled:hover {
  color: #FFDC00;
  border-color:#000;
}

.btn-white {
  border-color: #fff;
  color: #333333;
  background: #FFF;
  font-weight:bold;
  border-radius:50px;
}
.btn-white:hover, .btn-white:active {
  background: #fff;
  color: #333333;
  border-color: #fff;
}
.btn-white.btn-filled {
  background: #fff;
  color: #136480;
}
.btn-grey {
  border-color: #000;
  color: #000;
}
.btn-grey:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn-lg {
  padding: 18px 40px;
}
.btn-sm {
  padding: 10px 28px;
  font-size: 11px;
}
.btn-xs {
  padding: 10px 24px 8px 24px;
  font-size: 10px;
}
.btn-text-only {
    border-color: rgba(0, 0, 0, 0);
    color: #525252;
    background: none;
    box-shadow: none;
}
.btn-text-only:hover, .btn-text-only:active, .btn-text-only:focus {
  background: none;
  color: #000;
  border-color: rgba(0, 0, 0, 0);
}

.link-text {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid #ffdc00;
  display: inline-block;
  padding-bottom: 0px;
  color: #525252;
}
nav hr {
  border-top: 1px solid #e1e1e1;
  position: relative;
  margin:5px 0;
}
.has-dropdown {
  bottom: 0px;
}
.has-dropdown:after {
  font-family: ElegantIcons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\33";
  color: #777777;
}
.mobile-toggle {
  display: none;
}
.top-bar {
  position: relative;
  background: #fff;
  width: 100%;
  z-index: 10;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  line-height: 0;
  top: 0;
}
.top-bar .logo {
  max-width: 80px;
  position: relative;
  bottom: 7px;
}
.logo.logo-wide {
    max-width: 222px;
    bottom: 25px;
    margin-bottom: -6px;
}
.logo.logo-square {
  max-width: 100px;
  max-height: 60px;
  bottom: 20px;
  margin-bottom: -20px;
}
.nav-sticky .logo-wide {
  bottom: 12px !important;
}
.nav-sticky .logo-square {
  bottom: 20px !important;
}
.nav-menu {
  padding-top: 40px;
}
.nav-menu .social-icons {
  float: right;
}
.utility-menu {
  margin-top: 16px;
}
.utility-menu .utility-inner {
  padding-bottom: 5px;
}
.utility-menu .btn {
  min-width: 60px;
  padding-left: 18px;
  padding-right: 18px;
  margin-left: 8px;
  margin-right: 0px;
}

.utility-menu i {
  margin-right:4px;
}
.utility-menu .btn-text-only {
  min-width: 0px;
  padding: 0px 8px;
}

.utility-info {
  display:inline-block;
}


  .utility-info-mobile {
    display: none;
  }

.overlay-bar {
  background: none;
}
.overlay-bar .has-dropdown:after {
  color: #fff;
}

/* NAVIGATION MENU */



.navigation-top {
  background-color:#FFF;
  color:#000;
  border-bottom:1px solid #E1E1E1;
  display:flex;
  padding:7px;
  justify-content: flex-end;
}

.navigation-top-content {
  height: 100%;
  position: relative;
  display: flex;
}

.navigation-menu {
  display:flex;
  width:100%;
  padding: 20px 0;
}

.navigation-brand {
  flex: 0 1 auto;
  width:auto;
  height: 64px;

}

.navigation-links {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.navigation-links-mobile {
  display:none;
}

.navigation-top.dark {
  background-color:rgba(0,0,0,0);
  border-bottom:1px solid #696969;
}

.menu {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
}

.menu li {
  float: left;
  margin-left: 50px;
  position: relative;
}
.menu li:last-child {
  margin-right: 0px;
}
.menu li a {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  display: inline-block;
  padding:0;
}


.menu li a:hover , .menu li a:active {
  color: #000;
}

.navigation-links.dark .menu li a {
  color:#FFF;
}

.header-mobile {
  display:none;
}

@media all and (max-width: 991px) {

  .mobile-toggle {
    font-size: 42px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    flex: 1 1 auto;
    cursor: pointer;
    color: #333333;
    z-index: 100;
  }

  .mobile-toggle.white {
    color: #FFF;
  }
  
  .navigation-links-mobile {
    display: none;
    background-color: #f4f4f4;
    width: 100%;
    position: fixed;
    top: 151px;
    border-top: 1px solid #E1E1E1;
    padding-top: 10px;
    left: 0;
    z-index: 99999;
    height: 77vh;;
  }

  .navigation-links-mobile li {
    border-bottom:1px solid #e1e1e1;
    width: 100%;
    padding: 10px;
    text-align:center;
    margin: 0;
  }

  .navigation-links-mobile .menu {
    width: 100%;
    background-color: #FFF;
  }

  .navigation-top {
    display:block;
  }

  .navigation-links {
    display:none;
  }

  .hero-title.big h1 {
    font-size: 52px;
    line-height: 70px;
  }

  .hero-title h1 {
    font-size:32px;
    line-height:34px;
  }

  .hero-title h2 {
    font-size: 17px;
    line-height: 23px;
  }
}



/* Variables */
/* Placeholders */
.langSelectorList, .langSelectorListItem {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Language - Selector */
.langSelector {
  position: relative;
  width: 90px;
  display: flex;
  z-index: 999;
  margin-left: 10px;
  align-items: center;
  justify-content: center;
  top: -5px;
}

.navigation-top.light .langSelectorTitle {
  color:#000;
}

.langSelectorHeader {
  color: #000;
  cursor: pointer;
  text-align:center;
  
}

.langSelectorTitle {
  display: inline-block;
  position: relative;
  padding: 8px 10px 10px 10px;
  height: 32px;
  font-weight: 600;
  font-size: 12px;
  color:#FFF;
}
.langSelectorTitle .fa {
  display: block;
  position: absolute;
  right: 13px;
  top: 13px;
  font-size: 12px;
}

.langSelectorBody {
  display: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 100%;
  background-color: inherit;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-color: #FFF;
  border-radius:10px;
  font-weight: 600;
  font-size: 12px;
  top: 100%;
  width: 90px;
  text-align: center;
}
.langSelectorHeader:hover + .langSelectorBody, .langSelectorHeader:focus + .langSelectorBody, .langSelectorBody:hover, .langSelectorBody:focus, .langSelectorBody:active {
  display: block;
}

.langSelectorListItem + .langSelectorListItem {
  border-top: 1px solid #ddd;
}

.langSelectorListName {
  display: block;
  position: relative;
  padding: 8px 10px 10px 10px;
  height: 36px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.langSelectorListName, .langSelectorListName:link, .langSelectorListName:visited {
  text-decoration: none;
  color: inherit;
}
.langSelectorListName:hover, .langSelectorListName:focus, .langSelectorListName:active, .langSelectorListName.active {
  background-color: #e8e8e8;
  color: #000;
}




.overlay-bar .subnav li a:hover {
  color: #333333;
}
.overlay-bar .logo-dark {
  display: none;
}
.overlay-bar .logo-light {
  display: block;
}

.overlay-bar .utility-menu .utility-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.overlay-bar .login-button {
  border-color: #fff;
  color: #fff;
}


/*end*/

.subnav {
  display: none;
  position: absolute;
  background: #fff;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  border-radius: 10px;
  left: -32px;
  width: auto;
  top: 25px;
}

.subnav li {
  margin-right: 0px !important;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  margin: 0;
  position: relative;
  padding: 10px 30px;
  background-color: #f5f5f5;
  border-radius: 5px;
}

.subnav li a {
  padding:0 !important;
}

.subnav li a.inner-link {
  color:#000 !important;
}

.subnav li:last-child { border-bottom: none; } 


.subnav li:last-child a {
  margin-bottom: 0px;
}
.has-dropdown:hover .subnav {
  display: flex;
  flex-direction: column;
}



.nav-sticky {
  position: fixed !important;
  top: 0;
}
.nav-sticky .logo {
  bottom: 5px;
}
.nav-sticky hr {
  display: none !important;
}
.top-bar.nav-sticky {
  background: rgba(255, 255, 255, 0.9);
}
.top-bar.nav-sticky .nav-menu {
  padding-top: 32px;
}
.top-bar.nav-sticky .menu li a {
  padding-bottom: 32px;
}
.top-bar.nav-sticky .subnav {
  background: rgba(255, 255, 255, 0.9);
}
.top-bar.nav-sticky .utility-menu {
  display: none;
}
.subnav-fullwidth {
  overflow: hidden;
  left: 0px;
  position: absolute;
  text-align: left;
}
.subnav-fullwidth h6 {
  margin-bottom: 24px !important;
}
.subnav-fullwidth .subnav {
  position: relative;
  overflow: hidden;
  background: none !important;
  text-align: left;
  padding: 0px;
}
.subnav-fullwidth .subnav li {
  float: none !important;
}
.subnav-fullwidth .btn {
  padding-bottom: 13px !important;
  color: #1a8bb3 !important;
}
.subnav-fullwidth .btn {
  margin-bottom: 16px;
}
.subnav-fullwidth .btn:hover {
  color: #fff !important;
}
.subnav-fullwidth .btn-filled,
.subnav-fullwidth .btn-filled:hover {
  color: #fff !important;
}
.overlay-bar.nav-sticky .logo-light {
  display: none;
}
.overlay-bar.nav-sticky .logo-dark {
  display: block;
}
.overlay-bar.nav-sticky .menu li a {
  color: #777777;
}
.overlay-bar.nav-sticky .social-icons li a {
  color: #333333;
}
.overlay-bar.nav-sticky .has-dropdown:after {
  color: #333333;
}
.offscreen-menu .logo {
  padding-bottom: 32px;
}
.offscreen-toggle i {
  font-size: 36px;
  cursor: pointer;
}
.nav-sticky .offscreen-toggle i {
  color: #333333 !important;
}
.offscreen-container {
  position: fixed;
  width: 300px;
  background: #333333;
  right: 0px;
  height: 100%;
  top: 0px;
  z-index: 99999;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translate3d(300px, 0, 0);
  -moz-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
  padding: 40px;
}
.offscreen-container.reveal-nav {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.offscreen-menu .container {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.offscreen-menu .container.reveal-nav {
  -webkit-transform: translate3d(-300px, 0, 0);
  -moz-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}
@media all and (max-width: 768px) {
  .offscreen-menu {
    overflow: visible !important;
    position: relative !important;
  }
  .offscreen-menu .offscreen-toggle i {
    color: #333333;
  }
}
.offscreen-container .logo {
  bottom: 0px !important;
}
.offscreen-container .menu {
  display: block;
}
.offscreen-container .menu li {
  float: none;
  margin-bottom: 16px;
}
.offscreen-container .menu li a {
  padding-bottom: 0px !important;
  color: #aaa !important;
}
.offscreen-container .menu li a:hover {
  color: #fff !important;
}
.offscreen-container .social-icons {
  position: absolute;
  bottom: 40px;
}
.offscreen-container .social-icons li a {
  color: #fff !important;
}
.language {
  display: inline-block;
  margin-left: 8px;
}
.language img {
  max-width: 20px;
}
.overlay:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  content: '';
  opacity: 0.9;
  z-index: 2;
  background-color: #136480;
  left: 0;
}
.overlay .container {
  position: relative;
  z-index: 3;
}
header {
  position: relative;
  overflow: hidden;
}
header .container {
  position: relative;
  z-index: 3;
}
header .logo {
  max-width: 200px;
  display: inline-block;
  margin-bottom: 24px;
}
header .btn {
  margin-right: 16px;
}
header .btn:last-child {
  margin-right: 0px;
}
.page-header {
  margin: 0px;
  padding: 0px;
  padding: 160px 0px;
  border-bottom: none;
}
.page-header h1 {
  font-size: 48px;
  margin-bottom: 24px;
  line-height: 64px;
}
.page-header p.lead {
  font-size: 18px;
}
.page-header:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  content: '';
  opacity: 0.02;
  z-index: 2;
  background-color: #333333;
}
.page-header .background-image-holder {
  height: 150%;
  top: -20%;
}

.hero-slider {
  padding: 0px;
  position: relative;
  text-align: center;
}
.hero-slider .slides li {
  height: 650px;
  overflow: hidden;
  position: relative;
}
.hero-slider .slides li h1 {
  font-size: 38px;
  line-height: 56px;
  margin-bottom: 20px;
}
.hero-slider .slides li .btn {
 /* margin-right: 16px; */
}
.hero-slider .flex-direction-nav a {
  color: rgba(0, 0, 0, 0);
}
.flex-direction-nav a:before {
  top: 17px;
  font-size: 36px;
  left: 0;
}
.flex-direction-nav a.flex-next:before {
  left: -10px;
}
@media all and (max-width: 1350px) {
  .flex-direction-nav {
    display: none !important;
  }
}
.hero-slider .slides li.overlay:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  content: '';
  opacity: 0.5;
  z-index: 2;
  background-color: #222222;
}
.header-icons {
  padding: 160px 0px;
  position: relative;
  overflow: hidden;
}
.header-icons h1 {
  margin-bottom: 80px;
}
.header-icons i {
  font-size: 56px;
  display: inline-block;
  margin-bottom: 16px;
}
.header-icons .down-arrow {
  display: inline-block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center;
  padding-top: 10px;
  margin-top: 160px;
}
.header-icons .down-arrow i {
  font-size: 40px;
  position: relative;
  right: 1px;
}
header.title {
  height: 565px;
  position: relative;
  overflow: hidden;
}
header.title h1 {
  margin-bottom: 16px;
  font-size: 40px;
}
header.title .sub {
  font-size: 12px;
  letter-spacing: 0px;
}
header.title .container {
  position: relative;
  z-index: 3;
}
header.title:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  content: '';
  opacity: 0.3;
  z-index: 2;
  background-color: #333333;
}

header.title-blog {
  height: 175px;
  position: relative;
  overflow: hidden;
  background-color:#f4f4f4;
}

header.title-blog h1 {
  margin-bottom: 16px;
  font-size: 40px;
}
header.title-blog .sub {
  font-size: 12px;
  letter-spacing: 0px;
}
header.title-blog .container {
  position: relative;
  z-index: 3;
}

.overview .shadow img {
  box-shadow: 0 18px 35px rgba(50,50,93,.2), 0 8px 15px rgba(0,0,0,.07);
}

.action-banner {
  padding: 104px 0px;
  overflow: hidden;
  position: relative;
}
.action-banner .container {
  position: relative;
  z-index: 3;
}
.action-banner h1 {
  font-size: 40px;
  line-height: 56px;
  font-weight: 600;
  margin-bottom: 64px;
  margin-bottom: 24px;
}
.action-banner h2 {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 48px;
  margin-bottom: 40px;
}
.action-banner .btn {
  margin-right: 16px;
}
header.signup {
  padding: 180px 0px;
  position: relative;
  overflow: hidden;
  height: auto;
}
header.signup h1 {
  font-weight: 600;
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 56px;
}
header.signup .photo-form-wrapper {
  margin-bottom: 0px;
}
header.signup .photo-form-wrapper .btn {
  padding-top: 19px;
  padding-bottom: 19px;
  border-radius: 50px;
  max-width: 250px;
  height: 52px;
}
header.signup:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  content: '';
  opacity: 0.3;
  z-index: 2;
  background-color: #333333;
}
.product-right {
  height: 650px;
  position: relative;
  overflow: hidden;
  padding: 0px;
}
.product-right h1 {
  margin-bottom: 32px;
}
.product-right p.lead {
  margin-bottom: 32px;
}
.product-right .btn {
  margin-right: 16px;
}
.product-right .product-image {
  position: absolute;
  right: -40px;
  bottom: -80px;
  max-width: 750px;
}
.hero-divider {
  padding: 160px 0px;
  position: relative;
  overflow: hidden;
}
.hero-divider:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  content: '';
  opacity: 0.4;
  z-index: 2;
  background-color: #333333;
}
.hero-divider .btn {
  margin-right: 16px;
  margin-top: 24px;
}
.hero-divider .btn:last-child {
  margin-right: 0px;
}
.hero-divider .container {
  position: relative;
  z-index: 3;
}
.hero-divider h1 {
  margin-bottom: 32px;
}

.video-inline h1 {
  margin-bottom: 18px;
  font-weight:500;
}

.video-inline p {
  text-align:justify;
}
.video-wrapper {
  position: absolute;
  width: 100%;
  top: -75px;
  left: 0px;
  z-index: 0;
  border-radius: 11px;
}
.video-wrapper video {
  width: 100%;
  position: absolute;
  top: 0px;
}
@media all and (max-width: 1400px) {
  .video-wrapper video {
    width: 110%;
  }
}
@media all and (max-width: 1200px) {
  .video-wrapper video {
    width: 130%;
  }
}
@media all and (max-width: 1000px) {
  .video-wrapper video {
    width: 150%;
  }
}
.divider-video .overlay {
  z-index: 1;
  opacity: 0.4;
}
.divider-video .divider-content {
  position: relative;
  z-index: 2;
  padding-top: 121px;
  padding-bottom: 121px;
}
header.centered-text h1 {
  font-size: 40px;
  margin-bottom: 24px;
  line-height: 56px;
}
header.centered-text .btn {
  margin-right: 16px;
  margin-top: 24px;
}
header.centered-text .btn:last-child {
  margin-right: 0px;
}
header.fullscreen-element .overlay:before,
.image-divider.overlay:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  content: '';
  opacity: 0.3;
  z-index: 2;
  background-color: #333333;
}
.bottom-band {
  width: 100%;
  position: absolute;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.4);
  padding-top: 53.33333333px;
}
.bottom-band .col-sm-4 {
  margin-bottom: 53.33333333px;
}
.bottom-band .link-text {
  border-color: #fff;
}
.bottom-band .link-text:hover {
  color: #fff;
}
.bottom-band h3 {
  margin-bottom: 8px;
}
.image-divider i {
  font-size: 56px;
  margin-bottom: 24px;
}
.image-divider .feature-icon-large i {
  border-color: #fff;
  color: #fff;
}
.feature {
  overflow: hidden;
}
.feature h4 {
  font-weight: 600;
}
.feature i {
  color: #136480;
}
.feature-icon-large i {
  display: inline-block;
  height: 104px;
  width: 104px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  text-align: center;
  color: #FFDC00;
  font-size: 40px;
  padding-top: 31px;
  margin-bottom: 32px;
}

.duplicatable-content .feature {
  margin-bottom: 40px;
}

.duplicatable-content h1 a{
  color:#000;
  border-bottom: 5px solid #FFDC00;
}
.feature-selector ul {
  list-style: none;
  padding: 0;
}


.feature-icon-large .pull-left {
  width: 20%;
}
.feature-icon-large .pull-right {
  width: 80%;
}
.feature-icon-large .pull-left .icon {
  border: none;
  width: auto;
  font-size: 48px;
  padding-top: 0px;
}
.selector-tabs {
  margin-bottom: 56px;
}
.selector-tabs li {
  text-align: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0.4;
  cursor: pointer;
  float: left;
}
.selector-tabs li:hover {
  opacity: 1;
}
.selector-tabs li.active {
  opacity: 1;
}
.selector-tabs li span {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  bottom: 12px;
}
.selector-tabs li i {
  font-size: 40px;
  display: inline-block;
  margin-right: 8px;
}



.selector-content li {
  display: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
}
.selector-content li.active {
  display: block;
  opacity: 1;
}
.selector-content h2 {
  margin-top:10px;
  margin-bottom: 20px;
}
.feature-icon-small {
  margin-bottom: 32px;
}
.feature-icon-small i {
  color: #ffdc00;
  font-size: 36px;
  display: inline-block;
  margin-bottom: 32px;
}
.feature-icon-small h6 {
  font-weight: bold;
}
.primary-features {
  background: #136480 !important;
}
.primary-features .feature-icon-small i {
  color: #fff;
}
.feature-divider {
  position: relative;
  overflow: hidden;
}
.feature-divider h1 {
  margin-bottom: 40px;
}
img.phone-portrait {
  max-height: 580px;
}
.store-link {
  display: inline-block;
  overflow: hidden;
  margin-right: 16px;
  margin-top: 24px;
}
.store-link img {
  height: 50px;
}
.feature-icon-left {
  overflow: hidden;
  margin-bottom: 40px;
  float: left;
}
.feature-icon-left .icon-holder {
  width: 45px;
  float: left;
}
.feature-icon-left i {
  font-size: 32px;
}
.feature-icon-left .feature-text {
  width: 217px;
  float: left;
  padding-top: 8px;
}
.feature-box {
  padding: 64px 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 397px;
}
.feature-box .background-image-holder {
  z-index: 0;
  left: 0;
}
.feature-box .background-image-holder.overlay:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  content: '';
  opacity: 0.3;
  z-index: 2;
  background-color: #333333;
  z-index: -1;
}
.feature-box h1 {
  margin-bottom: 24px;
}
.feature-box .btn {
  margin-top: 24px;
}
.feature-box .inner {
  width: 66.66666%;
  position: relative;
  z-index: 3;
}
.contained-feature-boxes .row {
  padding: 0px 15px;
}
.contained-feature-boxes .image-slider {
  margin: 0px;
}
.contained-feature-boxes .image-slider .flex-direction-nav {
  display: none;
}
.contained-feature-boxes .image-slider .flex-control-nav {
  bottom: 24px;
}
.contained-feature-boxes .image-slider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.5);
}
.contained-feature-boxes .image-slider .flex-control-nav li a.flex-active {
  background: rgba(255, 255, 255, 0.9);
}
.feature-box.contained {
  padding: 40px;
  overflow: hidden;
}
.feature-box.contained .inner {
  width: 100%;
}
.clients p {
  margin-bottom: 48px !important;
}
.client-row {
  overflow: hidden;
  text-align: center;
  line-height: 0;
}
.client-row .col-sm-3 {
  display: inline-block;
  min-height: 80px;
  line-height: 80px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.client-row img {
  max-height: 60px;
  max-width: 140px;
  opacity: 0.3;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-backface-visibility: none;
}
.client-row img:hover {
  opacity: 1;
}
.client-row .row-wrapper {
  display: inline-block;
  width: 80%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.client-row:last-child .row-wrapper {
  border-bottom: none;
}
.row-wrapper .col-sm-3 {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.row-wrapper .col-sm-3:last-child {
  border-right: none;
}

.client-row .row-wrapper-wide {
  width: 100%;
}
.clients-2 {
  text-align: center;
  padding: 64px 0px 64px 0px;
}
.clients-2 .col-md-2 {
  height: 80px;
  line-height: 80px;
}
.clients-2 img {
  max-height: 60px;
  max-width: 140px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0.4;
}
.clients-2 img:hover {
  opacity: 1;
}
.wood-divider .product-image {
  top: 22%;
  transform: rotate(-15deg);
  right: -100px;
}
.accordion-active {
  background-color: #136480;
  color: #fff;
}

.background-image-holder, .foreground-image-holder {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 92%;
    background-size: cover !important;
    z-index: 0;
    border-radius:5px;
}

.background-image-holder-left {
    left: -20px;
    box-shadow: 0 18px 35px rgba(50,50,93,.2), 0 8px 15px rgba(0,0,0,.07);
}

.background-image-holder-right {
    right: -20px;
    box-shadow: 0px 18px 35px rgba(50,50,93,.2), 0 8px 15px rgba(0,0,0,.07);
}

.hover-background .background-image-holder,
.hover-background .foreground-image-holder {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
}
.hover-background .background-image-holder {
  height: 120%;
  width: 110%;
}

.side-image {
    padding: 0px;
    position: relative;
    margin: 100px 0;
}

.side-image .image-container {
  overflow: hidden;
  position: absolute;
  height: 100%;
  padding: 0px;
  top: 0px;
}

.side-image .image-container.pull-right {
  right: 0px;
}

.side-image .content {
  padding-top: 80px;
  padding-bottom: 80px;
}

.side-image h1 {
  margin-bottom: 40px;
}
.side-image p.lead {
  margin-bottom: 64px;
}
.side-image.text-heavy h1 {
  margin-bottom: 32px;
}
.side-image.text-heavy p.lead {
  margin-bottom: 40px;
}
.side-image.text-heavy .feature {
  margin-top: 64px;
}
.side-image.text-heavy .feature h5 {
  margin-bottom: 40px;
}

/* SIDE IMAGE ABOUT */

.side-image-about .background-image-holder, .side-image-about .foreground-image-holder  {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    z-index: 0;
    border-radius:0px;
}

.side-image-about {
    padding: 100px 0;
    position: relative;
}

.side-image-about .image-container {
    overflow: hidden;
  position: absolute;
  height: 100%;
  padding: 0px;
  top: 0px;
}

.side-image-about h1 {
  margin-bottom: 30px;
}

.side-image-about .image-container.pull-right {
  right: 0px;
}

.side-image-about .image-container.pull-left {
  left: 0px;
}


.icons-large {
  list-style: none;
  overflow: hidden;
  display: inline-block;
  padding: 0px;
  margin-bottom: 32px;
}
.icons-large li {
  float: left;
  margin-right: 48px;
  font-size: 48px;
  color: #136480;
}
.icons-large li:last-child {
  margin-right: 0px;
}

.icon-publisher i {
  color:#e25950;
}

.icon-reseller i {
  color:#24b47e;
}

.icon-retailer i {
  color:#ae5fff;
}

.icon-media-agencies i {
  color:#fb8d3d;
}
.text-banner h1 {
  margin-bottom: 24px;
}
.text-banner p:last-child {
  margin-bottom: 32px;
}
.accordion-section .icons-large {
  margin-bottom: 0px;
}
.accordion-section .feature {
  margin-bottom: 40px;
}
.accordion-section .feature:last-child {
  margin-bottom: 0px;
}
.accordion {
  border-radius: 5px;
  list-style: none;
  overflow: hidden;
  border: 2px solid #dadada;
  padding: 0px;
}
.accordion .title span {
  padding: 0px 24px;
  display: inline-block;
}
.accordion .title {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  padding: 24px 10px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  border-bottom: 2px solid #dadada;
}
.accordion .title:hover {
  background-color: #4f4f4f;
  color: #fff;
}
.accordion li:last-child .title,
.accordion li:last-child .text {
  border-bottom: none !important;
}
.accordion .text {
  padding: 0px 24px;
  max-height: 0px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  overflow: hidden;
  opacity: 0;
}
.accordion li.active .title {
  background-color: #4f4f4f;  color: #fff;
  border-bottom: 2px solid #dadada;
}
.accordion li.active .text {
  padding: 24px;
  max-height: 500px;
  border-bottom: 2px solid #dadada;
  opacity: 1;
}
.text-image-bottom {
  padding-bottom: 0px;
}
.text-image-bottom img {
  display: inline-block;
  margin-top: 64px;
}
.inline-video-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inline-video-wrapper video {
  width: 100%;
}
.testimonials-slider {
  position: relative;
  margin-bottom: 24px;
}
.testimonials-slider p.lead {
  font-size: 18px;
}
.testimonials-slider .author {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.testimonials-slider .flex-control-nav {
  bottom: -48px;
}
.pure-text p:last-child {
  margin-bottom: 40px;
}
.pure-text-centered h1 {
  margin-bottom: 24px;
}
.inline-image-right img {
  max-width: 90%;
}
.inline-image-right h1 {
  margin-bottom: 16px;
}
.inline-image-right h6 {
  margin-bottom: 32px;
}
.strip {
  padding: 64px 0px;
}
.strip::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.strip:-ms-input-placeholder {
  color: #999999;
}
.strip::-webkit-input-placeholder {
  color: #999999;
}
.strip input::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  position: relative;
  top: 5px;
}
.strip input:-moz-placeholder {
  color: #ffffff;
}
.strip textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.strip textarea:-moz-placeholder {
  color: #ffffff;
}
.strip strong {
  font-weight: 600;
}
.strip h3 {
  margin: 0px;
  position: relative;
  top: 5px;
  display: inline-block;
  font-weight: normal;
}
.social-icons {
  list-style: none;
  overflow: hidden;
  display: inline-block;
}
.social-icons li {
  float: left;
  margin-right: 24px;
  font-size: 24px;
}
.social-icons li:last-child {
  margin-right: 0px;
}
.social-icons li a {
  color: #333333;
}
.strip .social-icons {
  position: relative;
  top: 10px;
}
.strip .signup-email-field {
  background: none;
  border: none;
  box-shadow: none;
  font-family: "Open Sans", sans-serif;
  float: left;
  color: #fff;
  min-width: 400px;
  font-weight: 300;
  font-size: 24px;
  position: relative;
  top: 4px;
}
.strip .signup-email-field:focus {
  outline: none;
}
.pricing-tables .col-md-3:first-child .pricing-table {
  border-radius: 25px 0px 0px 25px;
}
.pricing-tables .col-md-3:last-child .pricing-table {
  border-radius: 0px 25px 25px 0px;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}
.pricing-table {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  padding-bottom: 40px;
}
.pricing-table .price {
  padding: 40px 0px;
  font-weight: 600;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.pricing-table .price .sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3);
  position: relative;
  bottom: 10px;
}
.pricing-table .price .amount {
  color: #fff;
  font-size: 56px;
  display: inline-block;
  padding: 0px 8px;
}
.pricing-table .features {
  margin: 40px 0px;
}
.pricing-table .features li {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-bottom: 16px;
}
.pricing-table .features li:last-child {
  margin-bottom: 0px;
}
.pricing-table .features li strong {
  font-weight: 600;
}
.pricing-table.emphasis {
  background-color: #136480;
}
.pricing-2 .pricing-tables .col-md-3:first-child .pricing-table {
  border-radius: 25px 0px 0px 25px;
}
.pricing-2 .pricing-tables .col-md-3:last-child .pricing-table {
  border-radius: 0px 25px 25px 0px;
  border-right: 2px solid rgba(35, 35, 35, 0.2);
}
.pricing-2 .pricing-table {
  border-top: 2px solid rgba(35, 35, 35, 0.2);
  border-bottom: 2px solid rgba(35, 35, 35, 0.2);
  border-left: 2px solid rgba(35, 35, 35, 0.2);
  text-align: center;
  padding-bottom: 40px;
}
.pricing-2 .pricing-table .features {
  margin: 0px;
}
.pricing-2 .pricing-table .features li:first-child {
  border-top: none;
}
.pricing-2 .pricing-table .features li {
  color: #333333;
  border-top: 2px solid rgba(35, 35, 35, 0.2);
  padding: 24px 0px;
  margin: 0;
}
.pricing-2 .pricing-table .price {
  border-top: 2px solid rgba(35, 35, 35, 0.2);
  padding-bottom: 24px;
  border-bottom: none;
}
.pricing-2 .pricing-table .price .amount {
  color: #333333;
}
.pricing-2 .pricing-table .price .sub {
  color: #777777;
  opacity: 0.7;
}
.pricing-2 .pricing-table.emphasis {
  background-color: #0b3c4d;
}
.pricing-2 .pricing-table.emphasis .features li {
  color: #fff;
  background-color: #0b3c4d !important;
}
.pricing-2 .pricing-table.emphasis .price .amount,
.pricing-2 .pricing-table.emphasis .sub {
  color: #fff;
}
.pricing-2 .feature-list {
  padding-bottom: 0px;
}
.pricing-2 .pricing-table .features li:nth-child(even) {
  background: #f4f4f4;
}
.team-1 h1 {
  margin-bottom: 40px;
}
.team-1 h2 {
  margin-bottom: 8px;
}
.team-1 .feature .sub {
  color: #333333;
  margin-bottom: 16px;
  display: inline-block;
}
.team-1-member {
  text-align: center;
  margin-top: 48px;
}
.team-1-member img {
  display: inline-block;
  margin-bottom: 16px;
  border-radius: 50%;
}
.team-1-member h5 {
  margin-bottom: 8px;
}
.team-1-member hr {
  border-top: 3px solid #ffdc00;
  width: 40px;
  margin: 15px auto;
}
.team-1-member .social-icons {
  margin-top: 8px;
}
.team-1-member .social-icons li a {
  font-size: 18px;
}
.team-2-member {
  margin-bottom: 56px;
}
.team-2-member .name {
  font-size: 24px;
  font-weight: 300;
  color: #333333;
  display: inline-block;
  margin: 24px 0px;
}
.team-2-member .image-holder {
  position: relative;
  overflow: hidden;
}
.team-2-member .image-holder img {
  position: relative;
  z-index: 1;
}
.team-2-member .hover-state {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  background-color: #0b3c4d;
  z-index: 2;
  text-align: center;
}
.team-2-member .social-icons {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  -webkit-transform: translate3d(0, -200px, 0);
  -moz-transform: translate3d(0, -200px, 0);
  transform: translate3d(0, -200px, 0);
}
.team-2-member .social-icons li a {
  color: #fff;
  font-size: 32px;
}
.team-2-member .image-holder:hover .hover-state {
  opacity: 0.9;
}
.team-2-member .image-holder:hover .social-icons {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
.blog-snippet-1 {
  margin-bottom: 40px;
}
.blog-snippet-1 img {
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
  height: auto;
}
.blog-snippet-1 h2 {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 36px;
}
.blog-snippet-1 .sub {
  display: inline-block;
  margin-bottom: 16px;
}
.blog-snippet-1 a {
  margin-top: 8px;
}
.blog-snippet-2 {
  overflow: hidden;
  padding: 0px;
}
.blog-snippet-2 li {
  overflow: hidden;
  margin-bottom: 40px;
}
.blog-snippet-2 li:last-child {
  margin-bottom: 0px;
}
.blog-snippet-2 li .icon {
  width: 10%;
  float: left;
}
.blog-snippet-2 li .icon i {
  color: #ffdc00;
  font-size: 32px;
  position: relative;
  top: 0px;
  left: 1px;
}
.blog-snippet-2 .title {
  width: 90%;
  float: left;
}
.blog-snippet-2 a {
  color: #333333;
  display: block;
  font-weight: 600;
}
.blog-snippet-2 .sub {
  letter-spacing: 0px;
  opacity: 0.8;
  font-size: 12px;
}

.blog-snippet-2 p {
  display: block;
}
.blog-list-3 {
  padding: 0px;
}

.blog-snippet-3 {
  padding-bottom: 20px;
  margin-top:-30px;
}

.articles h1 {
  margin-bottom: 16px;
}
.articles  h1 a {
  color: #333333;
}
.articles h1 a em {
  font-weight: 600;
  font-style: normal;
  border-bottom:5px solid #ffdc00;
}
.articles  .alt-font {
  letter-spacing: 0px;
  font-size: 12px;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  bottom: 2px;
}

.articles img {
  float:left;
}


blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ffdc00;
  padding: 0.5em 10px;
  quotes: "\201C""\201D";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

.article-single {
  background: #f4f4f4 !important;
  margin-top: -50px;
}

.article-single img {
  text-align:center;
  margin-bottom: 30px;
}

.article-body p.lead {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 24px;
  color: #333333;
}
.article-body p:last-child {
  margin-bottom: 0px;
}
.article-body p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 24px;
}
.article-body figure {
  margin: 16px 0px;
  text-align:center;
}

figure img.gif {
  width:30%;
}

@media all and (max-width:720px) {
  figure img.gif {
    display:flex;
    width:auto;
    align-items:center;
    justify-content:center;
    text-align:center;
    margin:10px auto;
    flex-direction:column;
  }
}


.article-body figcaption {
  font-style: italic;
  font-size: 14px;
  color: #aaa;
  margin-top: 16px;
}

.article-body h2 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 15px;
}

.article-body h2:nth-child(n+2) {
  margin-top:55px;
}

.article-body li {
  font-size: 14px;
  line-height: 28px;
}

.article-body ul {
    list-style-type: disc;
    margin-left: 50px;
}

.article-body {
  padding-bottom: 64px;
  border-bottom: 1px solid #ddd;
}
.author-details {
  text-align: center;
  padding: 60px 0 0 0;

}
.author-details img {
  display: inline-block;
  margin-bottom: 16px;
  width: 80px;
  border-radius: 50%;
}
.author-details h5 {
  font-weight: normal;
}
.author-details .social-icons {
  margin-bottom: -8px;
  margin-top: 8px;
}

.author-details a {
  color:#777777;
}
span.author-role {
  font-size:14px;
  display:block;
  margin-bottom:15px;
  margin-top:-10px;
}
.projects-gallery p.lead {
  margin-bottom: 64px !important;
}
.projects-wrapper {
  text-align: center;
}
.filters {
  padding: 0px;
  list-style: none;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 32px;
}
.filters li {
  float: left;
  margin-right: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1a8bb3;
  cursor: pointer;
}
.filters li:last-child {
  margin-right: 0px;
}
.filters li.active {
  border-bottom: 2px solid #1a8bb3;
}
.project {
  height: 345px;
}
.project.col-md-4 {
  width: 33%;
}
.project.col-md-4:nth-child(even) {
  width: 34%;
}
.project.col-md-4 .background-image-holder {
  width: 103%;
}
.column-projects .project.col-md-4 {
  width: 33.33333%;
  overflow: hidden;
}
.column-projects .project.col-md-4 .background-image-holder {
  width: 100% !important;
}
.column-projects .project {
  overflow: hidden;
}
@media screen and (max-width: 990px) {
  .project.col-md-4 {
    width: 50%;
  }
  .project.col-md-4:nth-child(even) {
    width: 50%;
  }
  .project.col-md-4 .background-image-holder {
    width: 100%;
  }
  .column-projects .project.col-md-4 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .project.col-md-4 {
    width: 100%;
  }
  .project.col-md-4:nth-child(even) {
    width: 100%;
  }
  .column-projects .project.col-md-4 {
    width: 100%;
  }
}
.project .image-holder {
  overflow: hidden;
  position: relative;
}
.project img {
  width: 100%;
}
.project .hover-state {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background-color: rgba(11, 60, 77, 0.9);
  text-align: center;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0;
  padding-right: 15px;
}
.project:hover .hover-state {
  opacity: 1;
}
.project .hover-state h1 {
  margin-bottom: 8px;
  font-size: 24px;
}
.project .hover-state h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
.project .hover-state p {
  margin-bottom: 24px;
}
.project .hover-state .btn-white:hover {
  color: #0b3c4d;
}
.hover-state .align-vertical {
  -webkit-transform: translate3d(0, 200px, 0);
  -moz-transform: translate3d(0, 200px, 0);
  transform: translate3d(0, 200px, 0);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0;
}
.project:hover .align-vertical {
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
}
.column-projects {
  margin-bottom: 80px;
}
.column-projects .project {
  height: 300px;
  margin-bottom: 15px;
}
.column-projects .project .hover-state h3 {
  margin-bottom: 24px;
}
.column-projects .project .background-image-holder {
  left: 15px;
}
.image-gallery {
  margin-top: 64px;
}
.image-gallery .image-holder {
  margin-bottom: 30px;
  height: 375px;
  overflow: hidden;
  position: relative;
}
.image-slider .flex-direction-nav {
  display: none;
}
@media (min-width: 768px) {
  .image-gallery .image-holder {
    height: 245px;
  }
}
@media (min-width: 992px) {
  .image-gallery .image-holder {
    height: 375px;
  }
}
.image-slider {
  position: relative;
  margin-bottom: 32px;
}
.image-slider .flex-direction-nav a.flex-prev:before {
  left: 0px;
}
.image-slider .flex-control-nav {
  bottom: -48px;
}
.image-slider .flex-control-nav li a {
  background: rgba(0, 0, 0, 0.3);
}
.image-slider .flex-control-nav li a.flex-active {
  background: rgba(0, 0, 0, 0.8);
}
.instagram-feed {
  padding-top: 40px;
  padding-bottom: 0px;
}
.instagram-feed span {
  color: #333333;
}
.instafeed {
  margin-top: 40px;
}
.instafeed ul {
  overflow: hidden;
  margin: 0px;
}
.instafeed ul li {
  float: left;
  width: 16.666667%;
}
.instafeed ul li:nth-child(n+7) {
  display: none;
}
#tweets .user {
  display: none;
}
#tweets .interact {
  display: none;
}
#tweets .tweet {
  font-size: 24px;
  line-height: 40px;
  font-style: italic;
  font-weight: 300;
}
.form-contact .inputs-wrapper {
  border: 2px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
}

form.form-contact.email-form input {
    margin: 10px 0;
}

.form-contact input:focus,
.form-contact textarea:focus {
  outline: none;
}

.form-contact textarea {
    border: 2px solid rgba(0, 0, 0, 0.2) !important;
    margin-top:20px !important;
}
.form-contact input,
.form-contact textarea {
  background: none;
  border: none;
  box-shadow: none;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  padding: 16px;
}
.form-contact input::-moz-placeholder,
.form-contact textarea::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-contact input:-ms-input-placeholder,
.form-contact textarea:-ms-input-placeholder {
  color: #777777;
}
.form-contact input::-webkit-input-placeholder,
.form-contact textarea::-webkit-input-placeholder {
  color: #777777;
}
.form-contact input input::-webkit-input-placeholder,
.form-contact textarea input::-webkit-input-placeholder {
  color: #777777;
  font-size: 24px;
  font-weight: 300;
  position: relative;
  top: 5px;
}
.form-contact input input:-moz-placeholder,
.form-contact textarea input:-moz-placeholder {
  color: #777777;
}
.form-contact input textarea::-webkit-input-placeholder,
.form-contact textarea textarea::-webkit-input-placeholder {
  color: #777777;
}
.form-contact input textarea:-moz-placeholder,
.form-contact textarea textarea:-moz-placeholder {
  color: #777777;
}
.form-contact input {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}


.form-success,
.form-error {
  width: 100%;
  padding: 12px;
  display: none;
  margin-top: 12px;
  color: #fff;
}
.form-success {
  background-color: #58b551;
}
.form-error {
  background-color: #d94947;
}
.field-error {
  box-shadow: inset 0px 0px 10px -2px #ff0000 !important;
}
.form-loading {
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  height: 30px;
  left: 50%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  margin: 0px auto;
  top: 50%;
  width: 30px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsate 1s ease-out;
  -moz-animation-iteration-count: infinite;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

input[type="submit"] {
  -webkit-appearance: none;
  background: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  min-width: 155px;
  border-radius: 25px;
  display: inline-block;
  padding: 14px 28px 13px 28px;
  line-height: 1;
  border: 2px solid #ffdc00;
  background-color:#ffdc00;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  color: #000;
  max-width: 155px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip .mail-list-signup input[type="submit"] {
  background: none;
  border: 2px solid #fff;
}
.contact-center p.lead {
  font-size: 18px;
}
.contact-center .form-wrapper {
  text-align: center;
  margin-top: 10px;
}
.contact-photo {
  position: relative;
  overflow: hidden;
}
.contact-photo h1 {
  margin-bottom: 200px;
}
.contact-photo .social-icons {
  margin-bottom: 64px;
}
.contact-photo .social-icons li {
  margin-right: 40px;
}
.contact-photo .social-icons li a {
  font-size: 40px;
  color: #fff;
  opacity: 0.7;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.contact-photo .social-icons li a:hover {
  opacity: 1;
}
.contact-photo .sub a {
  color: #fff;
}
.photo-form-wrapper {
  margin-bottom: 200px;
}
.photo-form-wrapper input {
  background: none;
  border: none;
  box-shadow: none;
  font-family: "Open Sans", sans-serif;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50px;
  padding: 14px 24px 14px 24px;
  width: 100%;
  margin-bottom: 30px;
}
.photo-form-wrapper .btn-filled {
  background-color: #136480;
  border-color: #136480;
}
.photo-form-wrapper input:focus {
  outline: none;
}
.photo-form-wrapper input[type="submit"] {
  color: #fff !important;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.photo-form-wrapper .form-loading {
  border: 3px solid rgba(255, 255, 255, 0.85);
  border-radius: 30px;
  height: 30px;
  left: 50%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  margin: 0px auto;
  top: 50%;
  width: 30px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsate 1s ease-out;
  -moz-animation-iteration-count: infinite;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
}

/*
.map-overlay {
  padding: 160px 0px;
  position: relative;
  overflow: hidden;
}
.map-overlay:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  content: '';
  opacity: 0.9;
  z-index: 2;
  background-color: #136480;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.map-overlay .map-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0px;
}
.map-overlay .map-holder iframe {
  width: 100%;
  height: 150%;
  position: absolute;
  bottom: -80px;
}
.map-overlay .container {
  position: relative;
  z-index: 2;
}

*/


.details-holder {
  background: #fff;
  width: 100%;
  border-radius: 50%;
}
.details-holder img {
  max-width: 145px;
  display: inline-block;
  margin-bottom: 16px;
}
.fade-overlay:before {
  opacity: 0;
}
.pure-text-contact i {
  display: inline-block;
  color: #136480;
  text-align: center;
  font-size: 64px;
  margin-bottom: 24px;
  margin-bottom: 0px;
  margin-right: 48px;
}
.pure-text-contact i:last-child {
  margin-right: 0px;
}
.icon-jumbo {
  display: inline-block;
  color: #136480;
  text-align: center;
  font-size: 64px;
  margin-bottom: 24px;
}
.social-bar {
  overflow: hidden;
}
.social-bar .link {
  height: 104px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.social-bar .link i {
  color: #fff;
  font-size: 40px;
}
.social-bar .initial,
.social-bar .hover-state {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  position: absolute;
  width: 100%;
  top: 35px;
}
.social-bar .hover-state {
  -webkit-transform: translate3d(0, 200px, 0);
  -moz-transform: translate3d(0, 200px, 0);
  transform: translate3d(0, 200px, 0);
  top: 42px;
}
.social-bar span {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}
.social-bar .link:hover .initial {
  -webkit-transform: translate3d(0, -200px, 0);
  -moz-transform: translate3d(0, -200px, 0);
  transform: translate3d(0, -200px, 0);
}
.social-bar .link:hover .hover-state {
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}

.error-page {
    height: 100vh;
    display: flex;
    align-items: center;
}

.error-page.bg-primary h1 {
  color: #fff;
  margin-bottom: 32px;
}
.error-page .jumbo {
  font-size: 160px;
  line-height: 160px;
  font-weight: 600;
  margin-bottom: 16px !important;
}
.error-page i {
  display: inline-block;
  font-size: 80px;
  margin-bottom: 24px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-animation: spin 6s ease-in-out infinite alternate;
  -moz-animation: spin 6s ease-in-out infinite alternate;
  -o-animation: spin 6s ease-in-out infinite alternate;
  animation: spin 6s ease-in-out infinite alternate;
}

.error-page .container.align-vertical {
    padding: 0 !important;
}

.error-page .btn-text-only {
  color: #FFF;
}

.error-page .btn-text-only:hover {
  color: #FFF;
}
.login-page {
  overflow: hidden;
  position: relative;
}
.login-page .container {
  position: relative;
  z-index: 3;
}
.login-page .photo-form-wrapper {
  margin-bottom: 24px;
}
.login-page a.text-white:hover {
  color: #fff;
  font-weight: 600;
}
.spin-me {
  -webkit-animation: spin 6s ease-in-out infinite alternate;
  -moz-animation: spin 6s ease-in-out infinite alternate;
  -o-animation: spin 6s ease-in-out infinite alternate;
  animation: spin 6s ease-in-out infinite alternate;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(-15deg);
  }
  10% {
    -webkit-transform: rotate(-85deg);
  }
  30% {
    -webkit-transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(250deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(-15deg);
  }
  10% {
    -moz-transform: rotate(-85deg);
  }
  30% {
    -moz-transform: rotate(5deg);
  }
  50% {
    -moz-transform: rotate(250deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(-15deg);
  }
  10% {
    -o-transform: rotate(-85deg);
  }
  30% {
    -o-transform: rotate(5deg);
  }
  50% {
    -o-transform: rotate(250deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(-15deg);
  }
  10% {
    transform: rotate(-85deg);
  }
  30% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(250deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.coming-soon {
  position: relative;
  overflow: hidden;
}
.coming-soon h1 {
  font-size: 40px;
  font-weight: 600;
}
.coming-soon .logo {
  display: inline-block;
  margin-bottom: 32px;
  width: 200px;
}
.coming-soon .overlay:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  content: '';
  opacity: 0.3;
  z-index: 2;
  background-color: #333333;
}
.coming-soon .photo-form-wrapper {
  margin-bottom: 32px;
  margin-top: 48px;
}
.countdown-row {
  color: #fff;
  font-size: 80px;
  font-weight: 300;
}
.countdown-section {
  width: 20%;
  display: inline-block;
}
.countdown-amount {
  display: inline-block;
  margin-bottom: 48px;
}
.countdown-period {
  display: block;
  font-size: 24px;
}
iframe.mail-list-form {
  display: none !important;
}
footer {
  padding-top: 40px;
  padding-bottom: 20px;
}
footer.social h1 {
  margin-bottom: 24px;
}
footer.social a.text-white {
  font-size: 18px;
}
footer.social .social-icons {
  margin: 64px 0px;
}
footer.social .social-icons li {
  margin-right: 40px;
}
footer.social .social-icons li a {
  font-size: 40px;
  color: #fff;
  opacity: 0.2;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
footer.social .social-icons li a:hover {
  opacity: 1;
}
footer.social .sub {
  opacity: 0.5;
  color: #fff;
  font-size: 12px;
}
footer.social .sub a {
  color: #fff;
  font-weight: 600;
}
footer.details {
  background: #2f2f2f;
  border-top:1px solid #e1e1e1;
}
footer.details .logo {
  margin-bottom: 23px;
  max-width: 223px;
  margin-top: 12px;
}
footer.details .sub {
  font-size: 12px;
  display: inline-block;
  margin-top: 45px;
}
footer.details .sub a {
  color: #ffdc00;
  font-weight: 700;
}
footer.details h1 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
	color: #FFF;
}

footer.details a {
  color:#777777;
}
footer.short {
  font-size: 16px;
  color: #fff;
}
footer.short .sub {
  opacity: 0.5;
  display: inline-block;
  margin-right: 32px;
  position: relative;
  bottom: 4px;
}
footer.short ul {
  display: inline-block;
  margin: 0px;
  line-height: 24px;
}
footer.short ul li {
  float: left;
  margin-right: 32px;
}
footer.short ul li a {
  color: #fff;
  opacity: 0.8;
}
footer.short .social-icons li a {
  color: #fff;
  opacity: 1;
}
footer.short-2 {
  position: relative;
  overflow: hidden;
}
footer.short-2 span {
  display: inline-block;
  margin-right: 64px;
}
footer.short-2 span:last-child {
  margin-right: 0px;
}
footer.short-2 .contact-action {
  position: absolute;
  right: 0px;
  height: 100%;
  width: 25%;
  background: #09303d;
  z-index: 3;
  top: 0;
  text-align: center;
  font-size: 18px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
footer.short-2 .contact-action .icon_mail {
  display: inline-block;
  margin-right: 6px;
}
footer.short-2 .contact-action .arrow_right {
  position: relative;
  top: 2px;
}
footer.short-2 .contact-action:hover {
  background: #06222c;
}
@media all and (min-width: 320px) and (max-width: 901px) {

  .top-bar {
    position: relative;
  }
  
  .blog-snippet-3 {
    padding: 0 20px;
  }

  .blog-list-3 {
    padding: 0px;
  }

  .article-single {
    padding: 20px;
    margin-top: 0;
  }

  .utility-menu {
    display: none;
  }

  .utility-info-mobile {
    display: inline-block;
    color: #FFF;
    width: 100%;
    z-index: 99999999;
    text-align: center;
    background-color: #000000;
    padding: 10px 0px;
    position: absolute;
  }

  nav {
    max-height: 80px;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
  }
  nav .logo {
    margin-bottom: 32px;
  }
  nav .columns {
    width: 100%;
  }
  nav .social-icons {
    display: none;
  }
  .open-nav {
    max-height: 8000px;
  }
  .nav-menu {
    padding-top: 24px;
  }
  .top-bar .logo {
    bottom: 0px;
  }
  .top-bar .logo.logo-wide {
    bottom: 16px;
    margin-bottom: 22px;
    display: inline-block;
  }


  .overlay-bar {
    background: #FFF;
  }

  .overlay-bar .logo-light {
    display: block;
  }
  .overlay-bar .logo-dark {
    display: block;
  }
  .top-bar .menu li a {
    color: #777777;
    padding-bottom: 0px;
  }
  .overlay-bar .menu li a:hover {
    color: #333333;
  }
  .overlay-bar .has-dropdown:after {
    color: #333333;
    display:none;
  }
  .has-dropdown {
    bottom: 0px;
  }

  .menu {
    top: -10px;
    width: 100%;
  }

  .menu li {
    float: none;
    margin: 3px 0;
    margin-right: 0px;
    text-align: center;
    padding: 10px 0;
  }

  .subnav {
    display: block;
    position: relative;
    background: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    text-align:center;
    top:12px;
    left: 0;
  }

  .subnav li {
      display: block;
      margin: 0;
      width: 100%;
      position: relative;
      border:none;
      height: 40px;
  }

  .subnav li:last-child { border-bottom: none; } 

  .subnav .icon {
      display:none;
  }

  .inline-menu {
    display: flex;
    justify-content: center;
    margin-top: 35px;
  }

  .inline-menu a {
    border: 1px solid #e1e1e1;
    text-align: center;
    color: #000;
    width: 100%;
    padding: 25px;
    font-weight: bold;
  }

  .inline-menu a:hover {
    background-color: #f6f6f6;
  }

  .subnav .col-md-3 {
    margin-bottom: 32px;
  }
  .offscreen-container .social-links {
    display: none;
  }
  .offscreen-container .logo {
    display: none;
  }

  .no-align-mobile {
    padding-top: 0px !important;
    margin-top: 24px;
  }
  h1 {
    font-size: 24px;
    line-height: 32px;
  }
  p.lead {
    font-size: 14px;
    line-height: 24px;
  }

  .hero-slider .slides li h1,
  header.title h1,
  .action-banner h1,
  header.signup h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .action-banner h2 {
    font-size: 24px;
    line-height: 32px;
  }

  header.signup {
    height: auto;
  }
  .header-icons {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  header.title {
    padding: 0px;
    height: 400px;
  }
  .product-right {
    height: 632px;
    padding-top: 64px;
  }
  .product-right .align-vertical {
    padding-top: 0px !important;
  }
  .product-right .product-image {
    margin-top: 200px;
    right: 0px;
    bottom: -85px;
  }
  .page-header br {
    display: none;
  }
  .page-header h1 {
    font-size: 32px;
    line-height: 40px;
  }
  header.centered-text h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .flex-direction-nav {
    display: none;
  }
  .header-icons h2 {
    margin-bottom: 32px;
  }
  .bottom-band {
    display: none;
  }
  .side-image .content {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .selector-tabs {
    text-align: center;
    margin-bottom:0;
  }
  .selector-tabs li {
    display: block;
		margin-bottom:25px;
		text-align:center;
  }

  .selector-tabs li i {
    display: block;
    margin-right: 8px;
    margin-bottom: 20px;
  }

  .feature-box {
    padding: 48px 32px;
  }
  .feature-box .inner {
    width: 100%;
  }
  .no-pad-left {
    padding-left: 15px;
  }
  .row-wrapper {
    border-bottom: none;
  }
  .row-wrapper .col-sm-3 {
    border-right: none;
  }
  .accordion {
    margin-top: 32px;
  }
  .strip {
    padding: 40px 0px;
  }
  .strip,
  .strip .text-right {
    text-align: center;
  }
  .strip .col-xs-12 {
    margin-bottom: 16px;
  }
  .inline-video-wrapper {
    margin-top: 40px;
  }
  .video-wrapper {
    display: none;
  }
  .inline-image-right img {
    display: inline-block;
    margin-top: 40px;
  }
  .pricing-tables .no-pad {
    padding: 0px 15px;
  }
  .pricing-tables .no-pad-left {
    padding-left: 15px;
  }
  .pricing-tables .no-pad-right {
    padding-right: 15px;
  }
  .pricing-table {
    margin-bottom: 16px;
    border-radius: 25px !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
  }
  .pricing-2 .hidden-sm:first-child {
    display: none;
  }
  .pricing-2 .pricing-table.emphasis .features li {
    border-radius: 25px;
  }
  .pricing-2 .pricing-table .features li:first-child {
    font-size: 24px;
  }
  footer.social .social-icons li,
  .contact-photo .social-icons li {
    margin-right: 8px;
  }
  footer.social .social-icons li a,
  .contact-photo .social-icons li a {
    font-size: 24px;
  }
  footer.details .col-sm-4 {
    margin-bottom: 16px;
  }
  footer.details h1,
  footer.details .logo {
    margin-bottom: 32px;
  }
  footer.short-2 {
    padding-bottom: 0px;
  }
  footer.short-2 span {
    margin-right: 16px;
  }
  footer.short-2 .contact-action {
    position: relative;
    width: 100%;
    height: 150px;
    margin-top: 80px;
  }
  footer.short-2 .align-vertical {
    padding-top: 64px !important;
  }
  .blog-snippet-2 li .icon {
    width: 20%;
  }
  .blog-snippet-2 li .title {
    width: 80%;
  }
  .contact-thirds .text-center {
    text-align: left;
  }
  .contact-thirds .col-sm-4 {
    margin-bottom: 24px;
  }
  .pure-text-contact br {
    display: none;
  }
  .pure-text-contact i {
    font-size: 48px;
  }
  .filters {
    padding: 0px 15px;
    text-align: center;
  }
  .filters li {
    margin: 0;
    width: 100%;
    margin-bottom: 8px;
  }
  .project {
    width: 100%;
  }
  .image-gallery .image-holder {
    height: 225px;
  }
  .hero-divider {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .hero-divider .video-wrapper {
    display: none;
  }
  .hero-divider .btn {
    margin-right: 0px;
  }
  .fullscreen-element {
    height: auto !important;
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .instafeed ul li:nth-child(n+5) {
    display: none;
  }
  .instafeed ul li {
    width: 25%;
  }

  .hide-xs {
    display:none;
  }

  .show-md {
    display:inline-block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .flex-direction-nav {
    display: none;
  }

  .hide-xs {
    display:none;
  }

  .show-md {
    display:inline-block;
  }

  .utility-info{
   display:none;
 }

  .utility-info-mobile {
    display: inline-block;
    color: #FFF;
    width: 100%;
    z-index: 99999999;
    text-align: center;
    background-color: #000000;
    padding: 10px 0px;
    padding-top: 90px;
}


  .product-right .product-image {
    max-width: 640px;
    right: -100px;
    bottom: 50px;
  }
  .feature-box .inner {
    width: 100%;
  }
  .blog-snippet-2 li .icon {
    width: 15%;
  }
  .blog-snippet-2 li .title {
    width: 85%;
  }
  .map-overlay .col-md-4 {
    width: 40%;
  }
  .map-overlay .col-md-offset-4 {
    margin-left: 30%;
  }
  .hero-divider {
    height: auto;
    padding: 80px 0px 90px 0px;
  }
  .hero-divider .video-wrapper {
    display: none;
  }
  .video-wrapper {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

  .top-bar {
    position: absolute;
  }
  .utility-menu {
    display: none;
  }

  .utility-info-mobile {
    display: inline-block;
    color: #FFF;
    width: 100%;
    z-index: 99999999;
    text-align: center;
    background-color: #000000;
    padding: 10px 0px;
    padding-top: 90px;
}

  .hide-xs {
    display:none;
  }

  .show-md {
    display:inline-block;
  }

  nav {
    max-height: 80px;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
  }
  nav .logo {
    margin-bottom: 32px;
  }
  nav .columns {
    width: 100%;
  }
  nav .social-icons {
    display: none;
  }

  .nav-hidden {
    display:block !important;
  }

  .has-dropdown:after {
    display:none;
  }

  .overlay-bar {
    background: #FFF;
  }

  .menu {
    top: -10px;
    width: 100%;
  }

  .menu li {
    float: none;
    margin: 3px 0;
    margin-right: 0px;
    text-align: center;
    padding: 10px 0;
  }

  .subnav {
    display: block;
    position: relative;
    background: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    text-align:center;
    top:12px;
    left: 0;
  }

  .subnav li {
      display: block;
      margin: 0;
      width: 100%;
      position: relative;
      border:none;
      height: 40px;
  }

  .subnav li:last-child { border-bottom: none; } 

  .subnav .icon {
      display:none;
  }

  .inline-menu {
    display: flex;
    justify-content: center;
    margin-top: 35px;
  }

  .inline-menu a {
    border: 1px solid #e1e1e1;
    text-align: center;
    color: #000;
    width: 100%;
    padding: 25px;
    font-weight: bold;
  }

  .inline-menu a:hover {
    background-color: #f6f6f6;
  }

  .open-nav {
    max-height: 8000px;
  }
  .nav-menu {
    padding-top: 24px;
  }
  .top-bar .logo {
    bottom: 0px;
  }
  .top-bar .logo.logo-wide {
    bottom: 10px;
    margin-bottom: 22px;
  }
  .mobile-toggle {
    font-size: 32px;
    display: block;
    position: absolute;
    top: 24px;
    right: 16px;
    cursor: pointer;
    color: #333333;
  }
  .overlay-bar {
    background: #FFF;
  }
  .overlay-bar .logo-light {
    display: block;
  }
  .overlay-bar .logo-dark {
    display: block;
  }
  .overlay-bar .menu li a {
    color: #777777;
    padding-bottom: 0px;
  }
  .overlay-bar .menu li a:hover {
    color: #333333;
  }
  .overlay-bar .has-dropdown:after {
    color: #333333;
  }
  .has-dropdown {
    bottom: 0px;
  }
  .menu {
    top: 0px;
  }
  .menu li {
    float: none;
    margin-right: 0px;
    margin-top:10px;
  }
  .subnav {
    position: relative;
    background: none;
  }
  .subnav li {
    margin-bottom: 0px;
  }
  .subnav .col-md-3 {
    margin-bottom: 32px;
  }
  .flex-direction-nav {
    display: none;
  }
  header.signup .photo-form-wrapper {
    margin-bottom: 32px;
  }
  .product-right .btn {
    margin-bottom: 16px;
  }
  .product-right .product-image {
    right: -320px;
    bottom: 60px;
    max-width: 670px;
  }
  .wood-divider.product-right .product-image {
    position: relative;
    top: -5%;
  }
  .selector-tabs li {
    margin-bottom: 16px;
  }
  .client-row img {
    max-width: 100px;
  }
  .inline-video-wrapper {
    margin-top: 32px;
  }
  .pricing-tables .no-pad {
    padding: 0px 15px;
  }
  .pricing-tables .no-pad-left {
    padding-left: 15px;
  }
  .pricing-tables .no-pad-right {
    padding-right: 15px;
  }
  .pricing-table {
    margin-bottom: 30px;
    border-radius: 25px !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
  }
  .hidden-sm {
    display: block !important;
  }
  .hidden-sm:first-child {
    display: none !important;
  }
  footer.details .social-icons li {
    margin-bottom: 16px;
  }
  .blog-snippet-2 li .icon {
    width: 15%;
  }
  .blog-snippet-2 li .title {
    width: 85%;
  }
  .hero-divider {
    height: auto;
    padding: 80px 0px 90px 0px;
  }
  .hero-divider .video-wrapper {
    display: none;
  }
  .video-wrapper {
    display: none;
  }
  .instafeed ul li:nth-child(n+5) {
    display: none;
  }
  .instafeed ul li {
    width: 25%;
  }
  .project.col-sm-4 {
    width: 50%;
  }
  #submission-strip {
    min-width: 300px;
    max-width: 300px;
  }
  footer.short-2 {
    padding-bottom: 0px;
  }
  footer.short-2 span {
    margin-right: 32px;
  }
  footer.short-2 .contact-action {
    position: relative;
    width: 100%;
    height: 150px;
    margin-top: 80px;
  }
  footer.short-2 .align-vertical {
    padding-top: 64px !important;
  }

}
.resume-header {
  padding: 200px 0px;
}
.resume-header span {
  font-weight: 600;
  color: #fff;
  display: block;
  font-size: 18px;
  margin-bottom: 32px;
}
.resume-header h1 {
  margin-bottom: 8px !important;
}
.resume-header .social-icons li {
  margin-right: 16px;
}
.resume-header .social-icons li a {
  color: #fff;
}
.milestones span {
  font-size: 16px;
  display: inline-block;
  width: 100%;
}
.milestones .sub {
  font-size: 14px;
  font-style: italic;
}
.milestones .pin-body {
  width: 2px;
  height: 30px;
  margin: 0px auto;
  background-color: #136480;
}
.milestones .pin-head {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #136480;
  margin: 0px auto;
  margin-bottom: 24px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.milestones .feature-icon-large i {
  margin: 0px auto;
  margin-bottom: 0px;
}
.milestones h5 {
  margin-bottom: 8px;
}
.milestones .lead:last-child,
.skill-bars .lead:last-child {
  margin-bottom: 64px !important;
}
.milestones .feature:hover .pin-head {
  background-color: #136480;
}
.expanding-list {
  position: relative;
  overflow: hidden;
}
.expanding-ul {
  position: relative;
  overflow: hidden;
}
.expanding-ul li {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 24px;
  margin-bottom: 24px;
  cursor: pointer;
}
.expanding-ul li .title {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.expanding-ul .title i {
  color: #136480;
  font-size: 32px;
  display: inline-block;
  margin-right: 24px;
}
.expanding-ul .title span {
  position: relative;
  bottom: 8px;
}
.expanding-ul .title strong {
  font-weight: 600;
  color: #333333;
}
.expanding-ul .text-content {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  max-height: 0px;
}
.expanding-ul li.active .title {
  margin-bottom: 24px;
}
.expanding-ul li.active .text-content {
  max-height: 800px;
  opacity: 1;
}
.expanding-ul li:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
.skill-bars h3 {
  font-weight: normal;
  margin-bottom: 16px;
}
.skills-ul {
  overflow: hidden;
}
.skills-ul span {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
}
.skills-ul li {
  margin-bottom: 16px;
}
.skills-ul li:last-child {
  margin-bottom: 0px;
}
.skill-bar-holder {
  height: 12px;
  width: 100%;
  background: rgba(19, 100, 128, 0.1);
  padding: 0px;
  position: relative;
}
.skill-capacity {
  height: 12px;
  background: #136480;
  padding: 0px !important;
  left: 0px;
  position: absolute;
}
.skills-left {
  text-align: right;
}
.skills-left .skill-bar-holder {
  background: rgba(11, 60, 77, 0.1);
}
.skills-left .skill-capacity {
  background: #0b3c4d;
  left: auto;
  right: 0px;
}
@media screen and (max-width: 990px) {
  .skills-left {
    margin-bottom: 32px;
    text-align: left;
  }
  .skills-left .skill-capacity {
    right: auto;
    left: 3px;
  }
}
.stat-counters h1 {
  color: #fff;
}
.stat {
  text-align: center;
}
.stat-bubble {
  margin: 0px auto;
  width: 120px;
  height: 120px;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.15);
  text-align: center;
  line-height: 116px;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  border-radius: 50%;
  margin-bottom: 12px;
}
.stat h3 {
  color: #fff;
}
.blog-image-snippet {
  padding: 160px 0px;
}
.blog-image-snippet .container {
  position: relative;
  z-index: 2;
}
.blog-image-snippet span {
  display: block;
}
.blog-image-snippet span i {
  display: inline-block;
  margin-right: 6px;
}
.blog-image-snippet h1 {
  font-size: 40px;
  margin-bottom: 16px;
}
.blog-image-snippet:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  content: '';
  opacity: 0.4;
  z-index: 2;
  background-color: #333333;
}
.sidebar-widget h5 {
  margin-bottom: 16px;
}
.sidebar-widget li {
  padding: 16px 0px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.sidebar-widget li .arrow_right {
  position: absolute;
  right: 0px;
}
.sidebar-widget li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.sidebar-widget li a {
  color: #777777;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.sidebar-widget li a:hover {
  color: #333333;
}
.sidebar-widget {
  margin-bottom: 40px;
}
.sidebar-widget .tags {
  overflow: hidden;
}
.sidebar-widget .tags li {
  display: inline-block;
  float: left;
  margin: 0px 8px 8px 0px;
  width: auto;
  padding: 0px;
  border: none;
}
.sidebar-widget .tags li a {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 6px;
  display: inline-block;
}
.sidebar-widget .tags li:hover {
  background: #f7f7f7;
}
.sidebar-widget .instafeed {
  padding: 0px;
  border: none;
}
.sidebar-widget .instafeed li:nth-child(n+7) {
  display: none;
}
.sidebar-widget .instafeed li {
  width: 33.33333%;
  padding: 0px;
}
.sidebar-widget .tweet {
  font-size: 16px !important;
  line-height: 32px !important;
  font-style: normal !important;
  font-weight: normal !important;
}
.sidebar-widget .tweet a {
  font-weight: 600 !important;
  color: #333333 !important;
}
.sidebar-widget .social_twitter {
  font-size: 16px;
  color: #333333;
}
.sidebar-widget #tweets li {
  border: none;
}
@media screen and (max-width: 767px) {
  .blog-sidebar {
    display: none;
  }
}

.item-logo {
    position: relative !important;
    left: initial !important;
    top: initial !important;
    transition: all .2s ease-in-out !important; 
}

.blog-masonry-item {
  margin-bottom: 30px;
}
.blog-masonry-item .post-title {
  background: #fff;
  padding: 28px 32px 32px 32px;
  position: relative;
}
.blog-masonry-item h2 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 16px;
}
.blog-masonry-item p {
  margin-bottom: 32px;
}
.blog-masonry-item span {
  display: block;
  color: #333333;
  line-height: 18px;
}
.blog-masonry-item .link-text {
  position: absolute;
  bottom: 32px;
  right: 32px;
}
.blog-masonry-item h1 {
  font-weight: 600;
  margin-bottom: 48px;
  line-height: 40px;
}
.blog-masonry-item iframe {
  width: 100%;
}
.quote-post .post-title,
.quote-post h1,
.quote-post span,
.quote-post .link-text {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.quote-post:hover .post-title {
  background: #136480;
}
.quote-post:hover h1 {
  color: #fff;
}
.quote-post:hover span {
  color: #fff;
}
.quote-post:hover .link-text {
  color: #fff;
  border-color: #fff;
}
.video-post iframe {
  height: 250px;
}
.blog-filters {
  padding: 0px;
  list-style: none;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 32px;
}
.blog-filters li {
  float: left;
  margin-right: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #555;
  cursor: pointer;
}

.blog-filters li:hover {
  color:#000;
}
.blog-filters li:last-child {
  margin-right: 0px;
}
.blog-filters li.active {
  border-bottom: 2px solid #ffdc00;
  color:#000;
}
.article-body .media-holder {
  margin: 32px 0px;
  position: relative;
  z-index: 1;
}
.article-body iframe {
  width: 100%;
  height: 440px;
}
.media-holder:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 80%;
  top: 0px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .article-body iframe {
    height: 215px;
  }
}
@media screen and (max-width: 990px) {
  .media-holder {
    margin-top: 32px;
  }
}
.comment-list {
  margin-top: 32px;
}
.comment-list h5 {
  margin-bottom: 32px;
}
.comment-list ol {
  padding: 0px;
  margin-bottom: 48px;
}
.comment-list li {
  margin-bottom: 32px;
}
.comment-list li:last-child {
  margin-bottom: 0px;
}
.comment-list .children {
  padding-left: 50px;
  margin-bottom: 32px;
}
.blog-comment {
  overflow: hidden;
}
.blog-comment .user {
  width: 100px;
  float: left;
}
.blog-comment .user img {
  max-width: 100%;
}
.blog-comment .info {
  margin-bottom: 16px;
}
.blog-comment .link-text {
  display: inline-block;
  margin-left: 12px;
}
.blog-comment .message {
  width: auto;
  background: #fff;
  margin-left: 115px;
  padding: 24px;
}
.blog-comment .message h6 {
  margin-bottom: 0px;
}
.comment-respond {
  margin-top: 32px;
}
.comment-form .form-input {
  margin-bottom: 16px;
}
.comment-form .form-input:last-child {
  margin-bottom: 0px;
}
.comment-form input[type="text"],
.comment-form textarea {
  width: 100%;
  padding: 16px;
  border: none;
  box-shadow: none;
}
.comment-form input[type="submit"] {
  min-width: 185px;
}
@media screen and (max-width: 767px) {
  .blog-comment .user {
    display: none;
  }
  .blog-comment .message {
    margin-left: 0px;
  }
}
.simple-bar .logo {
  max-width: 800px;
  max-height: 40px;
  bottom: 12px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.simple-bar .social-icons {
  margin-left: 32px;
}
.simple-bar .nav-menu {
  padding-top: 54px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.simple-bar .menu li {
  margin-right: 40px;
}
.simple-bar .menu li a {
  padding-bottom: 54px;
}
.simple-bar.nav-sticky .logo {
  max-height: 30px;
  bottom: 8px;
}
.simple-bar .subnav {
  text-align: left !important;
}
.subnav-halfwidth {
  width: 500px;
}
.menu li:last-child .subnav-halfwidth {
  right: 0px;
}
@media all and (max-width: 767px) {
  .simple-bar .logo {
    max-height: 30px;
    bottom: 30px;
  }
  .simple-bar .menu li a {
    padding-bottom: 0px;
  }
  .simple-bar .text-right {
    text-align: left !important;
  }
  .subnav-halfwidth .subnav {
    margin-bottom: 32px;
  }
  .subnav-halfwidth {
    width: 100%;
  }
  .subnav-fullwidth {
    width: 100% !important;
    left: 0 !important;
  }
}
.subnav-halfwidth .subnav {
  position: relative;
  overflow: hidden;
  background: none !important;
  text-align: left;
  padding: 0px;
}
.centered-logo .social-icons {
  float: right;
  margin-bottom: 0px;
}
.centered-logo .utility-menu span {
  top: 2px;
}
.centered-logo .logo {
  max-width: 800px;
  max-height: 50px;
  bottom: 0px;
  margin-top: 32px;
}
.centered-logo .menu li a {
  padding-bottom: 24px;
}
.centered-logo .nav-menu {
  padding-top: 32px;
}
.centered-logo .subnav {
  text-align: left !important;
}
.centered-logo .bottom-border {
  width: 100%;
  height: 4px;
  background: #136480;
}
@media all and (max-width: 767px) {
  .centered-logo .logo {
    top: 20px;
    max-height: 40px;
    margin-top: 0px;
  }
  .centered-logo .menu li a {
    padding-bottom: 0px;
  }
  .centered-logo .subnav {
    text-align: center !important;
  }
}
.fullscreen-nav-toggle {
  position: fixed;
  z-index: 1000;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  cursor: pointer;
  top: 32px;
  right: 32px;
  font-size: 40px;
  line-height: 67px;
  color: #333333;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.fullscreen-nav-toggle i {
  position: absolute;
  right: 11px;
  top: 12px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.fullscreen-nav-toggle .icon_menu {
  opacity: 1;
}
.fullscreen-nav-toggle .icon_close {
  opacity: 0;
}
.toggle-icon .icon_menu {
  opacity: 0 !important;
}
.toggle-icon .icon_close {
  opacity: 1 !important;
  color: #fff !important;
}
.toggle-icon {
  background: rgba(255, 255, 255, 0);
}
.fullscreen-nav-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 999;
  background: rgba(19, 100, 128, 0.92);
  display: none;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.show-fullscreen-nav {
  display: block;
}
.fade-fullscreen-nav {
  opacity: 1;
}
.fullscreen-nav-container .logo {
  max-height: 60px;
  display: block;
  margin-bottom: 32px;
}
.fullscreen-nav-container .menu li {
  line-height: 48px;
  float: none;
}
.fullscreen-nav-container .menu li a {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  padding-bottom: 0px;
}
.fullscreen-nav-container .container {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translate3d(0, 200px, 0);
  -moz-transform: translate3d(0, 200px, 0);
  transform: translate3d(0, 200px, 0);
  opacity: 0;
  margin-top: 80px;
}
.fullscreen-nav-container.fade-fullscreen-nav .container,
.fullscreen-nav-container.fade-fullscreen-nav .close-fullscreen-nav {
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
}
.fullscreen-nav {
  position: absolute;
  z-index: 10;
  width: 100%;
}
.fullscreen-nav .outer-logo {
  max-height: 35px;
  margin-top: 44px;
  display: inline-block;
}
@media all and (max-width: 767px) {
  .fullscreen-nav {
    max-height: 7000px;
    background: none;
    height: auto;
    overflow: visible;
  }
  .fullscreen-nav-container .container {
    margin-top: 32px;
  }
  .fullscreen-nav-container .logo {
    max-height: 40px;
    margin-bottom: 16px;
  }
  .fullscreen-nav-container .menu li {
    margin-bottom: 0px;
    line-height: 32px;
  }
  .fullscreen-nav-container .menu li a {
    font-size: 24px;
    padding-bottom: 0px;
  }
}
.soundcloud-1 {
  padding: 0px;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.soundcloud-1:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.soundcloud-1 iframe {
  border: none;
  height: 200px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.contained-bar {
  background: none;
}
.contained-wrapper {
  background: rgba(255, 255, 255, 0.9);
  margin-top: 32px;
  padding: 0 32px;
}
.contained-bar.nav-sticky {
  background: rgba(255, 255, 255, 0.9);
}
.contained-bar.nav-sticky .contained-wrapper {
  background: none;
  padding: 0;
  margin-top: 0;
}
@media all and (max-width: 768px) {
  .contained-bar {
    background: rgba(255, 255, 255, 0.9);
  }
  .contained-wrapper {
    background: none;
    padding: 0;
    margin-top: 0;
  }
}
.elements h1 {
  margin-bottom: 16px;
}
.pagination li a {
  color: #1a8bb3;
  background: none;
  margin-left: 12px;
  border-radius: 50%;
  padding: 5px 12px;
}
.pagination li.active {
  background: #1a8bb3;
}
.pagination li:first-child a,
.pagination li:last-child a {
  border-radius: 50% !important;
}
.pagination-lg li a {
  padding: 7px 16px;
}
.pagination-sm li a {
  padding: 5px 11px;
}
.pager li a {
  background: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  min-width: 155px;
  border-radius: 25px;
  display: inline-block;
  padding: 14px 28px 13px 28px;
  line-height: 1;
  border: 2px solid #1a8bb3;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1a8bb3;
  min-width: 125px;
}
.pager li a:hover {
  background: #1a8bb3;
  color: #fff;
}
.video-wrapper iframe {
  width: 100%;
  height: 180%;
  top: -40%;
  position: absolute;
}
.youtube-bg {
  height: 100%;
}
@media all and (min-width: 1800px) {
  .video-wrapper iframe {
    height: 200%;
    top: -50%;
  }
}
@media all and (max-width: 1500px) {
  .video-wrapper iframe {
    height: 150%;
    top: -15%;
  }
}
@media all and (max-width: 1300px) {
  .video-wrapper iframe {
    height: 130%;
    top: -5%;
  }
}
@media all and (max-width: 1250px) {
  .video-wrapper iframe {
    height: 120%;
    top: -5%;
  }
}
@media all and (max-width: 1100px) {
  .video-wrapper iframe {
    height: 110%;
    top: -5%;
  }
}
@media all and (max-width: 1024px) {
  .video-wrapper iframe {
    display: none;
  }
}
.fullwidth-video iframe {
  height: 550px;
}
@media all and (max-width: 1200px) {
  .fullwidth-video iframe {
    height: 500px;
  }
}
@media all and (max-width: 1000px) {
  .fullwidth-video iframe {
    height: 400px;
  }
}
@media all and (max-width: 767px) {
  .fullwidth-video iframe {
    height: 270px;
    max-width: 100%;
  }
}
.boxed-layout {
  background: #eee;
}
.boxed-layout .main-container,
.boxed-layout .footer-container,
.boxed-layout nav {
  max-width: 1280px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.boxed-layout .flex-direction-nav {
  display: none;
}
.timeline-event:first-child {
  margin-top: 64px;
}
.timeline-event {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 64px;
  margin-bottom: 32px;
}
.timeline-event:nth-child(even) .col-sm-6:first-child {
  text-align: right;
}
.timeline-event .col-sm-6:first-child {
  padding-right: 54px;
}
.timeline-event .col-sm-6:last-child {
  padding-left: 54px;
}
.timeline-event:nth-child(odd) .col-sm-6:first-child {
  padding-left: 54px;
  padding-right: 15px;
}
.timeline-event:nth-child(odd) .col-sm-6:last-child {
  padding-right: 54px;
  text-align: right;
  padding-left: 15px;
}
.timeline-event .middle {
  position: absolute;
  left: 50%;
  width: 60px;
  margin-left: -30px;
  text-align: center;
  height: 100%;
}
.timeline-event .middle i {
  font-size: 40px;
  display: inline-block;
  margin-bottom: 16px;
  color: #ffdc00;
}
.timeline-event .middle .vertical-line {
  top: 60px;
  width: 2px;
  height: 100%;
  display: inline-block;
  background: #535353;
  position: absolute;
  left: 50%;
  margin-left: -2px;
}
.timeline-event h2 {
  margin-bottom: 8px;
}
@media all and (max-width: 767px) {
  .timeline-event {
    padding-bottom: 0;
  }
  .timeline-event .middle {
    display: none;
  }
  .timeline-event .col-sm-6 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    text-align: left !important;
  }
}
@media all and (max-width: 767px) {
  .bottom-band {
    display: block;
    margin-top: 80px;
  }
  .bottom-band h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .fullscreen-element .align-vertical {
    padding-top: 80px !important;
  }
}
.product-action {
  height: auto;
  padding: 120px 0 0 0;
}
.product-action {
  background: #136480;
}
.product-action h2 {
  margin-bottom: 16px;
  font-weight: 600;
}
.product-action p {
  display: block;
  max-width: 520px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.product-action img {
  margin-top: -80px;
  position: relative;
  top: 110px;
}
@media all and (max-width: 767px) {
  .product-action p {
    margin-bottom: 32px;
  }
  .product-action img {
    margin-top: 24px;
    top: 24px;
  }
}
.no-loader .loader {
  display: none !important;
}


/* MAP */

/*Feature right */

.earth {
  display:inline-block;
}

.logo-circle {
    height: 120px;
    display: inline-block;
    width: 120px;
    margin: 7px 9px;
    border: 1px solid #fafafa;
    background: #FFF;
    border-radius: 20%;
    box-shadow: 0 0 0 1px rgba(0,0,0,.02), 0 4px 10px 0 rgba(0,0,0,.08);
}

.logo-circle img {
    position: relative;
    padding: 20px;
    top: 18px;
    width: 100%;
}

.circle {
  height: 100%;
  width: 570px;
  position: relative;
  top: 228px;
  left: 275px;
  margin: 50px 0;
  
  -webkit-transition:height .25s ease, width .25s ease;
  transition:height .25s ease, width .25s ease;
  
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);

}

.circle:before,
.circle:after {
  content:'';
  display:block;
  position:absolute;
  top:0; right:0; bottom:0; left:0;
  border-radius:50%;
}

.circle:before {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}
.circle:after {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}

/* MAP PIN */

.marker-1 {
    position: relative;
    left: 164px;
    top: -327px;
    z-index: 2;
}

.marker-2 {
    position: relative;
    left: 123px;
    top: -280px;
    z-index: 2;
}

.marker-3 {
    position: relative;
    left: 52px;
    top: -187px;
    z-index: 2;
}

.pin {
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  background: #ffdc00;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation-name: bounce-marker;
  -moz-animation-name: bounce-marker;
  -o-animation-name: bounce-marker;
  -ms-animation-name: bounce-marker;
  animation-name: bounce-marker;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  cursor:pointer;
}
.pin:after {
  content: '';
  width: 14px;
  height: 14px;
  margin: 8px 0 0 8px;
  background: #FFF;
  position: absolute;
  border-radius: 50%;
}
.pulse {
  background: rgba(0,0,0,0.2);
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;
  top: 29px;
  left: 8px;
  z-index: -2;
}
.pulse:after {
  content: "";
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: -13px 0 0 -13px;
  -webkit-animation: pulsate 1s ease-out;
  -moz-animation: pulsate 1s ease-out;
  -o-animation: pulsate 1s ease-out;
  -ms-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 0 1px 2px  rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px 2px  rgba(0, 0, 0, 0.2);
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

@keyframes bounce-marker {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(3px) rotate(-45deg);
    -moz-transform: translateY(3px) rotate(-45deg);
    -o-transform: translateY(3px) rotate(-45deg);
    -ms-transform: translateY(3px) rotate(-45deg);
    transform: translateY(3px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}

@-moz-keyframes bounce-marker {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0px) rotate(-45deg);
    -moz-transform: translateY(3px) rotate(-45deg);
    -o-transform: translateY(3px) rotate(-45deg);
    -ms-transform: translateY(3px) rotate(-45deg);
    transform: translateY(3px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes bounce-marker {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(3px) rotate(-45deg);
    -moz-transform: translateY(3px) rotate(-45deg);
    -o-transform: translateY(3px) rotate(-45deg);
    -ms-transform: translateY(3px) rotate(-45deg);
    transform: translateY(3px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@-o-keyframes bounce-marker {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(3px) rotate(-45deg);
    -moz-transform: translateY(3px) rotate(-45deg);
    -o-transform: translateY(3px) rotate(-45deg);
    -ms-transform: translateY(3px) rotate(-45deg);
    transform: translateY(3px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}


/* MODAL */


/* TAGS */

.tag {
  padding:2px 10px;
  border-radius:3px;
  font-size:12px;
  font-weight:500;
  top: -7px;
  position: relative;
  background-color:#FFF;
  color:#FFF;
}

.tag-blog {  background-color:#3480e8;   }

.tag-case {  background-color:#e89e34;  }

/* Pricing */

.pricing {
  margin-bottom:100px;
}

/* MODULE PUBLISHER */

.promo {
  text-align: center;
  background-color: #000;
  color: #FFDC00;
  font-weight: bold;
  display: flex;
  width: 100%;
  height: 25px;
  margin-top: 0;
  padding: 19px;
  align-items: center;
  justify-content: center;
}

.pub-features {
  background:#FFF !important;
  padding-top:0px 0 !important;
  padding-bottom:0px !important;
}

.widget-hl {
  background-color: #fff7b9;
  color: #000;
  padding: 40px 33px;
  margin-top:80px;
  margin-bottom:20px;
  border-radius: 11px;
}

h1.hl {
  border-bottom: 5px solid #FFDC00;
  display: inline-block;
}

.overview-video {
  box-shadow: 0 6px 30px rgba(200, 200, 200, 0.7);
  border-radius: 11px;

}

.widget-hl a {
  color:#000;
}

.border-bottom {
  border-bottom:1px solid #e1e1e1;
}

.publisher_items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-top: -10px;
}

.publisher_items .publisher_item {
  flex: 1 0 200px;
  box-sizing: border-box;
  background: #ffffff;
  color: #171e42;
  padding: 10px;
  margin-left: 10px;
  margin-top: 10px;
  text-align: center;
}

@media (min-width: 410px) {
  .publisher_items .publisher_item {
    max-width: calc(50% - 10px);
  }
}
@media (min-width: 620px) {
  .publisher_items .publisher_item {
    max-width: calc(33.33333% - 10px);
  }
}
@media (min-width: 830px) {
  .publisher_items .publisher_item {
    max-width: calc(25% - 10px);
  }
}
@media (min-width: 1040px) {
  .publisher_items .publisher_item {
    max-width: calc(20% - 10px);
  }
}
@media (min-width: 1250px) {
  .publisher_items .publisher_item {
    max-width: calc(16.66667% - 10px);
  }
}
@media (min-width: 1460px) {
  .publisher_items .publisher_item {
    max-width: calc(14.28571% - 10px);
  }
}
@media (min-width: 1670px) {
  .publisher_items .publisher_item {
    min-width: calc(12.5% - 10px);
  }
}

.module-reseller h1 , .module-publisher h1 , .module-retailer h1 {
	margin-bottom:20px;
}

.module-reseller p.lead , .module-publisher p.lead , .module-retailer p.lead {
	margin: 30px;
}

.slider {
  position: relative;
  padding: 120px 0 60px 0;
  font-weight: bold;
  color: #aaa;
  text-align: center;
}
.slider-bar {
  background: #ddd;
  padding: 3px;
  height: 30px;
  border-radius: 30px;
}
.slider ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.slider li {
  position: relative;
  float: left;
  width: 10%;
  height: 24px;
  white-space: nowrap;
}
.slider-scroll {
  position: relative;
  width: 0;
  height: 24px;
  border-radius: 30px;
  background: #eb9fb9;
  background: -moz-linear-gradient(left,  #f98889 0%, #e25950 100%);
  background: -webkit-linear-gradient(left,  #f98889 0%,#e25950 100%);
  background: linear-gradient(to right,  #f98889 0%,#e25950 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98889', endColorstr='#e25950',GradientType=1 );
  min-width: 24px;
}
.slider-scroll div {
  position: absolute;
  top: -110px;
  right: 0;
  transform: translate(50%,0) rotate(180deg);
  transition: all .5s cubic-bezier(0.855, 0.055, 0.520, 1.505);
  transform-origin: center 72px;
  padding:10px;
  border-radius: 5px;
  background: #e25950;
  color: #fff;
  opacity: 0;
  width: 175px;
}
.slider-scroll .reveal {
  opacity: 1;
  transform: translate(50%,0) rotate(0);
}
.slider-scroll .stop {
  animation-name: bascule;
  animation-timing-function: cubic-bezier(0.000, 0.930, 0.265, 1.550);
  animation-duration: .8s;
}
@keyframes bascule {
  0% {
    transform: translate(50%,0) rotate(0);
  }
  50% {
    transform: translate(50%,0) rotate(40deg);
  }
  100% {
    transform: translate(50%,0) rotate(0);
  }
}
.slider-scroll span:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #e25950 transparent transparent transparent;
}
.slider-scroll span {
  display: block;
  font-size: 18px;
  line-height: 24px;
}
.pourcentage,
.fourchette {
  position: absolute;
  left: 0;
  transform: translate(-50%,0);
}
.pourcentage {
  top: -30px;
  font-size: 16px;
}
.fourchette {
  padding-top: 40px;
  top: 100%;
  font-size: 12px;
}
.fourchette:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 30px;
  top: 0;
  left: 50%;
  background: #ddd;
}
.txt-pink {
  color: #e25950;
}
.pourcentage.txt-pink {
  animation: scale .3s ease-out;
}
@keyframes scale {
  0% {
    transform: translate(-50%,0) scale(1);
  }
  50% {
    transform: translate(-50%,0) scale(1.5);
  }
  100% {
    transform: translate(-50%,0) scale(1);
  }
}

.field {
    margin: 10px 0;
    background-color: #FFF;
    padding: 30px 40px;
    text-align: center;
    box-shadow: 0 0 0 1px rgba(0,0,0,.02), 0 4px 10px 0 rgba(0,0,0,.08);

}

.field-input {
    margin-bottom: 50px;
}

.field-input-title {
    background-color: #e25950;
    color: #FFF;
    border: 1px solid #c04e47;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0px;
    width:100%;
    max-width: 550px;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius:5px;
}

span.rounded-number {
    background-color: #e25950;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    color: #FFF;
    font-weight: bold;
    line-height: 30px;
}


.pageView input {
  width: 40%;
  height: 50px;
  border-radius: 3px;
  padding: 3px;
  font-size: 24px;
  text-align: center;
  border: 1px solid #e1e1e1;
}

.pageView input:focus, .pageView input:hover {
  background-color:#eee;
  border-color:#f0f0f0;
  outline:0;
}

select#countrySelection {
    display: block;
    margin: 35px auto;
}

.field button {

}


.field-selection label {
    margin: 0px 10px;
}

.field-img {
    display: block;
    margin: 10px 0;
}

.slider {
  display: none;
}

input[type="checkbox"] { 
	position: absolute;
	opacity: 0;
}





/* Normal Track */
input[type="checkbox"].ios-switch + div {
	vertical-align: middle;
	width: 40px;	height: 20px;
	border: 1px solid rgba(0,0,0,.4);
	border-radius: 999px;
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-transition-duration: .4s;
	-webkit-transition-property: background-color, box-shadow;
	box-shadow: inset 0 0 0 0px rgba(0,0,0,0.4);
	margin: 15px 1.2em 15px 2.5em;
}

/* Tiny Track */
input[type="checkbox"].tinyswitch.ios-switch + div {
	width: 34px;	height: 18px;
}

/* Big Track */
input[type="checkbox"].bigswitch.ios-switch + div {
	width: 50px;	
  height: 25px;
  position: relative;
  left: 30px;
}

/* Green Track */
input[type="checkbox"].green.ios-switch:checked + div {
	background-color: #e25950;
	border: 1px solid rgba(226, 89, 80,1);
	box-shadow: inset 0 0 0 10px rgba(226, 89, 80,1);
}

/* Normal Knob */
input[type="checkbox"].ios-switch + div > div {
	float: left;
	width: 18px; height: 18px;
	border-radius: inherit;
	background: #ffffff;
	-webkit-transition-timing-function: cubic-bezier(.54,1.85,.5,1);
	-webkit-transition-duration: 0.4s;
	-webkit-transition-property: transform, background-color, box-shadow;
	-moz-transition-timing-function: cubic-bezier(.54,1.85,.5,1);
	-moz-transition-duration: 0.4s;
	-moz-transition-property: transform, background-color;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(0, 0, 0, 0.4);
	pointer-events: none;
	margin-top: 1px;
	margin-left: 1px;
}

/* Checked Knob (Blue Style) */
input[type="checkbox"].ios-switch:checked + div > div {
	-webkit-transform: translate3d(20px, 0, 0);
	-moz-transform: translate3d(20px, 0, 0);
	background-color: #ffffff;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(8, 80, 172,1);
}

/* Tiny Knob */
input[type="checkbox"].tinyswitch.ios-switch + div > div {
	width: 16px; height: 16px;
	margin-top: 1px;
}

/* Checked Tiny Knob (Blue Style) */
input[type="checkbox"].tinyswitch.ios-switch:checked + div > div {
	-webkit-transform: translate3d(16px, 0, 0);
	-moz-transform: translate3d(16px, 0, 0);
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(8, 80, 172,1);
}

/* Big Knob */
input[type="checkbox"].bigswitch.ios-switch + div > div {
	width: 23px; height: 23px;
	margin-top: 0px;
}

/* Checked Big Knob (Blue Style) */
input[type="checkbox"].bigswitch.ios-switch:checked + div > div {
	-webkit-transform: translate3d(25px, 0, 0);
	-moz-transform: translate3d(16px, 0, 0);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(8, 80, 172,1);
}

/* Green Knob */
input[type="checkbox"].green.ios-switch:checked + div > div {
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(226, 89, 80,1);
}


/************* ICON ANIMATIONS ***************/
/* Pulsing Heart Icon */
.pulsate {
    -webkit-animation: pulse 4s infinite;
    -moz-animation: pulse 4s infinite;
    -o-animation: pulse 4s infinite;
    animation: pulse 4s infinite;
}
  
 
@-moz-keyframes pulsate {
      0% {-moz-transform: scale(0.9, 0.9); opacity: 0.0;}
     50% {opacity: 1.0;}
    100% {-moz-transform: scale(1, 1); opacity: 0.0;}
}
 
@-webkit-keyframes pulsate {
      0% {-webkit-transform: scale(0.9, 0.9); opacity: 0.0;}
     50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1, 1); opacity: 0.0;}
}
 
@keyframes pulsate {
      0% {scale: (0.9, 0.9); opacity: 0.0;}
     50% {opacity: 1.0;}
    100% {scale: (1, 1); opacity: 0.0;}
}
 
/* Ticking Dial Icon */
.tick {
    -webkit-animation: tick steps(4) 2s infinite normal;
    -moz-animation: tick steps(4) 2s infinite normal;
    -o-animation: tick steps(4) 2s infinite normal;
    animation: tick steps(4) 2s infinite normal;
}
 
@-moz-keyframes tick { 100% { -moz-transform: rotate(360deg); } }
 
@-webkit-keyframes tick { 100% { -webkit-transform: rotate(360deg); } }
 
@keyframes tick { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
  
/* Swaying Happy-Face Icon */
.sway {
    -webkit-animation: sway 3s ease-in-out infinite alternate;
    -moz-animation: sway 3s ease-in-out infinite alternate;
    -o-animation: sway 3s ease-in-out infinite alternate;
    animation: sway 3s ease-in-out infinite alternate;
}
  
@-moz-keyframes sway {
      0% { -moz-transform: rotate(-15deg); }
    100% { -moz-transform: rotate(15deg); }
}
  
@-webkit-keyframes sway {
      0% { -webkit-transform: rotate(-15deg); }
    100% { -webkit-transform: rotate(15deg); }
}
  
@-o-keyframes sway {
      0% { -o-transform: rotate(-15deg); }
    100% { -o-transform: rotate(15deg); }
}
  
@-ms-keyframes sway {
      0% { -ms-transform: rotate(-15deg); }
    100% { -ms-transform: rotate(15deg); }
}
  
@keyframes sway {
      0% { transform: rotate(-15deg); }
    100% { transform: rotate(15deg); }
}


/* VIDEO PLAYER */

.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000;
  border-radius: 11px;

}
.videoWrapper43 {
  padding-top: 75%;
}
.videoWrapper169 {
  padding-top: 56%;
}

.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  border-radius: 10px;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.videoPoster:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border: 5px solid #fff;
  border-radius: 100%;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}
.videoPoster:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -25px 0 0 -13px;
  border-left: 40px solid #fff;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}
.videoPoster:hover:before, .videoPoster:focus:before {
  border-color: #e25950;
}
.videoPoster:hover:after, .videoPoster:focus:after {
  border-left-color: #e25950;
}
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}


/* MAP */

.map-canvas {
  box-shadow: 0 18px 35px rgba(50,50,93,.2), 0 8px 15px rgba(0,0,0,.07);
  position: relative;
}

#map {
  height: 430px;
  position: relative;
  width: 100%;
}

.maps-frame {
  height: 430px;
  width: 100%;
}

.kd-tabbed-vert.header-links .kd-tabbutton a {
  color: #757575;
  display: inline-block;
  height: 100%;
  padding: 0 24px;
  width: 100%;
}

.kd-tabbed-vert.header-links .kd-tabbutton {
  padding: 0;
}

.kd-tabbed-vert.header-links .kd-tabbutton.selected a {
  color: #03a9f4;
}

.kd-tabbed-vert.header-links .kd-tabbutton a:focus {
  text-decoration: none;
}

p.top-desc {
  padding: 1em 1em .1em 1em;
}

p.bottom-desc {
  padding: 0em 1em 1em 1em;
}

.input-map {
    width: 100%;
    height: 70px;
    background-color: #24b47e;
    display: flex;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.input-map input {
    width: 75%;
    align-content: center;
    align-self: center;
    height: 45px;
    margin: 0 auto;
    border: 1px solid #25a974;
    border-radius: 3px;
    outline: 0;
    padding: 0 20px;
    text-align:center
}

.input-map.media-agencies input {
  border: #fb8d3d;
}

.input-map.media-agencies {
  background-color: #fb8d3d;
}

.map-legend {
  display:inline-block;
  width:100%;
  text-align:center;
  margin: 20px 0 0 0;
}

.map-legend ul {
  margin:20px auto;
}

.map-legend ul li {
  display:inline-block;
  margin:0 20px;
}

span.legend {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    top: 5px;
}


span.legend.fidelity { background-color: #167ae0;  }

span.legend.trafic { background-color: #8fdb18; }

span.legend.conquest { background-color: #c447db; }


/* DROP ZONE */

.dropzone {
  position: absolute;
	z-index:2;
  width: 100%;
  height: 100%;
	border-radius:5px;
	top:0;
	left:0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; 
}

.box {
	height: 140px;
  cursor: move;
}

.drop-text {
	display:block;
	background-color:rgba(174, 95, 275, .8);
	color:#fFF;
	font-weight:500;
	z-index:2;
	position:relative;
	padding: 30px 20px;
	border-radius:5px;
	transition: all 0.5s ease;
}


.box.csv {	background: url(../img/format-csv.png) center no-repeat; }
.box.xls {	background: url(../img/format-xls.png) center no-repeat; }
.box.json {	background: url(../img/format-json.png) center no-repeat; }


#map {
	z-index:2
}

.map-dropzone {
	border-radius:5px;
}


/***** WIDGET****/

.widget-top-container {
  padding-bottom: 20px;
  background: #f4f4f4;
}

@media screen and (max-width:768px) {
  header.title-blog {
    display:none;
  }
  .widget-top-container {
    padding-top: 30px;
    padding-bottom:0;
  }
}



/* Career page */

.jobs-list {
    border: none;
    display: block;
    border-top: 1px solid #e1e1e1;
    overflow: hidden;
    padding: 20px 0;
    display:flex;
    justify-content:space-between;
    align-items:center;
    align-content:center;
}

@media screen and (max-width:768px) {
  .jobs-list {
    flex-direction: column;
    text-align:center;
  }
}

.jobs-list.no-border {
  border-top:none;
}


/* LOGIN PAGE */

.login {
    display: flex;
    align-items: center;
    min-height: 100%;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
}

.login-container {
    padding: 20px 0;
    width: 425px;
    margin: 0 auto;
    height:100%
}

@media screen and (max-width:768px) {
  .login-container {
    padding: 20px 0;
    margin: 0 auto;
    height: 100%;
}
}

.login-container hr {
  border-color: #e1e1e1;
}

.login-logo {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 35px 0 35px 0;
}

.login-btn {
  width:100%;
  padding:0 20px;
  text-align: center;
  color:#6c6c6c;
  font-weight:bold;
}

.login-btn-item {
    background: #313134;
    display: block;
    margin: 8px 0;
    width: 100%;
    padding: 15px 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.login-btn-item.v1 {
  background-color:#FFF;
  border:1px solid #E1e1E1;
  color:#000;
}

.login-btn-item.v1:hover {
  background-color:#e1e1e1;
  color:#000;
}

.login-btn-item.btn-advertiser {
  background-color:#3297d3;
  border:1px solid #E1e1E1;
  color:#FFF;
}

.login-btn-item.btn-reseller {
  background-color:#24b47e;
  border:1px solid #E1e1E1;
  color:#FFF;
}


.login-btn-item.btn-publishers {
  background-color:#e1e1e1;
  border:1px solid #E1e1E1;
  color:#b6b6b6;
  cursor:not-allowed;
}

.login-btn-item.btn-media-agency {
  background-color:#fb8d3d;
  border:1px solid #E1e1E1;
  color:#FFF;
}

.login-btn-item.btn-retailer {
  background-color:#b76ac4;
  border:1px solid #E1e1E1;
  color:#FFF;
}

.login-btn-item.btn-admin {
  background-color:#000;
  border:1px solid #E1e1E1;
  color:#ffdc00;
}


.login-btn a {
  color:#f0f0f0;
  font-family: 'Open Sans';
}

span.arrow {
    float: right;
}

span.tag-beta {
  background-color: #bcbcbc;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  padding: 8px 10px;
  margin-left: 5px;
  position: relative;
  top: -2px;
}


/* POPUP LOGIN */

/* Styling the Popup Window */
.popup {
    display: none;
    position: absolute;
    top: 100px;
    left: 50%;
    width: 700px;
    margin-left: -350px;
    padding: 100px 30px;
    background: #fff;
    color: #333;
    font-size: 19px;
    line-height: 30px;
    z-index: 9999;
    text-align:center;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);


}

.popup-mobile {position: relative; top: 0; left: 0; margin: 30px 0 0; width: 100%;}   

.popup-btn-close {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #FFF;
    background-color: #000;
    padding: 0px 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.btn-login {
    margin: 0 15px !important;
}

.btn-login:after {
  content:'→';
  margin-left:5px;
}


/* MAP CONTACT */

.map-contact {
  padding: 0px;
  overflow: hidden;
  position: relative;
}

.map-contact-holder {
  height: 450px;
}
.map-contact-holder iframe {
  border: none;
  width: 100%;
  height: 450px;
}
.map-contact-holder:before {
  content: '';
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.map-contact-holder.on:before {
  width: 0%;
}

.contact-thirds {
  padding-top:0px;
}

/* GEOLOC PAGE */

.smalljumbo .jumbo-h1 {
  margin-top:25px;
}

.geoloc {
  padding-top:0px;
}

.geoloc .input-map {
    align-items: center;
    padding: 0 30px;
    background-color:#2f2f2f;
}

.geoloc .input-map input {
  width:100%;
  border:1px solid #e1e1e1;
}

.geoloc .input-map span {
  color:#FFF;
}


.geoloc .input-map .btn {
    min-width: 320px;
}

#warningBox {
  display:none;
  width: 100%;
  background: rgba(0,0,0, 0.7);
  text-align: center;
  margin: 0;
  padding: 10px 0;
  color: #FFF;
  position: absolute;
  top: 70px;
  z-index: 9999;
}

#warningBoxBtn {
  margin-left:30px;
}

a.geolocUpdate {
  color:#FFF;
  text-decoration: underline;
}

.grey-version a.geolocUpdate {
  color:#707070;
  text-decoration: underline;
}
.no-geoloc {
  display:flex;
  flex-direction:column;
  align-items:center;
  align-content:center;
  padding: 20px;
  text-align: center;
}

.no-geoloc_desc {
  margin:20px 0;
}

/* CHANGELOG */

.release-notes {
    list-style-type: none;
    padding: 0;
}

.release-notes .release-note {
    margin-bottom: 60px;
    position: relative;
}

.release-notes .release-note ul li,
.release-notes .release-note ol li {
    margin-bottom:10px;
}

.release-notes .release-note ul li:last-of-type,
.release-notes .release-note ol li:last-of-type {
    margin-bottom: 1.5rem;
}


.release-notes .release-note-date {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.release-note .release-note-date span {
  color:#bababa;
  font-size:16px;
}

.release-note hr {
  border-color:#e1e1e1;
  margin:20px 0;
}

.release-notes .release-note-category {
    font-weight: 700;
    display: inline-block;
    padding: 5px 20px;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 5px;
    width:150px;
    text-align:center;
}

.release-note-category.cat-feature {
    color: #FFF;
    background-color: #24b47e;
}

.release-note-category.cat-bugfix {
    color: #FFF;
    background-color: #e25950;
}

.release-note-category.cat-added {
    color: #FFF;
    background-color: #3297d3;
}

.release-notes .release-note-details {
    margin:10px 0 0 20px;
    display:inline-block;
}


/* END CHANGELOG */

/* BANNER */

.banner {
    display: inline-block;
    width: 100%;
    background-color:rgba(0,0,0, 0.3);
    font-weight: bold;
    text-align: center;
    color: #FFF;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner a {
    background-color: #ffdc00;
    padding: 5px 10px;
    margin-left:10px;
}


@media (min-width: 768px) and (max-width: 1024px) {
  .nav-hidden {
    display:none;
  }

  hr {
    border-color:#ffdc00;
    margin:5px 0;
  }
}

@media screen and (min-width: 1024px) {
  .nav-hidden {
    display:none;
  }

  hr {
    border-color:#ffdc00;
    margin:5px 0;
  }
}

@media screen and (max-width: 770px) {

  .geoloc .input-map {
    flex-direction:column;
    padding: 20px 30px;
    height:100%;
  }

  .geoloc .input-map input , .geoloc .input-map span {
   margin:10px 0;
  }

  .geoloc .input-map .btn {
    margin:0 auto;
    margin-top:10px;
  }

  .overview {
    display:flex;
    flex-direction:column-reverse;

  }

  .banner {
    display:none;
  }


  ul.list {
    text-align:center;
  }



  .side-image-about {
    padding:50px 0;
  }

  .page-header {
    padding-top:80px !important;
    padding-bottom:0 !important;
  }

  .page-header h1 {
    margin-bottom: 80px !important;
  }
  
  .contact-page-informations {
    text-align:center;
    margin:20px 0 70px 0;
  }

  footer.details {
    text-align:center;
   } 

  .location-mobile {
    position:relative;
    top:0;
    display:block;
    background-color:#000;
    height:30px;
  }

}

@media screen and (max-width: 1024px) {

  .contact-page-informations {
      text-align:center;
      margin:20px 0 70px 0;
    }

  .side-image .image-container {
      position: relative;
      height: 500px;
      left:0px;
      float: none !important;
  }

  .side-image {
      padding: 0 20px;
  }

  .background-image-holder-left {
    left:0px;
     box-shadow: none !important;

  }

  .background-image-holder-right {
    right:0px !important;
    box-shadow: none !important;

  }

  .side-image .content {
    padding:0;
  }

}

.browser-list {
  margin-top:30px;
  margin-bottom:10px;
}

.browser-list li {
  display: inline-block;
  margin-right:20px;
}




