html,
body {
    height: 100%;
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}
/*p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}*/
::selection {
    background: #3cb25b;
    color: #fff;
}

/*!
 * Slider at hero top
 */
/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #44b669;
    border-color: #44b669;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1000;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 40px;    
    font-weight: 400;
    margin: 0;
    padding: 0;
    z-index: 1000;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/

.fade-carousel:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    z-index: 100;
    top: 0;
    left: 0;
    display: none
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../images/hero/1.jpeg); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(../images/hero/2.jpeg);
}
.fade-carousel .slides .slide-3 {
  background-image: url(../images/hero/3.jpeg);
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 32px; }    
}
/* end Slider at hero top fix */




/* Section=>Hero */
.section-hero {
    height: 600px;
}

@media (min-width: 880px){
    .section-hero {
        height: 760px;
    }
}


/* Navbar tweak */
.navbar-default {
    border-color: rgb(246, 249, 252);
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    margin: 0;
    box-shadow: 0 1px 6px rgba(0,0,0,0.35);
}


/* height morph */
.navbar-default {
    /*height: 7.2rem;*/
}
.navbar-default .navbar-brand {
    /*height: 70px;
    padding: 25px 15px;*/
    height: 7.2rem;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover{
    background-color:transparent
}


.navbar-default .navbar-nav>li>.primary:hover,
.navbar-default .navbar-nav>li>.primary:focus {
    background: #44b669;
}

.navbar-default .navbar-nav>li>.primary {
    font-weight: 500;
    font-size: 17px;
    line-height: 45px;
    color: #44b669
}
.navbar-default .navbar-nav>li>.primary:hover,
.navbar-default .navbar-nav>li>.primary:focus {
    color: #FFF
}

.navbar-default .btn.btn-green {
    margin-top: 8px;
    color: #FFF
}
/* end */

/* track */

.navbar-default .btn.btn-green,
.navbar-default .btn.btn-green:hover,
.navbar-default .btn.btn-green:focus {
    -webkit-appearance: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    background: #44b669;
    backround: -moz-linear-gradient(top, #44b669 0%, #40ad57 100%);
    backround: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #44b669), color-stop(100%, #40ad57));
    backround: -webkit-linear-gradient(top, #44b669 0%, #40ad57 100%);
    backround: -o-linear-gradient(top, #44b669 0%, #40ad57 100%);
    bakground: -ms-linear-gradient(top, #44b669 0%, #40ad57 100%);
    bckground: linear-gradient(to bottom, #44b669 0%, #40ad57 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 1px 1px 3px rgba(0, 0, 0, 0.1);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    color: #fff;
}

@media (min-width: 880px){
    .track-btn {
        padding-right: 10px;
        padding-left: 10px;
    }
}

/* track */


/* End of Navbar tweak */

/* footer tweak */
.footer {
    font-size: 14px;
    color: #f5f5f5;
    padding: 40px 0;
    background: #004835;
    background-image: url(../images/canvas.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-top: 2px solid rgba(207,215,223,.25);
}
.footer-bottom {
    padding: 20px 30px;
    border-top: solid 1px rgba(0,0,0,0.05);
}
.mb {
    margin-bottom: 20px;
}

/* social media */
.footer .social-btns a {
    font-size: 150%;
    padding: 0 8px 10px 0;
    display: inline-block;
    color: #f5f5f5
}

.footer .social-btns a.facebook {
    color: #3b5998
}
.footer .social-btns a.twitter {
    color: #55acee
}
.footer .social-btns a.gplus {
    color: #dd4b39
}
.footer .social-btns a.instagram {
    color: #125688
}
.footer .social-btns a.linkedin {
    color: #007bb5
}


.footer-menu a {
    display: block;
    margin-bottom: 8px;
    color: #f5f5f5
}
.footer-menu a:hover {
    opacity: 0.7;
}
.address-panel {
    display: block;
    padding: 10px;
    position: relative;
    border: solid 1px rgb(27, 185, 120);
    box-shadow: 0 1px 1px rgba(0,0,0,0.02);
    border-radius: 3px;
    color: #f5f5f5
}
.address-panel:hover, .address-panel:focus {
    color: #f5f5f5;
    opacity: 0.7;
}



/* End of footer tweak */

/* more presets */
select, 
input[type="text"], 
input[type="email"], 
input[type="tel"], 
input[type="number"], 
textarea {
    background: #f5f5f5;
    border-radius: 2px;
    border: 1px solid #eee;
    box-shadow: none;
    width: 100%;
    padding: 5px 20px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #545353;
    transition: all 100ms ease-out;
}
select:focus, 
input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="number"]:focus, 
input[type="tel"]:focus, 
textarea:focus {
    border-color: rgb(27, 185, 120);
    background: #fff;
    box-shadow: none;
    outline: 0;
}
/*.row {
    margin-right: auto;
    margin-left: auto;
}*/
.no-pad {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.no-pad-l {
    padding-left: 0 !important;
}

.no-pad-r {
    padding-right: 0 !important;
}

.no-pad-top {
    padding-top: 0 !important;
}

.no-pad-bottom {
    padding-bottom: 0 !important;
}

.no-border {
    border-top-width: 0px !important;
    border-right-width: 0px !important;
    border-bottom-width: 0px !important;
    border-left-width: 0px !important;
}

.no-border-t {
    border-top-width: 0px!important;
}

.no-border-b {
    border-bottom-width: 0px!important;
}

.no-border-l {
    border-left-width: 0px!important;
}

.no-border-r {
    border-right-width: 0px!important;
}



.btn.btn-grin,
.btn.btn-grin:hover,
.btn.btn-grin:focus {
    color: #f5f5f5;
    background-color: #44b669;
    border-color: #44b669;
    outline: none;
    margin: 20px auto;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 1px 1px 3px rgba(0, 0, 0, 0.1);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}


.u-SectionTxt {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #6b7c93;
}
.u-TxtUpper {
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
}
.u-TxtLink {
    color: #6772e5;
    font-weight: 500;
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
    cursor: pointer;
}
.u-TxtLink--arrow:after {
    font: normal 16px StripeIcons;
    content: '\2192';
    padding-left: 5px;
}

.text-white {
    color: #FFF!important
}

.text-green {
    color: #44b669!important
}

h2[class^=u-TxtUpper] {
    color: #44b669;
}

section.pad {
    padding: 80px 0;
}
section .h-icon {
    display: block;
    width: 90px;
    height: 90px;
    margin-bottom: 30px;
    font-size: 60px;
    padding: 10px;
}
section .h-icon.circle {
    background: #eee;
    text-align: center;
    border-radius: 50%;
}
hr.primary {
    max-width: 50px;
    border-color: #44b669;
    border-width: 3px;
}
/* end presets */

















/* Landing Page ------------------ */
#quick-features {
    padding-top: 10px
}

.always-improving,
.global-scale {
    /*padding: 20px 0;*/
    padding-bottom: 20px;
    border: 1px solid #f6f9fc;
}
/*@media (max-width: 670px) {
    .always-improving,
    .global-scale {
        border: none;
    }
}
.always-improving {
    border-width: 0 0 1px;
}
.global-scale {
    border-width: 1px 0 0;
}*/
/*@media (min-width: 670px) {
    .always-improving {
        padding-right: 20px;
        border-width: 0 1px 0 0;
    }
}
@media (min-width: 1040px) {
    .always-improving {
        padding: 70px 70px 70px 0;
    }
}
@media (min-width: 670px) {
    .global-scale {
        padding-left: 20px;
        border-width: 0 0 0 1px;
    }
}
@media (min-width: 1040px) {
    .global-scale {
        padding: 70px 0 70px 70px;
    }
}*/


/* Share sections-like Page ------------------ */



.all-services-list {
    
}

.all-services-list .images-hold {
    margin-bottom: 10px
}


#our-affliates {
    border-top: 2px solid #f6f9fc;
}

.our-affliates {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
}

@media (min-width: 880px){
    .our-affliates {
        padding-top: 70px;
        padding-bottom: 65px;
    }
}

.our-affliates div {
   text-align: center;
}

.our-affliates div>img {
    height: 70px;
    vertical-align: middle;
    margin: 10px;
}

.our-affliates li {
    margin: 10px;
}

@media (min-width: 880px){
    .our-affliates li {
        margin: 0;
    }
}

.our-affliates li>img {
    height: 20px;
    vertical-align: middle;
}


#contact {
    border-top: 2px solid #f6f9fc;
}


/* ---------------- About FC Page ---------------- */

/* Nav Hero : Jumbroton */
.nav--hero {
    padding: 6em 0 2em;
    background-color: #141d27;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    position: relative
}

.nav--hero:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    top: 0;
    left: 0
}

@media (min-width: 768px) {
    .nav--hero {
        /*min-height: 350px;
        height: 60vh;*/
        max-height: 350px;
    }
}

.nav--hero .logo {
    width: 160px
}

.nav--hero h1 {
    font-size: 3em
}

.nav--hero span {
    display: block;
    padding-top: 5px;
    font-size: 18px;
}

.nav--hero #social {
    margin: 2em 0
}

.nav--hero .alert {
    margin: 2em 0
}

@media (max-width:767px) {
    .nav--hero{padding-top:4em}
    .nav--hero .logo{width:100px}
    .nav--hero h1{font-size:2em}
    #banner{margin-bottom:2em;text-align:center}
}

/* services */
.nav--hero.about {
    background-image: url(../images/services/alle-srvc.jpg);
}
.nav--hero.services {
    background-image: url(../images/services/alle-srvc.jpg);
}








/* Summary */
.about-summary {
    padding-bottom: 70px
}
.about-summary .membersvp li {
    font-weight: 600
}


/* Our Vision */
.our-promise {
    position: relative;
    -padding-top: 110px;
    border-top: 2px solid #f6f9fc;
}
.our-promise .u-TxtUpper {
    text-align: center;
    position: relative;
    margin-top: 0px;
}
.primary .h-icon, 
.secondary .h-icon {
    margin: 0 auto;
}
.our-promise p {
    margin: 30px auto;
    padding: 0 20px;
}
@media (min-width: 670px){
    .our-promise p {
        max-width: 730px;
        margin-bottom: 50px;
        text-align: center;
    }
}

/* Our services */
.our-service-summary {
    border-top:none;
    border-bottom: 2px solid #f6f9fc;
}

.our-service-summary:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    /*-webkit-transform: skewY(-12deg);
    transform: skewY(-12deg);*/
    background: #f6f9fc;
}

.secondary.our-service-summary:before {
    background: #FFF;
}


/* fix wrp in 'Our Policies' page */
#our-policies .our-promise ul {
    list-style-type: none;
    padding-left:0px;
    text-align: center
}


.contact-us {
border-bottom: 2px solid #f6f9fc;
}

.contact-us-2 .address-panel {
    color: #8abf72;
    border: solid 1px #f5f5f5
}