/*/////////////////////////////////////////////////////////////////////
 // 
 // 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
 *******************************************************/

/*
 * --------------------------------------------------
 * 1. General Elements
 *--------------------------------------------------
 */
 #content{
   padding: 0;
 }

 #header{
   color:#36a9e1;
 }
 /*  Body  */
 body,
 html {
   font-family: 'Lato', sans-serif;
   font-family: 'Roboto', 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 {
  background: #fff;
  color:#36a9e1;
  border-bottom: none;
  
}
.header-upper {
  background: #fff;
  position: relative;
  padding: 2.5px 0;
}

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

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

.title-divider {
  background: none;
}

.navbar .navbar-nav > .nav-item > .nav-link, .navbar .navbar-nav > .nav-item > .nav-link:focus, .navbar .navbar-nav > .nav-item > .nav-link:hover, .navbar .navbar-nav > .nav-link, .navbar .navbar-nav > .nav-link:focus, .navbar .navbar-nav > .nav-link:hover, .navbar-light .navbar-nav > .nav-item > .nav-link, .navbar-light .navbar-nav > .nav-item > .nav-link:focus, .navbar-light .navbar-nav > .nav-item > .nav-link:hover, .navbar-light .navbar-nav > .nav-link, .navbar-light .navbar-nav > .nav-link:focus, .navbar-light .navbar-nav > .nav-link:hover {

  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color:   #3e4855;
  font-weight: lighter;
  text-transform: uppercase;
  font-size:13px;
  padding: 0 5px;
  margin: 0 10px;
  height: 78px;
  line-height: 78px;
}

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

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

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

#footer {
  /* 5. Footer wrapper */
}
#footer {
  background: #dddddd;
  padding: 0;
  color: #36a9e1;
  border:none;
}

#footer h3, h4 {
  font-weight: 400;
}
/*
 * --------------------------------------------------
 * 2. Colours
 *-------------------------------------------------- 
 */

/*
 * --------------------------------------------------
 * 3. Responsiveness/media queries
 *--------------------------------------------------
 */
 
 /* BigBizIT backgrounds */


 @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;
  }  
}
/*
*
BigBizIT backgrounds end *****
*
*/
/*Cookie Consent Begin*/
#cookieConsent {
  background-color: #36a9e1;
  min-height: 26px;
  font-size: 14px;
  color: #022169;
  line-height: 26px;
  padding: 8px 0 8px 30px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999;
}
#cookieConsent a {
  color: #fff;
  text-decoration: none;
}
#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: #022169;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  padding: 0 20px;
  cursor: pointer;
  margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
  background-color: #36a9e1;
}
/*Cookie Consent End*/
/* 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
 *--------------------------------------------------
 */