html {
    font-size: 100%;
}

.nav > li > a {
    padding: 10px 12px;
}

body {
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #313131;
    line-height: 27px;
    text-align: center;
    overflow-x: hidden !important;
    margin: auto !important;
}

.loading {
	cursor: wait !important;
}

input, textarea, select {
   -webkit-appearance: none;
}

li {
	line-height: 32px;
}

.navbar-brand > img {
  display: inline-block;
}

.navbar-inverse .navbar-nav > li > a:hover, 
.navbar-inverse .navbar-nav > li > a:focus {
color: #999;
}

.redText {
color: #b50000;
}

.smaller {
    font-size: 14px;
	line-height: 20px;
}

.introText {
	width: 80%;
}

.introText p {
    margin: 0 0 14px;
}


/* IE 10 in Win 8 and Windows Phone 8 Bug fix */

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

a {
    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
}

a:hover {
    text-decoration: none;
}

.btn:focus,
.btn:active {
    outline: inherit;
}


/* Other fixes*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
            box-sizing: border-box;
}

ul,
ol {
    padding-left: 0 !important;
}

ul li {
    list-style: none;
}


/* PRE LOADER */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
	background: url("../images/logo-small.png") no-repeat fixed center 40% #fefefe;
}

.status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    margin: -20px 0 0 -20px;
}

/* HEADINGS */

h1,
h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

h1 {
    font-size: 3.75rem;
    line-height: 4.688rem;
}

h2 {
    font-size: 2.525rem;
    line-height: 3.163rem;
}

h3 {
    font-size: 24px;
    line-height: 38px;
    font-weight: 300;
}

h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

/* CUSTOM BUTTON  */

.standard-button,
.standard-button2 {
    font-size: 18px;
    font-weight: 400 !important;
    border-radius: 0 !important;
    text-shadow: 0 !important;
    color: #ffffff;
    min-width: 150px;
    border: none;
    padding: 16px 25px 14px;
    /*margin: 5px;*/
    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
}

.standard-button:hover,
.standard-button2:hover {
    border: none;
}

.standard-button i,
.standard-button2 i {
    vertical-align: inherit;
    margin-right: 8px;
    font-size: 20px;
}

.subscription-form #subscribe-button {
   line-height: 27px;
    vertical-align: top;
}


/* TEXT */

.white-text {
    color: #ffffff;
}

.dark-text {
    color: #272727;
}

.grey-bg {
    background: #F7F8FA !important;
}


/* SECTIONS */

.section-header {
    padding-bottom: 78px;
}

#roiCalculator {
    padding-bottom: 90px;
}

#roiCalculator .section-header {
    padding-bottom: 25px;
}

.section-header h2 {
    margin-bottom: 20px;
}

.section-header .section-description {
    display: inline-block;
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* LINES */

.coloured-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
}

.white-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
    background: #ffffff;
}

.coloured-line-left {
    float: left;
    z-index: 1;
    display: block;
    width: 165px;
    height: 1px;
}

/* SECTION STYLES */

/* SECTION:  HOME */

header {
    background: url(../images/bg-1.jpg) no-repeat center top fixed;
    -webkit-background-size: cover;
            background-size: cover;
}

header .colour-overlay {
    min-height: 900px;
}

header .full-screen {
    width: 100%;
    height: 100px;
}

/* TOP BAR WITH NAVIGATION */

.sticky-navigation {
  min-height: 50px; /*60px;*/
  background: #FFFFFF;
  border: none;
  padding: 0 !important;
  margin-bottom: 0 !important;
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
          box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}

.sticky-navigation .navbar-header img {
  max-height: 30px;
  -webkit-backface-visibility: hidden;
}

.sticky-navigation .main-navigation .current a {
  color: #000000 !important;
  position: relative;
  outline: none;
}

.sticky-navigation .main-navigation li a {
  line-height: 30px;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}

.sticky-navigation .main-navigation li a:hover {
    color: #000000;
}

@media (min-width: 768px) {
  .navbar .container {
    width: 100%;
  }
}

.navbar-brand {
    padding: 12px 15px;
}

.navbar-inverse .navbar-toggle {
	border-color: #9d9d9d;
	background: #9d9d9d;
	border-radius: 0;
	margin-top: 10px;
}

.navbar-toggle {
    margin-bottom: 10px;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #888;
}

.navbar-inverse .navbar-collapse, 
.navbar-inverse .navbar-form {
	border-color: #ddd;
	overflow: hidden;
}
header .only-logo .navbar {
    background: none;
    padding-top: 60px;
	text-align: left;
}

header .only-logo .navbar .navbar-header {
    float: none;
}

 .left-align {
    text-align: left;
}

/* INTRO */

header .intro-section {
    margin: auto;
    padding-top: 4%; /* 15% */
	text-align: left;
}

header .intro-section .intro {
    margin-bottom: 60px;
	color: #000;
}

header .intro-section h5 {
    color: #ffffff;
}

header .intro-section .buttons {
    margin-top: 55px;
}
@media (min-width: 991px) {
	#intro2 h2 {
		max-width: 470px;
	}
}

.preText {
	font-weight: 400;
	padding-top: 7px;
	padding-bottom: 6px;
	display: inline-block;
}

/* SECTION:  FEATURES */

.features {
    padding-top: 80px;
    padding-bottom: 30px;
    background: #ffffff;
}

.features .features-left {
    text-align: right;
    margin-top: 26px;
    margin-bottom: 80px;
}

.features .features-left .icon-container {
    float: right;
    margin-left: 20px;
}

.features .features-right {
    text-align: left;
    margin-top: 26px;
    margin-bottom: 80px;
}

.features .features-right .icon-container {
    float: left;
    margin-right: 20px;
}

.features .feature {
    margin-bottom: 40px;
}

.features .feature .icon-container {
    display: block;
    min-height: 120px;
    /*margin-top: 5px;zz*/
	margin-top: -13px;
}

.features .feature .icon-container .icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    line-height: 55px;
    font-size: 18px;
    text-align: center;
    -webkit-transition: all ease-in 0.25s;
            transition: all ease-in 0.25s;
    -webkit-background-clip: padding-box;
           -moz-background-clip: padding;
            background-clip: padding-box;
}

.features .phone-image {
    max-width: 250px;
    margin: auto;
    margin-bottom: 80px;
}

.features .phone-image img {
    width: 100%;
}


/* SECTION:  intro */

.app-intro {
    padding-top: 110px;
    padding-bottom: 60px;
}

.app-intro h2 {
    margin-bottom: 20px;
}

.app-intro .phone-image {
    max-width: 350px;
    margin: auto;
    margin-bottom: 50px;
}

.app-intro .phone-image img {
    width: 100%;
}

.app-intro .ipad-image img {
    width: 145%;
}

.app-intro .left-align {
    text-align: left;
    margin-bottom: 30px;
}

.app-intro .left-align p {
    display: block;
    float: none;
    margin-top: 16px;
}

.app-intro .left-align .feature-list {
    margin-top: 40px;
}

.app-intro .left-align .feature-list li {
    margin-bottom: 26px;
}

.app-intro .left-align .feature-list li i {
    margin-right: 10px;
    vertical-align: inherit;
}

#intro2 {
    padding-bottom: 0;
}

#intro3 {
    padding-bottom: 0px;
}

@media (max-width: 767px) {
	#intro3  {
		padding-bottom: 60px;
	}
}

@media (min-width: 768px) {
	.digitalAcceptance {
		float: right;
	}
}

/* VIDEO */

video {
    height: auto;
}

iframe,
embed,
object {
    max-width: 100%;
}

.video-container {
    width: 90%;
    background: transparent !important;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 40px; 
}

.video {
    background: transparent !important;
}


/* SECTION:  TESTIMONIALS */

.testimonials {
    background: url(../images/bg-2.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
            background-size: cover;
    color: #ffffff;
}

.testimonials .colour-overlay {
    padding-top: 110px;
    padding-bottom: 110px;
}

.testimonials .feedback {
    max-width: 750px;
    margin: auto;
}

.testimonials .feedback .image {
    font-size: 24px;
    border: 2px solid transparent;
    -webkit-box-shadow: 0px 0px 0px 2px #ffffff;
            box-shadow: 0px 0px 0px 2px #ffffff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: auto;
    margin-top: 5px;
    overflow: hidden;
}

.testimonials .feedback .image img {
    width: 100%;
    vertical-align: top;
}

.testimonials .feedback .message {
    font-size: 18px;
    font-style: italic;
    margin-top: 40px;
    margin-bottom: 30px;
}

.testimonials .feedback .name {
    margin-top: 15px;
    font-weight: 400;
}

.testimonials .feedback .company-info {
    font-size: 12px;
}

.testimonials .owl-theme .owl-controls .owl-page span {
    background: #ffffff;
    border-radius: 50%;
}

.testimonials .customNavigation a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* SECTION:  SERVICES */

.services {
    padding-top: 80px;
    padding-bottom: 60px;
    background: #ffffff;
}

.services .single-service {
    padding-bottom: 60px;
}

.services .single-service .service-icon {
    font-size: 80px;
}

.services .single-service h3 {
    margin-top: 20px;
}


/* SECTION:  SCREENSHOTS */

.screenshots {
    padding-top: 80px;
    padding-bottom: 120px;
}

.screenshots .shot {
    background: #FFFFFF;
    padding: 10px;
    margin: 13px;
    /*border-radius: 4px;*/
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
}

.screenshots .shot img {
    /*border-radius: 4px;*/
    width: 100%;
}

/* SECTION:  PACKAGES */

.packages {
    padding-top: 80px;
    padding-bottom: 60px;
    background: #ffffff;
}

.package-item {
    background: #F7F8FA;
    overflow: auto;
    border: 0px solid #161616;
    /*border-radius: 3px;*/
    margin-bottom: 60px;
}

.package-item .price {
    background: #FFFFFF;

}
.package-item .colour-bg {
    background-color: !important;
}
.package-item .price h2 {
    color: #272727;
}

.package-item .price .colour-bg h2 {
    color: #FFFFFF !important;
} 

.package-item .price .sign {
    vertical-align: super;
    font-size: 20px;
}

.package-item .price .month {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.package-item .package-feature {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 20px;
  text-align: left;
}

.package-item .package-feature > li {
  margin-top: 15px;
  margin-bottom: 15px;
}

.package-item .package-feature > li > span {
  margin-right: 7px;
}

/* SECTION:  DOWNLOAD */

.contact {
    background: url('../images/bg-3.jpg') no-repeat center fixed;
    -webkit-background-size: cover;
            background-size: cover;
    color: #ffffff;
}

.contact-info {
	display: inline-block;
	vertical-align: top;
	width: 220px;
	padding-left: 10px;
	padding-right: 10px;
}

.contact .colour-overlay {
    padding-top: 110px;
    padding-bottom: 70px;
}

.contact .download-container {
    padding-bottom: 80px;
}

.contact .subscription-form-container {
    padding-bottom: 80px;
}

.contact .subscription-form .input-box {
    height: 57px;
    padding-left: 20px;
    width: 320px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #FFF;
    border: 2px solid #FFF;
	display: inline-block;
}

@media (max-width: 320px) {
	.contact .subscription-form .input-box {
		width: 260px;
	}
}

.contact .subscription-form input,
.contact .subscription-form button {
	margin-top: 6px;
}

.contact .subscription-form .input-box:focus, 
.contact .subscription-form .input-box:active {
    color: #000;
    font-weight: 400;
}

.contact .subscription-form .subscription-success,
.contact .subscription-form .subscription-error {
    display: none;
}

.contact h2 {
    margin-bottom: 30px;
}


#postQuoteActions {
margin-top: 30px;	
}

/* SECTION:  FOOTER */

#requestForm {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 25px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}

#requestForm .form-control {
	border: 1px solid #ddd;
	color: #333;
}

footer .contact-box {
    margin-bottom: 78px;
}

footer .contact-box .contact-button {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin: auto;
    position: relative;
    font-size: 30px;
    line-height: 60px;
    vertical-align: middle;
    margin-top: -40px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 0px 3px #ffffff;
            box-shadow: 0px 0px 0px 3px #ffffff;
    -webkit-backface-visibility: hidden;
    -webkit-background-clip: padding-box;
           -moz-background-clip: padding;
            background-clip: padding-box;
}

footer .contact-box .contact-button:hover {
    color: #ffffff;
}

footer .contact-box .expanded-contact-form {
    margin-top: 40px;
    display: none;
}

footer .contact-box .expanded-contact-form .success,
footer .contact-box .expanded-contact-form .error {
    display: none;
}

footer .contact-box .expanded-contact-form .input-box {
    margin-bottom: 10px;
    margin-top: 10px;
    height: 50px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

footer .contact-box .expanded-contact-form .textarea-box {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

footer .contact-box .expanded-contact-form .textarea-box:active {
    color: #000;
}

.form-control {
    border-radius: 0;
}

footer .social-icons {
    margin-top: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
}

footer .social-icons li {
    display: inline-block;
    margin: 5px;
}

footer .social-icons li a {
    font-size: 30px;
    color: #c2c2c2;
}

footer .copyright {
    color: #808080;
    padding-top: 10px;
    margin-bottom: 50px;
}

@media (max-width: 360px) {

	.coloured-line {
		margin-left: 0;
	}
	
	.section-header h2 {
		text-align: left;
	}
	
	#roiCalculator .coloured-line {
		margin-left: auto;
	}
	#roiCalculator .section-header h2 {
		text-align: center;
	}
	
	#home {
		background-attachment: scroll;
		background-position: center top !important;
		padding-top: 20px;
	}

	.app-intro, .services {
		padding-top: 35px;
		padding-bottom: 30px;
	}
	
	#intro3, .services .single-service {
		padding-bottom: 30px;
	}
	
	#roiCalculator {
		padding-bottom: 60px;
	}
	
	.testimonials .colour-overlay {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	.contact .colour-overlay {
		padding-top: 35px;
		padding-bottom: 10px;
	}
}

#roiForm input.previous,
#roiForm input.next,
#roiForm input.submit {
	margin-top: 25px;
}

#roiResults {
    border: 1px solid #1ba3dd;
    padding: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	
	font-size: 20px;
    line-height: 32px;
}

#roiAssumptions {
	font-size: 12px;
	max-width: 320px;
	text-align: left;
	margin: 0 auto;
}

#roiAssumptions li {
	line-height: 18px;
}

#hideAssumptionsBtn {
	display: block;
	margin: 0 auto;
}

.resultNum {
    color: #1ba3dd;
    font-size: 30px;
    font-weight: 400;
    padding: 8px 10px;
    vertical-align: sub;
	display: inline-block;
}

.resultsTable {
	margin-left: auto;
	margin-right: auto;
}

.resultsTable td {
	text-align: left;
}

.resultsTable tr td:first-child  {
	padding-left: 10px;
}
.resultsTable tr td:last-child  {
	padding-right: 10px;
}

.resultsTable tr.saveLine {
	background-color: #1ba3dd;
	color: #fff;
}

.resultsTable tr.saveLine .resultNum {
	color: #fff;
}

@media (max-width: 820px) {
	#roiResults {
		width: 90%;
	}
}

@media (max-width: 550px) {
	#roiResults {
		width: 100%;
		font-size: 15px;
		line-height: 26px;
	}
	
	.resultNum {
		font-size: 22px;
		padding: 17px 10px;
	}
}



#roiForm.showAllWizard fieldset {
	display: block !important;
	position: relative !important;
	opacity: 1 !important;
	transform: none !important;
	padding-top: 5px;
	padding-bottom: 5px;
}

#roiForm.showAllWizard h3 {
	margin-top: 5px;
	padding-bottom: 10px;
}

#roiForm.showAllWizard input.previous,
#roiForm.showAllWizard input.next {
	display: none;
}

#roiForm.showAllWizard .question {
	padding-bottom: 15px;
}