/*
Theme Name: iNTERFACEWARE Blog
Version: 1.0
Tags: responsive, white, bootstrap
*/

<!-- Bootstrap core CSS -->
@import url('css/bootstrap.css');

<!-- Custom CSS here -->
@import url('css/blog.css');
@import url('font-awesome/css/font-awesome.min.css');
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic');


/* Global Styles */

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right:0;
  padding-left:0;
  margin-right: 0;
  margin-left: 0;
}


html, body {
  height:100%;
}

body {
  padding-top: 85px; /* body padding for fixed top nav */
}

body {
	font-family: 'Open Sans', sans-serif;
	height: 100%;
    color: #555555;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 1.3em;
    margin: 1.3em auto 0.8em;
    color: #000000;
}

h1, h2, .h1, .h2 {
    color: #007ed2;
}

h1 {
    font-size: 30px;
}

.fill h1 {
    color: #FFFFFF;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
    font-weight: 600;
}

h5 {
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(41, 43, 51, 0.85);
    font-weight: 700;
}

h6 {
    font-size: 12px;
    font-weight: 600;
}

p {
    line-height: 1.9em;
    font-size: 14px;
    font-weight: 300;
}

a:hover {
    text-decoration: none;
}

.img-home-portfolio,
.img-customer,
.portfolio-item {
  margin-bottom: 30px;
}

.tab-pane {
  margin-top: 15px;
}

span.company-logo {
    width: 230px;
    height: 20px;
    background-image: url('../images/logo-blue.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
}

span.company-logo.sticky{
    background-image: url('../images/logo-white.png');
}

/* Navbar */

.navbar {
    padding: 5px 0;
}
.navbar.navbar-inverse {
    /*background: none repeat scroll 0 0 rgba(0, 91, 153, 0.5);*/
    background: none repeat scroll 0 0 rgba(255,255,255, 0.7);
    border-bottom: 1px solid #DDDDDD;
    border-top: 4px solid #4D99CB;
    transition: background 0.5s ease-in-out 0s;
}
.navbar.navbar-inverse.navbar-static-top {
    background-color: #252528;
}
.navbar.navbar-inverse.navbar-static-top .container {
    margin-bottom: 0;
    margin-top: 0;
}
.navbar.navbar-inverse .nav > li > a {
    /*color: #FFFFFF;*/
    color: #444444;
    font-weight: 400;
    opacity: 0.6;
    text-decoration: none;
    /*text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);*/
    transition: all 0.2s linear 0s;
}
.navbar.sticky.navbar-inverse .nav > li > a {
    /*color: #FFFFFF;*/
    color: #c8eaff;
    font-weight: 400;
    opacity: 0.8;
    text-decoration: none;
    /*text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);*/
    transition: all 0.2s linear 0s;
}
.navbar.navbar-inverse .nav > li > a:hover, .navbar.navbar-inverse .nav > li > a:active {
    color: #000000;
    opacity: 1;
}
.navbar.sticky.navbar-inverse .nav > li > a:hover, .navbar.navbar-inverse .nav > li > a:active {
    color: #FFFFFF;
    opacity: 1;
}
.navbar.navbar-inverse .nav > li.active > a {
    background-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
    opacity: 1;
}
.navbar.sticky {
    background: none repeat scroll 0 0 rgba(0, 91, 153, 0.95);
    border-bottom: 1px solid #383838;
    transition: all 0.5s ease-in-out 0s;
}
.navbar.sticky .container {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.navbar .container {
    margin-bottom: 10px;
    margin-top: 10px;
    transition: margin 0.5s ease-in-out 0s;
}
.navbar .container .collapse .nav .dropdown .caret {
    margin-bottom: 4px;
}
.navbar .container .collapse .nav .dropdown .dropdown-menu {
    background: none repeat scroll 0 0 #252528;
    border-radius: 6px;
    margin-top: 2px;
}
.navbar .container .collapse .nav .dropdown .dropdown-menu > li > a {
    color: #FFFFFF;
}
.navbar .container .collapse .nav .dropdown .dropdown-menu > li > a:hover {
    background: none repeat scroll 0 0 #0088CC;
}
.nav, .navbar-btn {
    font-size: 12px;
}
.navbar-inverse .navbar-toggle {
    border-color: #89b9e8;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #89b9e8;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #5B92BF;
}
@media (min-width: 768px) and (max-width: 1024px) {
.container {
    margin-right: 15px;
    padding-left: 27px;
    padding-right: 27px;
    width: 100%;
}
.nav, .navbar-btn {
    font-size: 11px;
    padding-top: 4px;
}
.nav > li > a {
    padding: 10px 6px;
}
.navbar-nav.navbar-right:last-child {
    margin-right: 0;
}
}

.navbar-form .btn-sm {
    font-size: 10px;
}

.carousel-control .icon-prev:before {
    content: "";
}

.carousel-control .icon-prev {
    font-size: 60px;
}

.carousel-control .icon-next:before {
    content: "";
}

.carousel-control .icon-next {
    font-size: 60px;
}


/* Footer */

div.footer {
    background-color: #333;
    color: #EEEEEE;
}

.footer h5 {
    color: #AAAAAA;
    font-weight: 400;
    letter-spacing: .15em;
}

.footer li {
    text-transform: uppercase;
    letter-spacing: .15em;
    line-height: 2.2em;
    font-size: .85em;
}
        

.footer-links-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 12px;
    line-height: 2em;
}


/* Reasons */

div.reasons {
    position: relative;
    height: 150px;
    bottom: 150px;
    z-index: 100;
    /*background-color: rgba(37,64,83,0.85);*/
    background-color: rgba(246,251,255,0.9);
    /*box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);*/
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

span.reason-text {
    color: #1F1F1F;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    display: block;
    margin: 5px 0px 10px 0px;
}

span.reason-number {
    color: #1F1F1F;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    display: block;
    margin: 25px 0px 0px 0px;
}

span.reason-description {
    color: #999;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    display: block;
    margin: 10px 0px 10px 0px;
}

/* Testimonials */

span.quote {
    color: #FFFFFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    display: block;
    margin: 10px 0px 10px 0px;
}

span.name {
    color: #e3f1ff;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    display: block;
    margin: 10px 0px 10px 0px;
}

span.company {
    color: #1F1F1F;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    display: block;
    margin: 10px 0px 10px 0px;
}

/* Navigation */

.navbar-inverse {
    background: rgba(0,91,153,0.9);				/* Blue Navbar */
	border-bottom: 1px solid rgb(0, 79, 109);
}

.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
    opacity: 0.6;
    font-size: 11px;
    transition: all 0.2s linear 0s;
}

.navbar-inverse .navbar-nav > li > a:hover {
    opacity: 1;
}

/* Page Sections */
.section,
.section-colored {
  padding: 50px 0;
}

.section-colored {
  background-color: #F3F5F6; /* change this to change the background color of a colored section */
}

.sidebar {
  margin-top: 40px;
}

.sidebar ul {
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #cccccc;
}

/* Half Page Height Carousel Customization */
.carousel {
  height: 500px;
}

.item,
.active,
.carousel-inner {
  height: 100%;
}

.fill {
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

/* Homepage Styles */


.homepage-heading, .download-heading {
    /*background-color: rgba(205,226,240, 0.7);
    border-left: 10px solid rgba(0, 126, 210, .3);*/
    padding: 30px 60px 50px 50px;
    position: absolute;
    top: 22%;
    left: 7%;
    text-align: left;
    /*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);*/
    z-index: 10;
    /*max-width: 640px;*/
}

.disappear {
    opacity: 0.2;
    transition: all 0.2s ease-in-out 0s;
}

div.homepage-heading h1, div.download-heading h1 {
    /*color: #006cb7;
	font-size: 48px;
	font-weight: 300;
    text-shadow: 0px 1px 3px #000000;
    line-height: 46px;
    margin-top: 10px;
    margin-bottom: 20px;*/
    color: #0286d1;
    font-size: 60px;
	font-weight: 300;
    margin-top: 10px;
    margin-bottom: 20px;
}

div.homepage-heading h2 {
	/*color: #006cb7;
	font-size: 28px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 0px;*/
    color: #969696;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 0px;
}

div.homepage-heading p {
	color: #494949;
	font-size: 13px;
    font-weight: 500;
    font-style: normal;
    line-height: 20px;
    margin-bottom: 30px;
}



/* Customer Logos */

div.customers h3 {
    color: #555555;
    margin-bottom: 25px;
}

div.customers p {
    color: #999999;
    margin-top: 0px;
}

div.customers .img-responsive {
    max-width: 75%;
    opacity:0.7;
    margin-bottom: 0px;
}


/* Unlimited Possibilities & Company section */

div.possibilities i.fa,
div.company i.fa {
    font-size: 30px;
    color: #007ED2;
    vertical-align: middle;
    margin-right: 10px;
}


/* Industry Links */

div.circle-btn {
    height: 180px;
    width: 180px;
    border-radius: 50%;
    background: #5f9fc6;
    display: table;
    margin: 30px auto;
    border: 5px solid #c2d4df; 
}

div.circle-btn span.icon {
    text-align: center;
    font-size: 56px;
    color: #FFFFFF;
    opacity: 0.7;
    margin: 20px auto 0px auto;
    display: block;
}

/*
div.circle-btn span.icon-hospital {
    background: url('../images/design-icon.png') no-repeat scroll;
    height: 58px;
    width: 58px;
    margin: 40px auto 0;
    display: block;
}
*/

div.circle-btn span.circle-btn-label {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: block;
    width: 130px;
    margin: 0px auto 0px;
    text-align: center;
}

a:hover div.circle-btn {
    border: 5px solid #b7daf0;
    background: #005b99;
    transition: all 0.4s ease-in-out 0s;
} 

a:hover div.circle-btn span.icon {
    font-size: 59px;
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
} 

/* IGUANA Page */

div.iguana-header {
    height: 500px;
    overflow: hidden;
}

div.iguana-header img {
    width: 70%;
    position: relative;
    top: 95px;
    left: 8%;
    overflow: hidden;
}

img.border {
    border: 10px solid rgba(255, 255, 255, .3);
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

.iguana-heading {
    background-color: rgba(150, 199, 105, 0.9);
    border-left: 10px solid rgba(75, 153, 6, .5);
    padding: 30px 60px 50px 50px;
    position: absolute;
    top: 230px;
    right: 20%;
    text-align: left;
    z-index: 10;
    width: 650px;
    height: 270px;
}

.iguana-heading h1 {
    color: #FFFFFF;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    margin-top: 10px;
    margin-bottom: 10px;
}

.iguana-heading h2 {
    color: #2f5f08;
    font-size: 16px;
    margin-bottom: 20px;
}

.btn-iguana, .btn-iguana:hover {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    margin-left: 15px;
}

div.feature {
    height: 350px;
    overflow: hidden;
    /* border-bottom: 1px solid #eeeeee; */
}

.feature h2 {
    margin-top: 80px;
}


.feature .feature-image {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -moz-transition: -moz-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -ms-transition: -ms-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -o-transition: -o-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

/*
.feature:hover .feature-image {
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px);
    transform: translateY(70px);
}
*/

div.feature-others h5 {
    margin-top: 55px;
}

div.feature-others i.fa {
    margin-right: 10px;
    color: #007ED2;
    font-size: 22px;
    vertical-align: middle;
}

.systems img {
    max-width: 60px;
    opacity: 0.7;
    margin: 0px 20px;
}

.fade-overlay:before {
    background-image: linear-gradient(45deg, rgba(77, 153, 203, 0.86), rgba(0, 91, 153, 0.96));
    /* background-image: linear-gradient(45deg, rgba(79, 166, 0, 0.83), rgba(75, 153, 6, .83)); GREEN GRADIENT */
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

.fade-overlay {
    position: relative;
    height: auto; 
    padding: 0px 0px;
}

.fade-overlay h1, .caps-header h1 {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin: 2em auto;
    text-transform: uppercase;
}


.fade-white:before {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, .75));
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

.fade-white {
    position: relative;
    height: auto; 
    padding: 50px 0px;
}

.fade-white h1 {
    color: #5CA300;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin: 2em auto;
    text-transform: uppercase;
}

/*
.fade-green:before {
    background-image: linear-gradient(45deg, rgba(79, 166, 0, 0.83), rgba(75, 153, 6, .83));
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

.fade-green {
    position: relative;
    height: auto; 
    padding: 50px 0px;
}
*/

.type {
    text-transform: uppercase;
    color: #999999;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.08em;
}


/* Resources Page Styles */

.post-excerpt .type {
    text-transform: uppercase;
    color: #999999;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-align: center;
}


.post-date {
    font-size: 12px;
    margin-bottom: -20px;
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #888888;
}

.post {
    border: 1px solid #EEEEEE;
    margin: 15px 5px 25px 5px;
    padding: 0px 0px 35px 0px;
}

.post-excerpt {
    border: 1px solid #EEEEEE;
    padding: 25px;
    margin-bottom: 30px;
    height: 550px;
    background: #FFFFFF;
}

.post-excerpt p {
    font-size: 13px;
}

.post-excerpt h5 {
    margin-top: 30px;
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
    text-transform: none;
}

.post-excerpt img {
    margin-top: 0px;
}

ul.filter-items {
    list-style: none outside none;
    padding: 0px;
}

ul.filter-items h5 {
    font-weight: 400;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

ul.filter-items li {
    line-height: 30px;
    vertical-align: middle;
    font-size: 0.85em;
    line-height: 2.2em;
    text-transform: uppercase;
}

ul.filter-items li:before {
    color: rgba(0, 0, 0, 0.3);
    content: "\f096 ";
    font-family: 'FontAwesome';
    font-size: 18px;
    vertical-align: middle;
    padding-right: 10px;
}

ul.filter-items li.active:after {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 13px;
    vertical-align: middle;
    position: absolute;
    left: 17px;
}

.post img.hero {
    width: 100%;
}

.post img {
    max-width: 100%;
}

p.tags {
    font-size: 11px;
}

p.tags span {
    font-weight: 600;
    letter-spacing: 0.15em;
    margin-right: 10px;
}

/* About Us Page Styles */

.team {margin: 50px auto;}

div.team h3 {
    color: #007ED2;
    margin-bottom: 5px;
}

div.team h5 {
    color: #666666;
    font-size: 13px;
    margin-top: 0px;
}

img.headshot {
    border-radius: 50%;
    width: 175px;
    height: 175px;
}



/* Social Icons Styles */
.list-social-icons {
  margin-bottom: 45px;
}

.tooltip-social a {
  text-decoration: none;
  color: inherit;
}

.facebook-link a:hover {
  color: #3b5998;
}

.linkedin-link a:hover {
  color: #007fb1;
}

.twitter-link a:hover {
  color: #39a9e0;
}

.google-plus-link a:hover {
  color: #d14836;
}

/* Service Page Styles */
.service-icon {
  font-size: 50px;
}

/* 404 Page Styles */
.error-404 {
  font-size: 8em;
}

/* Pricing Page Styles */
.price {
  font-size: 4em;
}

.price-cents {
  vertical-align: super;
  font-size: 50%;
}

.price-month {
  font-size: 35%;
  font-style: italic;
}

/* Company Page (Image Swiper) Styles */

.device {
  height: 400px;
  position: relative;
}
.device .arrow-left {
  background: url(img/arrows.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
}
.device .arrow-right {
  background: url(img/arrows.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
}
.swiper-container {
  height: 400px;
}


.swiper-active-switch {
  background: #fff;
}
      
.swiper-slide img {
    height: 400px;
}


/* Contact Page Styles */

input, textarea {
    background-color: #EEEEEE;
    border: 1px solid #EEEEEE;
    box-shadow: none;
    color: #666666;
    margin: 0;
    outline: medium none;
    padding: 14px 10px;
    width: 100%;
}

input[type="checkbox"], input[type="radio"] {
    width: auto;
}


/* Download Page Styles */

.terms h6 {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4em;
    margin: 20px auto 10px auto;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.terms p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 30px;
    color: #808080;
}



/* Footer Styles */


/* Responsive Styles */




@media (max-width: 1200px) {

    div.iguana-header img {
      left: 0%;
      width: 80%;
    }
    
    div.iguana-heading {
      right: 10%;
      width: 70%;
    }
    
    div.download-heading {
      width: 65%;
      padding-right: 0px;
    }
}

@media (max-width: 991px) {
    
    div.iguana-header img {
      left: 20%;
      width: 90%;
    }
    
    div.iguana-heading {
      left: 10%;
      width: 80%;
    }
    
    div.download-heading h1 {
      font-size: 50px;
    }
    
    div.download-heading {
      top: 15%;
      padding-right: 0px;
    }
}

@media (max-width: 767px) {

    .carousel {
      height: 70%; /* increases the carousel height so it looks good on phones */
    }
    
    div.homepage-heading h2 {
        font-size: 20px;
    }
    
    div.homepage-heading h1 {
        font-size: 40px;
    }
    
    div.customers {
        display: none;
    }
    
    div.iguana-header img {
      display: none;
    }
    
    div.iguana-heading {
      top: 120px;
      left: 5%;
      width: 90%;
      height: auto;
    }
    
    div.download-heading {
      top: 10%;
      padding-right: 0px;
    }
    
    div.download-heading p {
      display: none;
    }
}

