/*
Theme Name: Bittium Tough Mobile 2
Author: Mint Company Oy / Mikko Hopia Oy
Author URI: https://mintcompany.fi/
Description: Bittium Tough Mobile 2 theme
Version: 1.0
*/

/* Reset */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
img { border: 0; }
ol, ul, dl { list-style: none; }
div { box-sizing: border-box; }

/*
Fonts
font-family: colfax-web, sans-serif;
300 light
400 regular
700 bold
*/

/* HTML5 */

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, mark, time {  
	display:block;
}

/* Typography */

body {
	font-family: colfax-web, sans-serif;
	font-weight: 400;
	font-size: 1.25rem;
	font-style: normal;
}

a {
	color: #79a6e3;
	text-decoration: none;
	transition-duration: 0.5s;
}

a:hover {
	color: #0476b5;
}

a.btn {
	background: #ffcb4f;
	border-radius: 2px;
	color: #000;
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1;
	padding: 14px 24px 12px 24px;
	position: relative;
	text-transform: uppercase;
}

a.btn:before {
	border-top: 14px solid #ffcb4f;
  border-right: 14px solid #fff;
  bottom: 0;
  content: '';
  position: absolute;
  right: 0;
  transition-duration: 0.5s;
  width: 0;
}

a.btn:hover {
	background: #07283b;
	color: #ffcb4f;
}

a.btn:hover:before {
	border-top-color: #07283b;
}

a.btn-blue {
	background: #79a6e3;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a.btn-blue:before {
	border-top: 14px solid #79a6e3;
}

a.btn-blue:hover {
	background: #bbd2f1;
	color: #2C5697;
}

a.btn-blue.external {
	background: #79a6e3 url(img/icon-link-to-outside.png) right 25px center no-repeat;
	background-size: 17px;
	padding-right: 60px;
}

a.btn-blue.external:hover {
	background: #bbd2f1 url(img/icon-link-to-outside.png) right 25px center no-repeat;
	background-size: 17px;
	color: #2C5697;
}

a.btn-blue:hover:before {
	border-top-color: #bbd2f1;
}

p {
	line-height: 1.5;
	margin-bottom: 20px;
}

p.tailored {
	font-size: 0.875rem;
	margin-top: 30px;
}

p.tailored a {
	color: #ffcb4f;
}

div.col-wrap p:last-child {
	margin-bottom: 0;
}

h1 {
	font-size: 3.75rem;
	font-weight: 300;
	letter-spacing: -2.5px;
	line-height: 1;
	margin-bottom: 20px;
}

h1.line:after {
  border-top: 1px solid #979797;
  content: "";
  display: block;
  margin: 25px auto 0 auto;
  width: 207px;
}

/*h2 {
	font-size: 2.188rem;
	font-weight: 700;
	letter-spacing: -2.5px;
	line-height: 1;
}*/

h2 {
	font-size: 3.75rem;
	font-weight: 300;
	letter-spacing: -2.5px;
	line-height: 1;
	margin-bottom: 20px;
}

p + h2 {
  margin-top: 50px;
}

/*h3 {
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1;
	margin-bottom: 20px;
}*/

h3 {
	font-size: 2.188rem;
	font-weight: 700;
	letter-spacing: -2.5px;
	line-height: 1;
	margin-bottom: 20px;
}

div.col-3 h3 {
  font-size: 1.6rem;
  letter-spacing: -1px;
}

h4 {
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1;
	margin-bottom: 20px;
}

.center { text-align: center; }

.blue { color: #2C5697; }

div.col-2 ul,
table ul {
	line-height: 1.5;
	list-style: disc;
	margin-bottom: 20px;
	padding-left: 20px;
}

table ul {
	margin-bottom: 0;
}

/* Wrap and col */

div.bg-black {
	background: #000;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

div.bg-black-purple {
  background: #c966cd;
  background-image: linear-gradient(to bottom, #000000 50%, #c966cd);
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.bg-gray {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeee+0,ffffff+100 */
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #eeeeee 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	padding: 125px 0;
}

div.bg-purple {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#79a6e3+0,c866cd+100 */
	background: #79a6e3; /* Old browsers */
	background: -moz-linear-gradient(left,  #79a6e3 0%, #c866cd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #79a6e3 0%,#c866cd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #79a6e3 0%,#c866cd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79a6e3', endColorstr='#c866cd',GradientType=1 ); /* IE6-9 */
	padding: 60px 0;
}

div.bg-workspaces {
	padding: 125px 0 60px 0;
	position: relative;
}

div.bg-security {
	background: url(https://toughmobile2.bittium.com/wp-content/uploads/2020/06/Bittium_TM2_security-body.jpg) center center no-repeat;
	background-size: cover;
	padding: 90px 0 0 0;
}

div.bg-design {
	overflow: hidden;
	position: relative;
	padding-bottom: 0;
}

div.bg-layers {
	padding: 100px 0;
}

div.bg-layers div.col-wrap {
	padding: 0 40px;
}

div.bg-pre-order {
	padding: 150px 0;
}

div.bg-variants {
  clear: both;
  padding: 100px 0;
}

div.bg-variants div.wrap:after {
  content: "";
  display: table;
  clear: both;
}

div.bg-variants div.col-wrap {
  padding-top: 40px;
}

div.bg-privacy-mode {
  clear: both;
  padding: 100px 0;
}

div.bg-specs {
	padding: 100px 0;
}

div.bg-secure-suite {
	padding: 175px 0;
}

div.bg-dual-boot {
  clear: both;
  padding: 100px 0;
}

div.bg-dual-boot div.top-text,
div.bg-dual-boot div.bot-text {
  text-align: center;
}

div.bg-dual-boot div.bot-text {
  color: #979797;
}

div.bg-phone-dual-boot {
  background: rgb(201,102,205);
  background: linear-gradient(90deg, rgba(201,102,205,1) 0%, rgba(121,166,227,1) 100%);
  margin: 50px 0;
  /*bottom: 50px;*/
  /*height: calc(100% - 100px);
  left: 45px;
  position: absolute;
  top: 50px;
  width: 50%;
  z-index: 1;*/
}

div.bg-phone-dual-boot:before {
  bottom: 50px;
  content: '';
  position: absolute;
  right: 0;
  border-top: 40px solid transparent;
  border-right: 40px solid white;
  width: 0;
}

div.bg-dual-boot {
  padding: 80px 100px 100px 100px;
  position: relative;
  width: 100%;
  z-index: 2;
}

div.col-wrap img.right-top-dual-boot {
  height: 649px;
  left: 0;
  position: absolute;
  top: 30px;
  width: auto;
}

div.col-wrap img.right-top-dual-boot-mobile {
  display: none;
}

div.bg-dual-boot-txt {
  padding: 100px 100px 100px 52%;
}

div.bg-dual-boot-txt strong {
  padding-left: 20px;
  position: relative;
}

div.bg-dual-boot-txt strong:before {
  background: #000;
  content: '';
  height: 10px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 10px;
}

img.sim-dual-boot {
  bottom: 20px;
  left: 200px;
  position: absolute;
  z-index: 3;
}

div.wrap {
	clear: both;
	margin: 0 auto;
	max-width: 1440px;
	position: relative;
	z-index: 1;
}

div.wrap-narrow {
	max-width: 1000px;
}

div.col-wrap {
	clear: both;
	position: relative;
	width: 100%;
	float: left;
}

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

div.col-wrap:after,
div.events-bg:after,
div.contact-bg:after,
div.bg-performance:after,
div.bg-design:after,
div.bg-purple:after,
div.bg-black:after,
div.bg-black-purple:after,
div.bg-pre-order:after,
div.bg-specs:after,
footer:after,
div.bg-secure-suite:after {
  content: "";
  display: table;
  clear: both;
}

div.no-bot-pad {
	padding-bottom: 20px;
}

div.no-top-pad {
	padding-top: 20px;
}

div.col-1.col-1-box {
	background: url(img/valkoinen-boksi-nurkka1x.png) bottom right no-repeat;
	font-size: 1.375rem;
	margin: 0 auto;
	max-width: 890px;
	padding: 100px;
	position: relative;
}

div.col-1-box-v2 {
	background: url(img/valkoinen-boksi-nurkka1x-v2.png) bottom right no-repeat;
	margin: 0 auto;
	max-width: 100%;
	padding: 100px;
	position: relative;
}

div.col-1-box-v2:after {
	content: "";
  display: table;
  clear: both;
}

div.col-1-box-v2 a.btn {
  margin-bottom: 10px;
	margin-right: 10px;
}

p.ingressi {
	font-size: 1.375rem;
}

div.col-1.col-1-box p {
	max-width: 80%;
}

div.col-2 {
	float: left;
	padding: 0 30px;
	position: relative;
	width: 50%;
}

div.bg-pre-order div.col-2 {
	padding: 0 60px;
}

div.col-1-box-v2 div.col-2:first-child {
	width: 60%;
}

div.col-1-box-v2 div.col-2:last-child {
	padding-left: 0;
	padding-right: 0;
	width: 40%;
}

div.col-1-box-v2 h1 {
  color: #79a6e3;
}

div.col-wrap.flex {
	align-items: center;
	display: flex;
}

div.col-3 {
	float: left;
	padding: 0 20px;
	position: relative;
	width: 33.33%;
}

div.col-3:first-child {
  padding-left: 0;
}

div.col-3:last-child {
  padding-right: 0;
}

div.col-3-2 {
	float: left;
	padding: 0 4% 0 2%;
	width: 66.66%;
}

div.col-3-1 {
	float: left;
	padding: 0 1%;
	width: 33.33%;
}

div.col-2-1 {
	float: left;
	width: 32%;
}

div.col-2-1:first-child {
	padding: 0 40px 0 0;
}

div.col-2-2 {
	float: left;
	width: 68%;
}

div.col-2-2:nth-child(2) {
	padding: 0 25% 0 40px;
}

/* Accessibility */

.screen-reader-text {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.screen-reader-text:focus {
	background-color:#fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto!important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #000;
	display: block;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 20px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Header */

header {
	background: #000;
	color: #fff;
	height: 150px;
  position: relative;
  z-index: 3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

header a {
	color: #fff;
}

a.com {
	color: #8A8A8A;
	display: none;
	font-size: 0.75rem;
	position: absolute;
	right: 15px;
	text-transform: uppercase;
	top: 15px;
}

/*body.admin-bar header {
	margin-top: 32px;
}*/

header p.site-title {
	margin: 0;
	padding: 0;
}

header p.site-title a {
	background: url(img/bittium-logo2x.png) no-repeat;
	background-size: contain;
	display: block;
	height: 41px;
	left: 55px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 80px;
	width: 181px;
}

button.hamburger {
	background: none;
	border: 0;
	cursor: pointer;
	display: none;
	height: 18px;
	margin: 0;
	outline: none;
	padding: 0;
	position: absolute;
	right: 40px;
	top: 12px;
	width: 35px;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 35px;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  width: 100%;
}

#nav-icon span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transform: rotate(35deg);
  top: 0;
  left: 0;
  width: 35px;
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  transform: rotate(-35deg);
  top: 20px;
  left: 0;
  width: 35px;
}

ul.main-navi {
	font-size: 1.25rem;
	position: absolute;
	right: 214px;
	top: 90px;
}

ul.main-navi li {
	display: inline-block;
	margin-left: -4px;
	padding: 0 10px 20px 10px;
  position: relative;
}

ul.main-navi li:first-child { padding-left: 0; }
ul.main-navi li:last-child { padding-right: 0; }

ul.main-navi li a {
	border-bottom: 1px solid #979797;
	display: block;
}

ul.main-navi li.current-menu-item a,
ul.main-navi a:hover {
	border-color: #2C5697;
	color: #2C5697;
}

ul.main-navi > li.products:hover ul {
  display: block;
}

ul.main-navi > li.products:hover > a {
  border-color: #2C5697;
  color: #2C5697; 
}

ul.main-navi > li.products li.selected a {
  color: #2C5697; 
}

ul.main-navi ul {
  background: #000;
  border: 1px solid #2c5697;
  box-sizing: border-box;
  display: none;
  left: -148px;
  padding: 35px 15px 15px 35px;
  position: absolute;
  top: 40px;
  width: 400px;
  z-index: 9;
}

ul.main-navi ul li {
  display: inline-block;
  padding: 0;
  vertical-align: top;
  width: 50%;
}

ul.main-navi ul li p {
  line-height: 1.2;
}

ul.main-navi ul li a {
  border-bottom: none;
  font-size: 1rem;
  padding-right: 20px;
}

a.pre-order {
	background: #ffcb4f;
	border-radius: 2px;
	color: #000;
	display: block;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1;
	padding: 14px 24px 12px 24px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 80px;
}

a.pre-order:before {
	border-top: 14px solid #ffcb4f;
  border-right: 14px solid #000;
  bottom: 0;
  content: '';
  position: absolute;
  right: 0;
  transition-duration: 0.5s;
  width: 0;
}

a.pre-order:hover {
	background: #07283b;
	color: #ffcb4f;
}

a.pre-order:hover:before {
	border-top-color: #07283b;
}

/* HERO */

div.hero {
	height: 850px;
	padding-top: 70px;
	position: relative;
	text-align: center;
	z-index: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

div.hero h1 {
	margin-bottom: 0;
}

div.hero2 {
	margin-top: -603px;
	position: relative;
	text-align: center;
	z-index: 2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img.hero-product {
	display: block;
	margin: -105px auto 0 auto;
	padding-right: 70px;
	position: relative;
	z-index: 2;
}

img.hero-product-logo {
	margin-top: 45px;
	position: relative;
	z-index: 3;
}

img.ameeba-left {
	left: 0;
	position: absolute;
	top: 43px;
}

img.ameeba-right {
	position: absolute;
	right: 0;
	top: 25px;
}

body.page-template-page-tmpl-2c img.ameeba-left {
  top: 1100px;
}

body.page-template-page-tmpl-2c img.ameeba-right {
  top: 800px;
}

a.open-video {
  left: calc(50% - 665px);
  position: absolute;
  top: 1250px;
  z-index: 99;
}

a.open-video-mobile {
  display: none;
}

div.video-bg {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}

div.video-content {
  height: 600px;
  left: calc(50% - 400px);
  margin: 0 auto;
  max-width: 800px;
  position: fixed;
  top: calc(50% - 300px);
  width: 80%;
}

div.video-content iframe {
  height: 100%;
  width: 100%;
}

a.video-close {
  color: #fff;
  font-size: 50px;
  position: absolute;
  right: -50px;
  top: -50px;
}

div.hero-info {
	border: 1px solid #979797;
	line-height: 1.2;
	padding: 25px 20px;
	position: absolute;
	text-align: left;
}

div.hi-1 {
	left: 56px;
	top: 550px;
	width: 320px;
}

body.page-template-page-tmpl-2c div.hi-1 {
  top: 420px;
}

div.hi-2 {
	right: 0;
	text-align: right;
	top: 585px;
	width: 320px;
}

div.hi-3 {
	color: #000;
	left: 56px;
	top: 850px;
	width: 320px;
}

body.page-template-page-tmpl-2c div.hi-3 {
  color: #fff;
  top: 566px;
}

div.hi-4 {
	color: #000;
	right: 0;
	text-align: right;
	top: 835px;
	width: 320px;
}

body.page-template-page-tmpl-2c div.hi-5 {
  color: #000;
  left: 56px;
  top: 811px;
  width: 320px;
}

body.page-template-page-tmpl-2c div.hi-6 {
  color: #000;
  top: 811px;
  right: 0;
  width: 320px;
}

body.page-template-page-tmpl-2c div.hi-2 {
  top: 400px;
}

body.page-template-page-tmpl-2c div.hi-4 {
  color: #fff;
  top: 566px;
}

div.hi-line {
	background: #979797;
	height: 1px;
	position: absolute;
}

div.hi-1 div.hi-line {
	right: -88px;
	top: 50%;
	width: 88px;
}

div.hi-2 div.hi-line {
	left: -38px;
	top: 50%;
	width: 38px;
}

div.hi-3 div.hi-line,
div.hi-5 div.hi-line {
	right: -105px;
	top: 50%;
	width: 105px;
}

div.hi-4 div.hi-line {
	left: -38px;
	top: 50%;
	width: 38px;
}

div.hi-6 div.hi-line {
  left: -38px;
  top: 50%;
  width: 38px;
}

div.hero2 ul {
	padding: 40px 0 50px 0;
}

div.hero2 ul li {
	background: url(img/v2x.png) left top no-repeat;
	background-size: 20px;
	display: inline-block;
	padding-left: 30px;
	padding-right: 60px;
	text-align: left;
	vertical-align: top;
}

div.hero2 ul li:last-child {
	padding-right: 0;
}

/* /HERO END */

/* Workspace */

div.workspace {
	float: left;
	padding: 0 15px;
}

div.workspace img {
	cursor: pointer;
	opacity: 0.15;
	transition-duration: 0.5s;
}

div.workspaces-wrap:after {
	content: "";
  display: table;
  clear: both;
}

div.workspaces-mask {
	overflow: hidden;
	height: 700px;
	margin-bottom: 60px;
	margin-top: 75px;
	position: relative;
}

div.workspaces-wrap {
	/*left: calc(50% - 186px);*/
	left: 0;
	position: absolute;
	top: 0;
	width: 9999px;
}

div.ws-navi a {
	background: #2c2c2c;
	border-radius: 10px;
	box-sizing: border-box;
	display: inline-block;
	height: 20px;
	margin-left: 10px;
	margin-right: 10px;
	outline: none;
	overflow: hidden;
	text-indent: -9999px;
	width: 20px;
}

div.ws-navi a:hover,
div.ws-navi a.current {
	background: #d8d8d8;
}

a.ws-next,
a.ws-prev {
	display: none;
}

div.workspaces-disclaimer {
	bottom: 20px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.8rem;
	position: absolute;
	right: 20px;
}

/* Security */

div.security {
	margin-top: 115px;
	position: relative;
}

div.secu-info {
	background: #fff;
	border: 1px solid #79a6e3;
	line-height: 1.2;
	padding: 20px;
	text-align: left;
	width: 325px;
}

div.secu-info-left {
	left: calc(50% - 564px);
	position: absolute;
	top: -35px;
}

div.secu-info-right {
	left: calc(50% + 250px);
	position: absolute;
	top: -35px;
}

div.secu-info-bottom {
	left: calc(50% - 162px);
	position: absolute;
	top: 247px;
}

div.secu-line {
	background: #79a6e3;
	height: 30px;
	margin: 0 auto;
	width: 1px;
}

div.se-line {
	background: #79a6e3;
	height: 1px;
	position: absolute;
}

div.se-2 div.se-line {
	right: -68px;
	top: calc(50% + 10px);
	width: 68px;
}

div.se-5 div.se-line {
	left: -68px;
	top: calc(50% + 10px);
	width: 68px;
}

div.secure-titles {
	padding: 0 0 100px 0;
	text-align: center;
}

/* Performance */

div.bg-performance div.col-wrap {
	margin-top: 115px;
}

body.page-template-page-tmpl-2c div.bg-performance {
  position: relative;
}

body.page-template-page-tmpl-2c div.bg-performance div.col-wrap {
  margin-top: 0;
}

body.page-template-page-tmpl-2c div.bg-performance div.col-wrap h3 {
  margin-bottom: 100px;
}

body.page-template-page-tmpl-2c div.bg-performance div.col-wrap h4 {
  margin-bottom: 50px;
}

body.page-template-page-tmpl-2c div.bg-gray.bg-performance {
  overflow: hidden;
  padding-bottom: 0;
}

body.page-template-page-tmpl-2c div.bg-performance div.col-2:last-child img {
  display: block;
}

img.ameeba-left-performance {
  left: 0;
  position: absolute;
  top: 0;
}

img.ameeba-right-performance {
  position: absolute;
  right: 0;
  top: 100px;
}

/* Design */

div.bg-design div.col-wrap {
	margin-top: 115px;
}

div.bg-design img {
	display: block;
	margin: 0 auto;
}

img.ameeba-left-design {
	bottom: -510px;
	left: 0;
	position: absolute;
}

img.ameeba-right-design {
	bottom: -380px;
	position: absolute;
	right: 0;
}

div.bg-design-features ul {
	font-size: 1.75rem;
	padding-left: 30px;
}

div.bg-design-features ul li {
	background: url(img/v2x-b.png) left top no-repeat;
	background-size: 20px;
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: 20px;
	padding-left: 40px;
	padding-right: 50px;
	vertical-align: top;
	width: 30%;
}

/* Layers */

div.layers-wrap {
	margin-top: 100px;
}

div.layers-wrap:after {
  content: "";
  display: table;
  clear: both;
}

div.layers-left {
	border-right: #4c4c4c 2px solid;
	float: left;
	/*font-size: 1.875rem;
	text-transform: uppercase;*/
	width: 25%;
}

div.layers-left a {
	color: #fff;
	display: block;
	padding-left: 20px;
	transition-duration: 0s;
}

div.layers-left a:hover {
	background: url(img/arrow-small-white1x.svg) left center no-repeat;
	background-size: 8px;
}

div.layers-left ul {
	margin-left: -20px;
}

div.layers-left li {
	margin-bottom: 25px;
	padding-right: 40px;
	position: relative;
}

div.layers-left li:last-child {
	margin-bottom: 0;
}

div.layers-left li div.line {
	background: #4c4c4c;
	display: none;
	height: 2px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 10%;
}

div.layers-left li.selected div.line {
	display: block;
}

div.layers-left li.selected a {
	background: url(img/arrow-small-white1x.svg) left center no-repeat;
	background-size: 8px;
}

div.layers-right {
	float: left;
	min-height: 370px;
	padding-left: 40px;
	width: 75%;
}

div.layers-right > div {
	display: none;
}

div.layers-right > div.lwr-1 {
	display: block;
}

div.layers-right img {
	display: block;
}

/* Work personal */

div.bg-work-personal {
	/*margin-top: -197px;
	opacity: 0.9;*/
  margin-top: 0;
  opacity: 1;
	position: relative;
	z-index: 2;
}

div.bg-work-personal ul {
	/*color: #fff;*/
	font-size: 1.75rem;
	padding-left: 30px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

div.bg-work-personal ul li {
	/*background: url(img/checkmark-white2x.png) left top no-repeat;*/
  background: url(img/v2x-b.png) left top no-repeat;
	background-size: 20px;
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: 20px;
	padding-left: 40px;
	padding-right: 50px;
	vertical-align: top;
	width: 30%;
}

div.bg-work-personal-img img {
	display: block;
	height: auto;
	max-width: 100%;
}

div.bg-work-personal-img img.only-mobile {
	display: none;
}

/* Pre order */

div.price {
	border: 1px solid #a5a5a5;
	font-weight: 300;
	margin-top: 60px;
	max-width: 475px;
	padding: 40px;
}

/* Specs */

div.specs-page {
	display: none;
}

div.sp-1 {
	display: block;
}

ul.specs-navi {
	/*font-size: 1.875rem;*/
  font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 40px;
}

ul.specs-navi li {
	border-right: 2px solid #dee8f6;
	display: inline-block;
	/*padding: 0 35px 0 31px;*/
  padding: 0 30px 0 26px;
}

ul.specs-navi li:first-child { padding-left: 10px; }
ul.specs-navi li:last-child { border-right: none; padding-right: 0; }

ul.specs-navi li a {
	color: #79a6e3;
}

ul.specs-navi li a:hover,
ul.specs-navi li.selected a {
	color: #000;
}

div.bg-specs a.btn {
	margin-right: 20px;
}

/* FAQ */

div.faq-item {
	margin-bottom: 10px;
}

a.faq-title {
	background: #eff4fb;
	color: #0476b5;
	display: block;
	font-size: 1.875rem;
  font-weight: 700;
	padding: 20px;
	position: relative;
}

span.faq-plus {
	background: url(img/faq-plus.png) center center no-repeat;
	background-size: contain;
	height: 34px;
	position: absolute;
	right: 20px;
	top: 20px;
	transition-duration: 0.5s;
	width: 34px;
}

a.faq-title.open span.faq-plus {
	transform: rotate(45deg);
}

div.faq-content {
	display: none;
	padding: 20px;
}

div.question-answer {
	border-bottom: 1px solid #98a4ae;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

p.faq-answer {
	margin-bottom: 0;
}

/* Accessories */

div.accessory {
	display: inline-block;
	margin-bottom: 20px;
	min-height: 200px;
	padding: 0 20px;
	text-align: center;
	vertical-align: top;
	width: 33.33%;
}

div.accessory p img {
	height: 150px;
}

div.accessory-text {
	border-right: 2px solid #dee8f6;
}

div.accessory:nth-child(3n) div.accessory-text {
	border-right: none;
}

div.accessory-text p {
	text-align: left;
}

div.accessory-text h4 {
	font-size: 1.3rem;
  font-weight: 400;
}

/* Partners */

div.partners-item {
  border-bottom: 1px solid #98a4ae;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

div.partners-item:after {
  content: "";
  display: table;
  clear: both;
}

div.partners-item-left {
  float: left;
  padding: 50px 50px 0 50px;
  text-align: center;
  width: 300px;
}

div.partners-item-right {
  float: left;
  width: calc(100% - 300px);
}

/* Privacy mode */

div.bg-privacy-mode {
  clear: both;
}

div.bg-privacy-mode ul {
  padding-left: 0;
}

div.bg-privacy-mode ul li {
  background: url(img/checkmark-white2x.png) left top no-repeat;
  background-size: 20px;
  box-sizing: border-box;
  display: block;
  margin-bottom: 20px;
  padding-left: 40px;
  vertical-align: top;
}

div.bg-privacy-mode h2 {
  padding: 50px 0;
}

div.bg-privacy-mode h3 {
  padding: 20px 0 30px 0;
}

div.bg-privacy-mode img.privacy-mode {
  height: auto;
  width: 200px;
}

div.bg-privacy-mode div.col-2 {
  position: relative;
}

div.bg-privacy-mode div.col-2:last-child {
  padding-left: 100px;
}

div.pm-info {
  border: 1px solid #979797;
  line-height: 1.2;
  padding: 20px 20px;
  position: absolute;
  text-align: right;
}

div.pm-info p {
  line-height: 1.2;
  margin-bottom: 0;
}

div.pm-1 {
  left: 350px;
  top: 100px;
  width: 320px;
}

div.pm-2 {
  left: 350px;
  top: 300px;
  width: 320px;
}

div.pm-line {
  background: #979797;
  height: 1px;
  position: absolute;
}

div.pm-1 div.pm-line {
  left: -210px;
  top: 50%;
  transform: rotate(30deg);
  transform-origin: top right;
  width: 210px;
}

div.pm-2 div.pm-line {
  left: -243px;
  top: 50%;
  transform: rotate(55deg);
  transform-origin: top right;
  width: 243px;
}

/* Images */

div.col-wrap img,
div.security img {
	height: auto;
	max-width: 100%;
}

img.alignright {
  float: right;
}

img.alignleft {
  float: left;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

/* Table */

table {
	border-collapse: collapse;
	margin-bottom: 50px;
	width: 100%;
}

table td {
	border-bottom: 1px solid #98a4ae;
	padding: 10px;
	vertical-align: top;
}

table td:first-child {
	font-weight: bold;
	width: 20%;
}

/* Form */

div.gform_wrapper {
	padding-top: 20px;
}

div.gform_wrapper li {
	margin-bottom: 11px;
}

ul.gfield_radio li {
	margin-bottom: 0;
}

input[type=text],
textarea {

}

textarea {
	height: 100px;
}

div.ginput_container_radio {
	margin-bottom: 11px;
}

li.gfield_html {
	margin-bottom: 20px;
}

li.gform_validation_container {
	display: none;
}

input[type=submit] {

}

img.gform_ajax_spinner {
	display: block;
	height: auto !important;
	margin-top: 20px;
	margin-top: 10px;
	width: 30px !important;
}

div.validation_error {
	margin-bottom: 11px;
}

div.validation_error,
div.validation_message,
li.gfield_error {
	color: red;
}

li.gfield_error input[type=text],
li.gfield_error textarea {
	border: 1px solid red;
}

div.gform_confirmation_message {
	background: #d9984d;
	padding: 20px;
}

/* Footer */

footer {
	padding-bottom: 100px;
}

footer div.wrap {
	border-top: 2px solid #98a4ae;
	padding-top: 80px;
}

footer div.col-3 {
	padding-bottom: 50px;
}

footer div.col-3:first-child {
	width: 25%;
}

footer div.col-3:first-child img {
	display: block;
	margin-bottom: 36px;
}

footer div.col-3:last-child {
	width: 41%;
}

footer div.col-2 {
	padding: 0;
}

footer div.col-2:first-child {
	float: right;
	text-align: right;
}

footer div.col-2:last-child a {
	margin-right: 30px;
}

footer div.col-2:last-child {
	float: right;
}

footer div.col-2:first-child a {
	margin-left: 25px;
}

footer div.col-2:first-child a:hover {
	opacity: 0.8;
}

footer li {
	margin-bottom: 10px;
}

footer p.copy {
	font-size: 1rem;
}

/* Cookie popup */

div.cookie-popup {
	background: #dee8f6;
	bottom: 0;
	display: none;
	left: 0;
	padding: 75px;
	position: fixed;
	width: 460px;
	z-index: 9;
}

div.cookie-popup a.btn-blue:before {
	border-right: 14px solid #dee8f6;
}

a.close-popup {
	background: url(img/close1x.svg) center center no-repeat;
	background-size: contain;
	display: block;
	height: 29px;
	overflow: hidden;
	position: absolute;
	right: 17px;
	text-indent: -9999px;
	top: 17px;
	width: 29px;
}

div.cookie-popup p:last-child {
	margin-bottom: 0;
}

div.cookie-popup h2 {
	margin-bottom: 20px;
}

/* Side navi */

div.side-navi {
	display: none;
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 2;
}

a.sn-contact {
	background: #79a6e3 url(img/contact2x.png) left center no-repeat;
	background-size: contain;
	box-sizing: border-box;
	color: #fff;
	display: block;
	height: 50px;
	line-height: 50px;
	padding-left: 50px;
	position: absolute;
	right: -90px;
	top: 0;
	width: 140px;
}

a.sn-contact:hover {
	right: 0;
}

/* Misc */

div.clear {
	clear: both;
	height: 0;
}

.smooth-font {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.only-mobile,
ul.main-navi li.only-mobile,
div.hero2 ul li.only-mobile {
	display: none;
}

.ui-loader {
	display: none;
}

@media only screen and (max-width : 1880px) {
  body.page-template-page-tmpl-2c img.ameeba-left,
  body.page-template-page-tmpl-2c img.ameeba-right {
    width: 200px;
  }
}

/* 1880 */

@media only screen and (max-width : 1640px) {
  div.phone-dual-boot {
    bottom: 0;
    left: 0;
    top: auto;
  }

  body.page-template-page-tmpl-2c img.ameeba-left,
  body.page-template-page-tmpl-2c img.ameeba-right {
    width: 100px;
  }
}

/* 1640 */

@media only screen and (max-width : 1460px) {
	div.wrap {
		max-width: 96%;
	}

	div.hi-1,
	div.hi-2 {
		background: rgba(0, 0, 0, 0.8);
	}

  body.page-template-page-tmpl-2c div.hi-1,
  body.page-template-page-tmpl-2c div.hi-2 {
    background: none;
  }

	div.hi-3 {
		width: 280px;
	}

	div.hi-3 div.hi-line {
		right: -80px;
		width: 80px;
	}

	div.hi-2,
	div.hi-4,
  body.page-template-page-tmpl-2c div.hi-6 {
		width: 270px;
	}

	div.workspaces-mask {
		height: 510px;
	}

	div.workspace img {
		width: 240px;
	}

	div.bg-work-personal {
		padding: 40px 0 30px 0;
	}

	div.bg-work-personal ul {
		font-size: 1.25rem;
	}

	div.hi-1 {
		width: 280px;
	}

	div.hero2 ul {
		font-size: 1.125rem;
	}

  ul.specs-navi {
    font-size: 1.7rem;
  }

	ul.specs-navi li {
    padding: 0 20px 0 16px;
	}

  div.bg-dual-boot-txt {
    padding: 100px 50px 100px 45%;
  }

  img.right-top-dual-boot {
    height: auto;
    top: 50px;
    width: 200px;
  }

  img.sim-dual-boot {
    left: 100px;
  }

  body.page-template-page-tmpl-2c img.ameeba-left,
  body.page-template-page-tmpl-2c img.ameeba-right {
    display: none;
  }

  div.bg-layers {
    padding: 50px 0;
  }

  body {
    font-size: 1rem;
  }

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 1.8rem;
    letter-spacing: -1px;
  }

  h4 {
    font-size: 1.6rem;
  }

  p {
    line-height: 1.3;
  }

  div.layers-left {
    width: 30%;
  }

  div.layers-right {
    width: 70%;
  }

  div.bg-security {
    padding-top: 50px;
  }

  div.bg-secure-suite {
    padding: 50px 0;
  }

  div.secure-titles {
    padding-bottom: 50px;
  }

  div.col-1-box-v2 {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  div.bg-workspaces {
    padding: 50px 20px;
  }

  div.bg-gray {
    padding: 50px 0;
  }

  div.bg-design-features ul {
    font-size: 1rem;
  }

  div.bg-purple {
    padding: 50px 0;
  }

  div.bg-privacy-mode,
  div.bg-variants,
  div.bg-specs {
    padding: 50px 0;
  }

  div.bg-performance div.col-wrap {
    margin-top: 50px;
  }

  div.bg-design div.col-wrap {
    margin-top: 50px;
  }

  div.bg-design {
    padding-bottom: 0;
  }

  div.col-wrap img.right-top-dual-boot {
    height: 500px;
    top: 40px;
  }

  a.open-video {
    left: 85px;
  }
}

/* 1460 */

@media only screen and (max-width : 1300px) {
	div.hi-2, 
	div.hi-4,
  body.page-template-page-tmpl-2c div.hi-6 {
		right: 0;
		width: 220px;
	}

	div.hi-1 div.hi-line,
	div.hi-3 div.hi-line {
		right: -50px;
		width: 50px;
	}

	img.ameeba-left {
		opacity: 0.3;
	}

	img.ameeba-right {
		opacity: 0.3;
	}

	div.bg-design-features ul {
		font-size: 1.25rem;
	}

	div.layers-left {
		font-size: 1.25rem;
	}

	div.layers-left li div.line {
		top: calc(50% - 2px);
	}

	div.col-2-2:nth-child(2) {
    padding: 0 10% 0 40px;
	}

	div.hero2 ul {
    font-size: 1rem;
	}

  ul.specs-navi {
    font-size: 1.4rem;
  }

	ul.specs-navi li {
    padding: 0 15px 0 11px;
	}

  div.pm-1,
  div.pm-2 {
    left: 300px;
    width: 220px;
  }

  div.pm-1 div.pm-line {
    left: -180px;
    transform: rotate(42deg);
    width: 180px;
  }

  div.pm-2 div.pm-line {
    left: -233px;
    transform: rotate(67deg);
    width: 233px;
  }

  ul.main-navi li {
  	padding-left: 5px;
  	padding-right: 5px;
  }
}

/* 1300 */

@media only screen and (max-width : 1120px) {
  div.col-wrap img.right-top-dual-boot {
    height: 400px;
    top: 50px;
  }

  img.sim-dual-boot {
    left: 100px;
  }

  div.bg-dual-boot {
    padding: 40px;
  }

  div.video-content {
    height: 400px;
    left: 10%;
    top: calc(50% - 200px);
  }

  a.video-close {
    right: 0;
  }
}

/* 1120 */ 

@media only screen and (max-width : 920px) {
  div.bg-privacy-mode div.col-2 {
    float: none;
    width: 100%;
  }

  div.bg-privacy-mode div.col-2:last-child { 
    padding-left: 0;
  }

  div.pm-1,
  div.pm-2 {
    left: 350px;
    width: 320px;
  }

  div.pm-1 div.pm-line {
    left: -210px;
    transform: rotate(30deg);
    width: 210px;
  }

  div.pm-2 div.pm-line {
    left: -243px;
    transform: rotate(55deg);
    width: 243px;
  }

  div.bg-dual-boot-txt {
    padding: 150px 20px 50px 30%;
  }

  img.sim-dual-boot {
    bottom: 40px;
    width: 80px;
  }

  div.bg-dual-boot-txt {
    padding: 50px 20px 50px 50%;
  }

  div.accessory {
		display: block;
		margin-bottom: 20px;
		min-height: 0;
		padding: 20px 0;
		width: 100%;
	}

	div.accessory-text {
		border-bottom: 2px solid #dee8f6;
		border-right: none;
		padding-bottom: 20px;
	}
}

/* 920 */

@media only screen and (max-width : 820px) {
  div#performance div.col-2 {
    float: none;
    width: 100%;
  }
}

/* 820 */

@media only screen and (max-width : 800px) {
	body {
		font-size: 1rem;
	}

	p.ingressi {
		font-size: 1.2rem;
	}

	button.hamburger {
		display: block;
		right: 26px;
		top: 33px;
		z-index: 4;
	}

	header {
		position: relative;
		z-index: 3;
	}

	header div.wrap {
		min-width: 100%;
	}

	ul.main-navi {
		background: #000;
		box-sizing: border-box;
		display: none;
		min-height: 100vh;
		padding-top: 80px;
		right: 0;
		text-align: center;
		top: 0;
		width: 100%;
		z-index: 3;
	}

	ul.main-navi li {
		border: none;
		display: block;
		margin-bottom: 15px;
		margin-left: 0;
		padding: 0;
	}

	ul.main-navi li a {
		border-bottom: 1px solid #979797;
		display: inline-block;
	}

	ul.main-navi li:first-child {
		font-size: 0.875rem;
		padding: 0 12% 10px 12%;
	}

	ul.main-navi li:first-child img.hero-product-logo {
    max-width: 100%;
	}

	ul.main-navi li:first-child p {
		line-height: 1.2;
		margin-bottom: 10px;
	}

	ul.main-navi li:first-child a {
		border-bottom: none;
		display: inline-block;
	}

	a.com {
		display: none;
	}

	ul.main-navi li:last-child a {
		border-bottom: none;
		font-size: 0.75rem;
		opacity: 0.8;
		padding-top: 40px;
		text-transform: uppercase;
	}

  ul.main-navi ul {
    border: none;
    display: block;
    left: auto;
    padding: 20px 0;
    position: relative;
    top: auto;
    width: 100%;
  }

  ul.main-navi ul li {
    width: 45%;
  }

  ul.main-navi ul li a {
    font-size: 16px;
  }

  ul.main-navi ul li:first-child {
    font-size: 16px;
    padding: 0;
  }

  ul.main-navi ul li p {
    line-height: 1.2 !important;
    margin-bottom: 10px !important;
  }

  ul.main-navi ul li:last-child a {
    font-size: 1rem;
    opacity: 1;
    padding-top: 0;
    text-transform: none;
  }

	h1 {
		font-size: 3.2rem;
	}

	h2 {
		font-size: 2rem;
		letter-spacing: -2px;
	}

	h3 {
		font-size: 1.6rem;
	}

	div.side-navi { 
		display: none;
	}

	header p.site-title a {
		left: 20px;
		top: 33px;
	}

	a.pre-order {
		display: none;
	}

	div.hero {
		height: 600px;
		padding-top: 0;
	}

	div.hero2 {
    margin-top: -400px;
  }

  img.ameeba-right,
  img.ameeba-left {
  	height: auto;
  	width: 200px;
  }

  div.hero-info {
  	display: none;
  }

  div.hero-info.only-mobile {
  	display: block;
  	left: auto;
  	margin: 0 5%;
  	position: relative;
  	top: auto;
  }

  img.hero-product {
  	margin: -70px auto 0 auto;
  	width: 80%;
  }

  img.hero-product-logo {
  	margin-top: 20px;
  }

  .only-mobile {
		display: block;
	}

	.no-mobile {
		display: none !important;
	}

	.only-mobile a.pre-order {
		color: #000;
		display: inline-block;
		margin-top: 20px;
		position: relative;
		right: auto;
		top: auto;
	}

	.only-mobile a.pre-order:hover {
		background: #07283b;
		color: #ffcb4f;
	}

	ul.main-navi li.only-mobile,
	div.hero2 ul li.only-mobile {
		display: block;
	}

	div.bg-work-personal-img img.only-mobile {
    display: block;
	}

	div.hero-preorder-mobile {
		position: relative;
		z-index: 3;
	}

	div.hero-preorder-mobile a {
		color: #fff;
	}

	div.hero2 ul {
		padding-left: 5%;
		text-align: left;
	}

	div.hero2 ul li {
		display: block;
		margin-bottom: 20px;
		padding-right: 0;
	}

	div.bg-workspaces {
    padding: 60px 0 30px 0;
	}

	div.hero2 ul {
    padding-bottom: 30px;
	}

	div.bg-security {
		padding: 60px 0 0 0;
	}

	div.security {
		margin-bottom: 50px;
    margin-top: 50px;
	}

	div.secu-info-right {
		display: none;
	}

	div.secu-info-left {
    left: auto;
    margin: 0 auto;
    position: relative;
    top: auto;
    width: 325px;
	}

	div.secu-info-bottom {
		left: auto;
    margin: 0 auto;
    /*margin-top: 30px;*/
    position: relative;
    top: auto;
    width: 325px;
	}

	div.se-2 div.se-line {
		display: none;
	}

	div.bg-performance {
		padding: 60px 0;
	}

	div.bg-performance div.col-wrap {
		margin-top: 50px;
	}

	div.bg-design {
		padding: 60px 0 0 0;
	}

	div.bg-design div.col-wrap {
		margin-top: 100px;
	}

	div.bg-design img {
		max-width: 70%;
	}

	div.bg-design-features ul li {
		padding-right: 30px;
	}

	div.bg-design-features {
		padding-bottom: 40px;
	}

	div.bg-layers {
		padding: 60px 0;
	}

	div.layers-wrap {
    margin-top: 50px;
	}

	div.layers-left {
    font-size: 1rem;
	}

	div.layers-left li div.line {
		/*width: 35%;*/
	}

	div.bg-secure-suite {
		padding: 60px 0;
	}

	div.col-2-2:nth-child(2) {
		padding-right: 20px;
	}

	div.bg-work-personal {
		margin-top: 0 !important;
	}

	div.bg-work-personal ul {
    font-size: 1rem;
	}

	div.bg-work-personal ul li {
		padding-right: 20px;
	}

	div.bg-work-personal {
		padding-bottom: 20px;
	}

	div.bg-pre-order {
    padding: 60px 0;
	}

	div.bg-pre-order div.col-2 {
    padding: 0 20px;
	}

	div.bg-specs {
    padding: 60px 0;
	}

	ul.specs-navi {
    font-size: 0.8rem;
  }

  ul.specs-navi li {
    padding: 0 10px 0 6px;
	}

	a.faq-title {
		font-size: 1rem;
	}

	span.faq-plus {
		height: 21px;
		width: 21px;
	}

	footer div.col-3:first-child {
    width: 30%;
	}

	footer div.col-3:last-child {
    width: 36%;
	}

	footer div.col-2:first-child {
    width: 40%;
	}

	footer div.col-2:last-child {
    width: 60%;
	}

	footer div.col-2:last-child a {
		font-size: 1rem;
    margin-right: 10px;
	}

	footer div.col-2:first-child a {
    margin-left: 10px;
	}

	div.workspaces-disclaimer {
		bottom: 5px;
		right: 10px;
	}

	div.col-1-box-v2 div.col-2:first-child {
		width: 100%;
	}

	div.col-1-box-v2 div.col-2:last-child {
		padding-top: 40px;
		width: 100%;
	}

  div.col-3 {
    width: 50%;
  }

  div.bg-variants {
    padding: 60px 0 30px 0;
  }

  div.bg-privacy-mode {
    padding: 60px 0 30px 0;
  }

  div.bg-privacy-mode h2 {
    padding: 40px 0 0 0;
  }

  div.bg-privacy-mode img.privacy-mode {
    width: 100px;
  }

  div.pm-1, div.pm-2 {
    left: 180px;
    width: 225px;
  }

  div.pm-1 {
    top: 50px;
  }

  div.pm-2 {
    top: 150px;
  }

  div.pm-1 div.pm-line {
    left: -110px;
    transform: rotate(41deg);
    width: 110px;
  }

  div.pm-2 div.pm-line {
    left: -130px;
    transform: rotate(63deg);
    width: 130px;
  }

  div.col-wrap img.right-top-dual-boot {
    height: 300px;
  }

  img.sim-dual-boot {
    left: 20px;
  }

  a.open-video {
    left: auto;
    right: 50px;
    top: 1140px;
  }
}

/* 800 TABLET END */

@media only screen and (max-width : 600px) {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { 
		/*border: 1px solid #ededed; */
		border-bottom: none;
		/*margin-bottom: 10px;*/
	}
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #ededed; 
		box-sizing: border-box;
		position: relative;
		/*padding-left: 50% !important;*/ 
		text-align: left;
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 2px;
		left: 2px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

	td:before { content: attr(data-label); }

	table td:first-child {
		border-bottom: 0;
		padding-bottom: 5px;
    width: 100%;
	}

	table td:last-child {
		padding-top: 0;
	}

	header {
		height: 80px;
	}

	header p.site-title a {
		height: 25px;
    left: 30px;
    top: 23px;
    width: 110px;
	}

	button.hamburger {
		top: 23px;
	}

	h1 {
		font-size: 1.875rem;
		/*letter-spacing: -1px;*/
		line-height: 1.2;
	}

	h2 {
		font-size: 1.5rem;
		letter-spacing: -1px;
	}

  h3 {
    font-size: 1.2rem;
    letter-spacing: -1px;
  }

	img.hero-product-logo {
		width: 71%;
	}

	div.hero2 {
    margin-top: -464px;
	}

	a.pre-order {
		font-size: 0.875rem;
		padding: 11px 16px 9px 16px;
	}

	a.pre-order:before {
    border-width: 11px;
  }

  img.ameeba-right, img.ameeba-left {
    width: 100px;
	}

	div.hero {
		height: 390px;
	}

	div.hero2 {
    margin-top: -255px;
	}

	h1.line:after {
		margin-top: 20px;
	}

	img.hero-product {
		margin-left: -30px;
		margin-top: -60px;
		padding-right: 0;
		width: 100%;
	}

	div.hero2 ul {
		padding-top: 30px;
	}

	div.hero-preorder-mobile a {
		font-size: 0.875rem;
	}

	div.bg-workspaces {
    padding: 60px 0;
	}

	div.workspaces-mask {
		margin-top: 40px;
	}

	div.workspace img {
    width: 200px;
	}

	div.workspaces-mask {
    height: 430px;
    margin-bottom: 40px;
	}

	div.ws-navi a {
		height: 12px;
		margin-left: 6px;
		margin-right: 6px;
		width: 12px;
	}

	div.bg-security {
    background: url(https://toughmobile2.bittium.com/wp-content/uploads/2020/06/Bittium_TM2_security-body.jpg) top center no-repeat;
    background-size: contain;
    padding: 45px 0 0 0;
	}

	div.security-img-wrap {
		overflow-x: hidden;
	}

	div.security img {
		margin-left: -50%;
		max-width: 200%;
		width: 200%;
	}

	div.secu-info-left {
		margin-top: -40px;
	}

	div.secu-info,
	div.secu-info-left,
	div.secu-info-bottom {
		width: 315px;
	}

	div.col-wrap.flex {
    display: block;
	}

	div.col-2 {
		clear: both;
    float: none;
    padding: 0 40px;
    width: 100%;
	}

	div.col-2:first-child {
		margin-bottom: 40px;
	}

	div.bg-performance div.col-2:first-child img {
		max-width: 80%;
	}

	div.bg-design div.col-wrap {
    margin-top: 50px;
	}

	div.bg-design-features ul {
    font-size: 1rem;
    padding-left: 20px;
	}

	div.bg-design-features ul li {
		background: url(img/v2x-b.png) left top no-repeat;
    background-size: 15px;
		box-sizing: border-box;
    padding: 0 10px 0 26px;
    width: calc(50% - 10px);
	}

	div.bg-design-features {
    padding: 40px 0 20px 0;
	}

	div.bg-layers {
    padding: 40px 0;
	}

	div.bg-layers div.col-wrap {
    padding: 0 20px;
	}

	div.layers-left {
		border-right: none;
    float: none;
    font-size: 1rem;
    width: 100%;
	}

	div.layers-left ul {
    margin-left: -15px;
	}

	div.layers-left li {
		box-sizing: border-box;
		display: inline-block;
		margin-bottom: 0;
    padding-bottom: 25px;
    padding-right: 10px;
    vertical-align: top;
    width: 48%;
	}

	div.layers-left a {
		padding-left: 15px;
	}

	div.layers-left li.selected div.line {
    display: none;
	}

	div.layers-left li.selected a {
    background: url(img/arrow-small-white1x.svg) left center no-repeat;
    background-size: 8px;
	}

	div.layers-right {
    border-left: none;
    float: none;
    min-height: 0;
    padding-left: 0;
    width: 100%;
	}

	div.col-2-1,
	div.col-2-2 {
		clear: both;
    float: none;
    padding: 0 20px !important;
    width: 100%;
	}

	div.col-2-1:first-child {
		margin-bottom: 25px;
	}

	div.bg-secure-suite {
    padding: 40px 0;
	}

	div.bg-work-personal {
		display: none;
	}

	div.bg-pre-order {
		overflow-x: hidden;
	}

	div.bg-pre-order div.col-2:first-child {
		margin-left: -30%;
	}

	div.price {
		padding: 25px;
	}

	div.price a.btn {
		color: #000;
	}

	div.bg-specs {
		padding: 0 20px 30px 20px;
	}

	ul.specs-navi {
		margin-bottom: 30px;
	}

	ul.specs-navi li:first-child {
    padding-left: 0;
	}

	ul.specs-navi li {
    border-right: none;
    display: block;
    margin-bottom: 15px;
    padding: 0;
	}

	table td {
		padding-left: 0;
	}

	div.bg-specs a.btn {
		margin-bottom: 20px;
	}

	footer {
		padding-bottom: 40px;
		padding-left: 20px;
		padding-right: 20px;
	}

	footer div.wrap {
		padding-top: 40px;
	}

	footer div.col-3:first-child,
	footer div.col-3:nth-child(2),
	footer div.col-3:last-child {
		float: none;
		padding-bottom: 20px;
		width: 100%;
	}

	footer div.col-3:nth-child(2),
	footer div.col-3:last-child {
		display: none;
	}

	footer div.col-2:first-child {
		float: none;
		text-align: left;
		width: 100%;
	}

	footer div.col-2:first-child a:first-child {
		margin-left: 0;
	}

	footer div.col-2:last-child {
		float: none;
    width: 100%;
	}

	footer div.col-2:last-child a {
		display: block;
		margin-bottom: 20px;
		margin-right: 0;
	}

	footer p.copy {
		font-size: 0.8125rem;
	}

	div.cookie-popup {
    max-width: 100%;
    padding: 35px;
	}

	div.bg-pre-order h1,
	div.bg-pre-order h2 {
		text-align: center;
	}

	ul.specs-navi li a {
		margin-left: -20px;
		padding-left: 20px;
		transition-duration: 0s;
	}

	ul.specs-navi li.selected a {
    background: url(img/arrow-small-blue1x.svg) center left no-repeat;
	}

	div.col-1.col-1-box {
    padding: 40px;
	}

	div.col-1-box-v2 {
    padding: 40px 20px;
	}

	div.col-1.col-1-box,
	div.col-1-box-v2 {
		font-size: 1rem;
	}

	div.col-1.col-1-box p {
    max-width: 100%;
	}

	div.workspaces-disclaimer {
		font-size: 0.7rem;
		text-align: center;
		width: 100%;
	}

	div.col-1-box-v2 div.col-2 {
		padding: 0;
	}

	div.col-1-box-v2 a.btn {
		margin-bottom: 10px;
	}

  div.partners-item-left {
    float: none;
    padding-bottom: 40px;
    padding-top: 0;
    width: 100%;
  }

  div.partners-item-right {
    float: none;
    width: 100%;
  }

  div.col-3 {
    float: none;
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%;
  }

  div.bg-variants {
    padding: 60px 0 0 0;
  }

  div.bg-privacy-mode div.col-2,
  div.bg-privacy-mode div.col-2:last-child {
    padding: 0 20px;
  }

  div.pm-1,
  div.pm-2 {
    left: 170px;
  }

  div.bg-privacy-mode h2 {
    padding: 10px 0 0 0;
  }

  div.bg-privacy-mode h3 {
    padding: 0;
  }

  div.bg-dual-boot-txt {
    padding: 40px 20px 50px 20px;
  }

  img.sim-dual-boot {
    bottom: 10px;
    width: 50px;
  }

  div.bg-dual-boot {
    padding: 20px;
  }

  div.col-wrap img.right-top-dual-boot {
    display: none;
  }

  div.col-wrap img.right-top-dual-boot-mobile {
    display: block;
    margin: 40px auto 0 auto;
    max-width: 90%;
  }

  div.bg-phone-dual-boot {
    background: linear-gradient(0deg, rgba(201,102,205,1) 0%, rgba(121,166,227,1) 50%);
    margin-top: 0;
  }

  img.alignright,
  img.alignleft,
  img.aligncenter {
    display: block;
    float: none;
    margin: 0 auto 20px auto;
  }

  a.open-video {
    display: none;
    position: relative;
    right: auto;
    top: auto;
  }

  a.open-video.open-video-mobile {
    display: inline-block;
    margin-bottom: 20px;
  }
}

/* 600 MOBILE END */

@media only screen and (max-width : 420px) {
  div.pm-1, div.pm-2 {
    font-size: 0.8rem;
    left: 140px;
    padding: 10px;
    width: 170px;
  } 
  
  div.pm-1 div.pm-line {
    left: -80px;
    transform: rotate(47deg);
    width: 80px;
  }

  div.pm-2 div.pm-line {
    left: -110px;
    transform: rotate(74deg);
    width: 110px;
  }
}

/* 420 */

@media only screen and (max-width : 330px) {
	ul.main-navi li:first-child {
		padding: 0 6% 10px 6%;
	}

	h1 {
    font-size: 1.7rem;
	}

	h2 {
    font-size: 1.3rem;
	}

	div.secu-info, 
	div.secu-info-left,
	div.secu-info-bottom {
    width: 290px;
	}
}

/* 330 */