@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,900);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed|Ubuntu);
/* line 23, ../scss/ih.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 28, ../scss/ih.scss */
html,
body {
  height: 100%;
}

/* line 33, ../scss/ih.scss */
body {
  margin: 0;
  padding: 0;
  height: 100%;
  /* font-family: 'Play', arial; */
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  /* font-family: 'Rubik', sans-serif; */
  /* font-family: 'Roboto', arial; */
  text-align: justify;
  line-height: 1.45;
  /* background-color: #eee; */
  color: #0064a6;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 50, ../scss/ih.scss */
h1 {
  font-weight: 600;
  font-size: 2em;
}

/* line 54, ../scss/ih.scss */
h2 {
  font-weight: 400;
  font-size: 1.5em;
}

/* line 58, ../scss/ih.scss */
h3 {
  font-size: 1.17em;
}

/* line 61, ../scss/ih.scss */
h4 {
  font-size: 1em;
}

/* line 64, ../scss/ih.scss */
h5 {
  font-size: .83em;
}

/* line 67, ../scss/ih.scss */
h6 {
  font-size: .67em;
}

/* line 76, ../scss/ih.scss */
.nopadbot {
  padding-bottom: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  /* line 82, ../scss/ih.scss */
  #esconder {
    display: none !important;
  }
}
/* ==================================================
  Colors
  ================================================== */
/* line 91, ../scss/ih.scss */
.red {
  color: #ff0000;
}

/* line 92, ../scss/ih.scss */
.blue {
  color: #0064a6;
}

/* ==================================================
  Distances
  ================================================== */
/* line 100, ../scss/ih.scss */
.dist-top-1 {
  margin-top: 1px;
}

/* line 104, ../scss/ih.scss */
.dist-top-2 {
  margin-top: 2px;
}

/* line 108, ../scss/ih.scss */
.dist-top-3 {
  margin-top: 3px;
}

/* line 112, ../scss/ih.scss */
.dist-top-4 {
  margin-top: 4px;
}

/* line 116, ../scss/ih.scss */
.dist-top-5 {
  margin-top: 5px;
}

/* line 120, ../scss/ih.scss */
.dist-top-6 {
  margin-top: 6px;
}

/* line 124, ../scss/ih.scss */
.dist-top-10 {
  margin-top: 10px;
}

/* line 128, ../scss/ih.scss */
.dist-top-12 {
  margin-top: 12px;
}

/* line 132, ../scss/ih.scss */
.dist-top-15 {
  margin-top: 15px;
}

/* line 136, ../scss/ih.scss */
.dist-top-20 {
  margin-top: 20px;
}

/* line 140, ../scss/ih.scss */
.dist-top-30 {
  margin-top: 30px;
}

/* line 144, ../scss/ih.scss */
.dist-top-40 {
  margin-top: 40px;
}

/* line 148, ../scss/ih.scss */
.dist-top-60 {
  margin-top: 60px;
}

/* line 152, ../scss/ih.scss */
.dist-top-80 {
  margin-top: 80px;
}

/* line 156, ../scss/ih.scss */
.dist-bot-5 {
  padding-bottom: 5px;
}

/* line 160, ../scss/ih.scss */
.dist-bot-10 {
  padding-bottom: 10px;
}

/* line 164, ../scss/ih.scss */
.dist-bot-20 {
  padding-bottom: 20px;
}

/* line 168, ../scss/ih.scss */
.dist-bot-40 {
  padding-bottom: 40px;
}

/* line 172, ../scss/ih.scss */
.dist-bot-60 {
  padding-bottom: 60px;
}

/* line 176, ../scss/ih.scss */
.dist-bot-80 {
  padding-bottom: 80px;
}

/* line 180, ../scss/ih.scss */
.dist-right-60 {
  padding-right: 60px;
}

/* ==================================================
   Justification and format
   ================================================== */
/* line 189, ../scss/ih.scss */
.center {
  text-align: center;
  /* border: 3px solid green; */
}

/* line 194, ../scss/ih.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 200, ../scss/ih.scss */
.bkdest {
  position: relative;
  background-color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 213, ../scss/ih.scss */
.bkwhite {
  position: relative;
  background-color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 226, ../scss/ih.scss */
.bkgray {
  position: relative;
  background-color: #e9e8e8;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 239, ../scss/ih.scss */
.container {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* ==================================================
   Breadcrumb
   ================================================== */
/* Style the list */
/* line 249, ../scss/ih.scss */
ul.breadcrumb {
  padding: 0px 5px;
  list-style: none;
  background-color: transparent;
}

/* Display list items side by side */
/* line 256, ../scss/ih.scss */
ul.breadcrumb li {
  display: inline;
  font-size: 0.9em;
}

/* Add a slash symbol (/) before/behind each list item */
/* line 262, ../scss/ih.scss */
ul.breadcrumb li + li:before {
  padding: 5px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
/* line 269, ../scss/ih.scss */
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

/* Add a color on mouse-over */
/* line 275, ../scss/ih.scss */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

/* ==================================================
   columns :: spacing between middle columns
   ================================================== */
/* line 285, ../scss/ih.scss */
.row.wide-gutter {
  margin-left: -40px;
  margin-right: -40px;
}

/* line 290, ../scss/ih.scss */
.row.wide-gutter [class*='col-']:not(:first-child),
.row.wide-gutter [class*='col-']:not(:last-child) {
  padding-right: 40px;
  padding-left: 40px;
}

/* line 296, ../scss/ih.scss */
.row.proj-gutter {
  margin-left: -40px;
  margin-right: -40px;
}

@media (max-width: 768px) {
  /* line 302, ../scss/ih.scss */
  .row.proj-gutter {
    margin-left: -10px;
    margin-right: -10px;
  }
}
/* line 309, ../scss/ih.scss */
.bot-buffer {
  margin-bottom: 80px;
}

/* ==================================================
   5 columns
   ================================================== */
/* line 316, ../scss/ih.scss */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 50px;
  height: auto;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
}

/* line 329, ../scss/ih.scss */
.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  /* line 334, ../scss/ih.scss */
  .col-sm-15 {
    width: 20%;
    float: left;
    padding-bottom: 5px;
    padding-top: 5px;
  }
}
@media (min-width: 992px) {
  /* line 342, ../scss/ih.scss */
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  /* line 348, ../scss/ih.scss */
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/* line 354, ../scss/ih.scss */
.row.dest-gutter {
  margin-left: -5px;
  margin-right: -5px;
}

/* line 359, ../scss/ih.scss */
.row.dest-gutter [class*='col-']:not(:first-child) {
  padding-left: 5px;
}

/* line 363, ../scss/ih.scss */
.row.dest-gutter [class*='col-']:not(:last-child) {
  padding-right: 5px;
}

/* ==================================================
  Navbar
  ================================================== */
/* line 375, ../scss/ih.scss */
.over_banner {
  position: absolute;
  width: 100%;
  top: 5.5em;
  padding-top: 0px;
  padding-right: 0px;
  z-index: 1999;
}

/* line 384, ../scss/ih.scss */
.container_top {
  height: 800px;
  width: 100%;
  background-color: blue;
  position: absolute;
  top: 0;
}

/* line 392, ../scss/ih.scss */
.banner-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 85;
  color: #fff;
  width: auto;
}

/* line 401, ../scss/ih.scss */
.box-top-ops {
  position: relative;
  display: block;
  margin-bottom: 0;
  height: auto;
  margin: auto;
  z-index: 80;
  overflow: hidden;
}

/* line 413, ../scss/ih.scss */
.navb-ih.ihcolor {
  color: #f1f1f1;
  background: transparent;
}

/* line 420, ../scss/ih.scss */
.navbar-default {
  z-index: 2000;
  font-family: 'Oswald', sans-serif;
  /* font-family: 'Roboto', arial; */
  /* font-family: 'Rubik', sans-serif; */
  font-size: 20px !important;
  /* font-weight: 600; */
  border-color: transparent;
  border-radius: 0;
  height: 58px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
}

/* line 434, ../scss/ih.scss */
.navbar {
  color: #f1f1f1;
  background-color: #0064a6;
  margin: 0;
  padding-top: 0px;
}

/* line 441, ../scss/ih.scss */
.navbar-default .navbar-nav > li > a {
  color: #ddd;
  background-color: transparent;
  margin: 0;
  padding: 8px;
  border-color: transparent;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  text-shadow: 1px 1px 1px rgba(6, 46, 94, 0.8);
}

/* line 454, ../scss/ih.scss */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #f1f1f1;
  text-shadow: 0 0 0 0;
  background-color: transparent;
  border-color: #fff;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  text-shadow: 1px 1px 1px rgba(6, 46, 94, 0.8);
}

/* line 466, ../scss/ih.scss */
.navbar-default .navbar-nav > .active,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  border-color: #fff;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}

/* line 476, ../scss/ih.scss */
.navbar-default .navbar-nav > .open > a {
  border-bottom: 1px solid black;
  background-color: #0871b7 !important;
  color: white;
}

/* line 482, ../scss/ih.scss */
.navbar .navbar-nav > li.open > a:hover,
.navbar .navbar-nav > li.open > a:focus {
  background-color: #0064a6;
  color: white;
}

/* line 488, ../scss/ih.scss */
.dropdown-menu {
  min-width: 270px;
  text-shadow: 0 0 0 0;
  left: -1px;
}

/* line 494, ../scss/ih.scss */
.dropdown-menu li a {
  display: block;
  margin: 1px 5px 1px 5px;
  padding: 7px;
  clear: both;
  line-height: 1.2;
  white-space: normal;
  font-weight: 300;
  font-size: 1.2em;
  color: #0064a6;
}

/* line 506, ../scss/ih.scss */
.dropdown-menu li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #0064a6;
  border-width: 0px 0px 0px 0px;
}

/* line 513, ../scss/ih.scss */
.dropdown-menu.columns-2 {
  min-width: 500px;
}

/* line 516, ../scss/ih.scss */
.dropdown-menu.columns-3 {
  min-width: 600px;
}

/* line 524, ../scss/ih.scss */
.multi-column-dropdown li a {
  margin: 1px 5px 1px 5px;
  padding: 7px;
}

/* line 529, ../scss/ih.scss */
.multi-column-dropdown .list-group-item {
  margin: 0px;
  padding: 0px;
  border-width: 0px 0px 0px 0px;
}

/* line 535, ../scss/ih.scss */
.nopad {
  margin: 0px;
  padding: 0px;
}

@media (max-width: 992px) {
  /* line 546, ../scss/ih.scss */
  .over_banner {
    top: 2.9em;
    padding-top: 0px;
  }

  /* line 551, ../scss/ih.scss */
  .navbar-header {
    float: none;
  }

  /* line 554, ../scss/ih.scss */
  .navbar-left, .navbar-right {
    float: none !important;
  }

  /* line 557, ../scss/ih.scss */
  .navbar-toggle {
    display: block;
    top: 0px;
  }

  /* line 561, ../scss/ih.scss */
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    top: 7px !important;
    position: relative;
  }

  /* line 567, ../scss/ih.scss */
  .navbar-fixed-top {
    top: 0;
    border-bottom: 2px solid #FEC340;
  }

  /* line 572, ../scss/ih.scss */
  .navbar-collapse.collapse {
    display: none !important;
  }

  /* line 576, ../scss/ih.scss */
  .navbar-nav {
    float: none !important;
    background-color: #0064a6;
    margin: 0px;
    padding: 0px;
    height: auto;
    max-height: 420px;
    overflow-x: hidden;
  }

  /* line 586, ../scss/ih.scss */
  .navbar-nav > li {
    float: none;
  }

  /* line 590, ../scss/ih.scss */
  .navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /* line 595, ../scss/ih.scss */
  .collapse.in {
    display: block !important;
  }

  /* line 600, ../scss/ih.scss */
  .navbar-nav .dropdown-menu {
    position: relative;
    width: 100% !important;
    background-color: #0064a6;
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.1);
    clear: both;
  }
  /* line 607, ../scss/ih.scss */
  .navbar-nav .dropdown-menu li {
    position: relative;
    margin: 1px 10px 1px 10px;
    clear: both;
  }
  /* line 612, ../scss/ih.scss */
  .navbar-nav .dropdown-menu.columns-2 {
    width: 100% !important;
  }
  /* line 615, ../scss/ih.scss */
  .navbar-nav .dropdown-menu.columns-3 {
    width: 100% !important;
  }
  /* line 619, ../scss/ih.scss */
  .navbar-nav .dropdown-menu.columns-2 li {
    margin: 1px 10px 1px 10px;
    padding: 0px;
  }
  /* line 623, ../scss/ih.scss */
  .navbar-nav .dropdown-menu.columns-3 li {
    margin: 1px 10px 1px 10px;
    padding: 0px;
  }
  /* line 629, ../scss/ih.scss */
  .navbar-nav .multi-column-dropdown {
    list-style: none;
    margin: 0;
  }
  /* line 633, ../scss/ih.scss */
  .navbar-nav .multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.2;
    color: #0064a6;
    white-space: normal;
  }
  /* line 640, ../scss/ih.scss */
  .navbar-nav .multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #0064a6;
  }
}
/*
@media (max-width: 768px) {
		
	.over_banner {
		top: 2.9em;
		padding-top: 0px;
	}

}


@media (min-width: 768px) {

	.navbar-fixed-top.navbar-default .navbar-nav {
		padding-right: 10px;
		padding-left: 10px; 
		margin: 0;
	}	

}

*/
@media (min-width: 992px) {
  /* line 674, ../scss/ih.scss */
  .navbar-fixed-top {
    border-bottom: 2px solid #FEC340;
  }

  /* line 677, ../scss/ih.scss */
  .navbar-fixed-top.navbar-default .navbar-nav {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 992px) {
  /* line 686, ../scss/ih.scss */
  .collapsing,
  .in {
    background-color: #fff;
    margin-top: 0px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0px;
    border-color: #fff;
    border-radius: 0;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
  }

  /* line 699, ../scss/ih.scss */
  .collapsing ul li a,
  .in ul li a {
    color: white !important;
    padding: 7px;
  }

  /* line 705, ../scss/ih.scss */
  .collapsing ul li a:hover,
  .in ul li a:hover {
    color: #aaa !important;
    background-color: #0871b7;
    text-shadow: 1px 1px 1px rgba(6, 46, 94, 0.2);
  }

  /* line 712, ../scss/ih.scss */
  .dropdown-menu {
    width: 100%;
  }

  /* line 716, ../scss/ih.scss */
  .dropdown-menu li {
    position: relative;
    margin: 5px 10px 5px 10px;
    padding: 0;
    clear: both;
  }

  /* change background color on hover */
  /* line 725, ../scss/ih.scss */
  .navbar-collapse ul li a {
    color: #fff !important;
    background-color: #0064a6;
  }

  /* line 729, ../scss/ih.scss */
  .navbar-collapse ul li a:hover {
    color: #ccc !important;
    background-color: #0871b7 !important;
  }

  /* line 735, ../scss/ih.scss */
  .dropdown-menu.columns-2 {
    min-width: 10px;
    width: 100%;
  }

  /* line 739, ../scss/ih.scss */
  .dropdown-menu.columns-3 {
    min-width: 10px;
    width: 100%;
  }

  /* line 744, ../scss/ih.scss */
  .multi-column {
    /*
    margin: 0;
    padding: 0;
    */
  }

  /* line 751, ../scss/ih.scss */
  .multi-column-dropdown {
    list-style: none;
  }

  /* line 754, ../scss/ih.scss */
  .multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.2;
    color: #0064a6;
    white-space: normal;
    margin: 0px;
    padding: 7px;
  }

  /* line 763, ../scss/ih.scss */
  .multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #0064a6;
  }

  /* ==================================================
     Hamburger
     ================================================== */
  /* line 774, ../scss/ih.scss */
  .c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    margin-right: 20px;
    margin-top: 3px;
    padding: 0;
    width: 48px;
    height: 48px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }

  /* line 797, ../scss/ih.scss */
  .c-hamburger:focus {
    outline: none;
  }

  /* line 801, ../scss/ih.scss */
  .c-hamburger span {
    display: block;
    position: absolute;
    top: 22px;
    left: 9px;
    right: 9px;
    height: 4px;
    background: white;
  }

  /* line 811, ../scss/ih.scss */
  .c-hamburger span::before,
  .c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #0064a6;
    content: "";
  }

  /* line 822, ../scss/ih.scss */
  .c-hamburger span::before {
    top: -10px;
  }

  /* line 826, ../scss/ih.scss */
  .c-hamburger span::after {
    bottom: -10px;
  }

  /**
   * Style 2
   * 
   * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
   * down to center and transform into an "x".
   */
  /* line 836, ../scss/ih.scss */
  .c-hamburger--htx {
    background-color: #bbb;
  }

  /* line 840, ../scss/ih.scss */
  .c-hamburger--htx span {
    background-color: #0064a6;
    -webkit-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
  }

  /* line 846, ../scss/ih.scss */
  .c-hamburger--htx span::before,
  .c-hamburger--htx span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
  }

  /* line 854, ../scss/ih.scss */
  .c-hamburger--htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
  }

  /* line 859, ../scss/ih.scss */
  .c-hamburger--htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
  }

  /* active state, i.e. menu open */
  /* line 865, ../scss/ih.scss */
  .c-hamburger--htx.is-active {
    background-color: #f2b643;
  }

  /* line 869, ../scss/ih.scss */
  .c-hamburger--htx.is-active span {
    background: none;
  }

  /* line 873, ../scss/ih.scss */
  .c-hamburger--htx.is-active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* line 880, ../scss/ih.scss */
  .c-hamburger--htx.is-active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /* line 887, ../scss/ih.scss */
  .c-hamburger--htx.is-active span::before,
  .c-hamburger--htx.is-active span::after {
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
  }
}
/* ==================================================
  News
  ================================================== */
/* line 900, ../scss/ih.scss */
.Datevent {
  padding-top: 15px;
  padding-bottom: 10px;
  color: gray;
  font-weight: normal;
  font-size: 0.9em;
}

/* line 908, ../scss/ih.scss */
.BoxNews {
  margin-top: 5px;
  width: 100%;
  background: transparent;
  height: 95px;
}

/* line 915, ../scss/ih.scss */
.BoxNews a {
  display: block;
  color: #0064a6;
  font-size: 1.0em;
  text-decoration: none;
  padding: 0px;
  border: 0px solid #ddd;
  height: 95px;
}

/* line 925, ../scss/ih.scss */
.BoxNews a:hover {
  color: #35abf7;
  text-decoration: none;
  border: 0px solid #0088cc;
}

/* ==================================================
   Button
   ================================================== */
/* line 938, ../scss/ih.scss */
.btn {
  font-size: 0.9em;
  font-family: 'Oswald', sans-serif;
}

/* line 943, ../scss/ih.scss */
.btn-custom {
  background-color: transparent;
  border-color: #fff;
  border-radius: 0px;
  border: 2px solid #fff;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8em;
}

/* line 953, ../scss/ih.scss */
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
  background-color: #fff;
  border-color: #fff;
  color: #0064a6;
}

/* line 961, ../scss/ih.scss */
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
  background-color: #fff;
  border-color: #fff;
  color: #0064a6;
}

/* line 979, ../scss/ih.scss */
.btn-blue {
  margin-top: 12px;
  background-color: transparent;
  border-color: #0064a6;
  border-radius: 0px;
  border: 2px solid #0064a6;
  text-transform: uppercase;
  color: #0064a6;
  font-size: 0.9em;
}

/* line 990, ../scss/ih.scss */
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active {
  background-color: #0064a6;
  border-color: #0064a6;
  color: #fff;
}

/* line 998, ../scss/ih.scss */
.btn-blue.disabled:hover,
.btn-blue.disabled:focus,
.btn-blue.disabled:active,
.btn-blue.disabled.active,
.btn-blue[disabled]:hover,
.btn-blue[disabled]:focus,
.btn-blue[disabled]:active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue:hover,
fieldset[disabled] .btn-blue:focus,
fieldset[disabled] .btn-blue:active,
fieldset[disabled] .btn-blue.active {
  background-color: #0064a6;
  border-color: #0064a6;
  color: #fff;
}

/* ==================================================
  Cards
  ================================================== */
/* line 1020, ../scss/ih.scss */
.card {
  background-color: transparent;
  margin-bottom: 10px;
}

/* line 1025, ../scss/ih.scss */
.card-block {
  padding: 0px;
}

/* line 1029, ../scss/ih.scss */
.card-proj {
  padding: 0px;
  margin-top: 0;
  background-color: transparent;
  border-bottom: 1px solid #0064a6;
}
/* line 1035, ../scss/ih.scss */
.card-proj .c-title {
  font-size: 1.4em;
  font-family: 'Oswald', sans-serif;
  color: #0064a6;
  font-weight: 300;
}

/* line 1043, ../scss/ih.scss */
.card-ih {
  border: 0px solid #0064a6;
  margin-bottom: 5px;
  margin-left: 0px;
  border-radius: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 0px;
  padding-left: 0px;
}
/* line 1053, ../scss/ih.scss */
.card-ih .card-title {
  font-size: 1.4em;
  font-family: 'Oswald', sans-serif;
  color: #0064a6;
  font-weight: 300;
  padding: 0px;
}

/* line 1062, ../scss/ih.scss */
.card-primary {
  background-color: #0064a6;
  border: 0px solid #0064a6;
  padding: 7px;
  padding-top: 5px;
  border-radius: 0px;
}
/* line 1069, ../scss/ih.scss */
.card-primary .card-title {
  font-size: 1.3em;
  color: #fff;
  font-weight: 300;
}

/* line 1076, ../scss/ih.scss */
.card-red {
  background-color: #ff0000;
  border: 1px solid #ff0000;
  margin-bottom: 5px;
  border-radius: 0px;
}

/* line 1083, ../scss/ih.scss */
.card-yellow {
  background-color: #FEC340;
  border: 1px solid #FEC340;
  margin-bottom: 5px;
  border-radius: 0px;
}

/* line 1091, ../scss/ih.scss */
.text_white {
  font-size: 1.2em;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  font-weight: 300;
}

/* ==================================================
  Produts
  ================================================== */
/* line 1103, ../scss/ih.scss */
.produts {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* ==================================================
   Box
   ================================================== */
/* line 1113, ../scss/ih.scss */
.thumbnail {
  position: relative;
  display: block;
  border: 1px solid #CCC;
  z-index: 200;
  margin-bottom: 0px;
}

/* line 1121, ../scss/ih.scss */
.thumbnail a,
.thumbnail:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  z-index: 201;
}

/* line 1130, ../scss/ih.scss */
.thumbnail1 {
  position: relative;
  display: block;
  border: 1px solid #CCC;
  z-index: 200;
  margin-bottom: 0px;
}

/* line 1138, ../scss/ih.scss */
.thumbnail1 a,
.thumbnail1:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  z-index: 201;
}

/* line 1148, ../scss/ih.scss */
.thumbnailY {
  position: relative;
  display: block;
  border: 1px solid #CCC;
  z-index: 200;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 38px;
}

/* line 1158, ../scss/ih.scss */
.thumbnailY a,
.thumbnailY:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  z-index: 201;
}

/* line 1167, ../scss/ih.scss */
.box-proj {
  position: relative;
  height: auto;
  margin-top: 0;
  margin-bottom: 0px;
  padding: 25px;
  border: 1px solid #CCC;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 2px 2px 2px rgba(0, 105, 214, 0.25);
  box-shadow: 2px 2px 2px rgba(0, 105, 214, 0.25);
  z-index: 200;
}

/* line 1181, ../scss/ih.scss */
.box-proj-bartop {
  position: absolute;
  left: 1px;
  top: 1px;
  margin-left: 15px;
  height: 5px;
  width: 45%;
  background-color: #0064a6;
  z-index: 250;
}

/* line 1192, ../scss/ih.scss */
.box-proj-barbot {
  position: absolute;
  right: 1px;
  bottom: 1px;
  margin-right: 15px;
  height: 5px;
  width: 45%;
  background-color: #0064a6;
  z-index: 250;
}

/* line 1203, ../scss/ih.scss */
.thumbnails {
  position: relative;
  padding-bottom: 66%;
  height: 0px;
  margin-top: 0;
  margin-bottom: 10px;
  border: 0;
  background-color: transparent;
  z-index: 100;
}

/* ==================================================
   Footer
   ================================================== */
/* line 1219, ../scss/ih.scss */
.sitemapbox {
  text-align: left;
  height: auto;
  left: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0px;
  background: #0064a6;
}

/* line 1230, ../scss/ih.scss */
.sitemapbordertop {
  border-top: 5px solid #FEC340;
}

/* line 1234, ../scss/ih.scss */
ul.sitemap li {
  margin-left: -18px;
  margin-right: 20px;
  padding-top: 0px;
  width: 200px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  /* For IE 7 */
  *display: inline;
  *zoom: 1;
}

/*
@media (max-width: xs) { 
	.sitemap li { width: 480px; }
	}
*/
/* line 1255, ../scss/ih.scss */
ul.sitemap li a {
  margin-top: 0px !important;
  padding-left: 0px;
  margin-left: 0px;
}

/* line 1261, ../scss/ih.scss */
ul.sitemap li ul li {
  position: relative;
  left: 0px;
  padding-top: 3px;
  clear: none;
  float: none;
  list-style: none outside none;
  padding-left: 10px;
  border-left: 1px solid #fff;
}

/* line 1271, ../scss/ih.scss */
ul.sitemap li ul li a {
  text-transform: none;
  font-weight: normal !important;
  margin-top: 0 !important;
  text-decoration: none;
  color: #aaa;
}

/* line 1279, ../scss/ih.scss */
ul.sitemap li ul li a:hover {
  color: #fff;
}

/* line 1285, ../scss/ih.scss */
.subfooterbox {
  width: 100%;
  min-height: 10px;
  height: auto;
  left: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 4px solid #FEC340;
}

/*
.subfooterbox a { color: #fff; }
.subfooterbox a:hover { color: #d8d8d8; }

.subfooterbox .lefttext { text-align: left; padding-top: 4px; color: #999;}

.subfooterbox .sublefttext { font-size: 0.8em;}

.subfooterbox .centertext { text-align: center; padding-top: 4px; }

.subfooterbox .righttext { width: 100%; text-align: right;}

.subfooterbox .spacer { padding-right: 15px; }
*/
/* ==================================================
   Logos
   ================================================== */
/* line 1319, ../scss/ih.scss */
#logos_footer {
  display: block;
}

/* line 1326, ../scss/ih.scss */
.logos-mdn img {
  display: inline-block;
  width: 120px;
  height: auto;
  vertical-align: text-bottom;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-top: 10px;
  vertical-align: middle;
}

/* line 1340, ../scss/ih.scss */
.logos-marinha img {
  width: 57px;
  height: auto;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

/* line 1354, ../scss/ih.scss */
.logos-marinha-700 img {
  display: inline-block;
  width: 75px;
  height: auto;
  margin-right: 0px;
  margin-top: 10px;
  vertical-align: middle;
}

/* line 1367, ../scss/ih.scss */
.logos-ih-footer img {
  display: inline-block;
  width: 100px;
  height: auto;
  margin-right: 0px;
  margin-top: 10px;
  vertical-align: middle;
}

/* line 1379, ../scss/ih.scss */
.logos-ih img {
  width: 140px;
  height: 65px;
  vertical-align: text-bottom;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 1387, ../scss/ih.scss */
.logos-apcer img {
  width: 120px;
  height: auto;
  vertical-align: text-bottom;
  margin-left: 10px;
}

@media (max-width: 1124px) {
  /* line 1396, ../scss/ih.scss */
  .logos-marinha img {
    margin-left: 5px;
  }
}
@media (max-width: 992px) {
  /* line 1400, ../scss/ih.scss */
  .logos-marinha img {
    margin-left: 0px;
  }

  /* line 1401, ../scss/ih.scss */
  .logos-ih-footer img {
    width: 100px;
  }
}
/* ==================================================
  Confirmed css above
  ================================================== */
/* ==================================================
  Header
  ================================================== */
/* line 1423, ../scss/ih.scss */
.skybg1 {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url("../img/sunset.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 1435, ../scss/ih.scss */
.skybg2 {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url("../img/praia.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 1447, ../scss/ih.scss */
.box-top {
  border-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: 0;
}

/* line 1454, ../scss/ih.scss */
.meta-top {
  position: relative;
  display: block;
  margin-bottom: 0;
  height: auto;
  margin: auto;
  z-index: 500;
  /* overflow: hidden; */
  border-bottom: 2px solid #FEC340;
}

/* line 1465, ../scss/ih.scss */
.meta-top img {
  position: relative;
  top: 0;
  display: block;
  margin: auto;
  z-index: 81;
  height: auto;
}

/* line 1474, ../scss/ih.scss */
.box-top-bg-img {
  z-index: 1;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #0064a6;
  border-bottom: 2px solid #FEC340;
  height: 150px;
  display: block;
  overflow: hidden;
}

/* line 1486, ../scss/ih.scss */
.box-top-bg-img img {
  height: auto;
}

/* line 1490, ../scss/ih.scss */
.box-top-bn-box {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 82;
  margin-left: 0;
  margin-right: 0;
  display: block;
  border: 1px solid #FFFF00;
}

/* line 1501, ../scss/ih.scss */
.flags-pos {
  position: relative;
  padding-top: 10px;
  padding-left: 20px;
}

/* line 1507, ../scss/ih.scss */
.top_bn {
  width: 100%;
  z-index: 84;
  margin-top: 5px;
  padding-right: 5px;
  color: #fff;
  border: 0px solid #FEC340;
  text-align: right;
  font-size: 0.8em;
}

@media (min-width: 992px) {
  /* line 1519, ../scss/ih.scss */
  .top_bn {
    padding-right: 0px;
  }
}
/* line 1524, ../scss/ih.scss */
.box-top-fg-box {
  position: absolute;
  top: 0;
  height: 1px;
  width: 100%;
  z-index: 400;
  border-bottom: 1px solid #197B30;
}

/* line 1533, ../scss/ih.scss */
.top_logo_H {
  position: absolute;
  z-index: 5;
  left: 15px;
  top: 10px;
}

/* line 1540, ../scss/ih.scss */
.top_logo_H img {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 82;
  width: 212px;
  height: 100px;
  border: 0px solid #FF0000;
}

/* line 1553, ../scss/ih.scss */
.navbar-brand img {
  position: absolute;
  width: 100px;
  bottom: 5px;
}

@media (max-width: 992px) {
  /* line 1560, ../scss/ih.scss */
  .top_logo_H {
    position: absolute;
    width: 100px;
    z-index: 5;
    left: 0px;
    top: 15px;
    left: 15px;
  }

  /* line 1569, ../scss/ih.scss */
  .top_logo_H img {
    position: absolute;
    z-index: 82;
    height: 80px;
    margin-right: 0;
    border: 0px solid #FF0000;
  }

  /* line 1577, ../scss/ih.scss */
  .box-top-bg-img {
    height: auto;
  }

  /* line 1581, ../scss/ih.scss */
  .box-top-bg-img img {
    height: 107px;
  }

  /* line 1585, ../scss/ih.scss */
  .navbar-brand img {
    margin-left: 15px;
  }
}
@media (max-width: 768px) {
  /* line 1592, ../scss/ih.scss */
  .top_logo_H {
    position: absolute;
    width: 100px;
    z-index: 5;
    left: 15px;
  }

  /* line 1599, ../scss/ih.scss */
  .top_logo_H img {
    position: absolute;
    z-index: 82;
    height: 80px;
    margin-right: 0;
    border: 0px solid #FF0000;
  }

  /* line 1607, ../scss/ih.scss */
  .box-top-bg-img {
    height: auto;
  }

  /* line 1611, ../scss/ih.scss */
  .box-top-bg-img img {
    height: 106px;
  }
}
@media (max-width: 576px) {
  /* line 1617, ../scss/ih.scss */
  .top_logo_H {
    position: absolute;
    width: 80px;
    z-index: 1;
    left: 15px;
  }

  /* line 1624, ../scss/ih.scss */
  .top_logo_H img {
    position: absolute;
    z-index: 82;
    height: 80px;
    margin-right: 0;
    border: 0px solid #FF0000;
  }

  /* line 1632, ../scss/ih.scss */
  .box-top-bg-img {
    height: auto;
  }

  /* line 1636, ../scss/ih.scss */
  .box-top-bg-img img {
    height: 106px;
  }
}
/*

.caption_banner {
	position: relative; 
	width:100%;
	top: 0em;
	left: 0px;
}
.caption h3 {
	color: $white;
	font-size: 1.0em;
	//text-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.8);
	text-align: left;
}
.caption h4 {
	color: $white;
	font-size: 1.3em;
	text-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.8);
	text-align: left;
}


@media (max-width: 991px) { 

	.caption_banner {
		width:100%;
		top: - 3em;
	}
	.caption h4 {
		font-size: 1.2em;
		text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
		text-align: left;
	}
	.caption h3 {
		font-size: 1.3em;
		text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
		text-align: left;
	}
}
*/
/* ==================================================
  tog-right
  ================================================== */
/* line 1690, ../scss/ih.scss */
.tog-right {
  position: absolute;
  right: 0px;
}

/* ==================================================
  List style
  ================================================== */
/* line 1702, ../scss/ih.scss */
ul {
  list-style-type: square;
  list-style-position: outside;
  list-style-image: none;
  margin: 10px;
  padding: 10px;
}

/* ==================================================
  Logged in
  ================================================== */
/* line 1714, ../scss/ih.scss */
.box-btn {
  display: block;
  width: 100%;
  min-height: 55px;
  height: auto !important;
  padding-top: 15px;
  position: relative;
}

/* ==================================================
  After Login
  ================================================== */
/* line 1728, ../scss/ih.scss */
.box-login {
  display: block;
  padding: 15px;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 10px;
  border: 1px solid #005bdd;
  background-color: #eeeeee;
  -webkit-box-shadow: 0 2px 24px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 2px 24px rgba(0, 105, 214, 0.25);
  box-shadow: 0 2px 24px rgba(0, 105, 214, 0.25);
}

/* line 1741, ../scss/ih.scss */
.well-login {
  display: block;
  padding: 15px;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 10px;
  border: 1px solid #005bdd;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 2px 24px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 2px 24px rgba(0, 105, 214, 0.25);
  box-shadow: 0 2px 24px rgba(0, 105, 214, 0.25);
}

/* line 1754, ../scss/ih.scss */
.well-login .title {
  vertical-align: middle;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.15);
  font-weight: 600;
  font-size: 1.5em;
  font-family: 'Oswald', sans-serif;
  margin: 0;
  color: #005bdd;
  text-transform: uppercase;
  text-align: left;
}

/* line 1766, ../scss/ih.scss */
.w_login {
  position: relative;
  height: auto;
  text-align: center;
  overflow: hidden;
  background-color: #eeeeee;
  -webkit-box-shadow: 0 2px 24px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 2px 24px rgba(0, 105, 214, 0.25);
  box-shadow: 0 2px 24px rgba(0, 105, 214, 0.25);
}

/* line 1777, ../scss/ih.scss */
.w_login .title {
  vertical-align: middle;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.15);
  font-weight: 600;
  font-size: 1.5em;
  margin: 0;
  color: #005bdd;
  text-transform: uppercase;
  text-align: left;
}

/* line 1789, ../scss/ih.scss */
.w_login_padding {
  padding: 15px;
  padding-left: 10%;
  padding-right: 10%;
  margin-top: 10px;
}

/* line 1796, ../scss/ih.scss */
.w_login_left {
  text-align: left;
}

/* line 1800, ../scss/ih.scss */
.w_login h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 1.8em;
  line-height: 1em;
}

/* line 1807, ../scss/ih.scss */
.w_login h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 1.6em;
  line-height: 1em;
}

/* line 1814, ../scss/ih.scss */
.w_login h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 1.4em;
  line-height: 1em;
}

/* line 1821, ../scss/ih.scss */
.w_login h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 1.2em;
  line-height: 1em;
}

/* line 1828, ../scss/ih.scss */
.w_login h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 1.0em;
  line-height: 1em;
}

/* line 1836, ../scss/ih.scss */
.w_login p {
  color: #9a9a90;
  color: #a8bdbd;
  line-height: 1.2em;
  font-size: 1em;
}

/* line 1843, ../scss/ih.scss */
.w_login a {
  color: #e4e4e4;
}

/* line 1847, ../scss/ih.scss */
.w_login a:hover {
  border-bottom: 1px dotted #999;
}

/* line 1852, ../scss/ih.scss */
.w_login_img-container {
  position: relative;
  margin-bottom: 120px;
}

/* line 1857, ../scss/ih.scss */
.w_login_circular {
  width: 180px;
  height: 180px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -90px;
  bottom: -90px;
  -webkit-box-shadow: 0 0 0 4px #fff;
  box-shadow: 0 0 0 4px #fff;
  border-radius: 50%;
  z-index: 2;
}

/* line 1871, ../scss/ih.scss */
.w_login_circular img {
  display: inline;
  margin: 0px;
  margin-top: 0px;
  height: auto;
  width: 100%;
  box-shadow: 0 0 0 4px #fff;
  z-index: 5;
}

/* line 1881, ../scss/ih.scss */
.w_login_img-quad {
  position: relative;
  margin-bottom: 95px;
}

/* line 1886, ../scss/ih.scss */
.w_login_quad {
  width: 90px;
  height: auto;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  -webkit-box-shadow: 0 0 0 6px #fff;
  box-shadow: 0 0 0 6px #fff;
  z-index: 2;
}

/* line 1899, ../scss/ih.scss */
.w_login_quad img {
  display: inline;
  margin: 0;
  height: auto;
  width: 100%;
  box-shadow: 0 0 0 6px #fff;
  z-index: 5;
}

/* line 1909, ../scss/ih.scss */
.boxed_login {
  height: auto;
  border: 1px solid #0064a6;
  border-radius: 6px;
}

/* line 1915, ../scss/ih.scss */
.color_bg_blue {
  background-color: #0064a6;
}

/* line 1917, ../scss/ih.scss */
.p_leader_circular {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  margin-left: 0px;
  margin-top: 0px;
  -webkit-box-shadow: 0 0 0 4px #fff;
  box-shadow: 0 0 0 4px #fff;
  border-radius: 50%;
  z-index: 2;
}

/* line 1931, ../scss/ih.scss */
.p_leader_circular img {
  display: inline;
  margin: 0px;
  margin-top: 0px;
  height: auto;
  width: 100%;
  box-shadow: 0 0 0 4px #fff;
  z-index: 5;
}

/* line 1941, ../scss/ih.scss */
.p_leader_title {
  display: block;
  padding-top: 35px;
  margin-left: 120px;
}

/* ==================================================
  Noticias
  ================================================== */
/* line 1952, ../scss/ih.scss */
.irow {
  margin-bottom: 50px;
  border: 0px solid #DDD;
}

/* ==================================================
  Picframes
  ================================================== */
/* line 1969, ../scss/ih.scss */
.picframe img {
  padding: 4px;
  margin: 0px;
  width: 100%;
  height: auto;
  border: 1px solid #CCC;
}

/* line 1977, ../scss/ih.scss */
.picframe img a:hover {
  padding: 4px;
  margin: 0px;
  width: 100%;
  height: auto;
  /* border-radius: 4px; */
  border: 1px solid #005BDD;
}

/* line 1986, ../scss/ih.scss */
.picsemframe img {
  border: 0px;
  padding: 0px;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  /* line 1994, ../scss/ih.scss */
  .picsemframe img {
    border: 0px;
    padding: 4px;
    width: 75%;
    height: auto;
  }
}
/* line 2002, ../scss/ih.scss */
.pic-crest img {
  float: left;
  padding: 0px;
}

/* line 2007, ../scss/ih.scss */
.footerpicholder .thumbnail {
  padding: 10px;
}

/* line 2011, ../scss/ih.scss */
.footerpicholder a.thumbnail:hover {
  border-color: red;
}

/* ==================================================
  Buttons
  ================================================== */
/* line 2021, ../scss/ih.scss */
.btn-outline {
  background-color: transparent;
  color: inherit;
  transition: all .5s;
}

/* line 2027, ../scss/ih.scss */
.btn-ih.btn-outline {
  color: #428bca;
}

/* line 2031, ../scss/ih.scss */
.btn-primary.btn-outline {
  color: #0064a6;
  border: 2px solid #0064a6;
  border-radius: 0px;
}

/* line 2037, ../scss/ih.scss */
.btn-success.btn-outline {
  color: #5cb85c;
}

/* line 2041, ../scss/ih.scss */
.btn-info.btn-outline {
  color: #5bc0de;
}

/* line 2045, ../scss/ih.scss */
.btn-warning.btn-outline {
  color: #f0ad4e;
}

/* line 2049, ../scss/ih.scss */
.btn-danger.btn-outline {
  color: #d9534f;
}

/* line 2053, ../scss/ih.scss */
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: #fff;
}

/* line 2061, ../scss/ih.scss */
.btn-w {
  margin-bottom: 15px;
}

/* line 2068, ../scss/ih.scss */
.social-btn {
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 0px solid #0064a6;
  border-bottom: 0px solid #FEC340;
  vertical-align: top !important;
  font-size: 1px;
  margin-bottom: 10px;
}

/* line 2079, ../scss/ih.scss */
.fb-like {
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  vertical-align: middle !important;
}

/* line 2088, ../scss/ih.scss */
.twitter-share-button {
  margin-left: 10px;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 2094, ../scss/ih.scss */
.btn-twitter {
  margin: 0px;
  margin-left: 0px;
  display: inline-block;
  vertical-align: middle !important;
}

/* line 2101, ../scss/ih.scss */
.btn-lin {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle !important;
}

/* line 2107, ../scss/ih.scss */
.social-btn span {
  display: inline-block;
  vertical-align: middle !important;
}

/* line 2112, ../scss/ih.scss */
.btn-btb {
  margin: 0px;
  padding: 0px;
  height: 58px;
  display: inline-block;
  vertical-align: middle !important;
}

/* Style all font awesome icons */
/* line 2123, ../scss/ih.scss */
.btn-facebook {
  background: #263961;
  padding: 7px;
  margin: 0px;
  font-size: 25px;
}

/* line 2129, ../scss/ih.scss */
.btn-facebook:link, .btn-facebook:visited {
  color: #fff;
}

/* line 2132, ../scss/ih.scss */
.btn-facebook:active, .btn-facebook:hover {
  background: #263961;
  color: #ddd;
}

/* line 2137, ../scss/ih.scss */
.btn-youtube {
  background: #DC2725;
  padding: 7px;
  margin: 0px;
  font-size: 25px;
}

/* line 2143, ../scss/ih.scss */
.btn-youtube:link, .btn-youtube:visited {
  color: #fff;
}

/* line 2146, ../scss/ih.scss */
.btn-youtube:active, .btn-youtube:hover {
  background: #DC2725;
  color: #ddd;
}

/* line 2150, ../scss/ih.scss */
.btn-email {
  background: #0064a6;
  padding: 7px;
  margin: 0px;
  font-size: 25px;
}

/* line 2156, ../scss/ih.scss */
.btn-email:link, .btn-email:visited {
  color: #fff;
}

/* line 2159, ../scss/ih.scss */
.btn-email:active, .btn-email:hover {
  background: #0064a6;
  color: #ddd;
}

/* line 2164, ../scss/ih.scss */
.btn-search {
  background: #263961;
  padding: 7px;
  margin: 0px;
  font-size: 25px;
}

/* line 2170, ../scss/ih.scss */
.btn-search:link, .btn-search:visited {
  color: #fff;
}

/* line 2173, ../scss/ih.scss */
.btn-search:active, .btn-search:hover {
  background: #263961;
  color: #ddd;
}

/* ==================================================
  Borders
  ================================================== */
/* line 2184, ../scss/ih.scss */
.boxed-s {
  background-color: #0064a6;
  border: 1px solid #0064a6;
  border-radius: 6px;
}

/* line 2190, ../scss/ih.scss */
.boxed-w {
  background-color: #ffffff;
  border: 1px solid #0064a6;
  border-radius: 6px;
}

/* line 2196, ../scss/ih.scss */
.boxed-2w {
  background-color: #ffffff;
  border: 2px solid #0064a6;
  border-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: 0;
}

/* line 2205, ../scss/ih.scss */
.boxed-r {
  background-color: #0064a6;
  border: 1px solid #0064a6;
  border-radius: 6px;
}

/* ==================================================
  Caption component
  ================================================== */
/*
h1, p {
    margin: 0;
    padding: 0 0 .5em;
}
*/
/* line 2227, ../scss/ih.scss */
.caption {
  position: relative;
  overflow: hidden;
  z-index: 1000;
  /* Only the -webkit- prefix is required these days */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 2237, ../scss/ih.scss */
.caption::before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: background .35s ease-out;
}

/* line 2248, ../scss/ih.scss */
.caption:hover::before {
  background: rgba(0, 0, 0, 0.6);
}

/* line 2252, ../scss/ih.scss */
.caption__media {
  display: block;
  min-width: 100%;
  max-width: 100%;
  height: auto;
}

/* line 2259, ../scss/ih.scss */
.caption__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  color: white;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: -webkit-transform .35s ease-out;
  transition: transform .35s ease-out;
}

/* line 2275, ../scss/ih.scss */
.caption:hover .caption__overlay {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 2280, ../scss/ih.scss */
.caption__overlay__title {
  -webkit-transform: translateY(-webkit-calc(-100% - 10px));
  transform: translateY(calc(-100% - 10px));
  transition: -webkit-transform .35s ease-out;
  transition: transform .35s ease-out;
}

/* line 2288, ../scss/ih.scss */
.caption:hover .caption__overlay__title {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* ==================================================
  Opcoes
  ================================================== */
/* line 2298, ../scss/ih.scss */
.menupp-box {
  position: relative;
  /* make this relative to have the inner div absolute without breaking out */
  width: auto;
  /* fix the width or else it'll be the entire page's width */
  height: auto;
  margin: 0px;
  padding: 0px;
  border: 0px solid #0136b6;
  background-color: #fff;
}

/* line 2308, ../scss/ih.scss */
.menupp-op {
  position: absolute;
  overflow: hidden;
  padding: 3px 7px 3px 7px;
  margin-left: 9px;
  bottom: 5px;
  width: 95%;
  height: 35px;
  margin-right: 5px;
  background: #FFF;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  color: red;
  font-size: 1.2em;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.5);
  transition: height 0.5s;
  -webkit-transition: height 0.5s;
  z-index: 500;
}

/* line 2329, ../scss/ih.scss */
.menupp-op:hover {
  height: 70px;
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 2334, ../scss/ih.scss */
.Dateonews {
  position: absolute;
  padding: 3px 7px 3px 7px;
  left: 7px;
  top: 0;
  margin-top: 2.3%;
  margin-left: 4.3%;
  background: #FFF;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  color: red;
  font-weight: bold;
  font-size: 1.0em;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 250;
}

/*	
.menupp-img {

  border-radius: 0px;
  height: auto;
  padding: 10px;
  -webkit-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow:2 1px 4px rgba(0, 105, 214, 0.25);

  z-index: 505;
}


.menupp-img {
	position: relative;
	//padding-bottom: 66%;
	top: 0;
	left: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 0px;
	margin-top: 0;
	margin-bottom: 0px;
	border:1px solid #CCC;
	background-color:#fff;	
		-webkit-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);
		-moz-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);
	box-shadow:2 1px 4px rgba(0, 105, 214, 0.25);
	z-index: 200
}
*/
/* line 2383, ../scss/ih.scss */
.menupp-img {
  position: relative;
  display: block;
  border: 1px solid #CCC;
  z-index: 200;
}

/* line 2390, ../scss/ih.scss */
.menupp-img a,
.menupp-img:hover {
  border-color: #0088cc;
  background-color: #ddd;
  z-index: 201;
}

/* ==================================================
  Boxs
  ================================================== */
/* line 2401, ../scss/ih.scss */
.boxtitleblue {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-top: 7px;
  padding-bottom: 5px;
  padding-right: 7px;
  width: 100%;
  background: #0136b6;
  border-top: 1px solid #005bdd;
  border-bottom: 1px solid #00013a;
  border-left: 1px solid #005bdd;
  border-right: 1px solid #00013a;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 2421, ../scss/ih.scss */
.boxtitleblue h1 {
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  color: #ffffff;
  font-style: normal;
  text-transform: uppercase;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 2437, ../scss/ih.scss */
.boxtitleblue h2 {
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  color: #ffffff;
  font-style: normal;
  text-transform: uppercase;
  text-align: left;
}

/* line 2449, ../scss/ih.scss */
.boxtitleblue h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  color: #ffffff;
  font-style: normal;
  text-align: justify;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 2462, ../scss/ih.scss */
.textn {
  padding-top: 10px;
  text-align: justify;
  color: #009;
}

/* line 2469, ../scss/ih.scss */
.DatenewsBox {
  position: relative;
  /* make this relative to have the inner div absolute without breaking out */
  width: auto;
  /* fix the width or else it'll be the entire page's width */
  height: auto;
  margin: 0px;
  padding: 0px;
  border: 0px solid #0136b6;
  background-color: #fff;
}

/* line 2479, ../scss/ih.scss */
.Datenews1-vis {
  position: absolute;
  padding: 3px 7px 3px 7px;
  left: 7px;
  top: 52%;
  margin-top: 4%;
  margin-left: 4%;
  background: #FFF;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  color: red;
  font-weight: bold;
  font-size: 1.1em;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 250;
}

/* line 2495, ../scss/ih.scss */
.Datenews1a-vis {
  position: absolute;
  padding: 3px 7px 3px 7px;
  left: 8;
  top: 8;
  margin-top: 0;
  margin-left: 0;
  background: #FFF;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  color: red;
  font-weight: bold;
  font-size: 1.1em;
  background-color: rgba(255, 255, 255, 0.75);
}

/* line 2510, ../scss/ih.scss */
.Datenews1-inv {
  width: 100%;
  height: 0px;
  padding: 0px;
  margin: 0px;
  position: relative;
  background: #F00;
  overflow: hidden;
  /* Hide the text. */
  text-indent: 100%;
  white-space: nowrap;
}

/* line 2523, ../scss/ih.scss */
.Datenews2-vis {
  color: red;
  font-size: 1.1em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* line 2532, ../scss/ih.scss */
.Datenews2-inv {
  width: 100%;
  height: 0px;
  position: relative;
  background: #F00;
  overflow: hidden;
  /* Hide the text. */
  text-indent: 100%;
  white-space: nowrap;
}

/* line 2542, ../scss/ih.scss */
.pad0 {
  padding: 0px;
}

/* line 2546, ../scss/ih.scss */
.pad10 {
  padding: 10px;
}

/* line 2550, ../scss/ih.scss */
.TNewsBox-Grid {
  margin-top: 5px;
  width: 100%;
  background: #fff;
  height: 95px;
  /* height: auto; */
  /* display: block; */
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

/* line 2562, ../scss/ih.scss */
.TNewsBox-Grid a {
  display: block;
  color: #0136B6;
  font-size: 1.0em;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #ddd;
  height: 95px;
}

/* line 2572, ../scss/ih.scss */
.TNewsBox-Grid a:hover {
  color: #0136B6;
  text-decoration: none;
  background: #eee;
  border: 1px solid #0088cc;
}

/* line 2579, ../scss/ih.scss */
.TNewsBox1-Grid {
  margin-top: 0px;
  width: 100%;
  min-height: 75px;
  /* height: auto; */
  display: block;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

/* line 2590, ../scss/ih.scss */
.TNewsBox1-Grid a {
  display: block;
  color: #0136B6;
  font-size: 1.0em;
  text-decoration: none;
  padding: 5px;
  border: 1px solid #ddd;
  min-height: 85px;
}

/* line 2600, ../scss/ih.scss */
.TNewsBox1-Grid a:hover {
  color: #0136B6;
  text-decoration: none;
  background: #eee;
  border: 1px solid #0088cc;
}

/* line 2607, ../scss/ih.scss */
.TNewsBox-List {
  width: 100%;
  position: relative;
  display: block;
  font-size: 1.2em;
  font-weight: 700;
  color: #0136B6;
  padding-bottom: 5px;
  border-bottom: 2px solid #cdcf21;
  margin-bottom: 12px;
}

/* line 2620, ../scss/ih.scss */
.TNewsBox-List .pad10 {
  padding: 0px;
}

/* line 2624, ../scss/ih.scss */
.TNewsBox-List a {
  display: block;
  color: #0136B6;
  font-size: 1.3em;
  text-decoration: none;
}

/* line 2631, ../scss/ih.scss */
.TNewsBox-List a:hover {
  color: #009feb;
  text-decoration: none;
}

/* line 2636, ../scss/ih.scss */
.TextnewsBox {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  position: relative;
  background: #9C6;
}

/* line 2644, ../scss/ih.scss */
.TNewsBox .Title {
  display: block;
  color: #0136B6;
  font-size: 1.3em;
  line-height: 1.1em;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 2653, ../scss/ih.scss */
.Textnews {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 100%;
  height: auto !important;
  padding: 5px;
  font-weight: bold;
  font-size: 1.2em;
  background-color: rgba(55, 255, 255, 0.75);
  border-color: 1px #00C;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 2675, ../scss/ih.scss */
.Textnews a {
  color: #00f;
}

/* line 2676, ../scss/ih.scss */
.Textnews a:hover {
  color: #eb9b1d;
  background-color: rgba(205, 205, 205, 0.75);
}

/* line 2681, ../scss/ih.scss */
.TOverviewBox {
  width: 100%;
  position: relative;
  display: block;
  font-size: 1.2em;
  font-family: 'Oswald', sans-serif;
  color: #0064a6;
  padding-bottom: 5px;
  border-bottom: 2px solid #FEC340;
  margin-bottom: 15px;
}

/* line 2694, ../scss/ih.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 5px;
  color: #012c95;
}

/* line 2700, ../scss/ih.scss */
.list-group a:hover {
  border: 1px solid #005bdd;
}

/* line 2704, ../scss/ih.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 5px 10px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 2713, ../scss/ih.scss */
.list-group-item-text {
  font-family: "Play", Arial, Helvetica, sans-serif;
  color: #012c95;
  font-size: 15px;
  font-weight: 500;
}

/* line 2720, ../scss/ih.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 5px;
  color: #012c95;
}

/* line 2726, ../scss/ih.scss */
.list-group a:hover {
  border: 1px solid #005bdd;
}

/* line 2730, ../scss/ih.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 5px 10px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 2739, ../scss/ih.scss */
.list-group-item-text {
  font-family: "Play", Arial, Helvetica, sans-serif;
  color: #012c95;
  font-size: 15px;
  font-weight: 500;
}

/* line 2746, ../scss/ih.scss */
.isumvis {
  width: 100%;
  /*
  min-height:100%;
  height: auto !important;
  */
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 2757, ../scss/ih.scss */
.isuminv {
  width: 100%;
  height: 0px;
  position: relative;
  background: #F00;
  /* Hide the text. */
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* ==================================================
  Caixas
  ================================================== */
/*
.mt_last_rev {
	position:absolute;
	bottom:0;
	width:100%;
	background:-webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.6)));
	background:-webkit-linear-gradient(top,transparent 0,rgba(0,0,0,.6) 100%);
	background: linear-gradient(to bottom,rgba(64,64,64,0) 50%,rgba(255,255,255,1) 100%); 
	padding-bottom: 10px
}

.last_rev_fundo {
	width: 100%;
	padding: 0;
	margin: 0;
}

.last_rev_fundo p {
	line-height: 0;
	min-height: 0
}

.last_rev_RM {
	width: 100%;
	padding-bottom: 5px;
}

.last_rev_titulo {
	width: 100%;
	font-weight:700;
	font-size:1.3em;
	text-align:left;
	line-height: 1.0em;
	text-shadow: 1px 1px 1px rgba(255,255,255,1)
}

.last_rev {
	margin-top: 0px;
	padding-top: 0px;
}

.last_rev h2 {
	font-weight:700;
	font-size:1.2em;
	color: $blue;
	text-shadow: 2px 2px 0px rgba(37,78,130,0.1)
}

.last_rev h3 {
	font-weight:700;
	font-size:1.1em;
	color: $blue;
	text-shadow: 2px 2px 0px rgba(37,78,130,0.1)
}

@media (min-width:576px){
	.last_rev_RM {
		width: 75%;
		padding-bottom: 5px;
	}
	.last_rev_titulo {
		font-size:1.4em;
		line-height: 1.1em;
	}
	.last_rev h2 { font-size:1.3em }
	.last_rev h3 { font-size:1.2em }
}

@media (min-width:768px){
	.last_rev_RM {
		width: 66%;
		padding-bottom: 5px;
	}
	.last_rev_titulo {
		font-size:2.0em;
		line-height: 1.6em;
	}
	.last_rev h2 { font-size:1.4em }
	.last_rev h3 { font-size:1.3em }
}


.last_rev ul
{
	display:block;
	list-style-type: none;
	position: relative;
}

.last_rev li
{
	background-image: url(/recursos/imagens/diversas/ok-blue.png);
	background-repeat: no-repeat;
	background-position: 0 0%;
	padding: 3px 0 3px 30px;
	margin: .4em 0;
}

*/
/* ==================================================
  Caixas
  ================================================== */
/* line 2880, ../scss/ih.scss */
.box_legend {
  display: block;
  /* font-style: italic; */
  margin-top: 1em;
  margin-bottom: 2em;
}

/* ==================================================
  Email
  ================================================== */
/* line 2892, ../scss/ih.scss */
.form-control {
  font-size: 1.0em;
}

/* line 2896, ../scss/ih.scss */
.has-error {
  color: red;
}

/* line 2900, ../scss/ih.scss */
.help-block {
  color: red;
}

/* line 2904, ../scss/ih.scss */
.fill {
  min-height: 100%;
  height: 100%;
}

/* ==================================================
  Not├¡cias
  ================================================== */
/* line 2915, ../scss/ih.scss */
.NewsDate {
  color: #ff0000;
  /* font-family: 'Oswald', sans-serif; */
  font-size: 1.2em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 2926, ../scss/ih.scss */
.NewsTitle {
  display: block;
  color: #0064a6;
  line-height: 1.6em;
  /* font-family: 'Oswald', sans-serif; */
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 700;
  padding-bottom: 1em;
  border-bottom: 2px solid #FEC340;
  margin-bottom: 0;
}

/* ==================================================
  YouTube player
  ================================================== */
/* line 2946, ../scss/ih.scss */
.youtube-player-box {
  position: relative;
  padding-bottom: 66%;
  margin-top: 0;
  margin-bottom: 8px;
  border: 1px solid #CCC;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 2 1px 4px rgba(0, 105, 214, 0.25);
  z-index: 200;
}

/* line 2959, ../scss/ih.scss */
.youtube-player-box:hover, .youtube-player-box:focus, .youtube-player-box:active {
  border-color: #0088cc;
  background-color: #CCC;
}

/* line 2964, ../scss/ih.scss */
.youtube-player-box iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}

/* ==================================================
  Tables
  ================================================== */
/* line 2978, ../scss/ih.scss */
.col-primary {
  background-color: #0064a6;
}

/* line 2982, ../scss/ih.scss */
.col-margin {
  padding: 10px;
}

/* line 2986, ../scss/ih.scss */
.table {
  min-width: 300px;
  border-spacing: 6px;
  font-size: 15px;
  /* font-family: 'Oswald', sans-serif; */
}

/* line 2993, ../scss/ih.scss */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  padding: 5px;
  background-color: #d1e6f9;
}

/* line 2998, ../scss/ih.scss */
.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
  padding: 5px;
  background-color: #f2f4f6;
}

@media (max-width: 768px) {
  /* line 3005, ../scss/ih.scss */
  .table {
    min-width: 180px;
    border-spacing: 2px;
    font: 13px "Oswald", Arial;
  }

  /* line 3011, ../scss/ih.scss */
  .table-striped > tbody > tr:nth-child(odd) > td,
  .table-striped > tbody > tr:nth-child(odd) > th {
    padding: 4px;
    background-color: #d1e6f9;
  }

  /* line 3016, ../scss/ih.scss */
  .table-striped > tbody > tr:nth-child(even) > td,
  .table-striped > tbody > tr:nth-child(even) > th {
    padding: 4px;
    background-color: #f2f4f6;
  }
}
/* ==================================================
  Box
  ================================================== */
/* line 3028, ../scss/ih.scss */
.floating-box {
  float: left;
  width: 150px;
  height: 50px;
  margin-right: 10px;
  border: 1px solid transparent;
  padding: 0;
}

/* line 3037, ../scss/ih.scss */
.floating-box:hover {
  border: 1px solid #ff0000;
}

/* ==================================================
  boxico
  ================================================== */
/* line 3047, ../scss/ih.scss */
.prodbox {
  position: relative;
  padding-bottom: 66%;
  height: 0px;
  margin-top: 0;
  margin-bottom: 10px;
  border: 0;
  background-color: transparent;
  z-index: 100;
}

/* line 3058, ../scss/ih.scss */
.prodbox a,
.prodbox:hover {
  border-color: white;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  z-index: 201;
}

/* line 3067, ../scss/ih.scss */
.prodbox .content {
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 100, 166, 0), rgba(0, 100, 166, 0.9));
  color: white;
  width: 100%;
  padding: 10px;
  margin-bottom: 0px;
}

/* line 3083, ../scss/ih.scss */
.prodbox .content > h1 {
  margin: 0;
  color: white;
  text-shadow: 0 1px 0 black;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 34px;
}

/* line 3092, ../scss/ih.scss */
.prodbox .content > h2 {
  margin: 0;
  color: white;
  text-shadow: 0 1px 0 black;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
}

/* line 3101, ../scss/ih.scss */
.prodbox .content > h3 {
  margin: 0;
  color: white;
  text-shadow: 0 1px 0 black;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
}

/* line 3110, ../scss/ih.scss */
.prodbox .content > h4 {
  margin: 0;
  color: #FEC340;
  text-shadow: 0 1px 0 black;
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
}

/* line 3120, ../scss/ih.scss */
.boxdest1 {
  position: relative;
  padding-bottom: 66%;
  height: 0px;
  margin-top: 0;
  margin-bottom: 10px;
  border: 0;
  background-color: transparent;
  z-index: 100;
}

/* line 3132, ../scss/ih.scss */
.boxdest {
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 10px;
}

/* line 3146, ../scss/ih.scss */
.boxdest > header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 10px;
}

/* line 3153, ../scss/ih.scss */
.boxdest > header > h1 {
  margin: 0;
  color: white;
  text-shadow: 0 1px 0 black;
}

/* line 3160, ../scss/ih.scss */
.boxico {
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px;
}

/* line 3174, ../scss/ih.scss */
.boxico > header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 10px;
}

/* line 3181, ../scss/ih.scss */
.boxico > header > h1 {
  margin: 0;
  color: white;
  text-shadow: 0 1px 0 black;
}

/* ==================================================
  Radar
  ================================================== */
/* line 3192, ../scss/ih.scss */
.radarimgs {
  width: 400px;
}

@media (max-width: 768px) {
  /* line 3197, ../scss/ih.scss */
  .radarimgs {
    width: 240px;
  }
}
/* ==================================================
  Footer Links
  ================================================== */
/* line 3206, ../scss/ih.scss */
.pull-bottom {
  display: inline-block;
  vertical-align: bottom;
  float: none;
}

/* ==================================================
  Mycarousel
  ================================================== */
/* line 3218, ../scss/ih.scss */
.carousel-inner {
  overflow: visible;
}

/* line 3222, ../scss/ih.scss */
.carousel-caption {
  /* position: relative;  */
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0px;
  margin-left: 0px;
  line-height: 22px;
  bottom: -80px;
  color: #fff;
  z-index: 2000;
}

@media (max-width: 768px) {
  /* line 3236, ../scss/ih.scss */
  .carousel-caption {
    bottom: -70px;
  }
}
/* line 3242, ../scss/ih.scss */
.carousel {
  width: 100%;
  margin: 0 auto;
  /* center your carousel if other than 100% */
  padding-bottom: 80px;
  background-color: #0064a6;
}

/* line 3250, ../scss/ih.scss */
.carousel-indicators {
  bottom: -4px;
  padding-bottom: 7px;
}

/* ==================================================
  Button custom
  ================================================== */
/* ==================================================
  Progress bar
  ================================================== */
/* line 3269, ../scss/ih.scss */
.progress-bg {
  background-color: lightgray;
}

/* ==================================================
  Footer
  ================================================== */
/* line 3287, ../scss/ih.scss */
.footer1stbloc {
  width: 100%;
  left: 0;
  margin-left: 0;
  margin-top: 0;
  background: #0a5ba7;
  padding: 0px;
  padding-top: 30px;
  padding-bottom: 0px;
  margin-bottom: 0;
  border-top: 3px solid #005bde;
  border-bottom: 3px solid #cdcf21;
}

/* line 3301, ../scss/ih.scss */
.footerpic {
  display: block;
}

/* line 3305, ../scss/ih.scss */
.footerpic img {
  width: 100%;
}

/* line 3311, ../scss/ih.scss */
.footertitle {
  text-align: center;
  color: #e2da41;
  font-size: 18px;
  font-weight: 800;
  margin-top: 0px;
  text-transform: uppercase;
}

/* line 3320, ../scss/ih.scss */
.footer_distance {
  margin-top: 0.5em;
  min-height: 10px;
}

/* line 3325, ../scss/ih.scss */
.copyrih {
  font-size: 0.9em;
  line-height: 2em;
}

/* line 3331, ../scss/ih.scss */
.subfooterbox2 {
  float: right;
  width: 100%;
  min-height: 50px;
  height: auto;
  left: 0;
  margin-right: 0;
  padding: 0px;
  background: #07202a;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 3344, ../scss/ih.scss */
.subfooterbox2 .sublefttext {
  font-size: 0.8em;
  color: #fff;
  margin-top: 1em;
}

/* ==================================================
  Banner
  ================================================== */
/* line 3360, ../scss/ih.scss */
.banner {
  border: 0px solid blue;
  padding: 0px;
}

/* line 3365, ../scss/ih.scss */
.banner a {
  display: block;
  color: #0136B6;
  font-size: 1.0em;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #005adf;
  min-height: 85px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

/* line 3378, ../scss/ih.scss */
.banner a:hover {
  color: #0136B6;
  text-decoration: none;
  background: #eee;
  border: 1px solid #f51c27;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 3387, ../scss/ih.scss */
.banner img {
  border: 0px;
  padding: 0px;
  width: 100%;
  height: auto;
}

/* ==================================================
  Badge
  ================================================== */
/* line 3401, ../scss/ih.scss */
.badge-pct {
  padding: 4px;
  margin: 4px;
  color: #fff;
}

/* line 3407, ../scss/ih.scss */
.badge-pct t3 {
  padding: 4px;
  margin: 4px;
  font-size: 1.3em;
}

/* ==================================================
  Timeline
  ================================================== */
/* line 3419, ../scss/ih.scss */
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

/* line 3425, ../scss/ih.scss */
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

/* line 3436, ../scss/ih.scss */
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

/* line 3441, ../scss/ih.scss */
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

/* line 3447, ../scss/ih.scss */
.timeline > li:after {
  clear: both;
}

/* line 3451, ../scss/ih.scss */
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

/* line 3457, ../scss/ih.scss */
.timeline > li:after {
  clear: both;
}

/* line 3461, ../scss/ih.scss */
.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

/* line 3472, ../scss/ih.scss */
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

/* line 3484, ../scss/ih.scss */
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

/* line 3496, ../scss/ih.scss */
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 1.1em;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

/* line 3515, ../scss/ih.scss */
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

/* line 3519, ../scss/ih.scss */
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

/* line 3526, ../scss/ih.scss */
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

/* line 3533, ../scss/ih.scss */
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

/* line 3537, ../scss/ih.scss */
.timeline-badge.success {
  background-color: #3f903f !important;
}

/* line 3541, ../scss/ih.scss */
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

/* line 3545, ../scss/ih.scss */
.timeline-badge.danger {
  background-color: #d9534f !important;
}

/* line 3549, ../scss/ih.scss */
.timeline-badge.info {
  background-color: #5bc0de !important;
}

/* line 3553, ../scss/ih.scss */
.timeline-title {
  margin-top: 0;
  color: inherit;
}

/* line 3558, ../scss/ih.scss */
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

/* line 3563, ../scss/ih.scss */
.timeline-body > p + p {
  margin-top: 5px;
}

/* line 3568, ../scss/ih.scss */
.cbp_tmtimeline {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}

/* The line */
/* line 3576, ../scss/ih.scss */
.cbp_tmtimeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #FFF;
  left: 20%;
  margin-left: -10px;
}

/* The date/time */
/* line 3588, ../scss/ih.scss */
.cbp_tmtimeline > li .cbp_tmtime {
  display: block;
  width: 25%;
  padding-right: 100px;
  position: absolute;
}

/* line 3595, ../scss/ih.scss */
.cbp_tmtimeline > li .cbp_tmtime span {
  display: block;
  text-align: right;
}

/* line 3600, ../scss/ih.scss */
.cbp_tmtimeline > li .cbp_tmtime span:first-child {
  font-size: 0.9em;
  color: #0064a6;
}

/* line 3605, ../scss/ih.scss */
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
  font-size: 1.2em;
  color: #0064a6;
}

/* line 3610, ../scss/ih.scss */
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
  color: #0064a6;
}

/* Right content */
/* line 3615, ../scss/ih.scss */
.cbp_tmtimeline > li .cbp_tmlabel {
  border: 3px solid #FFF;
  margin: 0 0 5px 25%;
  color: #333;
  padding: 2em;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  border-radius: 5px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+86,ededed+100 */
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(left, white 86%, #ededed 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, white 86%, #ededed 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, white 86%, #ededed 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 );
  /* IE6-9 */
  -webkit-box-shadow: 3px 0px 9px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 3px 0px 9px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 3px 0px 9px 0px rgba(0, 0, 0, 0.17);
}

/* line 3636, ../scss/ih.scss */
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
  background: #6cbfee;
}

/* line 3640, ../scss/ih.scss */
.cbp_tmtimeline > li .cbp_tmlabel h2 {
  margin-top: 0px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

/* The triangle */
/*.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #3594cb;
	border-width: 10px;
	top: 10px;
}*/
/* line 3660, ../scss/ih.scss */
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
  border-right-color: #6cbfee;
}

/* The icons */
/* line 3665, ../scss/ih.scss */
.cbp_tmtimeline > li .cbp_tmicon {
  width: 40px;
  height: 40px;
  font-family: 'ecoico';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.4em;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  position: relative;
  color: #fff;
  background: #46a4da;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #FFF;
  text-align: center;
  left: 20%;
  top: 0;
  margin: 0 0 0 -25px;
}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {
  /* line 3691, ../scss/ih.scss */
  .cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 47.2em) {
  /* line 3697, ../scss/ih.scss */
  .cbp_tmtimeline:before {
    display: none;
  }

  /* line 3701, ../scss/ih.scss */
  .cbp_tmtimeline > li .cbp_tmtime {
    width: 100%;
    position: relative;
    padding: 0 0 20px 0;
  }

  /* line 3707, ../scss/ih.scss */
  .cbp_tmtimeline > li .cbp_tmtime span {
    text-align: left;
  }

  /* line 3711, ../scss/ih.scss */
  .cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 30px 0;
    padding: 1em;
    font-weight: 400;
    font-size: 95%;
  }

  /* line 3718, ../scss/ih.scss */
  .cbp_tmtimeline > li .cbp_tmlabel:after {
    right: auto;
    left: 20px;
    border-right-color: transparent;
    border-bottom-color: #3594cb;
    top: -20px;
  }

  /* line 3726, ../scss/ih.scss */
  .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: transparent;
    border-bottom-color: #6cbfee;
  }

  /* line 3731, ../scss/ih.scss */
  .cbp_tmtimeline > li .cbp_tmicon {
    position: relative;
    float: right;
    left: auto;
    margin: -55px 5px 0 0px;
  }
}
/* ==================================================
  Combo BOX
  ================================================== */
/* line 3747, ../scss/ih.scss */
.comboboxbase {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  padding-right: 0px;
  z-index: 50;
  font-size: 0.9em;
  border-radius: 0;
}

/* line 3757, ../scss/ih.scss */
.input-group {
  border-radius: 0;
}

/* line 3761, ../scss/ih.scss */
.input-group-addon {
  border-radius: 0px;
}

/* line 3765, ../scss/ih.scss */
.dropdown-menu {
  width: auto !important;
  border-radius: 0;
}

/* line 3770, ../scss/ih.scss */
.datetimepicker table {
  width: 240px;
}

/* line 3774, ../scss/ih.scss */
.form-control {
  padding-top: 1px;
  color: #005C97;
  border-radius: 0;
}

/* line 3780, ../scss/ih.scss */
.container_collapse {
  margin: 5px;
}

/* line 3784, ../scss/ih.scss */
.container_collapse.collapse {
  display: none !important;
}

/* line 3788, ../scss/ih.scss */
.sitemapbox1 {
  margin: 0px;
  background-color: #FFFFFF;
  box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.1);
  padding-top: 5px;
  padding-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

/* ==================================================
  Pagination
  ================================================== */
/*  
.hline { width:100%; height:2px; background: #cdcf21 } 
*/
/* line 3809, ../scss/ih.scss */
.hline {
  width: 100%;
  height: 100px;
  /* background: #ffffff; */
  position: relative;
  display: block;
}

/* line 3818, ../scss/ih.scss */
.yline {
  width: 100%;
  height: 2px;
  background: #FEC340;
  margin-bottom: 1em;
}

/* line 3820, ../scss/ih.scss */
.tline {
  width: 100%;
  height: 2px;
  background: #FEC340;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 3822, ../scss/ih.scss */
.sline {
  width: 100%;
  height: 2px;
  background: transparent;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

/* line 3824, ../scss/ih.scss */
.pagnbox {
  float: right;
  margin: 0;
}

/* line 3830, ../scss/ih.scss */
.pagn {
  display: block;
  float: right;
  /*min-height: 70px; 
  height:100%;
  float:right;
  padding-bottom: 10px;
  padding-top: 10px;*/
}

/* line 3840, ../scss/ih.scss */
ul.pagn {
  margin: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px;
  overflow: hidden;
  list-style-type: none;
  border: 0px solid #353535;
  /*max-width: 992px; */
  font-size: 1.0em;
}

/* line 3852, ../scss/ih.scss */
ul.pagn li.details {
  padding: 7px 10px 7px 10px;
}

/* line 3856, ../scss/ih.scss */
ul.pagn li.dot {
  padding: 3px 0;
}

/* line 3858, ../scss/ih.scss */
ul.pagn li {
  float: left;
  margin: 0px;
  padding: 0px;
  margin-left: 5px;
}

/* line 3865, ../scss/ih.scss */
ul.pagn li:first-child {
  margin-left: auto;
}

/* line 3869, ../scss/ih.scss */
ul.pagn li a {
  color: black;
  display: block;
  text-decoration: none;
  padding: 7px 10px 7px 10px;
}

/* line 3876, ../scss/ih.scss */
ul.pagn li a img {
  border: none;
}

/* line 3880, ../scss/ih.scss */
ul.pagn li.details {
  color: #005bdd;
}

/* line 3884, ../scss/ih.scss */
ul.pagn li a {
  border: solid 1px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 6px 9px 6px 9px;
}

/* line 3893, ../scss/ih.scss */
ul.pagn li {
  padding-bottom: 1px;
}

/* line 3898, ../scss/ih.scss */
ul.pagn li a:hover,
ul.pagn li a.active {
  color: #FFFFFF;
  box-shadow: 0px 1px #EDEDED;
  -moz-box-shadow: 0px 1px #EDEDED;
  -webkit-box-shadow: 0px 1px #EDEDED;
  text-shadow: 0px 1px #388DBE;
  border-color: #3390CA;
  background: #0064a6;
  background: -moz-linear-gradient(top, #B4F6FF 1px, #63D0FE 1px, #58B0E7);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #B4F6FF), color-stop(0.02, #63D0FE), color-stop(1, #58B0E7));
}

/* line 3912, ../scss/ih.scss */
ul.pagn li a {
  color: #0A7EC5;
  border-color: #8DC5E6;
  background: #F8FCFF;
}

/* ==================================================
  Maps
  ================================================== */
/* line 3923, ../scss/ih.scss */
#map {
  width: 100%;
  height: 600px;
  margin: 0;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  /* line 3931, ../scss/ih.scss */
  #map {
    width: 100%;
    height: 400px;
    margin: 0;
    z-index: 0;
  }
}
/* line 3939, ../scss/ih.scss */
#google_map {
  width: 100%;
  height: 700px;
  margin: 0;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  /* line 3947, ../scss/ih.scss */
  #google_map {
    width: 100%;
    height: 400px;
    margin: 0;
    z-index: 0;
  }
}
/* line 3956, ../scss/ih.scss */
#pp_map {
  width: 100%;
  height: 600px;
  margin: 0;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  /* line 3964, ../scss/ih.scss */
  #pp_map {
    width: 100%;
    height: 400px;
    margin: 0;
    z-index: 0;
  }
}
/* line 3972, ../scss/ih.scss */
#map_ih {
  width: 100%;
  height: 400px;
}

/* line 3978, ../scss/ih.scss */
#map_az {
  width: 100%;
  height: 400px;
}

/* line 3983, ../scss/ih.scss */
h1.marker-heading {
  color: #005C97;
  margin: 0px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #D8D8D8;
}

/* line 3990, ../scss/ih.scss */
h2.marker-heading {
  color: #005C97;
  margin: 0px;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  /* line 3997, ../scss/ih.scss */
  h1.marker-heading {
    font: 20px "Oswald", Arial;
  }

  /* line 4000, ../scss/ih.scss */
  h2.marker-heading {
    font: 18px "Oswald", Arial;
  }
}
/* line 4006, ../scss/ih.scss */
h2.marker-data {
  color: #005C97;
  color: #0064a6;
  font: 14px "Oswald", Arial;
}

/* line 4012, ../scss/ih.scss */
h1.mk-heading {
  color: #FFFFFF;
  margin: 0px;
  padding-bottom: 5px;
  font: 20px "Oswald", Arial;
  border-bottom: 1px dotted #D8D8D8;
}

@media screen and (max-width: 768px) {
  /* line 4021, ../scss/ih.scss */
  h1.mk-heading {
    font: 16px "Oswald", Arial;
  }
}
/* line 4026, ../scss/ih.scss */
h2.mk-address {
  color: #FFFFFF;
  margin: 0px;
  padding-bottom: 2px;
  font: 14px "Oswald", Arial;
}

/* line 4033, ../scss/ih.scss */
h2.mk-footer {
  color: #FFFFFF;
  margin: 0px;
  padding-bottom: 2px;
  font: 18px "Oswald", Arial;
  border-bottom: 0px dotted #D8D8D8;
}

/* line 4042, ../scss/ih.scss */
div.marker-info-win {
  padding-bottom: 0px;
  color: #0064a6;
  z-index: 1030;
}

@media screen and (max-width: 768px) {
  /* line 4049, ../scss/ih.scss */
  div.marker-info-win {
    width: auto;
    margin: 0;
    padding: 0;
    z-index: 1400;
  }
}
/* line 4059, ../scss/ih.scss */
div.marker-info-win p {
  padding: 0px;
  margin: 1px 0px 1px 0;
}

/* line 4061, ../scss/ih.scss */
div.marker-inner-win {
  padding: 2px;
}

/* line 4063, ../scss/ih.scss */
button.save-marker, button.remove-marker {
  border: none;
  background: transparent;
  color: #00F;
  padding: 0;
  text-decoration: underline;
  margin-right: 0;
  cursor: pointer;
}

/* line 4073, ../scss/ih.scss */
.myCSSClass {
  background: green;
  border: 2px solid #613d7c;
}

/* line 4077, ../scss/ih.scss */
.leaflet-tooltip-left.myCSSClass::before {
  border-left-color: #613d7c;
}

/* line 4080, ../scss/ih.scss */
.leaflet-tooltip-right.myCSSClass::before {
  border-right-color: #613d7c;
}

/* line 4085, ../scss/ih.scss */
.infowindow-custom {
  margin: 0;
}

/* line 4090, ../scss/ih.scss */
.comboboxbase {
  margin-top: 10px;
  margin-bottom: 5px;
  z-index: 100;
  font-size: 1em;
}

/* ==================================================
  Modal
  ================================================== */
/* Modal Header */
/* line 4105, ../scss/ih.scss */
.modal-header {
  padding: 5px 5px;
  background-color: white;
  color: #0064a6;
  /* The Close Button */
}
/* line 4111, ../scss/ih.scss */
.modal-header .close {
  color: #000;
  float: right;
  font-size: 40px;
  font-weight: bold;
  opacity: 0.9;
}
/* line 4119, ../scss/ih.scss */
.modal-header .close:hover,
.modal-header .close:focus {
  color: #F00;
  text-decoration: none;
  cursor: pointer;
}

/* Modal Body */
/* line 4128, ../scss/ih.scss */
.modal-body {
  padding: 5px 5px;
}

/* Modal Footer */
/* line 4131, ../scss/ih.scss */
.modal-footer {
  padding: 5px 5px;
  background-color: #5cb85c;
  color: white;
}

/* Modal Content */
/* line 4138, ../scss/ih.scss */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  border-radius: 0;
  padding: 0;
  border: 1px solid #888;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  /* line 4162, ../scss/ih.scss */
  .modal-dialog {
    width: 700px;
    /* New width for default modal */
  }

  /* line 4165, ../scss/ih.scss */
  .modal-sm {
    width: 350px;
    /* New width for small modal */
  }
}
@media screen and (min-width: 992px) {
  /* line 4170, ../scss/ih.scss */
  .modal-lg {
    width: 950px;
    /* New width for large modal */
    height: 900px;
    /* control height here */
  }
}
@media screen and (min-width: 1200px) {
  /* line 4177, ../scss/ih.scss */
  .modal-lg {
    width: 1150px;
    /* New width for large modal */
    height: 900px;
    /* control height here */
  }
}
/* ==================================================
  Leaflet
  ================================================== */
/* css to customize Leaflet default styles  */
/* line 4193, ../scss/ih.scss */
.custom .leaflet-popup-tip,
.custom .leaflet-popup-content-wrapper {
  /* background: #e93434;
  color: #ffffff; */
  padding: 1px !important;
  z-index: 100;
}

/* line 4202, ../scss/ih.scss */
.custom .leaflet-popup-content-wrapper, .leaflet-popup-content {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  width: auto;
  padding: 1px;
}

@media (max-width: 768px) {
  /* line 4212, ../scss/ih.scss */
  .custom .leaflet-popup-content-wrapper, .leaflet-popup-content {
    width: auto;
    z-index: 100;
  }
}
/* line 4219, ../scss/ih.scss */
.custom .leaflet-top, .leaflet-bottom .leaflet-bottomright {
  position: absolute;
  z-index: 100;
  pointer-events: none;
}

/* line 4228, ../scss/ih.scss */
.leaflet-top,
.leaflet-bottom,
.leaflet-bottomright {
  z-index: 100;
}

/* line 4234, ../scss/ih.scss */
.custom
.leaflet-top,
.leaflet-bottom,
.leaflet-bottomright {
  position: absolute;
  z-index: 100;
  pointer-events: none;
}

/* css to customize Leaflet default styles  */
/* line 4245, ../scss/ih.scss */
.custom1 .leaflet-popup-tip,
.custom1 .leaflet-popup-content-wrapper {
  background: #0064a6;
  color: #ffffff;
  z-index: 100;
}

/* line 4252, ../scss/ih.scss */
.custom1 .leaflet-popup-content-wrapper, .leaflet-popup-content {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  width: auto;
  padding: 1px;
}

/* line 4261, ../scss/ih.scss */
.leaflet-popup-content {
  width: 100%;
  height: auto;
}

/* line 4266, ../scss/ih.scss */
.leaflet-control-zoom {
  border-radius: 0;
  color: #0064a6;
}

/* line 4271, ../scss/ih.scss */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  border-radius: 0;
  color: #0064a6;
}

/* line 4277, ../scss/ih.scss */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 100, 166, 0.4);
  background: #FFF;
  color: #0064a6;
  border-radius: 0;
}

/* line 4284, ../scss/ih.scss */
.leaflet-control-layers-toggle {
  /* background-image: url(images/layers.png); */
  width: 36px;
  height: 36px;
}

/* ==================================================
  Carousel
  ================================================== */
/* line 4294, ../scss/ih.scss */
.map-info-window {
  width: 100%;
  height: auto;
  border-radius: 0;
}

/* line 4300, ../scss/ih.scss */
.xvCarousel .carousel {
  overflow: hidden;
  border-radius: 0;
}

/* line 4306, ../scss/ih.scss */
.xvCarousel .carousel-inner {
  margin-bottom: 1px;
  padding: 2px;
}

@media (max-width: 768px) {
  /* line 4312, ../scss/ih.scss */
  .xvCarousel .carousel-inner {
    margin-bottom: 48px;
    padding: 0px;
  }
}
/* line 4318, ../scss/ih.scss */
.xvCarousel .carousel-inner > .item.next,
.xvCarousel .carousel-inner > .item.active.right {
  left: 0;
  -webkit-transform: translate3d(33%, 0, 0);
  transform: translate3d(33%, 0, 0);
}

/* line 4324, ../scss/ih.scss */
.xvCarousel .carousel-inner > .item.prev,
.xvCarousel .carousel-inner > .item.active.left {
  left: 0;
}

/* line 4328, ../scss/ih.scss */
.xvCarousel .carousel-control.left, .carousel-control.right {
  width: 8%;
}

/* line 4332, ../scss/ih.scss */
.xvCarousel .carousel-indicators {
  bottom: -10px;
  left: 0;
  margin-left: 0;
  width: 100%;
}

/* line 4339, ../scss/ih.scss */
.xvCarousel .carousel-indicators > li,
.xvCarousel .carousel-indicators > li.active {
  width: 40px;
  height: 24px;
  margin-left: 0px;
  margin-top: 1px;
  padding-top: 0px;
  border-radius: 3px;
  border: solid 1px transparent;
  background: white;
  font-size: 16px;
  text-indent: 0;
}

@media screen and (max-width: 768px) {
  /* line 4354, ../scss/ih.scss */
  .xvCarousel .carousel-indicators > li,
  .xvCarousel .carousel-indicators > li.active {
    width: 38px;
    height: 24px;
    font-size: 14px;
  }
}
/* line 4362, ../scss/ih.scss */
.xvCarousel .carousel-indicators > li.active {
  background: #3f84b5;
  color: white;
  border: solid 1px red;
}

/* line 4372, ../scss/ih.scss */
.gmaps-label {
  position: absolute;
  border: 0;
  white-space: nowrap;
  font-family: Arial, sans-serif;
  color: white;
  font-size: 17px;
  text-shadow: -1px -1px 0.5px rgba(0, 0, 0, 0.5), 1px -1px 0.5px rgba(0, 0, 0, 0.5), -1px 1px 0.5px rgba(0, 0, 0, 0.5), 1px 1px 0.5px rgba(0, 0, 0, 0.5);
}

/* line 4386, ../scss/ih.scss */
.gmaps-label.small {
  font-size: 14px;
}

/* line 4390, ../scss/ih.scss */
.gmaps-label.big {
  font-size: 22px;
  color: yellow;
}

/* line 4395, ../scss/ih.scss */
.gmaps-label.huge {
  color: white;
  font-size: 30px;
  text-shadow: -1.5px -1.5px 0.5px rgba(0, 0, 0, 0.5), 1.5px -1.5px 0.5px rgba(0, 0, 0, 0.5), -1.5px 1.5px 0.5px rgba(0, 0, 0, 0.5), 1.5px 1.5px 0.5px rgba(0, 0, 0, 0.5);
}

/* ==================================================
  Fim Pagination
  ================================================== */
/* line 4411, ../scss/ih.scss */
.page-wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -100px;
  /* the bottom margin is the negative value of the footer's height */
}

/* line 4418, ../scss/ih.scss */
.site-footer, .push {
  height: 100;
  /* .push must be the same height as .footer */
}

/* ==================================================
   Fim Footer
   ================================================== */
/* ==================================================
   Form
   ================================================== */
/* spam_trap: This input is hidden. This is here to trick the spam bots*/
/* line 4433, ../scss/ih.scss */
.spmhidip {
  display: none;
  width: 10px;
  height: 3px;
}

/* line 4440, ../scss/ih.scss */
.error {
  font-family: Verdana, Arial, sans-serif;
  font-style: italic;
  font-size: 0.8em;
  line-height: 1em;
  color: #900;
  /* background-color : #ffff00; */
}

/* line 4450, ../scss/ih.scss */
#scaptcha {
  width: 100px;
  height: 30px;
  padding: 10px;
}

/* ==================================================
   Bot├úo download
   ================================================== */
/* line 4462, ../scss/ih.scss */
.rad-wrapper {
  position: relative;
}

/* line 4466, ../scss/ih.scss */
.rad-responsive {
  width: 100%;
}

/* line 4470, ../scss/ih.scss */
.rad-overlay {
  position: absolute;
  bottom: 10px;
  left: 70px;
}

/* line 4477, ../scss/ih.scss */
.rad-overlay:before {
  content: ' ';
  display: block;
  height: 90%;
  overflow: hidden;
}

/* line 4485, ../scss/ih.scss */
.buttonDownload {
  display: inline-block;
  position: relative;
  padding: 10px 25px;
  background-color: #4CC713;
  color: white;
  font-family: sans-serif;
  text-decoration: none;
  font-size: 0.9em;
  text-align: center;
  text-indent: 15px;
}

/* line 4500, ../scss/ih.scss */
.buttonDownload:hover {
  background-color: #333;
  color: white;
}

/* line 4505, ../scss/ih.scss */
.buttonDownload:before, .buttonDownload:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 15px;
  top: 52%;
}

/* Download box shape  */
/* line 4514, ../scss/ih.scss */
.buttonDownload:before {
  width: 10px;
  height: 2px;
  border-style: solid;
  border-width: 0 2px 2px;
}

/* Download arrow shape */
/* line 4522, ../scss/ih.scss */
.buttonDownload:after {
  width: 0;
  height: 0;
  margin-left: 3px;
  margin-top: -7px;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: transparent;
  border-top-color: inherit;
  animation: downloadArrow 2s linear infinite;
  animation-play-state: paused;
}

/* line 4537, ../scss/ih.scss */
.buttonDownload:hover:before {
  border-color: #4CC713;
}

/* line 4541, ../scss/ih.scss */
.buttonDownload:hover:after {
  border-top-color: #4CC713;
  animation-play-state: running;
}

/* keyframes for the download icon anim */
@keyframes downloadArrow {
  /* 0% and 0.001% keyframes used as a hackish way of having the button frozen on a nice looking frame by default */
  0% {
    margin-top: -7px;
    opacity: 1;
  }
  0.001% {
    margin-top: -15px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    margin-top: 0;
    opacity: 0;
  }
}
/* Remove video embedd padding (white frames) */
/* line 4571, ../scss/ih.scss */
.x-video.embed.with-container {
  padding: 0;
}
