
.repd-noisy {
        background:url(../images/noisy-texture.png) repeat;
}

@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}
/* 14% = 100% (full-width row) divided by 7 */

@media (min-width: 1200px) {
  .five-cols .col-md-1,
  .five-cols .col-sm-1,
  .five-cols .col-lg-1 {
    width: 20%;
    *width: 20%;
  }
}
/* 20% = 100% (full-width row) divided by 5 */


img{
  max-width: 100%;
}
.repd-shadow {
    box-shadow: 15px 15px 15px #000;
    border-radius: 10px;
}

.repd-color-white-head {
    color: #FFFFFF !important;
    text-align: center;
    margin-top: 40px; margin-bottom: 40px;
}

.repd-color-white-16px {
    color: #FFFFFF !important;
    font-size: 16px;
}

.repd-w50 {max-width: 50px;}

.repd-w70 {max-width: 70px;}

.repd-w100 {max-width: 100px;}

.repd-w50 {max-width: 50px;}

.repd-w150 {max-width: 150px;}

.repd-w130 {max-width: 130px;}

.repd-w200 {max-width: 200px;}

.repd-w250 {max-width: 250px;}

.repd-w300 {max-width: 300px;}

.repd-w350 {max-width: 350px;}

.repd-w400 {max-width: 400px;}

.repd-w450 {max-width: 450px;}

.repd-w500 {max-width: 500px;}

.repd-w520 {max-width: 520px;}

.repd-form-blue-head {
    background: none repeat scroll 0% 0% #039;
}
.repd-form-comment {
    color: #09F;
    font-size: 11px;
}

.repd-breadcrumb {
	position: relative;
	font-weight: 1000;
	#height: 44px;
	border-radius: 3px;
	margin-bottom: 15px;
	margin-top: 5px;
	background-color: #fff;
}
.repd-breadcrumb ul {
	list-style: none outside none;
	padding: 0;
	margin: 0
}
.repd-breadcrumb li {
	float: left;
	font-family: 'Open Sans', sans-serif;
	margin: 0 7px 0 14px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 1px;
}
.repd-breadcrumb li a {
	background: #000;
	display: block;
	height: 28px;
	padding: 5px 10px 8px;
	float: left;
	text-decoration: none;
	color: #fff;
	position: relative;
}
.repd-breadcrumb li a:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -14px;
	border-width: 14px 0 14px 9px;
	border-style: solid;
	border-color: #000 #000 #000 transparent;
	left: -9px;
}
.repd-breadcrumb li a:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -14px;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 9px solid #000;
	right: -9px;
}
.repd-breadcrumb:after {
	content: "";
	clear: both
}
.repd-breadcrumb li:first-child a:before {
	border: 0
}
.repd-breadcrumb li:first-child a {
	border-radius: 5px 0px 0px 5px;
	padding-left: 15px;
	margin-left: -18px;
}
.repd-breadcrumb li + li:before {
	content: "";
}
.repd-breadcrumb li a:hover {
	background: #777;
	color: #f5f5f5;
}
.repd-breadcrumb li a:hover:before {
	border-color: #777 #777 #777 transparent;
}
.repd-breadcrumb li a:hover:after {
	border-left-color: #777;
}
.repd-breadcrumb .active {
	margin-top: 5px;
	margin-left: 9px;
	color: #000;
}

.repd-legend {
    color: #000;
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    
}

.repd-form-comment-red {
    color: #ff0008;
    font-size: 11px;
}

.repd-form-comment-white {
    color: #fff;
    font-size: 11px;
}

.repd-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}

