/*
 * Text-editor configutation for various text-editors:
 * kate: replace-tabs on; indent-width 4;
 */

/*   =========================================
   GLOBAL STYLES
   =========================================
   -----------------------------------------*/

html {
  font-size: 100%;
}

body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  color: #808080;
  font-weight: normal;
  overflow-x: hidden;
  line-height: 25px;
  text-align: center;
}

/* Internet Explorer 10 in Windows 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;
}

/* Other fixes*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
i {
  vertical-align: middle;
}
ul,
ol {
  padding-left: 0 !important;
}
li {
  list-style: none;
}
.clear {
  clear: both;
}
/* Selection colours (easy to forget) */
::-moz-selection {
  background: #68b12c;
  color: #fff;
}
::selection {
  background: #68b12c;
  color: #fff;
}
::-moz-selection {
  background: #68b12c;
  color: #fff;
}

a {
  color: #6c7fb2;
  -webkit-transition: all 700ms;
  transition: all 700ms;
}

a,
a:hover {
  text-decoration: none;
}
a:hover {
  color: #68b12c;
}
p {
  margin: 0;
}
.full-width {
  width: 100%;
  margin: auto;
}

/*---------------------------------------
 **   TYPOGRAPHY                     -----
-----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

h1,
h2 {
  font-weight: 700;
  text-transform: uppercase;
}
h1 {
  font-size: 55px;
}
h2 {
  font-size: 50px !important;
  line-height: 55px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 23px;
}
h5 {
  font-size: 17px;
}
h6 {
  font-size: 18px;
}

/*---------------------------------------
 **   BUTTONS                        -----
-----------------------------------------*/
.buttons {
  text-align: center;
  margin-bottom: 100px;
  margin-top: 45px;
}
.button {
  display: inline-block !important;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 35px 10px 35px;
  border-radius: 4px;
  margin: 10px;
}

.btn-front-page > .img-responsive {
  margin: 0px auto;
}

/** FOR TEXTS AND ICON FONTS **/
.blue-text {
  color: #3ab0e2;
}
.dark-text {
  color: #404040;
}

/*---------------------------------------
 **   BASIC STYLING                 -----
-----------------------------------------*/

.text-left {
  text-align: left;
}
.center-by-margin {
  margin-left: auto;
  margin-right: auto;
  float: inherit;
}

/*---------------------------------------
 **   FORM                           -----
-----------------------------------------*/
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus {
  outline: 1 !important;
  outline-color: #e96656 !important;
  /*-webkit-appearance:none;*/
  /*border:none !important;*/
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/*---------------------------------------
 **   SECTION HEADERS                -----
-----------------------------------------*/
/*** SECTION HEADERS ***/
.focus,
.works,
.about-us,
.features,
.products {
  padding-top: 100px;
}
.contact-us,
.signup {
  padding-top: 50px;
}

.section-header {
  text-align: center;
  padding-bottom: 75px;
}
.section-header h2 {
  padding-bottom: 10px;
  padding-bottom: 3px;
  position: relative;
  display: block;

  color: #0c3b45;

  text-transform: none;
  font-weight: 300;
  font-size: 25px;
  line-height: 1em;
}
.section-header h6 {
  font-weight: 400;
  color: #7f7f7f;
  font-size: 20px;
}
.section-header h2.dark-text {
  padding-bottom: 8px;
}

.section-header h6.dark-text {
  font-weight: 300;
  color: #6c7fb2;
  color: #0c3b45;
  padding-bottom: 8px;
}

/* 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;
}
.status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

/*---------------------------------------
=========================================
 **   SECTION STYLES                 -----
=========================================
-----------------------------------------*/

/*---------------------------------------
=========================================
 **   MASTER BUTTONS                -----
=========================================
-----------------------------------------*/

.btn-primary {
  background: #6c7fb2;
  border-color: #9ac1ff;
}

.btn-primary:hover {
  background: #9ac1ff;
  border-color: #9ac1ff;
}

/* ON HOVER COLORED ROUNDED CIRCLE AROUND ICONS */
.red,
.green,
.blue,
.yellow {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/*---------------------------------------
 **   SECTION:  PORTFOLIO          -----
-----------------------------------------*/
.works {
  padding-bottom: 100px;
  background: #ffffff;
  min-height: 800px;
}

/* PROJECT DETAILS LOADER */
#back-button {
  display: none;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 35px 13px 35px;
  border-radius: 4px;
  margin: 10px;
}
#back-button i {
  margin-right: 10px;
}
#loader {
  min-height: 930px;
  position: relative;
  display: none;
}

/*-- FAQ --*/
.faq .container {
  padding-bottom: 15px;
}

/*-- "Document's" solo page --*/
.document {
  padding: 50px 100px;
}
.document-content {
  text-align: left;
}
.document-content h6,
.document-content h5,
.document-content h4,
.document-content h3,
.document-content h2,
.document-content h1 {
  font-weight: 400;
  line-height: 1.5em;
  color: #000;
  text-align: left;
}

.document-content h1 {
  font-size: 30px !important;
}
.document-content h2 {
  font-size: 25px !important;
}
.document-content h3 {
  font-size: 25px !important;
}
.document-content h4 {
  font-size: 18px !important;
  color: #444 !important;

}
.document-content h5 {
  font-size: 17px !important;
  line-height: 2em !important;
  color: #444 !important;
  font-weight: 600 !important;
}
.document-content h6 {
  font-size: 16px !important;
  line-height: 2em !important;
  margin-top: 8px !important;
  font-weight: 600 !important;
}

.document-content ul {
  list-style: disc;
  padding-left: 20px !important;
}

.document-content li {
  list-style: disc;
  padding-left: 0;
  margin-bottom: 10px;
}

.document h6.dark-text {
  text-align: center;
}

.document-content table {
  width: 95%;
  margin-bottom: 10px;
  table-layout: fixed;
  word-wrap: break-word;
  text-wrap: balance;

}
/* Style for the date */
.document-content table h4{
  text-align: right;
}

/* ensure that when wraping text in the table. date doesn't get broken */
.document-content table td:has(h4){
  width: 100px
} 

@media screen and (max-width: 550px) {
  .document-content table tr{
    display: flex;
    flex-direction: column-reverse;
  } 
  .document-content table td:has(h4){
    width: 100%;
  }
}


/*---------------------------------------
 **   SECTION:  CASES               -----
-----------------------------------------*/
.cases {
  background: #fff;
  padding: 0 0 60px 0;
  clear: both;
}
.stat {
  margin-bottom: 40px;
}
.stat h3 {
  margin-top: 20px;
  padding-bottom: 5px;
  position: relative;
  display: inline-block;
}
.stat h6 {
  color: #d1d1d1;
  margin-top: 15px;
}

/*---------------------------------------
 **   SECTION:  OUR TEAM              -----
-----------------------------------------*/
.team-member {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin-bottom: 35px;
}
.team-member .details {
  text-align: left;
  font-size: 13px;
  line-height: 20px;
  position: absolute;
  padding: 15px;
  top: -200px;
  left: 0;
  width: 100%;
  height: 190px;
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  opacity: 0;
}
.team-member:hover .details {
  top: 0;
  background: #333;
  color: white;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  opacity: 1;
}
.team-member h5 {
  text-transform: uppercase;
  color: #404040;
  font-weight: 700;
  position: relative;
}
.team-member .position {
  font-size: 13px;
  margin-top: 15px;
}

/*---------------------------------------
 **   SECTION:  FEATURES              -----
-----------------------------------------*/
.features {
  background: #ffffff;
  text-align: left;
  padding-bottom: 51px;
}
.features .feature {
  margin-bottom: 55px;
  clear: both;
}
.features .feature-icon {
  font-size: 55px;
  float: left;
  margin-top: 10px;
  margin-right: 25px;
}
.features .feature h5 {
  font-weight: bold;
  line-height: 33px;
  color: #095e9e;
  font-size: 20px;
}
.features .feature p {
  font-size: 15px;
  min-height: 110px;
}
/*---------------------------------------
 **   SECTION:  FAQ            -----
-----------------------------------------*/
.faq_row h5 {
  font-weight: bold;
  line-height: 28px;
  color: #095e9e;
  font-size: 20px;
  text-align: left;
  margin-bottom: 12px;
}
.faq_row p {
  font-size: 15px;
}
.faq_row {
  font-size: 15px;
  min-height: 240px;
}

.faq_row2,
.faq_row3 {
  min-height: 210px;
}

/*---------------------------------------
**   SECTION:  PRODUCTS             -----
-----------------------------------------*/
.products {
  background: url(../images/product-bg.png) 50% 0 repeat;
}
.products .color-overlay {
  background: rgba(39, 144, 176, 0.96);
  margin-top: -100px;
  padding-top: 100px;
  padding-bottom: 70px;
}

/*---ITEM STYLE ---*/
.item {
  width: 100%;
  height: 260px;
  display: block;
  -webkit-background-size: 100%;
  background-size: 100%;
  position: relative;
  margin: auto;
  margin-bottom: 30px;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  border-radius: 4px;
}

/*---------------------------------------
 **   SECTION:  NEWSLETTER            -----
-----------------------------------------*/
.newsletter {
  padding-top: 62px;
  padding-bottom: 62px;
  background: rgba(0, 0, 0, 0.5);
}
.newsletter h3 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
}
.newsletter .subscription {
  margin-top: 15px;
}

/*----------------------------------------
 **   SECTION:  TESTIMONIAL            -----
-----------------------------------------*/
.owl-theme .owl-controls .owl-page span {
  background: #886e0e;
  border-radius: 50%;
}

/*----------------------------------------
 **   SECTION:  SIGN UP               -----
-----------------------------------------*/

.signup {
  background: white;
  padding-bottom: 50px;
  text-align: left;
}
textarea {
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
}

/*----------------------------------------
 **   SECTION:  CONTACT US           -----
-----------------------------------------*/

.contact-us {
  background: white;
  padding-bottom: 50px;
}
textarea {
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
}

/* ----------------------------------------*/
/*   SECTION:  FOOTER                      */
/* ----------------------------------------*/
footer {
  background: #022334;
}
.footer-column {
  padding-top: 67px;
  padding-bottom: 67px;
  text-align: left;
  color: white;
}
.footer-column h4,
.footer-column a {
  color: #fff;
  text-align: left;
}
.footer-column h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer-column .nav > li > a {
  display: inline;
  padding: 0px;
  line-height: 30px;
}
.footer-column .nav > li > a:hover {
  background: transparent;
  color: #fff;
  font-weight: bold;
}
.copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #171717;
  text-align: left;
  color: #fff;
}

/* ========================================= */
/* -----------------------------------------*/
/*   SINGLE PROJECT PAGE                     */
/* -----------------------------------------*/
/* ========================================= */

.single-project {
  text-align: left;
  margin-bottom: 25px;
}
.single-project h3 {
  margin-bottom: 10px;
  padding-bottom: 7px;
  line-height: 40px;
  border-bottom: 1px dotted #dadada;
}
.single-project .button {
  margin-left: 0;
}

.how-it-works .descriptions h4 {
  color: #0e6eaa;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 0;
  margin-top: 20px;
  height: 40px;
  font-size: 19px;
  text-align: left;
}
.line {
  border-bottom: 1px solid #e0e0e0;
  width: 40px;
  margin-bottom: 20px;
}

.how-it-works .descriptions p {
  text-align: left;
  font-size: 15px;
}

.btn {
  padding: 6px 40px;
  margin: 0 20px;
  font-size: 17px;
  margin-bottom: 10px;
}
.btn-default {
  background-color: #bbc3c6;
  border-color: #ccc;
  color: white;
}

.one-two-three-cell {
  width: 33%;
}

#portfolio-list img {
  border: 10px solid white;
  padding: 0;
}
#portfolio-list,
.one-two-three-cell {
  padding: 0;
}

.one-two-three-cell {
  padding-left: 10px;
  padding-right: 10px;
}

.product-button-red {
  color: white;
  margin: 0;
  border-radius: 5px;
  text-transform: none;
  font-size: 20px;
  margin-right: 0;
  float: none;
  margin-left: 30px;
  padding: 12px 70px;
  font-weight: bold;
  border: 2px solid;
  text-shadow: 0px 1px 1px rgba(20, 20, 20, 0.7);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.product-button-red:hover {
  color: white;
}
.product-button-red {
  background: #e41616;
  border-color: #e41616;
}
.product-button-red:hover {
  background: #ff4342;
}

.separator div.container {
  max-width: 120px;
}
.separator div.inline-block {
  vertical-align: bottom;
}
.separator h2.container {
  font-weight: normal;
}

.separator h3.separator-line1 {
  font-size: 45px;
  font-weight: 300;
  line-height: 1em;
}

.separator h2.separator-line2 {
  font-size: 27px !important;
  text-transform: none;
  line-height: 1em;
}
.separator h2.separator-line3 {
  font-size: 27px !important;
  font-weight: bold;
  line-height: 1em;
}

.inline-block {
  display: inline-block;
}

.bottom_separator {
  padding-top: 80px;
  background: #1465a7;
  color: white;
  width: 100%;
  font-size: 18px;
  height: 500px;
}
#signup-diagram {
  width: 750px;
  margin: 0 auto;
  margin-bottom: 80px;
  font-size: 15px;
  line-height: 1.5em;
}
#signup-diagram .arrow {
  margin-top: 30px;
  display: inline;
}
.signup-part {
  width: 200px;
  height: 170px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.signup-part img {
  margin: 0 auto;
}

.speech b {
  color: white;
  font-size: 19px;
  text-shadow: 0px 1px 1px rgba(20, 20, 20, 0.7);
}
.speech .text {
  color: #67b021;
  font-weight: bold;
  font-size: 15px;
}
.speech div {
  text-align: left;
  padding: 15px;
  margin-top: 155px;
}
.traditional-bookkeepers {
  display: inline-block;
  width: 30%;
  margin-left: 47px;
}
.vs {
  display: inline-block;
  font-size: 5em;
  color: #000;
}

.discrete {
  margin-top: 140px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.quotation {
  width: 50px;
  margin: 10px 0;
}

.blue-contact-panel {
  background: #6c7fb2;
  min-height: 200px;
  padding: 20px;
  color: white;
  display: block;
}
.blue-contact-panel strong {
  font-size: 1.3em;
}
.big {
  font-size: 25px;
}

/*-- "Cases's" solo page --*/
.testimonials {
  padding-top: 50px;
  padding-bottom: 50px;
}
.testimonials .item {
  display: table;
  padding: 20px;
}
.testimonials .odd {
  background: rgb(243, 243, 243);
}

.testimonials .extended {
  padding-right: 3000px;
  margin-right: -3000px;
  padding-left: 3000px;
  margin-left: -3000px;
}

.testimonials .img_container {
  display: table-cell;
  vertical-align: top;
  padding-top: 60px;
  padding-top: 10px;
  width: 200px;
  text-align: left;
}

.testimonials .img_container img {
  max-width: 150px;
}
.testimonials .content {
  display: table-cell;
  text-align: left;
  padding: 15px;
  padding-top: 0;
}

.testimonials .content h2 {
  font-family: Times;
  line-height: 0.5em;
  color: rgb(94, 130, 180);
}
.testimonials .content h3 {
  margin-bottom: 10px;
}
.testimonials .content h3,
.testimonials .content .text {
  color: black;
}

.testimonials .name {
  padding-top: 10px;
}

.testimonials .name strong {
  color: rgb(94, 130, 180);
  font-size: 1.3em;
}

.row {
  margin-right: -0;
  margin-left: -0;
}

.callme-button2 {
  padding: 12px 109px;
  background: #e41616;
  color: white;
  font-weight: bold;
  font-size: 1.7em;
  margin: 5px;
  border: 0;
  border-radius: 5px;
  text-transform: none;

  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.callme-button2:hover {
  background: #ff4342;
}

.btn-modal-close,
.btn-modal-callmeback {
  padding: 12px 109px;
  background: #68b02a;
  color: white;
  font-weight: bold;
  font-size: 20px;
  margin: 5px 0;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;

  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-modal-close {
  background: #692424;
  color: #c2c2c2;
}
.btn-modal-callmeback {
  background: #e41616;
}
.btn-modal-close:hover {
  background: #ff0000;
}

.descriptions div.how-it-works-wrapper {
  max-width: 360px;
  margin: 0 auto;
  border: 0;
}
.descriptions div.how-it-works-wrapper img {
  max-width: 100%;
}

.how-it-works-text-wrapper {
  padding: 10px;
  padding-top: 0;
  min-height: 200px;
  font-weight: 600;
}

#lightbox {
  position: absolute;
  top: 0;
  margin: 0 auto;
  width: 700px;

  background: #fff;
  z-index: 100002;
  display: none;
}
#lightbox-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  z-index: 100000;
  display: none;
}
#lightbox-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 100001;
  font-size: 50px;
}
/*modal callmeback*/
#modalCallMeBack .modal-header,
#modalReceipt .modal-header {
  background: #68b02a;
  filter: none;
}
#modalCallMeBack .modal-header .close,
#modalReceipt .modal-header .close {
  color: #fff;
  opacity: 0.9;
}

#modalCallMeBack .modal-content,
#modalReceipt .modal-content {
  background: rgba(0, 0, 0, 0.7);
}

#modalCallMeBack .section-header,
#modalReceipt .section-header {
  padding-bottom: 5px;
}

#modalCallMeBack .modal-body,
#modalReceipt .modal-body {
  color: #fff;
}
#modalReceipt p {
  margin: 0 10px 10px;
  font-size: 16px;
}
#modalReceipt .modal-header {
  color: #fff;
}
#callmeback-form .text {
  font-size: 1.3em;
  margin-top: 30px;
  margin-bottom: 30px;
}
#modalCallMeBack div#notice {
  font-size: 18px;
  font-weight: bold;
}
#notice {
  text-align: center;
}

#callmeback-form div.form-group {
  text-align: left;
}
#callmeback-form div.col-lg-12 {
  text-align: center;
}

#modalCallMeBack ::-webkit-input-placeholder {
  color: silver;
}

#modalCallMeBack :-moz-placeholder {
  /* Firefox 18- */
  color: silver;
}

#modalCallMeBack ::-moz-placeholder {
  /* Firefox 19+ */
  color: silver;
}

#modalCallMeBack :-ms-input-placeholder {
  color: silver;
}

#modalCallMeBack :focus::placeholder {
  color: transparent;
}
#modalCallMeBack :focus::-ms-input-placeholder {
  color: transparent;
}
#modalCallMeBack :focus:-ms-input-placeholder {
  color: transparent;
}

.modal-body .form-group input {
  color: #000;
}

.line1-5 {
  line-height: 1.5em;
}
.clickbooks-cheap-bookkeepers {
  padding-top: 80px;
}
.clickbooks-cheap-bookkeepers .row {
  font-size: 19px;
  line-height: 1.5em;
  color: #000;
}

.clickbooks-cheap-bookkeepers .chart-img {
  margin-top: 140px;
}
.clickbooks-cheap-bookkeepers img {
  float: none;
}
.clickbooks-cheap-bookkeepers .row .fa {
  font-size: 30px;
}
.small-section-header h6 {
  color: #404040;
  font-size: 15px;
}

.small-section-header h6.blue-text {
  color: #095e9e;
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 20px;
}

/*index adjustment*/

#notice {
  float: left;
}

.contact-img {
  max-height: 512px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

/**************************************/
/********  for trust_pilot   **********/
/**************************************/
@import url('https://fonts.googleapis.com/css?family=Asap:400,700');
@import url('https://fonts.googleapis.com/css?family=Lato');

.trust_pilot_html_version {
  display: block;
  height: 124px;
  max-width: 353px;
  position: relative;
  padding: 5px;
  border: 1px solid black;
  font-family: 'Asap', sans-serif;
  margin: 0 auto;
}

.trust_pilot_html_version_head {
  text-transform: uppercase;
  text-align: center;
  font-size: 48px;
  position: relative;
  margin: 0;
  left: 1px;
  font-weight: 400;
}

.trust_pilot_html_version_head > span {
  color: #929294;
  position: relative;
  left: 2px;
}

.trust_pilot_html_version_rate {
  margin: 0;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  font-family: 'Lato', sans-serif;
  left: -8px;
  bottom: 3px;
}

.trust_pilot_html_version_rate > span:first-of-type {
  font-weight: 800;
  position: relative;
  left: 3px;
}

.trust_pilot_html_version_rate > span:last-of-type {
  color: #8f8e93;
  font-size: 13.4px;
  font-weight: normal;
  position: relative;
  left: 5px;
  top: 1px;
}

.trust_pilot_html_version > img {
  margin: 0 auto;
  position: relative;
  left: 6px;
  top: 2px;
  width: 98%;
}

@media all and (max-width: 350px) {
  .trust_pilot_html_version_head {
    font-size: 15vw;
  }
  .trust_pilot_html_version {
    height: auto;
  }

  .trust_pilot_html_version_rate > span:last-of-type {
    display: block;
  }
}
