/*------------------ JOBS PAGE ----------*/
#jobs {
  padding-top: 80px;
  padding-bottom: 20px;
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
  color: #0d0d0d;
  
}
@media(max-width:768px) {
    #jobs  {
       padding-top: 0px;
      padding-bottom:30px;
    }
}

#jobs h3 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 44px;
  text-align: center;
  color: #0d0d0d;
  margin-bottom: 30px;
  text-transform: none;
}
@media(max-width:768px) {
    #jobs h3 {
        font-size: 24px;
    }
}
#jobs h4 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 38px;
  text-align: left;
  color: #0d0d0d;
  margin-bottom: 30px;
  text-transform: none;
}
@media(max-width:768px) {
    #jobs h4 {
        font-size: 20px;
    }
}
#jobs p {
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  text-align: justify;
  color: #0d0d0d;
}


/*--------------- END JOBS PAGE ----------------*/






@media(max-width:768px) {
    #BusName {
        display:none;
    }
}
/*---------- BLOG PAGE ------------*/
#blog {
  padding-top: 50px;
  padding-bottom: 40px;
  width: 100%;
  height: auto;
  background-color: #F0F8FE;
  color: #000;


}
#blog h2 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 50px;
  text-align: center;
  color: #0d0d0d;
  text-transform: none;
}
@media(max-width:768px) {
    #blog h2 {
        font-size: 34px;
    }
}
#blog p {
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #000;
}
#blog a {
    color: #0d0d0d;
  font-weight: 300;
   -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#blog a:hover,
#blog a:focus {
    color: #a6a6a6;
}



#CCR h3 {
  font-family: montserrat;
  font-weight: 400;
  font-size: 46px;
  text-align: center;
  color: #f2f2f2;
  text-transform: none;
}
@media(max-width:768px) {
    #CCR h3 {
        font-size: 34px;
    }
}

#icon {
  filter: grayscale(0%);
}
#icon:hover {
  filter: contrast(200%) drop-shadow(5px 5px 15px #000);
}
.btn-testimonial {
    border: 2px solid #969697;
    color: #fff;
    background-color: #969697;
}

.btn-testimonial:hover,
.btn-testimonial:focus {
    border: 2px solid #413C7F;
    outline: 0;
    color: #f2f2f2;
    background-color: #0d0d0d;
}


/* &&&&&&&&&&&&&&&&&&&&& CUSTOM FORM &&&&&&&&&&&&&&&&&&&& */

#first-name  {
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #1a1a1a;
    font-size: 18px;
    font-family: montserrat;
    font-weight: 400;
}
#last-name  {
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #1a1a1a;
    font-size: 18px;
    font-family: montserrat;
    font-weight: 400;
}
#org-name  {
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #1a1a1a;
    font-size: 18px;
    font-family: montserrat;
    font-weight: 400;
}
#title  {
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #1a1a1a;
    font-size: 18px;
    font-family: montserrat;
    font-weight: 400;
}
#email  {
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #1a1a1a;
    font-size: 18px;
    font-family: montserrat;
    font-weight: 400;
}
#phone  {
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #1a1a1a;
    font-size: 18px;
    font-family: montserrat;
    font-weight: 400;
}
#customfield  {
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #1a1a1a;
    font-size: 18px;
    font-family: montserrat;
    font-weight: 400;
}







.fa-check-square-o {
  color: #004d80;
}
.glyphicon-calendar {
  color: #6600cc;
}
.glyphicon-screenshot {
  color: #6600cc;
}
.glyphicon-flash  {
  color: #6600cc;
}
.glyphicon-exclamation-sign {
  color: #6600cc;
}



/*---------- ABOUT SECTION ------------*/
#homepage-header {
  padding-top: 150px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
  color: #333333;
  background: url(../img/header2.png) no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:768px) {
    #homepage-header {
        padding-top: 80px;
    }
}
#homepage-header h1 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 30px;
  text-align: left;
  color: #f2f2f2;
  text-transform: none;
  background-color: rgb(0, 0, 0, 0.1);
}
@media(max-width:768px) {
    #homepage-header h1 {
        font-size:20px;
      margin-top: 10px;
    }
}
#homepage-header p {
  font-family: montserrat;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  color: #f2f2f2;
  background-color: rgb(13, 13, 13, 0.6);
    margin-top: 12px;
    padding-top: 28px;
  padding-bottom: 30px;
  border-radius: 10px;
}


.btn-header-pink {
    border: 1px solid #004d80;
    color: #fff;
    background-color: #004d80;
}

.btn-header-pink:hover,
.btn-header-pink:focus {
    border: 1px solid #004d80;
    outline: 0;
    color: #f2f2f2;
    background-color: #0d0d0d;
}
.btn-header-purple {
    border: 2px solid #413C7F;
    color: #fff;
    background-color: #413C7F;
  font-size: 16px;
}

.btn-header-purple:hover,
.btn-header-purple:focus {
    border: 2px solid #413C7F;
    outline: 0;
    color: #f2f2f2;
    background-color: #0d0d0d;
  font-size: 16px;
}
.btn-video-orange {
    border: 2px solid #e65c00;
    color: #fff;
    background-color: #e65c00;
  font-size: 16px;
}

.btn-video-orange:hover,
.btn-video-orange:focus {
    border: 2px solid #413C7F;
    outline: 0;
    color: #f2f2f2;
    background-color: #0d0d0d;
  font-size: 16px;
}


/*---------- Intro SECTION ------------*/
#intro {
  padding-top: 24px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  width: 100%;
  height: auto;
  background-color: #004d80;
  color: #f2f2f2;
}
#intro h2 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 40px;
  text-align:center;
  color: #f2f2f2;
  text-transform: none;
}
@media(max-width:768px) {
    #intro h2 {
        font-size: 26px;
    }
}
#intro h3 {
  font-family: montserrat;
  font-weight: 300;
  font-size: 36px;
  text-align:center;
  color: #f2f2f2;
  text-transform: none;
}
@media(max-width:768px) {
    #intro h3 {
        font-size: 26px;
    }
}
#intro p {
  font-family: montserrat;
  font-weight: 400;
  font-size: 20px;
  text-align: left;
  color: #f2f2f2;
}
#intro h5 {   /* for the testimonials band on the homepage --*/
  font-family: montserrat;
  font-weight: 500;
  font-size: 36px;
  text-align:center;
  color: #cccccc;
  text-transform: none;
}
@media(max-width:768px) {
    #intro h5 {
        font-size: 26px;
    }
}

#intro a {
    color: #f2f2f2;
  font-weight: 300;
 
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#intro a:hover,
#intro a:focus {
    color: #a6a6a6;
}

/*-- TITE3 SECTION --*/
#Title3 {
  padding-top: 30px;
  padding-bottom: 0px;
  width: 100%;
  height: auto;
  background-color:#014C80;
  color: #f2f2f2;
}
#Title3 h1 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 50px;
  text-align: center;
  color: #f2f2f2;
  text-transform: none;
}
@media(max-width:768px) {
    #Title3 h1 {
        font-size: 26px;
    }
}
#Title3 h2 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 50px;
  text-align: center;
  color: #f2f2f2;
  text-transform: none;
}
@media(max-width:768px) {
    #Title3 h2 {
        font-size: 26px;
    }
}
#Title3 p {
  font-family: montserrat;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  color: #f2f2f2;
  text-transform: none;
}

/*---------- ABOUT SECTION ------------*/
#about {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #F0F8FE;
  color: #0d0d0d;
 }
#about h2 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 50px;
  text-align: center;
  color: #000;
  text-transform: none;
}
@media(max-width:768px) {
    #about h2 {
        font-size: 34px;
    }
}
#about p {
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  text-align: justify;
  color: #0d0d0d;
}
#about li {
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #0d0d0d;
}


/*---------- CREDIT RECOMMENDATIONS SECTION ------------*/
#credit {
  padding-top: 80px;
  padding-bottom: 20px;
  width: 100%;
  height: auto;
  background-color: #F0F8FE;
  color: #0d0d0d;
  
}
@media(max-width:768px) {
    #credit  {
       padding-top: 0px;
      padding-bottom:30px;
    }
}

#credit h3 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 44px;
  text-align: center;
  color: #014c80;
  margin-bottom: 30px;
  text-transform: none;
}
@media(max-width:768px) {
    #credit h3 {
        font-size: 24px;
    }
}
#credit p {
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  text-align: justify;
  color: #0d0d0d;
}
#credit li {
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #0d0d0d;
}



/*---------- ANALYSIS SECTION ------------*/
#analysis {
  padding-top: 80px;
  padding-bottom: 20px;
  width: 100%;
  height: auto;
  background-color: #fff;
  color: #000;

}
#analysis h3 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 44px;
  text-align: center;
  color: #014c80;
  margin-bottom: 40px;
  text-transform: none;
}
@media(max-width:768px) {
    #analysis h3 {
        font-size: 28px;
    }
}
#analysis h4 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 22px;
  text-align: left;
  color: #004d80;
  margin-bottom: 10px;
  text-transform: none;
}
#analysis p {
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  text-align: justify;
  color: #000;
}

#accordion h2 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 40px;
  text-align: left;
  color: #014C80;
  text-transform: none;
  margin-bottom: 10px;
  margin-top: 30px;
}
@media(max-width:768px) {
    #accordion h2 {
        font-size: 26px;
    }
}

/*---------- COMPLEMENTARY SERVICES SECTION ------------*/
#complementary {
  padding-top: 80px;
  padding-bottom: 20px;
  width: 100%;
  height: auto;
  background-color: #F0F8FE;
  color: #0d0d0d;
  
}
@media(max-width:768px) {
    #complementary  {
       padding-top: 0px;
      padding-bottom:30px;
    }
}

#complementary h3 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 44px;
  text-align: center;
  color: #014c80;
  margin-bottom: 30px;
  text-transform: none;
}
@media(max-width:768px) {
    #complementary h3 {
        font-size: 28px;
    }
}
#complementary h4 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 30px;
  text-align: left;
  color: #014c80;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: none;
}
@media(max-width:768px) {
    #complementary h4 {
        font-size: 24px;
    }
}
#complementary p {
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  text-align: justify;
  color: #0d0d0d;
}
#complementary li {
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #0d0d0d;
}
@media(max-width:768px) {
    #complementary li {
        font-size: 16px;
    }
}









/*--  &&&&&&&&&&&&&&&&&&&&&&&& PAGES &&&&&&&&&&&&&&&&&&&&&&&&&& --*/

/*------------------------- MEMBERS PLANS & PRICING PAGE -------------- */
#MembersPricing {
  padding-top: 50px;
  padding-bottom: 40px;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  color: #000;
  
}
  #PriceCard {
    background-color: #fff; 
    border: 4px solid #fff;
      padding-top: 20px;
    margin-bottom: 50px;
    border-radius: 10px;
  }


#MembersPricing h2 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 50px;
  text-align: center;
  color: #000;
  text-transform: none;
}
@media(max-width:768px) {
    #MembersPricing h2 {
        font-size: 34px;
    }
}

#MembersPricing h4 {
  font-family: Lora;
  font-weight: 500;
  font-size: 36px;
  text-align: center;
  color: #0d0d0d;
  background-color: #fff;
  border: 1px solid #0d0d0d;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
#MembersPricing h3 {
  font-family: Lora;
  font-weight: 500;
  font-size: 34px;
  text-align: center;
  color: #0d0d0d;
  background-color: #e6e6e6;
  border: 1px solid #0d0d0d;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#MembersPricing h5 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #0d0d0d;
  background-color: #e6e6e6;
  border: 1px solid #0d0d0d;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.5;
}
#MembersPricing p {
  font-family: montserrat;
  font-weight: 300;
  font-size: 18px;
  text-align: left;
  color: #0d0d0d;
}
#MembersPricing a {
    color: #f2f2f2;
  font-weight: 400;
   -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#MembersPricing a:hover,
#MembersPricing a:focus {
    color: #a6a6a6;
}
.thin0 {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: #0d0d0d;
  text-decoration-thickness: 1px;
}

/*---------- SUBMIT INQUIRY PAGE ------------*/
#submit {
  padding-top: 50px;
  padding-bottom: 40px;
  width: 100%;
  height: auto;
  background-color: #F0F8FE;
  color: #000;


}
#submit h2 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 50px;
  text-align: center;
  color: #000;
  text-transform: none;
}
@media(max-width:768px) {
    #submit h2 {
        font-size: 34px;
    }
}
#submit p {
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #000;
}
#submit a {
    color: #0d0d0d;
  font-weight: 300;
   -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#submit a:hover,
#submit a:focus {
    color: #a6a6a6;
}
.thin0 {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: #0d0d0d;
  text-decoration-thickness: 1px;
}

/*---------- SAMPLES PAGE ------------*/
#samples {
  padding-top: 50px;
  padding-bottom: 40px;
  width: 100%;
  height: auto;
  background-color: #F0F8FE;
  color: #000;


}
#samples h2 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 50px;
  text-align: center;
  color: #000;
  text-transform: none;
}
@media(max-width:768px) {
    #samples h2 {
        font-size: 34px;
    }
}
#samples p {
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #000;
}
#samples a {
    color: #fff;
  font-weight: 300;
   -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#samples a:hover,
#samples a:focus {
    color: #a6a6a6;
}



/*---- FOOTER -----*/

#footer {
  padding-top: 50px;
  padding-bottom: 30px;
  width: 100%;
  height: auto;
  background-color: #001f33;
}
#footer p {
  font-family: montserrat;
  font-weight: 300;
  font-size: 16px;
  text-align: left;
  color: #fff;
}
#footer a {
    color: #f2f2f2;
  font-weight: 300;
 
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#footer a:hover,
#footer a:focus {
    color: #a6a6a6;
}
.thin {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: #f2f2f2;
  text-decoration-thickness: 1px;
}



/*----------- Categories Accordion -------------*/

/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    background-color: #004d80;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: ;
  border-radius: 5px;
    outline: none;
    transition: 1.4s;
  font-size: 18px;
  margin-bottom: 20px;
  box-shadow: 5px 5px 10px #848484;
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
    background-color: #002e4d;
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.panel.show {
    display: block;
}
div.panel {
    padding: 0 18px;
    background-color: #faf8ef;
    max-height: 0;
    overflow: hidden;
    transition: 1.6s ease-in-out;
    opacity: 0;
    border: 1px solid #e2d8b6;
  box-shadow: 5px 5px 10px #848484;
}


div.panel.show {
    opacity: 1;
    max-height: 100%; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}
button.accordion:after {
    content: '\025BC'; /* Unicode character for "plus" sign (+) */
    font-size: 14px;
    color: #fff;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\25B2"; /* Unicode character for "minus" sign (-) */
}
.outline {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #1C235F;
}

footer {
    padding: 50px 0;
  background-color: #3c1023; 
}

footer p {
    margin: 0;
  font-size: 14px;
  font-family: montserrat;
  font-weight: 300;
}

/*---------- ADA PAge------------*/
#ada {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #F0F8FE;
  color: #0d0d0d;
 }
#ada h2 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 28px;
  text-align: left;
  color: #000;
  text-transform: none;
}
@media(max-width:768px) {
    #ada h2 {
        font-size: 22px;
    }
}
#ada h3 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 28px;
  text-align: left;
  color: #000;
  text-transform: none;
}
@media(max-width:768px) {
    #ada h3 {
        font-size: 22px;
    }
}
#ada p {
  font-family: montserrat;
  font-weight: 500;
  font-size: 18px;
  text-align: justify;
  color: #0d0d0d;
}
#ada li {
  font-family: montserrat;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  color: #0d0d0d;
}



body {
    width: 100%;
    height: 100%;
    font-family: montserrat;
    color: #fff;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #288DBC;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #a6a6a6;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 0px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat;
    background-color: #002e4d;
  
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
  font-weight: 500;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: #a6a6a6;
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: ;
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 5px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: rgb(0, 0, 0, 0.1);
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #002e4d;
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/header.png) no-repeat top center fixed;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
  font-family: montserrat;
  font-weight: 300;
}

@media(min-width:768px) {
    .intro {
        height: 70%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 250px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    border-radius: 20px;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #42dca3;
    color: #42dca3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #42dca3;
    outline: 0;
    color: #000;
    background-color: #42dca3;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}



::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}
