/**
 * ==============================================================
 * COLOR STYLESHEET - DREW
 * ==============================================================
 */

/**
 * ORANGE
 * - basic      : #f3ae73 (243,174,115)
 * - darken 5%  : #e6a166 (230,161,102)
 * - darken 10% : #da955a (218,149,90)
 */

body {
    font-family: "Roboto", sans-serif;
}

/* BOOTSTRAP OVERRIDE */
a {
	color: #226476;
}
a:focus, a:hover {
	color: #40a2bd;
}
.text-primary {
	color: #f3ae73;
}
a.text-primary:hover {
	color: #da955a;
}
.bg-primary {
	background-color: #f3ae73;
}
a.bg-primary:hover {
	background-color: #da955a;
}
.btn-primary {
    background-color: #f39120;
    border-color: #de7f11 !important;
    border-radius: 35px;
    -webkit-box-shadow: 0 3px 6px rgba(99, 96, 94, 0.5), 0 3px 6px rgba(99, 96, 94, 0.5);
    -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(99, 96, 94, 0.5), 0 0.1875rem 0.375rem rgba(99, 96, 94, 0.5);
    box-shadow: 0 3px 6px rgba(99, 96, 94, 0.5), 0 3px 6px rgba(99, 96, 94, 0.5);
    box-shadow: 0 0.1875rem 0.375rem rgba(99, 96, 94, 0.5), 0 0.1875rem 0.375rem rgba(99, 96, 94, 0.5);
    color: #fff!important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-color: #e3861a;
	border-color: #e3861a;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #f3ae73;
}
.btn-primary .badge {
	color: #f3ae73;
}
.btn-link {
	color: #f3ae73;
}
.btn-link:hover,
.btn-link:focus {
	color: #da955a;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background-color: #f3ae73;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	border-color: #f3ae73;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	background-color: #f3ae73;
}
.pagination > li > a,
.pagination > li > span {
	color: #f3ae73;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #da955a;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #f3ae73;
	border-color: #f3ae73;
}
.label-primary {
	background-color: rgba(243,174,115,0.85);
}
.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #e6a166;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
	color: #f3ae73;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #f3ae73;
}
.progress-bar {
	background-color: #f3ae73;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	background-color: #f3ae73;
	border-color: #f3ae73;
}
.panel-primary {
	border-color: #f3ae73;
}
.panel-primary > .panel-heading {
	background-color: #f3ae73;
	border-color: #f3ae73;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #f3ae73;
}
.panel-primary > .panel-heading .badge {
	color: #f3ae73;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #f3ae73;
}

/* COMMON CLASSES */
.icon-list-icon {
	background-color: #0d723c;
}
.icon-list-title {
    margin: 0 0 10px;
    font-family: "Staatliches", sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    text-transform: uppercase;
}
/* HEADER */
.navbar-nav > li.header-action-button > a.btn-primary:hover, .navbar-nav > li.header-action-button > a.btn-primary:focus {
	background-color: #f7bf00;
}
/* SECTION COLOR */
.section-accent {
	background-color: #448ccb;
}
/* BENEFITS */
.section-accent .benefit {
	background-color: #e6a166;
}
.benefit-icon {
	color: #448ccb;
}
/* HOW IT WORKS */
.hiw-item-icon {
	background-color: #448ccb;
}
.section-accent .hiw-item {
	background-color: #f3ae73;
}
.section-accent .hiw-item.even {
	background-color: #e6a166;
}
.section-accent .hiw-item-icon {
	border-color: #f3ae73;
}
.section-accent .hiw-item.even .hiw-item-icon {	
	border-color: #e6a166;
}
/* NUMBERS */
.numbers-item-counter {
	color: #0d723c;
}
/* PRICING TABLE */
.section-accent .pricing-package {
	background-color: #e6a166;
}
.pricing-package-header {
	border-bottom-color: #f3ae73;
}
.section-dark .pricing-package-header {
	background-color: #f3ae73;
}
/* TESTIMONIAL */
.section-accent .testimonial {
	background-color: #e6a166;
}
.testimonial-ratings {
	color: #f3ae73;
}
/* PORTFOLIO */
.portfolio-item-overlay {
	background-color: #f3ae73;
}
/* FAQ */
.faq-item-icon {
	color: #448ccb;
}
/* TEAM */
.section-accent .team-member {
	background-color: #f3ae73;
}
.section-accent .team-member.even {
	background-color: #e6a166;
}
.section-accent .team-member-icon {
	border-color: #f3ae73;
}
/* CONTACT + MAPS */
.section-accent .contact-maps-box {
	background-color: #f3ae73;
	background-color: rgba(243,174,115,0.9);
}

/* JPRELOADER */
#jpreBar {
	background-color: rgba(34, 106, 156, 0.95);
}

.header-action-button .btn {
    font-size: 19px!important;
}

@media screen and (max-width:600px) {
    .header-action-button .btn {
        font-size: 15px!important;
    }
}

.header-action-text {
    font-size: 16px;
    color: #000;
    text-transform: none!important;
    padding-right: 25px;
}

.navbar-logo .header-action-text {
    margin-top: -20px;
    padding-right: 0;
    font-size: 13px;
    line-height: 16px!important;
}

.border-shadow {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    border: 1px solid #5d5757;
}

.hero-tagline {
    font-size: 22px;
    color: #313131;
    padding-top: 10px;
}

.hero-title {
    font-family: korolev-compressed, sans-serif;
    font-weight: 400;
    letter-spacing: 0!important;
    margin-bottom: 0px;
    margin-top: 0;
    text-transform: capitalize;
}

.hero-layout-simple .hero-title {
    font-size: 44px;
    line-height: 1.2;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(14, 14, 14, 0.25);
    text-transform: uppercase;
}

.hero-layout-simple .hero-subtitle {
    font-family: korolev-compressed, sans-serif;
    font-size: 28px;
    line-height: 1.2;
    margin-top:0;
    padding: 20px;
    color:#fff;
    text-shadow: 2px 2px 2px rgba(14, 14, 14, 0.25);
    text-transform: none;
    letter-spacing: 0;
}

.section-heading {
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 30px;
    font-family: "Staatliches", sans-serif;
    font-size: 24px;
    letter-spacing: 0;
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #222;
    margin-bottom: 25px;
    line-height: 1.3;
    font-weight: 400;
}

.hero-list {
    padding:30px 15px;
    text-align: left;
    color: #fff;
}

.nice-list li:before {
    content: "\f046";
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px 0 0 10px;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 1;
    color: #3eec34;
    opacity: 1;
}

.gform_body ul {
    list-style: none!important;
}

.ginput_container {
    width: 90%;
}

.gfield_label {
    margin-top: 15px;
}

.ginput_container input {
    width: 100%;
}

.ginput_container select {
    width: 100%;
    height: 32px;
    margin-bottom: 25px!important;
}

.gform_button {
    margin: 50px 40px;
    width: 200px;
    padding: 10px;
    background-color: #f39120;
    border-color: #de7f11 !important;
    /*border-radius: 35px;*/
    -webkit-box-shadow: 0 3px 6px rgba(99, 96, 94, 0.5), 0 3px 6px rgba(99, 96, 94, 0.5);
    -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(99, 96, 94, 0.5), 0 0.1875rem 0.375rem rgba(99, 96, 94, 0.5);
    box-shadow: 0 3px 6px rgba(99, 96, 94, 0.5), 0 3px 6px rgba(99, 96, 94, 0.5);
    box-shadow: 0 0.1875rem 0.375rem rgba(99, 96, 94, 0.5), 0 0.1875rem 0.375rem rgba(99, 96, 94, 0.5);
    color: #fff!important;
    font-weight: 400;
    text-transform: uppercase;
}

.btn {letter-spacing:0;}

.section-heading-2 {
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 30px;
    font-family: "Staatliches", sans-serif;
    font-size: 24px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.portfolio-section {
    padding-top: 0;
}

.portfolio-row {
    margin-top: 0;
}

.section-dark {
    background: #00401e;
}
#reviews {
    background: linear-gradient(rgba(34, 106, 156, 0.95),rgba(34, 106, 156, 0.95)),url(/lp/images/reviews-bg2.jpg) repeat;
    background-position: center;
}

.section-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: red; /* For browsers that do not support gradients */
     background: -webkit-linear-gradient(45deg,rgba(255,255,255,0.05),rgba(255,255,255,1)); 
     /* For Safari 5.1 to 6.0 */
     background: -o-linear-gradient(45deg,rgba(255,255,255,0.05),rgba(255,255,255,1)); 
     /* For Opera 11.1 to 12.0 */
     background: -moz-linear-gradient(45deg,rgba(255,255,255,0.05),rgba(255,255,255,1)); 
     /* For Firefox 3.6 to 15 */
     background: linear-gradient(45deg,rgba(255,255,255,0.05),rgba(255,255,255,1))); /* Standard syntax */
}

.cta-bar {
    padding: 5.25rem 0;
    z-index: 2;
}

.cta-bar:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: -100%;
    right: -100%;
    background: rgba(34, 106, 156, 0.95);
    z-index: 0;
}

@media (min-width: 992px) {
    .mb-lg-50 {
        margin-bottom: 50px;
    }
}

.hiw-item-title {font-size:28px;}