﻿@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v16/RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37Zo4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJYlIZu-HDpmDIZMigmsroc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
body {
font-family:'Open Sans', sans-serif;
font-size:14px;
line-height:24px;
color:#000;
font-weight: 400;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fff4eb+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,244,235,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,244,235,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,244,235,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff4eb',GradientType=0 ); /* IE6-9 */
}
strong {
	font-weight: 600;
}
a {
	color: #2680c0;
	transition: 0.5s ease;
	outline: 0 !important;
}
a:hover, a:active, a:focus {
	color: #035299;
	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;
}
.weight-400
{
	font-weight: 400;
}
.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: 12px;
	line-height: 18px;
}
.p-xs {
	font-size: 14px;
	line-height: 18px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	   font-family: "Roboto",sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #1c1d28;
}
h1, .h1 {
font-size: 44px;
line-height: 40px;
}
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: 26px;
	line-height: 38px;
}
}
/*============================================*/

.text-white {
	color: #000000;
}
.text-red {
	color: #ff7000;
}
.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: #646464
}
.text-info {
	color: #0b789f;
}
.container-grey {
	background: #f1f1f1;
}
.container-blue {
	background-color: #2680c0;
}
.container-blue-light {
	background-color: #cce2f9;
}
.bg-header-red
{background-color:#ff7000;
	border-radius: 4px;
	
}
.bg-white {
	background-color: #f6f5f5;
	border:1px solid #cccccc;
	  box-shadow: 2px 6px 9px 0 rgba(50, 50, 88, 0.5);
	border-top:1px solid #fff;
	padding-left: 15px !important; 
	text-align: left;
	
}
@media (min-width:1200px){.container{width:970px}}
.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;
}

/*====================================*/
.navbar-blue 
{
	background-color: #2680c0;
}
.main-nav
{
	background-color: #2680c0;
}
ul.main-nav {
	list-style: none;
	text-align: center;
	margin-bottom: 0px;
	padding-left: 0;
}
ul.main-nav li {
	display: inline-block;
}
ul.main-nav li a {
	color:#fff;
	display: block;
  padding: 20px 31px;

	
	  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
	 text-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
	text-transform: uppercase;
	font-size: 18px;
}
/*.main-nav li a:hover {

	background-color: #489ad6;
	
}*/
.grid-demo
{
	position: relative;
}
.main-nav li a:active {
	color: #ee7000 !important;
	
}

.header-offer
{
	color:#f00 #000000; 
}
.header-form .form-control
{
	 font-size: 13px;
    height: 34px;
    margin-top: 7px;
	  font-family: 'Open Sans';
	border-radius: 0px;
	border-color:#fff;
	 padding: 6px 31px;

	 box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) ;
		 border-radius:4px;
	
}
.header-form .btn-default
{
	border-radius: 0px;
	   border-left: 0 none;
}

.header-form .btn
{   border-color: #fff;
    font-size: 14px;
    margin-top: 7px;
    padding: 6px 11px;
			 border-radius:4px;
	
}

.navbar {
	min-height: auto;
	margin-bottom: 0;
	border: 0px;
	border-radius: 0;
}
.navbar-brand {
	padding: 0;
}

@media (min-width:992px) {

}
#navbar-top .navbar-nav > li > a {

    font-size: 13px;
    margin: 7px 2px;
    padding: 0px 8px;
	  color: #333;
	    font-weight: 900;

}
#navbar-top .navbar-right {
	
}
#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: #fff;

	
	
}
.navbar-collapse {

    padding-left: 0px !important;

}
.main-nav .container, #navbar-top .container{
	padding-left: 0px;
}
.navbar-nav > li > a {
    padding-bottom: 13px;
    padding-top: 13px;
}
.main-nav.navbar-inverse .navbar-nav > li > a {
 color: #fff;
    font-size: 18px;
	border-right: 1px solid #ef7c7c !important;
	border:1px solid #ff7000;
	
	/*    border-right: 1px solid #ccc;
    color: #000;
    margin: 10px 0;
    padding: 5px 14px;*/
}
.navbar-nav > li > a {
	
	 color: #000 ;
 
    font-size: 14px;
	
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	background:#fff;
	color: #ff7000 !important;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
	background: #fff;
	color: #000 !important;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
		background: #fff;
	color: #000 !important;
/*	border:1px solid #cccccc;*/
	border-bottom-color: #fff;
}
.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;
}
}

.main-nav .nav > li.dropdown.open {
	position: static;
}
.main-nav .nav > li.dropdown.open .dropdown-menu {
	display: table;
	width: 100%;
	text-align: center;
	left: 0;
	right: 0;
	padding: 0px;
	   border: medium none;
	    top: 98%;
	
}
.main-nav .dropdown-menu > p {
	font-size: 17px;
	margin-bottom: 0;
	padding-left: 10px;
}
.main-nav .dropdown-menu > li > a {
	clear: both;
	color: #333;
	display: block;
	font-weight: 400;
	line-height: 1.42857;
	padding: 6px 56px;
	white-space: nowrap;
}
.main-nav .dropdown1 .dropdown-menu {
	left: -315px;
	min-width: 753px;
	padding-bottom: 0px;
}

@media (max-width:768px) {
.main-nav .dropdown1 .dropdown-menu {
	left: -315px;
	min-width: auto;
	padding-bottom: 0px;
}
.main-nav .h5, .navbar-inverse .h6 {
	color: #9d9d9d !important;
}
}
#navbar-second  .navbar-nav > li > a {
    color: #fff !important;
      font-size: 18px;
    font-style: normal;
    font-weight: 300 !important;
    padding: 20px 31px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
    text-transform: uppercase;
	  font-family: roboto;
}
#navbar-second  .navbar-nav > li > a:focus {
	background-color: #489ad6;
}
#navbar-second .dropdown-menu
{
	background-color: transparent;
}



@media (max-width:767px) {
	
	#navbar-second .navbar-nav > li > a {
    border-bottom: 1px solid #ccc;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    padding: 8px 15px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
    text-transform: uppercase;
}
		#navbar-second .navbar-nav > li > a::last-child {
			    border-bottom: none !important;
	
}

	.banner h1 {
    font-size: 40px !important;
    line-height: 50px !important;
}
}
.padding-left-right-0
{
	padding-left: 0px;
	padding-right: 0px;
}
.submenu-heading
{
	background-color: #fff;
	  padding: 5px 20px;
}
	.submenu-bg
	{
		background-color: #f6f5f5;
	}
	ul.list-menu 
	{list-style: none;
		margin-left: 0px;
	  padding-left: 20px;
		
	}
	.list-menu li
	{
		list-style: none;
		   padding: 6px 0;
			border-bottom: 1px solid #cccccc;
	}
	.list-menu li a

{
	color:#333333;
	font-size: 14px;

}
	.list-menu li a:hover
{
	background-color: none !important;
	color:#ff7000;
}
.navbar-inverse .navbar-toggle {
    background: #2680c0 none repeat scroll 0 0;
    border-color: #fff;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color:#fff ;
}
.main-nav .navbar-toggle {
	background-color: #fff;}

/*.navbar-toggle .icon-bar {
	width: 20px;
	height: 2px;
	border-radius: 1px;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #fff;color:#000;
}*/

.navbar-toggle .icon-bar {
	background: #000;
	position: relative;
	transition: all 200ms ease-in-out;
}
 .navbar-toggle.active .icon-bar:nth-of-type(1) {
	top: 7px;
	transform: rotate(45deg);
	background-color: #000;
}
 .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: #000;
}
ul.list-circle {
	list-style: outside none none;
	margin: 0;
	padding-left: 23px;
}
ul.list-circle li {
	font-size: 14px;
	line-height: 18px;
	margin-top: 3px;
	margin-bottom: 3px;
}
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;
}
.banner .slide1 {
	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-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-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 .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;
}
.selection  select
{
	border:none;
	font-size: 14px;
}
@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;
}
}
.banner h1
{
	font-size: 64px;
	line-height: 75px;
}
.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 {
   background: #66b030 none repeat scroll 0 0;
    border-radius: 0px;
	font-weight:600;

    color: #fff;
    font-size: 18px;
    line-height: 19px;
    padding: 12px 16px;	margin-top: 10px;
  


}
.btn-download:hover {
	color: #fff;
}
.btn-buy{
    padding: 11px 16px;
	color:  #ff7000;
	background-color: #fff;
 font-size: 18px;
    line-height: 19px;

	margin-top: 10px;
	border-radius: 0px;	
	border:2px solid  #ff7000;
	font-weight:600;
}
.btn-buy:hover
{
	background-color: #eb6802;
	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: #ff7000 none repeat scroll 0 0;
    border-radius: 2px;

    color: #fff;
    font-size: 18px;
    line-height: 19px;
    padding: 12px 16px;

    text-transform: uppercase;
	margin-top: 5px;
}
.btn-orange:hover {
	color: #fff;
}

@media (max-width:767px) {
.btn-orange, .btn-get-now, .btn-download, .btn-buy {
	width: 100%;
	display: block;
}
}

.bg-banner .icon-cross-custom {
	color: #ffffff;
	font-size: 22px;
	left: 82%;
	position: absolute;
	right: 0;
	top: 20px;
}


.texture {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.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: #2e2e2e !important;
	font-size: 14px;
	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-check {
	list-style: outside none none;
	margin: 0;
	padding-left: 23px;
}
ul.list-check li {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 5px;
}
ul.list-check li::before {
	color: #2680c0;
	font-family: "fontello";
	content: "\e826";
	font-size: 14px;
	font-weight: 400;
	margin-left: -24px;
	margin-right: 10px;
	line-height: 18px;
}

ul.list-right-open-thin {
	list-style: outside none none;
	margin: 0;
	padding-left: 23px;
}
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: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
	border-radius: 50%;
	color: #363636;
	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;
	border: 1px solid #3b5998;
}
ul.footer-social li .icon-twitter:hover {
	background: #00aced none repeat scroll 0 0;
	border: 1px solid #00aced;
}
ul.footer-social li .icon-gplus:hover {
	background: #dd4b39 none repeat scroll 0 0;
	border: 1px solid #dd4b39;
}
ul.footer-social li .icon-linkedin:hover {
	background: #125688 none repeat scroll 0 0;
	border: 1px solid #125688;
}
ul.footer-social li .icon-youtube-play:hover, ul.footer-social li .icon-pinterest-2:hover {
	background: #b00 none repeat scroll 0 0;
	border: 1px solid #b00;
}
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;
}
}

.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: #2680c0;
}
.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;
	color:#2680c0  !important;
	background-color: #fff;

}
.products .nav-tabs.nav-justified > li > a:hover {
	color:#fff !important ;
		background-color: #0087ff;border-color: #0087ff;
	border-top-color:none;
}

.products .nav-tabs.nav-justified > li > a {
	border-radius: 0px;
	color:#fff;
	   font-size: 16px;
    padding: 14px 15px;
}

@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-content {
	border:1px solid #bcbcbc;
}
.tab-buy .nav-justified>li {
	display: table-cell !important;
	width: 1% !important;
	padding-right: 2px !important;
}
.tab-buy .nav-tabs.nav-justified > li > a {
	border-radius: 0px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,e5e5e5+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 1%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 1%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 1%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	color: #333333;
	border:none;
	    font-size: 16px;
	        padding: 16px 0px;
}
.tab-buy .nav li.active a {
background:#525252; 
	color: #fff;
	border:none;
}
.tab-buy .nav-tabs.nav-justified > li > a:active {

background-color:#525252; 
	}
.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 {
background:#525252; border:none;

}
.tab-buy li.active a::after {
	bottom: -45px;
	color: #525252;
	content: "\e87a";
	font-family: "fontello";
	font-size: 58px;
	left: 41%;
	border-radius: 0px;
	position: absolute;
	right: 41%;
}

@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;
}

.img-border{
	border-radius: 50%;
	}
	@media (max-width:480px){
.link-hiw a {
	display:block;
	padding:10px;
	margin-bottom:5px;
}
}
ul.product-list
{
	padding-left: 0px;
		list-style:none;
}

ul.product-list li
{

	border-bottom: 1px dashed #000;
   margin-left: 12px;
	text-align: left;
	list-style:none !important;
	padding-bottom: 10px;
	padding-top: 10px;
	
	
}
ul.product-list li a
{
	font-size: 15px;
	color:#000;
	padding: 0px;
	text-transform: none;
	   color: #2680c0;
	text-shadow: none;
	font-weight: 400;
	cursor: pointer;
}
ul.product-list li:hover
{
	background-color: #f3f3f3;
}
ul.product-list li a:hover{
	background-color: transparent;
}
ul.product-list li::before {
	color: #0087ff;
	content: "• ";
	font-size: 20px;
	font-weight: bolder;
	margin-left: -13px;
	margin-right: 10px;
	line-height: 24px;
	position: absolute;
}
ul.product-list li:last-child {
	border-bottom: none ;
}
.main-nav .navbar-brand
{
	    color: #fff;
    font-size: 20px;
    padding: 4px 12px;
    top: 0;
	
	
}
.banner .btn-download
{
	
	 background: #66b030 none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 1px 1px #666;
    color: #fff;
	padding: 12px 16px;
	  text-shadow: 1px 1px 1px #666;
	text-transform: uppercase;
	    line-height: 19px;
	font-size: 20px;
}


.banner .btn-orange
{
	
	 background: #ff7000 none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 1px 1px #666;
    color: #fff;
	padding: 12px 16px;
	  text-shadow: 1px 1px 1px #666;
	text-transform: uppercase;
	    line-height: 19px;
	font-size: 20px;
}
.header-border{

  margin-left: auto;
    margin-right: auto;
  border-bottom: 2px solid #0070c0;
  width:60px;
}
.header-border-2{

 
    margin-right: auto;
  border-bottom: 2px solid #0070c0;
  width:60px;
}
.feature-box
{
	  border: 1px solid #dfdfdf;
    border-radius: 3px;
	  padding: 20px;
	 text-align: justify;
}
.feature-box:hover{
	background-color: #f5f5f5;
}
.text-black
{
	color:#000;
}
.text-orange
{
	color: #ff7000;
	
}
.bg-1
{
	background-repeat: no-repeat;

	background-size: cover;
	padding: 40px;
	border-right: 1px solid #fff;
	
}


.bg-2
{
	background-repeat: no-repeat;

	background-size: cover;
	padding: 40px;
		border-right: 1px solid #fff;
}
.bg-3
{
	background-repeat: no-repeat;

	background-size: cover;
	padding: 40px;
		border-right: 1px solid #fff;
}
.bg-testimonial
{
	background-repeat: no-repeat;

	background-size: cover;
	padding: 40px;
		border-right: 1px solid #fff;
	
}


dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	width: 100%;
		   border: 1px solid #000;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	border-bottom:1px solid  #ededed;
	font-weight: 600;
	position: relative;

}
.dropdown-content a::after
{
	display: none;
	
		font-family: "fontello";
	content: '\e83e';


    padding: 10px 12px;
    position: absolute;
    top: 20px;
	background-color: #bebebe;

	border-radius: 50%;
 font-size: 14px;
    padding: 2px 11px;
	color:#fff;
	 right: 20px;
		
		
	
}
.dropdown-content span
{
		  color: #585858;
	font-size: 12px;
	font-weight: 300;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover 

{background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
	width: 100%;
}
.dropdown-content p:hover  a::after
{
	display: block;
}
.dropdown-content p
{
	margin: 0px;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
.btn-choose-product
{
	
	   border: 1px solid #000;
    border-radius: 2px;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    font-size: 16px;
   
    padding: 10px 15px;
	background-color: #fff;
}
.award {
    color: #273846;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
}
.btn-readmore
{
	 background-color: #2481db;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
   
    padding: 10px 20px;
	
}
.btn-date
{
	   border: 1px solid #888888;
    border-radius: 4px;
    color: #888888;

    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
  
	 background-color: #fff;
	cursor:text;
	text-transform: uppercase;
    padding: 0 9px;
}
.border-dark-grey {
    border: 3px solid #ccc;
}



ul.clients
{
	text-align: center;
}

ul.clients li {
    display: inline-block;
    
    padding: 5px 24px;
    text-decoration: none;
	text-align: center;
}
ul.menu-btm li
{
	 display: inline-block;
    
    padding: 5px 10px;
    text-decoration: none;
	text-align: center;
}
ul.menu-btm li a
{
	color:#545353;
	
}
ul.menu-btm li a:hover
{
	color:#2680c0;
	
}
ul.menu-btm
{
	text-align: center;
}

.txt-footer {
    color: #737373;
    font-size: 14px;
    text-align: justify;
}
.subscribe-form .form-control
{
	border-radius: 0px;
	font-size: 12px;
	background-color: #fff;
	border-color: #fff;
	box-shadow: none;
	height: 38px;
	
	color:#000 !important;
	
}

.subscribe-form .input-group-btn {
    border: 1px solid #2680c0;
  
}
.subscribe-form  .btn-default
{  background-color:#2680c0;
    border-color: #2680c0;
    color: #fff;border-radius: 0px;
	    padding: 10px 12px;
	border-left:#2680c0;
	font-size: 10px;
}
.subscribe-form .form-control::-moz-placeholder {
    color: #000;
    opacity: 1;
}
.page-header {
    background-color: #f4f6f6;
    border-bottom: medium none;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
}

.breadcrumb {
    background-color:#fff;
    border-radius: 0;
    color: #000;
    line-height: 0;
    margin-bottom: 0;
   padding: 10px 0;
}
.breadcrumb li {
    font-size: 13px;
	padding:5px 5px;
}
.breadcrumb a {
    color: #333333;
}
.breadcrumb > li + li::before {
    content: "";
    padding: 0 2px;
}
.breadcrumb li::after {
    content: "/";

    font-size:14px;
	color:#333333;
	margin-left: 4px;
}
.breadcrumb li:last-child::after {
    content: "";
}
.breadcrumb li:last-child
{
	color:#000;
	font-weight: 600;
}
.software-box
{
	background-color: #f8fafa;
 border: 1px solid #dde1e1;
	border-left: 3px solid #2680c0;
	padding: 10px;
}
ul.list-dashed
{
	list-style: none;
	padding-left: 0px;
	margin: 0px;
}
ul.list-dashed li a
{
	color:#2680c0;
}
ul.list-dashed li a:hover{
	color:#000;
}
ul.list-dashed li
{
	border-bottom: 1px dashed #d6dfdf;
	   padding-bottom: 7px;
    padding-top: 7px;
}
ul.list-dashed li:last-child
{
	border-bottom: none;
}
.js-tabcollapse-panel-heading
{
	display: block;
}
.nav-vertical .nav-pills > li 
{
	font-size: 14px;
}
.nav-vertical .nav-stacked>li+li {
    margin-top: 0px;
 
}
.nav-vertical .nav-pills > li > a {
    background: #fff none repeat scroll 0 0;
    border:1px solid #cccccc;
    color: #323232;

		border-bottom: 0px;
		border-left: 0px;
	border-radius: 0px;
	
}
.nav-vertical .nav-pills > li > a:active , .nav-vertical .nav-pills > li > a:focus

{
	background-color: #fff;
	    color: #70757a;
	
}
.nav-vertical .nav-pills > li.active > a, .nav-vertical .nav-pills > li.active > a:hover, .nav-vertical .nav-pills > li.active > a:focus {
   	background-color: #525252;
	  
		
	border-color:#525252;
	color: #fff;
	    padding: 7px 15px;
}
.nav-vertical .nav-pills > li.active > a
{

}

.nav-vertical .nav-pills > li.active > a::after{
	 content: "";
    width: 15px;
    height: 40px;
    background:  url(../img/triangle.png)no-repeat;
    top: -1px;
    right: -16px;
    position: absolute;
    display: inline-block;
	
	

}


.testimonial-content.testimonial-content-quotes {
    padding-left: 46px;
}
.testimonial-content {
    border: 1px solid transparent;
    border-radius: 2px;
    font-size: 15px;
    font-style: italic;
    line-height: 22px;
    margin-bottom: 20px;
    padding: 25px 10px;
    position: relative;
	  background: #f8fafa none repeat scroll 0 0;
    border-color: #e5eaea;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    color: #373c41;
	font-weight: 500;
}
.testimonial-content.testimonial-content-quotes::before {
    content: "";
    display: block;
    font-family: fontello;
    font-size: 18px;
    font-style: normal;
    left: 18px;
    position: absolute;
    top: 24px;
	color: #d6dfdf;
}
.testimonial-content::after {no-repeat scroll 50% 0;
}
.testimonial-content::after {
    bottom: -16px;
    content: "";
    display: block;
    height: 16px;
    left: 70px;
    position: absolute;
    width: 23px;
}
.box-border
{
	 border: 1px solid #dde1e1;
	padding: 15px;
}

.price-box
{
	background-color: #fff;
	border:1px solid #ccc;
	padding: 15px;
	
}
.video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.alert-warning {
    background: #f8f6a2 none repeat scroll 0 0;
    border-color: #eee090;
    color: #7d6a3b;
	padding: 15px;
}

.bg-about
{
	    background-size: 70% auto;
	    background-attachment: fixed;
    background-position: right 0;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.about-mask
{ no-repeat scroll 30% -5px;
	  background-position: 15% -5px;
	position: relative;
    z-index: 2;
}

.about-btm
{
	 no-repeat scroll center 0;
	
}
.custom-padding
{
	padding-top: 60px;
	padding-bottom: 60px;
}

.section-review
{
	background-repeat: repeat;
	 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06) inset;
	   background-color: #f4f6f6;
}
form
{
	display:table;
}


select{

  overflow: hidden;

  position: relative;
  padding: 5px 0;
	cursor: pointer !important;
	color:#c00;
}
select::after{
  width: 0; 
  height: 0; 
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #f00;
  position: absolute;
  top: 40%;
  right: 5px;
  content: "";
  z-index: 98;
		cursor: pointer !important;
 }
 .btn-go
 {
 	background-color: #9f24a4 ;
 	color:#fff;
 	padding: 10px 12px;
 }
.btn-go:hover
{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#982f9c+0,710f75+100 */
background: #982f9c; /* Old browsers */
background: -moz-linear-gradient(top, #982f9c 0%, #710f75 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #982f9c 0%,#710f75 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #982f9c 0%,#710f75 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#982f9c', endColorstr='#710f75',GradientType=0 ); /* IE6-9 */
	color:#fff;
}
.product-item

{
	border:1px solid #333333;
	border-radius: 3px;
	padding: 5px;
	color:#333;
	position: relative;
	z-index: 0;
}
.product-item img
{
	z-index: -11111111;
}
.view-details
{
	display: none;
}
.product-item:hover + .view-details{

	display:block;
	position: absolute;

	background-color: #000;
	opacity: 0.7;
	top: 0px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	height: 120px;

}
.product-name
{
	font-size: 16px;
line-height: 22px;
}
.product-border-btm
{
	border-bottom: 1px solid #333;

}
.font-size-16
{
	font-size: 16px;
	font-weight: 400;
}
.btn-small
{
	padding: 2px 12px;
}
.section-overlay {
	position: relative;
}
.image {
	display: block;
	width: 100%;
	height: auto;
}
.description {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;opacity: 0.8;
	border-radius: 5px;
	z-index: 0;

}
.section-overlay:hover .description {
	height: 100%;
}
.overlay-text {
	color: white;
	position: absolute;
	overflow: hidden;
	top: 58%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-wrap: normal;
	font-size: 12px;
	width: 100%;
	padding: 20px;
	line-height: 18px;
}
.description .btn-view-details
{
	background: #FFF;
	padding: 12px;
	color:#333;
	font-size: 14px;
	z-index: 999999999999 !important;
	opacity: 1!important;
	font-weight: 600;
	

}
#product1 .item, #product2 .item
{
	margin:3px;
}
.tab-corousel
{
	position: relative;
}
.tab-corousel .customNavigation {
	position: relative;
	text-align: center;
}
.tab-corousel .customNavigation a {
	-moz-user-select: none;
	cursor: pointer;
}
.tab-corousel .customNavigation .prev {
	left: -74px;
	
	position: absolute;
	bottom: 29px;
	z-index: 0;
	color: #c5c5c5;
	font-size: 60px;
}
.tab-corousel .customNavigation .next {

	position: absolute;
	right: -74px;
bottom: 29px;
	z-index: 0;
	color: #c5c5c5;
	font-size: 60px;
}
.tab-corousel .button-box {
	position: relative;
}



@media (max-width:767px) {
	#product1 .item , 	#product2 .item
{
	margin:3px;
	padding-left: 40px;
	padding-right: 40px;
}.tab-corousel .customNavigation .prev {
	left: -7px;
	
	position: absolute;
	bottom: 29px;
	z-index: 0;
	color: #c5c5c5;
	font-size: 40px;
}
.tab-corousel .customNavigation .next {

	position: absolute;
	right: -7px;
bottom: 29px;
	z-index: 0;
	color: #c5c5c5;
	font-size: 40px;
}
}
.bg-logo
{
	position: relative;
}
.logo
{
	position: absolute;
background-image: url(../img/p-side-logo.png);
background-repeat: no-repeat;
height: 258px;
width: 541px;
left: -372px;
top: -13px;
/*	background: url(../img/p-side-logo.png) no-repeat top right;
position: absolute;
width: 540px;
height: 629px;
left: 0;*/

z-index: 9999999999;
}
@media (max-width:768px) {

	.main-nav .container, #navbar-top .container {
    padding-left: 15px;
}
	
}

@media (max-width:992px) {
	.logo
{
	position: absolute;
background-image: none;
background-repeat: no-repeat;
height: 0px;
width: 0%;

	
}
	.navbar-inverse
	{
		background-color: #ff7000;
	}
	
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}
@media (min-width:1401px) {
	
		.logo
{
	position: absolute;
background-image: url(../img/p-side-logo.png);
background-repeat: no-repeat;
height: 560px;

left: -144px;
top: -13px;
	
}
	
	
}
/*@media (max-width:1023px) and (min-width:981px) {
			.logo
{
	position: absolute;
background-image: url(../img/p-side-logo.png);
background-repeat: no-repeat;
height: 525px;
left: -475px !important;
top: -13px;
	
}
		
	
	
	
	
}*/
@media (max-width:1400px) and (min-width:1024px) {
	
	
	
			.logo
{
	position: absolute;
background-image: url(../img/p-side-logo.png);
background-repeat: no-repeat;
height: 525px;
left: -438px;
top: -20px;
	
}
	
	
}



ul.list-item
{
	list-style: none;
	
}
ul.list-item li
{
	background: #e0dfdf;
margin: 0 0 5px 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #c7c7c7;
min-height: 54px;

padding: 3px;
	width: 62px;
	text-align: center;
	
}
ul.list-item li a
{ 
color: #333;
display: block;

padding: 3px 0;
text-align: center;

border: 1px solid #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	font-size: 11px;
	line-height: 14px;
	}
ul.list-item li a i
{
	font-size: 18px;

	line-height: 30px;
}
.section-right
{
	position: fixed;
	right: 0px;
	top:40%;
}
.title-dotted
{
	border-bottom: 1px dotted #b1b1b1;
}
.wrapper {
	-webkit-transform: translateZ(0); /* webkit flicker fix */
	-webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}
.wrapper .wrapper-feild {
	cursor: help;
}
.wrapper .tooltip {
	background: #f0f0f0;
	bottom: 100%;
	color: #000;
	display: block;
	left: -25px;
	margin-bottom: 15px;
	opacity: 0;
	padding: 20px;
	pointer-events: none;
	position: absolute;
	width: 100%;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	font-size: 13px;
	line-height: 22px;
}
/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.wrapper .wrapper-feild + .tooltip:before {
	bottom: -20px;
	content: " ";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
}
/* CSS Triangles - see Trevor's post */
.wrapper .wrapper-feild + .tooltip:after {
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-top: solid #cccccc 10px;
	bottom: -10px;
	content: " ";
	height: 0;
	left: 10%;
	margin-left: -13px;
	position: absolute;
	width: 0;
}
.wrapper .wrapper-feild:hover + .tooltip {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.hiw .panel{

  padding-bottom:1px;
  background: /* gradient can be an image */
    linear-gradient(
      to left, 
      rgba(225,225,225,1) 0%,
      rgba(230,0,0,1) 50%,
      rgba(230,0,0,1) 20%,
      rgba(255,255,255,1) 100%
    )
    left 
    bottom
    #fff    
    no-repeat; 
  background-size:100% 1px ;
/*	border:0px;
	border-bottom: 1px solid #333;*/
	border-color:#fff;
/*	border-bottom: 1px solid #cccccc;*/

}
.hiw .panel-heading
{
	background-color: #fff;
	border-bottom: 1px solid #333;
}
.hiw.panel-group .panel-heading + .panel-collapse > .panel-body, .hiw.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #fff;
        border-top-color: #fff;
}
.header-form
{
	margin-left: 22px;
}



.video-box {
	background: #f8fafa none repeat scroll 0 0;
	
}
.video-box a {
	color: #000;
}
.video {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.video > p {
	/*background: rgba(0, 112, 186, 0.48) none repeat scroll 0 0;*/
	color: #555757;
	font-size: 14px;
	height: 100%;
	left: 0;
	opacity: 1;
	padding: 20px;
	position: absolute;
	text-align: center;
	top: 0;
	transition: all 0.4s linear 0s;
	width: 100%;
}
.video-box:hover > .video > p {
	opacity: 1;
}
.video-box > .video a {
	background-color: #e40f07;
	border-radius: 50%;
	display: block;
	height: 80px;
	left: 45%;
	line-height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	position: absolute;
	top: 43%;
	width: 80px;
}
.video-box > .video > p > a {
	font-size: 26px;
	padding-top: 14px;
	   color: #fff;
/*	transform: scale(0);*/
	transition: all 0.3s ease 0.3s;
}
.video-box:hover > .video > p > a {
	/*transform: scale(1);*/
}
.video-box:hover > .video > p > a i {
	color: #fff;
}

.video-box::before {
/*    background-image: url(../img/t1.svg);*/
    background-position: left center;
    background-repeat: no-repeat;

background-size: cover;
bottom: 0;
content: "";
display: block;
height: 295px;
position: absolute;

top: 50px;
width: 100px;
z-index: 1;
left: 12px;
margin-top: -66px;
}

.video::before {
    background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 155, 5, 1) 100%);
    background-position: right center;

    background-repeat: repeat;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
@media (max-width:767px) {
	

	
	
.video::before  {
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(244,244,244,1.00) 100%) !important;
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(244,244,244,1.00) 100%) !important;
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(244,244,244,1.00) 100%) !important;
	background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(244,244,244,1.00) 100%) !important;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.video-box::before  {
    background-image:none;


}
}