h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, a, .td-name, td {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Merriweather', "Helvetica", Arial, sans-serif; }

p,li a { font-family: 'Lato', "Helvetica", Arial, sans-serif;}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-weight: 400;
  margin: 30px 0 15px; }

h1, .h1 {
  font-size: 3.5em; }

h2, .h2 {
  font-size: 2.75em; }

h3, .h3 {
  font-size: 1.65em;
  margin: 20px 0 10px; }

h4, .h4 {
  font-size: 1.5em;
  line-height: 1.2em; }

h5, .h5 {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 15px; }

h6, .h6 {
  font-size: 0.9em;}

p {
  font-size: 16px;
  line-height: 1.4em; }

ul { 
	list-style: none; }

.font-one { font-family: 'Merriweather', "Helvetica", Arial, sans-serif; }
.font-two { font-family: 'Lato', "Helvetica", Arial, sans-serif; }


a {
	text-decoration: none;
	color: inherit;
  -webkit-transition-duration: 0.3s; /* Safari */
      transition-duration: 0.3s; }

a:hover {
	text-decoration: none;
  color: #DC143C; }




/***** COLORS ******/
.red { color: #DC143C;}
.bg-red { background-color: #DC143C;}
.light-red { color: #fb6567;}
.bg-light-red { background-color: #fb6567;}
.pale-red { color: #f8d4c6;}
.bg-pale-red { background-color: #f8d4c6;}
.light-blue { color: #8daef9; }
.blue { color: blue; }
.green { color: #2ecc71;}
.white { color: #FFF; }
.black { color: #000; }
.light-gray { color: #e1e1e1; }
.bg-light-gray { background-color: #e1e1e1; }
.medium-gray { color: #999; }
.dark-gray { color: #555; }
.blue-gray { color: #748494; }


/****
footer upper bg 02538b
footer lower bg 04376c
footer lower color falcon-blue */

/***** MARGINS & PADDINGS ******/
.margin-top-80 { margin-top: 80px; }
.margin-top-60 { margin-top: 60px; }
.margin-top-40 { margin-top: 40px; }
.margin-top-20 { margin-top: 20px; }
.margin-top-0 { margin-top: 0; }
.margin-bottom-80 { margin-bottom: 80px; }
.margin-bottom-60 { margin-bottom: 60px; }
.margin-bottom-40 { margin-bottom: 40px; }
.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-0 { margin-bottom: 0; }

.padding-top-40 { padding-top: 40px; }
.padding-top-20 { padding-top: 20px; }
.padding-top-0 { padding-top: 0; }
.padding-bottom-40 { padding-bottom: 40px; }
.padding-bottom-20 { padding-bottom: 20px; }
.padding-bottom-0 { padding-bottom: 0; }

.bold { font-weight: 700;}
.not-bold { font-weight: 400;}
.italics { font-style: italic;}
.uppercase { text-transform: uppercase; }
.underline { text-decoration: underline; }
.transparent { color: transparent;}

/**** NAVBAR ****/

.navbar-default {
  border-bottom: 0;
}

.navbar {
  background-color: #DC143C;
  border-radius: 0;
  border-width: 0;
  margin-left: 0;
}

nav li a {
  /*text-transform: uppercase;*/
  font-family: 'Merriweather', "Helvetica", Arial, sans-serif;
  font-size: 1.2em;
  color: #f8d4c6 !important;
}

nav li a:hover, a:active, a:focus {
  background-color: #DC143C !important;
  color: #fb6567 !important;
}

.dropdown-menu>li>a {
  color: #fb6567 !important;
}

nav ul {
  padding-top: 10px;
  padding-bottom: 0;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}


.carousel-control.left, .carousel-control.right {
    background-image: none !important;
}

/*background-color of control arrows*/
#myCarousel > a.right.carousel-control {
  background-color: transparent !important;
}

#myCarousel > a.left.carousel-control {
  background-color: transparent !important;
}


/***** FOOTER ******/
footer ul {
  margin-left: 0;
  padding-left: 0;
}

footer ul li {
  line-height: 2.1em;
  /*color: #DC143C;*/
  color: #999;
}

footer ul li {
  line-height: 2.1em;
  /*color: #DC143C;*/
  color: #999;
}

#footer-contact p {
  line-height: 1.2em;
  font-size: 1.0em;
  color: #999;
}

#copyright p {
  font-size: 0.9em;
}
#copyright a:hover, a:active, a:focus {
  color: white;
}



/******************************************
          COLOR
*******************************************
.red { color: #DC143C;}
.light-red { color: #fb6567;}
.pale-red { color: #f8d4c6;}
*/

/**** COLOR BOX ****/
.cb1 a:hover, a:focus, a:active {
  color: #fb6567;
}


/***** MAIN PICTURES *****/
#main-pictures .col {
  margin: 0;
  padding: 0;
}



/*#main-pictures  .text-content span {
  opacity: 0.6;
  margin-top: 40px !important;
  z-index: 2;
}*/

#main-pictures a:hover, a:active, a:focus {
  opacity: 0.5; 
}

.img-shadow {
  position: relative;
  max-width: 100%;
  float: left;
  }
    
.img-shadow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 20px rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 20px rgba(0,0,0,.3);
  -webkit-box-shadow: inset 0 0 20px rgba(0,0,0,.3);
} 
     
.img-shadow img {
  float: left;
} 


/***** LINE HEIGHT ****/
.line-height-small {
  line-height: 0.8em;
}

/***** IMG-MAIN ******/
.img-main img {
  /*max-width: 600px;*/
  margin-top: 20px;
  margin-bottom: 20px;
}

/**** FOOTER IMAGE ****/
.unit-thumbnail {
    position:relative;
    overflow:hidden;
}
 
.unit-caption {
    position:absolute;
    bottom:-100%;
    right:0;
    background:rgba(251, 101, 103, 0.75);
    width:100%;
    height:40px;
    padding:2%;
    text-align:center;
    color:#fff !important;
    z-index:2;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.unit-thumbnail:hover .unit-caption {
    bottom:0%;
}



/***** NEWS ****/
.news-body {
  padding-top: 20px;
  padding-bottom: 20px;
}

.news-single-box {
  margin-bottom: 60px;
}

.news-single-box img {
  padding-top: 10px;
  padding-bottom: 10px;
}