@font-face {
    font-family: 'source_sans_proextralight';
    src: url('../fonts/sourcesanspro-extralight-webfont.eot');
    src: url('../fonts/sourcesanspro-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-extralight-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-extralight-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-extralight-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-extralight-webfont.svg#source_sans_proextralight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_proXLtIt';
    src: url('../fonts/sourcesanspro-extralightit-webfont.eot');
    src: url('../fonts/sourcesanspro-extralightit-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-extralightit-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-extralightit-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-extralightit-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-extralightit-webfont.svg#source_sans_proXLtIt') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_prolight';
    src: url('../fonts/sourcesanspro-light-webfont.eot');
    src: url('../fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-light-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-light-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_prolight_italic';
    src: url('../fonts/sourcesanspro-lightit-webfont.eot');
    src: url('../fonts/sourcesanspro-lightit-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-lightit-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-lightit-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-lightit-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-lightit-webfont.svg#source_sans_prolight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_probold';
    src: url('../fonts/sourcesanspro-bold-webfont.eot');
    src: url('../fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-bold-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_probold_italic';
    src: url('../fonts/sourcesanspro-boldit-webfont.eot');
    src: url('../fonts/sourcesanspro-boldit-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-boldit-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-boldit-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-boldit-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-boldit-webfont.svg#source_sans_probold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_proitalic';
    src: url('../fonts/sourcesanspro-it-webfont.eot');
    src: url('../fonts/sourcesanspro-it-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-it-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-it-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-it-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-it-webfont.svg#source_sans_proitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('../fonts/sourcesanspro-regular-webfont.eot');
    src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body,
label,
.checkbox label {
  font-weight: 300;
}

body {
    border-top: 30px solid #000;
    font-family: source_sans_proregular;
}

strong {
    font-family: source_sans_probold;
    font-weight: normal;
}

h1{
    afont-family: source_sans_proregular;
    font-family: source_sans_probold;
    afont-weight: bold;
}
h2 {
    text-transform: uppercase;
    font-family: source_sans_probold;
}

.dashboard {
    padding: 40px;
}
.btn-quote {
    background: rgba(139,209,180,1);
    background: -moz-linear-gradient(left, rgba(139,209,180,1) 0%, rgba(100,193,154,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(139,209,180,1)), color-stop(100%, rgba(100,193,154,1)));
    background: -webkit-linear-gradient(left, rgba(139,209,180,1) 0%, rgba(100,193,154,1) 100%);
    background: -o-linear-gradient(left, rgba(139,209,180,1) 0%, rgba(100,193,154,1) 100%);
    background: -ms-linear-gradient(left, rgba(139,209,180,1) 0%, rgba(100,193,154,1) 100%);
    background: linear-gradient(to right, rgba(139,209,180,1) 0%, rgba(100,193,154,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bd1b4', endColorstr='#64c19a', GradientType=1 );ote.png) top center;

    display: block;
}
.btn-quote:hover,
.btn-quote:active {
    opacity: 0.8;
}
.btn-planner {
    background: rgba(71,146,176,1);
    background: -moz-linear-gradient(left, rgba(71,146,176,1) 0%, rgba(0,104,145,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(71,146,176,1)), color-stop(100%, rgba(0,104,145,1)));
    background: -webkit-linear-gradient(left, rgba(71,146,176,1) 0%, rgba(0,104,145,1) 100%);
    background: -o-linear-gradient(left, rgba(71,146,176,1) 0%, rgba(0,104,145,1) 100%);
    background: -ms-linear-gradient(left, rgba(71,146,176,1) 0%, rgba(0,104,145,1) 100%);
    background: linear-gradient(to right, rgba(71,146,176,1) 0%, rgba(0,104,145,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4792b0', endColorstr='#006891', GradientType=1 );

    display: block;
}
.btn-planner:hover,
.btn-planner:active {
    opacity: 0.8;
}
.btn-settings {
    background-color: #231F20;
    display: block;
}
.btn-settings:hover,
.btn-settings:active {
    opacity: 0.8;
}
.btn-quote,
.btn-planner,
.btn-settings {
}
.btn-quote img,
.btn-planner img,
.btn-settings img {
    margin: 0 auto;
}
.btn-quote img,
.btn-planner img {
    padding: 20px;
}
.btn-settings img {
    padding: 15px;
}

@media (max-width: 767px) {
    .btn-quote img,
    .btn-planner img {
        padding: 15px;
        max-height: 200px;
    }
    .btn-settings img {
        max-height: 70px;
    }
    button.btn-primary {
        width: 100%;
    }
    button.btn-primary.btn-smaller {
        width: auto;
        min-width: 200px;
    }
}
@media (min-width: 768px) {
    button.btn-primary {
        float: right;
        min-width: 200px;
    }
}

#add-more {
    font-size: 22px;
    border: 0;
    background-color: transparent;
}
#add-more:focus {
    border: 0;
    outline: 0;
}
#add-more img {
    position: relative;
    top: -2px;
    height: 22px;
}
/*
button.btn.btn-primary {
background: rgba(0,89,117,1);
background: -moz-linear-gradient(right, rgba(0,89,117,1) 0%, rgba(0,89,117,1) 40px, rgba(5,107,147,1) 40px, rgba(5,107,147,1) 100%);
background: -webkit-gradient(left top, left top, color-stop(0%, rgba(0,89,117,1)), color-stop(40px, rgba(0,89,117,1)), color-stop(40px, rgba(5,107,147,1)), color-stop(100%, rgba(5,107,147,1)));
background: -webkit-linear-gradient(right, rgba(0,89,117,1) 0%, rgba(0,89,117,1) 40px, rgba(5,107,147,1) 40px, rgba(5,107,147,1) 100%);
background: -o-linear-gradient(right, rgba(0,89,117,1) 0%, rgba(0,89,117,1) 40px, rgba(5,107,147,1) 40px, rgba(5,107,147,1) 100%);
background: -ms-linear-gradient(right, rgba(0,89,117,1) 0%, rgba(0,89,117,1) 40px, rgba(5,107,147,1) 40px, rgba(5,107,147,1) 100%);
background: linear-gradient(to left, rgba(0,89,117,1) 0%, rgba(0,89,117,1) 40px, rgba(5,107,147,1) 40px, rgba(5,107,147,1) 100%);
}*/

.buttons {
    margin-top: 30px;
}

.box {
    padding: 10px;
    overflow: hidden;
    position: relative;
}
.box h2 {
    margin: 0 0 10px 0;
    text-transform: none;
}
.box p {
    margin: 2px 0;
    line-height: 1.2;
}

.box-spec {
    background-color: #e3f7ed;
}
.box-quote {
    margin-top:3px;
    background-color: #c5e8d5;
    font-size: 26px;
    font-family: source_sans_prolight;
    margin-bottom: 30px;
}

.box-clip {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -40px;
    right: -40px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg);
    background-color: #fff;
}


.navbar-nav.navbar-right {
    position: relative;
}
.slash {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.slash div {
    position: absolute !important;
    left: -30px;
    right: -30px;
    height: 100px;
    background-color: #fff;
    top: 102px;
    -ms-transform: rotate(13deg);
    -webkit-transform: rotate(13deg); 
    transform: rotate(13deg);
    z-index: 10;
}
.slash ~ li {
    z-index: 20;
}

.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}


.menu-menu > a {
    background: transparent url(../images/btn-menu-menu.png) no-repeat center 20px;
    width: 80px;
}
.menu-settings > a {
    background: transparent url(../images/btn-menu-settings.png) no-repeat center 20px;
    width: 80px;
}


.dropdown-menu {
    overflow: hidden;
}
.dropdown-menu li > a > span {
    height: 21px;
    width: 21px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.dropdown-menu .point {
    position: relative;
}
.dropdown-menu .point + .point > a > em {
    display: block;
    width: 0;
    border-left: 1px solid #e8e8e8;
    height: 18px;
    position: absolute;
    top: -10px;
    left: 31px;
}

.dropdown-menu .home > a > span {
    background-image: url(../images/house.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.dropdown-menu .point > a > span {
    background-image: url(../images/point.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.dropdown-menu .point.active > a > span {
    background-image: url(../images/point-active.png);
}
.dropdown-menu li.disabled {
    opacity: 0.3;
}

.dropdown-menu .line {
    margin: 20px 20px;
}
.dropdown-menu .slashback {
    position: relative;
    z-index: 100;
}
.dropdown-menu .slashback span {
    background-color: #64c19a;
    position: absolute;
    width: 179px;
    height: 44px;
    -ms-transform: rotate(13deg);
    -webkit-transform: rotate(13deg); 
    transform: rotate(13deg);
    right: -21px;
    top: -43px;
}

.table-page th,
.table-page td {
    vertical-align: top !important;
}

.navbar-header {
    text-align: center;
}
.navbar-header span {
    font-size: 80%;
    color: #333;
}


.header-summary {
    margin: 0;
}
.table-summary {
    margin-top: 50px;
}
.table-summary th + th,
.table-summary td + td {
    text-align: center;
}




.table-quote .text-right {
    text-align: right;
}
.table-quote .text-centre {
    text-align: center;
}
.table-quote .text-left {
    text-align: left;
}

.table-quote {
    border-collapse: collapse;
    width: 100%;
    border-radius: 5px;
}
.table-quote th,
.table-quote td {
    border: 1px solid #ACCFBC;
}
.table-quote th,
.table-quote td {
    padding: 4px 5px;
}
.table-quote .orange-title {
    /*background-color: #FF7900;
    color: #fff;*/
    background-color: #c5e8d5;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
}
.table-quote .yellow-title {
    background-color: #d8eee2;
    font-weight: bold;
}
.table-quote .grey-title {
    background-color: #dde9e2;
    font-weight: bold;
}