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

body {
  margin-top: 0;
  padding-top: 0;
  _padding-top: 3rem;
  padding-bottom: 20px;
  font-family: helvetica;
  font-size: 15px;
}

.color-ci {
  /*color: rgb(17,72,148);*/
  color: #337ab7;
}

.bgcolor-ci {
  background-color: #337ab7;
}

.strong-md {
  font-size: 16px;
  /*font-weight: bold;*/
}

h5 {
  font-size: 15px;
}

h2 {
  margin-bottom: 0;
}

p.center {
  text-align: center;
}

/*registration form*/
#form_registration {
  /*display: none;*/
}

#btn_cancel_registration {
  display: none;
}

button.btnMoreInfo {
  margin-left: 5px
}

.space-inner-md {
  padding: 0.9375em;
}

.space-bottom-md {
  margin-bottom: 0.9375em;
}

.space-bottom-lg {
  margin-bottom: 1.25em;
}

.space-anchor-lg {
  visibility: hidden;
  position: relative;
  top: -8rem;
  display: block;
}

.navbar li a  {
  text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #555;
  background: none;
}

.cssHidden {
  display: none;
}

@media (min-width: 768px) {
  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu>.active>a, .navbar .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #777;
    background: none;
  }
}

@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,.navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in{
    display:block !important;
  }
}


.banner img {
  width: 100%;
}

.mid-image img {
  width: 100%;
  margin: 1em 0; 
}

.full-width {
  width: 100%;
}

div.row.googlemap {
  margin-top: 1em;
  margin-bottom: 1em;
}

.googlemap .embed-container {
  position: relative; 
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
}

.googlemap .embed-container iframe {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

/* ratio 4x3 */
.googlemap .embed-container.ratio4x3 {
  padding-bottom: 75%;
}

.table.table-striped.program tbody tr td:first-of-type {
  white-space: nowrap;
}


img.personal_signs {
  height: 5em;
}

.cols-2 {
  display: flex;
  justify-content: flex-start;
}

.cols-2 div {
  margin-right: 5%;
}

@media (min-width: 991px) { 
  .text-cols-lg-2 {
    column-count: 2;
    -webkit-column-count: 2; 
    -moz-column-count: 2; 

    -webkit-column-gap: 3em; 
    -moz-column-gap: 3em; 
    column-gap: 3em;

    text-align: justify;
  }
}

/* Google maps 100% */
iframe[src^="https://www.google.com/maps"] {
  width: 100%;
}

/*PageEd*/
#viewtemplate {
  box-shadow: 0px 0px 1px 1px #999;
  min-height: 800px;
}

#viewtemplate iframe {
  border-right: 20px solid #fcf8e3!important;
}

#pageEditorToolbarUpload {
  visibility: hidden;
}

[data-remove="1"] {
  border: 3px solid #f2dede;
  background-color: #fcf8e3;
  box-sizing: border-box;
}
