a
{
    color: #333333;
}

a:hover,
a:focus {
  color: #cc0044;
  text-decoration: underline;
}

input, textarea, select
{
    font-size:14px;
}

body 
{
    font: 400 15px/1.8 Lato, sans-serif;
    color: #333333;
}

#keywords
{
    position:fixed;
    top:0;
    width:100%;
    z-index:100;
	position:relative;
	height:0px;
	text-align:right;
}

#keywords .container
{
	padding:0px;
}

#keywords h1
{
	padding:0px;
	margin:0px;
    color:#667CC3;
    font-size:8px;
}

#footer_keywords
{
    background-color: #2d2d30;
    color: #888888;
	padding:0px;
	margin:0px;
	text-align:right;
}

#footer_keywords_inner
{
	padding:0px;
}

#footer_keywords h1
{
    color: #888888;
	font-size:8px;
	padding:0px;
	margin:0px;
}

h1,.h1
{
    font-size:24px;
	color:#000000;
}

h2,.h2
{
    font-size:20px;
	margin:10px 0px;
	color:#000000;
}

h3,.h3
{
    margin: 10px 0 30px 0;
    letter-spacing: 10px;      
    font-size: 20px;
	color:#000000;
}

h4
{
   color:#000000;
   font-size:18px;
   text-align:left;
   float:none;
   border-bottom:1px solid #CDCDCD;
   padding:10px 0px;
}

#header_container
{
	background:url(../gui/header_container_bg.jpg);
	background-repeat:repeat-x;
	background-size:contain;
	background-position:top center;
	margin-bottom:15px;
}

#header
{
	color:#FFFFFF;
	font-size:5.2vh;
	font-style:italic;
	max-height:131px;
	font-weight:bold;
	font-family:Franklin Gothic Heavy;
}

#header  .img-responsive {
    display: block;
    width: auto;
    max-height: 100%;
}

#header .col-xs-2
{
	padding:0px;
	margin:0px;
}

#header .col-xs-10
{
	display: block;
    margin: 0 auto;
}

#content_container
{
	background:url(../gui/content_container_bg.jpg);
	background-repeat:repeat-x;
	padding-bottom:25px;
}


#content_container_inner
{
	background:url(../gui/content_container_inner_bg.jpg) no-repeat top center;
	padding:5px;
	background-size: 100%;
}

/***pdf**/
div.pdf
{
	background:url(../gui/pdf_bg.jpg) repeat-x;
	border:1px solid #B3B3B3;
	padding:5px;
	font-weight:bold;
	margin:10px 10px 10px 0px;
	width:300px;
	float:left;
}

.fa-3
{
	font-size:40px;
	margin-top:5px;
}

div.pdf a
{
	text-decoration:underline;
}

div.pdf_image
{
	background:url(../gui/pdf.gif) no-repeat;
	padding:0px 0px 0px 20px;
	font-weight:bold;
	font-size:18px;
}

div.pdf a,
div.pdf_image
{
	text-decoration:underline;
}


.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

.left-column {
	padding-left: 0 !important;
	margin-left: 0 !important;
}

.right-column {
	padding-right: 0 !important;
	margin-right: 0 !important;
}

.error
{
	color:red;
}

.container {
}

.navbar
{
	margin-bottom:0px !important;
}

.person {
    border: 10px solid transparent;
    margin-bottom: 25px;
    width: 80%;
    height: 80%;
    opacity: 0.7;
}
.person:hover {
    border-color: #f1f1f1;
}
.carousel-inner img {
 /*   -webkit-filter: grayscale(90%);
    filter: grayscale(90%); *//* make all photos black and white */ 
    width: 100%; /* Set width to 100% */
    margin: 0px auto;
}
.carousel-caption h3 {
    color: #fff !important;
}
@media (max-width: 600px) {
.carousel-caption {
    display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
}
}
.bg-1 {
    background: #2d2d30;
    color: #333333;
}
.bg-1 h3 {color: #fff;}
.bg-1 p {font-style: italic;}
.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}
.thumbnail p {
    margin-top: 15px;
    color: #555;
}
.btn 
{
    font-size:16px;
}

.modal-header, .close {
    background-color: #333;
    color: #fff !important;
    text-align: center;
    font-size: 30px;
}
.modal-header, .modal-body {
    padding: 40px 50px;
}

#googleMap {
    width: 100%;
    height: 450px;
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
}

footer 
{
    background-color: #2d2d30;
    color: #f5f5f5;
    padding: 32px;
}

footer a 
{
    color: #f5f5f5;
}

footer a:hover 
{
    color: #777;
    text-decoration: none;
}  

footer h2
{
	color:#FFFFFF;
}

.form-control 
{
    border-radius: 0;
}

#copyright
{
	background:#000000;
	padding:10px 0px 5px 0px;
	margin:0px;
}

textarea {
    resize: none;
}

.demo
{
    padding-top:20px;
}

img.img_slideshow
{
    width:100%;
}

.div_gallery
{
    padding-left:0px;
    padding-right:10px;
    text-align:center;
    margin-bottom:20px;
}

.div_gallery .colorbox_img img
{
    width:100%;
    border:1px solid #cdcdcd;
    padding:10px;
    margin-right:5px;
    max-width:300px;
}

/***div_bookmarks page**/

ul.bookmarks
{
    width:95%;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
    margin-top:10px;
}

.bookmarks a
{
    display:block;
    width:100%;
    padding:5px 10px;
    background:#2A2A30;
    border-bottom: 1px solid #eee;
    color:#FFFFFF;
}

.bookmarks a.bookmarks_heading
{
    color:#5B75CC;
    font-weight:bold;
}

.bookmarks a.bookmarks_heading i
{
    font-size:10px;
    font-weight:normal;
}

.bookmarks a:hover
{
    background:#4D4D7A;
    color:#FFFFFF;
    text-decoration:none;
}

.youtube
{
	width:100%;
	height:400px;
}

/***button***/
input.button
{
	border:1px solid #545454;
	background:#333333;
	color:#FFFFFF;
}

input.button:hover
{
	background:#CDCDCD;
}

input.buttonBig
{
	font-size:20px;
	border:1px solid #545454;
    width:100% !important;
}

input.buttonBig:hover
{
	background:#CDCDCD;
    color:#000000;
}

input.buttonBigImportant
{
	background:#B9121C;
	color:#FFFFFF;
}

.top
{
    text-align:center;
    padding:10px 0px;
}

.img_round_corner
{
    border-radius: 50%;
}

.tbl_img
{
    width:100%;
}

.tbl_img td
{
}

.tbl_img img
{
    max-width:300px;
}

.modal-header, .modal-header h4, .close 
{
    background-color: #000000;
    color:white !important;
    text-align: center;
    font-size: 30px;
	border:0px;
}
.modal-footer {
    background-color: #f9f9f9;
}

#frmMemberLogin button
{
	border:0px;
}

#frmMemberLogin button:hover
{
	background:#CDCDCD;
}

#div_search
{
    top:50px;
	z-index:1000;
	display:none;
	padding:0px;
}

#search
{   
   width:100%;
}

#custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}

#myCarousel
{
	padding:0px;
}

.breadcrumb
{
	background:none;
}

#quick_link_row
{
	width:100%; 
	padding:0 10px; 
	margin:0px;
	background-size: 100%;
	border:1px solid #000000;
}

#quick_link_row .col-xs-3
{
}

#quick_link_row .carousel-inner .active.left { left: -25%; }
#quick_link_row .carousel-inner .next        { left:  25%;}
#quick_link_row .carousel-inner .prev		 { left: -25%;}
#quick_link_row .carousel-control 			 { width:  3%; opacity: .9; }
#quick_link_row .carousel-control.left,
#quick_link_row .carousel-control.right 
{
	margin-left:0px;
	background-image:none;
	background:#333333;
}

#quick_link_row a
{
	color:#FFFFFF;
}

#contact
{
	margin-top:20px;
}