@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800italic,800);
@import url(https://fonts.googleapis.com/css?family=Asap:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Signika:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Nobile:400,600,700,900);
body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	z-index: 400;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Signika';
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus{
	outline:none;
	text-decoration:none;
	}
img {
	max-width: 100%;
}
/* TRANSITION EFFECTS */
a,button,input{
	-o-transition: .3s; -ms-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; transition: .3s;
}
a:hover,button:hover,input:hover{
	-o-transition: .3s; -ms-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; transition: .3s;
}
/*.container {
	max-width: 970px;
}*/
#top-bar {
	background: none repeat scroll 0 0 #000;
	height: 35px;
}
.link-nav {
	float: right;
	margin: 9px 0;
}
.link-nav li {
	border-left: 1px solid #b0b0b0;
	cursor: pointer;
	display: inline-block;
	padding: 0 7px;
	line-height: 12px;
}

.fixed-nav {
	width: 100%;
	position: fixed;
	padding-bottom: 3px !important;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: #FFF;
	z-index: 9999999;
	-webkit-box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.4);
	/*height: 80px;*/
}

.fixed-nav img {
	width: auto;
	-webkit-transition: height 0.3s ease-in;
	-moz-transition: height 0.3s ease-in;
	-o-transition: height 0.3s ease-in;
	-ms-transition: height 0.3s ease-in;
	transition: height 0.3s ease-in;
	height: 60px;
	margin-bottom: 6px;
}

.fixed-nav nav.ps-nav {
	margin-top: 3%;
}


.push-down {
	margin-bottom: 78px;
}

.link-nav li:last-child {
	border-left: none;
	padding-right: 0;
}
.link-nav li:first-child {
	border-left: none;
}
.link-nav li:last-child a {
	color: #fff;
}
.link-nav li > a {
	color: #b0b0b0;
	font-size: 12px;
	text-transform: initial;
}
.nav.ps-navigation .open > a, .nav.ps-navigation .open > a:focus, .nav.ps-navigation .open > a:hover {
  background:none;
}
.navbar-default .navbar-nav.ps-navigation > .open > a, .navbar-default .navbar-nav.ps-navigation > .open > a:focus, .navbar-default .navbar-nav.ps-navigation > .open > a:hover {
  background:none;
}
.dropdown-menu.ddm{
	width:100%;
	max-width:300px;
}
.navbar-default .navbar-nav.ps-navigation li .dropdown-menu.ddm li a {
  font-size: 14px;
}
.header-btm {
	padding: 10px 0;
	background-color: #fff;
}

.header-docked {
	top: 30px;
}

.logo {
	display: inline;
}

.hd {
	background-color:#fff;
	display:block;
	width:100%;
}

.scrolling-logo {
	height: 60px;
}

/* ------ NAVMENU ------ */
#navMenu {
	display: inline-block;
	float: right;
	text-align: right;
	position: relative;
	z-index: 2;
}
#navMenu ul {
	margin: 0px;
	padding: 0px;
	width: auto;
	display: block;
	margin-top: 36px;
}
#navMenu li {
	display: inline-block;
	line-height: 1;
	position: relative;
}
#navMenu li a {
	display: block;
	padding: 11px 25px;
	font-family: 'Open Sans';
	font-size: 17px;
	font-weight: 600;
	color: #111;
}
#navMenu li a.parentItem:after{
	content: '\f0d7';
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	margin:0px 0px 0px 10px;
	text-decoration:none;
}
#navMenu li a.freeDemoButton {
	background-color: #00b414;
	border-radius: 3px;
	color: #fff !important;
	margin-left: 25px;
}
#navMenu li a.freeDemoButton:hover {
	background-color: #009611;
}
#navMenu li a:hover, #navMenu li a.selected, #navMenu li:hover > a{ color: #00b414; }
#navMenu li > div {
	position: absolute;
	z-index: 2;
	left: 25px;
	top: 40px;
	background-color: transparent;
	padding: 0px;
	text-align: center;
	border: 1px solid #ddd;
	display: none;
}
#navMenu li > div a {
	width: 100%;
	padding: 13px 45px 13px 10px;
	display: block;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	white-space: nowrap;
	font-weight: 400;
	font-size: 16px;
	text-align: left;
}
#navMenu li > div a:hover { color: inherit; background-color: #eee;}
#navMenu li:hover > div { display: block; }


nav.ps-nav {
	background: none;
	border: none;
	margin-bottom: 0;
	min-height: auto;
	margin-top: 7%;
}
.navbar-default .navbar-nav.ps-navigation {
	float: right;
}
.collapse.navbar-collapse.psoft-nav {
	padding: 0;
}
.ps-navigation li {
	padding: 0 12px;
}
.navbar-default .navbar-nav.ps-navigation li a {
	color: #019a0f;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0;
}
.navbar-default .navbar-nav.ps-navigation li a:hover {
	color: #000;
}
.cusut-caption {
	color: #fff;
}
.nav-togle .navbar-toggle.collapsed {
	border: 1px solid #00b911;
}
.nav-togle .icon-bar {
	background: #00a00f;
}
.banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.cusut-caption h1 {
	font-family: 'Asap', sans-serif;
	line-height: 48px;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px #333;
	font-weight: bold;
	max-width: 384px;
}
.show-more {
	margin-top: 60px;
}
.banner .carousel.slide {
	height: 258px;
}
.banner {
	min-height: 458px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 90px 0;
}
.clock-icon, .refr-icons, .ujse-icons {
	display: block;
	height: 50px;
	margin: 0 auto 15px;
	width: 50px;
}
.slide-indicator {
	bottom: -82px;
	left: 0;
	list-style: outside none none;
	margin-left: 0;
	padding-left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 15;
}
.slide-indicator > li {
	background: none repeat scroll 0 0 #0b8419;
	border: 0 none;
}
.slide-indicator .active {
	background: #096914;
}
button.btn-black {
	background: #626262; /* Old browsers */
	background: -moz-linear-gradient(top, #626262 0%, #000000 70%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #626262), color-stop(70%, #000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #626262 0%, #000000 70%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #626262 0%, #000000 70%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #626262 0%, #000000 70%); /* IE10+ */
	background: linear-gradient(to bottom, #626262 0%, #000000 70%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#626262', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
	border: 2px solid #000;
	border-radius: 4px;
	color: #eee;
	font-size: 19px;
	padding: 6px 34px;
}
button.btn-black.large{
	font-size: 24px;
	padding: 16px 11px;
}
button.btn-black:hover {
	background: -moz-linear-gradient(top, #626262 0%, #000000 95%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #626262), color-stop(95%, #000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #626262 0%, #000000 95%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #626262 0%, #000000 95%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #626262 0%, #000000 95%); /* IE10+ */
	background: linear-gradient(to bottom, #626262 0%, #000000 95%); /* W3C */
}

.next-part-banner {
	background: none repeat scroll 0 0 #404041;
	padding: 13px 0;
	text-align: center;
	clear: both;
}
.work-practice {
	padding: 13px 0;
	text-align: center;
	width: 100%;
}
.work-practice1 {
	display: inline-block;
	max-width: 170px;
	vertical-align: top;
	width: 33%;
	margin-left: 25px;
	margin-right: 25px;
}
.work-practice1 img {
  padding-bottom: 15px;
}
.work-practice1.reduce-ct {
	max-width: 115px;
}
.work-practice1 p {
	color: #eee;
	font-size: 12px;
	font-weight: 600;
	padding: 0 17px;
	text-align: center;
	text-transform: uppercase;
}
.work-practice1 a{
	color:#888;
	}
.work-practice1:hover a{
	color:#fff;
	}
.planing-fingerprint-1 {
	text-align: center;
	width: 100%;
	margin: 50px 0px;
	margin-bottom: 35px;
	overflow: hidden;
}
.planing-fingerprint {
	background: #019a0f;
	border: 3px solid #04830f;
	-o-transition: .3s; -ms-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; transition: .3s;
}
.planing-fingerprint:hover {
	background: #18c049 ;
	border: 3px solid #009a0e;
	box-shadow: 0 0 3px #37c360;
	-o-transition: .3s; -ms-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; transition: .3s;
}
.opt-box > p {
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	font-weight: 200;
	background: url(../images/arrow.png) no-repeat right 5px top 5px;
	/*padding-right: 35px;*/
	min-height: 32px;
	text-align: left;
	margin:0;
}
.planing-fingerprint-1 a {
  color: #ffffff;
  padding: 20px 50px 20px 15px;
  padding-left: 45px;
  display:block;
  min-height:100px;
  background-image: url("/images/plus-32.png");
  background-repeat: no-repeat;
  background-position-y: 20px;

}
.planing-fingerprint.opt-box {
	/*width: 41%;*/
}
.analyse.opt-box {
margin-left: 1%;
margin-right: 0px !important;
}
.opt-box {
	display: inline-block;
	width: 49%;
	vertical-align:top;
	margin-right: 1%;
}
.analyse {
	background: #ff5700;
	border: 3px solid #cc4005;
	-o-transition: .3s; -ms-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; transition: .3s;
}
.analyse:hover {
	background: #ff7229;
	border: 3px solid #ed4600;
	box-shadow: 0 0 3px #ff7229;
	-o-transition: .3s; -ms-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; transition: .3s;
}
.seek-help {
	background: #008cd7;
	border: 3px solid #0679b6;
	-o-transition: .3s; -ms-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; transition: .3s;
}
.seek-help:hover {
	background: #009aed;
	border: 3px solid #0082cd;
	box-shadow: 0 0 3px #009aed;
	-o-transition: .3s; -ms-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; transition: .3s;
}
.time-for-change {
	font-size: 14px;
	line-height: 24px;
	/*text-transform: initial;*/
	color: #606060;
	text-align: justify;
}
.time-for-change h2 {
	color: #009a0e;
	font-size: 26px;
	font-weight: 600;
	margin-top: 0;
}
.time-for-change > p {

}

.staff-div {

	height: auto;
	display: inline-block;
	margin-bottom: 40px;
	margin-top: 40px;
	overflow: hidden;
}

.staff-div img {
	display: inline-block;
	width: auto;
	height: auto;
	border-radius: 6px;
	border: 1px solid #d0d0d0;
	background-image: url('/images/defaultavatar.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.staff-div-details {
	display: inline-block;
	text-align: justify;
}

.staff-div-details h3,h4 {
	margin: 0px !important;
	padding-bottom: 2px !important;
}
.staff-div-details h4 {
	padding-bottom: 10px;
}

.youtube-testimonials {
	display: inline-block;
	padding: 20px;
	text-align: center;
}

.youtube-testimonials iframe {
	width: 550px;
	height: 309px;
	border: solid thin #FFF;
}

.youtube-testimonials-band {
	width: 100%;
	padding-top: 35px;
	padding-bottom: 30px;
	background-color: #555;
	color: #FFF;
}

.testimonialsbox_dark {
    padding: 20px;
    margin: 10px 0px;
    background-color: #d5d5d5;
    color: #000;
    border-radius: 10px;
}

.testimonialsbox_light {
    padding: 20px;
    margin: 10px 0px;
    background-color: #f5f5f5;
    color: #000;
    border-radius: 10px;
}


.customer-say > h2 {
	color: #010101;
	font-size: 24px;
	font-weight: 300;
	margin-top: 0;
}
.inner-txt {
	background-color: #eaeaea;
	border-radius: 28px;
	margin: 15px 0 0;
	padding: 35px 34px;
	left: 20px;
}
.customer-text > p:before {
	/*background: url(../images/quote.png) no-repeat;*/
	content: "";
	display: inline-block;
	height: 32px;
	width: 41px;
	position: absolute;
}
.inner-txt p {
	color: #606060;
	font-size: 14px;
	line-height: 24px;
}

.customer-text > p {
	text-align: justify;
	left: 20px;
	max-height: 100px;
	overflow: hidden;
}

.customer-text > p:after {
	text-align: absolute;
	overflow: hidden;
}

.customer-div {
	position: relative;
	display: inline-block;
	overflow:hidden;
}

.inner-txt a {
	color: #2cc23a;
	font-weight: bold;
}
.joel {
	display: inline-block;
	text-align: right;
	vertical-align: top;
	width: 82%;
	padding-top: 20px;
}
.joel > h2 {
	color: #606060;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 15px;
	padding-right:2%;
}
.joel > p {
	text-align: right;
	padding-right:2%;
	font-size:12px;
}
.joel-img {
	width: 70px;
	height: 90px;
	clear: both;
	display: inline-block;
	vertical-align: top;
	padding-top: 20px;
}
.share {
	position: relative;
	margin-bottom: 30px;
}
.share:before {
	border-bottom: 26px solid transparent;
	border-left: 26px solid #eaeaea;
	content: "";
	display: inline-block;
	left: 25%;
	position: absolute;
}
.share > img {
	padding-top: 15px;
}
.demo {
	background-color: #222;
	padding: 30px 0px;
}

.frontpage-banner {
	width:100%;
	background-color: #000;
	position: relative;
	height: 850px;
	background-image: url("../images/front_page_banner.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.mgraybg{
background-color: #606060 !important;
}

.lgraybg{
background-color: #EEE !important;
}


.mgraybg h2 {
	font-size: 25px;
	padding-left: 10px;
}

.dependancies {
	padding-left: 10px;
}


.simple-life.psw-demo {
	display: inline-block;
	margin: 23px 0 0 28%;
	width: 340px;

}
.simple-life > p {
	font-size: 28px;
	font-weight: 600;
	line-height: 24px;
	/*added */
	color: #FFF;
}
.simple-life p > span {
	color: #2cc23a;
}
.request-for-demo.psw-demo {
	width: 240px;
	float: RIGHT;
}
.compatible-quoting-psw {
	float: right;
	margin: 7% 0;
	margin-bottom: 2%;
}

.quick-demo {
	left: 0;
	position: absolute;
	top: -132px;
}
.quick-demo-psw {
	text-align: center;
	position: relative;
}
.ps-quote {
	color: #000;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	padding: 0 19px;
	vertical-align: top;
	text-align: left;
	width: 45%;
}

.ps-quote-title {
	color: #000;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	padding: 0 19px;
	vertical-align: top;
	text-align: right;
	width: 100%;
}

.compatible-quoting span {
	color: #2cc23a;
}

.coming-soon {
	color: #ff5700 !important;
}

.quote li {
	background-image: url("../images/mark.png");
	background-position: 0 4px;
	background-repeat: no-repeat;
	font-size: 20px;
	font-weight: bold;
	padding-left: 29px;
	color: #000;
	padding-bottom:5px;
}

/* PRODUCTS PAGE STYLES */

.features-col {
	padding-left: 0px;
	padding-right: 15px;
	position: relative;
	min-height: 130px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.features-col img {
	padding-left: 15px;
	float: left;
	vertical-align: middle;
	top: 5px;
	position: absolute;
}

.features-col-text {
	top: 0px;
	padding-left: 90px;
	position: absolute;
	left: 0;
	margin-top: 7px;
	width: 90%;
}
.features-col h3 {
	margin: 0px;
	font-size: 19px;
	margin-bottom: 3px;
}

.features-col p {
	font-weight: 100;
	color: #333;
}

.page-title {
	width: 100%;
	background-color: #00b414;
	color: #FFF;
	padding-bottom: 0px;
}

.page-title-button {
	border: none;
	background-color: #00960f;
	margin-bottom: 0px;
	font-size: 16px;
	height: 50px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	margin-left: .5%;
	margin-right: .5%;
	width: 32%;
	font-weight: bold;
}

.page-title-button:hover {
	background-color: #00d313;
}

.page-title-button-div {
	vertical-align: baseline;
	bottom: 0;
	position: absolute;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.page-title p {
	display: inline-block;
	margin: 0px;
	margin-top: 0px !important;
	margin-bottom: 80px;
	font-size: 18px;
	font-weight: bold;
	padding-left: 32px;
}

.page-title h1 {
	font-weight: 700;
	margin: 0px;
	margin-top: 30px !important;
	font-size: 50px;
	font-family: 'Nobile';
	display: inline-block;

}

.section-title {
	font-size: 50px;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 30px;
}

.planningplus-banner {
	width:100%;
	z-index: 150;
	top: -80px;
	background-color: #FFF;
	position: relative;
	height: 850px;
	background-image: url('/images/pp_page_banner.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.subsection-title {
	font-size: 40px;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 30px;
}

.subsection-title span{
	font-size: 30px;
}

.section-text {
	width: 95%;
	margin: 0 auto;
	margin-bottom: 70px !important;
	font-size: 17px;
}

.quote-text {
	width: 95%;
	position: relative;
	z-index: 195;
	margin: 0 auto;
	margin-bottom: 0px !important;
	font-size: 18px;
	font-weight: bold;
}

.quote-text p {
	padding-top: 20px;
	text-align: justify;
}

.quote-text ul {
	display: inline-block;
	padding-right: 50px;
	vertical-align: top;
}

.quote-text li {
	background-image: url("../images/mark.png");
	background-position: 0 4px;
	background-repeat: no-repeat;
	padding-left: 29px;
	color: #000;
	padding-bottom:5px;
}


.reasons-band {
	width: 100%;
	background-color: #ddf2d9;
	padding-bottom: 50px;
}

.reasons-div {
	width: 48%;
	overflow: hidden;
	display: inline-block;
	text-align: 0 auto;
}

.reasons-div li {
	margin-top: 30px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-position: contain;
	padding-left: 68px;
	min-height: 48px;
	line-height: 55px;
	text-align: left;
	font-family: "Signika";
	font-size: 22px;
	font-weight: 600px;
}

.screenshots-div {
	display: inline-block;
	text-align: center;
	width: 48%;
	float: right;
}

.screenshot-container {
	display: inline-block;
	margin: 20px;
	margin-bottom: 0px !important;
	margin-top: 10px !important;
}


.screenshot-container-img {
	width: 200px;
	background-color: #000;
	display: inline-block;
	border: 5px #FFF solid;
}


.screenshot-container p {
	width: 230px;
	padding-top: 3px;
	font-weight: bold;
	text-align: center;
}

.screenshot-container-img:hover {
	border: 5px #333 solid;
}

.page-buttons-testimonial-div {
	width: 65%;
	display: inline-block;
	vertical-align: top;
}

.page-buttons-testimonial-div button {
	width: 100%;
	display: block;
	margin: 0 auto;
	border: none;
	background-color: #00960f;
	font-size: 16px;
	height: 50px;
	border-radius: 3px;
	font-weight: bold;
	color: #FFF;
}

.page-buttons-testimonial-div button:hover {
	background-color: #00d313;
}


.page-buttons-options-div {
	width: 30%;
	display: inline-block;
	vertical-align: top;
}

.page-buttons-options-div button {
	width: 95%;
	display: block;
	margin: 0 auto;
	font-size: 16px;
	height: 60px;
	border-radius: 3px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #333;
	background-color: #FFF !important;
	border: thin solid #e7e7e7;
	-webkit-box-shadow: 0px 0px 1px 1px #e7e7e7;
	box-shadow: 0px 0px 1px 1px #e7e7e7;
}

.page-buttons-options-div button:hover {
	background-color: #f5f5f5 !important;
}

.pp-testimonials {
	border-radius: 5px !important;
	margin-top: 0px !important;
	background-color: #FFF !important;
	width: 100%;
	padding-top: 0px !important;
}

.pp-testimonials-inner {
padding-left: 40px;
padding-right: 40px;
}

.pp-testimonials-text {
	max-height: 70px !important;
	overflow: hidden;
}

.carousel-control{
position:absolute;
top:40%;
left:0px;
width:40px;
height:40px;
margin-top:-20px;
font-size:60px;
font-weight:100;
line-height:30px;
color:#000 !important;
text-align:center;
background: #FFF !important;
border: none;
}

.distributors-band {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 25px;
	background-color: #404041;
	color: #FFF;
	text-align: center;
	margin-bottom: 40px;
}

.distributors-band h3 {
	display: inline-block;
}

.distributors-band button {
	display: inline-block;
	margin-left: 50px;
}

/* End Planning plus page */


/* Numbers plus */
.np-page {
	background-color: #ff5700 !important;
}

.np-page-button {
	background-color: #d74900;
}

.np-page-button:hover {
	background-color: #ff7225;
}

.np-reasons {
	background-color: #f5eae5;
}

/* End numbers plus */

/* Testimonials page */

.testimonial-container {
	width: auto;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	border-radius: 5px;
	background-color: #f3f3f3;
	padding: 10px;
}

.testimonialPage-details {
	display: inline-block;
	float: left;
	padding: 10px;
	padding-right: 30px;
	font-weight: bold;
	text-align: left;
	padding-left: 1%;

}

.testimonialPage-details img {
	width: 150px;
	height: 150px;
	border: solid thin #000;
	margin-bottom: 5px;
	display: inline-block;
}

.testimonialPage-details div {
	display: block;
}

.testimonialPage-details span {
	color: #00b414;
	font-weight: 600;
}


.testimonialPage-summary {
	display: inline-block;
	float: right;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

.testimonialPage-summary h1 {
	margin-top: 0px;
	margin-bottom: 10px;
}

.testimonialPage-summary p {
	width: 98%;
	text-align: justify;
}


.testimonials-video {
	width: auto;
	height: auto;
	margin: auto;
	margin-top: 10px;
	padding: 10px;
}
/* End testimonials page */



.our-newsletter {
	background: none repeat scroll 0 0 #00b414;
	padding: 35px 0;
}
.newsletter {
	float: right;
	padding-right: 20px;
}
.newsletter > h2 {
	margin-top: 0;
	font-size: 24px;
	color: #effaf0;
	font-weight: lighter;
}
.newsletter > p, .email > p {
	color: #002d05;
	font-size: 16px;
	font-weight: lighter;
	margin: 0;
	max-width: 311px;
}
.email {
	/*background-image: url("../images/arrow.png");*/
	background-position: right 32px;
	background-repeat: no-repeat;
	max-width: 364px;
	padding: 6px 0 6px 20px;
}
.mail {
	background-repeat: no-repeat;
	border: 0 none;
	margin-top: 4px;
	padding: 6px 15px;
	width: 306px;

}

.mailbutton {
	background-image: url("../images/arrow-full.png");
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
	width: 32px; height: 32px;
	background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
}

.mailbutton:hover {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

footer {
	background: none repeat scroll 0 0 #404041;
	padding: 32px 0;
}
.foot-nav {
	display: inline-block;
	padding-left: 60px;
	vertical-align: top;
	line-height: 30px;
}
.foot-nav a {
	color: #8d8d8d;
	font-size: 14px;
	font-weight: 500;
}
.foot-nav a:hover{
	color: #fff;
}
.foot-nav.psw-foot {
	padding: 0;
}
.contact-num {
	float: right;
	margin: -4px 0 0;
}
.contact-num > p {
	color: #8d8d8d;
	font-size: 18px;
	font-weight: 300;
}
.contact-num span {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
}
.foot-copy-right {
	margin-top: 8%;
}

.foot-nav-responsive {
	display: inline-block;
	vertical-align: top;
}

.copy-right > p {
	color: #8d8d8d;
	font-size: 12px;
	font-weight: 400;
	margin: 20px 0 0;
}
.social-copy {
	display: inline-block;
}
.social-link.social-copy {
	float: right;
	margin-bottom: 18px;
}
.social-link li {
	display: inline-block;
	padding: 0 3px;
}
.social-link li:last-child {
	padding-right: 0;
}
.social-link li a {
	float: left;
	height: 50px;
	text-indent: -999999px;
	width: 50px;
}
.facebook {
	background-image: url("../images/fb-img.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 24px;
	opacity: .5;
	filter: alpha(opacity=50);
}

.facebook:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.you-tube {
	background-image: url(../images/youtube-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 24px;
	opacity: .5;
	filter: alpha(opacity=50);
}

.you-tube:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.google {
	background-image: url(../images/google-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 24px;
	opacity: .5;
	filter: alpha(opacity=50);
}

.google:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.carousel.carousel-fade .item {
	-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;
	opacity:0;
}

.carousel.carousel-fade .active.item {
	opacity:1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}

.carousel.carousel-fade .carousel-control {
	z-index: 3;
}
.item .post-left {
  -webkit-transition: left 0.75s;
	-moz-transition: left 0.75s;
	-ms-transition: left 0.75s;
	-o-transition: left 0.75s;
	transition: left 0.75s;
	left:-9999px;
	position:relative;
}
.item.active .post-left {
   left:0px;
}
.item .post-right {
	-webkit-transition: right 1.2s;
	-moz-transition: right 1.2s;
	-ms-transition: right 1.2s;
	-o-transition: right 1.2s;
	transition: right 1.2s;
  right:-9999px ;
  position:relative;
  text-align:center;
}
.item.active .post-right {
  right:0px ;
}
.carousel-caption.cust-cap {
  position: static;
  padding:0;
  text-shadow:none;
}
.customer-detail {
  text-align: right;
}

/*----------------Media query starts ------------------------*/
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/

@media (max-width:1200px) {
.screenshot-container {
	margin: 10px;
	margin-top: 10px !important;
	margin-bottom: 0px !important;
}


.youtube-testimonials iframe {
	width: 450px;
	height: 252px;
}

}


@media (max-width:991px) {

.ps-quote-title {
	text-align: left !important;
	margin-bottom: 10px;
}

.fixed-nav nav.ps-nav {
	margin-top: 4.5%;
}


.hide-element {
	display: none !important;
}

.distributors-band button {
	margin: 0px;
}

.staff-div img {
	margin-bottom: 10px;
}

.reasons-div {
	float: none;
	width: 100%;
	margin-bottom: 30px;
	display: block;
}

.screenshots-div {
	float: none;
	width: 100%;
	overflow: hidden;
	display: block;
	text-align: center;
}

.page-title-button {
	font-size: 16px;
	height: 50px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	width: 100%;
	display: block;
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
}
.page-title .container {
	padding-left: 0px;
	padding-right: 0px;
}

.page-title p {
	margin-bottom: 200px;
	padding-left: 15px;
}

.page-title h1 {
	padding-left: 15px;
}


.frontpage-banner {
	height: 600px;
}

.planningplus-banner {
	height: 600px;
}

.planing-fingerprint-1 a {
  min-height: auto;
}
.foot-nav {
	padding-left: 18px;
}
.email {
	background-position: right 27px;
	padding: 0;
}
.quick-demo {
	top: -111px;
	width: 244px;
}
.simple-life.psw-demo {
	display: inline-block;
	margin: 9px 0 0 217px;
	width: 292px;
}
.btn-black.large {
	font-size: 16px !important;
}
.request-for-demo.psw-demo {
	width: 170px;
}
.simple-life > p {
	font-size: 18px;
}
.carousel-caption.custom {
	left: 20px;
	padding-top: 0;
	top: 0;
}
.ps-navigation li {
	padding: 0 5px;
}
.show-more {
	margin-top: 30px;
}
.opt-box > p {
	font-size: 18px;
	line-height: 24px;
}
.planing-fingerprint.opt-box {
	width: 100%;
}

.opt-box {
	width: 100%;
	margin: 0px;
	margin-top: 10px;
}

.opt-box.analyse {
	margin: 0px;
	margin-top: 15px;
}
.planing-fingerprint-1 {
	margin: 30px 0px;
}
}
@media (max-width:885px) {

.page-title h1 {
	font-size: 35px;
}

.frontpage-banner {
	height: 550px;
}

.planningplus-banner {
	height: 550px;
}

.quick-demo {
	top: -84px;
	width: 213px;
}
.simple-life.psw-demo {
	margin: 11px 0 0 184px;
}

.page-buttons-testimonial-div {
	width: 95%;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}

.page-buttons-options-div {
	width: 95%;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}

.page-buttons-options-div button {
	width: 100%;
}

}
 @media (max-width:767px) {

 .btn-black.large {
	font-size: 14px !important;
}

 .fixed-nav nav.ps-nav {
	margin-top: 0%;
}

.ps-quote-title {
	text-align: left !important;
}

 .testimonialPage-details {
	padding-left: 10px;
 }

 .testimonialPage-details div {
	display: inline-block;
	text-align: left;
	padding-left: 10px;
	vertical-align: top;
}

.features-col {
	min-height: 150px;
}


.logo img {
  max-height: 90px;
  max-width:60%;
}
.contact-num {
	float: none;
	margin: 10px 0 0;
}
.email {
	background-position: right 27px;
	margin: 19px auto 0;
	max-width: 343px;
	padding: 0;
}
.newsletter {
	float: none;
	text-align: center;
}
.newsletter > p {
	margin: 0 auto;
	max-width: 311px;
	text-align: left;
}
.compatible-quoting-psw {
	float: none;
	margin: 3% 0;
}
.demo {
	margin: 0px;
}
.share {
	width: 200px;
}
.share:before {
	left: 50%;
}
nav.ps-nav {
	margin-top: 0;
}
.collapse.navbar-collapse.psoft-nav {
	padding: 0px 15px;
}
.navbar-default .navbar-nav.ps-navigation {
	float: none;
}
.nav-togle {
	float: right;
	margin-top: 4%;
}
.link-nav {
	float: none;
}
.link-nav > ul {
	text-align: center;
	width: 100%;
}
.logo > img {
	max-width: 50%;
}
.carousel-caption.custom h1 {
	font-size: 32px;
	line-height: 42px;
	max-width: 330px;
}
button.btn-black {
	font-size: 16px;
}
.show-more {
	margin-top: 20px;
}
.planing-fingerprint.opt-box, .analyse.opt-box, .opt-box {
	width: 100%;
	margin: 10px 0px;
}
.opt-box > p {
	padding-top: 5px;
}
.contact-num {
	display: inline-block;
	float: none;
	margin: -4px 0 0 14px;
}
.foot-nav {
	padding: 0 8px;
}
.navbar-default .navbar-nav.ps-navigation li a {
  padding: 10px 5px;
}
}
 @media(max-width:760px) {
.social-link.social-copy {
	display: block;
	margin: 0 auto 10px;
	float: none;
}
.foot-copy-right {
	text-align: center;
}
}
@media(max-width:690px) {
.foot-nav {
	margin-bottom: 5px;
	padding: 0 8px;
	width: 98%;
}
.foot-nav.psw-foot {
	padding: 0 10px;
}


.contact-num {
	width: 98%;
	margin-top: 20px;
	float: none;
	text-align: center;
}
}
@media (max-width:680px) {



.frontpage-banner {
	height: 400px;
}

.planningplus-banner {
	height: 400px;
}

.compatible-quoting > p {
	max-width: 100%;
}
.simple-life.psw-demo {
	margin: 0 0 0 174px;
	width: 213px;
}
.request-for-demo.psw-demo {
	width: 154px;
}
}
@media (max-width:650px) {
.quick-demo {
	margin: -84px auto 0;
	position: relative;
	top: 0;
	width: 200px;
}


.simple-life.psw-demo {
	margin: 0;
}
.quick-demo-psw {
	text-align: center;
}
.request-for-demo.psw-demo {
	float: none;
	margin: 12px auto 0 auto;
	width: 176px;
}
.banner {
	min-height: 270px;
	padding: 30px 0;
}
.banner .carousel.slide {
	height: 206px;
}
.cusut-caption h1 {
	font-size: 25px;
	max-width: inherit;
	line-height: 34px;
}
.slide-indicator {
	bottom: -32px;
}
}
@media (max-width:580px) {

.customer-text > p {
	max-height: 200px;
}

.header-btm {
	padding: 5px 0;
}

.frontpage-banner {
	height: 300px;
}

.planningplus-banner {
	height: 300px;
}



.logo > img {
	max-width: 60%;
}
.work-practice1, .work-practice1.reduce-ct {
	max-width: inherit;
	width: 49%;
	margin-left: 0px;
	margin-right: 0px;
}
.carousel-caption.custom h1 {
	font-size: 24px;
	line-height: 32px;
	max-width: 240px;
}
.show-more {
	margin-top: 12px;
}
button.btn-black {
	font-size: 14px;
	padding: 6px 26px;
}
}
@media(max-width:510px) {

.youtube-testimonials iframe {
	width: 400px;
	height: 224px;
	padding: 0px;
}

.cusut-caption h1 {
	font-size: 18px;
	line-height: 23px;
	max-width: inherit;
}
.banner .carousel.slide {
	height: 160px;
}
.banner {
	min-height: 220px;
	padding: 30px 0;
}
.col-xs-6.col-sm-6.img img {
	width: 86%;
}

.reasons-div li img {
display: block;
margin: 0 auto;
}

.reasons-div li p {
display: block;
margin: 0 auto;
width: 100%;
}
}
@media (max-width:480px) {
 .foot-nav-responsive {
	width: 45%;
	padding-left: 5px;
 }


 .youtube-testimonials iframe {
	width: 350px;
	height: 196px;
}

.carousel-caption.custom h1 {
	font-size: 20px;
	line-height: 24px;
	margin-top: 10px;
	max-width: 210px;
}
}
@media(max-width:420px) {

 .foot-nav-responsive {
	width: 45%;
	padding-left: 5px;
 }

 .youtube-testimonials iframe {
	width: 330px;
	height: 185px;
}

button.btn-black {
	font-size: 10px;
	padding: 5px 12px;
}
.cusut-caption h1 {
	font-size: 15px;
}
.joel > h2 {
  margin-top: 0;
}
.inner-txt {
  padding: 20px;
}
}
 @media (max-width:400px) {

 .customer-text > p {
	max-height: 250px;
}

 .youtube-testimonials iframe {
	width: 310px;
	height: 174px;
}

.quote li {
	font-size: 14px;
	padding-left: 29px;
}

.email {
	max-width: 303px;
}
.mail {
	width: 265px;
}
.logo > img {
	max-width: 65%;
}
.nav-togle {
	margin-top: 3%;
}
.work-practice1, .work-practice1.reduce-ct {
	width: 100%;
}
.carousel-caption.custom h1 {
	font-size: 16px;
	line-height: 20px;
	margin-top: 10px;
	max-width: 170px;
}
.show-more {
	margin-top: 0;
}
button.btn-black {
	font-size: 14px;
	padding: 4px 18px;
}
}
@media (max-width:360px) {

 .scrolling-logo {
	height: auto;
}

 .youtube-testimonials iframe {
	width: 260px;
	height: 146px;
}

.testimonialPage-details {
text-align: center;
}

.testimonialPage-details div {
	display: block;
	text-align: center;
	padding-left: 0px;
	vertical-align: top;
}

.features-col {
height: 235px !important;
}

.newsletter > h2 {
	font-size: 18px;
}
.cusut-caption {
	display: none;
}
.mail {
	width: 86%;
}
.col-xs-6.col-sm-6.img {
	height: 154px;
	text-align: center;
	width: 100%;
}
.col-xs-6.col-sm-6.img img {
	height: 100%;
	width: 180px;
}
}


/* ------ DIV LAYERS ------- */
#contactbox {
background-color: #f0f0f0;
border-radius: 10px;
padding: 20px;
margin-left: 20px;
font-size: 120%;
margin-top: 70px;
}

#contactbox h5 {
	font-size: 17px;
}

#contactbox h3 {
	font-weight: bold;
}

#contactbox h4 {
	font-weight: bold;
}

#formbox{width: 100%; margin: auto; padding: 10px; border: 1px solid #f0f0f0; border-radius: 10px; /*box-shadow: #c0c0c0 0px 0px 7px;*/}
#tokenbox{margin: 8px 0px; padding: 5px; background-color: #f0f0f0; border: 2px solid #ececec; border-radius: 5px; text-align: right;}

/* NEW STYLES ADDED FROM HERE */

.required{color: #ff0000;}

.contact-inner {
	position: relative;
	display: table;
	height: 100%;
	margin: auto;
	width: 75%;
	max-width: 1400px;
	table-layout: fixed;
	margin-bottom: 30px;
}

/* Removes the bootstrap confliction where it was removing all spaces */
.contact-inner table {
	border-collapse: separate !important;
	border-spacing: 5px !important;
}

/* VIDEO TUTORIAL STYLES */
.video_tutorial_category_outer {
	width: 100%;
	height: auto;
	display: table;
}
.video_tutorial_category{
	width: 100%;
	display: table-row;
	margin-bottom: 15px;
	text-align:left;
}
.video_tutorial_category > div {
	width: 33%;
	display: table-cell;
	padding: 10px;
}
.video_tutorial_category > div > div{border: 1px solid #eee; border-radius: 2px; position: relative; padding: 10px;}
.video_tutorial_category h3 {display: inline-block; margin: 0;}
.video_tutorial_category .expandFurther {
    position: absolute;
    top: 3px;
    right: 3px;
    padding: 3px 11px;
    border-radius: 30px;
    border: 1px solid #eee;
    font-family: "Open Sans; ";
	cursor: pointer;
}
.video_tutorial_category .expandFurther:hover {border-color: #ddd;}
.video_tutorial_category_row {
	width: 100%;
	display: table;
	margin-bottom: 15px;
	text-align:left;
}
.video_tutorial_category_outer .video_tutorial_category_row > div {
	display: table-row;
	height: auto;
	width: 100%;
}
.video_tutorial_category_outer .video_tutorial_category_row > div > div{
	display: table-cell;
	width: 50%;
	height: auto;
	padding: 10px 25px;
}
.video_tutorial_category_outer div h3 {margin-bottom:3px; font-size: 26px; color:#019A0F; text-align: left;}
.video_tutorial_category_outer div h4 {font-weight:400; font-size: 14px; font-family:'Open Sans',sans-serif; text-align: left; margin-top: 10px;}


/* ------ FORMS AND MESSAGES ------- */

form{margin: 0; padding: 0}
input{font-size: 13px; padding:5px;}
input, textarea, select{-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
input[type="text"],input[type="email"],input[type="tel"]{font-size: 14px; vertical-align: middle; padding: 8px 6px; border: 1px solid #d0d0d0; border-radius: 4px;}
input[type="text"]:focus,input[type="email"]:focus,input[type="tel"]:focus{border-color: #000;}
textarea{font-size: 13px; font-family: verdana; vertical-align: middle; padding: 8px 6px; border: 1px solid #d0d0d0; border-radius: 4px;}
textarea:focus{border-color: #000;}
select{font-size: 13px; vertical-align: middle; padding: 8px 6px; border: 1px solid #d0d0d0; border-radius: 4px;}
select:focus{border-color: #000;}

div.success{display: block; margin-bottom: 10px; background-color: #d3ff73; border: 1px solid #b7e750; border-radius: 5px; color: #1d9a00;}
div.error{display: block; margin-bottom: 10px; background-color: #ffd3d6; border: 1px solid #ffafb4; border-radius: 5px; color: #e71c2f;}
div.info{display: block; margin-bottom: 10px; background-color: #d7f4ff; border: 1px solid #a3e6ff; border-radius: 5px; color: #0080b0;}
div.msg{padding: 10px; font-weight: 600; font-size: 110%; text-shadow: 1px 1px #fff; filter: DropShadow(Color=#fff, OffX=1, OffY=1);}
input.error{background-color: #ffdede !important; color: #000 !important}
textarea.error{background-color: #ffdede !important; color: #000 !important}
select.error{background-color: #ffdede !important; color: #000 !important}
span.success{width: 100%; display: block; margin: 10px 0px; padding: 5px 10px; background-color: #cdffb9; border: 1px solid #81ff4e; font-weight: bold;}
