@charset "utf-8";
/* CSS Document */

.navyBlueText{
	color: "00385c";
}
a.menu 
{
	text-decoration: none;

}
a.menu:hover{
	text-decoration: underline;
}
.smalltext{
	font-size: 8.5pt;
}

/* Blue Rectangle*/
.cvblueRec {
   color: #ffffff;
   background: #3498db;
   background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
   background-image: -moz-linear-gradient(top, #3498db, #2980b9);
   background-image: -ms-linear-gradient(top, #3498db, #2980b9);
   background-image: -o-linear-gradient(top, #3498db, #2980b9);
   background-image: linear-gradient(to bottom, #3498db, #2980b9);
   -webkit-border-radius: 5;
   -moz-border-radius: 5;
   border-radius: 5px;
   font-family: Arial;
   font-size: 20px;
   padding: 16px 20px 16px 20px;
   text-decoration: none;
}
/* Round Button */
.round {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
}
.round:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.round:link {
	color: #ffffff;
	text-decoration:none;
}
.round:visited {
	color: #ffffff;
	text-decoration:none;
}

/*Button Small */
.btnsm {
   background: #3498db;
   background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
   background-image: -moz-linear-gradient(top, #3498db, #2980b9);
   background-image: -ms-linear-gradient(top, #3498db, #2980b9);
   background-image: -o-linear-gradient(top, #3498db, #2980b9);
   background-image: linear-gradient(to bottom, #3498db, #2980b9);
   -webkit-border-radius: 5;
   -moz-border-radius: 5;
   border-radius: 5px;
   font-family: Arial;
   color: #ffffff;
   font-size: 14px;
   padding: 8px 10px 8px 10px;
   text-decoration: none;
}
.btnsm:link {
	color: #ffffff;
	text-decoration:none;
}
.btnsm:hover {
   background: #c1cf40;
   background-image: -webkit-linear-gradient(top, #c1cf40, #b3c132);
   background-image: -moz-linear-gradient(top, #c1cf40, #b3c132);
   background-image: -ms-linear-gradient(top, #c1cf40, #b3c132);
   background-image: -o-linear-gradient(top, #c1cf40, #b3c132);
   background-image: linear-gradient(to bottom, #c1cf40, #b3c132);
   text-decoration: none;
}
.btnsm:visited {
	color: #ffffff;
	text-decoration:none;
}

/*Button */
.btn {
   background: #3498db;
   background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
   background-image: -moz-linear-gradient(top, #3498db, #2980b9);
   background-image: -ms-linear-gradient(top, #3498db, #2980b9);
   background-image: -o-linear-gradient(top, #3498db, #2980b9);
   background-image: linear-gradient(to bottom, #3498db, #2980b9);
   -webkit-border-radius: 5;
   -moz-border-radius: 5;
   border-radius: 5px;
   font-family: Arial;
   color: #ffffff;
   font-size: 20px;
   padding: 16px 20px 16px 20px;
   text-decoration: none;
}
.btn:link {
	color: #ffffff;
	text-decoration:none;
}
.btn:hover {
   background: #c1cf40;
   background-image: -webkit-linear-gradient(top, #c1cf40, #b3c132);
   background-image: -moz-linear-gradient(top, #c1cf40, #b3c132);
   background-image: -ms-linear-gradient(top, #c1cf40, #b3c132);
   background-image: -o-linear-gradient(top, #c1cf40, #b3c132);
   background-image: linear-gradient(to bottom, #c1cf40, #b3c132);
   text-decoration: none;
}
.btn:visited {
	color: #ffffff;
	text-decoration:none;
}
/* Round Button */
.round {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
}
.round:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.round:link {
	color: #ffffff;
	text-decoration:none;
}
.round:visited {
	color: #ffffff;
	text-decoration:none;
}
/* Carousel */
.cvcarousel {
    position: relative;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.64);
    margin-top: 26px;
}
 
.cvcarousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
 
.cvcarousel-open:checked + .cvcarousel-item {
    position: static;
    opacity: 100;
}
 
.cvcarousel-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}
 
.cvcarousel-item img {
    display: block;
    height: auto;
    max-width: 100%;
}
 
.cvcarousel-control {
    background: rgba(0, 0, 0, 0.28);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 10;
}
 
.cvcarousel-control.prev {
    left: 2%;
}
 
.cvcarousel-control.next {
    right: 2%;
}
/*Button Rectangle */
.btnRec {
   background: #3498db;
   background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
   background-image: -moz-linear-gradient(top, #3498db, #2980b9);
   background-image: -ms-linear-gradient(top, #3498db, #2980b9);
   background-image: -o-linear-gradient(top, #3498db, #2980b9);
   background-image: linear-gradient(to bottom, #3498db, #2980b9);
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0px;
   font-family: Arial;
   color: #ffffff;
   font-size: 20px;
   padding: 16px 20px 16px 20px;
   text-decoration: none;
   width: 200px;
}
.btnRec:link {
	color: #ffffff;
	text-decoration:none;
}
.btnRec:hover {
   background: #c1cf40; 
   background-image: -webkit-linear-gradient(top, #c1cf40, #b3c132);
   background-image: -moz-linear-gradient(top, #c1cf40, #b3c132);
   background-image: -ms-linear-gradient(top, #c1cf40, #b3c132);
   background-image: -o-linear-gradient(top, #c1cf40, #b3c132);
   background-image: linear-gradient(to bottom, #c1cf40, #b3c132);
   text-decoration: none;
}
.btnRec:visited {
	color: #ffffff;
	text-decoration:none;
}