body {
   color: #333;
	
	background: url(../images/bk.png) repeat-x bottom fixed;
    height: 100%;
    }

.navbar-default .navbar-nav > li.dropdown:hover > a, 
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
    background-color: rgb(231, 231, 231);
    color: rgb(85, 85, 85);
}
li.dropdown:hover > .dropdown-menu {
    display: block;
}
.testimonial {
  font-size: 120%;
  padding: 1em;
  }
.carousel { max-width: 720px; }
.carousel-mat {
  background-color: #FFF;
  padding: 20px;
  }
.carousel-wrapper {
  background-color: #DDD;
  border: 2px solid #360;
	-webkit-box-shadow: 2px 5px 5px 0px #555;
    -moz-box-shadow: 2px 5px 5px 0px #555;
    box-shadow: 2px 5px 5px 0px #555;
    padding: 15px;
    }
    
h1, h1 a:link, h1 a:visited {
	color: #063;
	padding: 0px;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.05em;
	margin: 10px 0 10px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;	
}
h1 a:hover {
	text-decoration: underline;
}
h2.addr {
  color: #063;
  font-size: 24px;
  font-family: Georgia, "Times New Roman", Times, serif;
  float: right;
  }
a:link, a:visited {
	font-weight: bold;
	color: #063;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #9a7f39;
}
.extra-top {
  padding-top: 20px;
  }
.fix-front {
  margin: 20px 15px 10px 0;
  }
.img-extra-top {
  margin-top: 20px;
  margin-bottom: 20px;
  }  
p.match-img {
  max-width: 480px;
  }
  /* Sub pages - carousel style */
.inner-carousel .carousel {
    width: 600px;
    margin: 0 auto;
}

/* Indicators list style */
.article-slide .carousel-indicators {
   
    left: 0;
    margin-left: 5px;
    width: 100%;
    position: relative;
    margin-top: 30px;
    
}
/* Indicators list style */
.article-slide .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    float: left;
    height: 100px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 15px !important;
    margin-top: 0;
    width: 180px;
    overflow: hidden;
}
/* Indicators images style */
.article-slide .carousel-indicators img {
    border: 4px solid #FFFFFF;
    float: left;
    /*height: 54px;*/
    left: 0;
    width: 100%;
    
    
}
/* Indicators active image style */
.article-slide .carousel-indicators .active img {
    border: 2px solid #428BCA;
    opacity: 0.7;
}
.inner-carousel {
    background-color: #DDD;
    border: 2px solid #360;
	-webkit-box-shadow: 2px 5px 5px 0px #555;
    -moz-box-shadow: 2px 5px 5px 0px #555;
    box-shadow: 2px 5px 5px 0px #555;
    padding: 15px;
    }
.img-shadow {
    -webkit-box-shadow: 2px 5px 5px 0px #555;
    -moz-box-shadow: 2px 5px 5px 0px #555;
    box-shadow: 2px 5px 5px 0px #555;
    }
.affils2 {
  margin-top: 15px;
  margin-bottom: 30px;
  
  }
footer div img {
  margin-bottom: 20px;
  }
  
   /*form*/
.star {
	color: #600;
	font-size: 18px;
	font-weight: bold;
	}
.no-margin-l {
  padding-left: 0; 
  }
.no-margin-r {
  padding-right: 0;
  }
.no-margin {
  padding-left: 0;
  padding-right: 0;
  }
.done {
  font-style: italic;
  font-weight: bold;
  }
.form-group {
  margin-bottom: 5px;
  } 
.form-control {
  padding: 3px 12px;
  height: 28px;
  } 
  
.errortext {
	color: #900;
}
.basictext {
	color: #333;
}  
.btn-custom {
	border-color: #063;
	box-shadow: 3px 3px 9px 3px #555;
	color: #063;
	}
      /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
		
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
		
		 
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
 			
    }
    
    
    
    
    
     /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
		h2.addr { font-size: 1.2em; }
		.testimonial {
		  font-size: 100%;
		  }
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
		h2.addr { font-size: 1.0em; }
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }