﻿@font-face {
	font-family: 'laoui';
	src: url('../fonts/laoui.eot');
	src: url('../fonts/laoui.eot') format('embedded-opentype'), url('../fonts/laoui.woff2') format('woff2'), url('../fonts/laoui.woff') format('woff'), url('../fonts/laoui.ttf') format('truetype'), url('../fonts/laoui.svg#laoui') format('svg');
}
body {
	font-family: 'laoui', Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #2f2f2f;
}
strong {
	font-weight: 600;
}
a {
	color: #0087ff;
	transition: 0.5s ease;
	outline: 0 !important;
}
a:hover, a:active, a:focus {
	color: #2c3e50;
	text-decoration: none !important;
}
hr {
	border-top: 1px solid #3d4d5e;
}
::selection {
	text-shadow: none;
	background: #0078d7;
	color: #fff;
}
::-moz-selection {
 text-shadow:none;
 background:#0078d7;
 color:#fff;
}
.img-responsive {
	display: inline-block !important
}
.panel {
	border-radius: 0px;
}
.panel .panel-heading {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.padding-10 {
	padding: 10px;
}
.padding-15 {
	padding: 15px;
}
.padding-20 {
	padding: 20px;
}
.padding-top-5 {
	padding-top: 5px;
}
.padding-top-10 {
	padding-top: 10px;
}
.padding-top-15 {
	padding-top: 15px;
}
.padding-top-20 {
	padding-top: 20px;
}
.padding-top-25 {
	padding-top: 25px;
}
.padding-top-30 {
	padding-top: 30px;
}
.padding-top-40 {
	padding-top: 40px;
}
.padding-top-50 {
	padding-top: 50px;
}
.padding-top-60 {
	padding-top: 60px;
}
.padding-btm-5 {
	padding-bottom: 5px;
}
.padding-btm-10 {
	padding-bottom: 10px;
}
.padding-btm-20 {
	padding-bottom: 20px;
}
.padding-btm-30 {
	padding-bottom: 30px;
}
.padding-btm-40 {
	padding-bottom: 40px;
}
.padding-btm-50 {
	padding-bottom: 50px;
}
.padding-btm-60 {
	padding-bottom: 60px;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-30 {
	margin-top: 30px;
}
.padding-left-btm {
	padding-left: 0px;
	padding-bottom: 0px;
}
.padding-left-20 {
	padding-left: 20px;
}
.padding-left-0 {
	padding-left: 0px;
}
.margin-btm-30 {
	margin-bottom: 30px;
}
.margin-btm-20 {
	margin-bottom: 20px;
}
.margin-btm-10 {
	margin-bottom: 10px;
}
.weight-100 {
	font-weight: 100;
}
.weight-300 {
	font-weight: 300;
}
.weight-600 {
	font-weight: 600;
}
.icon-size-20 {
	font-size: 20px;
}
.icon-size-30 {
	font-size: 30px;
}
.icon-size-50 {
	font-size: 50px;
}
.p-lg {
	font-size: 24px;
	line-height: 28px;
	color: #000;
	font-weight: 600;
}
.p-sm {
	font-size: 16px;
	line-height: 22px;
}
.p-xs {
	font-size: 14px;
	line-height: 18px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #1c1d28;
}
h1, .h1 {
	font-size: 48px;
	line-height: 60px;
}
h2, .h2 {
	font-size: 36px;
	line-height: 48px;
}
h3, .h3 {
	font-size: 30px;
	line-height: 40px;
}
h4, .h4 {
	font-size: 22px;
	line-height: 38px;
}
h5, .h5 {
	font-size: 20px;
	line-height: 28px;
}
h6, .h6 {
	font-size: 16px;
	line-height: 24px;
}

@media (max-width:991px) {
h1, .h1 {
	font-size: 36px;
	line-height: 48px;
}
h2, .h2 {
	font-size: 32px;
	line-height: 40px;
}
h3, .h3 {
	font-size: 30px;
	line-height: 34px;
}
h4, .h4 {
	font-size: 22px;
	line-height: 30px;
}
}

@media (max-width:600px) {
h1, .h1 {
	font-size: 34px;
	line-height: 38px;
}
h2, .h2 {
	font-size: 30px;
	line-height: 38px;
}
}
/*============================================*/

.text-white {
	color: #fff;
}
.text-red {
	color: #fd5b2c;
}
.text-blue {
	color: #0078d7;
}
.text-blue-light {
	color: #7ebee8;
}
.text-blue-sky {
	color: #3498db
}
.text-purple {
	color: #b455b6;
}
.text-orange {
	color: #f38a01;
}
.text-gray {
	color: #808080;
}
.text-grey-dark {
	color: #393838
}
.text-info {
	color: #0b789f;
}
.container-grey {
	background: #ecf0f1;
}
.container-blue {
	background-color: #0289ff;
}
.container-blue-light {
	background-color: #cce2f9;
}
.bg-white {
	background-color: #fff;
}
.bg-round {
	border-radius: 50%;
	border: 1px solid #000;
	height: 200px;
	width: 200px;
	display: inline-block;
}
.bg-offer {
	background-color: #de2f2f;
	height: 450px;
	width: 100%;
}
.border-btm-blue-3 {
	border-bottom: 3px solid #0087ff;
}
.media-left, .media > .pull-left {
	padding-right:20px;
}
/*====================================*/
.navbar {
	min-height: auto;
	margin-bottom: 0;
	border: 0px;
	border-radius: 0;
}
.navbar-brand {
	padding: 0;
}

@media (min-width:992px) {
.navbar-brand {
	position: relative;
	top: -15px;
}
}
#navbar-top .navbar-nav > li > a {
	padding-bottom: 5px;
	padding-top: 10px;
	font-size: 14px;
}
#navbar-top .navbar-right {
	margin-right: 20px;
}
#navbar-top .input-group {
	background-color: transparent !important;
	border-collapse: separate;
	border-color: #737373;
	display: table;
	margin-left: 18px;
	position: relative;
	padding-top: 5px;
}
#navbar-top .form-control {
	background-color: #071c33;
	border: 1px solid #5d6d7e;
	color: #9d9d9d;
}
#navbar-top .btn {
	padding: 4px;
}
.navbar-inverse {
	background-color: #071c33;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	background-color: transparent;
	color: #ffae00;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
	background-color: transparent;
	color: #ffae00;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
	background-color: transparent;
	color: #ffae00;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #03101e;
}

@media (max-width:991px) {
.navbar-inverse .navbar-nav > li > a {
	font-size: 16px;
	margin-top: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 0px;
	margin-left: 0px;
}
.navbar-inverse .navbar-nav > li > a {
	padding-top: 11px;
	padding-bottom: 11px;
	border-bottom: solid 1px #233140;
}
}
.navbar-inverse .nav > li.dropdown.open {
	position: static;
}
.navbar-inverse .nav > li.dropdown.open .dropdown-menu {
	display: table;
	width: 100%;
	text-align: center;
	left: 0;
	right: 0;
}
.navbar-inverse .dropdown-menu > p {
	font-size: 17px;
	margin-bottom: 0;
	padding-left: 10px;
}
.navbar-inverse .dropdown-menu > li > a {
	clear: both;
	color: #333;
	display: block;
	font-weight: 400;
	line-height: 1.42857;
	padding: 6px 56px;
	white-space: nowrap;
}
.navbar-inverse .dropdown1 .dropdown-menu {
	left: -315px;
	min-width: 753px;
	padding-bottom: 0px;
}

@media (max-width:768px) {
.navbar-inverse .dropdown1 .dropdown-menu {
	left: -315px;
	min-width: auto;
	padding-bottom: 0px;
}
.navbar-inverse .h5, .navbar-inverse .h6 {
	color: #9d9d9d !important;
}
}
.navbar-toggle .icon-bar {
	width: 20px;
	height: 2px;
	border-radius: 1px;
}
.navbar-toggle .icon-bar:nth-of-type(2) {
	top: 1px;
}
.navbar-toggle .icon-bar:nth-of-type(3) {
	top: 2px;
}
.navbar-toggle .icon-bar {
	background: #fff;
	position: relative;
	transition: all 200ms ease-in-out;
}
.navbar-toggle.active .icon-bar:nth-of-type(1) {
	top: 7px;
	transform: rotate(45deg);
	background-color: #fff;
}
.navbar-toggle.active .icon-bar:nth-of-type(2) {
	background-color: transparent;
}
.navbar-toggle.active .icon-bar:nth-of-type(3) {
	top: -5px;
	transform: rotate(-45deg);
	background-color: #fff;
}
ul.list-circle {
	list-style: outside none none;
	margin: 0;
	padding-left: 23px;
}
ul.list-circle li {
	font-size: 16px;
	line-height: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
}
ul.list-circle li a {
	color: #2f2f2f;
	transition-timing-function: linear;
	transition-delay: 0s;
	transition: width 0s;
}
ul.list-circle li::before {
	color: #0087ff;
	content: "• ";
	font-size: 16px;
	font-weight: bolder;
	margin-left: -21px;
	margin-right: 10px;
	line-height: 24px;
}

@media (max-width:991px) {
ul.list-circle li a {
	color: #d9d9d9;
}
}
.buy-link {
	background: #ff9269 none repeat scroll 0 0;
	color: #fff !important;
	font-size: 11px;
	margin-left: 7px;
	padding: 5px;
	visibility: hidden;
	transition-delay: 0s;
}
.download-link {
	background: #0087ff none repeat scroll 0 0;
	color: #fff !important;
	font-size: 11px;
	margin-left: 7px;
	padding: 5px;
	visibility: hidden;
	transition-delay: 0s;
}

@media (max-width: 768px) {
.buy-link {
	visibility: visible !important;
}
.download-link {
	visibility: visible!important;
}
}
.banner {
	position: relative;
}
@media (min-width:768px) {

.banner .slide1 {
	background-image: url(../imgs/slider1.jpg);
	background-repeat: no-repeat;
	width: 100% !important;
	webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	z-index: 1;
}
.banner .slide2 {
	background-image: url(../imgs/slider2.jpg);
	background-repeat: no-repeat;
	width: 100% !important;
	webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	z-index: 1;
}
.banner .slide3 {
	background-image: url(../imgs/slider3.jpg);
	background-repeat: no-repeat;
	width: 100% !important;
	webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	z-index: 1;
}
}
@media (max-width:767px){
.banner .slide1 {
	background-color:#0066cc;
	width: 100% !important;
	z-index: 1;
}
.banner .slide2 {
	background-color:#0066cc;
	width: 100% !important;
	z-index: 1;
}
.banner .slide3 {
	background-image: url(../imgs/slider3.jpg);
	background-repeat: no-repeat;
	width: 100% !important;
	webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	z-index: 1;
}
}
.banner .owl-theme .owl-controls {
	margin-top: -35px;
	position: relative;
	text-align: center;
}
.banner .customNavigation {
	position: relative;
	text-align: center;
}
.banner .customNavigation a {
	-moz-user-select: none;
	cursor: pointer;
}
.banner .customNavigation .prev {
	left: 5px;
	margin-top: -300px;
	position: absolute;
	top: 50%;
	z-index: 0;
	color: #c5c5c5;
	font-size: 60px;
}
.banner .customNavigation .next {
	margin-top: -300px;
	position: absolute;
	right: 5px;
	top: 50%;
	z-index: 0;
	color: #c5c5c5;
	font-size: 60px;
}
.banner .button-box {
	position: relative;
}
.banner .button-box .box {
	background-image: url(../imgs/bg-trans.png);
	color: #333;
	left: 0;
	padding: 96px 0 0;
	position: absolute;
	text-align: center;
	top: -16px;
	width: 100%;
	height: 180px;
	background-size: cover;
}
.banner .button-box .box1 {
	display: none;
}
.banner .button-box .box2 {
	display: none;
}
.banner a.free-trial {
	color: #fff;
}
.banner a.free-trial:hover {
	color: #f38a01;
}
.banner .icon-top1 {
	left: 30%;
	position: absolute;
	top: 89px;
	font-size: 30px;
}
.banner .icon-top2 {
	left: 55%;
	position: absolute;
	top: 89px;
	font-size: 30px;
}
.banner .icon-text {
	font-size: 16px;
	font-weight: 300;
}

@media (max-width: 992px) and (min-width:768px) {
.banner .btn-orange, .banner .btn-mac {
	background-color: #f38a01;
	padding: 9px 12px;
	color: #fff;
	font-size: 16px;
	position: relative;
	text-decoration: none;
	z-index: 3;
	border-radius: 0px;
}
.banner .icon-top1 {
	left: 31px;
	position: absolute;
	top: 89px;
	font-size: 30px;
}
.banner .icon-top2 {
	left: 110px;
	position: absolute;
	top: 89px;
	font-size: 30px;
}
}
.banner .btn-win {
	background-color: #f38a01;
	padding: 10px 35px;
	color: #fff;
	font-size: 18px;
	position: relative;
	text-decoration: none;
	z-index: 3;
	border-radius: 0px;
}
.banner .btn-win:hover {
	color: #fff;
}
.banner .btn-mac {
	background-color: #fff;
	padding: 10px 35px;
	color: #0078d7;
	font-size: 18px;
	position: relative;
	text-decoration: none;
	z-index: 3;
	border-radius: 0px;
}
.banner .btn-mac:hover {
	background-color: #f38a01;
	color: #fff;
}

@media (max-width:767px) {
.banner .btn-win {
	width: 100%;
	display: block;
}
.banner .btn-mac {
	width: 100%;
	display: block;
}
}
.btn-trial {
	background-color: #06bd06;
	padding: 15px 30px;
	margin: 0px 10px 10px 0px;
	color: #fff;
	font-size: 26px;
	position: relative;
	text-decoration: none;
	border-radius: 0px;
}
.btn-trial:hover {
	background-color: #090;
}
.btn-download {
	padding: 5px 8px;
	color: #fff;
	background-color: #0078d7;
	font-size: 18px;
	border-radius: 0px;
	margin-top: 20px;
}
.btn-download:hover {
	color: #fff;
}
.btn-border-blue {
	padding: 5px 8px;
	color: #0078d7;
	background-color: #ffffff;
	font-size: 18px;
	border-radius: 0px;
	border: 1px solid #0078d7;
	margin-top: 20px;
}
.btn-border-blue:hover {
	color: #0078d7;
}
.btn-get-now {
	background-color: #0087ff;
	color: #fff;
	text-align: center;
	z-index: 2;
	padding: 10px 15px;
	border-radius: 0px;
}
.btn-get-now:hover {
	color: #ffffff;
}
.btn-orange {
	background-color: #f38a01;
	color: #fff;
	padding: 10px;
	position: relative;
	text-decoration: none;
	z-index: 3;
	border-radius: 0px;
}
.btn-orange:hover {
	color: #fff;
}

@media (max-width:767px) {
.btn-orange, .btn-get-now {
	width: 100%;
	display: block;
}
}
.bg-banner {
	background-image: url(../imgs/banner1.png);
	width: 100%;
	height: 70px;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
.bg-banner .icon-cross-custom {
	color: #ffffff;
	font-size: 22px;
	left: 82%;
	position: absolute;
	right: 0;
	top: 20px;
}
.bg-choose {
	background-image: url(../imgs/bg-choose.jpg);
	background-repeat: no-repeat;
	width: 100% !important;
	webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	z-index: 1;
	background-position: center top;
}
.bg-purchase {
	background-image: url(../imgs/purchase-banner.jpg);
	background-repeat: no-repeat;
	width: 100% !important;
	webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.texture {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.bg-parallax {
	position:relative;
	background-image: url(../imgs/silverton-tower.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 100% !important;
	webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.bg-product-category {
	background-image: url(../imgs/bg-purchase.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}
.table>thead>tr>th{padding-top:15px;padding-bottom:15px;vertical-align:bottom;border-bottom:1px solid #ddd;}
@media (max-width:767px){.free-download-td{width:60px;}
table{font-size:12px !important;line-height:13px !important;}
}
#client-say {
	position: relative;
}
#client-say .item {
	margin: 10px;
	color: #514f4f;
	font-size: 20px;
	line-height: 38px;
	font-weight: 400;
}
#client-say .customNavigation {
	position: relative;
	text-align: center;
}
#client-say .customNavigation a {
	-moz-user-select: none;
	cursor: pointer;
}
#client-say .customNavigation .prev {
	left: -83px;
	margin-top: -205px;
	position: absolute;
	top: 50%;
	z-index: 0;
	color: #cecece;
	font-size: 60px;
}
#client-say .customNavigation .next {
	margin-top: -205px;
	position: absolute;
	right: -83px;
	top: 50%;
	z-index: 0;
	color: #cecece;
	font-size: 60px;
}

@media (max-width:768px) {
#client-say .customNavigation .prev {
	left: 0px;
}
#client-say .customNavigation .next {
	right: 0px;
}
}
.awards .owl-controls {
	text-align: left !important;
}
.awards .icon-quote-left, .awards .icon-quote-right {
	color: #CCC;
}
footer {
	background-color: #071c33 !important;
	font-size: 16px;
	font-weight: 400;
	color: #bdbdbd;
}
footer .btn-download, .btn-buy {
	position: relative;
}
footer .btn-download:before {
	font-family: "fontello";
	content: '\e80d';
	left: -1px;
	padding: 10px 12px;
	position: absolute;
	top: -1px;
	background: #055dd4;
}
footer .btn-download {
	background-color: #0078d7;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	margin-top: 0px;
	padding: 9px 8px;
}
footer .btn-download:hover {
	background-color: #055dd4;
}
footer .btn-buy:before {
	font-family: "fontello";
	content: '\e853';
	left: -1px;
	padding: 10px 12px;
	position: absolute;
	top: -1px;
	background-color: #f37901;
}
footer .btn-buy {
	background-color: #f38a01;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	padding: 9px 35px;
	text-decoration: none;
}
footer .btn-buy:hover {
	background-color: #f37901;
	color: #fff;
}
footer ul {
	padding-left: 0px;
}
footer ul li {
	list-style: none;
	padding-top: 3px;
}
footer a, footer ul li a {
	color: #bdbdbd;
}
footer a:hover, footer ul li a:hover {
	color: #fff
}
footer .h4 {
	font-size: 18px !important;
	color: #ffae00 !important;
}
ul.list-right-open-thin {
	list-style: outside none none;
	margin: 0;
	padding-left: 23px;
}
ul.list-right-open-thin li {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}
ul.list-right-open-thin li a {
	color: #bdbdbd;
	transition-timing-function: linear;
	transition-delay: 0s;
	transition: width 0s;
}
ul.list-right-open-thin li::before {
	color: #ffae00;
	font-family: "fontello";
	content: "\e83e";
	font-size: 12px;
	font-weight: 400;
	margin-left: -21px;
	margin-right: 10px;
	line-height: 18px;
}
ul.footer-social {
	list-style: outside none none;
	margin-bottom: 0 !important;
	padding: 0;
}
ul.footer-social li {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
}
ul.footer-social li i {
	background: #071c33 none repeat scroll 0 0;
	border: 1px solid #3d4d5e;
	border-radius: 50%;
	color: #5d6d7e;
	display: inline-block;
	font-size: 16px;
	height: 40px;
	line-height: 38px;
	margin-right: 8px;
	text-align: center;
	width: 40px;
}
ul.footer-social li i:hover {
	color: #fff;
}
ul.footer-social li .icon-facebook:hover {
	background: #3b5998 none repeat scroll 0 0;
}
ul.footer-social li .icon-twitter:hover {
	background: #00aced none repeat scroll 0 0;
}
ul.footer-social li .icon-gplus:hover {
	background: #dd4b39 none repeat scroll 0 0;
}
ul.footer-social li .icon-linkedin:hover {
	background: #125688 none repeat scroll 0 0;
}
ul.footer-social li .icon-youtube-play:hover, ul.footer-social li .icon-pinterest-2:hover {
	background: #b00 none repeat scroll 0 0;
}
ul.list-right {
	list-style: outside none none;
	margin: 0;
	padding-left: 23px;
}
ul.list-right li {
	font-size: 16px;
	line-height: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
}
ul.list-right li a {
	color: #2f2f2f;
	transition-timing-function: linear;
	transition-delay: 0s;
	transition: width 0s;
}
ul.list-right li::before {
	color: #0087ff;
	font-family: "fontello";
	content: "\e83e";
	font-size: 14px;
	font-weight: 400;
	margin-left: -15px;
	margin-right: 10px;
	line-height: 24px;
}
ul.list-right.text-blue li a {
	color: #0087ff;
	transition-timing-function: linear;
	transition-delay: 0s;
	transition: width 0s;
}
a.gotoTop {
	position: fixed;
	z-index: 12;
	right: 0px;
	bottom: 0px;
	color: #FFF !important;
	background: #2980b9;
	padding: 15px 8px 8px 8px;
	display: none;
	width: 56px;
	height: 56px;
	transition-duration: 0.6s;
	outline: 0;
}
a.gotoTop:before {
	font-family: "fontello";
	content: '\e8a8';
	padding-left: 15px;
	text-decoration: none !important;
}
a.gotoTop:hover {
	background: #365271;
	margin-bottom: 5px;
}
a.gotoTop:hover, a.gotoTop:active, a.gotoTop:focus {
	text-decoration: none;
}

@media (max-width:991px) {
a.gotoTop {
	padding: 5px 8px 8px 8px;
	width: 40px;
	height: 40px;
}
a.gotoTop:before {
	padding-left: 5px;
}
}

@media (min-width:768px) {
.visible-sm-left-center {
	display: block!important;
	text-align: left !important;
}
.visible-sm-right-center {
	display: block!important;
	text-align: right !important;
}
}

@media (max-width:767px) {
.visible-sm-left-center {
	display: block!important;
	text-align: center !important;
}
.visible-sm-right-center {
	display: block!important;
	text-align: center !important;
}
}
.bg-header {
	background-image: url(../imgs/bg-header.jpg);
	background-repeat: no-repeat;
	width: 100% !important;
	webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.header .btn-trial {
	background-color: #06bd06;
	padding: 15px 30px;
	margin: 0px 10px 10px 0px;
	color: #fff;
	font-size: 26px;
	position: relative;
	text-decoration: none;
	border-radius: 0px;
}
.header .btn-trial:hover {
	background-color: #090;
}
.header .btn-buy {
	background-color: #fff;
	padding: 12px 27px;
	border:3px solid #f38a01;
	margin: 0px 10px 10px 0px;	
	color: #000;
	font-size: 26px;
	text-decoration: none;
	border-radius: 0px;
}
.header .btn-buy:hover {
	background-color: #f37901;
	color:#fff;
}
.header .link, .header .link:hover {
	color:#fff;
}
@media (max-width:991px) {
.header .btn-trial, .header .btn-buy {
	padding: 10px 15px;
	font-size: 20px;
}
}

@media (max-width:767px) {
.header .btn-trial {
	width: 100%;
	display: block;
}
.header .btn-buy {
	width: 100%;
	display: block;
}
}
.products li.active a::after {
	bottom: -22px;
	color: #0087ff;
	content: "\e87a";
	font-family: "fontello";
	font-size: 24px;
	left: 41%;
	border-radius: 0px;
	position: absolute;
	right: 41%;
}
.products .nav-tabs.nav-justified > li > a {
	border-bottom-color: #ecf0f1;
}
.products .nav-tabs.nav-justified > .active > a, .products .nav-tabs.nav-justified > .active > a:hover, .products .nav-tabs.nav-justified > .active > a:focus {
	border-bottom-color: #0087ff !important;
	border-left-color: #ecf0f1;
	border-right-color: #ecf0f1;
}
.products .nav-tabs.nav-justified > li > a {
	border-radius: 0px;
}

@media (max-width:767px) {
.products .nav-tabs.nav-justified > li > a {
	margin-bottom: 0px;
}
}
.products .nav-justified>li {
	display: table-cell !important;
	width: 1% !important;
}
.products .border-left {
	background-color: #f0f0f0;
	border: 1px solid #dcdcdc;
	min-height: 456px;
	padding: 20px 1% 10px;
}
.products .border-left p {
	padding-left: 20px;
	padding-right: 20px;
}
.products .border-right {
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	min-height: 456px;
	padding: 20px 20px;
}
.products .border-right .h4 {
	color: #2f2f2f;
	font-size: 20px;
	line-height: 24px;
}
#screenshot .item {
	margin-left: 8px;
	margin-right: 8px;
}
.screenshots-box {
	background: #f8fafa;
	border: 1px solid #e5eaea;
}
.screenshots-box a {
	color: #000;
}
.screenshots {
	overflow: hidden;
	width: 100%;
	position: relative;
}
.screenshots > p {
	background: rgba(0, 112, 186, 0.48);
	color: #555757;
	font-size: 14px;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 20px;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.screenshots-box:hover > .screenshots > p {
	opacity: 1;
}
.screenshots-box > .screenshots a {
	background-color: #0070ba;
	display: block;
	height: 80px;
	width: 80px;
	position: absolute;
	left: 45%;
	top: 43%;
	margin-left: -25px;
	margin-top: -25px;
	border-radius: 50%;
	line-height: 50px;
}
.screenshots-box > .screenshots > p > a {
	padding-top: 14px;
	font-size: 26px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease 0.3s;
	-moz-transition: all 0.3s ease 0.3s;
	-ms-transition: all 0.3s ease 0.3s;
	-o-transition: all 0.3s ease 0.3s;
	transition: all 0.3s ease 0.3s;
}
.screenshots-box:hover > .screenshots > p > a {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.screenshots-box:hover > .screenshots > p > a i {
	color: #fff;
}
.panel-group .panel {
	border-radius: 0px;
}
.accordion-plus .panel-default>.panel-heading, .accordion-down .panel-default>.panel-headingg {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.accordion-plus .panel-group .panel-heading, .accordion-down .panel-group .panel-heading {
	border-bottom: 0;
}
.accordion-plus .panel-heading, .accordion-down .panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.accordion-plus .panel-title, .accordion-down .panel-title {
	padding-left: 25px;
}
.accordion-plus .panel-heading a:before, .accordion-down .panel-heading a:before {
	font-family: 'fontello';
	color: grey;
	float: left;
}
.accordion-plus .panel-heading a:hover, .accordion-down .panel-heading a:hover {
	text-decoration: none;
}
.accordion-plus .panel-heading a:focus, .accordion-down .panel-heading a:focus {
	outline: 0;
	text-decoration: none
}
.accordion-plus .panel-heading a:before {
	content: '\e84f';
}
.accordion-plus .panel-heading a.collapsed:before {
	content: '\e84e';
}
.accordion-down .panel-heading a:before {
	content: '\e804';
	font-size: 20px
}
.accordion-down .panel-heading a.collapsed:before {
	content: '\e83e';
}
.accordion .active {
	font-weight: 600;
}
.tab-buy {
}
.tab-buy .nav-justified>li {
	display: table-cell !important;
	width: 1% !important;
	padding-right: 5px !important;
}
.tab-buy .nav-tabs.nav-justified > li > a {
	border-radius: 0px;
	background-color: #eee;
	color: #000;
}
.tab-buy .nav li.active a {
	background-color: #fff;
	color: #0289ff;
}
.tab-buy .nav-tabs.nav-justified > .active > a, .tab-buy .nav-tabs.nav-justified > .active > a:hover, .tab-buy .nav-tabs.nav-justified > .active > a:focus {
	border-bottom-color: #fff;
}

@media (max-width:767px) {
.tab-buy .nav-tabs.nav-justified > li > a {
	margin-bottom: 0px;
}
}
.buy-details {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	position: relative;
}
.buy-details .details {
	background-color: #fff;
	display: inline-block;
	font-size: 18px;
	line-height: 28px;
	padding: 0 6px 0 0;
	position: relative;
	top: 12px;
}
.buy-details .price {
	background-color: #fff;
	display: inline-block;
	float: right;
	font-size: 18px;
	line-height: 28px;
	padding-left: 6px;
	position: relative;
	top: 12px;
}
.price-total span {
	display: inline-block;
	line-height: 18px;
	margin-left: 6px;
}
