.header .btn-login { width: 70px !important; font-size: 13px !important; font-weight: bold; }

.header .dashboard { line-height: 20px !important; width: 80px !important; }

.getting-started-error { color: red !important; display: none; }
.complete { color: #39b54a; }
.in-progress { color: #ed1c24; }
.year-table { width: 50%; }
.uploadPanel .btn { padding: 4px 5px 0 5px; font-size: medium; }

.uploadPanel .btn-info:before,
.uploadPanel .btn-info:after,
.uploadPanel .btn-default:before,
.uploadPanel .btn-default:after { background-image: none; }
.uploadPanel .progress-label, .uploaded-file-link { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.uploaded-file-link { max-width: 500px; }
.uploads { padding-top: 10px; }

.create-personal-return { font-size: medium !important; }
.form-controls > .h3 { font-size: 19px; line-height: 40px; color: #303131; font-family: 'GT-Walsheim', arial; padding-bottom: 7px; }

.tooltip { opacity: 100; }

.year-box { display: inline-block; width: 100px; margin-top: 100px; padding-right: 10px; background-color: #fcaadc; border-radius: 10px; border: 1px solid #8e7d5c; }
.year-box:hover { background-color: #fcaadc; }

.step { width: 100px; }
.step > div { display: inline; }
.step-link { text-align: left; padding-left: 4px; }
.step-progress { padding-left: 0px; }
.step-2 { padding-top: 12px; }
.step-3 { padding-left: 3px; }

p.estimate { text-align: center; }
p.call { margin-top: 10px; }

h4#visa, h4#business-message { display: none;}

.estimator-error { color: #ed1c24 !important; }

.btn-more.register { padding-left: 235px; }

.register-notice { font-weight: bold; color: #ed1c24; }

.zero-out { font-weight: bold; padding: 5px; background-color: #a0e7ec; }

.number-error { border-color: #ed1c24 !important; }

.faq-answer { display: none; }
.faq-show { display: block; }

.btn-search { padding: 1px; margin-bottom: 10px; }

.all-filters { cursor: pointer; }

.user .user-details-content { margin-top: 20px !important; }

.price-col label { padding-left: 18px !important; }

.left-line, .right-line { width: 150px; }

.section-tax .list-links li { padding-bottom: 20px; text-decoration: underline; color: #2c2c2c; font-size: 16px; line-height: 18px; font-family: 'GT-Walsheim', arial; font-weight: bold; }

.header h2 { margin: 0px !important; }

@-moz-document url-prefix() {
  .ico-man { display: inline !important; margin: 0 0 0 190px !important; }
}
/*
Version: 3.5.1 Timestamp: Tue Jul 22 18:58:56 EDT 2014
*/

.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
  Force border-box so that % widths fit the parent
  container without overlap because of margin/padding.
  More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
  -moz-box-sizing: border-box; /* firefox */
  box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;

  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;

  border-radius: 4px;

  background-clip: padding-box;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;

  border-radius: 0 0 4px 4px;

  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;

  white-space: nowrap;

  text-overflow: ellipsis;
  float: none;
  width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;

  font-size: 1px;
  text-decoration: none;

  border: 0;
  background: url('select2.png') right top no-repeat;
  cursor: pointer;
  outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;

  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;

  border-radius: 0 0 4px 4px;

  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;

  border-radius: 4px 4px 0 0;

  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;

  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;

  background-clip: padding-box;

  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;

  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('select2.png') no-repeat 0 1px;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;

  position: relative;
  z-index: 10000;

  white-space: nowrap;
}

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;

  outline: 0;
  font-family: sans-serif;
  font-size: 1em;

  border: 1px solid #aaa;
  border-radius: 0;

  -webkit-box-shadow: none;
  box-shadow: none;

  background: #fff url('select2.png') no-repeat 100% -22px;
  background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;

  background: #fff url('select2.png') no-repeat -37px -22px;
  background: url('select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url('select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

.select2-search input.select2-active {
  background: #fff url('select2-spinner.gif') no-repeat 100%;
  background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;

  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;

  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;

  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;

  min-height: 1em;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-more-results.select2-active {
  background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}

.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, .2);
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;

  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;

  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;

  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
  float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;

  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url('select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;

  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;

  border-radius: 3px;

  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

  background-clip: padding-box;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;

  font-size: 1px;
  outline: none;
  background: url('select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
  background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url('select2x2.png') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }

  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/* ================================================================ *\
#Reset
\* ================================================================ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box; }

/* ================================================================ *\
#Base
\* ================================================================ */
article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

html,
body {
  height: 100%; }

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  background: url(../images/blue-bg.png) repeat 0 0;
  font-family: 'GT-Walsheim', Arial, sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #303131;
  -webkit-font-smoothing: antialiased; }

a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s, color 0.3s, background-color 0.3s;
  -o-transition: opacity 0.3s, color 0.3s, background-color 0.3s;
  transition: opacity 0.3s, color 0.3s, background-color 0.3s; }

a:hover {
  text-decoration: underline; }

img {
  border: 0;
  vertical-align: middle; }

strong {
  font-weight: bold; }

small {
  font-size: 80%; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -webkit-font-smoothing: antialiased; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

button {
  overflow: visible; }

textarea {
  overflow: auto;
  resize: none; }

input {
  margin-top: 5px;
  margin-bottom: 5px; }

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=url] {
  background-color: #F1F1F1;
  line-height: 36px;
  padding: 2px 10px 0;
  border: 1px solid #8e7d5c; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th,
td {
  padding: 0; }

ul,
ol {
  list-style-type: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

.flex-video {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 0;
  position: relative; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

/* ================================================================ *\
#Helpers
\* ================================================================ */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.hidden {
  display: none;
  visibility: hidden; }

.articles-services:after,
.section-steps .shell:after,
.price-cols:after,
.news:after,
.section-dashboard .section-container:after,
.section-cols:after,
.form-row:after,
.testimonials-wrapper:after,
.user:after,
.widget-person li:after,
.user-details li:after,
.sections:after,
.uploads:after,
.header .shell:after,
.main .shell:after,
.section-faq .shell:after,
.clearfix:after {
  width: 100%;
  content: '';
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
  clear: both;
  display: block; }

.shell {
  width: 1000px;
  margin: 0 auto; }

.unbreakable {
  white-space: nowrap; }

/* ================================================================ *\
#header
\* ================================================================ */
.site-header {
  background: rgba(194, 247, 251, 0.7);
  position: relative;
  padding: 0 10%;
  height: 44px; }
  @media screen and (max-width: 990px) {
    .site-header {
      padding: 0 20px; } }
  .site-header .header-container {
    position: relative;
    padding-left: 164px;
    display: table;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .site-header .header-container {
        padding-left: 100px; } }
  .site-header .logo {
    background: url(../images/logo.png) no-repeat 0 0;
    background-size: 100px 91px;
    width: 100px;
    height: 91px;
    position: absolute;
    top: 0;
    left: -10px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    z-index: 3;
    opacity: 0.85; }
    @media screen and (max-width: 1024px) {
      .site-header .logo {
        font-size: 22px; } }
  .site-header .header-tagline {
    display: table-cell;
    vertical-align: middle;
    height: 44px; }
    @media screen and (max-width: 767px) {
      .site-header .header-tagline {
        width: 100%; } }
    .site-header .header-tagline h2 {
      color: #313131;
      font-size: 16px;
      font-family: 'GT-Walsheim', arial;
      text-align: right;
      margin: 0;
      padding-right: 40px; }
      @media screen and (min-width: 1200px) {
        .site-header .header-tagline h2 {
          font-size: 22px; } }
      @media screen and (max-width: 990px) {
        .site-header .header-tagline h2 {
          font-size: 14px; } }
      @media screen and (max-width: 767px) {
        .site-header .header-tagline h2 {
          display: none; } }
  .site-header .socials {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    white-space: nowrap; }
    .site-header .socials li {
      display: inline-block;
      list-style: none;
      vertical-align: middle; }
      .site-header .socials li a {
        display: block;
        height: 24px;
        width: 30px;
        background-position: center center;
        background-repeat: no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -4000px; }
        .site-header .socials li a:hover {
          position: relative;
          bottom: -1px;
          right: -1px; }
        .site-header .socials li a.link-facebook {
          background-image: url(../images/ico-facebook.png); }
        .site-header .socials li a.link-twitter {
          background-image: url(../images/ico-twitter.png); }
  .site-header .login-signup {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 1%;
    white-space: nowrap;
    padding: 0 10px;
    height: 44px; }
    .site-header .login-signup ul {
      margin: 0; }
      .site-header .login-signup ul li {
        display: inline-block;
        border-right: 1px solid #b8ecf1;
        box-shadow: 2px 0 0 -1px #8bb8b0;
        padding: 0 5px; }
        .site-header .login-signup ul li:last-of-type {
          border: none;
          box-shadow: none; }
        .site-header .login-signup ul li a {
          color: #8e7d5c; }

.link-facebook {
  background-image: url(../images/ico-facebook.png); }

.link-twitter {
  background-image: url(../images/ico-twitter.png); }

/* ================================================================ *\
#intro
\* ================================================================ */
.intro {
  margin-top: 30px;
  margin-bottom: -30px; }

.intro .shell {
  position: relative; }

.ico-man {
  width: 624px;
  height: 465px;
  display: block;
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 100;
  top: -30px; }

.intro-box {
  text-align: center;
  z-index: 101; }

.intro-box p {
  font-family: 'GT-Walsheim', arial;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  text-shadow: white 0px 1px 2px;
  text-transform: uppercase; }

.intro-box p small {
  font-size: 16px; }

.intro-box-primary {
  position: absolute;
  top: 75px;
  left: 285px; }

.intro-box-secondary {
  position: absolute;
  top: 30px;
  left: 470px; }

.intro-box-teritary {
  position: absolute;
  top: 90px;
  right: 95px; }

.tooltip {
  position: absolute;
  bottom: 167px;
  right: 185px;
  background: url(../images/tooltip.png) no-repeat 0 0;
  z-index: 109;
  width: 263px;
  height: 93px;
  text-align: center;
  display: none; }

.tooltip.current {
  display: table; }

.tooltip p {
  vertical-align: middle;
  font-family: 'GT-Walsheim', arial;
  font-size: 18px;
  line-height: 22px;
  display: none; }

.tooltip p.visible {
  display: table-cell; }

.tooltip p span {
  position: relative;
  top: -5px; }

.btn-large span {
  display: block;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5);
  text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px;
  padding: 12px 0 10px 0; }

.btn-large {
  font-size: 26px;
  line-height: 36px;
  font-weight: bold;
  text-transform: uppercase;
  color: #e0f7f8;
  position: absolute;
  bottom: 62px;
  left: 50%;
  z-index: 4;
  font-family: 'GT-Walsheim', arial;
  background-color: #a92a33;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.5);
  border: 3px solid #e0e0e6;
  border-radius: 4px;
  width: 271px;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.intro .btn-large {
  z-index: 109; }

.btn-large:hover {
  background-color: #8d222a;
  text-decoration: none;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7); }

/* ================================================================ *\
#logos
\* ================================================================ */
.logos {
  background: url(../images/brown-bg.png) repeat 0 0;
  border: 2px solid #fff;
  border-left: 0;
  border-right: 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 12px 0 10px 0; }

.logos p {
  font-family: 'akzidenz', arial;
  font-size: 15px;
  line-height: 17px;
  font-weight: bold; }

.list-logos {
  font-size: 0;
  line-height: 0; }

.list-logos li {
  display: inline-block;
  padding: 0 5px; }

.list-logos li a:hover {
  opacity: 0.7; }

/* ================================================================ *\
#article-services
\* ================================================================ */
.articles-services {
  margin: 0 0 0 -100px;
  padding-top: 17px;
  padding-bottom: 35px; }

.article-services {
  width: 270px;
  float: left;
  text-align: center;
  margin: 0 0 0 93px; }

.article-services .article-image {
  padding-bottom: 20px; }

.article-services h4 {
  font-size: 16px;
  line-height: 18px;
  font-family: 'GT-Walsheim', arial;
  color: #6f5f3e;
  font-weight: bold; }

.article-services h3 {
  font-size: 30px;
  line-height: 32px;
  padding-bottom: 4px;
  color: #6f5f3e;
  margin: 2px 0;
  font-weight: bold; }

.article-services p {
  font-size: 16px;
  line-height: 20px;
  font-family: 'GT-Walsheim', arial; }

/* ================================================================ *\
#section-price
\* ================================================================ */
.section-price {
  background: url(../images/blue-bg.png) repeat 0 0;
  position: relative;
  padding: 8px 0;
  text-align: center;
  min-height: 331px;
  overflow: hidden; }

.section-price:after {
  background: url(../images/bg-top.png) repeat-x 0 0;
  width: 100%;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 3; }

.section-price:before {
  background: url(../images/bg-bottom.png) repeat-x 0 0;
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  z-index: 3; }

.ico-estimator-banner {
  background: url(../images/estimator-banner.png) no-repeat 0 0;
  width: 162px;
  height: 172px;
  position: absolute;
  top: 0;
  left: 22%;
  z-index: 10; }

@media screen and (min-width: 1401px) and (max-width: 1600px) {
  .ico-estimator-banner {
    left: 18%; } }
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .ico-estimator-banner {
    left: 10%; } }
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .ico-estimator-banner {
    left: 6%; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ico-estimator-banner {
    left: 4%;
    width: 100px;
    height: 106px;
    background-size: 100px 106px; } }
@media screen and (max-width: 767px) {
  .ico-estimator-banner {
    display: none; } }
.ico-dolar {
  background: url(../images/ico-dolar.png) no-repeat 0 0;
  width: 685px;
  height: 387px;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.section-price .section-content {
  position: relative;
  z-index: 3;
  padding: 17px 0 0 0; }

.section-price .section-content h3 {
  font-size: 40px;
  color: #7b6d51;
  line-height: 44px;
  padding: 12px 0 9px 0; }

.section-price .section-content p {
  font-family: 'GT-Walsheim', arial;
  font-size: 23px;
  line-height: 26px;
  padding-bottom: 2px; }

.section-price .section-content p small {
  font-size: 16px; }

.section-price .section-content .btn {
  margin-top: 15px; }

.ico-calc {
  background: url(../images/ico-calc.png) no-repeat 0 0;
  width: 98px;
  height: 80px;
  display: block;
  margin: 0 auto; }

.btn {
  font-size: 20px;
  line-height: 21px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'GT-Walsheim', arial;
  color: #705d14;
  border: 2px solid #705d14;
  width: 220px;
  text-align: center;
  display: inline-block;
  padding: 14px 0 15px 0;
  position: relative;
  cursor: pointer;
  background-color: transparent; }

.btn:after {
  background: url(../images/flame-right.png) no-repeat 0 0;
  width: 39px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 100%;
  content: '';
  margin-left: 1px;
  display: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.btn:before {
  background: url(../images/flame-left.png) no-repeat 0 0;
  width: 39px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: 100%;
  content: '';
  margin-right: 1px;
  display: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.btn:hover {
  text-decoration: none;
  background-color: #a72e37;
  color: #e0f7f8; }

.btn:hover:after,
.btn:hover:before {
  display: block; }

/* ================================================================ *\
#section-services
\* ================================================================ */
.section-services {
  background-color: #fff; }

/* ================================================================ *\
#prices
\* ================================================================ */
/*
.section-estimator { position: relative; z-index: 4; text-align: left; opacity: 0; position: absolute; top: -9999px; left: -9999px;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.visible .section-estimator { position: relative; top: 0; left: 0; opacity: 1; }

.visible .section-content { display: none; }
*/
.section-estimator {
  display: none;
  position: relative;
  z-index: 4;
  text-align: left;
  opacity: 1;
  top: 0;
  left: 0;
  width: 1000px;
  margin: 0 auto 0; }

.price-cols {
  margin-left: -35px;
  padding-bottom: 15px; }

.price-col {
  float: left;
  width: 250px;
  margin-left: 35px;
  margin-top: 58px; }

.price-col-last {
  width: 400px;
  margin-top: 0; }

.section-price .section-content.article-estimator-type {
  max-width: 650px;
  margin: 0 auto;
  padding: 17px 0 0; }

.article-estimator-type .header-dollar-sign {
  display: inline-block;
  width: 61px;
  height: 45px;
  background: url("../images/estimator-dollar-illo.png") no-repeat center 8px; }

.article-estimator-type .btn-price {
  margin-bottom: 40px; }

.article-price {
  padding-bottom: 29px;
  text-align: left; }

.article-price h3 {
  font-size: 20px;
  line-height: 24px;
  font-family: 'GT-Walsheim', arial;
  color: #000;
  padding-bottom: 12px;
  margin: 0; }

.section-price .section-content .article-price h3 {
  font-size: 22px;
  line-height: 19px;
  font-family: 'GT-Walsheim', arial;
  color: #303131;
  padding-bottom: 12px;
  text-align: center;
  margin-top: 0; }

.checkbox {
  position: relative; }

.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.checkbox label {
  position: relative;
  font-size: 17px;
  font-family: 'GT-Walsheim', arial;
  font-weight: normal;
  padding: 0 0 0 23px;
  display: block; }

.checkbox label:after {
  background: url(../images/checks.png) no-repeat 0 bottom;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 2px;
  left: 0;
  content: ''; }

.checkbox input[type="checkbox"]:checked + label:after {
  background-position: 0 0; }

.radio {
  position: relative; }

.radio input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.radio label {
  position: relative;
  font-size: 17px;
  font-family: 'GT-Walsheim', arial;
  font-weight: normal;
  padding: 0 0 0 23px;
  display: block; }

.radio.radio-large label {
  font-size: 20px;
  line-height: 30px;
  padding: 0 0 0 33px; }

.radio label:after {
  background: url(../images/radios.png) no-repeat 0 0;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 2px;
  left: 0;
  content: ''; }

.radio.radio-large label:after {
  background: url(../images/radios-large.png) no-repeat 0 0;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 2px;
  left: 0;
  content: ''; }

.radio input[type="radio"]:checked + label:after {
  background-position: 0 bottom; }

.article-price .checkbox,
.article-price .radio {
  padding: 0 0 9px 18px; }

.article-price .field {
  width: 80px;
  border: 2px solid #c2c4c6;
  background-color: #fff;
  padding: 9px 5px 8px 5px;
  margin-left: 10px; }

.article-table {
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 10px;
  padding: 9px 6px 2px;
  width: 400px;
  position: relative;
  margin-top: 60px;
  box-shadow: inset 0px 4px 3px #e3e3e3; }

.article-table:after {
  background: url(../images/table-title.png) no-repeat 0 0;
  width: 147px;
  height: 84px;
  position: absolute;
  bottom: 100%;
  left: 180px;
  margin-bottom: -5px;
  content: ''; }

.table table {
  width: 100%;
  text-align: center; }

.table th {
  font-family: 'GT-Walsheim', arial;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  border-bottom: 1px solid #e8e3dc;
  padding-bottom: 7px;
  width: 25%; }

.table th strong {
  font-weight: normal;
  font-size: 15px;
  display: block;
  padding-top: 3px; }

.table tr {
  border-bottom: 1px solid #e8e3dc; }

.table tr:last-of-type {
  border-bottom: none; }

.table tr:nth-child(even) {
  background-color: #f6fdfd; }

.table td {
  font-size: 24px;
  color: #ef4423;
  line-height: 26px;
  font-family: 'GT-Walsheim', arial;
  width: 25%;
  padding: 10px;
  text-align: left; }

.table td.table-date {
  font-size: 16px;
  color: #000;
  line-height: 26px;
  font-family: 'GT-Walsheim', arial;
  width: 50%; }

.table td span {
  display: block;
  font-family: 'GT-Walsheim', arial;
  color: #616869;
  position: relative;
  border: 1px solid #ccc; }

.table td p.call {
  margin: 0; }

.table-legend {
  background: #f6fdfd url(../images/ico-table.png) no-repeat 21px 20px;
  border-radius: 0 0 9px 9px;
  padding: 20px 10px 20px 90px; }

.table-legend h3 {
  font-family: 'GT-Walsheim', arial;
  font-size: 19px;
  line-height: 22px;
  color: #ef4423;
  margin-top: 5px; }

.table-legend p {
  font-size: 14px;
  line-height: 19px;
  font-family: 'GT-Walsheim', arial;
  position: relative;
  padding-left: 12px; }

.table-legend p strong {
  font-weight: normal;
  font-family: 'GT-Walsheim', arial; }

.table-legend p a {
  text-decoration: underline;
  color: #0000ff; }

.section-estimator-title h3 {
  font-size: 40px;
  color: #7b6d51;
  line-height: 44px;
  padding: 32px 0 29px 0;
  text-align: center; }

/* ================================================================ *\
#section-steps
\* ================================================================ */
.section-steps {
  padding-bottom: 30px;
  background-color: #fff; }

.section-steps .section-aside {
  float: left;
  width: 425px;
  padding: 50px 0 0 0; }

.section-steps .section-aside h1 {
  font-size: 46px;
  line-height: 54px;
  font-family: 'GT-Walsheim', arial;
  background: url(../images/number.png) no-repeat 0 center;
  padding: 25px 0 25px 112px;
  border-top: 1px solid #b8ab96;
  border-bottom: 1px solid #b8ab96;
  position: relative;
  margin-bottom: 5px; }

.section-steps .section-aside h1:after {
  background: url(../images/number-dec.png) no-repeat 0 0;
  width: 35px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: -10px;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.section-steps .section-aside p {
  font-size: 12px;
  text-align: center;
  font-family: 'GT-Walsheim', arial; }

.section-steps .section-content {
  float: right;
  width: 535px;
  padding: 25px 0 0 0; }

.list-steps li {
  position: relative;
  padding: 10px 0 12px 95px;
  margin-bottom: 10px; }

.list-steps li:last-of-type {
  margin-bottom: 0; }

.list-steps p {
  font-size: 18px;
  line-height: 20px;
  padding: 3px 0; }

.list-steps h3 {
  font-family: 'GT-Walsheim', arial;
  font-size: 24px;
  line-height: 20px;
  color: #8b7754;
  padding: 3px 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold; }

.list-steps h3 sup {
  font-size: 11px;
  line-height: 0px; }

.list-steps a {
  font-size: 12px;
  text-decoration: underline;
  color: #303131; }

.list-steps a:hover {
  text-decoration: none; }

.ico-step1,
.ico-step2,
.ico-step3 {
  position: absolute;
  top: 0;
  left: 0; }

.ico-step1 {
  background: url(../images/person1.png) no-repeat center 0;
  width: 89px;
  height: 75px; }

.ico-step2 {
  background: url(../images/person2.png) no-repeat center 0;
  width: 89px;
  height: 74px; }

.ico-step3 {
  background: url(../images/person3.png) no-repeat center 0;
  width: 89px;
  height: 73px; }

/* ================================================================ *\
#section-info
\* ================================================================ */
.section-info {
  text-align: center;
  background: url(../images/bg-dots.png) repeat 0 0;
  padding: 47px 0;
  position: relative; }

.section-info:after {
  background: url(../images/bg-top2.png) repeat-x 0 0;
  width: 100%;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 3; }

.section-info:before {
  background: url(../images/bg-bottom.png) repeat-x 0 0;
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  z-index: 3; }

.section-info .shell {
  display: table; }

.section-info p {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  font-size: 22px;
  line-height: 24px;
  font-family: 'GT-Walsheim', arial;
  width: 25%; }

.section-info p:first-child {
  width: 36%; }

.section-info p:last-child {
  font-size: 20px;
  width: 36%; }

.section-info p:last-child strong {
  font-family: 'GT-Walsheim', arial;
  font-weight: normal; }

/* ================================================================ *\
#section-testimonials
\* ================================================================ */
.section-testimonials {
  background: url(../images/pink-bg.png) repeat 0 0; }

.btn-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/btn-play.png) no-repeat center center; }

.testimonials-container {
  width: 430px;
  float: right;
  padding-top: 17px; }

.testimonials-thumbs {
  overflow: hidden; }

.testimonials-thumbs li {
  width: 25%;
  float: left; }

.testimonials-thumbs li a {
  display: block;
  position: relative;
  color: #857454;
  font-family: 'GT-Walsheim', arial;
  font-size: 14px;
  font-weight: bold; }

.testimonials-thumbs li img {
  width: 100%;
  height: auto; }

.testimonials-thumbs li .ico-play {
  background-color: #fff;
  padding: 0 18px 0 8px;
  position: absolute;
  bottom: 0;
  right: 0; }

.testimonials-thumbs li .ico-play:after {
  content: '';
  position: absolute;
  right: 6px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #857454;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.testimonials-thumbs li a:hover {
  color: #fff; }

.testimonials-thumbs li a:hover .ico-play {
  background-color: #857454; }

.testimonials-thumbs li a:hover .ico-play:after {
  border-left: 6px solid #fff; }

.testimonials-media {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .testimonials-media {
      display: block; } }

.testimonial-video {
  position: relative;
  width: 50%; }
  @media screen and (max-width: 767px) {
    .testimonial-video {
      width: 100%; } }

.section-testimonials .section-actions {
  text-align: center;
  padding: 30px 0; }

.section-testimonials .section-actions .btn {
  width: 300px; }

/* ================================================================ *\
#section-third-opinion
\* ================================================================ */
.section-third-opinion {
  text-align: center;
  background: url(../images/bg-33.gif) repeat 0 0;
  padding: 80px 0;
  position: relative; }

.section-third-opinion:after {
  background: url(../images/bg-top2.png) repeat-x 0 0;
  width: 100%;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 3; }

.section-third-opinion h1 {
  font-family: 'GT-Walsheim', sans-serif;
  font-size: 44px;
  line-height: 37px;
  color: #99e6eb;
  margin-bottom: 20px; }

.section-third-opinion p {
  font-family: 'GT-Walsheim', sans-serif;
  font-size: 21px;
  line-height: 30px;
  color: #a7935e; }

.section-third-opinion p a {
  color: #36a2fa; }

.section-third-opinion .opinion-content {
  text-align: left;
  padding-right: 40px; }
  @media screen and (max-width: 767px) {
    .section-third-opinion .opinion-content {
      padding: 20px 20px 0;
      text-align: center; } }

@media screen and (max-width: 767px) {
  .section-third-opinion .opinion-image {
    order: -1; } }

.section-third-opinion .opinion-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .section-third-opinion .opinion-wrapper {
      flex-direction: column; } }

/* ================================================================ *\
#section-promise
\* ================================================================ */
.section-promise {
  text-align: center;
  background: url(../images/bg-stripe.gif) repeat 0 0;
  padding: 80px 0;
  position: relative; }

.section-promise:after {
  background-color: #8fdee5;
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  z-index: 3; }

.section-promise h1 {
  font-family: 'GT-Walsheim', sans-serif;
  font-size: 44px;
  line-height: 37px;
  color: #303131;
  margin-bottom: 20px; }

.section-promise p {
  font-family: 'GT-Walsheim', sans-serif;
  font-size: 21px;
  line-height: 30px;
  color: #2b2d27; }

.section-promise p a {
  color: #36a2fa; }

.section-promise .promise-content {
  text-align: left;
  padding-left: 40px; }
  @media screen and (max-width: 767px) {
    .section-promise .promise-content {
      padding: 20px 20px 0;
      text-align: center; } }

.section-promise .promise-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .section-promise .promise-wrapper {
      flex-direction: column; } }

/* ================================================================ *\
#section-accuracy
\* ================================================================ */
.section-accuracy {
  text-align: center;
  background: url(../images/pink-bg.png) repeat 0 0;
  padding: 80px 0;
  position: relative; }

.section-accuracy h1 {
  font-family: 'GT-Walsheim', sans-serif;
  font-size: 44px;
  line-height: 37px;
  color: #6f5f3e;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .section-accuracy h1 {
      font-size: 30px;
      line-height: 28px; } }

.section-accuracy p {
  font-family: 'GT-Walsheim', sans-serif;
  font-size: 21px;
  line-height: 30px;
  color: #2b2d27; }

.section-accuracy p a {
  color: #36a2fa; }

.section-accuracy .accuracy-content {
  text-align: left;
  padding-right: 40px; }
  @media screen and (max-width: 767px) {
    .section-accuracy .accuracy-content {
      padding: 20px 20px 0;
      text-align: center; } }

@media screen and (max-width: 767px) {
  .section-accuracy .accuracy-image {
    order: -1; } }

.section-accuracy .accuracy-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .section-accuracy .accuracy-wrapper {
      flex-direction: column; } }

/* ================================================================ *\
#section-videos
\* ================================================================ */
.section-videos {
  position: relative;
  padding: 7px 0 8px 0;
  overflow: hidden; }

.section-videos:after {
  background: url(../images/bg-top2.png) repeat-x 0 0;
  width: 100%;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 3; }

.section-videos:before {
  background: url(../images/bg-bottom.png) repeat-x 0 0;
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  z-index: 3; }

.section-videos .box {
  width: 100%;
  position: relative; }

.section-videos .box .box-text {
  width: 100%;
  position: absolute;
  top: 125px;
  left: 50%;
  z-index: 3;
  text-align: center;
  color: #fff;
  font-family: 'GT-Walsheim', arial;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.section-videos .box .box-text h1 {
  font-size: 52px;
  line-height: 66px;
  margin: 0; }

.section-videos .box .box-text p {
  font-size: 36px;
  line-height: 44px; }

.section-videos .box img {
  width: 100%;
  height: auto;
  display: block; }

.section-videos .box iframe {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 100%;
  height: 100%; }

.section-videos .box-image.played iframe {
  top: 0;
  left: 0; }

.section-videos .box-image.played .box-text {
  display: none; }

.section-videos .box-image.played a {
  display: none; }

.btn-play-secondary {
  background-image: url(../images/btn-play2.png); }

/* ================================================================ *\
#section-entries
\* ================================================================ */
.section-entries {
  position: relative;
  padding: 27px 0 8px 0; }

.section-entries .section-body {
  overflow: hidden; }

.section-entries:before {
  background: url(../images/bg-bottom.png) repeat-x 0 0;
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  z-index: 3; }

.section-entries .section-head {
  text-align: center;
  padding-bottom: 20px;
  position: relative;
  z-index: 3; }

.section-entries .section-head h2 {
  font-size: 41px;
  line-height: 43px;
  color: #8b7754; }

.section-entries .section-entry {
  width: 50%;
  float: left;
  font-size: 18px;
  line-height: 24px;
  font-family: 'GT-Walsheim', arial;
  padding: 0 55px;
  position: relative;
  z-index: 3; }

.section-entries .section-entry p {
  padding-bottom: 25px; }

.ico-lighter {
  background: url(../images/ico-ligher.png) no-repeat 0 0;
  width: 298px;
  height: 348px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

/* ================================================================ *\
#testimonials-page
\* ================================================================ */
.page-testimonials h2 {
  font-size: 22px;
  line-height: 24px;
  padding-bottom: 4px;
  color: #6f5f3e;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #6f5f3e; }

.videos-clients {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 991px) {
    .videos-clients {
      display: block;
      justify-content: flex-start; } }

.video-clients {
  flex: 0 0 50%; }
  .video-clients:nth-child(odd) {
    padding-right: 10px; }
  .video-clients:nth-child(even) {
    padding-left: 10px; }
  @media screen and (max-width: 991px) {
    .video-clients:nth-child(odd) {
      padding-right: 0; }
    .video-clients:nth-child(even) {
      padding-left: 0; } }

.videos-yelp {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  @media screen and (max-width: 991px) {
    .videos-yelp {
      display: block; } }

.video-yelp {
  flex: 0 0 25%;
  padding-right: 10px;
  padding-left: 10px; }
  .video-yelp:nth-child(4n) {
    padding-right: 0; }
  .video-yelp:nth-child(4n+1) {
    padding-left: 0; }
  @media screen and (max-width: 991px) {
    .video-yelp {
      padding: 0; } }

.testimonials-quote-container {
  max-width: 680px; }

.testimonial {
  border-bottom: 1px solid #867450;
  background: url(../images/quote-right.png) no-repeat right 17px;
  padding: 20px 70px 17px 0; }

.testimonial-secondary {
  background-image: url(../images/quote-left.png);
  background-position: 0 17px;
  padding-right: 0;
  padding-left: 70px; }

.testimonial p {
  font-size: 20px;
  line-height: 24px;
  font-family: 'GT-Walsheim', arial;
  padding-bottom: 5px; }

.testimonial p .testimonial-attribution, .testimonial p .testimonial-attribution a {
  font-size: 16px;
  line-height: 24px;
  font-family: 'GT-Walsheim', arial;
  color: #6f5f3e;
  text-transform: uppercase; }

.yelp-videos-container a {
  color: #867450;
  text-decoration: underline; }
  .yelp-videos-container a:hover {
    color: #36a2fa; }

/* ================================================================ *\
#footer
\* ================================================================ */
.footer {
  background-color: #303131; }

.contact {
  border-bottom: 1px solid #fffcdd;
  padding-bottom: 25px; }

.contact h1, .contact h2, .contact h3 {
  padding: 20px 0px;
  margin: 0px;
  color: #fffcdd;
  text-align: center; }

.contact-head {
  text-align: center;
  padding: 18px 0 20px 0; }

.contact-head h2 {
  font-size: 41px;
  line-height: 43px;
  color: #fffcdd;
  padding-bottom: 35px; }

.contact-head .btn {
  width: auto;
  padding-top: 24px;
  padding-bottom: 25px;
  padding-left: 33px;
  padding-right: 33px;
  font-size: 34px;
  color: #fffcdd;
  border-width: 3px;
  border-color: #fffcdd;
  font-family: 'GT-Walsheim', arial;
  text-transform: initial;
  font-weight: normal; }

.contact-head .btn:before {
  margin-right: 3px; }

.contact-head .btn:after {
  margin-left: 3px; }

.contact-head p .contact-cost {
  display: block;
  font-size: 36px;
  line-height: 58px;
  color: #fffcdd;
  margin: 30px 0 0; }

.contact-head p .contact-email {
  display: block;
  color: #9ee5ec;
  font-size: 36px;
  line-height: 58px;
  margin: 0 0 30px; }

.contact-body {
  overflow: hidden; }

.contact-box {
  float: left;
  width: 50%;
  padding-right: 28px;
  text-align: right; }

.contact-box p {
  font-size: 36px;
  line-height: 58px;
  color: #fffcdd; }

.contact-box p a {
  color: #9ee5ec; }

.contact-box .small a {
  font-size: 20px;
  line-height: 24px;
  text-decoration: underline;
  font-family: 'GT-Walsheim', arial; }

.contact-box .small a:hover {
  text-decoration: none; }

.contact-box + .contact-box {
  padding-right: 0;
  padding-left: 28px;
  text-align: left; }

.contact-box-entry {
  padding-bottom: 20px; }

.contact-box figure {
  position: relative; }

.contact-box figure img {
  width: 100%;
  height: auto;
  display: block; }

.contact-box figure iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.footer-aside {
  padding: 0 0 30px;
  color: #fcf9f8;
  font-size: 20px; }

.footer-aside h3 {
  font-size: 34px;
  line-height: 40px;
  font-family: 'GT-Walsheim', arial;
  color: #fffbde;
  border-bottom: 1px solid #fffbde;
  padding-bottom: 10px;
  margin-bottom: 20px; }

.footer-aside ul li {
  font-size: 18px;
  line-height: 26px; }

.footer-aside a {
  color: #fcf9f8; }
  .footer-aside a:hover {
    color: #9ee5ec;
    text-decoration: none; }

.footer-contact {
  display: table; }
  .footer-contact .footer-address {
    display: table-cell;
    padding-right: 40px; }
    .footer-contact .footer-address h4 {
      font-weight: 600;
      margin-bottom: 4px; }
    .footer-contact .footer-address:last-of-type {
      padding-right: 0; }

.footer-aside .footer-social {
  margin: 4px 0 6px; }
  .footer-aside .footer-social li {
    display: inline-block;
    list-style: none;
    vertical-align: middle; }
    .footer-aside .footer-social li a {
      display: block;
      height: 24px;
      width: 30px;
      background-position: center center;
      background-repeat: no-repeat;
      font-size: 0;
      line-height: 0;
      text-indent: -4000px; }
      .footer-aside .footer-social li a:hover {
        position: relative;
        bottom: -1px;
        right: -1px; }
      .footer-aside .footer-social li a.link-facebook {
        background-image: url(../images/ico-facebook.png); }
      .footer-aside .footer-social li a.link-twitter {
        background-image: url(../images/ico-twitter.png); }

.footer-columns {
  display: block;
  overflow: hidden;
  margin-top: 30px; }
  .footer-columns .footer-column {
    float: left;
    width: 33.33%;
    padding-right: 40px; }
  .footer-columns .footer-column-span2 {
    float: left;
    width: 66.66%;
    padding-left: 40px; }

.nav-footer a {
  font-size: 20px;
  line-height: 30px;
  color: #fcf9f8; }

.nav-footer p {
  padding-top: 30px; }

/* ================================================================ *\
#section-inner
\* ================================================================ */
.section-inner {
  margin: 100px 10% 0;
  background-color: #fff;
  padding: 60px; }
  .section-inner h1 {
    margin: 0 0 40px;
    font-size: 40px;
    color: #7b6d51; }
  .section-inner p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px; }
    .section-inner p a {
      font-size: 24px;
      color: #2963d7; }
  .section-inner .contact-group {
    display: table;
    width: 100%; }
    .section-inner .contact-group .contact-address {
      display: table-cell;
      padding-right: 40px; }
      .section-inner .contact-group .contact-address h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 4px; }
      .section-inner .contact-group .contact-address:last-of-type {
        padding-right: 0; }
      .section-inner .contact-group .contact-address ul li {
        font-size: 18px;
        line-height: 1.5; }
  .section-inner hr {
    margin: 25px 0 20px; }
  .section-inner ol {
    padding-left: 30px;
    list-style-position: initial;
    font-size: 24px; }
    .section-inner ol li {
      list-style-type: decimal;
      color: #6f5f3e;
      margin-bottom: 20px;
      line-height: 1.5; }
      .section-inner ol li p {
        line-height: 34px;
        font-size: 24px;
        font-family: 'GT-Walsheim', arial;
        color: #6f5f3e;
        margin-bottom: 20px; }
      .section-inner ol li a {
        font-family: 'GT-Walsheim', arial;
        color: #6f5f3e; }
      .section-inner ol li blockquote p {
        font-family: GT-Walsheim,Arial,sans-serif;
        font-size: 18px;
        line-height: 30px;
        color: #303131; }

/* ================================================================ *\
#section-faq
\* ================================================================ */
.section-faq {
  padding: 42px 0; }

.section-faq .section-aside {
  float: left;
  margin-left: 200px;
  width: 350px; }

.section-faq .section-aside-title {
  padding-bottom: 22px; }

.section-faq .section-aside-title h2 {
  font-size: 40px;
  line-height: 44px;
  color: #7b6d51;
  font-family: 'GT-Walsheim', arial; }

.list-questions li {
  padding-bottom: 17px; }

.list-questions a {
  font-size: 16px;
  line-height: 20px;
  font-family: 'GT-Walsheim', arial;
  color: #6f5f3e; }

.section-faq .section-content {
  float: right;
  width: 435px;
  border-left: 1px solid #d6d4d2;
  padding-left: 20px;
  position: relative;
  margin-top: 60px; }

.section-faq .section-content .btn-large span {
  padding: 7px 0 5px 0; }

.section-faq .section-content .btn-large {
  top: -68px;
  left: 18px;
  bottom: auto;
  font-size: 27px;
  width: 230px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.section-faq .section-content-title {
  padding: 27px 0 19px 0; }

.section-faq .section-content-title h2 {
  font-size: 30px;
  line-height: 34px;
  color: #7b6d51;
  font-family: 'GT-Walsheim', arial; }

.article-faq p {
  padding-bottom: 20px; }

/* ================================================================ *\
#section-news
\* ================================================================ */
.section-news .section-head {
  text-align: center;
  padding: 52px 0 45px 0; }

.section-news .section-head h3 {
  font-size: 41px;
  line-height: 43px;
  color: #8e7d5c;
  font-family: 'GT-Walsheim', arial;
  padding-left: 40px; }

.news-images {
  float: left;
  width: 525px; }

.news-images h3 {
  font-size: 19px;
  line-height: 21px;
  font-family: 'GT-Walsheim', arial;
  color: #303131;
  padding-bottom: 13px; }

.list-news-video {
  margin-left: -14px;
  overflow: hidden; }

.list-news-video li {
  float: left;
  margin: 0 0 11px 11px; }

.list-news-video li a {
  display: block;
  border: 1px solid #8b7754;
  position: relative; }

.news-content {
  width: 440px;
  float: right;
  padding-top: 12px; }

.share {
  overflow: hidden;
  border-bottom: 1px solid #d8d1c5;
  padding-bottom: 20px; }

.share p {
  float: left;
  font-size: 19px;
  line-height: 21px;
  font-family: 'GT-Walsheim', arial;
  color: #705d14;
  padding: 20px 5px 0 0; }

.share ul {
  float: left; }

.share ul li {
  float: left;
  padding-left: 15px; }

.share ul li a {
  display: block; }

.list-news li {
  border-bottom: 1px solid #d8d1c5;
  padding: 20px 0; }

.list-news p {
  font-size: 20px;
  line-height: 24px;
  font-family: 'GT-Walsheim', arial;
  padding-bottom: 4px; }

.list-news h5 {
  font-size: 12px;
  line-height: 14px;
  font-family: 'GT-Walsheim', arial; }

.list-news h5 a {
  color: #303131;
  font-size: 10px;
  text-transform: uppercase; }

.ico-play-secondary {
  width: 167px;
  height: 162px;
  background: url(../images/ico-play-secondary.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* ================================================================ *\
#Kickstart FAQ
\* ================================================================ */
.kickstarter-faq h2 {
  line-height: 1.5; }
.kickstarter-faq ul {
  list-style: disc;
  margin-bottom: 30px;
  padding-left: 20px; }
  .kickstarter-faq ul li {
    line-height: 1.5;
    font-size: 18px; }

/* ================================================================ *\
#logins
\* ================================================================ */
.main .sidebar {
  width: 220px;
  float: left; }

.main .content {
  width: 770px;
  float: right; }

.section-create {
  padding-bottom: 48px;
  padding-top: 37px; }

.section-head-uni {
  padding-bottom: 33px; }

.section-head-uni h3 {
  font-size: 41px;
  line-height: 44px;
  color: #7b6d51; }

.form-create .form-row {
  margin-bottom: 12px; }

.form-create label {
  float: left;
  width: 230px;
  font-weight: normal;
  font-family: 'GT-Walsheim', arial;
  font-size: 21px;
  line-height: 23px;
  padding: 13px 0 0 0; }

.form-create .form-controls {
  float: left;
  width: 275px;
  position: relative; }

.form-create .form-controls.error .field {
  border-color: #ff0000;
  background-color: #f3eaed;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2); }

.form-create .form-controls.error span {
  display: block; }

.form-create .form-controls span {
  font-size: 14px;
  line-height: 18px;
  color: #ff0000;
  font-family: 'GT-Walsheim', arial;
  width: 300px;
  position: absolute;
  left: 100%;
  top: 0;
  font-weight: bold;
  margin-left: 20px;
  display: none; }

.form-create .field {
  border: 2px solid #c2c4c6;
  background-color: #f3feff;
  width: 100%;
  padding: 9px 5px 8px 5px; }

.form-create .form-actions {
  padding: 6px 0 0 230px; }

.form-create .btn-more {
  font-size: 15px;
  line-height: 1px;
  color: #87784a;
  font-family: 'GT-Walsheim', arial;
  text-transform: uppercase;
  text-decoration: underline;
  margin-left: 80px; }

.form-create .btn-more:hover {
  text-decoration: none; }

.section-bordered {
  border-bottom: 1px solid #ed1c24; }

.section-todo {
  padding: 46px 0 43px 0; }

.section-todo .radio {
  padding-bottom: 27px; }

.section-todo .radio strong {
  display: block;
  font-weight: normal;
  font-size: 21px;
  line-height: 24px;
  color: #6f5f3e;
  font-family: 'GT-Walsheim', arial; }

.section-todo .radio label {
  padding-left: 33px; }

.section-todo .radio label:after {
  top: 5px; }

.section-todo .section-confirm {
  padding: 0 0 21px 33px; }

.section-todo .section-confirm a {
  font-size: 15px;
  color: #0000ff;
  font-family: 'GT-Walsheim', arial;
  text-decoration: underline; }

.section-todo .section-confirm a:hover {
  text-decoration: none; }

.section-todo .section-entry {
  padding: 0 0 0 33px;
  font-size: 16px;
  line-height: 19px;
  font-family: 'GT-Walsheim', arial;
  width: 570px; }

.section-todo .section-entry p {
  padding-bottom: 21px; }

.section-todo .section-actions {
  padding-left: 33px; }

.section-plan {
  padding: 33px 0 60px 0; }

.section-plan .section-actions {
  padding-top: 35px; }

.section-plan .section-actions .btn + .btn {
  margin-left: 50px; }

.section-question {
  padding: 52px 0 55px 0; }

.question {
  padding-bottom: 20px; }

.question h3 {
  font-size: 19px;
  line-height: 22px;
  color: #303131;
  font-family: 'GT-Walsheim', arial;
  padding-bottom: 7px; }

.question p {
  font-size: 14px;
  line-height: 16px;
  font-family: 'GT-Walsheim', arial;
  padding-bottom: 8px; }

.question p a {
  text-decoration: underline; }

.question p a:hover {
  text-decoration: none; }

.question .field {
  width: 205px;
  border: 2px solid #c2c4c6;
  background-color: #f3feff;
  padding: 9px 5px 8px 5px; }

.question .question {
  padding-left: 27px;
  padding-top: 20px; }

.question .question + .question {
  padding-top: 0px; }

.section-question .section-actions {
  padding-left: 20px; }

.section-question .section-actions .btn-more {
  font-size: 16px;
  font-family: 'GT-Walsheim', arial;
  text-decoration: underline;
  margin-left: 40px; }

.section-question .section-actions .btn-more:hover {
  text-decoration: none; }

.section-complete {
  padding: 50px 0 50px 0; }

.section-complete .section-head-uni p {
  font-size: 20px;
  font-family: 'GT-Walsheim', arial;
  line-height: 24px;
  padding: 30px 0 20px 0; }

.upload {
  float: left;
  width: 305px; }

.upload .upload-head {
  padding-bottom: 7px; }

.upload .upload-head h3 {
  font-size: 20px;
  line-height: 22px;
  font-family: 'GT-Walsheim', arial; }

.upload .upload-body {
  padding-left: 35px; }

.upload .upload-body p {
  font-family: 'GT-Walsheim', arial;
  font-size: 16px;
  line-height: 34px;
  position: relative; }

.upload .upload-body p a {
  text-decoration: underline;
  font-weight: bold; }

.upload .upload-body p a:hover {
  text-decoration: none; }

.upload .upload-body .upload-actions {
  padding-top: 15px; }

.upload .ico-check {
  background: url(../images/ico-check.png) no-repeat 0 0;
  width: 24px;
  height: 20px;
  position: absolute;
  right: 100%;
  top: 5px;
  margin-right: 10px; }

.section-complete .section-actions {
  text-align: center;
  padding: 43px 0 0 0; }

.section-complete .section-actions .btn {
  display: inline-block;
  width: auto;
  padding-left: 37px;
  padding-right: 37px; }

.section-complete .section-actions p {
  font-size: 18px;
  line-height: 22px;
  color: #705d14;
  font-family: 'GT-Walsheim', arial;
  padding-top: 24px; }

.section-dashboard {
  padding: 40px 0; }

.section-dashboard .section-head-uni {
  padding-left: 225px; }

.section-dashboard .section-aside {
  width: 220px;
  float: left; }

.section-dashboard .section-content {
  width: 770px;
  float: right; }

.section-dashboard .section-col1 {
  float: left;
  width: 468px; }

.section-dashboard .section-col2 {
  float: left;
  width: 285px; }

.list-user li {
  overflow: hidden;
  padding-bottom: 5px; }

.list-user li strong {
  float: left;
  width: 122px;
  font-weight: normal;
  font-size: 17px;
  font-family: 'GT-Walsheim', arial; }

.list-user li span {
  float: left;
  font-weight: normal;
  font-size: 17px;
  font-family: 'GT-Walsheim', arial;
  color: #969594; }

.section-container-user .section-col-actions {
  padding: 5px 0 0 122px; }

.section-container-user .section-col-actions a {
  text-transform: uppercase;
  text-decoration: underline;
  color: #87784a;
  font-size: 15px;
  line-height: 17px;
  font-family: 'GT-Walsheim', arial; }

.section-container-user .section-col-actions a:hover {
  text-decoration: none; }

.section-container-user .section-col2 .section-col-actions {
  padding-left: 0; }

.section-container-user .section-col2 h4 {
  font-size: 17px;
  font-family: 'GT-Walsheim', arial; }

.list-date {
  padding-top: 10px; }

.list-date li {
  display: inline-block;
  font-size: 20px;
  line-height: 22px;
  color: #969594;
  font-family: 'GT-Walsheim', arial; }

.list-date li + li {
  padding-left: 20px; }

.section-container-progress .section-content-title {
  padding-bottom: 20px; }

.section-container-progress .section-content-title h3 {
  font-size: 36px;
  line-height: 40px; }

.section-container-progress .section-content-body {
  font-size: 17px;
  line-height: 24px;
  font-family: 'GT-Walsheim', arial; }

.section-container-progress .section-col3 {
  float: left;
  width: 290px; }

.section-container-progress .section-col4 {
  float: left;
  width: 335px; }

.section-container-progress .section-col4 a {
  text-decoration: underline; }

.section-container-progress .section-col4 a:hover {
  text-decoration: none; }

.section-container-progress .section-col4 .green {
  color: #39b54a; }

.section-container-progress .section-col4 .red {
  color: #ed1c24; }

.section-container-progress .section-col4 .brown {
  color: #705d14; }

.section-container-final .section-content h3 {
  font-size: 36px;
  line-height: 40px;
  padding-bottom: 20px;
  padding-top: 60px; }

.section-container-final .section-content p {
  font-size: 17px;
  line-height: 24px;
  font-family: 'GT-Walsheim', arial; }

.widgets {
  padding-top: 132px; }

.widget .widget-content {
  font-size: 12px;
  line-height: 16px;
  font-family: 'GT-Walsheim', arial;
  text-align: center;
  padding: 5px 50px 5px 0; }

.ico-man1 {
  background: url(../images/man1.png) no-repeat 0 0;
  width: 170px;
  height: 150px;
  display: block; }

.ico-man1-1 {
  background-position: -25px 0; }

.ico-man1-2 {
  background-position: -174px 0; }

.ico-man1-3 {
  background-position: -340px 0; }

.ico-man1-4 {
  background-position: -510px 0; }

.ico-man1-5 {
  background-position: -680px 0; }

.ico-man1-6 {
  background-position: -850px 0; }

.ico-man2 {
  background: url(../images/man2.png) no-repeat 0 0;
  width: 170px;
  height: 150px;
  display: block; }

.ico-man2-1 {
  background-position: -14px 0;
  width: 160px; }

.ico-man2-2 {
  background-position: -165px 0; }

.ico-man2-3 {
  background-position: -330px 0; }

.ico-man2-4 {
  background-position: -500px 0; }

.ico-man2-5 {
  background-position: -670px 0; }

.ico-man2-6 {
  background-position: -840px 0; }

.ico-man3 {
  background: url(../images/man3.png) no-repeat 0 0;
  width: 170px;
  height: 150px;
  display: block; }

.ico-man3-1 {
  background-position: 0 0; }

.ico-man3-2 {
  background-position: -165px 0; }

.ico-man3-3 {
  background-position: -336px 0; }

.ico-man3-4 {
  background-position: -511px 0; }

.ico-man3-5 {
  background-position: -685px 0; }

.ico-man3-6 {
  background-position: -856px 0; }

/* ================================================================ *\
#sections
\* ================================================================ */
.sections {
  width: 1178px;
  margin: 0 auto;
  padding-bottom: 20px; }

.section-panel {
  width: 465px;
  float: left;
  padding: 25px 0 0 0; }

.section-panel .section-aside {
  width: 163px;
  float: left; }

.search {
  width: 131px;
  padding-bottom: 18px; }

.search-field {
  width: 100%;
  border: 1px solid #e5e6e7;
  background: #fff url(../images/ico-glass.png) no-repeat 8px center;
  background-size: 30px 19px;
  border-radius: 4px;
  padding: 8px 3px 5px 48px;
  font-size: 13px; }

.search-btn {
  display: none; }

.section-panel .widgets {
  padding: 0; }

.widget-person li {
  color: #96989b;
  font-size: 13px;
  padding: 0 0 4px 26px; }

.widget-person .current {
  position: relative; }

.widget-person .current:before {
  background: url(../images/ico-circle.png) no-repeat 0 0;
  width: 16px;
  height: 16px;
  background-size: 16px auto;
  position: absolute;
  top: 2px;
  left: 2px;
  content: ''; }

.widget-person li strong {
  font-weight: normal;
  float: left;
  width: 42px; }

.widget-person li span {
  float: left;
  width: 47px;
  text-align: right; }

.widget-works {
  padding-bottom: 23px; }

.widget-works .widget-title {
  color: #414042;
  font-size: 13px;
  font-family: 'GT-Walsheim', arial;
  background: url(../images/ico-triangle.png) no-repeat 0 2px;
  background-size: 18px auto;
  padding: 0 0 3px 26px; }

.list-checkboxes-secondary .checkbox {
  padding: 0 2px 3px 17px; }

.list-checkboxes-secondary .checkbox label {
  padding: 1px 9px 0 9px;
  font-size: 13px;
  color: #6c6d70;
  border-radius: 5px;
  display: block;
  overflow: hidden; }

.list-checkboxes-secondary .checkbox label:after {
  display: none; }

.list-checkboxes-secondary .checkbox input[type="checkbox"]:checked + label {
  color: #000;
  background-color: #85e8ec; }

.list-checkboxes-primary {
  position: relative; }

.list-checkboxes-primary:before {
  background: url(../images/ico-circle.png) no-repeat 0 0;
  width: 16px;
  height: 16px;
  background-size: 16px auto;
  position: absolute;
  top: 2px;
  left: 2px;
  content: ''; }

.list-checkboxes-primary li {
  padding-left: 0; }

.list-final {
  font-size: 13px; }

.list-final li {
  padding-left: 26px;
  position: relative; }

.list-final .current:after {
  background: url(../images/ico-shapes.png) no-repeat 0 0;
  position: absolute;
  top: 1px;
  left: 4px;
  content: '';
  background-size: 18px auto;
  width: 18px;
  height: 15px; }

.list-final a {
  color: #6c6d70;
  font-family: 'GT-Walsheim', arial; }

.section-panel .section-content {
  width: 300px;
  float: left; }

.table-tabs th {
  text-align: left;
  font-weight: normal;
  font-size: 13px;
  color: #939598;
  font-family: 'GT-Walsheim', arial;
  padding: 4px 4px 8px 4px; }

.table-tabs th a {
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  margin-left: 2px; }

.sort-up {
  background: url(../images/sort-up.png) no-repeat 0 0;
  background-size: 100%; }

.sort-down {
  background: url(../images/sort-down.png) no-repeat 0 0;
  background-size: 100%;
  top: 1px; }

.table-tabs th:first-child {
  width: 170px; }

.table-tabs tr:last-child {
  border-bottom: 1px solid #dedfe0; }

.table-tabs td {
  border-top: 1px solid #dedfe0;
  vertical-align: top;
  padding: 8px 4px;
  cursor: pointer; }

.table-tabs h3 {
  font-family: 'GT-Walsheim', arial;
  font-size: 13px; }

.table-tabs p {
  font-family: 'GT-Walsheim', arial;
  color: #6d6e71;
  font-size: 13px; }

.table-tabs .orange {
  text-align: right;
  color: #ed7733; }

.table-tabs h4 {
  color: #6d6e71;
  font-family: 'GT-Walsheim', arial;
  font-size: 12px; }

.table-tabs table {
  width: 100%; }

.table-tabs .current td {
  background: #85e8ec;
  border-color: transparent; }

.table-tabs .current td:first-child {
  border-radius: 5px 0 0 5px; }

.table-tabs .current td:last-child {
  border-radius: 0 5px 5px 0; }

.section-panel .section-content-actions {
  padding: 20px 0; }

.section-panel .section-content-actions a {
  color: #939598;
  font-family: 'GT-Walsheim', arial; }

.section-about {
  width: 707px;
  float: right; }

.section-about .section-head {
  padding: 25px 130px 12px 0;
  position: relative; }

.section-about .section-head h2 {
  color: #414042;
  font-family: 'GT-Walsheim', arial; }

.dash-logo {
  background: url(../images/dash-logo.png) no-repeat 0 0;
  width: 92px;
  height: 76px;
  position: absolute;
  top: 0;
  right: 33px; }

.section-about .section-body {
  border: 1px solid #bcbdbf;
  border-radius: 7px;
  padding: 17px 8px 0 8px; }

.user {
  padding: 2px 0 35px 0; }

.user .user-aside {
  width: 240px;
  float: left; }

.user .user-content {
  width: 445px;
  float: left; }

.user .user-details-title {
  float: left;
  width: 63px; }

.user .user-details-title h3 {
  font-size: 13px;
  font-family: 'GT-Walsheim', arial; }

.user .user-details-content {
  float: left;
  width: 170px;
  font-size: 13px;
  color: #6d6e71; }

.user .user-details-content a {
  color: #5652a3;
  text-decoration: underline; }

.user .user-details-content a:hover {
  text-decoration: none; }

.textarea-note {
  font-size: 11px;
  line-height: 12px;
  display: block;
  width: 150px;
  height: 25px;
  border: 0; }

.visible .textarea-note {
  height: 50px; }

.user .user-details-content .visible .form-row + p a span {
  display: none; }

.user .user-details-content .visible .form-row + p a span + span {
  display: block; }

.user .user-details-content .form-row + p a {
  color: #20b8f1;
  text-align: right;
  display: block;
  font-size: 11px;
  line-height: 12px; }

.user .user-details-content .form-row + p a span + span {
  display: none; }

.user-details li {
  padding-bottom: 10px; }

.user .select2-container {
  width: 95px; }

.user .select2-container .select2-choice {
  background: none;
  font-size: 11px;
  text-decoration: none;
  text-align: center;
  color: #6d6e71;
  border-radius: 5px;
  height: 17px;
  border: 1px solid #d5d6d8; }

.user .select2-dropdown-open .select2-choice {
  border-radius: 5px 5px 0 0; }

.select2-container .select2-choice > .select2-chosen {
  height: 17px;
  position: relative;
  top: -4px; }

.select2-container .select2-choice .select2-arrow {
  background: url(../images/sort-down.png) no-repeat 0 center;
  background-size: 12px 9px;
  width: 20px;
  border-left: 0; }

.select2-drop {
  border: 1px solid #d5d6d8;
  border-top: 0; }

.select2-results .select2-result-label {
  font-size: 11px;
  text-align: center;
  padding-right: 24px; }

.select2-results .select2-highlighted {
  background-color: #85e8ec;
  color: #6d6e71;
  min-height: 0; }

.select2-results li:first-child {
  border-top: 1px solid #d5d6d8; }

.user-content-head {
  position: relative; }

.user-content-head h3 {
  font-size: 13px;
  font-family: 'GT-Walsheim', arial;
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 9;
  padding-right: 10px; }

.user-content-head:after {
  content: '';
  border-top: 1px solid #dedfe0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.list-status {
  overflow: hidden; }

.list-status li {
  float: left;
  width: 170px;
  font-size: 11px;
  line-height: 14px;
  padding-left: 50px; }

.list-status a {
  color: #414042;
  display: block;
  margin-bottom: 8px;
  position: relative;
  padding-top: 1px; }

.list-status a.current:after {
  background: url(../images/ico-person.png) no-repeat 0 0;
  background-size: 100% 100%;
  width: 17px;
  height: 13px;
  content: '';
  right: 100%;
  position: absolute;
  margin-right: 6px; }

.list-status li + li {
  border-left: 1px solid #d9dbdc; }

.list-status li:first-child {
  width: 160px;
  padding-left: 35px; }

.list-status li:last-child {
  width: 115px;
  padding-left: 40px; }

.entries .entry-head {
  border-bottom: 1px solid #dedfe0;
  padding-left: 5px;
  padding-bottom: 4px;
  margin-bottom: 20px; }

.entries .entry-head h3 {
  font-size: 13px;
  font-family: 'GT-Walsheim', arial; }

.list-sqrt {
  padding: 0 0 9px 4px;
  border-bottom: 1px solid #dedfe0;
  margin-bottom: 8px; }

.list-sqrt li {
  display: inline-block;
  font-size: 13px;
  font-family: 'GT-Walsheim', arial;
  position: relative;
  padding: 0 12px 0 17px; }

.list-sqrt li:after {
  background: #00aced;
  width: 11px;
  height: 11px;
  position: absolute;
  content: '';
  top: 3px;
  left: 0; }

.user-information {
  overflow: hidden;
  padding-bottom: 19px; }

.user-information li {
  float: left;
  width: 348px;
  padding-left: 7px;
  font-size: 13px;
  font-family: 'GT-Walsheim', arial;
  line-height: 16px; }

.user-information p {
  overflow: hidden; }

.user-information span {
  width: 125px;
  float: left; }

.user-information strong {
  width: 165px;
  float: left;
  font-weight: normal; }

.user-information li + li {
  width: 327px; }

.accordion-head {
  position: relative;
  margin-bottom: 9px;
  cursor: pointer; }

.accordion-head h3 {
  font-size: 14px;
  font-family: 'GT-Walsheim', arial;
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 9;
  padding-right: 10px;
  text-transform: uppercase;
  padding-left: 4px;
  min-width: 135px; }

.accordion-head:after {
  content: '';
  border-top: 1px solid #dedfe0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.accordion-body {
  display: none; }

.list-dependents {
  overflow: hidden;
  padding-bottom: 19px; }

.list-dependents li {
  float: left;
  width: 353px;
  padding-left: 7px;
  font-size: 13px;
  font-family: 'GT-Walsheim', arial;
  line-height: 16px; }

.list-dependents p {
  overflow: hidden; }

.list-dependents span {
  width: 72px;
  float: left; }

.list-dependents strong {
  width: 165px;
  float: left;
  font-weight: normal; }

.list-dependents li + li {
  width: 327px; }

.list-taxes {
  margin-left: 135px;
  overflow: hidden;
  padding: 10px 0 15px 0; }

.list-taxes li {
  float: left;
  width: 220px;
  font-size: 13px;
  font-family: 'GT-Walsheim', arial;
  line-height: 16px; }

.list-taxes li:first-child span {
  width: 115px; }

.list-taxes span {
  float: left;
  width: 160px; }

.list-taxes p {
  overflow: hidden; }

.list-taxes strong {
  font-weight: normal;
  float: left; }

.accordion-cols {
  overflow: hidden; }

.accordion-col {
  float: left;
  width: 360px;
  padding-left: 12px; }

.accordion-col + .accordion-col {
  width: 320px;
  padding-left: 0; }

.article-acc {
  padding: 8px 0 22px 0; }

.article-acc .article-head {
  padding-bottom: 8px; }

.article-acc .article-head h3 {
  font-size: 13px;
  font-family: 'GT-Walsheim', arial;
  line-height: 16px; }

.article-acc .article-body {
  font-size: 13px; }

.article-acc .article-body p {
  font-size: 10px;
  line-height: 11px;
  width: 260px;
  text-align: justify; }

.list-ans li {
  overflow: hidden;
  line-height: 16px; }

.list-ans strong {
  font-weight: normal;
  float: left;
  width: 190px; }

.list-ans span {
  float: left;
  width: 95px; }

.list-est li {
  overflow: hidden;
  text-align: right;
  font-size: 13px;
  font-family: 'GT-Walsheim', arial;
  line-height: 15px; }

.list-est small {
  float: left;
  width: 24px;
  font-size: 13px; }

.list-est span {
  width: 60px;
  float: left; }

.list-est strong {
  width: 60px;
  float: left;
  font-weight: normal; }

.article-docs {
  padding-bottom: 100px; }

.docs h3 {
  font-size: 13px;
  font-family: 'GT-Walsheim', arial;
  line-height: 15px;
  padding-left: 6px;
  float: left; }

.docs h3 small {
  color: #6d6e71;
  font-size: 12px;
  font-family: 'GT-Walsheim', arial; }

.docs > li {
  overflow: hidden;
  border-bottom: 1px solid #dedfe0;
  padding-bottom: 5px;
  padding-top: 7px; }

.docs .list-radios {
  float: right; }

.docs .list-radios li {
  float: left;
  padding-left: 5px; }

.docs .list-radios label {
  display: block;
  width: 13px;
  height: 13px;
  padding: 0; }

.docs .list-radios label:after {
  width: 11px;
  height: 11px;
  top: 0;
  left: 0;
  background: none;
  border: 1px solid #ec1c23; }

.docs .list-radios .radio-yellow label:after {
  border-color: #faaf40; }

.docs .list-radios .radio-green label:after {
  border-color: #00a04a; }

.docs .list-radios .radio-red input[type="radio"]:checked + label:after {
  background-color: #ec1c23; }

.docs .list-radios .radio-yellow input[type="radio"]:checked + label:after {
  background-color: #faaf40; }

.docs .list-radios .radio-green input[type="radio"]:checked + label:after {
  background-color: #00a04a; }

.dash-comments {
  border-top: 1px solid #dedfe0;
  padding: 10px 0 20px 5px; }

.dash-comments p {
  width: 370px;
  font-size: 13px;
  line-height: 15px; }

.dash-comments h4 {
  font-size: 13px;
  line-height: 15px; }

.tab {
  display: none; }

.tab.current {
  display: block; }

.widget-date {
  overflow: hidden;
  padding-left: 25px;
  padding-top: 2px;
  position: relative; }

.ico-cal {
  background: url(../images/ico-cal.png) no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px; }

.widget-date input {
  float: left;
  width: 40px;
  border: 0;
  font-size: 12px;
  color: #96989b; }

.widget-date label {
  float: left;
  font-size: 12px;
  color: #96989b;
  position: relative;
  top: -4px;
  margin-right: 3px; }

.ui-datepicker {
  width: 405px !important; }

.ui-widget-header {
  background: none;
  border-radius: 0px;
  border: 0; }

.ui-datepicker .ui-datepicker-title {
  line-height: 15px; }

.ui-datepicker-title span {
  color: #163f5e;
  font-family: 'GT-Walsheim', arial;
  font-size: 12px;
  line-height: 14px; }

.ui-datepicker th {
  padding: 0;
  font-size: 10px;
  color: #808898; }

.ui-datepicker td {
  font-size: 12px;
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  padding: 0;
  border: 0;
  text-align: center; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 170px; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 0;
  background: #fff;
  color: #000; }

.ui-datepicker-prev {
  display: none !important; }

.ui-datepicker .ui-datepicker-next {
  background: #dadada url(../images/next-arr.png) no-repeat center center;
  bottom: 0;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 0 5px 5px 0; }

.ui-datepicker .ui-datepicker-header {
  position: static; }

/* ================================================================ *\
#section-tax
\* ================================================================ */
.logo-secondary {
  background-image: url(../images/logo-sec.png);
  width: 197px;
  height: 164px; }

.header .btn-login-secondary {
  width: 82px;
  display: table;
  height: 45px;
  line-height: 16px;
  font-size: 13px; }

.header .btn-login-secondary span {
  display: table-cell;
  vertical-align: middle; }

.section-tax {
  background: url(../images/blue-bg.png) repeat 0 0; }

.section-tax .section-aside {
  float: left;
  padding: 130px 0 0 0;
  width: 160px;
  text-align: center;
  margin-left: 10px; }

.section-tax .section-aside .btn {
  display: block;
  width: auto;
  font-size: 21px;
  text-transform: none;
  font-family: 'GT-Walsheim', arial;
  margin-top: 10px; }

.section-tax .section-body {
  width: 505px;
  float: left;
  margin-left: 50px; }

.section-tax .section-title {
  text-align: center;
  position: relative;
  padding-top: 43px;
  margin-bottom: 35px; }

.section-tax .section-title h2 {
  display: inline-block;
  font-size: 41px;
  line-height: 38px;
  color: #6d603f;
  font-family: 'GT-Walsheim', arial; }

.section-tax .section-title h2 small {
  display: block;
  font-size: 17px;
  line-height: 17px;
  font-family: 'GT-Walsheim', arial;
  margin-bottom: 3px; }

.section-tax .section-title .left-line,
.section-tax .section-title .right-line {
  position: absolute;
  bottom: 20px;
  border-bottom: 1px solid #6d603f;
  right: 0; }

.section-tax .section-title .left-line {
  left: 0;
  right: auto; }

.section-tax .section-content {
  padding-bottom: 50px; }

.section-tax .section-content p {
  font-size: 16px;
  line-height: 19px;
  font-family: 'GT-Walsheim', arial;
  color: #2c2c2c;
  padding-bottom: 20px; }

.section-tax .section-content figure {
  padding-bottom: 30px;
  padding-top: 5px; }

.section-tax .section-content h3 {
  font-size: 28px;
  line-height: 32px;
  color: #6d603f;
  font-family: 'GT-Walsheim', arial;
  margin-bottom: 14px; }

.section-tax .section-content h3 a {
  font-family: 'GT-Walsheim', arial;
  color: #2c2c2c;
  text-decoration: underline; }

.section-tax .section-content h3 a:hover {
  text-decoration: none; }

.list-links li {
  padding-bottom: 20px;
  text-decoration: underline;
  color: #2c2c2c;
  font-size: 16px;
  line-height: 18px;
  font-family: 'GT-Walsheim', arial;
  font-weight: bold; }

.animate {
  display: none; }

@media only screen and (max-width: 1023px) {
  .shell {
    width: 748px; }

  .header h2 {
    font-size: 16px;
    line-height: 22px;
    padding-left: 160px; }

  .header .socials {
    padding-left: 15px; }

  .intro-box-primary {
    left: 165px; }

  .intro-box-secondary {
    left: 355px; }

  .intro-box-teritary {
    right: -5px; }

  .section-estimator {
    padding: 0 20px;
    max-width: 100%; }

  .article-table {
    margin-left: auto;
    margin-right: auto; }

  .tooltip {
    right: 55px; }

  /*.list-logos li { width: 33%; }*/
  .list-logos li img {
    display: block;
    max-width: 100%;
    height: auto; }

  .articles-services {
    margin-left: -20px; }

  .article-services {
    width: 220px;
    margin-left: 20px; }

  .article-services h3 {
    font-size: 38px;
    font-weight: bold; }

  .article-services p {
    font-size: 14px; }

  .price-cols {
    margin-left: 0; }

  .price-col {
    width: 50%;
    margin-left: 0; }

  .price-col:last-child {
    width: 100%; }

  .section-steps .section-aside {
    width: 335px; }

  .section-steps .section-aside h1 {
    font-size: 35px; }

  .section-steps .section-aside p {
    font-size: 11px; }

  .section-steps .section-content {
    width: 400px; }

  .list-steps h3 {
    font-size: 20px; }

  .section-info p {
    padding: 0 4px; }

  .testmonials-media {
    width: 305px; }

  .testimonial-video img {
    width: 100%;
    height: auto;
    display: block; }

  .btn-play {
    background-size: 150px; }

  .testimonials-thumbs li a {
    font-size: 12px; }

  .testimonial p {
    font-size: 16px; }

  .section-videos .box p {
    font-size: 20px;
    top: 2px;
    left: 20px; }

  .section-entries .section-entry {
    padding: 0 20px; }

  .contact-box p {
    font-size: 26px;
    line-height: 34px; }

  .section-faq .section-aside {
    margin-left: 160px;
    width: 280px; }

  .section-faq .section-content {
    width: 300px; }

  .news-content {
    width: 340px; }

  .news-images {
    width: 390px; }

  .news-images h3 {
    font-size: 16px; }

  .list-news-video li {
    margin: 0;
    width: 33%;
    padding: 0 0 11px 11px; }

  .list-news-video li img {
    width: 100%;
    height: auto;
    display: block; }

  .main .sidebar {
    width: 170px; }

  .widget .widget-content {
    padding-right: 11px; }

  .main .content {
    width: 570px; }

  .form-create .form-controls span {
    position: relative;
    top: auto;
    left: auto;
    margin-left: 0;
    width: auto; }

  .form-create .btn-more {
    margin-left: 0;
    display: block;
    margin-top: 20px; }

  .upload {
    width: 50%; }

  .section-dashboard .section-aside {
    width: 170px; }

  .section-dashboard .section-content {
    width: 570px; }

  .section-dashboard .section-col1 {
    width: 280px; }

  .list-user li strong {
    width: 80px;
    font-size: 14px; }

  .list-user li span {
    font-size: 14px; }

  .section-container-user .section-col-actions {
    padding-left: 80px; }

  .section-dashboard .section-col2 {
    width: 240px;
    padding-left: 20px; }

  .section-container-user .section-col2 h4 {
    font-size: 14px; }

  .list-date li {
    font-size: 18px; }

  .section-container-progress .section-col4,
  .section-container-progress .section-col3 {
    width: 50%; }

  .section-container-progress .section-col4 .brown {
    font-size: 14px; }

  .list-logos li {
    width: 20%;
    text-align: center; }

  .list-logos li a {
    display: block;
    text-align: center; }

  .list-logos li img {
    margin: 0 auto; }

  .logo-secondary {
    width: 164px;
    background-size: 100%; }

  .header .btn-login-secondary {
    width: 60px;
    font-size: 11px; } }
@media only screen and (max-width: 767px) {
  .shell {
    width: 100%;
    padding: 0 10px; }

  .section-info p, .section-info p:last-child, .section-info p:first-child {
    display: block;
    width: 100%;
    font-size: 22px; }

  .section-info p {
    margin: 18px 0; }

  .section-videos .box .box-text {
    top: 20px; }

  .section-videos .box .box-text h1 {
    font-size: 34px; }

  .section-videos .box .box-text p {
    font-size: 28px; }

  .testimonials-thumbs li a {
    font-size: 14px; }

  .header {
    height: auto; }

  .logo {
    width: 100px;
    background-size: 100% auto;
    left: 0; }

  .header h2 {
    display: none; }

  .header .login-signup {
    margin-bottom: 10px; }

  .intro {
    margin: 0;
    padding: 0;
    margin-bottom: 0; }

  .ico-man {
    margin: 0;
    width: 100%;
    height: auto;
    top: 0; }

  .intro-boxes {
    display: none; }

  .btn-large {
    bottom: 5px; }

  .list-logos li a img {
    max-height: 40px; }

  .testimonials-container {
    padding: 0 20px; }

  .testmonials-media {
    padding-top: 10px; }

  .footer-columns .footer-column, .footer-columns .footer-column-span2 {
    float: none;
    width: 100%;
    padding: 0 20px; }

  .articles-services {
    margin-left: 0; }

  .article-services {
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px; }

  .section-price {
    padding-bottom: 30px; }

  .price-col {
    width: 100%; }

  /*.article-table { width: 300px; }*/
  .section-steps .section-aside {
    width: 100%;
    float: none; }

  .section-steps .section-aside h1 {
    font-size: 30px; }

  .section-steps .section-content {
    width: 100%;
    float: none; }

  .section-info p {
    display: block;
    padding: 5px; }

  .testmonials-media {
    width: 100%;
    float: none; }

  .testimonials-container {
    float: none;
    width: 100%; }

  .section-testimonials .section-actions .btn {
    width: 230px; }

  .section-videos .box {
    width: 100%;
    float: none; }

  .section-videos .box p {
    line-height: 24px;
    top: 20px; }

  .section-entries .section-entry {
    width: 100%;
    float: none; }

  .contact-box {
    width: 100%;
    float: none;
    text-align: left;
    padding-right: 0; }

  .contact-box + .contact-box {
    padding-left: 0;
    padding-top: 30px; }

  .footer {
    overflow: hidden; }

  .contact-head .btn {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px; }

  .section-faq .section-aside {
    margin-left: 0;
    float: none;
    width: 100%;
    padding-top: 20px; }

  .section-faq .section-content {
    width: 100%;
    border-left: 0;
    padding-left: 0;
    float: none; }

  .news-content,
  .news-images {
    float: none;
    width: 100%; }

  .ico-play-secondary {
    width: 100px;
    height: 100px;
    background-size: 100% auto; }

  .section-news .section-head h3 {
    padding-left: 0;
    font-size: 30px;
    line-height: 34px; }

  .main .sidebar {
    width: auto;
    float: none;
    display: none; }

  .main .content {
    float: none;
    width: 100%; }

  .section-create {
    padding-top: 58px; }

  .section-head-uni {
    padding-bottom: 0; }

  .section-head-uni h3 {
    font-size: 30px;
    line-height: 34px; }

  .form-create .form-actions {
    padding-left: 0; }

  .section-todo .section-entry {
    width: 100%; }

  .section-plan .section-actions {
    text-align: center; }

  .section-plan .section-actions .btn {
    display: inline-block; }

  .section-plan .section-actions .btn + .btn {
    margin-left: 0;
    margin-top: 10px; }

  .upload {
    width: 100%;
    float: none; }

  .upload + .upload {
    margin-top: 20px; }

  .section-dashboard .section-aside {
    display: none; }

  .section-dashboard .section-content {
    float: none;
    width: 100%; }

  .section-dashboard .section-head-uni {
    padding-left: 0;
    padding-bottom: 20px; }

  .section-dashboard .section-col1 {
    width: 100%;
    float: none; }

  .section-dashboard .section-col2 {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-top: 20px; }

  .section-container-progress {
    padding-top: 40px; }

  .section-container-progress .section-content-body {
    font-size: 13px; }

  .section-container-final .section-content h3 {
    font-size: 28px; }

  .section-container-final .section-content p {
    font-size: 12px; }

  .section-tax .section-aside {
    display: none; }

  .section-tax .section-body {
    float: none;
    width: auto;
    margin: 0; }

  .section-tax .section-body img {
    max-width: 100%;
    display: block;
    height: auto; }

  .section-tax .section-body h3 {
    font-size: 20px;
    line-height: 24px; } }
@media screen and (max-width: 479px) {
  .site-header .logo {
    background-size: 80px 73px;
    width: 80px;
    height: 73px; }

  .site-header .header-container {
    padding-left: 80px; }

  .site-header .header-tagline {
    display: none; }

  .intro .btn-large {
    font-size: 24px;
    line-height: 30px;
    width: 200px;
    margin-bottom: 15px; }

  .list-logo {
    margin-top: -15px; }

  .list-logos li {
    width: 50%; }

  .contact-head p .contact-cost {
    font-size: 30px; }

  .footer-contact .footer-address {
    display: block;
    margin-bottom: 20px; }
    .footer-contact .footer-address:last-of-type {
      margin-bottom: 0; }

  .section-videos .box .box-text {
    display: none; }

  .contact-head p .contact-email {
    font-size: 28px; }

  .article-table {
    width: 100%; } }
.jqDropZone {
  background: lightgrey;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
}
.jqDropZone.in {
  width: 600px;
  height: 200px;
  line-height: 200px;
  font-size: larger;
}
.jqDropZone.hover {
  background: lawngreen;
}
.jqDropZone.fade {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}
/*
 * simplyScroll 2 - a scroll-tastic jQuery plugin
 *
 * http://logicbox.net/jquery/simplyscroll
 *
 * Copyright (c) 2009-2012 Will Kelly - http://logicbox.net
 *
 * Dual licensed under the MIT and GPL licenses.
 *
 * Last revised: 31/01/2012
 *
 */

/* Default/Master classes 

Example markup format (for horizontal scroller)
Note all DIVs are generated and should not be hard-coded

<div class="your-custom-class simply-scroll-container">
	<div class="simply-scroll-btn simply-scroll-btn-left"></div>
	<div class="simply-scroll-btn simply-scroll-btn-right"></div>
	<div class="simply-scroll-clip">
		<ul class="simply-scroll-list">
			<li>...</li>
			...
		</ul>
	</div>
</div>


*/


.simply-scroll-container { /* Container DIV - automatically generated */
	position: relative;
}

	.simply-scroll-clip { /* Clip DIV - automatically generated */
		position: relative;
		overflow: hidden;
	}

	.simply-scroll-list { /* UL/OL/DIV - the element that simplyScroll is inited on */
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
		.simply-scroll-list li {
			padding: 0;
			margin: 0;
			list-style: none;
		}
	
		.simply-scroll-list li img {
			border: none;
			display: block;
		}
	
	.simply-scroll-btn {
		position: absolute;
		background-image: url(buttons.png);
		width: 42px;
		height: 44px;
		z-index:3;
		cursor: pointer;
	}
	
	.simply-scroll-btn-left {
		left: 6px;
		bottom: 6px;
		background-position: 0 -44px;
	}
	.simply-scroll-btn-left.disabled {
		background-position: 0 0 !important;
	}
	.simply-scroll-btn-left:hover, .simply-scroll-btn-left:focus {
		background-position: 0 -88px;
	}
	
	.simply-scroll-btn-right {
		right: 6px;
		bottom: 6px;
		background-position: -84px -44px;
	}
	.simply-scroll-btn-right.disabled {
		background-position: -84px 0 !important;
	}
	.simply-scroll-btn-right:hover, .simply-scroll-btn-right:focus {
		background-position: -84px -88px;
	}
	
	.simply-scroll-btn-up {
		right: 6px;
		top: 6px;
		background-position: -126px -44px;
	}
	.simply-scroll-btn-up.disabled {
		background-position: -126px 0 !important;
	}
	.simply-scroll-btn-up:hover, .simply-scroll-btn-up:focus {
		background-position: -126px -88px;
	}
	
	.simply-scroll-btn-down {
		right: 6px;
		bottom: 6px;
		background-position: -42px -44px;
	}
	.simply-scroll-btn-down.disabled {
		background-position: -42px 0 !important;
	}
	.simply-scroll-btn-down:hover, .simply-scroll-btn-down:focus {
		background-position: -42px -88px;
	}
	
	.simply-scroll-btn-pause {
		right: 6px;
		bottom: 6px;
		background-position: -168px -44px;
	}
	.simply-scroll-btn-pause:hover, .simply-scroll-btn-pause:focus {
		background-position: -168px -88px;
	}
	
	.simply-scroll-btn-pause.active {
		background-position: -84px -44px;
	}
	.simply-scroll-btn-pause.active:hover, .simply-scroll-btn-pause.active:focus {
		background-position: -84px -88px;
	}

/* Custom class modifications - override classees

.simply-scroll is default

*/

.simply-scroll { /* Customisable base class for style override DIV */
	width: 576px;
	height: 200px;
	margin-bottom: 1em;
}

	.simply-scroll .simply-scroll-clip {
		width: 576px;
		height: 200px;
	}
	
		.simply-scroll .simply-scroll-list {}
		
		.simply-scroll .simply-scroll-list li {
			float: left;
			width: 290px;
			height: 200px;
		}
		.simply-scroll .simply-scroll-list li img {}
	
	.simply-scroll .simply-scroll-btn {}
	
	.simply-scroll .simply-scroll-btn-left {}
	.simply-scroll .simply-scroll-btn-left.disabled {}
	.simply-scroll .simply-scroll-btn-left:hover {}
	
	.simply-scroll .simply-scroll-btn-right {}
	.simply-scroll .simply-scroll-btn-right.disabled {}
	.simply-scroll .simply-scroll-btn-right:hover {}
	
	.simply-scroll .simply-scroll-btn-up {}
	.simply-scroll .simply-scroll-btn-up.disabled {}
	.simply-scroll .simply-scroll-btn-up:hover {}
	
	.simply-scroll .simply-scroll-btn-down {}
	.simply-scroll .simply-scroll-btn-down.disabled {}
	.simply-scroll .simply-scroll-btn-down:hover {}
	


/* Vertical scroller example */

.vert { /* wider than clip to position buttons to side */
	width: 340px;
	height: 400px;
	margin-bottom: 1.5em;
}

	.vert .simply-scroll-clip {
		width: 290px;
		height: 400px;
	}
	
		.vert .simply-scroll-list {}
		
		.vert .simply-scroll-list li {
			width: 290px;
			height: 200px;
		}
		.vert .simply-scroll-list li img {}
	
	.vert .simply-scroll-btn {}

	.vert .simply-scroll-btn-up { /* modified btn pos */
		right: 0;
		top: 0;
	}
	.vert .simply-scroll-btn-up.disabled {}
	.vert .simply-scroll-btn-up:hover {}
	
	.vert .simply-scroll-btn-down { /* modified btn pos */
		right: 0;
		top: 52px;
	}
	.vert .simply-scroll-btn-down.disabled {}
	.vert .simply-scroll-btn-down:hover {}
	
	/* NOTE left-right classes wouldn't be needed on vertical scroller */

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*






*/
@font-face {
  font-family: "GT-Walsheim";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/gt-walsheim-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-walsheim-medium.woff") format("woff"); }
@font-face {
  font-family: "GT-Walsheim";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/gt-walsheim-medium-oblique.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-walsheim-medium-oblique.woff") format("woff"); }
@font-face {
  font-family: "GT-Walsheim";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/gt-walsheim-black.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-walsheim-black.woff") format("woff"); }
@font-face {
  font-family: "GT-Walsheim";
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/gt-walsheim-black-oblique.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-walsheim-black-oblique.woff") format("woff"); }
.section-complain .section-title h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  color: #77709D;
  text-transform: uppercase; }

.section-complain .section-title h1 > small {
  display: block;
  font-size: .5em;
  line-height: .75em; }

.section-complain .section-title h2 {
  font-size: 24px;
  line-height: 30px;
  color: #FF0000;
  text-transform: uppercase; }

.section-complain .section-title p {
  text-align: center; }

.section-complain h2 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #8e7d5c;
  text-transform: uppercase; }

form#complain label {
  display: block;
  margin-top: 20px;
  color: #8e7d5c; }

.representative {
  float: left;
  width: 49%; }

.representative:nth-child(odd) {
  clear: left; }

.section-complain .section-body {
  width: 500px; }

.section-complain .section-body + .section-aside {
  height: 1000px;
  width: 215px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgba(255, 255, 255, 0.5); }

form#look-up {
  margin-top: 40px;
  text-align: center;
  color: #4C6A6B; }

form#look-up input[type="text"] {
  display: block;
  margin: 0 10%;
  width: 80%;
  background: #A0E6EB url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="50" height="50"><path d="M34.218,37.373 L28.345,31.456 C26.736,32.517 24.812,33.139 22.737,33.139 C17.077,33.139 12.5,28.517 12.5,22.814 C12.5,17.122 17.076,12.5 22.737,12.5 C28.387,12.5 32.972,17.122 32.972,22.814 C32.972,24.805 32.416,26.66 31.454,28.231 L37.368,34.189 C37.681,34.496 37.418,35.261 36.79,35.893 L35.909,36.783 C35.281,37.414 34.522,37.679 34.218,37.373 z M29.571,22.814 C29.571,19.009 26.512,15.927 22.736,15.927 C18.959,15.927 15.892,19.009 15.892,22.814 C15.892,26.62 18.959,29.711 22.736,29.711 C26.512,29.711 29.571,26.62 29.571,22.814 z" fill="#FFFFFF"/></svg>') no-repeat right center;
  border: 3px solid #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  line-height: 42px;
  text-align: center;
  color: #4C6A6B;
  box-shadow: inset 0 0 10px #8CAAAB; }

a.facebook {
  display: inline-block;
  background: 4px center no-repeat url(../images/ico-facebook.png);
  background-size: 8px 16px;
  padding-left: 16px; }

a.twitter {
  display: inline-block;
  background: left center no-repeat url(../images/ico-twitter.png);
  background-size: 15px 11px;
  padding-left: 16px; }

.simply-scroll,
.simply-scroll .simply-scroll-clip,
.simply-scroll .simply-scroll-list li {
  width: 100% !important; }
