body {
  background-color: #f4f5f9;
}

body .notes a {
  color: #e74c3c;
}

.clearfix:after {
  visibility: hidden;
  display: block; 
  content: "";
  clear: both; 
  height: 0;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
}



.pure-menu-horizontal {
  white-space: normal;
}

.kickstarter {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.kickstarter img {
    width: 50%;
}

header>.home-menu {
  height: 150px;
  background: transparent;
  box-shadow: none;
  padding: 17px;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}

header>.home-menu.shown {
  background: transparent url('../img/bg1.jpg') no-repeat center bottom;
  background-size: cover;
  box-shadow: none;
  height: 65px;
  padding: 0;
}

header>.home-menu.shown a {
  margin: 0;
  padding: 0;
}

header>.home-menu a.pure-menu-heading>img {
  width: 120px;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}

header>.home-menu.shown a.pure-menu-heading>img {
  margin: 0px 0 3px 15px;
}

header>.home-menu.shown nav a {
  line-height: 75px;
}

.home-menu ul.pure-menu-list {
  margin-top: 14px;
}

.home-menu.shown ul.pure-menu-list {
  margin-top: 0px;
}

.home-menu ul.pure-menu-list>li.pure-menu-item a {
  font: normal normal 400 18px/18px "Open Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 23px 0;
  margin: 0 17px;
}

.home-menu ul.pure-menu-list>li.pure-menu-item a:hover,
.home-menu ul.pure-menu-list>li.pure-menu-selected a {
  color: #e74c3c;
  padding: 15px 0px;
  border-bottom: 1px solid #e74c3c;
}

.home-menu ul.pure-menu-list>li.pure-menu-item.special a {
  background: #e74c3c;
  padding: 13px 23px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.home-menu ul.pure-menu-list>li.pure-menu-item.heart a,
.home-menu ul.pure-menu-list>li.pure-menu-item.special a {
  color: #fff;
  border: 0;
}

hr.line {
  display: block;
  width: 185px;
  height: 11px;
  margin: 0 auto;
  border: 0;
  background: transparent url('../img/line.png') no-repeat center center;
}

.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.splash-container {
  background: transparent url('../img/bgHeader.jpg') no-repeat center bottom;
  background-size: cover;
  min-height: 700px;
  background-color: white;
}

.splash-container .splash {
  top: 180px;
  width: 80%;
  height: 100%;
  margin: 0 auto;
}

.splash-container small {
  display: block;
  font: normal normal 400 30px/30px "Open Sans", sans-serif;
  color: #fff;
  margin-bottom: 24px;
}

.splash-container .small {
  color: #fff;
  margin-bottom: 24px;
  font-weight: bold;
  font: normal normal 600 34px/34px "Open Sans", sans-serif;
  text-align: center;
  padding: 20px 0;
  margin-top: 40px;
}

.splash-container .thin {
  font: normal normal 300 34px/34px "Open Sans", sans-serif;
}

.splash-container h1 {
  font: normal normal 600 66px/66px "Trebuchet MS", Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}

.splash-container h2 {
  font: normal normal 600 66px/66px "Open Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

.splash-container span.clipo {
  display: block;
  width: 220px;
  height: 220px;
  background: transparent none no-repeat center center;
  margin: 0 auto;
}

.splash-container .clipo.beige {
  background-image: url('../img/BEIGE1.png');
}

.splash-container .clipo.white {
  background-image: url('../img/BEIGE1.png');
}

.splash-container .clipo.blue {
  background-image: url('../img/BLUE1.png');
}

.splash-container .clipo.green {
  background-image: url('../img/GREEN1.png');
}

.splash-container .clipo.violet {
  background-image: url('../img/VIOLET1.png');
}

.splash-container .clipo.black {
  background-image: url('../img/crni1.png');
}

.splash-container div.colors {
  display: block;
  width: 220px;
  height: 22px;
  margin: 10px auto 30px;
}

.splash-container div.colors div {
  display: inline-block;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  margin-right: 13px;
  color: transparent;
}

.splash-container div.colors>div:last-child {
  margin: 0;
}

.splash-container div.colors a {
  text-decoration: none;
}

.splash-container div.colors div {
  height: 20px;
  width: 20px;
}

.splash-container div.colors>div.white {
  background-color: #fff;
}

.splash-container div.colors div.beige {
  background-color: #f7f7e1;
}

.splash-container div.colors div.blue {
  background-color: #2f9fff;
}

.splash-container div.colors div.green {
  background-color: #2fffa0;
}

.splash-container div.colors div.red {
  background-color: #e74c3c;
}

.splash-container div.colors div.orange {
  background-color: #e74c3c;
}

.splash-container div.colors div.black {
  background-color: #151516;
}

.content-wrapper {
  background-color: #f4f5f9;
  margin-top: 700px;
}

.content h2 {
  font: normal normal 300 40px/40px "Trebuchet MS", Helvetica, sans-serif;
  color: #6a6a6a;
  text-transform: uppercase;
  margin: 30px 0 20px;
  text-align: center;
  letter-spacing: 1.5px;
}

.content.all-things {
  padding: 40px;
}

.content.callaction {
  height: 120px;
  background-color: #373d53;
  background: transparent url('../img/bg1.jpg') no-repeat center bottom
}

.content.callaction h2 {
  font: normal normal 300 40px/40px "Trebuchet MS", Helvetica, sans-serif;
  color: white;
  text-align: left;
  padding-top: 0px;
  position: relative;
}


/*.content.callaction span {
    display: inline-block;
    height: 104px;
    width: 12px;
    background-color: red;
    position: absolute;
    top: 27px;
    padding-left: 300px;
    background: transparent url(../img/vertical-line.png) no-repeat center center;
}*/

.content.callaction button {
  border: 0;
  outline: 0;
  padding: 0px 40px;
  height: 50px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5px;
  background-color: #e74c3c;
  font: normal normal 400 20px/22px "Open Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: -10px;
  right: 10%;
}

#moreReasong.content.whytobuy,
#whytobuy.content.whytobuy {
  background-color: white;
}

.content.whytobuy {
  text-align: center;
  padding-top: 40px;
}

.content.whytobuy .items {
  margin: 80px 0;
}

.content.whytobuy img {
  max-width: 100%;
}

.content.whytobuy .item .title {
  font-size: 1.4em;
  color: #393a42;
  text-transform: uppercase;
  padding: 20px 40px;
  font-weight: bold;
}

.content.whytobuy .item .subtitle {
  padding: 0 40px;
  color: #393a42;
  font: normal normal 300 18px/28px "Open Sans", sans-serif;
  letter-spacing: 1.5px;
}

.content h2>span.grey {
  color: #e74c3c;
}

.content img#platforms {
  display: block;
  margin: 60px auto;
}

.content p {
  font: normal normal 300 18px/28px "Open Sans", sans-serif;
  color: #393a42;
  text-align: center;
  margin: 30px auto;
  letter-spacing: 1.5px;
}

.content p>span.thin {
  font-weight: 300;
}

#placlipoconnects {
  margin: 50px 0;
}

#placlipoconnects .pillar {
  text-align: center;
  color: #3a3b40;
}

#placlipoconnects .pillar .itm {
  height: 151px;
  position: relative;
}

#placlipoconnects .pillar .itm img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  /* to keep proportions */
  height: auto;
  /* to keep proportions */
  max-width: 100%;
  /* not to stand out from div */
  max-height: 100%;
  /* not to stand out from div */
  margin: auto auto 0;
  /* position to bottom and center */
}

#placlipoconnects .pillar .itm img.mobile {
  max-width: 190px;
  width: 100%;
}

#placlipoconnects .pillar .itm img.desktop {
  width: 100%;
}

#placlipoconnects .pillar .itm img.mobile {
  max-width: 150px;
  width: 100%;
}

.container.clipos div {
  text-align: center;
}

#placlipoconnects .pillar .title {
  text-transform: uppercase;
  color: #6d6f6c;
  font: normal normal 600 26px/30px "Open Sans", sans-serif;
  font-weight: bold;
  padding: 30px 0 50px;
}

#placlipoconnects .pillar .worksWith {
  text-transform: uppercase;
  font: normal normal 300 20px/26px "Open Sans", sans-serif;
  font-weight: bold;
  padding: 40px 0 20px;
  ;
}

#placlipoconnects .pillar .subtilr {
  font: normal normal 300 14px/16px "Open Sans", sans-serif;
  letter-spacing: 1.5px;
}

#placlipoconnects .icons {
  max-width: 300px;
  margin: 0 auto;
  min-height: 70px;
}

#placlipoconnects .icons.less {
  max-width: 220px;
  margin: 0 auto;
}

#placlipoconnects .icons .icon {
  font: normal normal 300 16px/20px "Open Sans", sans-serif;
  float: left;
}

#howItWorks {
  background: #f4f5f9;
  margin: 30px 0;
}

#howItWorks h2.title {
  font: normal normal 300 40px/40px "Trebuchet MS", Helvetica, sans-serif;
  color: #6a6a6a;
  padding-bottom: 10px;
}

#howItWorks h2.title.pick {
  padding: 40px 0 0 0;
}

#howItWorks .items {
  margin-top: 40px;
  text-align: center;
}

#howItWorks img.action {
  max-width: 100%;
}

#howItWorks .items .item .lineArrow {
  position: absolute;
  top: 24px;
  display: block;
  width: 70%;
  left: 65%;
  height: 11px;
  background: transparent url(../img/lineArrow.png) no-repeat center center;
}

#howItWorks .sometext .item {
  font: normal normal 300 26px/30px "Open Sans", sans-serif;
  color: #393a42;
}

#howItWorks .sometext .item.click {
  text-align: right;
  padding-right: 25px;
}

#howItWorks .sometext .item.doubleClick {
  text-align: center;
}

#howItWorks .sometext .item.doubleClick {
  text-align: center;
}

#howItWorks .items .item {
  margin-top: 40px;
  text-align: center;
  position: relative;
}

#howItWorks .items .item .circle {
  display: block;
  width: 60px;
  height: 60px;
  background: #373e53;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font: normal normal 700 46px/57px "Open Sans", sans-serif;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

#howItWorks .items .item .desc {
  font: normal normal 300 32px/32px "Open Sans", sans-serif;
  color: #000000;
  text-align: center;
  width: 100%;
  padding: 20px;
}

#howItWorks .items .item img.action {
  position: absolute;
  left: -165px;
  padding: 30px;
}

#howItWorks .items .item .desc strong {
  color: #e74c3c;
}

#howItWorks .wrapScheme {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 90px auto;
}

#howItWorks .wrapScheme>div {
  float: left;
  position: relative;
  display: block;
}

#howItWorks .wrapScheme>div#first {
  max-width: 280px;
  width: 20%;
}

#howItWorks .wrapScheme>div#second {
  max-width: 640px;
  width: 60%;
}

#howItWorks .wrapScheme>div#third {
  max-width: 280px;
  width: 20%
}

#howItWorks .wrapScheme>div>span.lineArrow {
  position: absolute;
  top: 24px;
  display: block;
  max-width: 395px;
  width: 100%;
  height: 11px;
  background: transparent url('../img/lineArrow.png') no-repeat center center;
}

#howItWorks .wrapScheme>div#first>span.lineArrow {
  left: 173px;
}

#howItWorks .wrapScheme>div#second>span.lineArrow {
  left: 353px;
}

#howItWorks .wrapScheme span.circle {
  display: block;
  width: 60px;
  height: 60px;
  background: #373e53;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font: normal normal 700 46px/57px "Open Sans", sans-serif;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
}

#howItWorks .wrapScheme h3 {
  font: normal normal 300 32px/32px "Open Sans", sans-serif;
  color: #000000;
  text-align: center;
}

#howItWorks .wrapScheme h3>strong {
  font-weight: 700;
  color: #e74c3c;
}

#howItWorks .wrapScheme img {
  display: block;
  margin: 0 auto;
}

#howItWorks .wrapScheme p {
  position: absolute;
  bottom: -90px;
  font: normal normal 300 26px/26px "Open Sans", sans-serif;
  color: #393a42;
}

#howItWorks .wrapScheme p#click {
  left: 50px;
}

#howItWorks .wrapScheme p#doubleClick {
  left: 253px;
}

#howItWorks .wrapScheme p#longPress {
  left: 502px;
}

#howItWorks .wrapScheme:after {
  content: ' ';
  display: block;
  clear: both;
}

.oneButtonMultipleApps h2.title {
  font: normal normal 300 40px/40px "Trebuchet MS", Helvetica, sans-serif;
  color: #6a6a6a;
  padding-bottom: 10px;
}

.oneButtonMultipleApps p {
  display: block;
  width: 800px;
  font: normal normal 300 18px/24px "Open Sans", sans-serif;
  color: #393a42;
  text-align: center;
  margin: 30px auto 0;
}

.oneButtonMultipleApps ul#apps {
  list-style-type: none;
  display: block;
  width: 100%;
  margin-top: 50px;
}

.oneButtonMultipleApps ul#apps>li {
  float: left;
  display: block;
  padding-top: 117px;
  font: normal normal 700 17px/22px "Open Sans", sans-serif;
  color: #393a42;
  text-transform: uppercase;
  text-align: center;
  margin: 0px 0;
  background: transparent none no-repeat center top;
}

.oneButtonMultipleApps ul#apps>li#start {
  background-image: url('../img/apps/ico-startanyapp.png');
  background-size: 101px 101px;
}

.oneButtonMultipleApps ul#apps>li#keys {
  background-image: url('../img/apps/ico-pressanykey.png');
  background-size: 101px 101px;
}

.oneButtonMultipleApps ul#apps>li#copy {
  background-image: url('../img/apps/ico-copypaste.png');
  background-size: 101px 101px;
}

.oneButtonMultipleApps ul#apps>li#love {
  background-image: url('../img/apps/ico-sendlovesms.png');
  background-size: 101px 101px;
}

.oneButtonMultipleApps ul#apps>li#call {
  background-image: url('../img/apps/ico-callsomebody.png');
  background-size: 101px 101px;
}

.oneButtonMultipleApps ul#apps>li#lock {
  background-image: url('../img/apps/ico-lockcomp.png');
  background-size: 101px 101px;
}

.oneButtonMultipleApps ul#apps>li#slide {
  background-image: url('../img/apps/ico-gotonextslide.png');
  background-size: 101px 101px;
}

.oneButtonMultipleApps ul#apps>li#timer {
  background-image: url('../img/apps/timer.png');
  background-size: 101px 101px;
}

.oneButtonMultipleApps ul#apps>li#counter {
  background-image: url('../img/switchToNextSong.png');
  background-size: 101px 101px;
}

.oneButtonMultipleApps ul#apps>li#emergancy {
  background-image: url('../img/apps/emergancy.png');
  background-size: 101px 101px;
}

.oneButtonMultipleApps ul#apps>li#party {
  background-image: url('../img/apps/party.png');
  background-size: 101px 101px;
}

.oneButtonMultipleApps ul#apps>li#selfie {
  background-image: url('../img/apps/selfie.png');
  background-size: 101px 101px;
}

.oneButtonMultipleApps ul#apps>li#doorbell {
  background-image: url('../img/apps/doorbell.png');
  background-size: 101px 101px;
}

.oneButtonMultipleApps ul#apps>li#skype {
  background-image: url('../img/apps/skype.png');
  background-size: 101px 101px;
}

.oneButtonMultipleApps ul#apps>li#loose {
  background-image: url('../img/findYourKeys.png');
  background-size: 101px 101px;
}

.oneButtonMultipleApps ul#apps>li#lifx {
  background-image: url('../img/dimYourLights.png');
  background-size: 101px 101px;
}

.oneButtonMultipleApps ul#apps:after {
  content: ' ';
  display: block;
  clear: both;
}

.ribbon.notes {
  max-width: 1307px;
  width: 100%;
  background: #f4f5f9;
  margin: 50px auto;
}

.ribbon.notes>div {
  font: normal normal 300 18px/28px "Open Sans", sans-serif;
  color: #393a42;
  padding: 0 20px;
  letter-spacing: 1.5px;
}

.ribbon.notes img {
  float: left;
  display: block;
  padding: 0 20px 20px 0;
}

#technicalities {
  background: transparent url('../img/bg2.jpg') no-repeat center top;
  background-size: cover;
  padding: 20px 0 40px;
}

#technicalities .items {
  margin-top: 40px;
}

#technicalities h2.title {
  font: normal normal 300 42px/42px "Trebuchet MS", Helvetica, sans-serif;
  color: #fff;
  padding-bottom: 10px;
}

#technicalities p {
  display: block;
  width: 800px;
  font: normal normal 300 18px/28px "Open Sans", sans-serif;
  letter-spacing: 1.5px;
  color: #fff;
  text-align: center;
  margin: 30px auto 0;
}

#technicalities ul {
  list-style-type: none;
  display: block;
  max-width: 1235px;
  width: 100%;
  margin: 50px auto 100px;
}

#technicalities .items .item {
  float: left;
  display: block;
  width: 175px;
  height: 230px;
  padding-top: 200px;
  font: normal normal 700 20px/26px "Open Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 32px 32px;
  background: transparent none no-repeat center top;
}

#technicalities .items .hid {
  background-image: url('../img/ico-uhid.png');
}

#technicalities .items .soft {
  background-image: url('../img/specification_softTouchMaterial.png');
}

#technicalities .items .keychain {
  background-image: url('../img/specification-keychain-hole.png');
}

#technicalities .items .antennaRange {
  background-image: url('../img/ico-antenna.png');
}

#technicalities .items .batteryLife {
  background-image: url('../img/ico-battery.png');
}

#technicalities .items .waterResistent {
  background-image: url('../img/ico-water.png');
}

#technicalities .items .appLibrary {
  background-image: url('../img/appLibrary.png');
}

#technicalities .items .buzzer {
  background-image: url('../img/ico-buzzer.png');
}

#technicalities .items .sticky {
  background-image: url('../img/ico-sticky.png');
}

#technicalities .items .belt {
  background-image: url('../img/ico-vrvica.png');
}

#technicalities ul:after {
  content: ' ';
  display: block;
  clear: both;
}

.subscibe {
  background-color: white;
}

.subscibe p {
  display: block;
  width: 800px;
  font: normal normal 300 18px/28px "Open Sans", sans-serif;
  letter-spacing: 1.5px;
  color: #393a42;
  text-align: center;
  margin: 30px auto 0;
}

.subscibe p.spam {
  display: block;
  width: 800px;
  font: normal normal 300 18px/28px "Open Sans", sans-serif;
  color: #393a42;
  text-align: center;
  margin: 5px auto 30px;
}

#clipoSelection {
  background: #f4f5f9;
  margin: 30px 0;
}

#clipoSelection .clipos img {
  max-width: 150px;
  border-radius: 50%;
}

.container.clipos {
  
   margin: 60px auto;
    
}

#clipoSelection h2.title {
  font: normal normal 300 42px/42px "Trebuchet MS", Helvetica, sans-serif;
  color: #6a6a6a;
  padding-bottom: 10px;
}

#clipoSelection p {
  display: block;
  width: 800px;
  font: normal normal 300 18px/28px "Open Sans", sans-serif;
  letter-spacing: 1.5px;
  color: #393a42;
  text-align: center;
  margin: 30px auto 0;
}

#clipoSelection ul {
  list-style-type: none;
  display: block;
  max-width: 1260px;
  width: 100%;
  margin: 50px auto;
}

#clipoSelection ul>li {
  float: left;
  display: block;
  width: 220px;
  height: 220px;
  margin: 0 10px;
  color: transparent;
  border-radius: 50%;
  background: transparent none no-repeat center top;
}

#clipoSelection ul>li#white {
  background-image: url('../img/BEIGE1.png');
  background-size: 100%;
}

#clipoSelection ul>li#rose {
  background-image: url('../img/VIOLET1.png');
  background-size: 100%;
}

#clipoSelection ul>li#blue {
  background-image: url('../img/BLUE1.png');
  background-size: 100%;
}

#clipoSelection ul>li#yellow {
  background-image: url('../img/GREEN1.png');
  background-size: 100%;
}

#clipoSelection ul>li#black {
  background-image: url('../img/crni1.png');
  background-size: 100%;
}

#clipoSelection ul:after {
  content: ' ';
  display: block;
  clear: both;
}

#clipoSelection label {
  display: block;
  font: normal normal 300 16px/22px "Open Sans", sans-serif;
  color: #a2a3ae;
  text-align: center;
}

button.mybtn {
  display: block;
  padding: 15px 60px;
  margin: 20px auto 50px;
  border: 0;
  outline: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #e74c3c;
  font: normal normal 300 16px/22px "Open Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
}

#internetOfThings {
  max-width: 1200px;
  width: 100%;
  /*background:white;*/
  padding: 30px 0;
  margin: 0 auto;
}

#internetOfThings h2.title.ifttt {
  font: normal normal 300 42px/42px "Trebuchet MS", Helvetica, sans-serif;
  color: #6a6a6a;
  padding-bottom: 10px;
}

#internetOfThings h2.title.ifttt {
  font: normal normal 28px/42px "Trebuchet MS", Helvetica, sans-serif;
}

#internetOfThings h2.title strong {
  color: #e74c3c;
}

#internetOfThings img {
  max-width: 850px;
  margin: 0 auto;
  display: block;
}

#internetOfThings p {
  display: block;
  width: 800px;
  font: normal normal 300 18px/28px "Open Sans", sans-serif;
  color: #393a42;
  text-align: center;
  margin: 30px auto;
  letter-spacing: 1.5px;
}

#internetOfThings p>a {
  color: #e74c3c;
}

#internetOfThings img#motherboard {
  display: block;
  margin: 0 auto;
}

#internetOfThings div#listIoT {
  font: normal normal 300 26px/36px "Open Sans", sans-serif;
  color: #393a42;
  text-align: center;
  margin-top: 50px;
}

#developedBy {
  background: transparent url('../img/bg3.jpg') no-repeat center top;
  margin: 30px 0 0;
}

#developedBy h2.title {
  display: block;
  font: normal normal 600 42px/42px "Trebuchet MS", Helvetica, sans-serif;
  color: #fff;
  padding: 30px 0 10px;
}

#developedBy #developers {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 50px auto 100px;
}

#developedBy #developers div > div {
  margin-bottom: 50px;
}

.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

.credits {
 background-color: white;
 text-align: center;
}
.credits p{
margin: 0 auto;
 }

.credits  img{
  width: 100%;
  padding: 10px;
}

.credits  img.offset{
  padding: 60px 0 0 0!important;
}
.credits  img.offset{
  padding: 50px 0 0 0;
}

#developedBy #developers img {
  float: left;
  display: block;
  width: 134px;
  height: 134px;
  background-color: #afafaf;
  -webkit-border-radius: 67px;
  -moz-border-radius: 67px;
  border-radius: 67px;
  margin-right: 15px;
}

#developedBy #developers h4 {
  font: normal normal 700 20px/30px "Open Sans", sans-serif;
  color: #fff;
  margin: 40px 0 0;
}

#developedBy #developers h5 {
  font: normal normal 300 14px/20px "Open Sans", sans-serif;
  color: #fff;
  margin: 0 0 10px;
}

#developedBy #developers a.twitter {
  float: left;
  display: block;
  width: 34px;
  height: 33px;
  background: transparent url('../img/twitter.png') no-repeat center center;
  margin-right: 5px;
}

#developedBy #developers a.facebook {
  float: left;
  display: block;
  width: 34px;
  height: 33px;
  background: transparent url('../img/facebook.png') no-repeat center center;
}

#developedBy #developers>div:after {
  content: ' ';
  display: block;
  clear: both;
}

#mc_embed_signup input.email {
  height: 46px!important;
  margin-right: 20px!important;
  width: 50%!important;
  max-width: 514px;
}

#mc_embed_signup .button {
  background: #e74c3c!important;
  padding: 13px 23px!important;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
  height: 46px!important;
  font: normal normal 400 16px/22px "Open Sans", sans-serif!important;
  text-transform: uppercase;
}

#something {
  background: #fff;
  padding: 30px 0;
  margin: 0;
  height: 700px;
}

#something h2.title {
  font: normal normal 600 42px/42px "Trebuchet MS", Helvetica, sans-serif;
  color: #6a6a6a;
  padding-bottom: 10px;
}

#asSeenOn {
  background: #f4f5f9;
  border-top: 1px solid #6a6a6a;
  padding: 30px 0;
  margin: 0 auto;
}

#asSeenOn h2.title {
  font: normal normal 600 42px/42px "Trebuchet MS", Helvetica, sans-serif;
  color: #6a6a6a;
  padding-bottom: 10px;
}

#asSeenOn ul {
  list-style-type: none;
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 50px auto;
  -webkit-padding-start: 0;
}

#asSeenOn ul>li {
  float: left;
  position: relative;
  display: block;
  width: 200px;
  height: 100px;
  margin: 0 50px 50px 0;
  background: #fff none no-repeat center center;
  box-shadow: 0 0 5px #ccc;
}

#asSeenOn ul>li:nth-child(5n) {
  margin: 0 0 50px 0;
}

#asSeenOn ul>li#guardian {
  background-image: url('../img/seen/guardian.png')
}

#asSeenOn ul>li#gizmodo {
  background-image: url('../img/seen/gizmodo.png')
}

#asSeenOn ul>li#bbcNews {
  background-image: url('../img/seen/bbcNews.png')
}

#asSeenOn ul>li#cnnMoney {
  background-image: url('../img/seen/cnnMoney.png')
}

#asSeenOn ul>li#engadget {
  background-image: url('../img/seen/engadget.png')
}

#asSeenOn ul:after {
  content: ' ';
  display: block;
  clear: both;
}

.footer {
  background-color: #202020;
}

.footer ul#footerMenu {
  list-style-type: none;
  display: block;
  margin: 0;
}

.footer ul#footerMenu>li {
  float: left;
  display: block;
  margin-right: 30px;
}

.footer ul#footerMenu>li>a {
  font: normal normal 300 18px/40px "Open Sans", sans-serif;
  color: #fefeff;
  text-decoration: none;
  vertical-align: middle;
}

.footer #social .wrapSocial {
  display: block;
  width: 130px;
  margin: 5px auto;
}

.footer a.social {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  background: transparent none no-repeat center center;
  margin-right: 5px;
  color: transparent;
}

.footer a.social:last-child {
  margin: 0;
}

.footer a.social#facebook {
  background-image: url('../img/facebook_bw.png');
}

.footer a.social#twitter {
  background-image: url('../img/twitter_bw.png');
}

.footer a.social#instagram {
  background-image: url('../img/instagram_bw.png');
}

.footer #social:after {
  content: ' ';
  display: block;
  clear: both;
}

.footer #copyright {
  font: normal normal 300 18px/40px "Open Sans", sans-serif;
  color: #fefeff;
  vertical-align: middle;
}
