
html { 
}
body {
	background-color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: #000;
    margin-left: calc(100vw - 100%); 
    overflow-y:scroll;
}
#container-max{min-height: 100vh;}
.nav-link{ 
	font-weight: 700;
	font-size: 18px;
}

.card.h-100, .card.h-75{
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 10px 15px rgba(0,0,0,0.3);
}

.card.selectable:hover {
    cursor: pointer;
    box-shadow: 0px 0px 7px 7px rgba(0,0,0,0.3);
}

.card.selectable.type-selected:hover {
    cursor: pointer;
    box-shadow: 0px 0px 7px 7px rgb(0,20, 12);
}

.card.type-selected{
    box-shadow: 0px 0px 7px 7px rgb(0,20,12);
}

.simple_tooltip:hover + #simple_tooltipb {
  display: block;
}

.error {
	color: red;
	font-size: .8em;
	font-style: italic;
}
.message.alert {
	background-color: #ffcccc;
    margin-top: 1.3rem !important;
}


.error_flash {
	background-color: #ffcccc;
}

.success_flash {
	/* background-color: #e9ffea; */
	background-color: #9dffa1;
}
.info_flash.alert {
    margin-top: 1.3rem !important;
}

.info_flash {
	background-color: #ffffad;
    margin-top: 1.3rem !important;
}
  
html {
	height: 100%;
}


#home-slider .main-slider {
  position: relative;
  height: 450px;
}

#home-slider .slider-hill {
  position: absolute;
  right: 0;
  bottom: 0;
}


#home-slider .slider-sun {
  position: absolute;
  right: 365px;
  bottom: 100px;
}


#home-slider .slider-birds1 {
  position: absolute;
  right: 470px;
  bottom: 75px;
}


#home-slider .slider-birds2 {
  position: absolute;
  right: 40px;
  bottom: 150px;
}
.single-service{
  overflow: hidden;
  display: block;
}

.single-service img {
  height: 105px;
  margin-bottom: 25px;
}

.single-service .fold {
  margin-bottom: 35px;
}

.single-service h2 {
  margin-top: 0;
  margin-bottom: 15px;
}

.single-service p {
  padding: 0 48px;
}

.full-width {
    background-color: #313354;
    color: #fff;
    padding: 40px 0;
}


.full-width h1 {
    text-align: center;
    color: inherit;
    font-weight: 300;
    font-size: 4em;
}
.container h1 {
    text-align: center;
    color: inherit;
    font-weight: 300;
    font-size: 4em;
}
p.about-icon {
    font-size: 5em;
    text-align: inherit;
}
#about span p {
    letter-spacing: .05em;
    text-align: left;
}

/*
.fas {
    display: inline-block;
    font: normal normal normal 12px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */

@media (min-width: 767px) {                  
   .show_on_small {
      display: none;
   }       
   .hide_on_small {
      display: ninline-block;
   }
}
@media (max-width: 767px) {                  
   .show_on_small {
      display: none;
   }                
   .hide_on_small {
      display: ninline-block;
   }
   div.ui-datepicker{
     font-size:18px;
    }
}
@media (max-width: 475px) {                   
   .show_on_small {
      display: inline-block;
   }                              
   .hide_on_small {
      display: none;
   }
   div.ui-datepicker{
     font-size:14px;
    }
    .card-body {
        padding: 1.5rem 0rem 1.5rem 0rem ;
    }
}


.gray_arrow{color: gray;}        

.a-like{
    color: #007bff;
    cursor: pointer;
}
.a-like:hover{
    color: #0056b3;
    cursor: pointer;
    text-decoration: underline;
}
.change_question{
    color: blue; 
    float: right; 
    font-size: 16px;
    height: 42px;
}
.change_question:hover{
    background-color: lightBlue; 
}
.add{
    color: green; 
    float: right; 
    font-size: 16px;
}
.add:hover{
    background-color: lightGreen; 
}
.manage{
    color: blue; 
    float: right; 
    font-size: 16px;
}
.manage:hover{
    background-color: lightBlue; 
}


.invite{
    color: blue; 
    float: right; 
    font-size: 16px;
}
.invite:hover{
    background-color: lightBlue; 
}


.delete{
    color: red; 
    float: right; 
    font-size: 16px;
}
.delete:hover{
    background-color: lightRed; 
}

.blank{
    height: 42px;
}


.inp, .inp_noplace, .inp_select {
  position: relative;
  margin: auto;
  border-radius: 7px; 
  border-color: #ffffff white black; 
  border-style: solid;
  border-width: 1px;
}

.inp .label {
  position: absolute;
  top: 28px;
  left: 12px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.75);
  font-weight: 500;
  transform-origin: 0 0;
  transform: translate3d(0, 0, 0);
  transform: translate3d(0, -28px, 0) scale(0.75);
  transition: all 0.2s ease;
  pointer-events: none;
  border-radius: 7px; 
}

.inp_noplace .label_noplace {
  position: absolute;
  top: 20px;
  left: 12px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.75);
  font-weight: 500;
  transform-origin: 0 0;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
  pointer-events: none;
  border-radius: 7px; 
}

.inp .placehold {
  position: absolute;
  top: 28px;
  left: 12px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  transform-origin: 0 0;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
  pointer-events: none;
  border-radius: 7px; 
  display: block;
}
.inp .focus-bg,
.inp_noplace .focus-bg_noplace {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
}
.inp input, 
.inp_noplace input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  border: 0;
  font-family: inherit;
  padding: 16px 12px 0 12px;
  height: 56px;
  font-size: 16px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  color: #000;
  transition: all 0.15s ease;
}
.inp input:hover, 
.inp_noplace input:hover {
  background: rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.5);
  background: #ededed; 
  border-color: white white blue;
  border: 1;
  border-radius: 7px; 
}

.inp input:not(:-moz-placeholder-shown) + span.label {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  transform: translate3d(0, -28px, 0) scale(0.75);
  color: #0077FF;
}
.inp input:not(:-ms-input-placeholder) + span.label {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  transform: translate3d(0, -28px, 0) scale(0.75);
}
.inp input:not(:placeholder-shown) + span.label {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  transform: translate3d(0, -28px, 0) scale(0.75);
}

.inp_noplace input:not(:-moz-placeholder-shown) + span.label_noplace {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  transform: translate3d(0, -20px, 0) scale(0.75);
  color: #0077FF;
}
.inp_noplace input:not(:-ms-input-placeholder) + span.label_noplace {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  transform: translate3d(0, -20px, 0) scale(0.75);
}
.inp_noplace input:not(:placeholder-shown) + span.label_noplace {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  transform: translate3d(0, -20px, 0) scale(0.75);
}

.inp input:not(:-moz-placeholder-shown) ~ span.placehold {
  display: none;
}
.inp input:not(:-ms-input-placeholder) ~ span.placehold {
  display: none;
}
.inp input:not(:placeholder-shown) ~ span.placehold {
  display: none;
}

.inp input:focus {
  background: rgba(0, 0, 0, 0.05);
  outline: none;
  box-shadow: inset 0 -2px 0 #0077FF;
}
.inp input:focus + span.label {
  color: #0077FF;
  transform: translate3d(0, -28px, 0) scale(0.75);
}
.inp input:focus + span.label + span.focus-bg {
  transform: scaleX(1);
  transition: all 0.1s ease;
}

.inp_noplace input:focus {
  background: rgba(0, 0, 0, 0.05);
  outline: none;
  box-shadow: inset 0 -2px 0 #0077FF;
}
.inp_noplace input:focus + span.label_noplace {
  color: #0077FF;
  transform: translate3d(0, -20px, 0) scale(0.75);
}
.inp_noplace input:focus + span.label_noplace + span.focus-bg_noplace {
  transform: scaleX(1);
  transition: all 0.1s ease;
}

.inp_select select{
   height: 34px;
}
.inp_select .label{
  position: absolute;
  top: 20px;
  left: 12px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  transform-origin: 0 0;
  transform: translate3d(0, -18px, 0) scale(0.75);
  transition: all 0.2s ease;
  pointer-events: none;
  border-radius: 7px; 
}

.nav-link.active{
    border-bottom: solid;
    border-width: 4px;
    border-color: #0070c0;
    border-color: green;
    margin: 0px 8px 0px 8px;
    padding: 8px 0px 8px 0px !important;
}
.bg-kids{
    opacity: 0.25;
    position: absolute;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 80%;
    height: auto;
}
.bg-head{
    opacity: 0.15;
    position: absolute;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 80%;
    height: auto;
}
.bg-prints{
        background-image: url("/static/images/dogprints.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
}
.bg-opaque{ background-color: rgba(256, 256, 256, .7);
border-radius: 10px;}

.top_tab {
    display: inline-block;
    color: white;
    padding-left: 10px; padding-right: 10px; 
    border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;
}

.z-ind--1{z-index: -1;}
.mar-t--5{margin-top: -5px;}
.berlin-sans{font-family: Berlin Sans FB, arial;}
@media screen and (min-width: 990px) {
    .logonav {
        float: right;
    }
}
@media screen and (min-width: 960px) {
    html {
        margin-left: calc(100vw - 100%);
        margin-right: 0;
    }
}

@media screen and (max-width: 299px) {
    .glyphicon {
        font-size: 1.2em;
    }
    .i_text {
        font-size: .75em;
    }
}

@media screen and (min-width: 300px) and (max-width: 799px) {
    .glyphicon {
        font-size: 2em;
    }
    .i_text {
        font-size: 1em;
    }
}

@media screen and (min-width: 800px) {
    .glyphicon {
        font-size: 4em;
    }
    .i_text {
        font-size: 1.5em;
    }
}
.darker_line{
    color: gray;
}
.modal-open {
    overflow: scroll;
}    

.nav-link.active{
    color: #0070C0!important;
}      
body {
  min-height: 100vh;
  position: relative;
  padding-bottom: 200px; /*height of the footer*/
}

footer {
  position: absolute;
  bottom: 0px;
  height: 200px;
}

@media screen and (max-width: 1000px) {
    .navbar-collapse {
        max-height: calc(100vh - 60px);
        overflow-y: auto;
    }
}
/* Thick border */
hr.new4 {
  border: 1px solid #d3d3d3;
}
.s_beg {font-size: 20px; font-weight: 700; color: #0066cc; }
.s_end {font-size: 20px; font-weight: 700; color: #006600; }
.s_s {
    font-size: 20px; 
    font-weight: 700; 
    background: -webkit-linear-gradient(180deg, #006600, #006600 ,#0066cc, #0066cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}