/* Add here all your css styles (customizations) */


/* =========  Site ============== */

body {
    font-family: 'Bookman Old Style', Verdana;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


.error{
    display: none;
    margin-left: 8px;
}       
 
.error_show{
    color: red;
    margin-left: 8px;
    font-size: 9pt;

}

.pagecontent {
     padding: 20px 20px 20px 20px;
}


/* HOME PAGE */

.header .navbar-nav > li > a {
	color: #687074;
	font-size: 15px;
	font-weight:400;
	text-transform: uppercase;
}


/* ======== ABOUT PAGE  =========*/

.breadcrumbs-v3 {
  z-index: 1;
  padding: 100px 0;
  position: relative;
}

.breadcrumbs-v3.img-about {
  background: url(../img/breadcrumbs/about.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.txtabout > p {
    font-family: 'Bookman Old Style',Verdana; 
    text-align: justify; 
    padding:10px 20px 5px 20px;
}

.about-breadcrumb-text {
   font-family: 'Slackey', cursive;
}

/* ======== MyFC/Index======= */
.parallax-counter-v4 {
  /*z-index: 1;
  height: auto;
  padding: 30px 0;
  overflow: hidden;
  text-align: center;
  position: relative;
  background: url(../img/bg/duck_3a.jpg) 50% 0 fixed;*/
  background: url(../img/bg/duck_3b.jpg) 50% 0 fixed;
}

/**/
@media screen and (max-width: 415px) {

     #divMapDiv {
        width: 350px;
        height: 300px;
    }
}

@media screen and (max-width: 767px)  and (min-width:416px){

     #divMapDiv {
        width: 400px;
        height: 400px;
    }
}

@media screen and (min-width: 767px) and (max-width:919px) {

     #divMapDiv {
        width: 700px;
        height: 600px;
    }
}

@media screen and (min-width: 920px) {

     #divMapDiv {
        width: 850px;
        height: 700px;
        
    }
}


/* ========= MyFC - WeatherForecast*/
.weather_desc {
    color: blue;
    /*text-decoration: underline;*/
}



