@charset utf-8;
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 400;
  src: local('Bitter-Regular'), url(Bitter/Bitter-Regular.woff) format('woff');
/*  src: local("Bitter-Regular"), url(Bitter/Bitter-Regular.ttf);*/
}
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 700;
  src: local('Bitter-Bold'), url(Bitter/Bitter-Bold.woff) format('woff');
}
#colorbox, #cboxOverlay, #cboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	overflow: visible;
}
#cboxOverlay {
	position:fixed;
	width:100%;
	height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear:left;
}
#cboxContent {
	position:relative;
	overflow:visible;
	left: 30px;
	right:30px;
	top:30px;
}
#cboxLoadedContent {
	overflow:auto;
}
#cboxLoadedContent iframe {
	display:block;
	width:100%;
	height:100%;
	border:0;
}
#cboxTitle {
	margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor:pointer;
}
#cboxOverlay {
	background:#000;
}
#colorbox {
}
#cboxTopLeft {
	width:14px;
	height:14px;
	background: none; /*url(/images/cb/controls.png) -100px 0 no-repeat*/
}
#cboxTopRight {
	width:14px;
	height:14px;
/* background: url(/images/cb/controls.png) -136px 0 no-repeat; */
}
#cboxBottomLeft {
	width:14px;
	height:14px;
 /* background: url(/images/cb/controls.png) -100px -37px no-repeat; */
}
#cboxBottomRight {
	width:14px;
	height:14px;
	background: none;
}
#cboxMiddleLeft {
	width:14px;
	background: none;
}
#cboxMiddleRight {
	width:14px;
	background: none;
}
#cboxTopCenter {
	height:14px;
	background: none;
}
#cboxBottomCenter {
	height:14px;
	background: none;
}
#cboxContent {
	background:#fff;
	text-align:left
}
#cboxLoadedContent {
	margin-bottom:0px;
}
#cboxTitle {
	color: #CCCCCC;
	left: 60px;
	position: absolute;
	top: -20px;
}
#cboxCurrent {
	color: #CCCCCC;
	position: absolute;
	right: 25px;
	top: -20px;
}
#cboxSlideshow {
	color: #FFFFFF;
	position: absolute;
	right: 90px;
	top: -20px;
}
#cboxPrevious {
	position:absolute;
	top:0;
	left:-27px;
	background-image:url(/images/cb/previous.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	width:20px;
	height:100%;
	text-indent:-9999px;
}
#cboxNext {
	position:absolute;
	top:0;
	right:-27px;
	background-image:url(/images/cb/next.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	width:20px;
	height:100%;
	text-indent:-9999px;
}
#cboxLoadingOverlay {
	background:url(/images/cb/loading_background.png) center center no-repeat;
}
#cboxLoadingGraphic {
	background:url(/images/cb/loading.gif) center center no-repeat;
}
#cboxClose {
	position:absolute;
	top:0;
	right:-29px;
	background-image:url(/images/cb/close.png);
	background-repeat: no-repeat;
	background-position: top center;
	width:19px;
	height:19px;
	text-indent:-9999px;
}
.cboxIE #cboxTopLeft {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/cb/internet_explorer/borderTopLeft.png, sizingMethod='scale');
}
.cboxIE #cboxTopCenter {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/cb/internet_explorer/borderTopCenter.png, sizingMethod='scale');
}
.cboxIE #cboxTopRight {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/cb/internet_explorer/borderTopRight.png, sizingMethod='scale');
}
.cboxIE #cboxBottomLeft {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/cb/internet_explorer/borderBottomLeft.png, sizingMethod='scale');
}
.cboxIE #cboxBottomCenter {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/cb/internet_explorer/borderBottomCenter.png, sizingMethod='scale');
}
.cboxIE #cboxBottomRight {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/cb/internet_explorer/borderBottomRight.png, sizingMethod='scale');
}
.cboxIE #cboxMiddleLeft {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/cb/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');
}
.cboxIE #cboxMiddleRight {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/cb/internet_explorer/borderMiddleRight.png, sizingMethod='scale');
}

/* retina */

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( -moz-device-pixel-ratio: 2) {
 #cboxClose {
 -webkit-background-size:19px 19px;
-moz-background-size:19px 19px;
background-size:19px 19px;
}
 #cboxPrevious, #cboxNext {
 -webkit-background-size:19px 34px;
-moz-background-size:19px 34px;
background-size:19px 34px;
}
 #cboxClose {
 background-image:url("/images/cb/close@2x.png");
}
 #cboxPrevious {
 background-image:url("/images/cb/previous@2x.png");
}
 #cboxNext {
 background-image:url("/images/cb/next@2x.png");
}
}


/* /retina */

/*
@font-face {
 font-family: Helvetica;
 src: local("Helvetica"),  url(Helvetica/Helvetica.ttf);
}*/
 @font-face {
 font-family: Kurzets Type Regular;
 src: local("Kurzets Type Regular"),  url(Kurzets/KurzetsType_Regular.ttf);
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
}
* {outline:none;}
@font-face {
    font-family:ElmeticaNew;
    src: url(ElmeticaNew.eot);
    src: local("ElmeticaNew"),
    url(ElmeticaNew.ttf) format("truetype"),
    url("ElmeticaNew.eot?#iefix") format("embedded-opentype");
}
[class^="ifont"], [class*=" ifont"] {
    display: inline-block;
    font-family: "ElmeticaNew";
    font-style: normal;
    text-align:left;
    font-weight:300;
    line-height: 18px;
    vertical-align:text-bottom;
}
.ifont.true:before{content:"a";}
.ifont.false:before{content:"f";}
.ifont.planet:before{content:"g";}
.ifont.facebook:before{content:"z";}
.ifont.tweeter:before{content:"x";}
.ifont.google:before{content:"c";}
.ifont.youtube:before{content:"v";}
.ifont.down:before{content:"r";}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	outline:none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select, button, textarea {
	margin: 0;
	font-size: 100%;
	outline:none;
}
input[type="checkbox"] {
	vertical-align: bottom;
	margin-top:1px;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
/* /reset */
.box{display: block;margin: 0 auto;}
html {
	width:100%;
	height:100%
}
body {
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-size:16px;
	color:#4c4c4c;
	height:100%;
	width:100%;
	font-weight: 300;
}
label, input[type="button"], input[type="submit"], button {
	cursor: pointer;
}
a, a:visited {
	color: #008cbd;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:focus, a:active {
	text-decoration: underline;
}
.loading {
	background:url(/images/loader-white.gif) center center no-repeat;
}
.loading2 {
	background:url(/images/24x24-indicatorLite-003.gif) 100% center no-repeat;
}
.loading3 {
	background:url(/images/54x55-circleball-001.gif) center center no-repeat;
}
a.review, a.review:active, a.review:link {
	color:#008cbd;
}
a.review {
	display: inline-block;
	margin-top:40px;
	text-decoration:none;
}
.bitter {
	font-family: "Bitter";
}
.bitterBold {
	font-family: "Bitter";
	font-weight:bold!important;
}
.bitterRegular {
	font-family: "Bitter";
}
.helvetica {
	font-family: "Helvetica Neue", "Helvetica";
}
.helveticaBold {
	font-family: "Helvetica Neue", "Helvetica";
	font-weight:bold!important;
}
.helveticaRegular {
	font-family: "Helvetica Regular";
}
.kurzets {
	font-family: "Kurzets Type Regular";
}
.no-repeat {
	background-image: url('/images/no-repeat.png');
	background-repeat: no-repeat;
	background-position: top left;
}
.no-repeat-devices-big {
	background-image: url('/images/devices_big_vert.png');
	background-repeat: no-repeat;
	background-position: top left;
	width:128px;
	height:128px;
	display:block;
}
.no-repeat-devices-medium {
	background-image: url('/images/devices_medium_vert.png');
	background-repeat: no-repeat;
	background-position: top left;
	width:80px;
	height:80px;
	display:block;
}
.no-repeat-devices-small {
	background-image: url('/images/devices_small_vert.png');
	background-repeat: no-repeat;
	background-position: top left;
	width:64px;
	height:64px;
	display:inline-block;
}
.no-repeat-features {
	background-image: url('/images/features_vert.png');
	background-repeat: no-repeat;
	background-position: top left;
}
.icon-stars-aqua {
	display: inline-block;
	width: 101px;
	height: 17px;
	background-image: url('/images/no-repeat.png');
	background-position: 0 -841px;
	background-repeat: no-repeat;
}
.bg-1 {
	background-color: #01c9d2;
}
.bg-image {
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-khtml-background-size:cover;
	background-size: cover;
	background-image: url('/images/backgrounds/bg-image-1.png');
}
.bg-image-1 {
	background-image: url('/images/backgrounds/bg-image-1.png');
}
.bg-transparent-1 {
	background-image: url('/images/backgrounds/bg-transparent-1.png');
	background-repeat: repeat;
	background-position: left top;
}
.bg-line-1 {
	background-image: url('/images/backgrounds/bg-line-1.png');
	background-repeat: repeat-y;
	background-position: left top;
}
.bg-grey-1 {
	background-color:#f2f2f2;
	border-top:1px solid #e9e9e9
}
.bg-grey-gradient-1 {
	background: #f2f6f7;
	background: -moz-linear-gradient(top, #f2f6f7 0%, #fcfcfc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f6f7), color-stop(100%, #fcfcfc));
	background: -webkit-linear-gradient(top, #f2f6f7 0%, #fcfcfc 100%);
	background: -o-linear-gradient(top, #f2f6f7 0%, #fcfcfc 100%);
	background: -ms-linear-gradient(top, #f2f6f7 0%, #fcfcfc 100%);
	background: linear-gradient(to bottom, #f2f6f7 0%, #fcfcfc 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f7', endColorstr='#fcfcfc', GradientType=0 );
}
.bg-grey-gradient-2 {
	background: #f2f6f7;
	background: -moz-linear-gradient(top, #f2f6f7 0%, #ffffff 40%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f6f7), color-stop(40%, #ffffff), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #f2f6f7 0%, #ffffff 40%, #ffffff 100%);
	background: -o-linear-gradient(top, #f2f6f7 0%, #ffffff 40%, #ffffff 100%);
	background: -ms-linear-gradient(top, #f2f6f7 0%, #ffffff 40%, #ffffff 100%);
	background: linear-gradient(to bottom, #f2f6f7 0%, #ffffff 40%, #ffffff 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f7', endColorstr='#ffffff', GradientType=0 );
}
.bg-grey-gradient-3 {
	background: #f2f6f7;
	background: -moz-linear-gradient(top, #f2f6f7 0%, #ffffff 40%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f6f7), color-stop(40%, #ffffff), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #f2f6f7 0%, #ffffff 40%, #ffffff 100%);
	background: -o-linear-gradient(top, #f2f6f7 0%, #ffffff 40%, #ffffff 100%);
	background: -ms-linear-gradient(top, #f2f6f7 0%, #ffffff 40%, #ffffff 100%);
	background: linear-gradient(to bottom, #f2f6f7 0%, #ffffff 40%, #ffffff 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f7', endColorstr='#ffffff', GradientType=0 );
}
.bg-grey-gradient-4 {
	background: #f7f7f7;
	background: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ededed));
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
	background: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ededed', GradientType=0 );
}
.bg-orange-1 {
	background-color: #fa8114;
}
.bg-gradient-1 {
	background: #e8f2f2;
	background: -moz-linear-gradient(top, #e8f2f2 0%, #ddeced 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8f2f2), color-stop(100%, #ddeced));
	background: -webkit-linear-gradient(top, #e8f2f2 0%, #ddeced 100%);
	background: -o-linear-gradient(top, #e8f2f2 0%, #ddeced 100%);
	background: -ms-linear-gradient(top, #e8f2f2 0%, #ddeced 100%);
	background: linear-gradient(to bottom, #e8f2f2 0%, #ddeced 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f2f2', endColorstr='#ddeced', GradientType=0 );
}
/*italiano*/
.bg-gradient-2 {
	background: #e7f1f2;
	background: -moz-linear-gradient(left, #e7f1f2 0%, #e7f1f2 45%, #00c8d1 45%, #00c8d1 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e7f1f2), color-stop(45%, #e7f1f2), color-stop(45%, #00c8d1), color-stop(100%, #00c8d1));
	background: -webkit-linear-gradient(left, #e7f1f2 0%, #e7f1f2 45%, #00c8d1 45%, #00c8d1 100%);
	background: -o-linear-gradient(left, #e7f1f2 0%, #e7f1f2 45%, #00c8d1 45%, #00c8d1 100%);
	background: -ms-linear-gradient(left, #e7f1f2 0%, #e7f1f2 45%, #00c8d1 45%, #00c8d1 100%);
	background: linear-gradient(to right, #e7f1f2 0%, #e7f1f2 45%, #00c8d1 45%, #00c8d1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7f1f2', endColorstr='#00c8d1', GradientType=1 );
}
.bg-gradient-3 {
	background-color:#E3EFF0
}
.bg-gradient-4 {
	background-color:#F4F6F7
}
.bg-index-buttons {
	background-image:url('/images/index/indexHeaderBg.jpg');
	background-position: 50% 100%;
	background-repeat: no-repeat;
}
.bg-index-features {
	background-image:url('/images/index/bg-features.png');
	background-position: top center;
	background-repeat: no-repeat;
}
.repeat-x {
	background-image: url('/images/repeat-x.png');
	background-repeat: repeat-x;
}
.position-1 {
	background-position: 0 0;
}
.hidden {
	display: none;
}
.clearfloat {
	clear:both;
	height:1px;
	line-height:1px
}
.floatl {
	float:left;
}
.floatr {
	float:right;
}
.wrap {
	width:100%;
}
.bg-e6f1f1 {
	background-color: #e6f1f1;
}
.green {
	background-color: #85C413;/*#85c413;*/
}
.green2 {
	background-color: #30b900;
}
.green3 {
	background-color: #45B39B;
}
.green4 {
	background-color: #45B377;
}
.green5 {
	background-color: #47A9BF;
}
.green6 {
	background-color: #1D4B5B;
}
.orange {
	background-color: #FFA92A;/* #FA8114;*/
}
.orange2 {
	background-color: #FD963B;
}
.orange3 {
	background-color: #ff6c00;
}
.orange4 {
	background-color: #ff842b;
}
.bg-497577 {
	background-color:#497577
}
.grey {
	background-color:#f4f4f4
}
.white {
	background-color: #fff;
}
.azure {
	background-color:#008cbd;
}
.azure2 {
	background-color:#438BB3;
}
.overflowx {
	overflow-x: hidden;
	overflow-y:auto
}
.content {
	width: 940px;
	margin:0 auto;
}
.transparent {
	background: none;
}
.red {
	background-color: #FE5C46;
}
.red2 {
	background-color: #EB421D;
}
.yellow {
	background-color: #FBC73B;
}
.yellow2 {
	background-color: #F6B907;
}
.bkg-color-71C3CF{ background-color: #71C3CF}
.radius, .radius-6 {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius:6px;
}
.radius-3 {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius:3px;
}
.radius-4 {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius:4px;
}
.radius-5 {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius:5px;
}
.radius-8 {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius:8px;
}
.radius-10 {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius:10px;
}
.shadow, .shadow-1 {
	box-shadow: 0px 1px 2px #c6c6c6;
	-moz-box-shadow: 0px 1px 2px rgba(198, 198, 198, 1);
	-webkit-box-shadow: 0px 1px 2px rgba(198, 198, 198, 1);
}
.box-shadow-1 {
	box-shadow: 0px 2px 3px #c2eff2;
	-moz-box-shadow: 0px 2px 3px rgba(138, 246, 253, 1);
	-webkit-box-shadow: 0px 2px 3px rgba(138, 246, 253, 1);
	-khtml-border-radius: 0px 2px 3px rgba(138, 246, 253, 1);
}
.box-shadow-2 {
	box-shadow: 0px 2px 3px #666666;
	-moz-box-shadow: 0px 2px 3px rgba(102, 102, 102, 1);
	-webkit-box-shadow: 0px 2px 3px rgba(102, 102, 102, 1);
	-khtml-border-radius: 0px 2px 3px rgba(102, 102, 102, 1);
}
.box-shadow-3 {
	box-shadow: 0px 1px 2px #01acb3;
	-moz-box-shadow: 0px 1px 2px rgba(1, 172, 179, 1);
	-webkit-box-shadow: 0px 1px 2px rgba(1, 172, 179, 1);
	-khtml-border-radius: 0px 1px 2px rgba(1, 172, 179, 1);
}
.box-shadow-4 {
	box-shadow: 0px 1px 2px #f6f6f6;
	-moz-box-shadow: 0px 1px 2px rgba(246, 246, 246, 1);
	-webkit-box-shadow: 0px 1px 2px rgba(246, 246, 246, 1);
	-khtml-border-radius: 0px 1px 2px rgba(246, 246, 246, 1);
}
 [class*="border-1-"] {
border-width:1px;
border-style: solid;
}
.border-1-1 {
	border-color: #c7d6da;
}
.border-1-2 {
	border-color: #e7e7e7;
}
.border-1-3 {
	border-color: #00c8d1;
}
.border-1-4 {
	border-color: #30b900;
}
.border-1-5 {
	border-color: #fff;
}
.border-1-6 {
	border-color: #ff6c00;
}
.border-1-7 {
	border-color: #ff842b;
}
 [class*="border-2-"] {
border-width:2px;
border-style: solid;
 -webkit-transition: all 0.2s linear;
 -o-transition: all 0.2s linear;
 -moz-transition: all 0.2s linear;
 -ms-transition: all 0.2s linear;
 -kthtml-transition: all 0.2s linear;
 transition: all 0.2s linear;
}
.border-2-1 {
	border-color: #008CBD;/*#00c8d1;*/
}
.border-2-2 {
	border-color: #FFA92A;/*#FA8114;*/
}
.border-2-3 {
	border-color: #fdc08a;
}
.border-2-4 {
	border-color: rgba(255, 255, 255, 0.5);
}
.border-2-5 {
	border-color: #008cbd;
}
.border-2-7 {
	border-color: rgba(255, 255, 255, 0.3);
}
.border-2-8 {
	border-color: #85c413;
}
.border-2-9 {
	border-color: #c2e289;
}
.border-2-10 {
	border-color: #A4BABB;/*#497577;*/
}
.border-2-11 {
	border-color: #FE5C46 /*#FE5C46;*/
}
.border-2-12 {
	border-color: #A2D9CD;
}
.border-2-13 {
	border-color: #45B39B;
}
.border-2-14 {
	border-color: #FBC73B;
}
.border-2-15 {
	border-color: #45B377;
}
.border-2-16 {
	border-color: #47A9BF;
}
.border-2-17 {
	border-color: #1D4B5B;
}
.border-2-18 {
	border-color: #FD963B;
}
.border-2-19 {
	border-color: #b3eff1;
}
.border-2-20 {
	border-color: #ff842b;
}
.border-2-21 {
	border-color: #b6c7c8;
}
.border-2-22 {
	border-color: #ffa92a;
}
.border-2-23 {
	border-color: #EB421D;
}
.border-2-24 {
	border-color: #438BB3;
}
 [class*="width"] {
margin:0 auto;
}
.width100 {
	width: 100%;
}
.width150 {
	width: 150px!important;
	min-width: 150px!important;
}
.width190 {
	width: 190px;
}
.width194 {
	width: 194px;
}
.width200 {
	width: 200px;
}
.width210 {
	width: 210px;
}
.width220 {
	width: 220px;
}
.width230 {
	width: 230px;
}
.width270 {
	width: 270px;
}
.width278 {
	width: 274px;
}
.width285 {
	width: 285px;
}
.width300 {
	width: 290px;
}
.width_300 {
	width: 300px;
}
.width400 {
	width: 400px;
}
.width440 {
	width: 440px;
}
.width450 {
	width: 450px;
}
.width470 {
	width: 470px;
}
.width650 {
	width: 650px;
}
.width700 {
	width: 700px;
}
.width940 {
	width: 940px;
}
.width1280 {
	width: 1280px;
}
.offset12 {
	margin-left: 980px;
}
.offset11 {
	margin-left: 900px;
}
.offset10 {
	margin-left: 820px;
}
.offset9 {
	margin-left: 740px;
}
.offset8 {
	margin-left: 660px;
}
.offset7 {
	margin-left: 580px;
}
.offset6 {
	margin-left: 500px;
}
.offset5 {
	margin-left: 420px;
}
.offset4 {
	margin-left: 340px;
}
.offset3 {
	margin-left: 260px;
}
.offset2 {
	margin-left: 180px;
}
.offset1 {
	margin-left: 100px;
}
.transition-all {
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-kthtml-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.btn {
	min-width:236px;
	display:inline-block;
	padding: 10px 0px 12px 0px;
	font-size:20px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius:8px;
}
.btn2 {
	display:inline-block;
	padding:5px 10px;
	font-size:14px;
	font-weight:500;
	color:#fff;
	text-align:center;
	text-decoration:none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius:8px;
}
.btn3 {
	display:inline-block;
	padding:5px 5px;
	font-size:14px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius:5px;
}
.btn:active, .btn2:active, .btn3:active {
	text-decoration:none;
}
.btn-buy {
	font-weight: normal;
}
.btn-download {
	font-weight:500;
}
.btn-green, .btn-green span {
	color:#3c6e0d!important;
}
.btn-green2, .btn-green2 span {
	color:#0f7a7f!important;
}
.btn-green3, .btn-green3 span {
	color:#2A8B75!important;
}
.btn-green4, .btn-green4 span {
	color:#31905C!important;
}
.btn-green5, .btn-green5 span {
	color:#2A7B8D!important;
}
.btn-green6, .btn-green6 span {
	color:#1D4B5B!important;
}
.btn-orange, .btn-orange span {
	color:#B35500!important;
}
.btn-orange2, .btn-orange2 span {
	color:#A7672E!important;
}
.btn-white, .btn-white span {
	color:#fff!important;
}
.btn-aqua, .btn-aqua span, a.btn-aqua {
	color:#008CBD;
}
.btn-azure, .btn-azure span {
	color:#008cbd!important;
}
.btn-azure2, .btn-azure2 span {
	color:#0D4C6F!important;
}
.btn-red, .btn-red span {
	color:#B03B2B!important;
}
.btn-red2, .btn-red span {
	color:#6C1F0E!important;
}
.btn-brown, .btn-brown span {
	color:#A48020!important;
}
.btn-white.btn-download span {
	background-position: 0 -728px;
	display: inline;
	padding-left: 30px;
}
.btn-497577, .btn-497577 span {
	color:#497577!important;
}
.btn-orange.btn-download span, .btn-orange2.btn-download span {
	background-position: 0 -5864px;
	display: inline;
	padding-left: 30px;
}
.btn-azure2.btn-download span {
	background-position: 0 -7998px;
	display: inline;
	padding-left: 30px;
}
.btn-green.btn-download span {
	background-position: 0 -353px;
	display: inline;
	padding-left: 30px;
}
.btn-green2.btn-download span {
	background-position: 0 -5475px;
	display: inline;
	padding-left: 30px;
}
.btn-green3.btn-download span {
	background-position: 0 -6009px;
	display: inline;
	padding-left: 30px;
}
.btn-green4.btn-download span {
	background-position: 0 -5542px;
	display: inline;
	padding-left: 30px;
}
.btn-green5.btn-download span {
	background-position: 0 -5735px;
	display: inline;
	padding-left: 30px;
}
.btn-green6.btn-download span {
	background-position: 0 -5801px;
	display: inline;
	padding-left: 30px;
}
.btn-497577.btn-download span {
	background-position: 0 -5933px;
	display: inline;
	padding-left: 30px;
}
.btn-red.btn-download span {
	background-position: 0 -5668px;
	display: inline;
	padding-left: 30px;
}
.btn-red.btn-download span {
	background-position: 0 -8048px;
	display: inline;
	padding-left: 30px;
}
.btn-brown.btn-download span {
	background-position: 0 -5609px;
	display: inline;
	padding-left: 30px;
}
.btn.disabled, .btn[disabled] {
	background-color: #E6E6E6;
	border-color:#E6E6E6;
	background-image: none;
	box-shadow: none;
	cursor: default;
	opacity: 0.75;
	color: #90A0A6!important;
}
.btn.disabled:hover, .btn[disabled]:hover, .btn[disabled]:active, .btn.disabled:active, .btn[disabled]:link, .btn.disabled:link {
	background-color: #E6E6E6;
	border-color:#E6E6E6;
	color: #90A0A6!important;
	box-shadow: none;
	text-shadow:none;
}
.btn-aqua.btn-buy.transparent:hover {
	border-color:#007199!important;/*#00a4ab!important;*/
}
.btn-aqua.btn-buy.transparent:hover span {
	color:#007199!important;
}
.btn-aqua.btn-buy.transparent:active {
	text-decoration:none;
}
.btn-download.orange:hover {
	background-color: #ff9a06;
	border-color:#ff9a06;
}
.btn-white.btn-buy.transparent:hover {
	border-color: rgba(255, 255, 255, 1);
}
.border-2-10:hover {
	border-color:#497577;
}
.btn-download.green:hover {
	background-color: #7BB512;
	border-color: #7BB512;
}
.btn-download.red:hover {
	background-color: #EA5541;
	border-color: #EA5541;
}
.btn-download.red2:hover {
	background-color: #d23b1a;
	border-color: #d23b1a;
}
.btn-download.azure2:hover {
	background-color: #3b7b9f;
	border-color: #3b7b9f;
}
.btn-download.green3:hover {
	background-color: #40A58F;
	border-color: #40A58F;
}
.btn-download.yellow:hover {
	background-color: #E7B736;
	border-color: #E7B736;
}
.btn-download.green4:hover {
	background-color: #40A56E;
	border-color: #40A56E;
}
.btn-download.green5:hover {
	background-color: #419CD0;
	border-color: #419CD0;
}
.btn-download.green6:hover {
	background-color: #1B4554;
	border-color: #1B4554;
}
.btn-download.orange:hover {
	background-color: #E98A36;
	border-color: #E98A36;
}
/* header */
.header {
	height: 70px;
	padding-top:1px;
}
.header-old {
	height: 60px;
}
.header #topMenu {
	margin-top:10px;
	float:right;
	list-style: none outside none;
}
.header #topMenu li {
	display: inline-block;
	margin-right:10px;
	font-size:15px;
}
.header #topMenu li a, #topMenu li a:active, .header #topMenu li a:link {
	color:#a2b7b8;
	text-decoration:none;
	padding:7px 18px 8px 18px;
	display: block;
	border:2px solid transparent;
	font-weight:500;
}
.header .theme-landing #topMenu li a, #topMenu li a:active, .header .theme-landing #topMenu li a:link {
	color:#ccf4f6;
}
.header2 #topMenu li a, .header2 #topMenu li a:active, .header2 #topMenu li a:link {
	color:#eff4f5;
	text-decoration:none;
	padding:10px 18px;
	display: block;
	border:2px solid transparent;
	font-weight:500;
}
#topMenu li:last-child {
	margin-right:0;
}
#topMenu li a.select {
	border-color:#d7dedf!important;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.header2 #topMenu li a.select {
	border-color:#e0eaec;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-kthtml-transition: all 0.5s linear;
	transition: all 0.2s linear;
}
.header #topMenu li a.select:hover, .header #topMenu li a.select:active {
	border-color:#62767C!important;
	color:#62767C!important;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-kthtml-transition: all 0.5s linear;
	transition: all 0.2s linear;
}
.header .theme-landing #topMenu li a.select:hover, .header .theme-landing #topMenu li a.select:active {
	border-color:#62767c;
}
.header2 #topMenu li a.select:hover, .header2 #topMenu li a.select:active {
	border-color:#5f7d88;
}
.header #topMenu li a:hover, .header #topMenu li a.selected, #topLogo:hover, #topLogo:active {
	color:#62767c!important;
}
.header .theme-landing #topMenu li a:hover, .header .theme-landing #topMenu li a.selected {
	color:#62767c;
}
.header2 #topMenu li a:hover, .header2 #topMenu li a.selected {
	color:#5f7d88;
}
#topMenu li a.select.selected {
	border-color:#a1adb0;
}
#topLogo {
	margin-top:15px;
	float:left;
	color:#a2b7b8;
	font-size:22px;
	text-decoration:none;
	font-family: "Bitter";
}
.header2 #topLogo {
	color:#e2edee;
}
/* /header */
#splash {
	padding-top:20px;
}
/* splash index */

.splash-index-block .block-logo .logo {
	width:216px;
	height:216px;
	float:left;
	background-image: url('/images/index/logo.png');
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 35px;
	margin-right: 35px;
}
.splash-index-block .block-description {
	float:left;
	margin-top: 22px;
}
.splash-index-block .block-description .title-h1, .splash-index-block .block-description .title-h2 {
	color:#00c8d1;
	font-size:72px;
	line-height:80px;
	font-weight: 700;
}
.splash-index-block .block-text {
	margin-top:17px;
	font-size:20px;
	color:#38525b;
	text-align:center;
	line-height:30px;
}
/* /splash index */

/* splash */

.splash-index .splash-block .block-description {
	text-align:center;
}
.splash-index .splash-block .block-description .title-h1, .splash-index .splash-block .block-description .title-h2 {
	color:#00c8d1;
	font-size:48px;
	font-weight: 700;
	text-align:center;
}
.splash-index .splash-block .block-text {
	margin-top:17px;
	font-size:18px;
	color:#38525b;
	text-align:center;
	line-height:26px;
}
/* /splash */
/* splash device*/

.splash-device .block-description {
	text-align:center;
}
.splash-device .block-description .title-h1, .splash-device .block-description .title-h2 {
	color:#38525b;
	font-size:48px;
	font-weight: 500;
	text-align:center;
}
.splash-device .block-description .title-h2 {text-align: center;}
.splash-device .block-text {
	margin-top:17px;
	font-size:18px;
	color:#212e33;
	text-align: center;
	line-height:28px;
	font-weight:300;
}
.splash-device .block-text a {color:#212e33;text-decoration:none;}
.splash-device-block .left-block {
	float:left;
	width:260px;
	text-align: center;
	margin-left:4px;
}
.splash-device-block .right-block {
	float:right;
	width:640px;
	margin-right: 20px;
}
.splash-device-block .right-block .block-snip-text {
	margin-top:40px;
	font-size:16px;
	line-height:24px;
	color:#c0cbcf;
	text-align:center;
}
.wrap.bg-transparent-1 .content .clearfloat {
	height: 0;
}
#devices {
	text-align:left;
	list-style:none;
	margin-top:20px;
}
#devices li #block-devices {
	box-shadow: 2px 4px 10px #414445;
	-moz-box-shadow: 2px 4px 10px rgba(65, 68, 69, 1);
	-webkit-box-shadow: 2px 4px 10px rgba(65, 68, 69, 1);
	-khtml-box-shadow: 2px 4px 10px rgba(65, 68, 69, 1);
	border-bottom: 1px solid #000;
	border-top: 1px solid #3d464f;
	border-width: 1px 0 1px 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius:6px;
	text-align:left;
	width:244px;
	margin:0;
	position:absolute;
	color:#9aa5ab;
	font-size:12px;
	line-height:22px;
	top:35px;
	right:0;
	background-color:#293235;
	list-style:none;
	z-index:999;
	display:none;
	position:absolute;
	padding: 7px 6px;
	opacity: 0.9;
}
#block-devices .notch:after {
	border-bottom:18px solid #293235;
	border-left:19px solid transparent;
	border-right:19px solid transparent;
	content:"";
	left:50%;
	margin-left:-19px;
	margin-top:0;
	position:absolute;
	top:2px
}
#block-devices .notch:before {
	border-bottom:18px solid #293235;
	border-left:19px solid transparent;
	border-right:19px solid transparent;
	content:"";
	left:50%;
	margin-left:-19px;
	margin-top:0;
	position:absolute;
	top:1px
}
#block-devices .notch {
	border-bottom:18px solid rgba(0, 0, 0, 0.2);
	border-left:19px solid transparent;
	border-right:19px solid transparent;
	content:"";
	left:50%;
	margin-left:-19px;
	margin-top:-18px;
	position:absolute;
	top:0!important;
	display: block;
}
#devices li #block-devices a {
	color:#9aa5ab;
	text-decoration: none;
}
#devices li #block-devices a:hover {
	color:#fff;
}
#block-devices .src {
	margin-left:auto;
	margin-right:auto;
}
#block-devices .device-name {
	line-height:16px;
	text-align:center;
	display: inline-block;
	font-weight:normal;
}
.no-repeat-devices-small.android {
	background-position: 0 -1320px;
}
.no-repeat-devices-small.ios {
	background-position: 0 -566px;
}
.no-repeat-devices-small.mac {
	background-position: 0 -377px;
}
.no-repeat-devices-small.mounted {
	background-position: 0 -189px;
}
.no-repeat-devices-small.google {
	background-position: 0 -943px;
}
.no-repeat-devices-small.dropbox {
	background-position: 0 -1131px;
}
.no-repeat-devices-small.icloud {
	background-position: 0 -754px;
}
.no-repeat-devices-small.mtp {
	background-position: 0 0px;
}
.no-repeat-devices-small.outlook {
	background-position: 0 -1508px;
}
.no-repeat-devices-small.officeHome {
	background-position: 0 -1696px;
}
.no-repeat-devices-small.office360 {
	background-position: 0 -1884px;
}
#devices li #block-devices li.item {
	margin: 0 0 10px 0;
	width: 77px;
	float:left;
	display: inline-block;
	text-align:center;
	border-width: 2px;
	border-style: solid;
	border-color: transparent;
	padding-top:6px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius:6px;
	min-height:115px
}
#devices li #block-devices li.selected {
	border-color: #394245;
}
.cur-device-list {
	display:inline-block;
}
#devices li#li-cur-device {
	position:relative;
	text-align:center;
	text-decoration:none;
	font-size:18px;
	line-height:24px;
	font-weight:500;
}
#devices li#li-cur-device:hover {
	cursor: pointer;
}
#devices li #block-devices li:hover {
	border-color: #505B5F;
}
#cur-device {
	color:#fff;
	text-decoration:none
}
#cur-device:hover {
	color: #C0CBCF;
}
.cur-device-list {
	padding-right:20px;
	background-image: url(/images/no-repeat.png);
	background-repeat: no-repeat;
	background-position:100% -866px;
}
.splash-device .connections {
	margin:25px auto 0px auto;
	list-style:none;
	text-align:center;
	height:109px;
}
.connections li {
	margin:0 5px;
	display:inline-block
}
.connections .icon-src {
	width:45px;
	height:110px;
	display: block;
}
.connections .icon-src.wifi {
	background-position:0 -925px
}
.connections .icon-src.wifibig {
	background-position:-184px -964px;
	width:64px
}
.connections .icon-src.usb {
	background-position:-50px -925px;
}
.connections .icon-src.bluetooth {
	background-position:-104px -925px
}
.connections .icon-src.ethernet {
	background-position:-60px -925px;
}
/* /splash device*/


/* splash old device*/
#splash.splash-old-device {
	padding-top: 0;
}
#splash.splash-old-device-items {
	padding-top: 13px;
}
.splash-old-device-block {
	padding-top:25px;
}
.splash-old-device .block-description {
	text-align:center;
	background-image: url("/images/no-repeat.png");
	background-repeat: no-repeat;
	background-position: 0 -5167px;
	padding-left:123px;
	min-height:105px;
	padding-top: 15px;
}
.splash-old-device .block-description .title-h1 {
	color:#38525b;
	font-size:36px;
	font-weight: 500;
	text-align:left;
}
.splash-old-device .block-description .title-h1 span {
	background-image: url("/images/no-repeat.png");
	background-repeat: no-repeat;
	background-position: 0 -5320px;
	padding:0 10px;
	color:#e8f1f0;
}
.splash-old-device .block-description .title-h2 {
	text-align:left;
	color:#ff8400;
	font-size:18px;
	font-weight:normal;
}
.splash-old-device .block-text {
	margin-top:17px;
	font-size:18px;
	color:#212e33;
	text-align:left;
	line-height:28px;
	font-weight:normal
}
.splash-old-device-block .left-block {
	float:left;
	width:470px;
	text-align: center;
}
.splash-old-device-block .right-block {
	float:right;
	width:460px;
	padding-top: 45px;
}
.splash-old-device-block .right-block .block-snip-text {
	margin-top:40px;
	font-size:16px;
	line-height:24px;
	color:#c0cbcf;
	text-align:center;
}
.splash-old-device .left-block ul.features {
	list-style: none outside none;
	margin-top:12px;
	margin-left:30px;
}
.splash-old-device .left-block ul.features li {
	background-image: url("/images/items.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 25px;
	color:#38525b;
	font-size:18px;
	line-height:40px;
	font-weight:500;
	float: left;
	min-width:200px;
	text-align:left;
}
.splash-old-device .left-block ul.features li.last {
	min-width:160px;
}
.splash-old-device .left-block .src {
	margin-top:35px;
	margin-left:33px;
}
.splash-old-device .download-block {
	text-align:center;
	width: 310px;
	margin-left: auto;
	margin-right:auto;
	border-top: 1px solid #D1E2E3;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	margin-top:20px;
}
.splash-old-device .download-block .inner {
	margin-top: -38px;
}
.splash-old-device .download-block .inner .btn {
	margin-top:20px;
}
.splash-old-device .download-block .inner .title {
	background-color:#dfedee;
	display:inline-block;
	padding-left: 10px;
	padding-right: 10px;
	color:#38525b;
	font-size:16px;
	line-height:22px;
	font-style:italic;
	text-align:center;
}
.splash-old-device .right-block .price-block {
	text-align:center;
	width: 310px;
	height:395px;
	margin-left: auto;
	margin-right:auto;
	background:#ffffff;
	font-size:15px;
	line-height:26px;
	color:#38525b;
}
.splash-old-device .right-block .price-block .text {
	text-align:left;
	padding-left:30px;
}
.splash-old-device .right-block .price-block .src1 {
	margin-top: 40px;
	margin-bottom:10px;
	margin-left:0;
}
.splash-old-device .right-block .price-block .src2 {
	margin-top: 35px;
	margin-bottom:20px;
	margin-left:0;
}
.splash-old-device .right-block .price-block .btn {
	margin-left:auto;
	margin-right:auto;
}
.splash-old-device .right-block .features-price {
	list-style: none outside none;
	margin-top: 39px;
	margin-bottom:10px;
}
.splash-old-device .right-block .features-price li {
	display: inline-block;
	line-height:48px;
	text-align:left;
}
.splash-old-device .right-block .features-price li.old-price {
	color:#222222;
	font-size:22px;
	position: relative;
	font-weight: 500;
}
.splash-old-device .right-block .features-price li.new-price {
	color:#222222;
	font-size:48px;
	font-weight: 500;
	padding-left:30px;
}
.splash-old-device .right-block .features-price li.old-price span {
	position: absolute;
	display: block;
	background-position: 0 -6086px;
	z-index: 1;
	width: 72px;
	height:33px;
	left:0;
	top:8px;
}
.splash-old-device .buttons {
	margin-top:60px;
}
.splash-old-device .buttons .snip {
	color:#a0b1b6;
	font-size:15px;
	line-height:22px;
	text-align:left;
	margin-top:15px;
}
.splash-old-device .buttons .btn-buy {
	min-width:196px;
	margin-right:20px;
}
.splash-old-device .buttons .btn-download {
	min-width:196px;
}
.splash-old-device .buttons .block {
	float:left;
}
/* /splash old device*/



/* splash old devices items*/
.splash-old-device-items-block {
	padding-top:25px;
}
.splash-old-device-items .old-device-items-logo {
	background-image: url("/images/no-repeat.png");
	background-repeat: no-repeat;
	background-position: 0 -5167px;
	margin-right:18px;
	display: block;
	float: left;
	width:105px;
	height:105px;
}
.splash-old-device-items .block-description {
	text-align:center;
	min-height:105px;
	min-width: 350px;
	padding-top: 15px;
}
.splash-old-device-items .block-description .title-h1 {
	color:#38525b;
	font-size:36px;
	font-weight: 500;
	text-align:left;
}
.splash-old-device-items .block-description .title-h1 span {
	background-color:#ff8400;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-khtml-border-radius:30px;
	padding:0 10px;
	color:#e8f1f0;
}
.splash-old-device-items .block-description .title-h2 {
	text-align:left;
	color:#ff8400;
	font-size:18px;
	font-weight:normal;
}
.splash-old-device-items-block .left-block {
	float:left;
	text-align: center;
}
.splash-old-device-items-block .buttons {
	float:right;
	margin-top:28px;
}
.splash-old-device-items-block .buttons .btn {
	margin-right:20px
}
/* splash index buttons */
.index-block-buttons {
	padding-top:35px;
	min-height:230px;
	text-align:center;
}
.index-block-buttons .block-text {
	margin-top:35px;
	font-size:16px;
	line-height: 24px;
	color:#a4aeae;
}
.index-block-buttons a.btn:first-child {
	margin-right: 30px;
}
/* /splash index buttons */

.device-block-buttons {
	padding-top:25px;
}
.device-block-buttons .buttons {
	float:right;
	margin-right:70px;
	margin-top:20px;
}
.device-block-buttons .block {
	float:left;
}
.device-block-buttons .block:first-child {
	margin-right:57px
}
.device-block-buttons .buttons .block .snip {
	margin-top:20px;
	color:#a0a7ad;
	font-size:15px;
	line-height:22px;
}
.device-block-buttons .block-text {
	margin-top:35px;
	font-size:16px;
	line-height: 24px;
	color:#a4aeae;
}
.device-block-buttons .btn-buy {
	color:#fff;
}
.device-block-buttons .block-image {
	width:270px;
	height:166px;
	float:left;
    position:relative;
}
.device-block-buttons .block-image .icon-src {
	display:block;
	width:100%;
	background-position:50% top;
	background-repeat:no-repeat;
	height:100%;
}
.block-image .android {
	background-image:url(/images/splash/android.png)
}
.block-image .ios {
	background-image:url(/images/splash/ios.png)
}
.block-image .mac {
	background-image:url(/images/splash/mac.png)
}
.block-image .google {
	background-image:url(/images/splash/google.png)
}
.block-image .icloud {
	background-image:url(/images/splash/icloud.png)
}
.block-image .dropbox {
	background-image:url(/images/splash/dropbox.png)
}
.block-image .mtp {
	background-image:url(/images/splash/mtp.png)
}
.block-image .mounted {
	background-image:url(/images/splash/mounted.png)
}
.block-image .outlook {
	background-image:url(/images/splash/outlook.png)
}
.block-image .officeHome {
	background-image:url(/images/splash/officeHome.png)
}
.block-image .office360 {
	background-image:url(/images/splash/office360.png)
}
/* /Splash device buttons */
/* Single button */
.single-block-buttons {
	padding-top:25px;
	text-align:center;
	width: 425px;
	border-top:1px solid #d1e2e3;
	margin-left:auto;
	margin-right:auto;
}
.single-block-buttons .inner {
	margin-top: -38px;
}
.single-block-buttons .title {
	background-color:#fff;
	padding-left:10px;
	padding-right:10px;
	font-size:16px;
	line-height:22px;
	color:#556a7f;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif
}
.single-block-buttons .buttons {
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
}
.single-block-buttons .block {
}
.single-block-buttons .block .snip {
	margin-top:15px;
	color:#a0b1b6;
	font-size:15px;
	line-height:22px;
}
.single-block-buttons .block-text {
	margin-top:35px;
	font-size:16px;
	line-height: 24px;
	color:#a4aeae;
}
.single-block-buttons .block-image {
	width:300px;
}
/* /Single button */
/* Index screenshots items */
.index-block-screenshots {
	padding-top:50px;
	text-align:center;
}
.index-block-screenshots .block-features .feature {
	margin-right:45px;
	float:left;
	display:inline-block;
	text-align:center;
	min-height:220px;
}
.index-block-screenshots .block-features .last {
	margin-right:0;
}
.index-block-screenshots .block-features .feature-item .text {
	margin-top:15px;
	font-size:15px;
	color:#38525b;
	text-align:center;
	line-height:21px;
}
.index-block-screenshots .block-features .src {
	display: block;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
.index-block-screenshots .block-features .src:hover {
	border-color:#00c8d1;
	box-shadow: 0px 2px 3px #c2eff2;
	-moz-box-shadow: 0px 2px 3px rgba(138, 246, 253, 1);
	-webkit-box-shadow: 0px 2px 3px rgba(138, 246, 253, 1);
}
/* /Index screenshots items */


.microsoft_services {
	text-align: center;
}
.microsoft_icon{
	min-height: 26px;
    display: inline-block;
	line-height: 24px;
	text-align: left;
	padding: 9px 0 9px 50px;
	background-repeat:no-repeat;
	background-image:url(/images/banners/bannerMicrosoftIcon.png);
	background-position: left center;
}
.microsoft_icon a{
	color: #4c4c4c;
	text-decoration: none;
}
.microsoft_icon a:hover{
	text-decoration: underline;
}


/* splash plugin*/
.splash-plugin {
	padding-bottom:55px;
}
.splash-plugin .block-description {
	text-align:center;
}
.splash-plugin .block-description .title-h1, .splash-plugin .block-description .title-h2 {
	color:#00c8d1;
	font-size:42px;
	font-weight: 500;
	text-align:center;
	line-height:48px;
}
.splash-plugin .block-description .title-h1 {
	margin-top:20px;
	font-weight:bold;
}
.splash-plugin .block-description .title-h2 {
	text-align:left;
}
.splash-plugin .text {
	margin-top:8px;
	margin-left: 10px;
	font-size:18px;
	color:#38525b;
	text-align:left;
	line-height:26px;
	font-weight:300;
	width: 300px;
}
.splash-plugin-block .left-block {
	float:left;
	width:345px;
	text-align: center;
}
.splash-plugin-block .left-block .block-plugin-logo, .splash-plugin-block .left-block .block-plugin-type, .splash-plugin-block .left-block .block-description {
	width:320px;
}
.splash-plugin-block .left-block .social_block {
	margin-top: 30px;
	width:350px;
	text-align:center;
	margin-left: 25px;
}
.splash-plugin-block .left-block .icon-src {
	width: 108px;
	height:108px;
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3px;
	-webkit-background-size:108px 108px;
	-moz-background-size:108px 108px;
	background-size:108px 108px;
}
.icon-plugin.contacts {
	background-position: 50% 0;
}
.icon-plugin.calendar {
	background-position: 50% -144px;
}
.icon-plugin.folders {
	background-position: 50% -460px;
}
.icon-plugin.auto-sync {
	background-position: 50% -460px;
}
.icon-plugin.background-sync {
	background-position: 50% -298px;
}
.icon-plugin.bookmarks {
	background-position: 50% -900px;
}
.icon-plugin.call-history {
	background-position: 50% -750px;
}
.icon-plugin.iphoto {
	background-position: 50% -1265px;
}
.icon-plugin.itunes-media {
	background-position: 50% -1408px;
}
.icon-plugin.mount-device {
	background-position: 50% -460px;
}
.icon-plugin.reminders {
	background-position: 50% -1075px;
}
.icon-plugin.sms {
	background-position: 50% -605px;
}
.splash-plugin-block .right-block .src {
	margin-top:12px;
	margin-left:121px;
	background-repeat:no-repeat;
	background-position:0 0;
	width:428px;
	height:288px;
	background-size:428px 288px;
	-moz-background-size:428px 288px;
	-webkit-background-size:428px 288px;
}
.splash-plugin-block .src.calendar {
	background-image:url('/images/splash/plugins/calendars.png');
}
.splash-plugin-block .src.contacts {
	background-image:url('/images/splash/plugins/contacts.png');
}
.splash-plugin-block .src.folders {
	background-image:url('/images/splash/plugins/folders.png');
}
.splash-plugin-block .src.auto-sync {
	background-image:url('/images/splash/plugins/autosync.png');
}
.splash-plugin-block .src.sms {
	background-image:url('/images/splash/plugins/sms.png');
}
.splash-plugin-block .src.call-history {
	background-image:url('/images/splash/plugins/call-history.png');
}
.splash-plugin-block .src.bookmarks {
	background-image:url('/images/splash/plugins/bookmarks.png');
}
.splash-plugin-block .src.reminders {
	background-image:url('/images/splash/plugins/reminders.png');
}
.splash-plugin-block .src.iphoto {
	background-image:url('/images/splash/plugins/iphoto.png');
}
.splash-plugin-block .src.itunes-media {
	background-image:url('/images/splash/plugins/itunes.png');
}
.splash-plugin-block .src.music {
	background-image:url('/images/splash/plugins/music.png');
}
.splash-plugin-block .src.backup {
	background-image:url('/images/splash/plugins/backup.png');
}
.splash-plugin-block .free, .splash-plugin-block .expert {
	display: inline-block;
	min-width:38px;
	margin-left: auto;
	margin-right:auto;
	padding:2px 10px;
	color:#586e75;
	font-size:14px;
	font-weight:500;
	border:1px solid #a2b7b8;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
}
.splash-plugin-block .right-block {
	float:right;
	width: 550px;
	height:330px;
	margin-top: 44px;
	margin-right: 28px;
	background-image: url("/images/splash/plugins/uiOptions.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}
.splash-plugin-block .right-block .block-snip-text {
	margin-top:40px;
	font-size:16px;
	line-height:24px;
	color:#c0cbcf;
	text-align:center;
}
/* /splash plugin*/

/* Column block item */
.index-block-columns .theme-classic, .index-block-columns .theme-1 {
	padding-top:50px;
	text-align:center;
	border-top:1px solid #d1e2e3;
	margin-bottom:90px;
}
.wrap .content .index-block-columns .theme-classic, .index-block-columns .theme-1 {
	padding-top:0;
	border-top:none;
	margin-bottom:72px;
}
.index-block-columns .theme-2, .index-block-columns .theme-3 {
	padding-top:60px;
	text-align:center;
	padding-bottom:30px;
}
.index-block-columns.theme-1 {
	border-top:none;
	padding-top:10px;
}
.index-block-columns .block-features .feature {
	float:left;
	display:inline-block;
	text-align:center;
}
html[lang="de"] .index-block-columns .block-features .feature {min-height: 220px;}
.index-block-columns .theme-2 .block-features .feature {
	margin-bottom:60px;
}
.index-block-columns .theme-3 .block-features .feature {
	margin-bottom:40px;
}
.index-block-columns .block-features .last {
	margin-right:0;
}
.index-block-columns .block-features .src {
	margin-top:35px;
	margin-left: auto;
	margin-right: auto;
}
.index-block-columns .feature-item {
	padding:0 50px;
}
.index-block-columns .feature-item .review {
	margin-top:30px;
	text-align:left;
	font-size:18px;
}
.index-block-columns .feature-item .review a {
	color:#008cbd;
	text-decoration:none;
}
.index-block-columns .feature-item .review a:hover {
	color:#007199;
	text-decoration:underline;
}
.index-block-columns .feature-item .title {
	color:#00c8d1;
	font-size:24px;
	text-align:center;
}
.index-block-columns .theme-2 .feature-item .title, .index-block-columns .theme-3 .feature-item .title {
	color:#38525b;
	font-size:18px;
	text-align:left;
	line-height:26px;
	font-weight:500;
}
.index-block-columns .theme-3 .feature-item .title {
	background:url(/images/no-repeat.png) 0 -6792px no-repeat;
	padding-left:26px
}
.index-block-columns .theme-1 .feature-item .title {
	color:#38525B;
	font-size:18px;
	text-align:left;
	font-weight:bold;
}
.index-block-columns .block-features .feature-item .text {
	margin-top:35px;
	font-size:18px;
	color:#38525b;
	text-align:left;
	line-height:26px;
}
.index-block-columns .theme-1 .block-features .feature-item .text {
	margin: 0 0 10px 0;
}
.index-block-columns .theme-2 .block-features .feature-item .text {
	margin-top:0;
}
.index-block-columns .theme-3 .block-features .feature-item .text {
	margin-top:0;
	margin-left:25px;
	font-size:16px;
	line-height:24px;
}
/* /Column block item */

/* Column block old device */
.old-block-columns {
	padding-top:60px;
	text-align:center;
	margin-bottom:30px;
}
.old-block-columns .block-description {
	text-align:center;
	font-size:24px;
	line-height:34px;
	color:#405657;
}
.old-block-columns.theme-1 {
	border-top:none;
	padding-top:10px;
}
.old-block-columns .block-features {
	border-top:1px solid #d1e2e3;
	margin-top: 25px;
}
.old-block-columns .block-features li {
	text-align:center;
	min-height:300px;
	margin-right:0;
	margin-bottom:0;
	marrin-top:25px;
	padding:0 30px 30px;
	border-right:1px solid #d1e2e3;
	border-bottom:1px solid #d1e2e3;
	display:block;
	float:left
}
.old-block-columns .block-features li.last {
	border-right:none!important;
}
.old-block-columns .block-features .src {
	margin-top:35px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 155px;
	width:155px;
}
.old-block-columns .review {
	margin-top:30px;
	text-align:left;
}
.old-block-columns .review a {
	color:#008cbd;
	text-decoration:none;
}
.old-block-columns .block-features .title {
	color:#008CBD;
	font-size:18px;
	line-height:26px;
	text-align:left;
	font-weight:500;
	display: block;
}
.old-block-columns .block-features a .title:hover {
	color:#007199;
	text-decoration:underline;
}
.old-block-columns .block-features a.device-url {
	color:#38525b;
	text-decoration:none;
}
.old-block-columns .theme-1 .block-features .title {
	color:#38525b;
	font-size:18px;
	text-align:left;
	font-weight:500;
}
.old-block-columns .block-features .text {
	margin-top:5px;
	font-size:16px;
	color:#38525b;
	text-align:left;
	line-height:24px;
}
.old-block-columns .theme-1 .block-features .text {
	margin-top:0;
}
/* /Column block old device */


/* landing columns*/
.landing-columns {
	padding-top:90px;
	text-align:left;
}
.landing-columns .block-description {
	text-align:center;
	font-size:24px;
	line-height:34px;
	color:#405657;
}
.landing-columns .block-features .src {
	float:left;
	margin-right:12px;
}
.landing-columns .free, .landing-columns .expert {
	border:1px solid #a2b7b8;
	font-size:14px;
	line-height:26px;
	color:#586e75;
	font-weight:500;
	padding:5px;
}
.landing-columns .block-features .last {
	margin-right:0;
}
.landing-columns .block-features .block-text {
	margin-left:120px
}
.landing-columns .block-features .title {
	color:#38525b;
	font-size:18px;
	line-height:26px;
	font-weight:500;
}
.landing-columns .block-features .text {
	margin-top:5px;
	color:#38525b;
	line-height:1.3;
	margin-bottom:10px;
}
/* /landing columns*/

/*  block-features  */
ul.block-features {
	list-style: none outside none;
	margin:0;
	padding:0
}
ul.block-features li {
	display: inline-block;
	margin-bottom: 85px;
	margin-right: 30px;
	min-height: 150px;
	vertical-align: text-top;
}
ul.block-features .last {
	margin-right:0;
}
/*  block-features  */

/* block-developer */
.block-developer {
	margin-top:65px;
	border:1px solid #c7d6da;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-khtml-border-radius:10px 10px 0 0;
	padding-top: 20px;
	padding-left:25px;
	margin-left:auto;
	margin-right:auto;
}
.block-developer.theme-1 {
	margin-top:30px;
}
.block-developer .clearfloat {
	height: 0;
}
.block-developer-footer {
	margin-left:auto;
	margin-right:auto;
	background-color: #798186;
	min-height: 20px;
	padding: 15px;
	width: 908px;
	border:1px solid #798186;
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
}
.block-developer-footer ul.items {
	margin-left:15px;
	list-style: none outside none;
	color:#e8e9ea;
}
.block-developer-footer ul.items li {
	display: inline-block;
	text-align:left;
	font-size:14px;
	line-height:18px;
}
html[lang="es"] .block-developer-footer ul.items li,html[lang="it"] .block-developer-footer ul.items li {font-size:12px;}
.block-developer-footer ul.items li.developer {
	width:210px;
}
.block-developer-footer ul.items li.version {
	width:260px;
}
.block-developer-footer ul.items li.requirements {
	width:200px;
}
.block-developer-footer ul.items li.reviews {
	width:110px;
	background-position: 95px -3086px;
	padding-right:95px;
}
html[lang="es"] .block-developer-footer ul.items li.reviews {background-position: 102px -3086px;}
.block-developer-footer ul.items li.download {
	width:200px;
}
.block-developer .logo {
	float: left;
	height: 120px;
	width: 120px;
	background-position: 2px -400px;
}
.block-developer .block-description {
	vertical-align: middle;
	display: table-cell;
	padding-left:6px;
	height: 120px;
}
.block-developer .block-description .title-h1, .block-developer .block-description .title-h2 {
	color:#41494c;
	font-size:48px;
	font-weight:500;
	text-align:left;
}
.block-developer .block-description .title-h2 {
	font-size:18px;
}
.block-developer .left-block {
	float:left;
	width:470px;
	text-align: left;
}
.block-developer .right-block {
	float:right;
}
.block-developer .buttons .btn {
	float:left;
}
.block-developer .buttons .snip {
	font-size:16px;
	padding-top:5px;
	line-height:22px;
	color:#38525b;
	text-align:left;
	float:left;
    margin-left:15px;
}
.block-developer .theme-buynow .buttons .snip {
	font-size:14px;
	line-height:22px;
	color:#a9b4b8;
	text-align:left;
	float:left;
}
.block-developer .text {
	font-size:16px;
	line-height:24px;
	color:#41494c;
	margin-top:20px;
	margin-bottom:35px;
}
/* /block-developer */


/* Column block device items */
.device-block-columns {
	text-align:center;
	border-top:1px solid #d1e2e3;
	margin-bottom:20px;
}
.device-block-columns .block-features {
	/*display:table;*/
	list-style:none;
	margin:0 auto;
	text-align:center;
	/*min-height:150px;   */
	margin-top:28px;
	margin-bottom:35px;
}
.device-block-columns .block-features .src {
	margin-top:35px;
	margin-left: auto;
	margin-right: auto;
}
.device-block-columns .block-features .feature-item {
	display: inline-block;
	float:left;
	margin:50px 0px 0 60px;
	text-align:left;
	width:400px;
	vertical-align:top;
}
.device-block-columns .feature-item .review {
	margin-top:40px;
	text-align:left;
}
.device-block-columns .feature-item .review a {
	color:#008cbd;
	text-decoration:none;
}
.device-block-columns .feature-item .title {
	color:#38525b;
	font-size:18px;
	font-weight:500;
}
.device-block-columns .block-features .feature-item .text {
	margin-top:2px;
	font-size:16px;
	color:#38525b;
	line-height:24px;
}

.device-block-columns .block-features .free, 
.device-block-columns .block-features .expert {
    margin-top:10px;
    padding: 5px;
    display:inline-block;
    border: 1px solid #a2b7b8;
    color: #586e75;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    min-width:54px;
    text-align:center;
}
/* /Column block device items */
/* Features block items */
.index-block-features {
	padding-top:50px;
	text-align:center;
}
.index-block-features .block-description {
	margin-bottom: -20px;
}
.index-block-features .title {
	color:#fff;
	font-size:28px;
	text-align:center;
}
.index-block-features .block-features {
	margin:60px auto 0 auto;
	list-style:none;
}
.index-block-features .feature-item {
	margin-right:30px;
	margin-bottom:60px;
	display:inline-block;
	text-align:left;
	min-height:85px;
	vertical-align:top
}
.index-block-features .block-features .last {
	margin-right:0;
}
.index-block-features .block-features .src, .index-block-features .block-features .icon-src {
	float:left;
	display:block;
	width:80px;
	height:80px;
}
.no-repeat-features.feature1 {
	background-position:0 -492px;
}
.no-repeat-features.feature2 {
	background-position:0 -397px;
}
.no-repeat-features.feature3 {
	background-position:0 -302px;
}
.no-repeat-features.feature4 {
	background-position:0 -207px;
}
.no-repeat-features.feature5 {
	background-position:0 -109px;
}
.no-repeat-features.feature6 {
	background-position:0 0px;
}
.index-block-features .feature-item .title {
	color:#00c8d1;
	font-size:24px;
	text-align:left;
}
.index-block-features .block-features .feature-item .text {
	margin-left:100px;
	font-size:16px;
	color:#ffffff;
	text-align:left;
	line-height:22px;
}
/* /Features block items */
/* Options available for device items */
.options-block-features {padding-top:50px;text-align:center;margin-bottom:42px;}
.options-block-features.first {padding-top:0px;}
.options-block-features-screen {
	float:left;
	margin:0 0 0 20px
}
.options-block-features .block-options {margin-top:30px;padding-top:50px;border-top:1px solid #d1e2e3;}
.options-block-features.first .block-options {margin-top:0px;border-top:none;}
.options-block-features .block-options > .title, .options-block-features .block-description > .title {
	color:#00c8d1;
	font-size:24px;
	line-height:34px;
	text-align:left;
	width:210px;
	float:left;
}
.options-block-features .block-options > .title {
	margin-top:10px;
}
.options-block-features .text {
	color:#38525b;
	font-size:16px;
	line-height:24px;
	text-align:left;
	float:left;
	margin-left:50px;
	width:450px;
}
.options-block-features .block-features {
	float:left;
	margin-left:50px;
	width:680px;
	list-style: none outside none;
	display: inline-block;
	text-align: left;
}
.options-block-features .block-features .feature {
	margin-right:42px;
	margin-bottom:22px;
	display:inline-block;
	text-align:center;
	min-height:156px;
}
.options-block-features .block-features .last {
	margin-right:0;
}
.options-block-features .block-features .src, .options-block-features .block-features .icon-src {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width: 53px;
	height:53px;
	-webkit-background-size:53px 53px;
	-moz-background-size:53px 53px;
	background-size:53px 53px;
}
.options-block-features .block-features .src2, .options-block-features .block-features .icon-src2 {
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	width: 30px;
	height:28px;
	margin-right:10px;
}
.options-block-features .block-features .icon-src2:last-child {
	margin-right:0;
}
.options-block-features .block-features .icon-src2.device-to-mac {
	background-position: 0 -136px;
}
.options-block-features .block-features .icon-src2.mac-to-device {
	background-position: 0 -200px;
}
.options-block-features .block-features .icon-src2.both-direct {
	background-position: 0 -267px;
}
/*
calendar contacts folder sms call-history bookmarks iphoto itunes-media
*/

.options-block-features .feature-item .title {
}
.options-block-features .feature-item .options {
	margin-top: 10px;
	padding-top:6px;
	border-top:1px solid #d1e2e3;
	display: block;
}
.options-block-features .feature-item .plugin-url {
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius:6px;
	display:block;
	text-decoration:none;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-kthtml-transition: all 0.5s linear;
	transition: all 0.2s linear;
}
.options-block-features .feature-item .plugin-url:hover {
	border-color: #00c8d1;
	box-shadow: 0px 0px 5px rgba(64, 214, 212, 0.5);
	-moz-box-shadow: 0px 0px 5px rgba(64, 214, 212, 0.5);
	-webkit-box-shadow: 0px 1px 5px rgba(64, 214, 212, 0.5);
	-o-box-shadow: 0px 1px 5px rgba(64, 214, 212, 0.5);
	-ms-box-shadow: 0px 1px 5px rgba(64, 214, 212, 0.5);
	-kthtml-box-shadow: 0px 1px 5px rgba(64, 214, 212, 0.5);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-kthtml-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.options-block-features .feature-item .plugin-url .inner-content{display:block;}
html[lang="es"] .options-block-features .feature-item .plugin-url .inner-content{min-height:130px;}
html[lang="it"] .options-block-features .feature-item .plugin-url .inner-content{min-height:130px;}

.options-block-features .feature-item .free, .options-block-features .feature-item .expert {
	color:#3bb70f;
	font-size:15px;
	line-height:18px;
	display: block;
}
.options-block-features .feature-item .expert {
	color:#a6a6a6;
}
.options-block-features .feature-item .title {
	color:#181818;
	font-size:22px;
	text-align:center;
	display: block;
}
.options-block-features .block-features .feature-item .text {
	float: left;
	margin-left:20px;
	font-size:16px;
	color:#ffffff;
	text-align:left;
	line-height:22px;
}
/* /Options available for device items */

/* Options for expert items */
.expert-block-features {
	margin-bottom:14px;
	margin-left:auto;
	margin-right:auto;
	padding-top:45px;
	text-align:center;
	width: 720px;
	padding-left:15px
}
.expert-block-features .block-description {
}
.expert-block-features .block-options > .title, .options-block-features .block-description > .title {
	color:#00c8d1;
	font-size:24px;
	line-height:34px;
	text-align:left;
}
.expert-block-features .block-options > .title {
	margin-top:10px;
}
.expert-block-features .text {
	color:#38525b;
	font-size:16px;
	line-height:24px;
	text-align:left;
	float:left;
	margin-left:50px;
	width:450px;
}
.expert-block-features .block-features {
}
.expert-block-features .block-features .feature {
	float:left;
	margin-right:23px;
	margin-bottom:23px;
	display:inline-block;
	text-align:center;
	min-height:110px;
}
.expert-block-features .block-features .last {
	margin-right:0;
}
.expert-block-features .block-features .src, .expert-block-features .block-features .icon-src {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width: 53px;
	height:53px;
	margin-top:10px;
	-webkit-background-size:53px 53px;
	-moz-background-size:53px 53px;
	background-size:53px 53px;
}
.expert-block-features .block-features .src2, .expert-block-features .block-features .icon-src2 {
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	width: 28px;
	height:28px;
	margin-right:10px;
}
.expert-block-features .block-features .icon-src2:last-child {
	margin-right:0;
}
.expert-block-features .block-features .icon-src2.device-to-mac {
	background-position: 0 -136px;
}
.expert-block-features .block-features .icon-src2.mac-to-device {
	background-position: 0 -200px;
}
.expert-block-features .block-features .icon-src2.both-direct {
	background-position: 0 -266px;
}
.expert-block-features .feature-item .title {
}
.expert-block-features .feature-item .options {
	margin-top: 12px;
	padding-top:6px;
	border-top:1px solid #d1e2e3;
	display: block;
}
.expert-block-features .feature-item .plugin-url {
	display:block;
	text-decoration:none;
	width:217px;
	height:113px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-kthtml-transition: all 0.5s linear;
	transition: all 0.2s linear;
}
html[lang="es"] .expert-block-features .feature-item .plugin-url, html[lang="it"] .expert-block-features .feature-item .plugin-url {height:140px;}
.expert-block-features .feature-item .plugin-url:hover {
	box-shadow: 0px 1px 2px #c6c6c6;
	-moz-box-shadow: 0px 1px 2px rgba(198, 198, 198, 1);
	-webkit-box-shadow: 0px 1px 2px rgba(198, 198, 198, 1);
	border-color: #00c8d1;
}
.expert-block-features .feature-item .free, .expert-block-features .feature-item .expert {
	color:#3bb70f;
	font-size:15px;
	line-height:18px;
	display: block;
}
.expert-block-features .feature-item .expert {
	color:#a6a6a6;
}
.expert-block-features .feature-item .title {
	color:#181818;
	font-size:22px;
	text-align:center;
	display: block;
}
.expert-block-features .block-features .feature-item .text {
	float: left;
	margin-left:20px;
	font-size:16px;
	color:#ffffff;
	text-align:left;
	line-height:22px;
}
/* /Options for expert items */



/* More features */
.more-block-features {
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	text-align:center;
}
.more-block-features .block-description {
}
.more-block-features .block-options > .title, .more-block-features .options-block-features .block-description > .title {
	color:#00c8d1;
	font-size:28px;
	line-height:34px;
	text-align:left;
	margin-bottom:20px;
}
.more-block-features .block-options > .title {
	margin-top:10px;
	padding-left:10px;
}
.more-block-features .text {
	color:#38525b;
	font-size:16px;
	line-height:24px;
	text-align:left;
	float:left;
	margin-left:50px;
	width:450px;
}
.more-block-features .block-features {
	border-top:1px solid #d1e2e3;
	padding-top:20px;
}
.more-block-features .block-features .feature {
	float:left;
	margin-right:18px;
	margin-bottom:20px;
	display:inline-block;
	text-align:center;
	min-height:110px;
}
.more-block-features .feature-item .see-all {
	background-image: url('/images/no-repeat.png');
	background-repeat: no-repeat;
	background-position: 0 -4960px;
	border-color: transparent!important;
	min-height: 110px;
	margin-top:-7px;
	width:226px;
}
.more-block-features .feature-item .see-all {
	font-size:22px;
	line-height:34px;
	color:#008cbd;
}

.more-block-features .see-all:hover {
	border-color:transparent;
	box-shadow: none!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	text-decoration:underline;
}
.more-block-features .see-all:hover .show-more-text {
	text-decoration:underline;
}
.more-block-features .feature-item .see-all .title {
	font-size:36px;
	color:#323a41;
	margin-top: 25px;
	text-decoration:none!important;
}
.more-block-features .block-features .last {
	margin-right:0;
}
.more-block-features .block-features .src, .more-block-features .block-features .icon-src {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width: 53px;
	height:53px;
	-webkit-background-size:53px 53px;
	-moz-background-size:53px 53px;
	background-size:53px 53px;
}
.more-block-features .block-features .src2, .more-block-features .block-features .icon-src2 {
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	width: 28px;
	height:28px;
	margin-right:10px;
}
.more-block-features .block-features .icon-src2:last-child {
	margin-right:0;
}
.more-block-features .block-features .icon-src2.device-to-mac {
	background-position: 0 -136px;
}
.more-block-features .block-features .icon-src2.mac-to-device {
	background-position: 0 -200px;
}
.more-block-features .block-features .icon-src2.both-direct {
	background-position: 0 -266px;
}
.icon-src.calendar {
	background-image: url('/images/options/calendars.svg');
}
.icon-src.contacts {
	background-image: url('/images/options/contacts.svg');
}
.icon-src.folders {
	background-image: url('/images/options/folders.svg');
}
.icon-src.sms {
	background-image: url('/images/options/sms.svg');
}
.icon-src.call-history {
	background-image: url('/images/options/callhis.svg');
}
.icon-src.bookmarks {
	background-image: url('/images/options/bookmark.svg');
}
.icon-src.iphoto {
	background-image: url('/images/options/iphoto.svg');
}
.icon-src.itunes-media {
	background-image: url('/images/options/itunes.svg');
}
.icon-src.background-sync {
	background-image: url('/images/options/bg-sync.svg');
}
.icon-src.reminders {
	background-image: url('/images/options/reminder.svg');
}
.icon-src.auto-sync {
	background-image: url('/images/options/autosync.svg');
}
.icon-src.mount-device {
	background-image: url('/images/options/mounted.svg');
}
.icon-src.music {
	background-image: url('/images/options/music.svg');
}
.icon-src.backup  {
	background-image: url('/images/options/backup.svg');
}
.more-block-features .feature-item .title {
}
.more-block-features .feature-item .options {
	margin-top: 12px;
	padding-top:6px;
	border-top:1px solid #d1e2e3;
	display: block;
}
.more-block-features .feature-item .plugin-url {
	display:block;
	text-decoration:none;
	padding-bottom:12px;
}
.more-block-features .feature-item .plugin-url:hover {
	box-shadow: 0px 1px 2px #c6c6c6;
	-moz-box-shadow: 0px 1px 2px rgba(198, 198, 198, 1);
	-webkit-box-shadow: 0px 1px 2px rgba(198, 198, 198, 1);
	border-color: #00c8d1;
}
.more-block-features .feature-item .free, .more-block-features .feature-item .expert {
	color:#3bb70f;
	font-size:15px;
	line-height:18px;
	display: block;
}
.more-block-features .feature-item .expert {
	color:#a6a6a6;
}
.more-block-features .feature-item .title {
	color:#181818;
	font-size:22px;
	text-align:center;
	display: block;
}
.more-block-features .block-features .feature-item .text {
	float: left;
	margin-left:20px;
	font-size:16px;
	color:#ffffff;
	text-align:left;
	line-height:22px;
}
html[lang="es"] .more-block-features .feature-item .see-all{font-size:20px;}
html[lang="es"] .more-block-features .feature-item .plugin-url{min-height:125px;}
html[lang="es"] .more-block-features .block-features .icon-src:not(.background-sync){margin-top:18px;}

html[lang="it"] .more-block-features .feature-item .see-all{font-size:20px;}
html[lang="it"] .more-block-features .feature-item .plugin-url{min-height:125px;}
html[lang="it"] .more-block-features .block-features .icon-src:not(.background-sync){margin-top:18px;}
/* /More features */



/* Devices block items */
.devices-block-features {
	padding-top:20px;
	text-align:center;
	padding-bottom:45px;
}
.devices-block-features .block-description {
	margin-bottom: 20px;
}
.devices-block-features .title {
	color:#fff;
	font-size:28px;
	text-align:center;
}
.devices-block-features .block-features .feature {
	float:left;
	margin-right:40px;
	margin-top:55px;
	display:inline-block;
	text-align:left;
	min-height:85px;
}
.devices-block-features .block-features .last {
	margin-right:0;
}
.devices-block-features .block-features .src {
	display:block;
	margin-left: auto;
	margin-right: auto;
}
.devices-block-features .feature-item {
	text-align:center;
}
.devices-block-features .feature-item a {
	color:#38525b;
	text-decoration: none;
}
.devices-block-features .feature-item .title {
	margin-top:20px;
	color:#38525b;
	font-size:18px;
	text-align:center;
	font-weight:500;
	display: inline-block;
}
.devices-block-features .feature-item a:hover .title {
	color:#00C8D1;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-kthtml-transition: all 0.5s linear;
	transition: all 0.2s linear;
}
.devices-block-features .block-features .feature-item .text {
	margin-left:20px;
	font-size:16px;
	color:#ffffff;
	text-align:left;
	line-height:22px;
}
.devices-block-features .block-features .icon-src {
	margin:0 auto
}
.no-repeat-devices-big.android {
	background-position: 0 -1320px;
}
.no-repeat-devices-big.ios {
	background-position: 0 -566px;
}
.no-repeat-devices-big.mac {
	background-position: 0 -377px;
}
.no-repeat-devices-big.mounted {
	background-position: 0 -189px;
}
.no-repeat-devices-big.google-account {
	background-position: 0 -943px;
}
.no-repeat-devices-big.dropbox {
	background-position: 0 -1131px;
}
.no-repeat-devices-big.icloud {
	background-position: 0 -754px;
}
.no-repeat-devices-big.mtp {
	background-position: 0 0px;
}
.no-repeat-devices-big.outlook {
	background-position: 0 -1508px;
}
.no-repeat-devices-big.officeHome {
	background-position: 0 -1696px;
}
.no-repeat-devices-big.office360 {
	background-position: 0 -1884px;
}
/* /Devices block items */

/* Select device */
.block-selected-device {
	margin-left: auto;
	margin-right: auto;
	padding-top:25px;
	padding-bottom: 25px;
	width:100%;
	border-top:1px solid #79dbdf;
}
.block-selected-device .select-device {
	margin: 0 auto;
	text-align:center
}
.block-selected-device .select-device .inner {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}
.block-selected-device .title {
	display:inline-block;
	font-size: 18px;
	line-height: 34px;
	color:#fff;
	float:left;
	padding-top: 2px;
}
.block-selected-device .select-device .controls {
	margin-left:13px;
	float:left;
}
/* /Select device */


/* Slider old devices */
.slider-old-devices-block .clearfloat {
	height: 0;
}
.splash-old-device-block .clearfloat {
	height:0;
}
.slider-old-devices-block {
	padding-top:10px;
	position: relative;
}
.slider-old-devices-block ul.block-items {
	list-style: none outside none;
}
.slider-old-devices-block ul.block-items li {
	float:left;
	text-align:center;
	width: 154px;
	color:#008cbd;
	font-size:16px;
	line-height:40px;
	font-weight:500;
}
.slider-old-devices-block .notch {
	position: absolute;
	width: 30px;
	height:16px;
	left:62px;
	bottom: -1px;
	background-position: 0 -6298px;
}
.slider-old-devices-block ul.block-items li a.device-url {
	text-decoration:none;
	color:#008cbd;
	width: 154px;
	height: 154px;
	display: inline-block;
}
.slider-old-devices-block ul.block-items li div {
	border: 1px solid #a2b9c1;
	border-collapse: collapse;
	border-right: none;
}
.slider-old-devices-block ul.block-items li:last-child div {
	border: 1px solid #a2b9c1;
}
.slider-old-devices-block ul.block-items li:hover div {
}
.slider-old-devices-block ul.block-items .active, .slider-old-devices-block ul.block-items .active:hover {
	background-color: #008cbd!important;
	color:#fff!important;
}
.slider-old-devices-block ul.block-items li div.active {
	border-color: #008cbd;
}
.slider-old-devices-block ul.block-items a.device-url:hover {
	background-color: #a2d2e3;
	color:#007199;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-kthtml-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.slider-old-devices-block .block-items .winmobile {
	background-position: 0 -6163px;
}
.slider-old-devices-block .block-items .src {
	width: 96px;
	height:96px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
/* /Slider old devices */

/*Simply text*/


.simply_old_device_sync {
	text-align:center;
	padding-top: 60px;
}
.simply_old_device_sync img {
	margin-left:auto;
	margin-right:auto;
}
.simply_old_device_sync .title {
	font-size:28px;
	line-height:42px;
	color:#1e4a58;
	text-align:center;
	margin-top:-16px;
}
.simply_old_device_sync .text {
	font-size:16px;
	line-height:24px;
	color:#1e4a58;
	text-align:center;
	padding-top:35px;
	padding-bottom:45px;
}
.simply_old_device_sync .description {
	font-size:20px;
	color:#1e4a58;
	margin-bottom:40px;
	text-align:center;
}
.simply_old_devices {
	background-image:url('/images/icon-info.png');
	background-position: 30px center;
	background-repeat: no-repeat;
	padding: 25px 25px 25px 90px;
	color:#a0b1b6;
	font-size:15px;
	line-height:20px;
	font-family: "Georgia", "Helvetica", "Arial", sans-serif;
	font-style:italic;
	margin-bottom:25px;
}
.simply_the_best {
	padding-top:50px;
	padding-bottom:75px;
}
.simply_the_best .block-left {
	float: left;
	width:470px;
}
.simply_the_best .block-left .title {
	color:#00c8d1;
	font-size:28px;
	margin-bottom:25px;
}
.simply_the_best .block-left .text {
	color:#38525b;
	font-size:18px;
	line-height:26px;
}
.simply_the_best .block-right {
	float: right;
	width:395px;
	padding: 30px 20px;
}
.simply_the_best .block-right .text {
	color:#7c7c7c;
	font-size:18px;
	line-height:26px;
	font-style: italic;
	font-family: "Georgia", "Helvetica";
}
.simply_the_best .block-right .author {
	text-align:right;
	color:#353535;
	font-size:16px;
	margin-top:25px;
	margin-bottom:15px;
}
.simply_the_best .block-right .author strong {
	font-weight: 500;
}
.simply_the_best .block-right .stars {
	width: 101px;
	height: 17px;
	float:right;
	background-image: url('/images/no-repeat.png');
	background-position: 0 -841px;
	background-repeat: no-repeat;
}
.simply_theres_more {
	height: 122px;
	position: relative;
	background-color: #e7f1f2;
	margin-bottom: 110px;
}
.simply_theres_more .btn-more {
	min-width:100px;
}
.simply_theres_more .icon-more {
	width: 153px;
	height: 150px;
	left:15px;
	bottom: 0;
	position: absolute;
	background-image: url('/images/lenta/more.png');
	background-position: left center;
	background-repeat: no-repeat;
}
.simply_theres_more .btn-more {
	float:right;
	margin-top: 35px;
	padding-left:30px;
	padding-right:30px;
	margin-right:30px;
	padding-bottom: 10px;
}
.simply_theres_more .text {
	margin-top:15px;
	float:left;
	color:#38525b;
	font-size:16px;
	line-height:24px;
	margin-left: 185px;
    max-width:500px;
}
.simply_theres_more .text .title {
	font-size:18px;
	font-weight:500;
}
.theres_more_out_title {
	margin-top:50px;
	margin-bottom: 45px;
	text-align:center;
	color:#00c8d1;
	font-size:28px;
}
.simply_requires {
	background-image: url('/images/no-repeat.png');
	background-position: 0 -3235px;
	background-repeat: no-repeat;
	min-height:104px;
	padding-left:125px;
	padding-top:1px;
	margin-top:-20px;
}
.simply_requires .title {
	margin-top:24px;
	font-size:36px;
	color:#fff;
}
.simply_requires .text {
	margin-top:10px;
	font-size:15px;
	line-height:24px;
	opacity:0.6;
	filter: alpha(opacity=60);
}
.simply_note_into {
	background-image:url('/images/icon-info.png');
	background-color: #f7f7f7;
	background-position: 30px center;
	background-repeat: no-repeat;
	padding: 21px 25px 21px 90px;
	color:#9FB1B5;
	font-size:15px;
	line-height:20px;
	font-style:italic;
	margin-bottom:50px;
	font-family: "Georgia", "Helvetica", "Arial", sans-serif;
}
.simply_note_into2 {
	background: #e8f2f2;
	background: -moz-linear-gradient(top, #e8f2f2 0%, #ddeced 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8f2f2), color-stop(100%, #ddeced));
	background: -webkit-linear-gradient(top, #e8f2f2 0%, #ddeced 100%);
	background: -o-linear-gradient(top, #e8f2f2 0%, #ddeced 100%);
	background: -ms-linear-gradient(top, #e8f2f2 0%, #ddeced 100%);
	background: linear-gradient(to bottom, #e8f2f2 0%, #ddeced 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f2f2', endColorstr='#ddeced', GradientType=0 );
	border:1px solid #D1E2E3;
	padding: 25px;
	color:#38525B;
	font-size:16px;
	line-height:24px;
	margin-bottom:70px;
}
.icon-android-1 {
	background:url(/images/icon-android-1.png) 0 50% no-repeat;
	padding:5px 0 5px 85px
}
.simply_landing_more {
	height: 122px;
	position: relative;
	background-color: #e7f1f2;
}
.simply_landing_more .btn-more {
	min-width:162px;
}
.simply_landing_more .icon-more {
	width: 153px;
	height: 150px;
	background-size:153px 150px;
	-moz-background-size:153px 150px;
	-webkit-background-size:153px 150px;
	left:15px;
	bottom: 0;
	position: absolute;
	background-image: url('/images/lenta/andr@2x.png');
	background-position: left center;
	background-repeat: no-repeat;
}
.simply_landing_more .btn-more {
	float:right;
	margin-top: 35px;
	padding-left:30px;
	padding-right:30px;
	margin-right:30px;
}
.simply_landing_more .text {
	margin-top:27px;
	float:left;
	color:#38525b;
	font-size:16px;
	line-height:24px;
	margin-left: 162px;
}
.simply_landing_more .text .title {
	font-size:18px;
	font-weight:500;
}
.simply_alert {
    margin-bottom:25px;
	background: #00c8d1;
	padding: 10px;
	color:#ffffff;
	font-size:17px;
	line-height:24px;
    text-align:center;
}
.simply_alert .text{display:inline-block;vertical-align: middle;}
.simply_alert a{
    margin-left:15px;
    color:#ffffff;
    font-size:17px;
    line-height:17px;
    display:inline-block;
    vertical-align: middle;
    background: #009ca3;
    padding-left:12px; padding-right:12px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.simply_alert a:hover, .simply_alert a:active {background: #008e94;}
.simply_alert2 {
    margin-bottom:25px;
	background: #00c8d1;
	padding: 10px;
	color:#ffffff;
	font-size:17px;
	line-height:24px;
    text-align:center;
}
.simply_alert2 .text{display:inline-block;vertical-align: middle;}
.simply_alert2 a{
    color:rgba(255,255,255,0.85);
}
.simply_alert2 a:hover, .simply_alert2 a:active {color:#ffffff;}
/* /Simply text*/


/* Compare */
.block-compare {
	padding-top:46px;
	padding-bottom:75px;
}
.block-compare .block-description {
	margin-left:35px;
	text-align:center;
}
.block-compare .block-description .title-h1, .block-compare .block-description .title-h2 {
	color:#00c8d1;
	font-size:48px;
	font-weight: 700;
	text-align:center;
}
.block-compare .block-text {
	margin-top:10px;
	font-size:18px;
	color:#38525b;
	text-align:center;
	line-height:26px;
}
.block-compare .show-more {
	float:left;
	color:#008cbd;
	font-size:16px;
	line-height:26px;
	text-decoration: none;
	font-style: italic;
	margin-top:7px;
}
.block-compare .buttons {
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: 1px solid #d4dcde;
	padding-right:5px;
}
.block-compare .buttons .btn {
	float:right;
	min-width:80px;
	padding: 0 42px;
	font-size:16px;
	height:36px;
	line-height:36px;
}
.block-compare .buttons .btn-try {
	margin-right:12px;
}
.block-compare table.table-compare {
	margin-top:40px;
}
.block-compare table.table-compare thead tr {
	font-size:15px;
	line-height:26px;
	font-weight:500;
	color:#a0b1b6;
	border-top:1px solid #d4dcde;
}
.block-compare table.table-compare thead td {
	padding: 4px 12px 6px;
}
.block-compare table.table-compare thead td strong {
	font-weight:700
}
.block-compare table.table-compare tbody tr {
	font-size:18px;
	line-height:26px;
	font-weight:500;
	color:#38525b;
	border-top:1px solid #8bc7ca;
	border-bottom:1px solid #8bc7ca;
}
.block-compare table.table-compare tbody td {
	padding:15px 0 13px 12px;
	font-weight:700
}
.block-compare .icon-yes, .block-compare .icon-no {
	width: 21px;
	height:21px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.block-compare .icon-yes {
	background-position: 0 -3164px;
}
.block-compare .icon-no {
	background-position: 0 -3120px;
}
.block-compare .block-snip {
	padding-top:12px;
	font-size:15px;
	line-height:24px;
	color:#bec3c5;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif
}
/* /Compare */


/* Compatible devices */
.block-compatible {
	padding-top:50px;
	padding-bottom:55px;
}
.block-compatible .block-description {
	margin-left:10px;
	text-align:center;
}
.block-compatible .block-description .title-h1, .block-compatible .block-description .title-h2 {
	color:#00c8d1;
	font-size:28px;
	font-weight: 500;
	text-align:left;
}
.block-compatible .block-text {
	margin-top:17px;
	font-size:18px;
	color:#38525b;
	text-align:center;
	line-height:26px;
}
.block-compatible table.table-compatible {
	margin-top:10px;
	border-collapse: collapse;
}
.block-compatible table.table-compatible {
	font-size:12px;
	font-weight:normal;
	color:#a0b1b6;
	background-color: #f1f1f1;
	border-bottom:1px solid #dfdfdf;
	border-left:1px solid #f1f1f1;
	border-right:1px solid #f1f1f1;
	width:100%
}
.block-compatible table.table-compatible thead td {
	height:30px;
	margin: 0px;
	padding: 0 10px;
	width: 80px;
}
.block-compatible table.table-compatible thead td:first-child {
	width: auto;
	padding: 0 12px;
}
.block-compatible table.table-compatible td {
	padding:12px;
	vertical-align: middle;
}
.block-compatible table.table-item td {
	width: 75px;
	padding:9px 12px;
	vertical-align: middle;
	border:1px solid #c7d6da;
}
.block-compatible table.table-item td:first-child {
	width: auto;
}
.block-compatible table.table-item {
	font-size:18px;
	line-height:26px;
	font-weight:500;
	margin-top: 10px;
	color:#38525b;
	width:100%
}
.block-compatible table.table-item:hover {
	background-color: #f0f8f8;
}
table.table-item .inner .title-h3, table.table-item .inner a.device-url {
	margin-top:12px;
	font-size:24px;
	line-height:34px;
	color:#38525b;
	text-decoration: none;
}
table.table-item .inner .title-h3 a:hover {
	text-decoration: underline;
}
table.table-item .inner .text {
	font-size:14px;
	line-height:24px;
	color:#a0b1b6;
	display: inline-block;
	font-weight:normal;
}
.block-compatible .icon-yes, .block-compatible .icon-no {
	width: 21px;
	height:21px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.block-compatible .icon-yes {
	background-position: 0 -3164px;
}
.block-compatible .icon-no {
	background-position: 0 -3120px;
}
.block-compatible .block-snip {
	padding-top:12px;
	font-size:15px;
	line-height:24px;
	color:#bec3c5;
	font-style:italic;
	display: inline-block;
}
table.table-item .inner {
	float:left;
	margin-left:30px;
	vertical-align: middle;
}
.block-compatible .src {
	float:left;
	width: 80px;
	height:80px;
	margin-left:18px;
}
.block-compatible .icon-src {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width: 30px;
	height:28px;
}
.device-to-mac {
	background-position: 0 -136px;
}
.mac-to-device {
	background-position: 0 -200px;
}
.both-direct {
	background-position: 0 -267px;
}
.no-repeat-devices-medium.android {
	background-position: 0 -1320px;
}
.no-repeat-devices-medium.ios {
	background-position: 0 -566px;
}
.no-repeat-devices-medium.mac {
	background-position: 0 -377px;
}
.no-repeat-devices-medium.mounted {
	background-position: 0 -189px;
}
.no-repeat-devices-medium.google-account {
	background-position: 0 -943px;
}
.no-repeat-devices-medium.dropbox {
	background-position: 0 -1131px;
}
.no-repeat-devices-medium.icloud {
	background-position: 0 -754px;
}
.no-repeat-devices-medium.mtp {
	background-position: 0 0px;
}
.no-repeat-devices-medium.outlook {
	background-position: 0 -1508px;
}
.no-repeat-devices-medium.officeHome {
	background-position: 0 -1696px;
}
.no-repeat-devices-medium.office360 {
	background-position: 0 -1884px;
}
/* /Compatible devices */


/* splash index buttons */
.index-block-buttons-down {
	min-height:180px;
}
.index-block-buttons-down .buttons {
	float:right;
	margin-top:60px;
}
.index-block-buttons-down .buttons .btn-download {
	margin-right: 18px;
}
.index-block-buttons-down .block-text {
	font-size:22px;
	float:left;
	line-height: 30px;
	color:#fff;
	max-width: 480px;
	padding-top:60px;
}
/* /splash index buttons */


/* Buttons old devices down */
.block-buttons-down-old-devices {
	min-height:175px;
}
.block-buttons-down-old-devices .buttons {
	float:right;
	margin-top:58px;
}
.block-buttons-down-old-devices .buttons .btn {
	margin:0 0 0 20px
}
.block-buttons-down-old-devices .buttons .btn-buy {
}
.block-buttons-down-old-devices .block-description {
	float:left;
	margin-top: 50px;
}
.block-buttons-down-old-devices .block-description .title {
	color: #38525B;
	font-size: 36px;
	font-weight: 500;
	text-align: left;
}
.block-buttons-down-old-devices .block-description .title span {
	background-color:#ff8400;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-khtml-border-radius:22px;
	color: #E8F1F0;
	padding-bottom: 4px;
	height: 40px;
	width: 44px;
	display: inline-block;
	text-align: center;
}
.block-buttons-down-old-devices .block-description .description {
	color: #FF8400;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
}
/* /Buttons old devices down */



/* old device content*/
.old-device-content {
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px solid #d1e2e3;
}
.old-device-content .block-description {
	text-align:center;
}
.overflowx .old-device-content .left-block {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
.overflowx .old-device-content .right-block {
	display: inline-block;
	vertical-align: middle;
	float: none;
	margin-top:0;
}
.old-device-content .block-description .title-h1 {
	color:#38525b;
	font-size:30px;
	font-weight: normal;
	text-align:left;
	line-height:34px;
	margin-top: 28px;
}
.old-device-content .block-description .title-h2 {
	text-align: center;
}
.old-device-content .block-text {
	margin-top:17px;
	font-size:18px;
	color:#38525b;
	text-align:left;
	line-height:26px;
	font-weight:normal
}
.old-device-content .left-block {
	float:left;
	width:540px;
	text-align: left;
}
.old-device-content .right-block {
	float:right;
	margin-top: 100px;
	width:360px
}
.old-device-content .left-block .block-snip-text {
	margin-top:30px;
	font-size:16px;
	line-height:24px;
	color:#38525b;
}
.old-device-content ul.connections {
	margin-top:30px;
	list-style: none outside none;
}
.old-device-content ul.connections li {
	float:left;
	margin-right: 5px;
}
.old-device-content ul.connections .src {
	width:36px;
	height:36px;
	margin-left: auto;
	margin-right: auto;
}
.old-device-content ul.connections .bluetooth {
	background-position: 0 -6462px;
}
.old-device-content ul.connections .wifi {
	background-position: 0 -6533px;
}
.old-device-content ul.connections .usb {
	background-position: 0 -6607px;
}
.old-device-content .features {
	margin-top:30px;
	list-style: none outside none;
	display: table;
}
.old-device-content .features li {
	float:left;
	min-width: 210px;
	line-height:18px;
	font-size:18px;
	color:#38525b;
	height:19px;
	padding:11px 10px;
	display: table-cell;
	border-collapse: collapse;
	border-bottom:1px solid #d1e2e3;
	border-top:1px solid #d1e2e3;
	margin-top:-1px;
}
.old-device-content .features .feature {
	background-image: url('/images/options.png');
	background-repeat: no-repeat;
	height:16px;
	padding-left:21px;
}
.old-device-content .feature.contacts {
	background-position: 0 -1000px;
}
.old-device-content .feature.ical {
	background-position: 0 -1240px;
}
.old-device-content .feature.pictures-videos-music {
	background-position: 0 -1300px;
}
.old-device-content .feature.folders {
	background-position: 0 -1220px;
}
.old-device-content .feature.firefox-bookmarks {
	background-position: 0 -1200px;
}
.old-device-content .feature.to-do-reminders {
	background-position: 0 -1500px;
}
.old-device-content .feature.time {
	background-position: 0 -1480px;
}
.old-device-content .feature.autosync {
	background-position: 0 -1060px;
}
.old-device-content .feature.entourage-notes {
	background-position: 0 -1180px;
}
.old-device-content .feature.safari-bookmarks {
	background-position: 0 -1400px;
}
.old-device-content .feature.mail-notes {
	background-position: 0 -1340px;
}
.old-device-content .feature.stickies {
	background-position: 0 -1460px;
}
.old-device-content .feature.sms-manager {
	background-position: 0 -1420px;
}
.old-device-content .feature.call-history {
	background-position: 0 -1100px;
}
.old-device-content .feature.device-info {
	background-position: 0 -1160px;
}
.old-device-content .feature.data-encryption {
	background-position: 0 -1140px;
}
.old-device-content .feature.sms-reader {
	background-position: 0 -1440px;
}
.old-device-content .feature.mount-disk {
	background-position: 0 -1360px;
}
.old-device-content .feature.applications-list {
	background-position: 0 -1040px;
}
.old-device-content .feature.backup {
	background-position: 0 -1080px;
}
/* /old device content*/

/* block-compatibility */

.block-compatibility {
	padding-top:80px;
	padding-bottom:85px;
}
.block-compatibility .block-description .title-h1 {
	font-size:28px;
	line-height:32px;
	color:#00c8d1;
	text-align: left;
}
.block-compatibility .block-features {
	border-top:1px solid #d1e2e3;
	padding-top:18px;
	margin-top:27px;
}
.block-compatibility .block-features ul.features {
	list-style:  none outside none;
	float:left;
	width: 185px;
}
.block-compatibility.min-height-250 .block-features ul.features {min-height:250px;}
.block-compatibility .block-features ul.features.col-2 {width: 460px;}
.block-compatibility .block-features ul.features.col-3 {width: 305px;}
.block-compatibility .block-features ul.features.col-4 {width: 230px;}
.block-compatibility .block-features ul.features:last-child {
	width: auto;
}
.block-compatibility .block-features ul.features li {
	font-size:15px;
	line-height:30px;
	color:#38525b;
	text-align:left;
	display: block;
	font-weight:normal;
}
.block-compatibility .block-features ul.features li.abc {
	background-color: #d1e2e3;
	width: 32px;
	height:32px;
	font-size:16px;
	color:#374654;
	font-weight:500;
	line-height:32px;
	text-align:center;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius:15px;
	margin-bottom:10px;
	margin-top:10px;
}
.block-compatibility .block-features ul.features li.title {
	font-size:16px;
	color:#374654;
	font-weight:600;
	line-height:32px;
	text-align:left;
	margin-bottom:10px;
	margin-top:10px;
}
/*/ block-compatibility */

/* footer */
#footer, #footer2 {
	padding-top:22px;
	padding-bottom:15px;
	color:#4c4c4c;
	font-size:14px;
}
#footer2 {
	padding-bottom:60px;
}
.table-footer {
	text-shadow: #fff 0px 1px 0px;
}
.table-footer td {
	vertical-align: top;
}
.table-footer td {
	text-align:left;
}
.table-footer a {
	color:#9e9e9e;
	text-decoration:none;
}
.table-footer .column-1 {
	width:274px;
	line-height:26px;
}
.table-footer .column-2 {
	width:215px;
	line-height:26px;
}
.table-footer .column-3 {
	width:294px;
	padding-top:6px
}
.table-footer .column-4 {
	width:159px;
	text-align:right;
	padding-top:6px;
	line-height:26px;
}
#footer .footer-line-2, #footer2 .footer-line-2 {
	margin-top:31px;
	padding-top: 13px;
	border-top: 1px solid #e4e4e4;
}
#footer .footer-line-2 .logoEltima, #footer2 .footer-line-2 .logoEltima {
	display: block;
	width: 100px;
	height:24px;
	float:left;
	background-image: url('/images/logoEltima.png');
	background-position: top left;
	background-repeat: no-repeat;
}
#footer .footer-line-2 .copyright {
	float:right;
	display:block;
	margin:5px 3px 0 0
}
#footer2 .footer-line-2 .copyright {
	float:right;
	display:block;
	margin:0px 50px 0 0
}
#footer .footer-line-2 .copyright a, #footer2 .footer-line-2 .copyright a {
	text-decoration:none;
	color:#9e9e9e;
}
#footer .footer-line-2 .copyright span, #footer2 .footer-line-2 .copyright span {
	color:#9e9e9e;
}
#footer2 .footer-line-2 #flags {
	float:right;
	padding-bottom: 25px;
}
#flags {
	text-align: right;
	list-style:none;
	margin:0px 5px 0 0
}
#flags li #langdiv {
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	-khtml-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	border:1px solid #c9c9c9;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius:6px;
	text-align:left;
	min-width:120px;
	margin-top:0px;
	right:0px;
	position:absolute;
	background-color:#fff;
	list-style:none;
	z-index:999;
	display:none;
	line-height:20px
}
#flags li #langdiv a {
	color:#4C4C4C;
	text-decoration: none;
	display: block;
	width: 100%;
}
.press_kit {
	text-align:left;
	padding:4px 0 0 70px
}
#flags li #langdiv li {
	padding:10px;
	padding-top:8px;
	border-bottom:1px solid #c9c9c9;
	display: block;
}
#flags li #langdiv li:first-child {
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-khtml-border-radius: 6px 6px 0 0;
}
#flags li #langdiv li:last-child {
	border-bottom:none;
	border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-khtml-border-radius: 0 0 6px 6px;
}
#flags li #langdiv li:hover {
	background-color:#f7f7f7;
}
.curlang_list {
	width: 10px;
	height:15px;
	display: inline;
}
#flags li#licurlang {
	position:relative;
}
#flags li#licurlang:hover {
	cursor: pointer;
}
#flags li#licurlang:hover #langdiv {
	display:block;
}
#curlang {
}
#curlang span {
	color:#9e9e9e;
}
.curlang_list {
	padding:0 0px 0 0;
}
.curlang_list .row {
	background-image: url(/images/flags_arrow.png);
	background-repeat: no-repeat;
	background-position:0 2px;
	width:15px;
	height:10px;
	display: inline-block;
}
#flags a {
	color:#0b335f;
	text-decoration:none;
	cursor: pointer
}
#footer .blogs {
}
#footer .blogs .blog {
	display: inline-block;
	float:left;
	margin:0 5px;
	width: 45px;
	height: 45px;
}
#footer .blogs .logo-facebook {
	background-image: url('/images/social/facebook.svg');
	-webkit-background-size:45px 45px;
	-moz-background-size:45px 45px;
	background-size:45px 45px;
}
#footer .blogs .logo-twitter {
	background-image: url('/images/social/twitter.svg');
	-webkit-background-size:45px 45px;
	-moz-background-size:45px 45px;
	background-size:45px 45px;
}
#footer .blogs .logo-b {
	background-image: url('/images/social/blog.svg');
	-webkit-background-size:45px 45px;
	-moz-background-size:45px 45px;
	background-size:45px 45px;
}
#footer .blogs .logo-youtube {
	background-image: url('/images/social/youtube.svg');
	-webkit-background-size:45px 45px;
	-moz-background-size:45px 45px;
	background-size:45px 45px;
}
#footer a:hover, #footer2 a:hover, #curlang span:hover, #footer .footer-line-2 .copyright span:hover, #footer2 .footer-line-2 .copyright span:hover {
	color:#808080;
}
#footer .link{color: #008cbd;text-decoration: underline;}
#footer .link:hover{color: #007199;text-decoration: none;}
/* /footer */
/* popover */
.popover {
	z-index:3000;
	background:#f5f5f5;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	box-shadow:0 1px 0 0 #fff inset, 0 0 0 1px rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0 1px 0 0 #fff inset, 0 0 0 1px rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:0 1px 0 0 #fff inset, 0 0 0 1px rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.15);
	-khtml-box-shadow:0 1px 0 0 #fff inset, 0 0 0 1px rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.15);
	position:absolute;
	display:none;
	width:240px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0
}
.popover .notch:after {
	border-bottom:8px solid #f5f5f5;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	content:"";
	left:50%;
	margin-left:-8px;
	margin-top:0;
	position:absolute;
	top:2px
}
.popover .notch:before {
	border-bottom:8px solid #fff;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	content:"";
	left:50%;
	margin-left:-8px;
	margin-top:0;
	position:absolute;
	top:1px
}
.popover .notch {
	border-bottom:8px solid rgba(0, 0, 0, 0.2);
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	content:"";
	left:50%;
	margin-left:-8px;
	margin-top:-9px;
	position:absolute;
	top:0
}
.popover ul {
	list-style:none outside none;
	margin:0;
	min-width:180px;
	padding:0
}
.popover ul li {
	line-height:30px;
	border-bottom:1px solid #CCC;
	color:#666;
	font-size:11px
}
.popover ul li:after {
	clear:both
}
.popover ul li:before, .popover ul li:after {
	content:"";
	display:table
}
.popover ul li:before, .popover ul li:after {
	content:"";
	display:table
}
.popover ul li.last {
	border-bottom:0
}
.popover ul li span {
	display:block;
	float:right;
	padding:0 10px
}
.popover ul li .paramname {
	float:left!important;
	color:#aaa
}
.popover ul li a {
	color:#8da550;
	display:block;
	text-decoration:none
}
/* /popover */


.play_logo_hover {
	height: 100%;
	width: 100%;
	opacity:0.5;
	filter: alpha(opacity=50);
	display:block;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.play_logo_hover:hover {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}
.animate-shadow1:hover {
	box-shadow: 0px 0px 5px rgba(64, 214, 212, 0.5);
	-moz-box-shadow: 0px 0px 5px rgba(64, 214, 212, 0.5);
	-webkit-box-shadow: 0px 1px 5px rgba(64, 214, 212, 0.5);
	-o-box-shadow: 0px 1px 5px rgba(64, 214, 212, 0.5);
	-ms-box-shadow: 0px 1px 5px rgba(64, 214, 212, 0.5);
	-kthtml-box-shadow: 0px 1px 5px rgba(64, 214, 212, 0.5);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-kthtml-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.block-socials {
	padding:10px 40px
}
.block-socials .text {
	float:left;
	font-size:16px
}
.block-socials .text a {
	color:#008BBD;
	text-decoration:none
}
.block-socials .social_buttons {
	float:right
}
.btn-google-play-1 {
	background:url(/images/btn-google-play-1.png) 0 50% no-repeat;
	width:127px !important;
	height:43px;
	padding:0px
}
/*----404----------*/

.page-not-found {
	background-image:url(/images/404-bkg.png);
	padding:70px 100px 150px 100px;
	color:#37515B;
	font-size:20px
}
.page-not-found {
	background-repeat:no-repeat;
}
.page-not-found {
	background-position:50% 0;
}
.page-not-found .simply_note_into3 { /*margin:50% auto*/
}
.page-not-found h1 {
	padding:0 0 0 55px;
	line-height:38px;
	font-size:35px
}
.page-not-found .text {
	padding:20px 0
}
.page-not-found .footer {
	border-top:1px solid #DBE1E3;
	padding:20px 0 0 0;
	text-align:center
}
.simply_note_into3 {
	background: #ffffff;
	border:1px solid #DBE1E1;
	padding: 25px;
	margin:0 auto
}
.icon-not-found {
	background-position: 0 -6875px;
}
/* page-name-block */

.page-name-block {
	padding-top:25px;
}
.page-name-block .block-description {
	border-bottom:1px solid #d1e2e3;
	padding-bottom: 40px;
}
.page-name-block .block-description .title-h1 {
	font-size:36px;
	line-height:38px;
	color:#00c8d1;
	font-weight:700;
	text-align:center;
}
/* /page-name-block */


/* suppost block */
.support-content {
	padding-top:50px;
}
.support-content .buttons {
	margin-top:25px;
}
.support-content .right-block {
	width:235px;
}
.support-content .right-block .title-h1 {
	font-size:25px;
	color:#38525b;
	text-align:left;
}
.support-content .right-block .text {
	font-size:16px;
	line-height:24px;
	color:#38525b;
	text-align:left;
}
.support-content .contact-form {
}
.support-content .btn-submit {
	min-width:170px;
}
.block-social {
	padding-top:20px;
}
.block-social ul.social, .block-links ul.links {
	list-style: none outside none;
}
.block-social ul.social li {
	margin-bottom:5px;
	font-size:14px;
	color:#4e6275;
	line-height:35px;
}
.block-social ul.social li a {
	color:#4e6275;
	text-decoration:none;
}
.block-social ul.social li a:hover {
	text-decoration:underline;
}
.block-social ul.social .facebook, .block-social ul.social .twitter, .block-social ul.social .blog {
	display: inline;
	padding:8px 18px;
	margin-right:5px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.block-social ul.social .facebook {
	background-image: url('/images/social/facebook.svg');
}
.block-social ul.social .twitter {
	background-image: url('/images/social/twitter.svg');
}
.block-social ul.social .blog {
	background-image: url('/images/social/blog.svg');
}
.block-links {
	padding-top:30px;
}
.block-links ul.links li {
	margin-bottom:18px;
	font-size:14px;
	line-height:21px;
	color:#4e6275;
	padding-left:80px;
}
.block-links ul.links li strong {
	font-size:16px;
}
.block-links ul.links li a {
	color:#008CBD;
	text-decoration:none;
}
.block-links ul.links li a:hover {
	color:#007199;
	text-decoration: underline;
}
.block-links ul.links li.knowlege {
	background-position: 0 -7279px;
}
.block-links ul.links li.faq {
	background-position: 0 -7402px;
}
/* /suppost block */

/*-----splash icon device-----*/
.splash-device .icon-device {
	width:256px;
	height:256px;
	margin:0 auto;
	background-repeat:no-repeat;
	background-position: 50% 50%;
	-webkit-background-size:256px 256px;
	-moz-background-size:256px 256px;
	background-size:256px 256px;
}
.icon-device.android {
	background-image:url(/images/devices/logo-android.png);
}
.icon-device.ios {
	background-image:url(/images/devices/logo-ios.png);
}
.icon-device.mac {
	background-image:url(/images/devices/logo-mac.png);
}
.icon-device.mtp {
	background-image:url(/images/devices/logo-mtp.png);
}
.icon-device.icloud {
	background-image:url(/images/devices/logo-icloud.png);
}
.icon-device.dropbox {
	background-image:url(/images/devices/logo-dropbox.png);
}
.icon-device.google {
	background-image:url(/images/devices/logo-google.png);
}
.icon-device.mounted {
	background-image:url(/images/devices/logo-mounted.png);
}
.icon-device.outlook {
	background-image:url("/images/devices/logo-outlook.png");
}
.icon-device.officeHome {
	background-image:url("/images/devices/logo-officeHome.png");
}
.icon-device.office360 {
	background-image:url("/images/devices/logo-office360.png");
}
/*----------winmodule----------*/

.winmodule {
	text-align:center;
	margin-top:48px
}
.winmodule a {
	text-decoration:none !important;
	color: #008cbd;
}
.winmodule a:hover {
	text-decoration: underline !important;
	color:#007199;
}
.winmodule .inner {
	background-color:#DDEBED;
	padding:10px;
	text-align:left;
	margin-bottom:10px
}
.winmodule .inner .text {
	background:url(/images/download_logo.png) 0 50% no-repeat;
	padding:8px 0 8px 88px;
	display:table-cell;
	vertical-align:middle;
	line-height:1.7
}
.winmodule .inner .text a {
	font-size:18px
}
/*----------winmodule----------*/

/*------Footer menu------------*/
.footer_menu {
	border-top: 1px solid #d1e2e3;
	padding: 18px 0;
	text-align:center
}
.footer_menu ul {
	margin:0;
	padding:0;
	display:inline-block
}
.footer_menu ul li {
	list-style:none;
	margin:0 30px;
	float:left
}
.footer_menu ul a {
	color: #008cbd;
	text-decoration: none;
}
.footer_menu ul a:hover {
	text-decoration: underline;
}

/*------select device------------*/
#device_selector {
	color: #4B4B4B;
	float: left;
	font-size: 21px;
	line-height: 28px;
	min-width:250px
}
.select-device .controls .logo {
	background-image: url("/images/device_selector_vert.png");
	background-repeat: no-repeat;
	color: #425F6E;
	margin: 0 0 0 8px;
	padding: 0 0 0 30px;
	display: block;
	float: left;
	background-position: 100px 100px;
}
.device-selector-no-logo .select-device .controls .logo{
	padding-left:0px
}
.select-device .controls .android {
	background-position: 0 -40px;
}
.select-device .controls .iphone {
	background-position: 0 -86px;
}
.select-device .controls .macos {
	background-position: 0 -135px;
}
.select-device .controls .google {
	background-position: 0 -180px;
}
.select-device .controls .usb {
	background-position: 0 -230px;
}
.select-device .controls .dropbox {
	background-position: 0 -277px;
}
.select-device .controls .icloud {
	background-position: 0 -320px;
}
.select-device .controls .mtp {
	background-position: 0 -365px;
}
.select-device .controls .outlook {
	background-position: 0 -441px;
}
.select-device .controls .officeHome {
	background-position: 0 -483px;
}
.select-device .controls .office360 {
	background-position: 0 -528px;
}
.go_btn {
	background-color:#f6f6f6;
	border: 1px solid #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius:3px;
	display: inline-block;
	float: left;
	height: 36px;
	line-height:36px;
	margin: 0 0 0 10px;
	text-align: center;
	width: 47px;
	position:absolute
}
.go_btn_disable {
	background-color: #E6E6E6;
	border-color:#E6E6E6;
	background-image: none;
	box-shadow: none;
	cursor: default;
	opacity: 0.75;
	color: #90A0A6!important;
}
.go_btn span.row {
	display: inline;
	background-image: url("/images/device_selector_vert.png");
	background-repeat: no-repeat;
	background-position: 2px -408px;
	padding-left:24px;
}
.jNiceWrapper select {
	border: medium none;
	margin: 0;
	padding: 0;
}
.jNiceWrapper iframe {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.jNiceSelectWrapper {
	cursor: pointer;
	height: 36px;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 3;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius:3px;
	border:1px solid #F5F5F5;
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f6f6f6 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #f2f2f2));
	background: -webkit-linear-gradient(top, #f6f6f6 0%, #f2f2f2 100%);
	background: -o-linear-gradient(top, #f6f6f6 0%, #f2f2f2 100%);
	background: -ms-linear-gradient(top, #f6f6f6 0%, #f2f2f2 100%);
	background: linear-gradient(to bottom, #f6f6f6 0%, #f2f2f2 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#f2f2f2', GradientType=0 );
}
.jNiceSelectWrapper .jNiceSelectText {
	background-image: url("/images/device_selector_vert.png");
	background-position: 100% 2px;
	background-repeat: no-repeat;
	border:none;
	color: #4B4B4B;
	float: none;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	padding: 0 0 0 2px;
	position: absolute;
	z-index: 100;
}
.jNiceSelectWrapper .macos_selector .jNiceSelectText {
	background-image: url("/images/device_selector_vert.png");
	background-position: 100% 2px;
	background-repeat: no-repeat;
}
.jNiceSelectWrapper ul {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-khtml-border-radius: 3px 3px 0 0;
	display: none;
	left: -1px;
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	bottom: 37px!important;
	width: 100%;
	z-index: 100;
}
.jNiceSelectWrapper ul li {
	text-align:left;
}
.jNiceSelectWrapper ul a {
	color: #425F6E;
	display: block;
	font-size: 17px;
	font-weight:500;
	height: 34px;
	line-height: 34px;
	padding: 0;
	text-decoration: none;
	text-shadow: 0 1px #FFFFFF;
}
.jNiceSelectWrapper ul a:hover, .jNiceSelectWrapper ul a.selected {
	background: #EAEAEA;
}
.jNiceFocus {
	border: 1px dotted #666666;
}
.jNiceHidden {
	opacity: 0;
	position: relative;
	z-index: -1;
}
.jNiceWrapper {
	position: relative;
	vertical-align: top;
}
.jNiceWrapper input {
	outline: medium none;
}
.jNiceSelectText span {
	font-size: 18px;
	font-weight: 500;
}
.source_wiki{padding:15px 0 30px 0;line-height:23px;font-size:16px;}
.source_wiki p{
    margin: 0.6em 0 1.2em;
    padding: 0;
}
.source_wiki p strong{font-weight:600; font-family: "Helvetica Neue Bold","Helvetica",Arial,sans-serif;}

.play-new {
    background-color:#292929;
    display: table-row;
    opacity: 0.6; filter: alpha(opacity=60);
    position: absolute;
	width:88px; height:88px;
    left:46.5%;top:32%;left:calc(50% - 44px);top:calc(50% - 44px);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
    -khtml-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
    border-radius: 44px;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    -khtml-border-radius:44px;
}
.play-new:after{
    content:"";
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 35px solid #fff;
    width:0; height:0;
    vertical-align: middle;
    display:block;
    margin:22px auto 0 30px;
 }
.play-new:hover {opacity: 0.9; filter: alpha(opacity=90);}


/* features-hidden-part */
.features-hidden-part{padding-top:55px;padding-bottom:55px;}
.features-hidden-part .title{margin-bottom:10px;color: #00c8d1;float: left;font-size: 24px;line-height: 34px;text-align: left;width: 210px;}
.features-hidden-part .text{margin-bottom:30px;font-size:16px;line-height:28px;color:#303030;}
.features-hidden-part ul.items > li{margin-right:42px;margin-bottom:22px;display: inline-block;float:left; min-height: 120px;text-align: center;}
.features-hidden-part ul.items > li.last {margin-right: 0;}
.features-hidden-part ul.items > li.hidden{display: none;}
.features-hidden-part ul.items > li .box{text-align:center;}
.features-hidden-part .items-area {display: inline-block;float: left;margin-left: 50px;width: 680px;}
.features-hidden-part ul.items {list-style: outside none none;text-align: left;}

.features-hidden-part .box{margin-bottom:15px;}
.features-hidden-part.title-content{display:block; color:#303030;font-size:16px;line-height:24px;}
.features-hidden-part a.link {display:block;color:#303030;text-decoration:none;}
.features-hidden-part a.link:hover{color:#303030;text-decoration:underline;}
.features-hidden-part .show-area{text-align:center;}
.features-hidden-part a.show-more {
    font-size: 16px;text-decoration: none;
    display: inline-block;
    list-style: outside none none;
    text-align: center;
}
.features-hidden-part a.show-more .ifont {margin-left:3px;font-size: 13px;}



/* retina   */

  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
    
 .select-device .iphone {
 background-image: url("/images/devices/small/ios@2x.png")!important;
 background-position: 0 6px;
 -webkit-background-size:24px 24px;
 -moz-background-size:24px 24px;
 background-size:24px 24px;
}
.select-device .android {
 background-image: url("/images/devices/small/andr@2x.png")!important;
 background-position: 0 6px;
 -webkit-background-size:24px 24px;
 -moz-background-size:24px 24px;
 background-size:24px 24px;
}
.select-device .macos {
 background-image: url("/images/devices/small/mac@2x.png")!important;
 background-position: 0 6px;
 -webkit-background-size:24px 24px;
 -moz-background-size:24px 24px;
 background-size:24px 24px;
}
.select-device .google {
 background-image: url("/images/devices/small/gg@2x.png")!important;
 background-position: 0 6px;
 -webkit-background-size:24px 24px;
 -moz-background-size:24px 24px;
 background-size:24px 24px;
}
.select-device .usb {
 background-image: url("/images/devices/small/mount@2x.png")!important;
 background-position: 0 6px;
 -webkit-background-size:24px 24px;
 -moz-background-size:24px 24px;
 background-size:24px 24px;
}
.select-device .dropbox {
 background-image: url("/images/devices/small/db@2x.png")!important;
 background-position: 0 6px;
 -webkit-background-size:24px 24px;
 -moz-background-size:24px 24px;
 background-size:24px 24px;
}
.select-device .icloud {
 background-image: url("/images/devices/small/icl@2x.png")!important;
 background-position: 0 6px;
 -webkit-background-size:24px 24px;
 -moz-background-size:24px 24px;
 background-size:24px 24px;
}
.select-device .mtp {
 background-image: url("/images/devices/small/mtp@2x.png")!important;
 background-position: 0 6px;
 -webkit-background-size:24px 24px;
 -moz-background-size:24px 24px;
 background-size:24px 24px;
}
.select-device .outlook {
 background-image: url("/images/devices/small/outlook@2x.png")!important;
 background-position: 0 6px;
 -webkit-background-size:24px 24px;
 -moz-background-size:24px 24px;
 background-size:24px 24px;
}
.select-device .officeHome {
 background-image: url("/images/devices/small/officeHome@2x.png")!important;
 background-position: 0 6px;
 -webkit-background-size:24px 24px;
 -moz-background-size:24px 24px;
 background-size:24px 24px;
}
.select-device .office360 {
 background-image: url("/images/devices/small/office360@2x.png")!important;
 background-position: 0 6px;
 -webkit-background-size:24px 24px;
 -moz-background-size:24px 24px;
 background-size:24px 24px;
}
.jNiceSelectWrapper .jNiceSelectText , .jNiceSelectWrapper .macos_selector .jNiceSelectText {
 background-image: url("/images/dropDownIcon@2x.png");
 background-position: 95% 12px;
 background-repeat: no-repeat;
 -webkit-background-size:7px 14px;
 -moz-background-size:7px 14px;
 background-size:7px 14px;
}
 .go_btn span.row {
 background-image: url("/images/goArrowIcon@2x.png");
 background-position: 3px 1px;
 background-repeat: no-repeat;
 -webkit-background-size:20px 18px;
 -moz-background-size:20px 18px;
 background-size:20px 18px;
}
}


/* retina */

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-device-pixel-ratio: 2) {
 .icon-device.android {
 background-image:url("/images/devices/logo-android@2x.png");
}
 .icon-device.ios {
 background-image:url("/images/devices/logo-ios@2x.png");
}
 .icon-device.mac {
 background-image:url("/images/devices/logo-mac@2x.png");
}
 .icon-device.mtp {
 background-image:url("/images/devices/logo-mtp@2x.png");
}
 .icon-device.icloud {
 background-image:url("/images/devices/logo-icloud@2x.png");
}
 .icon-device.dropbox {
 background-image:url("/images/devices/logo-dropbox@2x.png");
}
 .icon-device.google {
 background-image:url("/images/devices/logo-google@2x.png");
}
 .icon-device.mounted {
 background-image:url("/images/devices/logo-mounted@2x.png");
}
 .scroll-device.htc {
 background-image: url("/images/landing/devices/htcLandingImage@2x.png");
}
 .splash-landing .mac {
 background-image: url('/images/landing/macBookImage@2x.png');
}
 .icon-device.outlook {
 background-image:url("/images/devices/logo-outlook@2x.png");
}
 .icon-device.officeHome {
 background-image:url("/images/devices/logo-officeHome@2x.png");
}
 .icon-device.office360 {
 background-image:url("/images/devices/logo-office360@2x.png");
}
 .page-not-found {
 -webkit-background-size:610px 400px;
 -moz-background-size:610px 400px;
 background-size:610px 400px;
 background-image:url("/images/404-bkg@2x.png");
}
 .icon-not-found.retina {
 -webkit-background-size:42px 38px;
 -moz-background-size:42px 38px;
 background-size:42px 38px;
 background-image: url("/images/retina/icon-not-found@2x.png");
 background-position: 0 0;
}
 .splash-index-block .block-logo .logo {
 -webkit-background-size:216px 216px;
 -moz-background-size:216px 216px;
 background-size:216px 216px;
 background-image: url("/images/retina/logo@2x.png");
}
 #footer .footer-line-2 .logoEltima, #footer2 .footer-line-2 .logoEltima {
 -webkit-background-size:100px 24px;
 -moz-background-size:100px 24px;
 background-size:100px 24px;
 background-image: url("/images/retina/logoEltima@2x.png");
}
 .splash-plugin-block .right-block {
 -webkit-background-size:550px 330px;
 -moz-background-size:550px 330px;
 background-size:550px 330px;
 background-image: url("/images/splash/plugins/uiOptions@2x.png");
}
 .splash-plugin-block .right-block .iphoto {
 background-image: url("/images/splash/plugins/iphoto@2x.png")!important;
 -webkit-background-size:428px 288px;
 -moz-background-size:428px 288px;
 background-size:428px 288px;
}
 .splash-plugin-block .right-block .auto-sync {
 background-image: url("/images/splash/plugins/auto-sync@2x.png");
 -webkit-background-size:428px 288px;
 -moz-background-size:428px 288px;
 background-size:428px 288px;
}
 .splash-plugin-block .right-block .background-sync {
 background-image: url("/images/splash/plugins/background-sync@2x.png")!important;
 -webkit-background-size:428px 288px;
 -moz-background-size:428px 288px;
 background-size:428px 288px;
}
 .splash-plugin-block .right-block .bookmarks {
 background-image: url("/images/splash/plugins/bookmarks@2x.png")!important;
 -webkit-background-size:428px 288px;
 -moz-background-size:428px 288px;
 background-size:428px 288px;
}
 .splash-plugin-block .right-block .calendar {
 background-image: url("/images/splash/plugins/calendars@2x.png")!important;
 -webkit-background-size:428px 288px;
 -moz-background-size:428px 288px;
 background-size:428px 288px;
}
 .splash-plugin-block .right-block .call-history {
 background-image: url("/images/splash/plugins/call-history@2x.png")!important;
 -webkit-background-size:428px 288px;
 -moz-background-size:428px 288px;
 background-size:428px 288px;
}
 .splash-plugin-block .right-block .contacts {
 background-image: url("/images/splash/plugins/contacts@2x.png")!important;
 -webkit-background-size:428px 288px;
 -moz-background-size:428px 288px;
 background-size:428px 288px;
}
 .splash-plugin-block .right-block .folders {
 background-image: url("/images/splash/plugins/folders@2x.png")!important;
 -webkit-background-size:428px 288px;
 -moz-background-size:428px 288px;
 background-size:428px 288px;
}
 .splash-plugin-block .right-block .itunes-media {
 background-image: url("/images/splash/plugins/itunes@2x.png")!important;
 -webkit-background-size:428px 288px;
 -moz-background-size:428px 288px;
 background-size:428px 288px;
}
 .splash-plugin-block .right-block .mount-device {
 background-image: url("/images/splash/plugins/mount-device@2x.png")!important;
 -webkit-background-size:428px 288px;
 -moz-background-size:428px 288px;
 background-size:428px 288px;
}
 .splash-plugin-block .right-block .sms {
 background-image: url("/images/splash/plugins/sms@2x.png")!important;
 -webkit-background-size:428px 288px;
 -moz-background-size:428px 288px;
 background-size:428px 288px;
}
 .splash-plugin-block .right-block .music {
 background-image: url("/images/splash/plugins/music@2x.png")!important;
 -webkit-background-size:428px 288px;
 -moz-background-size:428px 288px;
 background-size:428px 288px;
}
 .splash-plugin-block .right-block .backup {
 background-image: url("/images/splash/plugins/backup@2x.png")!important;
 -webkit-background-size:428px 288px;
 -moz-background-size:428px 288px;
 background-size:428px 288px;
}
 .index-block-features .feature1 {
 background-image: url("/images/index/features/01@2x.png")!important;
 background-position: 0 0;
 -webkit-background-size:80px 80px;
 -moz-background-size:80px 80px;
 background-size:80px 80px;
}
 .index-block-features .feature2 {
 background-image: url("/images/index/features/03@2x.png")!important;
 background-position: 0 0;
 -webkit-background-size:80px 80px;
 -moz-background-size:80px 80px;
 background-size:80px 80px;
}
 .index-block-features .feature3 {
 background-image: url("/images/index/features/05@2x.png")!important;
 background-position: 0 0;
 -webkit-background-size:80px 80px;
 -moz-background-size:80px 80px;
 background-size:80px 80px;
}
 .index-block-features .feature4 {
 background-image: url("/images/index/features/02@2x.png")!important;
 background-position: 0 0;
 -webkit-background-size:80px 80px;
 -moz-background-size:80px 80px;
 background-size:80px 80px;
}
 .index-block-features .feature5 {
 background-image: url("/images/index/features/04@2x.png")!important;
 background-position: 0 0;
 -webkit-background-size:80px 80px;
 -moz-background-size:80px 80px;
 background-size:80px 80px;
}
 .index-block-features .feature6 {
 background-image: url("/images/index/features/06@2x.png")!important;
 background-position: 0 0;
 -webkit-background-size:80px 80px;
 -moz-background-size:80px 80px;
 background-size:80px 80px;
}
 .device-block-buttons .block-image .icon-src {
 -webkit-background-size:270px 166px;
 -moz-background-size:270px 166px;
 background-size:270px 166px;
}
 .block-image .android {
background-image:url("/images/splash/android@2x.png")
}
 .block-image .ios {
background-image:url("/images/splash/ios@2x.png")
}
 .block-image .mac {
background-image:url("/images/splash/mac@2x.png")
}
 .block-image .google {
background-image:url("/images/splash/google@2x.png")
}
 .block-image .icloud {
background-image:url("/images/splash/icloud@2x.png")
}
 .block-image .dropbox {
background-image:url("/images/splash/dropbox@2x.png")
}
 .block-image .mtp {
background-image:url("/images/splash/mtp@2x.png")
}
 .block-image .outlook {
background-image:url("/images/splash/outlook@2x.png")
}
 .block-image .officeHome {
background-image:url("/images/splash/officeHome@2x.png")
}
 .block-image .office360 {
background-image:url("/images/splash/office360@2x.png")
}
 .splash-plugin-block .src.calendar {
 background-image:url('/images/splash/plugins/calendars@2x.png');
}
 .splash-plugin-block .src.contacts {
 background-image:url('/images/splash/plugins/contacts@2x.png');
}
 .splash-plugin-block .src.folders {
 background-image:url('/images/splash/plugins/folders@2x.png');
}
 .splash-plugin-block .src.background-sync {
 background-image:url('/images/splash/plugins/bgsync@2x.png');
}
 .splash-plugin-block .src.auto-sync {
 background-image:url('/images/splash/plugins/autosync@2x.png');
}
 .splash-plugin-block .src.mount-device {
 background-image:url('/images/splash/plugins/mount-device@2x.png');
}
 .splash-plugin-block .src.sms {
 background-image:url('/images/splash/plugins/sms@2x.png');
}
 .splash-plugin-block .src.call-history {
 background-image:url('/images/splash/plugins/call-history@2x.png');
}
 .splash-plugin-block .src.bookmarks {
 background-image:url('/images/splash/plugins/bookmarks@2x.png');
}
 .splash-plugin-block .src.iphoto {
 background-image:url('/images/splash/plugins/iphoto@2x.png');
}
 .splash-plugin-block .src.music {
 background-image:url('/images/splash/plugins/music@2x.png');
}
 .splash-plugin-block .src.backup {
 background-image:url('/images/splash/plugins/backup@2x.png');
}
 .connections .icon-src {
 background-size: 44px 44px;
 -moz-background-size: 44px 44px;
 -webkit-background-size: 44px 44px;
}
 .connections .icon-src.wifi {
background-image:url("/images/connections/wifi@2x.png");
background-position:50% 90%
}
.connections .icon-src.wifibig {
background-image:url("/images/connections/wifibig@2x.png");
background-position:50% 90%;
 background-size: 64px 64px;
 -moz-background-size: 64px 64px;
 -webkit-background-size:64px 64px;
}
.connections .icon-src.usb {
 background-image:url("/images/connections/usb@2x.png");
background-position:50% 0%;
 background-size: 24px 110px;
 -moz-background-size: 424px 110px;
 -webkit-background-size: 24px 110px;
}
.connections .icon-src.bluetooth {
background-image:url("/images/connections/bt@2x.png");
background-position:50% 90%
}
.connections .icon-src.ethernet {
background-image:url("/images/connections/ethernet@2x.png");
background-position:50% 100%
}
 .simply_theres_more .icon-more {
 background-image: url("/images/lenta/more@2x.png");
 background-size:153px 150px;
 -moz-background-size:153px 150px;
 -webkit-background-size:153px 150px;
}
 .simply_requires {
 background-image: url("/images/logo-white@2x.png");
 background-position: 0 0;
 background-repeat: no-repeat;
 background-size:97px 102px;
 -moz-background-size:97px 102px;
 -webkit-background-size:97px 102px;
}
.block-links ul.links li.knowlege {
 background-image: url("/images/base@2x.png");
 background-position: 2px 0;
 background-repeat: no-repeat;
 background-size:64px 64px;
 -moz-background-size:64px 64px;
 -webkit-background-size:64px 64px;
}
.block-links ul.links li.faq {
 background-image: url("/images/faq@2x.png");
 background-position: 2px 0;
 background-repeat: no-repeat;
 background-size:64px 64px;
 -moz-background-size:64px 64px;
 -webkit-background-size:64px 64px;
}
.old-device-content ul.connections .wifi {
 background-image: url("/images/oldConnectionWifi@2x.png");
 background-position: 0 0;
 background-repeat: no-repeat;
 background-size:36px 36px;
 -moz-background-size:36px 36px;
 -webkit-background-size:36px 36px;
}
.old-device-content ul.connections .bluetooth {
 background-image: url("/images/oldConnectionBt@2x.png");
 background-position: 0 0;
 background-repeat: no-repeat;
 background-size:36px 36px;
 -moz-background-size:36px 36px;
 -webkit-background-size:36px 36px;
}
.old-device-content ul.connections .usb {
 background-image: url("/images/oldConnectionUsb@2x.png");
 background-position: 0 0;
 background-repeat: no-repeat;
 background-size:36px 36px;
 -moz-background-size:36px 36px;
 -webkit-background-size:36px 36px;
}
.microsoft_icon{
 background-image:url("/images/banners/bannerMicrosoftIcon@2x.png");
 background-position: 0 0;
 background-repeat: no-repeat;
 background-size:44px 44px;
 -moz-background-size:44px 44px;
 -webkit-background-size:44px 44px;
}

}
