html,
button,
input,
select,
textarea {
    color: #222;
}
html {
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
img,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

body {
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #3c3c3c;
	background: #fff;
}
h1, h2, h3 {
	margin: 0 0 20px 0;
	font-weight: normal;
	color: #a763a6;
}
h1 {
	font-size: 24px;

}
h2 {
	font-size: 22px;

}
h3 {
	font-size: 20px;

}
p {

}
a {
	color: #1790D7;
}
a:hover {
	color: #0072B5;
	text-decoration: none;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.btn {
	display: inline-block;
	padding: 6px 15px 6px 15px;
	background: #f2f2f2;
	border: none;
	outline: none;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	line-height: 1.42857143;
	white-space: nowrap;
	vertical-align: middle;
	color: #485735;
	text-transform: uppercase;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	cursor: pointer;
}
.btn:hover {
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	-o-transition: background 0.2s;
	-ms-transition: background 0.2s;
	transition: background 0.2s;
	-webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
	color: inset 0 0 20px rgba(0, 0, 0, 0.2);
}
.btn:active {
	text-decoration: none;
	background: #000;
	-webkit-box-shadow: inset 0 0px 20px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0 0px 20px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 0px 20px rgba(0, 0, 0, 0.4);
	color: inset 0 0px 20px rgba(0, 0, 0, 0.4);
}
.btn.btn-default {
	border: 1px solid #d2d2d2;
	background: transparent;
	padding: 7px 15px 8px 15px;
}
.btn.btn-default:hover {
	color: #485735;
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
}
.btn.btn-default:active {
	text-decoration: none;
	-webkit-box-shadow: inset 0 0px 20px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0 0px 20px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 0px 20px rgba(0, 0, 0, 0.4);
	color: inset 0 0px 20px rgba(0, 0, 0, 0.4);
}
.btn.btn-green {
	background: #76B83B;
	color: #fff;
}
.btn.btn-red {
	background: #d05525;
	color: #fff;
}
.btn.btn-blue {
	background: #00A2DD;
	color: #fff;
}
.btn.btn-orange {
	background: #f9b635;
	color: #fff;
}
.btn.btn-blueDark {
	background: #1168b6;
	color: #fff;
}
.btn.btn-gray {
	background: #f4f4f4;
	color: #6b6b6b;
	border: 1px solid #dedede;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.wrapper {
	width: 100%;
	overflow: hidden;
}

.container {
	width: 960px;
	margin: 0 auto;
}
.header {
	position: relative;
	width: 100%;
	background: url('/image/design/header-bg.png') repeat-x 0 0;
}
.logo {
	float: left;
	width: 305px;
	height: 70px;
	margin: 10px 0;
	background: url('/image/design/logo.png') no-repeat 0 0;
}
.logo a {
	display: block;
	width: 305px;
	height: 70px;
}
.menu {
	float: right;
	margin: 22px 0 0 0;
}
.menu ul {
	float: right;
	padding: 0;
	list-style: none;
	margin: 0;
	border-radius: 6px;
}
.menu  ul li {
	float: left;

}
.menu  ul li a {
	display: block;
	padding: 9px 16px 11px 16px;
	text-decoration: none;
	color: #ccc0d6;
	font-size: 16px;
}
.menu  ul li:hover {

}
.menu  ul li.active {

}
.menu  ul li.active a {
	color: #fff;
}

.download-btn {
	position: relative;
	font-family: 'Arial';
	color: #fff;
	font-size: 32px;
	text-shadow: 0 4px 5px rgba(0,0,0,0.4);
	display: block;
	background: #E04E4E;
	border-radius: 5px;
	text-decoration: none;
	padding: 2px 30px 7px 43px;
	-webkit-transition: all .4s ease;
       -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
         -o-transition: all .4s ease;
            transition: all .4s ease;
}
.download-btn p {
	font-size: 14px;
	margin: 0;
}
.download-btn:hover {
	color: #fff;
	background: #E62C2C;
}
.download-btn:active {
	box-shadow: inset 0 2px 3px rgba(0,0,0,0.3);
}
.download-btn span {
	position: absolute;
	right: 10px;
	top: 11px;
	display: block;
	width: 58px;
	height: 58px;
	background: url('/image/design/arrow.png') no-repeat 0 0;
}
.desc {
	float: left;
	width: 310px;
	padding-top: 47px;
}
.desc ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.desc ul li {
	font-size: 18px;
	border-bottom: 3px solid #da6d6d;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.ver {
	color: #888888;
	text-align: center;
	font-size: 12px;
}
.slider {
	background: url('/image/design/bg.png') repeat-x 0 bottom;
}
.slider .t-h1 {
	display: block;
	color: #a763a6;
	font-size: 36px;
	text-align: center;
	margin: 20px 0;
}
.slider h1 {
    color: #a763a6;
	font-size: 36px;
	text-align: center;
	margin: 20px 0 0 0;
}
.slider p.sub-h1 {
    color: #a763a6;
    text-align: center;
    margin: 5px 0 30px 0;
}
.slider-box {
	float: left;
	width: 625px;
	height: 540px;
	margin-right: 25px;
}
.slider-switch {
	text-align: center;
}
.slider-switch ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.slider-switch ul li {
	cursor: pointer;
	float: left;
	background: #efefef;
	color: #0879c1;

}
.slider-switch ul li a {
	display: block;
	padding: 15px 20px;
    text-decoration: none;
}
.slider-switch ul li.active a {
	background: #1163b0;
	color: #fff;
}
.slider-switch ul li a span {
    border-bottom: 1px dashed #1790D7;
}
.slider-switch ul li a:hover span {
    border-bottom: 1px dashed #0072B5;
}
.slider-switch ul li.active a span {
    border-bottom: 1px dashed #fff;
}
.screens-item {
	width: 548px;
	height: 348px;
	overflow: hidden;
	margin: 0 0 0 38px;
	padding-top: 39px;
}
.screens-item ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 5000px;
	height: 309px;
}
.screens-item li {
	float: left;
	list-style: none;
	width: 548px;
	height: 309px;
}


.scrn-slider-nav {
	margin: 0 auto;
	text-align: center;
}
.scrn-slider-nav ul {
	display: inline-block;
	width: auto;
	height: auto;
	list-style: none;
	margin: 60px 0 0 0;
	padding: 0;
}
.scrn-slider-nav ul li {
	float: left;
	background: none;
	width: 20px;
	height: 20px;
	margin-right: 4px;
	padding: 0;
}
.scrn-slider-nav ul li:last-child {
	margin: 0;
}

.scrn-slider-nav ul li a {
	display: block;
	width: 19px;
	height: 19px;
	background: #fff;
	border-radius: 50%;
}
.scrn-slider-nav ul li.current a {
	background: #a1a1a1;
	border: 2px solid #fff;
}
.tablet {
	height: 487px;
	background: url('/image/design/bg-slider.png') no-repeat 0 0;
}
.computer {
	height: 487px;
	background: url('/image/design/bg-slider2.png') no-repeat 0 0;
}
.computer .screens-item {
	margin: 0 0 0 22px;
	width: 582px;
    height: 363px;
	padding-top: 19px;
}
.computer .screens-item li {
	width: 582px;
    height: 344px;
}
.computer .scrn-slider-nav ul {
	margin: 45px 0 0 0;
}

.grass {
	width: 100%;
	height: 172px;
	position: relative;
	z-index: 2;
	background: url('/image/design/grass.png') repeat-x 0 0;
}
.grass .container {
	position: relative;
	z-index: 3;
	padding-top: 96px;
}
.grass .container h2 {
	color: #fff;
	font-size: 30px;
	text-align: center;
	padding-top: 22px;
    margin: 0 0 0 0;
	text-shadow: 0 4px 5px rgba(0,0,0,0.4);
}
.title-line {
	position: relative;
	margin-top: -35px;
}
.title-bg {
	top: 35px;
	width: 100%;
	height: 100px;
	position: absolute;
	background: #e0e0e0;
}
.wood {
	top:0;
	position: absolute;
	width: 100%;
	padding-top: 240px;
	background: url('/image/design/wood.png') repeat-x 0 bottom;
}
.content-body {
	margin-top: 30px;
}
.news-box {
	background: #F1F1F1;
	padding: 15px 20px;
}
.news span {
	display: block;
	margin-bottom: 5px;
}

.support label b {
	color: #CA0000;
}
.support label {
	font-weight: bold;
	margin-bottom: 7px;
}
.support input[type="text"], .support input[type="password"], .support textarea {
	outline: none;
	width: 270px;
	padding: 4px 5px;
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.support input[type="text"]:focus, .support input[type="password"]:focus, .support textarea:focus {
	border: 1px solid #949494;
	box-shadow: inset 0 1px 2px 0px rgba(133, 133, 133, 0.4);
	-moz-box-shadow: inset 0 1px 2px 0px rgba(133, 133, 133, 0.4);
	-webkit-box-shadow: inset 0 1px 2px 0px rgba(133, 133, 133, 0.4);
}
.support textarea {
	width: 100%;
	resize: vertical;
}
.footer {
	width: 100%;
	margin-bottom: 20px;
}
.footer .container {
	padding-top: 0px;
}
.footer .border {
    width: 100%;
    /*height: 1px;*/
    border-top: 1px solid #E1EDEC;
    padding: 10px;
}
.copyright {
	float: left;
	font-size: 12px;
}
.copyright a {

}
.counters {
	float: right;
	padding: 5px 0 0 0
}
.counters .counter {
	float: left;
	width: 88px;
	height: 31px;
	background: #CCC;
	margin: 0 0 0 10px;
}
.merge_2 {
    font-size: 13px;
    color: black;
    background-color: #F4F4F4;
    padding: 12px;
    line-height: 1.3;
    border-radius: 7px 7px 7px 7px;
    border: 1px solid #DEDEDE;
}
.dwn-box {
    padding: 30px 0;
    background: #ececec;
    text-align: center;
    margin: 0;
}
.download-btn {
    display: inline-block;
    vertical-align: middle;
    width: 350px;
    margin: 0 40px 0 0;
    text-align: left;
}
.dwn-box .ver {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 40px;
}
.main-screen-1 {
    position: relative;
    height: 455px;
    background: url('/image/design/main-screen-1.png') no-repeat center center;
}
.abiword-text {
    position: absolute;
    width: 225px;
    top: 130px;
}
.abiword-text span {
    font-size: 24px;
    font-weight: bold;
    color: #0c5fb2;
}
.abiword-text p {
    font-size: 16px;
}
.gnumeric-text {
    position: absolute;
    right: 0;
    top: 245px;
    width: 225px;
}
.gnumeric-text span {
    font-size: 24px;
    font-weight: bold;
    color: #28891b;
}
.gnumeric-text p {
    font-size: 16px;
}
.main-screen-2 {
    background: #0a2c3d;
    padding: 40px;
    text-align: center;
}
.main-screen-2 img {
    vertical-align: bottom;
    margin: 0 10px 20px 10px;
}
.main-screen-2 h3 {
    font-size: 36px;
    color: #fff;
}
.main-screen-2 p {
    text-align: left;
    color: #fff;
}
.main-screen-3 {
    padding: 40px 0 20px 0;
}
.main-screen-3 h2 {
    font-size: 36px;
    color: #333333;
    text-align: center;
}
.free div {
    background: #e0f9fd;
    border-radius: 6px;
    text-align: center;
    padding: 40px 0;
}
.main-screen-4 {
    padding: 40px 0 92px 0;
    margin-bottom: -60px;
    background: url('/image/design/main-laptop-screen.jpg') no-repeat 883px top;
}
.main-screen-4 h2 {
    font-size: 36px;
    color: #333333;
}
.main-screen-4 .col-l {
    width: 575px;
}
.popup-gallery img {
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.buy-box {
    background: #f1f1f1;
    padding: 20px;
    margin: 40px 0 40px 0;
}
.buy-box table {
    width: 100%;
}
.buy-box table tr th {
    font-size: 16px;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
}
.buy-box table tr td {
    padding: 20px 0;
}
.buy-box table tr td img {
    width: 50px;
    margin: 0 15px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.product-title span {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
.product-title span b {
    font-size: 12px;
    color: #464646;
}
.buy-box table tr td select {
    width: 100%;
    padding: 6px 12px 6px 12px;
}
.buy-box table tr td.text-right {
    border-top: 1px solid #e2e2e2;
}
.f-table {
    width: 100%;
}
.f-table tr td {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 1440px) {
    .main-screen-4 {
        background: url('/image/design/main-screen-4.jpg') no-repeat 600px top;
    }
}
@media (max-width: 1024px) {
    .main-screen-4 {
        background: url('/image/design/main-screen-4.jpg') no-repeat 380px top;
    }
}
@media (max-width: 1280px) {
    .main-screen-4 {
        background: url('/image/design/main-screen-4.jpg') no-repeat 380px top;
    }
}
