/*/////////////////////////////////////////////////////////////////////
 // 
 // Custom theme code styles
 // Written by Themelize.me (http://themelize.me)
 // 
 // This is an empty starter template for overriding styles
 // set by Bootstrap & the theme
 // 
 // ----------------------------------------------------
 // 
 // Remove unused code for better performances
 // 
 // ----------------------------------------------------
 // 
 // $see - Usefuls tools online for editing
 // 1. http://charliepark.org/bootstrap_buttons/ - Button style generator
 // 2. http://www.colorzilla.com/gradient-editor/ - CSS3 gradient maker
 // 
 // $note
 // To ensure custom styles are picked up
 // wrap definitions in body tag
 // ie.
 // body .navbar-inner {
 //   background: #ff0000;
 // }
 // 
 /////////////////////////////////////////////////////////////////////*/

/*******************************************************
 * Custom theme code styles
 * Written by Themelize.me (http://themelize.me)
 *
 * Includes the base variables & mixins needed for all
 * scss files
 *******************************************************/


 @import url(https://fonts.googleapis.com/css?family=Raleway:300);
 @import url(https://fonts.googleapis.com/css?family=Open+Sans);
/*
 * --------------------------------------------------
 * 1. General Elements
 *--------------------------------------------------
 */
 #content{
   padding: 0;
 }

 /*  Body  */
 body,
 html {
   font-family: 'Lato', sans-serif;
   background: #fff;
   color: #767676;
 }

 .bg-gray{
   background-color: #dddddd;
 }

 .btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0px;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
}

.btn-blue, .hover-blue:hover, .bg-blue {
  color: #fff;
  background: #022169;
  border-color: #36a9e1;
}

.fa-primary{
  color: #36a9e1;
}

 /*  Header  */
.header {
  
  
}
.header-upper {
  background: #36a9e1;
  color:#fff;
  position: relative;
  padding: 2.5px 0;
}


.hdr-talk{
  border:2px;
  border-color: #eb8b5d;
  color: #eb8b5d;
  background-color: #fff;
  border-style: solid;
  margin: 10px 0 5px;
  font-size: large;
}
.nav-link {

  display: block;
  padding: .5rem 1rem;
      padding-right: 2rem;
      padding-left: 2rem;

}
.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.icon-left{
  position: absolute;
  left:-30px;
  opacity: .25;
}

.icon-right{
  position: absolute;
  right:-30px;
  opacity: .25;
}

.title-divider {
  background: none;
}

.navbar-expand-md .navbar-main .navbar-nav>.nav-item>.nav-link, .navbar-expand-md .navbar-main .navbar-nav>.nav-link, .navbar-expand-md.navbar-main .navbar-nav>.nav-item>.nav-link, .navbar-expand-md.navbar-main .navbar-nav>.nav-link {
  font-weight: 500;
  font-size: 1.2rem;
}

.navbar .navbar-nav > .nav-item > .nav-link, 
.navbar .navbar-nav > .nav-link, 
.navbar-light .navbar-nav > .nav-item > .nav-link, 
.navbar-light .navbar-nav > .nav-link 
{
  text-transform: uppercase;
  font-size: 13px;
}

.navbar .navbar-nav > .nav-item > .nav-link:focus, 
.navbar .navbar-nav > .nav-item > .nav-link:hover,
.navbar .navbar-nav > .nav-link:focus,
 .navbar .navbar-nav > .nav-link:hover, 
 .navbar-light .navbar-nav > .nav-item > .nav-link:focus,
  .navbar-light .navbar-nav > .nav-item > .nav-link:hover, 
  .navbar-light .navbar-nav > .nav-link:focus, 
  .navbar-light .navbar-nav > .nav-link:hover 
  {
    text-decoration: underline;
}
#content li {
    list-style-image: url(../img/BigBizIT_icon_bullet.png);
    background-image: url(../img/BigBizIT_icon_bullet.png) no-repeat;
    }


#highlighted {
  /* 2. Highlighted (below header) wrapper */
}

#content {
  /* 3. Content wrapper */
}

#content-below {
  /* 4. Content Below wrapper */
}

#footer h2{
    font-family: "Raleway", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 100;
    font-size: 26px;
  }

#footer {
  background-color: rgb(113, 114, 113) !important;
  padding: 0;
  color: #ffffff;
  border:none;
}

#footer a{
  text-decoration: none;;
}

#footer h3, h4 {
  font-weight: 400;
}

.footer-pane {
  background: rgba(0,0,0,0.1);
  padding: 20px 0;
  font-size: 12px;
}
.ftr-upper {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .8);
  padding: 0 0 20px;
}
.footer-pane .footer-nav-bottom {
  float: right;
}
/*Cookie Consent Begin*/
#cookieConsent {
  background-color: #dddddc;
  min-height: 46px;
  font-size: 14px;
  color: #000000;
  line-height: 26px;
  padding: 8px 0 8px 30px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999;
}
#cookieConsent a {
  color: #022169;
  text-decoration: underline;
}
#closeCookieConsent {
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: -15px 0 0 0;
  font-weight: bold;
}
#closeCookieConsent:hover {
  color: #FFF;
}
#cookieConsent a.cookieConsentOK {
  background-color: #000000;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  padding: 0 20px;
  cursor: pointer;
  margin: 0 60px 0 10px;
  text-decoration: none;
}
#cookieConsent a.cookieConsentOK:hover {
  background-color: #000000;
}
/*Cookie Consent End*/
/*
 * --------------------------------------------------
 * 2. Colours
 *-------------------------------------------------- 
 */

/*
 * --------------------------------------------------
 * 3. Responsiveness/media queries
 *--------------------------------------------------
 */ 
 
 /* responsive images */

 @media screen and (max-width: 768px){
  .hero img{
      display: block !important;
  }
}
@media screen and (min-width: 769px) and (max-width:1280px){
  .hero1 img{
      display: block !important;
  }
}
@media screen and (min-width: 1281px){
  .hero2 img{
      display: block !important;
  } 

/* Extra small devices (phones, less than 768px) */

/* No media query since this is the default in Bootstrap */

@media (min-width: 576px) {
  /* Small devices (576px and up). Mixin: media-breakpoint-up(sm) */
}

@media (min-width: 768px) {
  /* Medium devices (768px and up). Mixin: media-breakpoint-up(md) */
}

@media (min-width: 992px) {
  /* Large devices (992px and up). Mixin: media-breakpoint-up(lg) */
}

@media (min-width: 1200px) {
  /* X-Large devices (1200px and up). Mixin: media-breakpoint-up(xl) */
}

/* max-width */

@media (max-width: 575.98px) {
  /* Small devices (575px and down). Mixin: media-breakpoint-down(xs) */
}

@media (max-width: 767.98px) {
  /* Medium devices (767px and down). Mixin: media-breakpoint-down(sm) */
}

@media (max-width: 991.98px) {
  /* Large devices (992px and down). Mixin: media-breakpoint-down(md) */
}

@media (max-width: 1199.98px) {
  /* X-Large devices (1200px and down). Mixin: media-breakpoint-down(lg) */
}

/* target one breakpoint */

@media (min-width: 576px) and (max-width: 767.98px) {
  /* Small devices (between 576px and 767px). Mixin: media-breakpoint-only(sm) */
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* Medium devices (tablets, between 768px and 991px). Mixin: media-breakpoint-only(md) */
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Large devices (desktops, between 992px and 1199px). Mixin: media-breakpoint-only(lg) */
}

@media (min-width: 1200px) {
  /* Extra large devices (large desktops, 1200px and up). Mixin: media-breakpoint-only(xl) */
}

/* span multiple screenwidths */

@media (min-width: 768px) {
  /* From medium to large (between 768px and 1199px). Mixin: media-breakpoint-between(md, xl)  */
}

/*
 * --------------------------------------------------
 * 4. Misc
 * Other stuff
 *--------------------------------------------------
 */

/*
 * --------------------------------------------------
 * 5. Blog
 * 
 *--------------------------------------------------
 */

 .blog-box{

 }

 .blog-box a{
   color: #022169;
 }

 .blog-box h3{
   font: 24px;
   font-weight: 500;
   color: #022169;
 }

 .blog-box .img-rounded {
  border-radius: 6px;
}

.blog-box .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.blog-box p{
  display: block;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}