
body {
text-shadow: 1px 1px 0 rgba(255,255,255,0.25);
font-weight: 400;
}

a {
color: #5681D9;
text-decoration: none;
border-bottom: 1px solid transparent;
transition: border-bottom .2s;
}

a:hover {
border-bottom: 1px solid #AAC0EC;
}
a.image-link {
transition: none;
}
a:hover.image-link {
border-bottom: none;
}
.grow { transition: all .2s ease-out; }
.grow:hover { transform: scale(1.1); }

.table { display: table; width: 100%;}
.tr { display: table-row; }
.th, .td { display: table-cell; }

.hide { display: none; }

/* -----------------------
Type
----------------------- */

#hero h1 {
font-weight: 500;
}
#hero h1 a {
color: #AA77ff;
border-bottom: 1px solid #AA77ff !important;
}
#hero hr {
color: rgba(0,0,0,0);
border-top: 1px solid #ddd;
margin: 40px 0 40px 0;
}
#hero h2 {
color: inherit;
font-size: 26px;
font-weight: 500;
}
#hero h3 {
margin-top: 20px;
}
#newsletter {
color: #333;
}
#footer a {
text-decoration: none;
}
#copyright {
font-size: 12px;
color: inherit;
}

.icon-shadow {
-webkit-box-shadow: 0px 1px 11px 0px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 1px 11px 0px rgba(0,0,0,0.18);
box-shadow: 0px 1px 11px 0px rgba(0,0,0,0.18);
}
/* -----------------------
Background
----------------------- */

/*
Deep Purple 500 #673AB7
Light Blue 300 #4FC3F7
Deep Orange 500 #FF5722
*/

body {
background: #fcfcfc;
}

#bg {
background-image: url(/images/background-75.svg);
background-position: center center;
background-repeat: repeat;
background-color: #f5f5f5;
background-size: contain;
}

#bg2 {
background: linear-gradient(rgba(245,245,244,0.0),rgba(245,245,244,0.4),rgba(245,245,244,1.0));
}

#header {
background: linear-gradient(rgba(245,245,244,1.0), rgba(245,245,244,0.0));
}

#footer {
background: #fcfcfc;
border-top: 1px solid #ddd;
/*border-bottom: 1px solid #ddd;*/
}

/* -----------------------
Header
----------------------- */

#header {
padding: 20px 0 49px 0;
border-bottom: 1px solid #ddd;
}
.container {
margin: 0 auto;
width: 960px;
}
#logo {
float: left;
top: 5px;
position: relative;
}
#logo img {
width: 130px;
opacity: 0.75;
position: relative;
top: 1px;
}
#menu {
float: right;
list-style: none;
margin: 0;
}
#menu li {
display: inline-block;
padding-left: 30px;
}
#menu li a {
text-decoration: none;
color: inherit;
padding: 2px 0;
border: none;
}
#menu li a span {
transition: all 0.2s ease;
opacity: 0.65;
}
#menu > li.active > a > span {
opacity: 1.00;
}
#menu a:hover {
}
#menu a:hover span {
opacity: 1.0;
}

#menu {
position: relative;
}
#menu ul {
position: absolute;
}

#menu ul {
padding: 10px;
border: 1px solid #ccc;
background: rgba(255,255,255,1.0);
border-radius: 5px;
}
#menu ul * {
margin: 0;
padding: 0;
}
#menu ul {
margin-top: 5px;
}
#menu ul li {
padding: 8px 30px 8px 15px;
}

#menu ul li a span {
opacity: 0.75;
}

.dropdown {
background: url(/images/menu-handle-02.svg) right center no-repeat;
background-size: 8px;
padding-right: 14px !important;
}


.dropit {
list-style: none;
padding: 0;
margin: 0;
}
.dropit .dropit-trigger {
position: relative;
}
.dropit .dropit-submenu {
position: absolute;
top: 100%;
left: 4px; /* dropdown left or right */
z-index: 1000;
display: none;
min-width: 75px;
list-style: none;
padding: 0;
margin: 0;
}
.dropit-submenu * {
white-space: nowrap;
}
.dropit .dropit-open .dropit-submenu {
display: block;
display: inline-block;
}

/*
Deep Purple 500 #673AB7
Light Blue 300 #4FC3F7
Deep Orange 500 #FF5722
*/


/* -----------------------
Hero
----------------------- */

#hero {
text-align: center;
padding: 30px 0 30px 0;
}
#hero h1 {
margin: 29px auto 60px auto;
}
#hero h2 {
margin: 16px 0;
color: inherit;
}
#hero p {
margin: -9px 0 0 0;
}

#hero #icon a:hover, #hero #icon a {
border: none;
transition: unset;
}

#products .table {
margin: 0 auto;
width: 55%;
}
#products .td {
padding: 0 10px;
width: 50%;
}
#products img {
width: 100px;
}
#products .td div img {
border-radius: 30px;
border-radius: 25%;
}
#products a {
color: inherit;
}
#products h2 a {
padding: 2px 0;
border: none;
transition: unset;
}
#products h2 a:hover {
border-bottom: 1px solid #bbb;
}
#products p a {
color: #5681D9;
text-shadow: none;
padding: 1px 0;
}

/* alt-layout is the one-icon, one-heading version of the homepage */


.alt-layout #products .table {
width: 100%;
}
.alt-layout #products img {
width: 256px;
}
.alt-layout #products h1 {
max-width: 600px;
margin: 29px auto 30px auto;
}
.alt-layout #products p {
max-width: 500px;
margin: auto auto;
margin: -9px auto 10px auto !important;
}
.alt-layout #products td {
width: auto !important;
}
.alt-layout #products h2 a {
padding: 0;
color: inherit;
border-bottom: 1px solid #bbb !important;
}
.alt-layout #products h2 a:hover {
color: #555;
}



/*
Middle #5681D9
Deep Purple 500 #673AB7
	400 #7E57C2
	300 #9575CD
Light Blue 300 #4FC3F7
	500 #03A9F4
	400 #29B6F6
Deep Orange 500 #FF5722
*/

/* -----------------------
Testimonials
----------------------- */

#testimonials {
margin: -1px auto 0 auto;
max-width: 990px;
/*opacity: 0.95;*/
text-shadow: none;
}
#features #testimonials {
margin: 40px auto 30px auto;
}
#testimonials * {
font-size: 13px !important;
line-height: 20px;
}
#testimonials .td {
padding: 15px 15px;
vertical-align: top;
width: 32%;
}
#testimonials h3 {
margin: 0 !important;
}
#testimonials p {
margin: 5px 0;
color: #656565;
}
#testimonials p.testimonial {
font-style: italic;
}
#testimonials .td div {
background: rgba(255,255,255,0.25);
border: 1px solid #e5e5e5;
padding: 15px 15px;
border-radius: 4px;
}
#testimonials p.author {
font-style: normal;
color: #999;
}
#testimonials a {
color: #333333;
}
#testimonials a:hover {
border-bottom: none;
}
#testimonials .stars {
padding: 0 5px 0 0;
color: #FF5722;
}
#testimonials .stars span {
color: #ccc;
top: 0;
}

#testimonials img {
float: right;
}

#testimonials .os {
background: #eee;
border-radius: 3px;
padding: 1px 6px;
font-weight: normal;
color: #888;
float: right;
top: -1px;
}

#features #testimonials .td div {
border: 1px solid #eaeaea;
}

#testimonials .slick-slide:focus 
{ 
	outline: none; 
}

#testimonials .slick-dots { 
	position: relative; 
}
#testimonials .slick-prev:before,
#testimonials .slick-next:before
{
    color: rgb(200, 200, 200);
}
#testimonials .slick-disabled {
	opacity:0;
}
/* -----------------------
Newsletter
----------------------- */

#newsletter {
padding: 20px 0 80px 0;
text-align: center;
}

#newsletter .form {
margin: -6px 0 0 0;
}

#newsletter input[type=text] {
border: 1px solid #aaa;
border-radius: 4px;
padding: 6px 15px 6px 15px;
line-height: 20px;
font-size: inherit;
width: 220px;
color: inherit;
-webkit-appearance: none;
}
#newsletter input[type=submit] {
margin-left: 5px;
border-radius: 4px;
padding: 6px 15px 6px 15px;
line-height: 20px;
font-size: inherit;
color: #fff;
border: none;
cursor: pointer;
background: #FF5722;
border: 1px solid #FF5722;
transition: all 0.2s ease;
-webkit-appearance: none;
}

#newsletter input[type=button]:hover {
background: #FF7043;
border: 1px solid #FF7043;
}
#newsletter input[type=button]:active {
background: #E64A19;
border: 1px solid #E64A19;
}

/*
400 FF7043
500
600 F4511E
700 E64A19
*/

.ruler {
width: 960px;
border-top: 1px solid #eee;
margin: 0 auto;
position: relative;
margin: 20px auto 35px auto;
}

.ruler-no-margin {
width: 960px;
border-top: 1px solid #eee;
margin: 0 auto;
position: relative;
}

/* -----------------------
Footer
----------------------- */

/*
Deep Purple 500 #673AB7
Light Blue 300 #4FC3F7
Deep Orange 500 #FF5722
*/


#footer {
text-align: center;
padding: 39px 0 10px 0;
text-shadow: none;
}

#footer a {
text-decoration: none;
border-bottom: 1px solid #bbb;
transition: all 0.2s ease;
}
#footer a:hover {
color: #333 !important;
border-bottom: 1px solid #aaa;
}
#footer .menu a {
margin: 0 10px;
}
#footer p {
margin: 0 auto 20px auto;
width: 500px;
line-height: 20px;
}
#footer p.menu {
line-height: 25px;
}
#copyright {
padding: 2px 0;
}
#footer * {
font-size: 13px !important;
color: #777 !important;
}
#footer .logo img {
opacity: 0.5;
width: 120px;
}

/* -----------------------
Secrets
----------------------- */

.secrets #icon img {
width: 60px;
}
.secrets #hero {
padding: 40px 0 0 0;
}
.secrets #hero h1 {
margin: 8px auto 15px auto;
}
.secrets #hero h2, .secrets #hero p {
margin: -1px auto 20px auto;
font-weight: 400;
line-height: 25px;
width: 500px;
}
.secrets #hero h2 a {
color: inherit;
border-bottom: 1px solid #bbb;
}

.secrets .ios img {
border-radius: 25%;
}

#badge {
margin: 33px auto 12px auto;
text-align: center;
}
#badge img {
height: 40px;
}



.secrets-mac #screen {
	width: 1200px;
margin: 0 auto;
	height: 364px;
overflow: hidden;
	position: relative;
	left: -120px;
}
.secrets-iphone #screen {
height: 353px;
overflow: hidden;
}
.secrets-iphone #screen img {
width: 684px;
}
.secrets-iphone #badge {
margin: 33px auto 37px auto;	
}

#badge-below img {
height: 40px;
}
.secrets #newsletter {
padding: 49px 0 70px 0;
border-top: 1px solid #ddd;
background: #F5F5F3;
}

/* -----------------------
Promo
----------------------- */

.promo-video-thumb {
height: 110px;
width: 200px;
margin: 40px auto 0 auto;
}

.promo-video-thumb a {
display: block;
width: 100%;
height: 100%;
border: 1px solid #cdcdcd;
border-radius: 5px;
background: url(/images/secrets-promo-screen.png) center center no-repeat;
background-size: 250px;
}

.featherlight-content {
	background-color: #f8f8f8 !important;
}
/* -----------------------
Features
----------------------- */

#features-intro {
text-align: center;
margin: 15px auto 15px auto;
padding-bottom: 30px;
border-bottom: 1px solid #eee;
}
#features-intro h2 {
color: inherit;
}

/*
Deep Purple 500 #673AB7
	400 #7E57C2
	300 #9575CD
Light Blue 300 #4FC3F7
	500 #03A9F4
	400 #29B6F6
Deep Orange 500 #FF5722
*/

#features {
padding: 40px 0 30px 0;
background: rgba(255,255,255,0.75);
	text-align: left;
}

#features #badge {
margin: 5px auto 35px auto;
padding-bottom: 40px;
border-bottom: 1px solid #ddd;
}

#features #badge p a {
color: inherit;
border-bottom: 1px solid #bbb;
}

#features #badge-below {
margin: 15px auto 15px auto;
padding-top: 45px;
border-top: 1px solid #ddd;
text-align: center;
}



#features .table.features3x {
margin: 20px auto;
max-width: 990px;
}
#features .table.features3x .td {
padding: 15px 15px;
vertical-align: top;
width: 32%;
}

.features1x {
margin: 10px auto 10px auto;
max-width: 990px;
}
.features1x .td {
padding: 15px 15px;
padding: 0 15px;
vertical-align: top;
}
.features1x .text {
padding-top: 60px;
padding-top: 45px;
}

.features1x.last {
margin: 15px auto 15px auto;
}

#features .icon {
color: #7E57C2;
font-size: 33px;
position: relative;
bottom: -2px;
}
#features h3 {
font-size: 16px;
margin: 20px 0 12px 0;
}
#features p {
color: #656565;
}
span.icon {
font-weight: 400;
}

.image img {
display: none;
}
.image-mac-1 {
background: url(/images/features/cloud-sync_@2x.png) center center no-repeat;
background-size: 198px;
}
.image-mac-2 {
background: url(/images/features/password-generator.png) center center no-repeat;
background-size: 347px;
}
.image-mac-3 {
background: url(/images/features/autofill-video-screen-mac.png) center center no-repeat;
background-size: 347px;
}
.image-mac-4 {
background: url(/images/features/two-factor_300px_@2x.png) center center no-repeat;
background-size: 300px;
}
.image-mac-5 {
background: url(/images/features/a-import.png) center center no-repeat;
background-size: 100px;
}
.image-mac-6 {
background: url(/images/features/a-free.png) center center no-repeat;
background-size: 65px;
}
.image-mac-7 {
background: url(/images/features/file-attachment.png) center center no-repeat;
background-size: 65px;
}
.image-mac-8 {
background: url(/images/features/browser-extensions.png) center center no-repeat;
background-size: 110px;
}
.image-mac-9 {
background: url(/images/features/fingerprint.png) center center no-repeat;
background-size: 110px;
}
/*
.image-mac-9 {
background: url(/images/features/spell-out.png) center center no-repeat;
background-size: 80px;
}
*/

.image-ios-1 {
background: url(/images/features/cloud-sync_@2x.png) center center no-repeat;
background-size: 198px;
}
.image-ios-2 {
background: url(/images/features/faceid.png) center center no-repeat;
background-size: 126px;
}
.image-ios-3 {
}
.image-ios-4 {
background: url(/images/features/two-factor_300px_@2x.png) center center no-repeat;
background-size: 300px;
}
.image-ios-5 {
background: url(/images/features/a-import.png) center center no-repeat;
background-size: 100px;
}
.image-ios-6 {
background: url(/images/features/a-free.png) center center no-repeat;
background-size: 65px;
}
.image-ios-8 {
background: url(/images/features/remote_access.png) center center no-repeat;
background-size: 300px;
}

.image {
width: 520px;
height: 230px;
}

.image video {
display: block;
margin: 10px auto;
}
.image a {
display: block;
width: 100%;
height: 100%;
border: none;
}

#features #badge {
margin: 5px auto 15px auto;
padding-bottom: 0;
border-bottom: none;
}


#badge .available-on-setapp-288 {
display: inline;
padding-left: 5px;
}
#badge .available-on-setapp-288 * {
display: inline !important;
border-bottom: none;
}

@media only screen and (min-width : 0px) and (max-width : 640px) {
	#badge .available-on-setapp-288 img {
	display: block !important;
	margin: 10px auto -5px auto !important;
	text-align: center;
	}
}


/* -----------------------
blog
----------------------- */

/*
Deep Purple 500 #673AB7
	400 #7E57C2
	300 #9575CD
Light Blue 300 #4FC3F7
	500 #03A9F4
	400 #29B6F6
Deep Orange 500 #FF5722
*/

.blog {
background: #fff;
background: #f5f5f3;
}
.blog #bg {
}
.blog #header {
background: #f5f5f3;
}

.blog #hero {
background: linear-gradient(#f5f5f3, #fcfcfc);
}

#blog_bg {
background: #fcfcfc;
}

#blog {
background: #fcfcfc;
margin: 0 auto 0 auto;
padding: 25px 0 50px 0;
width: 650px;
text-shadow: none;
}
#blog p, #blog ul, #blog blockquote {
font-weight: 400;
}
#blog h1 {
font-weight: 400;
text-align: center;
}
#blog a {
color: #FF5722 !important;
border-bottom: 1px solid #FFCCBC;
}
#blog h1 a {
color: inherit !important;
border-bottom: none !important;
}
.post {
margin-bottom: 80px;
}
.meta {
color: #aaa;
text-align: center;
}
.blog .pullquote {
font-weight: 300 !important;
}

#navigation {
margin: -30px 0 80px 0 !important;
}
#navigation a {
color: inherit !important;
border-bottom: 1px solid #ddd;
margin-right: 10px;
font-weight: 300;
}

#blog figure {
margin: 20px 0;
text-align: center;
	width: 850px;
	margin-left: -100px;
}
#blog figure img {
margin: 0 auto;
max-width: 850px;
}
#blog figure video {
margin: 0 auto;
width: 100%;
}
#blog figcaption p, .hide figcaption {
text-align: center;
font-style: italic;
font-size: 13px;
color: #777;
margin-top: 0px;
}
.hide figcaption {
margin: 10px 0 0 0;
}

.badge {
	color: #fff;
	border: none;
	background: #FF5722;
	border: 1px solid #FF5722;
	padding: 1px 2px 0px 2px;
	font-size: smaller;
	top: 0px;
	border-radius: 2px;
	font-size: 10pt;
}

/* -----------------------
Mobile
----------------------- */

.mobile-image {
display: none;
}


@media only screen and (min-width : 0px) and (max-width : 1024px) {

	html {
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
	}

	.container {
	padding: 0 15px;
	width: auto;
	}

	#bg {
	background-size: 1024px;
	}

	#header {
	padding: 30px 0 10px 0;
	}
	#logo {
	float: none;
	text-align: center;
	position: static;
	}
	#logo * {
	margin: 0 auto;
	}
	#menu {
	float: none;
	margin: 25px 0 10px 0;
	position: static;
	text-align: center;
	}
	#menu li {
    display: inline-block;
    padding: 0 8px 0 8px;
	}

	#hero {
	padding: 20px 0 10px 0;
	}
	#hero h1 {
	margin: 20px auto 40px auto;
	width: 90%;
	}
	#hero p {
    max-width: 250px;
	}

	#products .td {
	display: block;
	width: auto;
	margin-bottom: 30px;
	}
	#products .table {
	width: auto;
	}

	#newsletter {
	padding: 20px 0 40px 0;
	}
	#newsletter p {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	}
	#newsletter input {
	margin-bottom: 15px;
	}
	#footer p {
	width: auto;
	}
	#footer p.about br {
	display: none;
	}


	.secrets #hero h2, .secrets #hero p {
	width: auto;
	max-width: 500px;
	}
	.secrets-mac #screen {
	width: auto;
	margin: 30px auto 0 auto;
	overflow: hidden;
	position: relative;
	left: 0;
	height: 150px;
	}
	.secrets-mac #screen img {
	width: 275px;
	}
	.secrets-iphone #screen {
	height: 150px;
	}
	.secrets-iphone #screen img {
	width: 280px;
	}

	.mobile-image.promo-video {
	margin: 0 auto 0 auto;
	border: 1px solid #cdcdcd;
	width: 280px;
	height: 157px;
	border-radius: 5px;
	}
	.promo-video-thumb {
	display: none;
	}
	
	#features-intro {
	text-align: center;
	margin: 15px auto 15px auto;
	padding-bottom: 20px;
	}
	.features1x {
	margin: 10px auto 10px auto;
	max-width: 990px;
	}
	.features1x p {
	margin: 10px 0 10px 0;	
	}
	.features1x .td {
	padding: 10px 15px 10px 15px;
	padding: 10px 20px 10px 20px;
	/*border: 1px solid red;*/
	}
	.features1x .td.text {
	display: block;
	margin-bottom: 30px;
	}
	.features1x .td.image {
	display: block;
	width: 100%;
	box-sizing: border-box;
	display: none;
	}
	.features1x .text {
	padding-top: 10px;
	}
	.secrets #newsletter {
	padding: 40px 0 50px 0;
	}

	.mobile-image {
	display: block;
/*	background-color: red;*/
/*	width: 100%;*/
/*	height: 100px;*/
/*	box-sizing: border-box;*/
	margin: 0 0 0 0;
	}
	.mobile-image-mac-1 {
	background: url(/images/features/cloud-sync_@2x.png) center center no-repeat;
	background-size: 110px;
	height: 100px !important;
	}
	.mobile-image-mac-2 {
	background: url(/images/features/password-generator.png) center center no-repeat;
	background-size: 300px;
	height: 100px !important;
	}
		.mobile-image-mac-3 {
			padding-bottom: 0 !important;
		}
		.mobile-image-mac-3 video {
			
			max-width: 600px;
		}
	.mobile-image-mac-4 {
	background: url(/images/features/two-factor_@2x.png) center center no-repeat;
	background-size: 220px;
	height: 100px !important;
	}
	.mobile-image-mac-5 {
	background: url(/images/features/a-import.png) center center no-repeat;
	background-size: 100px;
	height: 100px !important;
	}
	.mobile-image-mac-6 {
	background: url(/images/features/a-free.png) center center no-repeat;
	background-size: 65px;
	height: 80px !important;
	}
	.mobile-image-mac-9 {
	background: url(/images/features/fingerprint.png) center center no-repeat;
	background-size: 100px;
	height: 80px !important;
	}

	.mobile-image-ios-1 {
	background: url(/images/features/cloud-sync_@2x.png) center center no-repeat;
	background-size: 110px;
	height: 100px !important;
	}
	.mobile-image-ios-2 {
	background: url(/images/features/faceid.png) center center no-repeat;
	background-size: 80px;
	height: 80px !important;
	}
	.mobile-image-ios-3 {
	height: 600px !important;
	}
	.mobile-image-ios-3 video {
	width: 280px;
	height: 568px;
	}

	.mobile-image-ios-4 {
	background: url(/images/features/two-factor_@2x.png) center center no-repeat;
	background-size: 250px;
	height: 100px !important;
	}
	.mobile-image-ios-6 {
	background: url(/images/features/a-free.png) center center no-repeat;
	background-size: 70px;
	height: 80px !important;
	}
	.mobile-image-ios-7 {
	background: url(/images/features/file-attachment.png) center center no-repeat;
	background-size: 60px;
	height: 80px !important;
	}
	.mobile-image-ios-8 {
	background: url(/images/features/remote_access.png) center center no-repeat;
	background-size: 250px;
	height: 100px !important;
	}
	.mobile-image video {
	display: block;
	margin: 0 auto 0 auto;
	}
	.mobile-image a {
	display: block;
	width: 100%;
	height: 100%;
	}

	#features .table.features3x .td {
	padding: 15px 15px;
	vertical-align: top;
	width: 100%;
	display: block !important;
	box-sizing: border-box;
	text-align: center !important;
	}

	#testimonials .td {
	padding: 15px 15px;
	vertical-align: top;
	width: 100%;
	display: block !important;
	box-sizing: border-box;
/*	text-align: center !important;*/
	}
	#testimonials_row {
		max-width: 80%;
		margin: auto;
	}

	.ruler, .ruler-no-margin {
	width: 100%;
	}

	#blog {
	margin: 0 auto 0 auto;
	padding: 25px 15px 10px 15px;
	width: auto;
	max-width: 650px;
	}
	#blog ul {
	margin: 10px 0 30px 20px;
	}
	#blog .blockquote {
	margin: 10px 0 25px 0;
	padding-left: 20px;
	margin-left: 0;
	}
	.pullquote {
	padding-left: 30px;
	}

}


@media only screen and (min-width : 0px) and (max-width : 900px) {
	#blog figure {
	width: auto;
	margin-left: 0;
	}
	#blog figure img {
	max-width: 100%;
	}
}



.xpto {
border-top: 1px solid #eee;
background: linear-gradient(#fafafa, #fff);
}


.press #blog_bg {
background: #f5f5f4;
background: linear-gradient(#fcfcfc, #f5f5f4);
}
.press #blog {
background: none;
}
.press .post {
text-align: center;
margin-bottom: 20px;
}
.press #blog .button {
display: inline-block;
margin: 10px 0 0 0;
border-radius: 4px;
padding: 7px 15px 7px 15px;
line-height: 20px;
font-size: inherit;
border: none;
cursor: pointer;
background: #5681D9;
transition: all 150ms ease;
-webkit-appearance: none;
text-shadow: none;
color: #fff !important;
}

.press #blog a {
color: #5681D9 !important;
text-decoration: none;
border-bottom: 1px solid transparent;
transition: border-bottom .2s;
}

.model-head-mac {
font-size: 12px;
color: #999;
text-align: center;
margin: -3px auto 5px auto !important;
}
.model-head-ios {
font-size: 12px;
color: #999;
text-align: center;
margin: -28px auto 25px auto !important;
}
.model {
font-size: 12px;
color: #999 !important;
text-align: center;
margin: 10px auto 5px auto !important;
}






