@font-face {
  font-family: 'FuturaLT-Condensed';
  src: url('fonts/FuturaLT-Condensed.eot?#iefix') format('embedded-opentype'),  url('fonts/FuturaLT-Condensed.woff') format('woff'), url('fonts/FuturaLT-Condensed.ttf')  format('truetype'), url('fonts/FuturaLT-Condensed.svg#FuturaLT-Condensed') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
  height: 100%;
}

body {
  font: 400 20px/1.5 'FuturaLT-Condensed',futura-pt,arial;
  height: 100%;
}

h1,h2,h3,h4,h5,h6 {
  font-size: inherit;
  font-weight: 400;
  margin: 0;
}

p {
  margin: 0;
}

ol,ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.real-list {
  list-style: initial;
  padding: 0 0 0 2em;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

input {
  border: 0;
  font-size: 1rem;
  height: 40px;
  margin: 0;
  padding: 0 15px;
  width: 250px;
}

button {
  border: 0;
  font-size: 1rem;
  height: 40px;
  margin: 0;
  padding: 0 30px;
  text-transform: uppercase;
  line-height: 40px;
}

a {
  border-bottom: 1px solid;
  text-decoration: none;
}

.images a{border:none !important;}

strong {
  font-weight: 700;
}

img {
  vertical-align: middle;
}

iframe {
  border: 0;
  vertical-align: middle;
}
.fontRoboto{font-family:'Roboto';}

.ir {
  background: no-repeat 50% 50%;
  overflow: hidden;
}

.ir:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}

.cf:after,.cf:before,.l-2-col:after,.l-2-col:before,.l-3-col:after,.l-3-col:before {
  content: " ";
  display: table;
}

.cf:after,.l-2-col:after,.l-3-col:after {
  clear: both;
}

.section-title {
  	font-size: 30px;
	font-weight: normal;
	position: relative;
	text-transform: uppercase;
	background: #f1d52a;
	text-align: center;
	color: #231f20;
}

.section-title.inpagetitle{font-size:42px; padding:10px 0;}

.section-title:before {
  content: "";
  height: 4px;
  margin-left: -2px;
  position: absolute;
  width: 15px;
}

.section-title-lifted {
  position: relative;
  z-index: 5;
}

.fixed .l-header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}

.l-screen {
  min-height: 100%;
}

.l-screen-wrapper {
  margin: 0 auto;
  min-height: 480px;
  padding: 80px 0;
  width: 940px;
}
.pbot200{padding-bottom:200px;}

section.blog .l-screen-wrapper{padding:30px 0;min-height: 0;}

.l-screen-wrapper-narrow {
  padding-top: 55px;
  padding-bottom: 350px;
  width: 840px;
}

.l-2-col {
  margin-left: -20px;
}

.l-2-col-item {
  float: left;
  margin-left: 20px;
  width: 460px;
}

.l-2-col-item:nth-child(2n+1) {
  clear: left;
}

.l-2-col-item-narrow {
  width: 410px;
}

.l-3-col {
  margin-left: -29px;
}

.l-3-col-item {
  float: left;
  margin-left: 29px;
  width: 294px;
}

.l-3-col-item:nth-child(3n+1) {
  clear: left;
}

.blog-content {
  margin-top: 35px;
}

.blog-content h2{
  font-size:24px;
  margin-top: 40px;
  line-height: 130%;
}

.blog-content h2 a{
	border:none;
}

.blog-content>p {
  font-family:'Roboto';
  font-size:14px;
  margin-bottom: 30px;  
  margin-top: 20px;
}

.blog-content>a {
  margin-top: 30px;
  font-family:'Roboto';
  font-size:14px;
  border-bottom: 1px solid;
}

.carousel-images-wrapper {
  bottom: 0;
  -webkit-perspective: 1500px;
  perspective: 1500px;
  position: absolute;
  right: 50px;
  top: 35%;
}

.carousel-images {
  height: 100%;
  margin-top: -1px;
  padding-top: 1px;
  -webkit-transform: rotateX(35deg) rotateY(-5deg) rotateZ(20deg);
  transform: rotateX(35deg) rotateY(-5deg) rotateZ(20deg);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.carousel-images-item {
  height: 360px;
  margin-bottom: 50px;
  opacity: .5;
  position: relative;
  -webkit-transform: translateZ(20px);
  transform: translateZ(20px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: margin .5s,opacity .5s;
  transition: margin .5s,opacity .5s;
  width: 640px;
}

.carousel-images-item:after,.carousel-images-item:before {
  content: "";
  position: absolute;
}

.carousel-images-item:before {
  height: 100%;
  left: 100%;
  top: 0;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  width: 20px;
}

.carousel-images-item:after {
  height: 20px;
  left: 0;
  top: 100%;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  width: 100%;
}

.carousel-images-item-current {
  opacity: 1;
}

.carousel-images-item>div {
  background: url(../img/carousel.png) no-repeat 50% 0;
  height: 100%;
  -webkit-transition: background-position .5s;
  transition: background-position .5s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.carousel-images-item>div:after,.carousel-images-item>div:before {
  background: -webkit-linear-gradient(315deg,rgba(0,0,0,.25)0,rgba(0,0,0,.15)58%,rgba(0,0,0,.4)80%,rgba(0,0,0,.4)100%);
  background: linear-gradient(135deg,rgba(0,0,0,.25)0,rgba(0,0,0,.15)58%,rgba(0,0,0,.4)80%,rgba(0,0,0,.4)100%);
  content: "";
  position: absolute;
}

.carousel-images-item>div:before {
  height: 100%;
  right: 100%;
  top: 0;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  width: 20px;
}

.carousel-images-item>div:after {
  bottom: 100%;
  height: 20px;
  left: 0;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  width: 100%;
}

.carousel-images-item-before>div {
  background-position: 50% 30%;
}

.carousel-images-item-current>div {
  background-position: 50% 50%;
}

.carousel-images-item-after>div {
  background-position: 50% 70%;
}

.carousel-images-item-after~.carousel-images-item>div {
  background-position: 50% 100%;
}

.carousel-bullets {
  bottom: 40px;
  font-size: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.carousel-bullets-item {
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin-left: 1px;
  width: 16px;
}

.carousel-bullets-item:first-child {
  margin-left: 0;
}

.carousel-bullets-item:before {
  border: 3px solid;
  border-radius: 6px;
  content: "";
  display: block;
  height: 6px;
  margin-left: 2px;
  margin-top: 2px;
  vertical-align: top;
  width: 6px;
}

.carousel-nav-item {
  bottom: 0;
  cursor: pointer;
  height: 360px;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  top: 0;
  width: 360px;
}

.carousel-nav-prev {
  background: url(../img/left.png) no-repeat 0 50%;
  left: 0;
}

.carousel-nav-next {
  background: url(../img/right.png) no-repeat 100% 50%;
  right: 0;
}

.carousel-alt-images {
  height: 360px;
  overflow: hidden;
  position: absolute;
  right: calc(50% - 320px);
  top: 180px;
  width: 640px;
}

.carousel-alt-images-item {
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.carousel-alt-images-item-current {
  opacity: 1;
}

.carousel-alt-bgs {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.carousel-alt-bgs-item {
  background: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.carousel-alt-bgs-item-current {
  opacity: 1;
}

.contact {
  background: #000000;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.contact-content {
  font-size: 24px;
  text-align: center;
  width: 940px;
}

.contact-content>p {
  margin: 20px 0;
  font-size: 20px;
}

.contact-signup-title {
  margin: 80px 0 20px;
}

.contact-signup-input {
  background: #000;
}

.contact-signup-label {
  display: none;
}

.contact-signup-button {
  margin-left: 15px;
}

.features {
  background: url(../img/features-bg.jpg) no-repeat 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: none;
}

.feel {
  position: relative;
}

.footer {
  color: #fff;
  font-size: 18px;
}

.footer-what {
  background: url(../img/intro-bg.jpg) no-repeat 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
}

.footer-what-content {
  margin: 0 auto;
  padding: 50px 410px 60px 10px;
  width: 540px;
}

.footer-what-content>h1,.footer-what-content>p {
  margin-bottom: 30px;
}

.header {
  height: 60px;
  line-height: 60px;
}

.header a {
  border-bottom: 0;
}

.header-logo {
  /*left: 50%;
  margin-left: -470px;*/
  position: absolute;
}

.header-logo>a {
  background-image: url(../img/logo-small.png);
  display: block;
  height: 60px;
  width: 87px;
}

.auggie-award {
  position: absolute;
  margin-left: 100px;
}

.auggie-award > a {
  background-image: url(../img/AuggieAward_transparent_small.png);
  display: block;
  height: 60px;
  width: 84px;
  text-decoration: none;
}

.header-navigation {
  float: right;
  padding-right: 14px;
}

.header-navigation-item {
  float: left;
  padding: 0 15px;
}

.header-navigation-item>a {
  display: block;
  padding: 0 10px;
}

.header-navigation-item-icon {
  padding: 14px 0;
}

.header .menu-mmenu-container{
  float: right;
}

.header .menu-mmenu-container .menu li{
  float: left;
  padding: 0 10px;
  position: relative;
}

.header .menu-mmenu-container .menu li a{
  color: white;
}
.header .menu-mmenu-container .menu li ul.sub-menu{
  height: 0;
  display: none;
  position: absolute;
  left: 0;
  z-index: 10000;
}
.header .menu-mmenu-container .menu li ul.sub-menu li{
  background: #131313;
  line-height: 2em;
  width: 100%;
  min-width: 150px;
}
.header .menu-mmenu-container .menu li ul.sub-menu li a{
  color: #eeeeee;
}
.header .menu-mmenu-container .menu li ul.sub-menu li a:hover{
  color: white;
}
.header .menu-mmenu-container .menu li:hover ul.sub-menu{
  display: block;
}

@media (min-width: 1024px){
  .header #social-menu{
    float: right;
  }
  .header #social-menu li{
    width: 30px;
    padding-top: 19px;
  }
  .header #social-menu li a{
    font-size: 20px;
  }
}
@media (max-width: 1023px){
  .header #social-menu{
    float: left;
	position:absolute;
	top:20px;
	left:100px;
  }
  .header #social-menu li{
    width: 30px;
  }
  .header #social-menu li a{
    font-size: 20px;
  }
  
  .post-title>h1{max-width:100%;}
  .post-meta{position:static !important;max-width:100%;}
  .post-content{max-width:100%;}
  .post-wrapper {
    margin: 40px auto;
    padding: 0 !important;
    position: relative;
    width: 100% !important;
	}
	.size-big{margin-left:0 !important; max-width:100%;}
}


@media (max-width: 600px){
	.footernew {
		background: rgba(255,255,255,0.5);
		color: #000000;
		width: 425px;
		max-width: 86% !important;
	}
	.footer-eu img{float:left;}
	.ctext{
		width: calc(100% - 100px);
		float:left;
	}
	.shop-product-list > .product .more {
	    position: static !important;
	    display: inline-block !important;
	}
	.shop-product-list > .product .cavail{
		position: static !important;
	    display: inline-block !important;
	}
}

.header .menu-mmenu-container .menu li a:hover{
  color: white;
}

.header #social-menu ul li a{
  color: #b0b0b0;
}
.header #social-menu ul li a:hover{
  color: white;
}


.info {
  background: #ffffff;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  color:#000000;
}

.info-content>h2 {
  font-size: 28px;
  font-weight: 300;
  line-height: 2;
  margin-bottom: 10px;
  text-transform:uppercase;
}

// image gallery thumbnail sizing
#size-shop_thumbnail {
    width:  auto;
    height: auto;
}

.product-page .cart button {
    background: #f1d52a;
    -webkit-box-shadow: 2px 2px black, 2px 2px 0 1px #fff;
    box-shadow: 2px 2px black, 2px 2px 0 1px #fff;
    color: #000;
    text-transform: uppercase;
    font-family: 'FuturaLT-Condensed',futura-pt,arial;
    padding: 0 10px;
    font-size: 18px;
    position: absolute;
}

.product-page .cart a {
    text-decoration: none;
    border-bottom: 0;
}


p.more {
    background: #f1d52a;
    -webkit-box-shadow: 2px 2px black, 2px 2px 0 1px #fff;
    box-shadow: 2px 2px black, 2px 2px 0 1px #fff;
    color: #000;
    text-transform: uppercase;
    font-family: 'FuturaLT-Condensed',futura-pt,arial;
    padding: 0 10px;
    font-size: 18px;
}

p.more a{text-decoration:none !important; border: 0 !important;}

.shop-product-list > .product .more span{border: 0 !important;}

body{background:#ffffff;}

.shop-product-list h3 {
	font-size: 28px;
}
.info-content>img {
  border: 0px solid;
}

.info-content>p {
      margin-top: 10px;;
  font-family: 'Roboto';
  font-size:14px;
}

.info-content li {
  font-family: 'Roboto';
  font-size:14px;
}

.info-features {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.00)), to(rgba(153, 195, 247, 0.50)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.00), rgba(153, 195, 247, 0.50));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.00), rgba(153, 195, 247, 0.50));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.00), rgba(153, 195, 247, 0.50));
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.00), rgba(153, 195, 247, 0.50));
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.00), rgba(153, 195, 247, 0.50));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#99c3f7');
  border-radius: 0 0 10px 10px;
  margin-top: 25px;
}
.info-features-available {
  float: left;
  width: 48%;
}
.info-features-coming {
  float: right;
  width: 48%;
}
.info-features h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: .5em;
}
.info-features ul {
  line-height: 1.2em;
  list-style: disc;
  padding-left: 20px;
}
.info-features li {
  padding: .15em 0;
}
.info-features-footnote {
  clear: both;
  font-size: 14px;
  padding: .5em 0;
  text-align: center;
}

.half-width{width:48%; margin-right:2%; float:left;}
.half-width ul{
	list-style: disc;
    list-style-position: inside;
    padding-left: 20px;
}
.half-width:first-child ul{ padding-left: 0; }
.intro {
  background: url(../img/intro-bg.jpg) no-repeat 50% 60px;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  text-align: center;
}

.intro-notification {
  height: 100px;
  line-height: 100px;
  padding-right: 20px;
  margin: 0 100px;
  position: absolute;
  text-align: left;
  top: 60px;
  width: 700px;
}

.intro-notification-more {
  float: right;
  text-transform: uppercase;
  font-size: 32px;
}

.auggie-award-notification {
  float: left;
  background-color: #662d91;
}

.auggie-award-notification > a {
  background-image: url(../img/AuggieAward_transparent_large.png);
  display: block;
  height: 100px;
  width: 160px;
  text-decoration: none;
  border-bottom: none;
}

#videowrap{    
	position: absolute;
	background: rgba(255,255,255,0.5);
	top: 230px;
    padding-bottom: 100px;
}
.intro-devices,.intro-title,.intro-video {
  position: static;
  width: 940px;
}

.intro-title {
  font-size: 42px;  
  text-transform: uppercase;
  color:#231f20;
  background:#ffffff;
  padding:5px;
  margin-bottom:50px;
}

.intro-title strong{font-weight:normal;}

.intro-devices {
  font-size: 14px;
  margin-bottom: 36px;
}

.intro-video {
}

.intro-video>a {
  border-bottom: 0;
  display: block;
  font-size: 26px;
  font-weight: 300;
  margin: 0 auto;
  text-transform: uppercase;
  width: 489px;
  color:#231f20;
}

.intro-video>a:before {
  background: url(../img/logo-play-black.png);
  content: "";
  display: block;
  height: 156px;
  margin-bottom: 5px;
}

.overlay {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.overlay-close {
  bottom: 50%;
  cursor: pointer;
  position: absolute;
  right: 50%;
}

.overlay-video {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.list-title {
  background: #fff;
  padding: 50px 0;
}

.list-title>h1 {
  font-size: 24px;
  font-weight: 800;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-transform: uppercase;
  width: 940px;
}

.list-title>h1:before {
  background: #57d9ff;
  content: "";
  height: 4px;
  margin-left: -2px;
  position: absolute;
  width: 15px;
}

.list-posts {
  margin: 0 auto;
  width: 940px;
}

.list-post {
  margin: 40px 0;
}

.list-post-link {
  border-bottom: 0;
  color: #212121;
  display: block;
  padding-left: 400px;
}

.list-post-link a{color:#212121;    border: none;}

.list-post-title {
  font-size: 32px;
  font-weight: 300;
  line-height:130%;
}

.list-post-lead {
  font-size: 18px;
  font-family:'Roboto';
  text-decoration:none !important;
  border:0;
}

a.cf{max-width:380px; float:left;    border: none;}

.post-title {
  background: #e7e7e8;
  padding: 30px 0 20px;
}

.post-title-prefix {
  font-size: 24px;
  font-weight: 800;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-transform: uppercase;
  width: 940px;
}

.post-title-prefix:before {
  background: #57d9ff;
  content: "";
  height: 4px;
  margin-left: -2px;
  position: absolute;
  width: 15px;
}

.post-title>h1 {
  font-size: 60px;
  margin: 0 auto;
  padding: 0;
  width: 960px;
  line-height:130%;
}
.post-meta-date{font-size:20px;}
.post-wrapper {
  margin: 40px auto;
  padding: 0 10px 0 410px;
  position: relative;
  width: 540px;
}

.post-content {
  font-size: 18px;
}
.post-content h2 {
  font-size: 30px;
  margin: .75em 0;
}
.post-content h3 {
  font-size: 24px;
  font-weight: 500;
  margin: .75em 0;
}
.post-content p {
  margin: 1.5em 0;
  font-family:'Roboto';
  font-size: 18px;
}
.post-content a {
  color: #000;
}

.post-meta {
  left: 0;
  position: absolute;
  top: 0;
  width: 380px;
}

.post-meta .fb-like,.post-meta .twitter-share-button {
  margin: .5em 0;
}

.size-big,.size-normal {
  margin-bottom: -.75em;
  margin-top: -.75em;
}

.size-big {
  margin-left: -400px;
}

.wp-caption {
  width: auto!important;
}

.wp-caption .size-big,.wp-caption .size-normal {
  margin-bottom: 0;
}

.wp-caption .wp-caption-text {
  font-size: 14px;
  margin: 10px 0 0;
  padding-left: 65px;
  position: relative;
}

.wp-caption .wp-caption-text:before {
  background: url(../img/caption.png);
  content: "";
  height: 27px;
  left: 14px;
  position: absolute;
  top: -15px;
  width: 44px;
}

.wp-caption .size-big+.wp-caption-text {
  margin-left: -400px;
}

.team-member {
  margin-bottom: 30px;
  margin-top: 40px;
}

.team-member h2{
	font-size:42px;
	margin-top:20px;
}

.team-member-header {
  position: relative;
}

.team-member-name {
  bottom: 10px;
  left: 20px;
  padding: 2px 5px;
  position: absolute;
  text-transform: uppercase;
}

.team-member>p {
  margin-top: 25px;
  font-family:'Roboto';
  font-size:16px;
}

body {
  /* background: #e7e7e8; */
  color: #121212;
}

body.fixed {
  background: #131313;
  color: #fff;
}

a {
  color: #fff;
}

input {
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 1px white,2px 2px black,2px 2px 0 1px #fff;
  box-shadow: inset 0 0 0 1px white,2px 2px black,2px 2px 0 1px #fff;
  color: #000000;
}

input::-webkit-input-placeholder {
  color: #919191;
}

input:-moz-placeholder {
  color: #919191;
}

input::-moz-placeholder {
  color: #919191;
}

input:-ms-input-placeholder {
  color: #919191;
}

button {
  background: #f1d52a;
  -webkit-box-shadow: 2px 2px black,2px 2px 0 1px #fff;
  box-shadow: 2px 2px black,2px 2px 0 1px #fff;
  color: #000;
}
/*
.section-title:before {
  background: #57d9ff;
}*/

.carousel-bullets-item-current:before {
  background: #fff;
}

.carousel-images-item:after,.carousel-images-item:before {
  background: -webkit-linear-gradient(315deg,rgba(0,0,0,.5)0,rgba(0,0,0,.3)58%,rgba(0,0,0,.8)80%,rgba(0,0,0,.8)100%);
  background: linear-gradient(135deg,rgba(0,0,0,.5)0,rgba(0,0,0,.3)58%,rgba(0,0,0,.8)80%,rgba(0,0,0,.8)100%);
}

.carousel-alt-images {
  background: rgba(255,255,255,.1);
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,.7);
  box-shadow: 0 0 20px rgba(0,0,0,.7);
}

.header {
  background: #131313;
}

.header-navigation-item>a:hover {
  -webkit-box-shadow: inset 0 10px #000;
  box-shadow: inset 0 10px #000;
}

.info-content-item>img {
  border-color: #fff;
}

.intro-notification {
  background: #f1d52a;
  color: #231f20;
}

.intro-notification-more>a {
  color: #231f20;
}

.overlay {
  background: rgba(0,0,0,.8);
}

.team-member-name,.team-member-title {
  background: #fff;
  color: #131313;
}

@media only screen and (max-width:1024px) {
	.header-logo{
		position:absolute !important; 
		left:0 !important;
	}
	
	#menu-mmenu{
		display:none !important;
	}
	
	.slicknav_menu{
		display:block !important;

	}
	
	.header-navigation-item-icon {
		padding: 0 !important;
		width: 50px;
		float: left !important;
	}
	
	.list-post {
		margin: 40px 0;
		padding: 10px !important;
	}
	
	.list-post-link {
		padding-left: 0px !important;
	}
	
	.cf {
		float: none !important;
		margin-left: 0 !important;
		max-width: 100% !important;
	}
	
	.list-posts{max-width:100%;}
	.footer-what {
		background: url(../img/intro-bg.jpg) no-repeat 50% 50%;
		-webkit-background-size: cover;
		background-size: cover;
		padding: 10px !important;
	}
	.footer-what-content {
		margin: 0 auto;
		padding: 0 !important;
		width: 100% !important;
	}

  .fixed .l-header {
    position: static;
  }

  .l-screen {
    min-height: 0;
  }

  .l-screen-wrapper {
    min-height: 0;
    padding: 20px 10px;
    width: auto;
  }

  .l-screen-wrapper-narrow {
    width: auto;
  }

  .l-2-col {
    margin-left: 0;
  }

  .l-2-col-item {
    float: none;
    margin-left: 0;
    width: auto;
  }

  .l-2-col-item-narrow {
    width: auto;
  }

  .l-3-col {
    margin-left: 0;
  }

  .l-3-col-item {
    float: none;
    margin-left: 0;
    width: auto;
  }

  .blog-content {
    margin-top: 30px;
  }

  .blog-content:first-child {
    margin-top: 20px;
  }

  .blog-content>img {
    height: auto;
    width: 100%;
  }

  .blog-content>p {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .contact-content {
    font-size: 16px;
    position: static;
    width: auto;
  }

  .contact-content>p {
    margin: 10px 0;
  }

  .contact-signup-title {
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .contact-signup-input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 8px;
    width: 100%;
  }

  .contact-signup-button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
    width: 100%;
  }

  .features,.feel {
    display: none;
  }

  .header {
    height: auto;
    line-height: 1.5;
    padding: 0;
  }
  
  .slicknav_menu{padding:0;}

  .header-logo {
    margin-left: 0;
    position: static;
  }

  .header-navigation {
    float: none;
    padding-right: 0;
  }

  .header-navigation-item {
    float: none;
    padding: 0;
  }

  .info:after {
    content: none;
  }

  .info-content {
    margin-top: 20px;
  }

  .info-content:first-child {
    margin-top: 0;
  }

  .info-content>h2 {
    margin-bottom: 5px;
  }

  .info-content>img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    width: 100%;
  }

  .info-content>p {
    margin-top: 10px;
  }

  .intro-notification {
    height: auto;
    line-height: 1.5;
    margin: -20px 0px 0px 0px;
    padding: 11px 10px;
    position: static;
    width: auto;
	overflow: hidden;
  }

  
  .l-screen-wrapper{padding:0;}

  .intro-devices,.intro-title,.intro-video,#videowrap {
    position: static;
    width: auto;
	max-width:100%; overflow:hidden;
  }

  .intro-title {
    margin-bottom: 20px;
  }

  .intro-devices {
    margin-top: 20px;
  }

  .intro-video>a {
    max-width: 489px;
    width: auto;
  }

  .intro-video>a:before {
    -webkit-background-size: cover;
    background-size: cover;
    height: 0;
    padding-bottom: 31.9%;
  }

  .team-member {
    margin-bottom: 0;
    margin-top: 20px;
  }

  .team-member>p {
    margin-top: 10px;
  }

  .header-navigation-item>a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* page -------------------------------------------------------------------- */
.page-title {
  background: #fff;
  padding: 50px 0;
}
.page-title > h1 {
  font-size: 24px;
  font-weight: 800;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-transform: uppercase;
  width: 940px;
}
.page-title > h1:before {
  background: #57d9ff;
  content: '';
  height: 4px;
  margin-left: -2px;
  position: absolute;
  width: 15px;
}
.page-wrapper {
  margin: 40px auto;
  padding: 0 10px 0 410px;
  position: relative;
  width: 540px;
}
.page-content {
  font-size: 18px;
}
.page-content h2 {
  font-size: 30px;
  margin: .75em 0;
}
.page-content h3 {
  font-size: 24px;
  font-weight: 500;
  margin: .75em 0;
}
.page-content p {
  margin: 1.5em 0;
}
.page-content a {
  color: #000;
}
.page-meta {
  left: 0;
  position: absolute;
  top: -.5em;
  width: 380px;
}
.page-meta .fb-like,
.page-meta .twitter-share-button {
  margin: .5em 0;
}

/* shop -------------------------------------------------------------------- */
.shop {
}
.shop a {
  color: #000;
}

/* shop title */
.shop-title {
  background: #f1d52a;
  height: 36px;
  padding: 20px 0;
  max-width:100%;
}
.shop-title h1 {
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
  float:left;
  margin-left:10px;
}
.shop-title h1:before {
  background: #57d9ff;
  content: '';
  height: 4px;
  margin-left: -2px;
  position: absolute;
  width: 15px;
  display:none;
}
.shop-title h1 a {
  border: none;
}
.shop-title .cart {
  font-size: 20px;
  line-height: 48px;
  float: right;
  margin-right: 10px;
  font-weight: 300;
  font-size: 32px;
  text-transform: uppercase;
  text-decoration: underline;
  border: 0;
  display: block;
}
.shop-title .shop-content{margin:0 auto !important;}
.margin0{margin:0 auto !important;}
.shop-title .shop-content.margin0{margin:0 auto !important;}

/* shop content */
.shop-content {
  margin: 40px auto;
  width:100%;
  max-width: 940px;
}
.shop-content .woocommerce-result-count,
.shop-content .woocommerce-ordering,
.shop-content .woocommerce-tabs .tabs,
.shop-content .woocommerce-tabs #tab-reviews,
.shop-content .woocommerce-tabs .entry-content h2:first-child {
  display: none;
}
.shop-content .woocommerce-message .wc-forward {
  float: right;
}

/* product list */
.shop-product-list > .product {
  margin: 40px 0;
  position: relative;
}
.shop-product-list > .product > a:first-child {
  border: none;
  display: block;
  padding-left: 400px;
}
.shop-product-list > .product > a:first-child:before {
  content: '';
  display: table;
}
.shop-product-list > .product > a:first-child:after {
  clear: both;
  content: '';
  display: table;
}
.shop-product-list > .product > a:first-child > img {
  float: left;
  margin-left: -400px;
}
.shop-product-list > .product > a:first-child > h3 {
  font-size: 40px;
  font-weight: 300;
}
.shop-product-list > .product .price .amount {
  font-weight: 700;
}
.shop-product-list > .product .more {
  bottom: 0;
  line-height: 30px;
  left: 480px;
  float: left;
}
.shop-product-list > .product .cavail {
    float: right;
    bottom: 0;
}
.shop-product-list > .product .more span {
  border-bottom: 1px dotted;
}
.shop-product-list > .product .product_type_simple {
  bottom: 0;
  left: 400px;
  position: absolute;
}
.shop-product-list > .product .add_to_cart_button {
  font-size: 20px;
  transition: color .25s;
}
.shop-product-list > .product .add_to_cart_button.added {
  color: #999;
}
.shop-product-list > .product .added_to_cart {
  bottom: 0;
  font-size: 20px;
  position: absolute;
  left: 510px;
}

/* product page */
.product-page .product {
  margin-top: 40px;
}
.product-page .images {
  float: left;
  margin-right: 20px;
  max-width:100%;
}
.product-page .images img{
  max-width:100%;
  height: auto;
}
.product-page .thumbnails.columns-3{margin-top:10px;}
.product-page .summary {
  min-height: 213px;
  position: relative;
}
.product-page .product_title {
  font-size: 40px;
  font-weight: 400;
  display:inline-block;
}
div[itemprop="offers"]{
	display:inline-block;
}
.product-page .price{margin-left: 20px; font-size: 40px;
    font-weight: 400;}
.variations_form.cart{line-height:250% !important;}
.product-page .price .amount {
	font-size: 40px;
  font-weight: 400;
}
.product-page .summary .sku_wrapper {
  display: none;
}

/*.product-page div.images img{max-width:380px !important;}
.thumbnails.columns-3{text-align:center;}*/
.product-page .cart .quantity {
  float: left;
}
.product-page .cart .quantity .qty {
  text-align: right;
  width: 30px;
}
.product-page .cart .quantity .minus,
.product-page .cart .quantity .plus {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  font-weight: 800;
  padding: 0 10px;
  width: 30px;
}
.product-page .cart .single_add_to_cart_button {
  margin-left: 15px;
}
.product-page .woocommerce-tabs {
  clear: both;
  /* padding-top: 40px; */
}
.product-page .woocommerce-tabs .entry-content h2,
.product-page .upsells h2{
  font-size: 24px;
}
.product-page .woocommerce-tabs .entry-content p {
  margin: 1em 0;
}
.product-page .woocommerce-tabs .entry-content ul {
  list-style: disc;
  margin: 1em 0 1em 20px;
}
.product-page .woocommerce-tabs .entry-content li {
  margin: .5em 0;
}

.product-page .woocommerce-tabs .entry-content .shop-product-list {
    list-style: none;
    margin: 0;
}

table.shop-product-list a {
    text-decoration: none;
    border-bottom: none;
}

table.shop-product-list td {
    font-family: 'Roboto';
    font-size: 14px;
    padding: 0 0.5em;
}

table.shop-product-list tr td:nth-child(n+2):nth-child(-n+5) {
    text-align: right;
}

table.shop-product-list tr td:last-child a {
    background: #f1d52a;
    padding: 0 0.5em;
}

/* cart */
.shop_table {
  margin-top: 40px;
}
.shop_table th {
  font-weight: 700;
  padding-bottom: 10px;
}
.shop_table td {
  padding: 10px 0;
}
.shop_table td .amount {
  font-weight: 700;
}
.shop_table th.product-remove {
  width: 30px;
}
.shop_table th.product-thumbnail {
  width: 100px;
}
.shop_table th.product-name {
  text-align: left;
  width: 300px;
}
.shop_table th.product-price {
  width: 120px;
}
.shop_table th.product-quantity {
  width: 120px;
}
.shop_table th.product-subtotal {
  width: 120px;
}
.shop_table td.product-remove a {
  border: none;
  font-size: 24px;
  font-weight: 700;
}
.shop_table td.product-price {
  text-align: center;
}
.shop_table td.product-quantity {
  text-align: center;
}
.shop_table td.product-quantity .qty {
  text-align: right;
  width: 30px;
}
.shop_table td.product-quantity .minus,
.shop_table td.product-quantity .plus {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  font-weight: 800;
  padding: 0 10px;
  text-align: center;
  width: 30px;
}
.shop_table td.product-subtotal {
  text-align: center;
}
.shop_table .coupon {
  margin-bottom: 20px;
}
.shop_table .coupon label {
  display: none;
}
.shop_table input.button {
  background: #fff;
  -webkit-box-shadow: 2px 2px black,2px 2px 0 1px #fff;
  box-shadow: 2px 2px black,2px 2px 0 1px #fff;
  color: #000;
  padding: 0 30px;
  text-transform: uppercase;
  width: auto;
}
.shop_table input.checkout-button {
  float: right;
}
.cart-collaterals {
  margin-top: 40px;
}
.cart-collaterals h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.cart-collaterals th {
  padding: 10px 0;
  text-align: left;
  width: 160px;
}
.cart-collaterals .cart-subtotal th,
.cart-collaterals .shipping th {
  font-weight: 400;
}
.cart-collaterals td {
  text-align: right;
  width: 120px;
}
.shipping_calculator {
  display: none;
}

/* checkout coupon */
.checkout_coupon {
  padding-top: 20px;
}
.checkout_coupon p {
  display: inline;
}
.checkout_coupon input.button {
  background: #fff;
  -webkit-box-shadow: 2px 2px black,2px 2px 0 1px #fff;
  box-shadow: 2px 2px black,2px 2px 0 1px #fff;
  color: #000;
  padding: 0 30px;
  text-transform: uppercase;
  width: auto;
}

/* checkout */
.woocommerce-error {
  color: #c00;
}
.checkout-intro {
  font-size: 18px;
  margin-bottom: 20px;
}
.checkout {
  margin-top: 20px;
}
.checkout h3 {
  font-size: 24px;
}
.checkout .form-row {
  padding: 5px 0;
}
.checkout #billing_country_field,
.checkout #billing_state_field,
.checkout #shipping_country_field,
.checkout #shipping_state_field {
  height: 40px;
}
.checkout #billing_country_field select,
.checkout #billing_state_field select,
.checkout #shipping_country_field select,
.checkout #shipping_state_field select {
  margin-top: 8px;
}
.checkout #billing_country_field strong,
.checkout #shipping_country_field strong {
  display: block;
  font-weight: 500;
  line-height: 40px;
}
.checkout .form-row label {
  float: left;
  padding: 8px 0;
  width: 140px;
}
.checkout .form-row label abbr {
  border: 0;
}
.checkout .form-row > input {
  width: 300px;
}
.checkout .form-row > input:first-child {
  margin-left: 140px;
}
.checkout .woocommerce-shipping-fields {
  margin-top: 40px;
}
.checkout .woocommerce-shipping-fields h3 input {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: left;
  height: auto;
  margin: 10px 10px 0 0;
  width: auto;
}
.checkout .form-row.create-account {
  height: 40px;
}
.checkout .form-row.create-account input {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: left;
  height: auto;
  margin: 12px 10px 0 140px;
  width: auto;
}
.checkout .form-row.create-account label {
  width: auto;
}
.checkout .create-account p {
  width: 470px;
}
.checkout .create-account .form-row {
  padding-top: 5px;
}
.checkout #order_comments_field label {
  display: block;
  float: none;
}
.checkout .woocommerce-shipping-fields textarea {
  background: #666;
  border: 0;
  -webkit-box-shadow: inset 0 0 0 1px white,2px 2px black,2px 2px 0 1px #fff;
  box-shadow: inset 0 0 0 1px white,2px 2px black,2px 2px 0 1px #fff;
  color: #fff;
  font-size: 1rem;
  height: 140px;
  margin: 0;
  padding: 10px 15px;
  width: 440px;
}
.checkout #order_review_heading {
  margin: 30px 0 10px;
}
.checkout .shop_table {
  margin-top: 0;
}
.checkout .shop_table thead {
  display: none;
}
.checkout .shop_table th {
  padding-bottom: 0;
}
.checkout .shop_table .product-name {
  width: 220px;
}
.checkout .shop_table .product-quantity {
  font-weight: 500;
}
.checkout .shop_table .product-total {
  text-align: right;
  width: 120px;
}
.checkout .shop_table td .amount {
  font-weight: 400;
}
.checkout .shop_table tr.cart-subtotal th {
  font-weight: 500;
  text-align: left;
}
.checkout .shop_table tr.cart-subtotal td {
  text-align: right;
}
.checkout .shop_table tr.cart-subtotal td .amount {
  font-weight: 500;
}
.checkout .shop_table tr.shipping th {
  font-weight: 500;
  text-align: left;
}
.checkout .shop_table tr.shipping td {
  font-weight: 500;
  text-align: right;
}
.checkout .shop_table tr.order-total th {
  font-weight: 700;
  text-align: left;
}
.checkout .shop_table tr.order-total td {
  text-align: right;
}
.checkout .shop_table tr.order-total td .amount {
  font-weight: 700;
}
.checkout .payment_methods {
  margin: 20px 0;
}
.checkout .payment_methods li {
  margin-top: 10px;
}
.checkout .payment_methods input {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  margin-right: 5px;
  width: auto;
}
.checkout .place-order input {
  background: #fff;
  -webkit-box-shadow: 2px 2px black,2px 2px 0 1px #fff;
  box-shadow: 2px 2px black,2px 2px 0 1px #fff;
  color: #000;
  padding: 0 30px;
  text-transform: uppercase;
  width: auto;
}
.checkout .terms input {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: left;
  height: auto;
  margin: 12px 10px 0 0;
  width: auto;
}
.checkout .terms label {
  float: none;
}

.footer-eu{
  padding: 20px;
  text-align: center;
  background: #322f31;
  color:#ffffff;
  width: calc(100% - 40px);
  height: auto;
  overflow: hidden;
}
.innerfooter.footer-eu{background:#e7e7e8;color:#000000;}
.footer-eu img{
  width: 80px;
  height: auto;
  margin-right: 10px;
}

/**
* Login page
*/
@media (min-width: 1080px) {
  .content{
      width: 960px;
      margin: auto;
      min-height: 600px;
  }
}

.content h1{
    font-size: 40px;
    font-weight: bolder;
    padding: 10px 0;
}

.content h2{
  font-size: 30px;
  font-weight: bolder;
  padding: 10px 0;
}
.content .container table{
   border-collapse: separate;
   border-spacing: 1px;
}
.content .container th,
.content .container td{
  padding: 5px;
  background-color: white;
  margin: 1px;
}

#login label{
  min-width: 200px;
  display: block;
  float: left;
}
#login input{
  box-shadow: none;
  border: 1px solid #c0c0c0;
  margin: 2px;
}
#login input[type=checkbox]{
  width: 21px;
}
#login input[type=submit]{
  width: 100px;
  margin-left: 380px;
}
#login .error{
  color: #cc0000;
  background: #ffdede;
  padding: 5px;
  margin: 10px 0;
}
.product-orders-table a,
.product-drivers-table a{
  color: #20619d;
}
.product-page .grouped-product .cart{
  position: relative;
  left: 0;
}
.product-page .grouped-product .cart table{
  margin-bottom: 20px;
}
.product-page .grouped-product .cart button[type=submit]{
  float: right;
}
.product-page .grouped-product .cart table tbody td.label label{
  padding: 10px;
}
aside{
  display: block;
}
#ss_wc_mailchimp_opt_in_field label{
  width: 100%;
}
#ss_wc_mailchimp_opt_in_field label input[type=checkbox]
{
  width: auto;
  border: none;
  box-shadow: none;
}
.form-row.terms{
  width: 33%;
  min-width: 300px;
}
.form-row.place-order .form-row.terms .input-checkbox{
  margin-top: 10px;
}

/* Images */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.padded {
  padding: 0.5em;
}

.pad0{padding:0; position:relative; width:100%;    min-height: 480px;}
.footernew{
	background:rgba(255,255,255,0.5);
	color:#000000;
	width:425px;
	max-width:100%;
	position:absolute;
	bottom:0;
	left:0;
	padding:20px;
}
.footernew h1{font-size:36px;}
.footernew p{font-size:24px;}
.footernew a{color:#000000;}

/**
* Crowdfunding product style
*/
table.cf_table{
  width: 50%;
  margin-top: 40px;
}
table.cf_table tbody tr th{
  text-align: right;
  vertical-align: top;
  border-bottom: 1px solid #DCDBDB;
}
table.cf_table tbody tr th.label{
  width: 70%;
  text-align: left;
}
table.cf_table tbody tr td.cf-product-description{
  padding: 10px 0;
}
table.cf_table tbody tr td.cf-add-to-cart{
  text-align: right;
  padding-bottom: 40px;
}
table.cf_table tbody tr td.cf-add-to-cart a{

}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.imagewrap a{border:none !important;}
.bg-white{background:#fff;}
.shop-title.bg-white h2{text-transform: none; font-size:32px; margin-left: 10px;}
.shop-title.pad30{padding:40px 0;}
.fs32{font-size:32px;}
.descwrap{width:600px; max-width:100%; margin:40px auto;}
.group-item{margin-bottom:30px;}
.extwid{   margin-left: -100vw; padding-left: 100vw; margin-right: -100vw; padding-right: 100vw;}

#billing_address_1_field, #shipping_address_1_field {
    margin-top: 2em;
}

.dwqa-container input {
    height: auto;
    width: auto;
}
