
/************************** Header ****************************/

header{
    position:fixed;
    background:#fff;
    width:100%;
    z-index:1000;
    box-shadow:0 1px 5px rgba(0,0,0,0.1);
}

/********* top header  ***********/

.top-header {
    background-color: #F8F8F8;
}

.top-header .customer-links > li {
    font-size:13px;
    display:inline-block;
    padding:7px 15px;
    font-weight:500;
}

.top-header .customer-links > li:first-child {
    padding-left:0;
}

.top-header  .header-socials a  {
    margin-left:10px;
    font-size:16px;
}

/************* navbar  ***************/

.navbar {
    position: relative;
    padding:12px 0px 12px;
    margin-bottom:0;
    border: 0;
    border-radius:0;
}

.navbar-brand{
    padding:0;
    margin:0 !important;
    height:0;
}

.navbar-brand img{
    max-width:100%;
    width:160px;
    padding-top:10px;
}

.navbar-brand-text {
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
}

.navbar-brand-text span {
    color: #fb9e24;
}

.navbar-collapse{
    margin-left:-15px !important;
    margin-right:-15px !important;
}

.navbar .navbar-nav > li > a {
    color: #5c5c5c;
    font-size:15px;
    padding:10px 20px;
    font-weight:400;
}

.navbar .navbar-nav>li>a:hover,
.navbar .navbar-nav>li>a:focus,
.navbar .navbar-nav>li>a:active {
    color: #f7902f;
  background-color:transparent;
}

.navbar-toggle {
    float: left;
    color: #5c5c5c;
    padding:5px 0 0;
}

.navbar-toggle .bars {
    display:inline-block;
    margin-right:5px;
}

.navbar-toggle .icon-bar {
  background:#333;
}

/*********************** Intro ***********************/

.intro {
    padding-top:100px;
}

.intro .intro-bg{
    background: url(../images/001.jpg) center center no-repeat;
    height: 490px;
    background-size: cover;
    position: relative;
}

.intro .caption{
    color:#fff;
    margin-top:20px;
    font-size:19px;
    line-height:1.6em;
    margin-top:20%;
}

.intro .caption h1{
    color:#fff;
    font-size:50px;
    font-weight:800;
}

/*************  calculator  **************/

.calculator{
    padding: 0px 0 20px 20px;
    margin-top:5%;
    color:#fff;
}

.calculator label{
    color:#fff;
    font-size:17px;
}

.calculator small{
    font-size:14px;
}

.calculator .input-block {
    float:right;
    width:120px;
}

.calculator .input-block span{
    font-size:17px;
    font-weight:500;
}

.calculator .input-block  input {
  color:#555;
  font-weight:500;
    display:inline-block;
    width:80px;
    height:32px;
    font-size:18px;
    padding:0 0 0 10px;
    border-radius:4px;
    border:0 !important;
    text-align: center;
}

.calculator  .sum  {
  font-size:22px;
    font-weight:500;
    margin-top:40px;
}

.calculator  .sum  span{
  color: #fb9e24;
    font-size:35px;
}

.calculator .get-offer-inputs{
    margin-top:20px;
    margin-bottom:5px;
}

.calculator .get-offer-inputs  input {
  font-weight:300;
    display:inline-block;
    height:40px;
    font-size:16px;
    padding:0 10px;
    border:0 !important;
    margin-bottom:10px;
}

.calculator .alert-block{
    margin-top:40px;
    margin-bottom:20px;
    font-size:18px;
    border:1px solid #fff;
    border-radius:4px;
    padding:15px;
}

.ui-widget-content{
  background: #6b6b6b;
  border-color: #6b6b6b;
}

.ui-slider .ui-slider-range {
    background:#fb9e24;
}

.ui-widget.ui-widget-content {
    border:0 !important;
    background:#eee;
    height:14px;
}

.ui-slider .ui-slider-handle {
    width:33px !important;
    height:33px !important;
    top: -9px !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default, .ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 3px solid #008fd5 !important;
    background: #fb9e24 !important;
    font-weight: normal;
    color: #454545;
}

/**********************  Features   ****************************/

.features{
    padding:35px 0;
    background:#f8f8f8;
    font-size:15px;
}

.features .item {
    margin-bottom: 15px;
}

.features .item  h3{
    margin: 0 0 10px;
    font-size: 17px;
    font-weight:700;
    text-transform:uppercase;
}

.features .item  h3 img {
    display:inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 5px;
    position: relative;
    height:30px;
}

/******************  get offer  *****************/

.get-offer{
    background: url(../images/002.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    padding:30px 0;
    color:#fff;
}

.get-offer h2,
.get-offer h4{
    color:#fff;
    margin-bottom:10px;
    margin-top:0px;
}

/******************  testimonials  *****************/

.testimonials{
    padding:40px 0 30px;
}

.testimonial {
    margin: 0 0 30px;
    font-size:15px;
    border:0;
    padding:0 10px;
    background:#f8f8f8;
    padding:20px;
    border-radius:6px;
}

.testimonial .left{
    float:left;
    width: 35%;
}

.testimonial img{
  max-height:120px;
    display:inline-block;
    margin:10px 0 10px;
    max-width:100%;
}

.testimonial cite {
    font-style: normal;
    margin-top:10px;
    display: block;
    font-size:15px;
    font-weight:500;
}

.testimonial .text{
    float:right;
    width:65%;
    padding-left:20px;
    position:relative;
}

.testimonial .text::before {
    position: absolute;
    left: -20px;
    top: -17px;
    content: "“";
    font-size:120px;
    line-height: 1;
    height: 100%;
    opacity: 0.1;
    font-family: "Times New Roman", Georgia, serif;
}

/******************  questions  *****************/

.faq-panel .panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid transparent;
    box-shadow: none;
}

.faq-panel .panel-heading{
    position:relative;
}

.faq-panel .panel-heading [data-toggle="collapse"]:after {
    font-family: 'FontAwesome';
    content: "\f107";
    position:absolute;
    left:0;
    top:12px;
    color: #0097e3;
    font-size: 25px;
    line-height: 18px;
}

.faq-panel .panel-heading [data-toggle="collapse"].collapsed:after {
    color: #454444;
}

.faq-panel .panel-heading .panel-title a{
    padding-left:20px;
    font-size:18px;
    display:inline-block;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 0;
}

.faq-panel .panel .panel-body {
  padding-left:50px;
}

/************************** Footer **************************/

footer{
    background-color: #464646;
    color:#fff;
    padding:20px 0;
}

footer .footer-menu {
    margin-top:10px;
}

footer .footer-menu li{
    display:inline-block;
    margin-right:18px;
}

footer .footer-menu li a{
    color:#fff;
    font-size:15px;
}

footer .copyright{
    font-size:13px;
}

footer .fa{
    float:left;
    font-size:26px;
    margin-top:5px;
    padding-right:16px;
}

footer .working-hours,
footer .contacts{
    display:table;
    font-size:13px;
}
footer .contacts a {
    color: white;
}

footer .working-hours span{
    font-size:13px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom:14px;
    right: 15px;
    display:none;
    padding:6px 10px;
    color: #aaa;
    border:none;
    font-size:25px;
}

.back-to-top:hover, .back-to-top:focus {
    color:#0083C1;
}

.simple_text {
    width: 600px;
    margin: 0 auto;
    padding: 120px 0 30px 0;
}


.slider-title {
    margin-bottom: 10px;
}
