 /*
Theme Name: Red Bridge
Theme URI: http://www.redbridge.co
Description: The 
Author: Craig Jordan
Author URI: http://www.craigrjordan.com/
Version: 1.0
Tags: responsive, Sales, Startups 

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

This theme was built on the Bootstrap framework using the "Navbar Fixed Top" example theme - http://getbootstrap.com/examples/navbar-fixed-top/
*/

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

@import url('bootstrap/css/bootstrap.css'); 
@import url('bootstrap/css/bootstrap-responsive.css');

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

body {
    font-size: 16px; color: #6D6E71; background: #F1F2F2; overflow-x: hidden;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==== Google font ==== */
@import url('http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic');


body {
    width: 100%;
    height: 100%;
    font-family: 'Lato',sans-serif;
    font-weight: 300;
    color: #6D6E71;
    background-color: #FFFFFF;
}

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

h1,h2,h3,h4,h5,h6 {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-weight: 400;
    font-family: 'Lato', Helvetica, sans-serif;
    color: #2C2A2B;
}

h1 {
    font-size: 3em;
    color: #00ACD4;
}

h1,h2 {
    margin: 0 0 40px;
}

h3 {
    margin: 20px 0;
}

h4 {
    font-size: 18px;
}

p.lead {
    font-weight: normal;
}

p {
    margin: 0 0 15px;
    color: #2C2A2B;
    font-weight: 300;
    font-size: 1.1em;
}

a { color: #00ACD4;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

a:hover, a:focus {
    text-decoration: none;
    color: #2C2A2B;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

blockquote {
    padding: 0;
    border: none;
    font-style: italic;
    text-align: left;
}

blockquote cite {
    display: block;
    color: #777;
    margin: 15px 0 0 0;
}

blockquote:before {
    display: none;
}

img {
    max-width: 100%;
}

.light {
    font-weight: 400;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    
}

.navbar-brand {
  padding: 0 5px 5px;
  font-size: 18px;
  line-height: 1em;
}
.navbar-brand img {
  width: 180px; -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.top-nav-collapse .navbar-brand img {
    width: 140px !important;
}

.navbar-brand h1{
    color: #fff;
  font-size: 20px;
  line-height: 40px;
}

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

.nav.navbar-nav {
    background-color: none;
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0,0,0,0);
}

.top-nav-collapse .navbar-brand img { width: 180px; -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }

.navbar-custom ul.nav li a {
    font-size: 12px;
    letter-spacing: 1px;
    color: #2C2A2B;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}

.navbar-custom.top-nav-collapse ul.nav li a {
        -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #2C2A2B;
    font-family: 'Lato', sans-serif;
}

.navbar-custom ul.nav ul.dropdown-menu {
      border-radius: 0; 
}

.navbar-custom ul.nav ul.dropdown-menu li {
    border-bottom: 1px solid #f5f5f5;

}

.navbar-custom ul.nav ul.dropdown-menu li:last-child{
    border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
    padding: 10px 20px;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
    background: #fefefe;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
    color: #666;
}

.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,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(241,242,242,.4);
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(241,242,242,.4);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #2C2A2B;
}

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


/* loader */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


#loaderInner {
    background:#ffffff url('images/spinner.gif') center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
  25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
  }
  50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
  }
  75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
  }
  100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
}

#load {
    z-index: 9999;
  background-color: #FF4136;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #FF4136;
  box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
  animation: shadowSpin 1s ease-in-out infinite;
}

/* misc */
hr {
  margin-top: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 110px;
    padding-bottom: 110px;
    display:block;
    position:relative;
    z-index:120;
}

.home-section-featured-blog {
    padding-top: 110px;
    padding-bottom: 0;
    display:block;
    position:relative;
    z-index:120;
}


.section-heading h2 {
    font-size: 40px;
}
.section-heading i {
    margin-bottom: 20px;
}

section { padding: 80px 0}

/* --- section bg var --- */

.bg-white {
    background: #FFFFFF !important;
}

.bg-gray {
    background: #939597 !important;
}

.bg-blue {
    background: #00ACD4 !important;
}

.bg-black {
    background: #2C2A2B !important;
}

/* --- section color var --- */

.text-light {
    color: #fff;
}



/* ===========================
--- Intro
============================ */

.intro { position: relative; background: #FFFFFF; min-height: 680px; background-image: url('images/SaaScend_Mountain.png');background-repeat: no-repeat; background-position: 50% -5%; -ms-background-size: cover; -o-background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-size: cover; }
.intro h1, .intro p, .intro ul, .intro h2, .intro button, .intro h3, .intro h4, .intro a, .intro i { color: #FFFFFF; z-index: 2; position: relative;}

.case-intro-sh {  background-image: url('images/bg-sales-hacker.png'); }
.case-intro-sh i { color: #2C2A2B;}

.testimonial-quote { font-size: 2em; color: #FFFFFF; font-weight: 100;}
.testimonial-quote span { font-weight: 600;}
.testimonial-cite { color: #FFFFFF !important; margin-top: 20px; }
.testimonial-name { font-size: 1.5em;}
.testimonial-title, .testimonial-company { font-size: 1.2em; margin: 0; font-weight: 100; }
blockquote { border: none; }

.numberCircle { border-radius: 50%; width: 36px; height: 36px; padding: 8px; background: #fff; border: 2px solid #666; color: #666; text-align: center; font-size: 32px; }


#intro.intro {
    padding:15% 0 0 0;
}

.case-intro-sh .slogan { background-color: rgba(255,255,255,.9) }

.intro h3 { margin-top: 80px; margin-bottom: 0px; }

.intro .page-scroll {
    text-align: center;
    padding-top: 60px;
}

.section-title { font-size: 1.3em; }
.section-title-case-study { color: #00ACD4;}
.section-heading-case-study { font-weight: 500; color: #939597; font-size: 1.2em !important; margin: 0 0 10px; }
.case-study-intro { font-size: 1.7em; color: #2C2A2B; }
.case-study-section-intro { font-size: 3em; color: #2C2A2B; }
.case-study-content-title { font-size: 1.2em !important; font-weight: 500; margin: 10px 0; }
.case-study-content-info { font-size: 1.2em; color: #939597; font-weight: 300;}

.audit-icon-title { font-size: 2em; font-weight: 300; margin: 20px 0;}

.audit-intro { padding-top: 120px; }

.section-no-top-padding { padding-top: 0px;}
.section-no-bottom-padding { padding-bottom: 0px;}
.no-margin { margin: 0px;}

#core {
    background-color: #00ACD4;
}

#core h1 { color: #FFFFFF !important;}

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

.intro-text {
    font-size: 18px;
}

.intro .slogan h2 {
    color: #FFFFFF;
    text-shadow: none;
    font-size: 2.5em;
    line-height: 55px;
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    border-width: 0px;
    border-color: #000;
    border-style: none;
    margin: 0;
}

.intro .slogan h2 span { font-weight: bold;}

.case-intro-sh h2 { color: #2C2A2B !important; }

.intro .slogan h4 {
    color: #fff;
}

.problem { background-color: #939597; padding: 90px 10%; min-height: 300px; color: #FFFFFF; }
.solution { background-color: #00ACD4; padding: 90px 10% 30px 30px; min-height: 300px; color: #FFFFFF; }
{ color: #FFFFFF;}
.problem h2, .solution h2 { font-weight: 500; color: #FFFFFF; margin-bottom: 10px; font-size: 1.2em;}
.problem h3, .solution h3  { color: #FFFFFF; margin-bottom: 0px;}


/* ===========================
--- About
============================ */

.boxed-grey {
    background: #f9f9f9;
    padding: 20px;
}

.boxed-white {
    background: #FFFFFF;
    padding: 20px;
}

.team h5 {
    margin-bottom: 10px;
}

.team p.subtitle {
    margin-bottom: 10px;
}

/*.avatar {
    margin-bottom: 20px;
}*/

.team-social {
    margin-left: 0;
    padding-left: 0;
    
}

.team-social {
    text-align: center;
}

.team-social li{
    display: inline-block;
    margin:0 !important;
    padding:0;
}


.team-social a{
    margin:0;
    padding:0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
    color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.team-social a i{
    text-align: center;
    margin:0;
    padding:0;
}
.team-social .social-facebook a{background: #3873ae;}
.team-social .social-twitter a{background: #62c6f8;}
.team-social .social-dribble a{background: #d74980;}
.team-social .social-deviantart a{background: #8da356;}
.team-social .social-google a{background: #000;}
.team-social .social-vimeo a{background: #51a6d3;}
.team-social .social-facebook a:hover{background: #4893ce;}
.team-social .social-twitter a:hover{background: #82e6ff;}
.team-social .social-dribble a:hover{background: #f769a0;}
.team-social .social-deviantart a:hover{background: #adc376;}
.team-social .social-google a:hover{background: #333;}
.team-social .social-vimeo a:hover{background: #71c6f3;}


/* ===========================
--- Services
============================ */

.service-icon {
    margin-bottom: 20px;
}   

.service-desc h3 { margin: 0 0 20px;}


/* ===========================
--- Contact
============================ */

form#contact-form .form-group label {
    text-align: left !important;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
    border-radius: 0;
    border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 0;
}

.widget-contact {
    text-align: left;
}


.company-social {
    margin-left: 0;
    padding-left: 0;
    margin-top: 10px;
}

.company-social {
    text-align: center;
}

.company-social li{
    display: inline-block;
    margin:0 !important;
    padding:0;
}


.company-social a{
    margin:0;
    padding:0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #00ACD4;
    color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.company-social a i{
    text-align: center;
    margin:0;
    padding:0;
}
.company-social .social-facebook a{background: #3873ae;}
.company-social .social-twitter a{background: #62c6f8;}
.company-social .social-dribble a{background: #d74980;}
.company-social .social-deviantart a{background: #8da356;}
.company-social .social-google a{background: #000;}
.company-social .social-vimeo a{background: #51a6d3;}
.company-social .social-facebook a:hover{background: #4893ce;}
.company-social .social-twitter a:hover{background: #82e6ff;}
.company-social .social-dribble a:hover{background: #f769a0;}
.company-social .social-deviantart a:hover{background: #adc376;}
.company-social .social-google a:hover{background: #333;}
.company-social .social-vimeo a:hover{background: #71c6f3;}



/* ===========================
--- Footer
============================ */

footer {
    text-align: center;
    padding: 50px 0 ;
    background: #2C2A2B !important;
    
}

footer p {
    color: #f8f8f8;
}

/* ==========================
Parallax
============================= */

#parallax1{ 
    background-image: url('/images/parallax/1.jpg');
}

#parallax1:after {  
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.7;
    z-index: -1;
}


#parallax2{ 
    background-image: url('/images/parallax/2.jpg');

}

#parallax2:after  { 
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.7;
    z-index: -1;
}


/* ===========================
--- Elements
============================ */

.page-nav-fix { padding-top: 120px; }

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'Lato',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-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    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.btn-dark {
    border: 2px solid #666;
    color: #666;
}


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

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

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

.page-scroll .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);
    }
}


#text {
    color: #fff;
    background: #ffcc00;
}

#map {
    height: 500px;
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


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

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

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


/* Custom Styles */
.tech-stack { min-height: 115px !important; margin-bottom: 30px; margin-top: 30px;}
.contact-bg { position: relative; background: #2C4267; overflow: hidden; }
.contact-bg:after { content: ' '; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1;
opacity: 0.6; background-image: url('images/golden-gate-bridge-fog.jpg'); background-repeat: no-repeat; background-position: 50% 0; -ms-background-size: cover; -o-background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-size: cover; }
.contact-bg h1, .contact-bg p, .contact-bg ul, .contact-bg h2, .contact-bg button, .contact-bg h3, .contact-bg h4, .contact-bg a, .contact-bg i { color: #FFFFFF; z-index: 2; position: relative;}
.logo-buffer { padding-top: 20px;}
.btn-skin a { color: #FFFFFF; }
.btn-skin a:hover { color: #FFFFFF; }
.btn-skin:hover { background-color: #3bbec0; border-color: #3bbec0; color: #FFFFFF; }

/* Media queries */

@media(min-width:767px) {

    .navbar {
        padding: 20px 0;
        border-bottom: 1px solid #F2F2F2;
        letter-spacing: 1px;
        background: #FFFFFF;
        -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;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: none;
    }
    
    .intro {
        height: 100%;
        padding: 0;
    }

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

    .intro-text {
        font-size: 25px;
    }


}
@media (max-width:768px) {    

    .navbar { background-color: #FFFFFF; }
    
}

@media (max-width:480px) {

    .navbar-custom .nav.navbar-nav {
    background-color: none;
    }
    
    .navbar.navbar-custom.navbar-fixed-top {
        margin-bottom: 30px;
    }
    
    .tp-banner-container {
        padding-top:40px;
    }

    .page-scroll a.btn-circle {
        width: 40px;
        height: 40px;
        margin-top: 10px;
        padding: 7px 0;
        border: 2px solid #fff;
        border-radius: 50%;
        font-size: 20px;
    }
    
    #intro.intro {
    padding:25% 0 0 0;
    
    }

    .intro .slogan { padding: 30px; }

    .intro .slogan h2 {
        font-size: 2em;
    }

    .intro h3 { margin-top: 10px; }

    .navbar { background-color: #FFFFFF; }

    .blog-readmore-content h1 { font-size: 1.5em !important;}
    .blog-readmore-content h3 { display: none !important; }
    
}

/* Frontpage */
.hero-arrow { font-size: 90px; }
.service-box { background: #FFFFFF; padding: 30px 20px; margin-bottom: 15px; }
.service-box:hover { background: #D1D3D4; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }

.btn-cta { color: #00ACD4 !important; background-color: transparent; border: 2px solid #00ACD4; font-weight: bold; padding: 10px 15px; text-transform: uppercase;  }
.btn-cta:hover { background: #00ACD4; color: #FFFFFF !important; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }
.btn-cta:hover a { color: #FFFFFF;}
.btn-cta a { color: #00ACD4;}
button, input[type="button"], input[type="submit"] { color: #00ACD4; background-color: #fff; border: 2px solid #00ACD4; font-weight: bold; padding: 10px 15px; text-transform: uppercase; }
button:hover, input[type="button"]:hover, input[type="submit"]:hover { background: #00ACD4; color: #FFFFFF !important; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }
.client-logo { margin-top: 30px; margin-bottom: 30px; }


.latest-blog { position: relative; background: #FFFFFF; min-height: 680px; background-image: url('images/hero-bridge.png');background-repeat: no-repeat; background-position: 50% -20%; -ms-background-size: cover; -o-background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-size: cover; }
.latest-blog h1, .latest-blog p, .latest-blog ul, .latest-blog h2, .latest-blog button, .latest-blog h3, .latest-blog h4, .latest-blog a, .latest-blog i { color: #2C2A2B; z-index: 2; position: relative;}
.blog-main { margin: 30px 0;  }
.blog-sidebar { margin: 150px 0 30px; }
.sidebar-widget { background: #FFFFFF; padding: 15px; margin-bottom: 15px;}
.sidebar-widget h1, .sidebar-widget h2, .sidebar-widget h3, .sidebar-widget h4, .sidebar-widget h5 { margin: 0 0 20px;}
.section-heading { padding: 60px 0 40px;}
.blog-categories { margin-top: 30px; }
.blog-author, .blog-excerpt, .blog-title { background-color: #FFFFFF; margin: 0; padding: 30px 30px 0; }
.blog-title { padding: 30px 30px 0; }
.blog-title h2 { margin: 0 0 20px;}
.blog-excerpt { padding: 20px 30px 30px; }
.blog-excerpt h2 { margin: 0 0 10px; }
.blog-hero-single { margin-top: 55px;}
.blog-main-single { background: #FFFFFF; margin: 30px 0; padding: 30px; }
.blog-main-single h1, .blog-main-single h2, .blog-main-single h3, .blog-main-single h4, .blog-main-single h5 { margin: 0 0 15px;}
.blog-main-single .author-info { margin: 0 0 20px;}
.blog-sidebar-single { margin: 30px 0; }
.blog-sidebar-author { background: #FFFFFF; padding: 15px; margin: 0 0 15px;}
.blog-sidebar-author h4 { margin: 10px 0 0;}
#comments { margin: 0; }
label[for="s"] { display: none;}
#s { height: 45px; width: 200px; padding: 5px;}


/* Front Page Styles */
.slogan h1 { color: #FFFFFF; font-weight: 300;}
.hero-arrow { font-size: 5em; color: #FFFFFF;}

.latest-article { padding: 0; }

.featured-blog-hero {
    height: auto;
    width: 100%;
    position: relative;
}

.featured-blog-hero:hover .blog-readmore {
    opacity: 1;
}

.blog-readmore {
    position: absolute;
    top: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    text-align: left;
    padding: 0 0 0 10%;
    opacity: 1;
    transition: all 0.75s ease;
}

.blog-readmore:hover {
    transition: all 0.75s ease;
}

.blog-readmore .blog-readmore-content {
    position: absolute;
    color: #FFF !important;
    top: 30%;
}

.blog-readmore-content h1 { color: #FFFFFF; font-size: 4em; font-weight: 300;}

.blog-readmore-content h3 { 
    color: #FFFFFF; 
    margin-top: 15%;
    font-size: 2.25em;
}

.latest-article article:nth-child(1n+0) .blog-readmore {
    background-color: rgba(0, 172, 212, .5);
    
}

.latest-article article:nth-child(1n+0) .blog-readmore:hover {
    
    background-color: rgba(0, 172, 212, 1);
}

.latest-article article:nth-child(2n+0) .blog-readmore {
    background-color: rgba(147, 149, 151, .5);
}

.latest-article article:nth-child(2n+0) .blog-readmore:hover {
    background-color: rgba(147, 149, 151, 1);
}

.latest-article article:nth-child(3n+0) .blog-readmore {
    background-color: rgba(44, 42, 43, .5);
}

.latest-article article:nth-child(3n+0) .blog-readmore:hover {
    background-color: rgba(44, 42, 43, 1);
}


.blog-readmore button:hover { border: 2px solid #EF4136;}

/* Single Blog Elements */
.single-hero-image { padding: 0; margin-top: 90px;}
.single-main-content { padding: 20px 0 80px;}
.single-main-content h1 { color: #2C2A2B; margin: 0 0 20px; font-size: 4em; }
.single-main-content h2 { margin: 20px 0; font-size: 3em; display: inline-block; position: relative; }
.single-main-content-author { font-size: 1.5em !important; margin: 0 0 10px !important; }
.single-main-blog-info { margin: 0 0 20px; }

/* Custom Styling */
.full-width { padding-left: 0; padding-right: 0;}
.top-nav-collapse { background: #FFFFFF; box-shadow: 0 1px 1px #F2F2F2; -webkit-box-shadow: 0 1px 1px #F2F2F2; -moz-box-shadow: 0 1px 1px #F2F2F2; }


/* -------------------------------- 

xslide 

-------------------------------- */
.cd-title {
  position: relative;
  height: 160px;
  line-height: 230px;
  text-align: center;
}
.cd-title h1 {
  font-size: 3em
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .cd-title {
    line-height: 250px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-title {
    height: 200px;
    line-height: 300px;
  }
  .cd-title h1 {
    font-size: 3rem;
  }
}

.cd-intro {
  width: 90%;
  max-width: 768px;
  text-align: center;
}

.cd-intro {
  margin: 4em auto;
}
@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}

.cd-headline {
  font-size: 3em;
  line-height: 1.2;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.cd-headline.slide span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.slide b {
  opacity: 0;
  top: .2em;
}
.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}
.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}

/* ===========================
--- Lily Hover Effect
============================ */

.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    overflow: hidden;
    margin: 10px 1%;
    background: #2C2A2B;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0, 0);
    transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
    text-align: left;
}

figure.effect-lily figcaption > div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em;
    width: 100%;
    height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
    color: #FFFFFF;
}

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    font-size: 1.3em;
}

figure.effect-lily p {
    color: rgba(255,255,255,0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
    opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    text-shadow: 0 1px #D1D3D4;
}

figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    text-shadow: 0 1px #D1D3D4;
}

/* Comments */
/* Code Snippet by CSS Tricks */
ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard { font:normal 16px georgia,times,serif; }
ol.commentlist li.comment div.vcard cite.fn { font-style:normal; }
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar { border:5px solid #ccc; float:right; margin:0 0 1em 1em; }
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta { font-size:9px; }
ol.commentlist li.comment div.comment-meta a { color:#ccc; }
ol.commentlist li.comment p { font-size:11px; margin:0 0 1em; }
ol.commentlist li.comment ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li.comment div.reply { font-size:11px; }
ol.commentlist li.comment div.reply a { font-weight:bold; }
ol.commentlist li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 { border-left:5px solid #555; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li.parent { border-left:5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
